@charset "UTF-8";
@media (min-width: 769px) {
  .sp-show {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

html {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 62.5%;
  letter-spacing: 0.1em;
  background-color: #66C1EE;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* micro clearfx */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

@media (max-width: 768px) {
  .spcf {
    clear: both;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

h2 {
  font-weight: bold;
}

@media (max-width: 768px) {
  h2 {
    font-size: 11px;
    line-height: 12px;
  }
}

@media (min-width: 769px) {
  h2 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

ul {
  list-style-type: none;
  padding: 0;
}

.site_header {
  text-align: center;
}

@media (min-width: 769px) {
  .site_header h1 {
    margin-bottom: 5vw;
  }
}

@media (max-width: 768px) {
  .site_header h1 img {
    width: 80%;
  }
}

@media (min-width: 769px) {
  .site_header h1 img {
    width: 45%;
    max-width: 1000px;
    height: auto;
  }
}

.container {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .container {
    padding: 7.5vw;
  }
}

@media (min-width: 769px) {
  .container {
    padding: 7.5vw;
  }
}

@media (max-width: 768px) {
  .container .text_box {
    margin: 0 auto 55vw;
  }
}

@media (min-width: 769px) {
  .container .text_box {
    margin: 0 auto 14vw;
    max-width: 1600px;
  }
}

.container .photo_box {
  background-color: #fff;
  border: solid 1px #707070;
}

@media (max-width: 768px) {
  .container .photo_box {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .container .photo_box {
    display: flex;
    align-items: center;
    height: 50vw;
    margin-bottom: 15vw;
  }
}

@media (max-width: 768px) {
  .container .photo_box .photo {
    padding: 5vw 0 6vw;
  }
}

@media (min-width: 769px) {
  .container .photo_box .photo {
    width: 66%;
    padding-left: 3.5vw;
  }
}

.container .photo_box .photo img {
  width: 85%;
}

@media (min-width: 769px) {
  .container .photo_box .text {
    width: 34%;
    text-align: center;
    box-sizing: border-box;
    padding-right: 7vw;
  }
}

.container .photo_box .text p {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .container .line_up ul {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .container .line_up ul {
    margin-bottom: 15vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .container .line_up ul li {
    margin-bottom: 15vw;
  }
}

@media (min-width: 769px) {
  .container .line_up ul li {
    width: 33.333333333%;
    margin-right: 3vw;
  }
}

.container .line_up ul li:nth-of-type(3n) {
  margin-right: 0vw;
}

.container .line_up ul li img {
  width: 100%;
}

@media (min-width: 769px) {
  .container .caution {
    margin-bottom: 15vw;
  }
}

.container a {
  text-decoration: none;
  color: #000;
}

.container .btn {
  text-decoration: none;
  background-color: #fff;
  border: none;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .container .btn {
    height: 10vw;
    width: 100%;
    font-size: 5vw;
    padding-top: 2.5vw;
    margin: 100vw auto 10vw;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) {
  .container .btn {
    height: 4vw;
    width: 40vw;
    font-size: 2vw;
    padding-top: 1vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=style.css.map */