@charset "UTF-8";

html {
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.1em;
}

html,
body {
  overflow-x: hidden;
  position: relative;
}

body {
  opacity: 0;
}

.pt {
  font-family: pt-serif, serif;
}
.goth {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.novel-mono {
   font-family: novel-mono-pro,
   sans-serif;
   font-weight: 500;
   font-style: normal;
   letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }

  .inner_wrap {
    width: 92%;
    margin: 0 auto;
  }

  .wide_inner {
    width: 100%;
  }

  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }

  .inner_wrap {
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }

  .wide_inner {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }

  .sp {
    display: none;
  }
}

/* header */
.header_logo a {
  display: block;
}

.header_logo img {
  width: 100%;
}

.header_nav li a {
  color: #fff;
  display: inline-block;
  position: relative;
}

.sns_wrap svg {
  fill: #fff;
}
body:not(.gface) .sns_wrap ul li:last-child {
  display: none;
}


.header_logo img.black,
body:not(.gface) .gf_link {
  display: none;
}

header .sns_wrap ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .sns_wrap li a {
  display: block;
}

header .sns_wrap li img {
  width: 100%;
}

header .cafe_banner a {
  display: block;
}

header .cafe_banner img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  header {
    background-color: #c62607;
  }


  header .inner_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }

  .header_logo {
    width: 35%;
    max-width: 180px;
  }

  /* ハンバーガーボタン・sp_nav */
  body.menu-open {
    height: 100vh;
    overflow: hidden;
  }

  #nav_toggle {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9999;
  }

  #nav_toggle span {
    width: 26px;
    height: 2px;
    left: 50%;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
    transform: translateX(-50%);
  }

  #nav_toggle span:nth-child(1) {
    top: 20px;
  }

  #nav_toggle span:nth-child(2) {
    top: 29px;
  }

  #nav_toggle span:nth-child(3) {
    top: 38px;
  }

  body.menu-open #nav_toggle span:nth-child(1) {
    top: 30px !important;
    transform: translateX(-50%) rotate(45deg);
  }

  body.menu-open #nav_toggle span:nth-child(2) {
    width: 0 !important;
    left: 50%;
  }

  body.menu-open #nav_toggle span:nth-child(3) {
    top: 30px !important;
    transform: translateX(-50%)rotate(-45deg);
  }

  .header_nav_wrap {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.5s;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 60px;
    padding: 0 4% 150px;
    overflow-y: scroll;
    z-index: 999;
    background-color: #c62607;
  }

  body.menu-open .header_nav_wrap {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .header_nav li a {
    font-size: 1.6rem;
    padding: 0.5em 0;
    margin: 1em 0;
    text-align: center;
    display: block;
  }

  header .sns_wrap {
    width: 42%;
    max-width: 180px;
    margin: 40px auto;
  }

  header .sns_wrap li {
    width: 32px;
  }

  header .cafe_banner {
    width: 40%;
    max-width: 46px;
    /* margin: 0 auto; */
    margin: 0 12% 0 auto;
  }
}

@media screen and (min-width: 769px) {
  header .inner_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 85px;
  }

  header .inner_wrap::before {
    content: '';
    background-color: #f9f2ed;
    width: 100vw;
    height: 420px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  header .inner_wrap::after {
    content: '';
    background-color: #c62607;
    width: 125%;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
  }

  .header_logo {
    width: 17.7%;
    margin-left: 4%;
  }

  .header_logo a {
    transition: all 0.3s;
  }

  .header_logo a:hover {
    opacity: 0.8;
  }

  .header_nav_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65.6%;
  }

  .header_nav {
    width: 56.96%;
    margin-right: 2.5%;
    max-width: 370px;
  }

  .header_nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_nav li a {
    font-size: 1.53vw;
  }

  .header_nav li a span {
    transition: all 0.3s;
  }

  .header_nav li a:hover span {
    opacity: 0.8;
  }

  .header_nav li a::after {
    content: '/';
    display: inline-block;
    margin-left: 1em;
    position: absolute;
    color: #fff;
    opacity: 1;
  }

  .header_nav li a:hover::after {
    opacity: 1;
  }

  body:not(.gface) .header_nav li:nth-child(4) a::after,
  .gface .header_nav li:last-child a::after {
    content: '';
  }

  header .sns_wrap {
    width: 16.94%;
    /* margin-right: 3%; */
    max-width: 110px;
    font-size: 0;
  }

  header .sns_wrap li {
    width: 27.28%;
  }

  header .sns_wrap li a {
    transition: all 0.3s;
  }

  header .sns_wrap li a:hover {
    opacity: 0.8;
  }

  header .cafe_banner {
    width: 6.2%;
    max-width: 62px;
  }

  header .cafe_banner a {
    transition: all 0.3s;
  }

  header .cafe_banner a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1040px) {
  .header_nav li a {
    font-size: 16px;
  }
}


/* footer */
footer {
  background-color: #c62607;
}

.footer_logo a {
  display: block;
}

.footer_logo img {
  width: 100%;
}

.footer_logo img.black {
  display: none;
}

.footer_nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_nav li a {
  color: #fff;
  display: inline-block;
  position: relative;
}

.footer_nav li a::after {
  content: '/';
  display: inline-block;
  position: absolute;
  color: #fff;
}

body:not(.gface) .footer_nav li:nth-child(4) a::after,
.gface .footer_nav li:last-child a::after {
  content: '';
}

.footer_fx .cafe_banner a {
  display: block;
}

.footer_fx .cafe_banner img {
  width: 100%;
}

footer .sns_wrap ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .sns_wrap li a {
  display: block;
}

.copyright {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
}

.copyright small {
  color: #fff;
}

@media all and (-ms-high-contrast:none) {
  .copyright {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 100px;
    padding: 50px 0 25px;
  }

  .footer_logo {
    width: 35%;
    max-width: 180px;
  }

  .footer_nav {
    width: 80%;
    max-width: 290px;
    margin: 20px 0;
  }

  .footer_nav ul {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer_nav li a {
    font-size: 1.4rem;
  }

  .footer_nav li a::after {
    margin-left: 0.5em;
  }

  .footer_fx .cafe_banner {
    width: 35%;
    max-width: 62px;
    margin-right: 65%;
  }

  footer .sns_wrap {
    margin-top: 20px;
  }

  footer .sns_wrap ul {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 42%;
    max-width: 180px;
  }

  footer .sns_wrap li {
    width: 32px;
  }

  .copyright {
    margin-top: 20px;
  }

  .copyright small {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  footer {
    margin-top: 300px;
    padding: 58px 0 25px;
  }

  .footer_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_logo {
    width: 17.6%;
  }

  .footer_logo a {
    transition: all 0.3s;
  }

  .footer_logo a:hover {
    opacity: 0.8;
  }

  .footer_nav {
    width: 48.1%;
  }

  .footer_nav ul {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer_nav li a {
    font-size: 1.53vw;
    margin-right: 2.5em;
  }

  .footer_nav li a::after {
    margin-left: 1em;
  }

  .footer_nav li a span {
    transition: all 0.3s;
  }

  .footer_nav li a:hover span {
    opacity: 0.8;
  }

  .footer_fx .cafe_banner {
    /* width: 13.6%; */
    width: 6.2%;
  }

  .footer_fx .cafe_banner a {
    transition: all 0.3s;
  }

  .footer_fx .cafe_banner a:hover {
    opacity: 0.8;
  }

  footer .sns_wrap {
    margin-top: 8px;
  }

  footer .sns_wrap ul {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  footer .sns_wrap li {
    width: 30px;
    margin-right: 10px;
  }

  footer .sns_wrap li a {
    transition: all 0.3s;
  }

  footer .sns_wrap li a:hover {
    opacity: 0.8;
  }

  .copyright {
    margin-top: 10px;
  }

  .copyright small {
    font-size: 12px;
  }



}

@media screen and (min-width: 1040px) {
  .footer_nav li a {
    font-size: 16px;
  }
}



/* mv */
.cover {
  position: relative;
  background-color: rgb(94, 94, 94);
  overflow: hidden;
}

.cover img {
  width: 100%;
  position: relative;
  z-index: 1;
}

/* 

.cover::before,
.cover::after,
.cover::before,
.cover::after {
content: '';
width: 100%;
height: 100%;
opacity: 1;
transform: translateX(0%);
position: absolute;
top: 0;
left: 0;

}
.img_wrap .cover::before {
background-color: #000;
z-index: 3;
}
.img_wrap .cover::after {
background-color: #c62607;
z-index: 2;
}
.img_wrap .cover.orange::after {
background-color: orange;
}
.img_wrap.is-show .cover::before {
animation: .5s ease-in forwards double_cover;
animation-delay: 0.2s;
}
.img_wrap.is-show .cover::after {
animation: .6s ease-in forwards double_cover;
animation-delay: 0.5s;
}

@keyframes double_cover {
to { 
opacity: 1;
transform: translateX(100%);
}
} */



/* mv_wrap サブページのみ */
.mv_wrap {
  position: relative;
}

.mv_wrap .wide_inner {
  max-width: 1600px;
}

.mv_wrap .img_wrap h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - .5em));
  z-index: 5;
}


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

  .mv_wrap.sub .img_wrap {
    width: 100%;
  }

  .mv_wrap.sub .img_wrap {
    margin: 0 0 0 auto;
  }

  .mv_wrap.sub .img_wrap .cover {
    width: 80%;
    margin: 0 0 0 auto;
  }

  .mv_wrap .head_wrap {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93%;
    /* max-width: 1070px; */
    transform: translate(-50%, calc(-50% - 1.8em));
    /* padding: 0 18.8%; */
  }

  .mv_wrap .head_wrap.main {
    z-index: 3;
  }

  .mv_wrap .head_wrap.sub {
    z-index: 1;
  }

  .head_wrap h1 {
    color: #c62607;
    width: 18%;
  }

  .head_wrap p {
    color: #fff;
    /* width: 82%; */
  }

  .head_wrap h1,
  .head_wrap p {
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: .05em;
    overflow: hidden;
  }

}


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

  .mv_wrap.sub .img_wrap {
    margin: 0 0 0 auto;
  }

  .mv_wrap.sub .img_wrap .cover {
    /* max-width: 1070px; */
    width: 68.75%;
    width: 71.33%;
    margin: 0 0 0 auto;
  }

  .mv_wrap .head_wrap {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66.66%;
    max-width: 1070px;
    transform: translate(-50%, calc(-50% - 1.8em));
    /* padding: 0 18.8%; */
  }

  .mv_wrap .head_wrap.main {
    z-index: 3;
  }

  .mv_wrap .head_wrap.sub {
    z-index: 1;
  }

  .head_wrap h1 {
    color: #c62607;
    width: 18%;
  }

  .head_wrap p {
    color: #fff;
    /* width: 82%; */
  }

  .head_wrap h1,
  .head_wrap p {
    font-size: 88px;
    font-weight: normal;
    letter-spacing: .09em;
    overflow: hidden;
  }

}
