@charset "UTF-8";

/* =======================================

	 CSS BrowserReset BaseElements

	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  /*	outline: 0;*/
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
  margin: 0;
}

img {
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
}

img {
  /* max-width: 100%; */
  /* max-height: 100%; */
}

img {
  /* width: 100%; */
  height: auto;
}

a {
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  /*	border-collapse: separate;*/
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

option {
  padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,
article,
aside,
section,
footer,
nav,
menu,
details,
hgroup,
summary {
  display: block;
}

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


/* 追加20240214 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body,
div,
applet,
object,
iframe,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-feature-settings: "palt";
  line-height: 1.6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.page-wrap {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  color: #1e1e1e;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

h2 {
  line-height: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

.sp {
  display: none !important;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  a {
    transition: 0.4s;
  }

  a:hover {
    opacity: 0.65;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  body {
    min-width: 100% !important;
  }

  .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}