/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body, html {
  font-family: WinYuGothic, YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 10px;
  color: #161616;
}

@font-face {
  body, html {
    font-family: WinYuGothic;
    font-weight: normal;
    src: local("YuGothic-Medium");
    src: local("Yu Gothic Medium");
    src: local("YuGothic-Regular");
  }
}

@font-face {
  body, html {
    font-family: WinYuGothic;
    font-weight: bold;
    src: local("YuGothic-Bold");
    src: local("Yu Gothic");
  }
}

a {
  color: #161616;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input::-ms-clear, button::-ms-clear, textarea::-ms-clear, select::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal, button::-ms-reveal, textarea::-ms-reveal, select::-ms-reveal {
  visibility: hidden;
}

textarea {
  resize: vertical;
}

strong {
  font-weight: normal;
}

@-webkit-keyframes animation-push {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animation-push {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes animation-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  35% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes animation-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  35% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes animation-popin {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animation-popin {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes animation-shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -1px) rotate(-1deg);
            transform: translate(-1px, -1px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
            transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 1px) rotate(0deg);
            transform: translate(0px, 1px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(-1deg);
            transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-2px, 1px) rotate(0deg);
            transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(1px, 1px) rotate(-1deg);
            transform: translate(1px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -1px) rotate(-1deg);
            transform: translate(1px, -1px) rotate(-1deg);
  }
}

@keyframes animation-shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -1px) rotate(-1deg);
            transform: translate(-1px, -1px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
            transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 1px) rotate(0deg);
            transform: translate(0px, 1px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(-1deg);
            transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-2px, 1px) rotate(0deg);
            transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(1px, 1px) rotate(-1deg);
            transform: translate(1px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -1px) rotate(-1deg);
            transform: translate(1px, -1px) rotate(-1deg);
  }
}

@-webkit-keyframes animation-fade-move-down {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes animation-fade-move-down {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.sp {
    display: block;
  }
}

.content {
  width: 100%;
  padding-top: 100px;
  background: url(images/bg-sky.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}

@media screen and (max-width: 960px) {
  .content {
    padding-top: 90px;
  }
}

.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__logo {
  width: 200px;
}

@media screen and (max-width: 960px) {
  .header__logo {
    width: 100%;
  }
}

.header__link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 200px;
  height: 100px;
  background: url(images/logo.png) no-repeat center center/161px 39px;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}

@media screen and (max-width: 960px) {
  .header__link {
    width: 100%;
    height: 40px;
    background-size: 100px auto;
    border-right: none;
    border-bottom: 1px solid #cacaca;
    border-left: none;
  }
}

.gnavi {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 960px) {
  .gnavi {
    width: 100%;
  }
}

.gnavi__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gnavi__item {
  position: relative;
  width: 20%;
}

.gnavi__item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
}

@media screen and (max-width: 960px) {
  .gnavi__item:after {
    height: 2px;
  }
}

.gnavi__item.current:after, .gnavi__item:hover:after {
  background-color: #008d43;
}

.gnavi__link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100px;
  background: no-repeat center center;
  border-right: 1px solid #cacaca;
}

@media screen and (max-width: 960px) {
  .gnavi__link {
    height: 50px;
  }
}

.gnavi__link--about {
  background-image: url(images/menu-about.png);
  background-size: 86px 62px;
}

@media screen and (max-width: 960px) {
  .gnavi__link--about {
    background-image: url(images/menu-about-sp.png);
    background-size: 34px 40px;
  }
}

.gnavi__link--start {
  background-image: url(images/menu-start.png);
  background-size: 126px 62px;
}

@media screen and (max-width: 960px) {
  .gnavi__link--start {
    background-image: url(images/menu-start-sp.png);
    background-size: 42px 40px;
  }
}

.gnavi__link--where {
  background-image: url(images/menu-where.png);
  background-size: 94px 62px;
}

@media screen and (max-width: 960px) {
  .gnavi__link--where {
    background-image: url(images/menu-where-sp.png);
    background-size: 54px 40px;
  }
}

.gnavi__link--price {
  background-image: url(images/menu-price.png);
  background-size: 46px 62px;
}

@media screen and (max-width: 960px) {
  .gnavi__link--price {
    background-image: url(images/menu-price-sp.png);
    background-size: 24px 40px;
  }
}

.gnavi__link--contact {
  background-image: url(images/menu-contact.png);
  background-size: 86px 62px;
}

@media screen and (max-width: 960px) {
  .gnavi__link--contact {
    background-image: url(images/menu-contact-sp.png);
    background-size: 56px 40px;
  }
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 600px;
  background: url(images/bg-hero.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .hero {
    height: calc(100vh - 90px);
    min-height: 430px;
  }
}

.hero__lede {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 400px;
  height: 136px;
  margin-bottom: 56px;
  background: url(images/text-catch.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .hero__lede {
    width: 250px;
    height: 85px;
    margin-bottom: 28px;
  }
}

.hero__image {
  display: block;
  width: 240px;
  height: 132px;
  margin-bottom: 12px;
  background: url(images/logo-kumas.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .hero__image {
    width: 200px;
    height: 110px;
    margin-bottom: 10px;
  }
}

.hero__logo {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 240px;
  height: 58px;
  margin-bottom: 58px;
  background: url(images/logo.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .hero__logo {
    width: 200px;
    height: 49px;
    margin-bottom: 40px;
  }
}

.hero__button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__bike {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .hero__bike {
    height: 32px;
  }
}

.hero__biker {
  position: absolute;
  width: 0;
  height: 64px;
  background: url(images/line-tire.png) repeat-x left bottom/3px 7px;
  -webkit-animation: line-tire linear 11s forwards;
          animation: line-tire linear 11s forwards;
}

@media screen and (max-width: 960px) {
  .hero__biker {
    height: 32px;
    background-size: 3px 4px;
  }
}

.hero__biker:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: -46px;
  width: 46px;
  height: 64px;
  background: url(images/line-biker.png) no-repeat 0 0/92px 64px;
  -webkit-animation: line-biker 0.8s steps(2) infinite;
          animation: line-biker 0.8s steps(2) infinite;
}

@media screen and (max-width: 960px) {
  .hero__biker:after {
    right: -23px;
    width: 23px;
    height: 32px;
    background-size: 46px 32px;
    -webkit-animation-name: line-biker-sp;
            animation-name: line-biker-sp;
  }
}

@-webkit-keyframes line-tire {
  0% {
    width: 0;
  }
  99.9% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes line-tire {
  0% {
    width: 0;
  }
  99.9% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes line-biker {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -92px 0;
  }
  100% {
    background-position: -92px 0;
  }
}

@keyframes line-biker {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -92px 0;
  }
  100% {
    background-position: -92px 0;
  }
}

@-webkit-keyframes line-biker-sp {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -46px 0;
  }
  100% {
    background-position: -46px 0;
  }
}

@keyframes line-biker-sp {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -46px 0;
  }
  100% {
    background-position: -46px 0;
  }
}

.about {
  padding-top: 40px;
  background: url(images/bg-grad.png) repeat-x center top;
}

@media screen and (max-width: 960px) {
  .about {
    padding-top: 20px;
    background-size: 1px 230px;
  }
}

@media screen and (max-width: 420px) {
  .about {
    background-size: 1px 245px;
  }
}

@media screen and (max-width: 340px) {
  .about {
    background-size: 1px 265px;
  }
}

@media screen and (max-width: 330px) {
  .about {
    background-size: 1px 285px;
  }
}

.about__heading-wrap {
  padding: 20px 20px 76px 260px;
  background: url(images/about-kuma.png) no-repeat 30px top/180px 220px;
}

@media screen and (max-width: 960px) {
  .about__heading-wrap {
    max-width: 500px;
    min-height: 200px;
    margin: 0 auto;
    padding: 0 0 35px;
    background-position: 10px 50px;
    background-size: 100px 122px;
  }
}

.about__description {
  font-size: 27.2px;
  font-size: 1.7rem;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .about__description {
    width: calc(100% - 120px);
    margin-left: auto;
    padding-right: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.about__description:not(:last-child) {
  margin-bottom: 20px;
}

.about__content {
  background-color: #fff;
}

.about__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .about__item {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 125px;
  }
}

.about__item:first-child, .about__item:last-child {
  padding-right: 35px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .about__item:first-child, .about__item:last-child {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.about__item:nth-child(2) {
  padding-right: 20px;
  padding-left: 35px;
}

@media screen and (max-width: 960px) {
  .about__item:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.about__photo {
  width: 320px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 960px) {
  .about__photo {
    width: 60%;
  }
}

.about__illust1 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  width: 299px;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .about__illust1 {
    width: 38%;
  }
}

.about__illust2 {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 293px;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  .about__illust2 {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    width: 38%;
    margin-top: 30px;
  }
}

.about__illust3 {
  width: 324px;
  margin-top: 10px;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .about__illust3 {
    width: 38%;
  }
}

.about__point {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 170px;
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 960px) {
  .about__point {
    bottom: 30px;
    width: 250px;
    padding: 0 12px;
  }
}

.about__point1 {
  margin-left: -190px;
}

@media screen and (max-width: 960px) {
  .about__point1 {
    left: 100%;
    height: 114px;
    margin-left: -260px;
  }
}

.about__point2 {
  margin-left: -110px;
}

@media screen and (max-width: 960px) {
  .about__point2 {
    left: 10px;
    height: 114px;
    margin-left: 0;
  }
}

.about__point3 {
  margin-left: -190px;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .about__point3 {
    left: 100%;
    height: 132px;
    margin-left: -260px;
    margin-bottom: -20px;
  }
}

.about__lede {
  margin-bottom: 10px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .about__lede {
    font-size: 1.5rem;
  }
}

.about__text {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #161616;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .about__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.start {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  .start {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.start__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 800px;
  margin: 62px auto 40px;
}

@media screen and (max-width: 960px) {
  .start__list {
    display: block;
    width: calc(100% - 20px);
    margin-top: 32px;
    margin-bottom: 34px;
  }
}

.start__item {
  position: relative;
  width: 220px;
  padding-top: 220px;
  background: no-repeat center top / 220px 220px;
}

@media screen and (max-width: 960px) {
  .start__item {
    margin: 0 auto 26px;
  }
}

.start__item1 {
  background-image: url(images/start-step1.png);
}

.start__item2 {
  background-image: url(images/start-step2.png);
}

.start__item3 {
  background-image: url(images/start-step3.png);
}

.start__icon {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 180px;
  left: 0;
  display: block;
  width: 80px;
  height: 30px;
  background: no-repeat center center / cover;
}

.start__icon1 {
  background-image: url(images/icon-step1.png);
}

.start__icon2 {
  background-image: url(images/icon-step2.png);
}

.start__icon3 {
  background-image: url(images/icon-step3.png);
}

.start__step {
  margin-top: 10px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.start__arrow {
  display: block;
  width: 56px;
  height: 79px;
  margin: 0 auto;
}

.start__action {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 498px;
  height: 125px;
  margin: 27px auto 0;
  background: url(images/start-cogoo.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .start__action {
    width: 280px;
    height: 70px;
    margin-top: 25px;
  }
}

.where {
  padding-top: 60px;
  padding-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .where {
    padding-top: 30px;
    padding-bottom: 28px;
  }
}

.where__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 876px;
  margin: 60px auto 0;
}

@media screen and (max-width: 960px) {
  .where__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 20px);
    max-width: 500px;
    margin-top: 30px;
  }
}

.where__item {
  margin-bottom: 22px;
}

@media screen and (max-width: 960px) {
  .where__item {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.where__image {
  width: 126px;
  height: 126px;
  border: 3px solid #fff;
  border-radius: 64px;
}

.where__university {
  display: block;
  margin-top: 8px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #161616;
  text-align: center;
}

.price {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  .price {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.price__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 920px;
  margin: 60px auto 0;
}

@media screen and (max-width: 960px) {
  .price__content {
    display: block;
    width: calc(100% - 20px);
    max-width: 500px;
    margin-top: 30px;
  }
}

.price__icon {
  min-width: 240px;
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .price__icon {
    margin-right: 0;
    margin-bottom: 32px;
    text-align: center;
  }
}

.price__image {
  width: 240px;
}

.price__information {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.price__heading {
  margin-bottom: 10px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .price__heading {
    font-size: 1.5rem;
  }
}

.price__heading:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .price__heading:not(:first-child) {
    margin-top: 24px;
  }
}

.price__description {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #161616;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .price__description {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.contact {
  padding-bottom: 70px;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  .contact {
    padding-bottom: 0;
  }
}

.contact__inner {
  display: block;
}
/*
.contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .contact__inner {
    display: block;
  }
}
*/

.contact__content {
  /*width: calc(50% - 10px);*/
  padding: 25px 20px 22px;
  background-color: #fff;
  word-wrap: break-word;
  border: 1px solid #cacaca;
  border-radius: 2px;
}

@media screen and (max-width: 960px) {
  .contact__content {
    width: 100%;
    padding: 25px 10px 10px;
    border: none;
  }
}

.contact__content:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .contact__content:first-child {
    margin-right: 0;
    padding-bottom: 30px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px dashed #cacaca;
  }
}

@media screen and (max-width: 960px) {
  .contact__content:last-child {
    border-bottom: 1px solid #cacaca;
  }
}

.contact__heading {
  margin-bottom: 20px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .contact__heading {
    font-size: 1.5rem;
  }
}

.contact__desctiption {
  margin-bottom: 30px;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #161616;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .contact__desctiption {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.contact__personal_info {
   color: #008d43;
   font-weight: bold;
   text-decoration: underline;
 }

.contact__email {
  display: block;
  margin: 0 20px 35px;
  padding: 16px 0;
  background-color: #f2f2f2;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #008d43;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 960px) {
  .contact__email {
    max-width: 460px;
    margin: 0 auto 30px;
  }
}

.contact__email:hover {
  background-color: #008d43;
  color: #fff;
}

.contact__email:active {
  -webkit-animation: animation-push .3s;
          animation: animation-push .3s;
}

@media screen and (max-width: 960px) {
  .contact__list {
    max-width: 500px;
    margin: 0 auto;
  }
}

.contact__item {
  padding-left: 1em;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #161616;
  line-height: 1.7;
  text-indent: -1em;
}

@media screen and (max-width: 960px) {
  .contact__item {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.privacy {
  margin-top: 34px;
  padding: 15px 20px 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
}

@media screen and (max-width: 960px) {
  .privacy {
    max-width: 500px;
    margin: 30px auto 0;
    padding-bottom: 15px;
  }
}

.privacy__heading {
  margin-bottom: 15px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #161616;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .privacy__heading {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
}

.privacy__item {
  padding-left: 3em;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-indent: -3em;
}

.privacy__item:not(:last-child) {
  margin-top: 5px;
}

.privacy__link {
  color: #008d43;
  text-decoration: underline;
}

.privacy__link:hover {
  text-decoration: none;
}

.share {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .share {
    padding-top: 30px;
  }
}

.share__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  background: url(images/bg-share-left.png) no-repeat left bottom/228px 81px, url(images/bg-share-right.png) no-repeat right bottom/228px 81px;
}

@media screen and (max-width: 960px) {
  .share__inner {
    padding: 20px 0 15%;
    background-size: 30% auto;
  }
}

.share__run {
  position: absolute;
  bottom: -3px;
  left: -26px;
  width: 26px;
  height: 52px;
  background: url(images/share-run.png) no-repeat 0 0/104px 52px;
  -webkit-animation: share-runner 0.4s steps(4) infinite;
          animation: share-runner 0.4s steps(4) infinite;
  -webkit-transition: linear 8s 1s;
  transition: linear 8s 1s;
}

.share.animate .share__run {
  left: 100%;
}

.share__bike {
  position: absolute;
  bottom: -2px;
  left: -32px;
  width: 32px;
  height: 60px;
  background: url(images/share-bike.png) no-repeat 0 0/128px 60px;
  -webkit-animation: share-biker 0.4s steps(4) infinite;
          animation: share-biker 0.4s steps(4) infinite;
  -webkit-transition: linear 6s;
  transition: linear 6s;
}

.share.animate .share__bike {
  left: 100%;
}

@-webkit-keyframes share-runner {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -104px 0;
  }
  100% {
    background-position: -104px 0;
  }
}

@keyframes share-runner {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -104px 0;
  }
  100% {
    background-position: -104px 0;
  }
}

@-webkit-keyframes share-biker {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -128px 0;
  }
  100% {
    background-position: -128px 0;
  }
}

@keyframes share-biker {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -128px 0;
  }
  100% {
    background-position: -128px 0;
  }
}

.footer {
  background-color: #008d43;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

@media screen and (max-width: 960px) {
  .footer__inner {
    display: block;
    padding: 0 0 20px;
  }
}

.footer__logo {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  min-width: 180px;
  height: 60px;
  margin-right: 26px;
  background: url(images/logo-white.png) no-repeat left center/150px 37px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 960px) {
  .footer__logo {
    width: 100%;
    margin-right: 0;
    background-position: center center;
    background-size: 120px 29px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}

.footer__navi {
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  .footer__navi {
    margin-right: 0;
  }
}

.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .footer__list {
    display: block;
    margin-bottom: 20px;
  }
}

.footer__item {
  padding-left: 13px;
  background: url(images/icon-arrow-lt.png) no-repeat center left/7px 12px;
}

@media screen and (max-width: 960px) {
  .footer__item {
    padding-left: 0;
    background: none;
  }
}

.footer__item:not(:last-child) {
  margin-right: 18px;
}

@media screen and (max-width: 960px) {
  .footer__item:not(:last-child) {
    margin-right: 0;
  }
}

.footer__link {
  padding: 4px 0;
  font-size: 1.4em;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

@media screen and (max-width: 960px) {
  .footer__link {
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 20px 10px 20px 20px;
    background: url(images/icon-arrow-lt.png) no-repeat 6px center/7px 12px;
  }
}

.footer__link:hover {
  border-style: solid;
}

@media screen and (max-width: 960px) {
  .footer__link:hover {
    border-style: dashed;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .footer__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__sns-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 46px;
  height: 46px;
  background: no-repeat center center / cover;
}

.footer__sns-link:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.footer__sns-link:active {
  -webkit-animation: animation-push .3s;
          animation: animation-push .3s;
}

.footer__link--twitter {
  margin-right: 10px;
  background-image: url(images/icon-twitter.png);
}

@media screen and (max-width: 960px) {
  .footer__link--twitter {
    margin-right: 30px;
  }
}

.footer__link--facebook {
  background-image: url(images/icon-facebook.png);
}

.footer__copyright {
  display: block;
  width: 100%;
  padding: 23px 0 22px;
  background-color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  color: #161616;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.introduction__content {
  padding-top: 70px;
  padding-bottom: 70px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, white 70%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, white 70%, white 100%);
}

@media screen and (max-width: 960px) {
  .introduction__content {
    padding-top: 33px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 960px) {
  .introduction__section {
    width: calc(100% - 20px);
    max-width: 500px;
    margin: 0 auto;
  }
}

.introduction__section:first-child {
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .introduction__section:first-child {
    margin-bottom: 50px;
  }
}

.introduction__heading {
  width: calc(100% - 40px);
  margin: 0 auto 60px;
  padding-bottom: 20px;
  font-size: 44.8px;
  font-size: 2.8rem;
  border-bottom: 4px solid #000;
}

@media screen and (max-width: 960px) {
  .introduction__heading {
    width: 100%;
    margin-bottom: 34px;
    padding-bottom: 10px;
    font-size: 2rem;
    border-width: 3px;
  }
}

.introduction__things-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 800px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 960px) {
  .introduction__things-list {
    display: block;
    width: 100%;
  }
}

.introduction__things-item {
  position: relative;
  width: 220px;
  padding-top: 220px;
  background: no-repeat center top / 220px 220px;
}

@media screen and (max-width: 960px) {
  .introduction__things-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 131px;
    padding-top: 0;
    padding-left: 146px;
    background-position: left top;
    background-size: 131px 131px;
  }
}

.introduction__things-item1 {
  background-image: url(images/introduction-things1.png);
}

.introduction__things-item2 {
  background-image: url(images/introduction-things2.png);
}

.introduction__things-item3 {
  background-image: url(images/introduction-things3.png);
}

.introduction__things-icon {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 34px;
  max-width: 34px;
  height: 34px;
  margin-top: 93px;
  background: url(images/icon-plus.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .introduction__things-icon {
    width: 20px;
    max-width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 55px;
  }
}

.introduction__things-price {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 168px;
  right: 0;
  width: 100px;
  height: 35px;
  background: no-repeat center center / cover;
  border: 1px solid #fff;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

@media screen and (max-width: 960px) {
  .introduction__things-price {
    width: 60px;
    height: 21px;
    top: 100px;
    right: auto;
    left: 72px;
  }
}

.introduction__things-price1 {
  background-image: url(images/introduction-icon-price1.png);
}

.introduction__things-price2 {
  background-image: url(images/introduction-icon-price2.png);
}

.introduction__things-price3 {
  width: 119px;
  background-image: url(images/introduction-icon-price3.png);
}

@media screen and (max-width: 960px) {
  .introduction__things-price3 {
    width: 71px;
    left: 61px;
  }
}

.introduction__things-name {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .introduction__things-name {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
  }
}

.introduction__things-description {
  font-size: 1.4em;
  color: #161616;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .introduction__things-description {
    font-size: 1.3rem;
  }
}

.introduction__arrow {
  display: block;
  width: 56px;
  height: 79px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .introduction__arrow {
    width: 40px;
    height: 57px;
  }
}

.introduction__things-action {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 364px;
  height: 169px;
  margin: -15px auto 0;
  background: url(images/introduction-price.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .introduction__things-action {
    width: 207px;
    height: 96px;
    margin-top: 22px;
  }
}

.introduction__how-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 880px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 960px) {
  .introduction__how-list {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

.introduction__how-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
}

@media screen and (max-width: 960px) {
  .introduction__how-item {
    margin-right: auto;
    margin-left: auto;
  }
  .introduction__how-item:not(:last-child) {
    margin-bottom: 32px;
  }
}

.introduction__how-description {
  margin-bottom: 16px;
  padding-left: 1em;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #161616;
  line-height: 1.5;
  text-indent: -1em;
}

@media screen and (max-width: 960px) {
  .introduction__how-description {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.introduction__how-image {
  width: 240px;
}

.introduction__how-note {
  width: 880px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #cacaca;
}

@media screen and (max-width: 960px) {
  .introduction__how-note {
    width: calc(100% - 20px);
    padding: 12px 10px;
  }
}

.introduction__how-note-item {
  padding-left: 1em;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #161616;
  line-height: 1.5;
  text-indent: -1em;
}

@media screen and (max-width: 960px) {
  .introduction__how-note-item {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.download__link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 220px;
  height: 63px;
  background: no-repeat center center / cover;
}

@media screen and (max-width: 960px) {
  .download__link {
    width: 145px;
    height: 53px;
  }
}

.download__link:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.download__link:active {
  -webkit-animation: animation-push .3s;
          animation: animation-push .3s;
}

.download__link--ios {
  margin-right: 36px;
  background-image: url(images/button-iphone.png);
}

@media screen and (max-width: 960px) {
  .download__link--ios {
    margin-right: 10px;
    background-image: url(images/button-iphone-sp.png);
  }
}

.download__link--android {
  background-image: url(images/button-android.png);
}

@media screen and (max-width: 960px) {
  .download__link--android {
    background-image: url(images/button-android-sp.png);
  }
}

.introduction__button {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .introduction__button {
    margin-top: 40px;
  }
}

.introduction__link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 280px;
  height: 63px;
  background: url(images/button-introduction.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .introduction__link {
    width: 260px;
    height: 53px;
    margin: 0 auto;
    background-image: url(images/button-introduction-sp.png);
  }
}

.introduction__link:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.introduction__link:active {
  -webkit-animation: animation-push .3s;
          animation: animation-push .3s;
}

.share__link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 300px;
  height: 63px;
  background: no-repeat center center / cover;
}

@media screen and (max-width: 960px) {
  .share__link {
    width: 145px;
    height: 53px;
  }
}

.share__link:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.share__link:active {
  -webkit-animation: animation-push .3s;
          animation: animation-push .3s;
}

.share__link--twitter {
  margin-right: 60px;
  background-image: url(images/button-twitter.png);
}

@media screen and (max-width: 960px) {
  .share__link--twitter {
    margin-right: 10px;
    background-image: url(images/button-twitter-sp.png);
  }
}

.share__link--facebook {
  background-image: url(images/button-facebook.png);
}

@media screen and (max-width: 960px) {
  .share__link--facebook {
    background-image: url(images/button-facebook-sp.png);
  }
}

.return {
  display: none;
  position: fixed;
  right: 52px;
  bottom: 90px;
  z-index: 1000;
}

@media screen and (max-width: 960px) {
  .return {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    z-index: 0;
    display: inline-block;
    margin-left: -32px;
  }
}

.return:before {
  position: absolute;
  top: 0;
  right: 28px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  background: url(images/return-grass.png) no-repeat center center/cover;
  -webkit-transition: .6s;
  transition: .6s;
}

@media screen and (max-width: 960px) {
  .return:before {
    top: -17px;
    right: 9px;
    width: 40px;
    height: 26px;
  }
}

.return:after {
  position: absolute;
  top: -9px;
  left: -9px;
  content: '';
  display: block;
  width: 30px;
  height: 37px;
  background: url(images/return-image.png) no-repeat 0 0/60px 37px;
}

.return:hover:before {
  -webkit-animation: growth-grass .8s ease-in 1.2s forwards;
          animation: growth-grass .8s ease-in 1.2s forwards;
}

.return:hover:after {
  -webkit-animation: growth-kuma 0.8s steps(2) infinite;
          animation: growth-kuma 0.8s steps(2) infinite;
}

@media screen and (max-width: 960px) {
  .return:hover:before, .return:hover:after {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes growth-kuma {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -60px 0;
  }
  100% {
    background-position: -60px 0;
  }
}

@keyframes growth-kuma {
  0% {
    background-position: 0 0;
  }
  99.9% {
    background-position: -60px 0;
  }
  100% {
    background-position: -60px 0;
  }
}

@-webkit-keyframes growth-grass {
  0% {
    top: 0;
    right: 28px;
    width: 0;
    height: 0;
  }
  40% {
    top: -17px;
    right: 28px;
    width: 2px;
    height: 26px;
  }
  70% {
    top: -17px;
    right: 28px;
    width: 2px;
    height: 26px;
  }
  100% {
    top: -17px;
    right: 9px;
    width: 40px;
    height: 26px;
  }
}

@keyframes growth-grass {
  0% {
    top: 0;
    right: 28px;
    width: 0;
    height: 0;
  }
  40% {
    top: -17px;
    right: 28px;
    width: 2px;
    height: 26px;
  }
  70% {
    top: -17px;
    right: 28px;
    width: 2px;
    height: 26px;
  }
  100% {
    top: -17px;
    right: 9px;
    width: 40px;
    height: 26px;
  }
}

.return__link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 64px;
  height: 64px;
  background: url(images/return-button.png) no-repeat center center/cover;
}

.section__heading {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 52px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: no-repeat center center;
  font-weight: bold;
  border-bottom: 4px solid #000;
}

.section__heading:not(.section__heading--about) {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .section__heading {
    width: calc(100% - 20px);
    height: 39px;
    margin: 0 auto 15px;
    padding-bottom: 15px;
    border-width: 3px;
    background-position: center top;
  }
}

.section__heading--about {
  background-image: url(images/heading-about.png);
  background-position: left top;
  background-size: 195px 26px;
}

@media screen and (max-width: 960px) {
  .section__heading--about {
    background-position: center top;
    background-size: 146px 20px;
  }
}

.section__heading--start {
  background-image: url(images/heading-start.png);
  background-size: 291px 28px;
}

@media screen and (max-width: 960px) {
  .section__heading--start {
    background-size: 208px 20px;
  }
}

.section__heading--where {
  background-image: url(images/heading-where.png);
  background-size: 208px 30px;
}

@media screen and (max-width: 960px) {
  .section__heading--where {
    background-size: 138px 20px;
  }
}

.section__heading--price {
  background-image: url(images/heading-price.png);
  background-size: 62px 29px;
}

@media screen and (max-width: 960px) {
  .section__heading--price {
    background-size: 43px 20px;
  }
}

.section__description {
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #161616;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .section__description {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.page__heading {
  padding-top: 72px;
  padding-bottom: 64px;
  font-size: 57.6px;
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .page__heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 2.6rem;
  }
}

.policy .page__heading {
  background-color: #fff;
  color: #000;
}

.text-content {
  background-color: #fff;
}

.text-content__inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .text-content__inner {
    width: calc(100% - 20px);
    max-width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.text-content__heading {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .text-content__heading {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.text-content__text {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .text-content__text {
    font-size: 1.2rem;
  }
}

.text-content__text:not(:last-child) {
  margin-bottom: 40px;
}

.text-content__item > .text-content__list {
  padding-left: 2em;
}

.text-content__item-text {
  margin-bottom: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .text-content__item-text {
    font-size: 1.2rem;
  }
}
