@charset "utf-8";

*,
::before,
::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* 初期設定の余白をリセット＆余白計算方式の変更 */

ul{
  list-style: none;
}

/* リスト使用時の「・」マークをリセット */

li {
  margin-left: 0em;
  padding-left: 0em;
}

a{
  color: inherit;
}
/* リンク設定時の青文字と下線をリセット */

body{
  font-family: sans-serif;
  font-size: 16px;
  color: #0c45a8;
  line-height: 1;
  background-color: #ffffff;

  font-family: "kiwi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* テキストスタイル、背景の初期設定 */

img{
  max-width: 100%;
}
/* 画像が親要素からはみ出すのを防ぐ設定 */





/* cssベース設定　こここまで */






.content{
  width: 100%;
  max-width: 400px;
}

.header-area{
  z-index: 20;
  background-color: #fafafa;
  height: 45px;
  width: 100%;
  position: fixed;
}

.header-inner{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.logo{
  height: 20px;
}

.search{
  height: 20px;
}


.nav-area{
  z-index: 10;
  /* background-image: url(../svg/nav.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto; */
  background-color: #fafafa;
  border-radius: 10px 10px 0 0 ;
  height: 60px;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}

.nav{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 16px 0 16px;
  font-size: 0.7rem;
}

.nav a{
  text-decoration: none;
  text-align: center;
}

.nav li img{
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.nav p{
  margin-top: 5px;
  font-size: 10px;
}


.first-view{
  position: relative;
  height: 100vh;
  background-image: url(../img/top.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  color: #fafafa;
}




.content-box{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.btn{
  width: 60px;
  position: absolute;
}

.back{
  top: 30px;
  left: 20px;
}

.menu{
  top: 30px;
  right: 20px;
}

.plus{
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 0px;
  width: 90px;
}

.my-page{
  border-radius: 50%;
  object-fit: cover;
}


.profile{
  position: absolute;
  /* top: 58%; */
  left: 1.8rem;
  bottom: 25px;
}

.profile .flex{
  display: flex;
  margin-top: 20px;
}

/* .profile h2{
  margin-top: 20px;
} */

.follow{
  display: inline;
  height: 30px;
  margin-left: 20px;
}

.profile p{
  margin-top: 18px;
  line-height: 1.8;
  letter-spacing: 0.03rem;

  font-family: "kiwi-maru", sans-serif;
  font-weight: 300;
  font-style: normal;
}


.profile-txt{
  text-shadow: 3px 3px 5px #47496d;
}

/* .gradient{
  height: 50px;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(12, 69, 168) 100%);
} */

.decolation{
  margin-top: 20px;
}


.cat-title{
  font-size: 20px;
  color: #fafafa;
}

.cat-title::after{
  display: block;
  content: '';
  background-color: #fafafa;
  width: 50px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.icon{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  min-width: 100px;
  box-shadow: 3px 3px 5px #1617271c;
}

.cat-area{
  padding-top: 20px;
  text-align: center;
  /* background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(12, 69, 168) 100%); */
  background-color: #0c45a8;
}

.cat-list{
  margin-top: 30px;
  display: flex;
  overflow: scroll;
  height: 130px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(12, 69, 168) 100%);

}

.cat-list li{
  margin-left: 12px;
}


.cat-icon{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  min-width: 100px;
  box-shadow: 3px 3px 5px #1617271c;
}

.cat-name{
  margin-top: 10px;
}

.heading{
  margin-top: 40px;
  width: 95%;
}

.gallery{
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.photo-nav{
  z-index: 10;
  /* position: relative; */
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.photo-nav li{
  display: block;
  padding-left: 0;
  margin-left: 0;
  font-size: 26px;
  margin-bottom: 16px;
  /* width: 100px; */
  text-align: center;
  position: relative;
}

.photo-nav li a{
  text-decoration: none;
}

.photo-nav li a::after{
  display: block;
  content: '';
  background-color: #0c45a8;
  width: 100px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

.cat-hand{
  z-index: 1;
  position: relative;
  display: block;
  content: "";
  background-color: #0c45a800;
  /* width: 100px; */
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-image: url(../svg/cat_hand.svg);
  background-position: center;
  background-repeat: no-repeat;
  top: -10px;
  right: 0;
  left: 0;
}

.photo-area{
  z-index: -10;
  /* position: absolute;
  top: 180px;
  right: 0;
  left: 0; */
  width: 95%;
  margin: -60px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
}

.photo-area img{
  border: solid 8px #0c45a8; 
  padding: 6px;
  border-radius: 5px;
}

.img-area{
  position: relative;
}

.cat{
  z-index: 1;
  display: block;
  content: url(../svg/cats_icon.svg);
  background-color: #0c45a800;
  width: 30px;
  height: auto;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.goods{
  z-index: 1;
  display: block;
  content: url(../svg/goods_icon.svg);
  background-color: #0c45a800;
  width: 30px;
  height: auto;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.footer-area{
  margin-top: 60px;
  background-color: #0c45a8;
  height: 200px;
  color: #ffffff;

}

.footer-area p{
  padding-top: 40px;
  /* margin-top: 50px; */
  text-align: center;
}

