@charset "UTF-8";
/*------------------------------------------------------------------------------

  Reset

------------------------------------------------------------------------------*/
/*!
 * ress.css ? v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*
  Unique
------------------------------------------------------------------------------*/
ul {
  list-style-type: none;
}

b, strong, .bold {
  font-family: "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

a {
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

p {
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

img {
  vertical-align: bottom;
}

@-webkit-keyframes onAutoFillStart {}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

/*------------------------------------------------------------------------------

  Common

------------------------------------------------------------------------------*/
/*
  Utility
------------------------------------------------------------------------------*/
.pcOnly {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.pcOnly-ib {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pcOnly-ib {
    display: none;
  }
}

.spOnly-ib {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spOnly-ib {
    display: inline-block;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .p0 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .p0 {
    padding-top: 0 !important;
    border-bottom: 1px solid #eaeced;
  }
}

/*
  Transition
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .link_hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.link_hover:hover {
  color: #fa0000 !important;
}

.link_opacity {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .link_opacity {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .link_opacity:hover {
    opacity: 0.75;
  }
}

@media print, screen and (min-width: 768px) {
  .img_hover img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .img_hover:hover img {
    opacity: 0.85;
  }
}

.btn_hover:hover .mod-btn > * {
  background-color: #fa0000;
  background-position: -100% 100%;
  color: #fff;
}

.border_underLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 2px solid #e6e6e6;
}
.border_underLine::before, .border_underLine::after {
  content: "";
  position: absolute;
  display: block;
}
.border_underLine::before {
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  top: 100%;
  left: 0;
  background-color: #fa0000;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.border_underLine::after {
  height: 2px;
  background-color: #fa0000;
  top: 100%;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .border_underLine::after {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .border_underLine::after {
    width: 8vw;
  }
}

/*
  Lazy
------------------------------------------------------------------------------*/
.delighter .d-fadeIn {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
}
.delighter .d-fadeIn.delay {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.delighter .lazy {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.delighter.started .d-fadeIn {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.delighter.started .lazy {
  opacity: 1;
}

/*
  Icon
------------------------------------------------------------------------------*/
.arrow_hover {
  position: relative;
}
.arrow_hover:hover .icon_arrow::after {
  -webkit-animation: arrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
          animation: arrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}
.arrow_hover:hover .border_underLine::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.arrow_hover:hover .arrow_diagonal-g::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal.svg);
}
.arrow_hover:hover .icon_arrow-g::after {
  background-image: url(/shared/img/icon/icon_arrow.svg);
}
.arrow_hover.arrow_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.arrow_hover .inner_txt {
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.arrow_hover.reverse:hover .icon_arrow::after {
  -webkit-animation: arrowSlide_r 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
          animation: arrowSlide_r 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}

.shift_hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 768px) {
  .shift_hover:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
            box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media only screen and (max-width: 767px) {
  .shift_hover:hover {
    -webkit-box-shadow: 0 1.3333333333vw 5.3333333333vw 0 rgba(4, 0, 0, 0.1);
            box-shadow: 0 1.3333333333vw 5.3333333333vw 0 rgba(4, 0, 0, 0.1);
    -webkit-transform: translateY(-0.8vw);
            transform: translateY(-0.8vw);
  }
}

.icon_arrow {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .icon_arrow {
    margin-left: 13px;
    width: 12px;
    height: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_arrow {
    margin-left: 2.9333333333vw;
    width: 3.2vw;
    height: 3.4666666667vw;
  }
}
.icon_arrow::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/shared/img/icon/icon_arrow.svg) center/contain no-repeat;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .icon_arrow::after {
    width: 12px;
    height: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_arrow::after {
    width: 3.2vw;
    height: 3.4666666667vw;
  }
}
.icon_arrow.reverse::after {
  background-image: url(/shared/img/icon/icon_arrow_r.svg);
}
@media print, screen and (min-width: 768px) {
  .icon_arrow.arrow_diagonal, .icon_arrow.arrow_diagonal-g {
    width: 12px;
    height: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_arrow.arrow_diagonal, .icon_arrow.arrow_diagonal-g {
    width: 3.2vw;
    height: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .icon_arrow.arrow_diagonal::after, .icon_arrow.arrow_diagonal-g::after {
    width: 12px;
    height: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_arrow.arrow_diagonal::after, .icon_arrow.arrow_diagonal-g::after {
    width: 3.2vw;
    height: 3.4666666667vw;
  }
}
.icon_arrow.arrow_diagonal {
  position: absolute;
  display: block;
  margin-left: 0;
}
.icon_arrow.arrow_diagonal::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal.svg);
}
.icon_arrow.arrow_diagonal-g {
  margin-left: 10px;
}
.icon_arrow.arrow_diagonal-g::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal_g.svg);
}
.icon_arrow.icon_arrow-w::after {
  background-image: url(/shared/img/icon/icon_arrow_w.svg);
}
.icon_arrow.icon_arrow-g::after {
  background-image: url(/shared/img/icon/icon_arrow_g.svg);
}
.icon_arrow.icon_blank::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal.svg);
}
@media print, screen and (min-width: 768px) {
  .icon_arrow.icon_dl {
    width: 11px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_arrow.icon_dl {
    width: 2.9333333333vw;
    height: 3.7333333333vw;
  }
}
.icon_arrow.icon_dl::after {
  background-image: url(/shared/img/icon/icon_dl.svg);
}
@media print, screen and (min-width: 768px) {
  .icon_arrow.icon_dl::after {
    width: 11px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_arrow.icon_dl::after {
    width: 2.9333333333vw;
    height: 3.7333333333vw;
  }
}
.icon_arrow.icon_after {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .icon_arrow.icon_after {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_arrow.icon_after {
    margin-left: 2.1333333333vw;
  }
}

.icon_pdf::before, .icon_pdf::after {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  position: relative;
  top: -1px;
}
.icon_pdf::before {
  position: relative;
  content: "PDF";
  color: #fff;
  background-color: #000;
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .icon_pdf::before {
    margin-left: 13px;
    font-size: 10px;
    padding: 1px 2px;
    width: 28px;
    top: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_pdf::before {
    margin-left: 2.4vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw 0.5333333333vw;
    width: 7.4666666667vw;
    top: -0.5333333333vw;
  }
}
.icon_pdf[data-size]::after {
  content: "(" attr(data-size) ")";
  color: #555;
}
@media print, screen and (min-width: 768px) {
  .icon_pdf[data-size]::after {
    font-size: 12px;
    margin-left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_pdf[data-size]::after {
    font-size: 12px;
    font-size: 3.2vw;
    margin-left: 1.8666666667vw;
  }
}

.icon_contact {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .icon_contact {
    width: 25px;
    height: 20px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_contact {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
    margin-right: 4.8vw;
  }
}
.icon_contact::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/shared/img/icon/icon_contact_w.svg) center/contain no-repeat;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .icon_contact::before {
    width: 25px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_contact::before {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
  }
}

.inline-link {
  color: #777;
  text-decoration: underline;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .inline-link {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .inline-link {
    margin: 0 1.3333333333vw;
  }
}
.inline-link:hover {
  color: #fa0000;
  text-decoration: none;
}
.inline-link [class^=icon_] {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .inline-link [class^=icon_] {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .inline-link [class^=icon_] {
    margin-left: 1.3333333333vw;
  }
}
.inline-link .icon_blank::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal_g.svg);
}
.inline-link:hover .icon_blank::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal.svg);
}

.circle_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .circle_line .circle_txt {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .circle_line .circle_txt {
    padding-left: 3.2vw;
  }
}

[class*=icon_circle] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  [class*=icon_circle] {
    width: 34px;
    height: 34px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  [class*=icon_circle] {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
[class*=icon_circle]::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  padding-left: 2px;
  font-family: "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  [class*=icon_circle]::before {
    width: 34px;
    height: 34px;
    font-size: 10px;
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  [class*=icon_circle]::before {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}

.icon_circle-new::before {
  content: "NEW";
  border-color: #fa0000;
  color: #fa0000;
}
.icon_circle-limited::before {
  content: "限定";
  border-color: #09a501;
  color: #09a501;
}
.icon_circle-up::before {
  content: "UP";
  border-color: #ff7200;
  color: #ff7200;
}
.icon_circle-special::before {
  content: "特典";
  border-color: #3a61ce;
  color: #3a61ce;
}
.icon_circle-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_circle-middle::before {
  margin-top: 0;
}
.icon_circle-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.icon_circle-center::before {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .icon_circle-fill {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_circle-fill {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.icon_circle-fill::before {
  content: "";
  border: none;
  background-color: #222;
}
@media print, screen and (min-width: 768px) {
  .icon_circle-fill::before {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_circle-fill::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

.icon_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .icon_line {
    width: 9px;
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_line {
    width: 2.1333333333vw;
    height: 0.2666666667vw;
  }
}
.icon_line::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #5d5d5d;
}
@media print, screen and (min-width: 768px) {
  .icon_line::before {
    width: 9px;
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_line::before {
    width: 2.1333333333vw;
    height: 0.2666666667vw;
  }
}

.icon_generic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .icon_generic {
    margin-right: 5px;
    width: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .icon_generic {
    margin-right: 1.3333333333vw;
    width: 6.4vw;
  }
}
.icon_generic img {
  vertical-align: baseline;
  max-width: 100%;
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .icon_arrow {
    top: -3px;
  }

  *::-ms-backdrop, :root .footer_upper_nav_subList .icon_arrow {
    top: -1px;
  }

  *::-ms-backdrop, :root .icon_pdf::before {
    padding: 3px 2px 0;
  }

  *::-ms-backdrop, :root .circle_line [class*=icon_circle] {
    top: -4px;
  }

  *::-ms-backdrop, :root [class*=icon_circle]::before {
    padding: 4px 0 0 0;
  }
}
@font-face {
  font-family: "Archivo-Bold";
  src: url("/shared/fonts/Archivo-Bold.ttf") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Archivo-Regular";
  src: url("/shared/fonts/Archivo-Regular.ttf") format("woff");
  font-weight: 400;
}

/*
  Style Guide
------------------------------------------------------------------------------*/
/*
  Animation
------------------------------------------------------------------------------*/
@-webkit-keyframes arrowSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes arrowSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes arrowSlide_r {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes arrowSlide_r {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
/*------------------------------------------------------------------------------

  Module

------------------------------------------------------------------------------*/

/*
  各hタグ
------------------------------------------------------------------------------*/
.mod-h1, .mod-h2, .mod-h3, .mod-h4, .mod-h5 {
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-wrap: balance;
}
.mod-h1 + *, .mod-h2 + *, .mod-h3 + *, .mod-h4 + *, .mod-h5 + * {
  margin-top: 0 !important;
}

.mod-h1 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .mod-h1 {
    font-size: 38px;
    margin: 80px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h1 {
    font-size: 26px;
    font-size: 6.9333333333vw;
    margin: 6.6666666667vw 0 13.3333333333vw;
  }
}
.mod-h1 + .mod-anchor {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mod-h1 + .mod-anchor {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-h1.s-margin {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h1.s-margin {
    margin-top: 26.6666666667vw;
  }
}

.mod-h2 {
  border-top: 3px solid #ebebeb;
}
@media print, screen and (min-width: 768px) {
  .mod-h2 {
    font-size: 34px;
    padding-top: 60px;
    margin: 130px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h2 {
    font-size: 22px;
    font-size: 5.8666666667vw;
    padding-top: 11.2vw;
    margin: 21.3333333333vw 0 5.3333333333vw;
  }
}
.mod-h2:before {
  content: "";
  position: absolute;
  background-color: #fa0000;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .mod-h2:before {
    height: 3px;
    width: 20px;
    top: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h2:before {
    height: 0.8vw;
    width: 5.3333333333vw;
    top: -0.8vw;
  }
}
.mod-h2 .sub,
.mod-h2 .sub-b {
  display: block;
  color: #555;
}
@media print, screen and (min-width: 768px) {
  .mod-h2 .sub,
.mod-h2 .sub-b {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h2 .sub,
.mod-h2 .sub-b {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.mod-h2 .sub-b {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .mod-h2 .sub-b {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h2 .sub-b {
    margin-top: 2.6666666667vw;
  }
}
.mod-h2 .number {
  color: #fa0000;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .mod-h2 .number {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h2 .number {
    margin-right: 4vw;
  }
}
.mod-h2.center {
  text-align: center;
  border-width: 1px;
}
@media print, screen and (min-width: 768px) {
  .mod-h2.center {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h2.center {
    margin: 0 0 8vw;
  }
}
.mod-h2.center::before {
  content: none;
}

.mod-h3 {
  border-top: 1px solid #ebebeb;
}
@media print, screen and (min-width: 768px) {
  .mod-h3 {
    font-size: 23px;
    padding-top: 50px;
    margin: 70px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h3 {
    font-size: 20px;
    font-size: 5.0vw;
    padding-top: 6.4vw;
    margin: 10.6666666667vw 0 4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-h4 {
    font-size: 19px;
    margin: 60px 0 15px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h4 {
    font-size: 17px;
    font-size: 4.5333333333vw;
    margin: 9.3333333333vw 0 2.6666666667vw;
    padding-left: 3.4666666667vw;
  }
}
.mod-h4:before {
  content: "";
  position: absolute;
  background-color: #222;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .mod-h4:before {
    width: 3px;
    height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h4:before {
    width: 0.8vw;
    height: 4.2666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-h5 {
    margin: 55px 0 15px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-h5 {
    font-size: 17px;
    font-size: 4.5333333333vw;
    margin: 8vw 0 2.6666666667vw;
  }
}

.headline_lineup > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline_lineup .headline_lineup_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  .headline_lineup .headline_lineup_txt {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .headline_lineup .headline_lineup_txt {
    margin-right: 2.6666666667vw;
  }
}
.headline_lineup .headline_lineup_link {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .headline_lineup .headline_lineup_link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .headline_lineup .headline_lineup_link {
    font-size: 15px;
    font-size: 4vw;
  }
}

/*
  各pタグ
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .mod-txt {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-txt {
    margin-top: 5.3333333333vw;
  }
}
.mod-txt > p {
  position: relative;
  color: #333;
  line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
  .mod-txt > p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-txt > p {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-txt > p + p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-txt > p + p {
    margin-top: 5.3333333333vw;
  }
}
.mod-txt .small {
  color: #555;
}
@media print, screen and (min-width: 768px) {
  .mod-txt .small {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-txt .small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.mod-txt .red {
  color: #fa0000;
}
.mod-txt a {
  color: #777;
}
.mod-txt a:hover {
  color: #fa0000;
  text-decoration: underline;
}

.txt-center {
  text-align: center !important;
}

@media only screen and (min-width: 768px) {
  .txt-pcCenter {
    text-align: center !important;
  }
}

.txt-right {
  text-align: right !important;
}


/*
  画像
------------------------------------------------------------------------------*/
.mod-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .mod-img {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .mod-img {
    margin-top: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mod-img__item > *:first-of-type {
  margin-top: 0 !important;
}
.mod-img figure {
  display: table;
}
.mod-img figcaption {
  display: table-caption;
  caption-side: bottom;
  line-height: 1.6;
  color: #555;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .mod-img figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-img figcaption {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.mod-img img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .mod-img img {
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-img.img-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-img.img-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-img.col-2 .mod-img__item + .mod-img__item {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-img.col-2 .mod-img__item + .mod-img__item {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-img.col-3 .mod-img__item + .mod-img__item {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-img.col-3 .mod-img__item + .mod-img__item {
    margin-top: 8vw;
  }
}

.mod-imgTxt {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt {
    margin-top: 8vw;
  }
}
.mod-imgTxt.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt.table .mod-imgTxt--img {
    margin-left: 0;
    margin-right: 2.6666666667vw;
  }
}
.mod-imgTxt.table .mod-imgTxt--txt {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt.table .mod-imgTxt--txt {
    margin-left: 10px;
  }
}
.mod-imgTxt__item > *:first-of-type {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt--img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt--img {
    margin: auto;
  }
}
.mod-imgTxt--img figure {
  display: table;
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt--img figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.mod-imgTxt--img figcaption {
  display: table-caption;
  caption-side: bottom;
  line-height: 1.6;
  color: #555;
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt--img figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt--img figcaption {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.mod-imgTxt--img img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt--img img {
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt--img + .mod-imgTxt--txt {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt--img + .mod-imgTxt--txt {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt--img .mod-movie_canvas {
    width: 430px;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt--img .mod-iframe {
    width: 430px;
  }
}
.mod-imgTxt--img .mod-iframe_inner.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mod-imgTxt--img .mod-iframe_inner.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt--txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt--txt .mod-btn__wrapper {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt--txt .mod-btn__wrapper {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt.reverse .mod-imgTxt--txt + .mod-imgTxt--img {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt.reverse .mod-imgTxt--txt + .mod-imgTxt--img {
    margin-top: 5.3333333333vw;
  }
}

/*
  Sub Menu
------------------------------------------------------------------------------*/
.mod-subMenu {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 40;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-top: 1px solid #dedede;
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu {
    top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu {
    top: 14.6666666667vw;
  }
}
.mod-subMenu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_inner {
    width: 100%;
    margin: auto;
    min-width: 1280px;
    padding: 0 60px;
    height: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_inner {
    width: 100%;
    height: 12vw;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_ttl {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.mod-subMenu_ttl > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_ttl > a {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_ttl > a::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    right: 8vw;
    top: calc(50% - 0.53333vw);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #999;
    border-right: 0.5333333333vw solid #999;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_ttl > a.active::after {
    top: calc(50% + 0.53333vw);
    border-color: #fa0000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_mainTtl {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_mainTtl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_nav {
    position: absolute;
    width: 100%;
    top: 12vw;
    left: 0;
    background-color: #fff;
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_nav_list {
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
}
.mod-subMenu_nav_item {
  position: relative;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_item {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_nav_item {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_item + .mod-subMenu_nav_item {
    margin-left: 25px;
  }
}
.mod-subMenu_nav_item [data-trigger=dropdown] {
  position: relative;
  cursor: default;
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_item [data-trigger=dropdown] {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_nav_item [data-trigger=dropdown] {
    padding-right: 5.3333333333vw;
  }
}
.mod-subMenu_nav_item [data-trigger=dropdown]::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_item [data-trigger=dropdown]::after {
    top: calc(50% - 2px);
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_nav_item [data-trigger=dropdown]::after {
    top: calc(50% - 0.53333vw);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #999;
    border-right: 0.5333333333vw solid #999;
  }
}
.mod-subMenu_nav_item [data-trigger=dropdown]:hover::after {
  border-color: #fa0000;
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_nav_item [data-trigger=dropdown].active::after {
    top: calc(50% + 0.53333vw);
    border-color: #fa0000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_item:hover .mod-subMenu_subNav {
    -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_item.border {
    border-left: 1px solid #e0e0e0;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_item.border .mod-subMenu_subNav {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_nav_item.border:hover .mod-subMenu_subNav {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_nav::before, .mod-subMenu_nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.5333333333vw;
    height: 10.6666666667vw;
    bottom: -13.3333333333vw;
    right: 9.3333333333vw;
    background-color: #fff;
    pointer-events: none;
    z-index: 5;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_nav::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_nav::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_scroll {
    overflow-y: scroll;
    max-height: 80vh;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_scroll_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_scroll_inner {
    padding: 0 4vw 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_btn {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_btn {
    margin-top: 8vw;
  }
}
.mod-subMenu_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_btn_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mod-subMenu_btn_item a {
  display: inline-block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_btn_item a {
    font-size: 14px;
    padding: 6px 20px 7px;
    border-radius: 18px;
    min-width: 120px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_btn_item a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 5.3333333333vw 1.6vw;
    border-radius: 4.8vw;
    min-width: 41.0666666667vw;
  }
}
.mod-subMenu_btn_item.trial a {
  color: #333;
  border-color: #d1d1d1;
  background-color: #fff;
}
.mod-subMenu_btn_item.trial a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.mod-subMenu_btn_item.buy a {
  border-color: #fa0000;
  background-color: #fa0000;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_btn_item.buy a {
    padding: 6px 35px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_btn_item.buy a {
    padding: 1.8666666667vw 8vw 1.6vw;
  }
}
.mod-subMenu_btn_item.buy a:hover {
  background-color: #fff;
  color: #fa0000;
}
.mod-subMenu_btn_item.buy a:hover .arrow_diagonal::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal.svg);
  opacity: 1;
}
.mod-subMenu_btn_item.buy .arrow_diagonal {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_btn_item.buy .arrow_diagonal {
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_btn_item.buy .arrow_diagonal {
    right: 5.3333333333vw;
  }
}
.mod-subMenu_btn_item.buy .arrow_diagonal::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal_w.svg);
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_btn_item + .mod-subMenu_btn_item {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_btn_item + .mod-subMenu_btn_item {
    margin-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_subNav {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    padding-top: 25px;
    -webkit-transform: translate(-15px, 10px);
            transform: translate(-15px, 10px);
    opacity: 0;
    visibility: hidden;
    min-width: 240px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s;
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-box-shadow: -5px 0 20px -20px rgba(4, 0, 0, 0.1), 0 5px 20px -20px rgba(4, 0, 0, 0.1), 5px 0 20px -20px rgba(4, 0, 0, 0.1);
            box-shadow: -5px 0 20px -20px rgba(4, 0, 0, 0.1), 0 5px 20px -20px rgba(4, 0, 0, 0.1), 5px 0 20px -20px rgba(4, 0, 0, 0.1);
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_subNav {
    display: none;
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_subNav_list {
    -webkit-box-shadow: 0 12px 20px 0 rgba(4, 0, 0, 0.1);
            box-shadow: 0 12px 20px 0 rgba(4, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_subNav_list {
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_subNav_item {
    border-top: 1px solid #eaeced;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_subNav_item {
    padding: 1.6vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_subNav_item > a {
    font-size: 14px;
    padding: 12px 20px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_subNav_item > a {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu.scroll {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
    -webkit-box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
            box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu.scroll {
    -webkit-transform: translateY(calc(-100% - 2.4vw));
            transform: translateY(calc(-100% - 2.4vw));
  }
}



/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .mod-list__disc li:before {
    top: 9px;
  }

  *::-ms-backdrop, :root .mod-btn__wrapper .mod-btn > a {
    padding: 15px 30px 10px;
  }

  *::-ms-backdrop, :root .mod-btn__wrapper .mod-btn.disabled > a {
    padding: 15px 20px 10px;
  }

  *::-ms-backdrop, :root .mod-btn__wrapper .mod-btn.btn-arrow > a {
    padding: 15px 50px 10px;
  }

  *::-ms-backdrop, :root [class*=label-] {
    padding: 7px 10px 3px;
  }
}
@media print, screen and (min-width: 768px) {
  body.form main .container {
    width: 900px;
    padding-bottom: 60px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
body.form main .container.menu {
  padding-top: 184px;
}

.form-container {
  padding-top: 110px;
}
@media only screen and (max-width: 767px) {
  .form-container {
    padding-top: 14.6666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .form-content__wrapper {
    padding: 60px 0 130px;
    width: 980px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .form-content__wrapper {
    width: 100%;
    padding: 9.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.form-content__wrapper .mod-link {
  margin-top: 0;
  color: #333;
}

.form-head {
  padding: 50px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .form-head {
    padding: 8vw 0;
  }
}
.form-head .form-h1 {
  font-size: 34px;
  color: #333;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .form-head .form-h1 {
    font-size: 26px;
    font-size: 6.9333333333vw;
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .form-head .form-h1 {
    width: 980px;
  }
}

.form-txt__box {
  border: 1px solid #e4e4e4;
  padding: 40px 40px 45px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .form-txt__box {
    padding: 6.6666666667vw 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.form-txt__box .icon-column {
  margin-top: 0;
}

.icon-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .icon-column {
    margin-top: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .icon-column div.img-wrap img {
    width: 12.8vw;
  }
}
.icon-column div:first-child {
  margin-right: 39px;
}
@media only screen and (max-width: 767px) {
  .icon-column div:first-child {
    margin-right: 5.3333333333vw;
  }
}

.box-ttl {
  font-size: 17px;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .box-ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.box-ttl + .box-txt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .box-ttl + .box-txt {
    margin-top: 2.6666666667vw;
  }
}

.box-txt {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .box-txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.box-link {
  display: inline-block;
  color: #777;
  margin-top: 15px;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.box-link:hover {
  text-decoration: none;
  color: #fa0000;
}
@media only screen and (max-width: 767px) {
  .box-link {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}

.form-table {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .form-table {
    margin-top: 8.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-table.pwd table td {
    padding: 4vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .form-table table td {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .form-table table td {
    padding: 4vw 0;
  }
}
.form-table table th {
  position: relative;
  padding-right: 50px;
}
.form-table table th .require {
  position: absolute;
  top: 25px;
  margin: auto 0;
  right: 20px;
  color: #fa0000;
  border: 1px solid #fa0000;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 3px 1px;
  font-weight: normal;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .form-table table th .require {
    right: 2.6666666667vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
    top: 3.2vw;
    padding: 0.5333333333vw 0.8vw 0.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
.form-table table th .red {
  color: #fa0000;
}
.form-table table td {
  background-color: #fff;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .form-table table td .form-img__wrap {
    text-align: center;
  }
}
.form-table table td .form-img__wrap + input {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .form-table table td .form-img__wrap + input {
    margin-top: 2.6666666667vw;
  }
}

label {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  label {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
label + input {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  label + input {
    margin-left: 0;
  }
}

th.opt01 {
  background-color: #fff0c7 !important;
}

input[type=text], input[type=password] {
  border: 1px solid #e4e4e4;
  padding: 8px 14px;
  font-size: 15px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
input[type=text]:disabled, input[type=password]:disabled {
  background-color: #eaeced;
}
input[type=text]:focus, input[type=password]:focus {
  color: #333;
  border-color: #999;
}
input[type=text].error, input[type=password].error {
  background-color: #fff0f0;
  border-color: #ff6d6d;
}
@media only screen and (max-width: 767px) {
  input[type=text], input[type=password] {
    padding: 2.1333333333vw 3.2vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
input[type=text] + label, input[type=password] + label {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  input[type=text] + label, input[type=password] + label {
    margin-left: 2.6666666667vw;
  }
}
input[type=text] + input[type=checkbox] + label, input[type=password] + input[type=checkbox] + label {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  input[type=text] + input[type=checkbox] + label, input[type=password] + input[type=checkbox] + label {
    margin-top: 4.5333333333vw;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #aaa;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #aaa;
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  color: #aaa;
}
input[type=text]::placeholder, input[type=password]::placeholder {
  color: #aaa;
}
input[type=text].name-input, input[type=password].name-input {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  input[type=text].name-input, input[type=password].name-input {
    width: 36.8vw;
  }
}
input[type=text].l-input, input[type=password].l-input {
  width: 100%;
}
input[type=text].conf-input, input[type=password].conf-input {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  input[type=text].conf-input, input[type=password].conf-input {
    width: 100%;
  }
}
input[type=text].m-input, input[type=password].m-input {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  input[type=text].m-input, input[type=password].m-input {
    width: 34.1333333333vw;
  }
}
input[type=text].num-input, input[type=password].num-input {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  input[type=text].num-input, input[type=password].num-input {
    width: 20.2666666667vw;
    margin-left: 0;
  }
}
input[type=text].s-input, input[type=password].s-input {
  width: 84px;
}
@media only screen and (max-width: 767px) {
  input[type=text].s-input, input[type=password].s-input {
    width: 18.1333333333vw;
  }
}
input[type=text] + .input-sub, input[type=password] + .input-sub {
  margin-left: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  input[type=text] + .input-sub, input[type=password] + .input-sub {
    margin-left: 1.3333333333vw;
  }
}
input[type=text] + .form-txt, input[type=password] + .form-txt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  input[type=text] + .form-txt, input[type=password] + .form-txt {
    margin-top: 4vw;
  }
}

.search-postcode {
  border: 2px solid #d1d1d1;
  border-radius: 19.5px;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 1;
  margin-left: 20px;
  outline: none;
  display: inline-block;
  text-align: center;
  color: #333;
  min-width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search-postcode {
    padding: 2.6666666667vw 4vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-left: 4vw;
  }
}
.search-postcode:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
  background-position: -100% 100%;
}

.birth-label {
  font-size: 15px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .birth-label {
    margin-right: 1.3333333333vw;
  }
}

.input-connect {
  margin: 0 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .input-connect {
    margin: 0 1.3333333333vw;
  }
}

.input-sub + input {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .input-sub + input {
    margin-left: 2.6666666667vw;
  }
}

select {
  border: 1px solid #e4e4e4;
  padding: 8px 14px;
  font-size: 15px;
  border-radius: 4px;
  width: 180px;
  outline: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  select {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 48vw;
    padding: 2.1333333333vw pctovw(12);
  }
}
select:disabled {
  background-color: #eaeced;
}
select:focus {
  color: #333;
  border-color: #999;
}
select.error {
  background-color: #fff0f0;
  border-color: #ff6d6d;
}

.select-outer {
  position: relative;
  display: inline-block;
}
.select-outer:after {
  content: "";
  position: absolute;
  background-image: url(/jp/module/SCOM_parts/img/icon_select.png);
  width: 12px;
  height: 8px;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .select-outer:after {
    width: 3.2vw;
    height: 2.1333333333vw;
    right: 3.2vw;
  }
}
.select-outer + input {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .select-outer + input {
    margin-top: 4vw;
  }
}
.select-outer + .form-txt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .select-outer + .form-txt {
    margin-top: 4vw;
  }
}

.form-txt {
  font-size: 15px;
  margin-top: 8px;
}
.form-txt + .mod-btn__wrapper {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .form-txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 0;
  }
}
.form-txt + .select-outer {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .form-txt + .select-outer {
    margin-top: 2.1333333333vw;
  }
}

.radio-wrap + .input-ttl {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .radio-wrap + .input-ttl {
    margin-top: 2.6666666667vw;
  }
}

.input-ttl {
  color: #777;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .input-ttl {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.input-ttl + input[type=text] {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .input-ttl + input[type=text] {
    margin-top: 2.1333333333vw;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  position: relative;
  padding-left: 31px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  input[type=radio] + label {
    padding-left: 8vw;
  }
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 50%;
  border: 2px solid #d1d1d1;
  top: 1px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  input[type=radio] + label:before {
    width: 4.8vw;
    height: 4.8vw;
    top: 0.2666666667vw;
  }
}
input[type=radio] + label:after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  input[type=radio] + label:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: 1.6vw;
    left: 1.3333333333vw;
  }
}
input[type=radio]:checked + label:before {
  border-color: #fa0000;
}
input[type=radio]:checked + label:after {
  background-color: #fa0000;
}
input[type=radio]:disabled + label:before {
  background-color: #eaeced;
}
input[type=radio]:disabled:checked + label:before {
  background-color: #eaeced;
  border-color: #d1d1d1;
}
input[type=radio]:disabled:checked + label:after {
  background-color: #d1d1d1;
}
input[type=radio] + .inout-ttl {
  margin-top: 10px;
}

.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .radio-list {
    margin-top: pxtove(15);
  }
}
.radio-list.single {
  display: block;
}
.radio-list.column li {
  width: calc((100% - 20px)/2);
  display: block;
  margin-right: 0;
}
.radio-list.column li:nth-child(2n) {
  margin-left: 20px;
}
.radio-list li {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .radio-list li {
    margin-right: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  position: relative;
  padding-left: 31px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  input[type=checkbox] + label {
    padding-left: 8vw;
  }
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border: 2px solid #d1d1d1;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  input[type=checkbox] + label:before {
    width: 4.8vw;
    height: 4.8vw;
    top: 0.2666666667vw;
  }
}
input[type=checkbox]:checked + label:before {
  border-color: #fa0000;
  background-color: #fa0000;
}
input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  background-image: url("/jp/module/SCOM_parts/img/icon_checked.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 10px;
  top: 6px;
  left: 3px;
}
@media only screen and (max-width: 767px) {
  input[type=checkbox]:checked + label:after {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
    top: 1.3333333333vw;
    left: 0.5333333333vw;
  }
}
input[type=checkbox]:disabled + label:before {
  background-color: #eaeced;
}
input[type=checkbox]:disabled:checked + label:before {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.checkbox-list.single {
  display: block;
}
.checkbox-list.column li {
  width: calc((100% - 20px)/2);
  display: block;
  margin-right: 0;
}
.checkbox-list.column li:nth-child(2n) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .checkbox-list.column li:nth-child(2n) {
    margin-left: 5.3333333333vw;
  }
}
.checkbox-list li {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .checkbox-list li {
    margin-right: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

textarea {
  border: 1px solid #e4e4e4;
  margin-top: 10px;
  width: 100%;
  height: 250px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 15px;
  padding: 8px 14px;
}
@media only screen and (max-width: 767px) {
  textarea {
    height: ptovw(160);
    margin-top: 2.1333333333vw;
    padding: 2.1333333333vw 3.2vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
textarea:disabled {
  background-color: #eaeced;
}
textarea:focus {
  color: #333;
  border-color: #999;
}
textarea.error {
  background-color: #fff0f0;
  border-color: #ff6d6d;
}

p.gray {
  color: #777;
}

.txt-annotation {
  color: #777;
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .txt-annotation {
    margin-top: 2.1333333333vw;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.txt-annotation span.red {
  color: #fa0000;
}
.txt-annotation span.underline {
  text-decoration: underline;
}
.txt-annotation + input {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .txt-annotation + input {
    margin-top: 4vw;
  }
}
.txt-annotation a {
  text-decoration: underline;
  color: #777;
}

.red {
  color: #fa0000;
}
.red li:before {
  background-color: #fa0000;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  position: relative;
  padding-left: 31px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  input[type=checkbox] + label {
    padding-left: 8vw;
  }
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border: 2px solid #d1d1d1;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  input[type=checkbox] + label:before {
    width: 4.8vw;
    height: 4.8vw;
    top: 0.2666666667vw;
  }
}
input[type=checkbox]:checked + label:before {
  border-color: #fa0000;
  background-color: #fa0000;
}
input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  background-image: url("/jp/module/SCOM_parts/img/icon_checked.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 10px;
  top: 6px;
  left: 3px;
}
@media only screen and (max-width: 767px) {
  input[type=checkbox]:checked + label:after {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
    top: 1.3333333333vw;
    left: 0.5333333333vw;
  }
}

.center {
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .center {
    margin-top: 10.6666666667vw;
  }
}

.submit-button {
  padding: 12px 21px;
  font-size: 16px;
  outline: none;
  margin: 70px auto 0;
  border-radius: 28px;
  width: 400px;
  padding: 12px 21px;
  display: block;
  text-align: center;
  border: 2px solid #fa0000;
  color: #fa0000;
  min-width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  line-height: 1.3;
  background-color: #fa0000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .submit-button {
    width: 100%;
    padding: 4vw;
    font-size: 15px;
    font-size: 4vw;
    margin-top: 10.6666666667vw;
  }
}
.submit-button:disabled {
  background-color: #d2d2d2;
  background-image: none;
  border: none;
  cursor: inherit;
}
.submit-button:disabled:hover {
  background-color: #d2d2d2;
  background-image: none;
  border: none;
  color: #fff;
}
.submit-button:hover {
  background-color: #fff;
  color: #fa0000;
  background-position: -100% 100%;
}

.form-stage {
  background-color: #f4f6f7;
  padding: 28px 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .form-stage {
    padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.form-stage .stage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-stage .stage-list li {
  margin: 5px 0;
  position: relative;
  color: #777;
  font-size: 14px;
}
.form-stage .stage-list li.active {
  color: #fa0000;
}
@media only screen and (max-width: 767px) {
  .form-stage .stage-list li {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.form-stage .stage-list li:not(:first-child) {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .form-stage .stage-list li:not(:first-child) {
    padding-left: 6.4vw;
  }
}
.form-stage .stage-list li:not(:first-child):before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: auto 0;
  width: 11px;
  height: 11px;
}
@media only screen and (max-width: 767px) {
  .form-stage .stage-list li:not(:first-child):before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.form-stage .stage-list li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .form-stage .stage-list li:not(:last-child) {
    margin-right: 2.6666666667vw;
  }
}

.form-h2 {
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .form-h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.form-h2 + .mod-table02 {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .form-h2 + .mod-table02 {
    margin-top: 5.3333333333vw;
  }
}
.form-h2 .mod-link {
  font-weight: normal;
}

.mod-table02 + .form-h2 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .mod-table02 + .form-h2 {
    margin-top: 17.6vw;
  }
}

.submit-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .submit-button__wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .submit-button__wrap button:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.submit-button__wrap button.back {
  color: #333;
  border-color: #d1d1d1;
  background-color: #fff;
}
.submit-button__wrap button.back:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.error-box {
  background-color: #fff0f0;
  padding: 30px 40px;
  margin-top: 60px;
  color: #fa0000;
}
@media only screen and (max-width: 767px) {
  .error-box {
    margin-top: 12.2666666667vw;
    padding: 6.6666666667vw 5.3333333333vw;
    font-size: 15px;
    font-size: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .mod-icon__table > table {
    display: table-cell;
  }
}
.mod-icon__table > table tr {
  border-bottom: none;
}
.mod-icon__table > table td {
  background-color: #fff;
  font-size: 13px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .mod-icon__table > table td {
    padding: 2.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.mod-icon__table > table td.bold {
  font-weight: bold;
}
.mod-icon__table > table td.red {
  color: #fa0000;
}
.mod-icon__table > table th {
  background-color: #fff;
  border-right: 1px solid #d6d7d8;
  font-weight: normal;
  font-size: 13px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .mod-icon__table > table th {
    padding: 2.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.mod-icon__table > table th.red {
  color: #fa0000;
}
.mod-icon__table > table th.bold {
  font-weight: bold;
}
.mod-icon__table.simple > table {
  table-layout: inherit;
  border-left: 1px solid #d6d7d8;
  border-right: 1px solid #d6d7d8;
  border-bottom: 1px solid #d6d7d8;
}
@media only screen and (max-width: 767px) {
  .mod-icon__table.simple > table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mod-icon__table.simple > table tr th {
  width: 27.7333333333vw;
}
.mod-icon__table.simple > table tr td {
  width: 61.8666666667vw;
}

/*------------------------------------------------------------------------------

  Products Menu

------------------------------------------------------------------------------*/
.products_menu {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 40;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-top: 1px solid #dedede;
}
@media print, screen and (min-width: 768px) {
  .products_menu {
    top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu {
    top: 14.6666666667vw;
  }
}
.products_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .products_menu_inner {
    width: 100%;
    margin: auto;
    min-width: 1280px;
    padding: 0 60px;
    height: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_inner {
    width: 100%;
    padding: 0 5.3333333333vw;
    height: 12vw;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_ttl {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products_menu_ttl > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .products_menu_ttl > a {
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_ttl > a::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    right: 2.6666666667vw;
    top: calc(50% - 0.53333vw);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #999;
    border-right: 0.5333333333vw solid #999;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_ttl > a.active::after {
    top: calc(50% + 0.53333vw);
    border-color: #fa0000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_mainTtl {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_mainTtl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_nav {
    margin-left: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_nav {
    position: absolute;
    width: 100%;
    top: 12vw;
    left: 0;
    background-color: #fff;
    padding: 0 4vw 8vw;
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_nav_wrapper {
    border-top: 1px solid #dedede;
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_nav_list {
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
}
.products_menu_nav_item {
  position: relative;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .products_menu_nav_item {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_nav_item {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_nav_item + .products_menu_nav_item {
    margin-left: 25px;
  }
}
.products_menu_nav_item [data-trigger=dropdown] {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .products_menu_nav_item [data-trigger=dropdown] {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_nav_item [data-trigger=dropdown] {
    padding-right: 5.3333333333vw;
  }
}
.products_menu_nav_item [data-trigger=dropdown]::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .products_menu_nav_item [data-trigger=dropdown]::after {
    top: calc(50% - 2px);
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_nav_item [data-trigger=dropdown]::after {
    top: calc(50% - 0.53333vw);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #999;
    border-right: 0.5333333333vw solid #999;
  }
}
.products_menu_nav_item [data-trigger=dropdown]:hover::after {
  border-color: #fa0000;
}
@media only screen and (max-width: 767px) {
  .products_menu_nav_item [data-trigger=dropdown].active::after {
    top: calc(50% + 0.53333vw);
    border-color: #fa0000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_nav_item:hover .products_menu_subNav {
    -webkit-transform: translate(73%, 0);
            transform: translate(73%, 0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_nav::before, .products_menu_nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.5333333333vw;
    height: 10.6666666667vw;
    top: calc(100% + 6.66667vw);
    right: 9.3333333333vw;
    background-color: #fff;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_nav::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_nav::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_btn {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_btn {
    margin-top: 8vw;
  }
}
.products_menu_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .products_menu_btn_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.products_menu_btn_item a {
  display: inline-block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .products_menu_btn_item a {
    font-size: 14px;
    padding: 6px 10px 7px;
    border-radius: 18px;
    min-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_btn_item a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 5.3333333333vw 1.6vw;
    border-radius: 4.8vw;
    min-width: 41.0666666667vw;
  }
}
.products_menu_btn_item a:hover {
  background-position: -100% 100%;
}
.products_menu_btn_item.trial a {
  color: #333;
  border-color: #d1d1d1;
}
.products_menu_btn_item.trial a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.products_menu_btn_item.buy a {
  border-color: #fa0000;
  background-color: #fa0000;
  color: #fff;
}
.products_menu_btn_item.buy a:hover {
  background-color: #fff;
  color: #fa0000;
}
.products_menu_btn_item.buy a:hover .arrow_diagonal::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal.svg);
  opacity: 1;
}
.products_menu_btn_item.buy .arrow_diagonal {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .products_menu_btn_item.buy .arrow_diagonal {
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_btn_item.buy .arrow_diagonal {
    right: 5.3333333333vw;
  }
}
.products_menu_btn_item.buy .arrow_diagonal::after {
  background-image: url(/shared/img/icon/icon_arrow_diagonal_w.svg);
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .products_menu_btn_item + .products_menu_btn_item {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_btn_item + .products_menu_btn_item {
    margin-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_subNav {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 50%;
    padding-top: 25px;
    -webkit-transform: translate(73%, 10px);
            transform: translate(73%, 10px);
    opacity: 0;
    visibility: hidden;
    min-width: 240px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s;
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-box-shadow: -5px 0 20px -20px rgba(4, 0, 0, 0.1), 0 5px 20px -20px rgba(4, 0, 0, 0.1), 5px 0 20px -20px rgba(4, 0, 0, 0.1);
            box-shadow: -5px 0 20px -20px rgba(4, 0, 0, 0.1), 0 5px 20px -20px rgba(4, 0, 0, 0.1), 5px 0 20px -20px rgba(4, 0, 0, 0.1);
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_subNav {
    display: none;
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_subNav_list {
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_subNav_item {
    border-top: 1px solid #eaeced;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_subNav_item {
    padding: 1.6vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu_subNav_item > a {
    font-size: 14px;
    padding: 12px 20px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .products_menu_subNav_item > a {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .products_menu.scroll {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
}
@media only screen and (max-width: 767px) {
  .products_menu.scroll {
    -webkit-transform: translateY(calc(-100% - 2.4vw));
            transform: translateY(calc(-100% - 2.4vw));
  }
}

html {
  font-family: "Helvetica Neue", HelveticaNeue, Arial, Verdana, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  -webkit-: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #da0009;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #da0009;
  color: #fff;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  .mod-subMenu_ttl.border::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 8vw);
    height: 1px;
    background-color: #dedede;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/*
  Layout
------------------------------------------------------------------------------*/
.container {
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1280px;
    padding: 0 90px;
  }
}
@media print, screen and (min-width: 1160px) and (max-width: 1400px) {
  .container {
    min-width: 1280px;
    max-width: 1400px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 6.6666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .under main {
    min-width: 1280px;
  }
}
@media print, screen and (min-width: 768px) {
  .under main .container {
    width: 1160px;
    padding: 110px 90px 0;
    max-width: none;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .under main .container {
    padding: 14.6666666667vw 5.3333333333vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .under.products main .container {
    width: 1280px;
    padding: 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .under.products main .container {
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .under .single .container {
    padding: 60px 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .under .single .container {
    padding: 6.6666666667vw 5.3333333333vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .under.simple .header_inner {
    width: 1020px;
    height: 80px;
    min-width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .under.simple .mod-subMenu + main > .container {
    padding-top: 154px;
  }
}
@media only screen and (max-width: 767px) {
  .under.simple .mod-subMenu + main > .container {
    padding-top: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .under.simple main > .container {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .under.simple main > .container {
    padding-top: 55px;
  }
}
@media print, screen and (min-width: 768px) {
  .under.simple main .container {
    width: 1020px;
    padding-left: 60px;
    padding-right: 60px;
    min-width: auto;
  }
}

[data-trigger=view_height] {
  height: calc(var(--vh, 1vh) * 100);
}

/*------------------------------------------------------------------------------

  Header

------------------------------------------------------------------------------*/
.header_menu {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  will-change: transform;
  top: 0;
}
.header_menu.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header_menu.halfway {
  background-color: #fff;
}
.header_menu.halfway .header_nav_item a {
  color: #222;
}
@media print, screen and (min-width: 768px) {
  .header_menu.halfway .header_nav_item a:hover {
    color: #fa0000;
  }
}
@media print, screen and (min-width: 768px) {
  .header_menu.halfway .header_nav_item a:hover::after {
    color: #fa0000;
  }
}
.header_menu.halfway .header_utility_en a {
  color: #222;
}
@media print, screen and (min-width: 768px) {
  .header_menu.halfway .header_utility_en a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu.halfway .header_utility_en a {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .header_menu.halfway .header_utility_contact a span {
    background-image: url(/shared/img/icon/icon_contact.svg);
  }
}
.header_menu.halfway .header_utility_search [data-trigger=header_search] span {
  background-image: url(/shared/img/icon/icon_search.svg);
}
@media only screen and (max-width: 767px) {
  .header_menu.halfway .header_utility_search [data-trigger=header_search] span {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 768px) {
  .header_menu.halfway .header_utility_search .search_input {
    background-color: #eaeced;
  }
}
@media print, screen and (min-width: 768px) {
  .header_menu.halfway .header_utility_search_area {
    background-color: #eaeced;
  }
}
.header_menu.halfway .header_utility_search_area.active ~ [data-trigger=header_search] span {
  background-image: url(/shared/img/icon/icon_close.png);
}
@media only screen and (max-width: 767px) {
  .header_menu.halfway .header_utility_search_area.active ~ [data-trigger=header_search] span {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu.halfway .header_utility_btn span {
    background-color: #222;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu.active {
    top: 0 !important;
  }
}
.header_menu.active .header_utility_search [data-trigger=header_search] span {
  background-image: url(/shared/img/icon/icon_search.svg);
}
@media only screen and (max-width: 767px) {
  .header_menu.active .header_utility_btn span {
    background-color: #222;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu.active .important_notice {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu.search .header_utility_search {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: 60;
    background-color: #fff;
    -webkit-animation: fadeIn 0.3s ease 0s 1;
            animation: fadeIn 0.3s ease 0s 1;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu.search .header_utility_search_area.active ~ [data-trigger=header_search] {
    margin-left: auto;
    margin-right: 6.6666666667vw;
  }
}
.header_menu.search .header_utility_search_area.active ~ [data-trigger=header_search] span {
  background-image: url(/shared/img/icon/icon_close.png);
}
@media only screen and (max-width: 767px) {
  .header_menu.search .important_notice {
    display: none;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header_inner {
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 1280px;
    padding: 0 60px;
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .header_inner {
    padding: 0 5.3333333333vw;
    height: 14.6666666667vw;
    position: relative;
    z-index: 10;
  }
  .header_inner::before{
    content: "";
    display: block;
    width: 100%;
    height: 14.6666666667vw;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    position: relative;
    z-index: 51;
  }
}
.header_logo a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .header_logo a {
    width: 320px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo a {
    width: 53.666666vw;
    height: 6.6666666667vw;
  }
}
.header_logo a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .header_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav_item {
    border-top: 1px solid #dedede;
  }
}
.header_nav_item a {
  color: #222;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media print, screen and (min-width: 768px) {
  .header_nav_item a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav_item a {
    font-size: 3.7333333333vw;
    display: block;
    padding: 4vw 2.6666666667vw 4vw 1.3333333333vw;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .header_nav_item a::after {
    content: "";
    opacity: 0;
    border-bottom: 2px solid;
    display: block;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav_item a::after {
    content: "";
    position: absolute;
    display: block;
    background: url(/shared/img/icon/icon_arrow.svg) center/contain no-repeat;
    width: 3.2vw;
    height: 3.4666666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.6666666667vw;
  }
}
.header_nav_item a:hover {
  color: #fa0000;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media print, screen and (min-width: 768px) {
  .header_nav_item a:hover::after {
    color: #fa0000;
    opacity: 1;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .header_nav_item + .header_nav_item {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav_item:last-child {
    border-bottom: 1px solid #dedede;
  }
}
@media print, screen and (min-width: 768px) {
  .header_nav_wrapper {
    display: block !important;
    margin-right: -74px;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18.6666666667vw 5.3333333333vw 13.3333333333vw;
    background-color: #fff;
    display: none;
    z-index: 10;
  }
}
@media only screen and (max-height: 376px) {
  .header_nav_wrapper {
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav_wrapper::before, .header_nav_wrapper::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.5333333333vw;
    height: 10.6666666667vw;
    top: calc(100% + 2.66667vw);
    right: 9.3333333333vw;
    background-color: #fff;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav_wrapper::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .header_nav_wrapper::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .header_utility {
    margin-left: auto;
  }
}
.header_utility_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .header_utility_inner {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .header_utility_inner > div + div {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_inner > div + div {
    margin-left: 6.6666666667vw;
  }
}
.header_utility_en a {
  color: #222;
}
@media print, screen and (min-width: 768px) {
  .header_utility_en a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_en a {
    font-size: 3.4666666667vw;
  }
}
.header_utility_contact a {
  display: block;
  width: 20px;
  height: 16px;
  position: relative;
}
.header_utility_contact a span {
  display: block;
  width: 20px;
  height: 16px;
  background: url(/shared/img/icon/icon_contact.svg) center/contain no-repeat;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_utility_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .header_utility_search {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_search {
    margin-left: auto;
  }
}
.header_utility_search [data-trigger=header_search] {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header_utility_search [data-trigger=header_search] {
    width: 19px;
    height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_search [data-trigger=header_search] {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.header_utility_search [data-trigger=header_search] span {
  display: block;
  background: url(/shared/img/icon/icon_search.svg) center/contain no-repeat;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .header_utility_search [data-trigger=header_search] span {
    width: 19px;
    height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_search [data-trigger=header_search] span {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.header_utility_search .search_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
@media print, screen and (min-width: 768px) {
  .header_utility_search .search_input {
    background-color: #eaeced;
    padding: 10px 20px 10px 45px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_search .search_input {
    padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 6.6666666667vw;
    font-size: 4vw;
  }
}
.header_utility_search_area {
  position: absolute;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .header_utility_search_area {
    width: 0;
    -webkit-transition: opacity 0.25s ease 0.1s, width 0.2s linear 0.1s;
    transition: opacity 0.25s ease 0.1s, width 0.2s linear 0.1s;
    height: 46px;
    border-radius: 23px !important;
    right: 35px;
    background-color: #eaeced;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_search_area {
    width: 100%;
    height: 8vw;
    left: 6.6666666667vw;
  }
}
.header_utility_search_area .header_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header_utility_search_area.active {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .header_utility_search_area.active {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_search_area.active {
    width: 77.3333333333vw;
  }
}
.header_utility_search_area.active ~ [data-trigger=header_search] span {
  background-image: url(/shared/img/icon/icon_close.png);
}
.header_utility_search_area.active .header_search {
  pointer-events: all;
}
.header_utility_search_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .header_utility_search_icon {
    width: 15px;
    height: 15px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_search_icon {
    width: 4vw;
    height: 4vw;
    left: 0;
  }
}
.header_utility_search_icon::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/shared/img/icon/icon_search.svg) center/contain no-repeat;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .header_utility_search_icon::before {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_search_icon::before {
    width: 4vw;
    height: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .header_utility_sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_sp .header_utility_en a {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_sp .header_utility_en + .header_utility_contact {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_sp .header_utility_contact {
    position: relative;
    top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_sp .header_utility_contact a {
    font-size: 3.2vw;
    width: auto;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .header_utility_btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_btn {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 20;
  }
}
@media only screen and (max-width: 767px) {
  .header_utility_btn span {
    width: 5.3333333333vw;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    height: 0.5466666667vw;
    background-color: #222;
    position: absolute;
    top: 0;
    right: 0;
    will-change: transform;
  }
}
.header_utility_btn span:nth-child(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.header_utility_btn span:nth-child(2) {
  -webkit-transform: translateY(1.6vw);
          transform: translateY(1.6vw);
}
.header_utility_btn span:nth-child(3) {
  -webkit-transform: translateY(3.2vw);
          transform: translateY(3.2vw);
}
.header_utility_btn.open span:nth-child(1) {
  -webkit-transform: translateY(1.6vw) rotate(-45deg);
          transform: translateY(1.6vw) rotate(-45deg);
}
.header_utility_btn.open span:nth-child(2) {
  background-color: rgba(255, 255, 255, 0);
}
.header_utility_btn.open span:nth-child(3) {
  -webkit-transform: translateY(1.6vw) rotate(45deg);
          transform: translateY(1.6vw) rotate(45deg);
}
.header .sp_menu_bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0.5;
}

.important_notice {
  display: none;
}

.top .important_notice {
  display: block;
}

/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
.footer {
  background-color: red;
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding: 40px 0 30px; 
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 100px;
    padding: 13.3333333333vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper + .footer_lower {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper + .footer_lower {
    margin-top: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav {
    margin-top: 8vw;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_ttl {
    /*border-top: 1px solid #dedede;*/
    border-bottom: 1px solid white;
    padding: 2.6666666667vw 6.6666666667vw;
    margin: 0 6.6666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -1px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_ttl a{
    color: white;
    transition: all 0.15s ease;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_ttl:hover a{
    opacity: .6;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_ttl.current {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_ttl.current::before {
    -webkit-transform: translateY(-50%) rotate(90deg) !important;
            transform: translateY(-50%) rotate(90deg) !important;
    background-color: #fa0000 !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_ttl.current::after {
    content: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_ttl.current ~ .footer_upper_nav_linkArea {
    border-bottom: 1px solid #dedede;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav_ttl + .footer_upper_nav_linkArea {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav_list.contact {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav_item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav_item.icon_contact {
    margin-left: auto !important;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav_item.other {
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_item.other .footer_upper_nav_linkArea {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_item.other .footer_upper_nav_inner {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_item.other .footer_upper_nav_subList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_item.other .footer_upper_nav_subList li + li {
    margin-top: 0;
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_item.other .footer_upper_nav_subList li .bold {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav_item + .footer_upper_nav_item {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav_link {
    font-size: 16px;
    color: white;
    font-weight: normal;
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: all 0.15s ease;
  }
}
.footer_upper_nav_link:hover {
  color: white!important;
  border-bottom: 1px solid white;
}
@media print, screen and (min-width: 768px) {
  .footer_upper_nav_link.contact{
    font-size: 24px;
    color: white;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .footer_upper_nav_link {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.footer_lower_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer_lower_nav_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer_lower_nav_item {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .footer_lower_nav_item {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_lower_nav_item {
    margin-right: 6.6666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
.footer_lower_nav_item:last-child {
  margin-right: 0;
}
.footer_lower_nav_item a {
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 768px) {
  .footer_lower_nav_item a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_lower_nav_item a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.footer_lower .copyright {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer_lower .copyright {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_lower .copyright {
    margin-top: 6.6666666667vw;
  }
}
.footer_lower .copyright small {
  color: white;
}
@media print, screen and (min-width: 768px) {
  .footer_lower .copyright small {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_lower .copyright small {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

/*------------------------------------------------------------------------------

  Breadcrumb

------------------------------------------------------------------------------*/
.breadcrumb {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb .container {
    padding: 0 5.3333333333vw;
  }
}
.breadcrumb .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb_list {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb_list {
    padding: 4.8vw 0;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb_list::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb .breadcrumb-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    margin-left: 5.3333333333vw;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    width: 6px;
    height: 6px;
    left: -17px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    left: -3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.breadcrumb .breadcrumb-item span {
  color: #555;
}

/*------------------------------------------------------------------------------

  Print.css

------------------------------------------------------------------------------*/
@media print {
  body {
    zoom: 0.8;
    -webkit-print-color-adjust: exact;
  }

  main::before {
    content: "";
    position: absolute;
    display: block;
    background: url(/shared/img/img_header_logo.svg) left top/contain no-repeat;
    width: 90px;
    height: 40px;
    top: 70px;
    left: 100px;
  }
  main::after {
    content: "c JustSystems Corporation";
    display: block;
    padding: 50px 0 100px 100px;
    color: #aaa;
  }

  [data-match-height], [data-mh] {
    height: auto !important;
  }

  .header {
    display: none;
  }

  .mod-subMenu {
    display: none;
  }

  .products_sidenav {
    display: none;
  }

  .products_detail {
    display: none;
  }

  .breadcrumb {
    display: none;
  }

  .footer {
    display: none;
  }

  .delighter .d-fadeIn {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }

  [class*=mod-table].scroll table {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  [class*=mod-table].scroll table::-webkit-scrollbar {
    display: none;
  }
}
/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .footer_lower_nav_item a {
    font-size: 12px;
  }
}

/* add at 2021-11-16 NewsRelease */
@media print {
 .prDM {
  display: none !important;
 }
}
