@charset "utf-8";
/*---------- Theme name: chibiart ----------*/
/*----------------------*/
/* 1.基本設定
------------------------------------------------------------ */
img {
    width: 100%;
}
body {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color: #333;
}
a:hover {
    opacity: 0.7;
}
input {
    height: 45px;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
}
input[type="text" i],
input[type="password" i] {
    box-shadow: 0 0 0 1px #ccc inset;
}
input[type="text" i]:focus,
input[type="password" i]:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
input[type="submit" i] {
    background: #f43e43;
    color: #fff;
}
input[type="submit" i]:hover {
    background: #fff4e1;
    color: #f43e43;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    font-size: 21px;
    width: 100%;
    max-width: 1280px;
}
.header__logo {
    position: relative;
    width: 250px;
    height: 50px;
    margin-right: auto;
}
.header__logo__item {
    display: flex;
}
.header__logo__item__img img {
    width: 56px;
    height: auto;
}
.header__logo__item__ttl {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-family: "Mochiy Pop P One", sans-serif;
}
.header__nav {
    width: 600px;
    height: 50px;
    margin-left: auto;
}
.header__nav ul {
    display: flex;
    width: 100%;
}
.header__nav ul li {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header__sp-menu {
    display: none;
}
.footer {
    position: relative;
    border-top: 1px #ccc solid;
}
.footer__inner {
    width: 90%;
    max-width: 1000px;
    margin: 45px auto;
}
.footer__nav ul {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.footer__copyright {
    text-align: center;
    margin: 30px auto;
}
/* トップへ戻る */
#page-top {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#page-top span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 5px solid #333;
    border-left: 5px solid #333;
    transform: rotate(45deg);
}
    

/*--- 1-1.Main Visual ---*/
.MainVisual__txt {
    text-align: center;
    font-family: "Mochiy Pop P One", sans-serif;
    font-size: 32px;
}
.MainVisual__txt {
    width: 90%;
    height: auto;
    margin: 30px 5% 45px;
}
.swiper {
    width: 100%;
    max-width: 1280px;
    height: auto;
    max-height: 720px;
    margin: auto;
}
.swiper-slide img {
    height: auto;
    width: 100%;
}


/*--- 1-2.LP ---*/
.LP {
    width: 800px;
    margin: auto;
    text-align: center;
}
.LP__Sec1__img {
    width: 540px;
    margin: 30px auto 45px;
}
.LP__Sec1__txt {
    margin: 45px auto;
}
.LP__Sec1__txt p span {
    font-weight: 500;
    font-size: 21px;
}
.LP__Sec1__txt p + p {
    margin-top: 25px;
}
main.LP > section + section {
    margin-top: 75px;
}
.LP__Sec2__img img + img {
    margin-top: 30px;
}
.LP__Sec2__img {
    margin-bottom: 30px;
}
.LP__Sec3__txt {
    padding: 45px 0;
}
.LP__Sec3__txt p + p {
    margin-top: 25px;
}
.colorful {
    font-weight: 500;
    font-size: 21px;
    background: linear-gradient(
        to right,
        #e60000,
        #f39800,
        #fff200,
        #009944,
        #0068b7,
        #1d2088,
        #920783
    );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    display: inline-block;
}
.LP__Sec5__Simgs {
    display: flex;
    width: 100%;
}
.LP__Sec5__Simgs img {
    width: 240px;
    height: 240px;
    object-fit: cover;
}
.LP__Sec5__Simgs img:nth-child(n + 2) {
    margin-left: 15px;
}
.LP__Sec5__Bimg {
    margin: 30px auto 45px;
}
main.LP > section:last-child {
    margin-bottom: 100px;
}
.LP__Comm__BTN {
    width: 320px;
    height: 75px;
    margin: 45px auto;
    background: #f43e43;
    border-radius: 50px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}
.LP__Comm__BTN:hover {
    background: #fff4e1;
    color: #f43e43;
    border-radius: 50px;
}
.LP__Comm__BTN a {
    width: 320px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*--- 1-3.固定ページ ---*/
.PagesComm-header {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.PagesComm-header__box {
    position: relative;
    width: 100%;
    height: 270px;
    margin-bottom: 60px;
}
.PagesComm-header__box__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.PagesComm-header__box__bg:before {
    position: absolute;
    content: "";
    background-color: rgba(255,255,255,0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.PagesComm-header__box__ttl {
    position: absolute;
    top: 110px;
    left: 5%;
    /* left: 50%; 中央寄せ
    transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); */
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.Pages {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 75px;
    overflow-x: hidden;
}
.Pages > h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 45px 0 30px;
}
.Pages > h2::after {
    content: "";
    display: block;
    width: 315px;
    margin: 12px 0 0;
    border-bottom: 1px solid #00AA95;
}
.Pages > h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #00AA95;
    margin: 20px auto 10px;
}
.Pages > img {
    display: block;
    width: auto;
    height: auto;
}

/* artworkページ専用 */
.page-artwork {
    text-align: center;
}
.page-artwork__form-ttl {
    font-size: 24px;
    font-weight: 700;
}
.page-artwork__form-txt {
    margin-top: 20px;
}





/*----------------------*/
/* 3.レスポンシブ対応
------------------------------------------------------------ */

@media screen and (max-width: 1279.9px) {
    .MainVisual__txt {
        font-size: 28px;
    }
}



@media screen and (max-width: 767.9px) {
    body {
        font-size: 16px;
    }
    .header {
        font-size: 18px;
        margin-top: 30px;
    }
    .header__logo {
        margin: auto;
    }
    .header__logo__item {
        justify-content: center;
    }
    .header__sp-menu {
        display: block;
        position: fixed;
        top: 30px;
        right: 15px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        z-index: 1000;
    }
    .header__sp-menu span {
        display: inline-block;
        transition: all 0.3s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #333;
        width: 45%;
    }
    .header__sp-menu span:nth-child(1) {
        top: 15px;
    }
    .header__sp-menu span:nth-child(2) {
        top: 23px;
    }
    .header__sp-menu span:nth-child(3) {
        top: 31px;
    }
    .header__sp-menu.active span:nth-child(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .header__sp-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .header__sp-menu.active span:nth-child(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
    .header__nav {
        display: none;
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        margin: auto;
        overflow: auto;
            -webkit-overflow-scrolling: touch;
    }
    .header__nav.panelactive {
        display: block;
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
    }
    .header__nav ul {
        display: block;
        width: 100%;
        margin: 100px auto;
        text-align: center;
    }
    .header__nav ul li {
        font-size: 18px;
    }
    .footer__nav ul {
        flex-wrap: wrap;
        text-align: center;
    }
    .footer__nav ul li {
        width: 33.33%;
    }
    .footer__nav ul li:last-child {
        width: 66.66%;
    }
    .footer__copyright {
        margin: 30px auto;
    }
    #page-top {
        bottom: 0px;
    }
    .swiper {
        max-width: 540px;
    }
    .swiper-img img {
        max-width: 540px;
    }
    .LP {
        width: 90%;
        margin: auto 5%;
    }
    .LP__Sec1__img {
        width: 80%;
        margin: 30px 10% 45px;
    }
    .LP__Sec1__txt {
        width: 100%;
        margin: 45px auto;
    }
    .LP__Sec1__txt p span {
        font-size: 18px;
    }
    .LP__Sec5__Simgs {
        display: block;
    }
    .LP__Sec5__Simgs img {
        width: 240px;
        height: 240px;
        object-fit: cover;
    }
    .LP__Sec5__Simgs img:nth-child(n + 2) {
        margin-left: 0;
        margin-top: 20px;
    }
    .PagesComm-header__box {
        margin-bottom: 45px;
    }
    .PagesComm-header__box__ttl {
        font-size: 28px;
    }
    .Pages > h2 {
        font-size: 21px;
        padding: 30px 0;
    }
    .Pages > h3 {
        font-size: 18px;
        margin: 15px auto 10px;
    }
}



@media screen and (max-width: 428.9px) {
    .MainVisual__txt {
        width: 100%;
        margin: auto;
        font-size: 21px;
    }
    .swiper {
        width: 350px;
        height: 350px;
    }
    .swiper-img img {
        width: 350px;
        height: 350px;
        object-fit: contain;
        background: #fff;
    }
    .LP__Sec1__txt p span {
        font-size: 16px;
    }
    .LP__Sec3__txt {
        padding: 45px 0 0;
    }
    .LP__Sec3__txt p span {
        font-size: 16px;
    }
}

img{ max-width: 100%; height: auto; }



/*----------------------*/
/* 4.その他
------------------------------------------------------------ */
@media screen and (min-width: 768.01px) { .tbsp { display: none; } }
@media screen and (max-width: 767.9px) { .pc { display: none; } }
@media screen and (min-width: 429.01px) { .sp { display: none; } }
@media screen and (max-width: 428.9px) { .spNone { display: none; } }