@charset "UTF-8";
/*--------------------
    import
--------------------*/
/*--------------------
    font-family
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    mixin_pc, mixin_sp
--------------------*/
/*--------------------
    width
--------------------*/
/*--------------------
    img size
--------------------*/
/*--------------------
    padding-top
--------------------*/
/*--------------------
    padding-bottom
--------------------*/
/*--------------------
    変数
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    header
--------------------*/
body *{
/* font-family: 'IBM Plex Sans', sans-serif;
font-family: 'Noto Sans JP', sans-serif; */
font-family: source-han-sans-japanese,'Noto Sans JP', sans-serif;
font-weight: 400;
font-style: normal;
}
.user_icon img{
  border-radius:50%!important;
}
h2{
  font-weight:400!important;
}
/* 2021-12-24 15:09:09 inoue #1366 S */
.follow_category{
  font-size:11px!important;
  transition:0.3s;
   border: 1px solid #5694FF!important;;
   background:#5694FF!important;;
   border-radius: 20px!important;
   color:#fff!important;
   padding:0 10px 1px 10px!important;
   line-height:20px!important;
}
/* 2021-12-24 15:09:09 inoue #1366 S */
.category{
  font-size:11px!important;
  transition:0.3s;
   border: 1px solid #FF9C50!important;
   background:#FF9C50!important;
   border-radius: 20px!important;
   color:#fff!important;
   padding:0 10px 1px 10px!important;
   line-height:20px!important;
}
.new_icon {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width:40px!important;
}
a.img-box{
  display:block;
}
.category:hover{ 
    background: #fff!important;
    color: #FF9C50!important;
    border: 1px solid #FF9C50!important;
}
.location p,
.views p{
  padding-left:5px!important;
}

textarea{
  line-height:1.5em;
}

body.noscroll {
  overflow: hidden;
}

header {
  background-color: #000;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 81px;
}

textarea{
  line-height:1.6em!important;
}
@media (max-width: 680px) {
  header {
    background-color: #fff;
  }
}
header #header_menu {
  width: 1234px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.common_like_btn_frame a{
  display:flex;
  align-items:center;
}
@media (max-width: 1280px) {
  header #header_menu {
    width: calc(1234/1280*100vw);
  }
}
header #header_menu .hm_mid {
  font-weight: bold;
  color: #fff;
}
header #header_menu .hm_mid a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header #header_menu .hm_mid a:hover {
  opacity: 0.6;
}
header #header_menu .hm_mid a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #FF9C50;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
header #header_menu .hm_mid a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (max-width: 680px) {
  header #header_menu .hm_mid {
    display: none;
  }
}
header #header_menu .hm_mid a {
  margin: 0 5px;
  color: #fff !important;
}
header .hb_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 6px;
  position: relative;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
}
header .burger-btn {
  display: block;
  width: 39px;
  height: 39px;
  position: relative;
  z-index: 3;
}
header .burger-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
header .user_name {
  padding-right: 6px;
}
header .user_name a {
  color: #000 !important;
}
header .user_icon {
  width: 28px;
  height: 28px;
}
header .user_icon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .bar {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5694FF;
}
header .bar_top {
  top: 10px;
}
header .bar_mid {
  width: 18px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FF9C50;
}
header .bar_bottom {
  bottom: 10px;
}
header .burger-btn.close .bar_top {
  transform: translate(-50%, 8px) rotate(45deg);
  transition: transform 0.3s;
}
header .burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}
header .burger-btn.close .bar_bottom {
  transform: translate(-50%, -9px) rotate(-45deg);
  transition: transform 0.3s;
}
/* 2022-02-10 17:04:19 inoue #1372 S */
.sp_nav{
  display: none;
}
@media (max-width: 680px) {
  .pc_nav{
    display: none;
  }
  .sp_nav{
    display: block;
  }

}
/* 2022-02-10 17:04:19 inoue #1372 E */
header .nav_wrapper_frame {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
header .nav_wrapper_inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  header .nav_wrapper_inner {
    width: calc(1280/1280*100vw);
  }
}
@media (max-width: 680px) {
  header .nav_wrapper_inner {
    width: calc(670/680*100vw);
  }
}
header .nav_wrapper {
  width: 171px;
  padding: 20px 17px;
  position: absolute;
  top: 70px;
  right: 40px;
  margin: auto;
  z-index: 4;
  background-color: #fff;
  border-radius: 17px;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
}
header .nav_wrapper li {
  padding: 5px;
}
header .nav_wrapper li:hover {
  cursor: pointer;
  opacity: 0.7;
}
header .nav_wrapper li a {
  display: block;
  /* color: #000 !important; */
  border-bottom: 3px solid #bfcfd9;
  display: inline-block;
}
header .nav_wrapper li:hover {
  background-color: #F6F6F6;
}

.login_frame {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
.login_frame .lf_flex {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.login_frame .lf_inner {
  position: relative;
  width: 430px;
  height: 457px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.login_frame .lfi_flex {
  width: 250px;
  height: 337px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: center;
}
.login_frame .lfi_flex form {
  height: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.login_frame .input_form {
  width: 100%;
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 7px;
  text-align: left;
  border: 1px solid #949393;
  background-color: #FCFCFC;
}
.login_frame .s_login_btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.login_frame .s_login_btn:hover {
  opacity: 0.7;
}
.login_frame .s_pf_btn {
  font-size: 10px;
  color: #5694FF;
}
.login_frame .s_pf_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.login_frame .before_user {
  color: red;
  font-weight: bold;
  border: solid 2px red;
  border-radius: 20px;
  padding: 10px;
}
.login_frame .s_login_btn {
  background-color: #FF9C50;
}
.login_frame .login_close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
}
.login_frame .login_close_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.login_frame .login_close_btn p {
  text-align: center;
  font-size: 40px;
}

.signup_frame {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
.signup_frame .lf_flex {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.signup_frame .lf_inner {
  position: relative;
  width: 430px;
  height: 457px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.signup_frame .lfi_flex {
  width: 250px;
  height: 337px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: center;
}
.signup_frame .lfi_flex form {
  height: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.signup_frame .input_form {
  width: 100%;
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 7px;
  text-align: left;
  border: 1px solid #949393;
  background-color: #FCFCFC;
}
.signup_frame .s_login_btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.signup_frame .s_login_btn:hover {
  opacity: 0.7;
}
.signup_frame .s_pf_btn {
  font-size: 10px;
  color: #5694FF;
}
.signup_frame .s_pf_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.signup_frame .before_user {
  color: red;
  font-weight: bold;
  border: solid 2px red;
  border-radius: 20px;
  padding: 10px;
}
.signup_frame .s_login_btn {
  background-color: #5694FF;
}
.signup_frame .register_close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
}
.signup_frame .register_close_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.signup_frame .register_close_btn p {
  text-align: center;
  font-size: 40px;
}
.signup_frame .lfi_flex form {
  height: 60%;
}


.au_icon img{
    border-radius: 50%;
  }
  a{
    transition:0.3s;
  }
  a:hover{
    opacity:0.9;
  }

  .follow_btn_off:before {
    top:4px!important
  }
@media(max-width:1000px){
  main,
  footer .footer_menu{
  padding:0 15px;
  width:100%;
  overflow: hidden;
  }
}
@media(max-width:680px){  
   header #header_menu{
    padding:0 15px;
  }
  header #header_menu picture img{
    padding-right:15px;
  }
  #app{
  /* 2021-11-18 11:31:50 paddingの値を15→25 */
  padding:0 25px;
  width:100%;
  overflow: hidden;
  }
  #app section{
  padding:0 0 30px 0;
  }  
  #app *{
    max-width:100%;
  }
  #app .tns-slider{
    max-width:initial!important;
  }
  [data-controls=prev], [data-controls=next]{
  display:none;
  }
  header .user_name{
    display:none;
  }

  /* パスワードリセット */
.pass-reset{
  padding:0;
}
.pass-reset .row{
  margin-left:0;
  margin-right:0;
  }

  .pass-reset .chui{
    padding:10px;
  }


}