/* Scss Document */
/*!
 * Bootstrap Reboot v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  color: #242424;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

a {
  text-decoration: none;
}

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

.section {
  padding: 5% 0 6%;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 10% 0;
  }
}

.lead {
  color: #ffffff;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: -2%;
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 13px;
    font-size: 1.3rem;
    width: 90%;
  }
}

.movie {
  position: relative;
  padding-bottom: 27.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .movie {
    padding-bottom: 57.25%;
    margin: 0 0 20px;
  }
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp-only {
  display: none;
}

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

  .pc-only {
    display: none;
  }
}
.glonav {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.glonav .logo {
  padding: 0 20px;
}
.glonav .logo img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .glonav .logo {
    background: #333333;
    width: 100%;
    padding: 0 20px 5px;
    margin-bottom: 0;
  }
  .glonav .logo img {
    width: 100px;
  }
}
.glonav a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.glonav a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.glonav ul {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .glonav ul {
    font-size: 10px;
    font-size: 1rem;
    padding: 8px 0;
    background: #000;
  }
}
.glonav ul li {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .glonav ul li {
    margin-right: 0;
  }
}
.glonav ul li.sns {
  margin-right: 20px;
}

.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  padding: 10px 70px;
  line-height: 1.3;
  font-size: 25.5px;
  font-size: 2.55rem;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.btn.btn_line {
  background: -webkit-gradient(linear, right top, left top, from(#b33c76), color-stop(50%, #894884), to(#516bab));
  background: linear-gradient(to left, #b33c76 0%, #894884 50%, #516bab 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  font-size: 27px;
  font-size: 2.7rem;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .btn.btn_line {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px auto;
  }
}

.headline_rt, .headline_lt {
  margin-bottom: 4%;
}
.headline_rt img, .headline_lt img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .headline_rt img, .headline_lt img {
    width: 95%;
    margin-top: 27px;
  }
}

.headline_rt {
  text-align: right;
}

@media screen and (max-width: 768px) {
  h1 {
    margin-top: 15%;
  }
}

#info .wrap {
  width: 94%;
}
#info .txt {
  padding: 5% 0 0 5%;
}
#info .txt li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #info .txt li {
    margin-bottom: 20px;
  }
}
#info .txt li:after {
  content: "";
  background: #b33c76;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
#info .txt li:nth-of-type(2):after {
  background: #894884;
}
#info .txt li:nth-of-type(3):after {
  background: #516bab;
}

#what {
  background: url("../images/bg_what.png") no-repeat 0 0;
  background-size: cover;
}
#what .movies {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

#team {
  background: url("../images/bg_team.png") no-repeat 0 0 #efefef;
  background-size: cover;
}
#team .wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#team .wrap li {
  text-align: center;
  margin-bottom: 8%;
}
#team .wrap li img {
  width: 30%;
  display: block;
  margin: 0 auto 30px;
}

#location {
  background: url("../images/bg_location.png") no-repeat 0 0;
  background-size: cover;
  color: #242424;
}
#location .movies {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

#groups {
  background: url("../images/bg_access.png") no-repeat 0 0;
  background-size: cover;
  padding-bottom: 0;
}

footer .logos {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5%;
}
footer .logos .text {
  background: #aaa;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer .logos img {
    width: 80px;
  }
}
footer .footer-nav {
  background: #383838;
  padding: 20px 0;
}
footer .footer-nav ul {
  width: 80%;
  margin: 0 auto;
}
footer .footer-nav ul li {
  margin-right: 40px;
}
footer .footer-nav ul li.sns {
  margin-right: 20px;
}
footer .footer-nav a {
  color: #ffffff;
}
footer .f-logo {
  color: #ffffff;
  background: #000;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  footer .f-logo {
    padding: 5px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
footer .f-logo img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  footer .f-logo img {
    width: 80px;
  }
}