.page-heymommy .top-banner {
    min-height: 600px;
    max-height: 800px;
    position: relative;
    background: url("/common/design/user/img/bgm/bg-banner.jpg") center no-repeat;
    background-size: cover;
}

.page-heymommy-sp .top-banner {
    background: url("/common/design/user/img/bgm/bg-banner-sp.jpg") center no-repeat;
    min-height: 600px;
    max-height: 1000px;
    padding: 10px 0 110px;
}

.page-heymommy img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-heymommy .btn-top-banner {
    width: 27%;
    position: absolute;
    bottom: 10%;
    left: 25%;
    transform: translate(-50%, 50%);
    display: flex;
    flex-direction: column;
}

.page-heymommy .banner-nav {
    background-color: #00a0c9;
    min-height: auto;
    max-height: max-content;
}

.page-heymommy .banner-nav li {
    background-color: #fff;
    border-radius: 5px;
    margin: 9px 5px;
    height: auto;
    width: 19%;
    flex-grow: 0;
}

.page-heymommy .banner-nav ul li a {
    color: #00a0c9;
    flex-direction: column;
}

.page-heymommy .banner-nav ul li a::after {
    content: none;
}

.page-heymommy .banner-nav ul {
    justify-content: center;
}

.page-heymommy .banner-nav ul li a img {
    width: 15px;
    padding-top: 3px;
}

.page-heymommy .open-part {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    border-bottom: 6px solid #ffe100;
    color: #00a0c9;
    width: fit-content;
    margin: 0 auto 40px;
}

.page-heymommy .intro {
    padding: 100px 0;
}

.page-heymommy .box-intro {
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 30px;
}

.page-heymommy .big-intro {
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
    color: #484848;
    padding-bottom: 10px;
}

.page-heymommy .small-intro {
    font-size: 18px;
    line-height: 25px;
    color: #484848;
}

.page-heymommy .border-yellow-intro {
    border-radius: 5px;
    border: 10px solid #f7e181;
    position: relative;
}

.page-heymommy .box-intro-2 {
    border: 6px solid #FFFFFF;
    border-radius: 3px;
    background-color: #f7e181;
    padding: 20px 5px;
    flex-direction: column;
    width: fit-content;
}

.page-heymommy .big-intro-2 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    color: #484848;
}

.page-heymommy .big-intro-2 span {
    font-size: 17px;
    line-height: 20px;
}

.page-heymommy .small-intro-2 {
    font-size: 16px;
    line-height: 20px;
    color: #484848;
    width: max-content;
}

.page-heymommy .text-red-intro {
    font-size: 26px;
    line-height: 30px;
    color: #ea2763;
    font-weight: 700;
    padding-bottom: 10px;
}

.page-heymommy .img-intro {
    width: 50%;
    margin: 0 auto 20px;
}

.page-heymommy .list-slide {
    background-color: #fff;
    padding: 50px 30px 40px;
}

.page-heymommy .title-slide {
    font-size: 38px;
    line-height: 40px;
    color: #676767;
    font-weight: 700;
    padding-bottom: 30px;
}

.page-heymommy .list-image-buy-wrap {
    padding: 0;
    min-height: fit-content;
}

.page-heymommy .swiper-button-next,
.page-heymommy .swiper-button-prev {
    width: 35px;
}

.page-heymommy .swiper-button-prev,
.page-heymommy .swiper-container-rtl .swiper-button-next {
    left: -45px;
}

.page-heymommy .swiper-button-next,
.page-heymommy .swiper-container-rtl .swiper-button-prev {
    right: -45px;
}

.page-heymommy .box-list-idol {
    padding: 25px 15px;
    background-color: #ffe9f0;
    margin-bottom: 20px;
}

.page-heymommy .name-idol {
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
}

.page-heymommy .text-gray {
    color: #a6a6a6;
}

.page-heymommy .text-white {
    color: #ffffff;
}

.page-heymommy .info-idol {
    justify-content: flex-start;
    position: relative;
    align-items: center;
    gap: 25px;
    z-index: 3;
    width: 500px;
}

.page-heymommy .box-info-idol {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.page-heymommy .line-bg {
    position: absolute;
    transform: translate(-50%, 50%);
    top: 0;
    width: 102%;
    height: 100px;
    z-index: 1;
    left: 48%;
}

.page-heymommy .list-but {
    gap: 15px;
    margin-top: 10px;
    justify-content: flex-start;
}

.page-heymommy .but-link {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 15px 5px;
    color: #FFFFFF;
    border-radius: 50px;
    width: 235px;
    text-align: center;
    position: relative;
}

.page-heymommy .btn-create img,
.page-heymommy .btn-load-more img,
.page-heymommy .but-link img {
    width: 20px;
    margin-left: 5px;
    vertical-align: middle;
}

.page-heymommy .btn-create,
.page-heymommy .btn-load-more,
.page-heymommy .but-tool {
    background-color: #ea2763;
    box-shadow: 0 4px 1px #b92142;
}

.page-heymommy .but-tweet {
    background-color: #1da1f2;
    box-shadow: 1px 4px 1px #218cb9;
}

.page-heymommy .but-link:active,
.page-heymommy .btn-load-more:active,
.page-heymommy .btn-create:active {
    bottom: -4px;
    box-shadow: none;
}

.page-heymommy .box-list-idol .pr-img {
    padding: 8px;
    width: 23%;
    background-color: #fff;
    position: relative;
}

.page-heymommy .img-idol {
    width: 40%;
}

.page-heymommy .list-idol {
    gap: 15px;
}

.page-heymommy .box-list-idol .pr-img:after {
    content: "";
    background-image: url(/common/design/user/img/iket/ic-plus-grey.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.page-heymommy .bg-green {
    background-color: #92d86c;
}

.page-heymommy .bg-yellow {
    background-color: #f6ea30;
}

.page-heymommy .bg-purple {
    background-color: #ae8ec0;
}

.page-heymommy .bg-pink {
    background-color: #f16db2;
}

.page-heymommy .bg-blue {
    background-color: #87beee;
}

.page-heymommy .text-yellow {
    color: #c09c1d;
}

.page-heymommy .personal-design {
    background-color: #fff3bf;
    padding: 80px 0;
}

.page-heymommy .container_story {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.page-heymommy .container_story .img-banner {
    min-height: 402px;
}

.page-heymommy .text-story {
    position: absolute;
    transform: translate(-50%, 50%);
    left: 28%;
    top: -15%;
    width: max-content;
}

.page-heymommy .big-story {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 10px;
}

.page-heymommy .small-story {
    font-size: 17px;
    line-height: 28px;
}

.page-heymommy .story-idol {
    background: url("/common/design/user/img/bgm/bg-story.jpg") center no-repeat;
    background-size: cover;
}

.page-heymommy a.btn-create,
.page-heymommy a.btn-load-more {
    background-color: #e5001d;
    position: relative;
    font-weight: 700;
}

.page-heymommy .item-buy-product h4 {
    font-weight: 700;
}

.page-heymommy .txt-infor span {
    font-weight: 500;
}

.page-heymommy .img-bag {
    position: absolute;
    transform: translate(-50%, 50%);
    top: -23%;
    right: -7%;
    width: 15%;
}

.page-heymommy-sp .btn-top-banner {
    width: 65%;
    bottom: -11%;
    left: 50%;
}

.page-heymommy-sp .banner-nav li {
    border-radius: 3px;
    margin: 9px 5px;
    height: auto;
    width: max-content;
    flex-grow: 0;
    word-break: keep-all;
    font-size: 12px;
}

.page-heymommy-sp .banner-nav ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
    max-width: 100%;
}

.page-heymommy-sp .banner-nav ul li a {
    padding: 8px;
}

.page-heymommy-sp .banner-nav ul li a img {
    width: 10px;
    padding-top: 2px;
}

.page-heymommy-sp .intro {
    padding: 50px 0;
}

.page-heymommy-sp .open-part {
    font-size: 19px;
    line-height: 25px;
    border-bottom: 3px solid #ffe100;
    margin: 0 auto 25px;
}

.page-heymommy-sp .box-intro {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 15px;
}

.page-heymommy-sp .big-intro {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;
}

.page-heymommy-sp .small-intro {
    font-size: 14px;
}

.page-heymommy-sp .border-yellow-intro {
    border: 5px solid #f7e181;
}

.page-heymommy-sp .box-intro-2 {
    border: 3px solid #FFFFFF;
    padding: 9px 0;
    width: fit-content;
}

.page-heymommy-sp .text-red-intro {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 5px;
}

.page-heymommy-sp .big-intro-2 {
    font-size: 14px;
    line-height: 20px;
}

.page-heymommy-sp .big-intro-2 span {
    font-size: 12px;
}

.page-heymommy-sp .small-intro-2 {
    font-size: 12px;
}

.page-heymommy-sp .img-bag {
    top: -21%;
    right: -5%;
}

.page-heymommy-sp .list-slide {
    padding: 25px 20px 20px;
    margin: 0 -10px;
}

.page-heymommy-sp .title-slide {
    font-size: 19px;
    line-height: 20px;
    padding-bottom: 10px;
}

.page-heymommy-sp .list-idol {
    gap: 15px;
    flex-direction: column;
}

.page-heymommy-sp .box-list-idol .pr-img {
    padding: 3px;
    width: 23.5%;
}

.page-heymommy-sp .box-info-idol {
    gap: 6px;
}

.page-heymommy-sp .no-wrap.box-info-idol {
    gap: 13px;
}


.page-heymommy .no-wrap {
    flex-wrap: nowrap;
    align-items: flex-start;
}

.page-heymommy-sp .box-idol {
    z-index: 3;
    width: 100%;
}

.page-heymommy-sp .but-link {
    font-size: 13px;
    line-height: 17px;
    padding: 6px 13px;
    color: #FFFFFF;
    border-radius: 50px;
    width: max-content;
}

.page-heymommy-sp .img-idol {
    width: 100%;
}

.page-heymommy-sp .name-idol {
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
}

.page-heymommy-sp .btn-create img,
.page-heymommy-sp .btn-load-more img,
.page-heymommy-sp .but-link img {
    width: 15px;
    margin-left: 5px;
    vertical-align: middle;

}

.page-heymommy-sp .list-but {
    gap: 8px;
    margin-top: 15px;
}

.page-heymommy-sp .item-ds-per .list-but a {
    flex: 1;
}

.page-heymommy-sp .item-ds-per .list-but .but-link {
    width: 100%;
    padding: 9px;
}

.page-heymommy-sp .box-list-idol {
    padding: 10px;
    margin: 0 -10px 10px ;
}

.page-heymommy-sp .line-bg {
    top: -24%;
    width: 103%;
    height: 45px;
    left: 49%;
}

.page-heymommy-sp .info-idol {
    width: 100%;
}

.page-heymommy-sp .box-list-idol .pr-img:after {
    width: 15px;
    height: 15px;
    right: 3px;
    bottom: 3px;
}

.page-heymommy-sp .big-story {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;
}

.page-heymommy-sp .small-story {
    font-size: 14px;
    line-height: 20px;
}

.page-heymommy-sp .text-story-sp {
    padding-bottom: 25px;
}

.page-heymommy-sp .txt-link img {
    width: 12px;
}

.page-heymommy-sp .item-buy-product .img {
    width: fit-content;
}

.page-heymommy-sp .item-buy-product .info {
    width: max-content;
}

.page-heymommy-sp .box-info-sell {
    width: max-content;
    gap: 10px;
}

.page-heymommy .txt-detail {
    min-height: fit-content;
}

.page-heymommy-sp .txt-infor {
    padding: 10px 0;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
    width: 95px;
}

.page-keytalk .but-banner {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    padding: 20px 30px;
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    position: relative;
    background-color: #e5001d;
    box-shadow: 0 4px 1px #a71434;
    width: fit-content;
    margin: 20px auto 0;
}

.page-keytalk .but-banner:active {
    bottom: -4px;
    box-shadow: none;
}

.page-keytalk .but-banner img {
    width: 20px;
    vertical-align: baseline;
}

.page-keytalk-sp .but-banner {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    box-shadow: 0 2px 1px #a71434;
    margin: 10px auto 0;
}

.page-keytalk-sp .but-banner img {
    width: 15px;
    vertical-align: middle;
    margin-left: 5px;
}

.page-keytalk-sp .but-banner:active {
    bottom: -2px;
}

.page-keytalk .buy,
.page-keytalk .buyer {
    background-color: #f9f9f9;
}

.page-keytalk .open-lightbox {
    font-size: 24px;
    line-height: 30px;
    background-color: #ffe100;
    padding: 10px 0;
    width: 100%;
    color: #00a0c9;
    font-weight: 700;
}

.page-keytalk .text-lightbox {
    font-size: 24px;
    line-height: 30px;
    color: #00a0c9;
    font-weight: 700;
    padding: 30px 0 50px;
}

.grid {
    display: grid;
}

.page-keytalk .box-img-2 {
    grid-template-columns: 1fr 0.8fr 0.2fr 0.8fr 1fr;
    grid-template-rows: 1fr 0.5fr 0.5fr 1fr 1fr 1fr;
    grid-gap: 15px;
    grid-template-areas:
    "grid-show-1 grid-show-1 grid-show-5 grid-show-5 grid-show-9"
    "grid-show-1 grid-show-1 grid-show-7 grid-show-7 grid-show-9"
    "grid-show-3 grid-show-3 grid-show-7 grid-show-7 grid-show-9"
    "grid-show-3 grid-show-3 grid-show-8 grid-show-8 grid-show-10"
    "grid-show-11 grid-show-12 grid-show-12 grid-show-4 grid-show-4"
    "grid-show-2 grid-show-6 grid-show-6 grid-show-4 grid-show-4"
;
}

.page-keytalk .grid-icon-1 {
    grid-area: grid-icon-1;
}

.page-keytalk .grid-icon-2 {
    grid-area: grid-icon-2;
}

.page-keytalk .grid-icon-3 {
    grid-area: grid-icon-3;
}

.page-keytalk .grid-icon-4 {
    grid-area: grid-icon-4;
}

.page-keytalk .grid-icon-5 {
    grid-area: grid-icon-5;
}

.page-keytalk .grid-icon-6 {
    grid-area: grid-icon-6;
}

.page-keytalk .grid-icon {
    background-color: #fff;
    padding: 10px;
    margin: 5px;
    position: relative;
    border: 1px solid #e9e9e9;
}

.page-keytalk .grid-icon .pr-img:after {
    content: "";
    background-image: url(/common/design/user/img/iket/ic-plus-grey.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.page-keytalk .box-img-3 .grid-icon {
    width: 24%;
}

.page-keytalk .grid-show-1 {
    grid-area: grid-show-1;
}

.page-keytalk .grid-show-2 {
    grid-area: grid-show-2;
}

.page-keytalk .grid-show-3 {
    grid-area: grid-show-3;
}

.page-keytalk .grid-show-4 {
    grid-area: grid-show-4;
}

.page-keytalk .grid-show-5 {
    grid-area: grid-show-5;
}

.page-keytalk .grid-show-6 {
    grid-area: grid-show-6;
}

.page-keytalk .grid-show-7 {
    grid-area: grid-show-7;
}

.page-keytalk .grid-show-8 {
    grid-area: grid-show-8;
}

.page-keytalk .grid-show-9 {
    grid-area: grid-show-9;
}

.page-keytalk .grid-show-10 {
    grid-area: grid-show-10;
}

.page-keytalk .grid-show-11 {
    grid-area: grid-show-11;
}

.page-keytalk .grid-show-12{
    grid-area: grid-show-12;
}

.grid-show {
    position: relative;
}

.page-keytalk .grid-show .pr-img:after {
    content: "";
    background-image: url(/common/design/user/img/bgm/icon-zoom.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.page-keytalk .list-show {
    padding-bottom: 50px;
}

.page-heymommy .box-img-3 {
    justify-content: flex-start;
    padding-top: 20px;
    flex-wrap: wrap;
}

.page-keytalk .box-story {
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.page-keytalk .story-img {
    width: 90%;
}

.page-heymommy .story-tell {
    padding-right: 30px;
}

.page-keytalk .link-event {
    justify-content: space-between;
    gap: 40px;
}

.page-keytalk .event {
    padding: 50px 0;
}

.page-keytalk .text-event {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 30px;
}

.page-keytalk .item-buy-product .img {
    height: 200px;
}

.page-keytalk-sp .open-lightbox {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.page-keytalk-sp .text-lightbox {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 20px;
}

.page-keytalk-sp .box-img-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, 0.5fr);
    grid-gap: 5px;
    grid-template-areas:
        "grid-show-1 grid-show-1"
        "grid-show-1 grid-show-1"
        "grid-show-2 grid-show-2"
        "grid-show-2 grid-show-2"
        "grid-show-3 grid-show-4"
        "grid-show-5 grid-show-6"
        "grid-show-7 grid-show-6"
        "grid-show-8 grid-show-9"
        "grid-show-10 grid-show-11"
        "grid-show-12 grid-show-12"
        "grid-show-12 grid-show-12"
;
}

.page-keytalk-sp .box-img-3 .icon-sp {
    width: 47%;
}

.page-keytalk-sp .buyer {
    padding: 40px 0 0;
}

.item-buy-product .info-pr {
    margin-bottom: 5px;
}

.page-keytalk-sp .grid-show .pr-img:after,
.page-keytalk-sp .grid-icon .pr-img:after {
    width: 20px;
    height: 20px;
}

.page-keytalk-sp .box-story {
    flex-direction: column;
}

.page-keytalk-sp .story-img {
    width: 100%;
}

.page-keytalk-sp .story-tell {
    padding-bottom: 10px;
}

.page-keytalk-sp .text-event {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 10px;
}

.page-keytalk-sp .link-event {
    flex-direction: column;
    gap: 20px;
}

.page-keytalk-sp .item-buy-product .img {
    height: fit-content;
}

.page-heymommy .box-img-2 img {
    object-fit: cover;
}

.page-keytalk .top-banner:after {
    content: '';
    height: 150px;
    width: 1000%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 1;
}

.page-keytalk .box-banner {
    z-index: 3;
    position: relative;
}

.page-keytalk-sp .top-banner:after {
    height: 80px;
}

.page-keytalk .box-list-item {
    flex-wrap: wrap;
}

.page-keytalk .item-sell {
    background-color: #fafafa;
    padding: 12px;
    border-radius: 5px;
    flex-direction: column;
    width: 23%;
    margin: 10px;
}

.page-keytalk .box-img-shirt {
    border: 1px solid #e0e0e0;
    padding: 5px;
}

.page-keytalk .name-shirt,
.page-keytalk .info-item-sell {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
}

.page-keytalk .list-but-sell {
    flex-direction: column;
    gap: 10px;
}

.page-keytalk .but-link {
    border-radius: 50px;
    font-size: 16px;
    line-height: 35px;
    height: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    position: relative;
    font-weight: 700;
}

.page-keytalk .but-tool {
    background: linear-gradient(45deg, #f33d3d, #f94b32, #ff5b27);
    box-shadow: 0 4px 1px #af2e26;
}

.page-keytalk .but-link img {
    width: 25px;
    height: 25px;
    padding-right: 5px;
}

.page-keytalk .but-twit {
    background: #67cced;
    box-shadow: 0 4px 1px #5eb8de;
}

.page-keytalk .sell {
    padding: 100px 0 0;
}

.page-keytalk-sp .item-sell {
    padding: 10px;
    width: 46%;
    margin: 5px;
}

.page-keytalk-sp .name-shirt,
.page-keytalk-sp .info-item-sell {
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
}

.page-keytalk-sp .but-link {
    font-size: 14px;
    line-height: 25px;
    height: 100%;
    width: 100%;
    padding: 5px 0;
}

.page-keytalk-sp .sell {
    padding: 50px 0 0;
}

.page-keytalk-sp .box-img-1 {
    flex-wrap: wrap;
}

.page-keytalk-sp .box-img-1 .grid-icon {
    width: 47%;
}

.page-heymommy .d-none {
    display: none;
}

.page-heymommy .box-img-3 {
    flex-wrap: wrap;
}

.page-heymommy .box-img-3 .grid-icon {
    width: 23%;
}

.page-heymommy-sp .box-img-3 .grid-icon {
    width: 30%;
}

.hover_bkgr_fricc-1 > div {
    max-width: 100%;
    width: 90%;
}

.page-heymommy .twitter-event {
    background: url(/common/design/user/img/keytalk/bg-new-layer.png) center no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.page-heymommy .box-event {
    justify-content: space-around;
    align-items: center;
}

.page-heymommy .text-1-event {
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
    color: #fddd54;
    padding-bottom: 10px;
}

.page-heymommy .text-1-event span {
    font-size: 47px;
}

.page-heymommy .text-2-event {
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.page-heymommy .but-new {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background-color: #00aeff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding: 20px 100px;
    color: #FFFFFF;
    width: fit-content;
    margin: 0 auto;
}

.page-heymommy .but-new img {
    width: 30px;
    margin-right: 10px;
}

.page-heymommy-sp .box-event {
    flex-direction: column;
}

.page-heymommy-sp .text-1-event {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}

.page-heymommy-sp .text-1-event span {
    font-size: 23px;
}

.page-heymommy-sp .text-2-event {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 0;
}

.page-heymommy-sp .but-new {
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
}

.page-heymommy-sp .but-new img {
    width: 18px;
    margin-right: 5px;
}

.page-heymommy .text-1-tweet {
    font-size: 61px;
    line-height: 90px;
    color: #fffc00;
    font-weight: 700;
    padding-bottom: 20px;
}

.page-heymommy .text-2-tweet {
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 700;
    padding-bottom: 10px;
}

.page-heymommy .text-3-tweet {
    font-size: 20px;
    line-height: 30px;
    color: #36578d;
    background-color: #68cef8;
    margin: 0 auto;
    width: fit-content;
    padding: 10px 80px;
}

.page-heymommy .info-tweet {
    max-width: 1366px;
    margin: 0 auto;
    background: url("/common/design/user/img/bgm/bg-info-tweet.jpg") center no-repeat;
    background-size: cover;
    padding: 50px 0 20px;
}

.page-heymommy .part-info {
    border: 2px solid #FFFFFF;
    position: relative;
    padding: 90px 22px 24px;
    height: fit-content;
    width: 80%;
    margin: 0 auto;
}

.page-heymommy .text-1-part {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.page-heymommy .text-3-part {
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}

.page-heymommy .text-2-part {
    font-size: 23px;
    line-height: 35px;
    color: #fffc00;
    font-weight: 700;
}

.page-heymommy .box-info-tweet {
    gap: 50px;
    justify-content: space-between;
    padding-top: 30px;
}

.page-heymommy .img-info {
    width: 50%;
}

.page-heymommy .open-info {
    position: absolute;
    transform: translate(-50%, 50%);
    font-size: 31px;
    line-height: 40px;
    color: #2abaf5;
    background-color: #FFFFFF;
    padding: 10px 120px;
    top: -4%;
    left: 50%;
    font-weight: 700;
    width: max-content;
}

.page-heymommy .but-info-tweet {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: #00aeff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding: 15px 50px;
    color: #FFFFFF;
    width: fit-content;
    margin: 20px auto 0;
}

.page-heymommy .but-info-tweet img {
    width: 30px;
    margin-right: 10px;
}

.page-heymommy-sp .info-tweet {
    background: url("/common/design/user/img/bgm/bg-info-tweet-sp.jpg") center no-repeat;
    background-size: cover;
    padding: 30px 0 10px;
}

.page-heymommy-sp .text-1-tweet {
    font-size: 25px;
    line-height: 38px;
    padding-bottom: 5px;
}

.page-heymommy-sp .text-2-tweet {
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 3px;
    text-shadow: 0 1px #2abaf5, 0 -1px #2abaf5, 1px 0 #2abaf5, -1px 0 #2abaf5, 1px -1px #2abaf5, -1px 1px #2abaf5;
}

.page-heymommy-sp .text-3-tweet {
    font-size: 12px;
    line-height: 20px;
    background-color: rgba(149, 221, 250, 0.7);
    width: 100%;
    padding: 5px 0;
    font-weight: 700;
}

.page-heymommy-sp .part-info {
    border: 1px solid #FFFFFF;
    padding: 50px 10px 12px;
    width: 90%;
}

.page-heymommy-sp .box-info-tweet {
    flex-direction: column;
    padding-top: 10px;
    gap: 20px;
}

.page-heymommy-sp .img-info {
    width: 100%;
}

.page-heymommy-sp .open-info {
    font-size: 15px;
    line-height: 20px;
    padding: 6px 105px;
    top: -2%;
    left: 50%;
}

.page-heymommy-sp .text-3-part {
    font-size: 12px;
    line-height: 20px;
}

.page-heymommy-sp .text-1-part,
.page-heymommy-sp .text-2-part {
    font-size: 14px;
    line-height: 25px;
}

.page-heymommy-sp .but-info-tweet {
    border-radius: 3px;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 30px;
    margin: 10px auto 0;
}

.page-heymommy-sp .but-info-tweet img {
    width: 20px;
    margin-right: 5px;
}
