@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Hind+Guntur:wght@700&family=Montserrat:wght@500;700&family=Oswald:wght@500&family=Poppins:wght@400;500&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
body {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  color: #363030;
  word-break: break-all;
}

.wrap {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.home .hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .hero {
    margin: 0 0 56px;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero {
    margin: 0 0 120px;
    height: 700px;
  }
}
.home .hero::before {
  content: "";
  background: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .home .hero::before {
    background-image: url(../img/home/hero-sp.png);
  }
}
@media only screen and (min-width: 768px) {
  .home .hero::before {
    background-image: url(../img/home/hero.png);
  }
}
.home .hero h1 {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 99;
}
.home .hero h1 img {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home .hero h1 img {
    width: 72%;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero h1 img {
    width: 570px;
  }
}
@media only screen and (max-width: 767px) {
  .home .section {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .section {
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}
.home h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .home h2 {
    font-size: 2.1rem;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home h2 {
    font-size: 2.8rem;
    margin: 0 0 40px;
  }
}
.home h2 span {
  font-family: "Noto Sans JP";
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .home h2 span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home h2 span {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .intro {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro {
    margin: 0 0 112px;
  }
}
@media only screen and (max-width: 767px) {
  .home .intro h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro h2 {
    font-size: 1.9rem;
    margin: 0 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .home .intro__text {
    margin: 0 0 56px;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__text {
    margin: 0 0 60px;
  }
}
.home .intro__text p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .intro__text p {
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__text p {
    letter-spacing: 0.3rem;
    line-height: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .home .intro__img {
    background: url(../img/home/intro-img.jpg) repeat-x center/auto 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__img {
    background: url(../img/home/intro-img.jpg) repeat-x center/auto 240px;
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .home .home-artists {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-artists {
    margin: 0 0 112px;
  }
}
.home .home-artists__list {
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
}
.home .home-artists .slide-artists {
  display: flex;
  justify-content: center;
}
.home .home-artists__item {
  border-right: 2px solid #f1f1f1;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .home .home-artists__item {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-artists__item {
    padding: 30px 0;
    transition: 0.3s;
    width: 30%;
  }
  .home .home-artists__item:hover .thumb img {
    transform: scale(1.05);
  }
  .home .home-artists__item:first-child {
    border-left: 2px solid #f1f1f1;
  }
}
.home .home-artists__item .thumb {
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home .home-artists__item .thumb {
    width: 115px;
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-artists__item .thumb {
    width: 150px;
    margin: 0 auto 20px;
  }
}
.home .home-artists__item .thumb img {
  transition: 0.3s;
}
.home .home-artists__item .name {
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home .home-artists__item .name {
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-artists__item .name {
    margin: 0 0 15px;
    font-size: 1.05rem;
  }
}
.home .home-artists__item .name a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .home-artists__item .price {
  text-align: center;
  margin: 0;
  color: #46a5bd;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .home .home-artists__item .price {
    font-size: 0.9rem;
  }
}
.home .home-artists__item .price .price-figure {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05rem;
  position: relative;
  top: 0.5px;
}
@media only screen and (max-width: 767px) {
  .home .home-artists__item .price .price-figure {
    font-size: 1.15rem;
    margin: 0 0 0 1px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-artists__item .price .price-figure {
    font-size: 1.3rem;
    margin: 0 0 0 2px;
  }
}
.home .home-artists__item .price .price-tax {
  margin: 0 3px 0 2px;
  position: relative;
  top: -1.5px;
}
@media only screen and (max-width: 767px) {
  .home .home-artists__item .price .price-tax {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-artists__item .price .price-tax {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .home-ordermade {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-ordermade {
    margin: 0 0 112px;
  }
}
@media only screen and (max-width: 767px) {
  .home .home-ordermade__text {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-ordermade__text {
    margin: 0 0 60px;
  }
}
.home .home-ordermade__text p {
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .home-ordermade__text p {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-ordermade__text p {
    letter-spacing: 0.2rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-ordermade__type {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .home .home-ordermade__type-item {
    width: 80%;
    margin: 0 auto 40px;
  }
  .home .home-ordermade__type-item:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-ordermade__type-item {
    width: 31%;
  }
}
.home .home-ordermade__type-title {
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .home-ordermade__type-title {
    margin: 20px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-ordermade__type-title {
    font-size: 1.1rem;
    margin: 24px 0 16px;
  }
}
.home .home-ordermade__type p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .home-ordermade__type p {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-ordermade__type p {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
.home .home-contact {
  position: relative;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home .home-contact {
    padding: 50px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-contact {
    padding: 100px 0;
  }
}
.home .home-contact::after {
  content: "CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT";
  font-family: "Montserrat", sans-serif;
  color: #F0F0F0;
  position: absolute;
  top: 10px;
  left: -20px;
  line-height: 100%;
  white-space: nowrap;
  opacity: 0.7;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home .home-contact::after {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-contact::after {
    font-size: 9.5rem;
  }
}
.home .home-contact h2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .home-contact h2 {
    margin: 0 0 30px;
    font-size: 2.2em;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-contact h2 {
    margin: 0 0 50px;
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .home-contact__link {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-contact__link {
    margin: 0 0 55px;
    display: flex;
    justify-content: center;
  }
}
.home .home-contact__btn {
  background: #1e1b1b;
  border: 2px solid #1e1b1b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  transition: 0.5s;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .home .home-contact__btn {
    width: 88%;
    height: 60px;
    margin: 0 auto 18px;
    font-size: 0.9rem;
  }
  .home .home-contact__btn:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-contact__btn {
    width: 400px;
    height: 70px;
    margin: 0 15px 0;
  }
  .home .home-contact__btn:hover {
    border: 2px solid #363030;
    background: #fff;
  }
  .home .home-contact__btn:hover a {
    color: #363030;
  }
  .home .home-contact__btn:hover::before, .home .home-contact__btn:hover::after {
    background: #363030;
  }
  .home .home-contact__btn:hover::before {
    right: 30px;
  }
  .home .home-contact__btn:hover::after {
    right: 33px;
  }
}
.home .home-contact__btn::before {
  content: "";
  background: #fff;
  width: 26px;
  height: 2px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .home .home-contact__btn::before {
    top: 29px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-contact__btn::before {
    top: 33px;
    right: 35px;
    transition: 0.5s;
  }
}
.home .home-contact__btn::after {
  content: "";
  background: #fff;
  width: 2px;
  height: 12px;
  transform: rotate(-45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .home .home-contact__btn::after {
    top: 20px;
    right: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-contact__btn::after {
    top: 24px;
    right: 38px;
    transition: 0.5s;
  }
}
.home .home-contact__btn a {
  color: #fff;
}
.home .home-contact__btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .home-contact__text {
  text-align: center;
}
.home .home-contact__text-ttl {
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .home-contact__text-ttl {
    margin: 0 0 8px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-contact__text-ttl {
    margin: 0 0 13px;
    font-size: 1.3rem;
  }
}
.home .home-contact__text-day {
  letter-spacing: 0.03rem;
  line-height: 100%;
}
.home .home-contact__text-tel {
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .home-contact__text-tel {
    font-size: 1.6rem;
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-contact__text-tel {
    font-size: 2.2rem;
    margin: 23px 0 0;
  }
}
.home .more-btn {
  height: 40px;
  line-height: 36px;
  border: 2px solid #363030;
  border-radius: 50px;
  text-align: center;
  transition: 0.5s;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .home .more-btn {
    width: 180px;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .more-btn {
    width: 200px;
    margin: 40px auto 0;
  }
  .home .more-btn:hover {
    background: #363030;
    letter-spacing: 0.2em;
  }
  .home .more-btn:hover a {
    color: #fff;
  }
}
.home .more-btn a {
  color: #363030;
  display: block;
  width: 100%;
  height: 100%;
}

.local-nav {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .local-nav {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav {
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__head {
    height: 60px;
  }
}
.local-nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .local-nav__wrapper {
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__wrapper {
    height: 65px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__logo {
    transition: 0.3s;
  }
  .local-nav__logo:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__logo img {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__logo img {
    height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__icon {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999;
    width: 37px;
    height: 50px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__icon {
    display: none;
  }
}
.local-nav__icon span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  transition: 0.4s ease-in-out;
}
.local-nav__icon span:nth-child(1) {
  top: 18px;
}
.local-nav__icon span:nth-child(2) {
  top: 25px;
}
.local-nav__icon span:nth-child(3) {
  top: 32px;
}
@media only screen and (max-width: 767px) {
  .local-nav__icon.active {
    top: -36px;
  }
}
.local-nav__icon.active span:nth-child(1) {
  top: 25px;
  transform: rotate(30deg);
}
.local-nav__icon.active span:nth-child(2), .local-nav__icon.active span:nth-child(3) {
  top: 25px;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 767px) {
  .local-nav__content {
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 100vh;
    padding: 80px 40px 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__content.active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__content__logo {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__content__logo {
    display: none;
  }
}
.local-nav__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .local-nav__content ul {
    display: flex;
  }
}
.local-nav__content ul li {
  font-weight: 600;
  align-self: center;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .local-nav__content ul li {
    font-size: 0.9rem;
    border-bottom: 1px solid #dcdcdc;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__content ul li {
    margin: 0 0 0 33px;
    font-size: 0.88rem;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__content ul li:not(:last-child) {
    padding: 18px 15px;
  }
  .local-nav__content ul li:not(:last-child):first-child {
    padding: 0 15px 18px;
  }
}
.local-nav__content ul li:not(:last-child) a {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .local-nav__content ul li:not(:last-child) a:hover::after {
    transform: scale(1, 1);
  }
}
.local-nav__content ul li:not(:last-child) a::after {
  content: "";
  background: #1e1b1b;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}
.local-nav__content ul .nav-contact {
  background: #1e1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  text-align: center;
  letter-spacing: 0.05rem;
  position: relative;
  border-radius: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .local-nav__content ul .nav-contact {
    text-align: center;
    width: 100%;
    height: 53px;
    margin: 40px auto 0;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__content ul .nav-contact {
    width: 170px;
    height: 38px;
    margin: 0 0 0 33px;
    padding: 0 0 2px;
    font-size: 0.8rem;
    transition: 0.5s;
  }
  .local-nav__content ul .nav-contact:hover {
    border: 2px solid #1e1b1b;
    background: #fff;
  }
  .local-nav__content ul .nav-contact:hover a {
    color: #1e1b1b;
  }
  .local-nav__content ul .nav-contact:hover a::before {
    background: url(../img/nav/icon-contact-hover.png) no-repeat top left/contain;
  }
}
.local-nav__content ul .nav-contact a {
  color: #fff;
  display: block;
}
.local-nav__content ul .nav-contact a::before {
  content: "";
  display: inline-block;
  background: url(../img/nav/icon-contact.png?v2) no-repeat top left/contain;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .local-nav__content ul .nav-contact a::before {
    margin: 0 10px 0 0;
    width: 16px;
    height: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__content ul .nav-contact a::before {
    margin: 0 8px 0 0;
    top: 1.2px;
    width: 16px;
    height: 11px;
  }
}
.local-nav__content ul .nav-contact a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.footer {
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 56px 30px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__wrapper {
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 130px;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    width: 150px;
    transition: 0.3s;
  }
  .footer__logo:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content {
    width: calc(100% - 470px);
  }
}
@media only screen and (max-width: 767px) {
  .footer__content-nav {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-nav {
    margin: 0 0 20px;
  }
}
.footer__content-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer__content-nav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-nav ul {
    justify-content: space-between;
  }
}
.footer__content-nav ul li {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .footer__content-nav ul li {
    font-size: 0.85rem;
    width: 40%;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-nav ul li {
    font-size: 0.9rem;
    transition: 0.3s;
  }
  .footer__content-nav ul li:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-sub {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
  }
}
.footer__content-sns {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer__content-sns {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__content-sns-item {
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-sns-item {
    margin: 0 13px 0 0;
  }
}
.footer__content-sns .sns-twitter,
.footer__content-sns .sns-instagram {
  background: #363030;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer__content-sns .sns-twitter,
  .footer__content-sns .sns-instagram {
    width: 33px;
    height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-sns .sns-twitter,
  .footer__content-sns .sns-instagram {
    width: 35px;
    height: 35px;
    transition: 0.3s;
  }
  .footer__content-sns .sns-twitter:hover,
  .footer__content-sns .sns-instagram:hover {
    opacity: 0.7;
  }
}
.footer__content-sns .sns-twitter::before,
.footer__content-sns .sns-instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer__content-sns .sns-twitter::before,
  .footer__content-sns .sns-instagram::before {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-sns .sns-twitter::before,
  .footer__content-sns .sns-instagram::before {
    font-size: 1.1rem;
  }
}
.footer__content-sns .sns-twitter::before {
  content: "\e61b";
}
.footer__content-sns .sns-instagram::before {
  content: "\f16d";
}
.footer__content-site {
  list-style: none;
  padding: 0;
  display: flex;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer__content-site {
    font-size: 0.8rem;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-site {
    font-size: 0.8rem;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__content-site li {
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-site li {
    margin: 0 0 0 20px;
    transition: 0.3s;
  }
  .footer__content-site li:hover {
    opacity: 0.6;
  }
}
.footer__content-site li::after {
  content: "";
  background: url(../img/nav/icon-link.png) no-repeat top left/contain;
  display: inline-block;
  position: relative;
  top: 0.8%;
}
@media only screen and (max-width: 767px) {
  .footer__content-site li::after {
    width: 12px;
    height: 12px;
    margin: 0 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-site li::after {
    width: 13px;
    height: 13px;
    margin: 0 0 0 5px;
  }
}
.footer__content-copyright {
  margin: 0;
  color: rgba(54, 48, 48, 0.8);
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .footer__content-copyright {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__content-copyright {
    text-align: right;
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 15px 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
.breadcrumb__list {
  list-style: none;
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb__list {
    margin: 0 0 45px 0;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    margin: 0 0 80px;
  }
}
.breadcrumb__list li {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .breadcrumb__list li {
    margin-right: 10px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb__list li {
    margin-right: 14px;
    font-size: 0.85rem;
  }
}
.breadcrumb__list li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb__list li:last-child {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.breadcrumb__list li:last-child::after {
  border-top: none;
  border-right: none;
}
.breadcrumb__list li a {
  color: #000;
  transition: 0.3s;
}
.breadcrumb__list li a:hover {
  color: #888;
}

.common .header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .common .header {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .common .header {
    height: 380px;
  }
}
.common .header::before {
  content: "";
  background: linear-gradient(transparent, rgba(43, 59, 76, 0.6));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .common .header.header-artists {
    background: url(../img/artists/header-artists.jpg) repeat-x center/auto 200px;
  }
}
@media only screen and (min-width: 768px) {
  .common .header.header-artists {
    background: url(../img/artists/header-artists.jpg) repeat-x center;
  }
}
@media only screen and (max-width: 767px) {
  .common .header.header-works {
    background: url(../img/works/header-works.jpg) repeat-x center/auto 200px;
  }
}
@media only screen and (min-width: 768px) {
  .common .header.header-works {
    background: url(../img/works/header-works.jpg) repeat-x center;
  }
}
@media only screen and (max-width: 767px) {
  .common .header.header-prod {
    background: url(../img/works/header-works.jpg) repeat-x center/auto 200px;
  }
}
@media only screen and (min-width: 768px) {
  .common .header.header-prod {
    background: url(../img/works/header-works.jpg) repeat-x center;
  }
}
.common .header.header-ordermade-chara {
  background: url(../img/ordermade/header-ordermade-chara.jpg) repeat-x center;
}
.common .header.header-ordermade-paint {
  background: url(../img/ordermade/header-ordermade-paint.jpg) repeat-x center;
}
.common .header.header-ordermade-illust {
  background: url(../img/ordermade/header-ordermade-illust.jpg) repeat-x center;
}
.common .header h1 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .common .header h1 {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .common .header h1 {
    font-size: 2.8rem;
  }
}
.common .header h1 span {
  font-family: "Noto Sans JP";
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .common .header h1 span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .common .header h1 span {
    font-size: 0.9rem;
  }
}
.common .catlist {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .common .catlist {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .common .catlist {
    margin: 0 0 50px;
  }
}
.common .catlist input[type=radio] {
  display: none;
}
.common .catlist input[type=radio]:checked + label {
  background: #363030;
  color: #fff;
}
.common .catlist label {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .common .catlist label {
    width: 23%;
    height: 48px;
    font-size: 0.8rem;
    line-height: 0.9rem;
    border-top: 1px solid #363030;
    border-left: 1px solid #363030;
    border-bottom: 1px solid #363030;
  }
  .common .catlist label:last-of-type {
    border-right: 1px solid #363030;
  }
}
@media only screen and (min-width: 768px) {
  .common .catlist label {
    width: 200px;
    height: 42px;
    margin: 0 10px;
    font-size: 0.9rem;
    border: 1px solid #363030;
  }
}
.common .catlist label:hover {
  background: #363030;
  color: #fff;
}
.common .more-btn {
  height: 40px;
  line-height: 36px;
  border: 2px solid #363030;
  border-radius: 50px;
  text-align: center;
  transition: 0.5s;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .common .more-btn {
    width: 180px;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .more-btn {
    width: 190px;
    margin: 30px auto 0;
  }
  .common .more-btn:hover {
    background: #363030;
    letter-spacing: 0.2em;
  }
  .common .more-btn:hover a {
    color: #fff;
  }
}
.common .more-btn a {
  color: #363030;
  display: block;
  width: 100%;
  height: 100%;
}
.common .pager {
  display: flex;
  justify-content: center;
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .common .pager {
    font-size: 16px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .common .pager {
    font-size: 17px;
  }
}
.common .pager span {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .common .pager span {
    width: 35px;
    height: 35px;
    margin: 0 6px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .common .pager span {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
}
.common .pager span:hover {
  cursor: pointer;
  background: #fff2d4;
  color: #F28428;
}
@media only screen and (min-width: 768px) {
  .common .pager span.prev {
    margin: 0 15px 0 0;
  }
}
.common .pager span.prev::before {
  content: "";
  display: block;
  border-bottom: solid 2px #363030;
  border-left: solid 2px #363030;
  transform: rotate(45deg);
  position: relative;
  left: 2px;
}
@media only screen and (max-width: 767px) {
  .common .pager span.prev::before {
    width: 7px;
    height: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .common .pager span.prev::before {
    width: 8px;
    height: 8px;
  }
}
.common .pager span.prev:hover::before {
  border-bottom: solid 2px #F28428;
  border-left: solid 2px #F28428;
}
@media only screen and (min-width: 768px) {
  .common .pager span.next {
    margin: 0 0 0 15px;
  }
}
.common .pager span.next::before {
  content: "";
  display: block;
  border-top: solid 2px #363030;
  border-right: solid 2px #363030;
  transform: rotate(45deg);
  position: relative;
  left: -2px;
}
@media only screen and (max-width: 767px) {
  .common .pager span.next::before {
    width: 7px;
    height: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .common .pager span.next::before {
    width: 8px;
    height: 8px;
  }
}
.common .pager span.next:hover::before {
  border-top: solid 2px #F28428;
  border-right: solid 2px #F28428;
}
.common .pager .current {
  background: #363030;
  color: #fff;
}
.common .pager .current a {
  color: #fff;
}
.common .pager .current:hover {
  background: #393939 !important;
  color: #fff !important;
}
.common .pager .invalid {
  pointer-events: none;
}
.common .pager .invalid:hover {
  background-color: transparent !important;
}
.common .pager .invalid::before {
  opacity: 0;
}
.common .pager .ellipsis {
  pointer-events: none;
}
.common .pager .ellipsis:hover {
  background-color: transparent;
  color: #363030;
}
@media only screen and (min-width: 768px) {
  .common .common-contact {
    display: flex;
    margin: 96px 0 0;
  }
}
.common .common-contact__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D8D8D8;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .common .common-contact__item {
    width: 100%;
    height: 190px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .common .common-contact__item {
    width: 50%;
    height: 300px;
    font-size: 2.7rem;
  }
}
.common .common-contact__item:last-child {
  background: #ccc;
}
.common .common-contact__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.artists__wrapper {
  overflow: hidden;
}
.artists__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100.5%;
}
@media only screen and (max-width: 767px) {
  .artists__list {
    margin: 0 auto 50px;
  }
}
@media only screen and (min-width: 768px) {
  .artists__list {
    margin: 0 auto 100px;
  }
  .artists__list::after {
    content: "";
    background: #dcdcdc;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
}
.artists__list__item {
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .artists__list__item {
    width: 50%;
    padding: 40px 20px 35px;
  }
}
@media only screen and (min-width: 768px) {
  .artists__list__item {
    width: 25%;
    padding: 50px 0 43px;
  }
  .artists__list__item:nth-of-type(1)::before, .artists__list__item:nth-of-type(2)::before, .artists__list__item:nth-of-type(3)::before, .artists__list__item:nth-of-type(4)::before {
    top: 0;
  }
}
.artists__list__item::before {
  content: "";
  background: #dcdcdc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .artists__list__item:hover .thumb img {
    transform: scale(1.05);
  }
}
.artists__list__item.empty {
  margin: 0;
  padding: 0;
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .artists__list__item.empty {
    height: 0;
  }
  .artists__list__item.empty:nth-of-type(2), .artists__list__item.empty:nth-of-type(3) {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .artists__list__item.empty::before {
    top: 0;
    z-index: 10;
  }
}
.artists__list__item .thumb {
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .artists__list__item .thumb {
    width: 115px;
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 768px) {
  .artists__list__item .thumb {
    width: 150px;
    margin: 0 auto 20px;
  }
}
.artists__list__item .thumb img {
  transition: 0.4s;
}
.artists__list__item .name {
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .artists__list__item .name {
    margin: 0 0 15px;
    font-size: 1.05rem;
  }
}
.artists__list__item .catogry {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.artists__list__item .catogry li {
  background: #363030;
  color: #fff;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .artists__list__item .catogry li {
    font-size: 0.6rem;
    margin: 0 3px 5px;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .artists__list__item .catogry li {
    font-size: 0.7rem;
    margin: 0 4px 7px;
    padding: 5px 10px 6px;
  }
}
.artists__list__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.artists-single .header {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .artists-single .header {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single .header {
    height: 350px;
  }
}
.artists-single .header::before {
  content: "";
  background: linear-gradient(transparent, rgba(43, 59, 76, 0.6));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.artists-single__ttl {
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .artists-single__ttl {
    margin: 0 0 20px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__ttl {
    margin: 0 0 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile__inner {
    margin: 0 0 60px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile__inner {
    max-width: 1100px;
    width: calc(100% - 35px);
    margin: 0 auto 100px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile__thumb {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile__thumb {
    width: 220px;
    height: 220px;
  }
}
.artists-single__profile__thumb img {
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .artists-single__profile__text {
    width: calc(100% - 270px);
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .profile-icon {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .name {
    margin: 0 0 12px;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .name {
    margin: 0 0 14px;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}
.artists-single__profile .category {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .category {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .category {
    margin: 0;
  }
}
.artists-single__profile .category__list {
  list-style: none;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .category__list {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .category__list {
    margin: 0 20px 0 0;
  }
}
.artists-single__profile .category__list li {
  background: #1e1b1b;
  color: #fff;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .category__list li {
    font-size: 0.7rem;
    margin: 0 8px 0 0;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .category__list li {
    font-size: 0.75rem;
    margin: 0 8px 0 0;
    padding: 4px 10px 5px;
  }
}
.artists-single__profile .sns-list {
  list-style: none;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .sns-list {
    margin: 0 0 33px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .sns-list {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .sns-list li {
    margin: 0 9px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .sns-list li {
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .sns-list .sns-twitter span:hover::before,
  .artists-single__profile .sns-list .sns-instagram span:hover::before {
    color: #46a5bd;
  }
}
.artists-single__profile .sns-list .sns-twitter span::before,
.artists-single__profile .sns-list .sns-instagram span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #000;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .sns-list .sns-twitter span::before,
  .artists-single__profile .sns-list .sns-instagram span::before {
    font-size: 1.55rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .sns-list .sns-twitter span::before,
  .artists-single__profile .sns-list .sns-instagram span::before {
    font-size: 1.3rem;
  }
}
.artists-single__profile .sns-list .sns-twitter span::before {
  content: "\e61b";
}
.artists-single__profile .sns-list .sns-instagram span::before {
  content: "\f16d";
}
.artists-single__profile .sns-list .sns-hp span {
  display: block;
}
.artists-single__profile .sns-list .sns-hp span::before {
  content: "";
  display: block;
  background: url(../img/artists/icon-sns-hp.svg) no-repeat top left/contain;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .sns-list .sns-hp span::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .sns-list .sns-hp span:hover::before {
    background: url(../img/artists/icon-sns-hp-hover.svg) no-repeat top left/contain;
  }
}
.artists-single__profile .sns-list .sns-pixiv span {
  display: block;
}
.artists-single__profile .sns-list .sns-pixiv span::before {
  content: "";
  display: block;
  background: url(../img/artists/icon-sns-pixiv.svg) no-repeat top left/contain;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .sns-list .sns-pixiv span::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .sns-list .sns-pixiv span:hover::before {
    background: url(../img/artists/icon-sns-pixiv-hover.svg) no-repeat top left/contain;
  }
}
.artists-single__profile .comment {
  border-bottom: 1px solid #363030;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .comment {
    padding: 0 0 27px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .comment {
    padding: 0 0 37px;
  }
}
.artists-single__profile .comment p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .comment p {
    font-size: 0.9rem;
    line-height: 1.65rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .comment p {
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .comic {
    padding: 33px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .comic {
    padding: 43px 0 0;
  }
}
.artists-single__profile .comic .comic-link {
  border: 2px solid #1e1b1b;
  border-radius: 50px;
  box-shadow: 0 2px 0 #1e1b1b;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .comic .comic-link {
    width: 90%;
    height: 60px;
    line-height: 60px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .comic .comic-link {
    width: 430px;
    height: 65px;
    line-height: 65px;
    font-size: 1rem;
    transition: 0.5s;
  }
  .artists-single__profile .comic .comic-link:hover {
    background: #1e1b1b;
  }
  .artists-single__profile .comic .comic-link:hover a {
    color: #fff;
  }
}
.artists-single__profile .comic .comic-link a {
  display: block;
  width: 100%;
}
.artists-single__profile .comic p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .comic p {
    font-size: 0.95rem;
  }
}
.artists-single__profile .comic p:first-child {
  font-weight: 500;
}
.artists-single__profile .comic p a {
  text-decoration: underline;
  transition: 0.5;
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .comic p a:hover {
    opacity: 0.7;
  }
}
.artists-single__profile .comic .comic-regist {
  margin: 25px auto 0;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .comic .comic-regist {
    font-size: 0.85rem;
    line-height: 1.4rem;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .comic .comic-regist {
    font-size: 0.9rem;
    line-height: 1.4rem;
    max-width: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .review {
    margin: 0 20px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review {
    max-width: 1100px;
    width: calc(100% - 35px);
    margin: 0 auto 100px;
  }
}
.artists-single__profile .review__item {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .review__item {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review__item {
    width: 100%;
    padding: 30px;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 1fr 40px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.artists-single__profile .review__item__pic {
  background: #f1f1f1;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .review__item__pic {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review__item__pic {
    width: 250px;
    height: 150px;
    grid-area: 1/1/2/3;
  }
}
.artists-single__profile .review__item__pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .review__item__pic img {
    height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review__item__pic img {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review__item__text {
    grid-area: 1/2/3/2;
  }
}
.artists-single__profile .review__item__text .review-name,
.artists-single__profile .review__item__text .review-comment {
  margin: 0;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .review__item__text .review-name,
  .artists-single__profile .review__item__text .review-comment {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review__item__text .review-name,
  .artists-single__profile .review__item__text .review-comment {
    font-size: 0.9rem;
  }
}
.artists-single__profile .review__item__text .review-name {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .review__item__text .review-name {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review__item__text .review-name {
    font-size: 1.05rem;
    line-height: 1.3rem;
    margin: 0 0 10px;
  }
}
.artists-single__profile .review__item__text .review-comment {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .review__item__text .review-comment {
    font-size: 0.85rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review__item__text .review-comment {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.artists-single__profile .review__item__date {
  color: #999;
  font-family: "Helvetica Neue", Arial;
  text-align: right;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .review__item__date {
    font-size: 0.8rem;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review__item__date {
    font-size: 0.9rem;
    grid-area: 2/2/3/3;
    margin: auto 0 0;
  }
}
.artists-single__profile .review__btn {
  background: #1e1b1b;
  border: 2px solid #1e1b1b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  transition: 0.5s;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .review__btn {
    width: 240px;
    height: 52px;
    margin: 40px auto 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .review__btn {
    width: 310px;
    height: 55px;
    margin: 50px auto 0;
    font-size: 0.95rem;
  }
  .artists-single__profile .review__btn:hover {
    border: 2px solid #363030;
    background: #fff;
  }
  .artists-single__profile .review__btn:hover a {
    color: #363030;
  }
  .artists-single__profile .review__btn:hover::before, .artists-single__profile .review__btn:hover::after {
    background: #363030;
  }
}
.artists-single__profile .review__btn a {
  color: #fff;
}
.artists-single__profile .review__btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.artists-single__profile .review .slick-dots {
  bottom: -40px !important;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__content {
    margin: 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__content {
    max-width: 1050px;
    width: calc(100% - 35px);
    margin: 0 auto 120px;
  }
}
.artists-single__profile .price-list ul {
  border: 1px solid #dcdcdc;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list ul {
    display: flex;
    justify-content: space-between;
  }
}
.artists-single__profile .price-list ul li {
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list ul li {
    padding: 35px 30px;
    border-bottom: 1px solid #dcdcdc;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list ul li {
    width: 33.3333333333%;
    padding: 40px 40px;
    border-right: 1px solid #dcdcdc;
  }
}
.artists-single__profile .price-list ul li:last-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info {
    font-size: 0.95rem;
  }
}
.artists-single__profile .price-list__info__pic {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__pic {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__pic {
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 156px;
  }
}
.artists-single__profile .price-list__info__pic.pic-shikishi, .artists-single__profile .price-list__info__pic.pic-a5 {
  position: relative;
  padding: 0 30px 0 0;
}
.artists-single__profile .price-list__info__pic.pic-shikishi::before, .artists-single__profile .price-list__info__pic.pic-a5::before {
  content: "(mm)";
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  position: absolute;
  bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__pic.pic-shikishi::before {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__pic.pic-shikishi::before {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__pic.pic-shikishi img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__pic.pic-shikishi img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__pic.pic-a5::before {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__pic.pic-a5::before {
    right: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__pic.pic-a5 img {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__pic.pic-a5 img {
    width: 104px;
  }
}
.artists-single__profile .price-list__info__pic.pic-other img {
  width: 110px;
}
.artists-single__profile .price-list__info__size {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__size {
    font-size: 0.9rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__size {
    font-size: 1rem;
    margin: 0 0 15px;
  }
}
.artists-single__profile .price-list__info__num {
  margin: 0;
  color: #46a5bd;
  font-weight: 600;
}
.artists-single__profile .price-list__info__num p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__num p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__num p {
    font-size: 1.6rem;
  }
}
.artists-single__profile .price-list__info__num p span {
  position: relative;
  top: -2px;
  margin: 0 5px 0 3px;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__num p span {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__num p span {
    font-size: 0.8rem;
  }
}
.artists-single__profile .price-list__info__num dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__num dl {
    margin: 0 0 1px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__num dl {
    margin: 0 0 3px;
  }
}
.artists-single__profile .price-list__info__num dl:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__num dl dt {
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__num dl dt {
    margin: 0 15px 0 0;
  }
}
.artists-single__profile .price-list__info__num dl dd {
  margin: 0;
}
.artists-single__profile .price-list__info__note {
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__note {
    margin: 20px 0 0;
    padding: 15px 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__note {
    margin: 30px 0 0;
    padding: 20px 0;
    font-size: 1.1rem;
  }
}
.artists-single__profile .price-list__info__note span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__info__note span {
    font-size: 0.75rem;
    margin: 0 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__info__note span {
    font-size: 0.85rem;
  }
}
.artists-single__profile .price-list__info__note::before {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dashed rgb(180, 190, 190);
  position: absolute;
  top: 0;
  left: 0;
}
.artists-single__profile .price-list__info__note::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dashed rgb(180, 190, 190);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__img {
    margin: 18px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__img {
    margin: 30px 0 0;
  }
}
.artists-single__profile .price-list__img__ttl {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__img__ttl {
    margin: 0 0 15px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__img__ttl {
    margin: 0 0 20px;
  }
}
.artists-single__profile .price-list__img__container {
  display: flex;
  justify-content: center;
}
.artists-single__profile .price-list__img__item {
  position: relative;
  overflow: hidden;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__img__item {
    margin: 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__img__item {
    margin: 0 8px;
  }
  .artists-single__profile .price-list__img__item:hover img {
    transform: scale(1.05);
  }
}
.artists-single__profile .price-list__img__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .artists-single__profile .price-list__img__item img {
    height: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__profile .price-list__img__item img {
    transition: transform 0.3s linear;
    height: 110px;
  }
}
.artists-single__works {
  background: #F0F0F0;
}
@media only screen and (max-width: 767px) {
  .artists-single__works {
    padding: 56px 0;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__works {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__works__inner {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__works__inner {
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__works .works-list__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__works .works-list__item {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__works .works-list__item {
    position: relative;
    overflow: hidden;
    width: 32%;
    margin: 0 0 30px;
  }
  .artists-single__works .works-list__item:hover img {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 767px) {
  .artists-single__works .works-list__item img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .artists-single__works .works-list__item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    transition: transform 0.3s linear;
    height: 250px;
  }
}
.artists-single .common-contact {
  margin: 0;
}

.modal .cboxIframe {
  border-radius: 10px !important;
}
.modal__content {
  box-sizing: border-box;
  padding: 50px;
}
@media only screen and (max-width: 500px) {
  .modal__content {
    padding: 45px 20px;
  }
}
.modal__ttl {
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #666;
  letter-spacing: 0.05rem;
  font-size: 1.5rem;
  margin: 0 0 30px;
  padding: 0 0 10px;
}
@media only screen and (max-width: 500px) {
  .modal__ttl {
    font-size: 1.2rem;
    margin: 0 0 25px;
    padding: 0 0 10px;
  }
}
.modal table {
  width: 100%;
}
.modal table tr {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
.modal table tr:last-child {
  margin: 0;
}
.modal table th {
  text-align: left;
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  margin: 0 0 10px;
}
@media only screen and (max-width: 500px) {
  .modal table th {
    font-size: 0.9rem;
  }
}
.modal table th .required {
  background: #363030;
  color: #fff;
  width: 45px;
  text-align: center;
  font-size: 0.7rem;
  height: 23px;
  line-height: 23px;
}
@media only screen and (max-width: 500px) {
  .modal table th .required {
    font-size: 0.65rem;
    height: 21px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .modal table .table-note {
    font-size: 0.85rem;
    line-height: 1.45rem;
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal table .table-note {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 20px 0 0;
  }
}
.modal input[type=text],
.modal input[type=email],
.modal textarea {
  background: #F6F6F6;
  border: 1px solid #e7e7e7;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9rem;
  padding: 13px;
}
.modal textarea {
  height: 170px;
}
@media only screen and (max-width: 500px) {
  .modal textarea {
    height: 200px;
  }
}
.modal label {
  cursor: pointer;
}
.modal__submit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 40px 0 0;
}
@media only screen and (max-width: 500px) {
  .modal__submit {
    flex-direction: column;
    margin: 30px 0 0;
  }
}
.modal__submit input[type=submit] {
  background: #e4e4e4;
  color: #363030;
  border: none;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  border-radius: 50px;
  width: 260px;
  height: 53px;
  margin: 0 10px;
  font-size: 0.9rem;
  transition: 0.3s;
}
@media only screen and (max-width: 500px) {
  .modal__submit input[type=submit] {
    width: 90%;
    height: 50px;
    margin: 0 auto;
  }
}
.modal__submit input[type=submit]:hover {
  opacity: 0.8;
}
.modal__submit input[type=submit]:first-child {
  background: #363030;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .modal__submit input[type=submit]:first-child {
    margin: 0 auto 15px;
  }
}
.modal__complete {
  line-height: 1.8rem;
}
@media only screen and (max-width: 500px) {
  .modal__complete {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}

.works__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .works__list {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .works__list {
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .works__list__item {
    width: 49%;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .works__list__item {
    position: relative;
    overflow: hidden;
    width: 32%;
    margin: 0 0 30px;
  }
  .works__list__item:hover img {
    transform: scale(1.05);
  }
}
.works__list__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .works__list__item img {
    height: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .works__list__item img {
    transition: transform 0.3s linear;
    height: 250px;
  }
}

.prod-single .local-nav {
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .prod-single__content {
    margin: 0 17px 70px;
    padding: 45px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__content {
    max-width: 1100px;
    width: calc(100% - 35px);
    margin: 0 auto;
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prod-single__inner {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .prod-single__pic {
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__pic {
    width: calc(100% - 440px);
  }
}
.prod-single__pic .slide {
  background: #f7f7f7;
}
.prod-single__pic .slide__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod-single__pic .slide__item {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__pic .slide__item {
    height: 500px;
  }
}
.prod-single__pic .slide__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.prod-single__pic .slide-thumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .prod-single__pic .slide-thumb {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__pic .slide-thumb {
    margin: 30px 0 50px;
  }
}
.prod-single__pic .slide-thumb__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  .prod-single__pic .slide-thumb__item {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__pic .slide-thumb__item {
    width: 95px;
    height: 95px;
    transition: 0.3s;
  }
  .prod-single__pic .slide-thumb__item:hover {
    opacity: 0.7;
  }
}
.prod-single__pic .slide-thumb__item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod-single__pic .slide-thumb__item.is-active:hover {
  opacity: 1;
}
.prod-single__pic .slide-thumb__item.is-active::before {
  content: "";
  width: 98%;
  height: 98%;
  border: 1px solid #333;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .prod-single__info {
    width: 380px;
  }
}
.prod-single__info .ttl {
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .ttl {
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .ttl {
    margin: 0 0 25px;
    font-size: 1.7rem;
  }
}
.prod-single__info .deta {
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .deta {
    margin: 0 0 18px;
    padding: 0 0 20px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .deta {
    margin: 0 0 12px;
    padding: 0 0 25px;
    font-size: 0.95rem;
  }
}
.prod-single__info .deta dl {
  display: flex;
  align-items: center;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .deta dl {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .deta dl {
    margin: 0 0 12px;
  }
}
.prod-single__info .deta dl dt {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .deta dl dt {
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .deta dl dt {
    margin: 0 15px 0 0;
  }
}
.prod-single__info .deta dl dd {
  margin: 0;
  line-height: 100%;
}
.prod-single__info .deta dl a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .prod-single__info .deta dl a {
    transition: 0.3s;
  }
  .prod-single__info .deta dl a:hover {
    opacity: 0.7;
  }
}
.prod-single__info .deta p {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .deta p {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .deta p {
    line-height: 1.6rem;
  }
}
.prod-single__info .price {
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .price {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .price {
    font-size: 2.1rem;
  }
}
.prod-single__info .price span {
  font-weight: normal;
  margin: 0 0 0 6px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .price span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .price span {
    font-size: 0.85rem;
  }
}
.prod-single__info .order-link {
  background: #363030;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05rem;
  border-radius: 5px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .order-link {
    font-size: 0.9rem;
    height: 57px;
    line-height: 57px;
    margin: 23px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .order-link {
    font-size: 0.93rem;
    height: 63px;
    line-height: 63px;
    margin: 27px 0 0;
    transition: 0.3s;
  }
  .prod-single__info .order-link:hover {
    opacity: 0.8;
  }
}
.prod-single__info .order-link a {
  color: #fff;
  display: block;
  width: 100%;
}
.prod-single__info .order-link a::before {
  content: "";
  display: inline-block;
  background: url(../img/prod/icon-cart.png) no-repeat top left/contain;
  margin: 0 7px 0 0;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .order-link a::before {
    width: 24px;
    height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .order-link a::before {
    width: 25px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .prod-single__info .info {
    margin: 30px 0 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .info {
    margin: 35px 0 0;
    font-size: 0.95rem;
  }
}
.prod-single__info .info dl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.prod-single__info .info dl:last-child {
  margin: 0;
}
.prod-single__info .info dl dt {
  margin: 0;
}
.prod-single__info .info dl dd {
  margin: 0;
  text-align: right;
  font-weight: 500;
}
.prod-single__info .info .return-link {
  color: #999;
  font-size: 0.8rem;
  font-weight: normal;
  transition: 0.3s;
}
.prod-single__info .info .return-link:hover {
  text-decoration: underline;
}
.prod-single__info .info .return-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f059";
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .info .return-link::after {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .info .return-link::after {
    font-size: 1rem;
  }
}
.prod-single__info .info .info-regist {
  color: #444;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .prod-single__info .info .info-regist {
    margin: 30px 0 0;
    padding: 20px 23px;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__info .info .info-regist {
    margin: 35px 0 0;
    padding: 25px;
    font-size: 0.85rem;
    line-height: 1.55rem;
  }
}
.prod-single__info .info .info-regist a {
  color: #444;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .prod-single__info .info .info-regist a {
    transition: 0.3s;
  }
  .prod-single__info .info .info-regist a:hover {
    opacity: 0.7;
  }
}
.prod-single h4 {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod-single h4 {
    font-size: 1.1rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single h4 {
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .prod-single__desc {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__desc {
    width: calc(100% - 440px);
    margin: 0 0 80px;
  }
}
.prod-single__desc p {
  letter-spacing: 0.05rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod-single__desc p {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single__desc p {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-related {
    margin: 0 0 60px;
  }
}
.prod-single .splide__arrow {
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .prod-single .splide__arrow {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.prod-single .splide__arrow svg {
  display: none;
}
.prod-single .splide__arrow--prev,
.prod-single .splide__arrow--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.prod-single .splide__arrow--prev::before,
.prod-single .splide__arrow--next::before {
  content: "";
  border-top: solid 3px #363030;
  border-right: solid 3px #363030;
  position: absolute;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .prod-single .splide__arrow--prev::before,
  .prod-single .splide__arrow--next::before {
    width: 7px;
    height: 7px;
    top: 12.5px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .splide__arrow--prev::before,
  .prod-single .splide__arrow--next::before {
    width: 8px;
    height: 8px;
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .prod-single .splide__arrow--prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .splide__arrow--prev {
    left: 10px;
  }
}
.prod-single .splide__arrow--prev::before {
  transform: rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .prod-single .splide__arrow--prev::before {
    left: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .splide__arrow--prev::before {
    left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .prod-single .splide__arrow--next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .splide__arrow--next {
    right: 10px;
  }
}
.prod-single .splide__arrow--next::before {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .prod-single .splide__arrow--next::before {
    right: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .splide__arrow--next::before {
    right: 16px;
  }
}
.prod-single .prod-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.prod-single .prod-list__item {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-list__item:hover img {
    transform: scale(1.05);
  }
}
.prod-single .prod-list__item .thumb {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .prod-single .prod-list__item .thumb {
    height: 120px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-list__item .thumb {
    height: 200px;
    margin: 0 0 18px;
  }
}
.prod-single .prod-list__item .thumb img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .prod-single .prod-list__item .thumb img {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-list__item .thumb img {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .prod-single .prod-list__item .caption {
    max-width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-list__item .caption {
    max-width: 160px;
  }
}
.prod-single .prod-list__item .caption .title {
  font-weight: 600;
  line-height: 100%;
  margin: 0 0 3px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .prod-single .prod-list__item .caption .title {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-list__item .caption .title {
    font-size: 0.95rem;
  }
}
.prod-single .prod-list__item .caption .artist-name {
  color: #999;
}
@media only screen and (max-width: 767px) {
  .prod-single .prod-list__item .caption .artist-name {
    font-size: 0.75rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-list__item .caption .artist-name {
    font-size: 0.85rem;
    margin: 0 0 7px;
  }
}
.prod-single .prod-list__item .caption .price {
  font-weight: 500;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
  .prod-single .prod-list__item .caption .price {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-list__item .caption .price {
    font-size: 1rem;
  }
}
.prod-single .prod-list__item .caption .price span {
  margin: 0 0 0 3px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .prod-single .prod-list__item .caption .price span {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-list__item .caption .price span {
    font-size: 0.7rem;
  }
}
.prod-single .prod-list__item .caption .size {
  display: none;
}
.prod-single .prod-list__item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.prod-single .prod-list__item.soldout .price::after {
  content: "売り切れ";
  color: #ff0000;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .prod-single .prod-list__item.soldout .price::after {
    display: block;
    font-size: 0.75rem;
    margin: 2px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod-single .prod-list__item.soldout .price::after {
    font-size: 0.8rem;
    position: relative;
    top: -1px;
    margin: 0 0 0 5px;
  }
}

.is-hide {
  display: none;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}
.ordermade h2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ordermade h2 {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade h2 {
    margin: 0 0 40px;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__inner {
    padding: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__inner {
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}
.ordermade__text {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ordermade__text {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__text {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__text h2 {
    font-size: 1.9rem;
  }
}
.ordermade__text p {
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ordermade__text p {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__text p {
    letter-spacing: 0.2rem;
    line-height: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__type {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__type {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__type__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__type__item {
    width: 80%;
    margin: 0 auto 40px;
  }
  .ordermade__type__item:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__type__item {
    width: 31%;
  }
}
.ordermade__type h3 {
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ordermade__type h3 {
    font-size: 1.1rem;
    margin: 20px 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__type h3 {
    font-size: 1.1rem;
    margin: 24px 0 16px;
  }
}
.ordermade__type .desc {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ordermade__type .desc {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__type .desc {
    font-size: 0.95rem;
    line-height: 1.7rem;
    min-height: 109px;
  }
}
.ordermade__flow {
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .ordermade__flow {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__container {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__container {
    max-width: 1050px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}
.ordermade__flow__list {
  margin: 0;
  padding: 0;
}
.ordermade__flow__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item:first-child .step {
    margin: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item:first-child .step {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item:first-child .flow-box {
    padding: 15px 25px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item:first-child .flow-box {
    padding: 30px 0 60px;
  }
}
.ordermade__flow__item:last-child {
  border-bottom: none;
}
.ordermade__flow__item:last-child .step::after {
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item:last-child .flow-box {
    padding: 30px 25px 0;
  }
}
.ordermade__flow__item .step {
  background: #f5f5f5;
  border: 1px solid #363030;
  color: #363030;
  position: relative;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item .step {
    width: 68px;
    height: 68px;
    font-size: 1.5rem;
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item .step {
    width: 95px;
    height: 95px;
    margin: 45px 0 0;
  }
}
.ordermade__flow__item .step::after {
  content: "";
  border-left: 2px dashed #363030;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item .step::after {
    height: 250%;
    bottom: -165px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item .step::after {
    height: 95%;
    bottom: -90px;
  }
}
.ordermade__flow__item .step__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item .step__inner {
    width: 65px;
    height: 65px;
  }
}
.ordermade__flow__item .step .step-text {
  font-family: "Hind Guntur", sans-serif;
  font-weight: 700;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item .step .step-text {
    font-size: 0.8rem;
    height: 10px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item .step .step-text {
    font-size: 1rem;
    height: 10px;
    margin: 0 0 10px;
  }
}
.ordermade__flow__item .step .step-text span {
  margin: 0 0 0 2px;
}
.ordermade__flow__item .step .step-icon {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item .step .step-icon {
    width: 49px;
    height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item .step .step-icon {
    width: 63px;
    height: 38px;
  }
}
.ordermade__flow__item .step .step-icon img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ordermade__flow__item .flow-box {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item .flow-box {
    width: calc(100% - 68px);
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item .flow-box {
    width: calc(100% - 170px);
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item .flow-box .title {
    margin: 0 0 13px;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item .flow-box .title {
    width: 200px;
    margin: 0;
  }
}
.ordermade__flow__item .flow-box p {
  margin: 0;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ordermade__flow__item .flow-box p {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow__item .flow-box p {
    width: calc(100% - 250px);
    line-height: 1.7rem;
    font-size: 0.95rem;
  }
}
.ordermade__flow .flow-note {
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .ordermade__flow .flow-note {
    margin: 35px 0 0;
    font-size: 0.85rem;
    line-height: 1.35rem;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__flow .flow-note {
    margin: 50px 0 0;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
.ordermade__flow .flow-note a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .ordermade__flow .flow-note a {
    transition: 0.3s;
  }
  .ordermade__flow .flow-note a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__merit {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__merit {
    margin: 0 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__merit h2 {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__merit h2 {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__merit__inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
  }
}
.ordermade__merit__item {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ordermade__merit__item {
    width: 80%;
    margin: 0 auto 60px;
  }
  .ordermade__merit__item:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__merit__item {
    width: 32%;
  }
}
.ordermade__merit__item .num {
  display: block;
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 3px 3px 0 white;
}
@media only screen and (max-width: 767px) {
  .ordermade__merit__item .num {
    font-size: 2.2rem;
    top: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__merit__item .num {
    font-size: 2.6rem;
    top: -33px;
  }
}
.ordermade__merit__item .img {
  background: #F8F8F8;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ordermade__merit__item .img {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__merit__item .img {
    width: 350px;
    height: 350px;
  }
}
.ordermade__merit__item .text {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ordermade__merit__item .text {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__merit__item .text {
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__works {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__works {
    margin: 0 0 100px;
  }
}
.ordermade__works h2 {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) {
  .ordermade__works h2 {
    font-size: 2.2rem;
  }
}
.ordermade__works__inner {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ordermade__works__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .ordermade__works__item {
    width: 80%;
    margin: 0 auto 20px;
  }
  .ordermade__works__item:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__works__item {
    position: relative;
    overflow: hidden;
    width: 32%;
    margin: 0 0 30px;
  }
  .ordermade__works__item:hover img {
    transform: scale(1.05);
  }
}
.ordermade__works__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .ordermade__works__item img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .ordermade__works__item img {
    width: 100%;
    transition: transform 0.3s linear;
    height: 250px;
  }
}

.artists .form-link,
.artists-single .form-link,
.prod .form-link,
.prod-single .form-link,
.ordermade .form-link,
.recruit .form-link {
  position: relative;
  color: #363030;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .artists .form-link,
  .artists-single .form-link,
  .prod .form-link,
  .prod-single .form-link,
  .ordermade .form-link,
  .recruit .form-link {
    padding: 50px 15px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .artists .form-link,
  .artists-single .form-link,
  .prod .form-link,
  .prod-single .form-link,
  .ordermade .form-link,
  .recruit .form-link {
    padding: 100px 0 130px;
  }
}
.artists .form-link::after,
.artists-single .form-link::after,
.prod .form-link::after,
.prod-single .form-link::after,
.ordermade .form-link::after,
.recruit .form-link::after {
  content: "ORDER MADE ORDER MADE ORDER MADE ORDER MADE";
  font-family: "Montserrat", sans-serif;
  color: #F0F0F0;
  position: absolute;
  top: 10px;
  left: -20px;
  line-height: 100%;
  white-space: nowrap;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .artists .form-link::after,
  .artists-single .form-link::after,
  .prod .form-link::after,
  .prod-single .form-link::after,
  .ordermade .form-link::after,
  .recruit .form-link::after {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists .form-link::after,
  .artists-single .form-link::after,
  .prod .form-link::after,
  .prod-single .form-link::after,
  .ordermade .form-link::after,
  .recruit .form-link::after {
    font-size: 9.5rem;
  }
}
.artists .form-link__content,
.artists-single .form-link__content,
.prod .form-link__content,
.prod-single .form-link__content,
.ordermade .form-link__content,
.recruit .form-link__content {
  position: relative;
  z-index: 99;
}
.artists .form-link h2,
.artists-single .form-link h2,
.prod .form-link h2,
.prod-single .form-link h2,
.ordermade .form-link h2,
.recruit .form-link h2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .artists .form-link h2,
  .artists-single .form-link h2,
  .prod .form-link h2,
  .prod-single .form-link h2,
  .ordermade .form-link h2,
  .recruit .form-link h2 {
    margin: 0 0 15px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .artists .form-link h2,
  .artists-single .form-link h2,
  .prod .form-link h2,
  .prod-single .form-link h2,
  .ordermade .form-link h2,
  .recruit .form-link h2 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}
.artists .form-link p,
.artists-single .form-link p,
.prod .form-link p,
.prod-single .form-link p,
.ordermade .form-link p,
.recruit .form-link p {
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .artists .form-link p,
  .artists-single .form-link p,
  .prod .form-link p,
  .prod-single .form-link p,
  .ordermade .form-link p,
  .recruit .form-link p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .artists .form-link__container,
  .artists-single .form-link__container,
  .prod .form-link__container,
  .prod-single .form-link__container,
  .ordermade .form-link__container,
  .recruit .form-link__container {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .artists .form-link__container,
  .artists-single .form-link__container,
  .prod .form-link__container,
  .prod-single .form-link__container,
  .ordermade .form-link__container,
  .recruit .form-link__container {
    display: flex;
    justify-content: center;
  }
}
.artists .form-link__btn,
.artists-single .form-link__btn,
.prod .form-link__btn,
.prod-single .form-link__btn,
.ordermade .form-link__btn,
.recruit .form-link__btn {
  background: #1e1b1b;
  border: 2px solid #1e1b1b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  transition: 0.5s;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .artists .form-link__btn,
  .artists-single .form-link__btn,
  .prod .form-link__btn,
  .prod-single .form-link__btn,
  .ordermade .form-link__btn,
  .recruit .form-link__btn {
    width: 88%;
    height: 60px;
    margin: 0 auto 18px;
    font-size: 0.9rem;
  }
  .artists .form-link__btn:last-child,
  .artists-single .form-link__btn:last-child,
  .prod .form-link__btn:last-child,
  .prod-single .form-link__btn:last-child,
  .ordermade .form-link__btn:last-child,
  .recruit .form-link__btn:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .artists .form-link__btn,
  .artists-single .form-link__btn,
  .prod .form-link__btn,
  .prod-single .form-link__btn,
  .ordermade .form-link__btn,
  .recruit .form-link__btn {
    width: 400px;
    height: 70px;
    margin: 60px 15px 0;
  }
  .artists .form-link__btn:hover,
  .artists-single .form-link__btn:hover,
  .prod .form-link__btn:hover,
  .prod-single .form-link__btn:hover,
  .ordermade .form-link__btn:hover,
  .recruit .form-link__btn:hover {
    border: 2px solid #363030;
    background: #fff;
  }
  .artists .form-link__btn:hover a,
  .artists-single .form-link__btn:hover a,
  .prod .form-link__btn:hover a,
  .prod-single .form-link__btn:hover a,
  .ordermade .form-link__btn:hover a,
  .recruit .form-link__btn:hover a {
    color: #363030;
  }
  .artists .form-link__btn:hover::before, .artists .form-link__btn:hover::after,
  .artists-single .form-link__btn:hover::before,
  .artists-single .form-link__btn:hover::after,
  .prod .form-link__btn:hover::before,
  .prod .form-link__btn:hover::after,
  .prod-single .form-link__btn:hover::before,
  .prod-single .form-link__btn:hover::after,
  .ordermade .form-link__btn:hover::before,
  .ordermade .form-link__btn:hover::after,
  .recruit .form-link__btn:hover::before,
  .recruit .form-link__btn:hover::after {
    background: #363030;
  }
  .artists .form-link__btn:hover::before,
  .artists-single .form-link__btn:hover::before,
  .prod .form-link__btn:hover::before,
  .prod-single .form-link__btn:hover::before,
  .ordermade .form-link__btn:hover::before,
  .recruit .form-link__btn:hover::before {
    right: 30px;
  }
  .artists .form-link__btn:hover::after,
  .artists-single .form-link__btn:hover::after,
  .prod .form-link__btn:hover::after,
  .prod-single .form-link__btn:hover::after,
  .ordermade .form-link__btn:hover::after,
  .recruit .form-link__btn:hover::after {
    right: 33px;
  }
}
.artists .form-link__btn::before,
.artists-single .form-link__btn::before,
.prod .form-link__btn::before,
.prod-single .form-link__btn::before,
.ordermade .form-link__btn::before,
.recruit .form-link__btn::before {
  content: "";
  background: #fff;
  width: 26px;
  height: 2px;
  position: absolute;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .artists .form-link__btn::before,
  .artists-single .form-link__btn::before,
  .prod .form-link__btn::before,
  .prod-single .form-link__btn::before,
  .ordermade .form-link__btn::before,
  .recruit .form-link__btn::before {
    top: 29px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .artists .form-link__btn::before,
  .artists-single .form-link__btn::before,
  .prod .form-link__btn::before,
  .prod-single .form-link__btn::before,
  .ordermade .form-link__btn::before,
  .recruit .form-link__btn::before {
    top: 33px;
    right: 35px;
  }
}
.artists .form-link__btn::after,
.artists-single .form-link__btn::after,
.prod .form-link__btn::after,
.prod-single .form-link__btn::after,
.ordermade .form-link__btn::after,
.recruit .form-link__btn::after {
  content: "";
  background: #fff;
  width: 2px;
  height: 12px;
  transform: rotate(-45deg);
  position: absolute;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .artists .form-link__btn::after,
  .artists-single .form-link__btn::after,
  .prod .form-link__btn::after,
  .prod-single .form-link__btn::after,
  .ordermade .form-link__btn::after,
  .recruit .form-link__btn::after {
    top: 20px;
    right: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .artists .form-link__btn::after,
  .artists-single .form-link__btn::after,
  .prod .form-link__btn::after,
  .prod-single .form-link__btn::after,
  .ordermade .form-link__btn::after,
  .recruit .form-link__btn::after {
    top: 24px;
    right: 38px;
  }
}
.artists .form-link__btn a,
.artists-single .form-link__btn a,
.prod .form-link__btn a,
.prod-single .form-link__btn a,
.ordermade .form-link__btn a,
.recruit .form-link__btn a {
  color: #fff;
}
.artists .form-link__btn a::after,
.artists-single .form-link__btn a::after,
.prod .form-link__btn a::after,
.prod-single .form-link__btn a::after,
.ordermade .form-link__btn a::after,
.recruit .form-link__btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .recruit__inner {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__inner {
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}
.recruit h2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit h2 {
    margin: 0 0 40px;
  }
}
.recruit__text {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit__text {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__text {
    margin: 0 0 100px;
  }
}
.recruit__text h2 {
  letter-spacing: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .recruit__text h2 {
    font-size: 2.2rem;
  }
}
.recruit__text p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit__text p {
    font-size: 0.95rem;
    line-height: 1.7rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__text p {
    letter-spacing: 0.2rem;
    line-height: 2.2rem;
    margin: 0 0 35px;
  }
}
.recruit__text p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .recruit__merit {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__merit {
    margin: 0 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit__merit h2 {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__merit h2 {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__merit__inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
  }
}
.recruit__merit__item {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit__merit__item {
    width: 80%;
    margin: 0 auto 60px;
  }
  .recruit__merit__item:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__merit__item {
    width: 32%;
  }
}
.recruit__merit__item .num {
  display: block;
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 3px 3px 0 white;
}
@media only screen and (max-width: 767px) {
  .recruit__merit__item .num {
    font-size: 2.2rem;
    top: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__merit__item .num {
    font-size: 2.6rem;
    top: -33px;
  }
}
.recruit__merit__item .img {
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .recruit__merit__item .img {
    width: 300px;
    height: 300px;
    margin: 0 auto 30px;
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__merit__item .img {
    width: 350px;
    height: 350px;
    margin: 0 auto 35px;
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit__merit__item .lead {
    font-size: 1.1rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__merit__item .lead {
    margin: 0 0 20px;
  }
}
.recruit__merit__item .text {
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .recruit__merit__item .text {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__merit__item .text {
    font-size: 0.95rem;
  }
}

.prod .prod-list,
.artists-single .prod-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .prod .prod-list,
  .artists-single .prod-list {
    margin: 0 auto 50px;
    border-top: 20px solid #000;
    border-left: 20px solid #000;
  }
}
@media only screen and (min-width: 768px) {
  .prod .prod-list,
  .artists-single .prod-list {
    margin: 0 auto 100px;
    border-top: 25px solid #000;
    border-left: 25px solid #000;
  }
}
.prod .prod-list__item,
.artists-single .prod-list__item {
  box-sizing: border-box;
  position: relative;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .prod .prod-list__item,
  .artists-single .prod-list__item {
    width: 50%;
    padding: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod .prod-list__item,
  .artists-single .prod-list__item {
    width: 33.3333333333%;
    padding: 0 25px 25px 0;
  }
}
@media only screen and (min-width: 960px) {
  .prod .prod-list__item,
  .artists-single .prod-list__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1450px) {
  .prod .prod-list__item,
  .artists-single .prod-list__item {
    width: 20%;
  }
}
@media only screen and (min-width: 1700px) {
  .prod .prod-list__item,
  .artists-single .prod-list__item {
    width: 16.6666666667%;
  }
}
@media only screen and (min-width: 2000px) {
  .prod .prod-list__item,
  .artists-single .prod-list__item {
    width: 14.2857142857%;
  }
}
@media only screen and (min-width: 2300px) {
  .prod .prod-list__item,
  .artists-single .prod-list__item {
    width: 12.5%;
  }
}
.prod .prod-list__item:hover .thumb img,
.artists-single .prod-list__item:hover .thumb img {
  opacity: 0.8;
}
.prod .prod-list__item.empty,
.artists-single .prod-list__item.empty {
  margin: 0;
  padding: 0;
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .prod .prod-list__item.empty,
  .artists-single .prod-list__item.empty {
    height: 0;
  }
  .prod .prod-list__item.empty:nth-of-type(2), .prod .prod-list__item.empty:nth-of-type(3),
  .artists-single .prod-list__item.empty:nth-of-type(2),
  .artists-single .prod-list__item.empty:nth-of-type(3) {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .prod .prod-list__item.empty::before,
  .artists-single .prod-list__item.empty::before {
    top: 0;
    z-index: 10;
  }
}
.prod .prod-list__item .thumb,
.artists-single .prod-list__item .thumb {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .prod .prod-list__item .thumb,
  .artists-single .prod-list__item .thumb {
    height: 200px;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .prod-list__item .thumb,
  .artists-single .prod-list__item .thumb {
    height: 350px;
    margin: 0 0 15px;
  }
}
.prod .prod-list__item .thumb img,
.artists-single .prod-list__item .thumb img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod .prod-list__item .caption .title,
.artists-single .prod-list__item .caption .title {
  font-weight: 600;
  margin: 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .prod .prod-list__item .caption .title,
  .artists-single .prod-list__item .caption .title {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .prod-list__item .caption .title,
  .artists-single .prod-list__item .caption .title {
    font-size: 0.95rem;
    line-height: 1.3rem;
  }
}
.prod .prod-list__item .caption .artist-name,
.artists-single .prod-list__item .caption .artist-name {
  color: #999;
}
@media only screen and (max-width: 767px) {
  .prod .prod-list__item .caption .artist-name,
  .artists-single .prod-list__item .caption .artist-name {
    margin: 0 0 5px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .prod-list__item .caption .artist-name,
  .artists-single .prod-list__item .caption .artist-name {
    margin: 0 0 7px;
    font-size: 0.85rem;
  }
}
.prod .prod-list__item .caption .price,
.artists-single .prod-list__item .caption .price {
  font-weight: 500;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
  .prod .prod-list__item .caption .price,
  .artists-single .prod-list__item .caption .price {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .prod-list__item .caption .price,
  .artists-single .prod-list__item .caption .price {
    font-size: 1rem;
  }
}
.prod .prod-list__item .caption .price span,
.artists-single .prod-list__item .caption .price span {
  margin: 0 0 0 3px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .prod .prod-list__item .caption .price span,
  .artists-single .prod-list__item .caption .price span {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .prod-list__item .caption .price span,
  .artists-single .prod-list__item .caption .price span {
    font-size: 0.7rem;
  }
}
.prod .prod-list__item .caption .size,
.artists-single .prod-list__item .caption .size {
  display: none;
}
.prod .prod-list__item a,
.artists-single .prod-list__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.prod .prod-list__item.soldout .price::after,
.artists-single .prod-list__item.soldout .price::after {
  content: "売り切れ";
  color: #ff0000;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .prod .prod-list__item.soldout .price::after,
  .artists-single .prod-list__item.soldout .price::after {
    display: block;
    font-size: 0.75rem;
    margin: 2px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod .prod-list__item.soldout .price::after,
  .artists-single .prod-list__item.soldout .price::after {
    font-size: 0.85rem;
    position: relative;
    top: -1px;
    margin: 0 0 0 5px;
  }
}

.prod .prod-list {
  margin: 0;
}
.prod .common-contact {
  margin: 0;
}

.home .local-nav {
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .home .home-prod {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .home .home-prod {
    margin: 0 0 112px;
  }
}
.home .prod-wrapper {
  overflow: hidden;
  background: #000;
}
.home .prod-list {
  list-style: none;
  margin: 0 auto 1px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .prod-list {
    border-top: 23px solid #000;
    border-left: 23px solid #000;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list {
    border-top: 25px solid #000;
    border-left: 25px solid #000;
  }
}
.home .prod-list__item {
  box-sizing: border-box;
  position: relative;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .home .prod-list__item {
    width: 50%;
    padding: 0 23px 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list__item {
    width: 25%;
    padding: 0 25px 35px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.home .prod-list__item:hover .thumb img {
  opacity: 0.8;
}
.home .prod-list__item.soldout::before {
  content: "売り切れ";
  color: #ff0000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-left: -13px;
  bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .home .prod-list__item.soldout::before {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list__item.soldout::before {
    font-size: 1rem;
  }
}
.home .prod-list__item .thumb {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home .prod-list__item .thumb {
    height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list__item .thumb {
    min-height: 200px;
    height: 100%;
  }
}
.home .prod-list__item .thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .prod-list__item .caption {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .home .prod-list__item .caption {
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list__item .caption {
    margin: 10px 0 0;
  }
}
.home .prod-list__item .caption .title {
  font-weight: 600;
  margin: 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .home .prod-list__item .caption .title {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list__item .caption .title {
    font-size: 0.95rem;
    line-height: 1.3rem;
  }
}
.home .prod-list__item .caption .artist-name {
  color: #999;
}
@media only screen and (max-width: 767px) {
  .home .prod-list__item .caption .artist-name {
    margin: 0 0 5px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list__item .caption .artist-name {
    margin: 0 0 7px;
    font-size: 0.85rem;
  }
}
.home .prod-list__item .caption .price {
  font-weight: 500;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
  .home .prod-list__item .caption .price {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list__item .caption .price {
    font-size: 1rem;
  }
}
.home .prod-list__item .caption .price span {
  margin: 0 0 0 3px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .home .prod-list__item .caption .price span {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list__item .caption .price span {
    font-size: 0.7rem;
  }
}
.home .prod-list__item .caption .size {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .prod-list__item .caption .size {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod-list__item .caption .size {
    font-size: 0.9rem;
  }
}
.home .prod-list__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home .new::after {
  content: "";
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .form__inner {
    margin: 0 0 60px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .form__inner {
    max-width: 950px;
    width: calc(100% - 35px);
    margin: 0 auto 160px;
  }
}
@media only screen and (max-width: 767px) {
  .form h2 {
    margin: 0 0 30px;
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 768px) {
  .form h2 {
    margin: 0 0 30px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .form__note {
    margin: 0 0 30px;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__note {
    margin: 0 0 30px;
    line-height: 1.8rem;
  }
}
.form__note-confirm {
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .form__note-confirm {
    font-size: 0.9rem;
    margin: 0 0 35px;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .form__note-confirm {
    margin: 0 0 55px;
    padding: 0 0 40px;
  }
}
.form__note-regist {
  color: #444;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .form__note-regist {
    margin: 55px 0 0;
    padding: 20px 23px;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__note-regist {
    margin: 70px 0 0;
    padding: 25px;
    font-size: 0.9rem;
    line-height: 1.55rem;
  }
}
.form__note-regist a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .form__note-regist a {
    transition: 0.3s;
  }
  .form__note-regist a:hover {
    opacity: 0.7;
  }
}
.form__tel {
  display: flex;
  border: 2px solid #363030;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .form__tel {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .form__tel {
    margin: 0 0 55px;
  }
}
.form__tel .tel-ttl {
  background: #363030;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .form__tel .tel-ttl {
    width: 90px;
    font-size: 1.13rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__tel .tel-ttl {
    width: 200px;
    padding: 15px 0;
    font-size: 1.3rem;
  }
}
.form__tel .tel-ttl::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  color: #fff;
  margin: 0 7px 0 0;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .form__tel .tel-ttl::before {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__tel .tel-ttl::before {
    font-size: 1rem;
  }
}
.form__tel p {
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .form__tel p {
    width: calc(100% - 90px);
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__tel p {
    width: calc(100% - 200px);
    padding: 15px 0;
    font-size: 1.8rem;
  }
}
.form__tel p span {
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form__tel p span {
    display: block;
    font-size: 0.8rem;
    margin: 3px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__tel p span {
    font-size: 0.95rem;
    margin: 0 0 0 15px;
    top: -4px;
  }
}
.form__table table {
  width: 100%;
}
.form__table table tr {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form__table table tr {
    flex-direction: column;
    border-bottom: 1px solid #dbddda;
    padding: 27px 0;
  }
  .form__table table tr:first-child {
    padding: 0 0 27px;
  }
}
@media only screen and (min-width: 768px) {
  .form__table table tr {
    justify-content: space-between;
    margin: 0 0 30px;
  }
  .form__table table tr:last-child {
    margin: 0;
  }
}
.form__table table th {
  text-align: left;
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .form__table table th {
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .form__table table th {
    width: 240px;
    margin: 3px 0 0;
  }
}
.form__table table th .required {
  background: #363030;
  color: #fff;
  width: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form__table table th .required {
    font-size: 0.65rem;
    height: 21px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .form__table table th .required {
    font-size: 0.7rem;
    height: 23px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .form__table table td {
    width: calc(100% - 280px);
  }
}
.form__table .flex {
  display: flex;
  justify-content: space-between;
}
.form__table .flex input[type=text] {
  width: 48.5%;
}
.form__table input[type=text],
.form__table input[type=email],
.form__table textarea {
  background: #F6F6F6;
  border: 1px solid #e7e7e7;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .form__table input[type=text],
  .form__table input[type=email],
  .form__table textarea {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .form__table input[type=text],
  .form__table input[type=email],
  .form__table textarea {
    padding: 18px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .form__table textarea {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .form__table textarea {
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .form__table .table-note {
    font-size: 0.85rem;
    line-height: 1.45rem;
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__table .table-note {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 20px 0 0;
  }
}
.form__table label {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .form__submit {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 70px 0 0;
  }
}
.form__submit input[type=submit] {
  background: #e4e4e4;
  color: #363030;
  border: none;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .form__submit input[type=submit] {
    width: 90%;
    height: 60px;
    margin: 0 auto 15px;
    font-size: 0.9rem;
  }
  .form__submit input[type=submit]:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit input[type=submit] {
    width: 370px;
    height: 65px;
    margin: 0 13px;
    font-size: 0.95rem;
    transition: 0.3s;
  }
  .form__submit input[type=submit]:hover {
    opacity: 0.8;
  }
}
.form__submit input[type=submit]:first-child {
  background: #363030;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .faq__inner {
    margin: 0 0 72px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    width: calc(100% - 35px);
    margin: 0 auto 96px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__catlist {
    margin: 0 0 35px;
    background: #f5f5f5;
  }
}
@media only screen and (min-width: 768px) {
  .faq__catlist {
    position: sticky;
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__catlist__ttl {
    font-weight: 600;
    padding: 15px 20px;
    position: relative;
  }
  .faq__catlist__ttl::before {
    content: "";
    background: #363030;
    width: 17px;
    height: 2px;
    position: absolute;
    top: 25px;
    right: 18px;
  }
  .faq__catlist__ttl::after {
    content: "";
    background: #363030;
    width: 2px;
    height: 17px;
    position: absolute;
    top: 18px;
    right: 25px;
    transition: 0.4s;
  }
  .faq__catlist__ttl.active::after {
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 768px) {
  .faq__catlist__ttl {
    display: none;
  }
}
.faq__catlist__container {
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .faq__catlist__container {
    display: none;
    padding: 8px 25px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__catlist__container {
    width: 250px;
    padding: 40px 25px;
  }
}
.faq__catlist__item {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 0 13px;
}
@media only screen and (max-width: 767px) {
  .faq__catlist__item {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .faq__catlist__item {
    font-size: 0.95rem;
  }
}
.faq__catlist__item:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .faq__catlist__item a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list {
    width: calc(100% - 310px);
  }
}
.faq__list-ttl {
  border-bottom: 1px solid #363030;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .faq__list-ttl {
    font-size: 1.25rem;
    margin: 50px 0 15px;
    padding: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list-ttl {
    font-size: 1.6rem;
    margin: 90px 0 25px;
    padding: 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__list-ttl:nth-of-type(1) {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list-ttl:nth-of-type(1) {
    margin: 0 0 25px;
  }
}
.faq__list__item {
  border-bottom: 1px solid #363030;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .faq__list__item {
    margin: 0 0 10px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list__item {
    margin: 0 0 10px;
  }
}
.faq__list__item:last-child {
  margin: 0;
}
.faq__list__item .mark {
  display: block;
  position: absolute;
  left: 0;
  line-height: 100%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .faq__list__item .mark {
    font-size: 1.7rem;
    top: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list__item .mark {
    font-size: 2rem;
    top: 33px;
  }
}
.faq__list__question {
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .faq__list__question {
    padding: 18px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list__question {
    padding: 35px 60px;
    font-size: 1.1rem;
    cursor: pointer;
  }
}
.faq__list__question::before {
  content: "";
  background: #b4b4b4;
  height: 2px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .faq__list__question::before {
    width: 20px;
    top: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list__question::before {
    width: 25px;
    top: 41px;
  }
}
.faq__list__question::after {
  content: "";
  background: #b4b4b4;
  width: 2px;
  position: absolute;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .faq__list__question::after {
    height: 20px;
    top: 20px;
    right: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list__question::after {
    height: 25px;
    top: 30px;
    right: 12px;
  }
}
.faq__list__answer {
  display: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq__list__answer {
    padding: 35px 0 35px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list__answer {
    padding: 35px 0 35px 60px;
  }
}
.faq__list__answer .mark {
  color: #fff;
  text-shadow: 1px 1px 0 #b4b4b4, -1px 1px 0 #b4b4b4, 1px -1px 0 #b4b4b4, -1px -1px 0 #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .faq__list__answer .mark {
    top: 38px;
  }
}
.faq__list__answer p {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .faq__list__answer p {
    font-size: 0.95rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .faq__list__answer p {
    font-size: 1rem;
    line-height: 1.9rem;
  }
}
.faq__list__answer p:last-child {
  margin: 0;
}
.faq__list .is-open {
  display: block;
}
.faq__list .is-open::after {
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .complete__inner {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .complete__inner {
    min-height: 600px;
  }
}
.complete__text p {
  margin: 0 0 15px;
  letter-spacing: 0.05;
}
@media only screen and (max-width: 767px) {
  .complete__text p {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete__text p {
    line-height: 1.8rem;
  }
}
.complete__text p:last-child {
  margin: 0;
}
.complete__btn {
  background: #363030;
  color: #fff;
  border: none;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .complete__btn {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 40px auto 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete__btn {
    width: 370px;
    height: 65px;
    line-height: 65px;
    margin: 60px auto 0;
    font-size: 0.95rem;
    transition: 0.3s;
  }
  .complete__btn:hover {
    opacity: 0.8;
  }
}
.complete__btn a {
  color: #fff;
  display: block;
  width: 100%;
}

.new {
  position: relative;
}
.new::after {
  content: "NEW";
  background: #1e1b1b;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.65rem;
  padding: 3px 10px;
}

#cboxOverlay {
  background: #000 !important;
}

#cboxContent {
  background-color: transparent !important;
}

#cboxLoadedContent {
  background-color: transparent !important;
}

#cboxClose {
  background: url(../img/btn-close.png) no-repeat top left/contain !important;
  transition: 0.3s;
  width: 18px !important;
  height: 18px !important;
  top: -25px !important;
}
#cboxClose:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
  position: relative;
  z-index: 99;
}

footer {
  position: relative;
  z-index: 99;
}/*# sourceMappingURL=style.css.map */