@media (min-width: 1024px) {
  .p-product {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .p-product {
    font-size: 15px;
  }
}

.p-product__detail .p-product__list {
  margin-top: 30px;
}

.p-product__detail .section {
  padding: 30px 0;
}

@media (min-width: 1024px) {
  .p-product__detail .section h2 {
    font-size: 26px;
    padding: 0 0 20px 0;
  }
}

@media (max-width: 1023px) {
  .p-product__detail .section h2 {
    font-size: 20px;
    padding: 0 0 10px 0;
  }
}

@media (max-width: 1023px) {
  .p-product__detail .section .table__wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .p-product__detail .section .table__wrap tr th:first-of-type, .p-product__detail .section .table__wrap tr td:first-of-type {
    position: sticky;
    top: 0;
    left: 0;
  }
  .p-product__detail .section .table__wrap tr th:first-of-type:before, .p-product__detail .section .table__wrap tr td:first-of-type:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #EEEEEE;
  }
}

.p-product__detail .section table {
  width: 100%;
  margin: 30px 0 0 0;
}

.p-product__detail .section table th, .p-product__detail .section table td {
  padding: 10px;
}

.p-product__detail .section table th:first-child, .p-product__detail .section table td:first-child {
  border-left: none;
}

.p-product__detail .section table th:last-child, .p-product__detail .section table td:last-child {
  border-right: none;
}

.p-product__detail .section table th {
  background-color: #EEEEEE;
  border: solid 1px #C4C4C4;
}

.p-product__detail .section table td {
  border: solid 1px #C4C4C4;
  border-bottom: solid 1px #EEEEEE;
  background-color: #ffffff;
}

.p-product__detail .section .bg {
  max-width: 100%;
  border: solid 1px #EEEEEE;
  border-bottom: none;
  margin: 0;
}

@media (min-width: 1024px) {
  .p-product__detail .section .bg {
    padding: 60px 30px 0 30px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .p-product__detail .section .bg {
    padding: 30px 20px 10px 20px;
  }
}

.p-product__detail .section .bg:last-child {
  border-bottom: solid 1px #EEEEEE;
}

.p-product__detail .section .bg header {
  left: -30px;
}

@media (max-width: 1023px) {
  .p-product__detail .section .bg header {
    left: -20px;
  }
}

.p-product__detail .section .bg header div {
  padding: 15px 30px;
  font-size: 16px;
  min-height: 40px;
}

@media (max-width: 1023px) {
  .p-product__detail .section .bg header div {
    padding: 15px 20px;
    font-size: 15px;
    top: 30px;
  }
}

.p-product__detail .section .bg header div::after {
  border-width: 46px 30px 0 0;
  right: -30px;
}

.p-product__detail .section .bg .box {
  margin: 10px 45px 35px 0;
}

@media (max-width: 1023px) {
  .p-product__detail .section .bg .box {
    margin: 10px 10px 0 0;
  }
  .p-product__detail .section .bg .box:first-of-type {
    margin-top: 30px;
  }
}

.p-product__detail .section .bg .box ul {
  list-style: none;
}

.p-product__detail .section .bg .box ul li {
  position: relative;
  font-size: 14px;
  margin: 8px 0;
}

.p-product__detail .section .bg .box ul li.active {
  color: #999;
}

.p-product__detail .section .bg .box ul li.active::before {
  background-color: #999;
}

.p-product__detail .section .bg .box ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 1px;
  height: 1px;
  width: 10px;
  background-color: #333;
}

.p-product__detail .section .bg .box ul li a {
  text-decoration: none;
  color: #333;
  padding-left: 20px;
}

.p-product__detail .section .bg .box ul li a:not([href]) {
  color: #999;
}

.p-product__detail .p-product__body__inner {
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .p-product__detail .p-product__body__inner {
    padding: 0 20px;
  }
}

.p-product__detail .p-content__header {
  text-align: center;
  justify-content: center;
}

.p-product__detail .p-content__ttl {
  width: 100%;
}

@media (min-width: 1024px) {
  .p-product__detail .p-content__ttl {
    line-height: 115%;
  }
}

.p-product__detail .p-content__ttl span {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media (max-width: 1023px) {
  .p-product__detail .p-content__ttl span {
    font-size: 14px;
    line-height: 1;
  }
}

.p-product__detail .p-content__main {
  background-color: #EEEEEE;
}

@media (min-width: 1024px) {
  .p-product__detail .p-content__main section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 35px;
    display: flex;
    align-items: center;
  }
}

.p-product__detail .p-content__main-desc {
  width: 100%;
  position: relative;
}

@media (min-width: 1024px) {
  .p-product__detail .p-content__main-desc {
    max-width: 570px;
  }
}

.p-product__detail .p-content__main-desc.bg {
  background-color: #EF4123;
}

.p-product__detail .p-content__main-desc.ml-auto {
  margin-left: auto;
}

.p-product__detail .p-content__main-desc dl {
  color: #ffffff;
  padding: 25px 30px;
}

@media (max-width: 1023px) {
  .p-product__detail .p-content__main-desc dl {
    padding: 15px 20px;
  }
}

.p-product__detail .p-content__main-desc dl dt {
  display: flex;
}

@media (min-width: 1024px) {
  .p-product__detail .p-content__main-desc dl dt {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 1023px) {
  .p-product__detail .p-content__main-desc dl dt {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-product__detail .p-content__main-desc dl dt span {
  font-size: 13px;
  line-height: 1.1;
  border: solid 1px #ffffff;
  padding: 4px 7px;
  margin: 0 5px;
  display: block;
}

.p-product__detail .p-content__main-desc dl dt span:first-child {
  margin-left: auto;
}

@media (min-width: 1024px) {
  .p-product__detail .p-content__main-desc dl dd {
    font-size: 16px;
  }
}

.p-product__detail .p-content__main-desc dl ul {
  padding-top: 10px;
  list-style: none;
}

.p-product__detail .p-content__main-desc dl ul li {
  position: relative;
  padding-left: 20px;
  line-height: 150%;
  margin: 5px 0;
}

.p-product__detail .p-content__main-desc dl ul li::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(/images/common/check.svg) no-repeat;
}

@media (min-width: 1024px) {
  .p-product__detail .p-content__main-pic {
    width: 600px;
  }
}

.p-product__detail .p-content__main-pic.ml-auto {
  margin-left: auto;
}

@media (max-width: 1023px) {
  .p-product__detail .p-content__main-pic.ml-auto {
    margin: 0;
  }
  .p-product__detail .p-content__main-pic.ml-auto img {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .p-product__body {
    max-width: 1240px;
    margin: 0 auto 110px auto;
  }
  .p-product__body .c-button__list {
    margin-bottom: 0;
  }
}

.p-product__body__inner {
  background-color: #EEEEEE;
}

@media (min-width: 1024px) {
  .p-product__body__inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1023px) {
  .p-product__body__inner {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .p-product__body__inner .lead {
    padding: 0 80px;
  }
}

@media (max-width: 1023px) {
  .p-product__body__inner .lead {
    padding: 0 20px;
  }
}

.p-product__body__inner .bg {
  background-color: #ffffff;
  max-width: 1080px;
  margin: 30px auto;
  padding: 60px;
  position: relative;
}

@media (max-width: 1023px) {
  .p-product__body__inner .bg {
    padding: 60px 20px;
  }
}

.p-product__body__inner .box {
  padding: 0 0 50px 0;
}

@media (max-width: 1023px) {
  .p-product__body__inner .box {
    padding: 0 0 0 0;
  }
}

.p-product__body__inner .box:last-child {
  padding: 0 0 0 0;
}

.p-product__body__inner header {
  position: relative;
}

@media (min-width: 1024px) {
  .p-product__body__inner header {
    margin-bottom: 35px;
    top: -60px;
    left: -60px;
  }
}

@media (max-width: 1023px) {
  .p-product__body__inner header {
    top: -60px;
    left: -20px;
  }
}

.p-product__body__inner header div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  color: #ffffff;
  padding: 15px 60px;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 50px;
  min-width: 300px;
  min-height: 50px;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .p-product__body__inner header div {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 15px;
    min-width: 250px;
    min-height: 40px;
  }
}

@media (max-width: 280px) {
  .p-product__body__inner header div {
    min-width: 200px;
  }
}

.p-product__body__inner header div::after {
  position: absolute;
  top: 0;
  right: -40px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 40px 0 0;
  border-color: #333 transparent transparent transparent;
}

@media (max-width: 1023px) {
  .p-product__body__inner header div::after {
    border-width: 40px 40px 0 0;
  }
}

.p-product__list {
  list-style: none;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}

.p-product__list li {
  margin: 0 50px 50px 0;
}

@media (max-width: 1023px) {
  .p-product__list li {
    margin: 0 2% 8% 2%;
    width: 46%;
  }
}

.p-product__list a {
  text-decoration: none;
  color: #666;
}

.p-product__list figcaption {
  padding-top: 5px;
}

@media (max-width: 1023px) {
  .p-product__list figcaption {
    line-height: 130%;
    font-size: 14px;
  }
}

.p-product h3 {
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  margin: 0 0 30px 0;
}

@media (max-width: 1023px) {
  .p-product h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}

.p-product h3::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/images/common/line.svg) 50% 45% no-repeat;
  height: 30px;
  width: 30px;
}

.p-product h3 span {
  display: inline-block;
  padding-left: 35px;
  padding-top: 2px;
}

@media (max-width: 1023px) {
  .p-product h3 span {
    padding-top: 6px;
  }
}

.p-product .c-tab__menu ul li {
  max-width: 247px;
}

@media (max-width: 1023px) {
  .p-product .c-tab__menu ul li {
    max-width: 160px;
  }
}

@media (min-width: 1024px) {
  #option .p-product__list {
    list-style: none;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #option .p-product__list li {
    margin: 0 32px 50px 0;
  }
  #option .p-product__list li:nth-of-type(6n) {
    margin-right: 0;
  }
  #option .p-product__list a {
    text-decoration: none;
    color: #666;
  }
  #option .p-product__list figcaption {
    padding-top: 5px;
  }
}

@media (min-width: 1024px) {
  #option .c-shadow__inside {
    height: 150px;
    width: 180px;
    position: relative;
  }
  #option .c-shadow__inside::before {
    width: 100%;
    height: 150px;
  }
}

#option .p-content__main section {
  padding: 20px 15px;
  align-items: initial;
}

#option .p-content__main-pic {
  position: relative;
}

@media (min-width: 1024px) {
  #option .p-content__main-pic {
    width: 602px;
  }
}

@media (max-width: 1023px) {
  #option .p-content__main-pic {
    width: 100%;
  }
}

#option .thumbnail-wrapper {
  position: absolute;
  z-index: 6;
}

@media (min-width: 1024px) {
  #option .thumbnail-wrapper {
    bottom: 0;
    max-width: 550px;
  }
}

@media (max-width: 1023px) {
  #option .thumbnail-wrapper {
    top: 10px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  #option .thumbnail .swiper-slide {
    width: 100px !important;
  }
}

@media (max-width: 1023px) {
  #option .thumbnail .swiper-slide {
    width: 50px !important;
  }
}

@media (min-width: 1024px) {
  #option .desc-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  #option .desc-text {
    padding-top: 70px;
  }
}

@media (min-width: 1024px) {
  #option .desc-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 1023px) {
  #option .desc-text p {
    margin-bottom: 10px;
  }
}

#option .swiper-slide-thumb-active img {
  border: solid 1px #EF4123;
}

/*# sourceMappingURL=product.css.map */
