@charset "UTF-8";

/*-- header パンくずリスト --*/
.Breadcrumb {
    padding: 1em;
}

.Breadcrumb-ListGroup {
    display: flex;
}

.Breadcrumb-ListGroup-Item-Link[href]:hover {
    opacity: 0.5;
}

.Breadcrumb-ListGroup>*+* {
    margin-left: 0.5em;
}

.Breadcrumb-ListGroup>*+*::before {
    content: ">";
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/*-- ボタンリンク --*/
.btn {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
}

.btn1 {
    padding: 12px;
    color: #333;
    font-size: 14px;
    width: 70%;
    border: 1px solid #333;
}

.btn2 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 15px;
    color: #333;
    font-size: 14px;
    width: 40%;
    background-color: #fcfcfc;
}

.btn1 a:hover {
    color: #333
}

.btn1 a:visited {
    color: #333;
}

.btn1 a:link {
    color: #333;
}

.btn:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}


/*-- fade-in Anime --*/
.fade-in {
    opacity: 0;
    transition-duration: 2s;
    transition-property: opacity, transform;

}

.fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

.delayed-image {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/*-- base_design --*/
.font_EN {
    font-family: "century-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.main {
    max-width: 700px;
    margin: 0 auto;
    font-family: "yu-gothic-pr6n", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    color: #333;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    line-height: 1.5;
    letter-spacing: 0.05em;
    overflow: hidden;
}

.main_logo {
    width: 50%;
    margin: 40px auto;
}

.main img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.main_contents {
    margin: 0 auto;
    position: relative;
    background-color: #ebdaeb;
    overflow: hidden;
}

.main_inner {
    width: calc(100% - 10%);
    margin: 0 auto;

}

.main_txt {
    width: calc(100% - 10%);
    margin: 60px auto 0;
    background: #fff;
    border-radius: 30px;
    padding: 50px 30px;
}

.title {
    font-size: 26px;
    margin-bottom: 20px;
}

.inner_txt {
    font-size: 13px;
    line-height: 1.8;
}

.layer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 90%;
}

.box_img {
    position: absolute;
    width: 55%;
    top: 0;
    right: 0;
    z-index: 3;
}

.c_img {
    position: absolute;
    top: 22%;
    left: 0;
    width: 23%;
    z-index: 2;
}

.s_txt {
    position: absolute;
    width: 53%;
    top: 40%;
    left: 5%;
    background: #fff;
    border-radius: 30px;
    padding: 30px 20px;
    z-index: 1;
}

.s_title {
    font-family: "poppins", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}

.s_title span {
    font-size: 16px;
}

.s_inner_txt {
    font-size: 13px;
    line-height: 1.8;
}

.layer2 {
    padding-top: 70%;
}

.bag_img {
    position: absolute;
    width: 55%;
    bottom: 0;
    left: 5%;
    z-index: 3;
}

.cb_img {
    position: absolute;
    top: 0;
    right: 6%;
    width: 120px;
    z-index: 2;
    transform: rotate(15deg);
    /* 右に10度傾ける */
}

.sb_txt {
    position: absolute;
    width: 53%;
    top: 8%;
    right: 5%;
    background: #fff;
    border-radius: 30px;
    padding: 30px 20px;
    z-index: 1;
}

.sb_title {
    font-family: "poppins", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}

.sb_title span {
    font-size: 18px;
}


.sb_inner_txt {
    font-size: 12px;
    line-height: 1.8;
}


.item_contents {
    width: calc(100% - 10%);
    margin: 0 auto;
}

.item {
    margin: 0 auto;
    color: #333;
    position: relative;
    margin-bottom: 80px;
    background-color: #fcfcfc;
    padding: 40px 30px;
    border-radius: 30px;
}

.item_title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}

.item_title span {
    font-size: 50px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.item_img {
    width: 48%;
}

.item_txt {
    width: 48%;
    margin: 25px 0;
}

.i_name {
    font-size: 18px;
    margin-bottom: 5px;
}

.color {
    font-weight: 400;
}

.i_price {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.item_comment {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.layer2 {
    padding-top: 70%;
}

.bag_img {
    position: absolute;
    width: 55%;
    bottom: 0;
    left: 5%;
    z-index: 3;
}

.cb_img {
    position: absolute;
    top: 3%;
    right: 6%;
    width: 15%;
    z-index: 2;
    transform: rotate(15deg);
}

.sb_txt {
    position: absolute;
    width: 53%;
    top: 8%;
    right: 5%;
    background: #fff;
    border-radius: 30px;
    padding: 30px 20px;
    z-index: 1;
}

.sb_title {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}

.sb_title span {
    font-size: 18px;
}


.sb_inner_txt {
    font-size: 13px;
    line-height: 1.8;
}

.bag_contents {
    margin-top: 40px;
}

.b_inner {
    width: calc(100% - 10%);
    margin: 0 auto;
    background-color: #fcfcfc;
    border-radius: 30px;
    padding: 50px;
}

.b_flex {
    display: flex;
    justify-content: space-evenly;
}

.bag_img1 {
    width: 40%;
}

.bag_img2 {
    width: 50%;
}

.bag_txt {
    margin-top: 30px;
    font-size: 13px;
}


/* --- キャラクター画像 --- */
.character-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: -13px;
}

.character {
    width: 25%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    z-index: 4;
}

.store_list {
    margin: 60px auto 40px;
    font-size: 14px;
    line-height: 1.8;
}

.end_number {
    font-family: "helvetica-lt-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    padding: 100px 0 150px;

}

.end_link_b {
    position: relative;
}

.pc_none {
    display: none;
}

.sp_none {
    display: block;
}





@media screen and (max-width: 768px) {

    .main {
        max-width: 100%;
    }

    .s_txt {
        padding: 38px 20px;
    }

}



@media screen and (max-width: 599px) {

    .main_logo {
        width: 60%;
    }

    .title {
        font-size: 24px;
    }

    .layer {
        padding-top: 95%;
    }

    .box_img {
        width: 54%;
    }

    .s_title {
        font-size: 24px;
    }

    .s_txt {
        width: 58%;
        padding: 38px 20px;
        top: 37%;
    }

    .s_inner_txt {
        font-size: 12px;
    }

    .c_img {
        width: 25%;
        top: 20%;
    }

    .item {
        margin-bottom: 60px;
    }

    .flex {
        display: block;
    }

    .item_title {
        font-size: 16px;
        line-height: 1.2;
    }

    .item_title span {
        font-size: 48px;
    }

    .item_img {
        width: 85%;
        margin: 0 auto;

    }

    .item_txt {
        width: 85%;
        margin: 25px auto;
    }

    .layer2 {
        padding-top: 78%;
    }

    .bag_img {
        width: 55%;
        left: 3%;
    }

    .cb_img {
        top: 3%;
        right: 6%;
        width: 18%;
    }


    .sb_title {
        font-size: 26px;
    }

    .sb_txt {
        width: 55%;
        padding: 28px 15px;
    }

    .sb_title span {
        font-size: 14px;
    }


    .sb_inner_txt {
        font-size: 12px;
    }

    .character {
        width: 28%;
    }


    .b_inner {
        padding: 40px;
    }

    .bag_txt {
        font-size: 12px;
    }

    .store_list {
        margin: 50px auto 40px;
        font-size: 13px;
    }


    .end_number {
        padding: 90px 0 140px;
        font-size: 10px;

    }

    .btn2 {
        width: 45%;
    }


    .pc_none {
        display: block;
    }

    .sp_none {
        display: none;
    }



}

@media screen and (max-width: 430px) {

    .main_logo {
        width: 65%;
    }

    .main_txt {
        padding: 50px 20px;
    }

    .title {
        font-size: 22px;
    }

    .inner_txt {
        font-size: 12px;
    }

    .layer {
        padding-top: 115%;
    }

    .s_txt {
        width: 62%;
        top: 35%;
        padding: 35px 15px;
    }

    .s_title {
        font-size: 22px;
    }

    .s_inner_txt {
        font-size: 11px;
    }


    .c_img {
        width: 27%;
    }

    .box_img {
        width: 55%;
    }

    .item {
        padding: 40px 20px;
        margin-bottom: 55px;
    }

    .item_title span {
        font-size: 46px;
    }

    .item_comment {
        font-size: 11px;
    }

    .layer2 {
        padding-top: 85%;
    }

    .cb_img {
        top: 2%;
        right: 6%;
        width: 20%;
    }


    .sb_title {
        font-size: 24px;
    }

    .sb_txt {
        width: 60%;
        padding: 25px 15px;
    }

    .sb_title span {
        font-size: 13px;
    }

    .sb_inner_txt {
        font-size: 11px;
    }

    .character {
        width: 30%;
    }

    .b_inner {
        padding: 35px;
    }

    .btn2 {
        width: 50%;
        font-size: 13px;
    }


}