@charset "UTF-8";
@import url("normalize.css"); 

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 16px;
    line-height: 2;
    font-family:
    'Noto Sans JP',
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-weight: 700;
}

html,
body{
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


a,
a:link,
a:visited,
a:hover,
a:active{
    color: #222;
    text-decoration: none;
}
a:hover{
}

h1,h2,h3,h4,h5,h6,h7{margin:0;}

p{margin:0;}

img{max-width: 100%;}

/* ==========================================================================
   共通CSS
   ========================================================================== */

   #loading {
    background: #b93333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
    position: fixed;
    top:0; left:0;
    z-index: 9999;
}
.common-wrap{
    max-width: 960px;
    margin: 0 auto;
}

.fbox{
    display: flex;
    flex-wrap: wrap;
}



.fcol2{width: 50%;}
.fcol3{width: calc(100% / 3);}
.fcol4{width: 25%;}

.fbox.fboxswap .fcol2:first-child{order:2;}
.fbox.fboxswap .fcol2:last-child{order:1;}


.center{text-align: center;}
.right{text-align: right;}

.newsgothic{font-family: 'Oswald', sans-serif; letter-spacing: 2px;}

a.common-link{
    display: block;
    max-width: 700px;
    background: #fff;
    padding: 40px 80px;
    border: 10px solid #000;
    text-align: center;
    color: #fac841;
    /* 縁取り */
    text-shadow:
    #000 2px 0px 1px,  #000 -2px 0px 1px,
    #000 0px -2px 1px, #000 0px 2px 1px,
    #000 2px 2px 1px, #000 -2px 2px 1px,
    #000 2px -2px 1px, #000 -2px -2px 1px,
    #000 1px 2px 1px,  #000 -1px 2px 1px,
    #000 1px -2px 1px, #000 -1px -2px 1px,
    #000 2px 1px 1px,  #000 -2px 1px 1px,
    #000 2px -1px 1px, #000 -2px -1px 1px;
    font-size: 30px;
    position: relative;
    box-shadow: 10px 10px 0 #000;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
    z-index: 100;
    top: 0px;
    left: 0px;
    transition: all .3s cubic-bezier(.55,0,.1,1);
}

a.common-link:hover{
    position: relative;
    top: 10px;
    left: 10px;
    box-shadow: 0px 0px 0 #000;
    transition: all .3s cubic-bezier(.55,0,.1,1);
}


a.common-link::before,
a.common-link::after{
    font-size: 14px;
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    line-height: 1;
}

a.common-link::after{
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: "\f105";
 color: #fac841;
 z-index: 2;
 right: 31px;
}

a.common-link::before{
    content: "";
    background: #000;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    right: 20px;
}


/* 共通margin */
.m80{margin-bottom: 80px;}
.m60{margin-bottom: 60px;}
.m40{margin-bottom: 40px;}
.m20{margin-bottom: 20px;}


/* 非表示クラス */
.pc-only{display: initial;}
.sp-only{display: none;}

a.onlineshop{
    display: block;
    position: fixed;
    top: 250px;
    right: 0px;
    font-size: 20px;
    color: #fac841;
    background: #000;
    z-index: 300;
    width: 60px;
    line-height: 60px;
    padding: 70px 0 30px;
    text-align: center;
}

a.onlineshop span{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

a.onlineshop:hover{opacity: 1;}

a.onlineshop i{
    font-size: 30px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #b93333;
}

a.backtop{
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #000;
    z-index: 300;
    width: 60px;
    height: 60px;
    text-align: center;
}

a.backtop:hover{opacity: 1;}

a.backtop img{
    display: block;
    width: 20px;
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    transform: translate(-50%, -50%);
}

a.backtop span{
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

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

    .common-wrap{
        padding: 10px;
        overflow: hidden;
    }

    .fcol2{width: 100%;}
    .fcol3{width: 100%;}
    .fcol4{width: 50%;}

    .fbox.fboxswap .fcol2:first-child{order:1;}
    .fbox.fboxswap .fcol2:last-child{order:2;}

    .m80{margin-bottom: 40px;}
    .m60{margin-bottom: 30px;}
    .m40{margin-bottom: 20px;}

    .pc-only{display: none;}
    .sp-only{display: initial;}

    a.common-link{
        max-width: 90%;
        font-size: 20px;
        padding: 20px;
        border-width: 5px;
        box-shadow: 5px 5px 0 #000;
        text-align: left;
        line-height: 1.4;
    }

    .newsgothic{letter-spacing: 0px;}

    a.onlineshop{
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        width: 70%;
        line-height: 1;
        padding: 20px;
        text-align: center;
        font-size: 16px;
    }

    a.onlineshop span{
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }

    a.onlineshop:hover{opacity: 1;}

    a.onlineshop i{
        font-size: 20px;
        top: 18px;
        left: 10px;
        transform: none;
    }



}


/* ==========================================================================
   トップページ
   ========================================================================== */
   /* ヘッダー */
   .header-area{
    background: url('../images/mainph-backimg.png') no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.header-area .logo{
    position: absolute;
    top: 20px;
    right: 20px;
}

.mainph-wrap{position: relative; z-index: 100;}
.mainph-wrap.common-wrap{overflow: visible;}
.mainph-wrap::before{
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 560px;
}
.mainph-wrap figure{
    position: absolute;
}
.mainph-wrap figure.mainph-illust{top: calc(50% - 40px); left: -100px; transform: translateY(-50%);}
.mainph-wrap figure.mainph-title01{width:66%; top: 50%; left:calc(50% + 50px); transform: translate(-50%,-50%); z-index: 2;}
.mainph-wrap figure.mainph-title02{width:100%; top: 50%; left:calc(50% + 300px); transform: translate(-50%,-50%); z-index: 1;}
.mainph-wrap figure.mainph-text01{top: calc(50% - 200px); left: calc(50% - 20px); transform: translate(-50%,-50%); z-index: 3;}
.mainph-wrap figure.mainph-text02{top: calc(50% - 20px); right: -50px; transform: translateY(-50%);}

.mainph-wrap figure.mainph-title01 img{width: auto;}

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

    .header-area .logo{width: 15%; top: 10px; right: 10px;}
    .mainph-wrap figure.mainph-illust{width:30%; top: calc(50% + 10px); left: -30px;}
    .mainph-wrap figure.mainph-title01,
    .mainph-wrap figure.mainph-title02{width: 60%; left: calc(50% + 50px);}
    .mainph-wrap figure.mainph-text01{width:50%; left: calc(50% - 60px)}
    .mainph-wrap figure.mainph-text02{width:20%; top: calc(50% - 20px); right: 0px;}
}

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

    .mainph-wrap::before{
        height: 500px;
    }

}

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

    .mainph-wrap figure.mainph-illust{width:30%; top: calc(50% - 20px);}
    .mainph-wrap figure.mainph-title01,
    .mainph-wrap figure.mainph-title02{width: 63%; top: calc(50% - 50px); left: calc(50% + 20px);}
    .mainph-wrap figure.mainph-text01{width:50%; top: 80px; left: calc(50% - 60px)}

    .mainph-wrap::before{
        height:120px;
    }

}

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

    .mainph-wrap figure.mainph-illust{top: calc(50% + 20px); left: -20px;}
    .mainph-wrap figure.mainph-title01,
    .mainph-wrap figure.mainph-title02{width: 80%; top: 150px; left: 50%;}
    .mainph-wrap figure.mainph-text01{width:60%; top:40px;}
    .mainph-wrap figure.mainph-text02{width:20%;}

    .mainph-wrap::before{
        height: 80px;
    }

}

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

    .mainph-wrap figure.mainph-illust{top: calc(50% + 30px); left: -20px;}
    .mainph-wrap figure.mainph-text02{width:20%; top: calc(50% + 20px);}

}


.gmenu{
    width: 100%;
    position: absolute;
    bottom: -10px; left:50%; transform: translateX(-50%);
    position: relative;
    z-index: 100;
}
.gmenu li{
    padding:0 10px;
}
.gmenu li:nth-of-type(1){
    width: 24%;
    background: url('../images/menu-backimg01.png') no-repeat;
    background-size: contain;
    background-position: center center;
}
.gmenu li:nth-of-type(2){
    width: 28%;
    background: url('../images/menu-backimg02.png') no-repeat;
    background-size: contain;
    background-position: center center;
    transform: translateY(40px);
}
.gmenu li:nth-of-type(3){
    width: 23%;
    background: url('../images/menu-backimg03.png') no-repeat;
    background-size: contain;
    background-position: center center;
}
.gmenu li:nth-of-type(4){
    width: 25%;
    background: url('../images/menu-backimg04.png') no-repeat;
    background-size: contain;
    background-position: center center;
    transform: translateY(10px);
}
.gmenu li a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    padding: 50px 0;
    transform: translateY(-10px);
}
.gmenu li span{
    display: block;
    color: #fac841;
    font-size: 22px;
}

.gmenu li a::after{
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    font-family: "Font Awesome 5 Free";
    /* font-weight: 900; */
    content: "\f078";
    font-size: 30px;
    transform: translateX(-50%) scaleX(1.3);
    color: #fff;
    transition: color .3s cubic-bezier(.55,0,.1,1);
}

.gmenu li a:hover::after{
    color: #b93333;
    transition: color .3s cubic-bezier(.55,0,.1,1);
}

/* 微調整 */
.gmenu li:nth-of-type(1) a{transform: translateY(10px);}
.gmenu li:nth-of-type(2) a{transform: translateY(-20px);}
.gmenu li:nth-of-type(3) a{transform: translateY(-20px);}
.gmenu li:nth-of-type(4) a{transform: translateY(10px);}

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

    .gmenu li a{font-size: 20px;}
    .gmenu li span{font-size: 16px;}
    .gmenu li a::after{bottom: 10px;}

}

@media only screen and (max-width: 714px) {
    .gmenu li a{font-size: 16px;}
    .gmenu li span{font-size: 12px;}
    .gmenu li a::after{bottom: 5px;}
}

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

    .gmenu{
        bottom: -200px;
    }

    .gmenu li:nth-of-type(1),
    .gmenu li:nth-of-type(2),
    .gmenu li:nth-of-type(3),
    .gmenu li:nth-of-type(4){
        width: calc(50%);
    }

    .gmenu li:nth-of-type(2),
    .gmenu li:nth-of-type(4){transform: none;}

    .gmenu li:nth-of-type(1) a{transform: translateY(-10px);}
    .gmenu li:nth-of-type(4) a{transform: translateY(-10px);}

    .gmenu li a::after{
        left: 50%;
        bottom: 10px;
        font-size: 20px;
    }

}

/* 変形メニュー版 */
    /* .gmenu li:nth-of-type(1),
    .gmenu li:nth-of-type(2),
    .gmenu li:nth-of-type(3),
    .gmenu li:nth-of-type(4){
        width: calc(100% - 20px);
        margin:0 10px;
        background: #000;
        margin-bottom: 10px;
    }

    .gmenu li:nth-of-type(2),
    .gmenu li:nth-of-type(4){transform: none;}

    .gmenu li a{
        font-size: 14px;
        padding: 10px 0 30px;
    }

    .gmenu li:nth-of-type(1) a,
    .gmenu li:nth-of-type(2) a,
    .gmenu li:nth-of-type(3) a,
    .gmenu li:nth-of-type(4) a{transform: none;}

    .gmenu li span{
        font-size: 12px;
    }

    .gmenu li{position: relative;}
    .gmenu li a::after{
        left: 50%;
        bottom: 2px;
        font-size: 20px;
        } */



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

            .gmenu li a{font-size: 12px;}
            .gmenu li span{font-size: 10px;}
            .gmenu li a::after{bottom: 5px;}

        }

        /* メイン ------------------------------------------------------------------ */

        /* 会話エリア */
        .backimg-logo{background: url('../images/backimg-logo.png');}
        .talk-area{
            padding: 150px 0;
            position: relative;
            transform: skewY(-3deg); /*背景画像のロゴは-3deg傾けている*/
            top: -80px;
        }
        .talk-area .common-wrap{transform: skewY(3deg);}
        .talk-area::before{top: -50px;}
        .talk-area::after{bottom: -50px;}

        .talk-ballon li{
            width: 80%;
            background: #fff;
            border: 8px solid #000;
            padding: 30px;
            border-radius: 46px;
            margin-bottom: 40px;
            font-size: 18px;
            position: relative;
            line-height: 1.6;
        }

        .talk-ballon li span{
            font-size: 30px;
            color: #086633;
            font-weight: 900;
        }

        .talk-ballon li.talk02{margin:0 40px 40px auto;}

        .talk-ballon li.talk01::before,
        .talk-ballon li.talk01::after,
        .talk-ballon li.talk02::before,
        .talk-ballon li.talk02::after{
            position: absolute;
            display: block;
        }


        /* 店長イラスト */
        .talk-ballon li.talk01::before{
            content: url('../images/ballon-parts_r.png');
            top: 18px; right: -36px;
        }
        .talk-ballon li.talk01::after{
            content: url('../images/talk-chara01.png');
            top: -30px; right: -220px;
        }

        /* 社長イラスト */
        .talk-ballon li.talk02::before{
            content: url('../images/ballon-parts_l.png');
            top: 26px; left: -36px;
        }
        .talk-ballon li.talk02::after{
            content: url('../images/talk-chara02.png');
            top: -10px; left: -180px;
        }


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

            .talk-ballon li{
                width: 70%;
            }

        }


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

            .talk-area{
                padding: 300px 0 50px;
            }

            .talk-ballon li{
                width: 100%;
                padding: 20px;
                margin-bottom: 180px;
                font-size: 16px;
            }

            .talk-ballon li.talk02{margin:0 40px 200px auto;}

            .talk-ballon li.talk01::before,
            .talk-ballon li.talk01::after,
            .talk-ballon li.talk02::before,
            .talk-ballon li.talk02::after{
                position: absolute;
                display: block;
            }

            /* 店長イラスト */
            .talk-ballon li.talk01::before{
                top: auto;
                right: auto;
                left: 34px;
                bottom: -43px;
                transform: rotate(90deg);
            }
            .talk-ballon li.talk01::after{
                top: auto;
                bottom: -180px;
                right: 0px;
            }

            /* 社長イラスト */
            .talk-ballon li.talk02::before{
                top: auto;
                right: 30px;
                left: auto;
                bottom: -43px;
                transform: rotate(-90deg);
            }
            .talk-ballon li.talk02::after{
                top: auto;
                bottom: -200px;
                left: 0px;
            }

            .talk-ballon li span{font-size: 20px;}

        }


        /* イントロ */
        .intro-area{
            background: url('../images/intro-backimg.png') no-repeat;
            background-size: cover;
            background-position: center center;
            transform: skewY(-3deg);
            position: relative;
            top: -100px;
            z-index: 100;
        }

        .intro-area .common-wrap{
            position: relative;
            transform: skewY(3deg);
            padding: 140px 0 0;
            z-index: 1;
        }

        .intro-area .common-wrap figure{
            position: absolute;
            z-index: 1
        }

        .intro-area .common-wrap .intro-title{position: relative; z-index: 2;}
        .intro-area .common-wrap figure.intro-shopph01{top: -30px; left: -150px;}
        .intro-area .common-wrap figure.intro-shopph02{bottom: -170px; right: -100px;}

        .intro-area .common-link{transform: translateY(40px) skewY(3deg);}


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

            .intro-area .common-wrap{padding:60px 0;}

            .intro-area .common-wrap figure.intro-shopph01{width: 40%; top: 0px; left: -80px;}
            .intro-area .common-wrap figure.intro-shopph02{width: 40%; bottom: 0px; right: -60px;}

            .intro-area .common-link{transform: translateY(20px) skewY(3deg);}

        }

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

            .intro-area .common-wrap figure.intro-shopph01{left: -60px;}

        }


        /* 大阪のほんまもん餃子ノ酒場マイケル */
        .backimg-flash{
            background: url('../images/backimg-flashtexture.png');
            position: relative;
            z-index: 1;
        }
        .backimg-flash::after{
            display: block;
            content: "";
            background: url('../images/backimg-flash.png') no-repeat;
            background-size: 100%;
            background-position: top center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2
        }

        .backimg-flash .common-wrap{
            max-width: 1080px;
            position: relative;
            z-index: 3;
        }

        .feature-area{position: relative; top: -200px;}
        .feature-area .common-wrap{
            padding: 200px 0 380px;
        }

        .feature-area .fbox{
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

        .feature-area .fbox .fcol2{
            width: calc(50% - 30px);
            margin: 0 10px;
        }

        .feature-area .fbox:last-child .fcol2:first-child{text-align: right;}

        .feature-area .fbox h6{
            font-size: 28px;
            font-weight: bold;
            line-height: 1.4;
            margin-bottom: 20px;
        }

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

            .feature-area .fbox .fcol2{
                width: 100%;
                margin: 0 10px;
            }

            .feature-area .fbox .fcol2:first-child,
            .feature-area .fbox:last-child .fcol2:first-child{text-align: center;}

            .feature-area .common-wrap{
                padding: 150px 0 90px;
            }

        }



        /* テレビやネットでも話題のヤミツキ餃子店！ */
/* .topic-area{
   background: url('../images/topic-backimg.png') no-repeat;
   background-size: cover;
   background-position: center center;
   text-align: center;
   position: relative;
   z-index: 100;
   top: -360px;
   padding: 190px 0;
   } */

   .topic-area{
     text-align: center;
     position: relative;
     z-index: 100;
     top: -380px;
     padding: 250px 0;
 }

 .topic-area .topic-backimg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.topic-area .topic-backimg img{width: 100%;}

.topic-area .topic-text{position: relative; z-index: 2;}


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

  .topic-area{padding: 200px 0;}

}

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

  .topic-area{padding: 100px 0;}

}

@media only screen and (max-width: 1020px) {
    .topic-area{padding: 80px 0;}
    .topic-area .topic-text{width: 70%; margin:0 auto;}
}

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

    .topic-area{
        top: -300px;
        padding:60px 0;
    }

    .topic-area .topic-text{width: 80%;}
    .topic-area .topic-backimg,
    .topic-area .topic-backimg img{width: 130%;}

}


/* マイケル餃子をさらに引き立て、悪魔的ウマさにする２アイテム */

.item-area{
    padding: 180px 0 0;
    color: #fff;
    transform: skewY(-3deg);
    position: relative;
    top: -500px;
    z-index: 3;
}

.item-area .common-wrap{
    max-width: 850px;
    transform: skewY(3deg);
}

.item-area .common-link{bottom: -50px; transform: skewY(3deg);}

.item-title{position: relative; top:60px;}
.item-title img.item-text02{position: relative; top: -50px;}


.item-plus.fbox{
    justify-content: center;
    align-items: center;
    margin-bottom: 130px;
    flex-wrap: nowrap;
}

.item-plus figure{text-align: center;}

@media only screen and (min-width: 2600px) {

  .item-area{
    padding: 300px 0 200px;
    top: -600px;
}

}


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

    .item-area{
        padding: 60px 0 0;
        top: -400px;
    }

    .item-area .common-link{top: 30px;}

    .item-title{position: relative; top:20px;}
    .item-title img.item-text02{width:80%; position: relative; top: -15px;}

    .item-plus.fbox{
        margin-bottom: 80px;
    }

    .item-plus figcaption{
        font-size: 12px;
    }

    .item-plus img.item-plusimg{position: relative; top: -10px;}

}

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

    .item-plus.fbox{
        margin-bottom: 40px;
    }

    

}

/* レシピ */
.recipe-title{
    position: relative;
    z-index: 1;
}
.recipe-title img.recipe-ballon{
    position: absolute;
    top: -90px;
    left: -80px;
    z-index: 2;
}

.recipe-title img.recipe-text{
    position: relative;
    z-index: 3;
}

.recipe-wrap{
    text-align: center;
    position: relative;
    margin-bottom: 200px;
}

.recipe-wrap img.recipe-img{width: 100%;}

.recipe-wrap img.recipe-ph01,
.recipe-wrap img.recipe-ph02{
    position: absolute;
    width: 57%;
}
.recipe-wrap img.recipe-ph01{top: -60px; left: -90px;}
.recipe-wrap img.recipe-ph02{bottom: -160px; right: -100px;}


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

    .recipe-title img.recipe-ballon{
        position: absolute;
        top: -110px;
        left: 0px;
        z-index: 2;
    }

    .recipe-wrap img.recipe-ph01{top: -40px; left: -70px;}
    .recipe-wrap img.recipe-ph02{bottom: -140px; right: -60px;}


}


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

    .recipe-area.common-wrap{overflow: visible;}

    .recipe-wrap{
        margin-bottom: 100px;
    }

    .recipe-wrap img.recipe-ph01,
    .recipe-wrap img.recipe-ph02{width: 50%;}
    .recipe-wrap img.recipe-ph01{top: -10px; left: -20px;}
    .recipe-wrap img.recipe-ph02{bottom: -60px; right: -15px;}

    .recipe-title img.recipe-ballon{
        position: absolute;
        top: -80px;
        left: -10px;
        width: 40%;
    }

}

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

    .recipe-title img.recipe-ballon{
        top: -50px;
    }

    .recipe-wrap img.recipe-ph02{bottom: -50px; right: -10px;}

}



/* 動画 */
.movie-title{position: relative;}
.movie-title span.movie-textflash{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.youtube-wrap {
    box-shadow: 0 0 0 10px #000;
    position: relative;
    height: 0;
    padding: 0 0 47.97%; /* 16:9比率 */
    overflow: hidden;
    margin: 0 auto 40px;
}

.youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (max-width: 820px) {
    .movie-title img{
        width: 80%;
    }

    .movie-title span.movie-textflash img{width: 100%;}
}

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


    .movie-title span.movie-textflash{
        position: absolute;
        display: block;
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    
    
}



/* ピーマンと肉味噌でこんなにウマくなる！ */


.combi-area{
    transform: skewY(-3deg);
    position: relative;
    top: -500px;
    z-index: 2;
}

.combi-area .common-wrap{
    transform: skewY(3deg);
}
.combi-title{position:relative; top: 80px;}
.combi-title img.combi-text01{position:relative; top: 0px; left: -90px;}
.combi-title img.combi-text02{position:relative; top: -90px; left: 90px;}

.combipoint-wrap{
    background: #fff;
    border: 10px solid #000;
    padding: 50px;
    margin: 0 auto;
}

.combipoint-wrap .fbox dt.fcol2{width: 20%; position: relative;}
.combipoint-wrap .fbox dd.fcol2{width: 80%;}

.combipoint-wrap .fbox:last-child dt.fcol2{width: 30%;}
.combipoint-wrap .fbox:last-child dd.fcol2{width: 70%;}

.combipoint-wrap .fbox dt.fcol2 img.combipoint-img01,
.combipoint-wrap .fbox dt.fcol2 img.combipoint-img02,
.combipoint-wrap .fbox dt.fcol2 img.combipoint-img03{max-width: none; position: absolute;}

.combipoint-wrap .fbox dt.fcol2 img.combipoint-img01{top: -20px; left: -100px;}
.combipoint-wrap .fbox dt.fcol2 img.combipoint-img02{top: -20px; right: -100px;}
.combipoint-wrap .fbox dt.fcol2 img.combipoint-img03{top: -20px; left: -100px;}

.combipoint-wrap .fbox dd.fcol2 h6 img{margin-right: 10px;}

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

    .combi-title{margin-bottom: 20px;}
    .combi-title img.combi-text01{position:relative; top: 0px; left: -20px;}
    .combi-title img.combi-text02{position:relative; top: -80px; left: 20px;}

}

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

    .combi-area{
        top: -400px;
    }

    .combi-title{position:relative; top: 50px; margin-bottom: 60px;}
    .combi-title img.combi-text01{position:relative; margin-bottom: -30px; left: -15px;}
    .combi-title img.combi-text02{top: -20px; left: auto; right:-20px;}

    .combipoint-wrap{
        padding: 20px;
    }

    .combipoint-wrap .fbox dt.fcol2,
    .combipoint-wrap .fbox dd.fcol2{width: 100%;}

    .combipoint-wrap .fbox:last-child dt.fcol2,
    .combipoint-wrap .fbox:last-child dd.fcol2{width: 100%;}

    .combipoint-wrap .fbox dt.fcol2{text-align: center;}

    .combipoint-wrap .fbox dt.fcol2 img.combipoint-img01,
    .combipoint-wrap .fbox dt.fcol2 img.combipoint-img02,
    .combipoint-wrap .fbox dt.fcol2 img.combipoint-img03{position: static; width: 50%;}

    .combipoint-wrap .fbox dd.fcol2 h6 img:first-child{width: 25%;}
    .combipoint-wrap .fbox dd.fcol2 h6 img:last-child{width: 75%;}

    .combipoint-wrap .fbox dd.fcol2 h6 img{margin-right: 0px;}
}

@media only screen and (max-width: 320px) {
   .combi-title img.combi-text02{top: 0px;}
}


/* 会話エリア２ */
.talk-area.talk-area2{
    position: relative;
    top: -500px;
    transform: skewY(-3deg);
    z-index: 1;
    padding: 50px 0;
}

@media only screen and (max-width: 640px) {
    .talk-area.talk-area2{
        top: -400px;
    }
}

/* ヤミツキセット */
.set-area{
    position: relative;
    top: -500px;
    transform: skewY(-3deg);
    position: relative;
    margin-bottom: -300px;
}
.set-area::before{
    position: absolute;
    bottom: -100px;
    left: 0;
    transform: skewY(3deg);
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background:  url('../images/backimg-flashtexture.png');
}
.set-area .common-wrap{transform: skewY(3deg);}

.set-title{
    position: relative;
    padding:180px 0;
    z-index: 1;
}
.set-title span{
    display: block;
    position: absolute;
    z-index: 3;
    bottom: -60px;
    right: 0px;
}

.set-title figure.set-backimg,
.set-title figure.setchara-ballon,
.set-title figure.set-charaimg,
.set-title figure.set-text01,
.set-title figure.set-text02
{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.set-title figure.set-backimg,
.set-title figure.set-backimg img{width: 110%; z-index:1;}
.set-title figure.setchara-ballon{top: calc(50% - 150px); left: calc(50% - 490px);}
.set-title figure.set-charaimg{top: calc(50% + 70px); left: calc(50% - 350px);}
.set-title figure.set-text01{top: calc(50% - 40px); left: calc(50% + 60px);}
.set-title figure.set-text02{top: calc(50% + 90px); left: calc(50% + 140px);}


.set-wrap{
    border: 10px solid #000;
    background: #fff;
    padding: 30px;
    line-height: 1.6;
}


.set-wrap h5{
    font-size: 40px;
    font-weight: 900;
}

.set-wrap .fbox dt.fcol2{width: 45%; padding-right: 10px;}
.set-wrap .fbox dd.fcol2{width: 55%;}

.set-wrap a.common-link{
    background: #b93333;
    color: #fff;
    padding: 30px;
    font-size: 40px;
    margin-bottom: 30px;
}

.set-wrap a.common-link::after{
    color: #fff;
    font-size: 30px;
    right: 35px;
}

.set-wrap a.common-link::before{
    width: 50px;
    height: 50px;
}

.set-wrap dd .price{
    color: #f00;
    font-size: 30px;
    text-align: right;
}

.set-wrap dd .price span{font-size: 16px;}

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

    .set-title figure.setchara-ballon{width:25%; left: 100px;}

}

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

    .set-title figure.set-backimg,
    .set-title figure.set-backimg img{width: 100%;}

    .set-title figure.setchara-ballon{width:20%;}
    .set-title figure.set-charaimg{width:25%; left: 100px;}
    .set-title figure.set-text01{width:70%;}
    .set-title figure.set-text02{width:70%;} 

}

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

    .set-title{padding:150px 0;}

    .set-title figure.setchara-ballon{top: 20px;}
    .set-title figure.set-text02{top: 230px; left: calc(50% + 100px);}

}


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

    .set-area{
        top: -450px;
        margin-bottom: -300px;
    }

    .set-area .common-wrap{overflow: visible;}

    .set-title{padding:150px 0;}

    

    .set-title figure.set-backimg{top: 80px;}
    .set-title figure.setchara-ballon{width:25%; top: -20px; left: 60px;}
    .set-title figure.set-charaimg{width:30%; top: 150px; left: 70px;}
    .set-title figure.set-text01{top: 80px; left: calc(50% + 50px);}
    .set-title figure.set-text02{top: 170px;} 
    .set-title span{
        width: 72%;
        display: block;
        position: absolute;
        z-index: 3;
        bottom: 40px;
        right: 0px;
        font-size: 12px;
    }

    .set-wrap{
        padding: 20px;
    }

    .set-wrap h5{font-size: 20px;}

    .set-wrap .fbox dt.fcol2,
    .set-wrap .fbox dd.fcol2{width: 100%; padding:0;}

    .set-wrap .fbox dt.fcol2{text-align: center;}

    .set-wrap dd .price{
        text-align: center;
    }


    .set-wrap a.common-link{
        padding: 14px 0;
        font-size: 25px;
        text-align: center;
    }

    .set-wrap a.common-link::after{
        color: #fff;
        font-size: 20px;
        right: 19px;
    }

    .set-wrap a.common-link::before{
        width: 30px;
        height: 30px;
        right: 10px;
    }


}

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

    .set-title figure.set-text02{top: 150px; left: calc(50% + 80px);} 

}



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

    .set-title{padding:100px 0;}

    .set-title figure.set-backimg{top: 50px;}
    .set-title figure.setchara-ballon{top: 0px; left: 40px;}
    .set-title figure.set-charaimg{top: 120px; left: 50px;}
    .set-title figure.set-text01{top: 40px; left: calc(50% + 50px);}
    .set-title figure.set-text02{top: 100px; left: calc(50% + 50px);} 
    .set-title span{
        width: 72%;
        display: block;
        position: absolute;
        z-index: 3;
        bottom: 20px;
        right: 0px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .set-title figure.set-text01{left: calc(50% + 20px);}
    .set-title figure.set-charaimg{top: 100px; left: 30px;}
    .set-title figure.set-text02{top: 90px;} 
}


/* フッター ------------------------------------------------------------------ */
.footer_user_guide_wrap{
    position: relative;
    top: -50px;
}

.footer_user_guide h3{
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    width: auto;
    line-height: 1;
    margin-bottom: 10px;
}

.footer_user_guide p,
.footer_user_guide ul
{font-size: 12px; font-weight: 400;}
.footer_user_guide dl {
	border-bottom: 3px double;
	border-top:  3px double;
	font-size: 12px; font-weight: 400;
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 20px;
	width: 80%;
}
.footer_user_guide dl dt {
	width: 30%;
	padding-left: 1em;
}
.footer_user_guide dl dd {
	width: 70%;
	padding-left: 1em;
}

.footer_user_guide .fbox .fcol2:first-child{
    width: calc(40% - 20px);
    margin: 0 10px;
}

.footer_user_guide .fbox .fcol2:last-child{
    width: calc(60% - 20px);
    margin: 0 10px;
}

.indent-list li{text-indent: -1em; margin-left: 1em;}

.guide-table{width: 100%;}
.guide-table th,
.guide-table td{padding:2px 10px; font-size: 12px;}
.guide-table thead th{
    background:#000;
    color: #fff;
    border-left: 2px solid #fff;
}

.guide-table thead th:nth-of-type(1){width: 15%;}
.guide-table thead th:nth-of-type(2){width: 70%;}
.guide-table thead th:nth-of-type(3){width: 15%;}

.guide-table tbody td{
    background:#f1f1f1;
    border-left: 2px solid #fff;
}


.footer-menu{
    padding: 30px 0;
    background:  url('../images/footermenu-backimg.png');
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.footer-menu li{margin:0 10px;}
.footer-menu a{
    color: #fff;
    opacity: 1;
    transition: all .3s cubic-bezier(.55,0,.1,1);
}
.footer-menu a:hover{
    opacity: 0.7;
    transition: all .3s cubic-bezier(.55,0,.1,1);
}
.footer-menu .fbox{justify-content: center;}



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

    .footer_user_guide_wrap{
        position: static;
    }

    .footer_user_guide .fbox .fcol2:first-child,
    .footer_user_guide .fbox .fcol2:last-child{
        width: 100%;
        margin: 0;
    }

    .footer-menu{padding-bottom: 100px;}

    .footer-menu .fbox{display: block;}

    .guide-table thead th:nth-of-type(1){width: 20%;}
    .guide-table thead th:nth-of-type(2){width: 55%;}
    .guide-table thead th:nth-of-type(3){width: 25%;}

}


/* ==========================================================================
   Media Queries
   ========================================================================== */

   @media only screen and (min-width: 35em) {

   }

   @media print,
   (-o-min-device-pixel-ratio: 5/4),
   (-webkit-min-device-pixel-ratio: 1.25),
   (min-resolution: 120dpi) {

   }

/* ==========================================================================
   Print styles
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}