@charset "UTF-8";

/*------------------------------------------ 歴史 */

#intro .introBox .history .historyInner {
    background: #fff6d9;
    border-radius: 30px;
    /*overflow: hidden;*/
    width: min(800px, 90%);
    margin: 100px auto;
    position: relative;
}

#intro .introBox .history .fukidashiTitle {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: #881a1f;
    padding: 21px 60px;
    border-radius: 30px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    z-index: 10;
    white-space: nowrap;
    max-width: calc(100% - 40px);
    text-align: center; 
}

#intro .introBox .history .fukidashiTitle:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 12px solid #881a1f;
    border-bottom: 0;
}

#intro .introBox .history .content-wrap {
    position: relative;
    overflow: hidden;
    padding: 80px 0 20px;
}

#intro .introBox .history .fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg,rgba(255, 246, 217, 0) 0%, rgba(255, 246, 217, 1) 100%);
    pointer-events: none;
    transition: opacity 0.5s;
    z-index: 2;
}

#intro .introBox .history .timeline {
    position: relative;
    width: 63%;
    margin: 0 auto;
}

#intro .introBox .history .timeline:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #881a1f;
    position: absolute;
    top: 1px;
    left: 135px;
}

#intro .introBox .history .timeline dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

#intro .introBox .history .timeline dl:last-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff6d9;
    position: absolute;
    top: 1px;
    left: 135px;
}

#intro .introBox .history .timeline dl:last-child:before {
    display: none;
}

#intro .introBox .history .timeline dl:not(:last-child) {
    margin: 0 0 40px;
}

#intro .introBox .history .timeline dl dt {
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

#intro .introBox .history .timeline dl dd {
    margin-left: 20px;
    width: calc(100% - (170px + 20px));
    position: relative;
}

#intro .introBox .history .timeline dl dd .imgBoxShort {
    width: 63%;
    top: 0;
    right: -30%;
}

#intro .introBox .history .timeline .year {
    font-size: 1.6rem;
    color: #881a1f;
    line-height: 1;
    letter-spacing: .1rem;
}

#intro .introBox .history .timeline .circleBox {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

#intro .introBox .history .timeline .text {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.3;
    padding-top: 10px;
}

#intro .introBox .history .timeline dl .slash {
    display: inline;
}

#intro .introBox .history .btn-bar {
    background: #e8b82a;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 8px;
    user-select: none;
    transition: background 0.2s;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#intro .introBox .history .btn-bar:hover {
    background: #d4a420;
}

#intro .introBox .history .btn-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12rem;
    color: #5a3e00;
}

#intro .introBox .history .btn-icon {
    font-size: 18px;
    color: #5a3e00;
    line-height: 1;
}

#intro .introBox .history .imgBoxLong {
    width: 80%;
    margin: 30px auto;
}

#intro .introBox .history .note {
    font-size: 1.2rem;
    color: #881a1f;
    letter-spacing: 0.05rem;
    text-align: right;
    font-weight: 400;
    margin-right: 20px;
}


/*----------------------------------------------------
    ☆UNDER 600
----------------------------------------------------*/
@media screen and (max-width: 600px) {

#intro .introBox .history .historyInner {
    width: 100%;
    border-radius: 20px;
    margin: 50px auto;
}

#intro .introBox .history .fukidashiTitle {
    top: -25px;
    padding: 17px clamp(20px, 6vw, 60px);
    font-size: 1.6rem;
    width: 100%;
}

#intro .introBox .history .fukidashiTitle:after {
    bottom: -10px;
}

#intro .introBox .history .content-wrap {
    padding: 50px 0 20px;
}

#intro .introBox .history .timeline {
    width: 100%;
    padding: 0 20px;
}

#intro .introBox .history .timeline:after {
    left: 50px;
}

#intro .introBox .history .timeline dl:last-child:after {
    left: 30px;
}

#intro .introBox .history .timeline dl:not(:last-child) {
    margin-bottom: 20px;
}

#intro .introBox .history .timeline dl dt {
    width: 60px;
}

#intro .introBox .history .timeline .year {
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 80px;
    width: 110%;
}

#intro .introBox .history .timeline .circleBox {
    width: 60px;
    height: 60px;
    margin-left: 0;
}

#intro .introBox .history .timeline dl dd {
    width: calc(100% - (60px + 20px));
}

#intro .introBox .history .timeline .text {
    font-size: 1.2rem;
    letter-spacing: .1rem;
    text-align: justify;
    padding-top: 25px;
}

#intro .introBox .history .imgBoxLong {
    width: 90%;
    margin: 20px auto;
}

#intro .introBox .history .note {
    font-size: 1.2rem;
    margin-top: 0;
}

}



/*------------------------------------------ ポッポの思い出 */

.category.memoriesInner.max1150 .title{
    margin-bottom: 50px;
}

.memoriesBox {
	max-width: 1090px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.memoriesRow {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.memoriesRow img {
    width: min(347px, 31.8%);
    display: block;
}


/*----------------------------------------------------
    ☆TABLET UNDER 900
----------------------------------------------------*/
@media screen and (max-width: 900px) {

    .memoriesRow.top {
        flex-wrap: wrap;
        justify-content: center; 
    }

}


/*----------------------------------------------------
    ☆UNDER 600
----------------------------------------------------*/
@media screen and (max-width: 600px) {

    .memoriesRow {
        flex-direction: column;
        align-items: center;
      }

    .memoriesRow img {
        width: 100%;
      }
}



/*------------------------------------------ インスタグラム */

#snsBox {
    position: relative;
    padding: 50px;
    background: url(/pp/frozen/images/top/Instagram_bg.jpg) center / cover no-repeat;
    margin-bottom: 100px;
}

.snsInner {
    background-color: #fff;
    padding: 25px 0 35px 80px;
    display: flex;
}

.snsInfo {
	display: flex;
	align-items: center;
	gap: 25px;
	width: 45%;
}

.snsLogo {
    width: 50%;
}

.snsText {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.snsTitle {
    margin-bottom: 8px;
}

.snsBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 20px;
    /*background: url(/pp/frozen/images/top/Instagram_button_bg.jpg) center / cover no-repeat;*/
    background: #fd1cb0;
    color: #fff;
    font-size: 12px;
    letter-spacing: -.05em;
}

.snsBtn a:hover {
    background: #000;
    /*transform: scale(1.1);*/
}

.snsBtnArrow {
    width: 14px;
}

.snsRightGroup {
	width: 28%;
    position: relative;
    margin-left: 30px;
    margin-top: 3%;
}

.snsCharacter {
	width: 42%;
    top: 43%;
    right: -52%;
}


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

.snsInner {
    padding: 25px 0 35px;
    justify-content: center;
}



}


/*----------------------------------------------------
	☆TABLET UNDER 900
----------------------------------------------------*/

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

    .snsInner {
        padding: 25px 0 35px;
        flex-direction: column;
        align-items: center;
    }

    .snsInfo {
        width: 90%;
        justify-content: center;
    }

    .snsLogo {
        width: 40%;
    }

    .snsText {
        width: 40%;
    }

    .snsRightGroup {
        margin: 30px auto 0;
        width: 38%;
    }


}


/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

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

    #snsBox {
        padding: 25px;
        margin-bottom: 50px;
    }

    .snsInfo {
        display: block;
        gap: 25px;
        width: 100%;
    }

    .snsLogo {
        width: 51%;
        margin: 0 0 10px 13%;
    }

    .snsTitle {
        width: 45%;
    }

    .snsBtn {
        width: 80%;
    }

    .snsText {
        width: 100%;
        margin: 0 auto;
    }

    .snsRightGroup {
        width: 80%;
    }

    .snsCharacter {
        width: 30%;
        top: 84%;
        right: -22%;
    }

}

