@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
body {
  color: #202020;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.66667;
}

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


     index


============================================================================= */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  opacity: 0;
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
  z-index: 1;
}

body.over {
  overflow: hidden;
}

body[data-loading="true"] {
  opacity: 1;
  visibility: visible;
}

body.is-checked {
  overflow: hidden;
}

ul,
li {
  list-style: none;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

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

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

video {
  height: auto;
  max-width: 100%;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.7;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  background-image: none;
  border: none;
  border: 0.5px solid #c3c4c6;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
}

textarea {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  background: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input:focus {
  background: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  background: transparent;
  background: #f6921e;
  background-image: none;
  border: none;
  border-radius: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: auto;
  width: 100%;
  width: 100%;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  opacity: 0.7;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

.header-logo {
  display: block;
  left: 40px;
  position: fixed;
  top: 40px;
  width: 200px;
  z-index: 1000000;
}

.main {
  overflow: visible;
  position: relative;
  z-index: 20;
}

.mv-img {
  height: calc(100vh - 100px);
  max-height: 1000px;
  position: relative;
}

.mv-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.page-list {
  gap: 30px;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  left: 50%;
  margin: auto;
  margin-bottom: 0%;
  max-width: 1000px;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  width: 100%;
  z-index: 2;
}

footer {
  background: #202020;
  color: #fff;
  padding: 100px 0 30px;
  position: relative;
}

.footer-affiliated-item {
  max-width: 320px;
}

.footer-affiliated-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003cff;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25em 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-affiliated-btn:hover {
  background: #0b39b9;
}

.footer-affiliated-btn._tsu {
  background: #b20026;
}

.footer-affiliated-btn._tsu:hover {
  background: #d5002d;
}

.footer-affiliated-btn._matsuzaka {
  background: #ffd500;
  color: #202020;
}

.footer-affiliated-btn._matsuzaka:hover {
  background: #ffb300;
}

.footer-copy {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-top: 120px;
  text-align: center;
}

@media (max-width: 1228px) {
  .page-list {
    gap: 20px;
    padding: 0 24px;
  }
  .footer-affiliated-btn {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: unset;
  }
  input,
  textarea {
    width: 100%;
  }
  input[type="submit"],
  input[type="button"] {
    font-size: 1.6rem;
  }
  .header-logo {
    left: 20px;
    top: 20px;
    width: 160px;
  }
  .mv-img {
    height: calc(100vh - 200px);
  }
  .page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    max-width: 320px;
    padding: 0 16px;
  }
  .footer-affiliated-btn {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
    width: 100%;
  }
}

@media (min-width: 1366px) {
  html {
    font-size: calc(62.5% * 1.0125);
  }
}

/*# sourceMappingURL=index.css.map*/
