@charset "UTF-8";
/*--------------------
    import
--------------------*/
#top-to-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

/*--------------------
    フォローボタン
--------------------*/
/*--------------------
    フォローボタン
--------------------*/
/*--------------------
    一覧ページ
--------------------*/
/*--------------------
    import
--------------------*/
/*--------------------
    font-family
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    mixin_pc, mixin_sp
--------------------*/
/*--------------------
    width
--------------------*/
/*--------------------
    img size
--------------------*/
/*--------------------
    padding-top
--------------------*/
/*--------------------
    padding-bottom
--------------------*/
/*--------------------
    変数
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    index-text 一覧を見る
--------------------*/
/*--------------------
    記事css
--------------------*/
/*--------------------
    TOP
--------------------*/
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.like_btn.hidden {
  display: none;
}

.common_like_btn_frame {
  display: flex;
  /* 2021-11-22 11:32:24 トップページのコンテンツ一覧のいいねボタンの位置位置変更 start→end inoue */
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
}

.like_btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 20px;
  padding-top: 1px;
}
.like_btn img {
  width: 100%;
}
.like_btn:hover {
  cursor: pointer;
}
.like_btn:hover img {
  width: 120%;
}

#top {
  position: relative;
  z-index: 3;
}
#top:before {
  position: absolute;
  content: "";
  z-index: -988;
  width: 100%;
  height: 1000px;
  top: 830px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E5F5FF;
  -webkit-clip-path: polygon(0% 100%, 0% 20%, 100% 0%, 100% 80%);
          clip-path: polygon(0% 100%, 0% 20%, 100% 0%, 100% 80%);
}
#top:after {
  position: absolute;
  content: "";
  z-index: -988;
  width: 100%;
  height: 1000px;
  top: 3280px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E5F5FF;
  -webkit-clip-path: polygon(0% 80%, 0% 0%, 100% 20%, 100% 100%);
          clip-path: polygon(0% 80%, 0% 0%, 100% 20%, 100% 100%);
}

#sponsor {
  padding-top: 15px;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#sponsor .spo01 {
  position: relative;
  width: 57%;
  height: 330px;
}
#sponsor .spo01 .category {
  position: absolute;
  bottom: 13px;
  right: 17px;
  padding: 7px 10px;
  font-size: 10px;
  border-radius: 20px;
  color: #fff;
  background-color: #FF9C50;
  z-index:999;
}
#sponsor .spo01 .spo_frame {
  position: absolute;
  width: 100%;
  height: 104px;
  left: 0;
  right: 0;
  bottom: 0;
}
#sponsor .spo01 .spo_inner {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}
#sponsor .spo01 .uptime {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 11px;
}
#sponsor .spo01 .spoi_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#sponsor .spo01 .title {
  font-size: 14px;
  font-weight: bold;
}
#sponsor .spo01 .sif_frame {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
#sponsor .spo01 .au_icon img {
    width: 58px;
    border: 3px solid #fff;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#sponsor .spo01 .sif_inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-left: 15px;
}
#sponsor .user_n {
  font-size: 12px;
  margin-bottom:5px;
}
#sponsor .spo01 .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
#sponsor .location img {
  width: 14px!important;
  -o-object-fit: contain;
     object-fit: contain;
}
#sponsor .spo01 .location p {
  padding-left: 5px;
  color: #F2F2F2;
}
#sponsor .spo01 .sifi_mid {
  display: flex;
}
#sponsor .spo01 .view {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
#sponsor .spo01 .view img {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
#sponsor .spo01 .view p {
  padding-left: 5px;
}
#sponsor .spo01 .nice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
/* 2021-12-24 10:12:45 inoue #1364 S */
.likers_pick_promotion{
  display: flex;
  justify-content: flex-end;
}
.likers_pick{
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  padding-bottom: 5px;
}
/* 2021-12-24 10:12:45 inoue #1364 E */
#sponsor .spo01 .icon_flex {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#sponsor .spo_flex {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: right;
  width: 42%;
}
#sponsor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sponsor .spo02, #sponsor .spo03 {
  position: relative;
  width: 100%;
  max-height: 160px;
}
#sponsor .spo02 .spo_frame, #sponsor .spo03 .spo_frame {
  position: absolute;
  width: 65%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

#sponsor .spo02 .spo_inner, #sponsor .spo03 .spo_inner {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 215px;
  height: 100%;
  padding: 8px;
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
  color: #fff;
  gap:5px;
}
#sponsor .spo02 .spoi_top, #sponsor .spo03 .spoi_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sponsor .spo02 .spoi_top .uptime, #sponsor .spo03 .spoi_top .uptime {
  font-size: 11px;
}
#sponsor .spo02 .spoi_top .category, #sponsor .spo03 .spoi_top .category {
  padding: 7px;
  font-size: 10px;
  border-radius: 20px;
  color: #fff;
  background-color: #FF9C50;
}
#sponsor .spo02 .spoi_bot, #sponsor .spo03 .spoi_bot {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#sponsor .spo02 .spoi_bot .spoib_left, #sponsor .spo03 .spoi_bot .spoib_left {
  width: 22%;
}
#sponsor .spo02 .spoi_bot .au_icon, #sponsor .spo03 .spoi_bot .au_icon {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#sponsor .spo02 .spoi_bot .au_icon img, #sponsor .spo03 .spoi_bot .au_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
    border: 2px solid #fff;

}
#sponsor .spo02 .spoi_bot .spoib_right, #sponsor .spo03 .spoi_bot .spoib_right {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 75%;
  text-align: left;
}
#sponsor .spo02 .spoi_bot .spoib_right > div, 
#sponsor .spo03 .spoi_bot .spoib_right > div{
  margin-top:auto;
}
#sponsor .spo02 .spoi_bot .title, #sponsor .spo03 .spoi_bot .title {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
      margin-bottom:5px;

}
#sponsor .spo02 .spoi_bot .location, #sponsor .spo03 .spoi_bot .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  margin-bottom:5px;
}

#sponsor .spo02 .spoi_bot .location p, #sponsor .spo03 .spoi_bot .location p {
  padding-left: 5px;
  color: #F2F2F2;
}
#sponsor .spo02 .spoi_bot .sifi_mid, #sponsor .spo03 .spoi_bot .sifi_mid {
  display: flex;
  justify-content: flex-start;
}
#sponsor .spo02 .spoi_bot .view, #sponsor .spo03 .spoi_bot .view {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
#sponsor .spo02 .spoi_bot .view img, #sponsor .spo03 .spoi_bot .view img {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
#sponsor .spo02 .spoi_bot .view p, #sponsor .spo03 .spoi_bot .view p {
  padding-left: 5px;
}
#sponsor .spo02 .spoi_bot .nice, #sponsor .spo03 .spoi_bot .nice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
#sponsor .nice img {
  width: 13px;
  height:auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#sponsor .nice p {
  font-size:12px;
  padding-right: 4px;
}

#pickup {
  position: relative;
  z-index: 989;
  padding-top: 40px;
  padding-bottom: 50px;
}
#pickup:after {
  position: absolute;
  content: "";
  z-index: -989;
  opacity: 0;
}
@media (max-width: 1280px) {
  #pickup {
    padding-top: calc(40/1280*100vw);
  }
}
@media (max-width: 680px) {
  #pickup {
    padding-top: calc(40/680*100vw);
  }
}
@media (max-width: 1280px) {
  #pickup {
    padding-bottom: calc(50/1280*100vw);
  }
}
@media (max-width: 680px) {
  #pickup {
    padding-bottom: calc(50/680*100vw);
  }
}
#pickup .top_title {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
#pickup .top_title h2 {
  position: relative;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
  margin-left:7px;
}
#pickup .top_title h2:before {
  position: absolute;
  content: "";
  width: 50px;
  left: 0;
  bottom: -10px;
  border-bottom: 5px solid #000;
}
#pickup .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;
}
#pickup .top_title .top_wr_img {
  width: 226px;
}
#pickup .top_title .top_wr_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#pickup .top_title p {
  padding-left: 15px;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}

#pickup .news_frame {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
#pickup #customize-controls {
  max-width: 1100px;
  z-index:999;
}
#pickup .controls {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  background: #333;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pickup .controls:focus {
  outline: none;
}
#pickup .controls li:hover {
  cursor: pointer;
}
#pickup .news_frame_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#pickup .news_width {
  max-width: 1000px;
}
#pickup .pickup_ul {
  height: 520px;
}
#pickup .news_ul {
  padding-top: 30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
#pickup .news_ul .news_li {
  margin-bottom: 30px;
  height: 418px;
  transition: 0.3s;
  box-shadow:none;
  background:transparent!important;
}
#pickup .news_ul .news_li .wrap{
  background-color: #fff;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
  width:97%;
  margin:0 auto;
}

#pickup .news_ul .news_li .wrap: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);
}

#pickup .news_ul .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active {
  margin-top: -15px;
  height: 459px;
  -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}
#pickup .news_ul .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .news_img {
  height: 195px;
}
#pickup .news_ul .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pickup .news_ul .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .news_inner {
  height: 234px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  /* padding: 0 20px 20px; */
  padding: 0 20px 0px;
}
#pickup .news_ul .news_inner {
  height: 241px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  /* padding: 0 20px 20px; */
  padding: 0 20px 0px;
}

#pickup .tns-outer {
  margin: 0 auto;
}
#pickup .tns-inner {
  position: relative;
  z-index: 98;
}
#pickup .tns-nav {
  text-align: center;
}
#pickup .tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #dddddd;
}
#pickup .tns-nav > [aria-selected=true] {
  background: #999999;
}
#pickup [data-controls=prev],
#pickup [data-controls=next] {
  position: absolute;
  z-index: 10;
  top: 55%;
  width: 34px;
  height: 34px;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.9;
  background: #333333;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}
#pickup [data-controls=prev]:hover,
#pickup [data-controls=next]:hover {
  opacity: 0.6;
}
#pickup [data-controls=prev] {
  left: 0px;
}
#pickup [data-controls=next] {
  right: 0px;
}
#pickup .news_ul {
  padding-top: 40px !important;
}
#pickup .news_img .category {
  background-color: #FF9C50;
}
#pickup .news_img {
  position: relative;
}

#pickup .pickup_icon {
  position: absolute;
  top: -13px;
  left: 54px;
  width:60px;
}
#pickup .index-text {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
/* 2021-12-22 14:24:25 inoue #1364 S */
@media (max-width: 680px) {
  #pickup .index-text .it-frame{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: 323px;
    color: #333;
    font-weight: 700;
    background-color: #bbbbbb;
    box-shadow: 0 0 10px rgba(0 0 0 / .2);
    border-radius: 6px;
    transition: 0.3s;
  }
  #pickup .index-text .it-frame::after{
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg);
  }
  #pickup .index-text .it-frame::hover{
    text-decoration: none;
    background-color: #aaaaaa;
    box-shadow: 0 0 10px rgba(0 0 0 / 0);
  }
}
/* 2021-12-22 14:24:25 inoue #1364 E */

#pickup .index-text .it-frame:hover {
  cursor: pointer;
  opacity: 0.6;
}
#pickup .index-text p {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-bottom: -10px;
  padding-bottom: 10px;
}
#pickup .index-text p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
#pickup .index-text p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}

/* 2021-12-23 16:58:03 #1364 inoue S */
#pickup .pickup_view_day{
  color: red;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  align-items: center;
}
#pickup .pickup_view{
  display: flex;
  justify-content: flex-start;
}
#pickup .pickup_view p{
  color: #9e9e9e;
  font-size: 12px;
  padding-left: 4px;
}

/* 2021-12-23 16:58:03 #1364 inoue E */

#follower_news {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1280px) {
  #follower_news {
    padding-top: calc(40/1280*100vw);
  }
}
@media (max-width: 680px) {
  #follower_news {
    padding-top: calc(40/680*100vw);
  }
}
@media (max-width: 1280px) {
  #follower_news {
    padding-bottom: calc(50/1280*100vw);
  }
}
@media (max-width: 680px) {
  #follower_news {
    padding-bottom: calc(50/680*100vw);
  }
}
#follower_news .news_img .category {
  background-color: #5694FF!important;
  border:1px solid #5694FF!important;
}
#follower_news .news_img .category:hover{
  border:1px solid #5694FF!important;
  color:#5694FF!important;
}
/* 2021-11-22 18:22:38 inoue follower_news 一覧 */
#follower_news .index-text {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#follower_news .index-text .it-frame:hover {
  cursor: pointer;
  opacity: 0.6;
}
#follower_news .index-text p {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-bottom: -10px;
  padding-bottom: 10px;
}
#follower_news .index-text p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
#follower_news .index-text p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}

#whats_news {
  position: relative;
  z-index: 989;
  padding-top: 40px;
  padding-bottom: 50px;
}
#whats_news:after {
  position: absolute;
  content: "";
  z-index: -989;
  opacity: 0;
}
@media (max-width: 1280px) {
  #whats_news {
    padding-top: calc(40/1280*100vw);
  }
}
@media (max-width: 680px) {
  #whats_news {
    padding-top: calc(40/680*100vw);
  }
}
@media (max-width: 1280px) {
  #whats_news {
    padding-bottom: calc(50/1280*100vw);
  }
}
@media (max-width: 680px) {
  #whats_news {
    padding-bottom: calc(50/680*100vw);
  }
}

#whats_news .wnew_bot {
  max-width: 1000px;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#whats_news .wnew_bot .user_n{
  text-align:left;
}
#whats_news .wnew_bot .title a{
  padding:0;
}
#whats_news .wnew_bot .news_li {
  width: 49%;
  padding: 18px 30px 0 30px;
}
#whats_news .wnew_bot .news_li .news_li_a {
  display: flex;
  justify-content: flex-start;
}
#whats_news .wnew_bot .news_li .samune {
  width: 120px;
  height: 120px;
}
#whats_news .wnew_bot .news_li .samune img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#whats_news .wnew_bot .news_li .news_inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 70%;
  padding:0;
  padding-left: 15px;
  flex:1;
  height:auto;
}
#whats_news .wnew_bot .news_li .ni_top {
  display: flex;
  justify-content: space-between;
  height: 70%;
}
#whats_news .wnew_bot .news_li .ni_top_inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex:1;
  gap:5px;
}
#whats_news .wnew_bot .news_li .category {
  display: inline-block;
  padding: 7px 10px;
  font-size: 12px;
  border-radius: 20px;
  color: #fff;
  background-color: #FF9C50;
}
#whats_news .wnew_bot .news_li .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom:5px;
}
#whats_news .wnew_bot .news_li .user_n {
  font-size: 12px;
  margin-bottom:5px;
}
#whats_news .wnew_bot .news_li .uptime {
  font-size: 11px;
}
#whats_news .wnew_bot .news_li .vni_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top:auto;
}
#whats_news .wnew_bot .news_li .vni_flex .vnif_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#whats_news .wnew_bot .news_li .vni_flex p {
  font-size: 12px;
}
#whats_news .wnew_bot .news_li .vni_flex .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-size: 11px;
}
#whats_news .wnew_bot .news_li .vni_flex .location p {
  padding-left: 4px;
}
#whats_news .wnew_bot .news_li .vni_flex .view {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
}
#whats_news .wnew_bot .news_li .vni_flex .view p {
  padding-left: 4px;
}
#whats_news .wnew_bot .news_li .vni_flex .nice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#whats_news .wnew_bot .news_li .vni_flex .nice .like_btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#whats_news .wnew_bot .news_li .vni_flex .nice p {
  padding-left: 4px;
}
#whats_news .wnew_bot .news_li .vni_flex .icon_flex {
  display: flex;
  justify-content: flex-end;
}
#whats_news .wnew_bot .news_li .vni_flex .icon_flex .if_img {
  margin-left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#whats_news .wnew_bot .news_li .vni_flex .icon_flex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
/* 2021-12-24 10:49:45 inoue #1354 S */
#whats_news .likers_pick2{
  display: flex;
  justify-content: flex-end;
  padding: 6px 0px;
}
/* 2021-12-24 10:49:45 inoue #1354 E */
#whats_news .index-text {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
/* 2021-12-22 14:24:25 inoue #1364 S */
@media (max-width: 680px) {
  #whats_news .index-text .it-frame{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: 323px;
    color: #333;
    font-weight: 700;
    background-color: #bbbbbb;
    box-shadow: 0 0 10px rgba(0 0 0 / .2);
    border-radius: 6px;
    transition: 0.3s;
  }
  #whats_news .index-text .it-frame::after{
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg);
  }
  #whats_news .index-text .it-frame::hover{
    text-decoration: none;
    background-color: #aaaaaa;
    box-shadow: 0 0 10px rgba(0 0 0 / 0);
  }
}
/* 2021-12-22 14:24:25 inoue #1364 E */
#whats_news .index-text .it-frame:hover {
  cursor: pointer;
  opacity: 0.6;
}
#whats_news .index-text p {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-bottom: -10px;
  padding-bottom: 10px;
}
#whats_news .index-text p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
#whats_news .index-text p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}

#application {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1280px) {
  #application {
    padding-top: calc(40/1280*100vw);
  }
}
@media (max-width: 680px) {
  #application {
    padding-top: calc(40/680*100vw);
  }
}
@media (max-width: 1280px) {
  #application {
    padding-bottom: calc(50/1280*100vw);
  }
}
@media (max-width: 680px) {
  #application {
    padding-bottom: calc(50/680*100vw);
  }
}
#application .top_title {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
#application .top_title h2 {
  position: relative;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#application .top_title h2:before {
  position: absolute;
  content: "";
  width: 50px;
  left: 0;
  bottom: -10px;
  border-bottom: 5px solid #000;
}
#application .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;
}
#application .top_title .top_wr_img {
  width: 226px;
}
#application .top_title .top_wr_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#application .top_title p {
  padding-left: 15px;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#application .app-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1280px) {
  #application .app-posts {
    padding-top: calc(30/1280*100vw);
  }
}
@media (max-width: 680px) {
  #application .app-posts {
    padding-top: calc(30/680*100vw);
  }
}
#application .app-posts .news_li_frame {
  padding-bottom: 50px;
}
#application .app-posts .news_li {
  position: relative;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
#application .app-posts .news_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);
}
#application .app-posts .news_li .news_img {
  width: 315px;
  height: 420px;
}
#application .app-posts .news_li .news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#application .app-posts .news_li .news_inner {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#application .app-posts .news_li .news_inner .ni_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#application .app-posts .news_li .news_inner .uptime {
  font-size: 11px;
}
#application .app-posts .news_li .news_inner .category {
  color: #fff;
  background-color: #5694FF;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 20px;
}
#application .app-posts .news_li .news_inner .ni_mid {
  padding: 0 30px;
  text-align: center;
}
#application .app-posts .news_li .news_inner .user_n {
  padding-top: 10px;
  font-size: 14px;
}
#application .app-posts .news_li .news_inner .title {
  padding-top: 20px;
  font-size: 16px;
  text-align: left;
  line-height: 25px;
}
#application .app-posts .news_li .news_inner .ni_bot {
  padding: 30px 30px;
}
#application .app-posts .news_li .news_inner .au_icon {
  max-width: 54px;
}
#application .app-posts .news_li .news_inner .au_icon img {
  border: 3px solid #fff;
  border-radius: 50%;
}
#application .app-posts .news_li .news_inner .vni_flex {
  display: flex;
  justify-content: space-between;
}
#application .app-posts .news_li .news_inner .vnif_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#application .app-posts .news_li .news_inner .vnif_left p {
  font-size: 12px;
}
#application .app-posts .news_li .news_inner .rec_kigen {
  padding-bottom: 10px;
  font-size: 12px;
}
#application .app-posts .news_li .news_inner .rec_kigen span {
  padding-left: 10px;
}
#application .app-posts .news_li .news_inner .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-size: 11px;
}
#application .app-posts .news_li .news_inner .location p {
  padding-left: 4px;
}
#application .app-posts .news_li .news_inner .view {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
}
#application .app-posts .news_li .news_inner .view p {
  padding-left: 4px;
}
#application .app-posts .news_li .news_inner .nice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#application .app-posts .news_li .news_inner .nice .like_btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#application .app-posts .news_li .news_inner .nice p {
  padding-left: 4px;
}
#application .app-posts .news_li .news_inner .icon_flex {
  display: flex;
  justify-content: flex-end;
}
#application .app-posts .news_li .news_inner .icon_flex img {
  margin-left: -10px;
}
#application .index-text {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#application .index-text .it-frame:hover {
  cursor: pointer;
  opacity: 0.6;
}
#application .index-text p {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-bottom: -10px;
  padding-bottom: 10px;
}
#application .index-text p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
#application .index-text p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}

#weekly_rankings {
  position: relative;
  z-index: 989;
  padding-top: 40px;
  padding-bottom: 50px;
}
#weekly_rankings:after {
  position: absolute;
  content: "";
  z-index: -989;
  opacity: 0;
}
@media (max-width: 1280px) {
  #weekly_rankings {
    padding-top: calc(40/1280*100vw);
  }
}
@media (max-width: 680px) {
  #weekly_rankings {
    padding-top: calc(40/680*100vw);
  }
}
@media (max-width: 1280px) {
  #weekly_rankings {
    padding-bottom: calc(50/1280*100vw);
  }
}
@media (max-width: 680px) {
  #weekly_rankings {
    padding-bottom: calc(50/680*100vw);
  }
}
#weekly_rankings .wr_frame {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  gap:15px;
}


@media (max-width: 1280px) {
  #weekly_rankings .wr_frame {
    padding-top: calc(30/1280*100vw);
  }
}

@media (max-width: 1000px) {
  #weekly_rankings .wr_frame {
    display:block;
  }
}

@media (max-width: 680px) {
  #weekly_rankings .wr_frame {
    padding-top: calc(30/680*100vw);
  }
}


#prefectures {
  position: relative;
  z-index: 989;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
#prefectures:after {
  position: absolute;
  content: "";
  z-index: -989;
  opacity: 0;
}

#prefectures .xs{
  display:none;
}
@media (max-width: 1280px) {
  #prefectures {
    padding-bottom: calc(20/1280*100vw);
  }
}
@media (max-width: 680px) {
  #prefectures {
    padding-bottom: calc(20/680*100vw);
  }
}
#prefectures .pre_frame {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 94px;
}
#prefectures .bgcolor_top {
  background: #F2F2F2;
}
#prefectures .bgcolor_bot {
  background: #FFE787;
}

#tp-bottom {
  position: relative;
  z-index: 988;
  display: flex;
  gap:20px;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 110px;
}
#tp-bottom:after {
  position: absolute;
  content: "";
  z-index: -989;
  opacity: 0;
}
@media (max-width: 1280px) {
  #tp-bottom {
    padding-top: calc(40/1280*100vw);
  }
}
@media (max-width: 680px) {
  #tp-bottom {
    padding-top: calc(40/680*100vw);
  }
}
@media (max-width: 1280px) {
  #tp-bottom {
    padding-bottom: calc(110/1280*100vw);
  }
}
@media (max-width: 680px) {
  #tp-bottom {
    padding-bottom: calc(110/680*100vw);
  }
}
#tp-bottom #leisure-specials {
  flex:1;
}
#tp-bottom #leisure-specials .top_title {
  display: flex;
  justify-content: flex-start;
}
#tp-bottom #leisure-specials h2 {
  position: relative;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#tp-bottom #leisure-specials h2:before {
  position: absolute;
  content: "";
  width: 50px;
  left: 0;
  bottom: -10px;
  border-bottom: 5px solid #000;
}
#tp-bottom #leisure-specials 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;
}
#tp-bottom #leisure-specials .ls_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}
#tp-bottom #leisure-specials .ls_ul .ls_li {
  margin-bottom: 10px;
  width: 31.5%;
  height: 258px;
  background-color: #fff;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
#tp-bottom #leisure-specials .ls_ul .ls_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);
}
#tp-bottom #leisure-specials .ls_ul .ls_li .ls_img {
  position: relative;
  height: 139px;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .ls_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .ls_img .category {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background-color: #FF9C50;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .ls_img .au_icon {
  position: absolute;
  width: 54px;
  height: 54px;
  left: 0;
  right: 0;
  bottom: -27px;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .ls_img .au_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .ls_inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 119px;
  padding: 5px 5px;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .uptime {
  font-size: 11px;
  text-align: right;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .user_n {
  font-size: 12px;
  text-align: center;
  margin-top:5px;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .title {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .loca_frame {
  display: flex;
  justify-content: center;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-size: 11px;
  margin-bottom:0;
}
#tp-bottom #leisure-specials .ls_ul .ls_li .location p {
  padding-left: 4px;
}
#tp-bottom #company {
  width: 28%;
}
#tp-bottom #company .top_title {
  display: flex;
  justify-content: flex-start;
}
#tp-bottom #company h2 {
  position: relative;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#tp-bottom #company h2:before {
  position: absolute;
  content: "";
  width: 50px;
  left: 0;
  bottom: -10px;
  border-bottom: 5px solid #000;
}
#tp-bottom #company 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;
}
#tp-bottom #company .cp_ul {
  padding-top: 30px;
  padding-bottom: 30px;
}
#tp-bottom #company .cp_ul .cp_li {
  margin-bottom: 8px;
  background-color: #fff;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
#tp-bottom #company .cp_ul .cp_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);
}
#tp-bottom #company .cp_ul .cp_li .cp_li_a {
  height: 99px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tp-bottom #company .cp_ul .cp_li .au_img {
  width: 57px;
  height: 57px;
}
#tp-bottom #company .cp_ul .cp_li .au_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#tp-bottom #company .cp_ul .cp_li .cp_inner {
  width: 80%;
  padding-left: 10px;
}
#tp-bottom #company .cp_ul .cp_li .user_n {
  padding-top: 10px;
  font-size: 14px;
}
/* 2021-11-22 16:38:58　inoue フォローボタンの修正 S */
#tp-bottom #company .cp_ul .cp_li .company_follow {
  color: red;
  padding-top: 6px;
  font-size: 11px;
}
#tp-bottom #company .follow_btn_common {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 14px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  padding: 10px 0;
}
#tp-bottom #company  .follow_btn_common:hover {
  cursor: pointer;
  opacity: 0.7;
}
#tp-bottom #company .follow_btn_on {
  position: relative;
  background: #58DBB3;
}
#tp-bottom #company .follow_btn_on:after {
  position: absolute;
  content: "✔︎";
  top: 1px;
  right: 4px;
  bottom: 0;
  margin: auto;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  padding: 3px 0px;
}
#tp-bottom #company .follow_btn_off {
  position: relative;
  background: #5694FF;
}
#tp-bottom #company .follow_btn_off:before {
  position: absolute;
  content: "+";
  top: 1px!important;
  left: 11px;
  bottom: 0;
  margin: auto;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  padding: 4px 0px;
}

/* 2021-11-22 16:38:58　inoue フォローボタンの修正 E */
#tp-bottom #company .cp_ul .cp_li .vni_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
#tp-bottom #company .cp_ul .cp_li .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-size: 11px;
}
#tp-bottom #company .cp_ul .cp_li .location p {
  padding-left: 4px;
}
#tp-bottom #company .cp_ul .cp_li .icon_flex {
  display: flex;
  justify-content: flex-end;
}
#tp-bottom #company .cp_ul .cp_li .icon_flex .if_img {
  margin-left: -10px;
  width: 26px;
  height: 26px;
}
#tp-bottom #company .cp_ul .cp_li .icon_flex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #fff;
  border-radius: 50%;
}
#tp-bottom .index-text {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
/* 2021-12-22 14:24:25 inoue #1364 S */
@media (max-width: 680px) {
  #tp-bottom .index-text .it-frame{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: 323px;
    color: #333;
    font-weight: 700;
    background-color: #bbbbbb;
    box-shadow: 0 0 10px rgba(0 0 0 / .2);
    border-radius: 6px;
    transition: 0.3s;
  }
  #tp-bottom .index-text .it-frame::after{
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg);
  }
  #tp-bottom .index-text .it-frame::hover{
    text-decoration: none;
    background-color: #aaaaaa;
    box-shadow: 0 0 10px rgba(0 0 0 / 0);
  }
}
/* 2021-12-22 14:24:25 inoue #1364 E */

#tp-bottom .index-text .it-frame:hover {
  cursor: pointer;
  opacity: 0.6;
}
#tp-bottom .index-text p {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-bottom: -10px;
  padding-bottom: 10px;
}
#tp-bottom .index-text p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
#tp-bottom .index-text p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}

#top-to-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}


/* 2111　佐藤追記 */
/* sato S */
/* sato */

.wr_frame > ul{
  width:100%;
}
.wrf_mid{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  gap:15px;
}

.wrf_mid .news_li{
  height:100%;
}

.wrf_mid .news_img{
  height:120px;
}

.wr_frame .news_li{
  width:100%;
  margin-bottom:0;
}

.wr_frame .news_li .title a{
  padding:0;
}

.wrf_mid .news_li .title a{
  text-align:center;
  padding:5px 0;
}
.wrf_mid .if_img{
  width:30px;
  height:30px;
}
.wr_frame .news_img{
  position:relative;
}
.wr_frame .ran_icon{
  position:absolute;
  top:0;
}

.wrf_mid .ran_icon{
  width:30px;
    left:10px;

}

.wrf_right .ran_icon{
  width:20px;
  left:5px;
}
.wrf_right{
background-color: #fff;
    box-shadow: 2px 0 15px 0 rgb(0 0 0 / 10%);
    padding:0 10px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
  }
.wrf_right .news_li{
  height:100%;
  display:flex;
  gap:10px;
  justify-content: space-between;
  align-items:center;
  box-shadow:none;
  background:transparent;
  padding:10px 0 10px 0;
  border-bottom:1px solid #ccc;
}

.wrf_right .news_li:last-of-type{
  border-bottom:none;
}
.wrf_right .news_li:hover{
  box-shadow: none;
}

.wrf_right .location{
  margin-bottom:0;
}
.wrf_right .news_li .user_n{
  text-align:left;
}

.wrf_right .news_li .title a{
  line-height:20px;
}
.wr_frame .news_inner{
  height:auto;
}
.wrf_mid .news_inner{
  padding-bottom:10px;
}
.wrf_right .news_inner{
  flex:1;
    padding:0;
    height:90px;

}
.wrf_right .news_img{
  width:90px;
  height:90px;
}
.cat-date-box{
  display:flex;
  align-items:center;
}
.cat-date-box form{
  margin-right:15px;
}
.cat-date-box .uptime{
  margin-right:0;
  margin-left:auto;
}

@media(max-width:1000px) and (min-width:680px){
  .wrf_mid{
    flex-direction: row;      
  }
  .wrf_right{
    flex-direction: row;
    flex-wrap:wrap;      
  }
  .wrf_right .news_li{
    width:48%;
  }    
}

@media(max-width:1000px){
  .wrf_mid{
    margin-bottom:15px;
  }
}
@media(max-width:680px){
 
  #sponsor{
  display:block;
  }
  #sponsor .spo01{
    width:100%;
    height:300px; 
    max-height:auto;
  }
  #sponsor .spo01 .user_n{
    margin-bottom:5px;
  }
  #sponsor .spo01 .location{
    margin-bottom:5px;
  }
  #sponsor .spo01,
  #sponsor .spo02{
    margin-bottom:15px;
  }

  #sponsor .spo02,
  #sponsor .spo03,
  #sponsor .spo02 img, 
  #sponsor .spo03 img{
    max-height:200px;
  }

  #whats_news .wnew_bot .news_li,
  #weekly_rankings .wr_frame .wrf_mid .news_li,
  #sponsor .spo02 .spo_inner,
  #sponsor .spo03 .spo_inner,
  #sponsor .spo01 .sif_frame,
  #sponsor .spo_flex,
  #tp-bottom #leisure-specials,
  #sponsor .spo02 .spo_frame, #sponsor .spo03 .spo_frame,
  #tp-bottom #leisure-specials,
  #tp-bottom #company,
  #tp-bottom #leisure-specials .ls_ul .ls_li .ls_img{
    width:100%!important;
  }
  #sponsor .spo01 .title{
    margin-bottom:10px;
  }
  #sponsor .spo01 .uptime{
    position:static;
    margin-bottom:5px;
  }
  #sponsor .spo02 .spoi_bot .title, #sponsor .spo03 .spoi_bot .title{
    margin:5px 0;
  }
  #sponsor .spo02 .spoi_bot .spoib_right, #sponsor .spo03 .spoi_bot .spoib_right{
    width:auto;
    padding:0 10px;
  }
 
  #sponsor .spo01 .au_icon,
  #sponsor .spo02 .spoi_bot .spoib_left, 
  #sponsor .spo03 .spoi_bot .spoib_left{   
    width:20%!important;
    height:auto!important;
    text-align:center;
    display:flex;
    justify-content: center;
    align-items:center;
  }
  #sponsor .au_icon img{
    max-width:60px;
    width:100%!important;
    height:auto!important;
  }
  #sponsor .spo02 .spoi_bot, #sponsor .spo03 .spoi_bot{
    justify-content: flex-start;
    width:100%;
  }
  #sponsor .spo01 .spo_frame{
    height:auto!important;
  }
  #sponsor .spo02 .spo_frame, #sponsor .spo03 .spo_frame{
    height:auto;
  }
  #weekly_rankings .wr_frame{
    flex-wrap:wrap;
  }
  #prefectures .bgcolor_top{
    width:100%;
  }
  #tp-bottom{
    display:block;
  }
 
  #pickup .news_ul .news_li{
    margin-bottom:20px;
    padding-right:0;
  }
  
  #pickup .news_ul .news_li .news_li_a{
    width:100%;
  }
  #pickup .pickup_ul{
    height:auto;
  }
  #pickup .news_ul .news_li .news_img{
    width:100%;
  }
  #pickup .index-text{
    margin-top:20px;
  }
  #top-to-button{
    display:none;
  }
  #whats_news .news_ul .news_li,
  #weekly_rankings .wr_frame .wrf_right .news_li,
  #tp-bottom #leisure-specials .ls_ul .ls_li{
    width:100%!important;
    height:auto!important;
  }
  #whats_news .news_ul .news_li .news_img{
    width:100%!important;
  }
  #whats_news .wnew_bot .news_li{
    padding:15px;
  }
  #whats_news .wnew_bot .news_li .ni_top,
  #weekly_rankings .wr_frame{
    display:block!important;
  }
  #weekly_rankings .wr_frame .wrf_mid .news_li .news_img{
    width: 100% !important;
    height:120px;
  }
  #weekly_rankings .wr_frame .wrf_mid .news_li{
    height:auto!important;
  }
  #tp-bottom #company{
    margin-top:40px;
  }
  #tp-bottom #company .cp_ul .cp_li .icon_flex .if_img{
    margin-left:0;
  }
  #sponsor .user_n{
    margin-bottom:0;
  }
  #sponsor .spo01 .spoi_flex{
    flex-wrap:wrap;
  }
  #sponsor .spo01 .sif_inner{
    width:80%;
  }
  #sponsor .spo02 .spoi_bot .spoib_right, #sponsor .spo03 .spoi_bot .spoib_right{
    width:80%;
  }
  #sponsor .spo01 .icon_flex{
    margin-left:auto;
    margin-top:-50px;
  }

  #sponsor .spo01 .spo_inner ,
    #sponsor .spo02 .spo_inner, #sponsor .spo03 .spo_inner{
    padding:10px;
  }
  .wrf_right .news_li{
    width:100%;
  }
  #whats_news .wnew_bot{
    padding-top:0;
  }
  #whats_news .wnew_bot .news_li .news_li_a{
    flex-direction: column;
  }
  .index-text p::after,
  .index-text p::before{
    display:none!important;
  }
  .index-text{
    justify-content: center!important;
  }
  #whats_news .wnew_bot .news_li .samune {   
    margin: 0 auto 10px auto;
}
#whats_news .wnew_bot .news_li .user_n{
  padding-top:0;
  margin-bottom:10px;
}
#prefectures{
  margin:40px 0;
}


#prefectures .pre_frame,
#prefectures img{
  width:100%;
  height:auto;
}

#prefectures .pc{
  display:none;
}
#prefectures a{
  width:100%;
  display:block;
}
#prefectures .xs{
  display:block;
  width:100%;
}
#whats_news .wnew_bot .news_li .samune{
  width:100%;
  height:160px;
}
#whats_news .wnew_bot .news_li .samune img{
  width:100%;
 
}
}
/* 2021-12-22 10:50:31 inoue #1364 S */
.location_popular{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding-right: 20px; */
  font-size: 13px;
}
.location_popular p{
  color: #606060;
}
/* 2021-12-22 10:50:31 inoue #1364 E */