@charset "UTF-8";

html {
  font-size: 8px;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
											汎用
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/

/*sp限定*/
.pc {
  display: none !important;
}

/*コンテナ*/
.container {
  width: calc(100% - 15%);
}
.container--2 {
  width: calc(100% - 15%);
}

/*--------------------------------------------------------------------------
部品
--------------------------------------------------------------------------*/
/*------------------------------------
Intro-img　紹介画像
------------------------------------*/
.intro-img .u-bar {
  height: 10px;
}
/*------------------------------------
汎用メインビジュアル
------------------------------------*/
.c-main-visual {
  height: calc(100vh - 85px);
  margin-top: 85px;
  overflow: hidden;
}
.c-main-visual h2 {
  /* top: 17px;
  top: 10vh;
  top: 3vh; */
  /* height: 65vh; */
}
.c-main-visual h2 img{

}
.c-main-visual .catch {
  right: 15%;
}
@media screen and (max-width: 900px) {
  .c-main-visual .catch {
  /* right: 50%;
  transform: translateX(50%); */
  /* top: 62vh;
  top: 70vh; */
  /* top: 55vh; */
  /* top: 52vh; */
  /* width: 100%;
  text-align: center;
  top: unset;
  bottom: 20px; */
  display: none;
  }
}
.c-main-visual .catch01 {
  max-height: 170px;
}
.c-main-visual .catch02 {
  width: 35%;
  max-height: 170px;
  /* bottom: 15%; */
}
/* @media screen and (max-height: 500px) {
  .c-main-visual h2 {
    top: 25%;
    height: 40vh;
  }
  .c-main-visual .catch {
    display: none;
  }
} */
/*------------------------------------
汎用見出し
------------------------------------*/
.g-h,
.g-h span {
  font-size: 3rem;
  /* margin-bottom: 60px; */
  margin-bottom: 50px;
}
.g-h:after {
  /* width: 12px;
  height: 12px;
  bottom: -30px; */
  width: 60px;
  height: 3px;
  bottom: -15px;
}
/*------------------------------------
ページャー
------------------------------------*/
.pager {
  margin: 20px auto 80px;
}
.pager .prev,
.pager .next,
.pager .blank {
  width: 47%;
  height: 50px;
}
/*------------------------------------
前後記事リンク
------------------------------------*/

/*------------------------------------
TOPに戻る
------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  bottom: 5%;
  right: 5%;
}
#page_top svg {
  width: 35px;
}

/*------------------------------------
m-nav(middle-nav) 中間部ナビゲーションエリア　汎用
------------------------------------*/
#m-nav {
  /* padding: 100px 0 30px; */
  padding: 120px 0 30px;
  /* position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
}
#m-nav ul {
  justify-content: space-around;
}
#m-nav ul li {
  text-align: center;
}
#m-nav ul li:not(:first-child) {
  /* margin-left: 15px; */
}
#m-nav ul li.current > a {
}
#m-nav ul li.current > a:after {
  height: 4px;
  bottom: -15px;
}
/*------------------------------------
summary 概要エリア　汎用
------------------------------------*/
.summary {
  padding: 50px 0;
}
.summary .box {
  width: 100%;
  /* padding: 80px 100px ; */
  /* border-radius: 20px; */
  padding: 50px 7.5%;
}
.summary .box h2 {
  font-size: 3rem;
}
.summary .box dl {
  margin: 20px auto 0;
  max-width: 384px;
}
.summary .box dt {
  width: 95px;
  margin-top: 10px;
}
.summary .box dt:after {
}
.summary .box dd {
  width: calc(100% - 95px);
  margin-top: 10px;
  padding-left: 20px;
  word-break: break-word;
}
@media screen and (max-width: 1580px) {
  .summary .box {
  }
  .summary .box dl {
  }
}
@media screen and (max-width: 1280px) {
  .summary .box {

  }
  .summary .box dl {

  }
  .summary .box dt {

  }
  .summary .box dd {

  }
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										ヘッダー&フッター
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------*/
#header {
  height: 85px;
}
#header .wrapper {
  margin: 0 13% 0 5%;
}
#header .brand {
  width: 150px;
  margin-top: 6px;
}
#header .nav {
  display: none;
}
#header .nav__wrapper li:not(:first-child) {
  margin-left: 50px;
}
#header .nav__wrapper .nav__item.current:after {
  height: 5px;
  bottom: -30px;
}
/*------------------------------------
ハンバーガーメニュー
------------------------------------*/
/*　ハンバーガーボタン　*/
#header .hamburger {
  display: block;
  right: 5%;
  top: 28px;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1080px) {
  #header .hamburger {

  }
}
#header .hamburger span {
  width: 30px;
  height: 2px;
  left: 6px;
}
#header nav.globalMenuSp .brand--2 {
  width: 215px;
  /* margin: 20% auto 0; */
  margin: 0 auto;
}
#header nav.globalMenuSp .sns-wrap {
  margin-top: 40px;
}
#header nav.globalMenuSp .sns-wrap a {
  width: 50px;
}
#header nav.globalMenuSp .sns-wrap a:last-child {
  margin-left: 25px;
}
#header nav.globalMenuSp ul {
  /* margin: 12% auto 0; */
  margin: 18% auto 0;
  width: 212px;
}
#header nav.globalMenuSp ul li a {
  padding: 0.7em 0;
}
#header nav.globalMenuSp ul.g-wrap {
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
/*----------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------*/
footer {
  padding: 80px 0 0;
}
footer .container {
  width: 85%;
}
footer .wrap {
  padding: 0 0 50px 0;
  flex-direction: column;
  align-items: center;
}
footer .wrap .brand {
  width: 200px;
}
footer .sns-wrap {
  /* margin-left: 90px; */
  margin-top: 50px;
}
footer .sns-wrap img {
  width: 50px;
  height: 50px;
}
footer .sns-wrap a:last-child img {
  margin-left: 30px;
}
footer nav {
  margin-top: 30px;
}
footer nav ul {
  flex-direction: column;
  align-items: center;
}
footer nav ul li {
  padding: 15px;
}
footer nav ul li:first-child {
  /* padding-left: 0; */
}
footer nav ul li:not(:first-child):before {
  display: none;
}
footer nav ul li a {
  font-size: 1.6rem;
}
footer nav ul li a span {
  font-size: 1.6rem;
}
footer .copyright {
  font-size: 1.2rem;
  padding: 50px 0 10px;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										フロントページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/

/*------------------------------------
メインビジュアル
------------------------------------*/
#front .main-visual {
  height: calc(100vh - 85px);
  margin-top: 85px;
}
@media screen and (max-width: 1080px) {
  #front .main-visual {

  }
}
#front .main-visual .wrap {
  
  /* top: 14%;
  left: 50%; */
}
#front .main-visual h1 {
  /* height: 50vh; */
  height: 30vh;
  /* width: 70%; */
  /* margin: 2vh auto 0; */
  margin: 40px auto 0;
  min-width: 270px;
}
#front .main-visual h2 {
    /* font-size: 3rem;
    letter-spacing: .1em; */
    /* text-indent: 0.1em; */
    /* font-weight: 700;
    margin-top: 3vh; */
    /* margin-left: 0px; */
}
#front .main-visual h2 span {
    /* font-size: 2.7rem;
    font-weight: 700;
    padding-left: 5px;
    vertical-align: 3.7%; */
}
#front .main-visual .catch,
#front .main-visual .catch span {
  font-size: 2.4rem;
  letter-spacing: .24em;
  text-indent: .24em;
}
/* @media screen and (max-height: 500px) {
  #front .main-visual .wrap {
    top: 5%;
  }
  #front .main-visual h1 {
    margin: 4vh auto 0;
    height: 40vh;
  }
  #front .main-visual .catch,
  #front .main-visual .catch span {
    font-size: 1.6rem;
  }
} */

/*------------------------------------
Intro　紹介文
------------------------------------*/
#front .intro .desc{
  padding: 50px 0;
}
#front .intro .desc .wrap {
  width: 85%;
}
#front .intro .desc h2 {
  font-size: 3.4rem;
}
#front .intro .desc p {
  font-size: 1.7rem;
}
#front .intro .desc p:first-of-type {
  margin-top: 30px;
}
#front .intro .desc p:last-of-type {
  margin-top: 40px;
}
#front .intro .intro-img {
  padding: 50px 0;
}
/*------------------------------------
lunch　ランチメニュー
------------------------------------*/
#front .lunch {
  padding: 50px 0;
}
#front .lunch .pick-up {
  height: auto;
}
#front .lunch .pick-up > div {
  flex-direction: column;
}
#front .lunch .pick-up img {
  width: 100%;
}
#front .lunch .pick-up .desc {
  width: 100%;
  padding: 10% 7.5%;
  box-sizing: border-box;
}
#front .lunch .pick-up .desc h3 {
  font-size: 2.4rem;
}
#front .lunch .pick-up .desc .desc-text {
  margin-top: 40px;
}
#front .lunch .pick-up .desc ul {
  margin-top: 25px;
}
#front .lunch .pick-up .desc .price {
  font-size: 2.5rem;
  margin-top: 50px;
}
#front .lunch .pick-up .desc .price span {
  margin-left: 10px;
}

#front .lunch .menu {
  margin-top: 50px;
  flex-direction: column;
}
#front .lunch .menu li {
  width: 100%;
  margin-bottom: 30px;
}
#front .lunch .menu li:last-child {
  margin-bottom: 0;
}
#front .lunch .menu li img {
  height: 250px;
}
#front .lunch .menu li h4 {
  font-size: 2rem;
  margin-top: 20px;
}
#front .lunch .menu li .desc {
  margin-top: 10px;
  padding-bottom: 10px;
}
#front .lunch .menu li .price {
  margin-top: 10px;
  font-size: 2.5rem;
}
#front .lunch .menu li .price span {
  margin-left: 10px;
}
/*------------------------------------
dessert　デザートメニュー
------------------------------------*/
#front .dessert {
  padding: 50px 0;
}
#front .dessert .pick-up {
  height: auto;
  flex-direction: column-reverse;
}
#front .dessert .pick-up .container--2 {

}
#front .dessert .pick-up img {
  width: 100%;
  max-height: 500px;
}
#front .dessert .pick-up .desc {
  width: 100%;
  padding: 10% 7.5%;
  box-sizing: border-box;
}
#front .dessert .pick-up .desc h3 {
  font-size: 2.4rem;
}
#front .dessert .pick-up .desc p:nth-of-type(1) {
  margin-top: 40px;
}
#front .dessert .pick-up .desc p:nth-of-type(2),
#front .dessert .pick-up .desc p:nth-of-type(3) {
  margin-top: 25px;
}
#front .dessert .pick-up .desc .price {
  font-size: 2.5rem;
  margin-top: 30px;
}
#front .dessert .pick-up .desc .price span {
  margin-left: 10px;
}

#front .dessert .menu {
  margin-top: 50px;
  flex-direction: column;
}
#front .dessert .menu li {
  width: 100%;
  margin-bottom: 60px;
}
#front .dessert .menu li:last-child {
  margin-bottom: 0;
}
#front .dessert .menu li img {
  height: 250px;
}
#front .dessert .menu li h4 {
  font-size: 2rem;
  margin-top: 20px;
}
#front .dessert .menu li .desc {
  margin-top: 10px;
  padding-bottom: 10px;
}
#front .dessert .menu li .price {
  margin-top: 10px;
  font-size: 2.5rem;
  text-align: right;
}
#front .dessert .menu li .price span {
  margin-left: 10px;
}
/*------------------------------------
summary　概要
------------------------------------*/



/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										page-about zenzaiマージナルギャラリー
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/

/*------------------------------------
intro
------------------------------------*/
#about .intro .intro-img {
  padding: 50px 0;
}

#about .intro .i-about {
  padding: 50px 0;
}
#about .intro .i-about h2 {
  font-size: 3rem;
}
#about .intro .i-about h2 span {
  font-size: 3rem;
  vertical-align: 3%;
}
#about .intro .i-about p {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.7;
}

#about .intro .i-desc {
  padding: 50px 0;
}
#about .intro .i-desc p {
  font-size: 1.8rem;
  line-height: 3;
}
#about .intro .i-desc p:last-child {
  margin-top: 40px;
}
/*------------------------------------
feature
------------------------------------*/
#about .feature {
  padding: 50px 0;
}
#about .feature ul li {
  padding: 50px 0;
}
#about .feature ul li h3 {
  font-size: 2.5rem;
}
#about .feature ul li p {
  font-size: 1.8rem;
  margin-left: 70px;
  /* margin: 25px 0 0 70px; */
  /* margin: 15px auto 0 15px; */
  margin: 15px auto 0 33px;
}

#about .feature .to-terms-btn {
  font-size: 1.9rem;
  padding: 20px 35px;
  width: 250px;
  margin: 50px auto 0;
  padding: 15px 0;
  width: 230px;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										archive-vol1 archive-vol2 zenzaiマージナルギャラリー
                    カスタム投稿アーカイブ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
/*------------------------------------
exhibitor
------------------------------------*/
#works .exhibitor .vol-no {
  width: 200px;
  height: 200px;
  margin: 70px auto 0;
}
#works .exhibitor .vol-no p {
  font-size: 5rem;
}
#works .exhibitor .vol-no p span {
  font-size: 5rem;
}
#works .exhibitor h1 {
  font-size: 4rem;
  margin: 50px auto 0;
}
#works .exhibitor .name {
  font-size: 3rem;
  margin: 10px auto 0;
}
#works .exhibitor h2 {
  font-size: 3rem;
  margin-top: 80px;
}
#works .exhibitor .desc {
  margin-top: 15px;
}
#works .exhibitor dl {
  margin-top: 50px;
  flex-direction: column;
}
#works .exhibitor dl dt {
  font-size: 3rem;
}
#works .exhibitor dl dt:after {
  display: none;
}
#works .exhibitor dl dd {
  font-size: 2rem;
  margin-top: 20px;
}
#works .exhibitor dl dd span {
  font-size: 2rem;
  vertical-align: 2%;
}
#works .exhibitor .date {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
}
#works .exhibitor img {
  margin-top: 50px;
  height: 250px;
}
/*------------------------------------
profile
------------------------------------*/
#works .profile .prof-wrap {
  margin: 80px 0 0;
  flex-direction: column;
  align-items: center;
}

#works .profile .prof-text h2 {
  font-size: 4rem;
  text-indent: .1em;
  text-align: center;
}
#works .profile .prof-text h2 + p {
  font-size: 2rem;
  margin-top: 10px;
  text-indent: .2em;
  text-align: center;
}
#works .profile img {
  width: 200px;
  height: 200px;
  margin-top: 50px;
}
#works .profile h3 {
  font-size: 4rem;
  margin-top: 20px;
  text-align: center;
}
#works .profile h3 + p {
  margin-top: 35px;
}
#works .profile ul {
  margin-top: 50px;
  padding-bottom: 80px;
}
#works .profile ul li {
  font-size: 2rem;
}
#works .profile ul li a {
  font-size: 2rem;
}



#works .profile dl {
  display: block;
}

#works .profile dl.personal-url dt,
#works .profile dl.personal-url dd,
#works .profile dl.shop-url dt,
#works .profile dl.shop-url dd {
  width: 100%;
  padding: 0;
}
/*------------------------------------
o-works Other Works 他作品
------------------------------------*/
#works .o-works .o-works-h {
  padding: 50px 0;
}
#works .o-works .o-works-h h2 {
  font-size: 4rem;
}
#works .o-works .o-works-h h2 + p {
  font-size: 2rem;
  margin-top: 15px;
}
#works .o-works ul {
  padding: 50px 0;
}
#works .o-works ul li:not(:first-child) {
  padding: 60px 0 0;
}
#works .o-works ul li h3 {
  font-size: 2.5rem;
}
#works .o-works ul li h3:after {
  width: 100%;
  bottom: -20px;
}
@media screen and (max-width: 1500px) {
  #works .o-works ul li h3:after {

  }
}
#works .o-works ul li .container--2 {
  padding-top: 80px;
  height: auto;
  flex-direction: column;
  width: 100%;
}
#works .o-works ul li img {
  width: 100%;
  height: 200px;
}
#works .o-works ul li .desc {
  margin-top: 50px;
  width: 100%;
}
#works .o-works ul li .desc .en {
  margin: 30px 0;
}
#works .o-works ul li .desc .detail {

}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										page-back zenzaiマージナルギャラリー　BACKNUMBER
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#back .back-wrap ul {
  margin: 50px auto;
}
#back .back-wrap ul li {
  width: 100%;
  margin-bottom: 30px;
}
#back .back-wrap ul li img {
  height: 200px;
}
#back .back-wrap ul li dl {
  margin-top: 20px;
  flex-direction: column;
}
#back .back-wrap ul li dl dt {
  font-size: 4rem;
}
#back .back-wrap ul li dl dt:after {
  display: none;
}
#back .back-wrap ul li dl dd {
  font-size: 2rem;
  padding-left: 25px;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										page-terms 使用規約
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#terms .container--2 {
  margin-top: 85px;
  padding: 50px 0 80px;
}
@media screen and (max-width: 1080px) {
  #terms .container--2 {

  }
}
#terms h1,
#terms h1 span {
  font-size: 3rem;
}
#terms h1 span {
}
#terms .select {
  font-size: 2.5rem;
  padding-top: 40px;
}
#terms .select + p {
  margin-top: 20px;
  line-height: 2;
}
#terms  .u-term {
  margin-top: 50px;
  /* font-size: 3rem; */
  font-size: 2.5rem;
}
#terms ul {
  margin-top: 20px;
}
#terms ul li {
  line-height: 2;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										404
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#notfound .c-main-visual .wrap {

}
#notfound .c-main-visual h1 {
  font-size: 4rem;
}
#notfound .c-main-visual h1 span {
  font-size: 2rem;
}

#notfound .to-front-btn {
  font-size: 1.9rem;
  padding: 20px 55px;
  width: 250px;
  margin: 100px auto 0;
}
#about .feature .to-front-btn:hover {
}

#notfound .c-main-visual h2 {
  top: 10%;
  height: 25vh;
}
