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

index.css

------------------------------------------------- */
/* Header
--------------------- */
#header {
  width: 100%;
  height: auto;
  padding: 7px 0 5px;
  top: 0px;
  position: fixed;
  z-index: 10;
  background-color: #000;
  border-bottom: 1px solid #222;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
}

#header h1 {
  width: 55%;
  float: left;
  padding-top: 7px;
}

#header p {
  width: 13%;
  float: left;
  padding: 0 5px 0 5px;
}

.closeBtn {
  text-align: right;
  font-weight: bold;
}

/* SwipeUp
--------------------- */
.SwipeUp {
  bottom: 0;
  left: 40%;
  position: fixed;
  z-index: 11;
}

/* goTop
--------------------- */
.goTop {
  bottom: 2px;
  right: 5px;
  position: fixed;
  z-index: 12;
}

/* contactBanner
----------------------------*/
.contactBanner {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 20px;
}

.contactBanner a {
  display: block;
  background-color: #ea9200;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-size: 1.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.engArea {
  font-size: 0.9em;
  color: #888;
}

/* 01 Top
--------------------- */
html,
body {
  height: 100%;
}

/* すべての写真を格納するdiv定義 */
#areaTop {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 各スライドdivの背景画像設定 */
#photo1 {
  background-image: url(../images/bg01top.jpg);
}

#photo2 {
  background-image: url(../images/bg02top.jpg);
}

#photo3 {
  background-image: url(../images/bg03top.jpg);
}

#photo4 {
  background-image: url(../images/bg04top.jpg);
}

#photo5 {
  background-image: url(../images/bg05top.jpg);
}

/* 全スライド共通のstyleとanimationの設定 */
.frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  animation: imgTrans 30s infinite;
  -webkit-animation: imgTrans 30s infinite;
}

/* 各スライドのanimationに時間的ずれを設定 */
#photo2 {
  animation-delay: 6s;
  -webkit-animation-delay: 6s;
}

#photo3 {
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
}

#photo4 {
  animation-delay: 18s;
  -webkit-animation-delay: 18s;
}

#photo5 {
  animation-delay: 24s;
  -webkit-animation-delay: 24s;
}

/* スライドのFadeIn,FadeOutのanimation設定 */
@keyframes imgTrans {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes imgTrans {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* 00 SNS
--------------------- */
.snsBox {
  padding: 30px 30px 20px;
  text-align: center;
}

.snsBox01 {
  margin: 0 0 20px;
}

/* 02 About
--------------------- */
#areaAbout {
  background: url(../images/bg02.jpg) no-repeat 0 bottom;
  background-size: 100% auto;
  padding: 10px;
}

#areaAbout h2 {
  padding: 40px 0 10px;
}

#areaAbout h3 {
  color: #888;
  margin: 0 0 3px;
}

#areaAbout div p {
  margin: 0 0 10px;
}

/* 03 Tjppal
--------------------- */
#areaTjppal {
  background: url(../images/bg03.jpg) no-repeat 0 bottom;
  background-size: 100% auto;
  width: 100%;
}

/* Tablet */
@media screen and (max-width: 768px) {
  #areaTjppal {
    height: 800px;
  }
}

/* SP縦向き */
@media screen and (max-width: 640px) and (orientation: portrait) {
  #areaTjppal {
    height: 500px;
  }
}

#areaTjppal p {
  width: 50%;
  margin: 0 auto;
  padding-top: 130px;
}

/* 04 Profile
--------------------- */
#areaProfile {
  background: url(../images/bg04.jpg) no-repeat 0 bottom;
  background-size: 100% auto;
  padding: 10px 10px 30px;
}

#areaProfile div {
  padding-bottom: 10px;
}

#areaProfile div span {
  text-align: center;
  display: block;
  padding: 0 0 7px;
  font-size: 0.9em;
}

/* 05 Member
--------------------- */
/* 05A tjppalMember
-------------- */
#tjppalMember {
  background-color: #f39800;
  color: #000;
  padding-bottom: 10px;
}

#tjppalMember a {
  color: #000;
  text-decoration: none;
}

#tjppalMember h2 {
  width: 70%;
  margin: 0 auto 20px;
  padding-top: 20px;
}

#tjppalMember h3 {
  margin: 5% 0 3%;
  text-align: center;
}

.guestText01 {
  margin: 0 0 4% 7%;
}

.guestText01 p {
  width: 36%;
  float: left;
  padding-bottom: 15px;
  margin: 0 0 0 7%;
  line-height: 100%;
  text-align: center;
}

.guestText03 {
  margin: 0 0 4% 7%;
}

.guestText03 p {
  width: 36%;
  float: left;
  margin: 0 0 15px 7%;
  line-height: 100%;
  text-align: center;
}

.guestText01 p img,
.guestText03 p img {
  margin-bottom: 5%;
}

.guestText01 p span,
.guestText03 p span {
  font-size: 0.7em;
  color: #613d00;
}

.m03 {
  clear: left;
}

.guestText02 {
  text-align: center;
  padding: 0 0 7%;
}

.guestText02 p {
  margin: 0 5px 2%;
  line-height: 100%;
  display: inline;
}

.guestText02 p span {
  font-size: 0.7em;
  color: #613d00;
}

/* 05B tjppalGallery 
-------------- */
#tjppalGallery h2 {
  width: 45%;
  margin: 0 auto 20px;
  padding-top: 25px;
  text-align: center;
}

#tjppalGallery div {
  margin: 0 0 4% 7%;
}

#tjppalGallery div p {
  width: 36%;
  float: left;
  margin: 0 0 0 7%;
  padding: 0 0 5%;
  line-height: 100%;
  text-align: center;
}

#tjppalGallery div p img {
  margin-bottom: 5%;
}

#tjppalGallery div p span,
.photo span {
  font-size: 0.7em;
  color: #613d00;
}

#tjppalGallery div p a,
.photo a {
  color: #f39800;
  text-decoration: none;
}

.photo {
  width: 36%;
  margin: 0 auto;
  padding: 0 0 5%;
  line-height: 100%;
  text-align: center;
}

/* 06 Duo
--------------------- */
#areaDuo {
  background: url(../images/bg06.jpg) no-repeat 0 bottom;
  background-size: 100% auto;
  width: 100%;
  height: 500px;
}

#areaDuo p {
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}

/* 07 Yurika
--------------------- */
#areaYurika {
  background: url(../images/bg07.jpg) no-repeat 0 bottom;
  background-size: 100% auto;
  padding: 10px 10px 300px;
}

#areaYurika h2 {
  padding: 40px 0 10px;
}

#areaYurika h3 {
  color: #888;
  margin: 0 0 3px;
}

#areaYurika div p {
  margin: 0 0 10px;
}
/*# sourceMappingURL=index.css.map */