@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------------------------------------
 *  sanitize
 *------------------------------------------------------------------------------------------------------------------------------------ */
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Normalization */
audio:not([controls]) {
  display: none;
}
button {
  -webkit-appearance: button;
  overflow: visible;
}
details {
  display: block;
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
html::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
main {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
summary {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
/* Universal inheritance */
*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: inherit;
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
/* Opinionated defaults */
*, ::after, ::before {
  border-style: solid;
  border-width: 0;
}
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
}
.text_left {
  text-align: left !important;
}
a {
  text-decoration: none;
  color: #666;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
[type="button"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], button, select, textarea {
  min-height: 1.5em;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
nav ol, nav ul {
  list-style: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: vertical;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
li {
  list-style: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/****************************************
 *    	  Common Layout
 ***************************************** */
.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
  content: "";
  display: table;
}
img {
  max-width: 100%;
}
/* For IE 6/7 (trigger hasLayout) */
.border_gray {
  border: 1px solid #dddddd;
  border-radius: 5px;
}
/* start of mediaQuery PC */
@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* end of mediaQuery PC  */
/* start of mediaQuery SP */
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  main {
    width: auto;
  }
}
/******************************
 *common
 ******************************* */
body {
  color: #666;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.0;
  margin: 0 auto;
  background-color: #eefeff;
  letter-spacing: 0.01em;
}
.en {
  font-family: 'Caveat', cursive;
  font-weight: normal;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link:active, .link:hover, .link:link, .link:visited {
  color: #666;
}
a:active, a:hover, a:link, a:visited {
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.common_ttlarea h2.common_ttl {
  font-size: 46px;
  position: relative;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
}
.common_ttlarea .ttl_icon {
  width: 53px;
  margin: 0 auto;
  text-align: center;
}
a.common_btn {
  background-color: #8ec9cf;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
}
a.common_btn:hover {
  background-color: #79adb2;
}

.common_btn {
  background-color: #8ec9cf;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
}
.common_btn.big {
  max-width: 450px;
  height: 55px;
    
}

.img-r {
  border-radius: 15px;
}
#bg_fixed::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../img/bg_fixed.png");
  background-size: cover;
}
@media only screen and (max-width: 768px) {
    body {
  font-size: 14px;
  line-height: 1.9;
}
    
    
  .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
    box-sizing: border-box;
    min-width: auto;
  }
  .common_ttlarea h2.common_ttl {
    font-size: 36px;

  }
    
    .common_ttlarea .ttl_icon {
  width: 40px;

}
    
    a.common_btn {
  max-width: 80%;

  font-size: 15px;
}
a.common_btn:hover {
  background-color: #8ec9cf;
}
    .common_btn.big {
  max-width: 450px;
        font-size: 15px;
    
}
    #bg_fixed::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../img/bg_fixed_sp.png");
  background-size: cover;
}
    
    
}

@media screen and (max-width:320px) {
      .inner {
    padding: 0 10px;
  }
}

/******************************
 *header
 ******************************* */
header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
header .logo {
  display: block;
  left: 40px;
  position: absolute;
  top: 35px;
  width: 200px;
  z-index:5;
}
@media only screen and (max-width: 768px) {
  header {
    width: 100%;
  }
  header .logo {
    display: block;
    left: 25px;
    top: 25px;
    width: 130px;
  }
  header nav {
    /* display: none; */
  }
}
/******************************
 * global-nav sp nav
 *******************************  */
.overlay {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  /* -webkit-overflow-scrolling: touch; */
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
header nav ul.main-nav {
  display: block;
  margin: 10px 40px 0;
  box-sizing: border-box;
}
.global-nav .main-nav .nav-item:first-child:after {
  display: none;
}
.main-nav {
  overflow-y: auto;
  height: 100%;
}
.global-nav-wrap {
  background-color: #8ec9cf;
  overflow: scroll;
  padding: 40px 0 40px;
  position: fixed;
  right: -100vw;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 25vw;
  z-index: 9000;
  height: 100vh;
}
.global-nav-wrap.show {
  bottom: 0;
  right: 0;
  top: 0;
}
.global-nav-wrap .global-nav-logo {
  width: 160px;
  padding-left: 35px;
  padding-top: 10px;
}
.global-nav-wrap .global-nav {
  position: relative;
}
.global-nav-wrap .global-nav li:first-child.nav-item .nav-label {
  border-top: none;
}
.global-nav-wrap .global-nav li.nav-item .nav-label {
  padding: 12px 0;
  margin: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #d9efd9;
}
.global-nav-wrap .global-nav li.nav-item .nav-label:hover {
opacity: 0.7;
}
.menu-trigger {
  display: block;
  height: 13px;
  position: fixed;
  right: 50px;
  top: 40px;
  width: 34px;
  z-index: 1001;
}
.menu-trigger.active {
  z-index: 9001;
}
.menu-trigger.active:after {
  display: none;
}
.menu-trigger.active .trigger-inner span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  background-color: #fff;
}
.menu-trigger.active .trigger-inner span:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
  background-color: #fff;
}
.menu-trigger .trigger-inner {
  bottom: 0;
  height: 13px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}
.menu-trigger .trigger-inner span {
  background-color: #000;
  height: 3px;
  border-radius: 50px;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
  width: 34px;
}
.menu-trigger .trigger-inner span:first-child {
  top: 0px;
  background-color: #8ec9cf;
}
.menu-trigger .trigger-inner span:nth-child(2) {
  bottom: 0;
  background-color: #a8cfad;
}
@media only screen and (max-width: 768px) {
  .menu-trigger {
    right: 20px;
    top: 28px;
      width: 30px;
  }
    .menu-trigger .trigger-inner {
  width: 30px;
}
.menu-trigger .trigger-inner span {
  width: 30px;
}


  .global-nav-wrap {
    padding: 0px 0 0;
    right: -100vw;
    width: 83vw;
  }
  header nav ul.main-nav {
    margin: 20px 30px 0;
  }
  .global-nav-wrap .global-nav {
    padding-top: 10px;
  }
  .global-nav-wrap .global-nav li.nav-item .nav-label {
    padding: 8px 0;
    font-size: 15px;
  }

}
/******************************
main
******************************* */
#kv {
  width: 100%;
  height: 100vh;
  background: rgb(238, 254, 255);
  background: -moz-linear-gradient(0deg, rgba(238, 254, 255, 0) 0%, rgba(238, 254, 255, 1) 33%);
  background: -webkit-linear-gradient(0deg, rgba(238, 254, 255, 0) 0%, rgba(238, 254, 255, 1) 33%);
  background: linear-gradient(0deg, rgba(238, 254, 255, 0) 0%, rgba(238, 254, 255, 1) 33%);
  z-index: 0;
  position: relative;
}
#kv .kv_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#kv .kv_inner_star_01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
    opacity: 0;
  -webkit-animation: kv_star_01 3s infinite 1.0s;
  animation: kv_star_01 3s infinite 1.0s;
}
#kv .kv_inner_star_02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
    opacity: 0;
  -webkit-animation: kv_star_02 3s infinite 2.0s;
  animation: kv_star_02 3.0s infinite 2.0s;
}
#kv .kv_inner img,
#kv .kv_inner_star_01 img,
#kv .kv_inner_star_02 img{
  height: 90vh;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



@-webkit-keyframes kv_star_01 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kv_star_01 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes kv_star_02 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kv_star_02 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@media only screen and (max-width: 768px) {
    #kv {
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: relative;
}

#kv .kv_inner img,
#kv .kv_inner_star_01 img,
#kv .kv_inner_star_02 img {
  height: auto;
  width: 92vw;

}
    
    
}
/******************************
mywish
******************************* */
#mywish {
  padding-top: 30px;
  margin-top: 50px;
}
#mywish .mywish_copy {
  font-size: 30px;
  padding-top: 30px;
  font-weight: normal;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#mywish .mywish_txt {
  font-size: 18px;
  line-height: 2.2;
  padding-top: 8px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media only screen and (max-width: 768px) {
    #mywish {
  padding-top: 15px;
  margin-top: 0px;
}
#mywish .mywish_copy {
  font-size: 24px;
  padding-top: 15px;
}
#mywish .mywish_txt {
  font-size: 16px;
    text-align: left;
  line-height: 2.0;
  padding-top: 12px;
 
}
    
    
}
/******************************
songs
******************************* */
#songs {
  padding-top: 30px;
  margin-top: 80px;
}
#songs ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  justify-content: space-between;
}
#songs ul li {
  width: 22.5%;
  text-align: left;
  margin-bottom: 35px;
}
#songs ul li .songs_name {
  padding-top: 10px;
}
#songs .songs_btn {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
    #songs {
  padding-top: 15px;
  margin-top: 80px;
}
#songs ul {
  margin-top: 30px;
}
#songs ul li {
  width:47.5%;
  text-align: left;
  margin-bottom: 25px;
}
#songs ul li .songs_name {
  padding-top: 10px;
}
#songs .songs_btn {
  padding-top: 20px;
}
}
/******************************
movie
******************************* */
#movie {
  padding-top: 30px;
  margin-top: 100px;
}
#movie .movie_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 35px;
}
#movie .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
    
    #movie {
  padding-top: 15px;
  margin-top: 100px;
}
#movie .movie_wrap {
  margin-top: 25px;
}

    
    
}
/******************************
shop
******************************* */
#shop {
  padding-top: 30px;
  margin-top: 100px;
}

#shop .bnr_shop{
  margin-top: 35px;
}

#shop .bnr_shop a:hover{
 opacity: 0.7;
}
/******************************
news
******************************* */
#news {
  padding-top: 30px;
  margin-top: 100px;
}
#news .news_lead {
  padding-top: 35px;
  padding-bottom: 30px;
}
#news .news_lead a{
 color: #8ec9cf;
    text-decoration: underline;
}
#news .news_list {
  display: flex;
  justify-content: space-between;
}
#news .news_list .news_item {
  display: block;
  width: 33.3333%;
  border-left: 1px solid #d9efd9;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}
#news .news_list .news_item:last-child {
  border-right: 1px solid #d9efd9;
}
#news .news_list .news_item a {
  display: block;
}
#news .news_list .news_item a:hover {
  opacity: 0.7;
}
#news .news_list .news_item .news_icon {
  width: 45px;
  margin: 0 auto;
}
#news .news_list .news_item .news_txt {
  font-size: 16px;
}

#news .news_btn {
padding-top: 50px;
}
#news .news_btn_note {
font-size: 13px;
    padding-top: 8px;
}
@media only screen and (max-width: 768px) {
    #news {
  padding-top: 15px;
  margin-top: 100px;
}
#news .news_lead {
  padding-top: 25px;
  padding-bottom: 25px;
}
#news .news_list {
 flex-wrap: wrap;
}
#news .news_list .news_item {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
    margin-bottom: 15px;
}
    #news .news_list .news_item:nth-child(even) {
  border-right: 1px solid #d9efd9;
}
    #news .news_list .news_item:last-child {
  border-right:none;
}

#news .news_list .news_item a:hover {
  opacity: 1.0;
}
#news .news_list .news_item .news_icon {
  width: 35px;
}
#news .news_list .news_item .news_txt {
  font-size: 14px;
}
    #news .news_btn {
padding-top: 30px;
}
}
/******************************
profile
******************************* */
#profile {
  padding-top: 30px;
  margin-top: 100px;
}
#profile .profile_wrap {
  padding-top: 45px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
#profile .profile_wrap .profile_img {
  width: 43%;
}
#profile .profile_wrap .profile_txt {
  width: 57%;
  text-align: left;
  padding-left: 45px;
  margin-top: -10px;
}
#profile .profile_wrap .profile_txt .profile_name {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 8px;
}
#profile .discography_list .discography_item {
  display: flex;
  border-bottom: 1px solid #d9efd9;
  padding: 13px 15px;
  font-size: 14px;
  text-align: left;
}
#profile .discography_list .discography_item .discography_date {
  width: 12%;
}
#profile .discography_list .discography_item .discography_name {
  width: 88%;
}
@media only screen and (max-width: 768px) {
    #profile {
  padding-top: 15px;
  margin-top: 100px;
}
#profile .profile_wrap {
  padding-top: 25px;
  padding-bottom: 20px;
  display:block;
}
#profile .profile_wrap .profile_img {
  width: 100%;
}
#profile .profile_wrap .profile_txt {
  width: 100%;
  padding-left: 0px;
  margin-top: 25px;
}
#profile .profile_wrap .profile_txt .profile_name {
  font-size: 20px;
  padding-bottom:5px;
}
    #profile .discography_list {
    margin-top: 15px;
}
#profile .discography_list .discography_item {
  padding: 15px 0px;
  font-size: 12px;
    line-height: 1.6;
}
#profile .discography_list .discography_item .discography_date {
  width: 23%;
}
#profile .discography_list .discography_item .discography_name {
  width: 77%;
}
}
/******************************
gallery
******************************* */
#gallery {
  padding-top: 30px;
  margin-top: 100px;
    margin-bottom: 120px;
}

#gallery .gallery_list{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


}
#gallery .gallery_list .gallery_item{
 width: 31%;
    text-align: left;
    position: relative;
    margin-top: 35px;
}
#gallery .gallery_list .gallery_item a{
display: block;
}
#gallery .gallery_list .gallery_item a:hover{
opacity: .7;
}
#gallery .gallery_list .gallery_item img{
    max-width: 100%;
    max-height: 100%;
   width: 264px;
  height: 264px;
  object-fit: cover;
}
#gallery .gallery_list .gallery_item .gallery_place{
   padding-top: 8px;
}


@media only screen and (max-width: 768px) {
    #gallery {
  padding-top: 15px;
  margin-top: 100px;
    margin-bottom:100px;
}

#gallery .gallery_list{


}
#gallery .gallery_list .gallery_item{
 width: 47.5%;
    margin-top: 25px;
}

#gallery .gallery_list .gallery_item a:hover{
opacity: 1.0;
}
#gallery .gallery_list .gallery_item img{
    max-width: 100%;
    max-height: 100%;
   width: 154px;
  height: 154px;
  object-fit: cover;
}
#gallery .gallery_list .gallery_item .gallery_place{
   padding-top: 8px;
}
    
    
}

/******************************
contact
******************************* */
#contact{
    margin-bottom: 140px;
}
#contact .contact_lead{
   padding-top: 30px;
    padding-bottom: 40px;
}

/******************************
footer
******************************* */
footer {
  padding-top: 70px;
  margin-bottom: 60px;
    border-top: 1px solid #d9efd9;
}


footer .project_name{
  margin-bottom:40px;
    font-size: 18px;
}
footer .project_list{
display: flex;
    justify-content: center;
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 50px;
}

footer .project_list li{
padding: 0 50px;
    border-right: 1px solid #d9efd9;
}
footer .project_list li:last-child{
    border-right: none;
}
footer .cr{
   font-size: 12px;
    line-height: 1.5;
}

#pagetop{
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#pagetop .pagetop_illust{
  width: 43px;
    margin: 0 auto;
}
#pagetop .pagetop_txt{
  font-size: 16px;
    margin-top: -4px;
}



@media only screen and (max-width: 768px) {
    footer {
  padding-top: 50px;
  margin-bottom: 50px;
}


footer .project_name{
  margin-bottom:10px;
    line-height: 1.6;
    font-size: 16px;
}
footer .project_list{
display: block;
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 35px;
}

footer .project_list li{
padding: 20px 0px;
     border-right: none;
    border-bottom: 1px solid #d9efd9;
}
footer .project_list li:last-child{
    border-bottom: none;
}
footer .cr{
   font-size: 11px;
    line-height: 1.5;
}

#pagetop{
  position: fixed;
  right: 15px;
  bottom: 15px;
 
}
#pagetop .pagetop_illust{
  width: 33px;
    margin: 0 auto;
}
#pagetop .pagetop_txt{
  font-size: 13px;
    margin-top: -4px;
}

}
/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s !important;
  opacity: 0;
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}
.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.del_01 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.del_02 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
