@charset "UTF-8";
/*
**********************************************
reset
**********************************************
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  /*transform: translate3d(0,0,0);*/
}
@media (max-width: 414px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
    font-size: 14px;
  }
}

img {
  border: 0;
  vertical-align: top;
  /*transform: translate3d(0,0,0);*/
  max-width: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  /*transform: translate3d(0,0,0);*/
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

a {
  width: 100%;
  height: auto;
  text-decoration: none;
  outline: none;
  /*transform: translate3d(0,0,0);*/
}

btn, label {
  outline: none;
}

/*
**********************************************
defalt
**********************************************
*/
/*body{
  display: none;
}*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, button, a, span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  /*transition: all .4s;*/
  will-change: transform;
}

img {
  transition: opacity .4s;
  width: 100%;
}

a:hover img {
  opacity: .7;
}

a {
  transition: opacity .4s;
}

a:hover {
  opacity: .7;
}

a:link, a:visited {
  color: #0C2041;
}

body {
  /* transform: translate3d(0,0,0);*/
  position: relative;
}

strong {
  color: #ff3d7f;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}
