@charset "UTF-8";
/* 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 {
  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; 
}

html, body {
  font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; 
}

body {
  padding-top: 330px;
}


body.general {
  padding-top: 80px;
}

body>.main {
  background-color: #FFF;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  body {
    padding-top: 180px;
  }

  body.general {
    padding-top: 55px;
  }
}
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 80px;
  background-color: #FFF;
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.header.hide {
  -webkit-transform: translate3d(0px, -100%, 2px);
  transform: translate3d(0px, -100%, 2px);
}

.header.appear {
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
}

@media screen and (min-width: 751px) {
  .header.disapper {
    -webkit-transform: translate3d(0px, -100%, 2px) !important;
    transform: translate3d(0px, -100%, 2px) !important;
  }
}

.header__logo {
  width: 159px;
  height: 34px;
  position: absolute;
  top: 23px;
  left: 30px;
}

.header__logo a {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  display: block;
  width: 188px;
  height: 38px;
  background-image: url(images/logo.png);
  background-size: 188px 76px;
  background-repeat: no-repeat;
  background-position: center top;
  transition: opacity 0.15s linear 0s;
}

.header__logo a:hover {
  -webkit-animation: blink_logo infinite step-end 2.5s;
  animation: blink_logo infinite step-end 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (max-width: 750px) {
  .header {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    height: 55px;
    background-color: rgba(14, 147, 214, 0.5);
  }

  .header:before {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }

  .header__logo {
    width: 124px;
    height: 25px;
    position: absolute;
    top: 16px;
    left: 15px;
    z-index: 1;
  }

  .header__logo a {
    width: 124px;
    height: 25px;
    background-size: 124px 50px;
  }

}

.footer {
  padding-bottom: 52px;
  background-color: #FFF;
  position: relative;
  z-index: 30;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.footer__backtop {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #0e93d6;
  background-image: url(images/backtop.png);
  background-size: 37px 21px;
  background-repeat: no-repeat;
  background-position: center;
}

.footer__backtop:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #bfbfbf;
  background-image: url(images/backtop.png);
  background-size: 37px 21px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.15s linear 0s;
}

.footer__backtop:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.footer__nav {
  max-width: 980px;
  text-align: center;
  font-size: 0px;
  margin: 49px auto 32px;
  padding: 30px 20px 0;
  border-top: 1px solid #666;
}

.footer__nav li {
  display: inline-block;
  margin: 0 15px;
  height: 28px;
}

.footer__nav a {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-decoration: none;
  transition: color 0.15s linear;
}

.footer__nav a:hover {
  color: #0e93d6;
}

@media screen and (max-width: 1060px) {
  .footer__nav {
    margin: 49px 20px 32px;
  }
}

.footer__ca {
  display: block;
  width: 215px;
  height: 25px;
  margin: 0px auto 23px;
  margin-top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.15s linear 0s;
}

.footer__ca:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.footer__ca img {
  display: block;
  width: 215px;
  height: 25px;
}

.footer__small {
  display: block;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .footer {
    padding-bottom: 40px;
  }

  .footer__backtop {
    height: 50px;
    background-size: 29px 16.46px;
  }

  .footer__backtop:before {
    height: 50px;
    background-size: 29px 16.46px;
  }

  .footer__links__fb {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }

  .footer__links__tw {
    width: 28.91px;
    height: 25px;
    background-size: 28.91px 25px;
  }

  .footer__links__yt {
    width: 33.59px;
    height: 25px;
    background-size: 33.59px 25px;
  }

  .footer__links__yt {
    width: 33.59px;
    height: 25px;
    background-size: 33.59px 25px;
  }

  .footer__links__ig {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }

  .footer__links__blog {
    width: 102.34px;
    height: 25px;
    background-size: 102.34px 25px;
  }

  .footer__links {
    height: auto;
    margin: 30px 0 0px;
  }

  .footer__nav {
    padding: 22px 0 0 0;
    margin: 28px 20px 30px;
  }

  .footer__nav li {
    display: none;
    margin: 2px 0 0 0;
  }

  .footer__nav li.footer__nav__contact {
    display: block;
  }

  .footer__nav li.footer__nav__policy {
    display: block;
  }

  .footer__nav li.footer__nav__about {
    display: block;
  }

  .footer__nav li.footer__nav__sitemap {
    display: block;
  }

  .footer__ca {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
.index {
  padding-top: 0px; }
  .index .main {
    position: relative;
    z-index: 10; }


@-webkit-keyframes scrollarrow {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(0px, 8px);
            transform: translate(0px, 8px); }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@keyframes scrollarrow {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(0px, 8px);
            transform: translate(0px, 8px); }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }


.index.en .main {
  padding-bottom: 1px; }

.policy {
  width: 720px;
  margin: 0 auto;
}

.policy__title,
.cookie__title,
.other__title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 231px;
  height: 54px;
  margin: 100px auto 50px;
  font-weight: bold;
}

.policy__title {
  color: transparent;
  text-indent: 200%;
  background-image: url(images/section_title_privacy.png);
}

.cookie__title {
  font-size: 24px;
  width: 280px;
}

.cookie .third_party_privacy {
  overflow-wrap: break-word;
}

.policy__heading {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.policy__text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

.policy__text ol,
.policy__text ul {
  padding-left: 1.5em;
}

.policy__text>ol,
.policy__text>ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.policy__text ol li {
  counter-increment: cnt;
}

.policy__text ol li::before {
  content: "(" counter(cnt) ") ";
}

.policy__text ul {
  list-style: disc outside;
}

.cookie h3.policy__heading {
  font-size: 16px;
}

.cookie p,
.cookie table {
  margin-bottom: 24px;
}

.cookie .sp {
  display: none;
}

.cookie table {
  display: block;
  width: 100%;
  table-layout: fixed;
}

.cookie table tr {
  border-bottom: solid 1px #d7d7d7;
}

.cookie table tr td,
.cookie table tr th {
  border-left: solid 1px #d7d7d7;
  line-height: 24px;
  padding: 0.5rem;
  min-width: 170px;
}

.cookie table tr td:first-child,
.cookie table tr th:first-child {
  border-left: none;
}

.cookie table th {
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .policy {
    width: auto;
    margin: 0 40px;
  }

  .policy__title,
  .cookie__title,
  .other__title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 186px;
    height: 41px;
    background-size: 186px 41px;
    margin: 55px auto 30px;
    font-weight: bold;
  }

  .policy__title {
    color: transparent;
    text-indent: 200%;
    background-image: url(images/section_title_privacy_sp.png);
  }

  .cookie__title {
    font-size: 16px;
  }

  .policy__heading {
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
  }

  .policy__text {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 21px;
  }

  .policy__text>ol,
  .policy__text>ul {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .cookie h3.policy__heading {
    font-size: 14px;
  }

  .cookie p,
  .cookie ul,
  .cookie dl {
    margin-bottom: 28px;
  }

  .cookie table {
    display: none;
  }

  .cookie .sp {
    display: block;
  }

  .cookie ul.sp {
    list-style: none;
    padding-left: 0px;
  }

  .cookie ul.sp li span {
    font-weight: bold;
  }

  .cookie dl.sp dt {
    font-weight: bold;
    line-height: 28px;
  }

  .cookie dl.sp dd,
  .cookie ul.sp li {
    border-bottom: solid 1px #d7d7d7;
    line-height: 28px;
    text-indent: 0.5rem;
  }

  .cookie dl.sp dd {
    line-height: 21px;
  }
}
.notfound {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 460px;
}

.notfound body {
  padding: 0px;
}

.notfound__content {
  width: 420px;
  height: 460px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -230px 0 0 -210px;
  padding-top: 1px;
}

.notfound__content__logo {
  display: block;
  width: 159px;
  height: 34px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -79px;
}

.notfound__content__box {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding-top: 50px;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-top: 92px;
}

.notfound__content__box__text {
  display: block;
  width: 241px;
  height: 83px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-image: url(images/notfound.png);
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .notfound {
    min-height: auto;
    min-height: initial;
  }

  .notfound__content {
    width: 290px;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    margin: 100px auto 0;
  }

  .notfound__content__logo {
    width: 119px;
    height: 25px;
    background-size: 119px 25px;
    top: 25px;
    margin-left: -59px;
  }

  .notfound__content__box {
    margin-top: 70px;
    height: 130px;
    padding-top: 32px;
  }

  .notfound__content__box__text {
    width: 173px;
    height: 59px;
    background-image: url(images/notfound_sp.png);
    background-size: 173px 59px;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    margin-bottom: 100px;
  }
}

.en .contact__title {
  height: 35px;
}

.en .policy__title {
  height: 40px;
}

@media screen and (max-width: 750px) {
  .general.en .header.open .header__nav__container {
    height: 120px;
  }

  .en .header.open .header__nav__container .header__nav__lang {
    top: 36px;
  }

  .en .contact__title {
    height: 25px;
  }

  .en .policy__title {
    height: 30px;
  }
}

.other__title {
  font-size: 24px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .other__title {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}

.external_transmission .policy__heading {
  font-style: normal;
  font-weight: normal;
}

.terms .policy__heading,
.currency-guidelines .policy__heading,
.transactions .policy__heading,
.payment .policy__heading {
  margin-bottom: 0px;
}

.terms .policy__text ol,
.currency-guidelines .policy__text ol,
.transactions .policy__text ol,
.payment .policy__text ol,
.terms .policy__text ul,
.currency-guidelines .policy__text ul,
.transactions .policy__text ul,
.payment .policy__text ul {
  margin-top: 0px;
}

.en .policy__table th {
  text-align: left;
  font-weight: bold;
}

.en ol.base_style li {
  list-style: decimal;
}