@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto:300,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700|Roboto:700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

/**
 * Usage:
 * フォントのスタイルを定義するプロパティセット
 */
/**
 * Usage:
 * 一部のみ角丸にする場合に用いるプロパティセット
 */
html {
  font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック', 'Noto Sans JP', 'Roboto', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Meiryo UI', sans-serif;
  font-size: 62.5%;
  color: #333333;
}

body {
  position: relative;
}

h1 {
  font-size: 2.86rem;
  line-height: 3.14rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h2 {
  font-size: 2.29rem;
  line-height: 2.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h3 {
  font-size: 1.71rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h4 {
  font-size: 1.29rem;
  line-height: 1.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h5 {
  font-size: 1.14rem;
  line-height: 1.57rem;
  letter-spacing: 0.06rem;
  font-weight: normal;
}

.l-header {
  position: relative;
  z-index: 10000;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 1079px) {
  .l-header {
    padding-bottom: 16px;
    padding-left: 20px;
    border-bottom: #E6E6E6 solid 1px;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
.l-footer {
  margin-top: 24px;
  padding-bottom: 24px;
  letter-spacing: .6px;
  background-color: #FAFAFA;
}

@media only screen and (max-width: 1079px) {
  .l-footer {
    min-width: 100%;
    padding-bottom: 30px;
    background: none;
  }
}
.l-gnav {
  position: relative;
  z-index: 10000;
  width: 100%;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 14px;
  letter-spacing: .6px;
  background-color: #FFFFFF;
}
.l-gnav input[type=text],
.l-gnav input[type=tel],
.l-gnav input[type=email],
.l-gnav input[type=submit],
.l-gnav input[type=button],
.l-gnav button,
.l-gnav textarea {
  font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック', 'Noto Sans JP', 'Roboto', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Meiryo UI', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
.l-gnav input[type=radio] {
  vertical-align: middle;
}
.l-gnav img {
  vertical-align: bottom;
}
.l-gnav svg {
  vertical-align: bottom;
}
.l-gnav a {
  text-decoration: none;
  color: #333333;
}
.l-gnav.is-enter {
  box-shadow: none;
}
.l-gnav input[type=submit]:hover.is-hover:hover,
.l-gnav input[type=button]:hover.is-hover:hover,
.l-gnav button.is-hover:hover {
  transition: .3s;
  outline: none;
  cursor: pointer;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .l-gnav {
    position: absolute;
    z-index: -1;
    top: 49px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    min-width: 100%;
  }
  .l-gnav.is-open {
    z-index: 10000;
    opacity: 1;
    visibility: visible;
  }
}
.u-display--inline {
  display: inline;
}
.u-display--block {
  display: block;
}
.u-display--none {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .u-display-xl--inline {
    display: inline;
  }
  .u-display-xl--block {
    display: block;
  }
  .u-display-xl--none {
    display: none;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .u-display-lg--inline {
    display: inline;
  }
  .u-display-lg--block {
    display: block;
  }
  .u-display-lg--none {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  .u-display-md--inline {
    display: inline;
  }
  .u-display-md--block {
    display: block;
  }
  .u-display-md--none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-sm--inline {
    display: inline;
  }
  .u-display-sm--block {
    display: block;
  }
  .u-display-sm--none {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
  .u-display-xs--inline {
    display: inline;
  }
  .u-display-xs--block {
    display: block;
  }
  .u-display-xs--none {
    display: none;
  }
}
.u-pointer-events--auto {
  pointer-events: auto;
}
.u-pointer-events--none {
  pointer-events: none;
}

.p-products-item2-head {
  position: relative;
  max-width: 1360px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: #E6E6E6 solid 1px;
  color: #333333;
}
.p-products-item2-head__image-box {
  position: absolute;
  left: 0;
  top: 20px;
  width: 80px;
}
.p-products-item2-head__image-box + .p-products-item2-head__title {
  padding-left: 100px;
}
.p-products-item2-head__image {
  width: 100%;
  height: auto;
}
.p-products-item2-head__title--small {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-products-item2-head__title--big {
  display: flex;
  align-items: center;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.p-products-item2-head__title--closed {
  display: flex;
  align-items: center;
  height: 26px;
  margin-left: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #E50000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
}
.p-products-item2-head__link-box {
  margin-top: 10px;
}
.p-products-item2-head__link {
  transition: opacity .3s;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-head__link:hover {
  opacity: .7;
}
.p-products-item2-head__link:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(/assets/img/arrow_button_blue_left.svg) no-repeat center center;
  background-size: 14px;
}
.p-products-item2-head__mylist-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
  width: 280px;
  height: 56px;
  padding-right: 24px;
  box-sizing: border-box;
  border: #005EB8 solid 1px;
  text-decoration: none;
}
.p-products-item2-head__mylist-link:hover {
  opacity: .7;
}
.p-products-item2-head__mylist-link--added {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
  width: 280px;
  height: 56px;
  padding-right: 24px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
}
.p-products-item2-head__mylist-link--added .p-products-item2-head__mylist-link-text {
  color: #999999;
}
.p-products-item2-head__mylist-link--added .p-products-item2-head__mylist-link-text:before {
  background-image: url(/assets/img/icon_bookmark_gray-fill.svg);
}
.p-products-item2-head__mylist-link-box {
  position: absolute;
  right: 0;
  top: 20px;
}
.p-products-item2-head__mylist-link-box:hover .p-products-item2-head__mylist-link--added + .p-products-item2-head__mylist-balloon {
  opacity: 1;
  pointer-events: auto;
}
.p-products-item2-head__mylist-link-text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  /* line-height: 1.57; */
  letter-spacing: .06rem;
  color: #005EB8;
}
.p-products-item2-head__mylist-link-text:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: no-repeat center;
  background-image: url(/assets/img/icon_bookmark_blue.svg);
  background-size: 24px;
}
.p-products-item2-head__mylist-link-question {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url(/assets/img/icon_help_blue.svg);
  background-size: 20px;
}
.p-products-item2-head__mylist-link-question:hover + .p-products-item2-head__mylist-balloon {
  opacity: 1;
  pointer-events: auto;
}
.p-products-item2-head__mylist-balloon {
  position: absolute;
  left: -20px;
  bottom: 100%;
  z-index: 20000;
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.p-products-item2-head__mylist-balloon-text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2-head__mylist-balloon-text-link {
  transition: opacity .3s;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-head__mylist-balloon-text-link:hover {
  opacity: .7;
}
.p-products-item2-head__mylist-balloon-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  border: #005EB8 solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-head__mylist-balloon-button-link:hover {
  background-color: rgba(0, 94, 184, 0.04);
}
.p-products-item2-head__buttons {
  position: relative;
  top: 25px;
  display: flex;
  align-items: center;
}
.p-products-item2-head__buttons-list {
  margin-right: 16px;
}
.p-products-item2-head__buttons-list:last-child {
  position: relative;
  margin-right: 0;
}
.p-products-item2-head__buttons-link {
  position: relative;
  display: block;
  transition: opacity .3s;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-head__buttons-link:hover {
  opacity: .7;
}
.p-products-item2-head__buttons-link.is-active {
  color: #333333;
}
.p-products-item2-head__buttons-link.is-active:hover {
  opacity: 1;
}
.p-products-item2-head__buttons-link.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.p-products-item2-head__buttons-link--last {
  display: flex;
  align-items: center;
}
.p-products-item2-head__buttons-link--last:hover:after {
  display: none;
}
.p-products-item2-head__buttons-icon {
  display: block;
  width: 24px;
  height: 30px;
}
.p-products-item2-head__buttons-text {
  display: block;
  width: 100%;
  margin-left: 8px;
  font-size: 1.1rem;
  line-height: 1.45;
  letter-spacing: .04rem;
  color: #005EB8;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item2-head {
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin-bottom: 16px;
  }
  .p-products-item2-head__title {
    width: 100%;
    box-sizing: border-box;
  }
  .p-products-item2-head__title--small {
    margin-bottom: 6px;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: .08em;
  }
  .p-products-item2-head__title--big {
    flex-direction: column;
    align-items: flex-start;
    font-size: 3.2rem;
  }
  .p-products-item2-head__title--closed {
    height: 20px;
    margin: 6px 0;
    padding: 0 6px;
    font-size: 1.3rem;
  }
  .p-products-item2-head__link-box {
    margin-top: 0;
  }
  .p-products-item2-head__link {
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .06rem;
  }
  .p-products-item2-head__link:before {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
  .p-products-item2-head__mylist-link {
    justify-content: flex-start;
    width: 100%;
    height: 44px;
    margin-top: 34px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .p-products-item2-head__mylist-link-box {
    position: relative;
    right: 0;
    top: 0;
  }
  .p-products-item2-head__mylist-link-text {
    width: 100%;
  }
  .p-products-item2-head__mylist-link-text:after {
    margin-left: auto;
  }
  .p-products-item2-head__buttons {
    position: static;
    margin-left: auto;
  }
  .p-products-item2-head__mylist-link--added{
    margin-top: 34px;
    width: 100%;
    height: 44px;
    padding: 0 16px;
  }
}
.p-products-item2-wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0 40px 72px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item2-wrapper {
    display: block;
    padding: 0 20px 72px;
  }
}
.p-products-item2 {
  position: relative;
  max-width: 1040px;
  width: calc(100% - 320px);
}
.p-products-item2 button {
  font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック', 'Noto Sans JP', 'Roboto', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Meiryo UI', sans-serif;
}
.p-products-item2__lang-buttons {
  position: absolute;
  right: 0;
  top: 40px;
  display: flex;
  align-items: center;
}
.p-products-item2__lang-buttons-list {
  margin-right: 16px;
}
.p-products-item2__lang-buttons-list:last-child {
  position: relative;
  margin-right: 0;
}
.p-products-item2__lang-buttons-link {
  position: relative;
  display: block;
  transition: opacity .3s;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2__lang-buttons-link:hover {
  opacity: .7;
}
.p-products-item2__lang-buttons-link.is-active {
  color: #333333;
}
.p-products-item2__lang-buttons-link.is-active:hover {
  opacity: 1;
}
.p-products-item2__lang-buttons-link.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.p-products-item2__lang-buttons-link--last {
  display: flex;
  align-items: center;
}
.p-products-item2__lang-buttons-link--last:hover:after {
  display: none;
}
.p-products-item2__lang-buttons-icon {
  display: block;
  width: 24px;
  height: 30px;
}
.p-products-item2__lang-buttons-text {
  display: block;
  width: 100%;
  margin-left: 8px;
  font-size: 1.1rem;
  line-height: 1.45;
  letter-spacing: .04rem;
  color: #005EB8;
}
.p-products-item2__section {
  padding-top: 40px;
}
.p-products-item2__section-title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .1rem;
}
.p-products-item2__section-title--flex{
  display: flex;
  align-items: center;
}
.p-products-item2__section-update {
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2__section-title--flex > .p-products-item2__section-update{
  line-height: 1.0;
}
.p-products-item2__successor-link-box {
  display: flex;
  margin-bottom: 10px;
}
.p-products-item2__successor-link {
  display: flex;
  align-items: center;
  transition: background .3s;
  height: 56px;
  padding: 0 20px;
  box-sizing: border-box;
  border: #005EB8 solid 1px;
  text-decoration: none;
}
.p-products-item2__successor-link:hover {
  background-color: rgba(0, 94, 184, 0.04);
}
.p-products-item2__successor-link-text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
}
.p-products-item2__successor-link-text:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url(/assets/img/icon_info_blue.svg) no-repeat center;
  background-size: 24px;
}
.p-products-item2__successor-text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2__successor-text--large{
  font-size: 1.8rem;
}
.p-products-item2__successor-text-link {
  transition: opacity .3s;
  font-size: 1.8rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2__successor-text-link:hover {
  opacity: .7;
}
.p-products-item2__successor-list{
  margin: 8px 0;
}
.p-products-item2__successor-list-item{
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
}
.p-products-item2__successor-text > .p-products-item__detail-text-link--internal{
  margin-left: 16px;
}
.p-products-item2__overview {
  display: flex;
}
.p-products-item2__overview-left {
  max-width: 224px;
  margin-right: auto;
}
.p-products-item2__overview-left + .p-products-item2__overview-right {
  max-width: 796px;
  width: calc(100% - 244px);
}
.p-products-item2__overview-image-box {
  position: relative;
  /* display: block; */
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  line-height: 0;
  width: 224px;
  height: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.p-products-item2__overview-image {
  max-width: 100%;
  max-height: 100%;
  /* height: auto; */
  vertical-align: bottom;
}
.p-products-item2__overview-image-count {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px;
  background-color: #E6E6E6;
  font-size: 1.1rem;
  line-height: 1;
  color: #333333;
}
.p-products-item2__overview-image-text {
  margin-top: 12px;
  font-size: 1.1rem;
  line-height: 1.45;
  letter-spacing: .04rem;
  text-align: center;
}
.p-products-item2__overview-image-text-sp {
  display: none;
}
.p-products-item2__overview-right {
  max-width: 100%;
  width: 100%;
}
.p-products-item2__overview-box:nth-of-type(n + 2) {
  margin-top: 40px;
}
.p-products-item2__overview-text {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2__overview-text--oneblock {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2__overview-title-head {
  /* display: flex; */
  margin-bottom: 20px;
}
.p-products-item2__overview-title-wrapper{
  display: flex;
  align-items: center;
}
.p-products-item2__overview-title {
  margin-right: 20px;
  font-size: 1.8rem;
  line-height: 1.44;
  letter-spacing: .1rem;
}
.p-products-item2__overview-update {
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: .06rem;
}
.p-products-item2__overview-terms-button-box {
  margin-bottom: 16px;
}
.p-products-item2__overview-terms-button {
  position: relative;
  transition: opacity .3s;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2__overview-terms-button:hover {
  opacity: .7;
}
.p-products-item2__overview-terms-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 10px;
  height: 14px;
  background: url(/assets/img/arrow_button_blue_right.svg) no-repeat center;
  background-size: 10px 14px;
}
.p-products-item2__overview-table {
  width: 100%;
}
.p-products-item2__overview-table th {
  position: relative;
  width: 140px;
  padding: 13px 16px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  background-color: #FAFAFA;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  text-align: left;
}
.p-products-item2__overview-table td {
  width: calc(100% - 140px);
  padding: 13px 16px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2__overview-table-text {
  margin-right: 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2__overview-table-link-text {
  position: relative;
  display: inline-block;
  transition: opacity .3s;
  padding-right: 14px;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2__overview-table-link-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  width: 10px;
  height: 14px;
  background: url(/assets/img/arrow_button_blue_right.svg) no-repeat center;
  background-size: 10px 14px;
}
.p-products-item2__overview-table-link-text:hover {
  opacity: .7;
}
.p-products-item2__overview-table-question {
  margin-left: 8px;
}
.p-products-item2__overview-table-question.is-hover:hover {
  opacity: .7;
  transition: opacity .3s;
}
.p-products-item2__overview-table-question-image {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
}
.p-products-item2__relation-list {
  display: flex;
  flex-wrap: wrap;
}
.p-products-item2__relation-item {
  max-width: 162px;
  width: 100%;
  height: auto;
  margin-right: calc((100% - 648px) / 3);
}
.p-products-item2__relation-item:nth-child(4n) {
  margin-right: 0;
}
.p-products-item2__relation-item:nth-child(n + 5) {
  margin-top: 40px;
}
.p-products-item2__relation-link {
  transition: opacity .3s;
  color: #333333;
  text-decoration: none;
}
.p-products-item2__relation-link:hover {
  opacity: .7;
}
.p-products-item2__relation-image-box {
  display: block;
  margin-bottom: 12px;
  border: #E6E6E6 solid 1px;
}
.p-products-item2__relation-image {
  width: 100%;
  height: auto;
}
.p-products-item2__relation-item-name {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item2 {
    max-width: 100%;
    width: 100%;
  }
  .p-products-item2__lang-buttons {
    position: static;
    justify-content: flex-end;
  }
  .p-products-item2__section {
    padding-top: 40px;
  }
  .p-products-item2__section-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .p-products-item2__successor-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-products-item2__successor-link-box {
    margin: 10px 0 0;
  }
  .p-products-item2__successor-link {
    transition: opacity .3s;
    height: auto;
    border: none;
    padding: 0;
  }
  .p-products-item2__successor-link:hover {
    opacity: .7;
    background-color: transparent;
  }
  .p-products-item2__successor-text-link {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .p-products-item2__overview {
    display: block;
  }
  .p-products-item2__overview-left {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin: 0 0 32px;
  }
  .p-products-item2__overview-left + .p-products-item2__overview-right {
    max-width: 100%;
    width: 100%;
  }
  .p-products-item2__overview-image-box {
    display: block;
    width: 150px;
    height: 150px;
    margin-right: auto;
  }
  /* .p-products-item2__overview-image {
    width: 100%;
    max-width: none;
  } */
  .p-products-item2__overview-image-text {
    display: none;
  }
  .p-products-item2__overview-image-text-sp {
    display: block;
    width: calc(100% - 170px);
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .p-products-item2__overview-right {
    max-width: none;
  }
  .p-products-item2__overview-text {
    display: none;
  }
  .p-products-item2__overview-title-head {
    margin-bottom: 10px;
  }
  .p-products-item2__overview-title {
    font-size: 2rem;
  }
  .p-products-item2__overview-table {
    width: 100%;
  }
  .p-products-item2__overview-table th {
    width: 110px;
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2__overview-table td {
    width: calc(100% - 110px);
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2__overview-table-text {
    margin-right: 16px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2__overview-table-link-text {
    padding-right: 13px;
  }
  .p-products-item2__overview-table-link-text:after {
    top: 5px;
    width: 9px;
    height: 12px;
    background-size: 9px 12px;
  }
  .p-products-item2__overview-table-question {
    position: absolute;
    top: 11px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-products-item2__overview-table-question-image {
    position: static;
    display: block;
  }
  .p-products-item2__detail-index {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-products-item2__detail-index-item {
    margin: 0 auto 10px 0;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .p-products-item2__detail-index-link:after {
    top: 6px;
  }
  .p-products-item2__detail-title:before, .p-products-item2__detail-title:after {
    right: 10px;
  }
  .p-products-item2__detail-box {
    transition: .8s;
    overflow: hidden;
    height: 0;
  }
  .p-products-item2__detail-box.is-active {
    height: auto;
    padding: 40px 0 80px;
  }
  .p-products-item2__detail-update {
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    text-align: right;
  }
  .p-products-item2__detail-table-outer--flex {
    display: block;
  }
  .p-products-item2__detail-table--default {
    min-width: 724px;
  }
  .p-products-item2__detail-table--default th {
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2__detail-table--default td {
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2__detail-table-icon-left {
    top: 3px;
  }
  .p-products-item2__detail-table--half {
    width: 100%;
    max-width: none;
    min-width: 724px;
  }
  .p-products-item2__detail-table--half:first-of-type {
    margin: 0;
  }
  .p-products-item2__detail-table--half:last-of-type {
    margin: -1px 0 0;
  }
  .p-products-item2__detail-table--half th {
    width: 200px;
  }
  .p-products-item2__detail-text {
    line-height: 1.57;
  }
  .p-products-item2__relation-list {
    flex-wrap: wrap;
  }
  .p-products-item2__relation-item {
    max-width: none;
    width: calc(50% - 20px);
    margin-right: auto;
  }
  .p-products-item2__relation-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-products-item2__relation-item:nth-child(n + 5) {
    margin-top: 0;
  }
  .p-products-item2__relation-item:nth-child(n + 3) {
    margin-top: 24px;
  }
}
.p-products-item__detail-index {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.p-products-item__detail-index-item {
  margin-right: 23px;
  margin-bottom: 16px;
}
.p-products-item__detail-index-item:last-child {
  margin-right: 0;
}
.p-products-item__detail-index-link {
  position: relative;
  display: block;
  transition: opacity .3s;
  padding-right: 18px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item__detail-index-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: block;
  width: 14px;
  height: 10px;
  background: url(/assets/img/arrow_button_blue_bottom.svg) no-repeat center;
  background-size: 14px 10px;
}
.p-products-item__detail-index-link:hover {
  opacity: .7;
}
.p-products-item__detail-title {
  position: relative;
  display: flex;
  align-items: center;
  transition: background .3s;
  height: 51px;
  padding-left: 10px;
  margin-top: -1px;
  border-top: #E6E6E6 solid 1px;
  border-bottom: #E6E6E6 solid 1px;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.44;
  letter-spacing: .1rem;
  cursor: pointer;
}
.p-products-item__detail-title:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.p-products-item__detail-title:before, .p-products-item__detail-title:after {
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% - 1px);
  display: block;
  width: 11px;
  height: 1px;
  background-color: #333333;
}
.p-products-item__detail-title:after {
  transform: rotate(90deg);
}
.p-products-item__detail-title.is-active:before {
  transform: rotate(45deg);
}
.p-products-item__detail-title.is-active:after {
  transform: rotate(-45deg);
}
.p-products-item__detail-box {
  transition: .8s;
  overflow: hidden;
  height: 0;
}
.p-products-item__detail-box.is-active {
  height: auto;
  padding: 40px 0 100px;
}
.p-products-item__detail-update {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  text-align: right;
}
.p-products-item__detail-performance-title {
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item__detail-table-outer {
  max-width: 100%;
  margin-bottom: 40px;
}
.p-products-item__detail-table-outer--flex {
  display: flex;
  align-items: flex-start;
}
.p-products-item__detail-table--default {
  min-width: 724px;
}
.p-products-item__detail-table--default th {
  padding: 13px 16px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  background-color: #FAFAFA;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  text-align: left;
}
.p-products-item__detail-table--default td {
  padding: 13px 16px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item__detail-table--default sup {
  position: relative;
  top: -1px;
  font-size: 70%;
  vertical-align: top;
}
.p-products-item__detail-table--compact {
  min-width: 724px;
}
.p-products-item__detail-table--compact th {
  padding: 4px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  background-color: #FAFAFA;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: .06rem;
  text-align: left;
}
.p-products-item__detail-table--compact td {
  padding: 4px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: .06rem;
}
.p-products-item__detail-table--compact sup {
  position: relative;
  top: -1px;
  font-size: 70%;
  vertical-align: top;
}
.p-products-item__detail-table--half {
  width: 100%;
  max-width: calc(50% - 10px);
  min-width: auto;
}
.p-products-item__detail-table--half:first-of-type {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-products-item__detail-table-outer.p-products-item__detail-table-outer--flex{
    display: block;
    overflow-x: auto;
  }
  .p-products-item__detail-table--half {
    max-width: unset;
  }
  .p-products-item__detail-table--half th{
    width: 40%;
  }
  .p-products-item__detail-table--half:last-child tr:first-child th,
  .p-products-item__detail-table--half:last-child tr:first-child td{
    border-top: none;
  }
}

.p-products-item__detail-table-notes {
  font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック', 'Noto Sans JP', 'Roboto', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Meiryo UI', sans-serif;
  transition: opacity .3s;
  font-size: 1.1rem;
  color: #005EB8;
}
.p-products-item__detail-table-notes:hover {
  opacity: .7;
}
.p-products-item__detail-table-icon-left {
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.p-products-item__detail-table-link {
  transition: opacity .3s;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item__detail-table-link:hover {
  opacity: .7;
}
.p-products-item__detail-table-link--external:after {
  content: "";
  position: relative;
  left: 4px;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center;
  background-size: 12px;
}
.p-products-item__detail-text {
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: .06rem;
}
.p-products-item__detail-text--margin-bottom {
  margin-bottom: 32px;
}
.p-products-item__detail-figures {
  margin-bottom: 40px;
}
.p-products-item__detail-figures:last-of-type {
  margin-bottom: 0;
}
.p-products-item__detail-figures-title {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item__detail-figures-image {
  max-width: 100%;
  height: auto;
}
.p-products-item__detail-figures-text {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item__detail-figures *:last-of-type {
  margin-bottom: 0 !important;
}
.p-products-item__detail-title-i-web-members {
  margin-left: 20px;
}
.p-products-item__detail-title-i-web-members-image {
  width: 80px;
  height: 13px;
}
.p-products-item__detail-attention {
  position: relative;
  padding-left: 35px;
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item__detail-attention:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(/apps-static/pr/product/item/assets/img/icon_alert.svg) no-repeat center;
  background-size: 26px;
}
.p-products-item__detail-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  width: 240px;
  height: 56px;
  border: #005EB8 solid 1px;
  box-sizing: border-box;
  margin: 0 auto 40px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item__detail-button-link:hover {
  background-color: rgba(0, 94, 184, 0.04);
}
.p-products-item__detail-button-link-text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
}
.p-products-item__detail-button-link-text:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center;
  background-size: 12px;
}
.p-products-item__detail-text-link--external {
  position: relative;
  display: inline-block;
  transition: opacity .3s;
  padding-right: 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item__detail-text-link--external:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center;
  background-size: 12px;
}
.p-products-item__detail-text-link--external:hover {
  opacity: .7;
}
.p-products-item__detail-text-link--internal {
  position: relative;
  display: inline-block;
  transition: opacity .3s;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item__detail-text-link--internal:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  width: 10px;
  height: 14px;
  background: url(/assets/img/arrow_button_blue_right.svg) no-repeat center;
  background-size: 10px 14px;
}
.p-products-item__detail-text-link--internal:hover {
  opacity: .7;
}
.p-products-item__detail-support-title {
  margin-bottom: 32px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-products-item__detail-support-title-link {
  position: relative;
  transition: opacity .3s;
  margin-left: 16px;
  padding-right: 14px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item__detail-support-title-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: block;
  width: 10px;
  height: 14px;
  background: url(/assets/img/arrow_button_blue_right.svg) no-repeat center;
  background-size: 10px 14px;
}
.p-products-item__detail-support-title-link:hover {
  opacity: .7;
}
.p-products-item__detail-dot-list {
  margin-bottom: 32px;
}
.p-products-item__detail-dot-item {
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item__detail-dot-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.p-products-item__detail-right {
  text-align: right;
}

/* note 2026/02/27 add sato */
.p-products-item__relation-list {
  display: flex;
  flex-wrap: wrap;
}
.p-products-item__relation-item {
  max-width: 162px;
  width: 100%;
  height: auto;
  margin-right: calc((100% - 648px) / 3);
}
.p-products-item__relation-item:nth-child(4n) {
  margin-right: 0;
}
.p-products-item__relation-item:nth-child(n + 5) {
  margin-top: 40px;
}
.p-products-item__relation-link {
  transition: opacity .3s;
  color: #333333;
  text-decoration: none;
}
.p-products-item__relation-link:hover {
  opacity: .7;
}
.p-products-item__relation-image-box {
  display: block;
  margin-bottom: 12px;
  border: #E6E6E6 solid 1px;
}
.p-products-item__relation-image {
  width: 100%;
  height: auto;
}
.p-products-item__relation-item-name {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item {
    max-width: 100%;
  }
  .p-products-item__lang-buttons {
    position: static;
    justify-content: flex-end;
  }
  .p-products-item__section {
    padding-top: 40px;
  }
  .p-products-item__section-title {
    margin-bottom: 24px;
  }
  .p-products-item__overview {
    display: block;
  }
  .p-products-item__overview-left {
    max-width: 100%;
    margin: 0 0 32px;
  }
  .p-products-item__overview-image-box {
    display: block;
    width: 100%;
  }
  .p-products-item__overview-image {
    width: 100%;
    max-width: none;
  }
  .p-products-item__overview-right {
    max-width: none;
  }
  .p-products-item__overview-table {
    width: 100%;
  }
  .p-products-item__overview-table th {
    width: 110px;
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item__overview-table td {
    width: calc(100% - 110px);
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item__overview-table-text {
    margin-right: 16px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item__overview-table-link-text {
    padding-right: 13px;
  }
  .p-products-item__overview-table-link-text:after {
    top: 5px;
    width: 9px;
    height: 12px;
    background-size: 9px 12px;
  }
  .p-products-item__overview-table-question {
    position: absolute;
    top: 11px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-products-item__overview-table-question-image {
    position: static;
    display: block;
  }
  .p-products-item__detail-index {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-products-item__detail-index-item {
    margin: 0 auto 10px 0;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .p-products-item__detail-index-link:after {
    top: 6px;
  }
  .p-products-item__detail-title:before, .p-products-item__detail-title:after {
    right: 10px;
  }
  .p-products-item__detail-box {
    transition: .8s;
    overflow: hidden;
    height: 0;
  }
  .p-products-item__detail-box.is-active {
    height: auto;
    padding: 40px 0 80px;
  }
  .p-products-item__detail-update {
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    text-align: right;
  }
  .p-products-item__detail-table--default {
    min-width: 724px;
  }
  .p-products-item__detail-table--default th {
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item__detail-table--default td {
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item__detail-table-icon-left {
    top: 3px;
  }
  .p-products-item__detail-text {
    line-height: 1.57;
  }
  .p-products-item__relation-list {
    flex-wrap: wrap;
  }
  .p-products-item__relation-item {
    max-width: none;
    width: calc(50% - 20px);
    margin-right: auto;
  }
  .p-products-item__relation-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-products-item__relation-item:nth-child(n + 5) {
    margin-top: 0;
  }
  .p-products-item__relation-item:nth-child(n + 3) {
    margin-top: 24px;
  }
}
/* note 2026/02/27 add sato */

/* Notice: table scroll bar */
@media screen and (max-width: 804px) {
  .p-products-item__detail-table-outer {
    overflow-x: scroll;
  }
}
.p-products-item2-side {
  max-width: 280px;
  padding-top: 40px;
}
.p-products-item2-side__button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  width: 280px;
  min-height: 56px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #005EB8 solid 1px;
  box-sizing: border-box;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-side__button:last-of-type {
  margin-bottom: 10px;
}
.p-products-item2-side__button:hover {
  background-color: rgba(0, 94, 184, 0.04);
}
.p-products-item2-side__button-wrap {
  display: block;
}
.p-products-item2-side__button-text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .06rem;
}
.p-products-item2-side__button-text:before {
  content: "";
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: no-repeat center;
  background-size: 24px;
}
.p-products-item2-side__button-text--catalog:before {
  background-image: url(/assets/img/icon_book_blue.svg);
}
.p-products-item2-side__button-text--cad:before {
  background-image: url(/assets/img/icon_deployed_code_blue.svg);
}
.p-products-item2-side__button-text--cad-2d:before {
  background-image: url(/apps-static/pr/product/item/assets/img/icon_2dcad.svg);
}
.p-products-item2-side__button-text--cad-3d:before {
  background-image: url(/apps-static/pr/product/item/assets/img/icon_3dcad.svg);
}
.p-products-item2-side__button-text--test:before {
  background-image: url(/assets/img/icon_fact_check_blue.svg);
}
.p-products-item2-side__button-text--document:before {
  background-image: url(/assets/img/icon_contract_blue.svg);
}
.p-products-item2-side__block {
  padding-top: 20px;
}
.p-products-item2-side__title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.44;
  letter-spacing: .1rem;
}
.p-products-item2-side__buy-price-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: #E6E6E6 solid 1px;
  box-sizing: border-box;
}
.p-products-item2-side__buy-price-text {
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: .06rem;
}
.p-products-item2-side__buy-price {
  font-size: 1.8rem;
  line-height: 1.44;
  letter-spacing: .1rem;
}
.p-products-item2-side__text {
  font-size: 1.1rem;
  line-height: 1.45;
  letter-spacing: .04rem;
}
.p-products-item2-side__buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  width: 280px;
  height: 56px;
  margin-bottom: 20px;
  background-color: #005EB8;
}
.p-products-item2-side__buy-button:hover {
  background-color: rgba(0, 94, 184, 0.7);
}
.p-products-item2-side__buy-button-text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #FFFFFF;
}
.p-products-item2-side__buy-button-text:before {
  content: "";
  position: relative;
  top: 0;
  display: block;
  width: 17px;
  height: 16px;
  margin-right: 4px;
  background: url(/apps-static/pr/product/item/assets/img/icon_cart.svg) no-repeat center;
  background-size: 17px 16px;
}
.p-products-item2-side__buy-right {
  margin-top: 12px;
  text-align: right;
}
.p-products-item2-side__link--internal {
  position: relative;
  transition: opacity .3s;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .08rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-side__link--internal:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 10px;
  height: 14px;
  background: url(/assets/img/arrow_button_blue_right.svg) no-repeat center;
  background-size: 10px 14px;
}
.p-products-item2-side__link--internal:hover {
  opacity: .7;
}
.p-products-item2-side__series-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}
.p-products-item2-side__series-image-box {
  width: 58px;
  margin-right: auto;
  border: #E6E6E6 solid 1px;
}
.p-products-item2-side__series-text-box {
  width: calc(100% - 76px);
}
.p-products-item2-side__series-name {
  margin-top: 8px;
}
.p-products-item2-side__series-name-link {
  transition: opacity .3s;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-side__series-name-link:hover {
  opacity: .7;
}
.p-products-item2-side__series-item {
  border-bottom: #E6E6E6 solid 1px;
}
.p-products-item2-side__series-item:first-child {
  border-top: #E6E6E6 solid 1px;
}
.p-products-item2-side__series-link {
  position: relative;
  display: flex;
  align-items: center;
  transition: opacity .3s;
  width: 100%;
  height: 42px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #333333;
  text-decoration: none;
}
.p-products-item2-side__series-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  display: block;
  width: 10px;
  height: 14px;
  background: url(/assets/img/arrow_button_gray_right.svg) no-repeat center;
  background-size: 10px 14px;
}
.p-products-item2-side__series-link:hover {
  opacity: .7;
}
.p-products-item2-side__export-link-box {
  margin-top: 8px;
}
.p-products-item2-side__text-link--external {
  display: flex;
  align-items: center;
  transition: opacity .3s;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-side__text-link--external:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center;
  background-size: 12px;
}
.p-products-item2-side__text-link--external:hover {
  opacity: .7;
}
.p-products-item2-side__icon {
  display: block;
}
.p-products-item2-side__icon-image {
  display: block;
  width: 80px;
  height: 13px;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item2-side {
    max-width: 100%;
    padding-top: 0;
    margin: 80px auto 0;
  }
  .p-products-item2-side__button {
    width: 100%;
    justify-content: flex-start;
  }
  .p-products-item2-side__buy-button {
    width: 100%;
  }
}
/* Notice: SP-375 */
.p-products-item2-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  max-width: 1000px;
  width: calc(100% - 40px);
  padding: 80px 0;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.p-products-item2-modal.is-active {
  z-index: 20000;
  opacity: 1;
  pointer-events: auto;
}
.p-products-item2-modal__slide-outer {
  position: relative;
  padding: 0 80px;
  box-sizing: border-box;
}
.p-products-item2-modal__slide-item {
  text-align: center;
}
.p-products-item2-modal__slide-image {
  max-width: calc(100% - 2px);
  height: auto;
  width: auto;
  max-height: 50vh;
  border: #E6E6E6 solid 1px;
}
.p-products-item2-modal__slide-prev, .p-products-item2-modal__slide-next {
  position: absolute;
  top: calc(50% - 26px);
  display: block;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  background: no-repeat center;
  background-size: 42px;
}
.p-products-item2-modal__slide-prev {
  left: 40px;
  background-image: url(/apps-static/pr/product/item/assets/img/arrow_slide_left_darkgray.svg);
}
.p-products-item2-modal__slide-next {
  right: 40px;
  background-image: url(/apps-static/pr/product/item/assets/img/arrow_slide_right_darkgray.svg);
}
.p-products-item2-modal__thumb-container {
  margin-top: 50px;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-products-item2-modal__thumb-item {
  width: 80px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
}
.p-products-item2-modal__thumb-item.swiper-slide-thumb-active {
  border-color: #005EB8;
}
.p-products-item2-modal__thumb-image {
  width: 100%;
  height: auto;
}
.p-products-item2-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 42px;
  height: 42px;
  background: url(/apps-static/pr/product/item/assets/img/close_slide_gray.svg) no-repeat center;
  background-size: 42px;
}
.p-products-item2-modal__base {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.p-products-item2-modal__base.is-active {
  z-index: 15000;
  opacity: 1;
  pointer-events: auto;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item2-modal {
    max-width: calc(100% - 40px);
    padding: 64px 0 40px;
  }
  .p-products-item2-modal__slide-outer {
    padding: 0 64px;
  }
  .p-products-item2-modal__slide-prev {
    left: 20px;
  }
  .p-products-item2-modal__slide-next {
    right: 20px;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-products-item2-modal {
    max-width: calc(100% - 40px);
  }
  .p-products-item2-modal__slide-outer {
    padding: 0 42px;
  }
  .p-products-item2-modal__slide-prev, .p-products-item2-modal__slide-next {
    top: calc(50% - 14px);
  }
  .p-products-item2-modal__slide-prev {
    left: 0;
  }
  .p-products-item2-modal__slide-next {
    right: 0;
  }
  .p-products-item2-modal__thumb-container {
    padding: 0 42px;
  }
  .p-products-item2-modal__thumb-item {
    width: 56px;
  }
}
.p-products-item2-terms-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
  max-width: 1000px;
  width: 100%;
  max-height: calc(100% - 40px);
  padding: 80px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.p-products-item2-terms-modal.is-active {
  z-index: 20000;
  opacity: 1;
  pointer-events: auto;
}
.p-products-item2-terms-modal__inner {
  max-width: 700px;
  margin: 0 auto;
}
.p-products-item2-terms-modal__section {
  padding-top: 56px;
}
.p-products-item2-terms-modal__section-title {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 2.4rem;
  line-height: 1.16;
  letter-spacing: .1rem;
}
.p-products-item2-terms-modal__text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2-terms-modal__number-list {
  counter-reset: li_count;
  margin: 16px 0 0;
}
.p-products-item2-terms-modal__number-item {
  position: relative;
  padding-left: 36px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2-terms-modal__number-item:before {
  counter-increment: li_count;
  content: "(" counter(li_count) ")";
  position: absolute;
  left: 0;
  top: 0;
}
.p-products-item2-terms-modal__external-link {
  position: relative;
  transition: opacity .3s;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-terms-modal__external-link:hover {
  opacity: .7;
}
.p-products-item2-terms-modal__external-link:after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center;
  background-size: 12px;
}
.p-products-item2-terms-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 48px;
  height: 48px;
}
.p-products-item2-terms-modal__close:before, .p-products-item2-terms-modal__close:after {
  content: "";
  position: absolute;
  left: calc(50% - 34px);
  top: 50%;
  display: block;
  width: 68px;
  height: 1px;
  background-color: #333333;
}
.p-products-item2-terms-modal__close:before {
  transform: rotate(45deg);
}
.p-products-item2-terms-modal__close:after {
  transform: rotate(-45deg);
}
.p-products-item2-terms-modal__base {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.p-products-item2-terms-modal__base.is-active {
  z-index: 15000;
  opacity: 1;
  pointer-events: auto;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item-terms-modal {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 64px 20px 40px;
  }
  .p-products-item-terms-modal__close {
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
  }
  .p-products-item-terms-modal__close:before, .p-products-item-terms-modal__close:after {
    left: calc(50% - 21px);
    width: 42px;
  }
}
.p-products-item2-notes-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
  max-width: 1000px;
  width: 100%;
  max-height: calc(100% - 40px);
  padding: 80px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.p-products-item2-notes-modal.is-active {
  z-index: 20000;
  opacity: 1;
  pointer-events: auto;
}
.p-products-item2-notes-modal__inner {
  max-width: 700px;
  margin: 0 auto;
}
.p-products-item2-notes-modal__title {
  margin-bottom: 56px;
  font-size: 2.4rem;
  line-height: 1.44;
  letter-spacing: .1rem;
  text-align: center;
}
.p-products-item2-notes-modal__section {
  padding-top: 40px;
}
.p-products-item2-notes-modal__section-title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-products-item2-notes-modal__text {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2-notes-modal__text-notes {
  margin-top: 24px;
  font-size: 1.1rem;
  line-height: 1.45;
  letter-spacing: .04rem;
}
.p-products-item2-notes-modal__icon-ro {
  position: relative;
  top: 3px;
  margin-right: 4px;
}
.p-products-item2-notes-modal__close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  width: 160px;
  height: 56px;
  margin: 48px auto 0;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
}
.p-products-item2-notes-modal__close-button:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.p-products-item2-notes-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 48px;
  height: 48px;
}
.p-products-item2-notes-modal__close:before, .p-products-item2-notes-modal__close:after {
  content: "";
  position: absolute;
  left: calc(50% - 34px);
  top: 50%;
  display: block;
  width: 68px;
  height: 1px;
  background-color: #333333;
}
.p-products-item2-notes-modal__close:before {
  transform: rotate(45deg);
}
.p-products-item2-notes-modal__close:after {
  transform: rotate(-45deg);
}
.p-products-item2-notes-modal__base {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.p-products-item2-notes-modal__base.is-active {
  z-index: 15000;
  opacity: 1;
  pointer-events: auto;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item-notes-modal {
    max-width: calc(100% - 40px);
    padding: 64px 20px 40px;
  }
  .p-products-item-notes-modal__close {
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
  }
  .p-products-item-notes-modal__close:before, .p-products-item-notes-modal__close:after {
    left: calc(50% - 21px);
    width: 42px;
  }
}
/* Notice: SP-375 */
.p-products-item2-download-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
  max-width: 1000px;
  width: 100%;
  max-height: calc(100% - 40px);
  padding: 80px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.p-products-item2-download-modal.is-active {
  z-index: 20000;
  opacity: 1;
  pointer-events: auto;
}
.p-products-item2-download-modal__inner {
  max-width: 700px;
  margin: 0 auto;
}
.p-products-item2-download-modal__title {
  margin-bottom: 56px;
  font-size: 2.4rem;
  line-height: 1.44;
  letter-spacing: .1rem;
  text-align: center;
}
.p-products-item2-download-modal__text {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2-download-modal__number-list {
  counter-reset: li_count;
  margin: 24px 0;
}
.p-products-item2-download-modal__number-item {
  position: relative;
  padding-left: 36px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2-download-modal__number-item:before {
  counter-increment: li_count;
  content: "(" counter(li_count) ")";
  position: absolute;
  left: 0;
  top: 0;
}
.p-products-item2-download-modal__button-box {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.p-products-item2-download-modal__agree {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  width: 240px;
  height: 56px;
  margin-right: 40px;
  background-color: #005EB8;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #FFFFFF;
}
.p-products-item2-download-modal__agree:hover {
  background-color: rgba(0, 94, 184, 0.7);
}
.p-products-item2-download-modal__cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  width: 160px;
  height: 56px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
}
.p-products-item2-download-modal__cancel:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.p-products-item2-download-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 48px;
  height: 48px;
}
.p-products-item2-download-modal__close:before, .p-products-item2-download-modal__close:after {
  content: "";
  position: absolute;
  left: calc(50% - 34px);
  top: 50%;
  display: block;
  width: 68px;
  height: 1px;
  background-color: #333333;
}
.p-products-item2-download-modal__close:before {
  transform: rotate(45deg);
}
.p-products-item2-download-modal__close:after {
  transform: rotate(-45deg);
}
.p-products-item2-download-modal__base {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.p-products-item2-download-modal__base.is-active {
  z-index: 15000;
  opacity: 1;
  pointer-events: auto;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item-download-modal {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 64px 20px 40px;
  }
  .p-products-item-download-modal__button-box {
    display: block;
  }
  .p-products-item-download-modal__agree {
    margin: 0 auto 24px;
  }
  .p-products-item-download-modal__cancel {
    width: 240px;
    margin: 0 auto;
  }
  .p-products-item-download-modal__close {
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
  }
  .p-products-item-download-modal__close:before, .p-products-item-download-modal__close:after {
    left: calc(50% - 21px);
    width: 42px;
  }
}
/* Notice: SP-375 */
.p-products-item2-stock-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
  max-width: 1000px;
  width: 100%;
  max-height: calc(100% - 40px);
  padding: 80px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.p-products-item2-stock-modal.is-active {
  z-index: 20000;
  opacity: 1;
  pointer-events: auto;
}
.p-products-item2-stock-modal__title {
  margin-bottom: 56px;
  font-size: 2.4rem;
  line-height: 1.44;
  letter-spacing: .1rem;
  text-align: center;
}
.p-products-item2-stock-modal__text-box {
  max-width: 700px;
  margin: 0 auto;
}
.p-products-item2-stock-modal__text {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2-stock-modal__table th {
  padding: 13px 16px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  background-color: #FAFAFA;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  text-align: left;
}
.p-products-item2-stock-modal__table td {
  padding: 13px 16px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-products-item2-stock-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 48px;
  height: 48px;
}
.p-products-item2-stock-modal__close:before, .p-products-item2-stock-modal__close:after {
  content: "";
  position: absolute;
  left: calc(50% - 34px);
  top: 50%;
  display: block;
  width: 68px;
  height: 1px;
  background-color: #333333;
}
.p-products-item2-stock-modal__close:before {
  transform: rotate(45deg);
}
.p-products-item2-stock-modal__close:after {
  transform: rotate(-45deg);
}
.p-products-item2-stock-modal__base {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.p-products-item2-stock-modal__base.is-active {
  z-index: 15000;
  opacity: 1;
  pointer-events: auto;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item-stock-modal {
    max-width: calc(100% - 40px);
    padding: 64px 20px 40px;
  }
  .p-products-item-stock-modal__table th {
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item-stock-modal__table td {
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item-stock-modal__close {
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
  }
  .p-products-item-stock-modal__close:before, .p-products-item-stock-modal__close:after {
    left: calc(50% - 21px);
    width: 42px;
  }
}
/* Notice: SP-375 */
.p-products-item2-cart-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  max-width: 1000px;
  width: 100%;
  padding: 80px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.p-products-item2-cart-modal.is-active {
  z-index: 20000;
  opacity: 1;
  pointer-events: auto;
}
.p-products-item2-cart-modal__title {
  margin-bottom: 56px;
  font-size: 2.4rem;
  line-height: 1.44;
  letter-spacing: .1rem;
  text-align: center;
}
.p-products-item2-cart-modal__text-box {
  max-width: 600px;
  margin: 0 auto 56px;
}
.p-products-item2-cart-modal__item-name {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  text-align: center;
}
.p-products-item2-cart-modal__attention {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #E50000;
  text-align: center;
}
.p-products-item2-cart-modal__button-box {
  display: flex;
  justify-content: center;
}
.p-products-item2-cart-modal__button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  width: 240px;
  height: 56px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  text-decoration: none;
}
.p-products-item2-cart-modal__button:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.p-products-item2-cart-modal__button--view {
  margin-right: 24px;
}
.p-products-item2-cart-modal__base {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.p-products-item2-cart-modal__base.is-active {
  z-index: 15000;
  opacity: 1;
  pointer-events: auto;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item-cart-modal {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 64px 20px 40px;
  }
  .p-products-item-cart-modal__button-box {
    display: block;
  }
  .p-products-item-cart-modal__button {
    margin: 0 auto;
  }
  .p-products-item-cart-modal__button--view {
    margin: 0 auto 24px;
  }
}
/* Notice: SP-375 */
.p-products-item2-block .p-products-item2-head {
  width: 100%;
}
.p-products-item2-block .p-products-item2-wrapper {
  max-width: 1360px;
  padding: 0;
}

/* Notice: Tablet */
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .p-products-item2-block .p-products-item2-head {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
  }
  .p-products-item2-block .p-products-item2-head__title {
    width: 100%;
    box-sizing: border-box;
  }
  .p-products-item2-block .p-products-item2-head__title--small {
    margin-bottom: 6px;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: .08em;
  }
  .p-products-item2-block .p-products-item2-head__title--big {
    flex-direction: column;
    align-items: flex-start;
    font-size: 3.2rem;
  }
  .p-products-item2-block .p-products-item2-head__title--closed {
    height: 20px;
    margin: 6px 0;
    padding: 0 6px;
    font-size: 1.3rem;
  }
  .p-products-item2-block .p-products-item2-head__link-box {
    margin-top: 0;
  }
  .p-products-item2-block .p-products-item2-head__link {
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .06rem;
  }
  .p-products-item2-block .p-products-item2-head__link:before {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
  .p-products-item2-block .p-products-item2-head__mylist-link-box {
    position: relative;
    top: 0;
  }
  .p-products-item2-block .p-products-item2-head__mylist-link {
    position: static;
    justify-content: flex-start;
    width: 100%;
    height: 44px;
    margin-top: 34px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .p-products-item2-block .p-products-item2-head__mylist-link-text {
    width: 100%;
  }
  .p-products-item2-block .p-products-item2-head__mylist-link-text:after {
    margin-left: auto;
  }

  .p-products-item2-block .p-products-item2-head__mylist-link--added{
    margin-top: 34px;
    width: 100%;
    height: 44px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .p-products-item2-block .p-products-item2-head__buttons {
    position: static;
    margin-left: auto;
  }
  .p-products-item2-block .p-products-item2-wrapper {
    display: block;
    padding: 0;
  }
  .p-products-item2-block .p-products-item2 {
    max-width: 100%;
    width: 100%;
  }
  .p-products-item2-block .p-products-item2__lang-buttons {
    position: static;
    justify-content: flex-end;
  }
  .p-products-item2-block .p-products-item2__section {
    padding-top: 40px;
  }
  .p-products-item2-block .p-products-item2__section-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .p-products-item2-block .p-products-item2__successor-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-products-item2-block .p-products-item2__successor-link-box {
    margin: 10px 0 0;
  }
  .p-products-item2-block .p-products-item2__successor-link {
    transition: opacity .3s;
    height: auto;
    border: none;
    padding: 0;
  }
  .p-products-item2-block .p-products-item2__successor-link:hover {
    opacity: .7;
    background-color: transparent;
  }
  .p-products-item2-block .p-products-item2__successor-text-link {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .p-products-item2-block .p-products-item2__overview {
    display: block;
  }
  .p-products-item2-block .p-products-item2__overview-left {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin: 0 0 32px;
  }
  .p-products-item2-block .p-products-item2__overview-left + .p-products-item2__overview-right {
    max-width: 100%;
    width: 100%;
  }
  .p-products-item2-block .p-products-item2__overview-image-box {
    display: block;
    width: 150px;
    margin-right: auto;
  }
  .p-products-item2-block .p-products-item2__overview-image {
    width: 100%;
    max-width: none;
  }
  .p-products-item2-block .p-products-item2__overview-image-text {
    display: none;
  }
  .p-products-item2-block .p-products-item2__overview-image-text-sp {
    display: block;
    width: calc(100% - 170px);
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .p-products-item2-block .p-products-item2__overview-right {
    max-width: none;
  }
  .p-products-item2-block .p-products-item2__overview-text {
    display: none;
  }
  .p-products-item2-block .p-products-item2__overview-title-head {
    margin-bottom: 10px;
  }
  .p-products-item2-block .p-products-item2__overview-title {
    font-size: 2rem;
  }
  .p-products-item2-block .p-products-item2__overview-table {
    width: 100%;
  }
  .p-products-item2-block .p-products-item2__overview-table th {
    width: 110px;
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2-block .p-products-item2__overview-table td {
    width: calc(100% - 110px);
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2-block .p-products-item2__overview-table-text {
    margin-right: 16px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2-block .p-products-item2__overview-table-link-text {
    padding-right: 13px;
  }
  .p-products-item2-block .p-products-item2__overview-table-link-text:after {
    top: 5px;
    width: 9px;
    height: 12px;
    background-size: 9px 12px;
  }
  .p-products-item2-block .p-products-item2__overview-table-question {
    position: absolute;
    top: 11px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-products-item2-block .p-products-item2__overview-table-question-image {
    position: static;
    display: block;
  }
  .p-products-item2-block .p-products-item2__detail-index {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-products-item2-block .p-products-item2__detail-index-item {
    margin: 0 auto 10px 0;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .p-products-item2-block .p-products-item2__detail-index-link:after {
    top: 6px;
  }
  .p-products-item2-block .p-products-item2__detail-title:before, .p-products-item2-block .p-products-item2__detail-title:after {
    right: 10px;
  }
  .p-products-item2-block .p-products-item2__detail-box {
    transition: .8s;
    overflow: hidden;
    height: 0;
  }
  .p-products-item2-block .p-products-item2__detail-box.is-active {
    height: auto;
    padding: 40px 0 80px;
  }
  .p-products-item2-block .p-products-item2__detail-update {
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    text-align: right;
  }
  .p-products-item2-block .p-products-item2__detail-table-outer--flex {
    display: block;
  }
  .p-products-item2-block .p-products-item2__detail-table--default {
    min-width: 724px;
  }
  .p-products-item2-block .p-products-item2__detail-table--default th {
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2-block .p-products-item2__detail-table--default td {
    padding: 10px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .p-products-item2-block .p-products-item2__detail-table-icon-left {
    top: 3px;
  }
  .p-products-item2-block .p-products-item2__detail-table--half {
    width: 100%;
    max-width: none;
    min-width: 724px;
  }
  .p-products-item2-block .p-products-item2__detail-table--half:first-of-type {
    margin: 0;
  }
  .p-products-item2-block .p-products-item2__detail-table--half:last-of-type {
    margin: -1px 0 0;
  }
  .p-products-item2-block .p-products-item2__detail-table--half th {
    width: 200px;
  }
  .p-products-item2-block .p-products-item2__detail-text {
    line-height: 1.57;
  }
  .p-products-item2-block .p-products-item2__relation-list {
    flex-wrap: wrap;
  }
  .p-products-item2-block .p-products-item2__relation-item {
    max-width: none;
    width: calc(50% - 20px);
    margin-right: auto;
  }
  .p-products-item2-block .p-products-item2__relation-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-products-item2-block .p-products-item2__relation-item:nth-child(n + 5) {
    margin-top: 0;
  }
  .p-products-item2-block .p-products-item2__relation-item:nth-child(n + 3) {
    margin-top: 24px;
  }
  .p-products-item2-block .p-products-item2-side {
    max-width: 100%;
    padding-top: 0;
    margin: 80px auto 0;
  }
  .p-products-item2-block .p-products-item2-side__button {
    width: 100%;
  }
  .p-products-item2-block .p-products-item2-side__buy-button {
    width: 100%;
  }
}
/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-products-item2-block .p-products-item2-head {
    width: 100%;
  }
  .p-products-item2-block .p-products-item2-wrapper {
    padding: 0;
  }
}


/* mylist popup */
.p-products-item2-head__mylist-popup{
  position: absolute;
  margin-bottom: 8px;
  box-sizing: border-box;
  padding: 16px 20px;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  z-index: 10020;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.p-products-item2-head__mylist-popup.is-active{
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s;
}
.p-products-item2-head__mylist-popup-text{
  color: #333;
  font-size: 1.3rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  margin-bottom: 16px;
}
.p-products-item2-head__mylist-popup-link{
  color: #005EB8;
  text-decoration: none;
}
.p-products-item2-head__mylist-popup-link:hover{
  opacity: .7;
  transition: opacity .3s;
}
.p-products-item2-head__mylist-popup-button{
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid #005EB8;
  background-color: #fff;
  color: #005EB8;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: .06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:8px;
}
.p-products-item2-head__mylist-popup-button:hover{
  background-color: rgba(0, 94, 184, 0.04);
  transition: background-color .3s;
}
.p-products-item2-head__mylist-popup-button::before{
  content: "";
  width: 24px;
  height: 24px;
  background: url(/apps-static/pr/product/item/assets/img/icon_folder.svg) no-repeat center;
  background-size: contain;
}
.is-button-hidden{
  display: none;
}

@media screen and (max-width: 1079px) {
  .p-products-item2-head__mylist-popup{
    max-width: unset;
  }
}


/*# sourceMappingURL=item2.css.map */
