@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Teko:wght@300;500;700&display=swap);

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 26px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  html {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }
}

body {
  overflow-x: hidden;
}

.overflow {
  overflow: hidden;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .anchor {
    top: -130px;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

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

.main-visual {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin-top: 60px;
  }
}

.main-visual__image {
  width: 100%;
  height: 100vh;
  background: url("/src/img/main-visual.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -2;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-visual__image {
    background: url("/src/img/main-visual-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.main-visual__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-visual__content img {
  width: 758.41458px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main-visual__content img {
    width: 100%;
    max-width: 375px;
  }
}

.page-banner {
  position: relative;
}

.page-banner__image {
  width: 100%;
  height: 280px;
  background: url("/src/img/banner-contact.jpg") no-repeat;
  background-attachment: fixed;
  background-size: 100% 338px;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .page-banner__image {
    height: 300px;
    background: url("/src/img/banner-contact-sp.jpg") no-repeat;
    background-size: cover;
  }
}

.page-banner__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-banner__image img {
    height: 240px;
  }
}

.page-banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-banner__content {
    width: 80%;
    padding-top: 60px;
  }
}

.page-banner__content img {
  width: 140px;
  height: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-banner__content img {
    width: 105px;
    margin-bottom: 20px;
  }
}

.page-banner__content p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page-banner__artist {
    margin-top: 60px;
  }
}

.page-banner__artist .page-banner__image {
  height: 90px;
}

@media screen and (max-width: 767px) {
  .page-banner__artist .page-banner__content {
    padding-top: 0;
  }
}

.page-banner__artist .page-banner__content>img {
  width: auto;
  height: 29px;
  margin-bottom: 0;
}

.section--about {
  width: 100%;
  background: url("/src/img/bg-about.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 130px 0 115px;
}

@media screen and (max-width: 767px) {
  .section--about {
    background: url("/src/img/bg-about-sp.jpg") no-repeat;
    padding: 100px 0;
  }
}

.section--business {
  background: url("/src/img/bg-business.png") no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: #ed4464;
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .section--business {
    background: url("/src/img/bg-business-sp.png") no-repeat;
    background-size: contain;
    background-color: #ed4464;
    padding: 100px 0 105px;
  }
}

.section--achievement {
  background: url("/src/img/bg-achievement.png") no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 0 120px;
}

@media screen and (max-width: 767px) {
  .section--achievement {
    background: url("/src/img/bg-achievement-sp.png") no-repeat;
    background-size: cover;
    padding: 100px 0;
  }
}

.section--staff {
  background: url("/src/img/bg-staff.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 115px 0 100px;
}

@media screen and (max-width: 767px) {
  .section--staff {
    background: url("/src/img/bg-staff-sp.jpg") no-repeat;
    background-size: cover;
    padding: 96.8px 0 83.6px;
  }
}

.section--outline {
  background: url("/src/img/bg-outline.png") no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #ffd309;
  padding: 88px 0 130px;
}

@media screen and (max-width: 767px) {
  .section--outline {
    background: url("/src/img/bg-outline-sp.png") no-repeat;
    background-size: cover;
    background-color: #ffd309;
    padding: 88px 0;
  }
}

.section__title {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 55px;
  }
}

.section__title h2 {
  font-family: "Teko", sans-serif;
  font-weight: 300;
  font-size: 54px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .section__title h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .section__title h2 {
    font-size: 40px;
  }
}

.section__title--black h2 {
  color: #000;
}

.section__title img {
  width: 140px;
  height: 34px;
}

@media screen and (max-width: 767px) {
  .section__title img {
    width: 105px;
  }
}

.header {
  width: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
  }
}

.header--fixed {
  position: fixed;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.header__container {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 0 20px;
  }
}

.header__logo {
  z-index: 1;
}

.header__logo img {
  width: 95px;
  height: 49px;
}

@media screen and (max-width: 767px) {
  .header__logo img {
    width: auto;
    height: 40px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header__logo img {
    width: auto;
    height: 35px;
  }
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__menu-item {
    text-align: center;
  }
}

.header__menu-item:not(:last-child) {
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .header__menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header__menu-item:not(:last-child) {
    margin-right: 18px;
  }
}

.header__menu-link {
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .header__menu-link {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header__menu-link {
    font-size: 17px;
  }
}

.header__menu-link--active,
.header__menu-link:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.header__hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 40px;
    height: 25px;
    position: relative;
    display: block;
    z-index: 9;
  }
}

@media screen and (max-width: 767px) {
  .header__hamburger--active {
    width: 25px;
  }
}

.header__hamburger--active span.line {
  width: 30px !important;
}

.header__hamburger--active span:nth-child(1) {
  -webkit-transform: translate(2px, 6px) rotate(-45deg);
  -ms-transform: translate(2px, 6px) rotate(-45deg);
  transform: translate(2px, 6px) rotate(-45deg);
}

.header__hamburger--active span:nth-child(2) {
  opacity: 0;
}

.header__hamburger--active span:nth-child(3) {
  -webkit-transform: translate(-2px, -17px) rotate(45deg);
  -ms-transform: translate(-2px, -17px) rotate(45deg);
  transform: translate(-2px, -17px) rotate(45deg);
}

.header__hamburger span.line {
  width: 21.5px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.header__hamburger span.line:nth-child(1) {
  top: 0;
  right: 0;
}

.header__hamburger span.line:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header__hamburger span.line:nth-child(3) {
  left: 0;
  bottom: 0;
}

.header__mobile-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__mobile-menu {
    background: url("/src/img/bg-menu.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .header__mobile-menu--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: ease 500ms;
    -o-transition: ease 500ms;
    transition: ease 500ms;
  }
}

/* ABOUT */
.about {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .about {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about {
    padding: 0 3%;
  }
}

.about__text p {
  color: #fff;
  text-align: center;
}

.about__text-jp {
  margin-top: 30px;
}

/* BUSINESS */
.business {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .business {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .business {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .business {
    padding: 0 3%;
  }
}

.business__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.business__item:nth-child(even) {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .business__item:nth-child(even) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.business__item:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .business__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.business__wrapper {
  width: 100%;
  max-width: 645px;
}

.business__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .business__title {
    margin-bottom: 30px;
  }
}

.business__title h5 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .business__title h5 {
    font-size: 18px;
    line-height: gesp375(50px);
  }
}

.business__title h5.jp {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .business__title h5.jp {
    margin-top: 0;
  }
}

.business__text p {
  color: #fff;
}

.business__text-jp {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .business__text-jp {
    margin-top: 25px;
  }
}

/* ACHIEVEMENT */
.achievement {
  max-width: 1060px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .achievement {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .achievement {
    padding: 0 3%;
  }
}

.achievement__wrapper:not(:last-child) {
  margin-bottom: 35px;
}

.achievement__title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .achievement__title {
    font-size: 19px;
  }
}

.achievement__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .achievement__list {
    margin-top: 45px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.achievement__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  padding: 20px 10px;
  text-align: center;
}

.achievement__caption span {
  font-size: 16px;
  color: #fff;
}

.achievement__item {
  width: 320px;
  height: 180px;
  border: 5px solid #fff;
  background-color: #fff;
  margin: 0 15px 30px;
}

@media screen and (max-width: 767px) {
  .achievement__item {
    width: 48%;
    height: auto;
    margin: 0 0 15px;
    border: 5px solid #fff;
  }
}

.achievement__item a,
.achievement__item a>img {
  width: 100%;
  height: 100%;
}

.achievement__item a {
  display: block;
  position: relative;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.achievement__item a:hover .achievement__caption {
  opacity: 1;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

/* STAFF */
.staff {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .staff {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .staff {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .staff {
    padding: 0 3%;
  }
}

.staff__table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .staff__table-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.staff__table-item:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .staff__table-item:not(:last-child) {
    margin-bottom: 62.5px;
  }
}

.staff__name {
  width: 255px;
  padding: 0 10px 0 80px;
}

@media screen and (max-width: 767px) {
  .staff__name {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .staff__name {
    width: 30%;
    padding: 0 10px 0 50px;
  }
}

.staff__name h6 {
  font-size: 14px;
  font-weight: 400;
}

.staff__details {
  width: 725px;
}

@media screen and (max-width: 767px) {
  .staff__details {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .staff__details {
    width: 65%;
  }
}

.staff__details-jp {
  margin-top: 25px;
}

.staff__details-link {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .staff__details-link {
    padding-bottom: 0;
  }
}

/* OUTLINE */
.outline {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .outline {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .outline {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .outline {
    padding: 0 3%;
  }
}

.outline__table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .outline__table-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.outline__table-item:not(:last-child) {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .outline__table-item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.outline__label {
  width: 240px;
  padding: 0 10px 0 85px;
}

@media screen and (max-width: 767px) {
  .outline__label {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .outline__label {
    width: 30%;
    padding: 0 10px 0 50px;
  }
}

.outline__info {
  width: 740px;
}

@media screen and (max-width: 767px) {
  .outline__info {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .outline__info {
    width: 65%;
  }
}

.outline__access {
  margin-top: 60px;
}

.outline__title {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .outline__title span {
    font-size: 13px;
    margin-top: 10px;
  }
}

.outline__map {
  width: 679px;
  height: 326px;
  display: block;
  margin: 44px auto 40px;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .outline__map {
    width: 100%;
    height: auto;
    margin: 30.8px auto 26.4px;
  }
}

.outline__map-image {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .outline__map-image {
    width: 100%;
  }
}

.outline__map-details {
  text-align: center;
}

.outline__map-details .google-map {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .modal {
    padding: 0 5px;
  }
}

.modal--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal--active .modal__title-text br {
  display: none;
}

.modal__container {
  width: 100%;
  max-width: 1030px;
  margin: 50px auto 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modal__container {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .modal__container {
    width: 90%;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .modal__container {
    max-width: 100%;
  }
}

.modal__close {
  position: absolute;
  top: -50px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .modal__close {
    top: 15px;
    right: 5px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .modal__close {
    right: 32px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .modal__close {
    right: 26.5%;
  }
}

.modal__close img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .modal__content {
    width: 85%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .modal__content {
    width: 90%;
  }
}

.modal__image-wrapper {
  width: 930px;
  height: 510px;
  border: 5px solid #fff;
  background-color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .modal__image-wrapper {
    width: 100%;
    height: 165px;
    border: 5px solid #fff;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .modal__image-wrapper {
    width: 100%;
    height: auto;
  }
}

.modal__image {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .modal__image {
    margin-bottom: -6px;
  }
}

.modal__title {
  text-align: center;
}

.modal__title span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .modal__title span {
    font-size: 15px;
  }
}

.modal__pagination {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .modal__pagination {
    width: 750px;
  }
}

.modal__pagination-arrow img {
  width: 20px;
  height: 37px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .modal__pagination-arrow img {
    width: 15px;
  }
}

.modal__pagination-arrow:hover img {
  width: 23px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .modal__pagination-arrow:hover img {
    width: 18px;
    height: auto;
  }
}

.contact {
  max-width: 1000px;
  margin: 45px auto 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contact {
    max-width: 100%;
    padding: 0 20px;
    margin: 32.5px auto 90px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contact {
    padding: 0 3%;
  }
}

.contact__form-list {
  margin: 0 100px;
}

@media screen and (max-width: 767px) {
  .contact__form-list {
    margin: 0;
  }
}

.contact__form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .contact__form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17.5px 0;
  }
}

.contact__form-label {
  width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contact__form-label {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contact__form-label {
    width: 30%;
  }
}

.contact__form-label--start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .contact__form-label--start {
    margin-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contact__form-label--start label {
  margin-top: -18px;
}

@media screen and (max-width: 767px) {
  .contact__form-label--start label {
    margin-top: 0;
  }
}

.contact__form-label label {
  font-size: 15px;
}

.contact__form-req {
  font-size: 13px;
  line-height: 13px;
  padding: 5px 6px 6px;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact__form-req {
    margin-left: 15px;
  }
}

.contact__form-wrap {
  width: 575px;
}

@media screen and (max-width: 767px) {
  .contact__form-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contact__form-wrap {
    width: 65%;
  }
}

.contact__form-wrap--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact__form-wrap--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact__radio-wrap {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .contact__radio-wrap:not(:last-child) {
    margin-bottom: 15px;
  }
}

.contact__input,
.contact__select,
.contact__textarea {
  width: 100%;
  height: 55px;
  background-color: #f1f4fa !important;
  padding: 5px 18px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #000;
}

@media screen and (max-width: 767px) {

  .contact__input,
  .contact__select,
  .contact__textarea {
    height: 50px;
    font-size: 13px;
  }
}

.contact__input--small,
.contact__select--small,
.contact__textarea--small {
  width: 136px;
}

@media screen and (max-width: 767px) {

  .contact__input--small,
  .contact__select--small,
  .contact__textarea--small {
    width: 140px;
  }
}

.contact__input::-webkit-input-placeholder,
.contact__select::-webkit-input-placeholder,
.contact__textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #a2a4ac;
}

.contact__input:-ms-input-placeholder,
.contact__select:-ms-input-placeholder,
.contact__textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #a2a4ac;
}

.contact__input::-ms-input-placeholder,
.contact__select::-ms-input-placeholder,
.contact__textarea::-ms-input-placeholder {
  font-size: 15px;
  color: #a2a4ac;
}

.contact__input::placeholder,
.contact__select::placeholder,
.contact__textarea::placeholder {
  font-size: 15px;
  color: #a2a4ac;
}

.contact__input-label {
  font-size: 15px;
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  .contact__input-label {
    font-size: 14px;
    margin-left: 12.5px;
  }
}

.contact__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/src/img/icon-caret.svg") no-repeat;
  background-size: 8px;
  background-position: right 16px center;
  margin: 20px 0;
  color: #000;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .contact__select {
    padding: 5px 0 5px 18px;
    background: none;
  }
}

.contact__select option {
  color: #a2a4ac;
}

.contact__textarea {
  height: 175px;
  resize: none;
  padding: 10px 18px;
}

.contact__textarea-label {
  font-size: 13px;
  color: #333;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact__textarea-label {
    font-size: 12px;
    margin-top: 10.56px;
  }
}

.contact__privacy {
  width: 980px;
  height: 240px;
  background-color: #f1f4fa;
  margin-top: 60px;
  padding: 15px 12px 15px 25px;
}

@media screen and (max-width: 767px) {
  .contact__privacy {
    width: 100%;
    height: 160px;
    padding: 15px 10px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contact__privacy {
    width: 100%;
  }
}

.contact__privacy-content {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding-right: 45px;
}

@media screen and (max-width: 767px) {
  .contact__privacy-content {
    padding-right: 15px;
  }
}

.contact__privacy-content::-webkit-scrollbar {
  width: 6px;
  margin: 15px 12px 15px 0;
}

@media screen and (max-width: 767px) {
  .contact__privacy-content::-webkit-scrollbar {
    width: 4px;
  }
}

.contact__privacy-content::-webkit-scrollbar-track {
  background: #f1f4fa;
}

.contact__privacy-content::-webkit-scrollbar-thumb {
  background: #a2a4ac;
}

.contact__privacy-content p {
  color: #a2a4ac;
}

@media screen and (max-width: 767px) {
  .contact__privacy-content p {
    font-size: 12px;
  }
}

.contact__privacy-content p.bold {
  font-weight: 700;
}

.contact__privacy-content ul>li {
  position: relative;
  padding-left: 20px;
  color: #a2a4ac;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .contact__privacy-content ul>li {
    font-size: 12px;
  }
}

.contact__privacy-content ul>li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #a2a4ac;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact__checkbox-wrap {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact__checkbox-wrap {
    margin-top: 22.5px;
  }
}

.contact__checkbox {
  position: absolute;
  opacity: 0;
  width: 25px;
  height: 25px;
}

.contact__checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .contact__checkbox+label {
    font-size: 15px;
  }
}

.contact__checkbox+label::before {
  content: "";
  margin: -1px 15px 0 0;
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  background-color: #f1f4fa;
}

.contact__checkbox:checked+label::before {
  background-color: #f1f4fa;
}

.contact__checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.contact__checkbox:disabled+label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.contact__checkbox:checked+label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 16px;
  height: 12px;
  background: url("/src/img/icon-check.svg") no-repeat;
  background-size: contain;
}

.contact__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .contact__button-wrapper {
    margin-top: 50px;
  }
}

.contact__button {
  width: 320px;
  height: 64px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#ef0a6a),
      to(#b6359c));
  background: -o-linear-gradient(left, #ef0a6a 0%, #b6359c 100%);
  background: linear-gradient(90deg, #ef0a6a 0%, #b6359c 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .contact__button {
    max-width: 640px;
    width: 100%;
    height: 58px;
    margin: 0 10px;
  }
}

.contact__button span {
  font-size: 18px;
  letter-spacing: 0.3em;
}

.contact__button:hover {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#b6359c),
      to(#ef0a6a));
  background: -o-linear-gradient(left, #b6359c 0%, #ef0a6a 100%);
  background: linear-gradient(90deg, #b6359c 0%, #ef0a6a 100%);
}

.contact__button:hover span {
  font-weight: 700;
}

.contact .success-text {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .success-text {
    font-size: 20px;
    line-height: 30px;
  }
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+span,
[type="radio"]:not(:checked)+span {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 16px;
  color: #333;
}

[type="radio"]:checked+span::before,
[type="radio"]:not(:checked)+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid #39251a;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+span::after,
[type="radio"]:not(:checked)+span::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #39251a;
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 4.5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+span::after {
  opacity: 0;
}

[type="radio"]:checked+span::after {
  opacity: 1;
}

.artist__container {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 60px auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .artist__container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .artist__container {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) {
  .artist__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 30px auto 65px;
  }
}

.artist__side-profile {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .artist__side-profile {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .artist__side-profile {
    width: 30%;
  }
}

.artist__profile-details {
  width: 610px;
}

@media screen and (max-width: 767px) {
  .artist__profile-details {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .artist__profile-details {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .artist__image {
    text-align: center;
    margin-bottom: 25px;
  }
}

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

@media screen and (max-width: 767px) {
  .artist__image img {
    width: 80%;
  }
}

.artist__sns-list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .artist__sns-list {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    padding: 20px 0 25px;
  }
}

.artist__sns-item:not(:last-child) {
  margin-bottom: 13px;
}

.artist__sns-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.artist__sns-link:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.artist__sns-link img {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .artist__sns-link img {
    margin-right: 12.5px;
  }
}

.artist__sns-link span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .artist__sns-link span {
    font-size: 13px;
  }
}

.artist__heading {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .artist__heading {
    padding: 15px 0;
    margin-bottom: 10px;
  }
}

.artist__heading h3 {
  font-weight: 400;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .artist__heading h3 {
    font-size: 23px;
  }
}

.artist__subheading {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .artist__subheading {
    margin-bottom: 20px;
  }
}

.artist__subheading p {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .artist__subheading p {
    font-size: 14px;
  }
}

.artist__wrapper:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .artist__wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}

.artist__wrapper-title {
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .artist__wrapper-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.artist__wrapper-content.margin {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .artist__wrapper-content.margin {
    margin-left: 15px;
  }
}

.artist__wrapper-content p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .artist__wrapper-content p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.footer {
  width: 100%;
  background-color: #000;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .footer--fixed {
    position: fixed;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .footer--fixed {
    position: fixed;
    left: 0;
    bottom: 0;
  }
}

.footer__container {
  padding: 45px 0 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__container {
    padding: 95px 20px 55px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .footer__container {
    padding: 80px 3% 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer__container--contact {
    padding: 40px 20px;
  }
}

.footer__content p,
.footer__copyright p {
  color: #fff;
}

.footer__link {
  width: 320px;
  height: 64px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#ef0a6a),
      to(#b6359c));
  background: -o-linear-gradient(left, #ef0a6a 0%, #b6359c 100%);
  background: linear-gradient(90deg, #ef0a6a 0%, #b6359c 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin: 20px auto 50px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (max-width: 767px) {
  .footer__link {
    width: 100%;
    height: 60px;
    margin: 20px auto 75px;
    font-size: 18px;
  }
}

.footer__link:hover {
  font-weight: 700;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#b6359c),
      to(#ef0a6a));
  background: -o-linear-gradient(left, #b6359c 0%, #ef0a6a 100%);
  background: linear-gradient(90deg, #b6359c 0%, #ef0a6a 100%);
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #0b1e5a;
}

.primary-bg {
  background: #0b1e5a;
}

.notice210811 {
  text-align: center;
  margin-top: 60px;
}

.notice210811 a:hover {
  text-decoration: underline;
}

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

/*artistページ お知らせ追加*/
.artist-news{text-align: center; margin-top: 60px;}
