@charset "UTF-8";

html,body {
  overflow-x: hidden;
}
.s5-breadcrumbs {
  display: none;
}
.s5-buttonV3._large {
  min-width: 400px;
  padding-top: 15px;
  padding-bottom: 15px;
  @media screen and (max-width: 640px) {
    min-width: 90%;
  }
}
.c5-wp-wrap {
  max-width: 1000px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  p:not([class]) {
    margin: 0 0 2em 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
  img:not(.s5-iconInline) {
    max-width: 100%;
    vertical-align: bottom;
  }
  .s5-heading1 {
  }
}
.c5-mv {
  margin-bottom: 60px;
}
.c5-h1 {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 60px;
  @media screen and (max-width: 640px) {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.c5-wp-gradlead {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  padding: 40px 20px;
  background: linear-gradient(93.46deg, #686F78 0%, #111112 100%);
  margin: 0 calc(50% - 50vw) 60px;
  width: 100vw;
  box-sizing: border-box;
  @media screen and (max-width: 640px) {
    font-size: 14px;
    padding: 32px 20px;
    margin: 0 -20px 60px -20px;
    line-height: 2;
  }
}
.c5-wp__ttl {
  font-size: 24px;
  margin: 10px 0 20px 0;
  text-align: center;
  font-weight: bold;
  img {
    margin-top: 10px;
  }
}
.c5-wp__lead {
  font-size: 20px;
  line-height: 2.5;
  margin: 0 0 40px 0;
  + .c5-wp-block__wrap {
    border-top: 1px solid #838383;
    padding-top: 20px;
  }
}
.c5-wp-signbox {
  margin-top: 80px;
  border: 1px solid #DADADA;
  padding: 20px 5.5vw;
  container-type: inline-size;
  &:not(.sp_sticky) .c5-wp__ttl {
    background-color: #2F353D;
    color: #fff;
    padding: 10px;
    line-height: 1.4;
    margin: -20px -5.5vw 40px -5.5vw;
    @media screen and (max-width: 640px) {
      margin: -20px -20px 40px -20px;
    }
  }
  &.bg-gray {
    background-color: #F2F2F2;
    border: none;
  }
}
.c5-wp-signbox__ttl {
  text-align: center;
  font-size: 18px;
  margin: 0 0 30px 0;
}
.c5-wp-signbox__note {
  font-size: 12px;
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    li {
      text-indent: -1.4em;
      padding-left: 1.4em;
    }
  }
}
.c5-wp-signbox__appcol {
  display: flex;
  gap: 30px;
  @media screen and (max-width: 640px) {
    flex-direction: column-reverse;
    gap: 30px;
  }
  > div:first-child {
    flex: 1;
  }
  > div:last-child {
    flex: 0 1 19%;
    @media screen and (max-width: 640px) {
      flex: auto;
      text-align: center;
      img {
        width: 90px;
      }
    }
  }
}
.c5-wp-signbox__col {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  position: relative;
  gap: min(80px,4vw);
  @container (max-width: 660px) {
    justify-content: center;
  }
  &::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    top: 0;
    left: 50%;
  }
  > div {
    flex: 0 1 50%;
    text-align: center;
  }
  .s5-buttonV3 {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    > span {
      flex: 100%;
    }
    .c5-fs12 {
      display: inline-block;
    }
  }
}
.c5-wp-signbox__col__txt {
  font-size: 15px;
  margin-right: 20px;
  width: min(210px,16vw);
  @container (max-width: 660px) {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.c5-wp-block__wrap {
  + .c5-wp-signbox {
    margin-top: 80px;
    @media screen and (max-width: 640px) {
      margin-top: 60px;
    }
  }
}
.c5-wp-block__all {
  text-align: center;
  margin-top: 120px;
  @media screen and (max-width: 640px) {
    margin-top: 80px;
  }

}
.s5-heading1 + .c5-wp-block {
  margin-top: 60px;
}
.c5-wp-block {
  display: grid;
  margin-top: 80px;
  gap: 0 60px;
  grid-template-columns: repeat(2, 1fr);
  &:first-child {
    margin-top: 0 !important;
  }
  &.app {
    display: block;
    margin-top: 60px;
    .c5-wp-block__ttl {
      font-size: 18px;
      margin-bottom: 20px;
      text-align: center;
    }
    .c5-wp-block__img {
      display: flex;
      gap: 20px;
      > div {
        flex: 0 1 50%;
        text-align: center;
      }
    }
    .c5-wp-block__body {
      font-size: 14px;
      margin-top: 20px;
    }
  }
}
.c5-wp-block__ttl {
  font-size: 24px;
  margin-bottom: 16px;
}
.c5-wp-block__img {
  grid-row: span 3;
}
.c5-wp-block__body {
  grid-column-start: 2;
}
.c5-wp-block__btnV3 {
  a {
    min-width: 220px;
    text-align: center;
  }
}
.c5-wp-dl {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
  p {
    margin-bottom: 1em !important;
  }
  > div {
    flex: 0 1 50%;
  }
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
    li:not(:last-child) {
      margin-bottom: 30px;
    }
  }
  .s5-buttonV3 {
    display: block;
  }
}
.c5-icon__arrow {
  display: block;
  position: relative;
  padding: 0 13px;
  &::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    width:0;
    height:0;
    border-style:solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
  }
}
.c5-sp {
  display: none;
}
.c5-border {
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
}
.c5-fs12 {
  font-size: 12px;
}
.c5-banner {
  text-align: center;
  margin: 80px 0 0 0;
}
.c5-bannerWrap {
  text-align: center;
  background-color: #F2F2F2;
  padding: 120px 20px;
  text-align: center;
  @media screen and (max-width: 640px) {
    padding: 60px 20px;
  }
  img {
    max-width: 100%;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 640px) {
  .s5-heading1 + .c5-wp-block {
    margin-top: 30px;
  }
  .c5-wp-wrap {
  }
  .c5-mv {
    margin-bottom: 30px;
  }
  .c5-wp__ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .c5-wp__lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c5-wp-signbox.sp_sticky {
    position: sticky;
    border-left: none;
    border-right: none;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    margin: 0 -20px;
    transition: .3s ease;
    opacity: 0;
    visibility: hidden;
    &.show {
      opacity: 1;
      visibility: visible;
    }
    .c5-wp__ttl {
      font-size: 16px;
      margin: 0 0 5px 0;
    }
  }
  .c5-wp-signbox {
    padding: 20px 20px 40px 20px;
    .c5-wp__ttl {
      font-size: 18px;
    }
  }
  .c5-wp-signbox__ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .c5-wp-signbox__col {
    gap: 15px;
    margin-bottom: 10px;
    &::before {
      display: none;
    }
    > div {
    }
    .s5-buttonV3 {
    }
  }
  .c5-wp-signbox__col__txt {
    font-size: 12px;
    margin: 0 0 10px 0;
    min-width: 0;
  }
  .c5-wp-block {
    gap: 0 20px;
    margin-top: 0;
    &.sp_nocol {
      display: flex;
      flex-direction: column;
      + .c5-wp-block {
        margin-top: 60px;
      }
      .c5-wp-block__ttl {
        order: 1;
        font-size: 18px;
        margin-bottom: 16px;
      }
      .c5-wp-block__img {
        order: 2;
        margin-bottom: 20px;
      }
      .c5-wp-block__body {
        order: 3;
        font-size: 14px;
        line-height: 1.8;
      }
    }
  }
  .c5-wp-block__ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c5-wp-block__img {
    text-align: center;
  }
  .c5-wp-block__body {
    font-size: 12px;
  }
  .c5-wp-block__btnV3 {
    text-align: center;
  }
  .c5-wp-signbox__note {
    font-size: 10px;
  }
  .c5-wp-dl {
    ul {
      li:not(:last-child) {
        margin-bottom: 15px;
      }
    }
  }
  .c5-fs12 {
    font-size: 10px;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
}
.c5-wp-section {
  margin-bottom: 120px;
  @media screen and (max-width: 640px) {
    margin-bottom: 80px;
  }
}
.c5-deco-sidebar {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  &::after,
  &::before {
    content: '';
    width: 16px;
    height: 1px;
    background-color: #C9C9C9;

  }
}
.c5-box-app {
  border: 1px solid #dadada;
  background-color: #fff;
}
.c5-box-app__ttl {
  text-align: center;
  background-color: #dadada;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
}
.c5-box-app__badge {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 640px) {
    display: grid;
    grid-template-columns: 1fr 1fr .3fr;
    gap: 8px;
  }
  a {
    display: block;
    margin-right: 15px;
    width: 30%;
    @media screen and (max-width: 640px) {
      margin-right: 0;
      width: auto;
    }
  }
  .qr {
    margin-left: 15px;
    width: 12%;
    @media screen and (max-width: 640px) {
      margin-left: 0;
      width: auto;
    }
  }
}
.c-btn-app {
  display: inline-flex;
  gap: 18px;
  margin-bottom: 24px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
  @media screen and (max-width: 640px) {
    gap: 12px;
  }
  img {
    width: 64px;
    @media screen and (max-width: 640px) {
      width: 40px;
    }
  }
  span {
    display: inline-block;
    position: relative;
    padding-right: 40px;
    &::after {
      content: '';
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #2F353D url(../img/icon_arrow.svg) no-repeat center;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}
.c5-icon-pickup {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  background-color: #2F353D;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 6px 20px;
  font-weight: normal;
  margin-bottom: 10px;
  border-radius: 20px;
}
.c5-icon-designver {
  margin-top: 8px;
  display: flex;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
  &.limited {
    background-color: #666666;
    color: #fff;
  }
  + p {
    margin: 16px 0 6px 0 !important;
    font-size: 14px;
  }
}

/*button action*/
.mssSurvey {
    margin: 0 0 60px 0;
}

@media (min-width: 768px) {
    .mssSurvey {
        margin: 0 auto 80px;
        max-width: 1000px;
    }
}

.mssSurvey__header,.mssSurvey__heading {
    font-size: 3.7vw;
    line-height: 1.6;
    letter-spacing: -0.025em
}

@media (min-width: 768px) {
    .mssSurvey__header,.mssSurvey__heading {
        font-size:16px
    }
}

.mssSurvey__header {
    margin-bottom: 1em
}

.mssSurvey__inner {
    text-align: center;
    background-image: url("../img/survey-back-top.svg"),url("../img/survey-back-bottom.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center, bottom center;
    background-color: #fff;
    padding: 13.3333333333vw 4vw;
}

@media (min-width: 768px) {
    .mssSurvey__inner {
        padding:4.1666666667vw;
        margin: 0 auto
    }
}

@media screen and (min-width: 1200px) {
    .mssSurvey__inner {
        padding:50px
    }
}

@media screen and (min-width: 980px) {
    .mssSurvey__twoUp {
        display:flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .mssSurvey__twoUpItem+.mssSurvey__twoUpItem {
        border-top:solid 1px #CDB182;
        padding-top: 9.3333333333vw;
        margin-top: 9.3333333333vw
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    .mssSurvey__twoUpItem+.mssSurvey__twoUpItem {
        border-top:solid 1px #CDB182;
        padding-top: 4.6666666667vw;
        margin-top: 4.6666666667vw
    }
}

@media screen and (min-width: 980px) {
    .mssSurvey__twoUpItem+.mssSurvey__twoUpItem {
        border-left:solid 1px #CDB182;
        padding-left: 4.75vw;
        margin-left: 4.75vw
    }
}

.mssSurvey__notes {
    font-size: 2.4vw;
    margin: 1em auto
}

@media (min-width: 768px) {
    .mssSurvey__notes {
        font-size:10px
    }
}

.mssSurvey__notes>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.mssSurvey__notes>ul>li {
    display: inline-flex;
    text-align: left;
    gap: 0.3em
}

.mssSurvey__notes>ul>li>*:first-child {
    flex-shrink: 0;
    white-space: nowrap
}

.mssSurvey__buttons>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 1.3333333333vw
}

@media (min-width: 768px) {
    .mssSurvey__buttons>ul {
        gap:.8333333333vw
    }
}

.mssSurvey__button {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0;
    font-size: 4vw;
    appearance: none;
    display: inline-block;
    padding: 0.5em 1em 0.4em;
    border-radius: 100em;
    background-color: #000;
    color: #fff;
    transition-property: background-color;
    transition-duration: 0.2s
}
@media (min-width: 768px) {
  .mssSurvey__button {
    font: inherit;
  }
}

.mssSurvey__button:hover,.mssSurvey__button:focus {
    background-color: #CDB182;
    text-decoration: none
}

.mssSurvey__button.-isCustomQuestionnaire {
    color: #fff;
    min-width: 14em;
    position: relative
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
    .mssSurvey__button.-isCustomQuestionnaire {
        min-width:23.9166666667vw
    }
}

@media screen and (min-width: 1200px) {
    .mssSurvey__button.-isCustomQuestionnaire {
        min-width:287px
    }
}

.mssSurvey__button.-isCustomQuestionnaire::after {
    content: "";
    display: inline-block;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22"><circle fill="%23fff" cx="11" cy="11" r="11" /><polygon fill="%23000" points="10 15.5 8.6 14.1 11.9 10.8 8.6 7.5 10 6.1 14.8 10.8 10 15.5" /></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.38em;
    height: 1.38em;
    margin-right: 0.4em;
    margin-left: 0.4em;
    position: absolute;
    top: 50%;
    right: 0.4em;
    transform: translateY(-50%)
}

.mssSurvey__button.-isCustomQuestionnaire:hover::after,.mssSurvey__button.-isCustomQuestionnaire:focus::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22"><circle fill="%23fff" cx="11" cy="11" r="11" /><polygon fill="%23CDB182" points="10 15.5 8.6 14.1 11.9 10.8 8.6 7.5 10 6.1 14.8 10.8 10 15.5" /></svg>')
}

[data-mss-survey-button-reaction][disabled] {
    pointer-events: none;
    background-color: #636363
}