@charset "utf-8";

body {
  margin: 0;

}

a {
  text-decoration: none;
  color: black;
}

a :hover {
  opacity: 0.5;
}

ul {
  list-style: none
}

@media screen and (max-width:769px) {
  .pc {
    display: none;
  }

  footer {
    display: flex;
    position: fixed;
    bottom: 10px;
    right: -2px;
    z-index: 97;
    width: 14vw;
    height: auto;
    writing-mode: vertical-rl;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(5px);
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 6vw;
    color: #FF7BF0;
    border-radius: 15px 0 0 15px;
    padding: 2vw 0;
    border: solid 1px #FF7BF0;
    align-items: center;
  }

  footer p {
    color: #FF7BF0;
  }

  footer span {
    font-size: 10vw;
    color: #FF7BF0;
  }

  footer img {
    width: 8vw;
    margin-top: 5px;
  }

  .allbg_G {
    position: fixed;
    background-image: linear-gradient(0deg, #fea0f480, #6476fa80);
    z-index: 1;
    width: 100vw;
    height: 100vh;
  }

  .allbg_L {
    position: fixed;
    background-image: linear-gradient(0deg, #DB00A0, #420052);
    z-index: 1;
    width: 100vw;
    height: 100vh;
  }

  .nav {
    height: 60px;
    width: 100vw;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;

    position: fixed;
    z-index: 100;

  }

  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }

  /* メニュー黒ポチを消す */
  .nav_list {
    list-style: none;
  }

  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #fff;
  }

  .contactawrap3 {
    border-bottom: 0.25rem solid rgb(245, 245, 245);
    border-top: 0.25rem solid rgb(245, 245, 245);
  }

  .contacttext {
    flex-direction: column;
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上にする */
    cursor: pointer;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }

  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* メニューのデザイン*/
  .nav_content {
    width: 100vw;
    height: 100dvh;
    position: fixed;
    top: 0%;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(12px);
    transition: .5s;
    text-align: center;
    padding-top: 20px;
  }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked~.nav_content {
    left: 0;
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    position: absolute;
    right: 7px;
    top: 1px;
    z-index: 100;
    cursor: pointer;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #FF7BF0;
    transition: 0.5s;
    position: absolute;
  }

  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }



  #gl-header {
    height: 60px;

    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100vw;
  }

  .nav_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    width: 100vw;
    height: 100%;
    margin: 0 auto;
  }

  .nav_list li {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
    display: flex;
  }

  .nav_list_a_wrap {
    align-items: center;
    display: flex;
    border-top: 1px solid #FF7BF0;
    border-bottom: 1px solid #FF7BF0;
    height: 13dvh;
    width: 72vw;
  }

  .nav_list_a_wrap2 {
    align-items: center;
    display: flex;
    height: 13dvh;
    width: 72vw;
  }

  .menucolor {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #FF7BF0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 4vw;
  }

  .menucolor span {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 7vw;
    margin: -2vw 0 -2vw -1vw;
  }

  .nav_list-img {
    width: 80vw;
    margin-bottom: 10vw;
  }

  .triangle_oya {
    background-color: #FF7BF0;
    border-radius: 300px;
    padding: 5vw;
    position: relative;
    margin-right: 4vw;
  }

  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 4vw solid #000000;
    border-right: 0;

    left: 17.2vw;
    position: absolute;
  }

  .nav_list {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: auto;
    padding: 0;
    flex-direction: column;
    align-content: center;
  }

  .list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 50px auto -10vw;
    line-height: 3vw;
  }

  .list li {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    margin-right: 5vw;
    text-align: center;
  }

  section {
    z-index: 2;
    position: relative;
  }

  #top img {
    width: 100vw;
    margin-top: 60px;
  }

  #pickupGirl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .pickupGirl-textwrap {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-align: center;
    line-height: 2vw;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.4);
  }

  .pickupGirl-textwrap h3 {
    font-size: 5vw;
  }

  .pickupGirl-textwrap h1 {
    font-size: 8vw;
  }

  .p-girlimg {
    width: 100vw;
    height: 100vw;
    object-fit: cover;
    position: relative;
    z-index: 98;
  }

  .pickupGirl-girlimg {
    position: relative;
    z-index: 98;
  }

  .pickupGirl-girlimg-textwrap {
    position: absolute;
    z-index: 98;
    width: 100vw;
    height: auto;
    bottom: 6px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);    
    flex-direction: column;
    font-family: "Noto Sans JP", serif;
  }

  .pickupGirl-girlimg-textwrap-1,
  .pickupGirl-girlimg-textwrap-1-1,
  .pickupGirl-girlimg-textwrap-1-2,
  .pickupGirl-girlimg-textwrap-4 {
    display: flex;
    align-items: center;
  }

  .pickupGirl-girlimg-textwrap-1,
  .pickupGirl-girlimg-textwrap-2,
  .pickupGirl-girlimg-textwrap-3,
  .pickupGirl-girlimg-textwrap-4 {
    margin: -3vw 0;
    padding: 0 0 0 10px;
  }

  .pickupGirl-girlimg-textwrap-1 {
    margin-bottom: -5vw;
  }

  .pickupGirl-girlimg-textwrap-1 p {
    font-weight: 600;
    font-size: 5vw;
  }

  .pickupGirl-girlimg-textwrap-1 img {
    width: 4vw;
    margin: auto 1vw auto 4vw;
  }

  .pickupGirl-girlimg-textwrap-1-1 p {
    font-weight: normal;
    font-size: 3vw;
    color: #19A3F8;
  }

  .pickupGirl-girlimg-textwrap-1-2 p {
    font-weight: normal;
    font-size: 3vw;
    color: #FF335B;
  }

  .pickupGirl-girlimg-textwrap-2 {
    font-size: 3.5vw;
  }

  .pickupGirl-girlimg-textwrap-3 span {
    color: #18D510;
  }

  .pickupGirl-girlimg-textwrap-3 {
    font-size: 3vw;
  }

  .colorful-tag-c1,
  .colorful-tag-m1,
  .colorful-tag-y1 {
    font-weight: normal;
    font-size: 2.5vw;
    border-radius: 100px;
    padding: 1vw 2vw;
    margin: 4vw 4vw 4vw 0;
  }

  .colorful-tag-c1 {
    background-color: #bee6ff;
  }

  .colorful-tag-m1 {
    background-color: #ffbeef;
  }

  .colorful-tag-y1 {
    background-color: #efffbe;
  }

  .colorful-tag-c2,
  .colorful-tag-m2,
  .colorful-tag-y2,
  .colorful-tag-c3,
  .colorful-tag-m3,
  .colorful-tag-y3,
  .colorful-tag-c4,
  .colorful-tag-m4,
  .colorful-tag-y4 {
    font-weight: normal;
    font-size: 2.5vw;
    border-radius: 100px;
    padding: 1vw 2vw;
    margin: 0;
  }

  .colorful-tag-c2 {
    background-color: #bee6ff;
  }

  .colorful-tag-m2 {
    background-color: #ffbeef;
  }

  .colorful-tag-y2 {
    background-color: #efffbe;
  }

  .colorful-tag-c3 {
    background-color: #93dcdd;
  }

  .colorful-tag-m3 {
    background-color: #ffd4be;
  }

  .colorful-tag-y3 {
    background-color: #f7ffbe;
  }

  .colorful-tag-c4 {
    background-color: #cefb81;
  }

  .colorful-tag-m4 {
    background-color: #ffbeef;
  }

  .colorful-tag-y4 {
    background-color: #d3beff;
  }
  .profile-btn-btn_box{
    margin: 30px auto;
  }
  .profile-btn{
    border: solid 4px white;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    width: 250px;
    padding: 20px 0 0 0;
    height: 50px;
    background: rgb(31, 156, 31);
    cursor: pointer;
    border-radius: 100px;
  }
  .dokundokun-animation{
    animation: dokundokun 1300ms ease infinite;
  }
  
  @keyframes dokundokun {
    0%  { transform: scale(1); }
    15% { transform: scale(1.2); }
    30% { transform: scale(1); }
    45% { transform: scale(1.2); }
    70% { transform: scale(1); }
  }

  .btn_box{
    margin: 30px auto;
    text-align: center;
    display: block;
    align-items: center;
    display: flex;
    justify-content: center;
  
  }
  
  #btn_animation_sarani .btn {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 24px;
    padding: 14px 0 0 0;
    font-weight: bold;
    text-decoration: none;
    background-color: #FF7BF0;
    border-bottom: 5px solid #b648a9;
    color: white;
    text-shadow: 2px 2px 1px rgba(182, 72, 169, 1.4);
    border-radius: 300px;
    text-align: center;
    background: linear-gradient(45deg, #eb58da 25%, #ff7fee 25%,  #ff7fee 50%, #eb58da 50%, #eb58da 75%,  #ff7fee 75%,  #ff7fee);
    background-size: 40px 40px;
    animation: anime_btn_animation_1 .8s infinite linear;
  }
  
  @keyframes anime_btn_animation_1 {
    0% {  background-position-y: 0;}
    100% {  background-position-y: -40px;}
  }


  .jukujosennyoupagetext {
    text-align: center;
    color: white;
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 3vw;
    margin: 2vw auto;
  }

  .jukujosennyoupagetext span {
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 5vw;
  }

  .osusumeGirl-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 95vw;
    height: auto;
    padding: 0 2.5vw;

    justify-content: space-around;
  }

  .osusumeGirl-card-wrap {
    background-color: white;
    border-radius: 15px;
    margin: 1vw auto;
    width: 45vw;
    display: flex;
    text-align: left;

    flex-direction: column;
  }

  .osusumeGirl-beginner-img-chara {
    position: relative;
    z-index: 80;
    width: 45vw;
    height: 45vw;
    object-fit: cover;
    object-position: 0% 20%;
    border-radius: 15px 15px 0 0;
  }

  .osusumeGirl-beginner-img-beginner {
    position: relative;
    z-index: 81;
    bottom: 44vw;
    left: 33vw;
    width: 10vw;
  }

  .osusumeGirl-beginner-img {
    height: 45vw;
  }

  .osusumeGirl-girlimg-textwrap {
    display: flex;
    flex-direction: column;
    padding: 8px;
  }

  .osusumeGirl-girlimg-textwrap-1 {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 4vw;
    margin: -5vw 0;
  }

  .osusumeGirl-girlimg-textwrap-2 {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 3vw;
    margin: -2vw 0;
  }

  .osusumeGirl-girlimg-textwrap-3 {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 3vw;
    margin: -2vw 0;
    display: flex;
  }

  .osusumeGirl-girlimg-textwrap-3-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .osusumeGirl-girlimg-textwrap-3-1 p {
    color: #19A3F8;
    margin-left: 2px;
    margin-right: 2px;
  }

  .osusumeGirl-girlimg-textwrap-3-2 p {
    color: #FF335B;
    margin-left: 1px;
  }

  .osusumeGirl-girlimg-textwrap-3-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

  }

  .osusumeGirl-girlimg-textwrap-3 img {
    width: 3vw;
  }

  .osusumeGirl-girlimg-textwrap-4 {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 3vw;
    margin: -2vw 0;
  }

  .osusumeGirl-girlimg-textwrap-4 span {
    color: #18D510;
  }

  .osusumeGirl-girlimg-textwrap-5 {
    display: flex;
    justify-content: space-around;
    align-content: center;
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    align-items: center;
  }

  .usercomment-wrapper {
    background-color: white;
    width: 90vw;
    height: auto;
    padding: 5vw;
  }

  .usercomment-card-wrap {
    display: flex;
    flex-direction: column;
    width: 80vw;
  }

  .usercomment-card-img-wrap {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: -2vw 0;
  }

  .usercomment-textwrap {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    margin-right: 5vw;
    text-align: center;
  }

  .usercomment-card-img-hitoicon {
    width: 6vw;
  }

  .usercomment-card-img-hitoicon {
    margin-right: 2vw;
  }

  .star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 7vw;
  }

  .star5_rating:before,
  .star5_rating:after {
    content: '★★★★★';
  }

  .star5_rating[data-rate="5"]:after {
    width: 100%;
  }

  /* 星5 */
  .star5_rating[data-rate="4.5"]:after {
    width: 90%;
  }

  /* 星4.5 */

  .star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
    font-size: 7vw;
  }

  .usercomment-card-comment-wrap h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 6vw;
    margin: -2vw 0;
  }

  .usercomment-date {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 2.5vw;

  }

  .usercomment-comment {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 3.5vw;

  }
}

@media screen and (min-width:770px) {
  .sp {
    display: none;
  }

  footer {
    display: flex;
    position: fixed;
    bottom: 10px;
    right: -2px;
    z-index: 97;
    width: 10vw;
    height: auto;
    writing-mode: vertical-rl;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(5px);
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    border-radius: 15px 0 0 15px;
    padding: 2vw 0;
    border: solid 1px #FF7BF0;
    align-items: center;
  }

  footer p {
    color: #FF7BF0;
    font-size: 20px;
  }

  footer span {
    font-size: 50px;
    color: #FF7BF0;
  }

  footer img {
    width: 50px;
    margin-top: 5px;
  }

  .allbg_G {
    position: fixed;
    background-image: linear-gradient(0deg, #fea0f480, #6476fa80);
    z-index: 1;
    width: 100vw;
    height: 100vh;
  }

  .allbg_L {
    position: fixed;
    background-image: linear-gradient(0deg, #DB00A0, #420052);
    z-index: 1;
    width: 100vw;
    height: 100vh;
  }

  .nav {
    height: 60px;
    width: 100vw;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    z-index: 100;
  }

  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }

  /* メニュー黒ポチを消す */
  .nav_list {
    list-style: none;
  }

  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #fff;
  }

  .contactawrap3 {
    border-bottom: 0.25rem solid rgb(245, 245, 245);
    border-top: 0.25rem solid rgb(245, 245, 245);
  }

  .contacttext {
    flex-direction: column;
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上にする */
    cursor: pointer;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }

  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* メニューのデザイン*/
  .nav_content {
    width: 100vw;
    height: 100dvh;
    position: fixed;
    top: 0%;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(12px);

    transition: .5s;
    text-align: center;
    padding-top: 20px;
  }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked~.nav_content {
    left: 0;
  }


  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    position: absolute;
    right: 7px;
    top: 1px;
    z-index: 100;
    cursor: pointer;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #FF7BF0;
    transition: 0.5s;
    position: absolute;
  }

  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }


  #gl-header {
    height: 60px;

    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100vw;
  }

  .nav_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    width: 100vw;
    height: 100%;
    margin: 0 auto;
  }

  .nav_list li {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
    display: flex;
  }

  .nav_list_a_wrap {
    align-items: center;
    display: flex;
    border-top: 1px solid #FF7BF0;
    border-bottom: 1px solid #FF7BF0;
    height: 130px;
    width: 72vw;
  }

  .nav_list_a_wrap2 {
    align-items: center;
    display: flex;
    height: 130px;
    width: 72vw;
  }

  .menucolor {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #FF7BF0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 25px;
  }

  .menucolor span {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 35px;
  }

  .nav_list-img {
    width: 500px;
  }

  .triangle_oya {
    background-color: #FF7BF0;
    border-radius: 300px;
    padding: 3vw;
    position: relative;
    margin-right: 4vw;
  }

  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3vw solid #000000;
    border-right: 0;

    left: 15vw;
    position: absolute;
  }

  .nav_list {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: auto;
    padding: 0;
    flex-direction: column;
    align-content: center;
  }

  .list {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 3vw;
  }

  .list li {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw;
    margin-right: 5vw;
    text-align: center;
  }

  section {
    z-index: 2;
    position: relative;
  }

  #top img {
    width: 100vw;
    margin: 60px auto 0 auto;
  }

  #pickupGirl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .pickupGirl-textwrap {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-align: center;
    line-height: 1vw;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.4);
  }

  .pickupGirl-textwrap h3 {
    font-size: 3vw;
  }

  .pickupGirl-textwrap h1 {
    font-size: 5vw;
  }

  .pickupGirl-girlimg {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .p-girlimg {
    object-fit: cover;
    width: 30vw;
    height: 60dvh;
    border-radius: 15px 0 0 15px;
  }

  .pickupGirl-girlimg-textwrap {
    border-radius: 0 15px 15px 0;
    width: 40vw;
    height: 56dvh;
    padding: 2dvh;
    bottom: 6px;
    display: flex;
    background-color: white;
    flex-direction: column;
    font-family: "Noto Sans JP", serif;
  }

  .pickupGirl-girlimg-textwrap-1,
  .pickupGirl-girlimg-textwrap-1-1,
  .pickupGirl-girlimg-textwrap-1-2,
  .pickupGirl-girlimg-textwrap-4 {
    display: flex;
    align-items: center;
  }

  .pickupGirl-girlimg-textwrap-1 {
    flex-wrap: wrap;
  }

  .pickupGirl-girlimg-textwrap-1 p {
    font-weight: 600;
    font-size: 3vw;
    width: 40vw;
    margin: 0 0 1vw 0;
  }

  .pickupGirl-girlimg-textwrap-1 img {
    width: 1.5vw;
    margin: auto 0.5vw auto 0;
  }

  .pickupGirl-girlimg-textwrap-1-1 p {
    font-weight: normal;
    font-size: 1.5vw;
    color: #19A3F8;
    width: 10vw;
  }

  .pickupGirl-girlimg-textwrap-1-2 p {
    font-weight: normal;
    font-size: 1.5vw;
    color: #FF335B;
    width: 10vw;
  }

  .pickupGirl-girlimg-textwrap-2 {
    font-size: 1.5vw;
    width: 40vw;
  }

  .pickupGirl-girlimg-textwrap-3 span {
    color: #18D510;
  }

  .pickupGirl-girlimg-textwrap-3 {
    font-size: 1.5vw;
    margin: -0.5vw 0;
  }

  .colorful-tag-c1,
  .colorful-tag-m1,
  .colorful-tag-y1 {
    font-weight: normal;
    font-size: 1.5vw;
    border-radius: 100px;
    padding: 1vw 2vw;
    margin-right: 2vw;
  }

  .colorful-tag-c1 {
    background-color: #bee6ff;
  }

  .colorful-tag-m1 {
    background-color: #ffbeef;
  }

  .colorful-tag-y1 {
    background-color: #efffbe;
  }

  .colorful-tag-c2,
  .colorful-tag-m2,
  .colorful-tag-y2,
  .colorful-tag-c3,
  .colorful-tag-m3,
  .colorful-tag-y3,
  .colorful-tag-c4,
  .colorful-tag-m4,
  .colorful-tag-y4 {
    font-weight: normal;
    font-size:1.3vw;
    border-radius: 100px;
    padding: 0.5vw 1vw 0.6vw 1vw;


  }

  .colorful-tag-c2 {
    background-color: #bee6ff;
  }

  .colorful-tag-m2 {
    background-color: #ffbeef;
  }

  .colorful-tag-y2 {
    background-color: #efffbe;
  }

  .colorful-tag-c3 {
    background-color: #93dcdd;
  }

  .colorful-tag-m3 {
    background-color: #ffd4be;
  }

  .colorful-tag-y3 {
    background-color: #f7ffbe;
  }

  .colorful-tag-c4 {
    background-color: #cefb81;
  }

  .colorful-tag-m4 {
    background-color: #ffbeef;
  }

  .colorful-tag-y4 {
    background-color: #d3beff;
  }


  .profile-btn-btn_box{
    margin: 30px auto;
    
  }
  .profile-btn{
    border: solid 4px white;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    width: 250px;
    padding: 20px 0 0 0;
    height: 50px;
    background: rgb(31, 156, 31);
    cursor: pointer;
    border-radius: 100px;
  }
  .dokundokun-animation{
    animation: dokundokun 1300ms ease infinite;
  }
  
  @keyframes dokundokun {
    0%  { transform: scale(1); }
    15% { transform: scale(1.2); }
    30% { transform: scale(1); }
    45% { transform: scale(1.2); }
    70% { transform: scale(1); }
  }

  .btn_box{
    margin: 30px auto;
    text-align: center;
    width: 100%;
    display: block;
    align-items: center;
    display: flex;
    justify-content: center;
  
  }
  
  #btn_animation_sarani .btn {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 24px;
    padding: 14px 0 0 0;
    font-weight: bold;
    text-decoration: none;
    background-color: #FF7BF0;
    border-bottom: 5px solid #b648a9;
    color: white;
    text-shadow: 2px 2px 1px rgba(182, 72, 169, 1.4);
    border-radius: 300px;
    text-align: center;
    background: linear-gradient(45deg, #eb58da 25%,  #ff7fee 25%,  #ff7fee 50%, #eb58da 50%, #eb58da 75%,  #ff7fee 75%,  #ff7fee);
    background-size: 40px 40px;
    animation: anime_btn_animation_1 .8s infinite linear;
  }
  
  @keyframes anime_btn_animation_1 {
    0% {  background-position-y: 0;}
    100% {  background-position-y: -40px;}
  }

  .jukujosennyoupagetext {
    text-align: center;
    color: white;
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 20px;
    margin: 2vw auto;
    width: 100vw;
  }

  .jukujosennyoupagetext span {
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 30px;
  }

  .osusumeGirl-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 95vw;
    height: auto;
    padding: 0 2.5vw;

    justify-content: space-around;
  }

  .osusumeGirl-card-wrap {
    background-color: white;
    border-radius: 15px;
    margin: 1vw auto;
    width: 23vw;
    display: flex;
    text-align: left;

    flex-direction: column;
  }

  .osusumeGirl-beginner-img-chara {
    position: relative;
    z-index: 80;
    width: 23vw;
    height: 23vw;
    object-fit: cover;
    object-position: 0% 20%;
    border-radius: 15px 15px 0 0;
  }

  .osusumeGirl-beginner-img-beginner {
    position: relative;
    z-index: 81;
    bottom: 22vw;
    left: 18vw;
    width: 4vw;
  }

  .osusumeGirl-beginner-img {
    height: 23vw;
  }

  .osusumeGirl-girlimg-textwrap {
    display: flex;
    flex-direction: column;
    padding: 8px;
  }

  .osusumeGirl-girlimg-textwrap-1 {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 2vw;
    margin: -2vw 0;
  }

  .osusumeGirl-girlimg-textwrap-2 {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 1.5vw;
    margin: -1vw 0;
  }

  .osusumeGirl-girlimg-textwrap-3 {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 1.5vw;
    display: flex;
    flex-direction: column;

    margin: 1vw 0 -2vw 0;
  }

  .osusumeGirl-girlimg-textwrap-3-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: -1vw 0 -3vw 0;
  }

  .osusumeGirl-girlimg-textwrap-3-1 p {
    color: #19A3F8;
    margin-left: 2px;
    margin-right: 2px;
  }

  .osusumeGirl-girlimg-textwrap-3-2 p {
    color: #FF335B;
    margin-left: 1px;
  }

  .osusumeGirl-girlimg-textwrap-3-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;

  }

  .osusumeGirl-girlimg-textwrap-3 img {
    width: 1.5vw;
  }

  .osusumeGirl-girlimg-textwrap-4 {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-size: 1.5vw;
    margin: -1vw 0;
  }

  .osusumeGirl-girlimg-textwrap-4 span {
    color: #18D510;
  }

  .osusumeGirl-girlimg-textwrap-5 {
    display: flex;
    justify-content: space-around;
    align-content: center;
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    align-items: center;
  }

  .usercomment-wrapper {
    background-color: white;
    width: 90vw;
    height: auto;
    padding: 5vw;
  }

  .usercomment-card-wrap {
    display: flex;
    flex-direction: column;
    width: 80vw;
    margin-top: 2vw;
  }

  .usercomment-card-img-wrap {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: -1vw 0 -2vw;
  }

  .usercomment-textwrap {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    margin-right: 5vw;
    text-align: center;
  }

  .usercomment-card-img-hitoicon {
    width: 3vw;
  }

  .usercomment-card-img-hitoicon {
    margin-right: 2vw;
  }

  .star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 3vw;
  }

  .star5_rating:before,
  .star5_rating:after {
    content: '★★★★★';
  }

  .star5_rating[data-rate="5"]:after {
    width: 100%;
  }

  /* 星5 */
  .star5_rating[data-rate="4.5"]:after {
    width: 90%;
  }

  /* 星4.5 */

  .star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
    font-size: 3vw;
  }

  .usercomment-card-comment-wrap h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 30px;
    margin: 10px 0 0 0;
  }

  .usercomment-date {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    margin: 0 auto;
  }

  .usercomment-comment {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;

  }

}