@charset "UTF-8";

/* PIST6 パンくず */
.Netkeirin_Pist6 .PcFooter .BreadCrumbsArea ul li a,
.Netkeirin_Pist6 .SpFooter .BreadCrumbsArea ul li a {
	color: #fff;
}
.Netkeirin_Pist6 .PcFooter .BreadCrumbsArea ul li a.pankuzu_no_link,
.Netkeirin_Pist6 .PcFooter .BreadCrumbsArea ul li + li::before,
.Netkeirin_Pist6 .SpFooter .BreadCrumbsArea ul li a.pankuzu_no_link,
.Netkeirin_Pist6 .SpFooter .BreadCrumbsArea ul li + li::before {
	color: #ddd;
}
.Netkeirin_Pist6.Netkeirin_Pist6_race .PcFooter .BreadCrumbsArea ul li a,
.Netkeirin_Pist6.Netkeirin_Pist6_race .SpFooter .BreadCrumbsArea ul li a {
	color: #03a;
}
.Netkeirin_Pist6.Netkeirin_Pist6_race .PcFooter .BreadCrumbsArea ul li a.pankuzu_no_link,
.Netkeirin_Pist6.Netkeirin_Pist6_race .PcFooter .BreadCrumbsArea ul li + li::before,
.Netkeirin_Pist6.Netkeirin_Pist6_race .SpFooter .BreadCrumbsArea ul li a.pankuzu_no_link,
.Netkeirin_Pist6.Netkeirin_Pist6_race .SpFooter .BreadCrumbsArea ul li + li::before {
	color: #666;
}

/*★★★MENU*/
.open-btn {
    position: absolute;
    top: 120px;
    left: 24.5vw;
    z-index: 2;
    cursor: pointer;
    width: 44px;
}
.open-btn img {
    width: 100%;
}
.close-btn {
    position: absolute;
    top: 105px;
    right: 24.1vw;
    z-index: 2;
    cursor: pointer;
    width: 44px;
    height: 44px;
}
.close-btn span{
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
 }
.close-btn span:nth-of-type(1) {
    top: 15.4px;
    left: 9.5px;
    transform: translateY(6px) rotate(-135deg);
    width: 61%;
}
.close-btn span:nth-of-type(2){
    top: 27px;
    left: 9px;
    transform: translateY(-6px) rotate(135deg);
    width: 61%;
}
.search-area {
    margin-top: -20vh;
    width: 270px;
}
.search-area a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 130vh;
}
#search-wrap.panelactive{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .9;
    z-index: 8000;
    background:#000;
}

/*★★★共通設定*/
main {
    font-family: 'FP-ヒラギノ角ゴ StdN', sans-serif;
    font-size: .835vw;
    font-weight: 400;
    color: #fff;
    background: #000;
}
.sp {
    display: none;
}
.top {
    position: relative;
    background: url(../../img/pist6/howto/index_bg_img01.png) no-repeat top;
    background-size: cover;
    /*background-position: 0% -5%;*/
    background-position: center top;

    z-index: 0;
    display: block;
    margin: 0 auto;;
    padding-bottom: 52px;
    height: 50vw;
}
.top__title {
    margin: auto;
    padding-top: 13.8%;
    width: 9.5%;
}
.top__title img {
    width: 100%;
}
.top__title_wrap h1 {
    margin: 1.1% auto 0;
    width: 21.6%;
    font-size: 3.29vw;
    font-weight: 700;
    letter-spacing: .1vw;
    line-height: 4.1vw;
    text-align: center;
    border-bottom: solid 5px;
}
.top__title_wrap2 h1 {
    width: 13.6%;
}
.top__text {
    margin: 1.58% auto 1.63%;
    width: 34.5%;
    font-size: 1.146vw;
    font-weight: 700;
    line-height: 1.6vw;
}
.top__text span{
    display: block;
    margin-top: 1.58%;
    font-size: clamp(11px, 2vw, 12px);
    line-height: 1.5;
    font-weight: normal;
}
@media screen and (min-width:1800px){
    .top__text span {
        font-size: clamp(11px, 2vw, 14px);
    }
}
@media screen and (min-width:2500px) {
    .top__text span {
        font-size: clamp(11px, 2vw, 18px);
    }
}
.top__text2 {
    margin: 1.58% auto 0;
    width: 42%;
    font-size: 1.05vw;
    line-height: 1.7vw;
}
.top__list {
    display: flex;
    margin: auto;
    width: 22.65%;
    border: solid 1px;
}
.top__item {
    padding: 4.5% 4.1%;
    width: 50%;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
}
.top__item span {
    font-size: .9vw;
    font-weight: 700;
    color: #F03247;
}
.top__item p {
    font-size: 1.33vw;
    font-weight: 700;
    margin: 7% 0 0;
}
.top__item img {
    width: 100%;
}
.top__item:first-of-type {
    border-right: solid 1px;
    text-decoration: none;
}
.top__item:last-of-type {
    border-right: solid 1px;
    text-decoration: none;
}
.top__item2 {
    text-align: left;
    box-sizing: border-box;
}
.top__item2 span {
    font-weight: 700;
    color: #F03247;
}
.top__item2 p {
    font-size: 1.3vw;
    font-weight: 700;
    margin: 2% 0 0;
}
.top__item2 img {
    margin-top: -11%;
    width: 99%;
}
.top__item3 {
    margin-bottom: 16%;
}
.top__item3 span {
    font-size: 20px;
}
.top__item3 p {
    margin-top: 5%;
    font-size: 30px;
}
.top__item3 img {
    margin-top: -9%;
    width: 99%;
}
.top__scrool {
    width: 2.63%;
    margin: 1% auto 0;
}
.top__scrool img {
    width: 100%;
}
.top__point__list {
    display:flex;
    flex-flow: column;
    text-align: center;
    margin: auto;
    width: 15.7%;
    border: solid 1px #FB344A;
}
.top__point__01 {
    padding: 2.5% 0;
    font-size: 1.61vw;
    font-weight: 700;
    background: #FB344A;
}
.top__point__02 {
    padding: 2.5% 0;
    font-size: 1.51vw;
    font-weight: 700;
}
.middle {
    position: relative;
    background: url(../../img/pist6/howto/index_mv_img04.png) no-repeat top;
    background-position: 8% -10vw;
    background-size: 88%;
}
.middle__pad {
    padding-bottom: 200px;
}
.middle h2 {
    margin-top: 1.3%;
    margin-bottom: 1.6%;
    text-align: center;
    font-size: 2vw;
    color: #FF354A;
}
.middle img {
    width: 100%
}
.middle__wrap {
    margin: auto;
    width: 44.45%;
}
.middle__title {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
}
.middle__title h3 {
    margin: 0;
    font-size: 1.85vw;
    font-weight: 700;
    line-height: 2.5vw;
}
.middle__title__img {
    margin-right: 3%;
    width: 40px;
}
.middle__title__img img {
    margin-right: 3%;
    width: 100%;
}
.middle__title__img0 {
    margin-right: 3%;
    width: 29px;
}
.middle__title__img0 img {
    margin-right: 3%;
    width: 100%;
}
.middle__text {
    margin-top: 25%;
    width: 76%;
}
.middle__text p {
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 1.05vw;
    line-height: 1.7vw;
}
.middle__text2 {
    margin-top: 44%;
}
.middle__text2-2 {
    margin-top: 54%;
}
.middle__text3 {
    margin-top: 58%;
}
.middle__text4 {
    position: absolute;
    top: 69.5%;
    right: 23%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
    width: 14.5%;
}
.top__list2 {
    display: flex;
    margin-top: 3.5%;
}

/*★★★howtoページ*/
.top__title2 {
    padding-top: 11.5%;
}
.next_top {
    position: relative;
    background: url("../../img/pist6/howto/index_bg_img10.png") no-repeat;
    background-size: 100%;
    background-position: 0% -5%;
    z-index: 0;
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
    height: 47.5vw;
}
.next_top__text2 {
    margin-top: 1.1%;
    margin-bottom: 0.5%;
    width: 35.9%;
}
.next_top_contents {
    position: relative;
    margin: auto;
    width: 23.13%;
    text-align: center;
}
.next_top_contents p {
    margin: 0;
    padding-top: 10%;
    font-size: 1.04vw;
    font-weight: 700;
    line-height: 1.5vw;
}
.next_top_contents span {
    font-size: 1.823vw;
    font-weight: 800;
    line-height: 2.3vw;
}
.next_top_contents img {
    width: 100%;
}
.next_top_contents_1 {
    position: absolute;
    top: 15%;
    left: 36.5%;
}
.next_top_contents_2 {
    position: absolute;
    top: 56%;
    left: 10%;
}
.next_top_contents_3 {
    position: absolute;
    top: 52%;
    left: 59.5%;
}
.next_middle {
    padding-bottom: 200px;
}
.next_middle_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding-top: 2.63%;
    padding-bottom: 3.05%;
    width: 38.5%;
}
.middle__phone {
    width: 35%
}
.middle__phone img {
    width: 100%;
}
.middle__text3 {
    margin-top: 0;
    width: 64%;
}
.middle__text3 p {
    margin-top: 6.5%;
}
.top__scrool2 {
    margin-top: 0;
}
.top__list3 {
    display: flex;
    margin-top: .89%;
}
.middle__title2 img {
    margin-right: 25px;
    width: 9.6%;
}
.middle__btn {
    display: block;
    margin: 8.5% auto 0;
    width: 58.4%;
}
.middle__btn img {
    width: 100%;
}

@media screen and (min-width:768px) and ( max-width:1100px) {
    .sp {
        display: none;
    }
    .search-area {
        margin-top: -20vh;
        width: 220px;
    }
    .top__item2 span {
        font-size: 1.5vw;
    }
    .top__item2 p {
        font-size: 2.5vw;
        margin: 4% 0 0;
    }
    .top__item2 img {
        margin-top: -9%;
    }
    .top__item3 {
        margin-bottom: 13%;
    }
    .top__item3 span {
        font-size: 20px;
    }
    .top__item3 p {
        margin-top: 5.5%;
        font-size: 28px;
    }
    .top__item3 img {
        margin-top: -5%;
    }
    .top {
        height: 60vw;
    }
    .top__title {
        width: 11.5%;
    }
    .top__title_wrap h1 {
        width: 28.6%;
        font-size: 4.4vw;
        line-height: 5.1vw;
    }
    .top__text {
        width: 46.5%;
        font-size: 1.5vw;
        line-height: 2vw;
        margin: 1.58% auto 1.63%;
    }
    .top__list {
        width: 31.65%;
    }
    .top__item span {
        font-size: 1.2vw;
    }
    .top__item p {
        font-size: 2vw;
    }
    .top__text2 {
        width: 47%;
        font-size: 1.4vw;
        line-height: 2.2vw;
    }
    .top__scrool {
        width: 3%;
    }
    .middle h2 {
        font-size: 2.2vw;
    }
    .top__point__list {
        width: 18.7%;
    }
    .top__point__01 {
        padding: 3% 0;
        font-size: 2vw;
    }
    .top__point__02 {
        padding: 3% 0;
        font-size: 1.7vw;
    }
    .middle {
        background-position: -25px -7vh;
        background-size: 101%;
    }
    .middle__pad {
        padding-bottom: 110px;
    }
    .middle__title h3 {
        font-size: 2.4vw;
        line-height: 3vw;
    }
    .middle__wrap {
        width: 51.45%;
    }
    .middle__title img {
        margin-right: 3%;
    }
    .middle__text {
        margin-top: 26%;
        width: 100%;
    }
    .middle__text p {
        font-size: 1.6vw;
        line-height: 2.35vw;
    }
    .middle__text2 {
        margin-top: 33%;
    }
    .middle__text2-2 {
        margin-top: 45%;
    }
    .middle__text3 {
        margin-top: 0%;
        width: 67%;
    }
    .middle__text4 {
        top: 67.5%;
        right: 16%;
    }
    .middle__phone {
        width: 25.86%;
    }
    .top__text2 {
        font-size: 1.5vw;
        line-height: 2vw;
    }
    .next_top_contents {
        width: 36.32%;
    }
    .next_top_contents span {
        font-size: 3vw;
        line-height: 3.5vw;
    }
    .next_top_contents p {
        padding-top: 7%;
        font-size: 1.8vw;
        line-height: 2.5vw;
    }
    .next_top_contents_1 {
        top: 16%;
        left: 34%;
    }
    .next_top_contents_2 {
        top: 54%;
        left: 8%;
    }
    .next_top_contents_3 {
        top: 53%;
        left: 58.5%;
    }
    .next_top {
        height: 55vw;
    }
    .next_middle {
        margin-top: 10%;
        padding-bottom: 110px;
    }
    .next_middle_wrap {
        width: 55%;
    }
}

@media screen and (min-width: 768px) {
    a:hover {
        transition: .2s;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
    }
    .sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .open-btn {
        top: 110px;
        left: 6.5vw;
        width: 10.3%;
    }
    .close-btn {
        top: 12vh;
        right: 6.7vw;
        width: 10.3%;
    }
    .close-btn span {
        display: inline-block;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
     }
    .close-btn span:nth-of-type(1) {
top: 16.2px;
    left: 5.7px;
        transform: translateY(6px) rotate(
    -135deg);
        width: 25px;
    }
    .close-btn span:nth-of-type(2){
        top: 28.3px;
        left: 6px;
        transform: translateY(-6px) rotate(135deg);
        width: 25px;
    }
    .search-area {
        margin-top: -28vh;
        width: 250px;
    }
    .top {
        position: relative;
        background: url(../../img/pist6/howto/index_bg_img01_sp.png) no-repeat top;
        background-size: 100%;
        z-index: 0;
        display: block;
        margin: 0 auto;
        padding-bottom: 6%;
        height: 212vw;
    }
    .top h1 {
        margin-top: 3%;
        width: 73.07%;
        font-size: 10.7vw;
        line-height: 12.1vw;
    }
    .top__title {
        padding-top: 43%;
        width: 30.4%;
    }
    .top__text {
        margin: 4.5% auto 7.5%;
        width: 91.2%;
        font-size: 4.8vw;
        line-height: 7.6vw;
        color: #CECECE;
    }
    .top__text2 {
        margin-top: 7.5%;
        width: 92.5%;
        font-size: 4.56vw;
        line-height: 8vw;
    }
    .top__list {
        width: 100%;
    }
    .top__item {
        padding: 5% 4% 3%;
    }
    .top__item span {
        font-size: 4vw;
        font-weight: 700;
        color: #F03247;
    }
    .top__item p {
        font-size: 5.9vw;
    }
    .top__item img {
        margin-top: -5%;
        width: 100%;
    }
    .top__scrool {
        margin: 5% auto 0;
        width: 9.07%;
    }
    .top__point__list {
        width: 83.7%;
    }
    .top__point__01 {
        padding: 3% 0;
        font-size: 8.27vw;
    }
    .top__point__02 {
        padding: 3% 0;
        font-size: 7.75vw;
    }
    .top__item2 {
        margin-bottom: 25px;
    }
    .top__item2 span {
        font-size: 20px;
    }
    .top__item2 p {
        margin-top: 5%;
        font-size: 28px;
    }
    .middle {
        position: relative;
        background: url(../../img/pist6/howto/index_mv_img04_sp.png) no-repeat top;
        background-position: 60% 1%;
        background-size: 203%;
    }
    .middle__pad {
        padding-bottom: 120px;
    }
    .middle h2 {
        margin-top: 1.34%;
        margin-bottom: 16%;
        font-size: 7.5vw;
        line-height: 10vw;
    }
    .middle__wrap {
        margin: auto;
        width: 92.5%;
    }
    .middle__text {
        margin: 25.62% auto 0;
        width: 95.8%;
    }
    .middle__text2 {
        margin-top: 59%;
    }
    .middle__text3 {
        margin-top: 0%;
    }
    .middle__text4 {
        top: 68.5%;
        right: -12%;
        width: 38%;
    }
    .middle__text p {
        margin-top: 5%;
        font-size: 4.54vw;
        line-height: 7.8vw;
    }
    .middle__title h3 {
        font-size: 5.9vw;
        line-height: 8vw;
    }
    .top__list2 {
        margin-top: 9.5%;
    }
    .middle__title__img {
        margin-right: 10px;
        width: 50px;
    }
    .middle__title__img img {
        margin-right: 10px;
    }
    .middle__title__img0 {
        margin-right: 3%;
        width: 21px;
    }
    .top__list3 {
        display: flex;
        margin-top: 7.5%;
    }
    .next_top {
        position: relative;
        background: url("../../img/pist6/howto/index_bg_img10_sp.png") no-repeat;
        background-size: 102%;
        background-position: 0% -25%;
        z-index: 0;
        display: block;
        margin: 0 auto;
        padding-bottom: 0;
        height: 161vw;
    }
    .next_middle_wrap {
        display: block;
        width: 90.4%;
        padding-top: 0;
        padding-bottom: 12.1%;
    }
    .next_middle_wrap2 {
        padding-bottom: 0%;
    }
    .top__title_wrap h1 {
        margin-top: 3%;
        width: 66.6%;
        font-size: 10.7vw;
        line-height: 12.1vw;
    }
    .top__title_wrap2 h1 {
        width: 43.6%;
    }
    .next_top__text2 {
        margin: 4.5% auto 2%;
        width: 88.6%;
        font-size: 4.8vw;
        line-height: 7.6vw;
    }
    .next_top_contents {
        width: 93.5%;
    }
    .top__title2 {
        padding-top: 8%;
    }
    .next_top_contents span {
        font-size: 7.5vw;
        line-height: 8.3vw;
    }
    .next_top_contents p {
        font-size: 4.27vw;
        line-height: 6.5vw;
    }
    .next_middle {
        padding-bottom:  120px;
    }
    .middle__text2-2 {
         margin-top: 113%;
    }
    .middle__text3 {
        width: 100%;
    }
    .middle__text3_top {
        position: relative;
        z-index: 1;
        margin-top: -30px;
        width: 100%;
    }
    .middle__title2 h3 {
        font-size: 7.7vw;
    }
    .middle__title2 img {
        margin-right: 15px;
        width: 8.6%;
    }
    .middle__phone {
        margin: 8% auto 0;
        width: 57.9%;
    }
    .middle__btn {
        margin-top: 4%;
        width: 72.8%;
    }
    .next_top_contents_1 {
        left: 36%;
    }
}
@media screen and (max-width: 370px) {
    .close-btn {
        top: 17vh;
    }
   .middle__pad {
        padding-bottom: 100px;
    }
    .middle__title2 h3 {
        font-size: 7.5vw;
    }
    .middle__text4 {
        top: 68%;
    }
    .next_middle {
        padding-bottom: 100px;
    }
    .search-area {
        margin-top: -17vh;
        width: 180px;
    }
    .top__item2 span {
        font-size: 13px;
    }
    .top__item2 p {
        margin-top: 3%;
        font-size: 21px;
    }
    .close-btn span:nth-of-type(1) {
        top: 16px;
        left: 6.3px;
        transform: translateY(6px) rotate(
    -135deg);
        width: 25px;
    }
    .close-btn span:nth-of-type(2){
        top: 27.5px;
        left: 6px;
        transform: translateY(-6px) rotate(135deg);
        width: 25px;
    }
}
@media screen and (min-width:500px) and ( max-width:768px) {
    .middle__title__img0 {
        margin-right: 20;
        width: 32px;
    }
    .middle__title__img {
        margin-right: 20px;
        width: 76px;
    }
    .search-area {
        margin-top: -14vh;
    }
    .top {
        height: 180vw;
    }
    .top__title {
        width: 26.4%;
    }
    .top h1 {
        margin-top: 2%;
        width: 49.07%;
        font-size: 7.7vw;
        line-height: 11.1vw;
    }
    .top__text {
        margin: 4.5% auto 4.5%;
        width: 80.2%;
        font-size: 3.8vw;
        line-height: 5.6vw;
    }
    .top__item span {
        font-size: 3vw;
    }
    .top__item p {
        font-size: 4.9vw;
    }
    .top__item img {
        width: 96%;
    }
    .top__text2 {
        width: 85.5%;
        font-size: 3.56vw;
        line-height: 6vw;
    }
    .top__point__list {
        width: 70%;
    }
    .top__point__01 {
        padding: 2% 0;
        font-size: 6.27vw;
    }
    .top__point__02 {
        padding: 2% 0;
        font-size: 5.75vw;
    }
    .middle {
        background-position: 60% 11%;
        background-size: 141%;
    }
    .middle__wrap {
        width: 82.5%;
    }
      .middle h2 {
        margin-bottom: 10%;
        font-size: 6.5vw;
        line-height: 9vw;
    }
    .middle__title h3 {
        font-size: 5vw;
        line-height: 7vw;
    }
    .middle__text p {
        font-size: 3.3vw;
        line-height: 5.3vw;
    }
    .middle__text2 {
        margin-top: 36%;
    }
    .middle__text2-2 {
        margin-top: 92%;
    }
    .middle__text3 {
        margin-top: 0%;
    }
    .middle__text4 {
        top: 64.8%;
    }
    .top__title_wrap2 h1 {
        margin-top: 2%;
        width: 32.07%;
        font-size: 7.7vw;
        line-height: 11.1vw;
    }
    .next_top_contents {
        width: 79.5%;
    }
    .next_top_contents p {
        font-size: 3.27vw;
        line-height: 5vw;
    }
    .next_top_contents span {
        font-size: 6vw;
        line-height: 7.3vw;
    }
    .next_top_contents_1 {
        top: 17%;
        left: 38%;
    }
    .next_top_contents_2 {
        top: 56%;
        left: 11%;
    }
    .next_top_contents_3 {
        top: 55%;
        left: 60.5%;
    }
    .next_top {
        background-size: 90%;
        background-position: 92% 30%;
        height: 157vw;
    }
    .next_middle {
        margin-top: -23%;
    }
    .next_middle_wrap {
        padding-bottom: 8%;
        width: 81.9%;
    }
    .middle__phone {
        width: 48.1%;
    }
    .middle__btn {
        margin-top: 7%;
        width: 58.8%;
    }
    .top__list3 {
        display: flex;
        margin-top: 0;
    }
    .middle__title2 img {
        margin-right: 25px;
        width: 7.6%;
    }
}
@media screen and (max-height: 600px) {
    .close-btn {
        width: 7%;
    }
    .search-area {
        margin-top: -30vh;
        width: 180px;
    }
    .top__item2 p {
        margin-top: 3%;
        font-size: 17px;
    }
    .top__item2 span {
        font-size: 12px;
    }
    .top__item2 {
        margin-bottom: 15px;
    }
}

/* 20211213 追加 */
.Main_Column .LinkBtn_03{
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",  arial, "Meiryo", "メイリオ", sans-serif;
    font-size: 112.5%;
    font-weight: 400;
}
.Main_Column .LinkBtn_03 a{
    width: 79%;
    margin-top:50px;
    border-radius: 50px;
    font-size:11px;
}
.search-area .LinkBtn_03 a{
    width: 100%;
}

@media screen and (min-width:768px){
    .Main_Column .LinkBtn_03 a{
        width: 22.65%;
    }
    .search-area .LinkBtn_03 a{
        width: 100%;
    }
}
@media screen and (max-width: 470px) {
	.open-btn {
		top: 168px;
	}
}
