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

section::before {
  content: "";
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

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

.content-750 {
  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-orange {
  background-color: #ff4800 !important;
}

.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-navy {
  background-color: #00408f;
}

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

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

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

.bg-light-blue {
  background-color: #59d2d9;
}

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

.bg-lihght-green {
  background-color: #8ba813;
}

.bg-mugicha {
  background-color: #cd6f49;
}

.bg-liquid {
  background-color: #8f420e;
}

.bg-goods-variety {
  background-color: #cce6fd;
}

.bg-goods-coffee {
  background-color: #ffcfb2;
}

.bg-voice--variety {
  background-color: #fff;
}
.bg-voice--coffee {
  background-color: #fff;
}

.color-red {
  color: #ff0000;
}

.color-blue {
  color: #003993;
}

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

.color-yellow {
  color: #ffff00;
}

.color-orange {
  color: #ff4800 !important;
}

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

.border-2 {
  border-width: 2px !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;
}
@media all and (max-width: 767px) {
  .border-radius15 {
    border-radius: 10px;
  }
}

.border-radius20 {
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .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: 767px) {
  .border-radius30 {
    border-radius: 10px;
  }
}

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

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

.border-blue {
  border-color: #0083f8 !important;
}

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

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

.border-orange {
  border-color: #ff4800 !important;
}

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

.border-dotted-blue {
  border-top: 6px dotted #afd8ff;
  margin: 0;
  padding: 0;
}

.border-dotted-orange {
  border-top: 6px dotted #ffa37f;
  margin: 0;
  padding: 0;
}

.btn-green {
  color: #fff;
  background-color: #39a400;
  border-color: #39a400;
}
.btn-green:hover {
  color: #fff !important;
  background-color: rgb(65.862804878, 189.5, 0);
  border-color: rgb(65.862804878, 189.5, 0);
}

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

.yellow-box-shadow {
  box-shadow: 0 0 5px rgba(255, 202, 0, 0.8);
}

@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(images26/mainvisual-hanabi.png);
  background-repeat: repeat;
  background-position: -190px -193px;
  background-color: #fff305;
}
.bg-mainvisual--pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #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(images26/mainvisual-logo-bg--sp@2x-80.jpg);
    background-position: 0 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0;
  }
}

.bg-mainvisual--pattern0701 {
  background: url(images26/mainvisual-hanabi0701.png);
  background-repeat: repeat;
  background-position: -190px -193px;
  background-color: #2ca6de;
}
.bg-mainvisual--pattern0701:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #f73600;
}
@media screen and (max-width: 1400px) {
  .bg-mainvisual--pattern0701 {
    background-size: 143%, auto;
  }
}
@media screen and (max-width: 767px) {
  .bg-mainvisual--pattern0701 {
    background: url(images26/mainvisual-logo-bg--sp_0701@2x-80.jpg);
    background-position: 0 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100%;
    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--variety {
  background: url(images26/bg-variety-top.png), url(images26/set-v-bg.gif);
  background-repeat: no-repeat, repeat;
  background-position: center 0;
  background-attachment: fixed, scroll;
  background-color: #6dc8f0;
}

.bg-pattern--coffee {
  background: url(images26/bg-variety-top.png), url(images26/set-c-bg.gif);
  background-repeat: no-repeat, repeat;
  background-position: center 0;
  background-attachment: fixed, scroll;
  background-color: #1f4c93;
}

.bg-pattern--regular {
  background: url(images26/bg-variety-top.png), url(images26/set-r-bg.gif);
  background-repeat: no-repeat, repeat;
  background-position: center 0;
  background-attachment: fixed, scroll;
  background-color: #9f5724;
}

.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;
  z-index: 2;
}

.mainvisual-logo {
  position: relative;
  margin-top: -18px;
  margin-bottom: -19px;
  z-index: 15;
}
@media screen and (max-width: 1400px) {
  .mainvisual-logo img {
    width: 100%;
    height: auto;
  }
  .mainvisual-logo {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-logo {
    width: 86%;
    padding-top: 8%;
    margin-bottom: 14%;
  }
}
.mainvisual-logo-last {
  position: absolute;
  top: 193px;
  right: 480px;
  z-index: 7;
  width: 8.5%;
}
.mainvisual-logo-last img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .mainvisual-logo-last {
    top: 32%;
    right: 34%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-logo-last {
    top: 36%;
    right: 21%;
    width: 16%;
  }
}
.mainvisual-lantern {
  position: absolute;
  left: -260px;
  top: -43px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .mainvisual-lantern img {
    width: 100%;
    height: auto;
  }
  .mainvisual-lantern {
    width: 116%;
    left: -11%;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-lantern {
    width: 244%;
    left: -155%;
    top: 0;
  }
}
.mainvisual-catch {
  position: absolute;
  left: 278px;
  top: -45px;
  z-index: 12;
}
@media all and (max-width: 1400px) {
  .mainvisual-catch img {
    width: 100%;
    height: auto;
  }
  .mainvisual-catch {
    width: 21%;
    top: -45px;
    left: 20%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-catch {
    width: 23%;
    top: -27px;
    left: 15%;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-catch img {
    width: 113%;
    height: auto;
  }
  .mainvisual-catch {
    width: 33%;
    top: -9px;
    left: -2%;
  }
}
.mainvisual-catch0901 {
  position: absolute;
  right: 320px;
  top: -31px;
  z-index: 12;
}
@media all and (max-width: 1400px) {
  .mainvisual-catch0901 img {
    width: 100%;
    height: auto;
  }
  .mainvisual-catch0901 {
    width: 21%;
    right: 21%;
    top: -28px;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-catch0901 img {
    width: 113%;
    height: auto;
  }
  .mainvisual-catch0901 {
    width: 31%;
    top: 22%;
    margin-top: -18%;
    right: 4%;
  }
}
.mainvisual-day {
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 12;
}
@media all and (max-width: 1400px) {
  .mainvisual-day {
    width: 11%;
  }
  .mainvisual-day img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-day {
    width: 24%;
    top: 20px;
  }
  .mainvisual-day img {
    width: 100%;
    height: auto;
  }
}
.mainvisual-images {
  position: absolute;
  right: 0;
  bottom: 22px;
  z-index: 12;
}
.mainvisual-images img {
  width: 100%;
  height: auto;
}
.mainvisual-images {
  width: 4%;
}
@media all and (max-width: 767px) {
  .mainvisual-images {
    width: 10%;
    bottom: 2%;
    right: 7%;
  }
}
.mainvisual-img-coffee {
  position: absolute;
  right: -51px;
  top: 160px;
  z-index: 5;
}
@media all and (max-width: 1400px) {
  .mainvisual-img-coffee {
    width: 46%;
    right: -3%;
    top: 32%;
  }
  .mainvisual-img-coffee img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-img-coffee {
    width: 74%;
    right: -27%;
    top: 56%;
    z-index: 6;
  }
}
.mainvisual-img-regular {
  position: absolute;
  right: 49px;
  top: 4px;
  z-index: 2;
}
@media all and (max-width: 1400px) {
  .mainvisual-img-regular {
    width: 27%;
    right: 9%;
    top: 8px;
  }
  .mainvisual-img-regular img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-img-regular {
    width: 74%;
    right: -27%;
    top: 56%;
    z-index: 6;
  }
}
.mainvisual-img-variety {
  position: absolute;
  left: -15px;
  top: 125px;
  z-index: 5;
}
@media all and (max-width: 1400px) {
  .mainvisual-img-variety {
    width: 44%;
    left: -1%;
    top: 25%;
  }
  .mainvisual-img-variety img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-img-variety {
    width: 68%;
    left: -15%;
    top: 53%;
  }
}
.mainvisual-img-right {
  position: absolute;
  right: -130px;
  top: 68px;
  z-index: 4;
}
@media all and (max-width: 1400px) {
  .mainvisual-img-right img {
    width: 100%;
    height: auto;
  }
  .mainvisual-img-right {
    width: 19%;
    right: -3%;
    top: 13%;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-img-right {
    width: 37%;
    right: 0;
    top: 20%;
  }
}
.mainvisual-img-left {
  position: absolute;
  left: -129px;
  top: 12px;
  z-index: 4;
}
@media all and (max-width: 1400px) {
  .mainvisual-img-left img {
    width: 100%;
    height: auto;
  }
  .mainvisual-img-left {
    width: 25%;
    left: -1%;
    top: 1%;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-img-left {
    width: 44%;
    left: auto;
    bottom: auto;
    top: 38%;
    right: -72px;
  }
}
@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%;
  }
  .mainvisual-fukidashi-variety img {
    width: 100%;
    height: auto;
  }
  .mainvisual-fukidashi-variety {
    width: 7%;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-fukidashi-variety {
    display: none;
  }
}
@keyframes fuwafuwa-UpDown {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.mainvisual-obi {
  position: relative;
  z-index: 101;
  background: url(images26/red_obi_bg.gif), url(images/bg-red.gif);
  background-repeat: repeat-x, repeat;
  background-position: center 0, top center;
  background-attachment: inherit, scroll;
  background-color: #f03400;
}
@media all and (max-width: 1200px) {
  .mainvisual-obi {
    background-position: 50% top;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-obi-btn img {
    width: 100%;
    height: auto;
  }
  .mainvisual-obi-btn {
    width: 22%;
    margin: -3% 0 -1% auto;
  }
}
.mainvisual-obi-img {
  margin-top: -86px;
  margin-bottom: -15px;
}
@media all and (max-width: 1400px) {
  .mainvisual-obi-img img {
    width: 100%;
    height: auto;
  }
  .mainvisual-obi-img {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .mainvisual-obi-img {
    width: 40%;
  }
}
@media all and (max-width: 1400px) {
  .mainvisual-obi-text img {
    width: 100%;
    height: auto;
  }
  .mainvisual-obi-text {
    width: 61%;
    left: -5px;
    position: relative;
  }
}
@media all and (max-width: 992px) {
  .mainvisual-obi-text {
    left: 0px;
    margin-left: 5px;
  }
}
.mainvisual-obi-text--sp img {
  margin-top: -5%;
}

.mainvisual-link-v {
  position: absolute;
  top: 30%;
  left: 0;
  width: 35%;
  height: 70%;
  display: block;
  z-index: 20;
}
@media all and (max-width: 767px) {
  .mainvisual-link-v {
    top: 75%;
    width: 41%;
    height: 40%;
  }
}

.mainvisual-link-c {
  position: absolute;
  top: 40%;
  right: 0;
  width: 35%;
  height: 70%;
  display: block;
  z-index: 20;
}
@media all and (max-width: 767px) {
  .mainvisual-link-c {
    top: 87%;
    right: 75px;
    width: 39%;
    height: 28%;
  }
}

.mainvisual-link-r {
  position: absolute;
  top: 3%;
  right: 8%;
  width: 27%;
  height: 37%;
  display: block;
  z-index: 20;
}
@media all and (max-width: 767px) {
  .mainvisual-link-r {
    top: 67%;
    right: 0;
    width: 27%;
    height: 30%;
  }
}

/*=============================================>>>>>
= プレゼント =
===============================================>>>>>*/
.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: 18px;
  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: 767px) {
  .fuku-set-detail-h3 {
    left: 15px;
    font-size: 18px;
  }
}

.fuku-set-detail {
  position: relative;
  z-index: 6;
  padding: 10px;
}
.fuku-set-detail dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 16px;
}
.fuku-set-detail dt {
  width: 30%;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1;
  font-weight: 500;
}
.fuku-set-detail dt:last-child {
  margin-bottom: 0;
}
.fuku-set-detail dd {
  width: 70%;
  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-coffee dt {
  background-color: #ff4800;
  border-radius: 3px;
}
.fuku-set-detail-coffee .fuku-set-line {
  border-left: 3px dotted #ff4800;
}
.fuku-set-detail-regular dt {
  background-color: #9b754d;
  border-radius: 3px;
}
.fuku-set-detail-regular .fuku-set-line {
  border-left: 3px dotted #9b754d;
}
@media screen and (max-width: 992px) {
  .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;
  }
  .fuku-set-detail-coffee .fuku-set-line {
    border-left: none;
    border-top: 3px dotted #ff4800;
  }
  .fuku-set-detail-regular .fuku-set-line {
    border-left: none;
    border-top: 3px dotted #9b754d;
  }
}
@media screen and (max-width: 767px) {
  .fuku-set-detail {
    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;
  }
}

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

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

.text-last-attention {
  font-size: clamp(1.563rem, 1.313rem + 0.8vi, 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: 767px) {
  .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: 767px) {
  .text-last-attention--0101 {
    font-size: clamp(1.125rem, -0.008rem + 4.835vi, 2.313rem);
  }
}

/*=============================================>>>>>
= navigation--ページ内リンク =
===============================================>>>>>*/
#navigation {
  background-color: #fffbb4;
}
#navigation ul {
  padding: 0;
}
#navigation li {
  line-height: 1;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  padding: 3px 10px 0 10px;
}
#navigation li small {
  font-weight: 700;
}
#navigation li a {
  color: #1e50a2;
}
#navigation li:not(:last-of-type)::after {
  position: absolute; /*--positionを追加--*/
  bottom: 3px;
  right: 0;
  margin: 0;
  height: 55px;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  background-color: #1e50a2; /*--縦線の色--*/
}
@media all and (max-width: 992px) {
  #navigation li {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  #navigation ul {
    padding: 2px;
  }
  #navigation li {
    padding: 2px;
  }
  #navigation li:not(:last-of-type)::after {
    position: absolute; /*--positionを追加--*/
    bottom: 8%;
    right: 0;
    margin: 0;
    height: 81%;
    content: "";
    width: 1px; /*--縦線の太さ(幅)--*/
    background-color: #333; /*--縦線の色--*/
  }
}

.sticky-element {
  position: sticky;
  top: 0; /* スクロール時に上端から0pxの位置で固定 */
  z-index: 100; /* 他の要素の上に表示したい場合 */
}

/*= End of navigation--ページ内リンク =*/
/*=============================================<<<<<*/
/*--------------------------------------------------
  セットｰｰアイスドリンク
-------------------------------------------------*/
@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;
  }
}

.ice-icon-last {
  position: absolute;
  top: -35px;
  left: 0;
  width: 44%;
}
.ice-icon-last img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .ice-icon-last {
    width: 44%;
    top: -5%;
  }
}
@media all and (max-width: 767px) {
  .ice-icon-last {
    width: 64%;
    top: -6%;
    left: 0;
  }
}

.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: 576px) {
  .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: 767px) {
  .item-category-name {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 576px) {
  .item-category-name {
    font-size: 12px;
  }
}

.item-category-name-min {
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .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: 576px) {
  .item-name {
    font-size: 20px;
    margin: 3px 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: 767px) {
  .item-name-set-icon {
    font-size: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 576px) {
  .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: 767px) {
  .item-name-kikan-icon {
    font-size: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 576px) {
  .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: 767px) {
  .souryou-icon-wrapper {
    width: 100%;
    margin-top: 5px;
  }
}
@media all and (max-width: 576px) {
  .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: 767px) {
  .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;
  padding: 5px;
  border: 1px solid #0f164c;
  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.625rem, 0.483rem + 0.606vi, 0.938rem);
  line-height: 1.1;
}
.item-set-box sup {
  top: -0.3em;
}
@media all and (max-width: 767px) {
  .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: 576px) {
  .item-set-box {
    margin: 0.2rem auto 0;
    padding: 7px 5px 5px 5px;
  }
}

.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: 767px) {
  .item-quantity {
    font-size: 33px;
  }
  .item-quantity small {
    font-size: 16px;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 24px;
  }
  .item-quantity small {
    font-size: 15px;
  }
}

.item-set {
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .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: 576px) {
  .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: 767px) {
  .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", "M PLUS Rounded 1c", sans-serif;
  letter-spacing: -0.1rem;
  font-size: clamp(3rem, 2.596rem + 1.122vi, 3.438rem);
  font-weight: 700;
  padding: 0 0 0 0.3rem;
  line-height: 0.9 !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: 576px) {
  .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: 767px) {
  .free_shipping {
    font-size: 1.5rem;
    line-height: 1 !important;
  }
}
@media all and (max-width: 576px) {
  .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: 576px) {
  .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 {
  font-size: 12px;
  margin-top: 5px;
}
.text-attention a {
  color: #0f164c;
  text-decoration: none;
  border-bottom: 1px solid #0f164c;
}
.text-attention a:hover, .text-attention a:focus {
  color: rgba(34, 34, 34, 0.5);
  cursor: pointer;
  border-bottom: none;
}
@media all and (max-width: 1200px) {
  .text-attention {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .text-attention {
    font-size: 12px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 576px) {
  .text-attention {
    font-size: 10px;
    margin-bottom: 5px;
  }
}

/*= 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 {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-color: #fbff7b;
  background-image: url(images26/variety-bg-80.jpg);
}
@media all and (max-width: 1200px) {
  .bg-kirakira {
    background-position: 100% 6%;
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) {
  .bg-kirakira {
    background-position: top -95px left -37px;
    background-size: 188% auto;
    background-repeat: repeat;
  }
}

/*= End of 福袋セット共通クラス =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= バラエティ福袋 =
===============================================>>>>>*/
.variety-area {
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .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 img {
    width: 100%;
    height: auto;
  }
  .variety-logo {
    width: 41%;
    left: -1%;
    top: -52px;
  }
}
@media all and (max-width: 992px) {
  .variety-logo {
    top: -4%;
    width: 38%;
    left: 0%;
  }
}
@media all and (max-width: 767px) {
  .variety-logo {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 1;
  }
  .variety-logo img {
    margin-top: -5%;
  }
}

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

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

.set-logo {
  position: absolute;
  z-index: 20;
  top: 10px;
  left: -6px;
}
@media all and (max-width: 1400px) {
  .set-logo img {
    width: 100%;
    height: auto;
  }
  .set-logo {
    width: 38%;
    top: 2%;
  }
}
@media all and (max-width: 992px) {
  .set-logo {
    width: 38%;
    top: 0;
    left: 0%;
  }
}
@media all and (max-width: 767px) {
  .set-logo {
    top: 5px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
  }
}

.variety-img {
  position: relative;
  text-align: right;
  z-index: 10;
  margin-left: -27px;
}
@media all and (max-width: 1400px) {
  .variety-img img {
    width: 100%;
    height: auto;
  }
  .variety-img {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 992px) {
  .variety-img {
    width: 100%;
  }
}

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

.set--images-text {
  position: absolute;
  left: 15px;
  bottom: 5px;
  z-index: 20;
  width: 5%;
}
.set--images-text 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: 767px) {
  .set-and-img {
    position: relative;
    width: 100%;
    top: -10px;
    left: 0%;
  }
}

.set-and-img0901 {
  position: absolute;
  top: -37px;
  left: -10px;
  width: 65%;
}
.set-and-img0901 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .set-and-img0901 {
    top: -13%;
    left: -8px;
  }
}
@media all and (max-width: 767px) {
  .set-and-img0901 {
    position: relative;
    width: 100%;
    top: -28px;
    left: 0%;
  }
}

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

.set-and-img--coffee0901 {
  position: absolute;
  top: -32px;
  left: -10px;
  width: 65%;
}
.set-and-img--coffee0901 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1400px) {
  .set-and-img--coffee0901 {
    top: -9%;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .set-and-img--coffee0901 {
    position: relative;
    width: 100%;
    top: -23px;
    left: 0%;
  }
}

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

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

/*= End of バラエティ福袋  =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= コーヒー福袋 =
===============================================>>>>>*/
.coffee-img {
  position: relative;
  text-align: right;
  z-index: 10;
  margin-left: -29px;
}
.coffee-img img {
  margin-top: -15px;
}
@media all and (max-width: 1400px) {
  .coffee-img img {
    width: 100%;
    height: auto;
  }
  .coffee-img {
    width: 100%;
    margin-left: 1.4%;
  }
}
@media all and (max-width: 992px) {
  .coffee-img {
    width: 100%;
    margin-left: 0;
  }
  .coffee-img img {
    margin-top: 0;
  }
}

/*= End of コーヒー福袋  =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
=レギュラー福袋 =
===============================================>>>>>*/
.regular-img {
  position: relative;
  text-align: right;
  z-index: 10;
  margin-left: -1rem;
}
@media all and (max-width: 1400px) {
  .regular-img img {
    width: 100%;
    height: auto;
  }
  .regular-img {
    width: 100%;
    margin-left: 1.4%;
  }
}
@media all and (max-width: 992px) {
  .regular-img {
    width: 100%;
    margin-left: 0;
  }
}

/*= End ofレギュラー福袋  =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= グッツ =
===============================================>>>>>*/
.goods-set-detail {
  padding: 10px;
}
@media all and (max-width: 767px) {
  .goods-set-detail {
    padding: 0;
  }
}

.goods-set-detail--left {
  width: 67%;
  float: left;
  margin-bottom: -13px;
  z-index: 1;
}
.goods-set-detail--left img {
  margin-bottom: -29px;
}
@media all and (max-width: 1200px) {
  .goods-set-detail--left {
    padding-top: 2%;
  }
}
@media all and (max-width: 991px) {
  .goods-set-detail--left {
    width: 100%;
    margin-top: 0;
  }
  .goods-set-detail--left img {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .goods-set-detail--left {
    margin-top: 8%;
    margin-bottom: 0;
  }
}

.goods-set-detail--right {
  width: 33%;
  float: right;
}
@media all and (max-width: 991px) {
  .goods-set-detail--right {
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (max-width: 991px) {
  .goods-set-detail--attention {
    width: 100%;
  }
}

.goods-set-title {
  background-color: #1e50a0;
  display: inline;
  color: #fff;
  padding: 7px 33px 7px 10px;
  font-size: clamp(1.25rem, 0.938rem + 1.563vi, 1.688rem);
  clip-path: polygon(0% 0%, 100% 0%, 97% 50%, 100% 100%, 0% 100%);
  position: absolute;
  top: -5px;
  left: -5px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .goods-set-title {
    padding: 6px 5% 5px 6px;
    font-size: clamp(1.188rem, 0.676rem + 2.182vi, 2.313rem);
  }
}

/*個別調整*/
@media all and (max-width: 767px) {
  .price-img img {
    margin: 0 0 0 auto;
    width: 80%;
    height: auto;
    max-width: 300px;
  }
}

/*=============================================>>>>>
= voice　お客様の声 =
===============================================>>>>>*/
.voice {
  overflow: hidden;
  line-height: 1;
  padding: 1% 1% 0.5% 1%;
  position: relative;
  z-index: 2;
}
.voice small {
  font-size: 1rem;
}
@media all and (max-width: 767px) {
  .voice {
    padding: 2% 2% 0.5% 2%;
    font-size: 1.1rem;
  }
  .voice small {
    font-size: 0.9rem;
  }
}

.voice-title {
  font-size: 21px;
  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: 18px;
    line-height: 1;
  }
}

.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 #c9c9c9;
  font-size: 15px;
  line-height: 1.2;
}
.voice-box li i {
  font-size: 18px;
}
.voice-box li p {
  padding-left: 25px;
  text-indent: -11px;
}
.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: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  transform: rotate(45deg);
}

.arrow-btn:hover::after {
  right: 5%;
}

.btn-cart {
  font-size: 1.8rem;
  padding: 10px 0;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background-color: #3cb200;
  position: relative;
}
.btn-cart:hover {
  color: #fff;
  background-color: rgb(51.404494382, 152.5, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 991px) {
  .btn-cart {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.5rem;
    width: 100%;
    padding: 9px 0;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.btn-cart-min {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 50px;
  color: #fff;
  background-color: #3cb200;
  position: relative;
}
.btn-cart-min:hover {
  color: #fff;
  background-color: rgb(51.404494382, 152.5, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 576px) {
  .btn-cart-min {
    font-size: 1.2rem;
    width: 100%;
    padding: 2px 0;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart-min {
    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;
}

/* --------------------------------------------------
 カテゴリーネーム
-------------------------------------------------*/
.item-category-name {
  border-radius: 50em;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.892rem + 0.227vi, 1.063rem);
  padding: 3px 10px;
}
.item-category-name span {
  transform: rotate(0.06deg);
  display: inline-block;
}
@media (max-width: 767px) {
  .item-category-name {
    padding: 2px 5px;
  }
}
@media (max-width: 576px) {
  .item-category-name {
    font-size: 11px;
  }
}

.item-set-title {
  position: absolute;
  top: -14px;
  left: 7px;
  padding: 1px 5px 2px;
  margin: 0;
  font-size: 0.9rem;
  color: #0f164c;
  background-color: #fff;
}
@media (max-width: 576px) {
  .item-set-title {
    font-size: 10px;
    top: -10px;
    margin-top: 5px;
  }
}

.kikan-icon-main-cart {
  padding: 3px;
  font-size: clamp(0.813rem, 0.608rem + 1.023vi, 1.375rem);
  font-weight: 600;
}
.kikan-icon-main-cart small {
  font-weight: 600;
}
@media (max-width: 767px) {
  .kikan-icon-main-cart {
    font-size: 18px;
    padding: 1px 7px;
  }
}

.kikan-icon {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 2px 3px;
  font-size: clamp(0.813rem, 0.608rem + 1.023vi, 1.375rem);
  font-weight: 600;
}
@media (max-width: 767px) {
  .kikan-icon {
    padding: 1px 2px;
    top: -5px;
    left: -5px;
  }
}

.nisugata-area .nisugata-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 5px;
}
.nisugata-area p {
  font-size: 12px;
  line-height: 1.1;
}

#natu-502660,
#natu-502661,
#natu-502658,
#natu-502659,
#natu-502664,
#present,
#attention {
  content: "";
  margin-top: -85px;
  padding-top: 85px;
}
@media (max-width: 767px) {
  #natu-502660,
  #natu-502661,
  #natu-502658,
  #natu-502659,
  #natu-502664,
  #present,
  #attention {
    margin-top: -16%;
    padding-top: 16%;
  }
}

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