@charset "UTF-8";
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: rem(16);
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

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;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  font-variant-ligatures: none;
  font-family: "小塚明朝 Pr6N", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  overflow-x: hidden;
  color: #232323;
  font-weight: 500;
  background: url(../images/body-bg.jpeg) repeat;
  background-position: center top;
}

main {
  padding: 8px 0;
}
@media (max-width: 1100px) {
  main {
    padding: 0.7272727273vw 0;
  }
}

.gothic {
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

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

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

.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.section-title {
  margin-top: 8px;
}
@media (max-width: 1100px) {
  .section-title {
    margin-top: 0.7272727273vw;
  }
}

.access-contents {
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .access-contents {
    margin-top: 1.4545454545vw;
  }
}
.access-contents img {
  width: 100%;
}

.girls__nav {
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .girls__nav {
    margin-top: 1.4545454545vw;
  }
}
.girls__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
@media (max-width: 1100px) {
  .girls__nav ul {
    gap: 1.4545454545vw 0;
  }
}
.girls__nav ul::after {
  content: "";
  width: 25%;
}
@media (max-width: 768px) {
  .girls__nav ul::after {
    width: 50%;
  }
}
.girls__nav ul li {
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  .girls__nav ul li {
    width: 50%;
  }
}
.girls__nav ul li img {
  width: 100%;
}
.girls__nav ul li h3 {
  margin-top: 4px;
  font-size: 22px;
}
@media (max-width: 1100px) {
  .girls__nav ul li h3 {
    margin-top: 0.3636363636vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .girls__nav ul li h3 {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .girls__nav ul li h3 {
    font-size: 4.0909090909vw;
  }
}
.girls__nav ul li p {
  margin-top: 4px;
  font-size: 22px;
}
@media (max-width: 1100px) {
  .girls__nav ul li p {
    margin-top: 0.3636363636vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .girls__nav ul li p {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .girls__nav ul li p {
    font-size: 4.0909090909vw;
  }
}

.schedule__nav {
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .schedule__nav {
    margin-top: 1.4545454545vw;
  }
}
.schedule__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
@media (max-width: 1100px) {
  .schedule__nav ul {
    gap: 1.4545454545vw 0;
  }
}
.schedule__nav ul::after {
  content: "";
  width: 25%;
}
@media (max-width: 768px) {
  .schedule__nav ul::after {
    width: 50%;
  }
}
.schedule__nav ul li {
  width: 25%;
  color: #cc6600;
  text-align: center;
}
@media (max-width: 768px) {
  .schedule__nav ul li {
    width: 50%;
  }
}
.schedule__nav ul li img {
  width: 100%;
}
.schedule__nav ul li h3 {
  margin-top: 4px;
  font-size: 22px;
}
@media (max-width: 1100px) {
  .schedule__nav ul li h3 {
    margin-top: 0.3636363636vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .schedule__nav ul li h3 {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .schedule__nav ul li h3 {
    font-size: 4.0909090909vw;
  }
}
.schedule__nav ul li p {
  margin-top: 4px;
  font-size: 22px;
}
@media (max-width: 1100px) {
  .schedule__nav ul li p {
    margin-top: 0.3636363636vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .schedule__nav ul li p {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .schedule__nav ul li p {
    font-size: 4.0909090909vw;
  }
}

.system-contents {
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .system-contents {
    margin-top: 1.4545454545vw;
  }
}
.system-contents img {
  width: 100%;
}

.top-banner {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media (max-width: 1100px) {
  .top-banner {
    gap: 1.4545454545vw 0;
  }
}
.top__pick__nav {
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .top__pick__nav {
    margin-top: 1.4545454545vw;
  }
}
.top__pick__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
@media (max-width: 1100px) {
  .top__pick__nav ul {
    gap: 1.4545454545vw 0;
  }
}
.top__pick__nav ul::after {
  content: "";
  width: 33.33%;
}
@media (max-width: 768px) {
  .top__pick__nav ul::after {
    width: 50%;
  }
}
.top__pick__nav ul li {
  width: 33.33%;
  text-align: center;
}
@media (max-width: 768px) {
  .top__pick__nav ul li {
    width: 50%;
  }
}
.top__pick__nav ul li img {
  width: 100%;
}
.top__pick__nav ul li h3 {
  margin-top: 4px;
  font-size: 22px;
}
@media (max-width: 1100px) {
  .top__pick__nav ul li h3 {
    margin-top: 0.3636363636vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .top__pick__nav ul li h3 {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .top__pick__nav ul li h3 {
    font-size: 4.0909090909vw;
  }
}
.top__pick__nav ul li p {
  margin-top: 4px;
  font-size: 22px;
}
@media (max-width: 1100px) {
  .top__pick__nav ul li p {
    margin-top: 0.3636363636vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .top__pick__nav ul li p {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .top__pick__nav ul li p {
    font-size: 4.0909090909vw;
  }
}

.footer__banner {
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .footer__banner {
    margin-top: 1.4545454545vw;
  }
}
.footer__banner ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 8px 0;
}
@media (max-width: 1100px) {
  .footer__banner ul {
    gap: 0.7272727273vw 0;
  }
}
.footer__banner ul li img {
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .footer__banner ul li img {
    height: 3.6363636364vw;
  }
}
@media (max-width: 768px) {
  .footer__banner ul li img {
    height: 40px;
  }
}
.footer__bottom {
  margin-top: 80px;
  padding-bottom: 16px;
  color: #fff;
  background: #83cdec;
}
@media (max-width: 1100px) {
  .footer__bottom {
    margin-top: 7.2727272727vw;
    padding-bottom: 1.4545454545vw;
  }
}
.footer__bottom__nav {
  width: 95%;
  margin: 0 auto;
  border-top: 4px solid #666;
}
@media (max-width: 1100px) {
  .footer__bottom__nav {
    border-top: 0.3636363636vw solid #666;
  }
}
.footer__bottom__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 26px;
}
@media (max-width: 1100px) {
  .footer__bottom__nav ul {
    padding-top: 2.3636363636vw;
  }
}
.footer__bottom__nav ul li a {
  padding: 0 16px;
  font-size: 18px;
  border-right: 1px solid #fff;
}
@media (max-width: 1100px) {
  .footer__bottom__nav ul li a {
    padding: 0 1.4545454545vw;
    font-size: 1.6363636364vw;
  }
}
@media (max-width: 768px) {
  .footer__bottom__nav ul li a {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .footer__bottom__nav ul li a {
    font-size: 3.1818181818vw;
  }
}
.footer__bottom-name {
  margin-top: 80px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1100px) {
  .footer__bottom-name {
    margin-top: 7.2727272727vw;
    font-size: 1.4545454545vw;
  }
}
@media (max-width: 768px) {
  .footer__bottom-name {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .footer__bottom-name {
    font-size: 3.1818181818vw;
  }
}
.footer__bottom-copy {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1100px) {
  .footer__bottom-copy {
    margin-top: 1.4545454545vw;
    font-size: 1.2727272727vw;
  }
}
@media (max-width: 768px) {
  .footer__bottom-copy {
    font-size: 1.8229166667vw;
  }
}

.header-atte {
  padding: 0.78125vw 0;
  color: #fff;
  font-size: 1.8229166667vw;
  text-align: center;
  background: #65cdec;
}
.header-atte a {
  color: #0854c4;
  border-bottom: 1px solid #0854c4;
}
.header-top img {
  width: 100%;
}
.header__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}/*# sourceMappingURL=style.css.map */