@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 Sans JP", sans-serif;
  font-weight: 400;
  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: 45px;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 50px;
    top: 40px;
  }
}

.fv {
  position: relative;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .fv {
    margin: 30px 0;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: linear-gradient(#9c7b3d, #9c7b3d) top/100% 1px no-repeat, linear-gradient(#9c7b3d, #9c7b3d) center/100% 1px no-repeat, linear-gradient(#9c7b3d, #9c7b3d) bottom/100% 1px no-repeat;
  left: 0;
  top: -25px;
}
@media screen and (max-width: 767px) {
  .fv::before {
    height: 10px;
    top: -20px;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: linear-gradient(#e52015, #e52015) top/100% 1px no-repeat, linear-gradient(#e52015, #e52015) center/100% 1px no-repeat, linear-gradient(#e52015, #e52015) bottom/100% 1px no-repeat;
  left: 0;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .fv::after {
    height: 10px;
    bottom: -20px;
  }
}
.fv__slider {
  overflow: hidden;
  width: 100%;
}
.fv__slider .track {
  display: flex;
  animation: slide 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .fv__slider .track {
    width: 280%;
    animation: slide 80s linear infinite;
  }
}
.fv__slider img {
  width: 100%;
  flex-shrink: 0;
}
.fv__ttl {
  position: absolute;
  top: 8%;
  right: 12%;
  width: 13%;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    top: 12%;
    right: 15%;
    width: 35%;
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* -------------------------------------
　　　　ナビ
------------------------------------- */
.unker {
  width: 95%;
  margin: 60px auto 100px;
  max-width: 900px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .unker {
    margin: 40px auto 60px;
    justify-content: space-between;
    max-width: 500px;
  }
}
.unker__item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .unker__item {
    width: 47%;
    margin: 6px auto;
    max-width: 400px;
  }
}
.unker__item a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 10px 10px 0 10px;
  padding: 16px 0;
  background: #e2f0f8;
  color: #2f94c6;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .unker__item a {
    font-size: 0.9em;
    padding: 12px 0;
    border-radius: 6px 6px 0 6px;
  }
}
.unker__item a span {
  display: block;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 2px;
  background: #2f94c6;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .unker__item a span {
    width: 90%;
  }
}
.unker__item a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #2f94c6;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .unker__item a::before {
    width: 10px;
    height: 10px;
    bottom: 6px;
    right: 6px;
  }
}
.unker__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #2f94c6;
  border-radius: 10px 10px 0 10px;
  z-index: -1;
  left: -6px;
  top: -6px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .unker__item a::after {
    border: 1.5px solid #2f94c6;
    border-radius: 6px 6px 0 6px;
    left: -3px;
    top: -4px;
  }
}
.unker__item a:hover::after {
  left: -2px;
  top: -2px;
}

/* -------------------------------------
        早期限定特典
------------------------------------- */
.souki {
  position: relative;
  background: url(../img/souki-bg.png) no-repeat;
  background-size: cover;
}

/* -------------------------------------
        お買い得
------------------------------------- */
.okaidoku {
  margin-top: -20px;
  position: relative;
  background: url(../img/okaidku-bg.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
.okaidoku .item {
  box-shadow: 6px 6px 6px rgba(142, 138, 118, 0.7);
}
@media screen and (max-width: 767px) {
  .okaidoku .item {
    box-shadow: 3px 3px 3px rgba(142, 138, 118, 0.7);
  }
}

/* -------------------------------------
        おすすめselection
------------------------------------- */
.recommend {
  margin-top: -20px;
  position: relative;
  background: url(../img/recommend-bg.png) no-repeat;
  background-size: cover;
  z-index: 2;
}
.recommend .item {
  box-shadow: 6px 6px 6px rgba(93, 118, 147, 0.7);
}
@media screen and (max-width: 767px) {
  .recommend .item {
    box-shadow: 3px 3px 3px rgba(93, 118, 147, 0.7);
  }
}

/* -------------------------------------
        メイン
------------------------------------- */
.con {
  padding: 160px 0 40px;
}
@media screen and (max-width: 767px) {
  .con {
    padding-top: 100px;
  }
}
.con__ttlwrap {
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.45);
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .con__ttlwrap {
    margin-bottom: 30px;
  }
}
.con__ttlwrap::before, .con__ttlwrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: linear-gradient(#e52015, #e52015) top/100% 1px no-repeat, linear-gradient(#e52015, #e52015) center/100% 1px no-repeat, linear-gradient(#e52015, #e52015) bottom/100% 1px no-repeat;
  left: 0;
}
@media screen and (max-width: 767px) {
  .con__ttlwrap::before, .con__ttlwrap::after {
    height: 10px;
  }
}
.con__ttlwrap::before {
  top: -12px;
}
@media screen and (max-width: 767px) {
  .con__ttlwrap::before {
    top: -10px;
  }
}
.con__ttlwrap::after {
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .con__ttlwrap::after {
    bottom: -10px;
  }
}
.con__subttl {
  position: absolute;
  width: 75%;
  max-width: 400px;
  padding: 12px 8px;
  background: #e52015;
  border: 1px solid #fff;
  border-radius: 50px;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .con__subttl {
    padding: 8px;
    top: -25px;
  }
}
.con__subttl img {
  width: 80%;
}
.con__ttl {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .con__ttl {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .con__ttl--okaidoku {
    width: 75%;
    margin: 0 auto;
  }
}
.con__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.con__main {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}
.con__list {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .con__list {
    padding: 20px 0 0;
    display: block;
  }
}
.con__catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 60px;
  padding: 40px 1.5em;
  background: #e9f4fa;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .con__catalog {
    display: block;
    padding: 30px 0.5em 30px;
    max-width: 500px;
    border-radius: 20px;
    margin-top: 20px;
  }
}
.con__catalog--okaidoku {
  background: #fde6e8;
}
.con__catalog-txt {
  width: 50%;
  max-width: 340px;
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con__catalog-txt {
    width: 90%;
    margin: 0 auto;
  }
}
.con__catalog-ttl {
  text-align: center;
}
.con__catalog-ttl p.subttl {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background: #e60013;
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .con__catalog-ttl p.subttl {
    font-size: 1em;
  }
}
.con__catalog-ttl p.mainttl {
  font-size: 2.5em;
  color: #e60013;
}
@media screen and (max-width: 767px) {
  .con__catalog-ttl p.mainttl {
    font-size: 2.1em;
  }
}
.con__catalog-ttl p.mainttl span.small {
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .con__catalog-ttl--otyugen {
    width: 80%;
    margin: 0 auto;
  }
}
.con__catalog p.check {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .con__catalog p.check {
    margin-top: 10px;
  }
}
.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-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .con__catalog-btn {
    max-width: 400px;
    margin-bottom: 12px;
  }
}
.con__catalog-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  background: #fff;
  border: 2px solid #3394d0;
  border-radius: 999px;
  text-align: center;
  font-size: 1.1em;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .con__catalog-btn a {
    height: 68px;
    font-size: 1em;
    line-height: 1.2;
  }
}
.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--okaidoku a {
  border: 2px solid #e60013;
}
.con__catalog-btn--online a {
  background: #0063a0;
  border: 2px solid #0063a0;
  color: #fff;
}
.con__catalog-btn--online a::after {
  background: url(../img/arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.con__catalog-btn--online--okaidoku a {
  border: 2px solid #e60013;
  background: #e60013;
}
.con__catalog-img {
  width: 40%;
  max-width: 350px;
  box-shadow: 3px 3px 3px 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: 420px;
  margin: 0 8px;
  padding-bottom: 1.5em;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 3px 3px 5px #1b96cc;
}
@media screen and (max-width: 767px) {
  .tokuten__item {
    width: 85%;
    margin: 20px auto;
  }
}
.tokuten__item--online {
  box-shadow: 3px 3px 5px #cc1da2;
}
.tokuten__itemttl {
  position: relative;
  padding: 12px 0;
  background: #187FC4;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tokuten__itemttl {
    font-size: 1.2em;
    padding: 8px 0;
  }
}
.tokuten__itemttl--online {
  background: #C50372;
}
.tokuten__wrap {
  width: 95%;
  margin: 0 auto;
  padding: 10px 1em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tokuten__wrap {
    padding: 10px 0.5em 0;
  }
}
.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: right;
  font-size: 1.1em;
  font-weight: 500;
}
.tokuten__x20 {
  font-size: 5.5em;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -1px;
}
.tokuten__x20 span.t-small {
  font-size: 0.6em;
}
.tokuten__kikan {
  margin-top: 16px;
  font-size: 1.2em;
  font-weight: 600;
  background: #d9eaf5;
  color: #0063a0;
  padding: 6px 0;
}
.tokuten__kikan--online {
  background: #f7ddec;
  color: #C50372;
}
.tokuten__notice {
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 0.9em;
  text-align: center;
}
.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: 80%;
  margin: 0 auto;
  max-width: 440px;
  height: 72px;
  background: #fff;
  border-radius: 40px;
  border: 2px solid #187FC4;
  color: #187FC4;
  font-size: 1.2em;
  line-height: 1.2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .tokuten__btn a {
    width: 90%;
    height: auto;
    padding: 12px 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;
  }
}

.item {
  position: relative;
  margin-bottom: 40px;
  width: 46%;
  padding: 1em 1em 2em;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 6px 6px 6px rgba(113, 176, 198, 0.7);
  max-width: 480px;
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 1em 0.5em 1.5em 0.5em;
    border-radius: 16px;
    box-shadow: 3px 3px 3px rgba(113, 176, 198, 0.7);
  }
}
.item--w100 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em 1em;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .item--w100 {
    display: block;
    margin-bottom: 40px;
    max-width: 500px;
    padding: 1em 0.5em 1.5em 0.5em;
  }
}
.item--imgmax {
  padding: 0 0 2em;
}
.item--imgmax .item__img img {
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 767px) {
  .item--imgmax .item__img img {
    border-radius: 16px 16px 0 0;
  }
}
.item--imgmax .item__imgmax-txt {
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .item--imgmax .item__imgmax-txt {
    padding: 0 0.5em;
  }
}
.item__left {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .item__left {
    width: 100%;
  }
}
.item__right {
  width: 45%;
}
@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__otoku {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}
.item__otoku::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 90%;
  background: #C50372;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .item__otoku::before {
    width: 95%;
  }
}
.item__otoku img {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .item__otoku img {
    max-width: 240px;
  }
}
.item__otoku--youmecard::before {
  background: #fff100;
}
.item__peroff {
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
}
.item__ttl {
  position: relative;
  font-size: 1.5em;
  text-align: center;
  margin: 8px 0 6px;
  padding-bottom: 0.8em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1.3em;
  }
}
.item__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-top: 2px solid #e30c00;
  border-bottom: 2px solid #e30c00;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .item__ttl::after {
    height: 3px;
    border-top: 1px solid #e30c00;
    border-bottom: 1px solid #e30c00;
  }
}
.item__about {
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .item__about {
    line-height: 1.3;
  }
}
.item__price {
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.9em;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.5em;
  }
}
.item__price span.tax {
  margin-left: 4px;
  font-size: 0.6em;
}
.item__price span.peroff {
  margin-right: 8px;
  font-size: 0.9em;
  color: #e60012;
}
.item__moto {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .item__moto {
    font-size: 0.9em;
  }
}
.item__moto + .item__price {
  border: none;
  margin: 0;
  padding: 0;
}
.item__txtarea {
  padding: 0.8em;
  background: #fff9de;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .item__txtarea {
    padding: 8px;
  }
}
.item__iconarea {
  margin-top: 8px;
}
.item__icon {
  margin-right: 4px;
  border: 1px solid #4D4D4D;
  border-radius: 4px;
  padding: 4px;
  display: inline-block;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .item__icon {
    padding: 2px;
  }
}
.item__icon p {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .item__icon p {
    font-size: 0.8em;
  }
}
.item__icon--haiso-s-fuka {
  background: #656565;
  border: 1px solid #656565;
}
.item__icon--haiso-s-fuka p {
  color: #fff;
}
.item__icon--red {
  border: 1px solid #e60012;
}
.item__icon--red p {
  color: #e60012;
}
.item__icon--gray {
  background: #131313;
  border: 1px solid #131313;
}
.item__icon--gray p {
  color: #fff;
}
.item__icon--reizo {
  color: #004097;
  border: 1px solid #004097;
}
.item__icon--reito {
  color: #fff;
  background: #004097;
  border: 1px solid #004097;
}
.item__notice {
  font-size: 0.9em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .item__notice {
    font-size: 0.8em;
  }
}
.item__notice--red {
  color: #e60012;
}
.item__deli {
  display: flex;
  margin-top: 12px;
}
.item__deli p {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .item__deli p {
    font-size: 0.9em;
  }
}
.item__deli p span.bg-black {
  padding: 0px 4px 2px;
  background: #4E4E4E;
  color: #fff;
  margin-right: 4px;
  font-size: 0.9em;
  width: 15%;
  text-align: center;
}
.item__btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .item__btn {
    margin-top: 12px;
  }
}
.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: 12px 0;
  border-radius: 6px;
  font-size: 1.1em;
  letter-spacing: 1px;
  box-shadow: 3px 3px 3px #bcbcbc;
}
@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: 2px solid #0063a0;
  color: #0063a0;
}
.item__btn .orderbtn--online {
  width: 55%;
}
.item__btn .orderbtn--online a {
  background: #0063a0;
  border: 2px solid #0063a0;
  color: #fff;
}

/* -------------------------------------
        注意文
------------------------------------- */
.notice {
  width: 95%;
  margin: 40px auto;
  max-width: 1200px;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .notice {
    margin: 20px auto;
  }
}
.notice p {
  padding-left: 1em;
  text-indent: -1em;
}
.notice p.yamato {
  margin-top: 1em;
  padding-left: 0;
  text-indent: 0;
}

/*アニメーション*/
.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);
}

.slick-slide {
  height: auto;
}

.catalogbtn {
  position: fixed;
  right: 0;
  top: 20%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #00578d;
  color: #fff;
  padding: 20px 15px;
  padding-top: 2.5em;
  border-radius: 10px 0 0 10px;
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transition: transform 0.3s;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .catalogbtn {
    font-size: 1em;
    padding: 20px 10px 15px;
    padding-top: 2em;
    top: 25%;
  }
}
.catalogbtn::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1.2em;
  background: url(../img/icon-catalog.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  top: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .catalogbtn::before {
    width: 60%;
    top: 0.5em;
  }
}
.catalogbtn.open {
  transform: translateX(-320px);
}
@media screen and (max-width: 767px) {
  .catalogbtn.open {
    transform: translateX(-280px);
  }
}
.catalogbtn__panel {
  position: fixed;
  right: 0;
  width: 320px;
  height: auto;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s;
  border-radius: 30px 0 0 30px;
  z-index: 1000;
  padding: 5% 20px;
  top: 14%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .catalogbtn__panel {
    width: 280px;
    padding: 20% 10px;
    top: 10%;
  }
}
.catalogbtn__panel.open {
  transform: translateX(0);
}
.catalogbtn__panel .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
}
.catalogbtn__panel .close::before,
.catalogbtn__panel .close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 2px;
  background: #333;
  transform-origin: center;
}
.catalogbtn__panel .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.catalogbtn__panel .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  background: #74c4ff;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1.2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu-item::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
  right: 3%;
  top: 40%;
}
.menu-item__icon {
  width: 15%;
  margin-right: 6px;
}

.menu-txt {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #e30c00;
  display: inline-block;
}
.menu-txt::before, .menu-txt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120%;
  background: #e30c00;
  bottom: 0;
}
.menu-txt::before {
  left: -1em;
  transform: rotate(-30deg);
}
.menu-txt::after {
  right: -1em;
  transform: rotate(30deg);
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
}

span.on {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}