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

/*--------------------------------------------------
　分岐　サンプル
-------------------------------------------------*/
#anniversary-55 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  width: 100%;
  color: #42210b;
}

#anniversary-55 p {
  line-height: 1.3;
}

h1 {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .content-1200 {
    padding: 0 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .content-1200 {
    padding: 0;
  }
}

.bg-white-area {
  background: #FFF;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .bg-white-area {
    margin: 0 1rem;
  }
}

.bg-brown {
  background-color: #a76f49;
}

.bg-brown--dark {
  background-color: #603813;
}

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

.red {
  color: #f20400;
}

.red-right {
  color: #ff0000;
}

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

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

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

/*--------------------------------------------------
  mainvisual
-------------------------------------------------*/
.mainvisual-area {
  background: #fbcf00;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

.mainvisual-bg {
  background-image: url("images/mainvisual-bg.jpg");
  background-size: cover;
  background-position: center;
}

.mainvisual-greeting {
  color: #FFF;
  line-height: 1.2;
  position: relative;
}

.mainvisual-greeting--box {
  background: #42210b;
  mix-blend-mode: multiply;
  height: 130px;
}

@media all and (max-width: 1200px) {
  .mainvisual-greeting--box {
    height: 120px;
  }
}

.mainvisual-greeting--text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media all and (max-width: 1200px) {
  .mainvisual-greeting--text {
    top: 21%;
  }
}

.mainvisual-greeting--main {
  font-size: 2rem;
}

@media all and (max-width: 1200px) {
  .mainvisual-greeting--main {
    font-size: 1.8rem;
  }
}

.mainvisual-greeting--sub {
  font-size: 1.5rem;
}

@media all and (max-width: 1200px) {
  .mainvisual-greeting--sub {
    font-size: 1.2rem;
  }
}

.mainvisual-confetti {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mainvisual-cracker {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mainvisual-title {
  width: 765px;
  margin: 0 auto;
  position: relative;
}

.mainvisual-title img {
  position: relative;
  z-index: 2;
}

@media all and (max-width: 1200px) {
  .mainvisual-title {
    width: 100%;
  }
}

.mainvisual-balloon {
  position: absolute;
  top: 2%;
  left: -25%;
  z-index: 1;
}

@media all and (max-width: 1200px) {
  .mainvisual-balloon {
    left: 0;
  }
}

/*--------------------------------------------------
 sale
-------------------------------------------------*/
#sale {
  overflow-x: hidden;
}

.sale-title-bg {
  background-image: url("images/sale-bg--10g.jpg");
  background-size: cover;
  background-position: center;
}

.sale-title-img {
  margin-left: -11%;
}

@media screen and (max-width: 1200px) {
  .sale-title-img {
    margin: 0;
  }
}

/*--------------------------------------------------
 campaign
-------------------------------------------------*/
.campaign-area {
  padding-top: 6%;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .campaign-area {
    padding-top: 13%;
    padding-bottom: 5%;
  }
}

.campaign-text-img {
  width: 85%;
  margin: 0 auto;
}

@media all and (max-width: 992px) {
  .campaign-text-img {
    width: 92%;
  }
}

.campaign-txt {
  font-size: 2rem;
}

@media all and (max-width: 992px) {
  .campaign-txt {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 992px) {
  .campaign-img img {
    width: 80%;
  }
}

@media all and (max-width: 576px) {
  .campaign-img img {
    width: 100%;
  }
}

.campaign-subject-title {
  position: relative;
  z-index: 2;
  margin-top: 6%;
}

.campaign-subject-title--icon {
  position: absolute;
  top: -25%;
  right: 7%;
}

@media all and (max-width: 1200px) {
  .campaign-subject-title--icon {
    width: 25%;
  }
  .campaign-subject-title--icon img {
    width: 100%;
    height: auto;
  }
}

.campaign-title-ribbon {
  position: absolute;
  top: -2%;
  left: -7%;
  z-index: 10;
}

@media all and (max-width: 1200px) {
  .campaign-title-ribbon {
    top: -12%;
    left: -9%;
    width: 60%;
  }
  .campaign-title-ribbon img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 768px) {
  .campaign-title-ribbon {
    top: -2%;
    width: 68%;
  }
}

/*対象商品アイコン*/
.campaign-subject-icon {
  position: absolute;
  top: -2%;
  left: -2%;
  z-index: 10;
  width: 12%;
}

.campaign-subject-icon img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 992px) {
  .campaign-subject-icon {
    width: 16%;
  }
}

@media all and (max-width: 576px) {
  .campaign-subject-icon {
    width: 25%;
  }
}

@media all and (max-width: 320px) {
  .campaign-subject-icon {
    top: 0;
  }
}

.campaign-item-title {
  font-size: 3rem;
  font-weight: 900;
  padding: 0 0 1rem 11%;
}

@media all and (max-width: 992px) {
  .campaign-item-title {
    padding: 0 0 0.5rem 15%;
  }
}

@media all and (max-width: 576px) {
  .campaign-item-title {
    font-size: 1.7rem;
    padding: 0 0 0.5rem 24%;
  }
}

.campaign-item-title--small {
  font-size: 2.8rem;
  font-weight: 900;
  padding: 0 0 1rem 11%;
}

@media all and (max-width: 992px) {
  .campaign-item-title--small {
    padding: 0 0 0.5rem 17%;
  }
}

@media all and (max-width: 576px) {
  .campaign-item-title--small {
    font-size: 1.4rem;
    padding: 0 0 0.5rem 24%;
  }
}

/*--------------------------------------------------
 外枠花火イラスト
-------------------------------------------------*/
.hanabi--01 {
  position: absolute;
  top: 0;
  right: -15%;
  z-index: 1;
}

.hanabi--02 {
  position: absolute;
  top: 5%;
  left: -19%;
  z-index: 1;
  width: 20%;
}

.hanabi--02 img {
  width: 100%;
  height: auto;
}

.hanabi--03 {
  position: absolute;
  top: 13%;
  right: -15%;
  z-index: 1;
}

.hanabi--04 {
  position: absolute;
  top: 25%;
  left: -19%;
  z-index: 1;
}

.hanabi--05 {
  position: absolute;
  top: 33%;
  left: -13%;
  z-index: 1;
  width: 13%;
}

.hanabi--05 img {
  width: 100%;
  height: auto;
}

.hanabi--06 {
  position: absolute;
  top: 52%;
  right: -18%;
  z-index: 1;
}

.hanabi--07 {
  position: absolute;
  top: 60%;
  left: -18%;
  z-index: 1;
}

.hanabi--08 {
  position: absolute;
  top: 70%;
  right: -18%;
  z-index: 1;
  width: 13%;
}

.hanabi--08 img {
  width: 100%;
  height: auto;
}

.hanabi--09 {
  position: absolute;
  top: 74%;
  right: -18%;
  z-index: 1;
}

.hanabi--10 {
  position: absolute;
  top: 90%;
  left: -18%;
  z-index: 1;
}

/*--------------------------------------------------
 sale--10g
-------------------------------------------------*/
.sale-bg--10g {
  background-color: #88302d;
}

/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.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: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_btn:hover::after {
  right: 12px;
}

.btn-cart {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem;
  background-color: #7cba28;
}

.btn-cart:hover {
  background-color: #60901f;
}

@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

/*--------------------------------------------------
  セット
-------------------------------------------------*/
.item-category-name {
  font-size: 1.2rem;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .item-category-name {
    font-size: 1rem;
  }
}

@media all and (max-width: 320px) {
  .item-category-name {
    font-size: 0.9rem;
  }
}

.item-name {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}

@media all and (max-width: 992px) {
  .item-name {
    font-size: 2.8rem;
  }
}

@media all and (max-width: 768px) {
  .item-name {
    font-size: 2.8rem;
  }
}

@media all and (max-width: 576px) {
  .item-name {
    font-size: 1.8rem;
  }
}

.item-name-set-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media all and (max-width: 1200px) {
  .item-name-set-area--icon img {
    width: 80px;
    height: auto;
  }
}

@media all and (max-width: 576px) {
  .item-name-set-area--icon img {
    width: 55px;
  }
}

.item-name-set {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1 !important;
}

@media all and (max-width: 768px) {
  .item-name-set {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 320px) {
  .item-name-set {
    font-size: 1.3rem;
  }
}

.item-quantity {
  font-size: 1.5rem;
  font-weight: 700;
}

@media all and (max-width: 768px) {
  .item-quantity {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 320px) {
  .item-quantity {
    font-size: 1rem;
  }
}

.item-text {
  font-size: 1.2rem;
}

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

.attention-text {
  font-size: 0.85rem;
}

.attention-text a {
  text-decoration: underline;
  color: #6c757d !important;
}

.attention-text a:hover {
  text-decoration: none;
}

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

@media all and (max-width: 768px) {
  .item-chart {
    width: 70%;
  }
}

/*--------------------------------------------------
  価格
-------------------------------------------------*/
.price {
  font-family: 'Oxygen', sans-serif;
  letter-spacing: -0.1rem;
  font-size: 4rem;
  font-weight: 700;
  padding: 0 0.08em 0 0.5rem;
  line-height: 1 !important;
}

.price--special {
  font-size: 2rem;
  font-weight: 700;
}

.price--unit {
  font-size: 2.3rem;
  font-weight: 700;
}

@media all and (max-width: 1200px) {
  .price {
    font-size: 3.3rem;
  }
  .price--special {
    font-size: 1.5rem;
  }
  .price--unit {
    font-size: 2rem;
  }
}

@media all and (max-width: 768px) {
  .price--special {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 576px) {
  .price {
    font-size: 3rem;
  }
  .price--special {
    font-size: 1.4rem;
  }
  .price--unit {
    font-size: 1.5rem;
  }
}

.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: 576px) {
  .free_shipping {
    font-size: 1.4rem;
  }
}

.soutou {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: right;
  line-height: 1 !important;
}

@media all and (max-width: 320px) {
  .soutou {
    font-size: 0.8rem;
  }
}

.atention-text {
  font-size: 1rem;
  padding-bottom: 1px;
  text-align: right;
}

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

/* --------------------------------------------------
 創業記念セット
-------------------------------------------------*/
#sougyou {
  position: relative;
  overflow-x: hidden;
}

.sougyou-bg-white {
  background: #FFF;
  border-radius: 15px 15px 0 0;
  padding: 2rem 3rem 2rem 3rem;
}

.sougyou-bg-white a:hover {
  text-decoration: none !important;
}

@media all and (max-width: 992px) {
  .sougyou-bg-white {
    padding: 1rem;
  }
}

.sougyou-icon {
  position: absolute;
  top: -12%;
  left: -3%;
}

@media all and (max-width: 768px) {
  .sougyou-icon {
    top: 6%;
    left: -1%;
    width: 14%;
  }
  .sougyou-icon img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 576px) {
  .sougyou-icon {
    top: -1%;
    left: -3%;
    width: 24%;
  }
}

.sougyou-bg {
  background-image: url("images/sougyou-bg.jpg");
  background-size: cover;
  background-position: top;
}

@media all and (max-width: 768px) {
  .sougyou-bg {
    background-size: 140% auto;
    background-repeat: no-repeat;
    background-color: #a65720;
  }
}

.sougyou-title {
  font-size: 4rem;
  font-weight: 900;
}

.sougyou-title--sub {
  font-size: 2.8rem;
  font-weight: 900;
}

@media all and (max-width: 992px) {
  .sougyou-title {
    font-size: 3rem;
  }
}

.sougyou-img {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

@media all and (max-width: 1200px) {
  .sougyou-img {
    width: 80%;
  }
  .sougyou-img img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 992px) {
  .sougyou-img {
    position: relative;
    top: 0;
    left: 0;
  }
  .sougyou-img img {
    width: 100%;
    height: auto;
  }
}

.sougyou-plus-bg {
  background-color: #fde266;
  border-radius: 10px;
}

.sougyou-plus-bg img {
  margin-top: -1rem;
}

@media all and (max-width: 992px) {
  .sougyou-plus-bg img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 768px) {
  .sougyou-plus-img {
    width: 85% !important;
  }
}

.sougyou-link {
  background-color: #88302d;
  border-radius: 0 0 10px 10px;
  font-size: 2rem;
  padding: 0.5rem 0;
  color: #FFF;
}

@media all and (max-width: 992px) {
  .sougyou-link {
    font-size: 1.5rem;
  }
}

.sougyou-balloon {
  position: absolute;
  top: 30%;
  right: -15%;
}

@media all and (max-width: 1200px) {
  .sougyou-balloon {
    display: none;
  }
}

/* --------------------------------------------------
 note
-------------------------------------------------*/
.description p, .description ul {
  font-size: 1.2rem;
}

@media all and (max-width: 576px) {
  .description p, .description ul {
    font-size: 0.9rem;
  }
}

.h1-note {
  font-size: 2rem;
  font-weight: 700;
}

@media all and (max-width: 576px) {
  .h1-note {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 320px) {
  .h1-note {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------
 SNS
-------------------------------------------------*/
.sns-area {
  max-width: 750px;
  margin: 0 auto;
}

.sns-area ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}

.sns-area li {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  border-right: 1px solid #d7ba9a;
}

.sns-area li:last-child {
  border: none;
}

.sns-area img {
  max-width: 60px;
  height: auto;
}

@media all and (max-width: 576px) {
  .sns-area p {
    font-size: 0.8rem;
  }
  .sns-area img {
    max-width: 40px;
  }
}

/* --------------------------------------------------
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: gray;
  color: #fff;
  transition: .3s;
  opacity: 0;
  z-index: 20;
}
