@charset "utf-8";

@font-face {
    font-family: 'MyFont';
    src: url(../fonts/A-OTF-Jun101Pro-Light.otf) format('opentype');
    font-weight: light;
}

@font-face {
    font-family: 'MyFont';
    src: url(../fonts/A-OTF-Jun201Pro-Regular.otf) format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'MyFont';
    src: url(../fonts/A-OTF-Jun34Pro-Medium.otf) format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'MyFont';
    src: url(../fonts/A-OTF-Jun501Pro-Bold.otf) format('opentype');
    font-weight: bold;
}

body {
    font-family: MyFont;
    margin: 0;
    text-align: center;
}


ul,
ol {
    list-style: none;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

.pcImg {
    display: none !important;

}

.pcTxt {
    display: none !important;
}

.wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.flexbox {
    display: flex;
}


/* sp */
#headerSec {
    display: none;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#headerSec.show {
    display: block;
    animation: fadein 1s forwards;
}


header {
    border-bottom: 3px solid #E75313;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: fixed;
    z-index: 100;
}

.header-box {
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    padding-right: 10px;
}

.mv-sp {
    margin-top: 45px;
}

.topSec {
    background-color: #FEF8F5;
    padding-bottom: 100px;
    position: relative;
}


.top-joinBtn {
    padding-top: 30px;
    width: 250px;
    margin-left: auto;
}

.topSec__p1 {
    font-size: 20px;
    font-weight: bold;
}

.topSec_list {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
}

.topSec__item {
    width: 160px;
    font-size: 22px;
    color: #fff;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #ED7541;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin: 0 2px;
}

.topSec__p2 {
    font-size: 28px;
    font-weight: bold;
}


.topSec__p3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}


.experimentSec {
    margin-top: 160px;
    padding-bottom: 180px;
}

.experimentSec__p1 {
    font-size: 32px;
    color: #E75313;
    font-weight: bold;
}

.experimentSec__p2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

.experimentSec__p2 span {
    color: #E65213;
}

.tokuten {
    margin-top: 35px;
}


.recommendSec {
    padding: 160px 0 80px;
    background-color: #FEF8F5;
}

.recommendSec__p1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.recommendSec__p1 span {
    border-bottom: 8px solid #FEF832;
}


.recommendSec__wrap {
    position: relative;
}

.recommendSec__p2 {
    font-size: 18px;
    position: absolute;
    bottom: -53px;
    right: 30px;
}



.scroll_list {
    padding: 120px 0px 100px;
    
    width: 100vw;
    margin-bottom: 200px;
}

.scroll_list__item {
padding: 0 30px;
max-height: 80vh;
width: 500px;
}


.scroll__imgBox img {
    /* max-height: 500px; */
    /* width: auto; */
    max-height: 80vh;
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
}

.list__p {
    /* height: 100px; */
    /* height: 500px; */
    font-size: 26px;
    max-width: 455px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    /* height: 450px; */
}


.howtoJoin {
    padding: 160px 0;
}

.howtoJoin__title {
    font-size: 60px;
    font-weight: bolder;
    margin-bottom: 60px;
}

.easyJoin {
    margin-bottom: 100px;
}


.easyJoin__fixed {
    width: 215px;
margin-right: auto;
margin-left: auto;
}

.easyJoin__scroll {
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;

}


.easyJoin__scroll__wrap {
    height: 322px;
    width: 558px;
    padding: 10% 10% 0;
    /* overflow: auto; */
}

.easyJoin__scroll__wrap img {
    height: 322px;
    width: 558px;
}

footer {
    color: #fff;
    background-color: #231F1F;
    text-align: center;
    padding: 80px 0 30px;
    font-size: 20px;
}

.footer__wrap {
    max-width: 700px;
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto;
}

.footer-p1 {
    font-weight: 600;
    margin-bottom: 80px;
}

.footer-p2, .footer-p3 {
    font-size: 13px;
}

footer small {
    font-size: 100%;
    font-weight: bolder;
    color: #4E4C4C;
}


/* slick */


/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 15%;
  top: 56%;
  background: url(../img/prevBtn-sp.png) no-repeat center center;
}

.slick-next {
    right: 15%;
    top: 56%;
  background: url(../img/nextBtn-sp.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 37px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #ccc;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #E85414;
  opacity: 0.75;
  font-size: 17px;
}



/* レイアウト */
.txtright {
    text-align: right;
}




/* --------------pc------------------------ */

@media screen and (min-width: 1080px) {
    .spImg {
        display: none !important;
    }

    .pcImg {
        display: inline-block !important;
    }

    .pcTxt {
        display: block !important;
    
    }

    .topSec {
        padding-bottom: 50px;
    }

    .experimenth2 {
        width: 680px;
        height: auto;
    }

    .join-pc {
        width: 240px;
        height: auto;
    }

    .topLogo-pc {
        width: 174px;
        height: auto;
    }

    .header-box {
        padding: 15px 0;
    }

    .pc-flexdeco {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .experimentSec {
        padding-bottom: 160px;
    }

    .experimentSec__p1 {
        font-size: 24px;
        margin: 0;
    }

    .experimentSec__p2 {
        padding: 0 30px;
        font-size: 18px;
        font-weight: 600;

    }


    .slick-dots {
        bottom: 37px;
      }


    .tokuten__wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .tokuten__wrap__item {
        width: 48%;
        height: auto;
    }


    .howtoJoin {
        padding: 100px 15% 160px;
    }

    .howtoJoin__title {
        font-size: 32px;

    }

    .easyJoin {
        margin-bottom: 100px;
    }
    
    
    .easyJoin__fixed {
        width: 215px;
        position: absolute;
        padding-right: 35px;
        height: 644px;
        background-color: #fff;
        z-index: 2;
        padding-top: 30px;
    }
    
    .easyJoin__scroll {
        overflow-x: auto;
        /* 横スクロールの指定 */
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    
    }
    
    .easyJoin__scroll__wrap {
        margin-left: 245px;
        height: 644px;
        width: 1116px;
        padding: 0 0 10px;
        /* overflow: auto; */
    }

    .easyJoin__scroll__wrap img {
        height: 644px;
        width: 1116px;
    }


    .footer-btn {
        width: 500px;
        height: auto;
    }

    .topSec__p1 {
        margin-top: 0;
    }

    .topSec__p3 {
        font-size: 16px;
    }

    .footer__wrap img {
        width: 262px;
        height: auto;
    }

    footer {
        font-size: 13px;
    }

    .footer-p1 {
        font-size: 16px;
        margin-bottom: 40px;
    }


    .list__p {
        font-size: 16px;
    }


    .scroll__imgBox img {
        height: 600px;
        width: auto;

    }


    /* Arrows */
.slick-prev,
.slick-next {
  width: 80px;
  height: 80px;
}


.slick-prev {
  left: 25%;
  top: 60%;
  background: url(../img/prevBtn-sp.png) no-repeat center center;
  background-size: contain;
}

.slick-next {
  right: 25%;
  top: 60%;
  background: url(../img/nextBtn-sp.png) no-repeat center center;
  background-size: contain;
}
}


/*mediaqueryここまで*/


@media screen and (max-width: 700px) {
    .slick-prev,
.slick-next {
  width: 70px;
  height: 70px;
}
    .slick-prev {
        left: 5%;
        top: 56%;
        background: url(../img/prevBtn-sp.png) no-repeat center center;
        background-size: contain;
      }
      
      .slick-next {
          right: 5%;
          top: 56%;
        background: url(../img/nextBtn-sp.png) no-repeat center center;
        background-size: contain;
      }
}

@media screen and (max-width: 500px) {
    .top-joinBtn {
        width: 60%;
    }
}


@media screen and (max-width: 400px) {
    .topSec_list {
        flex-direction: column;
        width: 160px;
        margin-right: auto;
        margin-left: auto;

    }

    .topSec__item+.topSec__item {
        margin-top: 10px;
    }
}