/*------------------------------*/
/*base
/*------------------------------*/
html{
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  font-family:"ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "MS Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: #F0F0F0;
  transition: 3s;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}
/* 画面の切り替わりフェード */
.fade{
  animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/* 画面の切り替わりフェード */
h1,h2,h3,h4{
  font-weight: 100;
}
ul{
  list-style: none;
}
li{
  list-style: none;
}
.section-wrapper{
  padding: 60px 0 60px 0;
  overflow: hidden;
}
.section-wrapper:last-of-type{
  padding: 60px 0 0 0;
}
.section-inner{
  max-width: 960px;
  margin: 0 auto;
}
.section-title{
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.3rem;
}
img{
  width: 100%;
  vertical-align: bottom;
}
a{
  text-decoration: none;
  color: inherit;
}
.logo{
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.4rem;
}
.font-mincho{
  font-family: "游明朝体", "YuMincho", "游明朝", serif;
}
.font-gothic{
  font-family: "游ゴシック", "YuGothic", sans-serif;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-smaller{
  font-size: 1.2rem;
}
.text-small{
  font-size: 1rem;
}
.text-bold{
  font-weight: bold;
}
.underline{
  text-decoration: underline;
}
.flex-rr{
  display: flex;
  align-items: flex-start;
}
.flex-rc{
  display: flex;
  align-content: space-around;
}
.flex-cc{
  display: flex;
  flex-direction: column;
}
/* imageレスポンシブ */
.pc { display: block !important; }
.tb { display: none !important; }
.sp { display: none !important; }

.burger-btn{
  display: none;
}
/* --------------------------- */
/* header
/* --------------------------- */
.site-title{
  font-size: 2.2rem;
  line-height: 1rem;
  margin-top: 18px;
}
.logo-top{
  width: 35px;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
}
header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  width: 100%;
  position: fixed;
  z-index: 11;
  box-sizing: border-box;
  transition: .4s;
  background-color: rgba(255, 255, 255, 0);
  display: none;
}
header.scroll {
	background: rgba( 255, 255, 255, 0.30 );
  box-shadow: 0 8px 15px 0 rgba(120, 120, 121, 0.1);
  backdrop-filter: blur( 20.0px );
  -webkit-backdrop-filter: blur( 20.0px );
  border: 1px solid rgba( 255, 255, 255, 0.03 );
	padding: 20px 80px;
  z-index: 10;
}
.site-title a{
  color: #000;
}
/* ハンバーガーメニューが開いたときのスタイル */
      .header-nav{
        display: none;
        position: fixed;
        top: 0;
        left: 75%;
        width: 25%;
        height: 100vh;
        background: #cfdee199;
        /* box-shadow: 0 8px 20px 0 rgba(120, 120, 121, 0.3); */
        backdrop-filter: blur( 20.0px );
        -webkit-backdrop-filter: blur( 20.0px );
        border: 1px solid rgba( 255, 255, 255, 0.03 );
        z-index: 20;
      }
      .nav-list{
        display: block;
        position: absolute;
        top: 20%;
        left: 20%;
        text-align: left;
        color: #000;
      }
      .nav-item{
        margin: 0 0 30px;
        font-size: 1.4rem;
      }
      .nav-item a{
        color: #000;
        }
        .nav-item a:hover{
          color: #888;
          }
      body.noscroll{
        overflow: hidden;
      }
      /* ハンバーガーボタン */
      .burger-btn{
        display: block;
        width: 30px;
        height: 24px;
        position: relative;
        margin-top: 15px;
      }
      .bar{
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #000;
        position: absolute;
        z-index: 30; /*メニューの下に隠れないようにz-indexを指定する*/
      }
      .bar_top{
        top: 0;
        left: 40%;
        width: 60%;
      }
      .bar_middle{
        top: 11px;
      }
      .bar_bottom{
        bottom: 0;
      }
      /* ハンバーガーボタンをクリックした時の見た目 */
      .burger-btn.cross .bar_top{
        transform: rotate(45deg);
        top: 11px;
        transition: .3s;
        width: 100%;
        left: 0;
        background-color: #000;
      }
      .burger-btn.cross .bar_middle{
        opacity: 0;
        transition: .3s;
      }
      .burger-btn.cross .bar_bottom{
        transform: rotate(-45deg);
        bottom: 11px;
        transform: .3s;
        background-color: #000;
      }
/* --------------------------- */
/* floating banner
/* --------------------------- */
.floating-banner {
  position: fixed;/* 追従 */
  z-index: 99999;/* 他の要素の下に隠れないように */
  bottom: 0;/* バナーの上下の位置 */
  right: 0;/* バナーの左右の位置 */
}
.pc-float {
  width: 200px;/* バナーの横幅を指定 */
}
.floating-banner:hover {
  opacity: .8;/* ホバーで少し透過 */
}
.sp-float {
  display: none;/* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 430px) {/* スマホ用のブレイクポイントを指定 */
  .pc-float{
    display: none;
  }
  .sp-float {
      display: inline-block;/* 消していたスマホ用のバナーを表示させる */
      width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
  }
}
/* --------------------------- */
/* footer
/* --------------------------- */
/* link */
.link-wrapper{
  color: #6B898F;
  font-size: 2.2rem;
  margin-top: 100px;
}
a.link{
  color: #6B898F;
}
a.link:hover{
  color: #6b898f94;
}

.footer{
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  height: 800px;
  margin-top: 100px;
}
.footer-message{
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-top: 300px;
  margin-bottom: 50px;
}
.footer-logo{
  width: 350px;
  height: auto;
  margin: 0 auto;
}
.sns-icon02{
  margin: 30px auto;
  max-width: 150px;
  height: 30px;
}
.footer-link{
  text-decoration: underline;
}
/* SNSフォローアイコン#333背景用 */
.follow-me02 {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
  justify-content: space-around;
}
.follow-me02 li {
  float: left;
  margin: 0 20px 8px 0;
  padding: 0;
}
.follow-me02 li:last-of-type{
  margin-right: 0;
}
.follow-me02 li a::before {
  background-color:rgba(255, 255, 255, 0);
  -webkit-border-radius: 2px;/* for Android ~4.3 */
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 25px;
  height: 40px; /* Button height */
  line-height: 40px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 40px; /* Button width */
}
.follow-me02 li a:hover::before {
  color:#C1A6AF;
}
.follow-me02 li a[href*="instagram.com"]::before      { content: "\f16d"; }
.follow-me02 li a[href*="youtube.com"]::before        { content: "\f16a"; } 
/* --------------------------- */
/* jquery
/* --------------------------- */

/* アニメーションスタイル */
/* ---------------------------- */

/* アニメーション前 */
.u-fade-type-up{
  transform: translateY(40%);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
  transition: 2s;
  transform: translateY(0);
  opacity: 1;
}
/* アニメーション前 */
.u-fade-type-down{
  transform: translateY(-40%);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-down.is-active{
  transition: 2s;
  transform: translateY(0);
  opacity: 1;
}
/* アニメーション前 */
.u-fade-type-left{
  transform: translateX(-40%);
  opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-left.is-active{
  transition: 2s;
  transform: translateX(0);
  opacity: 1;
}
/* アニメーション前 */
.u-fade-type-right{
  transform: translateX(40%);
  opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-right.is-active{
  transition: 2s;
  transform: translateX(0);
  opacity: 1;
}
.u-fade-type-in{
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-in.is-active{
  transition: 7s;
  opacity: 1;
}
/* --------------------------- */
/* iPad
/* --------------------------- */
@media screen and (max-width:820px){
  /*------------------------------*/
  /*base
  /*------------------------------*/
  .section-wrapper{
    padding: 60px 0 20px 0;
  }
  .section-inner{
    max-width: 700px;
  }
  /* imageレスポンシブ */
.pc { display: none !important; }
.tb { display: block !important; }
.sp { display: none !important; }
  /*------------------------------*/
  /*header
  /*------------------------------*/
  header{
    padding: 20px 60px;
  }
  header.scroll {
    padding: 20px 60px;
  }
  .nav-list{
    display: block;
    position: absolute;
    top: 10%;
    left: 20%;
    text-align: left;
    color: #777;
  }
}
/* --------------------------- */
/* SP_iphone_maxpro
/* --------------------------- */
/*------------------------------*/
/*base
/*------------------------------*/
@media screen and (max-width:430px){
.section-inner{
  width: 355px;
}
.section-wrapper{
  padding: 40px 0 40px 0;
}
.section-title{
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.3rem;
}
.flex-rc{
  display: flex;
  flex-wrap: wrap;
}
/* imageレスポンシブ */
.pc { display: none !important; }
.tb { display: none !important; }
.sp { display: block !important; }
/* --------------------------- */
/* header
/* --------------------------- */
header{
  padding: 20px 30px;
}
header.scroll {
	padding: 20px 30px;
}
.header-nav{
  display: none;
  position: fixed;
  top: 0;
  left:  30%;
  width: 70%;
}
.nav-list{
  top: 10%;
  left: 20%;
}
.site-title{
  margin-top: 13px;
  font-size: 1.7rem;
}
.logo-top{
  width: 25px;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
}

/* --------------------------- */
/* footer
/* --------------------------- */
.footer{
  background-image: url(../images/footer_sp.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  height: 100vh;
  margin-top: 50px;
}
.footer-message{
  font-size: 2rem;
  letter-spacing: 0.5rem;
  text-align: center;
  padding: 20px;
  margin-top: 250px;
  margin-bottom: 100px;
}
.footer-logo{
  width: 250px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 100px;
}
}
/* --------------------------- */
/* SP_iphoneX
/* --------------------------- */
@media screen and (max-width:375px){
  .section-inner{
    max-width: 335px;
  }
}
