@charset "UTF-8";
/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #000;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  font-family: "object-fit: cover;";
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

html[theme='dark-mode'] {
  filter: invert(1) hue-rotate(180deg);
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* ----------------------------------------------------------------------
 font-family フォントスタイルの調整
---------------------------------------------------------------------- */
body {
  font-family: "Montserrat",'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

/* ----------------------------------------------------------------------
  非表示設定
---------------------------------------------------------------------- */
.cut_off {
  display: none;
}

/* ----------------------------------------------------------------------
  レスポンシブで無効にする
---------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .none_1200 {
    display: none;
  }
}

@media (max-width: 1150px) {
  .none_1150 {
    display: none;
  }
}

@media (max-width: 1100px) {
  .none_1100 {
    display: none;
  }
}

@media (max-width: 1050px) {
  .none_1050 {
    display: none;
  }
}

@media (max-width: 1000px) {
  .none_1000 {
    display: none;
  }
}

@media (max-width: 950px) {
  .none_950 {
    display: none;
  }
}

@media (max-width: 900px) {
  .none_900 {
    display: none;
  }
}

@media (max-width: 850px) {
  .none_850 {
    display: none;
  }
}

@media (max-width: 800px) {
  .none_800 {
    display: none;
  }
}

@media (max-width: 750px) {
  .none_750 {
    display: none;
  }
}

@media (max-width: 700px) {
  .none_700 {
    display: none;
  }
}

@media (max-width: 650px) {
  .none_650 {
    display: none;
  }
}

@media (max-width: 600px) {
  .none_600 {
    display: none;
  }
}

@media (max-width: 550px) {
  .none_550 {
    display: none;
  }
}

@media (max-width: 500px) {
  .none_500 {
    display: none;
  }
}

@media (max-width: 450px) {
  .none_450 {
    display: none;
  }
}

@media (max-width: 400px) {
  .none_400 {
    display: none;
  }
}

@media (max-width: 350px) {
  .none_350 {
    display: none;
  }
}

/* ----------------------------------------------------------------------
  レスポンシブでONにする
---------------------------------------------------------------------- */
.on_1050 {
  display: none;
}

@media (max-width: 1050px) {
  .on_1050 {
    display: block;
  }
}

.on_1000 {
  display: none;
}

@media (max-width: 1000px) {
  .on_1000 {
    display: block;
  }
}

.on_950 {
  display: none;
}

@media (max-width: 950px) {
  .on_950 {
    display: block;
  }
}

.on_900 {
  display: none;
}

@media (max-width: 900px) {
  .on_900 {
    display: block;
  }
}

.on_850 {
  display: none;
}

@media (max-width: 850px) {
  .on_850 {
    display: block;
  }
}

.on_800 {
  display: none;
}

@media (max-width: 800px) {
  .on_800 {
    display: block;
  }
}

.on_750 {
  display: none;
}

@media (max-width: 750px) {
  .on_750 {
    display: block;
  }
}

.on_700 {
  display: none;
}

@media (max-width: 700px) {
  .on_700 {
    display: block;
  }
}

.on_650 {
  display: none;
}

@media (max-width: 650px) {
  .on_650 {
    display: block;
  }
}

.on_600 {
  display: none;
}

@media (max-width: 600px) {
  .on_600 {
    display: block;
  }
}

.on_550 {
  display: none;
}

@media (max-width: 550px) {
  .on_550 {
    display: block;
  }
}

.on_500 {
  display: none;
}

@media (max-width: 500px) {
  .on_500 {
    display: block;
  }
}

.on_450 {
  display: none;
}

@media (max-width: 450px) {
  .on_450 {
    display: block;
  }
}

.on_400 {
  display: none;
}

@media (max-width: 400px) {
  .on_400 {
    display: block;
  }
}

.on_370 {
  display: none;
}

@media (max-width: 370px) {
  .on_370 {
    display: block;
  }
}

.on_350 {
  display: none;
}

@media (max-width: 350px) {
  .on_350 {
    display: block;
  }
}
