@charset "UTF-8";

body {
  font-family: "Shippori Mincho", serif;
}

a {
  text-decoration: none;
}

.evt {
  visibility: hidden;
}

.header {
  margin-bottom: 60px;
}

.header__pc__nav__wrap {
  display: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.header__sp__wrap {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}

.header__sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 60px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.header__sp__r-wrap {
  display: flex;
  align-items: center;
}

.header__sp__logo {
  width: 210px;
  margin-left: 20px;
  width: 229px;
}

.header__sp__logo a {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.header__sp__logo-image {
  width: 69px;
  height: 40px;
  object-fit: contain;
}

.header__sp__logo-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: black;
  text-align: center;
}

.header__sp__nav__wrap {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 60px;
  display: none;
  overflow: auto;
  max-height: 100vh;
  height: 100vh;
}

.header__sp__nav {
  padding: 80px 0 20px;
  max-width: 216px;
  margin: 0 auto;
  text-align: center;
}

.header__sp__nav > li {
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.header__sp__nav li a {
  color: #3b4043;
}

/* カート */
.header__sp__cart__icon {
  width: 44px;
  position: relative;
  margin-right: 15px;
  display: none;
}

.header__pc__contact {
  display: none;
}

.header__sp__cart__num {
  font-size: 12px;
  background-color: #b25555;
  color: #fff;
  position: absolute;
  top: -3px;
  right: -8px;
  height: 20px;
  width: 20px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}

/* ヘッダーsp ハンバーガーメニューBTN */
.l-header__nav-btn {
  width: 56px;
  font-size: 10px;
  z-index: 510000;
  margin-right: 0;
  margin-left: auto;
  height: 56px;
  right: 0;
  cursor: pointer;
  height: 80px;
  margin-right: 15px;
}

.l-header__nav-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.l-header__nav-btn .l-header__nav-btn-inner .l-header__nav-btn-line {
  position: absolute;
  width: 55%;
  bottom: 45.5%;
}

#btn_spmenu span {
  display: block;
  height: 2px;
  background-color: #707070;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  width: 20px;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(1) {
  top: calc(50% - 13px);
  right: 0;
  left: auto;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(2) {
  top: calc(50% - 4px);
  right: 0;
  left: auto;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(3) {
  top: calc(50% + 5px);
  right: 0;
  left: auto;
}

body.is_menu_open #btn_spmenu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 50%;
  margin-top: 0;
  width: 30px;
}

body.is_menu_open #btn_spmenu span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  margin-top: 0;
  width: 30px;
}

body.is_menu_open #btn_spmenu span:nth-child(2) {
  width: 0;
  left: 50%;
}

.l-header__nav-btn .l-header__nav-btn-inner div span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff;
}

/* ハンバーガーメニュー関連 */
body.is_menu_open {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* ヘッダーsp ハンバーガーメニューblack_bg */
body.is_menu_open #js_black_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
}

.header__sp__r-sns__wrap {
  background-color: #2b2b2b;
  position: fixed;
  z-index: 150;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding-top: 18px;
}

.header__sp__r-sns__list {
  display: flex;
  justify-content: space-between;
  max-width: 356px;
  margin: 0 auto;
  padding: 0 58px;
}

.header__sp__r-sns__list li {
  width: 63px;
}

.header__sp__r-sns__list__img {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.header__sp__r-sns__list li a {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

.header__sp__r-sns__list__dt {
  font-size: 12px;
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.back-to-top__btn {
  width: 30px;
  position: fixed;
  bottom: 100px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

/* 共通 */
.common__bg {
  width: 100%;
  overflow: hidden;
  background-image: url("img/common__bg.svg");
  position: relative;
  background-color: #fff;
}

.content__wrapper {
  margin: 0 27px;
}

h3 {
  font-size: 24px;
  line-height: 1.5;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
}

.content__txt {
  line-height: 2;
}

.common__btn {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #c73b3b;
  height: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.common__btn a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #151515;
}

.top__ttl__line02 {
  width: 100px;
  margin: 0 auto;
  margin-top: 19px;
}

.coin__img {
  width: 100px;
  margin: 0 auto;
  padding: 100px 0 60px;
}

.br__pc {
  display: none;
}

.under__header__line {
  filter: drop-shadow(0 3px 10px #000);
}

/* 下層MV修正 */
.pankuzu {
  display: flex;
  font-size: 12px;
  align-items: center;
  background-color: transparent;
  padding: 2px 0 5px 10px;
  font-size: 10px;
}

.pankuzu * {
  font-family: "Noto Sans JP", sans-serif;
}

.send {
  text-decoration: underline;
}

.send a {
  color: #2b2b2b;
}

.now {
  text-decoration: underline;
}

.pankuzu__arrow {
  margin: 0 10px;
  font-size: 20px;
  position: relative;
  background-image: url(./img/pankuzu.svg);
  width: 5px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pankuzu__icon {
  width: 13px;
  margin-right: 10px;
}

/* 下層MV修正 */
.under__mv {
  position: relative;
}

.under__mv img {
  width: 100%;
}

/* 下層MV修正 */
.under__mv__txt {
  position: absolute;
  top: 28%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  left: 25%;
}

.under__mv__txt01 {
  font-size: 8.6vw;
  font-weight: 700;
  filter: drop-shadow(0 0 3px #000);
}

.under__mv__txt02 {
  font-size: 4.3vw;
  margin-top: 3vw;
  filter: drop-shadow(0 0 3px #000);
  font-weight: normal;
}

.under__mv__txt {
  position: absolute;
  top: max(16px, 4.3vw);
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  left: max(16px, 4.3vw);
}

.under__mv__txt01 {
  font-size: 4.1vw;
  font-weight: 800;
  filter: none;
  margin-top: 4px;
}

.under__mv__txt02 {
  font-size: 2.7vw;
  margin-top: 1vw;
  filter: none;
  font-weight: 500;
  text-align: center;
}

.common__recuruit {
  border-top: #707070 1px solid;
  border-bottom: #707070 1px solid;
  padding: 16px 0;
  margin: 0 27px;
}

.common__recuruit h3 {
  font-size: 20px;
}

.common__recuruit .common__recuruit__txtarea h3 {
  text-align: center;
  margin: 10px 0;
}

body .scroll_anchor {
  opacity: 0;
  transform: translateY(100px);
}

.scroll_anchor.active {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* フッター */
footer {
  position: relative;
  margin-bottom: 0px;
  background-image: url(./img/contact.webp);
  background-size: cover;
  background-position: center;
  padding: 16px 27px;
}

footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

body::after {
  content: "Copyright (C) SIGEHIRO Co.,Ltd. All Rights Reserved.";
  background-color: white;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 80px;
}

footer .footer__bg {
  position: relative;
}

footer .footer__bg * {
  position: relative;
  z-index: 2;
}

footer .footer__bg * {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}

.footer__contact-item h2 {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
}

.footer__contact-item:first-child strong,
.footer__contact-item:first-child p {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  display: block;
}

.footer__contact-item:first-child p {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
}

.footer__contact-item:nth-child(2) {
  font-size: 11px;
  margin-top: 10px;
  line-height: 16px;
  text-align: center;
}

.footer__contact-item:nth-child(3) {
  margin: 5px auto 0;
  max-width: 320px;
}

.footer__contact-item:nth-child(3) a span {
  font-size: 20px;
  display: block;
  text-align: right;
  position: relative;
  line-height: 29px;
  font-weight: 700;
}

.footer__contact-item:nth-child(3) a span::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url(./img/phone.svg);
  background-size: contain;
}

.footer__contact-item:nth-child(3) > span {
  font-size: 14px;
  position: relative;
  text-align: right;
  display: block;
  line-height: 19px;
  right: -7px;
}

.footer__contact-item:last-child {
  display: block;
  height: 48px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  margin: 10px auto 0;
  position: relative;
  max-width: 320px;
}

.footer__contact-item:last-child span {
  color: #2ea378;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 350px) {
  .footer__contact-item:last-child span {
    font-size: 14px;
  }

  body::after {
    font-size: 12px;
  }
}

.footer__contact-item:last-child span {
  position: relative;
}

.footer__contact-item:last-child span::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 18px;
  height: 15px;
  background-image: url(./img/green-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2px;
}

footer .cr {
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  padding: 8px;
  font-family: "Roboto", sans-serif;
}

.pc,
.pc-in,
.pc-inbl,
.tabpc-inbl {
  display: none;
}

/* 下層MV修正 */
.pc-in {
  display: block;
}

.sp {
  display: block;
}

.sp-in {
  display: inline;
}

.sp-inbl {
  display: inline-block;
}

@media (max-width: 350px) {
  .footer__bg br {
    display: none;
  }
}

@media (min-width: 768px) {
  .header {
    margin-bottom: 80px;
  }

  .js-header__nav-btn {
    display: none;
  }

  .header__pc__nav__wrap {
    display: block;
  }

  .header__pc__nav {
    display: flex;
    align-items: center;
  }

  .header__sp__logo {
    min-width: 120px;
    margin-left: max(20px, calc(60px + 100vw - 1024px));
    margin-right: 20px;
    padding-left: 0px;
    width: 229px;
  }

  @media (min-width: 1024px) {
    .header__sp__logo {
      margin-left: 60px;
    }
  }

  .header__sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0;
    height: 80px;
  }

  .header__pc__nav li {
    margin-right: 37px;
    position: relative;
    display: flex;
    align-items: center;
    transition: opacity 0.5s;
    font-weight: normal;
    text-align: center;
    font-weight: 600;
  }

  .header__sp__cart__icon {
    margin-right: 0;
    position: relative;
    transition: opacity 0.5s;
    min-width: 48px;
  }

  .header__pc__nav li a {
    color: #3b4043;
  }

  /* カート */
  .header__sp__cart__icon {
    width: 44px;
    position: relative;
    margin-right: 25px;
    display: block;
  }

  .header__pc__contact {
    display: block;
    background-color: #ddf0d3;
    width: 123px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }

  .header__pc__contact a {
    color: #3b4043;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
  }

  .header__pc__nav__item_e {
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
  }

  .pc {
    display: block;
  }

  .pc-in {
    display: inline;
  }

  .pc-inbl,
  .tabpc-inbl {
    display: inline-block;
  }

  .sp,
  .sp-in,
  .sp-inbl {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .header__pc__nav li {
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    transition: opacity 0.5s;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
  }

  .header__pc__nav__item_e {
    font-size: 10px;
    text-align: center;
    margin-top: 12px;
  }

  .header__sp__cart__icon {
    margin-right: 15;
    position: relative;
    transition: opacity 0.5s;
    min-width: 38px;
  }
}

@media (min-width: 768px) {
  .header__sp__r-sns__wrap {
    display: none;
  }
}

@media (min-width: 768px) {
  .common__bg {
    width: 100%;
    overflow: hidden;
    background-image: url("img/common__bg.svg");
    position: relative;
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .content__wrapper {
    margin: 0 auto;
    max-width: 1054px;
    padding: 0 27px;
  }
}

@media (min-width: 768px) {
  .common__btn {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #c73b3b;
    height: 48px;
    transition: background-color 0.5s;
  }

  .common__btn a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #151515;
  }

  .common__btn:hover {
    background-color: #c73b3b;
  }

  .common__btn:hover a {
    color: #fff;
  }
}

.finish-modoru {
  text-align: center;
}

.contact-complete__txt {
  text-align: center;
}

.contact__submit {
  background-color: white;
}

@media (min-width: 768px) {
  .coin__img {
    width: 100px;
    margin: 0 auto;
    padding: 115px 0 60px;
  }
}

@media (min-width: 768px) {
  .br__sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .br__pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .pankuzu {
    display: flex;
    font-size: 12px;
    padding: 10px 0 10px 7.2vw;
    align-items: center;
    position: absolute;
    background-color: transparent;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .under__mv img {
    width: 100%;
  }

  .under__mv__txt {
    position: absolute;
    top: 25.4%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    left: 7.6vw;
  }

  .under__mv__txt01 {
    font-size: 2.95vw;
    font-weight: 800;
    filter: none;
  }

  .under__mv__txt02 {
    font-size: 1.5vw;
    margin-top: 1vw;
    filter: none;
    font-weight: 500;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .common__recuruit {
    max-width: 884px;
    margin: 0 auto;
    border-top: #707070 1px solid;
    border-bottom: #707070 1px solid;
    padding: 61px 112px;
    margin: 0 auto;
    display: flex;
  }

  .common__recuruit .common__recuruit__img {
    margin-right: 10px;
    width: 50%;
  }

  .common__recuruit .common__recuruit__txtarea {
    width: 50%;
    margin-left: 10px;
  }

  .common__recuruit .common__recuruit__txtarea h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  footer {
    position: relative;
    margin-bottom: 0 !important;
    display: block !important;
    padding: 60px 0;
    background-position: center 49%;
  }

  footer .footer__bg {
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    overflow: visible;
    column-gap: min(170px, 8.5vw);
    row-gap: 50px;
    max-width: 1080px;
    width: calc(min(170px, 8.5vw) + 306px + max(27.4vw, 432px));
  }

  /* @media (max-width: 1546px) {
    footer .footer__bg {
      column-gap: 20px;
    }
  } */

  footer .footer__bg * {
    text-align: left !important;
  }

  .footer__contact-item h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .footer__contact-item:nth-child(3) > span {
    margin-top: 10px;
  }

  .footer__contact-item:first-child strong,
  .footer__contact-item:first-child p,
  .footer__contact-item:nth-child(2) {
    font-size: 16px;
    line-height: 32px;
  }

  .footer__contact-item:nth-child(2) {
    margin-top: 0;
  }

  @media (max-width: 862px) {
    footer .footer__bg {
      width: auto;
      padding: 0 27px;
      column-gap: calc(100% - 305px - 400px);
    }
    .footer__contact-item:nth-child(2) {
      font-size: 14px;
    }
  }

  .footer__contact-item:nth-child(3) {
    margin: 0;
    width: 304px;
  }

  .footer__contact-item:last-child {
    font-size: 16px;
    height: 64px;
    min-width: 400px;
    max-width: 528px;
    width: 27.5vw;
    margin: 0;
  }

  .footer__contact-item:nth-child(3) a span::before {
    width: 32px;
    height: 32px;
  }

  .footer__contact-item:nth-child(3) a span {
    font-size: 36px;
  }

  .footer__contact-item:last-child span {
    font-size: 20px;
    line-height: 48px;
  }

  .footer__contact-item:last-child span::before {
    width: 30px;
    height: 26px;
    margin-right: 4px;
    position: relative;
    top: 6px;
    background-image: url(./img/mail-pc.svg);
  }

  footer .cr {
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    padding: 8px;
  }

  body::after {
    margin-bottom: 0px;
  }
}
