@charset "UTF-8";

@media screen and (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}

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

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

/*コンテナ*/
.container {
  width: 1440px;
}
.container--2 {
  width: 1200px;
}

@media screen and (max-width: 1520px) {
  .container {
    width: calc(100vw - 120px);
  }
  .container--2 {
    width: calc(100vw - 240px);
  }
}

/*--------------------------------------------------------------------------
部品
--------------------------------------------------------------------------*/
/*------------------------------------
Intro-img　紹介画像
------------------------------------*/
.intro-img .u-bar {
  height: 18px;
}
/*------------------------------------
汎用メインビジュアル
------------------------------------*/
.c-main-visual {
  height: calc(100vh - 155px);
  margin-top: 155px;
  height: calc(100vh - 110px);
  margin-top: 110px;
}
@media screen and (max-width: 1080px) {
  .c-main-visual {
  height: calc(100vh - 85px);
  margin-top: 85px;
  }
}
.c-main-visual h2 {
  /* top: 10%;
  height: 70vh; */
  max-width: 370px;
}
.c-main-visual h2 img{
}
.c-main-visual h3 {

}
.c-main-visual .catch {
  /* right: 15%; */
  /* right: 10%; */
  right: -520px;
}
@media screen and (max-width: 1500px) {
  .c-main-visual .catch {
  /* right: 100px; */
  right: -430px;
  }
}
/* @media screen and (max-width: 1080px) {
  .c-main-visual .catch {
  right: 50px;
  }
} */
@media screen and (max-width: 1400px) {
  .c-main-visual .catch {
  /* right: 50%;
  transform: translateX(50%); */
  /* top: 84%; */
  /* text-indent: .3em;
  top: unset;
  bottom: 20px;
  width: 100%;
  text-align: center; */
  display: none;
  }
}
.c-main-visual .catch01 {
  max-height: 170px;
}
.c-main-visual .catch02 {
  width: 35%;
  max-height: 170px;
}
/* @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: 3.6rem;
  /* margin-bottom: 100px; */
  margin-bottom: 80px;
}
.g-h:after {
  /* width: 12px;
  height: 12px;
  bottom: -30px; */
  width: 100px;
  height: 4px;
  bottom: -20px;
}
/*------------------------------------
ページャー
------------------------------------*/
.pager {
  margin: 20px auto 200px;
}
.pager .prev,
.pager .next,
.pager .blank {
  width: 47%;
  height: 80px;
}
/*------------------------------------
前後記事リンク
------------------------------------*/

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

/*------------------------------------
m-nav(middle-nav) 中間部ナビゲーションエリア　汎用
------------------------------------*/
#m-nav {
  padding: 200px 0 40px;
}
#m-nav ul {
}
#m-nav ul li:not(:first-child) {
  margin-left: 80px;
}
#m-nav ul li.current > a {
}
#m-nav ul li.current > a:after {
  height: 4px;
  bottom: -15px;
}
/*------------------------------------
summary 概要エリア　汎用
------------------------------------*/
.summary {
  /* padding: 120px 0 200px; */
  padding: 0 0 200px;
}
.summary .box {
  width: 50%;
  padding: 80px 100px ;
  border-radius: 20px;
}
.summary .box h2 {
  font-size: 3rem;
}
.summary .box dl {
  max-width: 590px;
  margin: 40px auto 0;
}
.summary .box dt {
  width: 150px;
  font-size: 2rem;
  margin-top: 10px;
}
.summary .box dt:after {
}
.summary .box dd {
  width: calc(100% - 150px);
  font-size: 2rem;
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 1580px) {
  .summary .box {
    min-width: 800px;
  }
  .summary .box dl {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1280px) {
  .summary .box {
    padding: 60px;
    min-width: 600px;
  }
  .summary .box dl {
    width: 100%;
    max-width: 475px;
    margin: 20px auto 0;
  }
  .summary .box dt {
    width: 120px;
  }
  .summary .box dd {
    width: calc(100% - 120px);
  }
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										ヘッダー&フッター
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------*/
#header {
  /* height: 155px; */
  height: 110px;
}
#header .wrapper {
  margin: 0 13% 0 5%;
}
#header .brand {
  /* width: 335px; */
  width: 225px;
  margin-top: 6px;
}
#header .nav {
  /* margin-bottom: 30px; */
  margin-bottom: 20px;
}
#header .nav__wrapper li:not(:first-child) {
  margin-left: 50px;
}
#header .nav__wrapper .nav__item.current:after {
  height: 5px;
  /* bottom: -30px; */
  bottom: -20px;
}
@media screen and (max-width: 1280px) {
  #header .wrapper {
    margin: 0 8% 0 5%;
  }
}
@media screen and (max-width: 1080px) {
  #header {
    height: 85px;
  }
  #header .brand {
    width: 200px;
  }
  #header .nav {
    display: none;
  }
}
/*------------------------------------
ハンバーガーメニュー
------------------------------------*/
/*　ハンバーガーボタン　*/
#header .hamburger {
  display: none;
  right: 25px;
  top: 28px;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1080px) {
  #header .hamburger {
    display: block;
  }
}
#header .hamburger span {
  width: 30px;
  height: 2px;
  left: 6px;
}
#header nav.globalMenuSp .brand--2 {
  width: 300px;
  /* margin: 150px auto 0; */
  margin: 0 auto;
}
#header nav.globalMenuSp .sns-wrap {
  margin-top: 50px;
}
#header nav.globalMenuSp .sns-wrap a {
  width: 50px;
}
#header nav.globalMenuSp .sns-wrap a:last-child {
  margin-left: 25px;
}
#header nav.globalMenuSp ul {
  margin: 80px auto 40px;
  width: 260px;
}
/*----------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------*/
footer {
  padding: 100px 0 0;
}
footer .wrap {
  padding: 0 0 110px 0;
}
footer .wrap .brand {
  width: 190px;
}
footer .sns-wrap {
  margin-left: 90px;
}
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 li {
  padding: 0 20px;
}
footer nav ul li:first-child {
  padding-left: 0;
}
footer nav ul li:not(:first-child):before {
  top: 50%;
  width: .5px;
  height: 13px;
}
footer nav ul li a {
  font-size: 1.7rem;
}
footer nav ul li a span {
  font-size: 1.7rem;
}
footer .copyright {
  font-size: 1.4rem;
  padding: 100px 0 10px;
}
@media screen and (max-width: 1520px) {
  footer .container--2 {
    width: calc(100vw - 150px);
  }
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										フロントページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/

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

}
#front .main-visual h1 {
  /* height: 50vh; */
  /* margin-top: 8vh; */
  /* margin-top: 4vh; */
  /* height: 40vh; */
  width: 400px;
  margin: 6vh auto 0;
}
#front .main-visual h2 {
  /* font-size: 3rem;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 700;
  margin-top: 4vh; */
}
#front .main-visual h2 span {
  /* font-size: 2.6rem;
  font-weight: 700;
  padding-left: 5px;
  vertical-align: 3.5%; */
}
@media screen and (max-width: 1280px) {
  /* #front .main-visual h2 span {
    vertical-align: 4.2%;
  } */
}
#front .main-visual .catch {
    margin: 0 auto 0 4px;
}
#front .main-visual .catch>span {
  /* font-size: 4.5rem; */
  font-size: 3.5rem;
  letter-spacing: .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: 120px 0;
}
#front .intro .desc .wrap {
  width: 50%;
}
#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: 90px;
}
#front .intro .desc p:last-of-type {
  margin-top: 40px;
}
#front .intro .intro-img {
  padding: 120px 0;
}
/*------------------------------------
lunch　ランチメニュー
------------------------------------*/
#front .lunch {
  padding: 120px 0;
}
#front .lunch .pick-up {
  /* height: 600px; */
  height: 560px;
}
#front .lunch .pick-up > div {
}
#front .lunch .pick-up img {
  width: 50%;
}
#front .lunch .pick-up .desc {
  width: 50%;
  padding: 5%;
}
#front .lunch .pick-up .desc h3 {
  font-size: 2.4rem;
}
#front .lunch .pick-up .desc .desc-text {
  margin-top: 70px;
}
#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: 100px;
}
#front .lunch .menu li {
  /* width: calc(100% / 4 - 15% / 4);
  margin-right: 5%; */
  width: calc(100% / 4 - 8% / 4);
  margin-right: 2%;
}
#front .lunch .menu li:last-child {
  margin-right: 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;
}
@media screen and (max-width: 1280px) {
  #front .lunch {
    padding: 120px 0 0;
  }
  #front .lunch .menu li {
    /* width: calc(100% / 2 - 5% / 2);
    margin: 0 5% 50px 0; */
    width: calc(100% / 2 - 3% / 2);
    margin: 0 3% 50px 0;
  }
  #front .lunch .menu li:nth-of-type(even) {
    margin-right: 0;
  }
}
/*------------------------------------
dessert　デザートメニュー
------------------------------------*/
#front .dessert {
  padding: 120px 0;
}
#front .dessert .pick-up {
  height: 630px;
}
#front .dessert .pick-up .container--2 {

}
#front .dessert .pick-up img {
  width: 50%;
}
#front .dessert .pick-up .desc {
  width: 50%;
  padding: 5%;
}
#front .dessert .pick-up .desc h3 {
  font-size: 2.4rem;
}
#front .dessert .pick-up .desc p:nth-of-type(1) {
  margin-top: 70px;
}
#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: 50px;
}
#front .dessert .pick-up .desc .price span {
  margin-left: 10px;
}

#front .dessert .menu {
  margin-top: 100px;
}
#front .dessert .menu li {
  /* width: calc(100% / 4 - 15% / 4);
  margin-right: 5%; */
  width: calc(100% / 4 - 8% / 4);
  margin-right: 2%;
}
#front .dessert .menu li:last-child {

}
#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;
}
@media screen and (max-width: 1280px) {
  #front .dessert {
    padding: 120px 0 0;
  }
  #front .dessert .menu li {
    /* width: calc(100% / 2 - 10% / 2);
    margin-right: 5%; */
    margin-bottom: 80px;
    width: calc(100% / 2 - 3% / 2);
    margin: 0 3% 50px 0;
  }
  #front .dessert .menu li:nth-of-type(even) {
    margin-right: 0;
  }
}
/*------------------------------------
summary　概要
------------------------------------*/



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

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

#about .intro .i-about {
  padding: 80px 0;
}
#about .intro .i-about h2 {
  font-size: 3.5rem;
}
#about .intro .i-about h2 span {
  font-size: 3.5rem;
  vertical-align: 2%;
}
#about .intro .i-about p {
  margin-top: 40px;
  font-size: 2rem;
}

#about .intro .i-desc {
  padding: 80px 0;
}
#about .intro .i-desc p {
  font-size: 1.8rem;
  /* letter-spacing: 0.3em;
  text-indent: 0.3em; */
}
#about .intro .i-desc p:last-child {
  margin-top: 60px;
}
/*------------------------------------
feature
------------------------------------*/
#about .feature {
  padding: 120px 0;
}
#about .feature ul li {
  padding: 80px 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: 25px 0 0 41px;
}
@media screen and (max-width: 1280px) {
  #about .feature ul li p{
    margin: 25px 0 0 32px;
  }
}
#about .feature .to-terms-btn {
  font-size: 1.9rem;
  /* padding: 35px 55px;
  width: 320px; */
  margin: 100px auto 0;
  padding: 15px 0;
  width: 290px;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										archive-vol1 archive-vol2 zenzaiマージナルギャラリー
                    カスタム投稿アーカイブ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
/*------------------------------------
exhibitor
------------------------------------*/
#works .exhibitor .vol-no {
  width: 200px;
  height: 200px;
  margin: 150px auto 0;
}
#works .exhibitor .vol-no p {
  font-size: 5rem;
}
#works .exhibitor .vol-no p span {
  font-size: 5rem;
}
#works .exhibitor h1 {
  font-size: 8rem;
  margin: 100px auto 0;
}
#works .exhibitor .name {
  font-size: 7rem;
  margin: 30px auto 0;
}
#works .exhibitor h2 {
  font-size: 5rem;
  margin-top: 200px;
}
#works .exhibitor .desc {
  margin-top: 5px;
}
#works .exhibitor dl {
  margin-top: 80px;
}
#works .exhibitor dl dt {
  font-size: 4rem;
  width: 185px;
}
#works .exhibitor dl dt:after {
  bottom: 4px;
}
#works .exhibitor dl dd {
  font-size: 5rem;
  width: calc(100% - 185px);
  padding-left: 10px;
}
#works .exhibitor dl dd span {
  font-size: 4rem;
  vertical-align: 2%;
}
#works .exhibitor .date {
  font-size: 3rem;
}
#works .exhibitor img {
  margin-top: 120px;
  height: 650px;
}
@media screen and (max-width: 1280px) {
  #works .exhibitor dl dt {
    width: 150px;
  }
  #works .exhibitor dl dd {
    line-height: 1;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1020px) {
  #works .exhibitor dl {
    display: block;
  }
  #works .exhibitor dl dd {
    width: 100%;
    line-height: 2;
    font-size: 4rem;
  }
  #works .exhibitor .date {
  font-size: 2rem;
  }
}
/*------------------------------------
profile
------------------------------------*/
#works .profile .prof-wrap {
  margin: 120px 0 0;
}
#works .profile .prof-wrap:before {
  width: 200%;
  top: calc(50% - 20px);
  right: 100px;
}
#works .profile .prof-text {
  width: calc(100% - 300px);
}
#works .profile .prof-text h2 {
  font-size: 5rem;
}
#works .profile .prof-text h2 + p {
  font-size: 2rem;
  margin-top: 20px;
}
#works .profile img {
  width: 300px;
  height: 300px;
  top: -20px;
}
#works .profile h3 {
  font-size: 4rem;
  margin-top: 40px;
}
#works .profile h3 + p {
  margin-top: 35px;
}
#works .profile ul {
  margin-top: 100px;
  padding-bottom: 120px;
}
#works .profile ul li {
  font-size: 2rem;
}
#works .profile ul li a {
  font-size: 2rem;
}

@media screen and (min-width: 1280px) {
  #works .profile dl.personal-url dt {
    width: 55px;
  }
  #works .profile dl.personal-url dd {
    width: calc(100% - 55px);
    word-break: break-all;
    box-sizing: border-box;
  }
  #works .profile dl.shop-url dt {
    width: 150px;
  }
  #works .profile dl.shop-url dd {
    width: calc(100% - 150px);
    word-break: break-all;
    box-sizing: border-box;
  }
}
/*------------------------------------
o-works Other Works 他作品
------------------------------------*/
#works .o-works .o-works-h {
  padding: 50px 0;
}
#works .o-works .o-works-h h2 {
  font-size: 5rem;
}
#works .o-works .o-works-h h2 + p {
  font-size: 2rem;
  margin-top: 15px;
}
#works .o-works ul {
  padding: 120px 0;
}
#works .o-works ul li:not(:first-child) {
  padding: 100px 0 0;
}
#works .o-works ul li h3 {
  font-size: 3.5rem;
}
#works .o-works ul li h3:after {
  width: 1320px;
  bottom: -30px;
}
@media screen and (max-width: 1500px) {
  #works .o-works ul li h3:after {
    width: calc(100vw - 180px);
  }
}
#works .o-works ul li .container--2 {
  padding-top: 130px;
  height: auto;
}
#works .o-works ul li img {
  width: calc(50% - 100px);
  margin-right: 100px;
  height: 400px;
}
#works .o-works ul li .desc {
  width: 50%;
}
#works .o-works ul li .desc .en {
  margin: 50px 0;
}
#works .o-works ul li .desc .detail {

}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										page-back zenzaiマージナルギャラリー　BACKNUMBER
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#back .back-wrap ul {
  margin: 120px auto;
}
#back .back-wrap ul li {
  width: 48%;
  margin-bottom: 80px;
}
#back .back-wrap ul li img {
  height: 300px;
}
#back .back-wrap ul li dl {
  margin-top: 40px;
}
#back .back-wrap ul li dl dt {
  font-size: 5rem;
  width: 165px;
}
#back .back-wrap ul li dl dt:after {
  font-size: 2.8rem;
  margin-top: 10px;
}
#back .back-wrap ul li dl dd {
  font-size: 2.8rem;
  width: calc(100% - 165px);
  padding-left: 25px;
}
@media screen and (max-width: 1280px) {
  #back .back-wrap ul li dl dt {
    width: 130px;
  }
  #back .back-wrap ul li dl dd {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 1020px) {
  #back .back-wrap ul li dl {
    display: block;
  }
  #back .back-wrap ul li dl dt {
    font-size: 4rem;
  }
  #back .back-wrap ul li dl dt:after {
    content: "";
  }
  #back .back-wrap ul li dl dd {
    width: 100%;
    font-size: 2rem;
    margin-top: 10px;
  }
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										page-terms 使用規約
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#terms .container--2 {
  margin-top: 155px;
  padding: 120px 0 200px;
}
@media screen and (max-width: 1080px) {
  #terms .container--2 {
  margin-top: 85px;
  }
}
#terms h1,
#terms h1 span {
  font-size: 4rem;
}
#terms h1 span {
}
#terms .select {
  padding-top: 50px;
  font-size: 3rem;
}
#terms .select + p {
  margin-top: 30px;
}
#terms  .u-term {
  margin-top: 120px;
  font-size: 3rem;
}
#terms ul {
  margin-top: 30px;
}
#terms ul li {

}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										404
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#notfound .c-main-visual .wrap {

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

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

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