@charset "utf-8";

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url('https://fonts.googleapis.com/css?family=Kosugi');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

/*
	font-family:"FontAwesome";
	font-family:"Font Awesome 5 Free";
*/

/*========================================
 Base／固定
========================================*/
body {font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;}

/*===== FontSize 早見表(必要なもののみ残す) 　※ 16pxは1remで記載 ※ =====*/
html {
    --12px:calc(12 / 16 * 1rem);
    --13px:calc(13 / 16 * 1rem);
    --14px:calc(14 / 16 * 1rem);
    --15px:calc(15 / 16 * 1rem);
    --18px:calc(18 / 16 * 1rem);
    --20px:calc(20 / 16 * 1rem);
    --24px:calc(24 / 16 * 1rem);
    --30px:calc(30 / 16 * 1rem);
}

/* topへ戻る */
footer #totop{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#cd9e4f;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:0;
    z-index:800;
    display:none;
    cursor:pointer;
}
footer #totop a {display:block;}
footer #totop::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}

/*========================================
 カスタム用 ／PC&SP
========================================*/

/*===== class名でfontを使用する場合／下記の記述でfontを設定 =====*/
.Font13 {font-size:var(--13px);}
html,body {
  height: 100%
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 1rem;
    line-height:1.6;
    background: #000;
    color: #fff;
    background: url(../images/bg.jpg) top center / cover no-repeat fixed;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

header, main {
    margin: 0 auto;
    max-width: 1080px;
    width: 90%;
}
header {
    padding-top: 2rem;    
}
main img {
    max-width: 100%;
    background: #111;
}

.headTtl {
    font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

/*header*/
.headerImg img {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #a78137;
}
.headText {
    margin: 4rem auto;
    padding: 2rem;
    max-width: 800px;
    font-size: var(--20px);
    border: 8px solid;
    border-image: linear-gradient(to right, #a57f35, #ffe892, #a57f35) 1;
    background: rgba(0,0,0,0.8);
    font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
    letter-spacing: 2px;
}
.headText p:last-child {
    margin:0;
}

/*contents*/
#castStaff {
    margin-bottom:10%;
}
.cast, .staff {
    margin-bottom: 5%;
}
.bnr {
    margin-bottom: 10%;
}

/*modal*/
.modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 90%;
    max-width: 650px;
    z-index: 11;
}
.modal-window img {
    width: 100%;
    height: auto;
}
.button-open {
    background: none;
    border: none;
}
.button-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border:0;
    background: #b59041;
    cursor: pointer;
    transition: opacity .3s;
}
.button-close:before,
.button-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    content: '';
}
.button-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.button-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
}

/*cast*/
.castList {
    margin: 0 auto;
    padding: 2rem 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
/*    border-bottom: 2px solid;
    border-top: 2px solid;
    border-image: linear-gradient(to right, #cb9c4c, #edcb84) 1;*/
}
.castItem {
    cursor: pointer;
    margin: 0;
    width: calc((100% - 6rem) / 4);
    background: #111;
}
.castList img {
    width: 100%;
    height: auto;
    border: 1px solid #cb9c4c;
    transition: opacity .3s;
}
.castItem img:hover {
    opacity:0.7;
}

/*staff*/
.staff {
    display: flex;
    align-items: center;
}
.staff .headTtl {
    width: 20%;
    margin: 0 auto;
}
.staffList {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width:60%;
    gap: 3rem;
    justify-content: center;
}
.staffItem {
    margin: 0;
    /*max-width:200px;*/
    width: calc((100% - 6rem) / 3);
}
.staffItem img {
    width: 100%;
    border-radius: 50%;
}
.staffData {
    padding:2rem;
    color: #262626;
    text-align: center;
    align-items: center;
}
.staffData img {
    margin-bottom:1rem;
    max-width:200px;
    border-radius:99px;
}

/*nav*/
#nav {
    margin-bottom: 10%;
}
.navList {
    margin: 0 auto 5%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    justify-content: center;
}
.navItem {
    margin: 0;
    width: calc((100% - 2rem) / 2);
    background: #111;
}
.navItem img {
    width: 100%;
}

/*bnr*/
.bannerLink {
    margin: 2rem auto;
    text-align: center;
}

/*contents*/
#cafe, #os, #other {
    padding: 4% 0;
}
.kv img {
    width: 100%;
    border: 1px solid #cd9e4f;
}
.infoWrap {
    margin: 2rem auto;
    padding: 1.5rem;
    text-align: center;
    width: 100%;
    background: linear-gradient(to right, #a57f35, #ffe892,#a57f35);
    color: #000;
}
.info {
    padding: 0;
    margin: 2rem auto 4rem;
    list-style: none;
    display: flex;
    gap: 1rem;
    text-align: center;
    width: 100%;
    background: linear-gradient(-20deg, #cb9c4c, #edcb84);
    box-shadow: 0px 0px 10px #cd9e4f;
}
.infoItem {
    padding: 1.6rem 1.6rem;
    width: calc((100% - 1rem) / 2);
}
.infoTtl, .btnTtl {
    padding-bottom: 1rem;
    font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
    letter-spacing: 2px;
}
.infoTxt {
    margin-bottom:2rem;
    font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    font-size: var(--18px);
}
.infoTxt:last-child {
    margin-bottom:0;   
}
.infoSubTtl {
    padding: .5em;
    margin: 1em auto;
    font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
    background: #c7a758;
}

/*btn*/
.btnList {
    padding: 0;
    margin: 0 auto 5%;
    list-style: none;
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.btn {
    margin: 0;
    width: calc((100% - 1rem) / 2);
}
.btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1em 2em 1em 1em;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border: 4px solid #a57f35;
    font-size: var(--20px);
    line-height: 1.4;
    transition: 0.3s ease-in-out;
}
.btn a:hover {
    background: #c09f51;
    opacity:1;
}
.btn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #cd9e4f;
    border-right: 3px solid #cd9e4f;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn a:hover:after {
    border-color: #FFF;
}
.btnList.only .btn {
    width:100%;
} 

/*menu*/
.menuWrap {
    margin: 2rem auto;
    padding: 3rem 2rem;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #cd9e4f;
}
.menuList {
    padding: 0;
    margin-bottom: 2rem;
}
.menuItem {
    display:flex;
    gap: 2em;
    margin: 2rem auto 4rem;
}
.menuItem:last-child {
    margin-bottom:0;
}
.menuImg {
    margin: 0;
    flex: 1;
}
.menutxt {
    margin: 0;
    flex: 2;
}
.menuTtl {
    font-weight: bold;
    color: #c7a758;
    font-size: var(--18px);
}
.menuItem:last-child {
    margin-bottom:0;
}
.popImg {
    margin-bottom: 2rem;
}
.note {
    font-size: var(--14px);
}

/*footer*/
.copyright {
    text-align: center;
    font-size: var(--14px);
    text-shadow: 2px 2px 4px #000;
}
footer {
    background: #fff;
    text-align:center;
}
footer a img {
    padding:10px 0;
    max-width: 100px;
    width:100%;
}

/* PC */
@media screen and (min-width: 768px) {
}

/* スマホ */
@media screen and (max-width: 767px) {
    body {
        background: none;
        background-color: #000;
    }
    body:before {
        content:"";
        display:block;
        width:100%;
        height:100vh;
        position:fixed;
        top:0;
        left:0;
        z-index:-10;
        background-image: url(../images/bg_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    header {
        padding: 0;
        width: 100%;
    }
    .headerImg img {
        border: none;
    }
    .headText {
        margin: 2rem auto;
        padding: .5rem 1rem 1rem;
        width: 90%;
        font-size: var(--14px);
        border: 4px solid;
        border-image: linear-gradient(to right, #cb9c4c, #edcb84) 1;
    }
    .headTtl {
        margin: 1rem auto;
    }
    
    .bnr {
        margin-bottom: 20%;
    }

    /*cast*/
    #castStaff, #nav {
        margin-bottom: 20%;
    }
    .cast, .staff {
        margin-bottom: 10%;
    }
    .cast .headTtl, .staff .headTtl{
        font-size: var(--30px);
    }
    .castList {
        padding: 1rem 0;
        gap: 1.4rem;
    }
    .castItem {
        width: calc((100% - 1.4rem) / 2);
    }

    /*staff*/
    .staff {
        display: block;
    }
    .staff .headTtl {
        width: 100%;
        margin: 1rem auto;
    }
    .staffList {
        width: 100%;
        gap: 1.4rem;
    }
    .staffItem {
        width: calc((100% - 2.8rem) / 3);
    }

    /*cafe*/
    #cafe, #os {
        margin-bottom: 10%;
    }
    .infoWrap {
        margin: 1rem auto;
        padding: 1rem;
        font-size: var(--13px);
    }
    .info {
        display: block;
        margin: 1rem auto;
        width: 100%;
    }
    .infoItem {
        width: 100%;
        padding: 1.6rem 1rem;
        font-size: var(--14px);
    }
    .infoItem:last-child {
        padding-top:0;
    }
    .infoTxt {
        text-align: left;
        font-size: var(--14px);
    }
    .btnList {
        display: block;
        margin-bottom: 2rem;
    }
    .btn {
        margin: 1rem auto;
        width: 100%;
    }
    .btn a {
        font-size: 1rem;
        line-height: 1.4;
        font-size: var(--13px);
        border: 2px solid #cd9e4f;
    }
    .btnTtl {
        padding-bottom: 0;
        font-size: var(--15px);
    }

    /*nav*/
    .navList {
        display: block
    }
    .navItem {
        width: 100%;
        margin-bottom: 1rem;
    }

    /*other*/
    #other {
        padding: 0 0 1rem;
    }
    
    /*menu*/
    .menuWrap {
        margin: 1rem auto;
        padding: 2rem 1rem;
    }
    .menuItem {
        display: block;
        margin: 1rem auto 3rem;
        font-size: var(--14px);
    }
    .menuImg {
        margin: 0 auto 1rem;
    }
    .menuTtl {
        font-size: 1rem;
        text-align:center;
        font-size: var(--14px);
    }
    
    .infoSubTtl {
        font-size: 1rem;
        padding: .3em;
    }
    .note {
        font-size: var(--13px);
    }
}