@charaset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('add.css');
@import url('lightbox.css');

/* 全体設定 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
  color: #14171a;
}

body {
  background-color: #f3f9ff;
}

html {
  /* windowsなどの設定で大きくできるので、その設定を踏まえたうえでの指定 */
  font-size: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* liの中にimg入れると下にすきまできるので対策 */
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li img {
  vertical-align: bottom;
}

/* 対策終わり */

.wrapper {
  max-width: 960px;
  /* margin: 0 auto; でもいいんだけど、不必要なものはあえて入れないスタンスで2個書く */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 200px;
}

header .wrapper {
  margin-bottom: 0;
}

main #about {
  margin-bottom: 80px;
}

.section-title {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 80px;
  border-bottom: 1px solid #383e45;
}

.music-title {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #383e45;
}

.section-subtitle {
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  font-weight: 800;
  font-size: 1.2rem;
}

.add-subtitle {
  width: 100%;
  /* background-color: #aacef1; */
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  font-weight: 600;
}

/* add.cssにもあるんだけど、ここに無いと効かない*/
.mar0 {
  margin-bottom: 0;
}

.section-sub {
  margin-bottom: 40px;
}

/* 黒線打消し用 */
.bdbw {
  border-bottom: 1px solid #e2f2f8;
}

.content-title {
  font-size: 1rem;
  margin: 10px 0;
}

.work-title {
  font-size: 1rem;
  margin: 3px 0;
}

html {
  scroll-behavior: smooth;
}

.forhide {
  display: none;
}

/* ヘッダー */
header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.55);
  background-image: url(../images/head_dot.png);
  background-position: right;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

header h1 a {
  color: #fafafa;
  background-image: url(../images/bgimg_point_sml.png), url(../images/bgimg_point_sml2.png);
  background-position: -4px, right 0 bottom 0;
  background-repeat: no-repeat;
  background-color: #080808;
  border-radius: 3px;
  padding: 0 2.5rem 0 2.8rem;
  /* Base は padding: 0 2rem; */
}

header nav ul {
  display: flex;
  padding: 10px 0;
}

header li {
  margin-left: 15px;
}

.navlist li {
  font-size: .9em;
  border-right: 1px solid #455463;
  padding-right: 15px;
  /* box-shadow: 10px 5px 3px #FFF; */
}

.navlist li:last-child {
  border: none;
}

.navlist a {
  text-shadow: 0px 0px 10px #FFF;
}


header li a {
  color: #111416;
  /* color: #005cc8; */
  font-weight: 600;
}

#flierbox img {
  border: 1px solid #0f2d47;
  box-shadow: 0 0 3px #306ca0;
}

#flierbox li img:hover {
  box-shadow: 0 0 12px #479ae7;
}

header li a:hover,
#workbox a:hover,
#gallerybox a:hover {
  opacity: 0.7;
}

/* 触ったらちょっと大きくなる */
#workbox li,
#gallerybox img,
div.webbox img,
div.wpbox img {
  transition-duration: 0.3s;
}

#workbox li:hover,
#gallerybox img:hover,
div.webbox img:hover,
div.wpbox img:hover {
  transform: scale(1.02, 1.02);
}

/* メインビジュアル------------------------------- */
#mainvisual {
  background-image: url(../images/wave.png), url(../images/hawaiiGOPR0087_TP_Vl_bokashi.png);
  background-size: 100%, cover;
  background-position: center bottom 0%, center;
  background-repeat: no-repeat;
  height: 650px;
  width: 100%;
  margin-bottom: 120px;
  padding-top: 18%;
}

/* 
main #mainvisual {
position: relative;
}

#mainvisual img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
 */

/* About-------------------------------- */
#about .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

#about img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-right: 100px;
  box-shadow: 30px 10px 0 #c2e0f6;
}

#about .text {
  text-align: left;
}

/* work --------------------------------- */
#work {
  background-image: url(../images/aig-mid22922-87.jpg);
  background-repeat: no-repeat;
  background-position: bottom -150px right;
  /* background-position: bottom -130px right; */
  background-color: rgba(244, 249, 255, 0.5);
  background-blend-mode: lighten;
  padding: 1px 0 5px 0;
  /* 無いと変なスキマができる */
}

/* lightboxのタイトルカラー */
.lb-caption {
  color: #cccccc;
}

/* PHOTO ---------------------------------------- */
#photo {
  background-image: url(../images/aig-mid22922-87.jpg), url(../images/gradation_w.png);
  background-repeat: no-repeat, repeat-x;
  background-position: top, bottom;
  /* background-position: bottom -50px right 50%;*/
  background-color: rgba(244, 249, 255, 0.3);
  background-blend-mode: lighten;
  padding: 60px 0 1px 0;
  margin-bottom: 100px;
}

#photobox ul,
#gallerybox ul,
#workbox ul,
#workbox .webbox,
#workbox .wpbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.work49 {
  margin-bottom: 30px;
}

.work49 li,
div.work49 {
  width: 49%;
}

.work32 li {
  width: 32%;
}

.work24 li {
  width: 24%;
}

#photobox li,
#gallerybox .musicbox li,
.wp32 {
  width: 32%;
}

/* .webbox img {
  box-shadow: 0 0 10px rgba(57, 83, 122, 0.3);
  border-radius: 5px;
} */

/*workの画像の全部に影を*/
#workbox li {
  padding: 3px 3px 10px 3px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(57, 83, 122, 0.3);

  /* box-shadow: 0 0 10px rgba(53, 60, 71, .4);
  background-color: rgba(255, 255, 255, .8);
  padding: 2px; */
}

#flierbox li {
  padding: 3px;
  margin-bottom: 15px;
  background-color: "rgba(255, 255, 255, .8)";
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(57, 83, 122, 0.3);
}

/* #flierbox li {
  padding: 3px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(57, 83, 122, 0.3);
} */

.photo_card {
  padding: 12px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(19, 95, 209, .3);
}

/* Music エリア */
.gallery {
  background: #14171a;
  background-image: url(../images/bgimg_sea.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #fafafa;
  padding: 120px 0 100px 0;
}


.gallery h2,
.gallery h3,
.gallery p {
  color: #e2f2f8;
  text-shadow: 1px 1px 10px #1c3042;
}

.tmusic {
  font-weight: 400;
  color: #e2f2f8;
  text-shadow: 2px 2px 8px #033855;
  margin: 8px 0 24px 0;
}

.ylink {
  margin-top: 30px;
}

/* footer --------------------------- */
footer {
  text-align: center;
  padding: 20px 0;
}

.fttop {
  background: url(../images/shadow_w.png) repeat-x;
  background-color: #14171a;
  /* border-top: 1px solid #31383f; */
}

.fttop small {
  color: #b3b3b3;
}

/* jQUery ふわっと関連 --------------------------------------------------------- */
.shadowx li {
  transition: .5s;
  opacity: 0;
  transform: translateY(50px);
}

.shadowx.in-view li {
  opacity: 1;
  transform: translateY(0);
}

.shadowx li:nth-of-type(2) {
  transition-delay: .3s;
}

.shadowx li:nth-of-type(3) {
  transition-delay: .6s;
}

/* jQuery ハンバーガーメニューとかナビ関連スタート ------------------------------- */
/* ボタンのエリア */
.site-header-navbtn {
  /* display:noneで非表示にし、縮んだらblockにする */
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  /*灰色っぽい奴取る*/
  background: none;
  /* 要素のレイヤーを1レベル上に上げて他より上。 */
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* ボタンの棒みたいなデザイン */
.site-header-navbtn span,
.site-header-navbtn::before,
.site-header-navbtn::after {
  width: 30px;
  height: 2px;
  box-shadow: 0 0 10px #ffffff;
  /* 三本線の色 */
  background-color: #0c699b;
  /*親要素buttonの位置から。position 入れるとインラインでもブロック要素に変換してくれる*/
  position: absolute;
  top: 50%;
  left: 5px;
  /* この要素に何かあった時0.4秒かけて動く */
  transition: transform .4s;
}

.site-header-navbtn::before,
.site-header-navbtn::after {
  content: '';
}

/* 真ん中の棒から見て上に */
.site-header-navbtn::before {
  /* translate: 0 -8px; こっちで書くと、×になった時でかいまま */
  transform: translateY(-7px);
}

/* 真ん中の棒から見て下に */
.site-header-navbtn::after {
  transform: translateY(7px);
}

/* scaleX(0)はX軸に沿って0になる。バッテンにしたいから真ん中の線を消す */
body.is-nav-open .site-header-navbtn span {
  transform: scaleX(0);
}

/* 位置を0にして45度傾ける */
body.is-nav-open .site-header-navbtn::before {
  transform: translateY(0) rotate(45deg);
}

body.is-nav-open .site-header-navbtn::after {
  transform: translateY(0) rotate(-45deg);
}


/* 練習 */
.more_btn::after {
  display: inline-block;
  content: "MORE▼";
  width: 300px;
  border-radius: 4px;
  background-color: #333;
  color: #FFF;
  padding: 8px;
  margin: 0 auto;
  font-weight: bolder;
  cursor: pointer;
}

.more_btn.onclick::after {
  content: "HIDE▲";
}

#workbox div.tarou {
  display: none;
}