@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* base  */
/******************************************************/
.main {
    min-width: initial !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
.main section {
    width: 100%;
    min-width: initial !important;
}


/******************************************************/
/* topMain  */
/******************************************************/
#topMain {
    position: relative;
    height: 100vh;
}
#topMain h2.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}
#topMain .top_christmas_pc_bnr {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#topMain ul {
    display: none;
}
#topMain ul li {
}
#topMain ul li:nth-of-type(n+2) {
    display: none;
}
#topMain ul li img {
    width: 100%;
    height: auto;
}
.vegas-animation-zoomfade {
    -webkit-animation: zoomfade ease-out;
            animation: zoomfade ease-out;
}
@-webkit-keyframes zoomfade {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@keyframes zoomfade {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}


/******************************************************/
/* btn  */
/******************************************************/
#main .btn {
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#main .btn a {
    border: 3px solid #000;
    color: #000;
    text-decoration: none;
    padding: 18px 32px;
    min-width: 310px;
    position: relative;
}
#main .btn a[target="_blank"] span {
    background: url(../images/base/link_window.png) no-repeat left center;
    display: inline-block;
    padding: 0 12px 0 32px;
    position: relative;
}
#main .btn a::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #000;
    border-right-color: #000;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#main .btn.w a {
    border-color: #fff;
    color: #fff;
}
#main .btn.w a::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}
#main .btn.form_btn a {
    border-color: #bbb;
    color: #000;
    background: #bbb;
    min-width: 236px;
}
#main .btn.form_btn a::after {
    border-bottom-color: #000;
    border-right-color: #000;
}
#baked .btn.form_btn .memo {
    font-size: 64%;
}
#baked .btn.form_btn a {
    line-height: 0.8;
    padding-bottom: 16px;
}

/******************************************************/
/* decoration  */
/******************************************************/
#decoration {
    background: #262626 url(../images/top/decoration_img.png) no-repeat center bottom;
    background-size: 100% auto;
    color: #fff;
    position: relative;
    padding: 85px 0 86px;
}
#decoration h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
#decoration h2::after {
    content: "";
    display: block;
    background: #fff;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#decoration h2 span {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 10px;
}
#decoration p {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
}


/******************************************************/
/* short  */
/******************************************************/
#short {
    background: #e5e5e5 url(../images/top/short_img.png) no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
    padding: 120px 0 130px;
}
#short h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
}
#short h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#short h2 span {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 10px;
}
#short p {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
}


/******************************************************/
/* baked  */
/******************************************************/
#baked {
    width: calc(50% - 2px);
    background: #262626 url(../images/top/baked_img.png) no-repeat center bottom;
    background-size: contain;
    color: #fff;
    position: relative;
    padding: 60px 0 260px;
    margin-right: 2px;
}
#baked h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
}
#baked h2::after {
    content: "";
    display: block;
    background: #fff;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#baked h2 span {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 10px;
}
#baked .btn {
    margin-top: 30px;
}
#baked .form_btn {
    margin-top: 25px;
}


/******************************************************/
/* bagel  */
/******************************************************/
#bagel {
    width: calc(50% - 2px);
    background: #262626 url(../images/top/bagel_img.png) no-repeat center bottom;
    background-size: contain;
    color: #fff;
    position: relative;
    padding: 60px 0 260px;
    margin-left: 2px;
}
#bagel h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
}
#bagel h2::after {
    content: "";
    display: block;
    background: #fff;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#bagel h2 span {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 10px;
}
#bagel .btn {
    margin-top: 30px;
}


/******************************************************/
/* recruit  */
/******************************************************/
#recruit {
    padding: 80px 0 0;
    text-align: center;
}
#recruit p.bnr {
    text-align: center;
}


/******************************************************/
/* news  */
/******************************************************/
#news {
    position: relative;
    padding: 120px 0;
}
#news h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
}
#news h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#news h2 span {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 10px;
}
#news p {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
}
#news .blog_include_box {
    max-width: 1040px;
    padding: 0 30px;
    margin: 0 auto 30px;
    position: relative;
    text-align: left;
    color: #685750;
    font-size: 1.5rem;
    line-height: 1.8;
}
#news ul#blog_include {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
}
#news ul#blog_include li {
    width: 220px;
    margin: 15px 20px 20px;
    font-size: 1.8rem;
    line-height: 1.4;
}
#news ul#blog_include li .img {
    display: block;
    width: 220px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 15px;
}
#news ul#blog_include li img {
    width: 220px;
    height: 220px;
    object-fit: cover;
}
#news li .date {
    color: #666;
    display: block;
    margin-bottom: 4px;
}
#news li a {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
}
#news .insta {
    margin-top: 40px;
}
#news .insta h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}
#news .insta .btn {
    margin-top: 15px;
}
#news .insta .btn a {
    width: 380px;
    background: #262626;
    border: none;
    padding: 20px 0 13px;
}
#news .insta .btn a::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    position: absolute;
    bottom: 7px;
    right: 6px;
}


/******************************************************/
/* about  */
/******************************************************/
#about {
    background: #777 url(../images/top/about_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 120px 0 130px;
    color: #ffffff;
    position: relative;
}
#about h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
}
#about h2::after {
    content: "";
    display: block;
    background: #fff;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#about h2 span {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 10px;
}
#about p {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
}
#about .renewal {
    background: rgba(255,255,255,0.85);
    color: #000;
    padding: 60px 30px 50px;
    max-width: 840px;
    margin: 50px auto 60px;
}
#about .renewal h3 {
    font-size: 5rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}