@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-size: 14px;
  font-family: 'Noto Serif JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
  padding-bottom: 36px;
  padding-top: 50px;
}
body.header-overflow {
  overflow: hidden;
}
html {
  padding-top: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.shippori {
  font-family: 'Shippori Mincho B1', serif;
}

.meie {
  font-family: 'Meie Script', cursive;
}

.garamond-reg {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.garamond-Italic {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
}

.garamond-bold {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-style: normal;
}

.garamond-bold-ita {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-style: italic;
}


/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */


/* Header
---------------------------------------------------------------*/

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 50px;
  background: url(../images/mv-bg.png) no-repeat top center;
  background-size: cover;
}

.l-header-logo {
  width: auto;
  height: 44px;
  margin-top: 4px;
  position: absolute;
  left: 20px;
  top: 0;
}

.l-header-logo h1 {
  height: 100%;
  width: auto;
}

.l-header-logo img {
  width: auto;
  height: 100%;
}

.l-header-logo a span {
  display: none;
}

.l-header-glogo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  z-index: 1;
}

/*hamburger menu*/
.c-navigation-main__hamburger-wrap {
  display: block;
  position: fixed;
  width: 50px;
  z-index: 130;
  height: 50px;
  top: 0;
  right: 0;
  background: #9f0220;
}
.c-navigation-main__hamburger-wrap span {
  position: absolute;
  left: 15px;
  width: 22px;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(1) {
  top: 18px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(2) {
  top: 24px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(3) {
  bottom: 17px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 22px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(2) {
  opacity: 0;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  width: 22px;
  bottom: 14px;
}
.c-navigation-main__hamburger-wrap.is-show span {
  background-color: #001489;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
#footer {
  background-color: #000000;
  position: relative;
}

.l-footer-top {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 30px;
  width: 44px;
  height: 44px;
}

.l-footer-head {
  padding: 30px 0 40px;
  background-color: #fff;
  position: relative;
}

.l-footer-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.l-footer-nav li {
  margin: 0 20px 10px;
  position: relative;
}

.l-footer-nav li:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 5px;
  width: 1px;
  height: 18px;
  background: #000;
}

.l-footer-nav li:last-child:before {
  display: none;
}

.l-footer-nav li a {
  font-size: 14px;
  color: #000;
}

.l-footer-head__logo {
  margin: 0 auto 20px;
  text-align: center;
}

.l-footer-head__logo img {
  width: 170px;
  margin-bottom: 10px;
}

.l-footer-infolist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.l-footer-infolist li {
  margin: 0 7px;
  position: relative;
}

.l-footer-infolist li:nth-child(1):before {
  content: '/';
  position: absolute;
  right: -10px;
  top: 0;
  color: #000;
  font-size: 16px;
}

.l-footer-infolist li a {
  color: #000;
}

.l-footer-tell {
  text-align: center;
}

.l-footer-tell a {
  font-size: 18px;
  color: #000;
}

.l-footer-tell a span {
  font-size: 34px;
  display: inline-block;
  margin-left: 15px;
  color: #000;
  line-height: 1.2;
}

.sns {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns span {
  display: inline-block;
  color: #000;
  font-size: 13px;
  margin-right: 20px;
}

.ft-sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ft-sns li {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.ft-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  /*background: url(../images/sns.svg) no-repeat 0px 0px;*/
  background: url(../images/sns.svg) no-repeat -45px 0px;
  background-size: 75px auto;
}

/*.ft-sns li:nth-child(2) a {
  background: url(../images/sns.svg) no-repeat -45px 0px;
  background-size: 75px auto;
}*/

.l-footer-bottom .c-center {
  padding: 30px 0;
}

.l-footer-logo {
  text-align: center;
  width: 126px;
  margin: 0 auto 30px;
}

.l-footer-logo img {
  width: 100%;
  height: auto;
}

.l-footer-story {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.l-footer-story__list {
  width: 50%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-footer-story__list > li {
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}

.l-footer-story__list > li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: -2px;
  color: #fff;
  font-size: 16px;
}

.l-footer-story__list li a {
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
}

.l-footer-story__list__items {
  margin-left: 10px;
  margin-top: 8px;
}

.l-footer-story__list__items > li {
  margin-bottom: 8px;
}

.l-copyright {
  background-color: #232323;
  padding: 12px 0;
}

.l-copyright p {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.sp-fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .0s,visibility 0s ease .0s;
  transition: opacity .0s,visibility 0s ease .0s;
  visibility: hidden;
  z-index: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0,0,0,.6);
}

.sp-fixed li {
  margin: 0 20px;
  position: relative;
}

.sp-fixed li:nth-child(1):before {
  content: '';
  position: absolute;
  right: -20px;
  top: 5px;
  width: 1px;
  height: 16px;
  background: #333;
}

.sp-fixed li  a {
  font-size: 14px;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */


.hb-wrap {
  display: block;
}

/*mv*/
.mv {
  width: 100%;
  position: relative;
}

.mv-inner {
  position: relative;
}

.mv-slider-catch {
  position: absolute;
  left: 20px;
  top: 70%;
  z-index: 2;
  margin-top: -90px;
}

.mv-slider-catch p {
  color: #fff;
  font-size: 5vw;
  letter-spacing: 6px;
  text-shadow: 1px 1px 7px rgba(0,0,0,0.6);
}

.mv-fixed {
  display: none;
}

.mv-fixed li {
  font-size: 19px;
  position: relative;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mv-fixed li:nth-child(1):before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: -36px;
  width: 28px;
  height: 1px;
  background: #333;
}

.mv-fixed li + li {
  margin-top: 76px;
}

.scroll {
  position: absolute;
  right: 200px;
  bottom: 20px;
  color: #fff;
  z-index: 4;
  letter-spacing: 3px;
  font-size: 12px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*nav*/

.l-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #9f0220;
  z-index: 100;
  right: 0;
  top: 50px;
  overflow-y: auto;
  padding: 2px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-nav.active {
  display: block;
}

.l-nav-list {
  display: block;
}

.l-nav-list li {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 92.5%;
  margin: 0 auto 2px;
}

.l-nav-list li a {
  padding: 15px 0px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #fff;
}

.l-nav-list li a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 47%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*concept*/
.concept {
  padding: 0 0 40px;
  position: relative;
  background: url(../images/bg-concept.png);
  background-size: cover;
}

.concept:before {
  content: '';
  position: absolute;
  right: 0px;
  bottom: -63px;
  width: 156px;
  height: 63px;
  background: url(../images/bg-maru01.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}

.concept-inner {
  background: url(../images/bg-concept.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 10px;
  position: relative;
}

.concept .lead {
  padding-top: 40px;
  background-color: rgba(0,0,0,.85);
  margin: 0 auto;
}

.concept .lead h2 {
  text-align: center;
  padding-bottom: 50px;
  font-size: 34px;
  color: #fff;
}

.concept-inner ul {
  width: 100%;
  max-width: 1040px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.concept-inner ul li {
  width: 50%;
}

.concept-inner ul li:nth-child(1) {
  margin-top: -40px;
}

.concept-inner ul li:nth-child(2) {
  margin-top: 30px;
}

.concept-inner ul li:nth-child(3) {
  margin-top: -55px;
}

.lead {
  margin-bottom: 25px;
}

.lead h2 {
  font-size: 34px;
  color: #A9ACC0;
}

.lead.type02 {
  text-align: center;
  margin-bottom: 25px;
}

.lead h2 {
  font-size: 24px;
  color: #231815;
}

.lead span.garamond-reg {
  display: block;
  line-height: 1.2;
  font-size: 38px;
}

.lead.white-type h2 ,
.lead.white-type span {
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.8);
}

/*about*/

.about {
  background: url(../images/bg-about.png) no-repeat bottom center;
  background-size: 100%;
  padding-top: 50px;
}

.about .txt16 {
  margin-bottom: 25px;
}

.about-list-bg {
  background: url(../images/bg-about.jpg) no-repeat top center;
  background-size: 200%;
  padding: 40px 20px;
}

.about-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0px;
}

.about-list li {
  width: 100%;
}

.about-list li img {
  width: 100%;
}

/*ism*/
.ism-head {
  background: url(../images/bg-codawari01.jpg) no-repeat top center;
  background-size: 150%;
  padding-bottom: 56%;
  position: relative;
}

.ism-head .txt01 {
  position: absolute;
  right: 12vw;
  top: 20px;
  font-size: 4vw;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 3px;
}

.ism-head .txt02 {
  position: absolute;
  left: 7vw;
  top: 14vh;
  font-size: 4vw;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 3px;
}

.ism-body {
  background: url(../images/bg-concept.png) no-repeat top center;
  background-size: 160% auto;
  position: relative;
}

.ism-body:before {
  content: '';
  position: absolute;
  left: -50px;
  top: 0px;
  background: url(../images/bg-maru02.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  width: 192px;
  height: 66px;
}

.ism-body .c-center {
  padding-bottom: 20px;
}

.ism-body .lead {
  margin-bottom: 15px;
}

.ism-list-parent {
  padding-bottom: 40px;
  position: relative;
}

.ism-list-parent:before {
  content: '';
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  height: calc(100% - 150px);
  background: url(../images/bg-codawari02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}

.ism-list-parent:after {
  content: '';
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  height: calc(100% - 150px);
  background-color: #212122;
  z-index: 0;
}

.ism-list {
  margin-bottom: 40px;
  position: relative;
  background: #151515;
  padding: 20px 15px 30px;
  width: 92.5%;
  z-index: 3;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ism-list .ism-list-thum {
  width: 100%;
  margin-bottom: 20px;
}

.ism-list .ism-list-head {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ism-list .ism-list-head .title {
  font-size: 24px;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  color: #fff;
}

.ism-list .ism-list-head .txt16 {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.ism-list-inner {
  max-width: 1060px;
  width: 100%;
}

.ism-btm {
  background: url(../images/bg-codawari03.jpg) no-repeat top center;
  background-size: 200%;
  position: relative;
  padding-bottom: 60px;
}

.ism-btm:before {
  content: '';
  position: absolute;
  right: -100px;
  bottom: -150px;
  width: 70%;
  max-width: 360px;
  height: 300px;
  background: url(../images/bg-ism-btm.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
}

.ism-btm-list {
  width: 100%;
  padding: 30px 15px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ism-btm-list li {
  width: 100%;
  margin-bottom: 20px;
}

.ism-btm-list li img {
  width: 100%;
}

.message-inner .info {
  width: 100%;
  margin: 0 auto;
}

.message-inner .info .title {
  font-size: 19px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.7;
  font-weight: 700;
}

.message-inner .info .txt18 {
  margin-bottom: 25px;
}

.message-inner .c-center {
  padding-bottom: 20px;
}


.menu .sub-ttl {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  font-size: 20px;
}

.menu .sub-ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  width: 80px;
  height: 1px;
  background: #333;
}

.menu-slider-items {
  margin: 0 10px;
}

.menu-slider-items__inner {
  background-color: #EDEFF0;
}

.menu-slider {
  max-width: 920px;
  margin: 0 auto 80px!important;
}

.menu-slider li .thum {
  width: 100%;
}

.menu-slider li .info {
  padding: 20px;
  width: 100%;
}

.menu-slider li .sample {
  padding-bottom: 5px;
  border-bottom: 1px solid #8B0220;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
}

.menu-slider li .title {
  font-size: 18px;
  margin-bottom: 10px;
}

.menu-slider li .price {
  font-weight: 700;
  font-size: 15px;
}

.slick-next {
  right: -10px!important;
  margin-right: 0!important;
}

.slick-prev {
  left: -10px!important;
  margin-left: 0!important;
}

.slick-dots {
  z-index: 0!important;
}

/*MENU*/

.menu {
  padding: 10px 0 0px;
}

.bg-menu {
  height: 0;
  padding-bottom: 90%;
  background: url(../images/bg-menu.jpg) no-repeat top center;
  background-size: 100%;
}

.menu .c-center {
  padding-top: 0;
  margin-top: -53vw;
}

.menu .h2_ttl {
  margin-bottom: 20px;
}

ul.tab ,
ul.story_tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 15px;
}

ul.tab li ,
ul.story_tab li {
  margin: 0 12px;
  cursor: pointer;
  padding: 0 6px;
  font-size: 14px;
  position: relative;
}

ul.tab li:before ,
ul.story_tab li:before {
  content: '｜';
  position: absolute;
  right: -21px;
  top: 0px;
  font-size: 14px;
  color: #333;
}

ul.tab li:last-child:before ,
ul.story_tab li:last-child:before {
  display: none;
}

ul.tab li:hover ,
ul.story_tab li:hover {
  color: #fff;
  background-color: #000000;
}

ul.tab li.active ,
ul.story_tab li.active {
  background-color: #000;
  color: #fff;
}

div.tabContent ,
div.story_tabContent {
  clear: both;
  padding: 50px 0 20px;
  width: 100%;
  display: none;
}

div.tabContent.active ,
div.story_tabContent.active {
  display: block;
}

.menu-list-title {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #9f0220;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.menu-table {
  margin-bottom: 56px;
}

.menu-table li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #c0c0c0;
  padding: 14px 0;
}

.menu-table li .name {
  font-size: 14px;
  width: 70%;
}

.menu-table li .name span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.menu-table li .price {
  margin-left: auto;
  font-size: 14px;
  width: 20%;
  text-align: right;
}

.menu-btn {
  margin: 0 auto;
}

.menu-btn a {
  display: block;
  width: 294px;
  padding: 9px 0;
  background: #231815;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.menu-btn a:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ac-menuList + .menu-list-title ,
.ac-menuList + .menu-btn {
  margin-top: 50px;
}

.ac-menuHead {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}

.ac-menuHead-ttl,
.ac-menuHead-price {
  font-size: 14px;
}

.ac-menuHead-right {
  margin-left: auto;
  display: block;
  text-align: right;
}

.ac-menuList {
  padding: 13px 0;
  border-bottom: 1px solid #adadad;
}

.ac-menuHead-btm {
  font-size: 12px;
  margin-left: 37px;
  padding-right: 23px;
  white-space: nowrap;
  position: relative;
}

.ac-menuHead-btm:before {
  content: '';
  position: absolute;
  top: 7px;
  right: 0px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 8px solid #8c0220;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ac-menuHead.active .ac-menuHead-btm:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 2px;
}

.menu-type01 {
  display: none;
  margin-top: 15px;
  overflow: hidden;
}

.menu-type01-info {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #adadad;
}

.menu-type01-thum {
  width: 100%;
  margin-top: 20px;
}

.menu-type01-info .name {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 20px;
}

#tabMenu {
  padding-top: 80px;
  margin-top: -80px;
}

/*story*/

.story {
  background: #231815;
  padding-bottom: 40px;
}

.story .lead {
  background: url(../images/bg-store.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 10vw 0px;
  margin-bottom: 10px;
}

.story .inner {
  display: block;
}

.story .story-inner {
  width: 100%;
}

.story .story-inner dl {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}

.story .story-inner dl dt,
.story .story-inner dl dd {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
}

.story .story-inner dl dt {
  width: 114px;
}

.story .story-inner dl dd {
  padding-left: 30px;
}

.story ul.story_tab li {
  color: #fff;
}

.story ul.story_tab li:before {
  color: #fff;
}

.story ul.story_tab li.active {
  background-color: #fff;
  color: #000;
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.h2_ttl {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1rem;
  font-weight: 400;
  margin-bottom: 26px;
  color: #fff;
}

.gallery {
  width: 100%;
  max-width: 1340px;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-list {
  column-gap: 0.5em;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.gallery-list li {
  display: inline-block;
  margin-bottom: 0.5em;
}

.gallery-catch {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  padding: 30px 15px 50px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }

.txt14 {
  font-size: 14px;
}

.txt16 {
  font-size: 14px;
}

.txt18 {
  font-size: 16px;
}

.txt20 {
  font-size: 18px;
}

strong {
  font-weight: bold;
}

/* animation - utility
--------------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all .5s ease!important;
}
.sa.lv {
  opacity: 0;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-30px, 0);
}
.sa--rl {
  transform: translate(30px, 0);
}
.sa--up {
  transform: translate(0, 30px);
}
.sa--down {
  transform: translate(0, -50px);
}
.sa--scaleUp {
  transform: scale(.9);
}
.sa--scaleDown {
  transform: scale(1.2);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

@media screen and (max-width: 736px) {
  .sa--sp {
    opacity: 1!important;
    transform: none!important;
  }
}
/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 355px){
  
}