@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */

html {
    font-size: calc(10 / 750 * 100vw);
    min-height: 100vh;
}

body {
    overflow-x: hidden;
}

.gDef-top-banner {
    background-color: #fff;
}

.gDef-contents {
    background-color: #fff;
    color: #000;
    font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-size: 2.4rem;
    line-height: 1.833;
}

.set1,
.set1 * {
    position: relative;
}

.set1 img {
    width: 100%;
    height: auto;
    display: block;
}

.set1 a {
    color: #000;
    display: block;
}

.gDef-wrapper:not(#top) .main {
    position: relative;
}

.gDef-wrapper:not(#top):not(#recipe) .main::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/common/bg_mv_sp.jpg) repeat-y center top/100% auto;
    width: 100%;
    height: 10rem;
    z-index: 2;
}

.inner {
    width: 100%;
    max-width: calc(670 / 750 * 100%);
    margin: 0 auto;
}

section h2 {
    margin-bottom: calc(75 / 670 * 100%);
}

.hoverImg {
    padding-top: 100%;
}

.hoverImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hoverImg:hover img:nth-of-type(2) {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: calc(10 / 1400 * 100vw);
    }
    .gDef-contents {
        font-size: 1.6rem;
    }
    .set1 a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .set1 a:hover {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .gDef-wrapper:not(#top) .main::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 24rem !important;
        background: url(../images/common/bg_pattern1.jpg) repeat center top/46rem auto !important;
        z-index: 2;
    }
    .gDef-wrapper:not(#top) .main::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3rem;
        background: url(../images/common/bg_pattern4.jpg) repeat center top/2rem auto;
        margin-bottom: 24rem;
        z-index: 2;
    }
    .inner {
        max-width: 1400px !important;
        padding: 0 calc(100 / 1400 * 100%);
        z-index: 2;
    }
    section h2 {
        width: calc(500 / 1200 * 100%);
        margin: 0 auto calc(50 / 1200 * 100%);
    }
    .sp {
        display: none !important;
    }
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 10px;
    }
    .inner {
        padding: 0 100px;
    }
}


/* ********************************************************************
header
******************************************************************** */

#header {
    background: url(../images/common/bg_mv_sp.jpg) repeat-y center/100% auto;
}

#submv {
    padding-top: calc(400 / 750 * 100%);
}

#submv::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    background: url(../images/common/bg_deco1_sp.png) no-repeat center/100% auto;
    width: 100%;
    padding-top: calc(107 / 750 * 100%);
}

#submv::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/common/bg_pattern4.jpg) repeat top left/calc(40 / 750 * 100%) auto;
    width: 100%;
    padding-top: calc(120 / 750 * 100%);
}

#submv .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.submv_ttl {
    width: calc(478 / 670 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: calc(115 / 670 * 100%) auto 0;
    z-index: 2;
}

.submv_date {
    width: calc(600 / 670 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: calc(300 / 670 * 100%) auto 0;
    background-color: #000;
    padding: .7em 0;
    border-radius: 2em;
}

.submv_date img {
    width: calc(494 / 600 * 100%);
    margin: auto;
}

@media screen and (min-width: 768px) {
    #header {
        background: url(../images/common/bg_pattern1.jpg) repeat top left calc(-190 / 1400 * 100%)/calc(460 / 1400 * 100%) auto;
    }
    #submv {
        z-index: 2;
        padding-top: calc(270 / 1400 * 100%);
    }
    #submv::before {
        background: url(../images/common/bg_deco1_pc.png) repeat-x center top/calc(960 / 1400 * 100%) auto;
        padding-top: calc(107 / 1400 * 100%);
    }
    #submv::after {
        background-size: calc(20 / 1400 * 100%) auto;
        padding-top: calc(30 / 1400 * 100%);
    }
    #submv .inner::before {
        width: calc(629 / 1400 * 100%);
        padding-top: calc(340 / 1400 * 100%);
        left: auto;
        margin: calc(111 / 1400 * 100%) calc(200 / 1400 * 100%) 0 0;
    }
    .submv_ttl {
        width: calc(365 / 1400 * 100%);
        margin-top: calc(77 / 1400 * 100%);
    }
    .submv_date {
        width: calc(500 / 1400 * 100%);
        margin: 0 auto;
        top: auto;
        bottom: 0;
        padding: 1em 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .submv_date img {
        width: calc(360 / 500 * 100%);
        margin: auto;
    }
    .header_nav {
        top: 0;
        width: 100%;
        z-index: 1;
        overflow: hidden;
    }
    .header_nav.fixed {
        position: fixed;
        z-index: 110;
    }
    .nav {
        background-color: #fff;
        padding: calc(55 / 1400 * 100%) 0;
        margin-top: calc(-30 / 1400 * 100%);
    }
    .header_nav.fixed .nav {
        margin-top: 0;
    }
    .nav::before,
    .nav::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/common/bg_pattern4.jpg) repeat top left;
        width: 100%;
        background-size: calc(20 / 1400 * 100%) auto;
        padding-top: calc(30 / 1400 * 100%);
    }
    .nav::after {
        bottom: 0;
        top: auto;
    }
    .nav .inner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .nav_menu {
        width: calc(970 / 1200 * 100%);
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav_menu li {
        width: calc(117 / 970 * 100%);
        margin: 0 calc(47 / 970 * 100%);
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
    .nav_menu .nav_about {
        width: calc(154 / 970 * 100%);
        margin: 0 calc(20 / 970 * 100%);
    }
    /* .nav_menu li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto calc(-70 / 1400 * 100vw);
	background: url(../images/nav/nav_h.png) no-repeat center/contain;
	width: calc(50 / 1400 * 100vw);
	height: calc(59 / 1400 * 100vw);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	z-index: 2;
} */
    .nav_menu li a:hover {
        opacity: .5;
    }
    .nav_next {
        margin-left: 0 !important;
    }
    .nav_corner {
        width: calc(156 / 970 * 100%) !important;
        margin-right: 0 !important;
    }
    .nav_cast {
        margin: 0 calc(30 / 970 * 100%) 0 calc(30 / 970 * 100%) !important;
    }
    .nav_menu li:not(:last-child)::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: url(../images/common/icon_heart.png) no-repeat center/contain;
        width: calc(24 / 117 * 100%);
        padding-top: calc(20 / 117 * 100%);
        margin-right: calc(-46 / 117 * 100%);
    }
    .nav_about::before {
        margin-right: calc(-44 / 154 * 100%) !important;
        width: calc(24 / 154 * 100%) !important;
        padding-top: calc(20 / 154 * 100%) !important;
    }
    .nav_cast::before {
        margin-right: calc(-45 / 117 * 100%) !important;
    }
    .nav_sns {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: normal;
        width: calc(185 / 1200 * 100%);
    }
    .nav_sns li {
        width: calc(48 / 185 * 100%);
        margin-left:2rem;
    }
}

@media screen and (min-width: 1400px) {
    #header {
        background-size: 460px auto;
    }
    #submv {
        padding-top: 270px;
    }
    #submv::before {
        background-size: 960px auto;
        padding-top: 107px;
    }
    #submv::after {
        background-size: 20px auto;
        padding-top: 30px;
    }
    .nav {
        margin-top: -30px;
        padding: 55px 0;
    }
    .nav::before,
    .nav::after {
        background-size: 20px auto;
        padding-top: 30px;
    }
    .nav_menu li::after {
        width: 50px;
        height: 59px;
        margin-bottom: -70px;
    }
}


/* ********************************************************************
footer
******************************************************************** */

.footer_nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/common/bg_pattern4.jpg) repeat top left/calc(40 / 750 * 100%) auto;
    width: 100%;
    padding-top: calc(60 / 750 * 100%);
}

.footer_nav {
    padding: calc(100 / 750 * 100%) 0 calc(20 / 750 * 100%);
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}

.footer_nav_menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: calc(40 / 750 * 100%);
}

.footer_nav.fixed {
    position: fixed;
    z-index: 100;
}

.footer_nav_menu li {
    width: calc(95 / 750 * 100%);
    margin: 0 calc(24 / 750 * 100%);
}

.footer_nav_menu li:first-child {
    margin-left: 0;
}

.footer_nav_menu li:nth-child(4) {
    margin: 0 calc(40 / 750 * 100%) 0 calc(36 / 750 * 100%);
}

.footer_nav_menu li:last-child {
    margin-right: 0;
}

.footer_nav_menu li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/common/icon_heart.png) no-repeat center/contain;
    width: calc(24 / 95 * 100%);
    padding-top: calc(20 / 95 * 100%);
    margin-right: calc(-34 / 95 * 100%);
}

.footer_nav_menu li:nth-child(4)::before {
    margin-right: calc(-43 / 95 * 100%);
}

.footer_nav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    width: calc(400 / 750 * 100%);
    margin: 0 auto;
}

.footer_nav_sns li {
    width: calc(65 / 400 * 100%);
}

.pagetop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(110 / 750 * 100%);
    z-index: 101;
    margin: calc(-57 / 750 * 100%) calc(20 / 750 * 100%) 0 0;
}

.pagetop.fixed {
    position: fixed;
    top: auto;
    bottom: 0;
    margin-bottom: calc(270 / 750 * 100%);
}

.copyright {
    z-index: 2;
    background-color: #fff;
    font-size: 1.6rem;
    color: #ff00a5;
    text-align: center;
    padding: calc(170 / 750 * 100%) 0 calc(70 / 750 * 100%);
}

.copyright::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    background: url(../images/common/bg_deco1_sp.png) no-repeat center/100% auto;
    width: 100%;
    padding-top: calc(107 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .pagetop {
        width: calc(110 / 1400 * 100%);
        margin: calc(-200 / 1400 * 100%) calc(20 / 1400 * 100%) 0 0;
    }
    .pagetop img {
        -webkit-transition: .5s ease;
        transition: .5s ease;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    .pagetop:hover img {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    .pagetop.fixed {
        margin-bottom: calc(20 / 1400 * 100%);
    }
    .copyright {
        padding: calc(60 / 1400 * 100%) 0;
    }
    .copyright::before {
        background: url(../images/common/bg_deco2_pc.png) repeat-x center top/calc(960 / 1400 * 100%) auto;
        padding-top: calc(107 / 1400 * 100%);
        margin-top: calc(-103 / 1400 * 100%);
        z-index: 2;
    }
}

@media screen and (min-width: 1400px) {
    .pagetop {
        width: 110px;
        margin: -200px 20px 0 0;
    }
    .copyright {
        padding: 60px 0;
    }
    .copyright::before {
        background-size: 960px auto;
        padding-top: 107px;
        margin-top: -103px;
    }
}