@charset "utf-8";
/* CSS Document */

/* base-link
====================================*/
#pageTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}
#pageTop a .fa.fa-angle-up:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 12px 14px;
  font-size: calc(18px + 0.25%);
  line-height: 1rem;
  border-radius: 100px;
  background: rgba(183, 162, 83, 0.7);
  z-index: 20;
  color: #fff;
  text-decoration: none;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.cart-link,
a:link,
a:visited {
  text-decoration: none;
}


/* Font Awesome
====================================*/
.fa-angle-right {
  margin-right: 10px;
}
.products-item i.fa-arrow-circle-right {
  display: inline-block;
  margin: 0;
  max-width: unset;
  width: unset;
}

/* Google Font
====================================*/
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

/* フォント-Modifier */
.font-b {
  font-weight: bold;
}
/* カラー-Modifier */
.accent-color {
  color: #94272c;
}

/* まるコラDAY
-------------------------*/
.all-wrap {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.products-wrap {
  color: #736357;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  /*background: #cccac8;/*後で削除*/
}
.title-area {
  max-width: 690px;
  width: 100%;
  display: block;
  margin: 30px auto 20px;
  text-align: center;
}
.info-box {
  border: solid 1px #94272c;
  margin: 20px 0 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.title-area h3.info-text {
  font-size: calc(18px + 0.25vw);
  line-height: calc(1.8rem + 0.25vw);
  font-weight: bold;
}
.title-area p.info-text {
  display: block;
  font-size: calc(16px + 0.25vw);
  line-height: calc(1.7rem + 0.25vw);
  margin: 10px 0 0;
}
.title-area p.info-text strong {
  color: #94272c;
}

.title-area .kashira {
  font-size: calc(18px + 0.25vw);
  line-height: 1.8rem;
  letter-spacing: 1.5px;
}
.maru-info-area {
  font-size: calc(14px + 0.25vw);
  line-height: 1.8rem;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 0 0 30px;
}
samp.notes {
  font-size: calc(8px + 0.25vw);
  line-height: 1.0rem;
}
.cupon-code-area {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 10px auto;
}
.time-schedule {
  font-size: calc(16px + 0.25vw);
  line-height: 1.6rem;
}
.cupon-code {
  max-width: 350px;
  width: 100%;
  font-size: calc(16px + 0.25vw);
  line-height: 1.6rem;
  background: #dddcc8;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto;
}
.cupon-code strong {
  font-size: calc(24px + 0.25vw);
  line-height: 2.4rem;
}
.cupon-code-info {
  text-align: center;
  font-size: calc(12px + 0.25vw);
  line-height: 2.2rem;
}
.products-item-wrap {
  width: 100%;
  display: flex;
  margin: 0 0 30px;
}
.products-item {
  width: 50%;
}
.products-item i {
  max-width: 580px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.products-price {
  text-align: center;
  font-size: calc(17px + 0.25vw);
}
.products-price span {
  font-size: calc(12px + 0.25vw);
}
.products-spec {
  text-align: center;
  font-size: calc(11px + 0.25vw);
  line-height: 1.6rem;
  letter-spacing: 1.5px;
}
a .cart-bt,
a .cart-bt2 {
  max-width: 350px;
  width: 100%;
  text-align: center;
  background: #dddcc8;
  display: block;
  padding: 20px 0;
  margin: 20px auto 0;
  font-size: calc(14px + 0.25vw);
  line-height: 1.4rem;
  letter-spacing: 1.5px;
  color: #534741;
}
a .cart-bt2 {
  margin: 20px auto 20px;
}
a:hover .cart-bt,
a:hover .cart-bt2 {
  color: #fff;
  background: #333;
  transition: .5s;
  transition-delay: .1s;
}
.text-box {
  text-align: center;
  font-size: calc(17px + 0.25vw);
  line-height: 2.0rem;
}
.text-box h3 {
  font-size: calc(22px + 0.25vw);
  font-weight: bold;
  line-height: 2.2rem;
  letter-spacing: 1.5px;
}
.text-box div span,
.text-box div samp {
  font-size: calc(11px + 0.25vw);
  line-height: 1.1rem;
}

/* 終了
-------------------------*/
.maru-info-area i {
  max-width: 76px;
  width: 100%;
  margin: auto;
  display: block;
}









/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1076px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 660px) {
.cupon-code {
  font-size: calc(16px + 0.25vw);
  line-height: 1.6rem;
  margin: 10px auto;
}
.time-schedule {
  font-size: 18px;
  line-height: 1.8rem;
}
.cupon-code-info {
  text-align: left;
  font-size: 14px;
  line-height: 1.5rem;
  margin: 0 0 20px;
}
.products-item-wrap {
  display: block;
}
.products-item {
  width: 100%;
}
a .cart-bt {
  margin: 20px auto;
}
.text-box {
  text-align: center;
  font-size: 16px;
  line-height: 1.8rem;
}
.text-box div span,
.text-box div samp {
    font-size: 11px;
    line-height: 1.0rem;
}
.products-item i.fa-arrow-circle-right {
  display: inline-block;
  margin: 0;
  max-width: unset;
  width: unset;
}
.info-box {
  margin: 20px 10px 0;
  padding: 10px;
}
.title-area h3.info-text {
  font-size: calc(16px + 0.25vw);
  line-height: calc(1.6rem + 0.25vw);
}
.title-area p.info-text {
  font-size: calc(13px + 0.25vw);
  line-height: calc(1.6rem + 0.25vw);
}
}

