@charset "UTF-8";

/* =========================================================
 base
========================================================= */

html {
  font-size: 62.5%;
  color: #6E6C70;
  overflow-x: hidden;
}

body {
  position: static;
  word-break: normal;
  font-size: 150%;
  font-family: "Lato", "NotoSans", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", sans-serif;
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a:focus {
  outline: none;
}

a:active {
  color: inherit;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

div {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

div:focus {
  outline: none;
}

p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

label {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

input::-webkit-input-placeholder {
  font-size: 1.6rem;
}

input::-moz-placeholder {
  font-size: 1.6rem;
}

input:-ms-input-placeholder {
  font-size: 1.6rem;
}

input::-ms-input-placeholder {
  font-size: 1.6rem;
}

input::placeholder {
  font-size: 1.6rem;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  font-size: 1.6rem;
}

table {
  width: 100%;
}

main {
  display: block;
}


/* =========================================================
 Foundation
========================================================= */
/*Lato*/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Black.ttf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}

/*Noto Sans JP*/
@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans_black.woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans_bold.woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans_medium.woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans_regular.woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans_light.woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans_thin.woff");
  font-weight: 100;
  font-style: normal;
}