body{
    max-width: 1920px;
    margin: 0 auto;
}

.only-pc{
    display: block;
}

.only-mb{
    display: none;
}

.mask-image-wrapper{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.mask-image-wrapper > div{
    position: absolute;
    height: 100%;
    top: 0;
    background: #fff;
    width: 18.92%;
}

.mask-image-wrapper > .mask-image__bar--left{
    left: 0;
}

.mask-image-wrapper > .mask-image__bar--right{
    right: 0;
}

.mask-image-wrapper.off > .mask-image__bar--left{
    left: 100%;
}

.mask-image-wrapper.off > .mask-image__bar--right{
    right: 100%;
}

@keyframes slideUp02{
    from{
        opacity: 0;
        transform: translateY(10%);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

[class*="text-wrapper-"], .inner{
    max-width: 75rem;
    margin: 0 auto;
}

.text-wrapper-01{
    color: #fff;
}

.text-wrapper-01 > dd{
    font-size: 1.625rem;
    line-height: 2rem;
}

.text-wrapper-02 > h3{
    font-size: 2rem;
    font-weight: 600;
    color: #08b2f5;
    line-height: 2.625rem;
}

.text-wrapper-02 > h4{
    margin-top: 3.688rem;
}

.text-wrapper-02 > h4, .text-wrapper-02 > h4 > p{
    font-size: 3.125rem;
    font-weight: 600;
    letter-spacing: -0.125rem;
    line-height: 4.375rem;
}

.text-wrapper-02 > p{
    margin-top: 5rem;
}

.common-btn-01{
    display: inline-block;
    padding: 0 2.188rem 0 7.5rem;
    height: 4.063rem;
    line-height: 4.063rem;
    border-radius: 0.625rem;
    font-size: 1.5rem;
    letter-spacing: -0.06rem;
    background-repeat: no-repeat;
    background-size: 4.4rem auto;
    background-position: left 2.188rem center;
}

section#type01{
    padding-top: 15rem;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 67.5rem;
}

header{
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-bottom: 1px solid #fff;
    z-index: 100;
    transition: all .3s;
    max-width: 120rem;
    padding-left: 9.375rem;
    padding-right: 9.375rem;
    box-sizing: border-box;
}

header.on{
    background: #fff;
}

header.on .header__inner > .header__logo{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/header_logo_pc_on.png);
}

header .header__inner{
    position: relative;
    height: 5rem;
}

header .header__inner > a{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header .header__inner > .header__logo{
    width: 7.435rem;
    height: 1.25rem;
    color: #fff;
    left: 0;
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/header_logo_pc_off.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-indent: -999px;
}

header .header__inner > .header__btn{
    display: none;
    width: 9.375rem;
    height: 2.813rem;
    line-height: 2.813rem;
    background: #08b2f5;
    border-radius: 1.41rem;
    text-align: center;
    right: 0;
}

header .header__inner .header__btns{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

header .header__inner .header__btn02{
    display: inline-block;
    padding: 0 1.563rem 0 3.188rem;
    height: 2.813rem;
    line-height: 2.813rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 1.4rem;
    background-color: #08b2f5;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left 1.438rem center;
}

header .header__inner .header__btn02:nth-child(1){
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/apple_ico.png);
    background-size: 16.5px auto;
}

header .header__inner .header__btn02:nth-child(2){
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/google_ico.png);
    background-size: 18px auto;
}

header .header__inner .header__btn02 + a{
    margin-left: 0.625rem;
}


header .header__inner > .header__btn > span{
    padding-left: 1.375rem;
    color: #fff;
    font-size: 1.125rem;
    background: url(https://binishop.iwinv.net/sample/onepage/img/header_ico.png) no-repeat left center;
    background-size: 0.75rem auto;
}

section#type01 > .bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

section#type01 > .bg > video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

section#type01 .text-wrapper-01 dd{
    font-size: 1.625rem;
    line-height: 2rem;
}

section#type01 .text-wrapper-01 dt{
    margin-top: 2rem;
}

section#type01 .mask-wrapper > p{
    font-size: 4.375rem;
    font-weight: 600;
    letter-spacing: -0.175rem;
    line-height: 6.25rem;

}

section#type01 .main-btns{
    margin-top: 3.75rem;
}

section#type01 .text-wrapper-01 > .common-btn-01{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/btn_ico_01.png);
    display: none;
    margin-top: 3.75rem;
}

section#type01 .main-btns > .common-btn-01{
    background-position: left 2.125rem center;
    padding: 0 2.063rem 0 4.5rem;
}

section#type01 .main-btns > .common-btn-01:nth-child(1){
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/apple_ico.png);
    background-size: 1.438rem auto;
}

section#type01 .main-btns > .common-btn-01:nth-child(2){
    margin-left: 0.625rem;
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/google_ico.png);
    background-size: 1.438rem auto;
}

section#type01 .common-btn-01{
    border: 1px solid rgba(153, 153, 153, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}

section#type02{
    padding-top: 13.75rem;
    box-sizing: border-box;
    height: 67.5rem;
    background: url(https://binishop.iwinv.net/sample/onepage/img/sec02_bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

section#type02 .text-wrapper-02 > h3{
    font-size: 1.625rem;
    line-height: 2rem;
}

section#type02 .text-wrapper-02 > p{
    font-size: 1.625rem;
    line-height: 2.75rem;
}

section#type03{
    padding-top: 12.5rem;
    box-sizing: border-box;
}

section#type03 .text-wrapper-02 > p{
    font-size: 1.875rem;
    line-height: 3.125rem;
}

section#type03 .scroll-text__wrapper{
    margin-top: 9.375rem;
    overflow: hidden;
}

section#type03 .scroll-text{
    display: inline-block;
    font-size: 8.75rem;
    font-weight: 600;
    letter-spacing: -0.4375rem;
    white-space: nowrap;
}

section#type03 .swiper-container{
    position: relative;
    overflow: hidden;
    padding-bottom: calc(6.25rem + 10px);
    margin-top: 9.375rem;
}

section#type03 .swiper-container .swiper-pagination-bullet{
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    margin: 0;
}

section#type03 .swiper-container .swiper-pagination-bullet + span{
    margin: 0 0 0 0.938rem;
}

section#type03 .swiper-container .swiper-pagination-bullet-active{
    background: #08b2f5;
    border: none;
}


section#type03 .swiper-slide{
    display: flex;
    width: 75rem;
    align-items: center;
}

section#type03 .swiper-slide .slide__img{
    flex-basis: 50%;
    height: 37.5rem;
}

section#type03 .swiper-slide .slide__img img{
    width: 100%;
}

section#type03 .swiper-slide .slide__text{
    flex-basis: 50%;
    padding-left: 6.25rem;
    box-sizing: border-box;
}

section#type03 .swiper-slide .slide__text > dt{
    padding-top: 5.875rem;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3.75rem auto;
}

section#type03 .swiper-slide:nth-child(1) .slide__text > dt{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/sec03_ico_01.png);
}

section#type03 .swiper-slide:nth-child(2) .slide__text > dt{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/sec03_ico_02.png);
}

section#type03 .swiper-slide:nth-child(3) .slide__text > dt{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/sec03_ico_03.png);
}

section#type03 .swiper-slide:nth-child(4) .slide__text > dt{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/sec03_ico_04.png);
}

section#type03 .swiper-slide .slide__text > dd{
    margin-top: 3.125rem;
    font-size: 1.875rem;
    line-height: 3.125rem;
    letter-spacing: -0.1rem;
}

section#type04{
    padding-top: 15.625rem;
    padding-bottom: 12.5rem;
}

section#type04 .mask-image-wrapper{
    margin-top: 6.25rem;
    height: 37.5rem;
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/sec04_img_01.png);
}

section#type04 .info-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10rem;
}

section#type04 .info-wrapper > li{
    width: 35rem;
}

section#type04 .info-wrapper > li:nth-child(2){
    margin-top: 6.25rem;
}

section#type04 .info-wrapper > li:nth-child(n+3):nth-child(odd){
    margin-top: 3.125rem;
}

section#type04 .info-wrapper > li:nth-child(n+4):nth-child(even){
    margin-top: 9.375rem;
}

section#type04 .info-wrapper .info__text{
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: -0.1rem;
    position: relative;
}

section#type04 .info-wrapper .info__img{
    margin-top: 4.375rem;
    width: 100%;
}

section#type04 .info-wrapper .info__img img{
    width: 100%;
}

section#type05{
    position: relative;
    padding-top: 10rem;
}

section#type05 > .inner{
    overflow: hidden;
}

section#type05 .bg{
    position: absolute;
    width: 100%;
    height: 62.5rem;
    top: 0;
    left: 0;
    background: #f5f7fa;
    z-index: -1;
}

section#type05 .title-wrapper{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.08rem;
    line-height: 4.375rem;
    color: #73c145;
}

section#type05 .title-wrapper::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 8.75rem;
    height: 0.125rem;
    background: #73c145;
    left: calc(100% + 1.906rem);
    top: 50%;
    transform: translateY(-50%);
}

section#type05 .content-wrapper{
    float: right;
    width: calc(100% - 19.625rem);
}

section#type05 .content-wrapper .content__title{
    font-size: 3.125rem;
    line-height: 4.375rem;
    letter-spacing: -0.0125rem;
    font-weight: 600;
}

section#type05 .content-wrapper .content__image{
    margin-top: 5.063rem;
}

section#type05 .content-wrapper .content__image img{
    width: 100%;
}

section#type05 .content-wrapper .content__text-wrapper{
    overflow: hidden;
    margin-top: 6.25rem;
}

section#type05 .content-wrapper .content__text{
    overflow: hidden;
}

section#type05 .content-wrapper .content__text > li{
    float: left;
    width: 50%;
}

section#type05 .content-wrapper .content__text > li:nth-child(3){
    clear: left;
}

section#type05 .content-wrapper .content__text > li:nth-child(n+3){
    margin-top: 6.875rem;
}

section#type05 .content-wrapper .content__text > li:nth-child(even){
    padding-left: 7rem;
    box-sizing: border-box;
}

section#type05 .content-wrapper .content__text dt{
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: -0.1rem;
    font-weight: 600;
}

section#type05 .content-wrapper .content__text dd{
    font-size: 1.875rem;
    line-height: 3.125rem;
    letter-spacing: -0.1rem;
    margin-top: 3.125rem;
}

section#type06{
    padding-top: 21.25rem;
}

section#type06 .text-wrapper-02 > p{
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 5.625rem;
    letter-spacing: -0.125rem;
}

section#type06 .info-wrapper.pc{
    margin-top: 11.25rem;
    position: relative;
    width: 100%;
    padding-left: 65%;
    box-sizing: border-box;
}

section#type06 .info-wrapper.mb{
    display: none;
}

section#type06 .info-wrapper.pc .info__image-01{
    position: absolute;
    left: 0;
    top: 0;
}

section#type06 .info-wrapper.pc .info__image-01 img{
    width: 37.5rem;
}

section#type06 .info-wrapper.pc .info__image-01.on{
    position: fixed;
    width: 100%;
    max-width: 75rem;
    left: 50%;
    transform: translateX(-50%);
    top: calc(5rem + 20px);
}

section#type06 .info-wrapper.pc .info__image-01.bottom{
    top: auto;
    bottom: 0;
}

section#type06 .info-wrapper.pc .info__list > li{
    padding-bottom: 10.625rem;
}

section#type06 .info-wrapper.pc .info__title{
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: -0.1rem;
    font-weight: 600;
}

section#type06 .info-wrapper.pc .info__text{
    font-size: 1.875rem;
    line-height: 3.125rem;
    letter-spacing: -0.075rem;
}

section#type06 .info-wrapper.pc .info__title + .info__text{
    margin-top: 3.75rem;
}

section#type06 .info-wrapper.pc .info__image-02{
    margin-top: 4.375rem;
    width: 100%;
}

section#type07{
    padding-top: 15.625rem;
    padding-bottom: 16rem;
}

section#type07 .mask-image-wrapper{
    height: 50rem;
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/sec07_img_01.jpg);
}

section#type07 .text-wrapper-02{
    padding-top: 12.5rem;
}

section#type07 .text-wrapper-02 > p{
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 5.625rem;
    letter-spacing: -0.125rem;
}

section#type07 .arrow-wrapper{
    text-align: center;
    margin-top: 11.906rem;
    margin-bottom: 13.138rem;
}

section#type07 .arrow-wrapper img{
    width: 1.768rem;
    height: 3.143rem;
}

section#type07 > .inner{
    position: relative;
}

section#type07 .swiper__text--fix{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3.125rem;
    line-height: 5rem;
    letter-spacing: -0.125rem;
    font-weight: 600;
}

section#type07 .swiper-container{
    position: relative;
}

section#type07 .swiper-slide{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

section#type07 .slide__text{
    padding-bottom: 8.375rem;
    background: #fff;
}

section#type07 .slide__text.bg_w{
    background:#fff;
    width:37rem;
    /* height:35vh; */
}

section#type07 .swiper-button-next,
section#type07 .swiper-button-prev{
    display: inline-block;
    bottom: 0;
    top: auto;
    width: 3.125rem;
    height: 3.125rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.875rem auto;
}

section#type07 .swiper-button-prev{
    left: 0;
    right: auto;
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/sec07_ico_02.png);
}

section#type07 .swiper-button-next{
    left: 4.375rem;
    right: auto;
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/sec07_ico_03.png);
}

section#type07 .swiper-button-next:after,
section#type07 .swiper-button-prev:after{
    content: "";
}

section#type07 .slide__text dt{
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: -0.1rem;
    font-weight: 600;
}

section#type07 .slide__text dd{
    font-size: 1.875rem;
    line-height: 3.125rem;
    letter-spacing: -0.075rem;
    margin-top: 2rem;
}

section#type07 .slide__text dt + dd{
    margin-top: 3rem;
}

section#type07 .slide__image{
    position: relative;
    width: 37.5rem;
    height: 48rem;
    background: #fff;

}

section#type07 .slide__image .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f5f7fa;
}

section#type07 .slide__image img{
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22.5rem;
    height: 41.688rem;
}

section#type08{
    padding-top: 8.75rem;
    box-sizing: border-box;
    height: 56.26rem;
    background: url(https://binishop.iwinv.net/sample/onepage/img/sec08_bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

section#type08 .mask-wrapper > p{
    font-size: 3.125rem;
    line-height: 5rem;
    letter-spacing: -0.125rem;
    font-weight: 600;
    color: #fff;
}

/*section#type08 .common-btn-01{
    margin-top: 4.75rem;
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/btn_ico_02.png);
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}*/


section#type08 .inner > .common-btn-01{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/btn_ico_01.png);
    display: none;
    margin-top: 3.75rem;
}

section#type08 .main-btns{
    padding-top: 3rem;
}
section#type08 .main-btns > .common-btn-01{
    background-position: left 2.125rem center;
    padding: 0 2.063rem 0 4.5rem;
}

section#type08 .main-btns > .common-btn-01:nth-child(1){
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/apple_ico.png);
    background-size: 1.438rem auto;
}

section#type08 .main-btns > .common-btn-01:nth-child(2){
    margin-left: 0.625rem;
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/google_ico.png);
    background-size: 1.438rem auto;
}

section#type08 .common-btn-01{
    border: 1px solid rgba(153, 153, 153, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

footer{
    display: flex;
    justify-content: space-between;
    padding: 6.25rem 9.375rem 8.625rem 9.375rem;
}

footer .footer__info{
    background: url(https://binishop.iwinv.net/sample/onepage/img/footer_logo.png) no-repeat left top;
    padding-left: 13.125rem;
    font-size: 1.5rem;
    line-height: 3.125rem;
    letter-spacing: -0.06rem;
    background-size: 9.6875rem auto;
}

footer .footer__info > span{
    display: block;
    font-weight: 500;
}

footer .footer__family{
    position: relative;
}

footer .footer__family > dt{
    width: 20rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #000;
    font-size: 1.5rem;
    font-weight: 500;
    box-sizing: border-box;
}

footer .footer__family > dt > span{
    float: right;
}

footer .footer__family > dt > span.off{
    display: inline;
}

footer .footer__family > dt > span.on{
    display: none;
}

footer .footer__family > dd{
    top: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    background: #fff;
    display: none;
}

footer .footer__family > dd > ul > li > a{
    display: block;
    padding: 0.625rem 1.25rem;
}

footer .footer__family.on > dt > span.on{
    display: inline;
}

footer .footer__family.on > dt > span.off{
    display: none;
}

footer .footer__family.on > dd{
    display: block;
}

footer .footer__site{
    margin-top: 7.25rem;
    display: flex;
    justify-content: space-between;
}

footer .footer__site > li > a{
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
}

footer .footer__site > li:nth-child(1) > a{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/footer_sns_01.png);
    background-size: 0.94rem auto;
}

footer .footer__site > li:nth-child(2) > a{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/footer_sns_02.png);
    background-size: 1.75rem auto;
}

footer .footer__site > li:nth-child(3) > a{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/footer_sns_03.png);
    background-size: 1.983rem auto;
}

footer .footer__site > li:nth-child(4) > a{
    background-image: url(https://binishop.iwinv.net/sample/onepage/img/footer_sns_04.png);
    background-size: 1.75rem auto;
}


@media screen and (max-width: 1250px) {
    section#type07 .slide__text.bg_w{width:100%;height:30.8vh;}
}

@media screen and (max-width: 1150px) {
    section#type07 .slide__text.bg_w{width:100%;height:26.5vh;}
}

@media screen and (max-width: 1023px) {
    section#type07 .slide__text.bg_w{width:100%;height:27vh;}
}

@media screen and (max-width: 767px) {
    section#type07 .slide__text.bg_w{height:22vh;}
}