@charset "utf-8";
/* body- */
body {
  margin: 0 0 40px 0;
  padding: 0;
}

p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 0;
}

h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500 ;
  letter-spacing:0.08em;
  text-align: center;
  line-height: 3;
  margin-bottom: 40px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700 ;
  letter-spacing:0.09em;
  line-height: 1;
  text-align: left;
  margin-bottom: 48px;
}
/* -body */

/* default off- */
p,hi,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}
/* -default off */

/* link- */
a {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #3860ab;
}

a:hover {
  text-decoration: underline;
  color: #9f9f9f;
}

.still-list a img:hover {
  opacity: 0.6;
}
/* -link */

/* header- */
header {
  width: 960px;
  height: 220px;
  margin: 0 auto;
}

.logo {
  float: left;
  margin-top: 50px;
}

.logo img {
  width: 454px;
  height: auto;
}

.global-nav {
  float: right;
  margin-top: 86px;
}

.global-nav li {
  float: left;
  margin: 0 20px;
  font-size: 16px;
  letter-spacing:0.08em;
  transform: scale( 1 , 0.94 );
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.global-nav li a {
  color: #000000;
}

.global-nav li a:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
  text-decoration: none;
}
/* -header */

/* wrap- */
#wrap {
  clear: both;
  background-color: #ffffff;
  width: 960px;
  margin: 30px auto 0;
}

.content {
  width: 960px;
  margin: 0 auto;
}
/* -wrap */

/* footer- */
footer {
  width: 960px;
  margin: 100px auto 0 auto;
  text-align: center;
}

small {
  color: #cdcdcd;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing:0.07em;
  transform: scale( 1 , 0.94 );
}
/* -footer */

/* top- */
.still-list p {
  color: #000000;
  padding-bottom: 40px;
  margin: 6px 0 0 4px;
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing:0.07em;
  transform: scale( 1 , 0.94 );
}

.still-list img {
  width: 452px;
  height: auto;
}

.introduction p {
  margin-bottom: 16px;
}

.introduction {
  margin-bottom: 50px;
}

#still .still-list li{
  float: left;
  list-style: none;
  margin: 0 56px 20px 0;
}

#still .still-list li:nth-child(2n){
  margin-right: 0;
}
/* -top */

/* article- */
.article-still {
  margin-bottom: 8px;
}
/* -article */
.top-image img {
  width: 960px;
  height: auto;
}
/* article profile- */

#article .profile {
  width: 680px;
  margin:0 auto 100px;
}

.profile-name {
  width: 300px;
  margin-top: 50px;
  float: left;
}

#article .name1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 500 ;
  line-height: 1.3;
  letter-spacing:0.09em;
  margin: 0;
  text-align: right;
}

#article .name2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500 ;
  letter-spacing:0.07em;
  margin: 0;
  text-align: right;
}

#article .profile-txt {
  width: 340px;
  float: right;
  margin-top: 50px;
}

.profile-txt p {
  font-size: 14px;
}

#wrap .clearfix:after {
  content:"";
  display: block;
  clear: both;
}
/* -article profile */

/* article article- */
.article {
  width: 680px;
  margin: 0 auto;
}

h1 span {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing:0.02em;
}

.article img {
  float: left;
  width: 680px;
  height: auto;
}

.scene clearfix:after {
  content:"";
  display: block;
  clear: both;
}

.icon {
  display: flex;
  align-items: center;
}

.icon:before {
  border-top: 2px solid;
  content: "";
  padding-left: 30px;  
  margin-right: 6px;
}

.first {
  margin-bottom: 8px;
}

.second {
  margin-bottom: 56px;
}

.q {
  margin-bottom: 60px;
}

.q p {
  margin-bottom: 20px;
}

/* page_top- */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #a4a4a4;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* -page_top */

/*share-*/
.share {
  width: 100px;
  margin: 0 auto;
}

.share li{
  float: left;
  list-style: none;
  margin-right: 12px;
}

.share li:nth-child(2n){
  margin-right: 0;
}

.btn-fc {
  width: 38px;
  height: 38px;
  background-image: url(../images/share/share-fb.jpg);
}

.btn-fg {
  width: 38px;
  height: 38px;
  background-image: url(../images/share/share-fb-g.jpg);
}

.btn-tc {
  width: 38px;
  height: 38px;
  background-image: url(../images/share/share-tw.jpg);
}

.btn-tg {
  width: 38px;
  height: 38px;
  background-image: url(../images/share/share-tw-g.jpg);
}

.fade {
  opacity: 1;
  transition: .3s;
}
.fade:hover {
  opacity: 0;
}
/*-share*/

/* -article article */

/* gallery- */
#gallery p {
  padding-bottom: 100px;
  margin: 6px 0 0 4px;
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing:0.07em;
  transform: scale( 1 , 0.94 );
}
/* -gallery */

/* about- */
#about .content {
  width: 680px;
  margin: 0 auto 40px;
}

#about .content p {
  margin-bottom: 20px;
}

.about {
  margin-bottom: 110px;
}

.insta-info {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing:0.07em;
}

#about .profile-txt p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing:0.03em;
}

.profile-name-at p {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 0;
  text-align: left;
}

#about .name1 {
  font-weight: 500 ;
  letter-spacing:0.09em;
}

#about .name1 span {
  font-weight: 500;
  letter-spacing:0.06em;
}
/* -about */



@media screen and (max-width:600px){
/* common- */
  p {
    font-size: 9.5vw;
    margin-bottom: 5%;
  }
  
  h1 {
    font-size: 9.6vw;
    font-weight: 700;
  }
  
  h1 span {
    font-size: 9.5vw;
    font-weight: 700;
  }
  
  h2 {
    font-size: 9vw;
    line-height: 1.5;
  }
  
  header {
    height: 400px;
  }
  
  .logo {
    float: none;
    margin: 46px 0 30px;
    padding-left: 36vw;
    text-align: center;
  }
  
  .logo img {
    width: 210vw;
  }
  
  .global-nav {
    float: none;
    margin-top: 40px;
    text-align: center;
  }
  
  .global-nav li {
    display: inline;
    float: none;
    margin: 0 50px;
    font-size: 10vw;
  }
  
  .content {
    width: auto;
    margin: 0 6%;
  }
/* -common */

/* top- */
  .introduction {
    margin-top: 50px;
  }
  
  .introduction p {
    font-size: 9.5vw;
    margin-bottom: 5%;
  }
  
  #still .still-list li{
  float: none;
  margin: 90px 0;
  text-align: center;
}
  
  .still-list p {
  margin: 10px 0 0 8px;
  font-size: 8vw;
}
  #still .still-list img {
    width: 100%;
  }
/* -top */
  
/* gallery- */
  #gallery .content img {
    width: 100%;
    text-align: center;
} 
  
  #gallery .content p {
  margin: 10px 0 0 8px;
  font-size: 8vw;
}
  #gallery .gallery-img {
    margin-bottom: 90px;
  }
/* -gallery*/
  
/* about- */
  #about .content {
    width: auto;
    margin: 50px 6% 80px;
  }
  
  .about p {
  text-align: justify;
  text-justify: inter-ideograph; 
  }
  
  .insta-info {
    font-size: 8vw;
  }
  
  .about {
    margin-bottom: 150px;
  }
  
  #about .profile-txt p {
  font-size: 9.5vw;
  }
  
  .profile-name-at {
    font-size: 9vw;
    margin-bottom: 5%;
  }
/* -about */
  
/* article- */
  #article .top-image img {
    max-width: 100%;
  }
  
  #article .profile {
  width: auto;
  margin:0 auto;
}
  
  .profile-name {
    float: none;
    width: auto;
  }
  
  #article .name1 {
    text-align: center;
    font-size: 10vw;
  }
  
  #article .name2 {
    text-align: center;
    font-size: 8vw;
  }
  
  #article .profile-txt {
  width: auto;
  float: none;
  margin-top: 30px;
  }
  
  .profile-txt p {
  font-size: 9.5vw;
  }

  .article {
    width: auto;
    margin: 140px auto 0;
  } 
  
  .article img {
    text-align: center;
    width: 100%;
} 
  
  .scene01-2 {
    margin: 0 0 8px 0;
}
  
  .q p {
  font-size: 9.5vw;
  }
  /* -article */
}