/* 
Template Name: エベレックス英語サイト
*/
.link-blue {
  color: var(--ev-blue);
  text-decoration: underline;
}
/* top */

.top-img {
  width: 100%;
  position: relative;
}
.top-img img:not([class]) {
  display: block;
  pointer-events: none;
  margin: 0 auto;
}
.top-img .top-img-txt {
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  word-break: normal;
}
.top-img .top-img-txt h1 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 26px;
  font-weight: bold;
  text-align: center;
  word-break: normal;
}
.top-img .top-img-txt h1 + p {
  font-size: 22px;
  text-align: center;
}

.top .top-lower {
  width: 100%;
  background-color: #f3f3f3;
  padding: 0 20px;
}
.top .top-lower-bnr-area {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
.top .top-lower-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
}
.top .top-lower-container p {
  line-height: 2;
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.25;
  word-break: normal;
}
.top .h2-subTitle {
  font-size: 24px;
  display: inline-block;
  margin-left: 16px;
}
.top .sec1 {
  margin: 50px auto 60px;
  width: 100%;
  padding: 0 20px;
}
.top .sec1-container {
  max-width: 1000px;
  margin: 0 auto;
}
.top .sec1 h2 {
  font-size: 34px;
  font-weight: bold;
}
.top .sec1 h2 + p {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-top: 1em;
}
.top .sec1-item-wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  justify-content: space-between;
}
.top .sec1 .sec1-item {
  width: calc(25% - 19px);
  margin-bottom: 20px;
  border: 1px solid var(--ev-blue);
  height: 76px;
  font-size: 18px;
  color: var(--ev-blue);
  transition: all 0.2s;
}
.top .sec1 .sec1-item.air {
  border: none;
  margin-bottom: 0;
  height: 0;
}
.top .sec1 .sec1-item:hover {
  transform: scale(1.02);
}
.top .sec1 .sec1-item p {
  height: 100%;
  width: 100%;
}
.top .sec1 .sec1-item a {
  color: var(--ev-blue);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 0 15px;
}
.top .sec1 .link-btn a {
  margin: 40px auto;
}
.top .sec-attention {
  max-width: 1000px;
  width: calc(100% - 40px);
  padding: 55px 75px;
  margin: 0 auto 100px;
  border: 1px solid var(--ev-blue);
}
.top .sec-attention p {
  line-height: 1.7;
}
.top .sec-attention h3 {
  white-space: nowrap;
  color: var(--ev-blue);
  font-weight: bold;
  margin-bottom: 20px;
}
.top .footer-right {
  display: none;
}
/* 製品情報 */
.products.page {
}
.products .main-img {
  position: relative;
  min-height: 180px;
  overflow: hidden;
}
.products .main-img .img-box {
  width: 100%;
  height: 100%;
}
.products .main-img picture {
  display: block;
  object-fit: cover;
  width: auto;
  max-height: unset;
  height: auto;
  max-width: unset;
  height: 100%;
}
.products .main-img .main-img-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.products .main-img-txt h1 {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.products .main-img-txt h1 .subtitle {
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
.products .products-cont {
  max-width: 1140px;
  margin: 60px auto 80px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  padding: 0 20px;
  min-height: 800px;
}
.products .products-main {
  width: calc(100% - 400px);
  max-width: calc(100% - 400px);
}
.products .p-sidebar {
  width: 350px;
  min-width: 350px;
}

.products .products-name {
  margin-bottom: 30px;
}
.products .products-name .tags {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.products .products-name .p-type {
  color: var(--ev-blue);
}
.products .products-name .p-maker {
  background-color: var(--ev-blue);
  padding: 0.6em 1em;
  color: #fff;
}
.products .products-name h2 {
  font-size: 40px;
}
.products .products-name + .img-box {
  width: 100%;
  margin-bottom: 30px;
}
.products .mainPhoto {
  object-fit: contain;
  background-color: #ccc;
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 765px;
  margin-bottom: 15px;
}
.products .p-txt {
  margin-bottom: 80px;
}
.products .p-txt p {
  font-size: 16px;
  line-height: 2;
  word-break: normal;
}
.products .p-txt .p-link-sec {
  margin-top: 1em;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.products .p-txt .p-link-sec a {
  display: block;
  border: 1px solid var(--ev-blue);
  color: var(--ev-blue);
  padding: 0.5em 0.8em;
  transition: all 0.2s;
}
.products .p-txt .p-link-sec a:hover {
  transform: scale(1.05);
}
.products .p-spec {
  margin-bottom: 60px;
}
.products .p-spec table {
  width: 100%;
}
.products .p-spec .blank th {
  height: 40px;
  border: none;
  border-left: 1px solid #ccc;
}
.products .p-spec .blank th:first-child {
  border: none;
}
.products .p-spec .table-hd th {
  font-size: 20px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}
.products .p-spec th {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 1em;
}
.products .p-spec td {
  padding: 1em 0.8em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.products .p-spec td:last-child {
  border-right: none;
}
.products .other-products {
  margin: 0 -20px;
  background-color: #eff4f4;
  padding: 30px 20px;
}
.products .other-products h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.products .other-products-wrap {
  display: flex;
  gap: 30px;
  justify-content: space-around;
}
.products .o-products-item {
  width: calc(33% - 30px);
}
.products .o-products-item p {
  line-height: 2;
  height: 4em;
}

.products .p-sidebar {
  padding: 40px 0;
}
.products .p-sidebar .sidebar-item {
  margin-bottom: 20px;
  border: 1px solid #333;
}
.products .p-sidebar .aco-title {
  padding: 18px;
  position: relative;
  font-size: 24px;
  cursor: pointer;
  padding-right: 2.3em;
  line-height: 1.5;
}
.products .p-sidebar .aco-title::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.products .p-sidebar .aco-title.active::after {
  content: "－";
}
.products .p-sidebar .aco-item {
  border-top: 1px solid #333;
  padding: 10px 20px;
}
.products .p-sidebar li {
  padding: 0.3em;
  border-bottom: 1px dotted #333;
}
.products .p-sidebar li:last-child {
  margin-bottom: 10px;
}

.products .products-bottom-info {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 80px;
}
.products .products-bottom-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
.products .products-bottom-cont h2 {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.products .p-bottom-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.products .p-bottom-item {
  width: calc(33% - 15px);
  text-align: center;
  border: 1px solid var(--ev-blue);
  padding: 1em;
  line-height: 2;
}
.products .p-bottom-txt {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
}
.products .p-bottom-txt p {
  line-height: 2;
}
.products .mw_wp_form .error {
  margin: -10px 0 10px;
}

.products.archive .products-main {
  padding: 0 40px;
  width: 100%;
  max-width: 100%;
}
.products.archive .products-cat-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  border: 1px solid var(--ev-blue);
  color: var(--ev-blue);
  padding: 0.8em 1.2em;
  width: fit-content;
  min-width: 238px;
  text-align: center;
  margin: 0 auto 50px;
}
.products.archive .products-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 5%;
}
.products.archive .products-item {
  width: calc(33.3% - 5%);
  margin-bottom: 30px;
  transition: all 0.3s;
}
.products.archive .products-item:hover {
  opacity: 0.7;
}
.products.archive .products-item.air {
  margin-bottom: 0;
}
.products.archive .products-item .img-box {
  width: 100%;
}
.products.archive .products-item .img-box img {
  object-fit: cover;
  aspect-ratio: 1;
}
.products.archive .products-item-txt a {
  padding-top: 10px;
  font-weight: bold;
  display: inline-block;
}
.products .product-side-form {
  max-width: 380px;
  width: 100%;
  margin-top: 69px;
}
.product-side-form-hd {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: var(--ev-blue);
  border-radius: 20px 20px 0 0;
  padding: 14px 28px 10px;
}
#mw_wp_form_mw-wp-form-98 {
  padding: 30px;
  background-color: #f3f3f3;
}
.product-side-form input,
.product-side-form textarea,
.product-side-form select {
  font-family: "Meiryo", sans-serif;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  font-weight: bold;
}
.product-side-form select {
  padding-left: 8px;
}
.product-side-form input::placeholder,
.product-side-form textarea::placeholder,
.product-side-form::placeholder {
  font-weight: normal;
}
.product-side-form textarea::placeholder {
  font-size: 16px;
  font-family: "Meiryo", sans-serif;
}
.product-side-form textarea[name="detail"] {
  height: 160px;
}
.product-side-form .form-btn {
  text-align: center;
}
.product-side-form #mw_wp_form_mw-wp-form-98 input[type="submit"] {
  border-color: var(--ev-blue) !important;
  padding: 8px !important;
  font-size: 16px !important;
  color: var(--ev-blue) !important;
  border-radius: 100px;
  max-width: 212px !important;
  background-color: #fff !important;
  cursor: pointer;
  transition: all 0.2s;
}
.product-side-form #mw_wp_form_mw-wp-form-98 input[type="submit"]:hover {
  transform: scale(1.06);
}
.page .cont-reg .mrg-none {
  margin: 0 !important;
}
.page input {
  box-sizing: border-box;
}
.page .mailpoet_paragraph.last {
  text-align: center;
  position: relative;
}
.page input[type="submit"] {
  border: 1px solid #e45836 !important;
  padding: 1em 0 !important;
  text-align: center !important;
  width: 300px !important;
  font-size: 24px !important;
  background-color: transparent !important;
}
.page #mailpoet_form_1 .mailpoet_paragraph {
  margin-bottom: 40px 0 80px;
}
.page .mailpoet_paragraph.last:before {
  content: url(images/top/ico_btn.png);
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-4em, -50%);
}
.page .cont-reg .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page .cont-reg {
  max-width: 1280px;
  margin: 20px auto 40px;
  padding: 40px;
  display: flex;
  gap: 40px;
}
.page .cont-reg > div {
  width: 50%;
}
.page .cont-reg h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
.page .reg-h3 {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}
.page .cont-reg .cont-left p {
  line-height: 1.8;
  margin-top: 1em;
}
.page .mailpoet_form_column .mailpoet_form_paragraph.label {
  width: 10em;
}
.page .cont-reg .scroll-y {
  height: 10em;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 0.5em;
}
.page .cont-reg .scroll-y p {
  font-size: 14px;
  line-height: 1.5;
}

/* その他のページ */
.page.other {
  width: 100%;
  padding: 80px 40px;
  min-height: calc(100vh - 649px);
}

/* 会社概要 */
.page-title.about {
  background-image: url(images/about/main.jpg);
  background-position: bottom;
  background-size: cover;
}
.page-title.about h1 {
  color: #fff;
}
.page.about h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--ev-blue);
  text-align: center;
  margin-bottom: 40px;
}
.page.about .sec1-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
.page.about table {
  border-collapse: separate;
  border-spacing: 0 20px;
}
.page.about th,
.page.about td {
  padding: 0.5em;
}
.page.about th {
  white-space: nowrap;
  padding-right: 30px;
  font-size: 20px;
}
.page.about td {
  border-left: 1px solid #000;
  padding-left: 30px;
  line-height: 1.8;
}
.page.about .inner-flex {
  display: flex;
  gap: 20px;
}
.page.about .inner-flex li {
  width: fit-content;
}
.page.about .inner-flex h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.page.about .inner-flex p {
  line-height: 1.8;
}
.page.about .sec2 {
  margin: 100px auto 40px;
  max-width: 1080px;
  padding: 0 40px;
}
.page.about .sec2 p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.page.about .sec2-message-container {
  display: grid;
  gap: 40px;
  grid-template-columns: 250px 1fr;
}

/* メールフォーム */
.page .mail-form * {
  word-break: normal !important;
}
.page .mail-form .form1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.page .mail-form .form1 .form-hd {
  min-width: 14em;
  padding-top: 0.5em;
}
.page .mail-form input[type="text"],
.page .mail-form input[type="email"],
.page .mail-form select,
.page .mail-form textarea {
  font-family: "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 0.5em 1em;
  font-size: 16px;
  border: 1px solid #ccc;
}
.page .mail-form .conf-txt {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page .mail-form .conf-txt .attention {
}
.page .mail-form .conf-chk {
  min-width: 10em;
  text-align: center;
}
.page .mail-form .btn-submit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.page .mail-form .btn-wrap {
  position: relative;
}
.page .mail-form .btn-wrap::before {
  content: url(./images/top/ico_btn.png);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.page .mail-form input[type="submit"] {
  padding-left: 70px !important;
  padding-right: 1em !important;
  width: auto !important;
  cursor: pointer;
  /* pointer-events: none; */
}
.page.page-request-for-quotation .mail-form input[type="submit"] {
  width: 300px !important;
}
.page .mail-form input[type="submit"].back-btn {
  padding: 1em !important;
  border: 1px solid #ccc;
  font-size: 20px !important;
}
.page-mail-manage a {
  text-decoration: underline;
}
.parsley-required {
  font-size: 0;
}
.parsley-required::after {
  content: "Input is required";
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .page-title {
    padding-top: 170px;
  }
  .products .main-img {
    height: 180px;
  }
  .products .main-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .page .mail-form .form1 {
    flex-direction: column;
  }
  .page .mail-form .conf-txt {
    flex-direction: column;
    gap: 20px;
  }
  .page .mail-form .form-dt {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .page .cont-reg {
    flex-direction: column;
  }
  .page .cont-reg > div {
    width: 100% !important;
  }

  .top-img img {
    width: 100%;
  }
  .top-img .top-img-txt {
    padding: 0 40px;
  }
  .top-img img:not([class]) {
    display: none;
  }
  .top .sec1 .sec1-item {
    width: calc(33.3% - 19px);
  }
  .top .top-lower {
    padding: 0 40px;
  }

  .products .products-cont {
    flex-direction: column;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .products .products-main {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .products .p-txt {
    margin-bottom: 0;
  }
  .products .product-side-form {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .product-side-form-hd {
    border-radius: 0;
    font-size: 18px;
    text-align: center;
  }
  .products .products-name .tags {
    justify-content: center;
  }
  .products .products-name h2 {
    text-align: center;
  }

  .page.about .sec1-container {
    padding: 0;
  }
  .page.about .sec1 td,
  .page.about .sec1 th {
    display: block;
  }
  .page.about .sec1 th {
    background-color: #f3f3f3;
  }
  .page.about .sec1 td {
    border: none;
    padding: 0.5em;
  }
  .page.about .inner-flex {
    flex-direction: column;
  }
  .page.about .sec2 {
    padding: 0;
  }
  .page.about .sec2-message-container {
    display: block;
  }
  .page.about .sec2-message-container .sec2-message-img {
    float: left;
    padding: 0 30px 20px 0;
    width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .top-img .top-img-txt h1 {
    font-size: 22px;
  }
  .top .h2-subTitle {
    font-size: 18px;
    margin-left: 0;
    margin-top: 10px;
  }
  .top .sec1 {
    margin-bottom: 30px;
  }
  .top .sec-attention {
    border: none;
    text-align: center;
    padding: 40px 40px 37px;
    margin-bottom: 0;
    position: relative;
  }
  .top .sec-attention::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--ev-blue);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .top .sec-attention p span {
    display: inline-block;
    margin-bottom: 1em;
  }

  .products .main-img-txt h1 {
    font-size: 20px;
    padding-right: 15px;
    & .subtitle {
      font-size: 16px;
    }
  }
  .products .products-name .tags {
    margin-bottom: 5px;
  }
  .products .products-name .p-maker {
    padding: 0.2em 1em;
  }
  .products .products-name h2 {
    line-height: 1.25;
    font-size: 18px;
  }
  .products .products-name + .img-box {
    margin-bottom: 55px;
  }

  .page .cont-reg {
    padding: 0;
  }

  .page .mail-form .btn-submit {
    flex-direction: column-reverse;
    align-items: center;
  }

  .top .sec1 h2 {
    text-align: center;
    font-size: 16px;
  }
  .top .sec1-item-wrap {
    justify-content: center;
  }
  .top .sec1 .sec1-item {
    width: 100%;
    max-width: 300px;
    font-size: 14px;
    height: auto;
  }
  .top .sec1 .sec1-item a {
    padding: 15px 15px;
  }
  footer .footer-container .footer-right {
    display: none;
  }
  .top .footer-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 37px;
  }
  .top .footer-item3 {
    width: 100%;
  }
  .top .footer-item3 a {
    border: 1px solid var(--ev-blue);
    display: flex;
    align-items: center;
    max-width: 273px;
    width: 100%;
    height: 60px;
    padding-left: 52px;
    position: relative;
    justify-content: center;
    color: var(--ev-blue);
    margin: auto;
  }
  .top .footer-item3 a.reg {
    border-color: #f3b87c;
    color: #f3b87c;
  }
  .top .footer-item3 img {
    max-height: 33px;
    max-width: 33px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .products.archive .products-wrap {
    padding: 0 20px;
  }
  .products.archive .products-main {
    padding: 0;
  }
  .products.archive .products-item {
    width: calc(50% - 5%);
  }

  .products .main-img {
    height: 180px;
    min-height: 0;
  }
  .products .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page.other {
    padding: 40px 20px;
  }
  .page-title {
    padding-top: 70px;
  }
  .page-title h1 {
    font-size: 20px;
    top: 50%;
  }
  .page .cont-left {
    padding: 0 20px;
  }
}

/* 20231206追記 */
/* トップバナー */
.top-page .infomations-content {
  max-width: 1000px;
  margin: 0 auto;
  /* cursor: pointer; */
}
.top-page .infomations-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.top-page .infomations a {
  transition: all 0.3s;
}
.top-page .infomations a:hover {
  opacity: 0.9;
}
.top-page .infomations-left {
  /* width: calc(40% - 15px); */
  width: auto;
}
.top-page .infomations-right {
  width: calc(60% - 15px);
}
.top-page .infomations-left img {
  width: 100%;
  height: auto;
}
.top-page .infomations-h2 {
  font-size: 36px;
  color: #000;
  line-height: 1.3;
}
.top-page .infomations-text {
  font-size: 23px;
  margin-top: 16px;
}
.top-page .infomations-bnr-wrap {
  margin-top: 32px;
}
.top-page .infomations-bnr a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  gap: 20px 10px;
}
.top-page .infomations-right img {
  max-width: 150px;
}
.top-page .infomations-bnr-expocad {
  font-size: 13px;
  background-color: #e6e6e6;
  text-decoration: underline;
  text-align: center;
  width: 140px;
  padding: 13px;
}
@media screen and (max-width: 900px) {
  .top-page .infomations-content {
    padding: 0 20px;
  }
  .top-page .infomations-flex-wrap {
    flex-direction: column;
  }
  .top-page .infomations-left,
  .top-page .infomations-right {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .top-page .infomations-bnr a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* 20250110追加 */
/* .floatingBnr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  max-width: 380px;
  opacity: 0; 
  transform: translateY(200px); 
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 1s;
}
.floatingBnr.closed {
  animation: fadeOutDown 1s ease-out forwards;
  pointer-events: none;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  30% {
    opacity: 0.3;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
  }
}
.floatingBnr-content {
  pointer-events: auto;
}
.floatingBnr-cloaseBtn {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
} */

/* 20250724追加 */
/* 新プロダクトページ及びその関連スタイル */
.product-content {
  width: 100%;
  background-color: #f3f3f3;
}
.product-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 90px 40px 75px;
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  gap: 40px 27px;
  justify-content: flex-start;
}
.product-item {
  padding: 13px 16px 18px;
  background-color: #fff;
  position: relative;
  border: 1px solid #E4E7EA;
  max-width: 320px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.product-item-img {
  width: 100%;
  aspect-ratio: 1/1;
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
.product-item-manufacturer,
 .product-item-brand {
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  .label {
    background-color: #dedede;
    color: #7e7e7e;
    width: 91px;
    min-width: 91px;
    text-align: center;
    display: inline-block;
    padding: 4px 0;
  }
  .value {
    margin-left: 7px;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
  }
}
.product-item-manufacturer {
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-top: 20px;
  .label {
    background-color: #dedede;
    color: #7e7e7e;
    width: 91px;
    min-width: 91px;
    text-align: center;
    display: inline-block;
    padding: 4px 0;
  }
  .value {
    margin-left: 7px;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
  }
}
.product-item-brand {
  margin-top: 10px;
}
.product-item-btn {
  margin-top: 20px;
  & button {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    color: var(--ev-blue);
    border: 1px solid var(--ev-blue);
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
    &:hover {
      background-color: var(--ev-blue);
      color: #fff;
    }
  }
}
.product-item-coming {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  .coming-soon {
    padding: 0.1em 0.8em;
    background-color: #f82318;
  }
  .date {
    background-color: #ff7c76;
    padding: 0.1em 0.8em;
  }
}
.product-cat-link {
  width: 100%;
  padding: 45px 0 49px;
}
.product-cat-list {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
  gap: 17px;
}
.product-cat-select {
  display: none;
}
.product-cat-item {
  a {
    width: 100%;
    height: 53px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 20px 0 24px;
    background-color: #fff;
    border: 1px solid var(--ev-blue);
    color: var(--ev-blue);
    border-radius: 100px;
    transition: all 0.2s;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
    &:after {
      content: '';
      width: 6px;
      height: 6px;
      border-right: 2px solid var(--ev-blue);
      border-bottom: 2px solid var(--ev-blue);
      transform: rotate(-45deg);
      display: inline-block;
      margin-left: 8px;
    }
    &:hover,
    &.active {
      background-color: var(--ev-blue);
      color: #fff;
    }
  }
}
@media screen and (max-width: 1280px) {
  .product-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-item {
    max-width: 100%;
    width: 100%;
  }  
}
@media screen and (max-width: 1000px) {
  .product-container {
    grid-template-columns: 1fr 1fr;
  }
  .product-item {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
    .product-container {
        padding: 32px 24px 40px;
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .product-item {
      display: grid;
      grid-template-columns: 122px 1fr;
      grid-template-rows: auto;
      column-gap: 12px;
      padding-top: 23px;
    }
    .product-item-img {
      grid-row: span 3;
      grid-column: 1 / 1;
    }
    .product-item-manufacturer,
    .product-item-brand {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    & .label {
      width: 100%;
      text-align: center;
      padding: 4px 0;
    }
    & .value {
      width: 100%;
      text-align: center;
      margin-top: 6px;
    }
  }
  .product-item-manufacturer {
    margin-top: 0;
  }
  .product-item-brand {
    margin-top: 3px;
  }
  .product-item-btn {
    grid-column: span 2;
    margin-top: 7px;
  }
  .product-cat-link {
    position: relative;
  }
  .product-cat-list {
    display: none;
  }
  .product-cat-select {
    display: block;
    width: calc(100% - 40px);
    margin: 20px auto;
    border: 1px solid var(--ev-blue);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    color: var(--ev-blue);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    background-image: none;
  }
  .product-cat-link::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 50px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--ev-blue);
    border-right: 2px solid var(--ev-blue);
    transform: translateY(-50%) rotate(45deg);
  }
}
