@charset "UTF-8";


.nav{
  width:100%;
  height: 110px;
  text-align: left;
  box-shadow: 0px 8px 5px -5px #808080;
  position: fixed;
  top: 0px;
  left: 0px;
  background-image: url("images/navmokume.jpg");
  z-index:10;
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
  background-image: url("images/bodymokume.jpg");
  background-size: 70%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}


.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  margin-top: 45px;
  width: 30%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nakamasagasi {/*仲間探しエリア*/
  width: 140px; /* 画像の幅調整 */
}

.nakamasagasi .circumscribed-photo-box-hidden {
  width: 80%;
  position: relative;
  left: 288px;
  top: -100px;
}

.nakamasagasi .circumscribed-photo-box {
  width: 100%;
  height: 0;
  padding-top: 78%; /* 画像の高さ調整 */
  background: url(images/nakamasagasi.jpg) no-repeat center center;/* 画像のURLを指定 */
  background-size: cover;
}

.nakamasagasi .mouse-over-mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 78%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);;
  opacity: 0;
}

.nakamasagasi .mouse-over-mask-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 0.1em;
  font-family: 'Caveat',cursive;
  color: #fff;
  text-align: center;
}

.nakamasagasi:hover .mouse-over-mask {
  opacity: 1;
}




.meal {/*メールエリア*/
  width: 130px; /* 画像の幅調整 */
}

.meal .circumscribed-photo-box-hidden2 {
  width: 80%;
  position: relative;
  left: 950px;
  top: -180px;
}

.meal .circumscribed-photo-box2 {
  width: 100%;
  height: 0;
  padding-top: 75%; /* 画像の高さ調整 */
  background: url(images/meal.jpg) no-repeat center center;/* 画像のURLを指定 */
  background-size: cover;
}

.meal .mouse-over-mask2 {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);;
  opacity: 0;
}

.meal .mouse-over-mask-text2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  font-size: 1.4em;
  font-weight: bold;
font-family: 'Homemade Apple',cursive;
  color: #fff;
  text-align: center;
}

.meal:hover .mouse-over-mask2 {
  opacity: 1;
}



.innsuta {/*インスタエリア*/
  width: 100px; /* 画像の幅調整 */
}

.innsuta .circumscribed-photo-box-hidden3 {
  width: 80%;
  position: relative;
  left: 1120px;
  top: -257px;
}

.innsuta .circumscribed-photo-box3 {
  width: 100%;
  height: 0;
  padding-top: 100%; /* 画像の高さ調整 */
  background: url(images/innsuta.jpg) no-repeat center center;/* 画像のURLを指定 */
  background-size: cover;
}

.innsuta .mouse-over-mask3 {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 100%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);;
  opacity: 0;
}

.innsuta .mouse-over-mask-text3 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  font-size: 1.1em;
  color: #fff;
  font-weight:900;
  font-family: 'Kausyan Script',cursive;
  text-align: center;
}

.innsuta:hover .mouse-over-mask3 {
  opacity: 1;
}




h2 {
  width: 25%;
  left: 420px;
  top: 130px;
  position: relative;
  padding: 1rem 2rem 1rem 4em;
  background: #daa520;
}

h2 span {
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-block;
  width: 52px;
  height: 50px;
  text-align: center;
  background: #fa4141;
}

h2 span:before,
h2 span:after {
  position: absolute;
  content: '';
}

h2 span:before {
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d90606;
}

h2 span:after {
  top: 50%;
  left: 0;
  display: block;
  height: 50%;
  border: 1em solid #fa4141;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
}

h2 span i {
  position: relative;
  z-index: 1;
  color: #fff100;
}

.ninnki-list { /* Flexbox設定 */
  display: flex; /* フレックスコンテナの指定 */
  flex-wrap: wrap; /* 複数行に分割・	flexアイテムを折り返す */
  justify-content: space-around; /* 各アイテムを均等に配置 */
}

.ninnki-item { /* ムービーエリアの各ボックス */
  width: 500px;
  height: 403px;
  margin-bottom: 180px;
  background-color: #ffffff;
  position:relative;
  top: 190px;
}

.ninnki-title { /* ムービーエリアのタイトル */
  font-size: 27px;
  font-weight: bold;
  margin-top: 3px;
  text-align: center;
  font-family: 'Corben', cursive;
}


.ninnki01 img{
  width: 500px;
  height: 333px;
}

.ninnki02 img{
  width: 500px;
  height: 333px;
}

.ninnki03 img{
  width: 500px;
  height: 333px;
}

.ninnki04 img{
  width: 500px;
  height: 333px;
}

.ninnki05 img{
  width: 500px;
  height: 333px;
}

.ninnki06 img{
  width: 500px;
  height: 333px;
}

.ninnki-url img{
  width: 40px;
  height: 40px;
  position: relative;
  top: -35px;
  right: 10px;
}

.ninnki-url{
  text-align:right;
}

.kana img{
  position: relative;
  height: 200px;
  width: 200px;
  top: 180px;
  left: 100px;
}
.balloon2-left {
  position: relative;
  display: inline-block;
  left: 320px;
  top: -120px;
  padding: 40px 100px;
  min-width: 120px;
  max-width: 100%;
  color: #000000;
  font-size: 22px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}


h3{
  color: #000000;
  font-size: 2em;
  font-family: "Kokoro";
  position: relative;
  left: 140px;
  top: 130px;
}

h4{
  color: #000000;
  font-size: 2em;
  font-family: "Kokoro";
  position: relative;
  left: 140px;
  top: 150px;
}

h5{
  color: #000000;
  font-size: 2em;
  font-family: "Kokoro";
  position: relative;
  left: 140px;
  top: 150px;
}


.yuuya img{
  position: relative;
  height: 200px;
  width: 200px;
  left: 100px;
  top: 200px;
}
.balloon3-left {
  position: relative;
  display: inline-block;
  left: 320px;
  top: -120px;
  padding: 40px 100px;
  min-width: 120px;
  max-width: 100%;
  color: #000000;
  font-size: 22px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon3-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon3-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon3-left p {
  margin: 0;
  padding: 0;
}




.risa img{
  position:relative;
  height: 200px;
  width: 200px;
  left: 100px;
  top: 320px;
  padding-bottom: 100px;
}
.balloon4-left {
  position: relative;
  display: inline-block;
  left: 320px;
  top: -120px;
  padding: 40px 100px;
  min-width: 120px;
  max-width: 100%;
  color: #000000;
  font-size: 22px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon4-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon4-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon4-left p {
  margin: 0;
  padding: 0;
}

h6{
  position: relative;
  top: 100px;
  text-align: center;
  font-size: 2em;
}
