li {
  list-style-type: none;
}

.is-c-blue {
  color: #6A90B2 !important;
}

.is-c-pink {
  color: #C0A395 !important;
}

.is-bg-blue {
  background-color: #6A90B2 !important;
}

.is-bg-pink {
  background-color: #C0A395 !important;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page .combination__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .combination__main {
    display: block;
  }
}
.page .combination__title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  margin: 0 auto 18px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .combination__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page .combination__title {
    font-size: 3.6vw;
    margin: 0 auto 4.2vw;
  }
}
.page .combination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .combination__list li {
  position: relative;
}
.page .combination__list li p, .page .combination__list li b {
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0;
  vertical-align: baseline;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .combination__list li p, .page .combination__list li b {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page .combination__list li p, .page .combination__list li b {
    font-size: 3.1vw;
  }
}
.page .combination__list li b {
  font-weight: bold;
}
.page .combination__list li span {
  vertical-align: baseline;
}
.page .combination__list li small {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .page .combination__list li small {
    font-size: 2.3vw;
  }
}
.page .combination__list li img {
  width: 64px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .combination__list li img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page .combination__list li img {
    width: 16.7vw;
    margin: 0 auto 0.8vw;
  }
}
.page .combination__list.is-or li {
  width: 64px;
  margin-right: 17.7%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .combination__list.is-or li {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page .combination__list.is-or li {
    width: 16.7vw;
    margin-right: 15.4vw;
  }
}
.page .combination__list.is-or li:after {
  content: "OR";
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #6A90B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 28%;
  right: -50%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .combination__list.is-or li:after {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .page .combination__list.is-or li:after {
    font-size: 3.6vw;
    right: -10.9vw;
  }
}
.page .combination__list.is-or li:last-child {
  margin-right: 0;
}
.page .combination__list.is-or li:last-child:after {
  content: none;
}
.page .combination__item {
  position: relative;
  width: 21.9%;
  max-width: 214px;
  padding: 15px 0;
  margin-right: 1.63%;
  border-width: 2px;
  border-style: solid;
  border-color: #6A90B2;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .combination__item {
    width: 100%;
    max-width: 100%;
    padding: 4.2vw 0;
    margin: 0 auto 5.2vw;
    border-width: 0.5vw;
    border-radius: 1vw;
  }
}
.page .combination__item:after {
  content: "";
  display: inline-block;
  width: 14.8%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -11.1%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../../assets/img/common/icon/icon_plus_circle.png");
}
@media screen and (max-width: 768px) {
  .page .combination__item:after {
    width: 100%;
    height: 9.4vw;
    background-size: auto 100%;
    top: auto;
    right: 0;
    left: 0;
    bottom: -7.3vw;
    margin: auto;
  }
}
.page .combination__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .combination__item:last-child {
    margin-bottom: 0;
  }
}
.page .combination__item:last-child:after {
  content: none;
}
@media screen and (min-width: 769px) {
  .page .combination__item.is-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 52.8%;
    max-width: 516px;
  }
  .page .combination__item.is-large .combination__item__inner {
    border-right: 1px solid #222;
    width: 23.6%;
    max-width: 122px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .page .combination__item.is-large .combination__item__inner {
    width: 20%;
  }
}
@media screen and (min-width: 769px) {
  .page .combination__item.is-large .combination__item__inner.is-large {
    width: 52.7%;
    max-width: 272px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .page .combination__item.is-large .combination__item__inner.is-large {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  .page .combination__item.is-large .combination__item__inner:last-child {
    border-right: none;
  }
  .page .combination__item.is-large li {
    width: 68px;
    margin: 0 8px;
  }
  .page .combination__item.is-large li img {
    width: 56px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .page .combination__item.is-large li img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page .combination__item.is-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.2vw;
  }
  .page .combination__item.is-large .combination__item__inner {
    width: 50%;
    margin-bottom: 4.2vw;
    border-right: 1px solid #222;
  }
  .page .combination__item.is-large .combination__item__inner:nth-child(even) {
    border-right: none;
  }
  .page .combination__item.is-large .combination__item__inner:last-child {
    margin-bottom: 0;
  }
  .page .combination__item.is-large .combination__item__inner.is-large {
    width: 100%;
    border-top: 1px solid #222;
    border-right: none;
    padding-top: 4.2vw;
  }
  .page .combination__item.is-large .combination__item__inner.is-large li {
    width: 27.1vw;
  }
}
.page .detail__main {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .detail__main {
    width: 84.4vw;
    max-width: 100%;
  }
}
.page .detail__main .c-title {
  border-bottom: 1px solid #CCCDCE;
  padding: 0 0 16px;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .page .detail__main .c-title {
    padding: 0 0 3.9vw;
    margin: 0 0 3.4vw;
  }
}
.page .detail__section {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .detail__section {
    margin-bottom: 5.2vw;
  }
}
.page .detail__section:last-child {
  margin-bottom: 0;
}
.page .detail__section__item {
  border-bottom: 1px solid #CCCDCE;
  padding: 32px 0 24px;
}
@media screen and (max-width: 768px) {
  .page .detail__section__item {
    padding: 4.2vw 0 2.6vw;
  }
}
.page .detail__section__item:first-child {
  padding-top: 0;
}
.page .detail__section__item:last-child {
  border-bottom: none;
}
.page .detail__section__item.is-border-none {
  border-bottom: none;
  padding-bottom: 0;
}
.page .detail__price {
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .page .detail__price {
    margin: 0 0 4.3vw;
  }
}
.page .detail__price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .detail__price b {
  font-weight: bold;
}
.page .detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .detail__list {
    width: 84.4vw;
    margin: 0 auto;
  }
}
.page .detail__list li {
  width: 47.8%;
  margin-right: 4.37%;
  margin-top: 25px;
}
.page .detail__list li:nth-child(even) {
  margin-right: 0;
}
.page .detail__list li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page .detail__list li {
    width: 39.8vw;
    margin-right: 4.7vw;
    margin-top: 2.6vw;
  }
}
.page .detail__list li p {
  text-align: center;
  margin: 8px 0;
  line-height: 1.5;
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page .detail__list li p {
    font-size: 3.1vw;
    margin: 1.7vw 0;
  }
}
.page .detail__list li.is-textOnly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .detail__list li.is-textOnly p {
  position: relative;
  top: -20px;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .page .detail__list li.is-textOnly p {
    top: -3.9vw;
    font-size: 3.6vw;
  }
}
.page .detail__list li.is-textOnly span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .page .detail__list li.is-textOnly span {
    font-size: 3.9vw;
    margin-top: 0.7vw;
  }
}
.page .detail__list.is-column-3 li {
  width: 31.5%;
  margin-right: 2.65%;
}
.page .detail__list.is-column-3 li:nth-child(even) {
  margin-right: 2.65%;
}
@media screen and (max-width: 768px) {
  .page .detail__list.is-column-3 li:nth-child(even) {
    margin-right: 2.6vw;
  }
}
.page .detail__list.is-column-3 li:nth-child(-n+3) {
  margin-top: 0;
}
.page .detail__list.is-column-3 li:nth-child(3n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .page .detail__list.is-column-3 li {
    width: 26.3vw;
    margin-right: 2.6vw;
  }
}
.page .detail__list.is-column-4 li {
  width: 22.8%;
  margin-right: 2.9%;
}
.page .detail__list.is-column-4 li:nth-child(even) {
  margin-right: 2.9%;
}
.page .detail__list.is-column-4 li:nth-child(-n+4) {
  margin-top: 0;
}
.page .detail__list.is-column-4 li:nth-child(4n) {
  margin-right: 0;
}
.page .detail__list.is-color li {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .detail__list.is-color li {
    margin-top: 4.4vw;
  }
}
.page .detail__list.is-color li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin: 0;
}
.page .detail__list.is-color li p span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page .detail__list.is-color li p span {
    width: 4.2vw;
    height: 4.2vw;
    margin-right: 1vw;
  }
}