@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: 15px 30px;
    color: #c90606;
    background-color: #fcfcfc;
    font-size: 16px;
    width: 50%;
}

.btn1 a:hover {
    color: #c90606
}

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

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

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

.btn2 {
    display: inline-block;
    border: none;
    border-bottom: 1.5px solid #fcfcfc;
    padding: 0;
    color: #fcfcfc;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.btn3 {
    padding: 15px 30px;
    border: 1px solid #fcfcfc;
    color: #fcfcfc;
    font-size: 16px;
    font-weight: 700;
    width: 40%;
    margin-bottom: 20px;
}

/* 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: "helvetica-lt-pro", 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 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

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

/* --- 赤背景レイヤー --- */
.red_bg {
    position: absolute;
    top: 4%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c6001a;
    z-index: 0;
}

.main_inner {
    position: relative;
    z-index: 3;
    width: calc(100% - 30%);
    margin: 0 auto;
    padding: 80px 0 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

/* --- キャラクター画像 --- */
.character-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: -15px;
    /* カードとキャラを重ねるための余白調整 */
}

.character {
    width: 160px;
    /* キャラ画像のサイズ */
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    margin: 0 auto;
    /* transform: translateY(-40%); */
    /* カードの上に重ねるため上に移動 */
    z-index: 4;
}


.main_txt {
    background: #fff;
    border-radius: 30px;
    padding: 50px 20px;
    width: 100%;
    /* max-width: 640px; */
    border: 4px solid #000;
    z-index: 3;
    position: relative;
}

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

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

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

.item {
    margin: 0 auto;
    color: #fcfcfc;
    position: relative;
    margin-bottom: 80px;
}

.special_img img {
    border-radius: 50%;
}

.s_txt {
    margin-top: 10px;
}

.s_title {
    font-family: "pacifico", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    margin-bottom: 15px;
}

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

.item_txt {
    margin: 30px auto;
}

.i_name {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.color {
    font-weight: 400;
}

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

.end_img {
    position: relative;
}

.end_number {
    position: relative;
    font-size: 12px;
    color: #fcfcfc;
    padding: 100px 0 150px;
    background-color: #c6001a;

}

.end_link_b {
    position: relative;
}

.pc_none {
    display: none;
}





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

    .main {
        max-width: 100%;
    }


    .pc_none {
        display: block;
    }

}



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

    .main_inner,
    .item_contents {
        width: calc(100% - 20%);
    }

    .main_inner {
        padding: 65px 0 80px;
    }

    .main_txt {
        padding: 45px 20px;
    }

    .title {
        font-size: 22px;
    }

    .inner_txt {
        font-size: 13px;
    }

    .character {
        width: 150px;
    }

    .s_title {
        font-size: 50px;
    }

    .item_comment {
        font-size: 14px;
    }

    .i_name,
    .i_price {
        font-size: 16px;
    }

    .btn1 {
        width: 55%;
        font-size: 15px;
    }

    .btn2 {
        font-size: 15px;
    }

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

}

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

    .main_inner,
    .item_contents {
        width: calc(100% - 18%);
    }

    .main_inner {
        padding: 55px 0 70px;
    }

    .main_txt {
        padding: 35px 15px;
    }

    .title {
        font-size: 18px;
    }

    .inner_txt {
        font-size: 12px;
    }

    .character {
        width: 142px;
    }

    .s_title {
        font-size: 48px;
    }

    .item_comment {
        font-size: 13px;
    }

    .item {
        margin-bottom: 70px;
    }

    .item_txt {
        margin: 20px 0;
    }

    .i_name,
    .i_price {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .btn1 {
        width: 60%;
        font-size: 14px;
    }

    .btn2 {
        font-size: 14px;
    }

}