.item-decotype {
  color: rgba(58, 98, 186, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .item-decotype {
    font-size: 120px;
  }
}

.item-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: -10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .item-title {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: -20px;
  }
}

.item-title span {
  display: inline-block;
}

.item-title + p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .item-title + p {
    text-align: center;
  }
}

.item-detail {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.item-detail-title {
  color: #3a62ba;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.item-detail-title::before {
  background: rgba(58, 98, 186, 0.4);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: calc(50% - 4em);
}
.item-detail-title::after {
  background: rgba(58, 98, 186, 0.4);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(50% - 4em);
}

.item-detail-list {
  display: -ms-grid;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.item-detail-list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(58, 98, 186, 0.1);
  border-radius: 20px;
  color: #3a62ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25;
  list-style: none;
  padding: 10px;
  text-align: center;
}

.item-detail-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
  margin-top: 2px;
}

.item-detail-spec h4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(58, 98, 186, 0.1);
  border-radius: 20px;
  color: #3a62ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .item-detail-spec h4 {
    width: 120px;
  }
}

.item-detail-spec p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 110px);
}
@media screen and (min-width: 768px) {
  .item-detail-spec p {
    width: calc(100% - 130px);
  }
}

.item-chart {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}

.item-shop {
  background: url("../../common/images/bg-gradation-light.png") center center/200% auto repeat-y;
  padding-bottom: 30px;
  padding-top: 30px;
}
.row-itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .row-itemlist {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.row-itemlist > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 10px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .row-itemlist > div {
    padding: 0 30px;
    width: 33.3333%;
  }
}

.item-shop-image {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.item-shop-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
  text-align: center;
}

.item-shop-name span {
  display: inline-block;
}

.btn-store {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 440px;
  text-align: center;
}

.btn-store a {
  background: #111 url("../../common/images/bg-gradation.jpg") center center/cover;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  padding: 10px 35px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .btn-store a {
    font-size: 18px;
    padding: 15px 50px;
  }
}
.btn-store a::before {
  background: #111;
  content: "";
  height: 100%;
  left: -130%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 120%;
}

.btn-store a span {
  display: block;
  position: relative;
}
.btn-store a span::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 20px;
  -webkit-mask: url("../../common/images/icon-external.svg");
          mask: url("../../common/images/icon-external.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: -25px;
  top: calc(50% - 10px);
  width: 20px;
}
@media screen and (min-width: 768px) {
  .btn-store a span::after {
    height: 25px;
    right: -35px;
    top: calc(50% - 12.5px);
    width: 25px;
  }
}

.btn-store a:hover::before {
  -webkit-animation: AnimeBtn 0.4s forwards;
          animation: AnimeBtn 0.4s forwards;
}

.fiber {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.item-fiber {
  color: #3a62ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.item-fiber-list {
  background: rgba(58, 98, 186, 0.1);
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 5px 0;
  padding: 10px;
  text-align: center;
  width: calc(33.3% - 10px);
}
@media screen and (min-width: 768px) {
  .item-fiber-list {
    width: calc(20% - 10px);
  }
}

.item-fiber-list span {
  border-top: 1px solid rgba(58, 98, 186, 0.4);
  display: block;
  margin-top: 5px;
  padding-top: 5px;
}

.item-set {
  font-size: 14px;
  text-align: center;
}

.item-set-title {
  color: #3a62ba;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.item-set-title::before {
  background: rgba(58, 98, 186, 0.4);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: calc(50% - 4em);
}
.item-set-title::after {
  background: rgba(58, 98, 186, 0.4);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(50% - 4em);
}

.item-set-subtitle {
  font-size: 12px;
  line-height: 1.25;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .item-set-subtitle {
    font-size: 14px;
  }
}

.item-set-subtitle span {
  display: inline-block;
}

.row-itemset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.row-itemset-1 {
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .row-itemset-1 {
    margin-top: 30px;
    width: 16.6666666667%;
  }
}

.row-itemset-2 {
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .row-itemset-2 {
    margin-top: 30px;
    width: 33.3333333333%;
  }
}

.row-itemimage1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-itemimage1-1 {
  margin-right: 2px;
  width: 66.4814814815%;
}

.row-itemimage1-2 {
  width: 33.3333333333%;
}

.row-itemimage1-2 > img:nth-of-type(2) {
  margin-top: 2px;
}

.row-itemdetail-spec {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-itemdetail-spec {
    width: 55.5555555556%;
  }
}

.row-itemdetail-size {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-itemdetail-size {
    margin-top: 0;
    width: 44.4444444444%;
  }
}
/*# sourceMappingURL=other.css.map */