@charset "UTF-8";

/* index */
#header__pc {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 200px;
}
.nav__toggles {
    position: fixed;
    top: 5rem;
    right: 5rem;
    cursor: pointer;
    width: 6rem;
    height: 2rem;
    z-index: 50;
}
.nav__toggle--01 {
    width: 6rem;
    height: 0.3rem;
    background-color: #707070;
    border-radius: 0.5rem;
    position: absolute;
    transition: .3s;
}
.nav__toggle--01--close {
    width: 6rem;
    height: 0.3rem;
    background-color: #DF6BA0;
    border-radius: 0.5rem;
    position: absolute;
    transform: rotate(30deg);
    transition: .3s;
}
.nav__toggle--02 {
    width: 4rem;
    height: 0.3rem;
    background-color: #707070;
    border-radius: 0.5rem;
    position: absolute;
    top: 2rem;
    transition: .3s;
}
.nav__toggle--02--close {
    width: 6rem;
    height: 0.3rem;
    background-color: #DF6BA0;
    border-radius: 0.5rem;
    position: absolute;
    transform: rotate(-30deg);
    transition: .3s;
}
.toggle__off {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.header__nav ul{
    display: flex;
    justify-content: flex-end;
    line-height: 1.7;
    flex-wrap: wrap;
}
.header__nav ul li,
.header__nav--resposive ul li{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2rem;
    color: #3c3c3c;
    margin-right: 6rem;
}
.header__nav ul li:hover,
.header__nav--resposive ul li:hover{
    color: #DF6BA0;
}
.header__nav ul li:last-child {
    margin-right: 0;
}
#firsrt__veiw {
    width: 70%;
    margin: 0 auto;
}
.first__view--visual {
    width: 100%;
    height: 650px;
    margin-bottom:6rem;
    background-image: url(https://blanco.love/test/html/lib/img/mission_mainVisual_pc.jpg);
    background-size: cover;
    background-position: right;
}
.first__view--contents {
    position: relative;
}
.first__view--items {
    text-align: center;
    margin-bottom: 4.5rem;
}
.first__view--s--text {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    font-size: 2.4rem;
    color: #707070;
    margin-bottom: 10px;
}
.first__view--b--text {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 5.4rem;
    margin-bottom: 4.5px;
    background-image: linear-gradient(
		70deg,
		rgb(112, 112, 112)  45%,
		#DF6BA0 50%,
		rgb(112, 112, 112) 55%
	);
	background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
	color: transparent;
    animation: shine 10s infinite;
}
.iziModal-header-title {
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
    font-size: 2.0rem !important;
    line-height: 1.7;
}
.modal__subtitle{
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
    font-size: 2.0rem !important;
    font-weight: bold;
    line-height: 1.7;
    color: #DF6BA0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #DF6BA0;
    margin-bottom: 2rem;
}
.modal__text {
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #3C3C3C;
}
@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media screen and (min-width: 1024px) {
    .header__group--resposive {
        display: none;
    }
    .first__view--contents {
        display: flex;
        justify-content: center;
    }
    .nav__toggles {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #header__pc {
        width: 90%;
        height: 180px;
    }
    .header__img img {
        width: 180px;
    }
    .header__nav {
        display: none;
    }
    .header__nav--resposive {
        width: 50%;
        height: 100vh;
        background-color: rgb(255, 255, 255, 0.8);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 30;
        transition: .5s;
    }
    .header__nav--resposive ul {
        text-align: end;
        position: absolute;
        right: inherit;
        top: 50%;
        transform: translateY(-50%);
    }
    .header__nav--resposive ul li {
        margin-top: 4rem;
    }
    .header__nav--resposive ul li:last-child {
        margin-bottom: 0;
    }
    #firsrt__veiw  {
        width: 100%;
    }
    .first__view--visual {
        height: 810px;
        background-image: url(https://blanco.love/test/html/lib/img/mission_mainVisual_tablet.png);
        background-position: right;
    }
}
@media screen and (max-width: 600px) {
    #header__pc {
        height: 70px;
        padding-top: 3rem;
    }
    .header__img img {
        width: 110px;
    }
    .nav__toggles {
        top: 3rem;
        right: 1.8rem;
        width: 3rem;
        height: 2rem;
    }
    .nav__toggle--01 {
        width: 3rem;
        height: 0.2rem;
    }
    .nav__toggle--01--close {
        width: 3rem;
        height: 0.2rem;
    }
    .nav__toggle--02 {
        width: 2rem;
        height: 0.2rem;
        top: 1rem;
    }
    .nav__toggle--02--close {
        width: 3rem;
        height: 0.2rem;
    }
    .first__view--visual {
        background-image: url(https://blanco.love/test/html/lib/img/mission_mainVisual_sp.png);
        background-size: cover;
        height:500px;
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
        margin-bottom: 0;
    }
    .first__view--items {
        text-align: end;
        width: 96%;
        margin-bottom: 2rem;
    }
    .first__view--s--text {
        font-size: 1.5rem;
        margin-bottom: 0;
        line-height: 1.7;
    }
    .first__view--b--text {
        font-size: 3rem;
    }
    .header__nav--resposive ul {
        right: 18px;
    }
    .header__nav--resposive ul li {
        font-size: 2rem !important;
        margin-bottom: 3rem ;
        margin-top: 0;
        margin-right: 0;
    }
    .iziModal {
        margin: 10% auto !important;
    }
    .iziModal-header-title {
        font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
        font-size: 1.6rem !important;
        line-height: 1.7;
    }
    .modal__subtitle{
        font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
        font-size: 1.7rem !important;
        font-weight: bold;
        line-height: 1.7;
        color: #DF6BA0;
        padding-bottom: 1rem;
        border-bottom: 2px solid #DF6BA0;
        margin-bottom: 1rem;
    }
    .modal__text {
        font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
        font-size: 1.4rem;
        line-height: 1.7;
        color: #3C3C3C;
    }
}


/* scroll group */
.scroll__01,
.scroll__02,
.scroll__03 {
    height: 0.3rem;
    border-radius: 0.5rem;
}

@media screen and (min-width: 1024px) {
    .scroll__group {
        position: absolute;
        right: 0;
        text-align: right;
    }
    .scroll__02 {
        margin: 0 0 2rem auto;
    }
    .scroll__03 {
        margin: 0 0 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .scroll__group {
        text-align: center;
        margin-bottom: 3rem;
    }
    .scroll__01,
    .scroll__02 {
        margin: 0 auto 2rem auto;
    }
    .scroll__03 {
        margin: 0 auto 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .scroll__01,
    .scroll__02,
    .scroll__03 {
        height: 0.2rem;
        border-radius: 0.5rem;
    }
    .scroll__01,
    .scroll__02 {
        margin: 0 auto 1rem auto !important;
    }
    .scroll__01 {
        width: 3rem !important;
    }
    .scroll__02 {
        width: 2.5rem !important;
    }
    .scroll__03 {
        width: 2rem !important;
    }
    .scroll__items {
        margin-bottom: 1rem;
    }
    .scroll__group span {
        font-size: 1.5rem !important;
    }
}


.scroll__01 {
    width: 6.5rem;
    margin-bottom: 2rem;
    animation: scroll__01 2s linear infinite;
}
@keyframes scroll__01 {
    0%,35%,50%,60%,75%,100%{
    opacity: 0.5;
    }
    25%{
    opacity: 1;
    background-color: rgb(112,112,112,1);
    }
}

.scroll__02 {
    width: 5.5rem;
    animation: scroll__02 2s linear infinite;
}
@keyframes scroll__02 {
    0%,25%,35%,60%,75%,100%{
    opacity: 0.5;
    }
    50%{
    opacity: 1;
    background-color: rgb(112,112,112,0.5);
    }
}

.scroll__03 {
    width: 4.5rem;
    animation: scroll__03 2s linear infinite;
}

@keyframes scroll__03 {
    0%,25%,35%,60%,100%{
    opacity: 0.5;
    }
    75%{
    opacity: 1;
    background-color: rgb(112,112,112,0.3);
    }
}
.scroll__items {
    margin-bottom: 2rem;
}
.scroll__group span {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: #3C3C3C;
}

/* notice */
#notice {
    background-color: #EFEFEF;
    width: 100%;
    height: auto;
    padding: 6rem 0;
    margin-bottom:12rem;
}
.notice--contents {
    width: 70%;
    margin: 0 auto;
}
.notice__title {
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
    font-size: 2.6rem;
    margin-bottom: 3rem;
    color: #3C3C3C;
}
.notice__text,
.notice__signature {
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
    font-size: 1.7rem;
    line-height: 1.7;
    color: #3C3C3C;
}
.notice__text {
    padding: 3rem 0;
    border-top: solid 0.05rem #707070;
    border-bottom: solid 0.05rem #707070;
}
.notice__signature {
    padding-top: 3rem;
    text-align: right;
}
@media screen and (max-width: 1024px) {
    .notice--contents {
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
    #notice {
        padding: 3rem 0;
    }
    .notice__title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .notice__text {
        padding: 3rem 0;
    }
    .notice__text, .notice__signature {
        font-size: 1.2rem;
    }
}

/* disc */
#disc {
    width: 70%;
    margin: 0 auto;
    padding: 12rem 0;
}
.disc__contents {
    text-align: center;
}
.disc__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 5rem;
    color: #707070;
    margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
    #disc {
        width: 90%;
    }
    .disc__title {
        font-size: 4rem !important;
    }
}
@media screen and (max-width: 600px) {
    #disc {
        padding: 6rem 0;
    }
    .disc__title {
        font-size: 3rem !important;
        margin-bottom: 3rem;
    }
    .disc__slider--item p {
        font-size: 1.8rem !important;
    }
}
/* bio */
#bio {
    width: 100%;
    height: auto;
    padding: 6rem 0;
    background-image: url(https://blanco.love/test/html/lib/img/mission_bio_bg.png);
    /* background: -webkit-image-set(url(https://blanco.love/test/html/lib/img/mission_bio_bg.png) 1x, url(https://blanco.love/test/html/lib/img/mission_bio_bg@2x.png) 2x)no-repeat; */
    background-size: cover;

}
.bio__contents {
    width: 70%;
    margin: 0 auto;
}
.bio__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 5rem;
    color: #ffffff;
    margin-bottom: 3rem;
    text-align: center;
}
.bio__contents p{
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
    font-size: 1.7rem;
    line-height: 1.7;
    color: #ffffff;
}
#footer {
    padding: 3rem 0;
}
#footer p{
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic','Helvetica','Arial',sans-serif;
    font-size: 1.2rem;
    color: #3C3C3C;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .bio__contents {
        width: 90%;
    }
    .bio__title {
        font-size: 4rem !important;
    }
}
@media screen and (max-width: 1024px) {
    #bio {
        padding: 3rem 0;
        background-image: url(https://blanco.love/test/html/lib/img/mission_bio_bg_tablet.png);
        /* background: -webkit-image-set(url(https://blanco.love/test/html/lib/img/mission_bio_bg_sp.png) 1x, url(https://blanco.love/test/html/lib/img/mission_bio_bg_sp@2x.png) 2x)no-repeat; */
        background-size: cover;
    }
    .bio__title {
        font-size: 3rem !important;
    }
    .bio__contents p {
        font-size: 1.2rem;
    }
}
/* topに戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
}
.pagetop a,
.pagetop a:hover {
    display: block;
    text-align: center;
    font-size: 3.5rem;
    text-decoration: none;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    padding: 1.5rem 3.5rem;
}

.pagetop a {
    background-color: #c3c3c3;
    color: #3C3C3C;
}
.pagetop a:hover {
    background-color: #ddb2d4;
    color: #d30e91;
}

@media screen and (max-width: 600px) {
    .pagetop a,
    .pagetop a:hover {
        font-size: 1.5rem;
        text-decoration: none;
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        padding: 1rem 2rem;
    }
    #bio {
        background-image: url(https://blanco.love/test/html/lib/img/mission_bio_bg_sp.png);
    }
}









