@font-face {
    font-family: 'Kiwi maru';
    font-style: lighter;
    font-weight: 500;
    src:url('../font/KiwiMaru-Medium.ttf');
}
html{
  overflow-x: hidden;
}
body{
    font-family: "Kiwi maru";
    overflow-x: hidden;
}
.hov-ex{
  transition: 0.2s;
}
.hov-ex:hover{
  transition: 0.2s;
  opacity: 0.7;
}
input[type="text"]{
  font-family: "Kiwi maru";
}
select{
  font-family: "Kiwi maru";
}

.title1{
    font-size: 36px;
    font-weight: 500;
    color: linear-gradient(90deg, #ebad00, #ff9170);
    text-align: center;
    letter-spacing: 0.2rem;
}

.keyv{
    position: relative;
}

.keyv_content {
  background-image: url(../img/kv_bg.png);
  background-size: auto 100%;
  height: auto;
  padding-bottom: 40px;
}
.keyv_logo{
    padding-top: 120px;
    text-align: center;
    margin-bottom: 30px;
    width: 80%;
    max-width: 450px;
    margin: auto;
    margin-bottom: 30px;
}
.keyv_logo img{
  width: 100%;
}
.search_container{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #999;
    padding: 3px 10px;
    border-radius:5px;
    height: 2.8em;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    justify-content: space-between;
  }
  .search_container input[type="text"]{
    border: none;
    height: 2.0em;
    width: 100%;
  }
  .search_container input[type="text"]:focus {
    outline: 0;
  }
  .search_container input[type="submit"]{
    cursor: pointer;
    font-size: 1.3em;
    border: none;
    color: #3879D9;
    width: 2.5em;
    height: 2.0em;
    outline : none;
    background:url(../img/loupe.png) no-repeat center;
    transition: 0.2s;
  }
  .search_container input[type="submit"]:hover{
    opacity: 0.6;
    transition: 0.2s;
  }
  .search_container button[type="submit"]{
    cursor: pointer;
    font-size: 1.3em;
    border: none;
    color: #3879D9;
    width: 2.5em;
    height: 2.0em;
    outline : none;
    background:url(../img/loupe.png) no-repeat center;
    transition: 0.2s;
  }
  .search_container button[type="submit"]:hover{
    opacity: 0.6;
    transition: 0.2s;
  }
  .search_container button[type="button"]{
    cursor: pointer;
    font-size: 1.3em;
    border: none;
    color: #3879D9;
    width: 2.5em;
    height: 2.0em;
    outline : none;
    background:url(../img/loupe.png) no-repeat center;
    transition: 0.2s;
  }
  .search_container button[type="button"]:hover{
    opacity: 0.6;
    transition: 0.2s;
  }
    
  .keyv_searchbox ,.keyv_taglistbox{
    margin: 0 20px;
    margin-bottom: 20px;
  }

  .keyv_taglist{
    overflow: hidden;
    max-width: 800px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 5px 0;
    /* background-color: white; */
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: initial;
    gap: 6px 4px; /* 余白 */
    position: relative;
}
.keyv_taglist::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    height: -webkit-fill-available;
    /* background-image: url(sample/pe1.jpeg); */
    background: linear-gradient(90deg, rgba(251,117,119,1) 0%, rgba(162,99,250,1) 50%, rgb(87,235,255) 100%);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    mix-blend-mode: darken;
    pointer-events: none;
}
.keyv_taglist li{
  font-family: 'Kiwi Maru', serif;
  background-color: white;
  color: black;
  font-weight: normal;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
  border-radius: 50px;
  height: 25px;
  line-height: 22px;
}
.keyv_taglist li a{
  color: white;
  text-decoration: none;
  position: relative;
}
.keyv_taglist li a{
  transition: 0.2s;
}
.keyv_taglist li a:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.keyv_news {
  margin: auto;
  padding: 0 20px;
  margin-top: 50px;
  position: relative;
  max-width: 800px;
}
.news-banner {
  display: block;
  height: 30px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  max-width: 800px;
  margin: auto;
  border-radius: 30px;
  padding: 10px 0;
  transition: 0.2s;
}
.news-banner:hover{
  transition: 0.2s;
  opacity: 0.6;
}
.news-banner__content {
  display: inline-block;
  color: #000;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 20s linear infinite;
}
.news-banner__content > * {
  display: inline-block;
}
.top_orangebnr_cloud{
  position: absolute;
    right: -30px;
    bottom: -80px;
    z-index: 5;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

  .top_orangebnr{
    position: relative;
    background: linear-gradient(90deg, #ebad00, #ff9170);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-bottom: 0;
  }
  .top_orangebnr_txt{
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-right: 30px;
    letter-spacing: 0.15rem;
  }
  .top_orangebnr_txt span{
    font-size: 36px;
    letter-spacing: 0.3rem;
  }
  /*--ボタン--*/
  .btn a {
    font-size: 18px;
    letter-spacing: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    border-bottom: 4px solid #e1e1e1;
    text-decoration: none;
    border-radius: 5px;;
    width: 210px;
    height: 60px;
    transition: 0.2s;
  }
  .btn a span{
    padding-top: 2px;
    padding-left: 15px;
  }
  .btn a:hover {
    color: #000;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    transition: 0.2s;
  }
  .top_orangebnr_poychan{
    position: absolute;
    bottom: 0;
    right: -30px;
  }
  .top_orangebnr_poychan img{
    width: 100%;
  }
  .btn2{
    text-align: center;
  }
  .btn2 a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 50px;
    margin: auto;
    color: #fff;
    font-size: 24px;
    background: #e61f77;
    box-shadow: 0px 5px 0 #cf1065;
    transition: .2s;
    border-radius: 10px;
    text-decoration: none;
    background-image: url(../img/pinkbtn_bg.png);
    background-repeat: no-repeat;
  }
  .btn2 a:hover {
    transform: translate3d(0, 5px, 0);
    color: #fff;
    box-shadow: none;
    background: #cf1065;
    background-image: url(../img/pinkbtn_bg.png);
    background-repeat: no-repeat;
}
.btn2 img{
  padding-left: 10px;
}

/*--トップポイッターから探す--*/
  .poyetter_search .title1{
    position: relative;
    margin-top: 40px;
    padding: 80px 0;
  }
  .poyetter_search .title1::after {
    position: absolute;
    content: url(../img/FINDPOYEETOR.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
  .gradation{
    background: url(../img/gradation_bg.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .poyetter_searchber{
    height: 100px;
    display: flex;
    background: url(../img/gradation_bg2.png) no-repeat;
    background-size: cover;
    justify-content: center;
  }
  .poyetter_searchbtn {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin: 0 60px;
}
.poyetter_searchbtn a{
  transition: 0.2s;
}
.poyetter_searchbtn a:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.poyetter_searchcategory{
    text-align: center;
    background: url(../img/search_categorybg.png) no-repeat;
    background-size: cover;
}
.poyetter_searchcategory img{
    padding-top: 50px;
    padding-bottom: 80px;
}
.poyetter_searchbox{
  max-width: 800px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 50px 20px;
  padding-bottom: 80px;
}
.poyetter_searchbox a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  height: 180px;
  z-index: 2;
}
.p_sboxbtn {
  width : calc(100% / 4) ;
  transition:all 0.2s;
  position: relative;
  overflow: hidden;
}
.p_sboxbtn a span {
  z-index: 2;
  width: 100%;
  height: 180px;
  line-height: 180px;
}
.p_sboxbtn::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s;
}
.p_sboxbtn:hover::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2, 1.2);
  transition: .2s;
}
.p_sbox_top{
  width: 100%;
}
.p_sbox_top::after{
  background: url(../img/new.png) no-repeat center;
  background-size: cover;
}
.p_sbox_1::after{
  background: url(../img/age20.png) no-repeat center;
  background-size: cover;
}
.p_sbox_2::after{
  background: url(../img/age30.png) no-repeat center;
  background-size: cover;
}
.p_sbox_3::after{
  background: url(../img/age40.png) no-repeat center;
  background-size: cover;
}
.p_sbox_4::after{
  background: url(../img/age50.png) no-repeat center;
  background-size: cover;
}
.p_sbox_5::after{
  background: url(../img/age60.png) no-repeat center;
  background-size: cover;
}
.p_sbox_6::after{
  background: url(../img/age70.png) no-repeat center;
  background-size: cover;
}
.p_sbox_7::after{
  background: url(../img/age80.png) no-repeat center;
  background-size: cover;
}
.p_sbox_8::after{
  background: url(../img/kids.png) no-repeat center;
  background-size: cover;
}



/*--トップランキング--*/
.ranking{
    background: url(../img/rankingbg.png) no-repeat;
    background-size: cover;
}
.ranking .title1{
    position: relative;
    padding: 80px 0;
    color: #fff;
}
.ranking .title1::after {
    position: absolute;
    content: url(../img/CHECKRANKING.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ranking_searchber{
    height: 100px;
    display: flex;
    background: #000;
    background-size: cover;
    justify-content: center;
  }
  .ranking_searchbtn {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin: 0 20px;
}
.ranking_searchbtn a{
  transition: 0.2s;
}
.ranking_searchbtn a:hover{
  transition: 0.2s;
  opacity: 0.6;
}
.ranking_searchvideos{
    text-align: center;
}
.ranking_searchvideos {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 120px;
  display: flex;
  max-width: 800px;
  margin: auto;
  flex-direction: column;
}
.ranking_top3 {
  display: flex;
  justify-content: space-around;
}
.ranking_top3 div{
  position: relative;
}
.ranking_top3 div img{
  width: 255px;
}
.ranking_top3 div video {
  width: 255px;
  border-radius: 5%;
}
.playbtn.playActive{display:none;}
.ranking_top3 div .firstmark,.ranking_top3 div .secondmark,.ranking_top3 div .thirdmark{
  width: 50px;
    position: absolute;
    top: -2px;
    left: 10px;
}
.ranking_top3under {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ranking_top3under div{
  position: relative;
}
.ranking_top3under div img{
  width: 150px;
}
.ranking_top3under div video{
  width: 150px;
  border-radius: 5%;
}
.ranking_top3under div .ranking_startbtn,.ranking_top3 div .ranking_startbtn{
  position: absolute;
  width: 40%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking_top3under div .ranking_startbtn, .ranking_top3 div .ranking_startbtn:hover{
  opacity: 0.8;
}
.ranking_searchswiper{
  display: none;
}
.r_svideo_box{
  transition: 0.2s;
}
.r_svideo_box:hover{
  opacity: 0.8;
  transition: 0.2s;
}



/*--トップカテゴリから探す--*/
.category_search {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
    padding-bottom: 50px;
}
.category_search .title1{
    position: relative;
    margin-top: 40px;
    padding: 80px 0;
  }
  .category_search .title1::after {
    position: absolute;
    content: url(../img/FEATUREDCATEGORISE.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
  .gradation2{
    background: url(../img/gradation_bg3.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .category_searchflex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.category_searchbox{
    margin: 0 5px;
    margin-bottom: 30px;
}
.category_searchbox{
  transition: 0.2s;
}
.category_searchbox:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.category_searchbox p{
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 1.5rem;
}
.category_searchbox p:first-child{
    margin-left:0;
}
.category_searchbox p:nth-child(2){
    font-size: 18px;
    margin-top: 20px;
    margin-left:5px;
}
.category_searchbox div img{
  width: 100%;
}

.summary{
    
}
.summary_content{
  background-image: url(../img/kv_bg.png);
  background-size: auto 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.summary_content p{
  color: #fff;
  font-size: 34px;
  text-align: center;
  margin: 20px;
}

/*--過去のポイコン--*/
.poycon{
  background-image: url(../img/poycon_bg.png);
    background-size: 100% auto;
}
.poycon .title1{
  position: relative;
  margin-top: 40px;
  padding: 80px 0;
}
.poycon .title1::after {
  position: absolute;
  content: url(../img/POYEETCONTEST.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}


/*--トップインタビュー--*/
.interview {
    background: url(../img/interviewbg.png) no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.interview .title1{
  position: relative;
  padding: 80px 0;
  color: #fff;
}
.interview .title1::after {
  position: absolute;
  content: url(../img/USERINTERVIEW.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.interview_flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  padding: 0 15px;
}
.interview_box{
  width: 250px;
  border-radius: 10px;
  background-color: #d9d9d9;
  margin: 0 5px;
  margin-bottom: 30px;
}
.interview_box{
  transition: 0.2s;
}
.interview_box:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.interview_box div:first-child img{
  width: 100%;
  vertical-align: top;
}
.interview_box div:nth-child(2){
  height: 160px;
  padding:15px 10px;
}
.interview_box div:nth-child(2) h2{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin-bottom: 10px;
}
.interview_box div:nth-child(2) p{
  margin-left: 1.2rem;
  margin-bottom: 10px;
}
.interview_swiper{
  display: none;
}

/*--トップSNS--*/
.sns{
  padding-bottom: 60px;
}
.sns .title1{
  position: relative;
  margin-top: 40px;
  padding: 80px 0;
}
.sns .title1::after {
  position: absolute;
  content: url(../img/SOCIALMEDIA.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.gradation3{
  background: url(../img/gradation_bg4.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.snsbtn {
  display: flex;
  max-width: 600px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}
.snsbtn p{
  margin-right: 10px;
  margin-bottom: 10px;
}
.snsbtn p:last-child{
  margin-right: 0px;
}
.btn3 a {
  display: flex;
  width: 190px;
  height: 80px;
  border: 1px solid #efa717;
  border-bottom: 4px solid #efa717;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.btn3 a:hover{
  border-bottom: 1px solid #efa717;
  transform: translate3d(0px, 4px, 0px);
  transition: 0.3s;
}

/*--トップ最新情報--*/
.news {
  background: url(../img/interviewbg.png) no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.news .title1{
position: relative;
padding: 80px 0;
color: #fff;
}
.news .title1::after {
position: absolute;
content: url(../img/USERINTERVIEW.png);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

.newslist{
  background:#fff ;
  border-radius: 30px;
  max-width: 800px;
  margin: auto;
  padding: 40px;
}
.newslist p a{
  font-size: 18px;
  display: inline-flex;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.15rem;
  line-height: 1.2rem;
  margin-bottom: 40px;
}
.newslist p a{
  transition: 0.2s;
}
.newslist p a:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.newslist .newsdate{
  margin-right: 30px;
}
.newslist .btn2 a{
  color: #fff;
  font-size: 24px;
}

/* ランキングスライド */
.ranking_searchswiper img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.ranking_searchswiper video{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 5%;
}
.ranking_searchswiper{
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding-bottom: 100px;
overflow: hidden;
}
.ranking_searchswiper .swiper-slide {
transition: transform 0.6s;
transform-origin: bottom;
position: relative;
transform: scale(0.85);
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
}
.ranking_searchswiper .ranking_startbtn {
position: absolute;
width: 40%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: 0;
}
.ranking_searchswiper .swiper-slide .ranking_tag {
position: absolute;
text-align: center;
bottom: -3rem;
width: 100%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

/* ポイコンスライド */
  .poycon_swiper img {
    width: 100%;
    height: auto;
  }
  .poycon_swiper video {
    width: 100%;
    height: auto;
    border-radius: 5%;
}
.poycon_swiper{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: hidden;
}
.poycon_swiper .swiper-slide {
  transition: transform 0.6s;
  transform-origin: bottom;
  position: relative;
  transition: 0.2s;
}
.poycon_swiper .swiper-slide:hover{
  opacity: 0.8;
  transition: 0.2s;
}
.poycon_swiper .swiper-slide {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
}
.poycon_swiper .swiper-slide-active{
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
}
.poycon_swiper .poycon_swiper_absolute {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
.poycon_swiper .swiper-slide .poycon_tag {
  opacity: 0;
  transition: 1.5s;
  position: absolute;
  text-align: center;
  bottom: -3rem;
  width: 170%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.poycon_swiper .swiper-slide-active .poycon_tag{
  opacity: 1;
  transition: 1.5s;
}

/*--インタビュースライド--*/
.interview_swiper{
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}
.interview_swiper .swiper-slide {
  transition: transform 0.6s;
  transform-origin: bottom;
  position: relative;
}
.interview_swiper .interview_box{
  width: 90%;
  margin: auto;
  background: #fff;
}

/*--ヘッダー--*/
header{
  background: linear-gradient(90deg, rgba(251,117,119,1) 0%, rgba(162,99,250,1) 50%, rgb(87,235,255) 100%);
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header{
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  padding: 10px 20px;
}
.header_logo{
  width: 110px;
  margin-right: 40px;
}
.header_logo a{
  transition: 0.2s;
}
.header_logo a:hover{
  transition: 0.2s;
  opacity: 0.6;
}
.header_logo img{
  width: 100%;
}
.header_search_container{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius:20px;
  height: 40px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  justify-content: space-between;
}
.header_search_container input[type="text"]{
  border: none;
  height: 2.0em;
  width: 100%;
}
.header_search_container input[type="text"]:focus {
  outline: 0;
}
.header_search_container input[type="submit"]{
  cursor: pointer;
    font-size: 1.3em;
    border: none;
    color: #3879D9;
    width: 2em;
    height: 1.2em;
    outline: none;
    background: url(../img/loupe.png) no-repeat center;
    background-size: contain;
    transition: 0.2s;
}
.header_search_container input[type="submit"]:hover{
  opacity: 0.6;
  transition: 0.2s;
}
  

/*--フッター--*/
footer{
  background: #e61f77;
  padding: 70px 20px;
}
footer nav{
  padding: 0 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}
footer nav p a{
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
footer nav p a:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.footer_logo{
  margin-top: 70px;
  text-align: center;
}
.footer_logo img{
  width: 70%;
  max-width: 320px;
}
.copyright{
  margin-top: 30px;
  color: #fff;
  text-align: center;
}



.display1270{
  display: none;
}

/*--レスポンシブ--*/
@media (max-width: 1270px){
  .keyv_logo {
    padding-top: 100px;
  }
  .top_orangebnr_poychan {
    position: absolute;
    bottom: 0px;
    right: -80px;
}
.top_orangebnr_txt{
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.top_orangebnr {
  flex-direction: column;
  height: 140px;
}
.none1270{
  display: none;
}
.display1270{
  display: block;
}
.top_orangebnr .btn a{
  width: 280px;
}
}
@media (max-width: 1150px){
  .top_orangebnr_cloud {
    right: 100px;
}
}
@media (max-width: 900px){
  .top_orangebnr_cloud {
    right: 130px;
  }
  .newslist{
    margin: 0 20px;
  }
  .top_orangebnr {
    align-items: flex-start;
    padding-left: 20px;
  }
}
@media (max-width: 850px){
  .ranking_searchvideos{
    display: none;
  }
  .ranking_searchswiper{
    display: block;
  }
}
@media (max-width: 750px){
/*--ポイッターから探す--*/
.p_sboxbtn {
  width : 50%;
  background-size: cover;
  transition:all 0.2s;
  position: relative;
  overflow: hidden;
}
.p_sbox_top {
  width: 100%;
}
  .poyetter_searchbtn {
    margin: 0 10px;
}
.poyetter_searchber {
  justify-content: space-around;
}
/*--カテゴリから探す--*/
/*--利用者インタビュー--*/
.interview_flex{
  display: none;
}
.interview_swiper{
  display: block;
}
.interview_box {
  margin: 0;
}
/*--ニュース--*/
.newslist p a {
  flex-flow: wrap column-reverse;
}
.newslist .btn2 a {
  flex-flow: nowrap;
}
.newslist .newsdate {
  margin-top: 10px;
  margin-right: 0px;
  text-align: right;
  font-size: 14px;
}
/*--ヘッダー--*/
.header_search_container{
  display: none;
}
.header {
  padding: 20px 20px;
}
/*--フッター--*/
  footer {
    padding: 50px 20px;
}
  footer nav{
    flex-direction: column;
  }
  footer nav p{
    margin-bottom: 1rem;
  }
  .footer_logo {
    margin-top: 30px;
}
.copyright {
  margin-top: 10px;
}
.ranking_searchber,.poyetter_searchber{
  overflow-x: scroll;
}
}

@media (max-width: 580px){
  .keyv_content {
    padding-bottom: 60px;
}
  .top_orangebnr_txt{
    font-size: 14px;
  }
  .top_orangebnr .btn a{
    width: 240px;
  }
  .top_orangebnr_poychan{
    width: 180px;
  }
  .top_orangebnr_cloud {
    right: 90px;
}
  .category_searchbox p{
    margin-left: 5px;
  }
  .category_searchbox p:nth-child(2) {
    margin-top: 10px;
  }
  .category_searchbox {
    width: 45%;
}
}
@media (max-width: 500px){
  .title1{
    font-size: 30px;
  }
  .newslist {
    padding: 20px;
}
.none500{
  display: none;
}
.summary_content p{
  font-size: 28px;
}
.btn2 a {
  width: 320px;
}
  .snsbtn{
    flex-direction: column;
    align-items: center;
  }
  .snsbtn p{
    margin-right:0 ;
  }
}

  







/*--新規登録ページ--*/
.regist_page{
  margin: auto;
  max-width: 600px;
  padding: 0 20px;
  margin-bottom: 150px;
}
.regist_steptitle{
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.step_img{
  width: 220px;
}
.regist_steptitle h1{
  text-align: center;
}
.regist_steptitle h1 span{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.regist_steptitle h1 span:last-child{
  font-size: 22px;
}
.regist_form p input[type="text"]{
  width: 90%;
  height: 45px;
  border: none;
}
.regist_form input[type="text"]:focus {
  outline: 0;
}
.regist_form p{
  text-align: center;
  width: 100%;
  height: 60px;
  border:3px solid #c0c0c0;
  border-radius:50px ;
  display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.regist_btn{
  margin-top: 100px;
}
.regist_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  background: #e61f77;
  box-shadow: 0px 5px 0 #cf1065;
  transition: .2s;
  border-radius: 50px;
  text-decoration: none;
}
.regist_btn a:hover{
  transform: translate3d(0, 5px, 0);
    color: #fff;
    box-shadow: none;
}

.regist_btn_adjust{
  max-width: 400px;
  margin: auto;
  margin-top: 40px;
}
  
.regist_btn2 a{
  background: #c0c0c0;
  box-shadow: 0px 5px 0 #b0b0b0;
}
.regist_form p{
  position: relative;
}
.regist_form p select{
  width: 90%;
  height: 45px;
  border: none;
}
.regist_form p select:focus {
  outline: 0;
}
.regist_form p select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を無効 */
}
.regist_form p span{
display: inline-block;
position: absolute;
width: 25px;
height: 20px;
background: url(../img/select_arrow.png) no-repeat;
background-size: cover;
right: 5%;
pointer-events: none;
}
.regist_page .regist_form .mb0{
  margin-bottom: 0;
}
.regist_form .caution{
  display: block;
  margin-top: 5px;
  margin-left: 1rem;
  margin-bottom: 20px;
  font-size: 14px;
}
.regist_form .checkbox{
  text-align: center;
}
.checkbox{
  margin-bottom: 10px;
}
.checkbox a{
  color: #000;
  transition: 0.2s;
}
.checkbox a:hover{
  opacity: 0.6;
  transition: 0.2s;
}
/*--チェックボックスリセット--*/
.checkbox input[type="checkbox"]  {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.regist_form input[type="checkbox"]{
  margin-right: 5px;
  inline-size: 1.3rem;
  block-size: 1.3rem;
}
/*--チェックボックス--*/
.checkbox input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.checkbox input[type="checkbox"]::before,
.checkbox input[type="checkbox"]::after {
  content: "";
  display: block; 
  position: absolute;
}
.checkbox input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #e61f77;
  width: 20px;/*チェックボックスの横幅*/
  height: 20px;/*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.checkbox input[type="checkbox"]::after {
  border-bottom: 3px solid #fff;/*チェックの太さ*/
  border-left: 3px solid #fff;/*チェックの太さ*/
  opacity: 0;/*チェック前は非表示*/
  height: 6px;/*チェックの高さ*/
  width: 11px;/*チェックの横幅*/
  bottom: 7px;
  transform: rotate(-45deg);
  left: 10px;/*チェック時の位置調整*/
}
.checkbox input[type="checkbox"]:checked::after {
  opacity: 1;/*チェック後表示*/
}
.checkbox input[type="checkbox"]:checked::before {
  background: #e61f77;
}
.regist_confirm p{
  font-size: 20px;
  margin-bottom: 40px;
}
.regist_confirm p span{
  margin-top: 15px;
  display: inline-block;
  margin-left: 1.6rem;
  font-size: 16px;
  word-break: break-word;
}
.regist_confirm .regist_btn{
  margin-bottom:30px;
}
.regist_confirm .regist_btn2{
  margin-top:0px;
}
.mail_confirm{
  text-align: center;
  width: 100%;
  height: 60px;
  border: 3px solid #c0c0c0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.regist_confirm p{
  font-size: 18px;
  letter-spacing: 0.2rem;
  line-height: 1.5rem;
}
.regist_page p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5rem;
}
.pagewidth_adjust p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5rem;
}
.regist_page .regist_form p{
  margin-bottom: 20px;
}
.regist_forget{
  margin-top: 20px;
}

@media (max-width: 620px){
  .regist_page {
    margin-bottom: 80px;
}
.regist_page p{
  font-size: 16px;
  margin-bottom: 20px;
}
.pagewidth_adjust p{
  font-size: 16px;
  margin-bottom: 20px;
}
  .step_img {
    width: 100px;
}
.step_img img{
  width: 100%;
}
.regist_steptitle h1 span {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.regist_steptitle h1 span:last-child {
  font-size: 14px;
  letter-spacing: 0.1rem;
}
.regist_steptitle {
  justify-content: space-around;
  margin-top: 130px;
}
.regist_form p input[type="text"] {
  height: 30px;
}
.regist_form p select {
  height: 30px;
}
.regist_form p {
  height: 40px;
  border: 2px solid #c0c0c0;
}
.regist_page .regist_form p {
  margin-bottom: 10px;
}
.regist_form .caution{
  font-size: 12px;
  margin-left:0;
}
.regist_form p span {
  width: 20px;
  height: 15px;
  right: 8%;
}
.regist_form .checkbox {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
}
.checkbox input[type="checkbox"]::before {
  width: 15px;
  height: 15px;
}
.checkbox input[type="checkbox"]::after {
  height: 4px;
  width: 9px;
  bottom: 9px;
  left: 9px;
}
.regist_btn {
  margin-top: 40px;
}
.regist_btn a {
  height: 40px;
}
.regist_confirm p span {
  margin-left: 0;
  margin-top: 0;
  font-size: 16px;
}
.regist_confirm .regist_btn {
  margin-bottom: 10px;
}
.mail_confirm{
  word-break:break-all;
}
.regist_forget{
  margin-top: 10px;
}
}

/*--ユーザーメインページ--*/
.usermain_page {
  margin: auto;
  max-width: 1000px;
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 150px;
}
.user_profile {
  display: flex;
  margin-bottom: 60px;
  margin-top: 120px;
}
.user_name{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.user_name p{
  font-size: 24px;
}
.user_name span{
  margin-left: 50px;
}
.user_profile_img{
  width: 380px;
  margin-right: 50px;
}
.user_profile_img_sp{
  display: none;
}
.user_profile_info{
  margin-top: 30px;
}
.user_taglist {
  border-collapse: separate;
  border-spacing: 5px 0;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: initial;
  gap: 6px 4px;
  position: relative;
  overflow: hidden;
}
.user_taglist::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  height: -webkit-fill-available;
  /* background-image: url(sample/pe1.jpeg); */
  background: linear-gradient(90deg, rgba(251,117,119,1) 0%, rgba(162,99,250,1) 100%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  mix-blend-mode: screen;
  pointer-events: none;
}
.user_taglist li {
  font-family: 'Kiwi Maru', serif;
  background-color: black;
  color: white;
  font-weight: normal;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
  border-radius: 50px;
  height: 25px;
}
.user_taglist li a {
  color: white;
  text-decoration: none;
  line-height: 23px;
  transition: 0.2s;
}
.user_taglist li a:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.user_taglistbox p{
  margin-bottom: 10px;
}
.user_poyeetbox {
  display: flex;
  flex-wrap: wrap;
}
.user_poyeet_img{
  position: relative;
  margin: 10px;
}
.user_poyeet_img img{
  width: 100%;
}
.user_poyeetbox p{
  margin: 10px;
}
.user_poyeet{
  width : calc(100% / 4) ;
  transition: 0.2s;
}
.user_poyeet:hover{
  opacity: 0.8;
  transition: 0.2s;
}
  
.user_poyeet_img span {
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pagenation {
  display: flex;
  max-width: 600px;
  justify-content: space-between;
  margin: auto;
  margin-top: 80px;
}
.pagenation div{
  width: 70px;
  height: 70px;
  border:1px solid #cf1065;
  border-radius: 10px;
  transition: 0.2s;
}
.pagenation div a{
  text-decoration: none;
  font-size: 26px;
  color: #cf1065;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation .back,
.pagenation .next,
.pagenation .now{
  background: #cf1065;
}
.pagenation .back a,
.pagenation .next a,
.pagenation .now a{
  color: #fff;
}
.pagenation div:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.pagenum{
  margin-top: 20px;
  text-align: center;
  color: #cf1065;
  font-size: 18px;
}
.follow{
  margin-top: 40px;
}
.follow_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background: #cf1065;
	color: #fff;
	border-radius:15px;
	font-size: 1.0rem;
	cursor: pointer;
  transition: 0.2s;
}
.follow_btn:hover{
  opacity: 0.8;
  transition: 0.2s;
}
.follow_btn:before {
	content: 'フォローする';
}
.follow_checkbox {
	display: none;
}
/*以下を追記*/
.follow_checkbox:checked+.follow_btn {
	background: #9f9f9f;
}
.follow_checkbox:checked+.follow_btn:before {
	content: 'フォローしています';
}

@media (max-width: 750px){
 .user_profile_img{
  display: none;
}
.user_profile_img_sp{
  display: block;
  width: 30%;
  margin-right: 10px;
}
.user_profile_img_sp img{
  width: 100%;
}
.user_name{
  position: relative;
  align-items: flex-start;
}
.user_name p{
  margin-top: 32px;
}
.user_name span {
  position: absolute;
  top: 5px;
  left: 30%;
  margin-left: 10px;
}
.pagenation {
  max-width: 300px;
}
.pagenation div {
  width: 40px;
  height: 40px;
}
.pagenation div a {
  text-decoration: none;
  font-size: 18px;
}
.none750{
  display: none;
}
}
@media (max-width: 700px){
  .user_poyeet {
    width: calc(100% / 2);
}
}


/*--ポイコンページ--*/
.poycon_page{
  margin: auto;
  padding: 0 0px;
  margin-top: 60px;
  margin-bottom: 150px;
}
.poycon_kv{
  background: url(../img/poycon_kvbg.png);
  background-size: 100% 100%;
}
.poycon_kvflex{
  display: flex;
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  padding-top: 130px;
  padding-bottom: 40px;
}
.poycon_what{
  width: 55%;
  z-index: 2;
}
.poycon_victory img{
  width: 100%;
}
.poycon_victory_sp{
  display: none;
}
.poycon_what p{
  font-size: 24px;
  line-height: 3rem;
}
.poycon_what p:first-child{
  font-size: 32px;
  margin-bottom: 40px;
}
.holding_btn a{
  text-decoration: none;
  display:flex;
  width: 500px;
  height: 100px;
  color: #fff;
  background: #cf1065;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  margin-top: 40px;
  transition: 0.2s;
}
.holding_btn a:hover{
  opacity: 0.8;
  transition: 0.2s;
}

.pastpost_box{
  width: 250px;
  border-radius: 10px;
  background-color: #d9d9d9;
  margin: 0 5px;
  margin-bottom: 30px;
}
.pastpost_box div:first-child img{
  width: 100%;
  vertical-align: top;
}
.pastpost_box div:nth-child(2) {
  height: 160px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pastpost_box div p{
  font-size: 18px;
}
.pastpost_box div span{
  font-size: 16px;
  text-align: right;
}
.poycon_page h2{
  font-size: 24px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
  font-weight: 500;
}
.example_box{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}
.example {
  position: relative;
  width: calc(100% / 4);
}
.example a{
  transition: 0.2s;
}
.example a:hover{
  opacity: 0.8;
  transition: 0.2s;
}
.example div{
  margin: 10px;
}
.example img{
  width: 100%;
}
.example span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.popular_box{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}
.popular {
  position: relative;
  width: calc(100% / 4);
}
.popular a{
  transition: 0.2s;
}
.popular a:hover{
  transition: 0.2s;
  opacity: 0.8;
}
.popular div{
  margin: 10px;
}
.popular img{
  width: 100%;
}
.popular span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.morebtn{
  margin-top: 20px;
}
.morebtn a{
  margin: auto;
  background: #a5a5a5;
  font-size: 24px;
}

.poyconpagepast_swiper{
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}
.poyconpagepast_swiper .swiper-slide {
  transition: transform 0.6s;
  transform-origin: bottom;
  position: relative;
}
.poyconpagepast_swiper .pastpost_box{
  width: 90%;
  margin: auto;
  background: #fff;
  box-shadow: 5px 6px 20px #d3d3d3;
}
.poyconpagepast_swiper .pastpost_box a{
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
.poyconpagepast_swiper .pastpost_box a:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.pastpost_box{
  width: 250px;
  border-radius: 10px;
  background-color: #d9d9d9;
  margin: 0 5px;
  margin-bottom: 30px;
}
.pastpost_box div:first-child img{
  width: 100%;
  vertical-align: top;
}
.pastpost_box div:nth-child(2) {
  height: 160px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pastpost_box div p{
  font-size: 18px;
}
.pastpost_box div span{
  font-size: 16px;
  text-align: right;
}

.poyconholding_swiper{
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}
.poyconholding_swiper .swiper-slide {
  transition: transform 0.6s;
  transform-origin: bottom;
  position: relative;
}
.poyconholding_swiper .poyconholding_box{
  width: 90%;
  margin: auto;
  background: #fff;
  transition: 0.2s;
}
.poyconholding_swiper .poyconholding_box a:hover{
  opacity: 0.8;
  transition: 0.2s;
}
.poyconholding_box{
  width: 250px;
  border-radius: 10px;
  background-color: #d9d9d9;
  margin: 0 5px;
  margin-bottom: 30px;
}
.poyconholding_box div img{
  width: 100%;
}
@media (max-width: 750px){
  .poycon_victory{
    display: none;
  }
  .poycon_victory_sp{
    display: block;
    text-align: center;
    margin: 30px 0;
  }
  .poycon_victory_sp img{
    width: 60%;
    max-width: 400px;
  }
  .poycon_what {
    width: 100%;
  }
  .poycon_kvflex .holding_btn{
    margin-top: 10px;
  }
  .poycon_kvflex .holding_btn a{
    margin: auto;
  }
  .poycon_what p:first-child {
    font-size: 28px;
    margin-bottom: 10px;
}
.poycon_kvflex{
  max-width: 500px;
  padding-top: 70px;
}
.poycon_what p {
  font-size: 20px;
  line-height: 2rem;
}
.poycon_page h2 {
  margin-top: 80px;
}
.poycon_page {
  margin: 60px auto 50px;
}
.poycon_kv {
  background: url(../img/poycon_kvbg_sp.png);
  background-size: 100% 100%;
}
}
@media (max-width: 700px){
  .holding_btn a {
    width: 300px;
    height: 70px;
    font-size: 20px;
  }
  .example {
    position: relative;
    width: calc(100% / 2);
}
.example_box {
  padding: 0 10px;
}
.popular {
  position: relative;
  width: calc(100% / 2);
}
.popular_box {
  padding: 0px 10px;
}
}

.holding_poyconbox{
  background: url(../img/poycon_kvbg.png);
  background-size: 100% 100%;
}
.holding_poycon{
  max-width: 1000px;
  margin: auto;
  padding: 100px 20px;
}
.holding_poycon p{
 margin-bottom: 30px;
 font-size: 22px;
 letter-spacing: 0.3rem;
}
.poycon_title{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.3rem;
}
span.holding_num {
  display: inline-block;
  font-size: 60px;
  background: #fff;
  height: 70px;
  line-height: 60px;
  width: 50px;
  text-align: center;
  letter-spacing: 0;
  margin: 0 5px;
}
.holding_poycon .btnbox{
  display: flex;
  justify-content: space-between;
}
.holding_poycon .btnbox .holding_btn a{
  width: 470px;
}
.poycon_page_contentarea{
  max-width: 1000px;
  padding:0 20px;
  margin: auto;
}
@media (max-width: 1000px){
  .holding_poycon .btnbox {
    flex-direction: column-reverse;
    align-items: center;
}
.holding_poycon .btnbox .holding_btn a {
  width: 300px;
  margin: 0;
}
}
@media (max-width: 850px){
  .countdown_sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  p.countdown {
    text-align: center;
}
.countdown_sp span.holding_num{
  font-size: 50px;
  height: 90px;
  line-height: 80px;
  width: 70px;
}
.countdown_sp2 span.holding_num{
  font-size: 30px;
    background: #fff;
    height: 60px;
    line-height: 55px;
    width: 50px;
}
.countdown_day {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.countdown_h,.countdown_m,.countdown_s{
  display: flex;
  align-items: flex-end;
}
.countdown_sp2 {
  display: flex;
  justify-content: center;
}
.countdown_txt{
  margin-bottom: 20px;
}
}
@media (max-width: 700px){
  .poycon_title{
    font-size: 26px;
  }
  .holding_poycon p{
    font-size: 18px;
  }
  .countdown_sp2 span{
    white-space: nowrap;
  }
  .holding_poycon {
    padding-top: 60px;
    padding-bottom: 10px;
}
}
@media (max-width: 500px){
  .holding_poycon p{
    font-size: 16px;
    line-height: 1.4rem;
  }
  .countdown_sp span.holding_num {
    font-size: 35px;
    height: 60px;
    line-height: 55px;
    width: 50px;
}
.countdown_sp2 span.holding_num {
  font-size: 20px;
  background: #fff;
  height: 40px;
  line-height: 40px;
  width: 30px;
}
}

body.Android .ranking_searchswiper img{
    width: 85%;
}
body.Android .ranking_searchswiper video{
  width: 90%;
}
body.Android .ranking_searchswiper{
  padding-top: 50px;
}
body.Android .ranking_searchswiper .swiper-slide {
  text-align: center;
}
body.Android .ranking_searchswiper .ranking_startbtn{
  width: 40%;
}
body.Android .poycon_swiper img {
  width: 85%;
  height: auto;
  transition: 1s;
}
body.Android .poycon_swiper video {
  width: 90%;
  height: auto;
  transition: 1s;
}
body.Android .poycon_swiper .swiper-slide-active img{
  width: 100%;
  transition: 1s;
}
body.Android .swiper-wrapper{
  display: flex!important;
  align-items: flex-end!important;
}
body.Android .poycon_swiper .swiper-slide{
  text-align: center;
}
body.Android .poycon_swiper .poycon_swiper_absolute {
  width: 40%;
  transition: 1s;
}
body.Android .poycon_swiper .swiper-slide-active .poycon_swiper_absolute {
  width: 40%;
  transition: 1s;
}
body.iphone .poycon_swiper .swiper-slide .poycon_tag {
  bottom: -5rem;
}

section.video_content {
  background: #000000a0;
  width: 100%;
  height: 100%;
  display: flex;
    align-items: center;
    justify-content: center;
  position: fixed;
  z-index: 200;
}
section.video_content img{
  max-width: 500px;
  width: 90%;
}
.video_foot{
  margin-top: 500px;
}


.media_details_page{
    margin: auto;
    max-width: 1000px;
    padding: 0 20px;
    margin-top: 100px;
    margin-bottom: 150px;
}
.media_details_page .user_name p{
    letter-spacing: 0.2rem;
    font-size: 16px;
    margin-bottom: 0;
}
.media_details_page .user_name p:nth-child(2){
  margin-left: 20px;
}
.user_name span {
  margin-left: 20px;
}
.details_flex{
  display: flex;
}
.details_img {
  margin-right: 50px;
  width: 40%;
}
.details_info{
  width: 60%;
}
.details_img img{
  width: 100%;
}
.video_title{
  font-size: 24px;
}
.details_info p{
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
}
.details_info .user_taglistbox{
  margin-bottom: 30px;
}
.details_info .user_taglistbox p{
  margin-bottom: 10px;
}
.details_info .price span{
  padding-left: 1rem;
  font-size: 24px;
}
.btn4 a{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #9f9f9f;
    color: #fff;
    border-radius: 15px;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
}
.btn4_2{
  margin-top: 40px;
}
.btn4_2 a{
  margin: auto;
  max-width: 500px;
}
.btn4 a:hover{
  transition: 0.2s;
 opacity: 0.8;
}
.btn4_flex{
  display: flex;
}
.btn4_flex a:first-child{
  margin-right: 10px;
}
.btn4_flex a:last-child{
  margin-left: 10px;
}
.media_details_page h2{
  font-size: 24px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
  font-weight: 500;
}
.Related_box{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}
.Related {
  position: relative;
  width: calc(100% / 4);
}
.Related a{
  transition: 0.2s;
  text-decoration: none;
  color: #000;
}
.Related a:hover{
  opacity: 0.8;
  transition: 0.2s;
}
.Related div{
  margin: 10px;
}
.Related img{
  width: 100%;
}
.Related span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.Related p{
  margin: 10px;
}
.btn4_flex a:first-child{
  margin-right: 5px;
}
.btn4_flex a:last-child{
  margin-left: 5px;
}
@media (max-width: 900px){
  .btn4 a{
    font-size: 18px;
  }
  .details_img {
    margin-right:30px;
    width: 50%;
}
}
@media (max-width: 750px){
  .media_details_page .user_name p{
    margin-top: 0;
    margin-left: 0!important;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .media_details_page .user_name p:first-child{
    width: 100%;
  }
  .media_details_page .user_name span{
    position: relative;
    top: auto;
    left: auto;
}

.user_name {
  flex-wrap: wrap;
}
}
@media (max-width: 700px){
  .Related {
    position: relative;
    width: calc(100% / 2);
}
.Related_box {
  padding: 0 10px;
}
.details_flex {
  display: flex;
  flex-direction: column;
}
.details_img {
  margin-right: 0px;
  width: 100%;
  max-width: 350px;
  margin: auto;
}
.details_info {
  margin-top: 30px;
  width: 100%;
}
.details_info p {
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
.details_info .user_taglistbox {
  margin-bottom: 20px;
}
.media_details_page h2 {
  margin-top: 40px;
}
}

.mediaregist_page{
  margin: auto;
  max-width: 1000px;
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 150px;
}
.mediaregist_page h1{
  font-size: 24px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
  font-weight: 500;
}
.mediaregist_flex{
  display: flex;
}
.mediaregist_page .video_drop{
  margin-right: 50px;
  width: 40%;
  border-radius: 20px;
  border: dashed 4px #c0c0c0;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    text-align: center;
}
.mediaregist_page .video_drop:hover{
  background: #dcdcdc;
  transition: 0.2s;
}
.mediaregist_page .video_drop img{
  width: 60%;
    max-width: 70px;
}
.mediaregist_page .video_drop p{
  margin-top: 20px;
}
.video_drop.video_droped{
  border: none;
}
.video_drop.video_droped img{
  width: 100%;
  max-width: 500px;
}
.mediaregist_page .regist_form{
  width: 60%;
}
.mediaregist_page .regist_form p {
  border: 2px solid rgb(192, 192, 192);
  border-radius: 0px;
}
.regist_form p textarea{
  width: 90%;
  resize: none;
  height:150px;
    border: none;
    font-family: "Kiwi maru";
    
}
.regist_form p textarea:focus {
  outline: 0;
}
.regist_form .tag_textarea{
  margin-bottom: 0;
  padding: 20px 0;
  height: auto;
}
.price_regist{
  margin: auto;
}
.price_regist input{
  font-size: 16px;
}
.mediaregist_page .price_regist.regist_form p {
  border: 2px solid rgb(192, 192, 192);
  border-radius: 0px;
}
.price_regist.regist_form p span {
  display: inline-block;
  background: none;
  pointer-events: none;
  color: #757575;
}
.mediaregist_page .price_regist.regist_form .commission,.mediaregist_page .price_regist.regist_form .profit{
  border: none;
}
.mediaregist_page .price_regist.regist_form .commission span:first-child,.mediaregist_page .price_regist.regist_form .profit span:first-child{
  position: initial;
    width: 90%;
    text-align: left;
}
.mediaregist_page .regist_form.price_regist {
  margin: auto;
  width: 90%;
  max-width: 580px;
}
p.regist_btn.price_registbtn {
  max-width: 580px;
  margin: auto;
  margin-top: 60px;
}
.price_registbtn a{
  height: 60px;
}

@media (max-width: 700px){
.mediaregist_flex {
  display: flex;
  flex-direction: column;
}
.mediaregist_page .video_drop {
  margin-right: 0px;
  margin-bottom: 30px!important;
  margin: auto;
  width: 100%;
  max-width: 300px;
  height: 350px;
}
.mediaregist_page .regist_form {
  width: 100%;
}
.mediaregist_page .pricetitle{
  margin-top: 50px;
}
}

.profileC_page h1{
  font-size: 24px;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 80px;
  font-weight: 500;
}
.profileC_page h2{
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 700px){
  .profileC_page h2{
    text-align: center;
  }
}

.poyeeterregist_page h2{
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 700px){
  .poyeeterregist_page h2{
    text-align: center;
  }
}
.btn5_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
}
.btn5_flex .btn5{
 width: 48%;
}
.btn5 a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #9f9f9f;
  color: #fff;
  border-radius: 15px;
  font-size: 1.0rem;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
.btn5 a:hover{
  opacity: 0.8;
  transition: 0.2s;
}

.keyv_customer{
  background-image: url(../img/customer_top.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  padding-top: 50px;
}
.keyv_customer_content{
  max-width: 1200px;
  margin: auto;
  color: #fff;
}
.keyv_customer_content p:first-child {
  font-size: 36px;
  line-height: 1.7em;
  padding-bottom: 16px;
}
.keyv_customer_content p:nth-child(2){
  font-size: 22px;
}
.keyv_customer_content .regist_btn{
  max-width: 300px;
  margin: auto;
  margin-top: 60px;
}
.keyv_customer_text{
  margin-left: 20px;
  padding: 150px 0;
  max-width: 570px;
}
.customer_deviceimg {
  position: absolute;
  top: 22%;
  right: 0;
  width: 60%;
  max-width: 800px;
  z-index:2;
}
.what_is_poyeet{
  margin: 0 20px;
  padding: 60px 0;
}
.w_is_p_flex{
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.w_is_p_img{
  width: 50%;
}
.w_is_p_img img{
  width: 100%;
  padding-right: 20px;
}
.w_is_p_title img{
  padding-right: 20px;;
}
.w_is_p_title {
  display: flex;
  align-items: center;
  font-size: 22px;;
  margin-bottom: 30px;
  justify-content: center;
}
.w_is_p_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 30px;
}
.w_is_p_txt p{
  margin-bottom: 30px;
  line-height: 1.5em;
}
.join_poyeet_step_inner{
  max-width: 1200px;
  margin: auto;
}
.join_poyeet_step{
  padding: 40px 0;
}
.poyeet_step_title {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.poyeet_step_title h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6em;
}
.poyeet_step_txt{
  font-size: 18px;
  padding-bottom: 40px;;
}
.poyeet_step_title img {
  height: 80px;
  padding-right: 10px;
}
.poyeet_step_title_flex {
  display: flex;
  justify-content: center;
  margin: 0 0px;
  flex-wrap: wrap;
}
.poyeet_step_img{
  text-align: center;
}
.customer_btn{
  max-width: 350px;
  margin: auto;
  margin-top: 60px;
}


.poyeet_poycon_request_page{
  max-width: 1000px;
}
.poyeet_poycon_request_page .regist_steptitle{ 
  margin-top: 160px;
  text-align: center;
  justify-content: center;
}
.request_step_flex{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.request_step_box {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.request_step_txtbox{
  padding: 20px;
  padding-top: 80px;
  background: #f1f1f1;
  height: 100%;
}
.request_step_txtbox p{
  margin-bottom: 0;
}
.request_step_imgbox{
  translate: 0px 70px;
}
.request_form{
  background: #f1f1f1;
  padding-bottom: 60px;
}
.request_form_inner{
  padding: 20px;
  max-width: 600px;
  margin: auto;
}
.request_form_inner h2{
  font-weight: normal;
  margin-bottom: 10px;
}
.request_form_inner textarea{
  width: 100%;
  margin-bottom: 30px;
  border: 2px solid #868686;
  padding: 10px 5px;
}
.request_form_inner input[type="text"]{
  width: 99%;
  border: 2px solid #868686;
  padding: 10px 5px;
}
.request_form_inner input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #e61f77;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.request_form_inner input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #e61f77;
  border-bottom: 2px solid #e61f77;
  content: '';
}


.file__label {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  /*width: min(100%, 350px);*/
  width: 97%;
  padding: 1.5em 0.5em;
  margin-inline: auto;
  color: #000;
  background-color: #fff;
  border: 2px dashed #868686;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  
}

.file__label:hover {
  opacity: 0.7;
}

input[type=file] {
  display: none;
}

.file__none {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 1em;
  word-break: break-all;
}
.file__label span{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file__label span img{
  width: 50%;
  max-width: 200px;
  padding-bottom: 20px;
}
.request_form .regist_btn {
  max-width: 400px;
  margin: auto;
  margin-top: 40px;
}
.poyconholding_h2{
  font-size: 24px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
  font-weight: 500;
}
.poyeet_sale{
  padding: 40px 0;
  background: linear-gradient(90deg, #ebad00, #ff9170);
}
.poyeet_sale_inner{
  margin: auto;
  max-width: 1200px;
}
.poyeet_sale_flex {
  display: flex;
  justify-content: center;
}
.poyeet_sale_txt{
  text-align: center;
  color: #fff;
  font-size:30px;
  line-height: 1.5em;
}
.poyeet_sale_flex .regist_btn{
  max-width: 300px;
  width: 90%;
  margin: 0 20px;
  margin-top: 40px;
}
.poyeet_sale_flex .regist_btn a{
  border: 2px solid #cf1065;
}
.poyeet_sale_flex .regist_btn:first-child a{
  background:#fff;
  color: #cf1065;
}
.poyeet_method_flex{
  display: flex;
  padding: 0 20px;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
}
.poyeet_method_box {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.method_img{
  margin-bottom: 30px;
}
.method_img img{
  width: 100%;
}
.method_title {
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.method_title img{
  width: 35px;
}
.method_txt{
  line-height: 1.2em;
}
.poyeet_method_inner{
  background-image: url(../img/Method_bg.png);
  background-size: 100% 100%;
}
.poyeet_method{
  padding: 80px 0;
}
.poyeet_method h2{
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.poyeet_example{
  padding: 80px 0;
}
.poyeet_example h2{
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.poyeet_example_inner{
  margin: auto;
  max-width: 1200px;
  padding: 0 20px;
}
.poyeet_example_flex {
  display: flex;
  justify-content: space-between;
}
.poyeet_example_box{
  width: 22%;
}
.poyeet_example_box img{
  width: 100%;
}
.poyeet_example_inner_sp{
  display: none;
}
.poycon_example_swiper{
  max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: hidden;
}
.poycon_example_swiper .poycon_swiper_absolute {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
.poycon_example_swiper .poycon_swiper_absolute2 {
  position: absolute;
  width: 60%;
  width: 150px;
  bottom: 20px;
  left: 75px;
  transform-origin: right;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
.poycon_example_swiper video {
  width: 100%;
  height: auto;
  border-radius: 5%;
}
.poycon_example_swiper .swiper-slide {
  min-height: 350px;
}
.poycon_example_swiper .swiper-slide-active {
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
}
.poycon_example_swiper .swiper-slide {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
}
.poycon_example_swiper .swiper-slide {
  transition: transform 0.6s;
  transform-origin: bottom;
  position: relative;
  transition: 0.2s;
}
.keyv_customer_text img{
  display: none;
}
.poyeet_step_flex{
  padding: 20px 20px;
}
@media (max-width: 760px){
  .sp_none{
    display: none;
  }
  .poyeet_step_title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    flex-direction: column;
}
.poyeet_step_title h2{
  font-size: 20px;
  margin-top: 10px;
}
.poyeet_step_txt{
  font-size: 16px;
}
.poyeet_step_title img {
  height: 50px;
  padding-right: 0px;
}
.poyeet_step_txt{
  text-align: center;
  padding-bottom: 20px;
}
.poyeet_step_img img{
  width: 60%;
}
.poyeet_sale_txt{
  font-size: 20px;
}
.poyeet_sale_flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.poyeet_sale_flex .regist_btn {
  margin-top: 20px;
}
.poyeet_method_flex {
  flex-direction: column;
}
.poyeet_method_box {
  width: 100%;
  margin-bottom: 40px;
}
.method_img {
  margin-bottom: 20px;
}
.method_img img{
  max-width: 200px;
}
.method_title {
  font-size: 20px;
}
.request_step_flex {
  flex-direction: column;
  align-items: center;
}
.request_step_box {
  width: 90%;
  max-width: 500px;
}
.request_step_imgbox{
  text-align: center;
  translate: 0px 30px;
}
.request_step_txtbox {
  padding: 20px;
  padding-top: 30px;
}
.request_step_imgbox img{
  width: 70%;
}
}
@media (max-width: 900px){
  .customer_deviceimg{
    display: none;
  }
  .keyv_customer_text img{
    padding-top: 30px;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .keyv_customer_text {
    margin-left: 0px;
    padding: 150px 20px;
    max-width: 570px;
    margin: auto;
}
.w_is_p_flex {
  flex-direction: column;
  align-items: center;
}
.w_is_p_img {
  width: 70%;
  max-width: 400px;
}
.w_is_p_title {
  padding-top: 20px;
}
.w_is_p_title img{
  width: 120px;
}
.w_is_p_txt {
  margin: 0 0px;
}
}
.header_2 .header {
  display: flex;
  align-items: center;
  max-width: 1800px;
  margin: auto;
  padding: 10px 20px;
  justify-content: space-between;
}
.header_2{
  background: linear-gradient(90deg, #ebad00, #ff9170);
}
.header_glonav{
  display: flex;
  align-items: center;
}
.header_glonav p{
  margin: 0 5px;
}
.head_linktxt a{
  text-decoration: none;
  color: #fff;
}
.head_btn a{
  width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: auto;
    color: #fff;
    font-size: 14px;
    background: #e61f77;
    transition: .2s;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #e61f77;
    
}
.head_btn2 a{
  background: #fff;
  color: #e61f77;
}
@media (max-width: 700px){
  .head_btn2,.head_linktxt{
    display: none;
  }
  .head_btn a{
    width: 100px;
  }
}


.poycon_swiper .swiper-slide {
  min-height: 350px;
}
.poycon_swiper video {
  min-height: 400px;
}
@media (max-width: 850px){
  _::-webkit-full-page-media, _:future, :root body .playbtn{
  display: none!important;
}
}


_::-webkit-full-page-media, _:future, :root body .poycon_swiper .swiper-slide .poycon_tag {
  display: none;
}
_::-webkit-full-page-media, _:future, :root body .poycon_swiper .swiper-slide-active .poycon_tag {
  display: block!important;
}

.Android .playbtn{
  display: none!important;
}


.login_page .regist_steptitle{
  justify-content: center;
  margin-top: 140px;
}

.result_category_name{
  margin-bottom: 40px;
  padding-top: 20px;
  font-size: 24px;;
}

.news_page{
  margin: auto;
  max-width: 1000px;
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 150px;
}
.news_page h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 60px;
  line-height: 1.3em;
  text-align: center;
}
.news_page .news_date{
  text-align: right;
  padding-top: 60px;
  margin-bottom: 50px;
}
.news_page .news_txt{
  max-width: 800px;
  margin: auto;
  line-height: 1.3em;
}
.keyv_customer_text .regist_btn a:hover{
  opacity: 0.8;
  transition: 0.2s;
}
.header_glonav a{
  transition: 0.2s;
}
.header_glonav a:hover{
  opacity: 0.8;
  transition: 0.2s;
}
.user_poyeet a{
  text-decoration: none;
  color: #000;
}
.username{
  text-decoration: none;
  color: #000;
}

.kasou_page{
  margin: auto;
  max-width: 800px;
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 150px;
}
.kasou_page h2 {
  font-size: 28px;
  font-weight: 400;
  padding-top: 40px;
  margin-bottom: 60px;
  line-height: 1.3em;
  text-align: center;
}
.poyeet_videobox{
  position: relative;
  margin: 10px;
}
.poyeet_videobox video {
  width: 100%;
  border-radius: 5%;
}
.poyeet_videobox .playbtn{
  position: absolute;
    width: 40%;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pastpost_box .poyeet_videobox {
  position: relative;
  padding: 10px;
  text-align: center;
}
.pastpost_box .poyeet_videobox .playbtn{
  width: 20%;
}
.pastpost_box .poyeet_videobox video {
  width: 50%;
  border-radius: 5%;
}
.category_searchbox a{
  text-decoration: none;
  color: #000;
}
@media (max-width: 750px) {
  .pastpost_box .poyeet_videobox video {
    width: 80%;
    border-radius: 5%;
  }
}

.termsofservice_page p{
  line-height: 1.3em;
  margin-bottom: 20px;
}
.termsofservice_page li{
  line-height: 1.3em;
  margin-bottom: 20px;
}
.termsofservice_page h3 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  font-weight: 500;
  font-size: 20px;
}
.termsofservice_page h4 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
}
.termsofservice_page ol{
  padding-left: 1em;
}
.ol_style{
  padding-left: 0!important;
}
.ol_style li{
  list-style-type: none;
	counter-increment: cnt;
  padding-left: 2.2em;
  position: relative;
}
.ol_style li:before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
}
.listyle_none li{
  list-style: none!important;
  counter-increment: none!important;
}
.listyle_none li::before{
  display: none;
}
.buyermain_page .tag_none{
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.purchase_history_none{
  padding: 20% 0;
}
.purchase_history_none p{
  text-align: center;
}
.material_searchbtn a{
  margin: 40px auto;
  display: block;
  max-width: 350px;
  padding: 15px 0;
  text-decoration: none;
  background-image: url(../img/gradation_bg.png);
  background-size: auto 100%;
  border-radius: 10px;
  color: #fff;;
}
.purchase_history {
  display: flex;
  justify-content: space-between;
}
.purchase_history .user_poyeet_img{
  width: 20%;
}
.purchase_history_info {
  width: 75%;
  display: flex;
  flex-direction: column;
}
.purchase_history_info .btn5 {
  margin-top: auto;
  margin-bottom: 20px;
  max-width: 500px;
}
.purchase_history_info p:first-child{
  margin-top: 20px;
  margin-bottom: 40px;
}
.purchase_history_info p:nth-child(2){
  line-height: 2em;
}
.purchase_history_h2,.followlist_h2{
  font-size: 24px;
  text-align: left;
  margin-top: 150px;
  margin-bottom: 80px;
  font-weight: 500;
}
.dlbtnsp{
  display: none;
}
@media (max-width: 700px){
  .dlbtnpc{
    display: none;
  }
  .dlbtnsp{
    display: block;
  }
  .purchase_history .user_poyeet_img{
    width: 50%;
  }
  .purchase_history_info {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .purchase_history_info p:nth-child(2){
    font-size: 14px;
  }
  .purchase_history {
    margin-top: 40px;
  }
  .purchase_history_info p:first-child{
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.regist_form .border-none{
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    display: block;
}
.complete_txt {
  margin-top: 40px;
  line-height: 2rem;
  text-align: center;
}

.pagewidth_adjust{
  max-width: 1000px;
  margin: auto;
    padding: 0 20px;
    margin-bottom: 150px;
}
.pagetitle_1{
  margin-top: 140px;
  margin-bottom: 100px;
  font-size: 30px;
}
.listing_item {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.listing_item .poyeet_videobox{
  width: 25%;
  max-height: 300px;
}
.listing_item .poyeet_videobox .video {
  height: 100%;
}
.listing_item_info{
  width: 70%;
}
.listing_item_info .listing_item_title{
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.8rem;
}
.listing_item_info .listing_item_date{
  font-size: 16px;
}
.listing_item_info .listing_item_sales{
  font-size: 16px;
}
.listing_item_info .btn5{
  margin-top: 50px;
  max-width: 600px;
}
@media (max-width: 560px){
  .listing_item {
    flex-direction: column;
    align-items: center;
  }
  .listing_item .poyeet_videobox{
    width: 70%;
    max-width: 150px;
    max-height: 100%;
  }
  .listing_item_info{
    width: 100%;
  }
  .listing_item_info .listing_item_title{
    font-size: 18px;
  }
  .listing_item_info .listing_item_date{
    font-size: 14px;
  }
  .listing_item_info .listing_item_sales{
    font-size: 14px;
  }
  .listing_item_info .btn5{
    margin-top: 20px;
  }
  
}
.transfermoney{
  text-align: center;
  margin-bottom: 60px;
}
.transfermoney .money{
  font-size: 20px;
}
.transfermoney .regist_btn{
  max-width: 400px;
  margin: auto;
}
.sales_item{
  padding: 40px;
  background: #e3e3e3;
  margin-bottom: 20px;
}

.sales_item .sales_item_info{
  line-height: 2rem;
  margin-bottom: 0;
}
.transfer_request{
  max-width: 600px;
  margin: auto;
}
.transfer_request .possible_money{
  border: none;
  text-align: left;
  width: 100%;
    height: auto;
    display: block;
    font-size: 22px;
    letter-spacing: 0.2rem;
}
.transfer_request_h{
  font-weight: 400;
  font-size: 22px;
  margin-top: 60px;
  margin-bottom: 2dvh;
}
.transfer_request .regist_form .regist_btn{
  margin: auto;
  margin-top: 60px;
  border: none;
}
@media (max-width: 768px){
  .transfer_request_h,.transfer_request .possible_money{
    text-align: center;
    font-size: 20px;
  }
}

.favorite_item{
  display: flex;
  padding: 30px;
  margin-bottom: 40px;
}
.favorite_item .user_taglistbox{
  margin-bottom: 20px;
}
.favorite_item_img{
  width:25%
}
.favorite_item_img img{
  width: 90%;
}
.favorite_item .poyeet_videobox {
  width: 25%;
  max-height: 300px;
  margin: 0;
  margin-right: 20px;
}
.favorite_item .poyeet_videobox .video {
  height: 100%;
}
.favorite_item_info{
  width:60%
}
.favorite_item_btns{
  width: 15%;
}
.favorite_item_btns img{
  width: 40px;
}
.favorite_item_btns{
  display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media (max-width: 768px){
  .favorite_item_img{
    display: none;
  }
  .favorite_item {
    display: flex;
    padding: 30px;
    flex-direction: column;
}
.favorite_item_info{
  width: 100%;
}
.favorite_item_btns{
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
}
.favorite_item_btns img{
  width: 25px;
}
.pagewidth_adjust .favorite_item_title{
  margin-bottom: 15px;
}
.pagewidth_adjust .favorite_item_money{
  margin-bottom: 0;
}

}

.pagewidth_adjust .total{
  font-size: 22px;
  text-align: center;
  line-height: 2.8rem;
}
.pagewidth_adjust .favorite_list .regist_btn{
  max-width: 600px;
  margin: auto;
  margin-top: 40px;
}
.settlement_area{
  max-width: 600px;
  padding: 20px;
  margin: auto;
  padding-top: 40px;
}
.settlement_area .regist_form p{
  background: #fff;
}
.settlement_area .regist_form .regist_btn{
  border: none;
  background: #cfcfcf;;
}
.cardnum{
  position: relative;
}
.cardnum img{
  width: 20%;
  position: absolute;
  right: 5%;
}

.trconfirm_item{
  display: flex;
  justify-content: flex-start;
  max-width: 500px;
  margin: auto;
}
.trconfirm_item .transfer_request_h{
  margin: 0;
  width: 55%;
  text-align: left;
}
.transfer_request_confirm .regist_btn2{
  margin-top: 20px;
}
.pagewidth_adjust .request_completetxt{
  font-size: 20px;
  margin-bottom: 80px;
}



