@charset "UTF-8";
video,
picture {
  display: block;
  margin: 0;
}

#msthdtp,
#msthd .msthdtxt {
  display: none;
}

#msthd {
  -webkit-box-shadow: 0 2px 2px rgba(84, 84, 84, 0);
          box-shadow: 0 2px 2px rgba(84, 84, 84, 0);
  margin: 0 auto;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.38s;
  transition: -webkit-box-shadow 0.38s;
  transition: box-shadow 0.38s;
  transition: box-shadow 0.38s, -webkit-box-shadow 0.38s;
}

.mNavi--open #msthd {
  -webkit-box-shadow: 0 2px 2px rgba(84, 84, 84, 0.1);
          box-shadow: 0 2px 2px rgba(84, 84, 84, 0.1);
}

#msthd > div {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

#msthd .logo {
  float: none;
  display: inline-block;
}

#msthd .logo a {
  display: block;
}

@media only screen and (min-width: 769px) {
  #msthd .logo {
    padding: 14px 14px 12px 14px;
    margin-left: -14px;
  }
}

.header__policyButton {
  position: absolute;
  top: 11px;
  right: 90px;
}

@media only screen and (max-width: 768px) {
  #msthd::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: opacity 0.38s;
    transition: opacity 0.38s;
    opacity: 1;
  }
  .mNavi--open #msthd::after {
    opacity: 0;
  }
  #msthd .mNavi--hide::after,
  #msthd .mNavi--hiding::after {
    opacity: 1;
  }
  #msthd > div {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    max-width: 100%;
  }
  #msthd .logo {
    padding: 2.93333vw 4.26667vw 2.66667vw;
    margin-left: -4.26667vw;
  }
  #msthd .logo img {
    width: 30.93333vw;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .mNavi--open body {
    width: 100%;
  }
}

.lContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 768px) {
  .lContainer {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.lPage__container {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.lPage__container a:hover {
  text-decoration: underline;
}

.mKv__holder {
  position: relative;
  overflow: hidden;
}

.mKv__bg {
  background-color: #F7F7F9;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.mKv__bg picture {
  display: inline;
}

.mKv__bg img {
  height: 114%;
  min-height: 367px;
  width: auto;
  display: block;
  position: relative;
  right: -12.8125vw;
  top: 1.40625vw;
  -webkit-transform: translateY(0.7vw);
          transform: translateY(0.7vw);
  opacity: 0;
}

.-action .mKv__bg img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.65s, -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s, -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s, transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s, transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mKv__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 25px;
  padding-right: 25px;
  color: #000;
  font-weight: bold;
  width: 100%;
}

.mKv__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 38.67878vw;
  max-height: 495.08841px;
  padding-bottom: 12.18557%;
  overflow: hidden;
}

.mKv__wrapper > * {
  min-height: 1px;
  max-width: 100%;
}

.mKv__titleMain, .mKv__titleSub {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  position: relative;
  letter-spacing: 0.03em;
  overflow: hidden;
  opacity: 0;
}

.-action .mKv__titleMain, .-action .mKv__titleSub {
  opacity: 1;
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.mKv__titleMain {
  font-size: 2.25rem;
  line-height: 1.5;
  padding-left: 0.11111em;
  padding-right: 0.11111em;
  letter-spacing: 0.06em;
}

.mKv__titleSub {
  font-size: 1.125rem;
  line-height: 30/18;
  margin-top: 0.55556em;
  margin-bottom: 0;
  padding-left: 0.27778em;
  padding-right: 0.22222em;
}

.mKv__titleMain, .mKv__titleSub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mKv__titleMain--inner::before, .mKv__titleSub--inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.33333em;
  background-color: rgba(255, 255, 255, 0.94);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mKv__titleMain--inner {
  display: block;
}

.mKv__titleMain--inner, .mKv__titleSub--inner {
  position: relative;
}

.mKv__titleMain--inner span, .mKv__titleSub--inner span {
  position: relative;
}

.mKv__titleSub--icon img {
  width: 30px;
  height: auto;
}

.mKv__titleSub--icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.mKv__banner {
  position:absolute;
  right: 0;
  bottom: 16px;
  padding: 0 24px 0 0;
  background-color: #fff;
  box-shadow: 0 4px 10px 4px rgb(193 193 193 / 25%);
  border-radius: 4px 0 0 4px;
}
.mKv__banner a {
  display: flex;
}
.mKv__banner a:hover {
  text-decoration: none;
}
.mKv__banner__title {
  margin: 12px 0 0;
}
.mKv__banner__text {
  color: #444;
  font-size: 14px;
  font-weight: normal;
  margin: 4px 0 12px;
}

@media only screen and (min-width: 1440px) {
  .mKv__bg img {
    right: auto;
    left: calc(12.8125vw + (100vw - 1400px)/2);
  }
}

@media only screen and (max-width: 768px) {
  .mKv__titleSub--icon {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (max-width: 950px) {
  .mKv__bg img {
    right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .mKv__bg img {
    top: -14.66667vw;
    -webkit-transform: translateY(2.4vw);
            transform: translateY(2.4vw);
    height: 146.66667vw;
    min-height: 1px;
  }
  .mKv__container {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .mKv__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 124vw;
    max-height: 100%;
    padding-bottom: 0;
    padding-top: 9.86667vw;
  }
  .mKv__titleMain > *, .mKv__titleSub > * {
    min-height: 1px;
    max-width: 100%;
  }
  .mKv__titleMain {
    font-size: 7.2vw;
    line-height: 1.5;
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .mKv__titleSub {
    font-size: 4.26667vw;
    line-height: 1.5625;
    margin-top: 5.06667vw;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .mKv__titleSub--inner {
    display: block;
  }
  .mKv__titleMain--inner {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .mKv__titleSub--inner {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .mKv__titleSub--icon img {
    width: 22px;
    height: auto;
  }
}

/*menu icon*/
.mMenuIcon__wrapper {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  width: 34px;
  height: 30px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.mMenuIcon__border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #545454;
  border-radius: 4px;
  pointer-events: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mMenuIcon__border--top {
  top: 0;
}

.mNavi--open .mMenuIcon__border--top,
.-iconClose .mMenuIcon__border--top {
  -webkit-transform: translateY(13.27105px) rotate(-45deg);
          transform: translateY(13.27105px) rotate(-45deg);
}

.mNavi--hiding .mMenuIcon__border--top {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}

.mMenuIcon__border--middle {
  top: 50%;
  margin-top: -2px;
}

.mNavi--open .mMenuIcon__border--middle,
.-iconClose .mMenuIcon__border--middle {
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.mNavi--hiding .mMenuIcon__border--middle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mMenuIcon__border--bottom {
  bottom: 0;
}

.mNavi--open .mMenuIcon__border--bottom,
.-iconClose .mMenuIcon__border--bottom {
  -webkit-transform: translateY(-13.27105px) rotate(45deg);
          transform: translateY(-13.27105px) rotate(45deg);
}

.mNavi--hiding .mMenuIcon__border--bottom {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}

@media only screen and (max-width: 768px) {
  .mMenuIcon__wrapper {
    width: 12vw;
    height: 12vw;
    padding: 3.73333vw 2.66667vw;
  }
  .mMenuIcon__wrapperInner {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .mMenuIcon__border {
    height: 2px;
    border-radius: 2px;
  }
  .mNavi--open .mMenuIcon__border--top,
  .-iconClose .mMenuIcon__border--top {
    -webkit-transform: translateY(2.06061vw) rotate(-45deg);
            transform: translateY(2.06061vw) rotate(-45deg);
  }
  .mNavi--hiding .mMenuIcon__border--top {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  .mMenuIcon__border--middle {
    margin-top: -1px;
  }
  .mNavi--open .mMenuIcon__border--middle,
  .-iconClose .mMenuIcon__border--middle {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .mNavi--hiding .mMenuIcon__border--middle {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mNavi--open .mMenuIcon__border--bottom,
  .-iconClose .mMenuIcon__border--bottom {
    -webkit-transform: translateY(-2.06061vw) rotate(45deg);
            transform: translateY(-2.06061vw) rotate(45deg);
  }
  .mNavi--hiding .mMenuIcon__border--bottom {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

/*グローバルナビ*/
.mNavi__outer {
  position: absolute;
  left: 0;
  width: 100%;
  top: 60px;
  z-index: 1;
  background-color: #FFF;
  display: none;
  opacity: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.mNavi__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 38px 25px 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.mNavi__wrapper, .mNavi__wrapperHolder {
  opacity: 0;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}

.mNavi__wrapper.-show, .mNavi__wrapperHolder.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mNavi__wrapper.-hide, .mNavi__wrapperHolder.-hide {
  opacity: 0;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mNavi__wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1em;
  position: relative;
}

.mNavi__wrapper > * {
  min-height: 1px;
  max-width: 100%;
}

.mNavi__wrapperHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.mNavi__wrapperHolder > * {
  min-height: 1px;
  max-width: 100%;
}

.mNavi__wrapperHolder .mNavi__wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: none;
  transition: none;
}

.mNavi__each {
  font-weight: bold;
}

.mNavi__each + .mNavi__each {
  margin-top: 2em;
}

.mNavi__summary {
  position: relative;
}

.mNavi__icon {
  display: none;
}

.mNavi__policyButton {
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.42857em;
  min-width: 13em;
  height: 2.71429em;
}

.mNavi__policyButton.-forSP {
  display: none;
}

.mNavi__opener {
  display: block;
  cursor: pointer;
  color: #545454;
  position: absolute;
  right: 26px;
  top: 15px;
}

.mNavi__summary {
  font-weight: bold;
}

.mNavi__summaryText {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mNavi__summaryText:hover {
  color: #1a75ff;
}

@media only screen and (min-width: 769px) {
  .mNavi--open .mNavi__outer {
    display: block;
    opacity: 1;
    -webkit-animation: mNavi-show 0.38s forwards;
            animation: mNavi-show 0.38s forwards;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    position: fixed;
    top: 60;
  }
  .mNavi--hiding .mNavi__outer {
    -webkit-animation: mNavi-hide 0.38s forwards;
            animation: mNavi-hide 0.38s forwards;
  }
  .mNavi__wrapper + .mNavi__wrapper,
  .mNavi__wrapper + .mNavi__wrapperHolder {
    margin-left: 10.52632%;
    padding-left: 4.21053%;
    border-left: 1px solid #ddd;
  }
}

@media only screen and (min-width: 769px) and (max-width: 920px) {
  .mNavi__wrapper + .mNavi__wrapper,
  .mNavi__wrapper + .mNavi__wrapperHolder {
    margin-left: 6.43678%;
    padding-left: 3.21839%;
    border-left: 1px solid #ddd;
  }
}

@media only screen and (min-width: 769px) and (max-width: 830px) {
  .mNavi__wrapper + .mNavi__wrapper,
  .mNavi__wrapper + .mNavi__wrapperHolder {
    margin-left: 4.61538%;
    padding-left: 2.05128%;
    border-left: 1px solid #ddd;
  }
}

@media only screen and (max-width: 768px) {
  .mNavi__outer {
    top: 13.33333vw;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    opacity: 1;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    max-height: calc(100vh - 13.33333vw);
    padding-bottom: 20.26667vw;
    position: fixed;
  }
  .mNavi--open .mNavi__outer {
    -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
    transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s, -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mNavi--hiding .mNavi__outer {
    -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .mNavi__holder {
    padding: 2.13333vw 0 0;
    max-width: 100%;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mNavi__holder > * {
    min-height: 1px;
    max-width: 100%;
  }
  .mNavi__wrapper {
    font-size: 4.26667vw;
    width: 100%;
    padding-left: 0vw;
  }
  .mNavi__wrapper + .mNavi__wrapper,
  .mNavi__wrapper + .mNavi__wrapperHolder {
    padding-top: 0;
    margin-top: 0;
  }
  .mNavi__wrapper + .mNavi__wrapper::before,
  .mNavi__wrapper + .mNavi__wrapperHolder::before {
    display: none;
  }
  .mNavi__wrapperHolder {
    padding-bottom: 8.53333vw;
  }
  .mNavi__each {
    width: 100%;
    position: relative;
  }
  .mNavi__each::before {
    content: "";
    display: block;
    width: calc(100% - 6.4vw - 3.2vw);
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 6.4vw;
  }
  .mNavi__each + .mNavi__each {
    margin-top: 0;
  }
  .mNavi__summary {
    padding-right: 0;
  }
  .mNavi__icon--wrapper {
    display: block;
    font-size: 5.86667vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    display: block;
    width: 13.33333vw;
    height: 14.93333vw;
    color: #1a75ff;
    padding-right: 1.6vw;
  }
  .mNavi__icon--wrapper::before {
    content: "";
    display: block;
    width: 1px;
    height: 6.4vw;
    background-color: #E5E5E5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mNavi__icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .-open .mNavi__icon,
  .-opening .mNavi__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .-closing .mNavi__icon {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .mNavi__icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mNavi__summaryText {
    color: #444;
    display: block;
    font-weight: bold;
    padding: 1em 1.5em 0.90625em;
    font-family: -apple-system,sans-serif;
  }
  .mNavi__policyButtonWrapper {
    position: fixed;
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding: 0 1.42857em calc(env(safe-area-inset-bottom) - 50px);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFF;
    display: none;
    opacity: 0;
  }
  .mNavi--open .mNavi__policyButtonWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .mNavi--hiding .mNavi__policyButtonWrapper {
    display: none;
    opacity: 0;
  }
  .mNavi__policyButton {
    margin-top: 0;
    font-size: 4.26667vw;
    padding: 0;
    min-width: 69.33333vw;
    width: 100%;
    height: 11.2vw;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    font-family: -apple-system,sans-serif;
    font-weight: bold;
    opacity: 0;
    -webkit-transform: translateY(1.6vw);
            transform: translateY(1.6vw);
  }
  .mNavi__policyButton.-forPC {
    display: none;
  }
  .mNavi__policyButton.-forSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
  }
  .mNavi__policyButton.-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .mNavi__policyButton.-hide {
    opacity: 0;
    -webkit-transform: translateY(1.6vw);
            transform: translateY(1.6vw);
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .mNavi__opener {
    right: 2.66667vw;
    top: 0.8vw;
  }
  #msthd .mNavi__opener {
    font-size: 10.13333vw;
  }
  .mNavi__ExpandBody {
    display: none;
    height: 0;
    overflow: hidden;
  }
  .-open .mNavi__ExpandBody {
    display: block;
    height: auto;
  }
}

@-webkit-keyframes mNavi-show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes mNavi-show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@-webkit-keyframes mNavi-hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes mNavi-hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.mNaviChild__holder {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  margin-top: 0.625em;
  font-size: 1em;
}

.mNaviChild__each {
  display: block;
  position: relative;
  padding-left: 0.625em;
  color: #545454;
  font-weight: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mNaviChild__each:hover {
  color: #1a75ff;
}

.mNaviChild__each::before {
  content: "";
  height: 1px;
  width: 0.25em;
  background-color: #545454;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mNaviChild__each + .mNaviChild__each {
  margin-top: 0.5625em;
}

@media only screen and (max-width: 768px) {
  .mNaviChild__holder {
    margin-top: 0;
    margin-left: 6.4vw;
    margin-bottom: 4.26667vw;
    font-size: 4.26667vw;
    border-left: 1px solid #ddd;
  }
  .mNaviChild__each {
    padding: 0.8125em 1.5em 0.6875em;
    color: #444;
    font-weight: bold;
  }
  .mNaviChild__each::before {
    display: none;
  }
  .mNaviChild__each + .mNaviChild__each {
    margin-top: 0;
  }
}

/*ページアンカーナビ*/
.mHeaderAnchor__outer {
  position: fixed;
  top: 60px;
  width: 100%;
  background-color: #FFF;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 2px rgba(84, 84, 84, 0.1);
          box-shadow: 0 2px 2px rgba(84, 84, 84, 0.1);
  border-top: 1px solid #eee;
}

.mHeaderAnchor__holder {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 950px;
}

.mHeaderAnchor__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  margin-left: -1.21429em;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mHeaderAnchor__each {
  padding-left: 1.21429em;
  padding-right: 1.21429em;
}

.mHeaderAnchor__link {
  white-space: nowrap;
  position: relative;
  height: 3em;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #545454;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mHeaderAnchor__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff0033;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lPage__container .mHeaderAnchor__link:hover {
  text-decoration: none;
}

.mHeaderAnchor__link.-current::after {
  opacity: 1;
}

.mHeaderAnchor__link > * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (min-width: 769px) {
  .lPage__container .mHeaderAnchor__link:hover {
    text-decoration: none;
    color: #1a75ff;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .mHeaderAnchor__holder {
    max-width: 1000px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .mHeaderAnchor__outer {
    position: -webkit-sticky;
    position: sticky;
    top: calc(13.33333vw - 1px);
    font-size: 3.2vw;
  }
  .mHeaderAnchor__holder {
    max-width: 100%;
  }
  .mHeaderAnchor__wrapper {
    margin-left: 0;
    padding-right: 2.66667vw;
  }
  .mHeaderAnchor__each {
    padding-left: 0;
    padding-right: 0;
  }
  .mHeaderAnchor__each:nth-of-type(2) .mHeaderAnchor__link {
    padding-left: 5.33333vw;
  }
  .mHeaderAnchor__each:nth-of-type(2) .mHeaderAnchor__link::after {
    left: auto;
    right: 2.66667vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: calc(100% - 8vw);
  }
  .mHeaderAnchor__link {
    height: 13.33333vw;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .mHeaderAnchor__link::after {
    width: calc(100% - 5.33333vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}


/*フッター*/
.riff-Footer {
  background-color: #FFF;
}

.riff-Footer a:hover {
  text-decoration: none;
}

.riff-Footer .riff-ListInline__item::after {
  display: none;
}

.riff-Footer .riff-ListInline__item {
  margin-left: 6px;
  margin-right: 6px;
}

@media only screen and (min-width: 769px) {
  .riff-Footer {
    padding-top: 17px;
    padding-bottom: 22px;
  }
  .riff-Footer__subLink {
    margin-bottom: 10px;
    letter-spacing: -.33em;
  }
  .riff-Footer__copy {
    font-size: 11px;
    line-height: 1;
  }
  .riff-Footer .riff-ListInline {
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .riff-Footer .riff-ListInline + .riff-ListInline {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 768px) {
  .riff-Footer {
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .riff-Footer .u-hidden--sp {
    display: none;
  }
  .riff-Footer .footer__inner {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.mSection__holder {
  padding-top: 5rem;
  padding-bottom: 4.625rem;
  position: relative;
}

.mSection__holder .-bg--w1 {
  background-color: #F7F7F9;
}

.mSection__holder .-bg--l1 {
  background-color: #EEEFF1;
}

.mSection__holder[data-anchorfor="purpose"] {
  background-color: #F7F7F9;
}

.mSection--white {
  background-color: #F7F7F9;
}

.mSection--grayNormal {
  background-color: #EEEFF1;
}

.mSection__holder--gradation {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F9), color-stop(70%, #F7F7F9), to(#FFF));
  background-image: linear-gradient(to bottom, #F7F7F9 0%, #F7F7F9 70%, #FFF 100%);
}

.mSection__holder--bgGray {
  padding-top: 1.125rem;
  padding-bottom: 3.125rem;
  background-color: #EEEFF1;
}

.mSection__contextWrapper {
  text-align: center;
}

.mSection__toc + .mSection__contextWrapper {
  margin-top: 0.875rem;
}

.mSection__context {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 auto;
  text-align: left;
}

.mSection__toc {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #545454;
}

.mSection__tocInner {
  padding-bottom: 0.53125em;
  display: inline-block;
  position: relative;
}

.mSection__tocInner::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ff0033;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mSection__title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 1.55556;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #000;
  opacity: 0;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}

.-action .mSection__title {
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mSection__titleSub {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.36364;
  font-weight: bold;
  color: #545454;
  position: relative;
  text-align: center;
}

.mSection__titleSub--noBg {
  font-size: 1.5rem;
  line-height: 1.5;
}

.mSection__titleSubInner {
  padding: 0 0.5em;
  display: inline-block;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background-image: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 0% 100%;
}

.mSection__titleSubInner mark {
  position: relative;
  background-color: transparent;
  color: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #000;
}

.mSection__titleSubInner.-action {
  -webkit-animation: titleMarker .3s forwards linear;
          animation: titleMarker .3s forwards linear;
}

.mSection__titleSubInner.-action mark {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.mSection__titleSub--noBg .mSection__titleSubInner {
  background: none;
}

.mSection__leadWrapper {
  margin-top: 4em;
  opacity: 0;
  -webkit-transform: translateY(1.4vw);
          transform: translateY(1.4vw);
}

.-action .mSection__leadWrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.7s 0.3s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.7s 0.3s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.7s 0.3s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.7s 0.3s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

.mSection__lead {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
}

.mSection__lead + .mSection__lead {
  margin-top: 2em;
}

.mSection__lead--main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.mSection__lead--main .js_scrollTo {
  color: #1a75ff;
}

.mSection__note {
  font-size: 0.875rem;
  line-height: 1.42857;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 1.05em;
}

.mSection__noteIcon {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
}

.mSection__noteIcon::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.mSection--forContext {
  background-color: transparent;
}

.mSection__currentChecker {
  display: block;
  width: 50%;
  height: 1px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mSection__anchor {
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: 10;
}

@media only screen and (max-width: 1025px) {
  .mSection__toc {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 769px) {
  .uHidden--pc + .mSection__titleSubInner {
    margin-left: -0.5em;
    padding-left: 0;
  }
  .mSection__titleSubInner:nth-of-type(2) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .mSection__titleSubInner:nth-of-type(3) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
  .mSection__context--2col {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    text-align: left;
    margin-top: 2.375rem;
  }
  .mSection__context--2col .mSection__leadWrapper {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 50%;
  }
  .mSection__context--2col .mSection__title {
    line-height: 1.88889em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
  }
  .mSection__lead--main .-nowrap {
    display: inline-block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
  .mSection__context--2col .mSection__title {
    font-size: 4vw;
  }
  .windows .mSection__context--2col .mSection__title {
    font-size: 3.77778vw;
  }
}

@media only screen and (max-width: 768px) {
  .mSection__holder {
    padding-top: 13.6vw;
    padding-bottom: 14.4vw;
  }
  .mSection__holder--bgGray {
    padding-top: 5.86667vw;
    padding-bottom: 9.06667vw;
  }
  .mSection__contextWrapper {
    text-align: left;
  }
  .mSection__toc + .mSection__contextWrapper {
    margin-top: 8.53333vw;
  }
  .mSection__toc {
    font-size: 3.2vw;
    padding-left: 8vw;
  }
  .mSection__tocInner {
    padding-bottom: 2vw;
  }
  .mSection__tocInner::after {
    height: 2px;
  }
  .mSection__context {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .mSection__title {
    font-size: 6.66667vw;
    line-height: 1.4;
  }
  .mSection__titleSub {
    font-size: 5.86667vw;
    line-height: 1.18182;
  }
  .mSection__titleSub--noBg {
    font-size: 5.33333vw;
    line-height: 1.8;
  }
  .mSection__titleSubInner {
    padding: 0 0.25em;
  }
  .uHidden--pc + .mSection__titleSubInner {
    margin-top: 0.2em;
  }
  .mSection__leadWrapper {
    margin-top: 4.8vw;
  }
  .mSection__lead {
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
  .mSection__lead--main {
    font-size: 4.26667vw;
    line-height: 1.875;
  }
  .mSection__lead--main + .mSection__lead--main {
    margin-top: 2em;
  }
  .mSection__note {
    font-size: 3.73333vw;
    line-height: 1.60714;
  }
  .mSection__lead--opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.46667vw;
    color: #1a75ff;
    margin-top: 1.8em;
    opacity: 1;
    -webkit-transition: margin 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: margin 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .-opening .mSection__lead--opener {
    margin-top: -4vw;
    -webkit-animation: mNavi-hide 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: mNavi-hide 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .-open .mSection__lead--opener {
    margin-top: -8vw;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    display: none;
  }
  .mSection__lead--opener span {
    display: inline-block;
    position: relative;
    padding-right: 1.65em;
  }
  .mSection__lead--opener span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.25em;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 0.6em;
    height: 0.6em;
    border-right: 1px solid #1a75ff;
    border-bottom: 1px solid #1a75ff;
  }
  .mSection__lead--expandHolder {
    display: none;
    height: 0;
    overflow: hidden;
  }
  .mSection__anchor {
    top: -18.66667vw;
  }
}

@-webkit-keyframes titleMarker {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes titleMarker {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.mPolicy__wrapper {
  padding: 12px 0;
  text-align: center;
  background-color: #F7F7F9;
}
.mPolicy__eachLink {
  display: inline-block;
  padding: 12px 16px;
  width: 90%;
  font-size: 3.2vw;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}

.mSetting__wrapper {
  padding: 0 16px 0 0;
  margin-bottom: 14px;
  background-color: #fff;
  border-bottom: 1px #eee solid;
}
.mSetting__wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.59vw;
}
.mSetting__img {
  height: 4.2rem;
  margin-top: auto;
}

.mSetting__wrapper a:hover {
  text-decoration: none;
}
.mSetting__title {
  margin: 14px 0 0;
  font-weight: 600;
}
.mSetting__text {
  margin: 4px 0 12px;
  color: #444;
  font-weight: normal;
}

.mSetting__icon {
  margin: 0 0 0 auto;
}

.mTopics__outer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.mTopics__holder {
  margin: 0 auto;
  padding: 1.5em 2em 1.75em;
  background-color: #FFF;
  border-radius: 12px;
  text-align: center;
}

.mTopics__wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.33;
  letter-spacing: 0.04em;
  text-align: left;
  padding-top: 0.875em;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mTopics__wrapper > * {
  min-height: 1px;
  max-width: 100%;
}

.mTopics__each {
  line-height: 1.78571;
  display: flex;
  align-items: flex-start;
}

.mTopics__each + .mTopics__each {
  margin-top: 0.75em;
}

.mTopics__each .riff-Icon {
  position: relative;
  top: 0.25em;
  left: -0.075em;
  line-height: 0.566666;
  margin-top: -0.25em;
  height: 0.5666666em;
}

/* newIcon */
.time + span {
  display: inline-block;
  background: #1a75ff;
  padding: 0px .6em;
  margin-left: 30px;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 8px;
}

.mTopics__inner {
  display: flex;
}

/* newあり */
.mTopics__inner.newAdd +  .mTopics__eachLink {
  margin-left: 10px;
}

.mTopics__eachDate {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
}

.mTopics__eachLink {
  margin-left: 30px;
  display: inline-block;
}

.mTopics__eachLink:hover .riff-Icon {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .time + span {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    margin-left: 10px;
  }
  .mTopics__holder {
    border-radius: 8px;
    padding-top: 5.06667vw;
    padding-bottom: 7.73333vw;
  }
  .mTopics__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.73333vw;
    padding-top: 2.13333vw;
    max-width: 78.66667vw;
  }
  .mTopics__each {
    flex-direction: column;
  }
  .mTopics__each + .mTopics__each {
    margin-top: 1.2em;
  }
  .mTopics__each .riff-Icon {
    position: relative;
    top: 0.22em;
  }
  .mTopics__eachLink {
    display: block;
    margin-left: 0;
    margin-top: 0.21429em;
  }
  .mTopics__eachDate {
    font-size: 3.2vw;
  }
  .mTopics__inner.newAdd + .mTopics__eachLink {
    margin-left: 0;
  }
}

/* ボタン */
.mButton {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  line-height: 1.14286;
  letter-spacing: 0.04em;
  padding: 0.71429em 0.85714em 0.64286em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #000;
  background-color: #FFF;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  text-align: left;
}

.mButton.mButton--medium {
  padding: 0.92857em 1.42857em 1em 1.71429em;
}

.mButton:hover {
  color: #FFF;
  background-color: #1a75ff;
}

.lPage__container .mButton:hover {
  text-decoration: none;
}

.mButton:hover .mButton__icon {
  background-color: #FFF;
  color: #1a75ff;
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.mButton:hover .mButton__icon::before {
  opacity: 0.8;
}

.mButton:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mButton--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

.mButton__icon {
  font-size: 14px;
  width: 20px;
  height: 20px;
  background-color: #1a75ff;
  border-radius: 50%;
  color: #FFF;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mButton__icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mButton__icon.riff-Icon--navigateNextOutline::before {
  left: calc(50% + 0.05em);
}

.mButton__icon.riff-Icon--navigatePreviousOutline::before {
  left: calc(50% - 0.05em);
}

.mButton--medium .mButton__icon {
  font-size: 18px;
  width: 28px;
  height: 28px;
}

@media only screen and (max-width: 768px) {
  .mButton {
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4vw 3.2vw;
  }
  .mButton.mButton--medium {
    padding: 4vw 3.2vw;
  }
  .mButton__icon {
    font-size: 2.66667vw;
    width: 4.53333vw;
    height: 4.53333vw;
    position: absolute;
    right: 1.86667vw;
    top: 50%;
    margin-top: -2.26667vw;
  }
  .mButton--medium .mButton__icon {
    font-size: 2.66667vw;
    width: 4.53333vw;
    height: 4.53333vw;
  }
}

/* 非カード状の画像とテキストやボタンコンテンツ */
.mMedia__holder {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  position: relative;
  width: 47.36842%;
  opacity: 0;
  -webkit-transform: translateY(1.4vw);
          transform: translateY(1.4vw);
}

.mMedia__holder.-action {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mMedia__img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  z-index: 1;
  position: relative;
  border: 1px solid #ebebeb;
}

.mMedia__img img {
  width: 100%;
}

.mMedia__context {
  z-index: 1;
  position: relative;
  margin-top: 1.75rem;
}

.mMedia__contextLead {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  margin-bottom: 1.0625em;
}

.mMedia__button {
  width: 230px;
  margin: 24px auto 0;
}

@media only screen and (max-width: 768px) {
  .mMedia__holder {
    width: 100%;
  }
  .mMedia__holder + .mMedia__holder {
    margin-top: 19.73333vw;
  }
  .mMedia__context {
    margin-top: 3.73333vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
  .mMedia__contextLead {
    font-size: 4.26667vw;
  }
  .mMedia__button {
    width: 72.8vw;
    margin-top: 1.6vw;
    height: 12.53333vw;
  }
}

/* カード状の画像とテキストコンテンツ */
.mCard__holder {
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08), 0px 0 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08), 0px 0 5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-color: #FFF;
  text-align: left;
  display: block;
}

.mCard__holder--hasButton {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mCard__img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  display: block;
  overflow: hidden;
}

.mCard__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mCard__body {
  padding: 24px 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mCard__body > * {
  min-height: 1px;
  max-width: 100%;
}

.mCard__title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1a75ff;
  margin-top: 0;
  margin-bottom: 1em;
}

.mCard__lead {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mCard__lead > * {
  min-height: 1px;
  max-width: 100%;
}

.mCard__leadNote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  font-size: 0.75em;
  margin-top: 0.66667em;
  margin-bottom: -1em;
}

@media only screen and (min-width: 768px) {
  .mCard__holder--dummy {
    display: block;
    visibility: hidden;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

@media only screen and (max-width: 998px) {
  .mCard__holder--dummy {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mCard__holder {
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }
  .mCard__holder--dummy {
    display: none;
  }
  .mCard__holder--hasButton {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mCard__body {
    padding: 4.53333vw 5.6vw 5.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .mCard__body > * {
    min-height: 1px;
    max-width: 100%;
  }
  .mCard__title {
    font-size: 4.53333vw;
    line-height: 1.29412;
    margin-bottom: 2.66667vw;
  }
  .mCard__lead {
    line-height: 1.375;
  }
  .mCard__leadNote {
    margin-bottom: 0;
  }
}

/* 扉リード */
.pFront__holder {
  padding-top: 2.625rem;
  padding-bottom: 3.75rem;
  position: relative;
}

.pFront__bgWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 2.625rem;
  margin-left: -25px;
  text-align: left;
  width: 62.52632%;
  max-width: 594px;
  padding-bottom: 3.75rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.pFront__bgWrapper img {
  width: 100%;
}

.-crossing .pFront__bgWrapper {
  opacity: 0.2;
}

.pFront__body {
  margin-left: auto;
  margin-right: 0;
  padding-top: 1.25em;
  margin-top: 0.25em;
  text-align: right;
}

.pFront__leadWrapper {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .pFront__leadWrapper__en {
    max-width: 560px;
  }
}

.pFront__leadWrapper > * {
  min-height: 1px;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.pFront__leadWrapper > *.-action {
  opacity: 1;
}

.pFront__leadWrapper p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
}

.pFront__leadWrapper p + p {
  margin-top: 2em;
}

.pFront__movieHolder {
  margin-top: 2.75em;
  position: relative;
}

.pFront__movieHolder .mYt__icon {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.pFront__movieHolder .mYt__icon::before {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.pFront__movieHolder:hover .mYt__icon {
  background-color: #ff0033;
}

.pFront__movieHolder:hover .mYt__icon::before {
  color: #FFF;
}

.pFront__movieHolder:hover .pFront__moviePaper img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pFront__movieHolder iframe {
  visibility: hidden;
}

.pFront__movieTitle {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 2.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-size: 1.5625rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #FFF;
}

.pFront__moviePaper {
  z-index: 0;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: top 0.5s, left 0.5s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.5s, left 0.5s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.5s, left 0.5s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.5s, left 0.5s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 1;
  overflow: hidden;
}

.-showModal .pFront__moviePaper {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.pFront__moviePaper img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pFront__movieIcon {
  margin-top: 0.48em;
}

@media only screen and (max-width: 768px) {
  .pFront__holder {
    padding-top: 6.66667vw;
    padding-bottom: 16vw;
  }
  .pFront__bgWrapper {
    position: relative;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .-crossing .pFront__bgWrapper {
    opacity: 1;
  }
  .pFront__body {
    margin-left: auto;
    margin-right: auto;
    padding-top: 8.8vw;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-top: 0;
    text-align: center;
  }
  .pFront__leadWrapper {
    font-size: 4.26667vw;
    line-height: 1.875;
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: left;
  }
  .pFront__movieHolder {
    margin-top: 13.6vw;
  }
  .pFront__movieHolder iframe {
    visibility: visible;
  }
  .pFront__movieTitle {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    font-size: 5.33333vw;
    color: #545454;
  }
  .pFront__movieContainer {
    margin-top: 4vw;
  }
  .pFront__moviePaper {
    display: none;
  }
  .pFront__movieIcon {
    display: none;
  }
}

/* 扉動画 youtube */
.pModal__holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  background-color: #FFF;
  z-index: -1;
  -webkit-transition: visibility 0.5s, opacity 0.5s, z-index 0.5s;
  transition: visibility 0.5s, opacity 0.5s, z-index 0.5s;
}

.-showModal .pModal__holder {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.pModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.pModal__container {
  position: relative;
  padding-top: 42px;
  max-width: 100%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}

.pModal__close {
  position: absolute;
  top: 0;
  right: 25px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pModal__close::before, .pModal__close::after {
  content: "";
  width: 3px;
  height: 135%;
  background-color: #545454;
  border-radius: 1.5px;
}

.pModal__close::before {
  margin-right: -1.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pModal__close::after {
  margin-left: -1.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pModal__yt {
  max-width: 950px;
  width: 110vh;
}

@media only screen and (max-width: 768px) {
  .pModal__container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/* パーソナルデータの利用目的*/
.pPurposeUse__holder {
  margin: 3.5rem auto 0;
  max-width: 790px;
  width: 100%;
}

.pPurposeUse__wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  border-radius: 12px;
  background-color: #FFF;
  text-align: left;
}

.pPurposeUse__wrapper + .pPurposeUse__wrapper {
  margin-top: 3rem;
}

.pPurposeUse__lead {
  margin: 1.5em auto 0;
  max-width: 790px;
  width: 100%;
  text-align: left;
}

.pPurposeUse__contextWrapper {
  position: relative;
}

.pPurposeUse__context {
  width: 50%;
  position: relative;
  padding: 0 3.5443% 4.55696% 4.68354%;
}

.pPurposeUse__context::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #eeeeee;
}

.pPurposeUse__movie {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

[data-video="video01"] .pPurposeUse__movie {
  background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2021renewal/img/purposeUse01.jpg");
}

[data-video="video02"] .pPurposeUse__movie {
  background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2021renewal/img/purposeUse02.jpg");
}

[data-video="video03"] .pPurposeUse__movie {
  background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2021renewal/img/purposeUse03.jpg");
}

[data-video="video04"] .pPurposeUse__movie {
  background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2021renewal/img/purposeUse04.jpg");
}

[data-video="video05"] .pPurposeUse__movie {
  background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2021renewal/img/purposeUse05.jpg");
}

[data-video="video06"] .pPurposeUse__movie {
  background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2021renewal/img/purposeUse06.jpg");
}

[data-video="video07"] .pPurposeUse__movie {
  background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2021renewal/img/purposeUse07.jpg");
}

.-canplay .pPurposeUse__movie {
  background-image: none;
}

.pPurposeUse__num {
  font-size: 2.375rem;
  font-weight: bold;
  color: #ff0033;
  position: relative;
  display: inline-block;
  padding-top: 0.81579em;
  line-height: 1;
}

.pPurposeUse__num::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ff0033;
  position: absolute;
  left: 0;
  top: 0;
}

.pPurposeUse__title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  font-size: 1.3125em;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.33;
  margin-top: 1.28571em;
  color: #000;
}

.pPurposeUse__desc {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  margin-top: 1.125em;
  color: #000;
}

.pPurposeUse__movie {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.pPurposeUse__movie img,
.pPurposeUse__movie video {
  width: calc(100% + 2px);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.-wait .pPurposeUse__movie img, .-wait
.pPurposeUse__movie video {
  opacity: 0;
}

.pPurposeUse__movie:hover .pPurposeUse__movie--icon {
  color: #FFF;
  border-color: transparent;
  background-color: #ff0033;
}

.pPurposeUse__lead--top {
  position: relative;
}

.pPurposeUse__lead--top .mSection__lead {
  line-height: 2.5;
}

.pPurposeUse__icon {
  position: absolute;
  width: 134px;
  top: 0;
}

.pPurposeUse__icon img {
  width: 100%;
}

.pPurposeUse__icon1 {
  left: 9.2%;
  margin-top: 8%;
}

.pPurposeUse__icon2 {
  right: 14.6%;
  margin-top: 4.2%;
}

.pPurposeUse__icon3 {
  right: 6%;
  margin-top: 23%;
}

.pPurposeUse__icon4 {
  right: 10.6%;
  margin-top: 44.4%;
}

.pPurposeUse__icon5 {
  left: 4%;
  margin-top: 29.2%;
}

.pPurposeUse__icon6 {
  left: 7.4%;
  margin-top: 49.8%;
}

.pPurposeUse__movie--icon {
  display: none;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 17px;
  color: #a0a0a0;
  border-radius: 50%;
  /* display: none; */
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  cursor: pointer;
  opacity: 0;
  background-color: #FFF;
  -webkit-transition: opacity 0.3s, color 0.3s,background-color 0.3s;
  transition: opacity 0.3s, color 0.3s,background-color 0.3s;
  pointer-events: none;
}

.-pause .pPurposeUse__movie--icon {
  opacity: 1;
  pointer-events: all;
}

.pPurposeUse__movie--icon:before {
  position: absolute;
  left: calc(50% + 0.11765em);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s,-webkit-box-shadow 0.3s;
  transition: color 0.3s,-webkit-box-shadow 0.3s;
  transition: color 0.3s,box-shadow 0.3s;
  transition: color 0.3s,box-shadow 0.3s,-webkit-box-shadow 0.3s;
}

.pPurposeUse__videoTrigger {
  display: block;
  width: 100%;
  max-width: 750px;
  height: 30px;
  position: fixed;
  top: calc(50% + 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 880px) {
  .pPurposeUse__holder {
    margin: 5.375rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pPurposeUse__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 48.10127%;
    margin-top: 2rem;
  }
  .pPurposeUse__wrapper > * {
    min-height: 1px;
    max-width: 100%;
    width: 100%;
  }
  .pPurposeUse__wrapper + .pPurposeUse__wrapper {
    margin-top: 2rem;
  }
  .pPurposeUse__movie {
    margin: auto 0 0;
    height: 28.40909vw;
  }
  .pPurposeUse__movie img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .pPurposeUse__movie video {
    width: auto;
    height: 100%;
  }
  .pPurposeUse__videoTrigger {
    width: 100%;
    height: 10px;
    max-width: 91.13924%;
  }
}

@media only screen and (min-width: 769px) {
  .pPurposeUse__outer .mSection__titleSub {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .pPurposeUse__holder {
    margin-top: 4.26667vw;
    max-width: 100%;
    display: block;
  }
  .pPurposeUse__wrapper {
    border-radius: 8px;
    width: 100%;
    margin-top: 0;
  }
  .pPurposeUse__wrapper + .pPurposeUse__wrapper {
    margin-top: 8.26667vw;
  }
  .pPurposeUse__context {
    width: 100%;
    padding: 0 5.33333vw 5.86667vw;
    position: relative;
  }
  .pPurposeUse__context::after {
    width: calc(100% - 10.66667vw);
    height: 1px;
    left: 5.33333vw;
    top: auto;
    bottom: 0;
  }
  .pPurposeUse__movie {
    width: 100%;
    height: 66.66667vw;
  }
  .pPurposeUse__movie video {
    width: calc(100% + 2px);
    height: auto;
  }
  .pPurposeUse__num {
    font-size: 9.33333vw;
    padding-top: 6.4vw;
  }
  .pPurposeUse__num::before {
    height: 2px;
  }
  .pPurposeUse__title {
    font-size: 4.8vw;
    margin-top: 4.93333vw;
  }
  .pPurposeUse__desc {
    margin-top: 4.93333vw;
    font-size: 4.26667vw;
  }
  .pPurposeUse__lead {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pPurposeUse__videoTrigger {
    height: 10px;
    top: 65%;
    max-width: 89.33333vw;
  }
}

/* パーソナルデータについてもっと詳しく*/
.pPurposeDetail__holder {
  margin-top: 4rem;
}

.pPurposeDetail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -5.68421%;
  margin-left: -2.52632%;
}

.pPurposeDetail__each {
  width: 30.80082%;
  width: 300px;
  margin-top: 5.54415%;
  margin-left: 2.46407%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  -webkit-transform: translateY(1.4vw);
          transform: translateY(1.4vw);
}

.pPurposeDetail__each.-action {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pPurposeDetail__wrapper .pPurposeDetail__each:hover {
  text-decoration: none;
}

.pPurposeDetail__wrapper .pPurposeDetail__each:hover .mButton {
  color: #FFF;
  background-color: #1a75ff;
}

.lPage__container .pPurposeDetail__wrapper .pPurposeDetail__each:hover .mButton {
  text-decoration: none;
}

.pPurposeDetail__wrapper .pPurposeDetail__each:hover .mButton .mButton__icon {
  background-color: #FFF;
  color: #1a75ff;
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.pPurposeDetail__wrapper .pPurposeDetail__each:hover .mButton .mButton__icon::before {
  opacity: 0.8;
}

.pPurposeDetail__wrapper .pPurposeDetail__each:hover .mCard__img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.pPurposeDetail__wrapper .pPurposeDetail__each:active {
  text-decoration: none;
}

.pPurposeDetail__wrapper .pPurposeDetail__each:active .mButton {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pPurposeDetail__each + .pPurposeDetail__each {
  margin-left: 2.4948%;
}

.pPurposeDetail__eachWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pPurposeDetail__eachWrapper > * {
  min-height: 1px;
  max-width: 100%;
}

.pPurposeDetail__noteHolder {
  margin: 1.9375rem auto 0;
  display: inline-block;
  width: 100%;
}

.pPurposeDetail__note {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  text-align: left;
  padding-left: 1.08em;
}

@media only screen and (max-width: 998px) {
  .pPurposeDetail__each.mCard__holder--dummy {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pPurposeDetail__holder {
    margin-top: 10.13333vw;
  }
  .pPurposeDetail__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .pPurposeDetail__wrapper > * {
    min-height: 1px;
    max-width: 100%;
  }
  .pPurposeDetail__each {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pPurposeDetail__each + .pPurposeDetail__each {
    margin-top: 9.06667vw;
    margin-left: 0;
    margin-right: 0;
  }
  .pPurposeDetail__each.mCard__holder--dummy {
    display: none;
  }
  .pPurposeDetail__button {
    width: 72.8vw;
  }
  .pPurposeDetail__noteHolder {
    margin-top: 6.26667vw;
  }
  .pPurposeDetail__note {
    font-size: 3.73333vw;
  }
}

/* データに関する設定*/
.pSettings__mediaOuter {
  position: relative;
  margin-top: 1.0625rem;
}

.pSettings__mediaHolder {
  width: 31.57895%;
  width: 300px;
  color: #000;
}

.pSettings__mediaOuter .pSettings__mediaHolder:hover {
  text-decoration: none;
}

.pSettings__mediaOuter .pSettings__mediaHolder:hover .mButton {
  color: #FFF;
  background-color: #1a75ff;
}

.lPage__container .pSettings__mediaOuter .pSettings__mediaHolder:hover .mButton {
  text-decoration: none;
}

.pSettings__mediaOuter .pSettings__mediaHolder:hover .mButton .mButton__icon {
  background-color: #FFF;
  color: #1a75ff;
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.pSettings__mediaOuter .pSettings__mediaHolder:hover .mButton .mButton__icon::before {
  opacity: 0.8;
}

.pSettings__mediaOuter .pSettings__mediaHolder:hover .mCard__img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.pSettings__eachWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
}

.pSettings__mediaBg {
  background-color: #ebebeb;
  position: absolute;
  left: calc((100% - 100vw)/2);
  top: 11.14058%;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media only screen and (max-width: 1000px) {
  .pSettings__mediaBg {
    left: calc((100% - 100vw)/2);
    width: calc(100% + 50px);
  }
}

@media only screen and (min-width: 769px) {
  .pPurposeDetail--centered .pSettings__mediaHolder {
    min-width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .pSettings__mediaOuter {
    margin-top: 12vw;
  }
  .pSettings__mediaHolder {
    width: 100%;
  }
  .pSettings__mediaBg {
    position: absolute;
    left: -4vw;
    top: 18.13333vw;
    width: 100vw;
    height: calc(100% - 2.2em);
  }
}

/*データを守る体制*/
.pSaving__mediaOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 3.5625rem;
  position: relative;
}

.pSaving__mediaHolder {
  width: 31.57895%;
  width: 300px;
  color: #000;
}

.pSaving__mediaHolder + .pSaving__mediaHolder {
  margin-left: 2.52632%;
}

.pSaving__mediaOuter .pSaving__mediaHolder:hover {
  text-decoration: none;
}

.pSaving__mediaOuter .pSaving__mediaHolder:hover .mButton {
  color: #FFF;
  background-color: #1a75ff;
}

.lPage__container .pSaving__mediaOuter .pSaving__mediaHolder:hover .mButton {
  text-decoration: none;
}

.pSaving__mediaOuter .pSaving__mediaHolder:hover .mButton .mButton__icon {
  background-color: #FFF;
  color: #1a75ff;
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

.pSaving__mediaOuter .pSaving__mediaHolder:hover .mButton .mButton__icon::before {
  opacity: 0.8;
}

.pSaving__mediaOuter .pSaving__mediaHolder:hover .mCard__img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.pSaving__eachWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
}

.pSaving__media {
  width: 47.15789%;
}

@media only screen and (max-width: 768px) {
  .pSaving__mediaOuter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 8.53333vw;
  }
  .pSaving__mediaHolder {
    width: 100%;
  }
  .pSaving__mediaHolder + .pSaving__mediaHolder {
    margin-left: 0;
    margin-top: 9.06667vw;
  }
  .pSaving__media {
    width: 100%;
  }
}

/*更新履歴*/
.mUpdates__outer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.mUpdates__holder {
  border-radius: 12px;
  background-color: #FFF;
  border: 1px solid #ebebeb;
  margin: 0 auto;
  padding: 1.5em 2em 1.75em;
}

.mUpdates__holder.-action {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mUpdates__wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.78571;
  color: #ebebeb;
  padding-top: 0.875em;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mUpdates__each {
  display: flex;
  align-items: flex-start;
}

.mUpdates__each + .mUpdates__each {
  margin-top: 0.75em;
}

/* .time.timeChange + span {
  margin-left: 10px;
} */

.mUpdates__date {
  /* display: table-cell; */
  display: flex;
  align-items: center;
  width: 100px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  width: 100%;
  min-width: 80px;
}

.mUpdates__inner.newAdd + .mUpdates__text {
  margin-left: 10px;
}

.mUpdates__text {
  /* display: table-cell; */
  margin-left: 20px;
  display: inline-block;
}

.mUpdates__text .riff-Icon {
  position: relative;
  top: 0.2em;
  left: -0.075em;
  line-height: 0.566666;
  margin-top: -0.25em;
  height: 0.5666666em;
}

.mUpdates__text:hover .riff-Icon {
  text-decoration: none;
}

@media only screen and (max-width: 990px) {
  .mUpdates__holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mUpdates__holder {
    border-radius: 8px;
    padding-top: 5.06667vw;
    padding-bottom: 7.73333vw;
  }
  .mUpdates__wrapper {
    font-size: 3.73333vw;
    padding-top: 2.13333vw;
    max-width: 78.66667vw;
  }
  .mUpdates__each {
    flex-direction: column;
  }
  .mUpdates__each + .mUpdates__each {
    margin-top: 1.2em;
  }
  .mUpdates__each .riff-Icon {
    position: relative;
    top: 0.22em;
  }
  .mUpdates__date {
    width: 100%;
    font-size: 3.2vw;
  }
  .mUpdates__inner.newAdd + .mUpdates__text {
    margin-left: 0;
  }
  .mUpdates__text {
    display: block;
    margin-left: 0;
    margin-top: 0.21429em;
  }
}

/* riff Footer*/
.riff-Footer {
  background-color: #FFF;
}

/*jsなし*/
.mNojs__holder {
  font-size: 1em;
  line-height: 1.55;
  letter-spacing: 0.03em;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  background-color: #ebebeb;
}

.mNojs__holder p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
}

.mNojs__holder p + p {
  margin-top: 0.3em;
}

.mNojs__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 100%;
  border-radius: 12px;
  padding: 2em 4em;
  background-color: #FFF;
  text-align: center;
}

.mNojs__inner {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.mNojs__link {
  display: block;
  margin-top: 0.5em;
}

@media only screen and (max-width: 768px) {
  .mNojs__holder {
    font-size: 3.46667vw;
    line-height: 1.38462;
  }
  .mNojs__wrapper {
    max-width: 89.33333vw;
    border-radius: 8px;
    padding: 1em 1.3em;
  }
}

/* ユーティリティ：
 * !importantを使用せずに詳細度10で使用するため当該ページで読み込むcssの中で
 * 最下部で読み込む想定です　*/
.uHidden {
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 769px) {
  .uHidden--pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .uHidden--sp {
    display: none;
  }
}

.uText--underline {
  text-decoration: underline;
}

.uText--strike {
  text-decoration: line-through;
}

.uText--italic {
  font-style: italic;
}

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

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

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

.uText--bold {
  font-weight: bold;
}

.uText--normal {
  font-weight: normal;
}

.uText--scaleUp {
  font-size: 1.15em;
}

.uText--scaleDown {
  font-size: 0.75em;
}

.uText--elli {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uText--breakword {
  word-wrap: break-word;
}

.uText--nowrap {
  white-space: nowrap;
}

.uText--justify {
  text-align: justify;
}