@charset "utf-8";
#wrapper{
    position : relative;
}
.pizzasorridera{
    text-align : center;
    position : relative;
    z-index : 0;
}
.pizzasorridera img{
    max-width : 100%;
}
.psd-main{
    margin-inline: auto;
    width : 550px;
    overflow-x: hidden;
}
.psd-main-image-wrap{
    position : relative;
    width : 100%;
    height : calc(1381px * .55);
    overflow : hidden;
}
.psd-main-image,
.psd-main-info{
    position : absolute;
    top : 0;
    right : 0;
    bottom : 0;
    left : 0;
    width : 100%;
    z-index : 1;
}
.psd-main-info{
    z-index : 2;
}
.psd-main-image::before,
.psd-main-image::after{
    content : '';
    position : absolute;
    left : 0;
    top : 0;
    right : 0;
    bottom : 0;
    background-image : url(../img/steam.png);
    background-repeat : no-repeat;
    z-index : 3;
    background-size : cover;
    transform-origin:left bottom;
}
.psd-main-image::before{
    left : -100px;
    top : -50px;
    animation: steam_before 18s infinite linear;
    transition: all 1s;
}
.psd-main-image::after{
    top : -100px;
    right : -30px;
    animation: steam_after 22s infinite linear;
    transition: all 1.4s;
}
.psd-header{
    background : #d70c19;
}
.psd-header__lead{
    background-image : url(../img/main-lead.jpg);
    background-repeat : no-repeat;
    background-size : cover;
    height : 913px;
    padding-top : 64px;
    box-sizing : border-box;
}

.psd-enjoy{
    background-image : url(../img/enjoy-bg.png);
    background-repeat : no-repeat;
    background-size : 100% auto;
    position : relative;
    z-index : 100;
    padding-bottom : 53px;
    background-color : #F6EFD5;
}
.psd-enjoy::before{
    position : absolute;
    background : #d70c19;
    content : '';
    height : 33px;
    width : 100%;
    z-index : -1;
}
.psd-enjoy-movie{
    margin-top : calc(68px * .55);
    margin-bottom : calc(50px * .55);
}
.psd-enjoy-items{
    display : flex;
    max-width : 431px;
    justify-content: space-between;
    flex-wrap : wrap;
    margin-inline : auto;
}
.psd-enjoy-items > li{
    width : 200px;
    margin-bottom : 28px;
}

.psd-max-wrap,
.psd-shop-link,
.psd-net-order{
    max-width : calc(838px * .55);
    margin-inline : auto;
}
.psd-shop-link{
    margin-bottom : 41px;
}

.psd-concern-pizza{
    position : relative;
    background : #fff;
    padding-top : 25px;
    padding-bottom : calc((230px - 44px) * 0.55);
}
.psd-concern-pizza__title{
    position : absolute;
    left : 0;
    top : 25px;
    height : calc(459px * 0.55);
    width : calc(498px * 0.55);
}

.psd-solve{
    background-color : #FFF799;
    position : relative;
    z-index : 1;
    padding-top : calc(60px * 0.55);
    padding-bottom : calc(92px * .55);
}
.psd-solve::before{
    content : '';
    position : absolute;
    background-image : url(../img/solve-bg-top.png);
    background-repeat : no-repeat;
    background-size : 100% auto;
    width : 100%;
    height : calc((230px + 44px) * 0.55);
    top : calc(230px * -0.55);
    left : 0;
    z-index : -1;
}
.psd-solve__title{
    margin-inline: auto;
    width : calc(849px * .55);
    height : calc(350px * .55);
    margin-top : calc(100px * -0.55);
}

.psd-commitment{
    background-image : url(../img/commitment-bg.png);
    background-repeat : no-repeat;
    background-position : top center;
    background-size : 100%;
    background-color : #D7091A;
    padding-top : calc(140px * .55);
    padding-bottom : calc(86px * .55);
}
.psd-commitment-item{
    width : calc(856px * .55);
    margin-inline : auto;
    margin-bottom : calc(90px * .55);
}
.psd-commitment-item__title{
    margin-bottom : calc(55px * .55);
}
.psd-commitment-mutti{
    background-image : url(../img/commitment-mutti-bg-top.png),url(../img/commitment-mutti-bg-bottom.png);
    background-repeat : no-repeat,no-repeat;
    background-size : 100% auto;
    background-position : center top, center bottom;
    padding-left : calc((1000px - 720px) /2 * .55);
    padding-right : calc((1000px - 720px) /2 * .55);
    padding-top : calc(126px * .55);
    padding-bottom : calc(196px * .55);
    margin-top : calc(56px * .55);
}
.psd-commitment-link{

}
.psd-commitment-link__button{

}

.psd-pizza-lineup{
    background-image : url(../img/pizza-lineup-bg-top.jpg),url(../img/pizza-lineup-bg.jpg);
    background-repeat : no-repeat,repeat-y;
    background-size : 100% auto;
    background-position : top center;
    padding-bottom : calc(150px * .55);
}
.psd-pizza-lineup-item:nth-child(2){
    margin-top : calc(54px * .55);
}
.psd-pizza-lineup-image{
    margin-bottom : calc(84px * .55);
    position : relative;

}
.psd-pizza-lineup-image__info{
    transition: 1s cubic-bezier(0.75, 0, 0.25, 1);

    opacity : 0;
    z-index : 10;
    position : relative;
}
.psd-pizza-lineup-image__pizza{
    transition: 1s cubic-bezier(0.75, 0, 0.25, 1);

    opacity : 0;
    position : absolute;
    top : 0;
    right : 0;
    bottom :0;
    left : 0;
    z-index : 0;
}
.psd-pizza-lineup-to-right{
    transform: translateX(calc(-50vw - 50%));
}
.psd-pizza-lineup-to-left{
    transform: translateX(calc(50vw + 50%));
}
.psd-pizza-lineup-image__pizza::before,
.psd-pizza-lineup-image__pizza::after{
    content : '';
    position : absolute;
    left : 0;
    top : 0;
    right : 0;
    bottom : 0;
    background-image : url(../img/steam.png);
    background-repeat : no-repeat;
    z-index : 1;
    background-size : cover;
    transform-origin:left bottom;
}
.psd-pizza-lineup-image__pizza::before{
    animation: steam_before 16s infinite linear;
    transition: all 1s;
}
.psd-pizza-lineup-image__pizza::after{
    animation: steam_after 22s infinite linear;
    transition: all 1.4s;
}

@keyframes steam_before {
    0% {
        bottom : -200px;
        transform: rotateY(0deg) scale(0.6, 1);
        opacity: 0
    }
    15% {
        opacity: 0.1;
        transform: rotateY(40deg) scale(1, 1.2);
    }
    33% {
        transform: rotateY(40deg) scale(1.4, 1.4);
        opacity: 0.5;
    }
    66% {
        transform: rotateY(10deg) scale(1.8, 1.6);
        opacity: 0.4;
    }
    100% {
        bottom : 0;
        transform: rotateY(60deg) scale(2, 1.8);
        opacity: 0;
        left : 0;
    }
}
@keyframes steam_after {
    0% {

        transform: rotateY(0deg) scale(.6, .6);
        opacity: 0;
    }
    15% {
        opacity: 0.7;
        transform: rotateY(3deg) scale(1,.8);
    }
    33% {
        transform: rotateY(20deg) scale(1.2, 1);
        opacity: 0.5;
    }
    66% {
        transform: rotateY(2deg) scale(1.5, 1.2);
        opacity: 0.8;
    }
    100% {

        transform: rotateY(50deg) scale(1.7, 1.4);
        opacity: 0;
    }
}

.lineup-show{
    transform: translateX(0);
    opacity : 1;
}

.psd-pizza-lineup-4part{
    width : calc(843px * .55);
    margin-inline : auto;
    background : rgba(255,255,255,.9);
    border-radius : calc(36px * .55);
    padding : calc(39px * .55) 0 calc(86px * .55) 0;
    z-index : 10;
    position : relative;
}
.psd-pizza-lineup-4part__items{
    display : flex;
    flex-wrap : wrap;
    justify-content: center;
}
.psd-pizza-lineup-4part__items > li:nth-child(even){
    width : calc(387px * .55);
}
.psd-pizza-lineup-4part__items > li:nth-child(odd){
    width : calc(388px * .55);
}
.psd-pizza-lineup-01-recommend{
    position : relative;
    margin-top : calc(34px * 0.55 * -1);
    z-index : 1;
    margin-bottom : calc(44px * .55);
}
.psd-pizza-lineup-name{

}


.psd-size{
    background-image : url(../img/size-bg-top.jpg);
    background-color : #D60918;
    background-repeat : no-repeat;
    background-position : top center;
    background-size : 100% auto;
    padding-top : calc(170px * .55);
    padding-bottom : calc(44px * .55);
}


.psd-how-to-reheat{
    background-image : url(../img/how-to-reheat-bg-top.jpg);
    background-color : #E9CA32;
    background-repeat : no-repeat;
    background-position : top center;
    background-size : 100% auto;
}
.psd-how-to-reheat-note{
    margin-bottom : calc(50px * .55);
}

.psd-bottom-info{
    background-image : url(../img/enjoy-bg.png);
    background-repeat : no-repeat;
    background-size : 100% auto;
    padding-top : calc(96px * .55);
}
.psd-bottom-info-movie{
    margin-top : calc(80px * .55);
}



.psd-bottom-info-souzai{
    margin-top : calc(194px * .55);
    padding-bottom : calc(140px * .55);
}





/*------movie------*/
.psd-movie__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.psd-movie__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.psd-movie-text{
    font-size : calc(28px * .55);
    line-height : 1em;
    text-align : left;
    color : #231815;
    font-weight : bold;
    margin-top : 8px;
}
.psd-movie-text__01{
    padding-right : 1em;
    display : inline-block;
}
.psd-movie-text__01:after{
    content : "|";
    margin-left : 1em;
}

.psd-pc-content-left,
.psd-pc-content-right{
    position: fixed;
    width : calc((100vw - 550px) /2);
    left : 0;
    top : 0;
    bottom : 0;
    z-index : -1;
}
@media screen and (max-width: 984px) {
    .psd-pc-content-left,
    .psd-pc-content-right{
        width : calc((984px - 550px) /2);
    }
}

.psd-pc-content-left{
    background-image : url(../img/pc-content-left-bg-top-pizza.png),url(../img/pc-content-left-bg-bottom-pizza.png),url(../img/pc-content-left-bg.jpg);
    background-color : #fff;
    background-position : top left, right bottom, center ;
    background-repeat : no-repeat, no-repeat, repeat;
    background-size : auto 23.7815vh ,auto 36.9747vh ,auto;
    display : flex;
    flex-direction: column;
    justify-content: center;
    align-items : center;
}
.psd-pc-content-left__inner{
    width : 46vh;
    max-width : 90%;
    margin-inline : auto;
}
.psd-pc-content-right{
    background-image : url(../img/pc-content-right-bg.jpg);
    background-color : #fff;
    background-position : center ;
    background-repeat : repeat;
    left : auto;
    right : 0;
    display : flex;
    flex-direction: column;
    justify-content: center;
    align-items : center;
}
.psd-pc-content-right-menu{
    background-image : url(../img/pc-content-right-menu-bg.png);
    background-position : top center;
    box-sizing : border-box;
    background-repeat : no-repeat;
    width : 47.899159vh;/*画像サイズ➗デザイン高さ1190基準*/
    max-width : 100%;
    background-size : 100% auto;
    padding-top : min(21.8487vh,43.5456%);
    padding-left : 7.5630vh;
    padding-bottom : max(4vh,12%);
    position : relative;
}
.psd-pc-content-right-menu > li{
    width : 66.953528%;/*389➗581*/
}
.psd-pc-content-right-reheat{
    width : 57.5630vh;
    max-width : 100%;
    margin-top : max(3vh,35px);
}
.LyFoot {
    margin-top: 0 !important;
    z-index : 1000;
    position : relative;
}
.LyEcHead{
    z-index : 1000;
    position : relative;
}

.backtotop{
    max-width : 100px;
}
.backtotop img{
    max-width : 100%;
}
.backtotop a,.backtotop a:hover{
    background : transparent;
    opacity : 1;
}