.single-product h2::after {
  content: none;
}
.single-product h2 {
  color: #2f334c;
}

.single-product .site-inner {
  padding: 15px 0;
}

/* product summary layout */
@media only screen and (min-width: 960px) {
  .site-inner {
    max-width: 95%;
  }
  .woocommerce.full-width-content .site-inner .content {
    max-width: 95%;
  }
}
@media only screen and (max-width: 959px) {
  .woocommerce.full-width-content .site-inner .content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.woocommerce #genesis-content div.product div.images-wrapper {
  width: 38%;
  float: left;
}
.woocommerce #genesis-content div.product div.images {
  width: 100%;
  float: none;
}
.woocommerce #genesis-content div.product div.summary {
  width: 60%;
}
@media only screen and (max-width: 1300px) {
  /* 960px */
  /* 860px */
  .woocommerce #genesis-content div.product div.images-wrapper {
    width: 100%;
  }
  .woocommerce #genesis-content div.product div.summary {
    width: 100%;
  }
}

/* Custom breakpoint for single product page */
/*
@media only screen and (max-width: 960px) {
  .single-product .four-sixths,
  .single-product .two-thirds {
    width: 100%;
  }
  .single-product .five-sixths,
  .single-product .four-sixths,
  .single-product .one-fourth,
  .single-product .one-half,
  .single-product .one-sixth,
  .single-product .one-third,
  .single-product .three-fourths,
  .single-product .three-sixths,
  .single-product .two-fourths,
  .single-product .two-sixths,
  .single-product .two-thirds {
    float: none;
    margin-left: 0;
  }
  .single-product .one-third,
  .single-product .two-sixths {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .single-product .four-sixths,
  .single-product .two-thirds {
    width: 65.81196581196582%;
  }
  .single-product .five-sixths,
  .single-product .four-sixths,
  .single-product .one-fourth,
  .single-product .one-half,
  .single-product .one-sixth,
  .single-product .one-third,
  .single-product .three-fourths,
  .single-product .three-sixths,
  .single-product .two-fourths,
  .single-product .two-sixths,
  .single-product .two-thirds {
    float: left;
  }
  .single-product .one-third,
  .single-product .two-sixths {
    width: 31.623931623931625%;
  }
}

/* Breadcrumbs */
.aioseo-breadcrumbs {
  margin: 0;
  border-bottom: 0;
}
.single-product .breadcrumb {
  margin-bottom: 0;
}
/* 
.aioseo-breadcrumbs {
  margin: 0 auto 3em;
}
*/
/* product-image */
/*
.woocommerce div.product div.images img {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
*/
.summary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .summary-wrapper {
    flex-direction: column;
  }
}
.woocommerce
  #genesis-content
  div.product
  div.images.woocommerce-product-gallery {
  position: sticky;
  top: 150px;
}

.images.woocommerce-product-gallery .social-share {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  mix-blend-mode: luminosity;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #333;
  padding: 10px 2px 10px 0;
}
.images.woocommerce-product-gallery .social-share:hover {
  color: #999;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/* cards */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* alert */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* list group */
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.3rem 0.6rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
  text-align: inherit;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
a.list-group-item {
  color: inherit;
}

/* accordion */
@media (min-width: 768px) {
  #productParent-productAddons-header,
  #productFeatures-header,
  #FreeVsPro-header {
    display: none;
  }
  #productParent-productAddons-content {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #productParent-productAddons-header,
  #productFeatures-header,
  #FreeVsPro-header {
    display: block;
  }
  .accordion {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .accordion .card-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    padding: 1rem;
  }
  .accordion .card-header a {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .accordion .card-header a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
  }

  /* Accordion / Card */
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .accordion > .card {
    overflow: hidden;
  }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .card-header {
    margin-bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.03); */
    background-color: #f8f9fa;
  }
  /*
	.card-header:has(a[aria-expanded="true"]) {
		background-color: #6c757d;
	}
	.card-header a[aria-expanded="true"] {
		color: #fff;
	}
	*/
  .card-header a[aria-expanded="true"] i {
    transform: rotate(180deg);
  }
}

/* .hide-on-mobile */
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
  .collapse-on-mobile:not(.show) {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-on-pc {
    display: none;
  }
}

.truncate {
  /* Avoids text being rendered outside the container */
  width: 100%;
  overflow: hidden;
  /* Avoid text going to multiple lines */
  white-space: nowrap;
  /* Sets the ... once the text overflows */
  text-overflow: ellipsis;
}

/* product price */
.woocommerce-Price-amount.amount {
  font-size: 32px;
  font-weight: bold;
}
.addon-box .woocommerce-Price-amount.amount {
  /* font-size: 24px; */
}
.addon-box .product-price {
  /* text-align: center; */
}
.product-price del {
  text-decoration: none;
}
.addon-box .product-price del {
  /*
  margin-left: auto;
  margin-right: auto;
  */
}
.product-price del .woocommerce-Price-amount.amount {
  text-decoration: line-through;
  text-decoration-color: #ee1818;
  font-weight: normal;
  color: #6c757d;
  opacity: 0.5;
  font-size: larger;
}
.product-price del + ins {
  margin-left: 0.327em;
}
.product-price ins.discount-rate {
  color: rgb(244, 64, 106) !important;
}
.product-price .subscription-details {
  font-size: small;
}

.product-price del.product-price-teaser-price,
.product-price .developer-price {
  position: relative;

  /*
  color: #6c757d;
  opacity: 0.5;

  text-decoration: line-through;
  text-decoration-color: #ee1818;
  font-weight: normal;
  color: #6c757d;
  opacity: 0.5;
  text-decoration-thickness: 2px;
  text-decoration-style: double;
  */

  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  text-wrap: nowrap;
  width: fit-content;
}

.product-price del.product-price-teaser-price .jp-cost,
.product-price .developer-price .jp-cost {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*
.product-price del.product-price-teaser-price .jp-cost .product-price-jpy {
  text-decoration: line-through;
  text-decoration-color: #ee1818;
  text-decoration-thickness: 2px;
  text-decoration-style: double;
}
*/
.product-price del.product-price-teaser-price .jp-cost .jpy-rate,
.product-price .developer-price .jp-cost .jpy-rate {
  font-size: x-small;
}

.product-price del.product-price-teaser-price .billing-cycle,
.product-price .developer-price .billing-cycle {
  line-height: 35px;
  margin-left: -0.25rem;
}

.product-price del.product-price-teaser-price::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /*
  top: 50%;
  border-top: 2px solid #ee1818;
  */

  top: 25%; /* 線の位置を調整 */
  border-top: 2px solid #ee1818; /* 上線のスタイル */
  border-bottom: 2px solid #ee1818; /* 下線のスタイル */
  height: 8px; /* 線の間隔を調整 */
  transform: rotate(1deg); /* 線をわずかに斜めにする */
}

.addon-box .product-card-link,
.woocommerce-loop-product__link {
  text-decoration: none;
}

.summary .product-name,
.summary .card-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.summary .addons .product-name {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  padding: 10px 15px;
}
.summary .addons .card:not(:first-of-type) {
  margin-top: 1.25rem;
}
.summary > .two-thirds.first {
  position: sticky;
  top: 150px;
}
@media only screen and (max-width: 960px) {
  .summary > .two-thirds.first {
    position: static;
  }
}
/*
.summary .addons .register-buttons {
  display: none;
}
*/

@media only screen and (min-width: 960px) {
  .summary .buybox .card-body,
  .summary .addons .card-body,
  .summary .addons .addon .card-body {
    zoom: 90%;
  }
}

.product-price small {
  font-size: small;
}

body:not(.logged-in) .product-price-blurred {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.product-price-teaser-wrapper {
  position: relative;
  user-select: none;
  min-height: 58.5px;
}
.product-price-teaser {
  font-weight: bold;
  color: #dc3545;
  position: absolute;
  top: 18px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 50px 15px #fff;
  margin-bottom: 0;
}
.product-price-amount .discount {
  display: none;
}
.logged-in .product-price-teaser {
  display: none;
}

/* Discount Notice */
.discount-notice {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 1rem;
  font-size: 14px;
  color: #dc3545;
  border-color: #dc3545;
  border: 3px solid;
  text-align: center;
}

/* Premium Offer */
.premium-offer {
  font-size: small;
  background: linear-gradient(
    145deg,
    rgba(47, 86, 177, 1),
    rgba(72, 93, 246, 1),
    rgba(1, 152, 255, 1)
  );
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.premium-offer:hover {
  background: linear-gradient(
    145deg,
    rgba(47, 86, 177, 0.7),
    rgba(72, 93, 246, 0.7),
    rgba(1, 152, 255, 0.7)
  );
}
a.login-button {
  background-color: #222 !important;
}
.premium-offer a,
a.login-button {
  color: #fff;
}
.premium-offer a:hover,
a.login-button:hover {
  color: #fff;
  opacity: 0.7;
}

/* .product-price-table */
figure.product-price-table:not(.show) {
  max-height: 120px;
  position: relative;
  overflow: hidden;
}
figure.product-price-table:not(.show):after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 30%;
  right: 0;
  border-top: 7px double;
  border-color: #ee1818;

  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* Download buttons */
#download-buttons {
  margin-bottom: 30px;
}
#download-buttons .button {
  border-radius: 5px;
  /* padding: 15px 30px; */
  width: 100%;
}
#productInstallModal .button {
  padding: 15px 30px;
}
#genesis-content .button.wpsuite-download-button {
  border-radius: 0.25rem;
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgba(0, 28, 56, 0.15);
}
.download-button .wp-block-columns.wp-block-buttons {
  justify-content: center;
  width: fit-content;
}
#genesis-content .button.wpsuite-download-button .material-symbols-outlined {
  font-size: 19px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 960px) {
  #download-buttons {
    margin-top: 60px;
  }
}
.modal-dialog .modal-content .wpsuite-download-button,
#genesis-content .download-button .wpsuite-download-button {
  display: flex;
  align-items: center;
  border: solid 3px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-color: #fff;
  color: #333;
}
.modal-dialog .modal-content .wpsuite-download-button:hover,
#genesis-content .download-button .wpsuite-download-button:hover {
  color: #0073e5;
  background-color: #fff;
  text-decoration: none;
}
/* buttons */
.woocommerce.single-product a.button,
.woocommerce.woocommerce.single-product a.button,
.woocommerce.single-product .button,
.woocommerce.woocommerce.single-product .button {
  border-radius: 3px;
  padding: 12px 15px;
}

/* Social Share buttons */
#social-share-buttons {
  /*
  margin-top: 30px;
  margin-bottom: 30px;
  */
}
#social-share-buttons ul li {
  display: inline-block;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
#social-share-buttons ul li:first-of-type {
  padding-left: 0;
}
#social-share-buttons ul li:last-of-type {
  padding-right: 0;
}
#social-share-buttons .sns-icon {
  font-size: 2em;
}
#socialSharePopover .fa-facebook-square,
#social-share-buttons .fa-facebook-square {
  color: #3b5998;
}
#socialSharePopover .fa-twitter,
#social-share-buttons .fa-twitter {
  color: #00acee;
}
#socialSharePopover .fa-line,
#social-share-buttons .fa-line {
  color: #00b900;
}

#socialSharePopover .addtoany_list.a2a_kit_size_32 a {
  font-size: inherit;
  padding: 0.3rem 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* Google Pagespeed Insights */
.google-pagespeed-insights-scores {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}
.google-pagespeed-insights-scores .google-pagespeed-insights-score {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.pagespeed-insights-graph {
  --v: calc(((18 / 5) * var(--p) - 90) * 1deg);
  width: 4em;
  height: 4em;
  display: inline-block;
  border-radius: 50%;
  /* padding: 4px; */
  padding: 7px;
  background: linear-gradient(var(--bg), var(--bg)) content-box,
    linear-gradient(var(--v), var(--bg) 50%, transparent 0) 0 /
      min(100%, (50 - var(--p)) * 100%),
    linear-gradient(var(--v), transparent 50%, var(--line) 0) 0 /
      min(100%, (var(--p) - 50) * 100%),
    linear-gradient(to right, var(--bg) 50%, var(--line) 0);
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.pagespeed-insights-label {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

.product-features-summary ul {
  margin-bottom: 20px;
}
.product-features-summary ul > li {
  margin-bottom: 0.25em;
}
.product-features-summary {
  margin-bottom: 2em;
}
.product-features-summary h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

table td,
table th {
  border: 1px solid #dee2e6;
}

/* productFeatures */
#productFeatures,
#productComparison {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #productFeatures,
  #productComparison {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #productFeatures,
  #productComparison {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #productFeatures,
  #productComparison {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #productFeatures,
  #productComparison {
    max-width: 1140px;
  }
}
#productFeatures h2 {
  font-weight: bold;
}
#productFeatures p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#productFeatures ul,
#productFeatures ol {
  margin-left: 1.5em;
}
#productFeatures ul > li {
  list-style-type: initial;
}
#productFeatures ol > li {
  list-style-type: decimal;
}
#productFeatures img {
  height: auto;
  max-width: 100%;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  border-radius: 0.25rem;
  vertical-align: middle;
  border: 0;
}
#productFeatures .feature-row:first-of-type {
  margin-top: 0;
}
#productFeatures .feature-row {
  display: flex;
  flex-wrap: wrap;
  margin: 6rem 0;
  align-items: center;
}
#productFeatures .feature-row h2 {
  width: 100%;
}
#productFeatures-content:focus {
  outline: none;
}
@media (min-width: 768px) {
  #productFeatures .feature-row {
    margin: 3rem 0;
  }
  #productFeatures .feature-row .feature-box {
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto 0;
  }
  #productFeatures .feature-row .feature-box.order-1 {
    order: 1;
    padding-right: 1.5rem;
  }
  #productFeatures .feature-row .feature-box.order-2 {
    order: 2;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 960px) {
  #productFeatures .feature-row .feature-box img {
    margin-bottom: 2rem;
  }
}

/* Addons */
.addons .addon-box .card.product-card:hover {
  transition-duration: 0.3s;
  text-decoration: none;
  box-shadow: 4px 8px 16px rgb(0 0 0 / 16%), 4px 16px 32px rgb(0 0 0 / 16%);
  outline: none;
}
.addons .addon-box .card.product-card {
  height: auto;
  max-width: 100%;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  border-radius: 0.25rem;
  vertical-align: middle;
  border: 0;
}
.addons .addon-row {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
  align-items: center;
}
.addons .addon-row .addon-box {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/*
.addon-box.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}
.addon-box.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}
*/
@media (min-width: 768px) {
  .addons .addon-row .addon-box {
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto 0;
  }
  .addons .addon-row .addon-box.col-8 {
    flex: 1 1 auto;
    max-width: 50%;
  }
  .addons .addon-row .addon-box.col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 2rem 0;
  }
}
@media (min-width: 960px) {
  .addons .addon-row .addon-box {
    flex: 0 0 30%;
    max-width: 30%;
    margin: auto 0;
  }
  .addons .addon-row .addon-box.col-8 {
    flex: 1 1 auto;
    max-width: 45%;
  }
  .addons .addon-row .addon-box.col-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/*
@media (min-width: 1500px) {
  .addons .addon-row .addon-box {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin: auto 0;
  }
  .addons .addon-row .addon-box.col-8 {
    flex: 1 1 auto;
    max-width: 51.6666666666%;
  }
  .addons .addon-row .addon-box.col-4 {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
*/
@media (max-width: 768px) {
  section:not(#productParent).addons .addon-row {
    border-bottom: 1px solid #ddd;
  }
  .addons .addon-row .addon-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
  }
}
.product-features-summary h3,
.addons .addon-row .addon-box h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.product-features-summary p,
.addons .addon-row .addon-box p {
  margin-bottom: 1rem;
}
.addons .addon-row .addon-box .button {
  border-radius: 5px;
  padding: 15px 30px;
  width: 100%;
}

#productParent,
#productAddons {
  /* background-color: #f8f9fa; */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 3%;
}
@media (max-width: 600px) {
  #productParent,
  #productAddons {
    padding: 5%;
  }
}

/* .product-card */
.product-logo-wrapper {
  height: 30rem;
}
@media (max-width: 767px) {
  .product-logo-wrapper {
    height: 20rem;
  }
}
.product-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  font-family: "Poppins", sans-serif;
  max-width: 300px;
  width: fit-content;
  height: 100%;
}
.product-logos .product-badges {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}
.product-logos .product-badges .product-category-logo {
  max-width: 50px;
}
.product-logos .product-badges .parent-logo {
  max-width: 150px;
}
.product-logos .product-logo {
  color: #271b3d;
  /* font-size: 2rem; */
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  object-fit: scale-down;
  white-space: normal;
}
.addons .product-logos .product-logo {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
}

/* Related Products */
.related.products h2 {
  font-weight: bold;
}

/* Related Reports */
.related.reports #related-reports-splide .splide__list.products {
  flex-wrap: nowrap;
}

/* Modal */
.modal:not(.show),
.popover:not(.show) {
  display: none;
}
.modal {
  transition: opacity 0.15s linear;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
  /* filter: blur(5px); */
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal,
.modal-open .popover {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog::before {
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
    display: block;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal.features__image.show {
  display: flex;
}
.modal.features__image .modal-dialog {
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
}
/*
@media(max-width: 960px) {
	.modal.features__image .modal-dialog {
		max-width: 80vw;
		max-height: 80vh;
		margin: auto;
	}
}
*/

/* social share popover */
.popover {
  transition: opacity 0.15s linear;
  z-index: 9999;
  position: absolute;
  top: 45px;
  right: 0;
  width: 12em;
  height: auto;
  overflow: hidden;
  outline: 0;
  padding: 8px;
}
.popover-dialog {
  border: 1px solid #cdcdcd;
  border-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 13%);
  background-color: #fff;
  position: relative;
}
.popover-content {
  height: auto;
  overflow-y: auto;
  background-color: #fff;
  text-align: left;
  overflow-x: hidden;
}

#socialSharePopover ul li {
  padding: 5px;
}
#socialSharePopover .popover-dialog:before {
  content: " ";
  top: -5px;
  right: 13px;
  transform: rotate(45deg);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  width: 10px;
  height: 10px;
  z-index: 10000;
  position: absolute;
}

/* Q&A / Reivew */
div.notify-answers {
  font-size: 14px;
}
div.notify-answers button {
  float: left;
}

.star-rating-selector:not(:checked) label.checkbox:hover,
.star-rating-selector:not(:checked) label.checkbox:hover ~ label.checkbox {
  color: #f0c14b;
}
.woocommerce
  #reviews
  .star-rating-selector:not(:checked)
  input:checked
  ~ label.checkbox {
  color: #ffa41c;
}
.woocommerce
  #reviews
  .product-rating
  .product-rating-details
  table
  td.rating-graph
  .bar,
.woocommerce-page
  #reviews
  .product-rating
  .product-rating-details
  table
  td.rating-graph
  .bar {
  background-color: #ffa41c;
}

#comments {
  margin-top: 3rem;
}
#comments #contributions-list .comment-text img:not(.avatar) {
  padding: 0.5rem;
  margin-bottom: 1rem;
  width: 50%;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  background-color: #f8f9fa;
}
@media (max-width: 576px) {
  #comments #contributions-list .comment-text img:not(.avatar) {
    width: 100%;
  }
}

/* SplideJS */
#product-info-splide .splide__track {
  height: 100%;
}
#product-info-splide .splide__arrow {
  display: none;
}
#product-info-splide:hover .splide__arrow {
  display: block;
}
@media (max-width: 960px) {
  #product-info-splide .splide__arrow {
    display: block;
  }
}
#product-info-splide li.splide__slide {
  margin: 0;
}
#product-info-splide .features__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  width: fit-content;
  height: 100%;
}
#product-info-splide .features__slide img {
  object-fit: contain;
  height: 90%;
  width: auto;
}
#product-info-splide .features__slide a {
  outline: 0;
}
#product-info-splide .features__slide a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
#product-info-splide .features__slide p.caption {
  height: 10%;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
#product-info-splide .features__slide .description {
  overflow: hidden;
}
#product-info-splide .features__slide .description p {
  margin-bottom: 0;
}
li.splide__slide {
  margin: 0 3.8% 2.992em 0;
}
li.splide__slide .wccom-card__header .wccom-card__title {
  color: #271b3d;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 24px;
  max-height: 112px;
  overflow: hidden;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
button.splide__pagination__page.is-active {
  background: #333;
}

/* WooCommerce Buttons */
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt {
  border-radius: 5px;
}

/* grouped products */
.product-name ul li {
  list-style: inside;
}

.addon-row a.collapsed:not(.show):after {
  content: "+ さらに表示";
  font-size: 12px;
}
.addon-row a.collapsed:after {
  content: "- 表示をへらす";
  font-size: 12px;
}
.addon-row .collapse:not(.show) {
  display: block;
  /* height = lineheight * no of lines to display */
  height: 4.5em;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0.5))
  );
}

.addon-row .collapsing {
  height: 4.5em;
}

.single-product .social-share-link {
  background-color: transparent;
}

/**
 * Mockup
 *
 * @see https://codepen.io/seeme/pen/MWeqqEg
 */
.macbook {
  padding: 4% 6%;
  margin: 0 auto;
  max-width: 800px;
}

.macbook .screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%;
}

.macbook .screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset,
    0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 67%;
}

.macbook .screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.macbook .viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
}

.macbook .base {
  /* for aspect ratio */
  position: relative;
  width: 100%;
}

.macbook .base:before {
  content: "";
  display: block;
  /* for aspect ratio ~33:1000*/
  padding-top: 3.3%;
  /* stylin */
  background: linear-gradient(
    #eaeced,
    #edeef0 55%,
    #fff 55%,
    #8a8b8f 56%,
    #999ba0 61%,
    #4b4b4f 84%,
    #262627 89%,
    rgba(0, 0, 0, 0.01) 98%
  );
  border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.macbook .base::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(255, 255, 255, 0.8) 0.5%,
    rgba(0, 0, 0, 0.4) 3.3%,
    transparent 15%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 85%,
    rgba(0, 0, 0, 0.4) 96.7%,
    rgba(255, 255, 255, 0.8) 99.5%,
    rgba(0, 0, 0, 0.5) 100%
  );
  content: "";
  height: 53%;
  position: absolute;
  top: 0;
  width: 100%;
}

.macbook .notch {
  background: #ddd;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset,
    5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  /* for aspect ratio */
  position: relative;
  width: 14%;
}

.macbook .notch:before {
  content: "";
  display: block;
  /* for aspect ratio ~1:10 */
  padding-top: 10%;
}

/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */

.macbook .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  /* cursor: pointer; */

  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.macbook:hover .viewport {
  background-position: 0 100%;
}

.macbook .viewport:after {
  background: radial-gradient(
    circle at right bottom,
    transparent 75%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/**
 * Mobile mockup
 *
 * @see https://codepen.io/podyganov/pen/qBOZvoQ
 */
.mobile-phone {
  padding: 4% 6%;
  margin: 0 auto;
  max-width: 800px;
}

.mobile-phone .screen {
  margin: auto;
  /* margin-top: 170px; */
  padding: 3% 2% 5%;
  /* width: 350px; */
  /* height: 600px; */
  aspect-ratio: 7 / 12;
  max-height: 600px;
  box-shadow: 0 0 20px #e2e2e2;
  /* border-radius: 20px; */
  background-color: black;
  position: relative;

  border: 2px solid #cacacc;
  border-radius: 8%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset,
    0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}

.mobile-phone .viewport {
  width: 100%;
  height: 100%;
  /* background: #f2f2f2; */
  background: white;
  /* border-radius: 20px; */
  border-radius: 3% 3% 5% 5%;
  overflow-y: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-phone .brove {
  /* width: 150px; */
  width: 50%;
  left: 0;
  /* height: 20px; */
  height: 3%;
  background: black;
  position: absolute;
  /* margin: 0 100px; */
  margin: auto 25%;
  border-radius: 0 0 20px 20px;
}

.mobile-phone .speaker {
  /* width: 60px; */
  width: 40%;
  /* height: 5px; */
  height: 25%;
  background: #d2d2d2;
  display: block;
  margin: auto;
  /* margin-top: 5px; */
  margin-top: 3%;
  border-radius: 20px;
}

/**
 * Iphone mockup
 *
 * @see https://codepen.io/seeme/pen/eYzLVRR
 */
.device,
.device *,
.device:after,
.device :after,
.device:before,
.device :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#iphone-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 177 / 350;
}
.device {
  position: relative;
}
.device,
.device .device-frame {
  z-index: 1;
}
.device-iphone-x {
  text-align: center;
}
.device-iphone-x .device-frame {
  background: #222;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 2px 0 #c8cacb, inset 0 0 0 3px #e2e3e4;
  box-shadow: inset 0 0 2px 0 #c8cacb, inset 0 0 0 3px #e2e3e4;
  height: 700px;
  width: 354px;
  padding: 9px;
}
.device .device-content {
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  border-radius: 40px;
  height: 100%;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.device .device-content iframe {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  overflow-y: auto !important;
}
.device-iphone-x .device-stripe:after,
.device-iphone-x .device-stripe:before {
  border: solid rgba(51, 51, 51, 0.25);
  border-width: 0 7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.device-iphone-x .device-stripe:after {
  top: 85px;
}
.device-iphone-x .device-stripe:before {
  bottom: 85px;
}
.device-iphone-x .device-header {
  background: #222;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 30px;
  left: 50%;
  margin-left: -102px;
  position: absolute;
  top: 5px;
  width: 204px;
}
.device-iphone-x .device-header:after,
.device-iphone-x .device-header:before {
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}
.device-iphone-x .device-header:after {
  background: radial-gradient(
    circle at bottom left,
    transparent 0,
    transparent 75%,
    #222 0,
    #222 100%
  );
  left: -10px;
}
.device-iphone-x .device-header:before {
  background: radial-gradient(
    circle at bottom right,
    transparent 0,
    transparent 75%,
    #222 0,
    #222 100%
  );
  right: -10px;
}
.device-iphone-x .device-sensors:after,
.device-iphone-x .device-sensors:before {
  content: "";
  position: absolute;
}
.device-iphone-x .device-sensors:after {
  background: #444;
  border-radius: 3px;
  height: 6px;
  left: 50%;
  margin-left: -25px;
  top: 16px;
  width: 50px;
}
.device-iphone-x .device-sensors:before {
  background: #444;
  border-radius: 50%;
  height: 14px;
  left: 50%;
  margin-left: 40px;
  top: 12px;
  width: 14px;
}
.device-iphone-x .device-btns {
  background: #c8cacb;
  height: 32px;
  left: -3px;
  position: absolute;
  top: 115px;
  width: 3px;
}
.device-iphone-x .device-btns:after,
.device-iphone-x .device-btns:before {
  background: #c8cacb;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}
.device-iphone-x .device-btns:after {
  top: 60px;
}
.device-iphone-x .device-btns:before {
  top: 140px;
}
.device-iphone-x .device-power {
  background: #c8cacb;
  height: 100px;
  position: absolute;
  right: -3px;
  top: 200px;
  width: 3px;
}

/* Core Plugins */
#productFeatures.core img {
  box-shadow: none;
}
#productFeatures.core hr {
  border-color: #1cbcff;
  border-width: 3px;
  width: 25%;
  margin: 5em auto;
}
#core-plugin-nav {
  position: sticky;
  top: 73.11px;
  z-index: 1;
}
.admin-bar #core-plugin-nav {
  top: 105.11px;
}
@media only screen and (max-width: 768px) {
  #core-plugin-nav {
    top: 56px !important;
  }
}
.core-plugin-feature-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#productFeatures .core-plugin-feature-nav > ul {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 0;
  padding: 0 1.5em;
}
#productFeatures .core-plugin-feature-nav > ul > li {
  position: relative;
  list-style: none;
}
.core-plugin-feature-nav > ul > li > a {
  font-size: 14px;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: -1px;
  text-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
}
.core-plugin-feature-nav > ul > li > a .core-nav-spacer {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.core-plugin-feature-nav > ul > li:not(:first-child) {
  -webkit-margin-start: calc(40px / 2);
  margin-inline-start: calc(40px / 2);
}
.core-plugin-feature-nav > ul > li:not(:last-child) {
  -webkit-margin-end: calc(40px / 2);
  margin-inline-end: calc(40px / 2);
}

/* expand link clickable area */
.core-plugin-feature-nav > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Indicator */
.core-plugin-feature-nav > ul:hover {
  color: #6c757d;
}
.core-plugin-feature-nav > ul > li > a::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.core-plugin-feature-nav > ul > li > a.active::after,
.core-plugin-feature-nav > ul > li > a:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #1cbcff;
  z-index: 2;
}
.core-plugin-feature-nav > ul > li > a.active {
  font-weight: bold;
}

.core .intro h2 {
  margin-top: 1.5em;
}
#productFeatures.core .card-body {
  padding-top: 0;
}

/**
 * tab navigations
 * @link https://freefrontend.com/javascript-tabs/
 * @link https://codepen.io/Fikri-Code/pen/GRZgOWo
 */
.tab-content-wrapper .tab-content {
  display: none;
}
.tab-content-wrapper .tab-content.active {
  display: block;
}

/**
 * 数量選択ドロップダウン
 */
.quantity-selection-field {
  position: relative;
}
.quantity-selection-field .quantity-label {
  position: absolute;
  z-index: 0;
  max-width: 100%;
  left: 0.375rem;
  top: 0.5rem;
  font-size: small;
  pointer-events: none;
}
.quantity-selection-field .quantity-dropdown,
.quantity-selection-field .cart-quantity-dropdown {
  padding-left: 4rem;
  font-size: small;
}
.add-to-cart-button .loading {
  display: none;
}
#moneyBackGuarantee ol li {
  list-style: decimal;
}
#moneyBackGuarantee ul li {
  list-style: disc;
}
#moneyBackGuarantee ol li,
#moneyBackGuarantee ul li {
  margin-left: 1.5rem;
}
#moneyBackGuarantee ol,
#moneyBackGuarantee ul {
  margin-bottom: 1.5rem;
}

.summary-wrapper .images-wrapper .demo-preview-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.summary-wrapper
  .images-wrapper
  .woocommerce-product-gallery:hover
  .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.summary-wrapper
  .images-wrapper
  .woocommerce-product-gallery:hover
  .demo-preview-button {
  display: flex;
}

#product-demos-mobile {
  display: none;
}
@media only screen and (max-width: 959px) {
  #product-demos-mobile {
    display: block;
  }
  #product-demos {
    display: none;
  }
}
