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

        PCサイト用

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


/******************************************************/
/* main 共通  */
/******************************************************/
#main .h2title {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
}
#main .h2title h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    white-space: nowrap;
}
#main .h2title h2 strong {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    order: 1;
    display: block;
}
#main .h2title h2 span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.1em;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translateX(-100%);
}


/******************************************************/
/* topMain  */
/******************************************************/
#topMain {
    text-align: center;
    height: 850px;
    overflow: hidden;
    position: relative;
}
#topMain #logo {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    z-index: 110;
    font-size: 1.3rem;
}
#topMain .catchcopy {
    position: absolute;
    top: 545px;
    left: 0;
    right: 0;
    z-index: 110;
    text-align: center;
}
#topMain::after {
    content: "";
    display: block;
    background: rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
}
#topMain ul li {
    height: 850px;
    overflow: hidden;
    position: relative;
}
#topMain ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    min-width: 1700px;
    min-height: 850px;
}


/******************************************************/
/* menu  */
/******************************************************/
#menu {
    background: #000 url(../images/base/smp_menu_bg.jpg);
    color: #fff;
    position: relative;
    padding: 90px 0 100px;
}
#menu h3 {
    color: #aaa;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
#menu h3 span {
    color: #ad3432;
    font-size: 3.3rem;
}
#menu .menulist {
    overflow: hidden;
}
#menu .menulist li {
    max-width: 1400px;
    margin: auto;
}
#menu .menulist li:nth-of-type(n+2) {
    margin-top: -80px;
}
#menu .menulist dl {
    position: relative;
    text-align: right;
}
#menu .menulist li:nth-of-type(2n+1) dt {
    text-align: left;
}
#menu .menulist dd {
    position: absolute;
    top: 440px;
    width: 310px;
    padding: 22px 20px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
}
#menu .menulist li:nth-of-type(2n+1) dd {
    left: 290px;
}
#menu .menulist li:nth-of-type(2n) dd {
    right: 290px;
}
#menu .menulist dd::before {
    content: "";
    border-top: 1px solid #d0cecd;
    border-bottom: 1px solid #d0cecd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    right: -16px;
}
#menu .menulist dd::after {
    content: "";
    border-left: 1px solid #d0cecd;
    border-right: 1px solid #d0cecd;
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: 0;
    right: 0;
}
#menu .btn {
    margin-top: 80px;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    text-align: center;
    justify-content: center;
}
#menu .btn a {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 20px;
    min-width: 260px;
    position: relative;
    text-decoration: none;
}
#menu .btn a:before {
    content: "";
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}
#menu .btn a::after {
    content: "";
    display: block;
    background: url(../images/base/smp_arrow_w.png) no-repeat;
    width: 80px;
    height: 13px;
    position: absolute;
    top: calc(50% - 7px);
    right: -32px;
}


/******************************************************/
/* story  */
/******************************************************/
#story {
    position: relative;
    padding: 100px 0 0;
}
#story dl {
    margin: 95px auto 0 0;
    display: flex;
    max-width: 1180px;
    background: #fff;
}
#story dt {
    overflow: hidden;
}
#story dd {
    padding: 10px 60px;
    width: 380px;
    flex-shrink: 0;
    align-items: center;
    align-self: center;
}
#story dd h3 {
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
#story dd p {
    font-size: 1.6rem;
    line-height: 2;
}


/******************************************************/
/* chef  */
/******************************************************/
#chef {
    position: relative;
    padding: 100px 0 0;
}
#chef dl {
    margin: 95px 0 0 auto;
    display: flex;
    max-width: 1180px;
    background: #fff;
}
#chef dt {
    order: 2;
    overflow: hidden;
}
#chef dd {
    padding: 10px 60px;
    width: 380px;
    flex-shrink: 0;
    align-items: center;
    align-self: center;
}
#chef dd h3 {
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-align: left;
}
#chef dd h3 span {
    font-size: 2.1rem;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-left: 10px;
}
#chef dd p {
    font-size: 1.6rem;
    line-height: 2;
}


/******************************************************/
/* photo  */
/******************************************************/
#photo {
    position: relative;
    padding: 100px 0;
}
#photo .h2title {
    margin-bottom: 95px;
}
#photo .photo_slide {
    margin-left: calc(50% - (670px * 1.5));
}
#photo .bx-wrapper .bx-pager.bx-default-pager a:hover,
#photo .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #a50b08;
}
#photo .bx-wrapper .bx-prev {
    bottom: -70px;
    left: 0;
    background: url(../images/top/slide_left.png) no-repeat;
    width: 70px;
    height: 70px;
}
#photo .bx-wrapper .bx-next {
    bottom: -70px;
    right: 0;
    background: url(../images/top/slide_right.png) no-repeat;
    width: 70px;
    height: 70px;
}
#photo .btn {
    margin-top: 80px;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    text-align: center;
    justify-content: center;
}
#photo .btn a {
    color: #000;
    border: 2px solid #000;
    padding: 12px 20px;
    min-width: 260px;
    position: relative;
    text-decoration: none;
}
#photo .btn a:before {
    content: "";
    display: block;
    border: 1px solid #000;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}
#photo .btn a::after {
    content: "";
    display: block;
    background: url(../images/base/smp_arrow_bk.png) no-repeat;
    width: 80px;
    height: 13px;
    position: absolute;
    top: calc(50% - 7px);
    right: -32px;
}



}