/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  /*width:auto*/
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  /*background-color:transparent;*/
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

body {
  color: #000;
  font-size: 14px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  background-color: #333;
  font-feature-settings: "palt";
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#content {
  background-color: white;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  #content {
    padding-top: 50px;
  }
}

#content-main {
  padding: 92px 0 112px;
  min-height: 40vh;
}

@media screen and (max-width: 767px) {
  #content-main {
    padding: 40px 0 92px;
  }
}

#content-main.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

#content-main.no-padding-top {
  padding-top: 0;
}

#content-main.no-padding-bottom {
  padding-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  max-height: 100%;
  letter-spacing: -4px;
  margin: 0 auto;
  width: auto;
  font-size: 10px;
  max-width: 1200px;
  padding: 0 0px;
  position: relative;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

.container-full {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  font-size: 0;
  position: relative;
  letter-spacing: 0;
}

.container-full .row-no-gutter,
.container-full .row-md-no-gutter,
.container-full .row-sm-no-gutter {
  padding: 0;
}

.container-middle .col {
  vertical-align: middle;
}

.container-bottom .col {
  vertical-align: bottom;
}

.container-top .col {
  vertical-align: top;
}

.row {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.col {
  padding: 0 20px;
  font-size: 14px;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .col {
    padding: 0 10px;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
}

.col-1 {
  width: 8.33333%;
}

.col-offset-1 {
  margin-left: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-offset-2 {
  margin-left: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-offset-4 {
  margin-left: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-offset-5 {
  margin-left: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-offset-7 {
  margin-left: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-offset-8 {
  margin-left: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-offset-10 {
  margin-left: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-offset-11 {
  margin-left: 91.66667%;
}

.col-12 {
  width: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

.col-with-gutter {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-md {
    max-height: 100%;
    letter-spacing: -4px;
    margin: 0 auto;
    width: auto;
    font-size: 10px;
    max-width: 1200px;
    padding: 0 0px;
    position: relative;
    -webkit-text-size-adjust: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .container-md {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-md-full {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-size: 0;
    position: relative;
    letter-spacing: 0;
  }
  .container-md-full .row-no-gutter,
  .container-md-full .row-md-no-gutter,
  .container-md-full .row-sm-no-gutter {
    padding: 0;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .row-md-no-gutter {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
  .row-md-no-gutter {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .row-md-no-gutter .col {
    padding: 0;
  }
  .row-md-gutter .col {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container-sm {
    max-height: 100%;
    letter-spacing: -4px;
    margin: 0 auto;
    width: auto;
    font-size: 10px;
    max-width: 1200px;
    padding: 0 0px;
    position: relative;
    -webkit-text-size-adjust: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .container-sm {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .container-sm-full {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-size: 0;
    position: relative;
    letter-spacing: 0;
  }
  .container-sm-full .row-no-gutter,
  .container-sm-full .row-md-no-gutter,
  .container-sm-full .row-sm-no-gutter {
    padding: 0;
  }
  .col {
    width: 100%;
    padding: 0 10px;
  }
  .col-sm-1 {
    display: inline-block;
    width: 8.33333%;
  }
  .col-sm-2 {
    display: inline-block;
    width: 16.66667%;
  }
  .col-sm-3 {
    display: inline-block;
    width: 25%;
  }
  .col-sm-4 {
    display: inline-block;
    width: 33.33333%;
  }
  .col-sm-5 {
    display: inline-block;
    width: 41.66667%;
  }
  .col-sm-6 {
    display: inline-block;
    width: 50%;
  }
  .col-sm-7 {
    display: inline-block;
    width: 58.33333%;
  }
  .col-sm-8 {
    display: inline-block;
    width: 66.66667%;
  }
  .col-sm-9 {
    display: inline-block;
    width: 75%;
  }
  .col-sm-10 {
    display: inline-block;
    width: 83.33333%;
  }
  .col-sm-11 {
    display: inline-block;
    width: 91.66667%;
  }
  .col-sm-12 {
    display: inline-block;
    width: 100%;
  }
  .col-offset-1 {
    margin-left: 0;
  }
  .col-offset-2 {
    margin-left: 0;
  }
  .col-offset-3 {
    margin-left: 0;
  }
  .col-offset-4 {
    margin-left: 0;
  }
  .col-offset-5 {
    margin-left: 0;
  }
  .col-offset-6 {
    margin-left: 0;
  }
  .col-offset-7 {
    margin-left: 0;
  }
  .col-offset-8 {
    margin-left: 0;
  }
  .col-offset-9 {
    margin-left: 0;
  }
  .col-offset-10 {
    margin-left: 0;
  }
  .col-offset-11 {
    margin-left: 0;
  }
  .col-offset-12 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .row-sm-no-gutter {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .row-sm-no-gutter {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .row-sm-no-gutter .col {
    padding: 0;
  }
  .row-sm-gutter .col {
    padding: 0 10px;
  }
}

.row-no-gutter {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .row-no-gutter {
    padding: 0 10px;
  }
}

.row-no-gutter .col {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .row-no-gutter {
    padding: 0 10px;
  }
}

.row-wide-gutter {
  margin-left: -20px;
  margin-right: -20px;
}

.row-wide-gutter .col {
  padding: 0 40px;
}

.row-wide-gutter .col .container {
  margin-left: -40px;
  margin-right: -40px;
}

@media screen and (max-width: 767px) {
  .row-wide-gutter {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-wide-gutter .col {
    padding: 0 20px;
  }
  .row-wide-gutter .col .container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.col .container {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .col .container {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.row-wide-gutter .col .container {
  margin-left: -40px;
  margin-right: -40px;
}

@media screen and (max-width: 767px) {
  .row-wide-gutter .col .container {
    margin-left: -20px;
    margin-right: -20px;
  }
}

#global-header {
  line-height: 1;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 50px;
  background-color: #fff;
}

#global-header a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

html.touch #global-header a:hover {
  text-decoration: none;
}

.gh-logo {
  display: block;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 20px;
  top: 16px;
  cursor: pointer;
}

.gh-logo img {
  width: 180px;
  height: auto;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .gh-logo img {
    width: 140px;
  }
}

html.mouse .gh-logo:hover,
html.touch .gh-logo.touched {
  opacity: 0.7;
}

.gh-conversion {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  display: inline-table;
}

.gh-conversion-btn {
  display: table-cell;
  height: 100%;
  width: auto;
  vertical-align: middle;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .gh-conversion-btn {
    font-size: 10px;
    padding: 16px 12px;
  }
}

.gh-conversion-btn.gray {
  background-color: #dddddd;
  color: #000;
}

.gh-conversion-btn.blue {
  background-color: #77AECD;
  color: #fff;
}

html.mouse .gh-conversion-btn:hover,
html.touch .gh-conversion-btn.touched {
  text-decoration: none;
}

html.mouse .gh-conversion-btn:hover.gray,
html.touch .gh-conversion-btn.touched.gray {
  background-color: #b5b5B5;
}

html.mouse .gh-conversion-btn:hover.blue,
html.touch .gh-conversion-btn.touched.blue {
  background-color: #4F86A5;
}

#global-footer {
  text-align: center;
  color: #fff;
}

#global-footer a {
  color: #fff;
}

.gf-logo {
  margin: 170px auto 120px;
  display: inline-block;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .gf-logo {
    margin: 110px auto 90px;
  }
}

html.mouse .gf-logo:hover,
html.touch .gf-logo.touched {
  opacity: 0.7;
}

.gf-sns {
  margin: 25px 0;
}

.gf-sns .item {
  display: inline-block;
  padding: 15px;
  margin: 0 10px;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.mouse .gf-sns .item:hover,
html.touch .gf-sns .item.touched {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .gf-sns .item {
    margin: 0 5px;
  }
}

.gf-copyright {
  padding: 18px 0;
  text-align: center;
  line-height: 1.1;
}

.gf-copyright small {
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .gf-copyright {
    transform: scale(0.8);
  }
  .gf-copyright small {
    font-size: 10px;
  }
}
