@charset "UTF-8";
/* CSS Document */

@media (min-width: 992px) {
  .u-mobile-only {
    display: none !important;
  }
  .u-tb-only {
    display: none !important;
  }
  .u-sp-only {
    display: none !important;
  }
  a[href*="tel:"] {
    color: #333333;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-sp-only {
    display: none !important;
  }
  .u-mobile-only {
    display: none !important;
  }
  a[href*="tel:"] {
    color: #333333;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-tb-only {
    display: none !important;
  }
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (min-width: 1401px) {
  body {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73vw;
  }
}
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

/*------------------------------
	lightbox
------------------------------*/
#lightbox {
	margin: 0;
}

/*------------モーダル---------*/
.modal{
  position: relative;
	width: 100%;
}
.modal .modal-inner{
  max-width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 3em;
}
.modal .modal-inner.type02{
	padding: 2em 5em;
}
@media (max-width: 767px) {
	.modal .modal-inner{
		padding: 4em 1em;
	}
  .modal .modal-inner.type02{
    padding: 4em 1em;
  }
}
/*-------------------------*/
.modal_artistPhoto{
  position: relative;
  width: 100%;
  margin: 0 auto 3em;
}
	@media (max-width: 767px) {
		.modal_artistPhoto{
			margin-bottom: 0;
		}
	}
.modal_artistPhoto img{
	width: 100%;
}
.modal_artistPhoto .name{
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 0.5em;
}
  @media (max-width: 767px) {
    .modal_artistPhoto .name{
      font-size: 1.4em;
      font-weight: bold;
      line-height: 1.4;
    }
  }
.modal_textBox{
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2.5em;
}
  @media (max-width: 767px) {
    .modal_textBox{
			font-size: 1em;
      line-height: 1.6;
      width: 100%;
      margin-bottom: 2em;
    }
  }
.modal_hp{
  width: 100%;
  margin-bottom: 4em;
}
	@media (max-width: 767px) {
		.modal_hp{
			width: 100%;
			margin-bottom: 2em;
		}
	}
.modal_hp .hd{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  background-color: #EF9C02;
  color: #fff;
	font-size: 1.5rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  padding: 0.3em 0;
  margin-bottom: 0.5em;
}
.modal_hp a{
  display: block;
  width: 100%;
  text-decoration: none;
  color: #1A0DAB;
	font-size: 1.5rem;
}
.modal_hp a:hover{
  text-decoration: underline;
}
@media (max-width: 767px) {
	.modal_hp .hd,
	.modal_hp a{
		font-size: 1em;
	}
}
.modal_movie{
  position:relative;
  width:100%;
  height:0;
  padding-top:75%;
  margin: 0 auto 1em;
}
  @media (max-width: 767px) {
    .modal_movie{
      margin-bottom: 2em;
    }
  }
.modal_movie iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*------------------------------*/
.modal_photo{
  width: 100%;
  margin: 0 auto;
}
.modal_photo img{
  width: 100%;
}

/*------------------------------*/
.btnBox {
	position: relative;
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
}
.btnBox ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
  max-width: 24em;
  margin: 3em auto;
  padding-right: 40px;
}
.btnBox li{
  position: relative;
	list-style: none;
  transition: all 0.6s;
}
.btnBox li:hover{
	opacity: 0.6;
}
.btnBox li a {
  display: block;
  width: 100%;
	font-size: 1.5rem;
	color: #333;
	text-decoration: none;
	transition: all 0.6s;
}
.btnBox li a:hover{
	opacity: 0.6;
}
.btnBox li.rev a::before {
  content: '';
	display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
  width: 10px;
  height: 10px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
}
.btnBox li.next a::after {
	content: '';
	display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: -1.5rem;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
	@media (max-width: 767px) {
    .btnBox ul {
      max-width: 8em;
    }
		.btnBox li a {
			font-size: 1rem;
		}
    .btnBox li.rev a::before {
      top: 0.4rem;
      left: -1rem;
      width: 5px;
      height: 5px;
      transform: rotate(45deg);
    }
    .btnBox li.next a::after {
      top: 0.4rem;
      right: -1rem;
      width: 5px;
      height: 5px;
    }
	}
/*----------SNSー-----------*/
  .p-snsnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1em;
    margin-left: -40px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p-snsnav {
      margin-right: 0em;
      margin-bottom: 0em;
    }
  }
  @media (max-width: 767px) {
    .p-snsnav {
      margin-right: 10.6666666667vw;
    }
  }
  .p-snsnav__item {
    margin-right: 80px;
    list-style: none;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p-snsnav__item {
      margin-right: 3em;
    }
  }
  @media (max-width: 767px) {
    .p-snsnav__item {
      margin-right: 5.3333333333vw;
    }
  }
  .p-snsnav__item:last-child {
    margin-right: 0;
  }
  .p-snsnav__link {
    position: relative;
    width: 24px;
  }
  .p-snsnav__link img {
    width: 24px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .p-snsnav__link img {
      width: 18px;
    }
  }
  @media (max-width: 767px) {
    .p-snsnav__link img {
      width: 24px;
    }
  }
  .p-snsnav__link:hover {
    text-decoration: none;
  }

/*----------マウスオーバー-----------*/
#mouse-stalker {
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
  z-index: 999;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  transform: translate(0, 0);
  border-radius: 50%;
  background: rgba(239, 156, 2, 0.5);
  pointer-events: none;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition-timing-function: ease-out;
}
@media (max-width: 767px) {
  #mouse-stalker {
    display: none;
  }
}
#mouse-stalker.is_active {
  -webkit-transition: 0.2s;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  background: rgba(239, 156, 2, 0.8);
  transition: 0.2s;
}
#mouse-stalker.is_active::before {
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  content: "View More";
}
/*------------------------------*/
