@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;
  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 {
  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: 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 {
  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: flex;
  flex-flow: row wrap;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #header {
    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 {
  flex-direction: column;
  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: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
    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: flex;
  flex-flow: row wrap;
  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: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  #header .nav_twitter {
    z-index: 300;
    display: flex !important;
    align-items: center;
    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;
    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 {
    transform: scale(-1, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .menu {
    display: flex !important;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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%;
  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%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  footer .contents .pagetop {
    position: relative;
    top: auto;
    left: auto;
    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: flex;
  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;
    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;
  }
}

/* ------------------------------ *
 * コンテンツ部分
 * ------------------------------ */
@media only screen and (max-width: 768px) {
  .inner {
    max-width: 82.051vw !important;
  }
}
body {
  overflow: auto;
}
body main {
  padding-bottom: min(4.167vw, 60px) !important;
}
@media only screen and (max-width: 768px) {
  body main {
    padding-bottom: 10.256vw !important;
  }
}

#ttl .ttl img {
  width: min(16.806vw, 242px);
}
@media only screen and (max-width: 768px) {
  #ttl .ttl img {
    width: auto;
  }
}

.inner {
  max-width: min(47.222vw, 680px);
  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;
  }
}

#profile .img {
  width: min(27.778vw, 400px);
  margin: auto;
  margin-bottom: min(1.944vw, 28px);
}
@media only screen and (max-width: 768px) {
  #profile .img {
    width: auto;
    margin-bottom: 8.974vw;
  }
}
#profile h2 {
  font-size: min(1.667vw, 24px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  #profile h2 {
    font-size: 5.641vw;
    margin-bottom: 3.846vw;
  }
}
#profile .txt {
  font-size: min(1.111vw, 16px);
  font-weight: 400;
  color: #fff;
  margin-bottom: min(6.944vw, 100px);
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  #profile .txt {
    font-size: 4.103vw;
    margin-bottom: 20.513vw;
  }
}
#profile .top {
  display: block;
  text-align: center;
}
#profile .top img {
  width: min(11.944vw, 172px);
}
@media only screen and (max-width: 768px) {
  #profile .top img {
    width: 44.103vw;
  }
}/*# sourceMappingURL=profile.css.map */