@charset "UTF-8";
/*
 * Easing function
 * Original：http://easings.net/
 */
@-webkit-keyframes loadingbar {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  51% {
    -webkit-transform: translate3d(-100%, 2px, 0);
    transform: translate3d(-100%, 2px, 0);
  }
  52% {
    -webkit-transform: translate3d(100%, 2px, 0);
    transform: translate3d(100%, 2px, 0);
  }
  53% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes loadingbar {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  51% {
    -webkit-transform: translate3d(-100%, 2px, 0);
    transform: translate3d(-100%, 2px, 0);
  }
  52% {
    -webkit-transform: translate3d(100%, 2px, 0);
    transform: translate3d(100%, 2px, 0);
  }
  53% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes loadingbar2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  51% {
    -webkit-transform: translate3d(100%, 2px, 0);
    transform: translate3d(100%, 2px, 0);
  }
  52% {
    -webkit-transform: translate3d(-100%, 2px, 0);
    transform: translate3d(-100%, 2px, 0);
  }
  53% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes loadingbar2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  51% {
    -webkit-transform: translate3d(100%, 2px, 0);
    transform: translate3d(100%, 2px, 0);
  }
  52% {
    -webkit-transform: translate3d(-100%, 2px, 0);
    transform: translate3d(-100%, 2px, 0);
  }
  53% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  35% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  85% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  35% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  85% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  10% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  35% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  85% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  10% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  35% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  85% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

.emg {
  position: relative;
  top: 50px;
  max-width: 950px;
  margin: 0 auto;
  z-index: 20;
}

.wrapper {
  position: relative;
  padding-top: 50px;
}

#main {
  background-color: #fff;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: block;
}

.is-factdetail #main {
  overflow: hidden;
  padding-bottom: 62px;
}

@media (min-width: 835px) {
  .is-factdetail #main {
    padding-bottom: 100px;
  }
}

.pc-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: none;
}

@media (min-width: 950px) {
  .pc-background {
    display: block;
  }
}

.emg-background {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #999;
  border-color: #999 transparent #999 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pc-background {
  overflow: hidden;
}

.pc-background .inner {
  width: 120%;
  height: 100%;
  position: relative;
  left: -60px;
}

.pc-background .background {
  display: inline-block;
  background-image: url(../images/common/pc-bg.jpg);
  background-size: 100%;
  background-position: 0 10px;
  width: 240px;
  height: 100%;
  margin-right: 14px;
}

.pc-background .pattern {
  background-image: url(../images/common/pattern_dot_white.png);
  background-size: 4px 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.loading {
  position: relative;
  padding-top: 47px;
  text-align: center;
  width: 56px;
}

.loading--result {
  position: absolute;
  top: calc(50vh - 5px);
  left: calc(50% - 28px);
}

.loading1 {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: calc(50% - 18px);
  border: 1px solid #000;
  -webkit-animation-name: rotate1;
          animation-name: rotate1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.loading2 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: calc(50% - 10px);
  border: 1px solid #000;
  -webkit-animation-name: rotate2;
          animation-name: rotate2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.loading-text {
  font-size: 10px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

#footer-wrapper[aria-hidden="true"] {
  visibility: hidden;
  height: 1;
}

#top-wrapper {
  font-family: "HiraKakuProN-W6", 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  max-width: 880px;
  margin: auto;
}

#top-wrapper .loading {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
}

#top-wrapper.uninit {
  height: calc(100vh - 50px);
}

#top-wrapper.uninit h1 img {
  opacity: 0;
}

#top-wrapper [aria-hidden="true"] {
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}

#top-wrapper .subtitle[aria-hidden="true"] {
  height: auto;
}

#top-wrapper .copy {
  text-align: center;
  font-size: 12px;
  line-height: 225%;
  padding-left: 0.38em;
  letter-spacing: 0.38em;
  margin: 0 auto;
}

#top-wrapper .button, #top-wrapper .button2 {
  display: block;
  position: relative;
  margin: auto;
  line-height: 0;
}

#top-wrapper .button img, #top-wrapper .button2 img {
  display: inline-block;
  vertical-align: middle;
}

#top-wrapper .button a:hover img, #top-wrapper .button2 a:hover img {
  fill: #cc0000;
}

#top-wrapper .button .label, #top-wrapper .button2 .label {
  margin-left: -15px;
}

#top-wrapper .button .arrow, #top-wrapper .button2 .arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 4px;
  height: 5.48px;
  display: block;
  fill: #000;
}

@media (max-width: 834px) {
  #top-wrapper .button .arrow, #top-wrapper .button2 .arrow {
    right: 15px;
  }
}

#top-wrapper .button .arrow-fill, #top-wrapper .button2 .arrow-fill {
  fill: #000;
}

#top-wrapper .button {
  border: 1px solid #000;
  background-color: #fff;
  padding: 18px 10px;
  -webkit-transition: opacity 1s ease .7s, background-color 0.1s linear, -webkit-transform 1s ease .7s !important;
  transition: opacity 1s ease .7s, background-color 0.1s linear, -webkit-transform 1s ease .7s !important;
  -o-transition: opacity 1s ease .7s, transform 1s ease .7s, background-color 0.1s linear !important;
  transition: opacity 1s ease .7s, transform 1s ease .7s, background-color 0.1s linear !important;
  transition: opacity 1s ease .7s, transform 1s ease .7s, background-color 0.1s linear, -webkit-transform 1s ease .7s !important;
  cursor: pointer;
}

#top-wrapper .button.check-bosai {
  max-width: 245px;
  width: 80%;
}

#top-wrapper .button.check-bosai img.label {
  width: 70%;
}

@media (min-width: 835px) {
  #top-wrapper .button {
    border-width: 1px;
  }
  #top-wrapper .button.check-bosai {
    max-width: 370px;
  }
  #top-wrapper .button.check-bosai img.label {
    width: 66%;
  }
  #top-wrapper .button:hover {
    background-color: #000;
    background-image: url(../images/top/button-check_over.svg);
    background-repeat: no-repeat;
    background-size: 244px 20px;
    background-position: 65px 18px;
  }
  #top-wrapper .button:hover .arrow polygon {
    fill: #fff;
  }
  #top-wrapper .button:hover .label {
    visibility: hidden;
  }
}

#top-wrapper .button2 {
  position: relative;
  overflow: hidden;
  padding: 10px 10px;
  width: 104px;
  cursor: pointer;
}

#top-wrapper .button2.check-list img.label {
  width: 60%;
}

@media (min-width: 835px) {
  #top-wrapper .button2.check-list img.label {
    width: 58%;
  }
}

#top-wrapper .button2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 835px) {
  #top-wrapper .button2:after {
    height: 1px;
  }
}

#top-wrapper .button2.skip:after {
  background-color: #fff;
}

@media (min-width: 835px) {
  #top-wrapper .button2:hover:after {
    -webkit-animation-name: loadingbar2;
            animation-name: loadingbar2;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}

#top-wrapper .scroll.fade {
  opacity: 0;
}

#top-wrapper .fade {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 1;
}

#top-intro {
  position: absolute;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-intro a.button2 {
  text-align: center;
  width: 75px;
  position: absolute;
  display: block;
  z-index: 10;
  border-color: #fff;
  left: 0;
  right: 0;
  bottom: 24px;
}

#top-intro a.button2 .label {
  width: 37px;
}

#top-intro a.button2 .arrow-fill {
  fill: #fff;
}

#top-intro .intro-image {
  padding: 0 17px;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: opacity, width;
}

#top-intro .intro-image .intro-image-inner {
  background-size: 100%;
  height: 100%;
}

#top-title {
  position: relative;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}

#top-title .animate {
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

#top-title [aria-hidden="true"] {
  opacity: 0 !important;
}

#top-title [aria-hidden="true"] .copy, #top-title [aria-hidden="true"] .button, #top-title [aria-hidden="true"] .button2 {
  opacity: 0;
}

#top-title .title > img {
  width: 90px;
  opacity: 1;
  margin-bottom: 10px;
}

#top-title h1 {
  line-height: 1;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  width: 294px;
  height: 57px;
  opacity: 0;
  z-index: 2;
}

#top-title h1 .voice-only {
  border: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.01);
}

#top-title h1 .logo-diversity {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center, center, 0 0, center;
  background-repeat: no-repeat no-repeat;
  position: relative;
  background-image: url(../images/top/logo/logo_main.png), url(../images/top/logo/holo.png);
}

#top-title h1 .logo-diversity.animation {
  background-size: cover, cover, 200% 100%, cover;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: center, center, 100px 0, center;
  background-image: url(../images/top/logo/white.png), url(../images/top/logo/logo_main.png), -webkit-linear-gradient(328deg, rgba(30, 87, 153, 0) 0%, rgba(150, 87, 163, 0.07) 10%, rgba(80, 107, 183, 0.1) 20%, rgba(171, 185, 218, 0.15) 30%, rgba(197, 200, 229, 0.25) 40%, rgba(178, 185, 204, 0.5) 50%, rgba(187, 209, 208, 0.7) 60%, rgba(164, 188, 172, 0.5) 70%, rgba(170, 180, 160, 0.2) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/holo.png);
  background-image: url(../images/top/logo/white.png), url(../images/top/logo/logo_main.png), -o-linear-gradient(328deg, rgba(30, 87, 153, 0) 0%, rgba(150, 87, 163, 0.07) 10%, rgba(80, 107, 183, 0.1) 20%, rgba(171, 185, 218, 0.15) 30%, rgba(197, 200, 229, 0.25) 40%, rgba(178, 185, 204, 0.5) 50%, rgba(187, 209, 208, 0.7) 60%, rgba(164, 188, 172, 0.5) 70%, rgba(170, 180, 160, 0.2) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/holo.png);
  background-image: url(../images/top/logo/white.png), url(../images/top/logo/logo_main.png), linear-gradient(122deg, rgba(30, 87, 153, 0) 0%, rgba(150, 87, 163, 0.07) 10%, rgba(80, 107, 183, 0.1) 20%, rgba(171, 185, 218, 0.15) 30%, rgba(197, 200, 229, 0.25) 40%, rgba(178, 185, 204, 0.5) 50%, rgba(187, 209, 208, 0.7) 60%, rgba(164, 188, 172, 0.5) 70%, rgba(170, 180, 160, 0.2) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/holo.png);
  -webkit-animation-name: title-shine;
          animation-name: title-shine;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#top-title .top-title-content {
  margin-top: 30px;
  position: relative;
  opacity: 1;
  padding-bottom: 50px;
}

#top-title .top-title-content .copy {
  margin-bottom: 30px;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

#top-title .top-title-content .check-list {
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s;
}

#top-gallery {
  position: relative;
  line-height: 0;
  padding: 0 10px;
  margin: auto;
}

#top-gallery .video-wrapper {
  width: 100%;
  margin: 7px auto;
}

#top-gallery .video-wrapper #top-video {
  width: 100%;
}

#top-gallery .gallery1-area, #top-gallery .gallery2-area {
  position: relative;
  height: auto;
}

#top-gallery .gallery1-area img, #top-gallery .gallery2-area img {
  width: 100%;
  display: none;
}

#top-gallery .gallery1-area:before {
  content: "";
  display: block;
  padding-top: calc((100% - 14px) / 3);
}

#top-gallery .gallery2-area:before {
  content: "";
  display: block;
  padding-top: calc((100% - 21px) / 4);
}

#top-gallery .gallery-box {
  overflow: hidden;
  display: inline-block;
}

#top-gallery .gallery-box .gallery-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  width: 200%;
}

#top-gallery .gallery-box .gallery-image .gallery-inner {
  width: 50%;
}

#top-gallery .gallery-box .gallery-image .item {
  position: absolute;
  left: 50%;
}

.gallery1 {
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gallery1 .gallery-box {
  width: calc((100% - 14px) / 3);
  margin-right: 7px;
}

.gallery1 .gallery-box:last-child {
  margin-right: 0;
}

@supports (-ms-ime-align: auto) {
  .gallery1 .gallery-box {
    margin-right: 6.9px;
  }
}

.gallery2 {
  width: 100%;
  max-width: 880px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gallery2 .gallery-box {
  width: calc((100% - 21px) / 4);
  margin-right: 7px;
}

.gallery2 .gallery-box:last-child {
  margin-right: 0;
}

#top-body {
  text-align: center;
  margin-top: 50px;
  padding: 0 0;
}

#top-body h2 {
  margin: 0 auto 30px;
  width: 175px;
  height: 71px;
}

#top-body h2 .about-title {
  text-indent: -9999em;
  width: 100%;
  height: 100%;
  background-size: cover, 200% 100%, cover;
  background-position: center, -100% 0, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

#top-body h2 .about-title.animation {
  -webkit-animation-name: title-shine2;
          animation-name: title-shine2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#top-body h2 .about-title {
  background-image: url(../images/top/logo/about-title.png), -webkit-linear-gradient(328deg, rgba(30, 87, 153, 0) 0%, rgba(80, 107, 183, 0.01) 20%, rgba(197, 200, 229, 0.4) 40%, rgba(187, 209, 208, 0.7) 60%, rgba(170, 180, 160, 0.1) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/about-title-holo.png);
  background-image: url(../images/top/logo/about-title.png), -o-linear-gradient(328deg, rgba(30, 87, 153, 0) 0%, rgba(80, 107, 183, 0.01) 20%, rgba(197, 200, 229, 0.4) 40%, rgba(187, 209, 208, 0.7) 60%, rgba(170, 180, 160, 0.1) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/about-title-holo.png);
  background-image: url(../images/top/logo/about-title.png), linear-gradient(122deg, rgba(30, 87, 153, 0) 0%, rgba(80, 107, 183, 0.01) 20%, rgba(197, 200, 229, 0.4) 40%, rgba(187, 209, 208, 0.7) 60%, rgba(170, 180, 160, 0.1) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/about-title-holo.png);
}

#top-body .copy {
  padding-left: 0.18em;
  letter-spacing: 0.18em;
  margin-bottom: 25px;
}

#top-body .copy span {
  display: block;
  margin-bottom: 14px;
}

@media (min-width: 835px) {
  #top-body .copy span {
    margin-bottom: 12px;
  }
}

#top-body .logo {
  width: 94px;
}

#event-info {
  border: 1px solid #e5e5e5;
  margin: 48px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 289px;
  padding: 30px 17px;
  letter-spacing: 0.14em;
}

#event-info h2 {
  font-size: 15px;
  text-align: center;
  border-color: #1f1f1f;
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.497272727272727em;
}

#event-info h3 {
  text-align: center;
  margin: 0;
  font-size: 12px;
}

#event-info p {
  font-size: 12px;
  line-height: 211%;
  margin: 0;
}

#event-info dl {
  font-size: 12px;
  line-height: 211%;
}

#event-info dl dt {
  clear: left;
  float: left;
}

#event-info .voiceover {
  position: relative;
}

#event-info .voiceover [aria-hidden=true] {
  visibility: visible;
  height: auto;
  overflow: auto;
  position: relative;
}

#event-info .voiceover .voice-only {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.01);
  overflow: hidden;
}

@media (min-width: 835px) {
  #event-info {
    width: 496px;
    padding: 45px;
    margin-top: 60px;
  }
  #event-info h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #event-info h3 {
    font-size: 18px;
  }
  #event-info p {
    font-size: 18px;
  }
  #event-info dl {
    font-size: 18px;
  }
  #event-info dl dd {
    margin-left: 75px;
  }
}

.lang-ja .en-only {
  display: none;
}

.lang-en .ja-only {
  display: none;
}

.lang-en #top-wrapper {
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lang-en #top-wrapper p {
  font-size: 12px;
}

.lang-en #top-wrapper .copy {
  letter-spacing: 0.03em;
  text-rendering: optimizeLegibility;
  font-weight: 600;
}

.lang-en #top-wrapper .button.check-bosai {
  padding: 18px 10px 16px;
}

.lang-en #top-wrapper .button.check-bosai img {
  width: 58%;
  margin-left: -7px;
}

@media (min-width: 835px) {
  .lang-en #top-wrapper .button.check-bosai img {
    width: 50%;
  }
}

.lang-en #top-wrapper .button2.check-list {
  width: 150px;
}

.lang-en #top-wrapper .button2.check-list img {
  width: 80%;
  margin-left: -7px;
}

@media (min-width: 835px) {
  .lang-en #top-wrapper .button2.check-list img {
    width: 90%;
  }
}

@media (min-width: 835px) {
  .lang-en #top-wrapper .button2.check-list {
    padding: 10px 38px;
  }
}

.lang-en #top-wrapper #top-title {
  padding-top: 54px;
}

.lang-en #top-wrapper #top-title h1 {
  width: 294px;
  height: 38px;
}

.lang-en #top-wrapper #top-title h1 .logo-diversity {
  background-size: cover;
  background-position: center, center, 0 0, center;
  background-repeat: no-repeat no-repeat;
  background-image: url(../images/top/logo/logo_text_main_en.png), url(../images/top/logo/holo_en.png);
}

.lang-en #top-wrapper #top-title h1 .logo-diversity.animation {
  background-size: cover, 200% 100%, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, 100% 0, center;
  background-image: url(../images/top/logo/logo_text_main_en.png), -webkit-linear-gradient(328deg, rgba(30, 87, 153, 0) 0%, rgba(150, 87, 163, 0.07) 10%, rgba(80, 107, 183, 0.1) 20%, rgba(171, 185, 218, 0.15) 30%, rgba(197, 200, 229, 0.25) 40%, rgba(178, 185, 204, 0.5) 50%, rgba(187, 209, 208, 0.7) 60%, rgba(164, 188, 172, 0.5) 70%, rgba(170, 180, 160, 0.2) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/holo_en.png);
  background-image: url(../images/top/logo/logo_text_main_en.png), -o-linear-gradient(328deg, rgba(30, 87, 153, 0) 0%, rgba(150, 87, 163, 0.07) 10%, rgba(80, 107, 183, 0.1) 20%, rgba(171, 185, 218, 0.15) 30%, rgba(197, 200, 229, 0.25) 40%, rgba(178, 185, 204, 0.5) 50%, rgba(187, 209, 208, 0.7) 60%, rgba(164, 188, 172, 0.5) 70%, rgba(170, 180, 160, 0.2) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/holo_en.png);
  background-image: url(../images/top/logo/logo_text_main_en.png), linear-gradient(122deg, rgba(30, 87, 153, 0) 0%, rgba(150, 87, 163, 0.07) 10%, rgba(80, 107, 183, 0.1) 20%, rgba(171, 185, 218, 0.15) 30%, rgba(197, 200, 229, 0.25) 40%, rgba(178, 185, 204, 0.5) 50%, rgba(187, 209, 208, 0.7) 60%, rgba(164, 188, 172, 0.5) 70%, rgba(170, 180, 160, 0.2) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/holo_en.png);
  -webkit-animation-name: title-shine-en;
          animation-name: title-shine-en;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.lang-en #top-wrapper #top-title h1 .subtitle {
  width: 279px;
}

.lang-en #top-wrapper #top-title .top-title-content {
  margin-top: 50px;
}

.lang-en #top-wrapper #top-body h2 {
  width: 229px;
  height: 62px;
  margin-bottom: 30px;
}

.lang-en #top-wrapper #top-body h2 .about-title {
  background-image: url(../images/top/logo/about-title-en.png), -webkit-linear-gradient(328deg, rgba(30, 87, 153, 0) 0%, rgba(80, 107, 183, 0.01) 20%, rgba(197, 200, 229, 0.4) 40%, rgba(187, 209, 208, 0.7) 60%, rgba(170, 180, 160, 0.1) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/about-title-holo.png);
  background-image: url(../images/top/logo/about-title-en.png), -o-linear-gradient(328deg, rgba(30, 87, 153, 0) 0%, rgba(80, 107, 183, 0.01) 20%, rgba(197, 200, 229, 0.4) 40%, rgba(187, 209, 208, 0.7) 60%, rgba(170, 180, 160, 0.1) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/about-title-holo.png);
  background-image: url(../images/top/logo/about-title-en.png), linear-gradient(122deg, rgba(30, 87, 153, 0) 0%, rgba(80, 107, 183, 0.01) 20%, rgba(197, 200, 229, 0.4) 40%, rgba(187, 209, 208, 0.7) 60%, rgba(170, 180, 160, 0.1) 80%, rgba(255, 255, 255, 0) 100%), url(../images/top/logo/about-title-holo.png);
}

.lang-en #top-wrapper #event-info {
  line-height: 1.583333333333333;
  letter-spacing: 0.04em;
  text-align: center;
}

.lang-en #top-wrapper #event-info h2 {
  padding: 12px 40px;
  display: inline-block;
}

@media (min-width: 835px) {
  .lang-en #top-wrapper #event-info h2 {
    margin-bottom: 1em;
  }
}

.lang-en #top-wrapper #event-info h3 {
  margin-bottom: 1em;
}

.lang-en #top-wrapper #event-info p, .lang-en #top-wrapper #event-info dl {
  text-align: left;
}

.lang-en #top-wrapper #event-info dl {
  margin-top: 16px;
}

.lang-en #top-wrapper #event-info dl dt {
  width: 50px;
}

.lang-en #top-wrapper #event-info dl dd {
  margin-left: 50px;
}

.lang-en #top-wrapper #event-info dl dd:last-child {
  margin-left: 0;
}

@media (min-width: 835px) {
  .lang-en #top-wrapper #event-info dl dt {
    width: 70px;
  }
  .lang-en #top-wrapper #event-info dl dd {
    margin-left: 70px;
  }
}

@media (min-width: 835px) {
  #top-wrapper .copy {
    font-size: 16px;
    line-height: 225%;
    letter-spacing: 0.18em;
  }
  #top-wrapper .check-bosai {
    max-width: 370px;
    padding: 18px 10px 16px;
  }
  #top-wrapper .check-list {
    width: 180px;
  }
  #top-wrapper #top-intro .intro-image {
    padding: 0 35px;
  }
  #top-wrapper #top-title {
    padding-top: 80px;
  }
  #top-wrapper #top-title .subtitle {
    width: 186px;
    margin-bottom: 20px;
  }
  #top-wrapper #top-title h1 {
    width: 589px;
    height: 114px;
  }
  #top-wrapper #top-title .top-title-content {
    margin-top: 50px;
  }
  #top-wrapper #top-title .top-title-content .copy {
    margin-bottom: 34px;
  }
  #top-wrapper #top-gallery {
    max-width: 880px;
  }
  #top-wrapper #top-body {
    margin-top: 85px;
  }
  #top-wrapper #top-body h2 {
    width: 288px;
    height: 117px;
  }
  #top-wrapper #top-body p.copy {
    margin-bottom: 34px;
  }
  #top-wrapper #top-body .logo {
    width: 158px;
  }
  .lang-en #top-wrapper p {
    font-size: 16px;
  }
  .lang-en #top-wrapper #top-title {
    padding-top: 162px;
  }
  .lang-en #top-wrapper #top-title h1 {
    width: 588px;
    height: 76px;
  }
  .lang-en #top-wrapper #top-title h1 .subtitle {
    margin-top: 10px;
    width: 558px;
  }
  .lang-en #top-wrapper #top-title .top-title-content {
    margin-top: 90px;
  }
  .lang-en #top-wrapper #top-body h2 {
    width: 458px;
    height: 124px;
  }
  .lang-en #top-wrapper .button:hover {
    background-image: url(../images/en/top/button-check_over.svg);
    background-size: 185px 19px;
    background-position: 100px 18px;
  }
}

@-webkit-keyframes title-shine {
  from {
    background-position: center, center, 100% 0, center;
  }
  to {
    background-position: center, center, -100% 0, center;
  }
}

@keyframes title-shine {
  from {
    background-position: center, center, 100% 0, center;
  }
  to {
    background-position: center, center, -100% 0, center;
  }
}

@-webkit-keyframes title-shine-en {
  from {
    background-position: center, 100% 0, center;
  }
  to {
    background-position: center, -100% 0, center;
  }
}

@keyframes title-shine-en {
  from {
    background-position: center, 100% 0, center;
  }
  to {
    background-position: center, -100% 0, center;
  }
}

@-webkit-keyframes title-shine2 {
  from {
    background-position: center, 200% 0, center;
  }
  to {
    background-position: center, -100% 0, center;
  }
}

@keyframes title-shine2 {
  from {
    background-position: center, 200% 0, center;
  }
  to {
    background-position: center, -100% 0, center;
  }
}

.img1_human::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 0.0700770847932726% 0.17482517482517482%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img1_human::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img1_item::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 0.0700770847932726% 50%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img1_item::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img2_human::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 20.042046250875963% 0.17482517482517482%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img2_human::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img2_item::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 0.0700770847932726% 99.82517482517483%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img2_item::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img3_human::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 20.042046250875963% 50%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img3_human::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img3_item::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 40.01401541695866% 0.17482517482517482%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img3_item::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img4_human::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 20.042046250875963% 99.82517482517483%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img4_human::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img4_item::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 40.01401541695866% 50%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img4_item::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img5_human::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 59.98598458304134% 0.17482517482517482%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img5_human::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img5_item::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 40.01401541695866% 99.82517482517483%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img5_item::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img6_human::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 59.98598458304134% 50%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img6_human::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img6_item::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 79.95795374912403% 0.17482517482517482%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img6_item::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img7_human::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 59.98598458304134% 99.82517482517483%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img7_human::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img7_item::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 79.95795374912403% 50%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img7_item::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img8_human::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 99.92992291520673% 0.17482517482517482%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img8_human::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.img8_item::after {
  content: ' ';
  display: inline-block;
  width: 284px;
  height: 284px;
  background-position: 79.95795374912403% 99.82517482517483%;
  background-size: 602.4647887323944% 301.40845070422534%;
  padding: 0;
}

div.img8_item::after {
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

.question-title {
  text-align: center;
  padding: 22px 0 30px;
  margin: 0;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 0;
  position: relative;
}

@media (min-width: 835px) {
  .question-title {
    padding: 30px 0 60px;
  }
}

.question-title.active {
  opacity: 1;
}

.step-title {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #1f1f1f;
  line-height: 1;
  padding: 10px 16px;
  vertical-align: top;
  position: relative;
  letter-spacing: 2.6px;
  margin-bottom: 14px;
}

@media (min-width: 835px) {
  .step-title {
    font-size: 22px;
    padding: 13px;
    margin-bottom: 25px;
  }
}

.step-title:before, .step-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1f1f1f;
  position: absolute;
}

.step-title:before {
  top: 0;
  left: 0;
}

.step-title:after {
  bottom: 0;
  right: 0;
}

.step-text,
.step-text-voiceover {
  font-size: 12px;
  font-weight: bold;
  color: #1f1f1f;
  line-height: 20px;
  margin: -4px 0;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 2.4px;
}

@media (min-width: 835px) {
  .step-text,
  .step-text-voiceover {
    font-size: 18px;
    margin: -4px 0;
    line-height: 1.5;
  }
}

.lang-en .step-text {
  line-height: 1.8;
  letter-spacing: 1.2px;
  margin: -5px 0;
}

@media (min-width: 835px) {
  .lang-en .step-text {
    margin: -7px 0;
  }
}

.step-text-voiceover {
  position: absolute;
  bottom: 30px;
  left: 0;
  color: rgba(255, 255, 255, 0.01);
  width: 100%;
}

.selected-tags {
  background-color: #f0f0f0;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
  display: none;
}

.question-steps {
  list-style-type: none;
  padding: 12px 0 0;
  text-align: center;
  font-size: 0;
}

@media (min-width: 835px) {
  .question-steps {
    padding-top: 60px;
  }
}

.question-steps li {
  font-family: Helvetica Neue, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 6px;
  color: #000;
  line-height: 16px;
}

@media (min-width: 835px) {
  .question-steps li {
    margin-right: 0;
  }
}

.question-steps li .normal span,
.question-steps li .black span,
.question-steps li .active span {
  height: 16px;
  width: 50px;
  background-color: #cccccc;
  display: block;
  position: relative;
}

@media (min-width: 835px) {
  .question-steps li .normal span,
  .question-steps li .black span,
  .question-steps li .active span {
    width: 75px;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
  }
}

.question-steps li .normal span:before, .question-steps li .normal span:after,
.question-steps li .black span:before,
.question-steps li .black span:after,
.question-steps li .active span:before,
.question-steps li .active span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 6px;
  border-color: transparent transparent transparent #cccccc;
}

@media (min-width: 835px) {
  .question-steps li .normal span:before, .question-steps li .normal span:after,
  .question-steps li .black span:before,
  .question-steps li .black span:after,
  .question-steps li .active span:before,
  .question-steps li .active span:after {
    border-width: 12px 0 12px 8px;
  }
}

.question-steps li .normal span:before,
.question-steps li .black span:before,
.question-steps li .active span:before {
  left: 0;
  border-color: transparent transparent transparent #fff;
}

.question-steps li .normal span:after,
.question-steps li .black span:after,
.question-steps li .active span:after {
  right: -6px;
}

.question-steps li .black span,
.question-steps li .active span {
  background-color: #000;
  color: #fff;
}

.question-steps li .black span:after,
.question-steps li .active span:after {
  border-color: transparent transparent transparent #000;
}

.question-steps li.start .black-wrapper {
  width: 62px;
}

@media (min-width: 835px) {
  .question-steps li.start .black-wrapper {
    width: 91px;
  }
}

.question-steps li .black-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 16px;
  overflow: hidden;
  -webkit-transition: width 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: width 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 835px) {
  .question-steps li .black-wrapper {
    height: 24px;
  }
}

.question-steps li .black {
  position: absolute;
  top: 0;
  left: 0;
}

.question-steps li:nth-child(1) span:before {
  display: none;
}

.question-steps li:nth-child(4) span:after {
  display: none;
}

.question-steps li:nth-child(1) span:after, .question-steps li:nth-child(2) span:after, .question-steps li:nth-child(3) span:after {
  right: -6px;
}

@media (min-width: 835px) {
  .question-steps li:nth-child(1) span:after, .question-steps li:nth-child(2) span:after, .question-steps li:nth-child(3) span:after {
    right: -8px;
  }
}

.question-steps li:nth-child(2) span, .question-steps li:nth-child(3) span, .question-steps li:nth-child(4) span {
  padding-left: 6px;
}

@media (min-width: 835px) {
  .question-steps li:nth-child(2) span, .question-steps li:nth-child(3) span, .question-steps li:nth-child(4) span {
    padding-left: 8px;
  }
}

.question-steps li:nth-child(2) span:before, .question-steps li:nth-child(3) span:before, .question-steps li:nth-child(4) span:before {
  left: 0;
}

.question-step[aria-hidden="true"] {
  border: 0;
  height: 1px;
  width: 1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
}

.question-step h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  outline: none;
}

.selected-tags {
  width: 100%;
  word-break: break-all;
}

.question-taglist {
  list-style-type: none;
  text-align: left;
  padding: 0 6px 29px;
  font-size: 0;
}

@media (min-width: 835px) {
  .question-taglist {
    padding: 0 40px 84px;
  }
}

.question-tag {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 8px 6px 0;
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.1s linear, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.1s linear, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.1s linear, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.1s linear, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.question-tag.scroll {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}

@media (min-width: 835px) {
  .question-tag {
    margin: 0 12px 12px 0;
  }
}

.question-tag input {
  border: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}

.question-tag label {
  font-family: sans-serif;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 7px 9px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  word-break: break-word;
  background-repeat: no-repeat;
  background-position: 100% center;
}

@media (max-width: 834px) {
  .question-tag label {
    background-size: 350px 250px;
    -webkit-transition: background-position 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background-position 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-position 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (min-width: 835px) {
  .question-tag label {
    background-size: 600px 400px;
    -webkit-transition: background-position 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background-position 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-position 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (min-width: 835px) {
  .question-tag label {
    font-size: 28px;
  }
}

.question-tag .background {
  display: none;
}

.lang-en .question-tag label {
  letter-spacing: 0.87px;
}

.question-tag input:checked + label,
.is-pc .question-tag label:hover {
  background-color: #c9caca;
  background-image: url(../images/question/question-background.jpg);
}

@media (max-width: 834px) {
  .question-tag input:checked + label,
  .is-pc .question-tag label:hover {
    background-position: 50% center;
  }
}

@media (min-width: 835px) {
  .question-tag input:checked + label,
  .is-pc .question-tag label:hover {
    background-position: 50% center;
  }
}

.question-footer {
  text-align: center;
  position: relative;
}

.question__next-button {
  width: 275px;
  height: 42px;
  border: 1px solid #000;
  text-align: center;
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 42px;
  margin: 0 auto 18px;
  position: relative;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.question__next-button .voice-only {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.01);
}

.question__next-button .normal,
.question__next-button .over {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 835px) {
  .question__next-button .normal,
  .question__next-button .over {
    padding-top: 22px;
  }
}

.question__next-button .normal {
  background-color: #fff;
}

.question__next-button .over {
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 835px) {
  .question__next-button {
    width: 458px;
    height: 74px;
    line-height: 74px;
    margin-bottom: 36px;
  }
  .question__next-button:hover .over {
    opacity: 1;
  }
}

.question__next-button[aria-hidden="true"] {
  display: none;
}

.question__next-button img {
  width: auto;
  height: 13px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 835px) {
  .question__next-button img {
    height: 24px;
  }
}

.question__next-button .normal:after,
.question__next-button .over:after {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}

@media (min-width: 835px) {
  .question__next-button .normal:after,
  .question__next-button .over:after {
    width: 9px;
    height: 12px;
    right: 24px;
    top: calc(50% - 6px);
  }
}

.question__next-button .over:after {
  background-image: url(../images/list/list-item-arrow2.svg);
}

@media (min-width: 835px) {
  .lang-en .question__next-button--1 .normal,
  .lang-en .question__next-button--1 .over {
    padding-top: 25px;
  }
}

@media (min-width: 835px) {
  .lang-en .question__next-button--2 .normal,
  .lang-en .question__next-button--2 .over,
  .lang-en .question__next-button--3 .normal,
  .lang-en .question__next-button--3 .over {
    padding-top: 27px;
  }
}

.question__back-button {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 4px 6px 4px 20px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 835px) {
  .question__back-button {
    padding: 6px 11px 6px 32px;
  }
}

.question__back-button .voice-only {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.01);
}

.question__back-button:before {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 6px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 835px) {
  .question__back-button:before {
    width: 7px;
    height: 9px;
    left: 10px;
    top: calc(50% - 4px);
  }
}

.question__back-button:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.question__back-button img {
  width: auto;
  height: 11px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 835px) {
  .question__back-button img {
    height: 19px;
  }
}

@media (min-width: 835px) {
  .question__back-button:hover:after {
    -webkit-animation-name: loadingbar;
            animation-name: loadingbar;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}

.lang-en .question__next-button--1 img {
  height: 13px;
}

@media (min-width: 835px) {
  .lang-en .question__next-button--1 img {
    height: 26px;
  }
}

.lang-en .question__next-button--2 img {
  height: 10px;
}

@media (min-width: 835px) {
  .lang-en .question__next-button--2 img {
    height: 18px;
  }
}

.lang-en .question__next-button--3 img {
  height: 10px;
}

@media (min-width: 835px) {
  .lang-en .question__next-button--3 img {
    height: 18px;
  }
}

.lang-en .question__back-button img {
  height: 10px;
}

@media (min-width: 835px) {
  .lang-en .question__back-button img {
    width: 63px;
    height: 18px;
  }
}

.result-title {
  text-align: center;
  margin-bottom: 14px;
  font-size: 0;
  padding: 18px 0 0;
}

@media (min-width: 835px) {
  .result-title {
    padding: 35px 0 0;
    margin-bottom: 20px;
  }
}

.lang-en .result-title {
  padding: 18px 17px 0;
}

.result-title.show span {
  opacity: 1;
}

.result-title.show span:before {
  left: 0;
}

.result-title.show span:after {
  right: 0;
}

.result-title span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #1f1f1f;
  line-height: 1.5;
  padding: 12px 18px;
  vertical-align: top;
  position: relative;
  letter-spacing: 2.6px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  margin: 0;
}

@media (min-width: 835px) {
  .result-title span {
    font-size: 22px;
    padding: 15px 13px;
  }
}

.result-title span:before, .result-title span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1f1f1f;
  position: absolute;
  -webkit-transition: left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -o-transition: left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.result-title span:before {
  top: 0;
  left: -100%;
}

.result-title span:after {
  bottom: 0;
  right: -100%;
}

.lang-en .result-title span {
  letter-spacing: 1.2px;
}

.result-copy {
  font-size: 12px;
  font-weight: bold;
  color: #1f1f1f;
  line-height: 20px;
  margin: -4px 0 26px;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 4px;
  opacity: 0;
  -webkit-transform: translate3d(6px, 5px, 0);
          transform: translate3d(6px, 5px, 0);
  -webkit-transition: opacity 0.2s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: opacity 0.2s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: opacity 0.2s linear 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: opacity 0.2s linear 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: opacity 0.2s linear 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.result-copy.show {
  opacity: 1;
  -webkit-transform: translate3d(6px, 0px, 0px);
          transform: translate3d(6px, 0px, 0px);
}

@media (min-width: 835px) {
  .result-copy.show {
    -webkit-transform: translate3d(12px, 0px, 0px);
            transform: translate3d(12px, 0px, 0px);
  }
}

@media (min-width: 835px) {
  .result-copy {
    line-height: 30px;
    font-size: 16px;
    margin: -7px 0 41px;
    -webkit-transform: translate3d(12px, 5px, 0px);
            transform: translate3d(12px, 5px, 0px);
  }
}

.lang-en .result-copy {
  letter-spacing: 1.2px;
  line-height: 1.8;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

.lang-en .result-copy.show {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

@media (max-width: 834px) {
  .lang-en .result-copy {
    width: 100%;
    padding: 0 17px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 835px) {
  .lang-en .result-copy {
    -webkit-transform: translate3d(0px, 5px, 0px);
            transform: translate3d(0px, 5px, 0px);
  }
}

.result {
  width: 100%;
}

.hidden-title {
  width: 100%;
  height: 1px;
  overflow: hidden;
  color: transparent;
}

.result-share {
  background-image: url(../images/common/pattern_dot_white.png);
  background-size: 4px 4px;
  padding: 29px 0 29px;
  margin-bottom: 24px;
}

@media (min-width: 835px) {
  .result-share {
    padding: 74px 0 57px;
    margin-bottom: 74px;
  }
}

.share-title {
  font-size: 14px;
  color: #000;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 17px;
  position: relative;
  width: 313px;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 835px) {
  .share-title {
    width: 500px;
    padding: 10px;
    background-color: #c9caca;
    margin: 0 auto 40px;
  }
}

.share-title__bg {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/result/result-share-title-bg.jpg);
  background-position: 90% center;
  background-size: 500px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.share-title .voice-only {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.01);
  position: absolute;
  top: 0;
  left: 0;
}

.share-title img {
  width: 297px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 835px) {
  .share-title img {
    width: 475px;
  }
}

.lang-en .share-title {
  width: 278px;
  padding: 6px 10px 4px;
}

@media (min-width: 835px) {
  .lang-en .share-title {
    width: 456px;
    padding: 10px 15px 7px;
  }
}

.lang-en .share-title img {
  width: 258px;
}

@media (min-width: 835px) {
  .lang-en .share-title img {
    width: 429px;
  }
}

.result-share__buttons {
  text-align: center;
  font-size: 0;
  padding: 0;
}

.result-share__buttons li {
  list-style-type: none;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 835px) {
  .result-share__buttons li {
    width: 56px;
    height: 56px;
    margin: 0 12px;
  }
}

.result-share__buttons button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.result-share__buttons button > img {
  width: 100%;
  height: 100%;
  display: block;
}

.share-buttons li {
  list-style-type: none;
}

.disclaimer-text {
  text-align: center;
  padding-bottom: 0;
  margin: 0 auto;
}

.disclaimer-text .text {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  padding: 18px 28px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  letter-spacing: 2.3px;
  margin: 0 0 13px;
}

@media (min-width: 835px) {
  .disclaimer-text .text {
    font-size: 20px;
    letter-spacing: 4px;
    padding: 23px 61px;
  }
}

.disclaimer-text .by {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  display: block;
  margin: -6px 0 0;
  letter-spacing: 1px;
}

@media (min-width: 835px) {
  .disclaimer-text {
    margin: -9px 0 0;
    padding-bottom: 0;
  }
}

.lang-en .disclaimer-text .text {
  letter-spacing: 0.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 834px) {
  .lang-en .disclaimer-text .text {
    font-size: 12px;
    padding: 16px 26px;
    letter-spacing: 0.9px;
    max-width: 290px;
  }
}

@media (min-width: 835px) {
  .lang-en .disclaimer-text .text {
    max-width: 460px;
  }
}

.lang-en .disclaimer-text .by {
  letter-spacing: 0.9px;
}

@media (max-width: 834px) {
  .lang-en .disclaimer-text .by {
    line-height: 1.8;
    max-width: 290px;
    margin: 0 auto;
  }
}

.result-navigation {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0 0 28px;
}

.result-navigation li {
  width: 100%;
}

@media (min-width: 835px) {
  .result-navigation {
    margin: 0 0 74px;
  }
}

.result-retry-button {
  width: 218px;
  height: 42px;
  background-color: #ff2954;
  color: #fff;
  display: block;
  margin: 0 auto 16px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 835px) {
  .result-retry-button {
    width: 458px;
    height: 72px;
    padding-top: 25px;
    margin-bottom: 38px;
  }
  .result-retry-button:hover {
    background-color: #d42246;
  }
}

.result-retry-button img {
  width: auto;
  height: 13px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 835px) {
  .result-retry-button img {
    height: 24px;
  }
}

.result-retry-button .voice-only {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.01);
  padding-top: 10px;
}

.result-retry-button:after {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow2.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}

@media (min-width: 835px) {
  .result-retry-button:after {
    width: 7px;
    height: 12px;
    top: calc(50% - 4px);
    right: 26px;
  }
}

@media (max-width: 834px) {
  .lang-en .result-retry-button {
    padding-top: 16px;
  }
  .lang-en .result-retry-button img {
    height: 10.4px;
  }
}

@media (min-width: 835px) {
  .lang-en .result-retry-button {
    padding-top: 27px;
  }
  .lang-en .result-retry-button img {
    height: 18px;
  }
}

.result-list-button {
  width: 218px;
  height: 42px;
  display: block;
  margin: 0 auto 18px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
}

.result-list-button .normal,
.result-list-button .over {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 835px) {
  .result-list-button .normal,
  .result-list-button .over {
    padding-top: 24px;
  }
}

.result-list-button .normal {
  background-color: #fff;
}

.result-list-button .over {
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.result-list-button .voice-only {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.01);
  padding-top: 10px;
}

.result-list-button img {
  width: auto;
  height: 13px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 835px) {
  .result-list-button img {
    height: 24px;
  }
}

.result-list-button .normal:after,
.result-list-button .over:after {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}

@media (min-width: 835px) {
  .result-list-button .normal:after,
  .result-list-button .over:after {
    width: 7px;
    height: 12px;
    top: calc(50% - 4px);
    right: 26px;
  }
}

.result-list-button .over:after {
  background-image: url(../images/list/list-item-arrow2.svg);
}

@media (min-width: 835px) {
  .result-list-button {
    width: 458px;
    height: 72px;
    margin-bottom: 34px;
  }
  .result-list-button:hover .over {
    opacity: 1;
  }
}

.lang-en .result-list-button img {
  height: 10.4px;
}

@media (min-width: 835px) {
  .lang-en .result-list-button img {
    height: 18px;
  }
}

.result-home-button {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 6px 6px 6px 20px;
  overflow: hidden;
}

@media (min-width: 835px) {
  .result-home-button {
    padding: 10px 19px 10px 50px;
  }
}

.result-home-button:before {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 6px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 835px) {
  .result-home-button:before {
    width: 7px;
    height: 12px;
    left: 10px;
    top: calc(50% - 6px);
  }
}

.result-home-button:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.result-home-button img {
  width: auto;
  width: 93px;
  height: 11px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 835px) {
  .result-home-button img {
    width: 200px;
    height: 23px;
  }
}

@media (min-width: 835px) {
  .result-home-button:hover:after {
    -webkit-animation-name: loadingbar;
            animation-name: loadingbar;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}

.lang-en .result-home-button img {
  width: 119px;
  height: 9.4px;
}

@media (min-width: 835px) {
  .lang-en .result-home-button img {
    width: 200px;
    height: 18px;
  }
}

@media (min-width: 835px) {
  .lang-en .result-home-button {
    padding: 15px 15px 15px 48px;
  }
}

.result-banner {
  text-align: center;
  background-color: #f5f5f5;
  padding: 18px 0;
  margin-top: 40px;
}

@media (min-width: 835px) {
  .result-banner {
    padding: 30px 0;
  }
}

.result-banner p {
  font-size: 12px;
  color: #000;
  margin: 0 auto 10px;
}

@media (min-width: 835px) {
  .result-banner p {
    font-size: 16px;
    margin: 0 auto 12px;
  }
}

.result-banner > a {
  width: 240px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

@media (min-width: 835px) {
  .result-banner > a {
    width: 480px;
  }
  .result-banner > a:hover {
    opacity: 0.7;
  }
}

.result-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.card-list {
  padding-bottom: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.card-list.card-list--single {
  text-align: center !important;
}

@media (min-width: 835px) {
  .card-list {
    text-align: left;
    max-width: 816px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 54px;
  }
}

@media (max-width: 831px) {
  .card-list {
    text-align: center;
  }
}

.card-list.show {
  opacity: 1;
}

.card-list .spacer {
  min-height: 100vh;
}

.card {
  width: 285px;
  position: relative;
  margin: 0 auto 20px;
  opacity: 1;
}

@media (min-width: 835px) {
  .card {
    width: 388px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 16px;
  }
}

.card.motion {
  -webkit-transform: rotate(8deg) scale(1.1);
      -ms-transform: rotate(8deg) scale(1.1);
          transform: rotate(8deg) scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: opacity 0.2s linear, -webkit-transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition: opacity 0.2s linear, transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: opacity 0.2s linear, transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: opacity 0.2s linear, transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), -webkit-transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.card.motion.show {
  -webkit-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  opacity: 1;
}

.card.motion.show .card__inner {
  opacity: 1;
}

.card__inner {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  position: relative;
  background-color: #f7f9fa;
  padding: 12px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 2px 0px #ccc);
          filter: drop-shadow(0px 2px 0px #ccc);
  opacity: 0;
}

.card__inner.show {
  opacity: 1;
}

.card__inner.result-motion {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.card__inner.result-motion2 {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.card__inner.result-motion3 {
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

@media (min-width: 835px) {
  .card__inner {
    border-radius: 5px;
  }
}

.card__image {
  padding: 0 15px;
  position: relative;
  height: 255px;
}

@media (min-width: 835px) {
  .card__image {
    height: 358px;
  }
}

.card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-header {
  text-align: left;
  padding: 0 20px 0 54px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 835px) {
  .card-header {
    padding-left: 60px;
    margin-bottom: 14px;
  }
}

.card-header__icon {
  width: 25px;
  height: 25px;
  border-radius: 27px;
  border: 1px solid #bdbdbd;
  background-color: #bdbdbd;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -13px;
  overflow: hidden;
}

@media (min-width: 835px) {
  .card-header__icon {
    width: 32px;
    height: 32px;
    border-radius: 34px;
    margin-top: -16px;
  }
}

.card-header__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.card-header__tag {
  font-size: 11px;
  font-weight: bold;
  line-height: 2.3;
  margin: 0;
  color: #424242;
}

@media (min-width: 835px) {
  .card-header__tag {
    font-size: 14px;
  }
}

.card-footer {
  text-align: left;
  padding: 18px 20px 25px;
}

@media (min-width: 835px) {
  .card-footer {
    padding: 20px 20px 30px;
  }
}

.card-footer__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin: -8px 0 12px;
  color: #1f1f1f;
  letter-spacing: 3px;
}

@media (min-width: 835px) {
  .card-footer__title {
    font-size: 22px;
    line-height: 32px;
    margin: -5px 0 18px;
  }
}

.card-footer__description {
  font-size: 12px;
  line-height: 2;
  margin: -6px 0;
  color: #424242;
}

@media (min-width: 835px) {
  .card-footer__description {
    font-size: 14px;
    margin: -7px 0;
  }
}

.lang-en .card-footer__title {
  letter-spacing: 1.2px;
}

.card-shopping {
  width: 100%;
  text-align: right;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  opacity: 0;
}

.card-shopping.show {
  opacity: 1;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.shopping-link {
  display: inline-block;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  padding: 4px 16px 4px 10px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 835px) {
  .shopping-link {
    padding: 9px 34px 9px 16px;
  }
}

.shopping-link:before {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
}

@media (min-width: 835px) {
  .shopping-link:before {
    width: 6px;
    height: 11px;
    right: 12px;
    top: calc(50% - 5px);
  }
}

.shopping-link:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.shopping-link img {
  width: 105px;
  height: auto;
  display: block;
  border: none;
}

@media (min-width: 835px) {
  .shopping-link img {
    width: 141px;
  }
}

.shopping-link:hover:after {
  -webkit-animation-name: loadingbar2;
          animation-name: loadingbar2;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.small-card-list {
  padding: 0 8px 65px;
}

@media (min-width: 835px) {
  .small-card-list {
    padding: 0 34px 34px;
    font-size: 0;
    text-align: left;
  }
}

.small-card-list .spacer {
  min-height: 100vw;
  height: 20000px;
}

.small-card {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  position: relative;
  margin: 0 auto 6px;
  background-color: #f7f9fa;
  padding: 0;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.small-card.scroll {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.small-card[aria-hidden="true"] {
  position: relative;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin-bottom: -1px;
  border: none;
}

@media (min-width: 835px) {
  .small-card {
    width: calc(50% - 12px);
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 6px;
    border-radius: 5px;
  }
}

.small-card:after {
  content: "";
  width: 5px;
  height: 7px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
}

@media (min-width: 835px) {
  .small-card:after {
    width: 9px;
    height: 12px;
    top: calc(50% - 6px);
    right: 24px;
  }
}

.small-card__image {
  width: 100px;
  min-width: 100px;
  padding: 0;
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

@media (min-width: 390px) and (max-width: 834px) {
  .small-card__image {
    width: 140px;
    min-width: 140px;
  }
}

@media (min-width: 835px) {
  .small-card__image {
    width: 122px;
    min-width: 122px;
  }
}

.small-card__image img {
  width: auto;
  height: 100%;
  min-height: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 835px) {
  .small-card__image img {
    min-height: 136px;
  }
}

@media (min-width: 390px) and (max-width: 834px) {
  .small-card__image img {
    width: 100%;
    height: auto;
  }
}

.small-card-header {
  text-align: left;
  padding: 0 7px 0 0;
  position: relative;
  margin-bottom: 20px;
}

.small-card-header__icon {
  width: 25px;
  height: 25px;
  border-radius: 27px;
  border: 1px solid #bdbdbd;
  background-color: #bdbdbd;
  overflow: hidden;
  display: table-cell;
  position: relative;
}

.small-card-header__icon img {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.small-card-header__title {
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  padding-left: 9px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
}

.small-card-title {
  font-size: 15px;
  line-height: 1.5;
  margin: -3px 0;
  min-height: 3em;
}

@media (min-width: 835px) {
  .small-card-title {
    min-height: 3em;
    width: 240px;
  }
}

@media (max-width: 374px) {
  #fact66 .small-card-title,
  #fact108 .small-card-title {
    font-size: 13px;
    min-height: 45px;
  }
}

.small-card-content {
  width: calc(100% - 100px);
  border-left: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 34px 25px 15px;
  display: table-cell;
  vertical-align: top;
}

@media (min-width: 835px) {
  .small-card-content {
    width: calc(100% - 122px);
    padding-right: 40px;
  }
}

@media (min-width: 390px) and (max-width: 834px) {
  .small-card-content {
    width: calc(100% - 140px);
  }
}

.list-more {
  width: 100%;
  text-align: center;
  padding: 33px 0 0;
}

@media (min-width: 835px) {
  .list-more {
    padding: 60px 0 30px;
  }
}

.list-more-button {
  font-size: 12px;
  background-color: #fff;
  color: #1f1f1f;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 7px 28px;
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-family: Helvetica Neue, sans-serif;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 835px) {
  .list-more-button {
    padding: 10px 42px;
    font-size: 16px;
  }
}

.list-more-button:before {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 835px) {
  .list-more-button:before {
    width: 7px;
    height: 9px;
    right: 10px;
    top: calc(50% - 4px);
  }
}

.list-more-button:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.list-more-button img {
  width: auto;
  height: 11px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 835px) {
  .list-more-button img {
    height: 19px;
  }
}

@media (min-width: 835px) {
  .list-more-button:hover:after {
    -webkit-animation-name: loadingbar2;
            animation-name: loadingbar2;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}

.detail-card-list {
  text-align: center;
  min-height: 445px;
}

@media (min-width: 835px) {
  .detail-card-list {
    min-height: 582px;
  }
}

.detail-card-list .card {
  margin: 0 auto;
}

.detail-header {
  width: 285px;
  margin: 0 auto 14px;
}

@media (min-width: 835px) {
  .detail-header {
    width: 388px;
    padding-top: 34px;
    margin-bottom: 16px;
  }
}

.detail-back-button {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 4px 6px 4px 20px;
  overflow: hidden;
}

@media (min-width: 835px) {
  .detail-back-button {
    padding: 6px 11px 6px 33px;
  }
}

.detail-back-button:before {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 6px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 835px) {
  .detail-back-button:before {
    width: 7px;
    height: 9px;
    top: calc(50% - 4px);
    left: 11px;
  }
}

.detail-back-button:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.detail-back-button img {
  width: auto;
  height: 11px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 835px) {
  .detail-back-button img {
    height: 19px;
  }
}

.detail-back-button:hover:after {
  -webkit-animation-name: loadingbar;
          animation-name: loadingbar;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.lang-en .detail-back-button img {
  height: 10px;
}

@media (min-width: 835px) {
  .lang-en .detail-back-button img {
    width: 66px;
    height: 19px;
  }
}

.fact-search-form {
  width: 100%;
  padding: 5px 12px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fact-search-form:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 835px) {
  .fact-search-form {
    text-align: center;
    font-size: 0;
  }
}

.fact-search-form__input {
  width: calc(100% - 42px);
  height: 39px;
  float: left;
  border: none;
  border: 1px solid #a3a3a3;
  border-width: 1px 0 1px 1px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 13px;
  line-height: 39px;
  color: #1f1f1f;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}

.fact-search-form__input:placeholder-shown {
  color: #b8b8b8;
}

.fact-search-form__input::-webkit-input-placeholder {
  color: #b8b8b8;
}

.fact-search-form__input:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.fact-search-form__input::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.fact-search-form__input:-ms-input-placeholder {
  color: #b8b8b8;
}

@media (min-width: 835px) {
  .fact-search-form__input {
    width: 342px;
    height: 44px;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    float: none;
  }
  .fact-search-form__input:placeholder-shown {
    font-size: 18px;
  }
  .fact-search-form__input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .fact-search-form__input:-moz-placeholder {
    font-size: 18px;
  }
  .fact-search-form__input::-moz-placeholder {
    font-size: 18px;
  }
  .fact-search-form__input:-ms-input-placeholder {
    font-size: 18px;
  }
}

.fact-search-form__submit {
  border: 1px solid #1f1f1f;
  width: 42px;
  height: 39px;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: #fff;
  background-image: url(../images/list/search-icon.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center center;
  border-radius: 0;
  -webkit-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 835px) {
  .fact-search-form__submit {
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .fact-search-form__submit:hover {
    background-color: #000;
    background-image: url(../images/list/search-icon_over.svg);
  }
}

.error-message {
  clear: both;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  margin: 0 0 -1px;
  padding: 0;
}

.notfound-error {
  padding: 50px 0;
  margin: 0;
  text-align: center;
  display: none;
}

@media (min-width: 835px) {
  .notfound-error {
    padding: 160px 0 100px;
  }
}

.notfound-error__message {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 2;
  color: #1f1f1f;
  font-weight: bold;
}

@media (min-width: 835px) {
  .notfound-error__message {
    font-size: 20px;
    margin: 0 0 40px;
  }
}

@media (max-width: 374px) {
  .notfound-error__message {
    font-size: 16px;
  }
}

.notfound-error__image {
  width: 196px;
  margin: 0 auto;
}

@media (min-width: 835px) {
  .notfound-error__image {
    width: 254px;
  }
}

.notfound-error__image img {
  display: block;
  width: 100%;
  height: auto;
}

.notfound-error.show {
  display: block;
}

@media (max-width: 834px) {
  .lang-ja .notfound-error {
    overflow: hidden;
  }
}

.lang-ja .notfound-error__message {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
}

@media (min-width: 835px) {
  .lang-ja .notfound-error__message {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}

.error-message-title {
  font-size: 18px;
  margin: -9px 0;
  display: block;
  padding-bottom: 22px;
}

@media (min-width: 835px) {
  .error-message-title {
    font-size: 24px;
    margin: -12px 0;
    padding-bottom: 30px;
  }
}

.lang-ja .error-message-title {
  letter-spacing: 2px;
}

.error-message-text {
  font-size: 11px;
  display: block;
  margin: -5px 0;
}

@media (min-width: 835px) {
  .error-message-text {
    font-size: 16px;
    margin: -8px 0;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  vertical-align: top;
  z-index: 1000;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

#header.is-fixed {
  position: fixed;
}

.header-inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  padding: 16px 17px 0 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-inner:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 835px) {
  .header-inner {
    padding: 16px 0 0;
  }
}

@media (min-width: 835px) and (max-width: 960px) {
  .header-inner {
    padding: 16px 17px 0 17px;
  }
}

.header__site-logo {
  width: 145px;
  height: 18px;
  margin: 0 8px 0 0;
  float: left;
  display: block;
}

.header__site-logo a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 5px;
  background-color: #c9caca;
  background-image: url(../images/common/header-logo-background.png);
  background-repeat: repeat-y;
  background-position: center right;
  background-size: 157px 34px;
}

.header__site-logo a > img {
  width: 135px;
  height: auto;
  display: block;
}

.header__yahoo-logo {
  width: 34px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  font-size: 0;
  display: block;
  position: absolute;
  top: 13px;
  right: 60px;
}

.header__yahoo-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .header__yahoo-logo {
    top: 16px;
  }
  .header__yahoo-logo img.pc-only {
    display: none !important;
  }
  .header__yahoo-logo img.sp-only {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .header__yahoo-logo {
    width: 108px;
    height: 27px;
  }
  .header__yahoo-logo img.pc-only {
    display: block !important;
  }
  .header__yahoo-logo img.sp-only {
    display: none !important;
  }
}

.header-language {
  list-style-type: none;
  font-size: 0;
  text-align: left;
  padding: 0;
  width: 60px;
  display: block;
  float: left;
}

.header-language li {
  display: inline-block;
  line-height: 18px;
  position: relative;
}

.header-language li:first-child {
  padding-right: 10px;
}

.header-language li:first-child:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
}

.header-language a, .header-language span {
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.header-language span {
  color: #b2b2b2;
}

.menu-container.active .menu-button__border1:after {
  top: 0;
}

.menu-container.active .menu-button__border2:after {
  top: 0;
}

.menu-container.active .menu-button__text:after {
  top: 0;
}

.menu-container.active .mobile-menu__background {
  opacity: 1;
}

.menu-container.active .mobile-menu__container {
  right: 0px;
}

.menu-button {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  display: block;
  background-color: #fff;
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  z-index: 1200;
  cursor: pointer;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.menu-button.is-fixed {
  position: fixed;
}

@media (min-width: 950px) {
  .menu-button {
    right: calc(50% - 475px);
  }
}

.menu-button__border1, .menu-button__border2 {
  width: 32px;
  height: 3px;
  background-color: #000;
  margin-bottom: 6px;
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.menu-button__border1:after, .menu-button__border2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  top: -3px;
  left: 0;
  -webkit-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  transition: top linear 0.2s;
}

.menu-button__border1 {
  top: 13px;
  left: 10px;
}

.menu-button__border2 {
  top: 22px;
  left: 10px;
}

.menu-button__cross1, .menu-button__cross2 {
  width: 0;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
}

.menu-button__cross1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-button__cross2 {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  top: 17px;
  left: 34px;
  -webkit-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.menu-button__text {
  background-image: url(../images/common/menu-text.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 8px;
  text-indent: -100%;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  top: 31px;
  left: 10px;
}

.menu-button__text:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 8px;
  top: -8px;
  left: 0;
  background-color: #fff;
  -webkit-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  transition: top linear 0.2s;
}

.menu-button.active {
  position: fixed !important;
}

.menu-button.active .menu-button__cross1,
.menu-button.active .menu-button__cross2 {
  width: 20px;
}

.menu-close-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.01);
  border: none;
  z-index: 1300;
}

.menu-close-button[aria-hidden="true"] {
  pointer-events: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: 1100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: calc(100vw - 268px);
  display: none;
}

@media (min-width: 835px) {
  .mobile-menu {
    width: 100%;
    max-width: 950px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 0;
    overflow: hidden;
    text-align: right;
  }
}

.mobile-menu.show {
  display: block;
}

.mobile-menu[aria-hidden="true"] {
  right: -100vw;
  pointer-events: none;
}

.mobile-menu__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../images/common/pattern_dot_white.png);
  background-size: 4px 4px;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.mobile-menu__container {
  width: 268px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  right: -300px;
  -webkit-transition: right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 835px) {
  .mobile-menu__container {
    display: inline-block;
    width: 462px;
    right: -500px;
  }
}

.mobile-menu__inner {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

@media (max-width: 834px) and (max-height: 464px) {
  .mobile-menu__inner {
    overflow-y: scroll;
  }
}

@media (min-width: 835px) and (max-height: 588px) {
  .mobile-menu__inner {
    overflow-y: scroll;
  }
}

.mobile-menu__title {
  position: absolute;
  top: 20px;
  left: -15px;
  width: 30px;
}

@media (min-width: 835px) {
  .mobile-menu__title {
    top: 50px;
    width: 60px;
    left: -30px;
  }
}

@media (min-width: 835px) and (min-height: 680px) and (max-height: 840px) {
  .mobile-menu__title {
    width: 40px;
    left: -20px;
  }
}

@media (min-width: 835px) and (max-height: 680px) {
  .mobile-menu__title {
    left: -15px;
    width: 30px;
  }
}

.mobile-menu__title > img {
  width: 100%;
  height: auto;
  display: block;
}

.mobile-menu__buttons {
  list-style-type: none;
  padding: 70px 0 15px 30px;
  margin: 0;
}

@media (min-width: 835px) {
  .mobile-menu__buttons {
    padding: 90px 0 20px 60px;
  }
}

.mobile-menu__button a {
  width: 218px;
  height: 42px;
  background-color: #fff;
  color: #000;
  display: block;
  margin: 0 0 8px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  line-height: 1;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 500;
  font-family: Helvetica Neue, sans-serif;
}

.mobile-menu__button a .normal,
.mobile-menu__button a .over {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 835px) {
  .mobile-menu__button a .normal,
  .mobile-menu__button a .over {
    padding-top: 17px;
  }
}

.mobile-menu__button a .normal {
  background-color: #fff;
}

.mobile-menu__button a .over {
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-menu__button a .voice-only {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.01);
  padding-top: 13px;
}

.mobile-menu__button a img {
  width: auto;
  height: 13px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 835px) {
  .mobile-menu__button a img {
    height: 21px;
  }
}

.mobile-menu__button a .normal:after,
.mobile-menu__button a .over:after {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
}

.mobile-menu__button a .over:after {
  background-image: url(../images/list/list-item-arrow2.svg);
}

@media (min-width: 835px) {
  .mobile-menu__button a {
    width: 370px;
    height: 58px;
    margin-bottom: 20px;
  }
  .mobile-menu__button a:hover .over {
    opacity: 1;
  }
}

.mobile-menu__button:nth-child(1) a img {
  height: 12px;
}

@media (min-width: 835px) {
  .mobile-menu__button:nth-child(1) a img {
    height: 19px;
  }
}

.lang-en .mobile-menu__button:nth-child(2) .normal,
.lang-en .mobile-menu__button:nth-child(2) .over {
  padding-top: 14px;
}

.lang-en .mobile-menu__button:nth-child(2) a img {
  height: 14px;
}

.lang-en .mobile-menu__button:nth-child(3) a img {
  height: 11px;
}

@media (min-width: 835px) {
  .lang-en .mobile-menu__button:nth-child(2) .normal,
  .lang-en .mobile-menu__button:nth-child(2) .over {
    padding-top: 18px;
  }
  .lang-en .mobile-menu__button:nth-child(2) a img {
    height: 23px;
  }
  .lang-en .mobile-menu__button:nth-child(3) a img {
    height: 19px;
  }
}

.mobile-menu-footer {
  background-color: #ff0033;
  padding: 25px 0 18px 30px;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 835px) {
  .mobile-menu-footer {
    padding: 46px 0 18px 82px;
  }
}

@media (max-width: 834px) and (min-height: 464px) {
  .mobile-menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 835px) and (min-height: 588px) {
  .mobile-menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.mobile-menu-footer__share-text {
  font-size: 14px;
  color: #fff;
  margin: 0 0 15px;
  letter-spacing: 0.8px;
}

@media (min-width: 835px) {
  .mobile-menu-footer__share-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    margin: -7px 0 18px;
  }
}

.mobile-menu-footer__yahoo {
  width: 75px;
  display: block;
}

.mobile-menu-footer__yahoo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 835px) {
  .mobile-menu-footer__yahoo {
    width: 115px;
  }
}

.mobile-menu-footer__share-buttons {
  font-size: 0;
  padding: 0;
  margin-bottom: 30px;
}

@media (min-width: 835px) {
  .mobile-menu-footer__share-buttons {
    margin-bottom: 52px;
  }
}

.mobile-menu-footer__share-buttons li {
  list-style-type: none;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 835px) {
  .mobile-menu-footer__share-buttons li {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}

.mobile-menu-footer__share-buttons button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  padding: 0;
  background-color: transparent;
}

.mobile-menu-footer__share-buttons button > img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: none;
}

#site-footer {
  width: 100%;
  padding-top: 62px;
}

@media (min-width: 835px) {
  #site-footer {
    padding-top: 100px;
  }
}

.is-factdetail #site-footer {
  padding-top: 0;
}

@media (min-width: 835px) {
  .is-factdetail #site-footer {
    padding-top: 0;
  }
}

.backtop {
  position: relative;
  width: 100%;
  height: 49px;
  margin-bottom: 28px;
}

@media (min-width: 835px) {
  .backtop {
    height: 74px;
    margin-bottom: 45px;
  }
}

.backtop:before {
  content: "";
  display: block;
  width: calc(100% - 85px);
  min-width: 290px;
  max-width: 580px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.backtop__button {
  position: relative;
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 0;
  display: block;
  background-color: #fff;
  color: #1f1f1f;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 500;
  cursor: pointer;
  padding-top: 13px;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 835px) {
  .backtop__button {
    width: 74px;
    height: 74px;
    font-size: 18px;
    padding-top: 21px;
  }
  .backtop__button:hover {
    background-color: #000;
    color: #fff;
  }
  .backtop__button:hover:before {
    background-image: url(../images/list/list-item-arrow2.svg);
  }
}

.backtop__button:before {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(../images/list/list-item-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 13px;
  left: calc(50% - 2px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 835px) {
  .backtop__button:before {
    width: 7px;
    height: 10px;
    top: 17px;
    left: calc(50% - 4px);
  }
}

.footer-share:after {
  content: "";
  width: 290px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto 23px;
}

@media (min-width: 835px) {
  .footer-share:after {
    width: 580px;
    margin-bottom: 40px;
  }
}

.footer-share__title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: -8px 0 10px;
  letter-spacing: 2.6px;
}

@media (min-width: 835px) {
  .footer-share__title {
    font-size: 20px;
    line-height: 1.7;
    margin: -7px 0;
    letter-spacing: 3px;
    margin-bottom: 26px;
  }
}

.lang-en .footer-share__title {
  letter-spacing: 0.8px;
}

.footer-share__buttons {
  text-align: center;
  font-size: 0;
  padding: 0;
  margin-bottom: 28px;
}

@media (min-width: 835px) {
  .footer-share__buttons {
    margin-bottom: 46px;
  }
}

.footer-share__buttons li {
  list-style-type: none;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 835px) {
  .footer-share__buttons li {
    width: 40px;
    height: 40px;
    margin: 0 11px;
  }
}

.footer-share__buttons button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  padding: 0;
  cursor: pointer;
}

.footer-share__buttons button > img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-banner {
  width: 100%;
  margin: 0 auto 32px;
}

@media (min-width: 835px) {
  .footer-banner {
    margin: 0 auto 32px;
  }
}

.footer-banner a {
  width: 240px;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

@media (min-width: 835px) {
  .footer-banner a {
    width: 480px;
  }
  .footer-banner a:hover {
    opacity: 0.7;
  }
}

.footer-banner img {
  width: 100%;
  height: auto;
  display: block;
}

#footer {
  text-align: center;
  padding-bottom: 1em;
}

#footer a {
  color: #626262;
  text-decoration: none;
}

#footer .inner > p {
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 500;
}

.footer_propertyLink {
  padding: 0;
  list-style-type: none;
  margin: 0 auto 16px;
  font-family: sans-serif;
}

@media (min-width: 835px) {
  .footer_propertyLink {
    margin-bottom: 24px;
  }
}

.footer_propertyLink a {
  font-size: 15px;
  color: #626262;
  text-decoration: none;
}

@media (min-width: 835px) {
  .footer_propertyLink a {
    font-size: 16px;
  }
}

.loginArea {
  font-size: 0;
}

.loginStatus,
.loginTool {
  margin: 0 auto 24px;
}

.loginStatus {
  display: inline-block;
}

.loginStatus a {
  font-weight: bold;
  font-size: 14px;
  color: #626262;
  text-decoration: none;
}

.loginStatus:after {
  content: "|";
  color: #989898;
  padding: 0 7px;
  display: inline-block;
  font-size: 14px;
}

.loginTool {
  display: inline-block;
  font-size: 14px;
}

.footer_subLink {
  padding: 0;
  list-style-type: none;
  margin: 0 auto 16px;
}

@media (min-width: 835px) {
  .footer_subLink {
    margin-bottom: 24px;
  }
}

.footer_subLink li {
  display: inline-block;
}

.footer_subLink li:after {
  content: "|";
  color: #626262;
  padding: 0 7px;
}

.footer_subLink li:last-child:after {
  display: none;
}

.footer_subLink a {
  font-size: 14px;
}

@media (min-width: 835px) {
  .footer_subLink a {
    font-size: 16px;
  }
}

.copyright {
  color: #424242;
  font-size: 11px;
}

@media (min-width: 768px) {
  .copyright.pc-only {
    display: block;
  }
  .copyright.sp-only {
    display: none;
  }
}

.copyright.pc-only {
  font-size: 14px;
}

@media (max-width: 834px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 835px) {
  .sp-only {
    display: none;
  }
}
