@charset "UTF-8";
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
   html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    /* Prevent adjustments of font size after orientation changes in iOS */
    word-break: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    font-size: 62.5%;
  }

  *,
  ::before,
  ::after {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    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;
  }

  ol li,
  ul li {
    list-style: none;
  }

/* # =================================================================
   # 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;
              text-decoration: underline dotted;
            }

            a {
              background-color: transparent;
              text-decoration: none;
              /* 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;
}

/* # =================================================================
   # Forms
   # ================================================================= */
   input {
    border-radius: 0;
  }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

  [type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
  }

  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Remove the inner padding in Chrome and Safari on macOS */ }

    textarea {
      overflow: auto;
      /* Internet Explorer 11+ */
      resize: vertical;
      /* Specify textarea resizability */ }

      button,
      input,
      optgroup,
      select,
      textarea {
        font: inherit;
        /* Specify font inheritance of form elements */ }

        optgroup {
          font-weight: bold;
          /* Restore the font weight unset by the previous rule */ }

          button {
            overflow: visible;
            /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

            button,
            select {
              text-transform: none;
              /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

  select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */ }

    select::-ms-value {
      color: currentColor;
      /* Internet Explorer 11+ */ }

      legend {
        border: 0;
        /* Correct `color` not being inherited in IE 8/9/10/11 */
        color: inherit;
        /* Correct the color inheritance from `fieldset` elements in IE */
        display: table;
        /* Correct the text wrapping in Edge and IE */
        max-width: 100%;
        /* Correct the text wrapping in Edge and IE */
        white-space: normal;
        /* Correct the text wrapping in Edge and IE */
        max-width: 100%;
        /* Correct the text wrapping in Edge 18- and IE */ }

        ::-webkit-file-upload-button {
          -webkit-appearance: button;
          /* Correct the inability to style clickable types in iOS and Safari */
          font: inherit;
          /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
   img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

/* 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;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.u-font-en {
  font-family: 'Oswald', sans-serif;
}

.u-duration-100 {
  transition-duration: 0.1s !important;
}

.u-animation-delay-100 {
  animation-delay: 0.1s !important;
}

.u-duration-200 {
  transition-duration: 0.2s !important;
}

.u-animation-delay-200 {
  animation-delay: 0.2s !important;
}

.u-duration-300 {
  transition-duration: 0.3s !important;
}

.u-animation-delay-300 {
  animation-delay: 0.3s !important;
}

.u-duration-400 {
  transition-duration: 0.4s !important;
}

.u-animation-delay-400 {
  animation-delay: 0.4s !important;
}

.u-duration-500 {
  transition-duration: 0.5s !important;
}

.u-animation-delay-500 {
  animation-delay: 0.5s !important;
}

.u-duration-600 {
  transition-duration: 0.6s !important;
}

.u-animation-delay-600 {
  animation-delay: 0.6s !important;
}

.u-duration-700 {
  transition-duration: 0.7s !important;
}

.u-animation-delay-700 {
  animation-delay: 0.7s !important;
}

.u-duration-800 {
  transition-duration: 0.8s !important;
}

.u-animation-delay-800 {
  animation-delay: 0.8s !important;
}

.u-duration-900 {
  transition-duration: 0.9s !important;
}

.u-animation-delay-900 {
  animation-delay: 0.9s !important;
}

.u-duration-1000 {
  transition-duration: 1s !important;
}

.u-animation-delay-1000 {
  animation-delay: 1s !important;
}

@keyframes show {
  from {
    opacity: 0;
    transform: translateX(-160px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes showCard {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes showContents {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scrollIcon {
  0%, 100% {
    opacity: 1;
    transform: translateY(12px);
  }
  50% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes barScale {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0);
  }
}

.a-font-en {
  font-family: "rosewood-std-fill", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.a-headline {
  background-image: url(../common/img/rproduct/icon-headline.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  background-size: 27px;
  padding-left: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .a-headline {
    padding-left: 9.23077vw;
    padding-top: 1.02564vw;
    padding-bottom: 1.02564vw;
    font-size: 3.58974vw;
    background-size: 6.66667vw;
  }
}
.a-headline.-normal {
  background-image: url(../common/img/rproduct/icon-headline.png);
  background-size: 27px;
  padding-left: 32px;
}
@media print, screen and (max-width: 1079px) {
  .a-headline.-normal {
    background-size: 6.66667vw;
    padding-left: 7.69231vw;
  }
}
.a-headline.-middle {
  background: none;
  padding-left: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .a-headline.-middle {
    background: none;
    padding-left: 0;
    font-size: 3.84615vw;
  }
}
.a-headline.-no1 {
  background-image: url(../common/img/rproduct/icon-no1-index.png);
}
.a-headline.-no2 {
  background-image: url(../common/img/rproduct/icon-no2-index.png);
}
.a-headline.-no3 {
  background-image: url(../common/img/rproduct/icon-no3-index.png);
}
.a-headline.-no4 {
  background-image: url(../common/img/rproduct/icon-no4-index.png);
}
.a-headline.-no5 {
  background-image: url(../common/img/rproduct/icon-no5-index.png);
}

.a-input {
  margin-bottom: 18px;
}
.a-input.-select .a-input__item {
  position: relative;
}
.a-input.-select .a-input__item select.is-placeholder {
  color: #999999;
}
.a-input.-select .a-input__item:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #d5d5d5;
  content: "";
  position: absolute;
  right: 9px;
  top: 17px;
  width: 0;
}
.a-input.-acceptance {
  text-align: center;
}
.a-input.-acceptance label {
  display: inline-block;
}
.a-input__label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.a-input__label .required {
  padding-left: 10px;
}
.a-input__label.-vertical {
  margin-bottom: 12px !important;
}
.a-input__label.-bold {
  font-weight: bold;
}
.a-input__label.-accent {
  color: #FF0000;
}
.a-input__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  position: relative;
}
.a-input__item input[type="text"],
.a-input__item input[type="number"],
.a-input__item input[type="email"],
.a-input__item input[type="tel"],
.a-input__item input[type="password"],
.a-input__item input[type="date"],
.a-input__item input[type="month"],
.a-input__item textarea,
.a-input__item select {
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 8px 20px 8px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  background-color: #fff;
}
.a-input__item input[type="text"].is-error,
.a-input__item input[type="number"].is-error,
.a-input__item input[type="email"].is-error,
.a-input__item input[type="tel"].is-error,
.a-input__item input[type="password"].is-error,
.a-input__item input[type="date"].is-error,
.a-input__item input[type="month"].is-error,
.a-input__item textarea.is-error,
.a-input__item select.is-error {
  border: 1px solid #ff0000;
  background-color: #f8efef;
}
.a-input__item input[type="text"].is-disabled,
.a-input__item input[type="number"].is-disabled,
.a-input__item input[type="email"].is-disabled,
.a-input__item input[type="tel"].is-disabled,
.a-input__item input[type="password"].is-disabled,
.a-input__item input[type="date"].is-disabled,
.a-input__item input[type="month"].is-disabled,
.a-input__item textarea.is-disabled,
.a-input__item select.is-disabled {
  background-color: #D5D5D5;
  pointer-events: none;
}
.a-input__item input[type="text"]::placeholder,
.a-input__item input[type="number"]::placeholder,
.a-input__item input[type="email"]::placeholder,
.a-input__item input[type="tel"]::placeholder,
.a-input__item input[type="password"]::placeholder,
.a-input__item input[type="date"]::placeholder,
.a-input__item input[type="month"]::placeholder,
.a-input__item textarea::placeholder,
.a-input__item select::placeholder {
  color: #999999;
}
.a-input__item input[type="password"] {
  letter-spacing: 0.1em;
}
.a-input__item label.is-error {
  color: #ff0000;
  margin-top: 4px;
  padding-left: 16px;
  display: block;
  margin-top: 4px;
  position: relative;
}
.a-input__item label.is-error:after {
  position: absolute;
  content: '\30FB';
  font-weight: bold;
  top: 0;
  left: 0;
}
.a-input.-radio {
  font-size: 0;
}
.a-input.-radio .a-input__item {
  width: 50%;
  display: inline-block;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .a-input.-radio .a-input__item {
    display: block;
    width: 100%;
  }
}
.a-input.-radio .a-input__item input {
  margin-right: 6px;
}
.a-input.-radio .a-input__item label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.a-input.-radio .a-input__item label::before,
.a-input.-radio .a-input__item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.a-input.-radio .a-input__item label::before {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0;
}
.a-input.-radio .a-input__item label::after {
  background-color: #111;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 4px;
}
.a-input.-radio .a-input__item input:checked + label::after {
  opacity: 1;
}
.a-input.-radio .a-input__item .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.a-input.-checkbox .a-input__item {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .a-input.-checkbox .a-input__item {
    display: block;
  }
}
.a-input.-checkbox .a-input__item input {
  margin-right: 6px;
  display: none;
}
.a-input.-checkbox .a-input__item label {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
}
.a-input.-checkbox .a-input__item label::before,
.a-input.-checkbox .a-input__item label::after {
  content: "";
  display: block;
  position: absolute;
}
.a-input.-checkbox .a-input__item label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #111;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.a-input.-checkbox .a-input__item label::after {
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 5px;
  left: 3px;
}
.a-input.-checkbox .a-input__item input:checked + label::after {
  opacity: 1;
}
.a-input.-checkbox.-classification {
  margin-left: auto;
}
.a-input.-checkbox.-classification .a-input__item {
  margin-right: 10px;
}
.a-input.-checkbox.-classification .a-input__label {
  margin-bottom: 16px;
}
.a-input.-small {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.a-input.-small .a-input__label {
  margin-bottom: 0;
  margin-right: 10px;
}
.a-input.-small .a-input__item:after {
  top: 12px;
}
.a-input.-small select {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  padding: 4px 40px 4px 8px;
}

.js-genie-content {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  transition: all .2s ease-out;
  opacity: 1;
  z-index: 1;
}
.js-genie-content.-genie {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.genie-close-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.js-genie-content.-genie .genie-bg {
}
.js-genie-content.-genie .genie-inner {
}
.js-genie-content .genie-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  opacity: 1;
  animation: fadeIn 0.2s;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .genie-bg {
    animation: fadeIn 0.03s;
  }
}
.js-genie-content .genie-inner {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 40px;
  animation: fadeIn 0.7s;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .genie-inner {
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 2vh;
    overflow: hidden;
    animation: fadeIn 0.7s;
  }
}
.js-genie-content .genie-inner .genie-close-button {
  position: absolute;
  top: 4vw;
  right: -7vw;
  width: 30px;
  cursor: pointer;
  z-index: 10;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .genie-inner .genie-close-button {
    top: 8px;
    right: 8px;
    width: 20px;
  }
}
.js-genie-content .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.js-genie-content .info .swiper {
  margin-left: 0;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
}
.js-genie-content .info .swiper .swiper-slide {
  max-width: 32px;
  cursor: pointer;
  margin-right: 8px;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .info .swiper .swiper-slide {
    max-width: 24px;
    margin-right: 4px;
  }
}
.js-genie-content .info .swiper .swiper-slide.is-active {
  opacity: 1;
  animation: point .6s  both;
  animation-timing-function: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .info .swiper .swiper-slide.is-active {
    animation: point .3s  both;
    animation-timing-function: linear(0, 2.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
  }
}
.js-genie-content .info .close {
  width: 100%;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  padding: 8px 0;
  max-width: 150px;
  background-color: #ffffff6e;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .info .close {
    padding: 6px 14px;
    max-width: 100px;
    font-size: 2.05128vw;
  }
}
.js-genie-content .company {
  color: #fff;
  padding-top: 16px;
  border-top: 1px solid #fff;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .company {
    padding-top: 8px;
  }
}
.js-genie-content .company .upper {
  display: grid;
  grid-template-columns: 1fr 11fr;
  gap: 10px;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .company .upper {
    grid-template-columns: 2fr 10fr;
    gap: 0;
  }
}
.js-genie-content .company .upper .logo {
  max-width: 74px;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .company .upper .logo {
    max-width: 58px;
  }
}
.js-genie-content .company .upper .head .title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .company .upper .head .title {
    font-size: 3.07692vw;
  }
}
.js-genie-content .company .upper .head .label {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2px;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 8px;
  border-spacing: 0;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .company .upper .head .label {
    font-size: 1.79487vw;
    line-height: 1.6;
  }
}
.js-genie-content .company .upper .head .label th,
.js-genie-content .company .upper .head .label td {
  padding: 2px 8px;
}
.js-genie-content .company .upper .head .label .headline {
  text-align: center;
  background: #fff;
  color: #000000;
  text-align: center;
  font-weight: bold;
  min-width: 124px;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .company .upper .head .label .headline {
    min-width: 92px;
  }
}
.js-genie-content .company .box {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 10fr 2fr;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 63px;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .company .box {
    font-size: 2.05128vw;
    margin-left: 0;
  }
}
.js-genie-content .company .box .text {
  font-weight: 400;
}
.js-genie-content .company .box a {
  color: #FFA200;
  text-decoration: underline;
}
.js-genie-content .company .link {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: 400;
}
@media print, screen and (max-width: 1079px) {
  .js-genie-content .company .link {
    position: relative;
    font-size: 3.07692vw;
    top: inherit;
    text-align: right;
  }
}
.js-genie-content .company .link a {
  color: #fff;
  text-decoration: underline;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border-radius: 10px;
  max-width: 635px;
  padding: 35px 50px;
}
@media print, screen and (max-width: 1079px) {
  .remodal {
    max-width: 323px;
    padding: 32px 16px;
  }
}
.remodal.-enquete {
  padding: 24px 50px;
}
@media print, screen and (max-width: 1079px) {
  .remodal.-enquete {
    max-width: 90%;
    padding: 48px 16px 32px;
  }
}
.remodal.-enquete .box .content {
  height: auto;
  padding-top: 24px;
  padding-right: 0;
}
.remodal.-enquete .box .button {
  text-align: center;
}
.remodal.-enquete .box .button input {
  background: #67ba29;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 178px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px 0;
  font-weight: 400;
}
@media print, screen and (max-width: 1079px) {
  .remodal.-enquete .box .button input {
    padding: 5px 0 8px;
    width: 35.89744vw;
    background-position: 88% center;
    font-size: 3.07692vw;
    background-size: 2.05128vw;
  }
}
.remodal .box {
  text-align: left;
}
.remodal .box .content {
  width: 100%;
  height: 500px;
  overflow: auto;
  padding-top: 4px;
  padding-right: 19px;
}
@media print, screen and (max-width: 1079px) {
  .remodal .box .content {
    height: 70svh;
    font-size: 2.5641vw;
  }
}
.remodal .box .content .text {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px dotted #888888;
  border-bottom: 1px dotted #888888;
}

.remodal-wrapper {
  padding: 0;
}

.remodal-close {
  left: inherit;
  top: 15px;
  right: 17px;
  width: 30px;
  height: 30px;
}
@media print, screen and (max-width: 1079px) {
  .remodal-close {
    top: 8px;
    right: 8px;
  }
}
.remodal-close:before {
  display: none;
}

.js-swiper .swiper-button-prev,
.js-swiper .swiper-button-next {
  display: none;
}

.js-swiper .figure {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.js-swiper .figure.-left {
  display: block;
  left: -20px;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .figure.-left {
    display: none;
  }
}
.js-swiper .figure.-right {
  right: -20px;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .figure.-right {
    right: -30px;
  }
}

.js-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  font-size: 22px;
  background: #F6F5F1;
  height: 460px;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide {
    height: 123.07692vw;
  }
}
.js-swiper .swiper-slide .card {
  position: relative;
  width: 100%;
}
.js-swiper .swiper-slide .card.index .box {
  padding: 0;
}
.js-swiper .swiper-slide .card.index .box .title {
  background: #197300;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  padding: 8px 0 10px;
  display: block;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card.index .box .title {
    padding: 8px 12px;
    font-size: 3.84615vw;
  }
}
.js-swiper .swiper-slide .card.index .box .label {
  font-weight: bold;
  background: #DBDBDB;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.15385;
  padding: 8px 0;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card.index .box .label {
    padding: 4px 12px;
    font-size: 2.82051vw;
  }
}
.js-swiper .swiper-slide .card.index .box .content {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  padding: 10px 50px 20px;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card.index .box .content {
    padding: 10px 4.35897vw 16px;
  }
}
.js-swiper .swiper-slide .card.index .box .content .headline-middle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  background-image: url(../common/img/rproduct/icon-headline.png);
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 24px;
  padding-left: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 33px;
  max-width: 118px;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card.index .box .content .headline-middle {
    background-size: 6.41026vw;
    font-size: 2.5641vw;
    padding-left: 7.17949vw;
    max-width: 100%;
    height: 5.12821vw;
  }
}
.js-swiper .swiper-slide .card.index .box .content .list {
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #888888;
}
.js-swiper .swiper-slide .card.index .box .content .list .item {
  display: flex;
  align-items: center;
  height: 45px;
  border-top: 1px dotted #888888;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card.index .box .content .list .item {
    height: 15.38462vw;
  }
}
.js-swiper .swiper-slide .card.index .box .content .list .item a {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 12px;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card.index .box .content .list .item a {
    display: block;
  }
}
.js-swiper .swiper-slide .card.index .box .content .list .item .headline {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  background-size: 27px;
  padding-left: 32px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card.index .box .content .list .item .headline {
    font-size: 3.33333vw;
    background-size: 6.41026vw;
    padding-left: 7.17949vw;
    padding-top: 2.05128vw;
    padding-bottom: 2.05128vw;
    line-height: 1.2;
  }
}
.js-swiper .swiper-slide .card.index .box .content .list .item .headline.-no1 {
  background-image: url(../common/img/rproduct/icon-no1-index.png);
}
.js-swiper .swiper-slide .card.index .box .content .list .item .headline.-no2 {
  background-image: url(../common/img/rproduct/icon-no2-index.png);
}
.js-swiper .swiper-slide .card.index .box .content .list .item .headline.-no3 {
  background-image: url(../common/img/rproduct/icon-no3-index.png);
}
.js-swiper .swiper-slide .card.index .box .content .list .item .headline.-no4 {
  background-image: url(../common/img/rproduct/icon-no4-index.png);
}
.js-swiper .swiper-slide .card.index .box .content .list .item .headline.-no5 {
  background-image: url(../common/img/rproduct/icon-no5-index.png);
}
.js-swiper .swiper-slide .card.index .box .content .list .item .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card.index .box .content .list .item .text {
    font-size: 2.5641vw;
    line-height: 1.2;
    margin-top: 0;
  }
}
.js-swiper .swiper-slide .card.index .box .content .next {
  background: #67ba29;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(../common/img/rproduct/icon-arrow-right02.png);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 178px;
  background-size: 8px;
  background-position: 88% center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  padding: 10px 0;
  font-weight: 400;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card.index .box .content .next {
    padding: 5px 0 8px;
    width: 35.89744vw;
    background-position: 88% center;
    font-size: 3.07692vw;
    background-size: 2.05128vw;
  }
}
.js-swiper .swiper-slide .card .box {
  padding: 30px 50px 14px;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card .box {
    padding: 24px 4.35897vw 16px;
  }
}
.js-swiper .swiper-slide .card .box .title {
  display: flex;
  align-items: center;
}
.js-swiper .swiper-slide .card .box .content {
  margin-top: 4px;
  border-top: 1px dotted #888888;
  padding-top: 8px;
}
.js-swiper .swiper-slide .card .box .content .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card .box .content .text {
    font-size: 2.5641vw;
    line-height: 1.5;
  }
}
.js-swiper .swiper-slide .card .box .under {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
}
.js-swiper .swiper-slide .card .box .under .link {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 400;
}
.js-swiper .swiper-slide .card .box .under .link a {
  display: block;
  background: #707070;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  padding: 7px 0 10px;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card .box .under .link a {
    padding: 7px 0 10px;
    font-size: 3.07692vw;
  }
}
.js-swiper .swiper-slide .card .box .under .navigation {
  margin-top: 29px;
  border-top: 1px dotted #888888;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.js-swiper .swiper-slide .card .box .under .navigation > div {
  background: #67ba29;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 100px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  padding: 8px 0 10px;
  font-weight: 400;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card .box .under .navigation > div {
    font-size: 3.07692vw;
    width: 23.07692vw;
    padding: 5px 0 8px;
  }
}
.js-swiper .swiper-slide .card .box .under .navigation > div.prev {
  background-image: url(../common/img/rproduct/icon-arrow-left02.png);
  background-repeat: no-repeat;
  background-position: 12% center;
  background-size: 8px;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card .box .under .navigation > div.prev {
    background-size: 2.05128vw;
  }
}
.js-swiper .swiper-slide .card .box .under .navigation > div.next {
  background-image: url(../common/img/rproduct/icon-arrow-right02.png);
  background-repeat: no-repeat;
  background-position: 88% center;
  background-size: 8px;
}
@media print, screen and (max-width: 1079px) {
  .js-swiper .swiper-slide .card .box .under .navigation > div.next {
    background-size: 2.05128vw;
  }
}

.js-swiper-thumb .swiper-wrapper {
  transform: inherit !important;
}

.t-contents {
  width: 100%;
  z-index: 0;
  padding-top: 80px;
}
@media print, screen and (max-width: 1079px) {
  .t-contents {
    padding-top: 62px;
  }
}

@keyframes point {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  background: none;
}
body * {
  font-feature-settings: "palt";
}
body a {
  color: #333333;
  transition: all 0.2s ease-out;
}
body a:hover {
  opacity: 0.7;
}
body .is-abbr1-pc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body .is-abbr2-pc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media print, screen and (max-width: 1079px) {
  body .is-abbr1-sp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  body .is-abbr2-sp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
body .inner {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  body .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1080px) {
  body .is-pc {
    display: block;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  body .is-sp {
    display: none;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-sp {
    display: block;
  }
}
