@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Sans+JP:wght@700;900&display=swap");
:target:before {
  content: "";
  display: block;
  height: 90px; /* ヘッダの高さ = 50px */
  margin: -90px 0 0; /* ヘッダの高さ = 50px */
}

/*-------------------------
汎用css
---------------------------*/
/* width */
.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w25-50 {
  width: 25%;
}

@media screen and (max-width: 750px) {
  .w25-50 {
    width: 50%;
  }
}
.w33 {
  width: 33.33%;
}

.w33-100 {
  width: 33.33%;
}

@media screen and (max-width: 750px) {
  .w33-100 {
    width: 100%;
  }
}
.w50-100 {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .w50-100 {
    width: 100%;
  }
}
.w100 {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .w100 {
    margin-top: 0px;
  }
}

.w140 {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

/* flex box */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex a,
.flex img {
  display: block;
  width: 100%;
}

.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fm1 {
  border: 1px solid #fff;
}

.fm3-40 {
  margin: 0 0 -3px -3px;
}

.fm3-40 > * {
  padding: 0 0 3px 3px;
}

@media screen and (max-width: 750px) {
  .fm3-40 {
    margin: 0 0 -40px -3px;
  }
  .fm3-40 > * {
    padding: 0 0 40px 3px;
  }
}
.fm20 {
  margin: 0 0 -20px -20px;
}

.fm20 > * {
  padding: 0 0 20px 20px;
}

.fm30 {
  margin: 0 0 -30px -30px;
}

.fm30 > * {
  padding: 0 0 30px 30px;
}

.fm50 {
  margin: 0 0 -50px -50px;
}

.fm50 > * {
  padding: 0 0 50px 50px;
}

/* background */
.bg01 {
  background-color: #fff;
}

/* template01 */
.tmp01 li {
  position: relative;
}

.tmp01 > ul > li > a,
.tmp01 > ul > li > span {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 336px;
  height: 56px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/btn_checkhere.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  align-items: center;
  padding-left: 30px;
  padding-top: 0.1em;
  color: #000;
  font-size: 40px;
  font-family: "Archivo Black", sans-serif;
  line-height: 1em;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul > li > a,
.tmp01 > ul > li > span {
    max-width: 214px;
    font-size: 20px;
  }
}

.tmp01 > ul > li > div.btn_artistname {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  bottom: 30px;
  left: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 336px;
  height: 56px;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul > li > div.btn_artistname {
    bottom: 25%;
    width: 80%;
  }
}
.tmp01 > ul > li > div.btn_artistname img {
  width: 100%;
}
.tmp01 > ul > li > div.btn_artistname span {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  font-size: 28px;
  font-family: "Archivo Black", sans-serif;
  line-height: 0em;
  padding-left: 10%;
  color: #000;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-top: 0em;
}

.tmp01 > ul.artist_index {
  width: 100%;
}
.tmp01 > ul.artist_index > li {
  cursor: pointer;
  border: 1px solid #fff;
  padding: 0;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul.artist_index > li {
    height: auto;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
.tmp01 > ul.artist_index > li h5.btn_artistname {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  bottom: 5%;
  left: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 48px;
  position: absolute;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Anton", sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul.artist_index > li h5.btn_artistname {
    bottom: 10%;
    width: 80%;
    height: 40px;
  }
}
.tmp01 > ul.artist_index > li h5.btn_artistname span {
  color: #000;
  width: 100%;
  text-align: center;
  line-height: 1em;
  font-size: 18px;
  letter-spacing: 0.075em;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul.artist_index > li h5.btn_artistname span {
    font-size: 3.5vw;
  }
}
.tmp01 > ul.artist_index > li h5.btn_artistname span em {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul.artist_index > li h5.btn_artistname span em {
    font-size: 10px;
  }
}
.tmp01 > ul.artist_index > li h5.btn_artistname span:hover {
  opacity: 1;
}
.tmp01 > ul.artist_index > li h5.btn_artistname.jpfont span {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul.artist_index > li h5.btn_artistname.jpfont span {
    font-size: 2.8vw;
  }
}
.tmp01 > ul.artist_index > li img {
  max-width: 100%;
}
.tmp01 > ul.artist_index > li.artist {
  width: 238px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul.artist_index > li.artist {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  .tmp01 > ul.artist_index > li.child2n {
    margin-right: 0px;
  }
}
.tmp01 > ul.artist_index > li.child4n {
  margin-right: 0px;
}
.tmp01 > ul.artist_index > li.w100 {
  width: 100%;
  margin-right: 0;
  border: none;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul.artist_index > li.w100 {
    margin-top: 1px;
  }
}
.tmp01 > ul.artist_index .box2 {
  padding-bottom: 0px;
}
.tmp01 > ul.artist_index .box2 > section .text p em {
  font-size: 22px;
  display: block;
}
.tmp01 > ul.artist_index .box2 > section .text p.jpfont.kpp {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
}
.tmp01 > ul.artist_index .box2 > section img {
  vertical-align: bottom;
}
.tmp01 > ul.artist_index > * {
  padding: 0 0 3px 3px;
}
@media screen and (max-width: 750px) {
  .tmp01 > ul.artist_index > * {
    padding: 0 0 2px 3px;
  }
}
.tmp01 .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.tmp01 span:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .tmp01 .fm3-40 > li > a,
.tmp01 .fm3-40 > li > span {
    bottom: 50px;
  }
}
/* template02 */
.tmp02 li {
  position: relative;
}

.tmp02 > ul > li > a,
.tmp02 > ul > li > span {
  display: block;
  width: 214px;
  height: 50px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/artist/artistname_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #000;
  font-family: "Arial Black", Gadget, "sans-serif";
  line-height: 1em;
}
@media screen and (max-width: 750px) {
  .tmp02 > ul > li > a,
.tmp02 > ul > li > span {
    max-width: 214px;
  }
}

.tmp02 span:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .tmp02 .fm3-40 > li > a,
.tmp02 .fm3-40 > li > span {
    bottom: 20%;
  }
}
/* template03 */
/* template04 */
.tmp04 a {
  max-width: 300px;
  margin: 0 0 0 auto;
}

/* template05 */
.tmp05 {
  background-color: #fff;
  color: #000;
  padding: 50px;
}

@media screen and (max-width: 750px) {
  .tmp05 {
    padding: 20px;
  }
}
.tmp05 {
  text-align: justify;
}

.tmp05 p + p {
  margin-top: 1em;
}

/* template06 */
.tmp06 section {
  background-color: #fff;
  color: #000;
  padding: 40px 20px;
}

.tmp06 h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 4em;
  border-bottom: 1px solid #000;
}

.tmp06 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.tmp06 li + li {
  margin-top: 4em;
}

/* template07 */
.tmp07 dt {
  font-size: 160%;
  font-weight: bold;
}

.tmp07 dd {
  margin-top: 1em;
}

.tmp07 dt + dd {
  font-weight: bold;
}

/* template08 */
.tmp08 {
  background-color: #fff;
  color: #fff;
  padding: 40px 20px;
  overflow-x: hidden;
  max-width: 100%;
}

.tmp08 dt {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

.tmp08 dd {
  max-width: 630px;
  margin: 40px auto 0;
}

@media screen and (max-width: 750px) {
  .tmp08 dd {
    max-width: 300px;
  }
}
.tmp09 {
  background-color: #fff;
  overflow-x: hidden;
  max-width: 100%;
}

/* template10 */
.tmp10 {
  margin-top: 5em;
}

.tmp10 dt {
  font-style: italic;
  font-size: 110%;
  padding-left: 100px;
  position: relative;
}

.tmp10 dt:before {
  content: "";
  background-image: url(../img/english/ico_ttl02.svg);
  width: 57px;
  height: 0;
  padding-top: 59px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 75%;
}

/* template11 */
.tmp11 {
  font-style: italic;
  line-height: 1.9;
}

.tmp11 > dt {
  font-size: 130%;
  font-weight: bold;
  padding: 0.5em 0 0.5em 80px;
  margin: 5em 0 3em;
  position: relative;
  padding-left: 100px;
}

.tmp11 > dt:before {
  content: "";
  background-image: url(../img/english/ico_ttl02.svg);
  width: 57px;
  height: 0;
  padding-top: 59px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 75%;
}

.tmp11 dd dl {
  padding-left: 80px;
  padding-left: 100px;
}

@media screen and (max-width: 750px) {
  .tmp11 dd dl {
    padding: 0;
  }
}
.tmp11 dd dt {
  font-size: 110%;
}

.tmp11 dd dd {
  font-size: 80%;
}

.tmp11 dd dd + dt {
  margin-top: 2em;
}

/* template12 */
.tmp12 {
  font-style: italic;
  font-size: 90%;
  padding-left: 100px;
  margin-top: 3em;
}

@media screen and (max-width: 750px) {
  .tmp12 {
    padding: 0;
  }
}
.tmp12 p + p {
  margin-top: 1em;
}

/* template13 */
.tmp13 li {
  position: relative;
}

.tmp13 li.travelpackage {
  width: 100%;
}
.tmp13 li.travelpackage a {
  max-width: 403px;
}
@media screen and (max-width: 750px) {
  .tmp13 li.travelpackage a {
    width: 278px;
    max-width: inherit;
  }
}
.tmp13 > li > a,
.tmp13 > li > span {
  display: block;
  max-width: 278px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tmp13 span:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .tmp13 .fm3-40 > li > a,
.tmp13 .fm3-40 > li > span {
    bottom: 20%;
  }
}
/* text-c */
.text-c {
  text-align: center;
}

/* view */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* anchor */
.anchor01,
.anchor01 img {
  display: block;
  width: 100%;
  height: auto;
}

.anchor01 {
  max-width: 278px;
  margin: 50px auto;
}

/* image */
.img-c {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* movie */
.movie1 {
  display: block;
  width: 100%;
  height: auto;
}

.map iframe {
  display: block;
  width: 100%;
}

.close {
  display: block !important;
  width: 36px !important;
  height: auto;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .close {
    width: 29px !important;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .w100 {
    margin-top: -37px;
  }
  .home .w100 {
    margin-top: 0px;
  }
  .box2 > div > img:first-child {
    display: block;
    width: 100%;
  }
  .box2 > div > div {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .box2 > div > div {
    width: 70%;
    margin: 0 15%;
  }
}
@media screen and (max-width: 750px) {
  .box2 ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .box2 ul li img {
    width: 16px;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .box2 ul.fm20 {
    padding: 0 0;
    margin: 0 0 -20px 0px;
  }
}
@media screen and (max-width: 750px) {
  .box2 ul.fm20 > * {
    padding: 0 0 20px 0px;
  }
}
@media screen and (max-width: 750px) {
  .box2 p {
    text-align: center;
  }
}
/* margin */
.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt55px {
  margin-top: 55px !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mt7 {
  margin-top: 7em !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt200 {
  margin-top: 200px !important;
}

/* inView */
.setView > * {
  opacity: 0;
  -webkit-transition: opacity 1s, transform 1s cubic-bezier(0.57, 1.8, 0.54, 0.73);
  transition: opacity 1s, transform 1s cubic-bezier(0.57, 1.8, 0.54, 0.73);
  -webkit-transform: translateY(10vh);
  transform: translateY(10vh);
}

.setView > *.inView {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 640px) {
  .setView > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.br {
  display: none;
}
@media screen and (max-width: 750px) {
  .br {
    display: block;
  }
}

.displaynone {
  display: none !important;
}
