@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://use.typekit.net/zwk3lqt.css");
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}

a {
  color: #111111;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

a:hover, a:active, a.active {
  color: #999;
}

/* for bg image */
.pgtop a {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------common--------------------------------------------------------- */
.brpc {
  display: block;
}

.brsp {
  display: none;
}

header {
  width: 100%;
  padding: 25px 25px 0 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  box-sizing: border-box;
  pointer-events: none;
}
header .title h1 {
  width: 113px;
}
header .title h1 a {
  width: 100%;
  height: 60px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .hum {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(-25px);
  transition: all 0.15s ease-out 0s;
  pointer-events: auto;
}
header .hum:hover::before {
  opacity: 1;
}
header .hum::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.15s ease-out 0s;
}
header .hum div {
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.15s ease-out 0s;
  z-index: 1;
}
header .hum div span {
  width: 40px;
  height: 3px;
  left: 0px;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  transition: all 0.15s ease-out 0s;
}
header .hum div span:nth-child(1) {
  top: 12px;
}
header .hum div span:nth-child(2) {
  top: 22px;
}
header .hum.on div {
  transform: rotate(135deg);
}
header .hum.on div span {
  background-image: url(../images/line2.svg);
}
header .hum.on div span:nth-child(1) {
  top: 16px;
}
header .hum.on div span:nth-child(2) {
  top: 16px;
  rotate: 90deg;
}
nav {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  opacity: 0;
  transition: all 0.15s ease-out 0s;
}
nav.on {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
  opacity: 1;
}
nav .inner {
  padding: 190px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
nav .inner .line:not(:first-child) {
  margin-left: 80px;
}
nav .inner .line dl {
  text-align: left;
}
nav .inner .line dl:not(:last-child) {
  margin-bottom: 40px;
}
nav .inner .line dl dt span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: all 0.15s ease-out 0s;
}
nav .inner .line dl dt a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: all 0.15s ease-out 0s;
}
nav .inner .line dl dt a:hover {
  color: #808080;
}
nav .inner .line dl dt a:hover span {
  color: #808080;
}
nav .inner .line dl dt a[target*=_blank] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
nav .inner .line dl dt a[target*=_blank]::after {
  content: "";
  width: 13px;
  height: 12px;
  background-image: url(../images/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
nav .inner .line dl dt:not(:last-child) {
  margin-bottom: 20px;
}
nav .inner .line dl dd {
  padding-bottom: 10px;
  border-bottom: solid 1px #111111;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
nav .inner .line dl dd::before {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url(../images/arrow_navi1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
nav .inner .line dl dd:not(:last-child) {
  margin-bottom: 10px;
}
nav .inner .line dl dd.children::before {
  background-image: none;
}
nav .inner .line dl dd > a {
  margin: 0 0 0 10px;
  display: inline-block;
}
nav .inner .line dl dd > a p:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.15s ease-out 0s;
}
nav .inner .line dl dd > a p:nth-child(1):not(:last-child) {
  margin-bottom: 10px;
}
nav .inner .line dl dd > a p:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.15s ease-out 0s;
}
nav .inner .line dl dd > a:hover p:nth-child(1), nav .inner .line dl dd > a:hover p:nth-child(2) {
  color: #808080;
}
nav .inner .line dl dd ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
nav .inner .line dl dd ul li::before {
  content: "";
  width: 5px;
  height: 8px;
  background-image: url(../images/arrow_navi2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
nav .inner .line dl dd ul li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #111111;
}
nav .inner .line dl dd ul li a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin: 0 0 0 10px;
  display: inline-block;
  transition: all 0.15s ease-out 0s;
}
nav .inner .line dl dd ul li a:hover {
  color: #808080;
}

.myindex {
  width: 100%;
  padding: 60px 0;
  background-color: #F1F1F1;
}
.myindex ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.myindex ul li {
  width: 216px;
  position: relative;
  clip-path: circle(0% at 50% 50%);
}
.myindex ul li:not(:first-child) {
  margin-left: 60px;
}
.myindex ul li:nth-child(1) {
  transition: all 0.5s ease-out 0s;
}
.myindex ul li:nth-child(2) {
  transition: all 0.5s ease-out 0.3s;
}
.myindex ul li:nth-child(3) {
  transition: all 0.5s ease-out 0.6s;
}
.myindex ul li:nth-child(4) {
  transition: all 0.5s ease-out 0.9s;
}
.myindex ul li a {
  width: 100%;
  height: 216px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 108px;
}
.myindex ul li a > span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
  position: relative;
  z-index: 1;
}
.myindex ul li a > span > span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding-top: 5px;
  display: inline-block;
}
.myindex ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 108px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.15s ease-out 0s;
}
.myindex ul li a::after {
  content: "MORE";
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  background-image: url(../images/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 16px 12px;
  padding: 0 0 17px 0;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 27px);
  z-index: 1;
  display: block;
}
.myindex ul li a:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.myindex.on ul li {
  clip-path: circle(50% at 50% 50%);
}

footer {
  width: 100%;
  padding: 80px;
  background-color: #F1F1F1;
  box-sizing: border-box;
}
footer .inner p {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
}

.pgtop {
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 142px;
  z-index: 10;
  display: none;
}
.pgtop a {
  background-image: url(../images/arrow_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 38px;
  height: 60px;
  border-radius: 2px 2px 0 0;
  transition: all 0.15s ease-out 0s;
}
.pgtop a:hover {
  opacity: 0.7;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* ---------------------------------------------------------common--------------------------------------------------------- */
  html {
    font-size: 2.6666666667vw;
  }

  .brpc {
    display: none;
  }

  .brsp {
    display: block;
  }

  body {
    width: 100%;
    height: 100%;
  }

  header {
    padding: 10px 20px 0 20px;
  }
  header .title h1 {
    width: 74px;
  }
  header .title h1 a {
    width: 100%;
    height: 40px;
  }
  header .hum {
    width: 40px;
    height: 40px;
    transform: translateY(0px);
  }
  header .hum div {
    width: 40px;
    height: 40px;
  }
  header .hum div span:nth-child(1) {
    top: 13px;
  }
  header .hum div span:nth-child(2) {
    top: 23px;
  }
  header .hum.on div {
    transform: rotate(135deg);
  }
  header .hum.on div span {
    background-image: url(../images/line2.svg);
  }
  header .hum.on div span:nth-child(1) {
    top: 16px;
  }
  header .hum.on div span:nth-child(2) {
    top: 16px;
    rotate: 90deg;
  }

  nav {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 333;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    clip-path: inset(0 0 100% 0);
    pointer-events: "none";
    opacity: 0;
    transition: all 0.15s ease-out 0s;
  }
  nav.on {
    overflow: scroll;
    clip-path: inset(0 0 0 0);
    pointer-events: "auto";
    opacity: 1;
  }
  nav .inner {
    width: 100%;
    padding: 80px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav .inner .line:not(:first-child) {
    margin-left: 0px;
  }
  nav .inner .line:not(:last-child) {
    margin-bottom: 40px;
  }
  nav .inner .line dl {
    text-align: left;
  }
  nav .inner .line dl:not(:last-child) {
    margin-bottom: 10px;
  }
  nav .inner .line dl dt span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    transition: all 0.15s ease-out 0s;
  }
  nav .inner .line dl dt a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    transition: all 0.15s ease-out 0s;
  }
  nav .inner .line dl dt a:hover {
    color: #808080;
  }
  nav .inner .line dl dt a:hover span {
    color: #808080;
  }
  nav .inner .line dl dt a[target*=_blank] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  nav .inner .line dl dt a[target*=_blank]::after {
    content: "";
    width: 13px;
    height: 12px;
    background-image: url(../images/icon_blank.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
  }
  nav .inner .line dl dt:not(:last-child) {
    margin-bottom: 10px;
  }
  nav .inner .line dl dd {
    padding-bottom: 5px;
    border-bottom: solid 1px #111111;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner .line dl dd::before {
    content: "";
    width: 10px;
    height: 8px;
    background-image: url(../images/arrow_navi1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
  }
  nav .inner .line dl dd:not(:last-child) {
    margin-bottom: 5px;
  }
  nav .inner .line dl dd.children::before {
    background-image: none;
  }
  nav .inner .line dl dd > a {
    margin: 0 0 0 10px;
    display: inline-block;
  }
  nav .inner .line dl dd > a p:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.15s ease-out 0s;
  }
  nav .inner .line dl dd > a p:nth-child(1):not(:last-child) {
    margin-bottom: 10px;
  }
  nav .inner .line dl dd > a p:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.15s ease-out 0s;
  }
  nav .inner .line dl dd > a:hover p:nth-child(1), nav .inner .line dl dd > a:hover p:nth-child(2) {
    color: #808080;
  }
  nav .inner .line dl dd ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner .line dl dd ul li::before {
    content: "";
    width: 5px;
    height: 8px;
    background-image: url(../images/arrow_navi2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
  }
  nav .inner .line dl dd ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #111111;
  }
  nav .inner .line dl dd ul li a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin: 0 0 0 10px;
    display: inline-block;
    transition: all 0.15s ease-out 0s;
  }
  nav .inner .line dl dd ul li a:hover {
    color: #808080;
  }

  .myindex {
    width: 100%;
    padding: 60px 0;
    background-color: #F1F1F1;
  }
  .myindex ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .myindex ul li {
    width: 216px;
    position: relative;
    clip-path: circle(0% at 50% 50%);
  }
  .myindex ul li:not(:first-child) {
    margin-left: 60px;
  }
  .myindex ul li:nth-child(1) {
    transition: all 0.5s ease-out 0s;
  }
  .myindex ul li:nth-child(2) {
    transition: all 0.5s ease-out 0.3s;
  }
  .myindex ul li:nth-child(3) {
    transition: all 0.5s ease-out 0.6s;
  }
  .myindex ul li:nth-child(4) {
    transition: all 0.5s ease-out 0.9s;
  }
  .myindex ul li a {
    width: 100%;
    height: 216px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 108px;
  }
  .myindex ul li a > span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .myindex ul li a > span > span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding-top: 5px;
    display: inline-block;
  }
  .myindex ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 108px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.15s ease-out 0s;
  }
  .myindex ul li a::after {
    content: "MORE";
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    background-image: url(../images/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 16px 12px;
    padding: 0 0 17px 0;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 27px);
    z-index: 1;
    display: block;
  }
  .myindex ul li a:hover::before {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .myindex.on ul li {
    clip-path: circle(50% at 50% 50%);
  }

  footer {
    width: 100%;
    padding: 40px 20px;
  }
  footer .inner p {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    text-align: center;
  }

  .pgtop {
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 142px;
    z-index: 10;
    display: none;
  }
  .pgtop a {
    background-image: url(../images/arrow_top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 38px;
    height: 40px;
    border-radius: 2px 2px 0 0;
    transition: all 0.15s ease-out 0s;
  }
  .pgtop a:hover {
    opacity: 1;
  }
}

/*# sourceMappingURL=style_common.css.map */
