@charset "Shift_JIS";
html {
  scroll-padding-top: 120px;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  min-width: auto;
  width: 100%;
}

.main {
  padding-bottom: 0;
}

main {
  padding-top: 114px;
  overflow: hidden;
}

button {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
}

.header-nav .movie a:before {
  display: none;
}

@font-face {
  font-family: 'TCCC-UnityText-Bold';
  src: url("/common/fonts/TCCC-UnityText-Bold.eot?") format("eot"), url("/common/fonts/TCCC-UnityText-Bold.woff2") format("woff2"), url("/common/fonts/TCCC-UnityText-Bold.woff") format("woff"), url("/common/fonts/TCCC-UnityText-Bold.ttf") format("truetype");
}

:root {
  --athlete-color1:#fa0000;
  --athlete-color2:#fac800;
  --athlete-color3:#0096b9;
  --athlete-color4:#006400;
  --athlete-color5:#87001e;
  --athlete-color6:#0046c3;
  --athlete-color7:#820082;
  --bg-color:#fff2cc;
}

.hero {
  background-color: #fff;
  text-align: center;
}

.hero-img {
  width: 670px;
  margin: 0 auto 0;
  position: relative;
}

.hero-img img {
  width: 100%;
}

.footer {
  position: relative;
}

.bottom-logo {
  border-top: 1px solid #eeeeee;
  background: white;
  text-align: center;
  padding: 30px;
}

.terms {
  padding: 60px 0 100px;
}

.terms-heading {
  width: 670px;
  margin: auto;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

.terms .end {
  background-color: #999;
  text-align: center;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  width: 670px;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 1.6;
}

.terms-box {
  width: 670px;
  margin: 40px auto 0;
}

.terms-dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.terms-dl dt {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin: 30px 0 0;
}

.terms-dl dt:first-child {
  margin: 0;
}

.terms-dl dd {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin: 15px 0 0;
}

.terms-dl dd a {
  color: #000;
  text-decoration: underline;
}

.terms .notes {
  font-size: 14px;
}

.terms ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.terms-heading-sub {
  font-weight: bold;
  display: block;
  margin: 30px 0 0;
}

.terms-heading-sub:first-child {
  margin: 0;
}

.terms strong,
.terms .bold {
  font-weight: bold;
}

.terms .button {
  width: 305px;
  margin: 80px auto 0;
}
