@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.product-page > .section-mv {
  padding: 174px 20px 105px 0;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-mv {
    padding: 150px 20px 64px 0;
  }
}
@media screen and (max-width: 820px) {
  .product-page > .section-mv {
    padding: 110px 20px 24px 0;
  }
}
.product-page > .section-mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.product-page > .section-mv > .container > .page-title {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .product-page > .section-mv > .container > .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .product-page > .section-mv > .container > .page-title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .product-page > .section-mv > .container > .page-title {
    font-size: 30px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-mv > .container > .page-title {
    font-size: 25px;
  }
}
.product-page > .section-mv > .container > .page-title > .english {
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 480px) {
  .product-page > .section-mv > .container > .page-title > .english {
    font-size: 11px;
  }
}
.product-page > .section-mv > .container > .image {
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-mv > .container > .image {
    max-width: 818px;
  }
}
@media screen and (max-width: 820px) {
  .product-page > .section-mv > .container > .image {
    max-width: 80%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-mv > .container > .image {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.product-page > .section-contents {
  max-width: 1220px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  .product-page > .section-contents {
    margin: 0 auto 10px;
  }
}
.product-page > .section-contents > .container > #tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-page > .section-contents > .container > #tab-menu > li {
  background-color: #ffffff;
  border: 1px solid #000000;
  max-width: 50%;
  width: 100%;
  text-align: center;
}
.product-page > .section-contents > .container > #tab-menu > li > a {
  display: inline-block;
  color: #000000;
  padding: 20px 8px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > #tab-menu > li > a {
    padding: 15px 8px;
  }
}
.product-page > .section-contents > .container > #tab-menu > li.selected {
  position: relative;
  background-color: #000000;
}
.product-page > .section-contents > .container > #tab-menu > li.selected:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000000;
  height: 7.961524px;
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.product-page > .section-contents > .container > #tab-menu > li.selected > a {
  color: #ffffff;
}
.product-page > .section-contents > .container > .tab-panel-product {
  padding: 73px 0 0;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-contents > .container > .tab-panel-product {
    padding: 43px 0;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product {
    padding: 43px 0 0;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 63px;
}
@media screen and (max-width: 820px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-overview {
    margin-bottom: 23px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-overview > .title {
  font-size: 30px;
  letter-spacing: 0.06em;
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-overview > .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-overview > .title {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-overview > .title {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-overview > .text {
  max-width: 600px;
  width: 100%;
  font-size: 14px;
  line-height: 2.8;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-overview > .text {
    max-width: 530px;
  }
}
@media screen and (max-width: 820px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-overview > .text {
    line-height: 2;
    max-width: 100%;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products > .section-title {
  font-size: 30px;
  letter-spacing: 0.3em;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .section-title {
    font-size: 20px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products > .section-title > .english {
  color: #818181;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1035px;
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product {
  position: relative;
  max-width: 325px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product {
    max-width: 28%;
  }
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product {
    max-width: 45%;
    margin-right: 12px;
    margin-bottom: 24px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .image {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .image {
    margin-bottom: 0px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .image > img {
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../../../assets/imgs/news/mask.svg");
          mask-image: url("../../../assets/imgs/news/mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .image > img {
    height: 169px;
  }
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .image > img {
    height: 139px;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .image > img {
    height: 92px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .title {
  color: #000000;
  margin-left: 30px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .title {
    font-size: 14px;
    margin-left: 13px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .english-name {
  color: #818181;
  font-size: 11px;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .english-name {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .english-name {
    margin-left: 12px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .icon {
  position: absolute;
  right: 26px;
  bottom: 20px;
  width: 14px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products > .list-products > .product > .link > .icon {
    right: 8px;
    bottom: 23px;
    width: 11px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products.normal {
  border-bottom: 1px solid #000000;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products.normal {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products {
    width: 100%;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product {
  max-width: 181px;
  margin-bottom: 58px;
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product {
    max-width: 45%;
    margin-right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product {
    margin-bottom: 21px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link {
  color: #000000;
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .image {
  margin-bottom: 4px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .image {
    margin-bottom: 0;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .image > img {
  height: 120px;
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .image > img {
    height: 139px;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .image > img {
    height: 92px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 89%;
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .box-name > .title {
  font-size: 12px;
  margin-left: 18px;
  max-width: 130px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .box-name > .title {
    font-size: 11px;
    margin-left: 12px;
    max-width: 78px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .box-name > .icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  width: 11px;
  margin-top: 4px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product > .box-products.others > .list-products > .product > .link > .box-name > .icon {
    width: 7px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-menu {
  position: sticky;
  top: 110px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 172px;
  width: 100%;
  margin-right: 48px;
}
@media screen and (max-width: 820px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-menu {
    max-width: 132px;
  }
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-menu {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 48px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-menu > .menu {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-menu > .menu {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-menu > .menu > .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-menu > .menu > .link {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 16px 24px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-menu > .menu > .link > .bar {
  width: 26px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 820px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-menu > .menu > .link > .bar {
    display: none;
  }
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .box-text {
  max-width: 372px;
  width: 100%;
  margin-right: 48px;
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .box-text > .title {
  font-size: 20px;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .box-text > .title {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .box-text > .title > .english {
  display: inline-block;
  color: #818181;
  font-size: 11px;
  margin-top: 5px;
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .box-text > .box-collaborator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 0;
  margin-bottom: 26px;
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .box-text > .box-collaborator > .label {
  color: #818181;
  font-size: 12px;
  margin-right: 40px;
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .box-text > .box-collaborator > .name {
  font-size: 12px;
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .box-text > .text {
  font-size: 12px;
  line-height: 2.3;
  margin-bottom: 16px;
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .list-otherproduct-image {
  max-width: 628px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .list-otherproduct-image {
    max-width: 378px;
  }
}
@media screen and (max-width: 820px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .list-otherproduct-image {
    max-width: 248px;
  }
}
@media screen and (max-width: 480px) {
  .product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .list-otherproduct-image {
    max-width: 100%;
  }
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .list-otherproduct-image > .slick-list > .slick-track > .image {
  margin-right: 28px;
}
.product-page > .section-contents > .container > .tab-panel-product.other-products > .box-other-products > .list-contents > .contents > .list-otherproduct-image > .slick-list > .slick-track > .image > img {
  width: 100%;
}
.product-page > .section-banner {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-banner {
    margin-bottom: 24px;
  }
}
.product-page > .section-banner > .container > .link {
  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;
  background-image: url(../../../assets/imgs/product/background-process.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 101px 20px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-banner > .container > .link {
    padding: 51px 20px;
  }
}
.product-page > .section-banner > .container > .link > .box-text {
  color: #ffffff;
  margin-right: 47px;
}
.product-page > .section-banner > .container > .link > .box-text > .text {
  font-size: 30px;
  margin-bottom: 13px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-banner > .container > .link > .box-text > .text {
    font-size: 20px;
  }
}
.product-page > .section-banner > .container > .link > .box-text > .english {
  font-size: 11px;
}
.product-page > .section-banner > .container > .link > .image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 63px;
}
@media screen and (max-width: 480px) {
  .product-page > .section-banner > .container > .link > .image {
    width: 43px;
  }
}

.remodal {
  max-width: 881px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .remodal > .remodal-close {
    right: 10px;
  }
}
.remodal > .box-contents {
  background-color: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-mask-image: url("../../../assets/imgs/product/mask-big.svg");
          mask-image: url("../../../assets/imgs/product/mask-big.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (max-width: 820px) {
  .remodal > .box-contents {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    -webkit-mask-image: url("../../../assets/imgs/product/mask-big-vertical.svg");
            mask-image: url("../../../assets/imgs/product/mask-big-vertical.svg");
  }
}
@media screen and (max-width: 480px) {
  .remodal > .box-contents {
    max-width: 90%;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.remodal > .box-contents > .box-overview {
  max-width: 50%;
  width: 100%;
  text-align: left;
  margin-left: 51px;
  max-width: 330px;
}
@media screen and (max-width: 820px) {
  .remodal > .box-contents > .box-overview {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .remodal > .box-contents > .box-overview {
    padding: 20px 20px 80px;
  }
}
.remodal > .box-contents > .box-overview > .title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 7px;
}
@media screen and (max-width: 820px) {
  .remodal > .box-contents > .box-overview > .title {
    font-size: 24px;
  }
}
.remodal > .box-contents > .box-overview > .english-name {
  color: #818181;
  font-size: 14px;
  margin-bottom: 46px;
}
@media screen and (max-width: 820px) {
  .remodal > .box-contents > .box-overview > .english-name {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.remodal > .box-contents > .box-overview > .list-information {
  text-align: left;
  margin-bottom: 42px;
}
@media screen and (max-width: 820px) {
  .remodal > .box-contents > .box-overview > .list-information {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .remodal > .box-contents > .box-overview > .list-information {
    margin-bottom: 16px;
  }
}
.remodal > .box-contents > .box-overview > .list-information > .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ffffff;
  padding: 14px 0;
}
@media screen and (max-width: 480px) {
  .remodal > .box-contents > .box-overview > .list-information > .info {
    padding: 12px 0;
  }
}
.remodal > .box-contents > .box-overview > .list-information > .info > .label {
  color: #818181;
  font-size: 12px;
  width: 52px;
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .remodal > .box-contents > .box-overview > .list-information > .info > .label {
    margin-right: 20px;
  }
}
.remodal > .box-contents > .box-overview > .list-information > .info > .data {
  font-size: 12px;
}
.remodal > .box-contents > .box-overview > .text {
  font-size: 14px;
  line-height: 2.3;
}
@media screen and (max-width: 480px) {
  .remodal > .box-contents > .box-overview > .text {
    font-size: 12px;
    line-height: 2;
  }
}
.remodal > .box-contents > .box-image {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .remodal > .box-contents > .box-image {
    max-width: 100%;
  }
}
.remodal > .box-contents > .box-image > .thumbnail {
  width: 100%;
  height: 583px;
}
@media screen and (max-width: 820px) {
  .remodal > .box-contents > .box-image > .thumbnail {
    height: 100%;
  }
}
.remodal > .box-contents > .box-image > .thumbnail > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}