@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  min-width: 320px;
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}

main,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
q,
small,
strong,
sub,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: normal;
  font-size: 100%;
}

section {
  clear: both;
}

ol,
ul,
li,
dl,
dt,
dd,
p {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

b,
em,
strong {
  font-weight: 600;
  font-style: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  -webkit-tap-highlight-color: rgba(153, 153, 153, 0.4);
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

u {
  text-decoration: underline !important;
}

i {
  font-style: normal;
}

i.fa {
  display: inline-block;
  margin: 4px;
}

a,
input[type="submit"],
input[type="button"],
button {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

input,
select,
option,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

ul,
ol {
  letter-spacing: -0.4em;
}

ul li,
ol li {
  letter-spacing: normal;
}

::-webkit-input-placeholder {
  color: #858585;
  font-size: 14px;
}

/* Chrome	*/
::-moz-placeholder {
  color: #858585;
  font-size: 14px;
}

/* Firefox */
:-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
}

/* IE */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:focus,
button:focus {
  outline: none;
}

/* ------------------------------------
▼汎用レスポンシブ
------------------------------------ */

@media only screen and (min-width: 641px) {
  .spView {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .pcView {
    display: none;
  }
}


/* ------------------------------------
▼その他
------------------------------------ */
html,
body {
  overflow-x: hidden !important;
}

html a,
body a {
  color: #184ED8;
  -webkit-transition: .2s;
  transition: .2s;
}

html a:hover,
body a:hover {
  opacity: 0.7;
}

@media all and (max-width: 768px) {

  html a:hover,
  body a:hover {
    opacity: 1;
  }
}

html *,
body * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
}

html b,
html strong,
html .bold,
body b,
body strong,
body .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
}

html .enFont,
body .enFont {
  font-family: 'Caveat', cursive;
  line-height: 1.1;
}

body {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

img {
  -webkit-transition: .3s;
  transition: .3s;
}

.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
}