@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);
}

.c-shaggy--clear {
  transform: rotate(0);
}

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

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

.content-1500 {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.content-1400 {
  max-width: 1400px;
  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-set-variety {
  background-color: rgba(0, 131, 248, 0.8);
}

.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: #cce6fe;
}
.bg-voice--coffee {
  background-color: #ffcccc;
}

.color-red {
  color: #ff0000;
}

.color-blue {
  color: #003993;
}

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

.color-yellow {
  color: #ffff00;
}

.color-brown {
  color: #43210d !important;
}

.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-radius15 {
  border-radius: 15px;
}

.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-blue {
  border-color: #0083f8 !important;
}

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

.border-deepblue {
  border-color: #003993 !important;
}

.border-dotted-white {
  border-top: 6px dotted #FFF !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;
  }
}

.line-red {
  background-image: url("../summer/images24/line-red.gif");
  background-repeat: repeat-x;
  height: 41px;
}
@media all and (max-width: 992px) {
  .line-red {
    height: 25px;
  }
}

/*=============================================>>>>>
= 背景 =
===============================================>>>>>*/
.bg-mainvisual--pattern {
  background: url(images/mainvisual-logo-bg.png), url(images/mainvisual-bg.gif);
  background-repeat: no-repeat, repeat;
  background-position: top center, center 0;
  background-color: #2ca6de;
  border-top: 20px solid #f73600;
}
@media screen and (max-width: 1400px) {
  .bg-mainvisual--pattern {
    background-size: 143%, auto;
  }
}
@media screen and (max-width: 767px) {
  .bg-mainvisual--pattern {
    background: url(images/mainvisual-logo-bg--sp@15.png), url(images/mainvisual-bg.gif);
    background-position: 0 0, top;
    background-attachment: scroll;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    border-top: 15px solid #f73600;
    margin-top: 0;
  }
}

.bg-obi {
  background: url(images/prezent-bg-hanabi.png), url(images/bg-red.gif);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-color: #f03400;
  position: relative;
}
@media all and (max-width: 1200px) {
  .bg-obi {
    background-position: 50% top;
  }
}

.bg-ice {
  background: url(images/bg-icedrink.gif);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #59d2d9;
  position: relative;
  background-attachment: fixed;
}
@media all and (max-width: 992px) {
  .bg-ice {
    background-position: 50% -4%;
    background-size: 120%;
    background-attachment: scroll;
  }
}

.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-variety-bottom@2.png), url(images/bg-variety-top@2.png);
  background-repeat: no-repeat;
  background-position: bottom, top;
  background-size: 100%, contain;
  background-attachment: fixed, scroll;
  background-color: #34dff4;
}

.bg-pattern--coffee {
  background: url(images/bg-coffee-bottom@2.png), url(images/bg-coffee-top@2.png);
  background-repeat: no-repeat;
  background-position: bottom, top;
  background-size: 100%, contain;
  background-attachment: fixed, scroll;
  background-color: #1f4c93;
}

.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-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 背景 =*/
/*=============================================<<<<<*/
/*--------------------------------------------------
 ファーストビュー
-------------------------------------------------*/
.mainvisual-area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden !important;
  text-align: center;
}

.mainvisual-logo {
  position: relative;
  padding-top: 8px;
  margin-left: -62px;
  z-index: 15;
}
@media screen and (max-width: 1400px) {
  .mainvisual-logo {
    width: 24%;
    margin-left: 36%;
  }
  .mainvisual-logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual-logo {
    width: 50%;
    margin-left: 21%;
    padding-top: 8%;
    margin-bottom: 0;
  }
}
.mainvisual-lantern {
  position: absolute;
  left: -260px;
  top: -43px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .mainvisual-lantern {
    width: 116%;
    left: -11%;
  }
  .mainvisual-lantern img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-lantern {
    width: 244%;
    left: -155%;
    top: 0;
  }
}
.mainvisual-catch {
  position: absolute;
  right: 320px;
  top: -31px;
  z-index: 12;
}
@media all and (max-width: 1400px) {
  .mainvisual-catch {
    width: 21%;
    right: 21%;
    top: -28px;
  }
  .mainvisual-catch img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-catch {
    width: 26%;
    top: 31%;
    margin-top: -18%;
    right: 8%;
  }
  .mainvisual-catch img {
    width: 113%;
    height: auto;
  }
}
.mainvisual-day {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 12;
}
@media all and (max-width: 1400px) {
  .mainvisual-day {
    width: 11%;
    top: 0;
  }
  .mainvisual-day img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-day {
    width: 24%;
    top: -15px;
  }
  .mainvisual-day img {
    width: 100%;
    height: auto;
  }
}
.mainvisual-images {
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 12;
  width: 4%;
}
.mainvisual-images img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .mainvisual-images {
    width: 10%;
    bottom: 2%;
    right: 7%;
  }
}
.mainvisual-fukidashi {
  position: absolute;
  right: 330px;
  top: -70px;
  z-index: 12;
}
@media all and (max-width: 1400px) {
  .mainvisual-fukidashi {
    right: 27%;
    top: -72px;
    width: 15%;
  }
  .mainvisual-fukidashi img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-fukidashi {
    right: 0;
    top: -23px;
    width: 33%;
  }
}
.mainvisual-img-coffee {
  position: absolute;
  right: -40px;
  top: 251px;
  z-index: 5;
}
@media all and (max-width: 1400px) {
  .mainvisual-img-coffee {
    width: 45%;
    right: -2%;
    top: 44%;
  }
  .mainvisual-img-coffee img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-img-coffee {
    width: 74%;
    right: -27%;
    top: 56%;
    z-index: 6;
  }
}
.mainvisual-img-variety {
  position: absolute;
  left: 16px;
  top: 167px;
  z-index: 5;
}
@media all and (max-width: 1400px) {
  .mainvisual-img-variety {
    width: 42%;
    left: 1%;
    top: 29%;
  }
  .mainvisual-img-variety img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-img-variety {
    width: 68%;
    left: -15%;
    top: 53%;
  }
}
.mainvisual-img-right {
  position: absolute;
  right: -99px;
  top: 33px;
  z-index: 4;
}
@media all and (max-width: 1400px) {
  .mainvisual-img-right {
    width: 44%;
    right: -7%;
    top: 6%;
  }
  .mainvisual-img-right img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-img-right {
    width: 37%;
    right: 0;
    top: 20%;
  }
}
.mainvisual-img-left {
  position: absolute;
  left: 22px;
  top: 5px;
  z-index: 4;
}
@media all and (max-width: 1400px) {
  .mainvisual-img-left {
    width: 29%;
    left: 2%;
    top: 1%;
  }
  .mainvisual-img-left img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-img-left {
    width: 44%;
    left: auto;
    bottom: auto;
    top: 38%;
    right: -72px;
  }
}
.mainvisual-fukidashi-coffee {
  position: absolute;
  right: -21px;
  top: 336px;
  z-index: 16;
}
@media all and (max-width: 1400px) {
  .mainvisual-fukidashi-coffee {
    right: 0;
    top: 55%;
    width: 7%;
  }
  .mainvisual-fukidashi-coffee img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-fukidashi-coffee {
    display: none;
  }
}
@keyframes fuwafuwa-shake {
  0% {
    transform: translate(0, 0) rotate(7deg);
  }
  100% {
    transform: translate(0, 0) rotate(-7deg);
  }
}
.mainvisual-fukidashi-variety {
  position: absolute;
  left: 0;
  top: 336px;
  z-index: 16;
}
@media all and (max-width: 1400px) {
  .mainvisual-fukidashi-variety {
    left: 0;
    top: 55%;
    width: 7%;
  }
  .mainvisual-fukidashi-variety img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-fukidashi-variety {
    display: none;
  }
}
@-webkit-keyframes fuwafuwa-UpDown {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes fuwafuwa-UpDown {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.mainvisual-hanabi01 {
  position: absolute;
  left: -230px;
  top: 120px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .mainvisual-hanabi01 {
    width: 37%;
    left: 56%;
    top: 5%;
  }
  .mainvisual-hanabi01 img {
    width: 100%;
    height: auto;
  }
}
.mainvisual-hanabi02 {
  position: absolute;
  left: -180px;
  top: 400px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .mainvisual-hanabi02 {
    width: 37%;
    left: 56%;
    top: 5%;
  }
  .mainvisual-hanabi02 img {
    width: 100%;
    height: auto;
  }
}
.mainvisual-hanabi03 {
  position: absolute;
  right: -230px;
  top: 153px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .mainvisual-hanabi03 {
    width: 37%;
    left: 56%;
    top: 5%;
  }
  .mainvisual-hanabi03 img {
    width: 100%;
    height: auto;
  }
}
.mainvisual-hanabi04 {
  position: absolute;
  right: -80px;
  top: 494px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .mainvisual-hanabi04 {
    width: 37%;
    left: 56%;
    top: 5%;
  }
  .mainvisual-hanabi04 img {
    width: 100%;
    height: auto;
  }
}
.mainvisual-obi {
  background-image: url("images/bg-red.gif");
  background-repeat: repeat;
  background-position: top center;
  background-color: #f03400;
  position: relative;
}
@media all and (max-width: 1200px) {
  .mainvisual-obi {
    background-position: 50% top;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-obi-btn {
    width: 22%;
    margin: -3% 0 -4% auto;
  }
  .mainvisual-obi-btn img {
    width: 100%;
    height: auto;
  }
}
.mainvisual-obi-img {
  margin-top: -66px;
  margin-bottom: -38px;
}
@media all and (max-width: 1400px) {
  .mainvisual-obi-img {
    width: 72%;
  }
  .mainvisual-obi-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-obi-img {
    width: 50%;
  }
}
@media all and (max-width: 1400px) {
  .mainvisual-obi-text {
    width: 79%;
    left: -5px;
    position: relative;
  }
  .mainvisual-obi-text img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .mainvisual-obi-text {
    left: 0px;
    margin-left: 5px;
  }
}
.mainvisual-obi-text--sp img {
  margin-top: -5%;
}
.mainvisual-logo-catch {
  margin: -40px auto 5px;
  text-align: center;
  z-index: 22;
}
@media all and (max-width: 1400px) {
  .mainvisual-logo-catch {
    width: 25%;
  }
  .mainvisual-logo-catch img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-logo-catch {
    width: 79%;
    right: -4%;
    top: auto;
    margin-top: -55%;
  }
}
.mainvisual-logo-catch2408 {
  position: absolute;
  top: -87px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 22;
}
@media all and (max-width: 768px) {
  .mainvisual-logo-catch2408 {
    width: 79%;
    right: -4%;
    top: auto;
    margin-top: -60%;
  }
  .mainvisual-logo-catch2408 img {
    width: 100%;
    height: auto;
  }
}

/*=============================================>>>>>
= プレゼント =
===============================================>>>>>*/
.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-gb-color {
  background-color: #fbff7b;
}

.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: 60px;
  border-radius: 30px;
}
@media all and (max-width: 1400px) {
  .set-area {
    border-radius: 15px;
    margin-top: 8%;
  }
}
@media all and (max-width: 767px) {
  .set-area {
    margin-top: 12%;
  }
}

.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: 21px;
  font-weight: 800;
  line-height: 1;
  color: #0f164c;
}
.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;
    font-size: 18px;
  }
}

.fuku-set-detail {
  position: relative;
  z-index: 6;
  margin: -50px 24px 0 24px;
  padding: 10px;
}
.fuku-set-detail dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 16px;
}
.fuku-set-detail dt {
  width: 25%;
  color: #FFF;
  margin: 0 0 5px 0;
  line-height: 1;
}
.fuku-set-detail dt:last-child {
  margin-bottom: 0;
}
.fuku-set-detail dd {
  width: 75%;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 0.5rem 0;
  padding-left: 0.5rem;
}
.fuku-set-detail dd:last-child {
  margin-bottom: 0;
}
.fuku-set-detail-variety dt {
  background-color: rgba(0, 131, 248, 0.6);
  border-radius: 3px;
}
.fuku-set-detail-variety .fuku-set-line {
  border-left: 3px dotted #54aaf8;
}
.fuku-set-detail .present {
  background-color: rgba(255, 0, 0, 0.5) !important;
}
@media all and (max-width: 1400px) {
  .fuku-set-detail {
    margin: -4% 1% 0 1%;
  }
}
@media screen and (max-width: 992px) {
  .fuku-set-detail {
    margin: -6% 1% 0 1%;
  }
  .fuku-set-detail dl, .fuku-set-detail dd {
    font-size: 14px;
  }
  .fuku-set-detail-variety .fuku-set-line {
    border-left: none;
    border-top: 3px dotted #54aaf8;
  }
}
@media screen and (max-width: 767px) {
  .fuku-set-detail {
    margin: 0 1% 0 1%;
    padding: 1%;
  }
  .fuku-set-detail dl {
    font-size: 14px;
  }
  .fuku-set-detail dd {
    margin: 0.2rem 0 0.5rem 0;
    font-size: 14px;
  }
  .fuku-set-detail dt, .fuku-set-detail dd {
    width: 100%;
    margin: 0 0 0.5% 0;
  }
}

.fuku-set-detail-coffee {
  position: relative;
  z-index: 6;
  margin: -80px 24px 0 24px;
  padding: 10px;
}
.fuku-set-detail-coffee dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 16px;
}
.fuku-set-detail-coffee dt {
  width: 25%;
  color: #FFF;
  margin: 0 0 5px 0;
  line-height: 1;
}
.fuku-set-detail-coffee dt:last-child {
  margin-bottom: 0;
}
.fuku-set-detail-coffee dd {
  width: 75%;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 0.5rem 0;
  padding-left: 0.5rem;
}
.fuku-set-detail-coffee dd:last-child {
  margin-bottom: 0;
}
.fuku-set-detail-coffee-variety dt {
  background-color: rgba(0, 131, 248, 0.6);
  border-radius: 3px;
}
.fuku-set-detail-coffee-variety .fuku-set-line {
  border-left: 3px dotted #54aaf8;
}
.fuku-set-detail-coffee .present {
  background-color: rgba(255, 0, 0, 0.5) !important;
}
@media all and (max-width: 1400px) {
  .fuku-set-detail-coffee {
    margin: -4% 1% 0 1%;
  }
}
@media screen and (max-width: 992px) {
  .fuku-set-detail-coffee {
    margin: -6% 1% 0 1%;
  }
  .fuku-set-detail-coffee dl, .fuku-set-detail-coffee dd {
    font-size: 14px;
  }
  .fuku-set-detail-coffee-variety .fuku-set-line {
    border-left: none;
    border-top: 3px dotted #54aaf8;
  }
}
.fuku-set-detail-coffee-coffee dt {
  background-color: rgba(255, 0, 0, 0.6);
  border-radius: 3px;
}
.fuku-set-detail-coffee-coffee .fuku-set-line {
  border-left: 3px dotted #ff0000;
}
.fuku-set-detail-coffee .present {
  background-color: #f0a53b !important;
}
@media all and (max-width: 1400px) {
  .fuku-set-detail-coffee {
    margin: -84px 1% 0 1%;
  }
}
@media screen and (max-width: 992px) {
  .fuku-set-detail-coffee-coffee .fuku-set-line {
    border-left: none;
    border-top: 3px dotted #ff0000;
  }
}
@media screen and (max-width: 767px) {
  .fuku-set-detail-coffee {
    margin: 0 1% 0 1%;
    padding: 1%;
  }
  .fuku-set-detail-coffee dl {
    font-size: 14px;
  }
  .fuku-set-detail-coffee dd {
    margin: 0.2rem 0 0.5rem 0;
    font-size: 14px;
  }
  .fuku-set-detail-coffee dt, .fuku-set-detail-coffee 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);
  }
}

/*--------------------------------------------------
  セットｰｰアイスドリンク
-------------------------------------------------*/
@media all and (max-width: 767px) {
  .ice-osusume-title {
    width: 85%;
  }
  .ice-osusume-title img {
    width: 100%;
    height: auto;
  }
}

.ice-icon-kikan {
  position: absolute;
  top: -11px;
  left: 34px;
  width: 52%;
}
.ice-icon-kikan img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .ice-icon-kikan {
    width: 54%;
    top: -3%;
  }
}
@media all and (max-width: 767px) {
  .ice-icon-kikan {
    width: 80%;
    top: -1%;
    left: 6px;
  }
}

.bg-white-area {
  background-color: #fff;
  background-size: contain;
  border-radius: 35px;
  position: relative;
  padding: 30px 24px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .bg-white-area {
    padding: 20px 8px;
    margin-left: 2px;
    margin-right: 6px;
    box-shadow: 3px 3px 0px 6px rgb(22, 22, 22);
  }
}
@media screen and (max-width: 575px) {
  .bg-white-area {
    padding: 25px 5px 5px;
    border-radius: 25px;
  }
}

.item-category-name {
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: 2rem;
  padding: 4px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media all and (max-width: 768px) {
  .item-category-name {
    font-size: 1rem;
  }
}
@media all and (max-width: 575px) {
  .item-category-name {
    font-size: 12px;
  }
}

.item-category-name-min {
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .item-category-name-min {
    font-size: 1rem;
  }
}
@media all and (max-width: 320px) {
  .item-category-name-min {
    font-size: 0.9rem;
  }
}

.item-name {
  font-size: clamp(1.1rem, 0.454rem + 1.79vw, 1.8rem);
  font-weight: 800;
  line-height: 1;
  color: #0f164c;
  margin: 5px auto 10px;
}
.item-name small {
  font-size: 22px;
  font-weight: 700;
}
.item-name span {
  text-wrap: nowrap;
}
.item-name sup {
  font-size: 1.2rem;
  top: -1em;
}
@media all and (max-width: 767px) {
  .item-name small {
    font-size: 13px;
  }
}
@media all and (max-width: 575px) {
  .item-name {
    font-size: 17px;
    margin: 0px auto 5px;
  }
  .item-name sup {
    font-size: 0.8rem;
  }
}
.item-name-sup {
  font-size: 0.8rem;
}

.item-name-set-area {
  display: flex;
  align-items: o;
}

.item-name-set-icon {
  background-color: #98bc15;
  border-radius: 5px;
  color: #ffff00;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
}
@media all and (max-width: 1200px) {
  .item-name-set-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-name-set-icon {
    font-size: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 575px) {
  .item-name-set-icon {
    font-size: 16px;
    padding: 3px;
  }
}

.item-name-kikan-icon {
  background-color: #ffda00;
  border-radius: 5px;
  color: #557c1d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
}
@media all and (max-width: 1200px) {
  .item-name-kikan-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-name-kikan-icon {
    font-size: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 575px) {
  .item-name-kikan-icon {
    font-size: 16px;
    padding: 3px;
  }
}

@media all and (max-width: 991px) {
  .souryou-icon-wrapper {
    margin-top: 5px;
  }
}
@media all and (max-width: 768px) {
  .souryou-icon-wrapper {
    width: 100%;
    margin-top: 5px;
  }
}
@media all and (max-width: 575px) {
  .souryou-icon-wrapper {
    width: unset;
    margin-top: unset;
  }
}

.souryou-icon {
  background-color: #ff0000;
  border-radius: 5px;
  color: #ffff00;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-weight: 500;
  line-height: 1 !important;
  padding: 3px;
}

.item-name-set {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1 !important;
}
@media all and (max-width: 768px) {
  .item-name-set {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 320px) {
  .item-name-set {
    font-size: 1.3rem;
  }
}

.item-name-set-min {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1 !important;
  color: #1C1C1C;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .item-name-set-min {
    font-size: clamp(1.375rem, 1.261rem + 0.48vw, 1.625rem);
  }
}
.item-set-box {
  position: relative;
  margin: 5px auto 0;
  padding: 5px;
  border: 1px solid #1C1C1C;
  background-color: #fff;
}
.item-set-box-caption {
  padding: 2px 5px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1C1C1C;
}
.item-set-box P {
  font-size: clamp(0.75rem, 0.635rem + 0.32vw, 0.875rem);
  line-height: 1.1;
}
.item-set-box sup {
  top: -0.3em;
}
@media all and (max-width: 768px) {
  .item-set-box {
    padding: 5px;
    margin: 0.5rem auto 0;
  }
  .item-set-box-caption {
    padding: 2px 5px;
    font-size: 12px;
  }
}
@media all and (max-width: 575px) {
  .item-set-box {
    margin: 0.2rem auto 0;
  }
}

.item-quantity {
  font-family: "Oxygen", "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.6rem, 1.418rem + 0.78vw, 2rem);
  font-weight: 700;
  line-height: 1 !important;
  vertical-align: bottom;
}
.item-quantity small {
  font-size: 75%;
  font-weight: 700;
  position: relative;
  top: -0.1rem;
}
@media all and (max-width: 768px) {
  .item-quantity {
    font-size: 19px;
  }
  .item-quantity small {
    font-size: 13px;
  }
}

.item-set {
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .item-set {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 320px) {
  .item-set {
    font-size: 1rem;
  }
}

.item-text {
  font-size: 1rem;
  line-height: 1.1 !important;
  font-weight: 500;
}
@media all and (max-width: 575px) {
  .item-text {
    font-size: 14px;
  }
}
.item-text small {
  vertical-align: top;
}

.attention-text {
  font-size: 0.85rem;
  line-height: 1.1;
  padding-left: 0;
  z-index: 2;
  list-style: none;
}
.attention-text-bg {
  background-color: #ffd1ca;
}
.attention-text a {
  text-decoration: underline;
  color: #343a40 !important;
}
.attention-text a:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .item-img {
    text-align: center;
    font-size: 0.8rem;
  }
}

/*--------------------------------------------------
  価格
-------------------------------------------------*/
.item-name-price-area {
  max-width: 450px;
}
@media all and (max-width: 1200px) {
  .item-name-price-area {
    max-width: 400px;
  }
}
@media all and (max-width: 991px) {
  .item-name-price-area {
    max-width: none;
  }
}

.price {
  font-family: "Oxygen", sans-serif;
  letter-spacing: -0.1rem;
  font-size: clamp(2rem, 1.077rem + 2.56vw, 3rem);
  font-weight: 700;
  padding: 0 0 0 0.3rem;
  line-height: 1 !important;
  display: inline-flex;
  align-items: center;
  vertical-align: baseline;
  position: relative;
  bottom: -1px;
}
.price--wrapper {
  height: clamp(2.7rem, 1.269rem + 2.31vw, 3rem);
}
.price--special {
  font-size: clamp(0.9rem, 0.491rem + 1.75vw, 1.8rem);
  font-weight: 700;
}
.price--unit {
  font-size: clamp(1rem, 0.591rem + 1.75vw, 1.9rem);
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .price--wrapper {
    height: clamp(2rem, 1.028rem + 2.7vw, 2.7rem);
  }
  .price--wrapper-big {
    height: clamp(3.1rem, 2.406rem + 1.93vw, 3.6rem);
  }
}
@media all and (max-width: 575px) {
  .price {
    font-size: 30px;
    padding: 0;
  }
  .price--wrapper {
    height: 32px;
  }
  .price--wrapper-big {
    height: 46px;
  }
  .price--special {
    font-size: 18px;
  }
  .price--unit {
    font-size: 19px;
  }
}

.free_shipping {
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
@media all and (max-width: 768px) {
  .free_shipping {
    font-size: 1.5rem;
    line-height: 1 !important;
  }
}
@media all and (max-width: 575px) {
  .free_shipping {
    font-size: 1.4rem;
  }
}

.soutou {
  font-size: clamp(1rem, 0.815rem + 0.51vw, 1.2rem);
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
}
@media all and (max-width: 575px) {
  .soutou {
    font-size: 14px;
  }
}

.mame555-bg {
  background-image: url("../55th/images/present-55th-bg--2311.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .mame555-bg {
    font-size: 12px;
    background-size: 167% auto;
    background-color: #706960;
    background-position: top;
    background-attachment: scroll;
    background-repeat: repeat-y;
  }
}
.mame555-bg-color {
  background-color: #00bbff;
  border-radius: 15px;
  padding: 2rem;
}
.mame555-coins-01 {
  position: absolute;
  top: 150px;
  left: -52%;
}
@media all and (max-width: 767px) {
  .mame555-coins-01 {
    display: none;
  }
}
.mame555-coins-02 {
  position: absolute;
  top: -30px;
  right: -55%;
}
@media all and (max-width: 767px) {
  .mame555-coins-02 {
    display: none;
  }
}
.mame555-coins-03 {
  position: absolute;
  top: 110px;
  right: 1%;
}
@media all and (max-width: 767px) {
  .mame555-coins-03 {
    display: none;
  }
}
.mame555-coins-04 {
  position: absolute;
  top: 160px;
  right: -12%;
}
@media all and (max-width: 767px) {
  .mame555-coins-04 {
    display: none;
  }
}
.mame555-obj-01 {
  position: absolute;
  bottom: 200px;
  left: -32%;
}
@media all and (max-width: 767px) {
  .mame555-obj-01 {
    display: none;
  }
}
.mame555-obj-02 {
  position: absolute;
  top: 100px;
  right: -25%;
}
@media all and (max-width: 767px) {
  .mame555-obj-02 {
    display: none;
  }
}
.mame555-obj-03 {
  position: absolute;
  bottom: 35px;
  left: -22%;
}
@media all and (max-width: 767px) {
  .mame555-obj-03 {
    display: none;
  }
}
.mame555-obj-04 {
  position: absolute;
  bottom: 45px;
  right: -26%;
}
@media all and (max-width: 767px) {
  .mame555-obj-04 {
    display: none;
  }
}

/*=============================================>>>>>
= 注意書きリンク =
===============================================>>>>>*/
.text-attention {
  text-align: right;
  font-size: 14px;
}
.text-attention a {
  color: #0f164c;
  text-decoration: underline;
}
.text-attention a:hover, .text-attention a:focus {
  color: rgba(34, 34, 34, 0.5);
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .text-attention {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .text-attention {
    margin-top: 5px;
    text-align: left;
    font-size: 12px;
  }
}

/*= End of 注意書きリンク =*/
/*=============================================<<<<<*/
/*--------------------------------------------------
　福袋説明書き
-------------------------------------------------*/
.position-warning-note {
  font-size: 12px;
  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--coffee, .bg-kirakira--variety {
  background-position: 100% 9%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .bg-kirakira, .bg-kirakira--coffee, .bg-kirakira--variety {
    background-position: 100% 6%;
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) {
  .bg-kirakira, .bg-kirakira--coffee, .bg-kirakira--variety {
    background-position: top 55px left -167px;
    background-size: 248% auto;
  }
}

.bg-kirakira--variety {
  background-image: url(images/set-variety-bg.png);
}
@media all and (max-width: 767px) {
  .bg-kirakira--variety {
    background-color: transparent;
  }
}
.bg-kirakira--coffee {
  background-image: url(images/set-coffee-bg.png);
}
@media all and (max-width: 767px) {
  .bg-kirakira--coffee {
    background-color: transparent;
  }
}

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

.variety-logo {
  position: absolute;
  z-index: 20;
  width: 42%;
  top: -5%;
  left: -2%;
}
.variety-logo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .variety-logo {
    width: 41%;
    left: -1%;
    top: -52px;
  }
  .variety-logo img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .variety-logo {
    top: -4%;
    width: 38%;
    left: 0%;
  }
}
@media all and (max-width: 768px) {
  .variety-logo {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 1;
  }
  .variety-logo img {
    margin-top: -5%;
  }
}

.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: relative;
  top: -63px;
  right: -60px;
  text-align: right;
  z-index: 10;
}
@media all and (max-width: 1400px) {
  .variety-img {
    width: 77%;
    right: -25%;
  }
  .variety-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .variety-img {
    width: 100%;
    right: 0;
    top: -10px;
  }
}

.variety-nakami {
  position: absolute;
  top: 129px;
  z-index: 5;
  left: -70px;
  　width: 54%;
}
.variety-nakami img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .variety-nakami {
    width: 54%;
    top: 10%;
    left: -4%;
  }
  .variety-nakami img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .variety-nakami {
    top: 5%;
  }
}
@media all and (max-width: 768px) {
  .variety-nakami {
    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: 2%;
  right: 7%;
}
@media all and (max-width: 1400px) {
  .variety-icon {
    width: 25%;
    right: 14%;
    top: 6%;
  }
  .variety-icon img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .variety-icon {
    top: -125%;
    right: -1%;
    width: 41%;
  }
}

.variety-images {
  position: absolute;
  left: -1%;
  width: 5%;
  top: -24px;
}
.variety-images img {
  width: 100%;
  height: auto;
}

.set-and-img {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 65%;
}
.set-and-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .set-and-img {
    top: -18%;
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .set-and-img {
    position: relative;
    width: 100%;
    top: -10px;
    left: 0%;
  }
}

.set-and-img--coffee {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 65%;
}
.set-and-img--coffee img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .set-and-img--coffee {
    top: -14%;
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .set-and-img--coffee {
    position: relative;
    width: 100%;
    top: -10px;
    left: 0%;
  }
}

.set-and-price {
  width: 36%;
  position: relative;
}
.set-and-price img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .set-and-price {
    width: 100%;
  }
}

.set-and-cart-area {
  margin: 15px 15px 15px 0;
  padding: 5px 10px;
}

/*= End of バラエティ福袋  =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= コーヒー福袋 =
===============================================>>>>>*/
.coffee-area {
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .coffee-area {
    border-radius: 10px;
  }
}

.coffee-logo {
  position: absolute;
  z-index: 20;
  width: 44%;
  top: -2%;
  left: -6%;
}
.coffee-logo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .coffee-logo {
    width: 43%;
    left: -4%;
    top: -26px;
  }
  .coffee-logo img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .coffee-logo {
    width: 42%;
    left: -3%;
    top: -43px;
  }
}
@media all and (max-width: 768px) {
  .coffee-logo {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 1;
  }
  .coffee-logo img {
    margin-top: -5%;
  }
}

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

.coffee-img {
  position: relative;
  top: -80px;
  right: -100px;
  text-align: right;
  z-index: 10;
}
@media all and (max-width: 1400px) {
  .coffee-img {
    width: 94%;
    right: -10%;
  }
  .coffee-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .coffee-img {
    width: 100%;
    right: 0;
    top: -10px;
  }
}

.coffee-nakami {
  position: absolute;
  top: 155px;
  z-index: 5;
  left: -120px;
}
@media all and (max-width: 1400px) {
  .coffee-nakami {
    width: 61%;
    top: 9%;
    left: -11%;
  }
  .coffee-nakami img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .coffee-nakami {
    top: 5%;
  }
}
@media all and (max-width: 768px) {
  .coffee-nakami {
    margin: 68% -2% 0 -5%;
  }
}
@media all and (max-width: 576px) {
  .coffee-nakami {
    margin: 72% -2% 0 -5%;
  }
}

.coffee-icon {
  position: absolute;
  z-index: 10;
  top: 2%;
  right: 7%;
}
@media all and (max-width: 1400px) {
  .coffee-icon {
    width: 25%;
    right: 14%;
    top: 6%;
  }
  .coffee-icon img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .coffee-icon {
    top: -125%;
    right: -1%;
    width: 41%;
  }
}

.coffee-images {
  position: absolute;
  left: -1%;
  width: 5%;
  top: -24px;
}
.coffee-images img {
  width: 100%;
  height: auto;
}

.set-and-price {
  width: 36%;
  position: relative;
}
.set-and-price img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .set-and-price {
    width: 100%;
  }
}

.set-and-cart-area {
  margin: 15px 15px 15px 0;
  padding: 5px 10px;
}

/*= 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: 24px;
  list-style: 1;
  line-height: 1;
}
.voice-title b {
  font-weight: 800;
}
.voice-title small {
  font-size: 13px;
}
@media all and (max-width: 767px) {
  .voice-title {
    font-size: 20px;
    line-height: 0.8;
  }
}

.voice-box p {
  margin: 0;
}
.voice-box ul {
  margin: 0;
  padding: 5px 0;
}
.voice-box li {
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0 0 0.2rem 0;
  border-bottom: 1px solid #0f164c;
  font-size: 15px;
  line-height: 1.2;
}
.voice-box li i {
  font-size: 18px;
}
.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% 0;
  }
  .voice-box p {
    font-size: 0.8rem;
  }
}

/*= 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.6rem;
  padding: 0.8rem;
  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;
}
@media all and (max-width: 767px) {
  .attention-area h5 {
    font-size: 22px;
  }
}
.attention-area h5 img {
  position: relative;
  top: -1px;
}
.attention-area h6 {
  font-size: 1.3rem;
}
@media all and (max-width: 767px) {
  .attention-area h6 {
    font-size: 17px;
  }
}
.attention-area h7 {
  font-size: 1.3rem;
}
.attention-area p, .attention-area li {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .attention-area p, .attention-area li {
    font-size: 13px;
  }
}
.attention-area ul {
  padding-left: 3.5%;
}
.attention-area li {
  padding: 0;
  margin: 0;
}
.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;
}