@charset "UTF-8";
/*--------------------
    import
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    mixin_pc, mixin_sp
--------------------*/
/*--------------------
    width
--------------------*/
/*--------------------
    img size
--------------------*/
/*--------------------
    padding-top
--------------------*/
/*--------------------
    padding-bottom
--------------------*/
#top-to-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

/*--------------------
    フォローボタン
--------------------*/
/*--------------------
    フォローボタン
--------------------*/
/*--------------------
    一覧ページ
--------------------*/
/*--------------------
    font-family
--------------------*/
/*--------------------
    import
--------------------*/
/*--------------------
    font-family
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    mixin_pc, mixin_sp
--------------------*/
/*--------------------
    width
--------------------*/
/*--------------------
    img size
--------------------*/
/*--------------------
    padding-top
--------------------*/
/*--------------------
    padding-bottom
--------------------*/
/*--------------------
    変数
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    index-text 一覧を見る
--------------------*/
/*--------------------
    記事css
--------------------*/
/*--------------------
    Leisure Specials
--------------------*/
#author {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 70px;
}
@media (max-width: 1280px) {
  #author {
    padding-top: calc(70/1280*100vw);
  }
}
@media (max-width: 680px) {
  #author {
    padding-top: calc(70/680*100vw);
  }
}
#author .top_title {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
#author .top_title h2 {
  position: relative;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#author .top_title h2:before {
  position: absolute;
  content: "";
  width: 50px;
  left: 0;
  bottom: -10px;
  border-bottom: 5px solid #000;
}
#author .top_title h3 {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#author .top_title .top_wr_img {
  width: 226px;
}
#author .top_title .top_wr_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#author .top_title p {
  padding-left: 15px;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#author .container_title {
  text-align: center;
}
#author .container_title h3 {
  padding-top: 10px;
  font-size: 15px;
}
#author .post_search_bar {
  padding-top: 45px;
}
#author .post_search_bar h3 {
  font-size: 20px;
  font-weight: bold;
}
#author .post_search_bar .post_search_bar_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
}
#author .post_search_bar .search_frame {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  background: #F3F3F3;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
#author .post_search_bar .search_frame:hover {
  cursor: pointer;
  opacity: 0.7;
}
#author .post_search_bar .search_form {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 440px;
  margin-right: 30px;
}
#author .post_search_bar .search_form:before {
  position: absolute;
  content: url(../images/search/search_img.png);
  display: inline-block;
  right: 15px;
}
#author .post_search_bar .search_form input {
  width: 90%;
}
#author .post_search_bar .search_select {
  position: relative;
  width: 200px;
  text-align: center;
}
#author .post_search_bar .search_select .label {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#author .post_search_bar .search_select .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 2;
}
#author .post_search_bar .search_select .select::-ms-expand {
  display: none;
}
#author .post_search_bar .search_select .select:focus {
  z-index: -1;
  opacity: 1;
}
#author .post_search_bar .search_btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 84px;
}


/* ここから一覧のcss */
#author .author_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
#author .author_ul .author_li {
  width:48%;
  padding: 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom:25px;
  transition: 0.3s;
  position:relative;
  gap:15px;
}

#author .author_ul li:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#author .author_ul .ai_icon {
  display: flex;
  justify-content: flex-start;
}
#author .author_ul .ai_icon .au_icon{
  width:25%;
}
#author .author_ul .ai_icon .au_icon img {
  width:100%;
  height:auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#author .author_ul .ai_icon .author_info {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  flex:1;
  gap:15px;
}
#author .author_ul .ai_icon .location {
  display: flex;
  justify-content: flex-start;
}
#author .author_ul .ai_icon .location p {
  padding-left: 5px;
}
#author .author_ul .ai_icon .nice {
  display: flex;
  justify-content: flex-start;
}
#author .author_ul .ai_icon .nice p {
  padding-left: 5px;
}
#author .author_ul .ai_member {
  display: flex;
  justify-content: flex-start;
}
#author .user_n{
  font-size:18px;
  font-weight:bold;
}
#author .author_ul .ai_member .if_img {
  width: 38px;
  height: auto;
  margin-right: -6px;
}
#author .author_ul .ai_member .if_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
       border-radius:50%;

}
#author .author_ul .ai_txt {
  font-size: 12px;
  line-height: 20px;
}
#author .author_ul .ai_btn {
  margin:auto 0 0 0;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  gap:15px;
}
#author .author_ul .ai_btn .aib_profile {
  width: 110px;
  padding: 9px 0;
  border-radius: 20px;
  color: #fff;
  background-color: #FF9C50;
}
#author .author_ul .ai_btn .follow_btn_common {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 31px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
}
#author .author_ul .ai_btn .follow_btn_common:hover {
  cursor: pointer;
  opacity: 0.7;
}
#author .author_ul .ai_btn .follow_btn_on {
  position: relative;
  background: #58DBB3;
}
#author .author_ul .ai_btn .follow_btn_on:after {
  position: absolute;
  content: "✔︎";
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
#author .author_ul .ai_btn .follow_btn_off {
  position: relative;
  background: #5694FF;
}
#author .author_ul .ai_btn .follow_btn_off:before {
  position: absolute;
  content: "+";
  top: 2px;
  left: 20px;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

@media(max-width:680px){
  #author .author_ul .author_li{
    width:100%;
  }
  #author .author_ul .ai_icon .au_icon {
    width:35%;
  }
  #author .author_ul .author_inner{
    padding:15px;
  }
}