@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.summergift2025 {
  overflow: hidden;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}
p span.youbi {
  font-size: 0.8em;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.top_logo {
  position: absolute;
  z-index: 2;
  width: 80px;
  left: 10px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 50px;
    top: 10px;
  }
}

.fv {
  position: relative;
  padding-top: 60px;
}
.fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: url(../img/fv-bg.png);
  background-size: cover;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv::before {
    height: 55%;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 50%;
  background: url(../img/hanabi.png) no-repeat;
  background-size: contain;
  top: -20%;
  right: -10%;
}
@media screen and (max-width: 767px) {
  .fv::after {
    width: 60%;
    top: 0;
    z-index: 0;
  }
}
.fv p {
  writing-mode: vertical-rl;
  letter-spacing: 0.8em;
  display: inline-block;
}
.fv__bgimg {
  position: absolute;
  left: -80%;
}
.fv__img {
  width: 95%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__img {
    max-width: 500px;
  }
}
.fv__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/fv-img3.png) no-repeat;
  background-size: contain;
  left: -110%;
  top: 0;
}
.fv__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/fv-img2.png) no-repeat;
  background-size: contain;
  right: -110%;
  top: 0;
}
.fv__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__img::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: url(../img/hanabi2.png) no-repeat;
    background-size: contain;
    left: -15%;
    z-index: 0;
    top: 60%;
  }
}
.fv__wrap {
  position: absolute;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1100px;
  top: 40px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__wrap {
    z-index: 10;
    max-width: 500px;
  }
}
.fv__wrap::before {
  content: "";
  position: absolute;
  width: 16%;
  height: 180px;
  background: url(../img/hanabi2.png) no-repeat;
  background-size: contain;
  left: -10%;
  z-index: 1;
  top: 16%;
}
@media screen and (max-width: 767px) {
  .fv__wrap::before {
    content: none;
  }
}
.fv__wrap::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 180px;
  background: url(../img/hanabi.png) no-repeat;
  background-size: contain;
  right: -4%;
  bottom: 12%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__wrap::after {
    width: 140px;
    height: 140px;
    right: 0;
    bottom: 6%;
  }
}
.fv__subttl {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fv__subttl {
    right: auto;
    left: 0;
    bottom: 0;
  }
}
.fv__subttl p {
  color: #0062C4;
  padding: 0.5em 0;
  background: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv__subttl p {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .fv__subttl--first {
    left: 12%;
    bottom: 5%;
  }
}
.fv__subttl--second {
  right: 4%;
}
@media screen and (max-width: 767px) {
  .fv__subttl--second {
    left: 2%;
  }
}
.fv__subttl--second .second {
  margin-top: 1.5em;
}
.fv__ttl {
  position: absolute;
  background: rgba(49, 219, 255, 0.9);
  padding: 2em 3em 2em 1em;
  bottom: 0;
  box-shadow: -10px 10px 0 rgba(255, 255, 181, 0.9);
  width: 22%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    bottom: auto;
    top: -5%;
    right: 0;
    padding: 1.5em 2em 1.5em 1em;
    box-shadow: -5px 5px 0 rgba(255, 255, 181, 0.9);
    width: 35%;
    max-width: 130px;
  }
}
.fv__ttl p.youme {
  position: absolute;
  color: #0062C4;
  padding: 0.5em 0;
  background: #fff;
  font-size: 1.1em;
  right: 8%;
  letter-spacing: 0.6em;
  top: -2%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv__ttl p.youme {
    font-size: 0.8em;
    padding-top: 15px;
  }
}
.fv__ttl h2 {
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .fv__ttl h2 {
    max-width: 80px;
  }
}

/* -------------------------------------
　　　　ナビ
------------------------------------- */
.unker {
  width: 95%;
  margin: 120px auto 160px;
  max-width: 900px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .unker {
    margin: 40px auto 140px;
  }
}
.unker__item {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .unker__item {
    width: 90%;
    margin: 12px auto;
    max-width: 400px;
  }
}
.unker__item a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 12px;
  padding: 16px 0 20px;
  background: #84F1FF;
  background: linear-gradient(180deg, rgb(132, 241, 255) 80%, rgb(206, 250, 255) 80%, rgb(206, 250, 255) 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .unker__item a {
    font-size: 1.2em;
  }
}
.unker__item a::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 160%;
  background: url(../img/hanabi.png) no-repeat;
  background-size: contain;
  left: -5%;
  top: -80%;
}
.unker__item a::after {
  content: "▼";
  position: absolute;
  font-size: 0.8em;
  right: 6%;
  top: 30%;
  transition: all 0.3s;
}
.unker__item a:hover::after {
  top: 35%;
}
.unker__item--okaidoku a {
  background: #7AFFDD;
  background: linear-gradient(180deg, rgb(122, 255, 221) 80%, rgb(195, 251, 237) 80%, rgb(195, 251, 237) 100%);
}

/* -------------------------------------
        早期限定特典
------------------------------------- */
.souki {
  position: relative;
  background: url(../img/souki-bg.png) #ABF6FF;
  background-repeat: repeat-y;
  background-position: center top;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .souki {
    padding-bottom: 160px;
    background: url(../img/souki-bg-sp.png) #ABF6FF;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
  }
}
.souki::before {
  content: "";
  position: absolute;
  background: #ABF6FF;
  width: 160%;
  border-radius: 2000px 2000px 0 0/300px 300px 0 0;
  margin: 16px -200px;
  min-height: 300px;
  left: -30%;
  right: 0;
  margin: 0 auto;
  top: -80px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .souki::before {
    border-radius: 500px 500px 0 0/300px 300px 0 0;
  }
}
.souki::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: url(../img/hanabi.png) no-repeat;
  background-size: contain;
  top: -3%;
  right: 25%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .souki::after {
    width: 140px;
    height: 140px;
    top: -1%;
    right: -5%;
  }
}
.souki__wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .souki__wrap {
    border-radius: 24px;
    padding: 60px 0 20px;
  }
}
.souki__ttl {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  background: rgba(19, 212, 252, 0.8);
  z-index: 1;
  box-shadow: 0 10px 0 #FFFF98;
}
.souki__ttl h3 {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .souki__ttl h3 {
    font-size: 2.4em;
  }
}
.souki__ttl h3 span.small {
  color: #0062C4;
  font-size: 0.4em;
  background: #fff;
}
.souki__ttl--recommend {
  background: #FFFF98;
  box-shadow: none;
}
.souki__ttl--recommend h3 {
  color: #0062C4;
}
.souki__tokuten {
  margin: 40px auto 80px;
}

/* -------------------------------------
        お買い得
------------------------------------- */
.okaidoku {
  position: relative;
  background: url(../img/okaidoku-bg.png) #C3FBED;
  background-repeat: repeat-y;
  background-position: center top;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .okaidoku {
    padding: 40px 0;
    background: url(../img/okaidoku-bg-sp.png) #C3FBED;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
  }
}
.okaidoku::before {
  content: "";
  position: absolute;
  background: #C3FBED;
  width: 160%;
  border-radius: 2000px 2000px 0 0/300px 300px 0 0;
  margin: 16px -200px;
  min-height: 300px;
  left: -30%;
  right: 0;
  margin: 0 auto;
  top: -80px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .okaidoku::before {
    border-radius: 500px 500px 0 0/300px 300px 0 0;
  }
}
.okaidoku p,
.okaidoku a,
.okaidoku h4 {
  font-family: "Zen Maru Gothic", serif;
}
.okaidoku__wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  padding: 60px 0 20px;
}
@media screen and (max-width: 767px) {
  .okaidoku__wrap {
    border-radius: 24px;
  }
}
.okaidoku__mainttl {
  width: 80%;
  margin: 0 auto;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .okaidoku__mainttl {
    width: 100%;
  }
}
.okaidoku__limit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.okaidoku__limit-item {
  width: 48%;
  margin: 10px 10px 0;
  text-align: center;
  border-radius: 10px;
  background: #E8F2F9;
  padding: 1em;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .okaidoku__limit-item {
    width: 95%;
    margin: 10px auto;
    padding: 1em 0.5em;
  }
}
.okaidoku__limit-item p {
  font-weight: 600;
  font-size: 1.4em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .okaidoku__limit-item p {
    font-size: 1.2em;
  }
}
.okaidoku__limit-item p span.uketamawari {
  font-size: 0.9em;
  color: #187FC4;
  margin-right: 8px;
}
.okaidoku__limit-item--online {
  background: #F9E7F2;
}
.okaidoku__limit-item--online p span.uketamawari {
  color: #C50372;
}
.okaidoku__limit-btn {
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .okaidoku__limit-btn {
    max-width: 300px;
  }
}
.okaidoku__limit-btn a {
  position: relative;
  display: block;
  background: #fff;
  border: 2px solid #187FC4;
  color: #187FC4;
  border-radius: 999px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .okaidoku__limit-btn a {
    height: auto;
    padding: 14px 0;
    font-size: 1em;
  }
}
.okaidoku__limit-btn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_blue.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 5%;
  top: 40%;
  transition: all 0.3s;
}
.okaidoku__limit-btn a:hover::after {
  right: 4%;
}
.okaidoku__limit-btn--online a {
  border: 2px solid #C50372;
  color: #C50372;
}
.okaidoku__limit-btn--online a::after {
  background: url("../img/arrow_pink.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.okaidoku__ttl {
  margin: 60px 0 40px;
  padding-bottom: 12px;
  background: #29A7E1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .okaidoku__ttl {
    margin-bottom: 20px;
  }
}
.okaidoku__ttl h4 {
  color: #fff;
  font-size: 2.8em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .okaidoku__ttl h4 {
    font-size: 2.2em;
  }
}
.okaidoku__ttl h4 span.small {
  padding: 0 4px;
  background: #fff;
  color: #29A7E1;
  font-size: 0.5em;
}
.okaidoku__subttl {
  width: 80%;
  margin: 0 auto 40px;
  padding: 8px 0 4px;
  background: url(../img/gift-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 999px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .okaidoku__subttl {
    width: 90%;
    margin-bottom: 0;
  }
}
.okaidoku__subttl img {
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .okaidoku__subttl img {
    max-width: 240px;
  }
}
.okaidoku .item__price {
  border-top: 2px solid #1D2088;
}
.okaidoku .item__btn .orderbtn--tenpo a {
  border: 1px solid #1D2088;
}
.okaidoku .item__btn .orderbtn--online a {
  background: #1D2088;
}

/* -------------------------------------
        メイン
------------------------------------- */
.con__ttl {
  text-align: center;
  padding: 30px 0;
  background: url(../img/fv-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .con__ttl {
    margin-bottom: 10px;
  }
}
.con__ttl h3 {
  position: relative;
  display: inline-block;
  font-size: 2.4em;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .con__ttl h3 {
    font-size: 2em;
  }
}
.con__ttl h3::after {
  content: "";
  position: absolute;
  width: 90%;
  padding-top: 90%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50%;
  z-index: -1;
}
.con__ttl h3 span.small {
  font-size: 0.6em;
  font-weight: 600;
}
.con__main {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 1em 0;
}
.con__catalog {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  margin-top: 60px;
  padding: 20px 1.5em;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .con__catalog {
    display: block;
    padding: 60px 0.5em;
    max-width: 500px;
  }
}
.con__catalog-txt {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con__catalog-txt {
    width: 100%;
  }
}
.con__catalog-ttl p {
  font-size: 2em;
  font-weight: 600;
  color: #0062C4;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .con__catalog-ttl p {
    font-size: 2.2em;
  }
}
.con__catalog-ttl p span.small {
  font-size: 0.6em;
}
.con__catalog-subttl {
  margin-top: 20px;
}
.con__catalog-subttl p {
  font-size: 1.2em;
}
.con__catalog-subttl p.tokuten {
  background: #0062C4;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
}
.con__catalog-subttl--okaidoku {
  color: #1D2088;
  font-weight: 600;
}
.con__catalog-subttl--okaidoku p.check::before, .con__catalog-subttl--okaidoku p.check::after {
  background: #1D2088;
}
.con__catalog p.check {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
.con__catalog p.check span.sentei {
  font-size: 1.6em;
}
.con__catalog p.check::before, .con__catalog p.check::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: #000;
  bottom: 0;
}
.con__catalog p.check::before {
  left: 0;
  transform: rotate(-30deg);
}
.con__catalog p.check::after {
  right: 0;
  transform: rotate(30deg);
}
.con__catalog-btn {
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .con__catalog-btn {
    max-width: 400px;
  }
}
.con__catalog-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  background: #FFD636;
  border-radius: 999px;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}
.con__catalog-btn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_black.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 4%;
  top: 40%;
  transition: all 0.3s;
}
.con__catalog-btn a:hover {
  box-shadow: none;
}
.con__catalog-btn a:hover::after {
  right: 2%;
}
.con__catalog-btn--online a {
  background: #fff;
  border: 2px solid #C50372;
  color: #C50372;
}
.con__catalog-btn--online a::after {
  background: url(../img/arrow_pink.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.con__catalog-img {
  width: 40%;
  max-width: 350px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .con__catalog-img {
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.tokuten__list {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .tokuten__list {
    display: block;
  }
}
.tokuten__item {
  display: flex;
  flex-direction: column;
  width: 45%;
  max-width: 380px;
  margin: 0 8px;
  padding-bottom: 16px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .tokuten__item {
    width: 95%;
    margin: 20px auto;
  }
}
.tokuten__item--tenpo {
  background: #E8F2F9;
}
.tokuten__item--online {
  background: #F9E7F2;
}
.tokuten__itemttl {
  position: relative;
  padding: 12px 0;
  background: #187FC4;
  border-radius: 16px 16px 0 0;
  margin-bottom: 8px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tokuten__itemttl {
    font-size: 1.1em;
  }
}
.tokuten__itemttl::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #187FC4;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  z-index: -1;
}
.tokuten__itemttl--online {
  background: #C50372;
}
.tokuten__itemttl--online::before {
  background: #C50372;
}
.tokuten__wrap {
  width: 95%;
  margin: 0 auto;
  padding: 1em 0 0.5em;
  text-align: center;
}
.tokuten__point {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #187FC4;
}
.tokuten__point--online {
  color: #C50372;
}
.tokuten__taisyo {
  margin-right: 8px;
  line-height: 1.2;
  text-align: left;
}
.tokuten__x20 {
  font-size: 5em;
  font-weight: 700;
  line-height: 0.8;
}
.tokuten__x20 span.t-small {
  font-size: 0.6em;
}
.tokuten__kikan {
  margin-top: 16px;
  font-size: 1.2em;
  font-weight: 600;
  background: #fff;
  padding: 6px 0;
}
.tokuten__notice {
  width: 95%;
  margin: 0 auto;
  font-size: 0.8em;
  margin-bottom: 8px;
}
.tokuten__btn {
  margin-top: auto;
  text-align: center;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .tokuten__btn {
    margin-top: 12px;
  }
}
.tokuten__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  max-width: 440px;
  height: 72px;
  background: #fff;
  border-radius: 40px;
  border: 2px solid #187FC4;
  color: #187FC4;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .tokuten__btn a {
    height: auto;
    padding: 16px 0;
    font-size: 1em;
  }
}
.tokuten__btn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_blue.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 4%;
  top: 40%;
  transition: all 0.3s;
}
.tokuten__btn a:hover::after {
  right: 2%;
}
.tokuten__btn--online a {
  background: #fff;
  border: 2px solid #C50372;
  color: #C50372;
}
.tokuten__btn--online a::after {
  background: url("../img/arrow_pink.svg") no-repeat;
  background-position: center;
  background-size: contain;
}

.product {
  position: relative;
}
.product__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .product__list {
    margin-top: 0;
  }
}

.iconlist {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  margin-top: 50px;
  border-radius: 16px;
  padding: 30px 1.5em 10px;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .iconlist {
    padding: 30px 0.5em 10px;
    border-radius: 12px;
    max-width: 500px;
  }
}
.iconlist__ttl {
  position: absolute;
  width: 70%;
  max-width: 400px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
}
.iconlist__ttl p {
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .iconlist__ttl p {
    font-size: 1em;
  }
}
.iconlist__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .iconlist__main {
    display: block;
  }
}
.iconlist__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .iconlist__wrap {
    display: block;
    border-bottom: none;
  }
}
.iconlist__wrap:nth-last-child(1) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .iconlist__wrap:nth-last-child(1) .iconitem:nth-last-child(1) {
    border-bottom: none;
  }
}
.iconlist .iconitem {
  width: 48%;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .iconlist .iconitem {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
  }
}
.iconlist .iconitem__img {
  display: flex;
  justify-content: flex-start;
  height: 55px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .iconlist .iconitem__img {
    width: 20%;
  }
}
.iconlist .iconitem__img img {
  width: 100%;
}
.iconlist .iconitem__img--h40 {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .iconlist .iconitem__img--h40 {
    height: 35px;
  }
}
.iconlist .iconitem__txt {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .iconlist .iconitem__txt {
    width: 80%;
  }
}

.list {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .list {
    padding: 20px 0 0;
    display: block;
  }
}

.item {
  position: relative;
  margin-bottom: 60px;
  width: 46%;
  padding: 2em 1.5em;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 98, 196, 0.16);
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    margin: 0 auto 40px;
    padding: 1.5em 0.5em;
  }
}
.item--w100 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 140px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .item--w100 {
    display: block;
    margin-bottom: 100px;
  }
}
.item__left {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .item__left {
    width: 100%;
  }
}
.item__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .item__right {
    width: 100%;
    margin: 0;
  }
}
.item__limited {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 8px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #E50000;
  color: #E50000;
  font-weight: 700;
}
.item__img {
  position: relative;
  margin-bottom: 12px;
}
.item__peroff {
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
}
.item__ttl {
  margin: 8px 0;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1.1em;
  }
}
.item__intro {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .item__intro {
    font-size: 0.9em;
  }
}
.item__price {
  margin-bottom: 8px;
  text-align: right;
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 2px solid #0062C4;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.4em;
  }
}
.item__price span.tax {
  margin-left: 4px;
  font-size: 0.7em;
}
.item__price span.peroff {
  margin-right: 8px;
  font-size: 1.1em;
  color: #EE1717;
}
.item__moto {
  border-top: 2px solid #0062C4;
  margin-top: 8px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .item__moto {
    font-size: 0.9em;
  }
}
.item__moto + .item__price {
  border: none;
  margin: 0;
  padding: 0;
}
.item__icon {
  height: 35px;
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .item__icon {
    height: 32px;
  }
}
.item__icon img {
  margin-right: 4px;
}
.item__notice {
  font-size: 0.9em;
  margin-bottom: 8px;
}
.item__deli {
  margin-bottom: 8px;
}
.item__deli p {
  margin-bottom: 8px;
}
.item__deli p span.bg-black {
  padding: 2px 4px;
  background: #4E4E4E;
  color: #fff;
  margin-right: 4px;
  width: 15%;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item__deli p span.bg-black {
    width: 20%;
  }
}
.item__btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.item__btn .orderbtn {
  max-width: 260px;
  text-align: center;
  font-size: 0.9em;
  cursor: pointer;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .item__btn .orderbtn {
    margin: 0;
  }
}
.item__btn .orderbtn a {
  position: relative;
  display: block;
  padding: 16px 4px;
  border-radius: 6px;
  font-size: 1.1em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .item__btn .orderbtn a {
    font-size: 0.9em;
    padding: 10px 0;
  }
}
.item__btn .orderbtn a:hover {
  box-shadow: none;
  opacity: 0.8;
}
.item__btn .orderbtn--tenpo {
  width: 43%;
}
.item__btn .orderbtn--tenpo a {
  background: #fff;
  border: 1px solid #0062C4;
  color: #000;
}
.item__btn .orderbtn--online {
  width: 55%;
}
.item__btn .orderbtn--online a {
  background: #0062C4;
  color: #fff;
}

/* -------------------------------------
        注意文
------------------------------------- */
.notice {
  width: 95%;
  margin: 80px auto;
  max-width: 900px;
  font-size: 0.9em;
}
.notice__top {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 900;
  color: #0062C4;
}
.notice p {
  margin-bottom: 1em;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateY(50px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.8s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* -------------------------------------
        スマホ版フローティングバナー
------------------------------------- */
.sp_footer_menu {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(116, 116, 116, 0.7);
}
.sp_footer_menu li {
  list-style: none;
  width: 95%;
  margin: 8px auto;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 5px;
}
.sp_footer_menu a {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 8px 0;
  line-height: 1.5;
  color: #c70079;
  font-weight: 700;
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
    bottom: 22px;
  }
  #s_footer .s_copyright {
    padding-bottom: 70px;
  }
}
.slick-slide {
  height: auto;
}