/* 注文方法について */
#modalArea_howto .modalWrapper {
  max-width: 1000px;
}
.modalArea h3 {
  text-align: left;
}
.modalArea .sec_con {
  padding: 50px 0 0;
}

#wrapper_inner {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  .modalArea .sec_con {
    padding: 20px 0 0;
  }
  .modalWrapper {
    padding: 25px 0px;
  }
  .modalArea h3 {
    text-align: center;
  }
  #modalArea02 .modalWrapper {
    width: 85%;
    max-height: 85%;
    padding: 25px 15px;
  }
}
.js_loading {
  pointer-events: none;
}
.sp {
  display: none;
}

.clear {
  clear: both;
}

.print_info {
  position: relative;
}

.print_info .print_info_text {
  position: absolute;
  top: 3em;
  right: 0;
  width: 190px;
  padding: 20px;
  font-size: 1.3rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.13s ease-in-out;
  background: #f2f2f2;
}

.print_info .print {
  position: relative;
  border: #c4c4c4 solid 1px;
  padding: 3px 19px;
  margin: 0;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all linear 0.3s;
}

.print_info .print:hover {
  opacity: 0.7;
}

hr {
  border-top: #ededed solid 1px;
  border-bottom: none;
}

.detail_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em auto 0;
}

.detail_header .back_page a {
  font-size: 1.6rem;
  line-height: 2;
}

.detail_header .back_page::before {
  content: "＜";
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px;
  color: #ea526b;
  cursor: pointer;
}

.detail_header:hover .back_page::before {
  opacity: 0.7;
}

.detail_item {
  margin-top: 60px;
}

.detail_item .image {
  float: left;
  display: block;
  width: 33%;
}

.detail_item .description {
  float: right;
  max-width: 63%;
  display: block;
}

.detail_item .description .name {
  font-size: 2.4rem;
  margin-top: 18px;
}

.detail_item .description .name h1,
.detail_item .description .name .favor_item {
  display: inline;
}

.detail_item .description .name .lead {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
}

.detail_item .description .name .product_id {
  display: inline;
  margin-left: 15px;
}

.detail_item .description .name .favor_item {
  margin: 0 0 0 12px;
  cursor: pointer;
}

.mat_content .favor_item {
}

.detail_item .description .name .favor_item .svg_fav {
  fill: #fff;
  stroke: #c4c4c4;
  stroke-linejoin: round;
  stroke-width: 2px;
  fill-rule: evenodd;
}

.detail_item .description .name .favor_item.active .svg_fav {
  fill: #ea526b;
  stroke: #ea526b;
}

.detail_item .description .text {
  font-size: 1.5rem;
  margin-top: 10px;
  line-height: 1.8;
  font-weight: normal;
}

.detail_item .description .size_area {
  flex-shrink: 0;
}

.detail_item .description .order_area {
  margin-top: 10px;
  max-width: 200px;
  width: 100%;
}

.detail_item .description .order {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: opacity linear 0.3s;
}

.order a {
  background: #ea526b;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 12px 0;
}
.description .order a:not([onclick]) {
  pointer-events: none;
  opacity: 0.6;
}

.footer_order {
  margin-top: 30px;
  text-align: center;
}

.footer_order .order {
  width: 460px;
  margin: 0 auto;
}
.footer_order .over {
  position: relative;
}
.footer_order .top_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.about_link .order:hover {
  opacity: 0.8;
}

.about_link {
  margin: 35px 0 0px;
}

.about_link ul {
  display: flex;
  justify-content: center;
}

.about_link li {
  margin-left: 40px;
}

.about_link li:first-child {
  margin-left: 0;
}

.about_link .more {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 15px 0 0;
}

.about_link .more:hover span {
  transform: translateY(4px);
}

.about_link .more span {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0 5px 8px;
  transition: all linear 0.3s;
}

.about_link li button {
  display: block;
  font-size: 1.3rem;
  border: 1px solid #c4c4c4;
  line-height: 1;
  padding: 8px 9px 7px 10px;
}

.about_link li button:hover,
.about_link li a:hover {
  background: none;
}

@media screen and (max-width: 767px) {
  .detail_header .back_page a {
    font-size: 1.4rem;
  }

  .detail_header .back_page::before {
    font-size: 15px;
  }

  .about_link {
    margin: 20px 0 40px;
  }

  .about_link ul {
    display: block;
    margin: 0 0 0 auto;
    flex-direction: column;
  }

  .about_link li {
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
  }

  .about_link li button {
    width: auto;
    display: inline-block;
    font-size: 1.3rem;
    padding: 8px 10px;
    border: none;
    text-align: right;
    margin: 0 0 0 auto;
  }

  .about_link li button .sp_only {
    display: inline !important;
  }

  .about_link .more {
    margin: 0 0 0 0;
    font-size: 1.4rem;
  }

  .footer_order .order {
    width: 100%;
  }
}

.spec {
  box-sizing: border-box;
  margin-top: 50px;
}

.spec .spec_item {
  display: flex;
  align-items: center;
  border-top: #ededed solid 1px;
  font-size: 1.5rem;
  padding-top: 25px;
  padding-bottom: 26px;
}

.spec .spec_item h3 {
  width: 23.5%;
  padding: 0 15px;
}

.spec .spec_inner {
  width: 75%;
  line-height: 1.8;
}

.spec .spec_item:last-child {
  border-bottom: #ededed solid 1px;
}

.spec .spec_item span {
  color: #e60044;
}

.spec .spec_item img {
  display: block;
  float: left;
}

.spec .spec_item p {
  margin: 0 0 0 90px;
}

.spec_inner > div {
  margin-bottom: 30px;
}

.spec_inner > div:last-child {
  margin-bottom: 0;
}

.policy {
  margin-top: 57px;
}

.policy h3,
.policy .policy_text {
  font-size: 1.5rem;
}

.policy h3 {
  font-weight: bold;
  font-size: 1.8rem;
}

.policy .policy_text {
  margin: 22px 0 49px 8px;
  line-height: 1.8;
}

.policy .fw_b {
  font-weight: bold;
}

.policy .policy_item:last-child .policy_text {
  margin: 22px 0 22px 8px;
  line-height: 1.8;
}

.step_area {
  border: #ededed solid 1px;
  padding: 5%;
}

.step_table {
  width: 100%;
}

.step_table .arw {
  -webkit-print-color-adjust: exact;
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
  width: 130px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}

.step_table .arw p {
  margin-bottom: 0;
}

.step_table .arw:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  border-left: 66px solid #fff;
  border-right: 66px solid #fff;
  border-bottom: 1px solid #fff;
}

.step_table .arw.arw_gry {
  background-color: #686e6e !important;
}

.step_table .arw.arw_gry:after {
  border-top: 16px solid #686e6e;
}

.step_table .arw.arw_pnk {
  background-color: #ea526b !important;
}

.step_table .arw.arw_pnk:after {
  border-top: 16px solid #ea526b;
}

.step_table .step_cont {
  padding-left: 30px;
}

.step_area p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.step_area p:nth-child(3) {
  margin-bottom: 14px;
}

.step_area span {
  margin-top: 6px;
  display: block;
  line-height: 1.8;
}

.step_area .step {
  margin-top: 10px;
}

.step_area .time {
  text-align: center;
  background: #fbdce1;
  margin: 14px 0 17px 0;
  padding: 12px 0;
  font-weight: bold;
  line-height: 1;
}

.howto_modal {
  margin-top: 15px;
}
.howto_modal a {
  color: #e60044;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
.howto_modal img {
  transform: translateY(-2px);
}
.u-pl1 {
  padding-left: 1em;
}
p.caution_txt {
  text-indent: -1em;
  padding-left: 1em;
}
p.caution_txt:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #wrapper_inner {
    margin-bottom: 50px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .detail {
    padding: 0 20px;
  }

  .breadcrumbs ul li {
    font-size: 1.1rem;
    padding-right: 27px;
  }

  .print {
    display: none;
  }

  .detail_item {
    margin-top: 19px;
  }

  .detail_item .image {
    float: none;
    width: 100%;
  }

  .detail_item .image img {
    margin: 0 auto;
  }

  .detail_item .description {
    margin-left: 0;
    max-width: inherit;
    float: none;
    max-width: 660px;
    margin: 0 auto;
  }

  .detail_item .description .type_list {
    margin-top: 20px;
  }

  .detail_item .description .name {
    margin-top: 12px;
    font-size: 1.6rem;
    /* display: flex; */
    /* align-items: flex-end; */
  }

  .detail_item .description .name h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .detail_item .description .name .lead {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .detail_item .description .name h1 > .product_name {
    font-size: 1.6rem;
    vertical-align: middle;
  }

  .detail_item .description .name .product_id {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    margin-left: 0.5em;
  }

  .detail_item .description .name .icon_like {
    margin: 11px 0 0 10px;
    width: 16px;
  }

  .detail_item .description .name .favor_item {
    margin: 0px 0 0px 10px;
    vertical-align: bottom;
  }

  .detail_item .description .name .favor_item svg {
    margin-bottom: 4px;
  }

  .detail_item .description .text {
    font-size: 1.4rem;
    margin-top: 4px;
    line-height: 1.5;
  }

  .detail_item .description .order {
    width: 100%;
  }

  .detail_item .description .order a {
    font-size: 1.4rem;
    padding: 14px 0;
  }

  .detail_item .description .more {
    text-align: center;
    font-weight: bold;
    margin: 15px 0 0 0;
    display: block;
    font-size: 1.4rem;
  }

  .spec {
    margin-top: 45px;
  }

  .spec .spec_item h3 {
    padding-left: 0;
  }

  .spec .spec_item h3,
  .spec .spec_item .spec_inner {
    font-size: 1.4rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spec .spec_item h3 {
    width: 34%;
    padding-right: 18px;
  }

  .spec .spec_item .spec_inner {
    line-height: 1.5;
  }

  .spec .spec_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spec .spec_item img {
    display: inline;
    float: none;
    width: 48.5px;
  }

  .spec .spec_item p {
    margin: 10px 0 0 0;
  }

  .spec_inner > div {
    margin-bottom: 17px;
  }

  .policy {
    margin-top: 46px;
  }

  .policy h3 {
    font-size: 1.6rem;
  }

  .policy .policy_text {
    margin: 8px 0 40px 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }

  .policy .policy_item:last-child .policy_text {
    margin: 9px 0 8px 0;
  }

  .step_area {
    padding: 20px 15px 20px 15px;
  }

  .step_area .step {
    margin-top: 0;
  }

  .step_table .arw {
    width: 54px;
  }

  .step_table .arw p {
    width: 16px;
    margin: 10px auto 0;
  }

  .step_table .arw:after {
    left: 0;
    border-left: 27px solid #fff;
    border-right: 27px solid #fff;
  }

  .step_area .step_cont {
    padding-left: 20px;
  }

  .step_area p {
    font-size: 1.4rem;
  }

  .step_area p:nth-child(2) {
    line-height: 1.5;
  }

  .step_area p:nth-child(3) {
    margin: 10px 0 11px;
  }

  .step_area span {
    margin-top: -3px;
    line-height: 1.5;
  }

  .step_area .time {
    font-size: 1.4rem;
    margin: 14px 0px;
  }
}

/* チェックボックス */
.order_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.order_wrap .ttl {
}
.radio_area {
}
.detail_item .radio_area .text {
  font-size: 1.2rem;
}
.radio_group {
  display: flex;
}
.radio_btn {
  position: relative;
  cursor: pointer;
  width: 150px;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.radio_btn.is_disabled:after {
  content: "";
  background-image: url("/item/mat/collection/detail/images/disabled_line.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.radio_btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio_btn span {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #c4c4c4;
  padding: 8px 20px;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  height: 100%;
}

.radio_btn:hover:not(.is_disabled) span {
  border-color: #ea526b;
  background-color: #fff5f7;
}

.radio_btn input[type="radio"]:checked + span {
  background-color: #ea526b;
  border-color: #ea526b;
  color: #fff;
}

.radio_btn.is_disabled {
  cursor: not-allowed;
}

.radio_btn.is_disabled span {
  background-color: #f2f2f2;
  border-color: #e0e0e0;
  color: #999;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .order_wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 23px;
    gap: 0;
  }
  .size_area {
    width: 100%;
  }
  .radio_btn {
    width: 100%;
    height: auto;
  }
  .detail_item .description .order_area {
    width: 100%;
    margin-top: 20px;
    max-width: none;
  }
}

/* 特長・マットの選び方 */

.feature {
  margin-top: 57px;
}
.feature .con_box {
  padding-top: 100px;
  margin-top: -100px;
}
.feature h3 {
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}
.feature_lead {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.feature_text {
  font-size: 1.5rem;
  margin: 0 0 20px 8px;
  line-height: 1.8;
}
.feature hr {
  clear: both;
  border: none;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  height: 2px;
  background: url(/item/mat/collection/renew2020/common/images/include/border-dot.gif) repeat-x 0 100%;
}
.feature .col_box {
  display: flex;
  justify-content: space-between;
  gap: 30px 60px;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.feature .col_box .col {
  width: calc((100% - 60px) / 2);
}
.feature .img_cust {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature h3 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
  }
  .feature .col_box {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .feature .col_box .col {
    width: 100%;
  }
  .feature_text {
    margin: 0 0 20px 0;
  }
}
