@charset "UTF-8";
/* -----------------------------
common reset
------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}

body {
  font-size: min(1.111vw, 16px);
  font-weight: normal;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 4.103vw;
  }
}
body.fixed {
  position: fixed;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

a {
  color: #2b2b2b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

a:hover {
  color: #2b2b2b;
  text-decoration: none;
  opacity: 0.7;
}

ul,
ol,
dl {
  list-style-position: outside;
}

li,
dt,
dd {
  font-size: 16px;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
    font-family: "M PLUS 1", sans-serif;
    color: #333;
  }
  li,
  dt,
  dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

/*------------------------------
module
------------------------------*/
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.ps_ab {
  position: absolute;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------
layout
------------------------------*/
img {
  max-width: 100%;
  width: 100%;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.none {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
}
.inner {
  max-width: min(58.333vw, 840px);
  margin: 0 auto;
  padding: 0 min(1.389vw, 20px);
}

@media only screen and (max-width: 768px) {
  .inner {
    max-width: 89.744vw;
    margin: auto;
    padding: 0;
  }
}
/*----------------
  header
----------------*/
/*PCメニュー*/
#header {
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 5.128vw;
  }
}
#header .spMenu {
  display: none;
}
#header .spMenu .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  background: #000;
}
#header .spMenu .close_menu {
  position: absolute;
  top: -1.538vw;
  right: -1.282vw;
}
#header .spMenu .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
  gap: 14.103vw 0;
  max-width: 46.667vw !important;
  margin-top: 25.769vw !important;
}
@media only screen and (max-width: 768px) {
  #header .spMenu .inner li {
    position: relative;
  }
}
#header .spMenu .inner li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0 5.128vw;
  color: #FFF;
  font-size: 6.667vw;
  font-weight: 700;
  letter-spacing: 1.8px;
  opacity: 0.35;
}
@media only screen and (max-width: 768px) {
  #header .spMenu .inner li a {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #header .spMenu .inner .active::before {
    content: "";
    background-color: #E10012;
    width: 22.564vw;
    height: 0.769vw;
    position: absolute;
    top: 50%;
    left: -16vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#header .spMenu .inner .active a {
  opacity: 1;
}

#header .logo {
  margin-right: auto;
  z-index: 300;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    padding: 0;
  }
}
#header .logo a {
  display: block;
  z-index: 300;
}
#header .logo a img {
  width: 140px;
  height: 30px;
}

#header #navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  height: 100%;
  padding-right: 17px;
}

#header #navi li {
  margin: 0 15px;
  line-height: 100%;
}
#header #navi li:nth-of-type(1) {
  margin: 0 7px;
}
#header #navi li:nth-of-type(2) {
  margin: 0 35px 0 7px;
}
#header #navi li.logo01 {
  width: 27px;
}
#header #navi li.logo02 {
  width: 54px;
}
#header #navi li:last-of-type {
  margin-left: 20px;
  margin-right: 0;
}

#header #navi li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #header #navi li a {
    color: #000;
  }
}
/*PCメニュー*/
/*SPメニュー*/
@media only screen and (max-width: 768px) {
  #header .nav-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #header .nav_twitter {
    z-index: 300;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    cursor: pointer;
    margin-right: 2.564vw;
  }
  #header .nav_twitter img {
    width: auto;
  }
  #header .nav_twitter a {
    display: block;
  }
  #header .nav_twitter a:nth-of-type(1) {
    width: 6.41vw;
    margin-right: 3.59vw;
  }
  #header .nav_twitter a:nth-of-type(2) {
    width: 13.846vw;
  }
  #header .nav_Instagram {
    z-index: 300;
    width: 14.103vw;
    cursor: pointer;
  }
  #header .nav_Instagram img {
    width: auto;
  }
  #header .nav_btn {
    width: 14.103vw;
    z-index: 300;
    cursor: pointer;
  }
  .nav_bg {
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #340d12;
    cursor: pointer;
    position: fixed;
  }
  /* 表示された時用のCSS */
  .nav_open #header #navi {
    right: 0;
    padding-top: 46.154vw;
  }
  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav_open #header .nav_btn {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .menu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 15.897vw;
    height: 15.897vw;
  }
  .menu img {
    width: 17.949vw;
    height: 17.949vw;
  }
}
/* -----------------------------
footer
------------------------------*/
footer {
  position: relative;
  padding-top: min(3.333vw, 48px);
}
@media only screen and (max-width: 768px) {
  footer {
    border-top: unset;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: min(0.139vw, 2px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  width: min(44.444vw, 640px);
  height: min(3.333vw, 48px);
  background-image: url(../img/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  footer::before {
    content: none;
  }
}
footer .contents {
  border-top: solid min(0.139vw, 2px) #2A2828;
  padding: min(4.375vw, 63px) 0 min(1.042vw, 15px);
  background-image: url(../img/foot.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .contents {
    border-top: unset;
    padding: 2.564vw 0 12.821vw;
    background-image: url(../img/foot-sp.png);
    background-size: cover;
    max-width: 100%;
    height: 69.487vw;
  }
}
footer .contents .pagetop {
  position: absolute;
  top: min(2.083vw, 30px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  footer .contents .pagetop {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    margin: auto;
    margin-bottom: 8.974vw;
  }
}
footer .contents .pagetop img {
  width: min(12.778vw, 184px);
}
@media only screen and (max-width: 768px) {
  footer .contents .pagetop img {
    width: 35.897vw;
  }
}
footer .contents .logo {
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: min(1.042vw, 15px);
}
@media only screen and (max-width: 768px) {
  footer .contents .logo {
    margin-bottom: 5.128vw;
  }
}
footer .contents .logo img {
  width: min(12.778vw, 184px);
}
@media only screen and (max-width: 768px) {
  footer .contents .logo img {
    width: 38.462vw;
  }
}
footer .contents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: min(0.694vw, 10px);
  gap: min(1.042vw, 15px);
}
@media only screen and (max-width: 768px) {
  footer .contents ul {
    width: 66.667vw;
    margin: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 5.128vw;
    gap: unset;
  }
}
footer .contents ul li a {
  color: #fff;
  font-size: min(0.833vw, 12px);
  line-height: 3.333;
}
@media only screen and (max-width: 768px) {
  footer .contents ul li a {
    font-size: 2.564vw;
    line-height: 2.7;
    margin: 1.282vw;
  }
}
footer .contents p {
  color: #737373;
  text-align: center;
  font-size: min(0.833vw, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  footer .contents p {
    font-size: 2.564vw;
  }
}

/* ------------------------------ *
 * コンテンツ部分
 * ------------------------------ */
body {
  overflow: auto;
}
body main {
  padding-bottom: min(4.167vw, 60px) !important;
}
@media only screen and (max-width: 768px) {
  body main {
    padding-bottom: 5.128vw !important;
  }
}

#popup {
  padding-top: min(8.125vw, 117px);
}
@media only screen and (max-width: 768px) {
  #popup {
    padding-top: 9.231vw;
  }
}
#popup #news {
  padding-top: 0;
  margin-bottom: min(7.292vw, 105px);
}
@media only screen and (max-width: 768px) {
  #popup #news {
    margin-bottom: 20.513vw;
  }
}
#popup #news .news-list01 {
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  #popup #news .news-list01 {
    margin-bottom: 8.974vw;
  }
}
@media only screen and (max-width: 768px) {
  #popup #news .news-list01 .txt {
    padding-left: 0;
  }
}
#popup #news .popup-btn {
  width: min(47.222vw, 680px);
  padding: min(0.417vw, 6px);
}
@media only screen and (max-width: 768px) {
  #popup #news .popup-btn {
    width: 87.179vw;
    padding: 1.538vw;
    margin-bottom: 2.564vw;
  }
}
#popup #news .popup-btn .btn-type01-inner {
  width: 100%;
  padding: min(1.806vw, 26px);
  font-size: min(1.806vw, 26px);
}
@media only screen and (max-width: 768px) {
  #popup #news .popup-btn .btn-type01-inner {
    padding: 5.385vw 0;
    font-size: 5.128vw;
  }
}
#popup #news .note {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: min(0.972vw, 14px);
}
@media only screen and (max-width: 768px) {
  #popup #news .note {
    font-size: 3.59vw;
    width: 82.051vw;
    margin: auto;
  }
}
#popup #news .note a {
  color: #fff;
  text-decoration: underline;
}
#popup #news .note a:hover {
  text-decoration: none;
}
#popup #popupmap h2 {
  width: min(50.139vw, 722px);
  margin: auto;
  margin-bottom: min(4.583vw, 66px);
}
@media only screen and (max-width: 768px) {
  #popup #popupmap h2 {
    width: 84.615vw;
    margin-bottom: 6.667vw;
  }
}
#popup #popupmap .img {
  display: block;
  margin-bottom: min(10.417vw, 150px);
  margin-right: max(-6.944vw, -100px);
  margin-left: max(-9.028vw, -130px);
}
@media only screen and (max-width: 768px) {
  #popup #popupmap .img {
    margin-bottom: 21.538vw;
    margin-right: 0;
    margin-left: 0;
  }
}