/**
 * Fonts
 */
.productArchivePage .productList_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #888888;
  padding: 64px 0;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_item {
    padding: 4.6852122987vw 0;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_item {
    display: block;
    padding: 15.4589371981vw 0;
  }
}
.productArchivePage .productList_item:nth-child(3) .productList_button {
  display: none;
}
.productArchivePage .productList_image {
  width: 505px;
  min-width: 505px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_image {
    width: 36.9692532943vw;
    min-width: 36.9692532943vw;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_image {
    width: 100%;
    min-width: auto;
    height: auto;
  }
}
.productArchivePage .productList_content {
  width: 480px;
  margin-left: 80px;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_content {
    width: 35.1390922401vw;
    margin-left: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_content {
    width: 100%;
    margin: 5.7971014493vw 0 0 0;
  }
}
.productArchivePage .productList_title {
  font-size: 4.4rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_title {
    font-size: 3.2210834553vw;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_title {
    font-size: 7.729468599vw;
  }
}
.productArchivePage .productList_text {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_text {
    margin-top: 0.878477306vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_text {
    letter-spacing: 0.02em;
    margin-top: 1.9323671498vw;
    font-size: 3.8647342995vw;
    line-height: 1.9;
  }
}
.productArchivePage .productList_information {
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_information {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_information {
    margin-top: 5.7971014493vw;
    font-size: 3.3816425121vw;
  }
}
.productArchivePage .productList_information_amount_title {
  margin-right: 8px;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_information_amount_title {
    margin-right: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_information_amount_title {
    margin-right: 0.7246376812vw;
  }
}
.productArchivePage .productList_information_price {
  margin-left: 40px;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_information_price {
    margin-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_information_price {
    margin-left: 5.7971014493vw;
  }
}
.productArchivePage .productList_information_price::before {
  content: "";
  width: 1px;
  height: 70%;
  background: #888888;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_information_price::before {
    left: -1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_information_price::before {
    left: -3.1400966184vw;
  }
}
.productArchivePage .productList_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .productArchivePage .productList_button {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .productArchivePage .productList_button {
    margin-top: 5.7971014493vw;
  }
}
.productArchivePage .productList_button_item {
  width: 49%;
}
.productArchivePage .productList_button_item a.commonButton {
  width: 100%;
}

.productSinglePage .productSingle_productName {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productName {
    display: block;
  }
}
.productSinglePage .productSingle_productName_main, .productSinglePage .productSingle_productName_sub {
  display: block;
  line-height: 1.4;
}
.productSinglePage .productSingle_productName_main {
  font-size: 4.8rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productName_main {
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productName_main {
    font-size: 7.729468599vw;
  }
}
.productSinglePage .productSingle_productName_sub {
  margin-left: 24px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productName_sub {
    margin-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productName_sub {
    margin: 0vw 0 0 0;
  }
}
.productSinglePage .productSingle_productImage {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productImage {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productImage {
    margin-top: 5.7971014493vw;
  }
}
.productSinglePage .productSingle_productAbout {
  background: #fff;
  box-shadow: 0 16px 48px 0px rgba(0, 0, 0, 0.1);
  margin-top: 80px;
  padding: 80px 96px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productAbout {
    margin-top: 5.8565153734vw;
    padding: 5.8565153734vw 7.027818448vw;
    box-shadow: 0vw 1.1713030747vw 3.513909224vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productAbout {
    margin-top: 9.6618357488vw;
    padding: 7.2463768116vw 5.7971014493vw 7.729468599vw;
    box-shadow: 0vw 1.9323671498vw 5.7971014493vw 0vw rgba(0, 0, 0, 0.1);
  }
}
.productSinglePage .productSingle_productAbout_title {
  font-size: 3.8rem;
  letter-spacing: 0.16em;
  line-height: 1.3;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productAbout_title {
    font-size: 2.7818448023vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productAbout_title {
    font-size: 6.7632850242vw;
  }
}
.productSinglePage .productSingle_productAbout_titleWrapper {
  background: #fff;
  padding-right: 32px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productAbout_titleWrapper {
    padding-right: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productAbout_titleWrapper {
    display: block;
    background: none;
    padding: 0 0 2.4154589372vw 0;
    border-bottom: 2px solid #222;
  }
}
.productSinglePage .productSingle_productAbout_title .typeSmall {
  margin-left: 8px;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productAbout_title .typeSmall {
    margin-left: 0.5856515373vw;
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productAbout_title .typeSmall {
    letter-spacing: 0em;
    margin-left: 0.4830917874vw;
    font-size: 2.8985507246vw;
  }
}
.productSinglePage .productSingle_productAbout_title::before {
  content: "";
  background: #222;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productAbout_title::before {
    content: none;
  }
}
.productSinglePage .productSingle_productAbout_text {
  line-height: 2.2;
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productAbout_text {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productAbout_text {
    margin-top: 5.7971014493vw;
    font-size: 3.6231884058vw;
    line-height: 1.8;
  }
}
.productSinglePage .productSingle_productAbout_text p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productAbout_text p:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productAbout_text p:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.productSinglePage .productSingle_productStyleBg {
  z-index: -1;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  margin-top: -152px;
  height: 440px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_productStyleBg {
    height: 32.2108345534vw;
    margin-top: -11.1273792094vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_productStyleBg {
    height: 57.9710144928vw;
    margin-top: -19.3236714976vw;
  }
}
.productSinglePage .productSingle_section {
  margin-top: 112px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_section {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_section {
    margin-top: 9.6618357488vw;
  }
}
.productSinglePage .productSingle_section_item:not(:first-child) {
  margin-top: 88px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_section_item:not(:first-child) {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_section_item:not(:first-child) {
    margin-top: 15.4589371981vw;
  }
}
.productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content .title {
  font-size: 1.8rem;
  padding-left: 8px;
  border-left: 2px solid #222;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content .title {
    padding-left: 0.5856515373vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content .title {
    padding-left: 1.9323671498vw;
    font-size: 3.3816425121vw;
    border-width: 1px;
  }
}
.productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table {
  width: 100%;
  margin-top: 24px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table {
    margin-top: 1.756954612vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table {
    width: 100%;
    margin-top: 5.7971014493vw;
    font-size: 2.8985507246vw;
  }
}
.productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table th {
  line-height: 1.4;
  font-weight: normal;
  background: #F8F8F8;
}
.productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table th, .productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table td {
  padding: 8px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table th, .productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table td {
    padding: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table th, .productSinglePage .productSingle_section_item.typeEtc .productSingle_section_content table td {
    padding: 1.9323671498vw;
  }
}
.productSinglePage .productSingle_section_title {
  font-size: 2.4rem;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_section_title {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_section_title {
    font-size: 4.8309178744vw;
  }
}
.productSinglePage .productSingle_section_content {
  margin-top: 40px;
  padding: 0 32px;
  line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_section_content {
    margin-top: 2.9282576867vw;
    padding: 2.9282576867vw 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_section_content {
    margin-top: 7.729468599vw;
    padding: 0;
  }
}
.productSinglePage .productSingle_section_content b {
  font-weight: 500;
}
.productSinglePage .productSingle_dataList {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_dataList {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_dataList {
    margin-top: 0vw;
  }
}
.productSinglePage .productSingle_dataList .tax {
  font-size: 1.2rem;
}
.productSinglePage .productSingle_description {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_description {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_description {
    margin-top: 9.6618357488vw;
  }
}
.productSinglePage .productSingle_faqList {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_faqList {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_faqList {
    margin-top: 9.6618357488vw;
  }
}
.productSinglePage .productSingle_cta {
  position: sticky;
  bottom: 0;
  background-color: #F8F8F8;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  margin-top: 120px;
  padding: 32px 0;
  /*
  &::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
  }
  */
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_cta {
    margin-top: 8.78477306vw;
    padding: 2.3426061493vw 0;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta {
    margin-top: 15.4589371981vw;
    padding: 3.8647342995vw;
  }
}
.productSinglePage .productSingle_cta_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_inner {
    display: block;
  }
  .productSinglePage .productSingle_cta_inner.typeInner {
    width: 100%;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_leftBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_rightBlock {
    margin-top: 1.9323671498vw;
  }
}
.productSinglePage .productSingle_cta_rightBlock form {
  display: flex;
  align-items: center;
}
.productSinglePage .productSingle_cta_title {
  font-size: 4rem;
  letter-spacing: 0.14em;
  line-height: 1.3;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_cta_title {
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_title {
    font-size: 3.8647342995vw;
    font-weight: 500;
  }
}
.productSinglePage .productSingle_cta_subBlock {
  display: flex;
  margin-top: 4px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_cta_subBlock {
    margin-top: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_subBlock {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_subTitle {
    font-size: 2.8985507246vw;
    left: -0.4830917874vw;
  }
}
.productSinglePage .productSingle_cta_price {
  margin-left: 32px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_cta_price {
    margin-left: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_price {
    margin-left: 3.8647342995vw;
    font-size: 3.3816425121vw;
  }
}
.productSinglePage .productSingle_cta_quantity {
  width: 48px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_cta_quantity {
    width: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_quantity {
    width: 25.1207729469vw;
    display: flex;
    align-items: center;
  }
}
.productSinglePage .productSingle_cta_quantity_title {
  line-height: 1;
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_quantity_title {
    font-size: 3.3816425121vw;
    white-space: nowrap;
    margin-right: 1.9323671498vw;
  }
}
.productSinglePage .productSingle_cta_quantity .quantity {
  margin-top: 10px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_cta_quantity .quantity {
    margin-top: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_quantity .quantity {
    margin-top: 0vw;
  }
}
.productSinglePage .productSingle_cta_quantity .quantity input {
  width: 100%;
  cursor: pointer;
  border: 1px solid #222;
  background: none;
  padding: 8px 0px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_cta_quantity .quantity input {
    padding: 0.5856515373vw 0;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_quantity .quantity input {
    padding: 0.9661835749vw 0;
    font-size: 3.6231884058vw;
  }
}
.productSinglePage .productSingle_cta_quantity .quantity input[type=number]::-webkit-outer-spin-button,
.productSinglePage .productSingle_cta_quantity .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.productSinglePage .productSingle_cta_quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.productSinglePage .productSingle_cta_button {
  margin-left: 24px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .productSingle_cta_button {
    margin-left: 1.756954612vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .productSingle_cta_button {
    width: 100%;
    height: 9.6618357488vw;
    margin-left: 3.8647342995vw;
    font-size: 3.3816425121vw;
  }
}
.productSinglePage .productSingle_cta_button.typeWhite {
  border: 1px solid #fff;
}
.productSinglePage .productSingle_cta_button.typeBlack {
  border: 1px solid #222;
}
@media screen and (min-width: 829px) {
  .productSinglePage .productSingle_cta_button.typeHoverSwipeWhite:before {
    background: #F8F8F8;
  }
}
.productSinglePage .dataList {
  padding: 32px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .dataList {
    padding: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .dataList {
    padding: 0;
  }
}
.productSinglePage .dataList_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 828px) {
  .productSinglePage .dataList_item {
    display: block;
    padding: 4.8309178744vw 3.8647342995vw;
    border-bottom: 1px dotted #888888;
  }
}
.productSinglePage .dataList_item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .dataList_item:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .dataList_item:not(:first-child) {
    margin-top: 0vw;
  }
}
.productSinglePage .dataList_title {
  min-width: 80px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .dataList_title {
    min-width: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .dataList_title {
    min-width: 19.3236714976vw;
    font-weight: 500;
  }
}
.productSinglePage .dataList_text {
  margin-left: 24px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .dataList_text {
    margin-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .dataList_text {
    margin: 1.9323671498vw 0 0 0;
    line-height: 1.5;
  }
}
.productSinglePage .description {
  background: #F8F8F8;
  padding: 32px 40px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .description {
    padding: 1.756954612vw 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .description {
    padding: 5.7971014493vw;
  }
}
.productSinglePage .description_title {
  padding-bottom: 16px;
  border-bottom: 2px solid #222;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .description_title {
    padding-bottom: 1.1713030747vw;
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .description_title {
    padding-bottom: 2.8985507246vw;
    border-width: 1px;
    font-size: 4.347826087vw;
  }
}
.productSinglePage .description_text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0em;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .description_text {
    margin-top: 2.9282576867vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .description_text {
    margin-top: 7.729468599vw;
    font-size: 3.1400966184vw;
    line-height: 2.1;
  }
}
.productSinglePage .description_text ul {
  display: flex;
  flex-wrap: wrap;
  margin: -2% 0 24px -2%;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .description_text ul {
    margin-bottom: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .description_text ul {
    display: block;
    margin: 0 0 5.7971014493vw 0;
  }
}
.productSinglePage .description_text ul li {
  width: 31.3%;
  min-width: 31.3%;
  display: flex;
  margin: 2% 0 0 2%;
}
@media screen and (max-width: 828px) {
  .productSinglePage .description_text ul li {
    margin: 0;
    width: 100%;
    min-width: auto;
  }
  .productSinglePage .description_text ul li:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.productSinglePage .description_text ul li figure {
  width: 120px;
  min-width: 120px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .description_text ul li figure {
    width: 8.78477306vw;
    min-width: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .description_text ul li figure {
    width: 14.4927536232vw;
    min-width: 14.4927536232vw;
  }
}
.productSinglePage .description_text ul li div {
  margin-left: 16px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .description_text ul li div {
    margin-left: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .description_text ul li div {
    margin-left: 3.8647342995vw;
  }
}
.productSinglePage .description_text ul li h6 {
  line-height: 1.5;
}
@media screen and (max-width: 828px) {
  .productSinglePage .description_text ul li h6 {
    font-size: 3.3816425121vw;
    border-width: 1px;
  }
}
.productSinglePage .description_text ul li p {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #666;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .description_text ul li p {
    margin-top: 0.5856515373vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .description_text ul li p {
    display: inline-block;
    margin-top: 1.9323671498vw;
    font-size: 2.8985507246vw;
  }
}
.productSinglePage .faqList_item {
  counter-increment: section;
}
.productSinglePage .faqList_item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .faqList_item:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .faqList_item:not(:first-child) {
    margin-top: 7.729468599vw;
  }
}
.productSinglePage .faqList_question {
  cursor: pointer;
  padding: 16px 48px 16px 68px;
  border: 1px solid #dadada;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .faqList_question {
    padding: 1.1713030747vw 3.513909224vw 1.1713030747vw 4.9780380673vw;
    font-size: 1.2445095168vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .faqList_question {
    padding: 3.8647342995vw 7.729468599vw 4.8309178744vw 4.347826087vw;
    font-size: 3.8647342995vw;
    font-weight: 400;
  }
}
@media screen and (min-width: 829px) {
  .productSinglePage .faqList_question {
    transition: 0.3s;
  }
  .productSinglePage .faqList_question:hover {
    border-color: #222;
  }
  .productSinglePage .faqList_question:hover::after {
    border-top-color: #222;
    border-right-color: #222;
  }
}
.productSinglePage .faqList_question::before {
  content: "Q" counter(section);
  margin-right: 8px;
  letter-spacing: 0.16em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .faqList_question::before {
    margin-right: 0.5856515373vw;
    left: 1.756954612vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .faqList_question::before {
    background: #888888;
    padding: 0.9661835749vw 3.8647342995vw;
    line-height: 1;
    top: -2.8985507246vw;
    left: -0.2415458937vw;
    bottom: auto;
    margin-right: 0vw;
    font-size: 3.3816425121vw;
    color: #fff;
  }
}
.productSinglePage .faqList_question::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #bbb;
  border-right: solid 1px #bbb;
  transform: rotate(135deg);
  transition: 0.3s;
  position: absolute;
  top: -7px;
  bottom: 0;
  right: 24px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .faqList_question::after {
    width: 1.0980966325vw;
    height: 1.0980966325vw;
    top: -0.5124450952vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .faqList_question::after {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    top: -1.690821256vw;
    right: 4.347826087vw;
  }
}
.productSinglePage .faqList_question.is-open::after {
  transform: rotate(315deg);
  top: 5px;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .faqList_question.is-open::after {
    top: 0.3660322108vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .faqList_question.is-open::after {
    top: 1.2077294686vw;
  }
}
.productSinglePage .faqList_answer {
  display: none;
  padding: 32px 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .faqList_answer {
    padding: 2.3426061493vw 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .faqList_answer {
    padding: 7.729468599vw 4.8309178744vw;
  }
}
.productSinglePage .faqList_answer a {
  width: auto;
  display: inline-block;
  margin-top: 16px;
  color: #8E863C;
}
@media screen and (max-width: 1366px) {
  .productSinglePage .faqList_answer a {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .productSinglePage .faqList_answer a {
    margin-top: 3.8647342995vw;
  }
}
.productSinglePage .footer.typeLower {
  margin-top: 0 !important;
}