@charset "UTF-8";
footer .container {
  margin-top: 0;
}

#main_column.p-change .f-ave-hev {
  font-family: "avenirHev";
}

#main_column.p-change .section-top {
  background: #faf6f5;
}

#main_column.p-change .section-top .container {
  padding-top: 80px;
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-top .container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

#main_column.p-change .section-top .section-title {
  margin-bottom: 0;
}

#main_column.p-change .section-top .section-title + .txt {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-top .section-title + .txt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-bottom: 13px;
  }
}

#main_column.p-change .section-change-list {
  background: #faf6f5;
}

#main_column.p-change .section-change-list .product-block .product-title {
  background: #86001b;
}

#main_column.p-change .section-change-list .product-block .product-title .label {
  color: #86001b;
}

#main_column.p-change .section-change-list .product-block .product-content {
  background: #fdfdfc;
  padding: 25px 50px 60px 50px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-content {
    padding: 30px 0;
  }
}

#main_column.p-change .section-change-list .product-block:nth-child(2n) .product-title {
  background: #86001b;
}

#main_column.p-change .section-change-list .product-block:nth-child(2n) .product-title .label {
  color: #86001b;
}

#main_column.p-change .section-change-list .product-block .product-title {
  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;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-title {
    padding: 13px 0;
  }
}

#main_column.p-change .section-change-list .product-block .product-title .title-left, #main_column.p-change .section-change-list .product-block .product-title .title-right {
  width: 50%;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-title .title-left, #main_column.p-change .section-change-list .product-block .product-title .title-right {
    display: block;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2px;
  }
  #main_column.p-change .section-change-list .product-block .product-title .title-left .txt, #main_column.p-change .section-change-list .product-block .product-title .title-right .txt {
    display: block;
    text-align: center;
  }
}

#main_column.p-change .section-change-list .product-block .product-title .label {
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-title .label {
    display: block;
    margin: 0 auto;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}

#main_column.p-change .section-change-list .product-block .product-title .title-left {
  position: relative;
}

#main_column.p-change .section-change-list .product-block .product-title .title-left:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 0;
  height: 0;
  border-left: 12px solid #fedb55;
  border-right: 12px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-title .title-left:after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    right: -8px;
  }
}

#main_column.p-change .section-change-list .product-block .product-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_column.p-change .section-change-list .product-block .content-left, #main_column.p-change .section-change-list .product-block .content-right {
  width: 50%;
}

#main_column.p-change .section-change-list .product-block .content-left .product-row {
  position: relative;
}

#main_column.p-change .section-change-list .product-block .content-left .product-row:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 0;
  height: 0;
  border-left: 12px solid #fedb55;
  border-right: 12px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .content-left .product-row:after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    right: -8px;
  }
}

#main_column.p-change .section-change-list .product-block .product-row {
  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;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row {
    display: block;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .img {
  width: 40%;
  padding: 13px;
  text-align: center;
  min-height: 213px;
  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;
}

#main_column.p-change .section-change-list .product-block .product-row .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .img {
    width: 100%;
    min-height: auto;
    height: 140px;
    padding: 7px;
    margin-bottom: 5px;
  }
  #main_column.p-change .section-change-list .product-block .product-row .img .img-h {
    height: 100%;
  }
  #main_column.p-change .section-change-list .product-block .product-row .img .img-w {
    width: 80%;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .content {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .content {
    width: 100%;
    padding: 0 10px;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .title {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 7px;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .title small {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .title small {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .title.sp-67 {
    min-height: 67px;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .detail {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .detail {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 7px;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .detail-2 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .detail-2 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .detail-2 span {
  display: block;
}

#main_column.p-change .section-change-list .product-block .product-row .detail-2 span.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .detail-2 span.pc-only {
    display: none;
  }
  #main_column.p-change .section-change-list .product-block .product-row .detail-2 span.sp-only {
    display: block;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .detail-2 .price {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .detail-2 .price {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

#main_column.p-change .section-change-list .product-block .product-row.has-note {
  position: relative;
}

#main_column.p-change .section-change-list .product-block .product-row.has-note .note {
  position: absolute;
  bottom: -20px;
  left: 40%;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row.has-note .note {
    position: static;
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    margin-top: 13px;
  }
}

#main_column.p-change .section-change-list .product-block .product-color {
  margin-top: 30px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-color {
    display: block;
    margin-top: 20px;
    padding: 0 10px;
  }
}

#main_column.p-change .section-change-list .product-block .product-color li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-color li {
    width: 100%;
    margin-bottom: 8px;
  }
}

#main_column.p-change .section-change-list .product-block .product-color .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 13px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-color .circle {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 6px;
  }
}

#main_column.p-change .section-change-list .product-block .product-color .txt {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-color .txt {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

#main_column.p-change .section-change-list .product-block .product-color .code {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-color .code {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

#main_column.p-change .section-change-list .product-block:first-child .product-color {
  margin-top: 13px;
}

#main_column.p-change .section-change-list .product-block .btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .btn {
    margin-top: 30px;
    line-height: 20px;
    padding: 13px 0;
  }
}

#main_column.p-change .section-change-list .product-block .product-title {
  cursor: pointer;
}

#main_column.p-change .section-change-list .product-block .product-title .title-right {
  position: relative;
}

#main_column.p-change .section-change-list .product-block .product-title .title-right:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 30px;
  width: 20px;
  height: 20px;
  top: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-title .title-right:after {
    right: 15px;
    width: 15px;
    height: 15px;
    top: 15px;
    background-size: contain;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .img {
  width: 37%;
  min-height: auto;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .img {
    width: 100%;
    height: auto;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .content {
  width: 63%;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .content {
    width: 100%;
  }
}

#main_column.p-change .section-change-list .product-block .product-row .title.lts-1 {
  letter-spacing: 1px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-row .title.lts-1 {
    white-space: normal;
  }
}

#main_column.p-change .section-change-list .product-block .product-row.has-note .note {
  left: 37%;
}

#main_column.p-change .section-change-list .product-block .product-row .detail-2 .price {
  font-family: "avenirHev";
}

#main_column.p-change .section-change-list .product-block .product-content {
  padding: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-content {
    padding: 0 0 20px 0;
  }
}

#main_column.p-change .section-change-list .product-block:first-child .product-content {
  display: block;
}

#main_column.p-change .section-change-list .product-block .product-line {
  padding: 40px 0 50px 0;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-line {
    padding: 20px 0 20px 0;
  }
}

#main_column.p-change .section-change-list .product-block .product-line .content-left {
  padding: 0 36px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-line .content-left {
    padding: 0;
  }
}

#main_column.p-change .section-change-list .product-block .product-line .content-left .product-row:after {
  right: -36px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-line .content-left .product-row:after {
    right: -8px;
  }
}

#main_column.p-change .section-change-list .product-block .product-line .content-right {
  padding: 0 36px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-line .content-right {
    padding: 0;
  }
}

#main_column.p-change .section-change-list .product-block .product-line .content-left, #main_column.p-change .section-change-list .product-block .product-line .content-right {
  position: relative;
}

#main_column.p-change .section-change-list .product-block .product-line .content-left:before, #main_column.p-change .section-change-list .product-block .product-line .content-right:before {
  content: "";
  width: calc(100% - 72px);
  height: 2px;
  background: #e1e6e7;
  position: absolute;
  top: -40px;
  left: 36px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-line .content-left:before, #main_column.p-change .section-change-list .product-block .product-line .content-right:before {
    width: calc(100% - 20px);
    top: -20px;
    left: 13px;
  }
}

#main_column.p-change .section-change-list .product-block .product-color {
  padding-left: 0;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .product-color {
    margin-top: 20px;
    padding: 0 10px;
  }
}

#main_column.p-change .section-change-list .product-block:first-child .product-color {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block:first-child .product-color {
    margin-top: 20px;
  }
}

#main_column.p-change .section-change-list .product-block .content-left .product-color li {
  height: 60px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .product-block .content-left .product-color li {
    height: auto;
    padding: 3px 0;
  }
}

#main_column.p-change .section-change-list .end-content {
  margin-top: 50px;
  margin-bottom: 160px;
  padding: 40px 30px 30px 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .end-content {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 30px 15px 20px 15px;
  }
}

#main_column.p-change .section-change-list .end-content .title {
  letter-spacing: 3px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .end-content .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

#main_column.p-change .section-change-list .end-content .list {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .end-content .list {
    width: 100%;
  }
}

#main_column.p-change .section-change-list .end-content .list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .end-content .list li {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 2px;
    margin-bottom: 13px;
  }
}

#main_column.p-change .section-change-list .end-content .list li:before {
  content: "・";
  display: block;
}

#main_column.p-change .section-change-list .end-content .list li .code {
  display: block;
  width: 100%;
  font-weight: normal;
  margin-top: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
  #main_column.p-change .section-change-list .end-content .list li .code {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 3px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #main_column.p-change .section-change-list .product-block .product-title .label {
    height: 48px;
    line-height: 55px;
    -webkit-box-sizing: border-box;
  }
  #main_column.p-change .section-change-list .product-block .product-title .txt {
    margin-top: 11px;
    -webkit-box-sizing: border-box;
  }
}
/*# sourceMappingURL=change_list.css.map */