/** Shopify CDN: Minification failed

Line 108:1 Expected identifier but found "*"
Line 108:18 Expected identifier but found "*"
Line 143:1 Expected identifier but found "*"
Line 192:1 Unexpected "html"
Line 197:0 All "@import" rules must come first

**/
@charset "UTF-8";

/*reset.css*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ol,ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*base.css*/

/* font reset
---------------------------------------------------------- */
body,html {
	font:16px/1.231 'Noto Sans Japanese', sans-serif;
    font:16px 'Noto Sans Japanese', sans-serif;
	*font-size:small;*font:x-small;
	width: 100%;
	height: auto;
    color:#000;
    -webkit-text-size-adjust: none;
	font-feature-settings: normal;
	-ms-font-feature-settings: "normal";
	font-weight: 500;
}

#wrapper{
	width: 100%;
    overflow:hidden;
}
a {
	text-decoration: none;
}
a:hover{
    text-decoration:none;
}
img {
	vertical-align: top;
}

select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

#yui3-css-stamp.cssfonts {
	display:none;
}

/**************************************
 *  font size set pixels(px)
***************************************/
.fonts-10 {font-size:77%;}
.fonts-11 {font-size:85%;}
.fonts-12 {font-size:93%;}
.fonts-13 {font-size:100%;}
.fonts-14 {font-size:108%;}
.fonts-15 {font-size:116%;}
.fonts-16 {font-size:123.1%;}
.fonts-17 {font-size:131%;}
.fonts-18 {font-size:138.5%;}
.fonts-19 {font-size:146.5%;}
.fonts-20 {font-size:153.9%;}
.fonts-21 {font-size:161.6%;}
.fonts-22 {font-size:167%;}
.fonts-23 {font-size:174%;}
.fonts-24 {font-size:182%;}
.fonts-25 {font-size:189%;}
.fonts-26 {font-size:197%;}


/* layout
---------------------------------------------------------- */
/* common */

/***************************************
 * clear fix
****************************************/
.clearfix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}
.clearfix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
}
/* Hides from IE-mac \*/
*html .clearfix{height: 1%;}
.clearfix{display: block;}


/*font*/
@import url('https://fonts.googleapis.com/css?family=Prata&display=swap');


/* Scss Document */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  opacity: 0.7 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}

svg {
  fill: currentColor;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tb {
    display: block !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

h1, h2, h3, h4, h5, h6, .heading-font {
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.bodoni {
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
}

.bodoniBold {
  font-family: bodoni-urw, serif;
  font-weight: 700;
  font-style: normal;
}

.calson {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.bebas {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gara_i {
  font-family: garamond-premier-pro, serif;
  font-weight: 700;
  font-style: italic;
}

.gara {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0.5;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media screen and (max-width: 768px) {
  .fadein {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(5px, 5px) rotateZ(1deg);
            transform: translate(5px, 5px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 5px) rotateZ(0deg);
            transform: translate(0px, 5px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(5px, 0px) rotateZ(-1deg);
            transform: translate(5px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(5px, 5px) rotateZ(1deg);
            transform: translate(5px, 5px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 5px) rotateZ(0deg);
            transform: translate(0px, 5px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(5px, 0px) rotateZ(-1deg);
            transform: translate(5px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.fwari {
  display: block;
}
.fwari:hover {
  -webkit-animation: hurueru 0.12s infinite;
          animation: hurueru 0.12s infinite;
}

header.header-jojo4 {
  position: fixed;
  height: 80px;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header.header-jojo4 {
    height: 50px;
  }
}
header #gnav_btn {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 99999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header #gnav_btn {
    width: 50px;
    height: 50px;
  }
}
header #gnav_btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header #gnav_btn.open span {
  -webkit-animation: nav_anim1 0.5s forwards;
          animation: nav_anim1 0.5s forwards;
}
header #gnav_btn.open span::after {
  -webkit-animation: nav_anim2 0.5s forwards;
          animation: nav_anim2 0.5s forwards;
}
header #gnav_btn.open span::before {
  -webkit-animation: nav_anim3 0.5s forwards;
          animation: nav_anim3 0.5s forwards;
}
header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: scroll;
  color: #000000;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header nav {
    bottom: 0;
  }
}
header nav .allitem_header {
  background: url("/cdn/shop/files/jojo4_bg_archive_hum.png") top 20% center no-repeat, #333;
  background-size: 90%;
}
header nav .allitem_head {
  text-align: center;
  padding: 50px 0 45px;
}
@media screen and (max-width: 768px) {
  header nav .allitem_head {
    padding: 45px 0 60px;
  }
}
header nav .allitem_head h1 {
  width: 204px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header nav .allitem_head h1 {
    width: 59%;
    max-width: 297px;
  }
}
header nav .allitem_head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding-top: 50px;
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header nav .allitem_head ul {
    width: 100%;
    display: block;
    padding-top: 40px;
  }
}
header nav .allitem_head ul li {
  font-size: 3rem;
  padding-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header nav .allitem_head ul li {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  header nav .allitem_head ul li:last-child {
    margin-bottom: 0;
  }
}
header nav .allitem_head ul li a {
  border-bottom: 1px solid #fff;
  display: inline;
  padding: 0 5px;
}
header nav h2 {
  width: 164px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  header nav h2 {
    width: 78%;
    max-width: 120px;
  }
}
header nav .allitem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94%;
  max-width: 1150px;
  margin: 0 auto;
}
header nav .allitem_list li {
  width: 24.5%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  line-height: 1.2;
  background: #fff;
  padding: 30px 10px;
}
@media screen and (max-width: 768px) {
  header nav .allitem_list li {
    width: 49.5%;
  }
}
header nav .allitem_list li p {
  font-size: 2rem;
  position: relative;
  margin-bottom: 5px;
}
header nav .allitem_list li p::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_item_arrow.svg");
  width: 29px;
  bottom: -10px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  left: 50%;
}
@media screen and (max-width: 768px) {
  header nav .allitem_list li p::after {
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  header nav .allitem_list li p {
    font-size: 1.6rem;
  }
}
header nav .allitem_list li h3 {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  header nav .allitem_list li h3 {
    font-size: 1.4rem;
  }
}
header nav .allitem_list li a {
  display: block;
}
header nav .nav_nums {
  line-height: 1;
  padding: 30px 0 50px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header nav .nav_nums {
    padding: 0 0 40px;
  }
}
header nav .nav_nums h3 {
  font-size: 3.5rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  header nav .nav_nums h3 {
    font-size: 2.8rem;
  }
}
header nav .nav_nums p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  header nav .nav_nums p {
    font-size: 1.4rem;
  }
}
header nav .archive_tav {
  max-width: 1220px;
  width: 82%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  color: #fff;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  header nav .archive_tav {
    display: block;
    width: 82%;
    padding-bottom: 100px;
  }
}
header nav .archive_tav li {
  background: #000;
  width: 32%;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 0 0 #404040;
          box-shadow: 0 5px 0 0 #404040;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header nav .archive_tav li {
    width: 100%;
    margin-bottom: 35px;
  }
  header nav .archive_tav li:last-child {
    margin-bottom: 0;
  }
}
header nav .archive_tav li a {
  padding: 25px 10px 0;
  display: block;
  position: relative;
  z-index: 1;
}
header nav .archive_tav li::before {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  header nav .archive_tav li::before {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
header nav .archive_tav li:hover {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #C0966E;
}
header nav .archive_tav li:hover::before {
  background: #C0966E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header nav .archive_tav li div {
  position: relative;
  z-index: 2;
}
header nav .archive_tav li .archive_title {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 768px) {
  header nav .archive_tav li .archive_title {
    font-size: 1.8rem;
  }
}
header nav .archive_tav li img {
  width: 25px;
}
header nav .see_all {
  margin-top: 55px;
  width: 290px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  header nav .see_all {
    margin-top: 40px;
    width: 77%;
    max-width: 300px;
    padding-bottom: 90px;
  }
}
header nav #nav_back {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 35px 0 60px;
}
header nav #nav_back a {
  margin-bottom: 25px;
  display: block;
}
header nav #nav_back a img {
  width: 158px;
}
header nav #nav_back .outside {
  padding: 10px 50px;
  border: 1px solid #fff;
  margin: 0 auto;
  display: block;
  width: 20%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header nav #nav_back .outside {
    width: 60%;
  }
}

.see_all {
  width: 323px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .see_all {
    width: 57.5%;
    max-width: 372px;
  }
}

#main div {
  position: relative;
}
#main div figure {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 94px;
}
@media screen and (max-width: 768px) {
  #main div figure {
    width: 47px;
    bottom: -75px;
  }
}
#main div p {
  text-align: right;
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  bottom: -25px;
  right: 5%;
  width: 40%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #main div p {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 1rem;
    width: 95%;
    text-align: center;
    line-height: 1.25;
    bottom: -30px;
  }
}

#intro .content {
  background: url("/cdn/shop/files/jojo4_bg_intro_left.jpg") left 1% bottom no-repeat, url("/cdn/shop/files/jojo4_bg_intro_right.jpg") right 5% bottom no-repeat;
  background-size: 29%, 23%;
  padding: 120px 0 100px;
}
@media screen and (max-width: 1000px) {
  #intro .content {
    background: url("/cdn/shop/files/jojo4_bg_intro_sp.jpg") center bottom no-repeat;
    padding: 130px 0 70%;
    background-size: contain;
  }
}
@media screen and (min-width: 1500px) {
  #intro .content {
    background: url("/cdn/shop/files/jojo4_bg_intro_left.jpg") left -2% bottom no-repeat, url("/cdn/shop/files/jojo4_bg_intro_right.jpg") right 5% bottom no-repeat;
    background-size: contain;
    padding: 100px 0;
    margin-top: 30px;
  }
}
#intro .content h1 {
  max-width: 760px;
  width: 50%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #intro .content h1 {
    width: 80%;
    max-width: 310px;
  }
}
#intro .content p {
  width: 35%;
  margin: 0 auto;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #intro .content p {
    width: 82%;
    text-align: left;
  }
}

#allitem_top .content {
  width: 93.333%;
  margin: 30px auto 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #allitem_top .content {
    width: 100%;
  }
}
#allitem_top .content h2 {
  background: url("/cdn/shop/files/jojo4_bg_allitem.svg") center no-repeat;
  background-size: 110%;
}
#allitem_top .content h2 span {
  text-align: center;
}
#allitem_top .content h2 span img {
  width: 262px;
  padding: 20px 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #allitem_top .content h2 span img {
    width: 140px;
    padding: 20px 20px;
  }
}
#allitem_top .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #allitem_top .content ul {
    width: 84%;
    margin: 0 auto;
  }
}
#allitem_top .content ul li {
  width: 16.6666%;
  padding: 40px 1.5% 40px;
  border-bottom: 1px solid #000;
}
#allitem_top .content ul li:nth-child(n+7) {
  border: none;
}
@media screen and (max-width: 768px) {
  #allitem_top .content ul li {
    padding: 15px 1.5%;
    width: 33.3333%;
  }
  #allitem_top .content ul li:nth-child(n+7) {
    border-bottom: 1px solid #000;
  }
  #allitem_top .content ul li:nth-child(n+10) {
    border: none;
  }
}
#allitem_top .content ul li p {
  font-size: 2rem;
  position: relative;
  margin-bottom: 5px;
}
#allitem_top .content ul li p::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_item_arrow.svg");
  width: 29px;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  left: 50%;
}
@media screen and (max-width: 768px) {
  #allitem_top .content ul li p::after {
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  #allitem_top .content ul li p {
    font-size: 1.4rem;
  }
}
#allitem_top .content ul li h3 {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #allitem_top .content ul li h3 {
    font-size: 1rem;
  }
}

#archive_top {
  width: 100%;
  color: #fff;
  text-align: center;
}
#archive_top .archive_line {
  vertical-align: bottom;
}
#archive_top .content {
  background: url("/cdn/shop/files/jojo4_bg_archive.png") top -10% center no-repeat, #808080;
  padding: 70px 0 40px;
}
@media screen and (max-width: 768px) {
  #archive_top .content {
    padding: 50px 9%;
    background-size: contain;
  }
}
#archive_top .content h2 {
  color: #C0966E;
  font-size: 7rem;
  position: relative;
  margin-bottom: 90px;
  letter-spacing: 5rem;
  line-height: 1;
  margin-right: -5rem;
}
#archive_top .content h2::after {
  position: absolute;
  width: 128px;
  height: 1px;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-68%);
          transform: translateX(-68%);
  content: "";
  background: #fff;
}
@media screen and (max-width: 768px) {
  #archive_top .content h2::after {
    bottom: -25px;
    width: 50px;
    position: absolute;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
    content: "";
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  #archive_top .content h2 {
    font-size: 3.5rem;
    margin-bottom: 50px;
    letter-spacing: 2rem;
    margin-right: -2rem;
  }
}
#archive_top .content h3 {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #archive_top .content h3 {
    font-size: 2.2rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
#archive_top .content .archive_intro {
  max-width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #archive_top .content .archive_intro {
    margin-bottom: 50px;
  }
}
#archive_top .content .archive_tab {
  max-width: 1220px;
  width: 82%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #archive_top .content .archive_tab {
    display: block;
    width: 100%;
  }
}
#archive_top .content .archive_tab li {
  background: #000;
  width: 32%;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 0 0 #404040;
          box-shadow: 0 5px 0 0 #404040;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #archive_top .content .archive_tab li {
    width: 100%;
    margin-bottom: 35px;
  }
  #archive_top .content .archive_tab li:last-child {
    margin-bottom: 0;
  }
}
#archive_top .content .archive_tab li a {
  padding: 25px 10px 0;
  display: block;
  position: relative;
  z-index: 1;
}
#archive_top .content .archive_tab li::before {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #archive_top .content .archive_tab li::before {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#archive_top .content .archive_tab li:hover {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #C0966E;
}
#archive_top .content .archive_tab li:hover::before {
  background: #C0966E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#archive_top .content .archive_tab li div {
  position: relative;
  z-index: 2;
}
#archive_top .content .archive_tab li .archive_title {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 768px) {
  #archive_top .content .archive_tab li .archive_title {
    font-size: 1.8rem;
  }
}
#archive_top .content .archive_tab li img {
  width: 25px;
}
#archive_top .panel {
  display: none;
}
#archive_top .archive_slide_list {
  padding: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #archive_top .archive_slide_list {
    padding-top: 15px;
  }
}
#archive_top .archive_slide_list h4 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #archive_top .archive_slide_list h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#archive_top .archive_slide_list .archive_slide {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #A9B0B7;
  padding: 0 3.5%;
}
#archive_top .archive_slide_list .archive_slide li {
  border-right: 1px solid #A9B0B7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#archive_top .archive_slide_list .archive_slide li:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#archive_top .archive_slide_list .archive_slide .slick-prev, #archive_top .archive_slide_list .archive_slide .slick-next {
  height: 100%;
  top: 0;
  -webkit-transform: none;
          transform: none;
  background: #E6E8EA;
  width: 3.5%;
  z-index: 0;
}
#archive_top .archive_slide_list .archive_slide .slick-prev {
  left: 0;
}
#archive_top .archive_slide_list .archive_slide .slick-next {
  right: 0;
}
#archive_top .archive_slide_list .archive_slide .slick-prev:before, #archive_top .archive_slide_list .archive_slide .slick-next:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  content: "";
  height: 15px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #archive_top .archive_slide_list .archive_slide .slick-prev:before, #archive_top .archive_slide_list .archive_slide .slick-next:before {
    width: 8px;
    height: 10px;
  }
}

#gallery {
  background: #000;
  margin-top: -2%;
}
@media screen and (max-width: 768px) {
  #gallery {
    padding-bottom: 10px;
    margin-top: -4%;
  }
}
#gallery figure {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #gallery figure {
    padding-bottom: 30px;
  }
}
#gallery .gallery_2box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gallery .gallery_2box img {
  width: 50%;
  height: 50%;
}
#gallery .gallery_pd {
  padding: 0 10.5% 120px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_pd {
    padding-bottom: 30px;
  }
}

#products .content {
  padding: 50px 0 250px;
}
@media screen and (max-width: 768px) {
  #products .content {
    padding: 55px 0 140px;
  }
}
#products .content h2 {
  font-size: 12.3rem;
  color: #C0966E;
  letter-spacing: 7rem;
  line-height: 1;
  text-align: center;
  margin-right: -7rem;
  margin-bottom: 85px;
}
@media screen and (max-width: 1250px) {
  #products .content h2 {
    font-size: 7.5rem;
    letter-spacing: 4rem;
    margin-right: -4rem;
  }
}
@media screen and (max-width: 768px) {
  #products .content h2 {
    margin-bottom: 55px;
    font-size: 3.2rem;
    letter-spacing: 1.8rem;
    margin-right: -1.8rem;
  }
}
#products .content .product_box {
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  #products .content .product_box {
    margin-bottom: 85px;
  }
}
#products .content .product_box:last-child {
  margin-bottom: 0;
}
#products .content .product_box .product_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #products .content .product_box .product_detail {
    display: block;
  }
}
#products .content .product_box .product_detail .detail_img a {
  position: relative;
}
#products .content .product_box .product_detail .detail_txt {
  width: 37.333%;
  margin-top: 1%;
}
@media screen and (max-width: 768px) {
  #products .content .product_box .product_detail .detail_txt {
    width: 77%;
    margin: 25px auto 0;
  }
}
#products .content .product_box .product_detail .detail_txt dl {
  font-size: 1.8rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #products .content .product_box .product_detail .detail_txt dl {
    font-size: 1.3rem;
    padding: 10px 0;
    margin-bottom: 15px;
  }
}
#products .content .product_box .product_detail .detail_txt p {
  font-size: 1.4rem;
  margin-bottom: 50px;
}
#products .content .product_box .product_detail .detail_txt p img {
  width: 13px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  #products .content .product_box .product_detail .detail_txt p img {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  #products .content .product_box .product_detail .detail_txt p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
#products .content .product01 .detail_img {
  width: 45.6%;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  #products .content .product01 .detail_img {
    width: 82.13%;
    margin-left: 11%;
  }
}
#products .content .product01 .detail_img a::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
  width: 295px;
  bottom: 60px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #products .content .product01 .detail_img a::after {
    position: absolute;
    content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
    width: 177px;
    bottom: 20px;
    left: -30px;
  }
}
#products .content .product01 .detail_txt {
  margin-right: 8%;
}
#products .content .product02 .product_detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#products .content .product02 .detail_img {
  width: 47.37%;
  margin-right: 3.333%;
}
@media screen and (max-width: 768px) {
  #products .content .product02 .detail_img {
    width: 85.9%;
    margin-left: 11.5%;
    margin-right: auto;
  }
}
#products .content .product02 .detail_img a::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_detail_right.svg");
  width: 295px;
  bottom: 60px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  #products .content .product02 .detail_img a::after {
    position: absolute;
    content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
    width: 177px;
    bottom: 20px;
    left: -30px;
  }
}
#products .content .product02 .detail_txt {
  margin-left: 8%;
}
#products .content .product03 .detail_img {
  width: 45.95%;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  #products .content .product03 .detail_img {
    width: 83%;
    margin-left: 11%;
  }
}
#products .content .product03 .detail_img a::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
  width: 295px;
  bottom: 60px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #products .content .product03 .detail_img a::after {
    position: absolute;
    content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
    width: 177px;
    bottom: 20px;
    left: -30px;
  }
}
#products .content .product03 .detail_txt {
  margin-right: 8%;
}
#products .content .product04 .product_detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#products .content .product04 .detail_img {
  width: 46.62%;
  margin-right: 4.133%;
}
@media screen and (max-width: 768px) {
  #products .content .product04 .detail_img {
    width: 84.5%;
    margin-left: 11.5%;
    margin-right: auto;
  }
}
#products .content .product04 .detail_img a::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_detail_right.svg");
  width: 295px;
  bottom: 60px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  #products .content .product04 .detail_img a::after {
    position: absolute;
    content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
    width: 177px;
    bottom: 20px;
    left: -30px;
  }
}
#products .content .product04 .detail_txt {
  margin-left: 8%;
}
#products .content .product05 .detail_img, #products .content .product11 .detail_img {
  width: 42.711%;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  #products .content .product05 .detail_img, #products .content .product11 .detail_img {
    width: 77.5%;
    margin-left: 11%;
  }
}
#products .content .product05 .detail_img a::after, #products .content .product11 .detail_img a::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
  width: 295px;
  bottom: 60px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #products .content .product05 .detail_img a::after, #products .content .product11 .detail_img a::after {
    position: absolute;
    content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
    width: 177px;
    bottom: 20px;
    left: -30px;
  }
}
#products .content .product05 .detail_txt, #products .content .product11 .detail_txt {
  margin-right: 8%;
}
#products .content .product06 .product_detail, #products .content .product10 .product_detail, #products .content .product12 .product_detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#products .content .product06 .detail_img, #products .content .product10 .detail_img, #products .content .product12 .detail_img {
  width: 42.711%;
  margin-right: 8%;
}
@media screen and (max-width: 768px) {
  #products .content .product06 .detail_img, #products .content .product10 .detail_img, #products .content .product12 .detail_img {
    width: 77.5%;
    margin-left: 11.5%;
    margin-right: auto;
  }
}
#products .content .product06 .detail_img a::after, #products .content .product10 .detail_img a::after, #products .content .product12 .detail_img a::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_detail_right.svg");
  width: 295px;
  bottom: 60px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  #products .content .product06 .detail_img a::after, #products .content .product10 .detail_img a::after, #products .content .product12 .detail_img a::after {
    position: absolute;
    content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
    width: 177px;
    bottom: 20px;
    left: -30px;
  }
}
#products .content .product06 .detail_txt, #products .content .product10 .detail_txt, #products .content .product12 .detail_txt {
  margin-left: 8%;
}
#products .content .product07 .detail_img {
  width: 45.377%;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  #products .content .product07 .detail_img {
    width: 82.13%;
    margin-left: 11%;
  }
}
#products .content .product07 .detail_img a::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
  width: 295px;
  bottom: 60px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #products .content .product07 .detail_img a::after {
    position: absolute;
    content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
    width: 177px;
    bottom: 20px;
    left: -30px;
  }
}
#products .content .product07 .detail_txt {
  margin-right: 8%;
}
#products .content .product08 .product_detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#products .content .product08 .detail_img {
  width: 45.777%;
  margin-right: 4.933%;
}
@media screen and (max-width: 768px) {
  #products .content .product08 .detail_img {
    width: 82.3%;
    margin-left: 11.5%;
    margin-right: auto;
  }
}
#products .content .product08 .detail_img a::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_detail_right.svg");
  width: 295px;
  bottom: 60px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  #products .content .product08 .detail_img a::after {
    position: absolute;
    content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
    width: 177px;
    bottom: 20px;
    left: -30px;
  }
}
#products .content .product08 .detail_txt {
  margin-left: 8%;
}
#products .content .product09 .detail_img {
  width: 45.777%;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  #products .content .product09 .detail_img {
    width: 83%;
    margin-left: 11%;
  }
}
#products .content .product09 .detail_img a::after {
  position: absolute;
  content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
  width: 295px;
  bottom: 60px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #products .content .product09 .detail_img a::after {
    position: absolute;
    content: url("/cdn/shop/files/jojo4_ico_detail_left.svg");
    width: 177px;
    bottom: 20px;
    left: -30px;
  }
}
#products .content .product09 .detail_txt {
  margin-right: 8%;
}

#exhibition {
  color: #C0966E;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
  width: 84%;
  max-width: 1260px;
  margin: 0 auto 100px;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #exhibition {
    width: 80%;
  }
}
#exhibition:before {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #C0966E;
          box-shadow: 0 0 0 1px #C0966E;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #exhibition:before {
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
  }
}
#exhibition::after {
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #C0966E;
          box-shadow: 0 0 0 1px #C0966E;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #exhibition::after {
    bottom: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
  }
}
#exhibition .content {
  -webkit-box-shadow: 0 0 0 1px #C0966E inset;
          box-shadow: 0 0 0 1px #C0966E inset;
  position: relative;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  padding: 40px 60px 60px;
}
@media screen and (max-width: 768px) {
  #exhibition .content {
    padding: 30px 30px 40px;
  }
}
#exhibition .content::before {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #C0966E;
          box-shadow: 0 0 0 1px #C0966E;
}
@media screen and (max-width: 768px) {
  #exhibition .content::before {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
  }
}
#exhibition .content::after {
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #C0966E;
          box-shadow: 0 0 0 1px #C0966E;
}
@media screen and (max-width: 768px) {
  #exhibition .content::after {
    bottom: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
  }
}
#exhibition .content dt {
  font-size: 3rem;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C0966E;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #exhibition .content dt {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
#exhibition .content dd {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #exhibition .content dd {
    font-size: 1.2rem;
  }
}

.all_item_foot {
  position: relative;
}
.all_item_foot::before {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url("/cdn/shop/files/jojo4_ico_star.svg");
  width: 93px;
}
@media screen and (max-width: 768px) {
  .all_item_foot::before {
    width: 50px;
    top: -70px;
  }
}
.all_item_foot .content {
  margin-top: 0 !important;
}

#archive_all {
  margin-bottom: 125px;
}
@media screen and (max-width: 768px) {
  #archive_all {
    margin-bottom: 50px;
  }
}
#archive_all article {
  background: url("/cdn/shop/files/jojo4_line_item.svg") top center no-repeat;
  background-size: contain;
  padding: 70px 0 15px;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}
#archive_all article::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #767676;
}
#archive_all article::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #767676;
}
@media screen and (max-width: 768px) {
  #archive_all article::after {
    bottom: 3px;
  }
}
#archive_all article:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #archive_all article {
    padding: 35px 0 15px;
  }
}
#archive_all article h3 {
  font-size: 3.4rem;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #archive_all article h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#archive_all article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 93.333%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #archive_all article ul {
    width: 85.333%;
  }
}
#archive_all article ul li {
  width: 14.285%;
  margin-top: 10px;
  position: relative;
}
#archive_all article ul li::after {
  position: absolute;
  content: "";
  height: 95%;
  background: #000;
  width: 1px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #archive_all article ul li {
    width: 25%;
  }
}
#archive_all article ul li a {
  display: block;
}
#archive_all article ul li img {
  border-bottom: 1px solid #000;
}
#archive_all article ul li:nth-child(7n)::after {
  content: none;
}
#archive_all article ul li:nth-last-child(-n+7) img {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #archive_all article ul li:nth-child(7n)::after {
    position: absolute;
    content: "";
    height: 95%;
    background: #000;
    width: 1px;
    right: 0;
    top: 0;
  }
  #archive_all article ul li:nth-child(4n)::after {
    content: none;
  }
  #archive_all article ul li:nth-last-child(-n+7) img {
    border-bottom: 1px solid #000;
  }
  #archive_all article ul li:nth-last-child(-n+4) img {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  #archive_all article#archive_foot4th li:nth-last-child(-n+7) img {
    border-bottom: 1px solid #000;
  }
  #archive_all article#archive_foot4th li:nth-last-child(-n+5) img {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  #archive_all article#archive_foot3rd li:nth-last-child(-n+5) img {
    border-bottom: 1px solid #000;
  }
  #archive_all article#archive_foot3rd li:nth-last-child(-n+2) img {
    border-bottom: none;
  }
}

#map h3 {
  position: relative;
  width: 277px;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #map h3 {
    width: 110px;
  }
}
#map .iframe {
  width: 100%;
  margin: -138px auto -10px;
}
@media screen and (max-width: 768px) {
  #map .iframe {
    height: 500px;
    margin: -55px auto -10px;
  }
}
#map .iframe .mono {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#footer {
  background: #000;
  background-size: cover;
  color: #fff;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #footer {
    background-size: contain;
  }
}
#footer .footer_inner {
  margin: 0 auto 0;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner {
    margin: 0 auto;
    padding-top: 40px;
  }
}
#footer .footer_inner .shop {
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
}
#footer .footer_inner .shop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop ul {
    display: block;
    padding: 0;
  }
}
#footer .footer_inner .shop ul li {
  border-left: 1px solid #fff;
  padding: 5px 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop ul li {
    margin-bottom: 20px;
    width: 100%;
  }
}
#footer .footer_inner .shop ul li:first-child {
  border-left: none;
  padding-right: 0;
}
#footer .footer_inner .shop ul li.flag {
  width: 18%;
  font-size: 1.4rem;
  padding-left: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop ul li.flag {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer .footer_inner .shop ul li h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#footer .footer_inner .shop ul li p {
  margin-bottom: 10px;
}
#footer .footer_inner .shop ul li p:last-child {
  margin-bottom: 0;
}
#footer .footer_inner .shop ul li a {
  padding: 5px 5px 5px 6px;
  border: 1px solid #fff;
  margin-left: 10px;
  color: #fff;
  font-size: 1.2rem;
}
#footer .footer_inner .shop .shop_tel {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel {
    width: 100%;
    display: block;
    font-size: 1.4rem;
  }
}
#footer .footer_inner .shop .shop_tel a {
  width: 48%;
  padding: 20px 10px;
  line-height: 1.2;
  background: #333;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel a {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
  }
}
#footer .footer_inner .shop .shop_tel a img {
  width: 20px;
  margin-right: 8px;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel a img {
    width: 13px;
    margin-right: 6px;
    margin-top: 0;
  }
}
#footer .footer_inner .shop .shop_tel a:nth-child(2) img {
  width: 24px;
  margin-right: 8px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel a:nth-child(2) img {
    width: 15px;
    margin-top: 1px;
  }
}
#footer .footer_inner .footer_2box {
  margin: 80px auto 70px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box {
    margin: 95px auto 60px;
  }
}
#footer .footer_inner .footer_2box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul {
    display: block;
  }
}
#footer .footer_inner .footer_2box ul li {
  width: 50%;
  background: #333;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul li {
    width: 93.333%;
    margin: 0 auto 10px;
  }
  #footer .footer_inner .footer_2box ul li:last-child {
    margin-bottom: 0;
  }
}
#footer .footer_inner .footer_2box ul li figure {
  position: relative;
}
#footer .footer_inner .footer_2box ul li h3 {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px 20px 5px 25px;
  font-size: 3rem;
  line-height: 1;
  color: #000;
  letter-spacing: 1rem;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul li h3 {
    top: 0;
    left: 50%;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    padding: 8px 12px 6px 15px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer_inner .footer_2box ul li:first-child {
    border-right: 1px solid #fff;
  }
}
#footer .footer_inner .footer_2box ul li p {
  width: 83%;
  margin: 0 auto;
  padding: 45px 0 70px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul li p {
    font-size: 1.2rem;
    padding: 25px 0;
  }
}
#footer .footer_inner .sns {
  border: 1px solid #C0966E;
  text-align: center;
  position: relative;
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
}
#footer .footer_inner .sns article {
  border: 1px solid #C0966E;
  margin: 0.25% auto;
  width: 99.5%;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns article {
    padding: 25px 25px 15px;
  }
}
#footer .footer_inner .sns h3 {
  font-size: 5.2rem;
  line-height: 1;
  background: #000;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #C0966E;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns p {
    font-size: 1.2rem;
  }
}
#footer .footer_inner .sns .link_app {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #C0966E;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns .link_app {
    margin-top: 40px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
#footer .footer_inner .sns .link_app::after {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background: #fff;
  width: 50px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns .link_app::after {
    top: -20px;
  }
}
#footer .footer_inner .sns .link_icos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns .link_icos {
    width: 70%;
  }
}
#footer .footer_inner .sns .link_icos li a {
  display: block;
}
#footer .footer_inner .sns .link_icos li:nth-child(1) img, #footer .footer_inner .sns .link_icos li:nth-child(2) img, #footer .footer_inner .sns .link_icos li:nth-child(4) img, #footer .footer_inner .sns .link_icos li:nth-child(6) img {
  width: 48px;
}
#footer .footer_inner .sns .link_icos li:nth-child(3) img, #footer .footer_inner .sns .link_icos li:nth-child(5) img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns .link_icos li {
    margin-bottom: 20px;
    width: 33.333%;
  }
}
#footer .footer_inner .footer_content {
  width: 88%;
  max-width: 900px;
  padding: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin: 35px auto 35px;
  border: 1px solid #fff;
}
#footer .footer_inner .footer_content h4 {
  width: 14%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content h4 {
    width: 40%;
  }
}
#footer .footer_inner .footer_content ul {
  padding: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 86%;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content ul {
    width: 60%;
    display: block;
  }
}
#footer .footer_inner .footer_content ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content ul li {
    width: 100%;
  }
}
#footer .footer_inner .footer_logo {
  text-align: center;
  margin: 60px auto 25px;
  width: 116px;
}
#footer .footer_inner .footer_copy {
  text-align: center;
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */