@charset "UTF-8";
/* ==========================================================================
   variables
========================================================================== */
/*===========================================
# Color
/*===========================================*/
/*===========================================
# Font Famiry
/*===========================================*/
/*===========================================
# root
/*===========================================*/
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  arrow 
-------------------------------------------------------------------------- */
/*# アロー
/*===========================================*/
/* --------------------------------------------------------------------------
  login icon
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  button size
-------------------------------------------------------------------------- */
/* ==========================================================================
  英語サイト
========================================================================== */
/*# 共通
/*===========================================*/
.p-en-text {
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-size: 24px;
}

.p-en-indent li {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-en-indent li {
    padding-left: 10.6666666667vw;
  }
}
.p-en-indent li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 20px;
  width: 6px;
  height: 6px;
  background: #2C2D31;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-en-indent li::before {
    left: 4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

/*# humberger
/*===========================================*/
.p-en-humberger__item a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-right: 40px;
}
.p-en-humberger__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #0089A8;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 24px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-en-humberger__item a::after {
    width: 6.4vw;
  }
}
.p-en-humberger__item a:hover {
  color: #0089A8;
}
.p-en-humberger__item a:hover::after {
  right: -5px;
}

@media screen and (min-width: 768px) {
  .p-en-humberger-lang {
    display: none;
  }
}
@media (767px < width <= 1200px) {
  .p-en-humberger-lang {
    display: inline-flex;
    align-items: center;
    padding: 10px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-en-humberger-lang {
    height: 13.3333333333vw;
    width: 60%;
    margin: 0 auto;
  }
}

/*# footer
/*===========================================*/
.p-en-footer .p-en-footer-parent {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-en-footer .p-en-footer-parent {
    display: none;
  }
}
.p-en-footer .l-footer-menu {
  margin-top: 10px;
}
.p-en-footer .l-footer-category {
  color: #fff;
}
.p-en-footer .p-en-footer__sub {
  margin-top: 42px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-en-footer .p-en-footer__sub {
    display: none;
  }
}
.p-en-footer .l-footer-sub {
  margin-top: 22px;
}

/*# top
/*===========================================*/
.p-en-fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}

.p-en-fv__title {
  display: flex;
  justify-content: center;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 49px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-en-fv__title {
    padding: 0 7.4666666667vw;
    font-size: 13.0666666667vw;
  }
}

.p-en-top__item a {
  display: block;
  background: #fff;
  padding: 28px 24px;
}
@media screen and (min-width: 768px) {
  .p-en-top__item a {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-en-top__item a {
    padding: 7.4666666667vw;
  }
}
.p-en-top__item + .p-en-top__item {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .p-en-top__item + .p-en-top__item {
    margin-top: 8.8vw;
  }
}

@media screen and (min-width: 768px) {
  .p-en-top__image {
    flex: 0 0 138px;
    height: 116px;
  }
}
.p-en-top__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-en-top__message {
  position: relative;
  flex: 0 1 100%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-en-top__message {
    padding-right: 5.3333333333vw;
  }
}
.p-en-top__message::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #0089A8;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 24px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-en-top__message::after {
    width: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-en-top__message::after {
    top: 5.3333333333vw;
    transform: translateY(0);
  }
}
.p-en-top__message:hover {
  color: #0089A8;
}
.p-en-top__message:hover::after {
  right: -5px;
}

.p-en-top__title {
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-en-top__title {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}

.p-en-top__text {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .p-en-top__text {
    margin-top: 6.4vw;
  }
}

.p-en-top__indent li {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-en-top__indent li {
    padding-left: 13.3333333333vw;
  }
}
.p-en-top__indent li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #2C2D31;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-en-top__indent li::before {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

/*# 製品一覧
/*===========================================*/
.p-en-product__list .c-product-list__item {
  display: block;
  padding: 0;
  transition: all 0.3s;
  border: none;
}
.p-en-product__list .c-product-list__item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-en-product__list .c-product-list__item a {
    display: grid;
    grid-template: "A A" auto "B D" auto "C D" auto "E E" auto/200px 1fr;
    border: 1px solid #D5D5D6;
    padding: 32px;
  }
}
@media (767px <= width < 1200px) {
  .p-en-product__list .c-product-list__item a {
    grid-template: "A A" auto "B D" auto "C D" auto "E E" auto/16.6666666667vw 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-en-product__list .c-product-list__item a {
    padding-bottom: 8.5333333333vw;
    border-bottom: 1px solid #D5D5D6;
  }
}
.p-en-product__list .c-product-list__item .c-product-list__text {
  line-height: 2.1;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-en-product__list .c-product-list__item .c-product-list__text {
    font-size: 4.2666666667vw;
  }
}
.p-en-product__list .c-product-list__item:hover {
  opacity: 0.8;
}

/*# 製品詳細
/*===========================================*/
.p-en-detail__flex {
  display: flex;
  -moz-column-gap: 77px;
       column-gap: 77px;
}
@media screen and (max-width: 767px) {
  .p-en-detail__flex {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-en-detail__thumb {
    flex: 0 0 382px;
  }
}

@media screen and (min-width: 768px) {
  .p-en-detail__message {
    flex: 0 1 100%;
  }
}

.c-table.p-en-table:before {
  background-image: url(../img/english/cmn/scroll_pop.png);
  width: 111px;
  height: 102px;
}

.c-table.p-en-table th, .c-table.p-en-table td {
  padding: 12px 16px;
  font-weight: 400;
}

.c-table.p-en-table__dl th, .c-table.p-en-table__dl td {
  line-height: 2.1;
  font-size: 16px;
}

.p-en-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-en-list {
    gap: 10.6666666667vw;
  }
}

.p-en-list__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .p-en-list__item {
    width: 100%;
  }
}

.p-en-sitemap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-en-sitemap {
    flex-direction: column;
    gap: 8vw;
  }
}

.p-en-sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .p-en-sitemap__list {
    width: 100%;
    gap: 8vw;
  }
}

.p-en-sitemap__item {
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.1em;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .p-en-sitemap__item {
    font-size: 6.1333333333vw;
  }
}
.p-en-sitemap__item a {
  display: block;
  color: #0089A8;
  transition: all 0.3s;
}
.p-en-sitemap__item a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=maps/english.css.map */