.site-wrap {
  clear: both;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 999px) {
  .site-wrap {
    margin: 66px 0 0 0;
  }
}

header.pc-head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 7px 70px 7px 5px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #ffffff;
}
@media screen and (max-width: 999px) {
  header.pc-head {
    display: none;
  }
}
header.pc-head .logo-block {
  width: 74px;
}
header.pc-head .logo-block h1 a img {
  width: 100%;
}
header.pc-head .global-navi {
  width: calc(100% - 180px);
}
header.pc-head .global-navi .nav-global ul {
  display: flex;
  align-items: center;
}
header.pc-head .global-navi .nav-global ul li {
  margin-left: 65px;
}
header.pc-head .global-navi .nav-global ul li a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  font-family: "Girassol", cursive;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc-head .global-navi .nav-global ul li a:hover {
  opacity: 0.7;
}
header.pc-head .lang-swicher {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
header.pc-head .lang-swicher a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Girassol", cursive;
  text-decoration: none;
  background: #bebebe;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc-head .lang-swicher a:hover {
  opacity: 0.7;
}

header.pc-head .head-sns {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1;
}

header.pc-head .head-sns ul {
  display: flex;
}
header.pc-head .head-sns ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  opacity: 0.3;
  border-left: 1px solid #bebebe;
  width: 59px;
  height: 60px;
}
header.pc-head .head-sns ul li a:hover {
  opacity: 0.1;
}

.site-head-sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .site-head-sp {
    display: none;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #ffffff;
}
.site-head-sp .header-innner-sp .site-logo-sp {
  width: calc(100% - 60px);
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  height: 45px;
  width: auto;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 50px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 16px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(65, 181, 71, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.site-head-sp .site-nav-sp .language {
  display: block;
  padding-top: 30px;
}
.site-head-sp .site-nav-sp .language ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-head-sp .site-nav-sp .language ul li {
  margin-left: 10px;
}
.site-head-sp .site-nav-sp .language ul li:first-of-type {
  margin-left: 0;
}
.site-head-sp .site-nav-sp .language ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .head-sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.site-head-sp .head-sns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 38px;
  box-sizing: border-box;
  transition: .3s ease;
}

.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-weight: 200;
  color: #ffffff;
  padding: 20px;
  font-family: "Girassol", cursive;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 14px;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.content-block {
  position: relative;
  padding: 70px 85px;
  border-top: 1px solid #41b547;
}
@media screen and (max-width: 768px) {
  .content-block {
    padding: 70px 40px;
  }
}
.content-block .title-block {
  position: absolute;
  right: 15px;
  top: 75px;
  z-index: 2;
  writing-mode: vertical-rl;
}
.content-block .title-block.reverse {
  left: 15px;
  right: auto;
}
.content-block .title-block h2 {
  font-size: 60px;
  color: #41b547;
  line-height: 1;
  font-family: "Girassol", cursive;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .content-block .title-block h2 {
    font-size: 20px;
  }
}
.content-block .inner-block {
  max-width: 1000px;
  margin: 0 auto;
}

.site-contents__dir2 {
  position: relative;
  padding: 70px 70px;
  border-top: 1px solid #41b547;
}
@media screen and (max-width: 768px) {
  .site-contents__dir2 {
    padding: 70px 40px;
  }
}
.site-contents__dir2 .title-block {
  position: absolute;
  right: 15px;
  top: 70px;
  z-index: 2;
  writing-mode: vertical-rl;
}
.site-contents__dir2 .title-block.reverse {
  left: 15px;
  right: auto;
}
.site-contents__dir2 .title-block h2 {
  font-size: 40px;
  color: #41b547;
  line-height: 1;
  font-family: "Girassol", cursive;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .site-contents__dir2 .title-block h2 {
    font-size: 20px;
  }
}
.site-contents__dir2 > .inner-block {
  max-width: 1000px;
  margin: 0 auto;
}

footer.site-foot {
  padding: 15px 10px;
  background: #41b547;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
}
footer.site-foot p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}
footer.site-foot p span{
    font-size: 18px;
    font-weight: bold;
}

.foot-nav {
  color: white;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  padding: 0.5em 0 1.5em 0;
}
.foot-nav li::after {
  content: '/';
  opacity: .7;
  padding: 0 1em;
}
.foot-nav li:last-of-type::after {
  content: none;
  padding: 0;
}
.foot-nav a {
  color: white;
  font-size: 12px;
  transition: .3s;
}
.foot-nav a:hover {
  opacity: .7;
}

.top-slide-block .item {
  line-height: 1;
  font-size: 0px;
}
.top-slide-block .item img {
  width: 100%;
}

.slick-prev {
  z-index: 99 !important;
  left: 25px !important;
}

.slick-next {
  z-index: 99 !important;
  right: 25px !important;
}

.artist-block .artist__set.first-content {
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-bottom: 1px dashed #999999;
}
.artist-block .artist__set .sub-title {
  text-align: center;
  line-height: 1.5;
  color: #41b547;
  font-size: 30px;
  font-family: "Girassol", cursive;
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .artist-block .artist__set .sub-title {
    font-size: 20px;
  }
}
.artist-block .artist__set .sub-title h3 {
  font-weight: normal;
}
.artist-block .artist__set .artist-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -47.5px;
}
.artist-block .artist__set.first-content {
  padding-bottom: 25px;
  margin-bottom: 35px;
}
.artist-block .artist__set .artist-list .row {
  margin: 0 47.5px;
  width: 160px;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .artist-block .artist__set .artist-list .row {
    width: 50%;
    padding: 10px;
  }
}
.artist-block .artist__set .artist-list .row .thumb {
  margin-bottom: 10px;
}
.artist-block .artist__set .artist-list .row .thumb a {
  position: relative;
  display: block;
  overflow: hidden;
}
.artist-block .artist__set .artist-list .row .thumb a::after {
  content: "+";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artist-block .artist__set .artist-list .row .thumb a:hover::after {
  opacity: 1;
}
.artist-block .artist__set .artist-list .row .thumb a:hover > img {
  transform: scale(1.2);
}
.artist-block .artist__set .artist-list .row .thumb a > img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artist-block .artist__set .artist-list .row .name {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.artist-block .artist__set .artist-list .row .name p.jp {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .artist-block .artist__set .artist-list .row .name p.jp {
    font-size: 18px;
  }
}
.artist-block .artist__set .artist-list .row .name p.en {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .artist-block .artist__set .artist-list .row .name p.en {
    font-size: 14px;
  }
}
.artist-block .artist__set .artist-list .row .status {
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  color: #41b547;
}
@media screen and (max-width: 999px) {
  .artist-block .artist__set .artist-list .row .status {
    font-size: 12px;
  }
}
.news-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.news-block .news-postlist {
  width: 50%;
}
.news-block .news-postlist article.post-single {
  padding: 25px 0;
  border-bottom: 1px dotted #999999;
  line-height: 1.5;
}
.news-block .news-postlist article.post-single header.post-head {
  margin-bottom: 18px;
}
.news-block .news-postlist article.post-single header.post-head time {
  display: block;
  font-size: 14px;
  color: #41b547;
  margin-bottom: 5px;
}
.news-block .news-archive-link {
  margin: 1em 0;
  text-align: center;
}
.news-block .news-sns {
  line-height: 1.5;
  text-align: center;
}
.news-block .news-sns .news-sns__list {
  display: flex;
  justify-content: center;
  margin: 30px 0 50px 0;
}
.news-block .news-sns .news-sns__list > li {
  margin: 0 10px;
}
.news-block .news-sns .news-sns__list > li > a {
  transition: .3s;
}
.news-block .news-sns .news-sns__list > li > a:hover {
  opacity: .7;
}
.news-block .timeline {
    width: 50%;
}
@media screen and (max-width: 999px) {
  .news-block .news-postlist article.post-single header.post-head time {
    font-size: 12px;
  }
}
.news-block .news-postlist article.post-single header.post-head img {
  width: 50px;
 float: left;
}
.news-block .news-postlist article.post-single header.post-head h4 {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .news-block .news-postlist article.post-single header.post-head h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .news-block .news-postlist article.post-single .post-content {
    font-size: 14px;
  }
  .news-block .news-postlist {
    width: 100%;
  }
  .news-block .timeline {
    margin-top: 30px;
      width: 100%;
  }
}

.audition-block {
  background: #41b547;
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .audition-block {
    padding: 10px;
  }
}
.audition-block .sub-title {
  line-height: 1.5;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .audition-block .sub-title {
    font-size: 18px;
  }
}
.audition-block .read-text {
  margin-bottom: 25px;
}
.audition-block .read-text p {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .audition-block .read-text p {
    font-size: 14px;
  }
}
.audition-block .apply-theme {
  padding: 30px 20px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .audition-block .apply-theme {
    padding: 20px 10px;
  }
}
.audition-block .apply-theme > h4 {
  line-height: 1.5;
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .audition-block .apply-theme > h4 {
    font-size: 18px;
  }
}
.audition-block .apply-theme dl {
  display: block;
  margin-bottom: 45px;
  line-height: 1.5;
}
.audition-block .apply-theme dl dt {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #41b547;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .audition-block .apply-theme dl dt {
    font-size: 16px;
  }
}
.audition-block .apply-theme dl dt span {
  color: #41b547;
}
.audition-block .apply-theme dl dd {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .audition-block .apply-theme dl dd {
    font-size: 14px;
  }
}
.audition-block .apply-theme .btn-block {
  text-align: center;
}
.audition-block .apply-theme .btn-block a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  line-height: 1.5;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .audition-block .apply-theme .btn-block a {
    font-size: 16px;
  }
}
.audition-block .apply-theme .btn-block a:hover {
  opacity: 0.7;
}

.contact-block .sub-title h3 {
  line-height: 1.5;
  font-size: 25px;
  margin-bottom: 35px;
  text-align: center;
  color: #41b547;
}
@media screen and (max-width: 999px) {
  .contact-block .sub-title h3 {
    font-size: 20px;
  }
}
.contact-block .read-text {
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.contact-block .read-text > h4 {
  margin-bottom: 25px;
  text-align: center;
  color: #41b547;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .contact-block .read-text > h4 {
    font-size: 18px;
  }
}
.contact-block .read-text a {
  color: #333333;
}
.contact-block .read-text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .contact-block .read-text {
    font-size: 14px;
  }
}
.contact-block .attention-block {
  border: 3px solid #cccccc;
  margin-bottom: 40px;
  padding: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .contact-block .attention-block {
    font-size: 14px;
  }
}
.contact-block .attention-block > h4 {
  margin-bottom: 25px;
  text-align: center;
  color: #41b547;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .contact-block .attention-block > h4 {
    font-size: 18px;
  }
}
.contact-block .attention-block dl {
  display: block;
  margin-bottom: 20px;
}
.contact-block .attention-block dl dt {
  display: block;
  font-weight: bold;
}
.contact-block .attention-block dl dd {
  display: block;
}
.contact-block .attention-block dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.contact-block .btn-block {
  text-align: center;
}
.contact-block .btn-block a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  line-height: 1.5;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .contact-block .btn-block a {
    font-size: 16px;
  }
}
.contact-block .btn-block a:hover {
  opacity: 0.7;
}
.contact-block .contact-form-block {
  background: #eeeeee;
  line-height: 1.5;
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact-block .contact-form-block {
    padding: 20px;
  }
}
.contact-block .contact-form-block .form-block {
  margin: 0 0 25px;
}
.contact-block .contact-form-block .form-block fieldset.form-term {
  display: block;
  margin: 0 0 35px;
}
.contact-block .contact-form-block .form-block fieldset.form-term legend {
  display: none;
}
.contact-block .contact-form-block .form-block fieldset.form-term p.term-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 999px) {
  .contact-block .contact-form-block .form-block fieldset.form-term p.term-title {
    font-size: 16px;
  }
}
.contact-block .contact-form-block .form-block fieldset.form-term p.term-title span.must-input {
  color: #cf0606;
}
.contact-block .contact-form-block .form-block fieldset.form-term .term-input {
  clear: both;
}
.contact-block .contact-form-block .form-block fieldset.form-term .term-input input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
}
.contact-block .contact-form-block .form-block fieldset.form-term .term-input textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 250px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
}
.contact-block .contact-form-block .form-block fieldset.form-term .term-input select {
  appearance: none;
  -webkit-appearance: none;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
}
.contact-block .contact-form-block .form-block fieldset.form-term .term-input:nth-of-type(n+2) {
  margin-top: 15px;
}
.contact-block .contact-form-block .form-btnlist {
  clear: both;
  text-align: center;
  margin: 0 0 20px;
}
.contact-block .contact-form-block .form-btnlist .btn-submit {
  display: block;
}
.contact-block .contact-form-block .form-btnlist .btn-submit input[type='submit'] {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  padding: 20px 50px;
  margin: 0 15px;
  background: #000000;
  color: #fefefe;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact-block .contact-form-block .form-btnlist .btn-submit input[type='submit'] {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 10px 0;
  }
}
.contact-block .contact-form-block .form-btnlist .btn-submit input[type='submit']:hover {
  opacity: 0.7;
}
.contact-block .contact-form-block .form-btnlist .btn-submit input[type='button'] {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  padding: 20px 50px;
  margin: 0 15px;
  background: #999999;
  color: #fefefe;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-block .contact-form-block .form-btnlist .btn-submit input[type='button']:hover {
  opacity: 0.7;
}

.artists-contents__wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .artists-contents__wrap {
    display: block;
  }
}
.artists-contents__wrap .artist-photo {
  width: 50%;
  line-height: 1;
  font-size: 0px;
}
@media screen and (max-width: 768px) {
  .artists-contents__wrap .artist-photo {
    width: 100%;
  }
}
.artists-contents__wrap .artist-photo .main-visual img {
  width: 100%;
}
.artists-contents__wrap .artist-photo .main-visual.main-visual-sml {
  text-align: center;
}
.artists-contents__wrap .artist-photo .main-visual.main-visual-sml img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .artists-contents__wrap .artist-photo .main-visual.main-visual-sml img {
    width: 100%;
  }
}
.artists-contents__wrap .artist-photo .thumb ul {
  display: flex;
  flex-wrap: wrap;
}
.artists-contents__wrap .artist-photo .thumb ul li {
  width: calc(100% /3);
}
@media screen and (max-width: 768px) {
  .artists-contents__wrap .artist-photo .thumb ul li {
    width: 50%;
  }
}
.artists-contents__wrap .artist-photo .thumb ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artists-contents__wrap .artist-photo .thumb ul li a:hover {
  opacity: 0.7;
}
.artists-contents__wrap .artist-photo .thumb ul li a img {
  width: 100%;
}
.artists-contents__wrap .artist-content {
  width: 50%;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .artists-contents__wrap .artist-content {
    width: 100%;
    padding: 25px 0 0 0;
  }
}
.artists-contents__wrap .artist-content .a-name {
  line-height: 1.5;
  margin-bottom: 50px;
}
.artists-contents__wrap .artist-content .a-name h4 {
  font-size: 50px;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .a-name h4 {
    font-size: 25px;
  }
}
.artists-contents__wrap .artist-content .a-name p {
  font-size: 20px;
}
.artists-contents__wrap .artist-content .a-name p a:hover{
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .a-name p {
    font-size: 16px;
  }
}
.artists-contents__wrap .artist-content .profile {
  line-height: 1.5;
  margin-bottom: 40px;
}
.artists-contents__wrap .artist-content .profile > h5 {
  font-size: 25px;
  color: #41b547;
  margin-bottom: 15px;
  font-family: "Girassol", cursive;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .profile > h5 {
    font-size: 20px;
  }
}
.artists-contents__wrap .artist-content .profile > p {
  margin-bottom: 0.5em;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .profile > p {
    font-size: 14px;
  }
}
.artists-contents__wrap .artist-content .a-sns {
  line-height: 1.5;
  margin-bottom: 40px;
}
.artists-contents__wrap .artist-content .a-sns p {
  margin-bottom: 1em;
}
.artists-contents__wrap .artist-content .a-sns p a {
  display: flex;
  align-items: center;
  color: #333333;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .a-sns p a {
    font-size: 14px;
  }
}
.artists-contents__wrap .artist-content .a-sns p a:hover {
  text-decoration: none;
}
.artists-contents__wrap .artist-content .a-sns p a span.text {
  margin-left: 10px;
}
.artists-contents__wrap .artist-content .a-youtube {
  line-height: 1.5;
  margin-bottom: 40px;
}
.artists-contents__wrap .artist-content .a-youtube > h5 {
  font-size: 25px;
  color: #41b547;
  margin-bottom: 15px;
  font-family: "Girassol", cursive;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .a-youtube > h5 {
    font-size: 20px;
  }
}
.artists-contents__wrap .artist-content .a-youtube .movie-block ~ .movie-block {
  margin-top: 15px;
}
.artists-contents__wrap .artist-content .a-youtube .movie-block .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.artists-contents__wrap .artist-content .a-youtube .movie-block .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.artists-contents__wrap .artist-content .a-youtube .movie-block .inner video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.artists-contents__wrap .artist-content .a-voice {
  line-height: 1.5;
  margin-bottom: 40px;
}
.artists-contents__wrap .artist-content .a-voice > h5 {
  font-size: 25px;
  color: #41b547;
  margin-bottom: 15px;
  font-family: "Girassol", cursive;
}
.artists-contents__wrap .artist-content .a-voice .voice p{
    line-height: 2;
    font-size: 16px;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .a-voice > h5 {
    font-size: 20px;
  }
}
.artists-contents__wrap .artist-content .a-biography {
  line-height: 1.5;
  margin-bottom: 40px;
}
.artists-contents__wrap .artist-content .a-biography > h5 {
  font-size: 25px;
  color: #41b547;
  margin-bottom: 15px;
  font-family: "Girassol", cursive;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .a-biography > h5 {
    font-size: 20px;
  }
}
.artists-contents__wrap .artist-content .a-biography .category__set {
  margin-bottom: 25px;
}
.artists-contents__wrap .artist-content .a-biography .category__set > h6 {
  font-size: 20px;
  padding: 5px 35px 5px 10px;
  background: #ededed;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .a-biography .category__set > h6 {
    font-size: 18px;
  }
}
.artists-contents__wrap .artist-content .a-biography .category__set > h6:hover {
  opacity: 0.7;
}
.artists-contents__wrap .artist-content .a-biography .category__set > h6::after {
  content: "+";
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artists-contents__wrap .artist-content .a-biography .category__set > h6.active::after {
  transform: rotate(45deg);
}
.artists-contents__wrap .artist-content .a-biography .category__set .cat-contents {
  padding: 20px 0 0 0;
  line-height: 1.5;
  font-size: 16px;
  display: none;
}
@media screen and (max-width: 999px) {
  .artists-contents__wrap .artist-content .a-biography .category__set .cat-contents {
    font-size: 14px;
  }
}
.artists-contents__wrap .artist-content .a-biography .category__set .cat-contents dl {
  display: block;
  margin-top: 0.5em;
}
.artists-contents__wrap .artist-content .a-biography .category__set .cat-contents dl dt {
  display: block;
  font-weight: 500;
}
.artists-contents__wrap .artist-content .a-biography .category__set .cat-contents dl dd {
  display: block;
}


.law-list {
  border-top: 1px dotted #999999;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.law-list dt {
  border-bottom: 1px dotted #999999;
  font-weight: 600;
  padding: 1em 0;
  width: 220px;
}
.law-list dd {
  border-bottom: 1px dotted #999999;
  padding: 1em 0;
  width: calc(100% - 220px);
}

.category__set ul li span.red {
	color: #cf0606;
}
@media screen and (max-width: 768px) {
  .law-list {
    display: block;
  }
  .law-list dt {
    border-bottom: none;
    padding: 1em 0 0 0;
    width: 100%;
  }
  .law-list dd {
    width: 100%;
  }
}

.privacy-block {
  line-height: 1.5;
}
.privacy-block p,
.privacy-block ol {
  margin-bottom: 15px;
}

.contents-title {
  color: #41b547;
  font-size: 24px;
  margin-bottom: 2em;
}
.contents-sub-title {
  font-size: 20px;
  margin-bottom: .5em;
  margin-top: 1em;
}

.list-disc {
  margin-left: 20px;
}
.list-disc li {
  list-style: disc;
}
.list-decimal-par {
  margin-left: 2em;
}
.list-decimal-par li {
	list-style-type:none;
	list-style-position:outside;
	counter-increment: cnt;
}
.list-decimal-par li:before {
	display: inline-block;
	margin-left: -2em;
	width: 2em;
	content: "(" counter(cnt) ")";
}


@media screen and (max-width: 768px) {
  .pc-view {
    display: none;
  }
	}
@media screen and (min-width:769px) {
  .sp-view {
    display: none;
  }
	}
/*# sourceMappingURL=style.css.map */

.word-break { word-break: break-all; word-wrap: break-word; }
.txt-center { text-align: center; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.f-bold { font-weight: 600; }