body {
  font-family: "Anton", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.header {
  display: block;
  position: relative;
  z-index: 10000;
  margin-bottom: 80.25px;
}

.header__pc__nav__wrap {
  display: none;
}

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

.header__sp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 29.6px 27px;
  position: fixed;
  z-index: 100;
  width: 100%;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
}

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

.header__sp__r-wrap {
  display: flex;
  align-items: center;
  margin-right: 50px;
  height: 56.92px;
}

.header__sp__logo {
  /* text-align: center;
    font-size: 24px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif; */
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.header__sp__logo a {
  color: #000;
  font-weight: 400;
}

.header__sp__nav__wrap {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  transform: translateX(100%);
  /* transition: transform .5s; */
  height: 100vh;
}

.close__btn__wrap {
  max-width: 356px;
  margin: 0 auto;
  position: relative;
  position: absolute;
  bottom: 13px;
  right: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding-right: 20px;
  display: none;
}

.close__btn {
  width: 36px;
  height: 47.71px;
  cursor: pointer;
  margin-left: auto;
  margin-right: 6px;
}

.header__sp__nav {
  padding: 216px 0 40px;
  /* display: none; */
  /*  max-width: 600px; */
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
}

.header__sp__nav>li {
  margin-bottom: 40px;
  /*  border-bottom: 1px solid #A69891; */
  /*  padding-left: 8px; */
  text-align: center;
}

.header__sp__nav__under {
  max-width: 300px;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  height: 40px;
  /*  filter: drop-shadow(0px 2px 2px #686868); */
}

body .header__sp__nav__under01 {
  background-color: #68b3db;
  margin-top: 55px;
  margin-bottom: 20px;
}

.header__sp__nav__under02 {
  background-color: #ed5757;
}

.header__sp__nav .header__sp__nav__under>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header__sp__nav li a {
  text-decoration: none;
  color: #000;
  padding-left: 8px;
  display: inline-block;
  width: 100%;
  font-weight: 600;
}

.header__pc__new-work__dt {
  height: 100%;
  display: flex;
  align-items: center;
}

.header__sp__nav__new-work {
  margin-top: 12px;
}

.header__sp__nav__new-work>li {
  font-size: 18px;
}

.header__sp__nav__new-work>li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: #a69891 dotted 1px;
  padding-bottom: 11px;
}

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

.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;
  height: 100%;
  /* padding: 6px 15px 10px; */
  height: 55px;
  /* position: absolute; */
  bottom: 0;
  height: 100%;
  width: 100%;
}

.l-header__nav-btn .l-header__nav-btn-inner .l-header__nav-btn-line {
  position: absolute;
  width: 100%;
  /* bottom: 45.5%; */
  top: 3px;
  height: 15.75px;
}

#btn_spmenu span {
  display: block;
  width: 27px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(1) {
  top: 0;
  right: 0;
  left: 0;
}

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

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

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;
}

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: 35px;
    */
}

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

.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;
}

.header__sp__r-sns__list-item-menu {
  /*  margin-left:auto; */
}

.header__sp__r-sns__list__dt-menu {
  /*  display: block !important; */
}

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.header__pc__nav__yoyaku {
  display: none;
}

.header__pc__l {
  display: none;
}

/* 下部追従メニュー */
.header__sp__r-sns__wrap {
  /* background-color: #003C80; */
  position: fixed;
  z-index: 2000;
  bottom: 0;
  width: 100%;
  height: 90px;
  /* display: flex;
    justify-content: center;
    align-items: center; */
  padding-top: 23.6px;
  background-color: #28c3d4;
}

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

.header__sp__r-sns__list__img {
  width: 27px;
  /* height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 3px; */
}

.header__sp__r-sns__list__img02 {
  width: 24.75px;
}

.header__sp__r-sns__list__img03 {
  width: 29.25px;
}

.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;
}

/* 共通部分 */

.br__pc {
  display: none;
}

.content__wrapper {
  padding: 0 27px;
}

.h__ttl {
  font-size: 32px;
  text-align: center;
  font-family: "Anton", sans-serif;
  color: #119cab;
}

.h__ttl__line {
  border-bottom: 2px solid #28c3d4;
  padding: 0 11px 8px;
}

.h__ttl02__line {
  padding: 0 11px;
  margin-top: 4px;
}

.h__ttl_w {
  color: #fff;
}

.h__ttl02 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.h__ttl02-1 {
  margin-top: 14px;
}

.common__btn {
  max-width: 254px;
  min-width: 254px;
  height: 50px;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #119cab;
  margin: 0 auto;
}

.common__btn>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.common__bg {
  background-image: url(./assets/img/common__bg.png);
  background-size: 400px;
}

.common__txt {
  line-height: 2;
}

.pankuzu {
  display: flex;
  font-size: 12px;
  align-items: center;
  padding: 0 27px 8px;
  /*     margin: 0 -27px; */
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 100;
}

.send {
  text-decoration: underline;
}

.send a {
  color: #000;
}

.now {
  text-decoration: underline;
}

.pankuzu__arrow {
  margin: 0 10px;
  font-size: 20px;
  position: relative;
  top: 0px;
}

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

.under__mv02 {
  max-width: 320px;
  margin: 0 auto;
  height: 192px;
  background-color: #28c3d4;
  border-radius: 0 0 300px 300px;
  text-align: center;
  padding: 48px 0 103px;
}

.under__mv02__ttl01 {
  font-size: 32px;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.under__mv02__ttl02 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-top: 16px;
}

/* フッター */
footer {
  background-color: #fff;
}

.footer__wrap {
  padding: 40px 27px 20px;
}

.footer__logo__sp__wrap {
  margin-bottom: 20px;
}

.footer__logo {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #000;
}

.footer__address {
  text-align: center;
  margin-top: 14px;
}

.footer__contact {
  border-top: #707070 2px solid;
  padding-top: 30px;
}

.footer__contact__ttl {}

.footer__contact__ttl02 {}

.footer__contact__btn {}

.footer__contact__btn__tel {
  margin: 30px auto 20px;
  font-size: 20px;
}

.footer__contact__btn__tel>a {
  font-weight: 600;
}

.footer__contact__btn__tel>a::before {
  content: "";
  display: inline-block;
  background-image: url(./assets/img/footer__tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  top: 1px;
  position: relative;
}

.footer__contact__btn__contact {}

.footer__contact__btn__contact>a::before {
  content: "";
  display: inline-block;
  background-image: url(./assets/img/footer__mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-right: 4px;
  top: 2px;
  position: relative;
}

.footer__pc__layout {}

.footer__logo__pc__wrap {
  display: none;
}

.footer__nav__wrap {
  margin-top: 40px;
}

.footer__nav {
  text-align: center;
}

.footer__nav>li {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer__nav>li>a {
  color: #000;
  font-weight: 600;
}

.footer__nav01 {}

.footer__nav02 {}

.footer__sns__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 3px;
}

.footer__sns__oden {
  margin-left: 10px;
}

.footer__sns {
  display: flex;
  justify-content: center;

}

.footer__sns li:not(:last-child) {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}

.footer__sns li a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #119cab;
  border-radius: 100px;
}

.footer__sns li img {
  width: auto;
  height: 20px;
}

.cr {
  text-align: center;
  font-size: 14px;
  padding: 4px;
  margin-bottom: 90px;
}

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

.pc-flex {
  display: none;
}

.sp-flex {
  display: flex;
}

.sp {
  display: block;
}

.sp-in {
  display: inline;
}

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



@media screen and (min-width: 768px) {
  .footer__sns__wrap {
    margin-top: 20px;
    justify-content: flex-start;
  }

  .footer__sns {
    justify-content: flex-start;
  }

  .pc {
    display: block;
  }

  .pc-flex {
    display: flex;
  }

  .sp-flex {
    display: none;
  }

  .pc-in {
    display: inline;
  }

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

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

  .header__sp__r-sns__wrap {
    display: none;
  }

  .header {
    margin-bottom: 80px;
  }

  .header__sp {
    padding: 0;
    justify-content: space-between;
    position: relative;
  }

  .header__pc__nav__wrap {
    width: 100%;
    height: 80px;
    display: block;
    max-width: 763px;
  }

  .header__pc__nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .header__pc__nav>li {
    height: 100%;
    position: relative;
    line-height: 1.1;
    font-size: 20px;
  }

  .header__pc__nav>li>a {
    transition: opacity 0.5s;
  }

  .header__pc__nav>li.header__pc__nav__contact {
    min-width: 150px;
    width: 150px;
    background-color: #b70000;
    border-radius: 100px;
    height: 48px;
    margin: 0;
    margin-left: 30px;
    font-size: 16px;
  }

  .header__pc__nav>li.header__pc__nav__contact>a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .header__pc__nav>li>a:hover {
        opacity: 0.4;
    } */

  .header__pc__nav>li:not(:last-child) {
    margin-right: 30px;
  }

  .header__pc__nav>li>a {
    text-decoration: none;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .header__pc__new-work {
    cursor: pointer;
  }

  .header__pc__new-work__list__wrap {
    position: absolute;
    background-color: #fff;
    max-width: 100%;
    top: 60px;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    height: 0;
    transition: all 0.5s;
  }

  .header__pc__new-work__list {
    /*  display: none; */
    width: 100%;
    font-size: 12px;
    padding: 10px 7px;
    /* white-space: nowrap; */
    border-top: 3px solid #eba03b;
  }

  /* .header__pc__new-work:hover .header__pc__new-work__list{
          display:block;
      } */
  .header__pc__new-work__list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .header__pc__new-work__list li a {
    text-decoration: none;
    color: #000;
  }

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

  .header__sp__r-wrap {
    display: flex;
    align-items: center;
    margin-right: 0;
    /*   height: 56.92px; */
    position: relative;
    width: 300px;
  }

  /* .header__sp {
          
          padding: 0 7.7%;
          background-color:transparent;
          width: 100%;
          border-bottom: #eba03b 5.8px solid;
      } */
  .header__sp__shisa {
    width: 74px;
  }

  .header__sp__l-wrap {
    padding-left: min(7vw, 120px);
  }

  .header__sp__logo {
    /* padding: 10px 0; */
    /*   margin-right: 109px; */
    /* min-width: 144px; */

    min-width: 280px;
    max-width: 280px;
  }

  .header__sp__mail__icon {
    width: 59.67px;
    margin-right: 26%;
  }

  .header__sp__cart__icon {
    width: 39px;
    position: relative;
    margin: 0 181px 0 20px;
  }

  .header__pc__l {
    display: flex;
    height: 80px;
    font-size: 20px;
  }

  .header__pc__l__tel {
    background-color: #e2e900;
    min-width: 201px;
    max-width: 201px;
  }

  .header__pc__l__contact {
    background-color: #c63600;
    min-width: 168px;
    max-width: 168px;
  }

  .header__pc__l__tel>a,
  .header__pc__l__contact>a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .header__pc__l__tel>a {
    color: #000;
  }

  .header__pc__l__tel>a::before {
    content: "";
    background-image: url(./assets/img/header__pc__tel.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    top: 2px;
    position: relative;
  }

  @media screen and (min-width: 768px) and (max-width: 1320px) {
    .header__pc__nav__wrap {
      /*   max-width: 670px;
    } */
    }

    .header__pc__nav li {
      /* height: 100%; */
      font-size: 16px;
    }

    .header__sp__l-wrap {
      /* margin-right: 40px; */
      /*  font-size: 20px;
            min-width: 120px;
            width: 120px; */
      padding-left: 27px;
    }

    .header__sp__logo {
      min-width: 240px;
      max-width: 240px;
    }

    .header__pc__nav__wrap {
      max-width: 607px;
    }

    .header__pc__l {
      font-size: 16px;
    }

    .header__pc__l__tel {
      background-color: #e2e900;
      min-width: calc(201px * 0.8);
      max-width: calc(201px * 0.8);
    }

    .header__pc__l__contact {
      background-color: #c63600;
      min-width: calc(168px * 0.8);
      max-width: calc(168px * 0.8);
    }

    .header__pc__l__tel>a,
    .header__pc__l__contact>a {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      color: #fff;
    }

    .header__pc__l__tel>a {
      color: #000;
    }

    .header__pc__l__tel>a::before {
      content: "";
      background-image: url(./assets/img/header__pc__tel.svg);
      display: inline-block;
      width: calc(16px * 0.9);
      height: calc(16px * 0.9);
      margin-right: 3px;
      top: 2px;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .header__pc__nav li {
      /* height: 100%; */
      font-size: 14px;
    }

    .header__sp__l-wrap {
      /* margin-right: 40px; */
      /*  font-size: 20px;
            min-width: 120px;
            width: 120px; */
      margin-right: 30px;
    }

    .header__sp__logo {
      min-width: 220px;
      max-width: 220px;
    }

    .header__pc__nav__wrap {
      max-width: 607px;
    }

    .header__pc__l {
      font-size: 14px;
      margin-left: 30px;
    }

    .header__pc__l__tel {
      background-color: #e2e900;
      min-width: calc(201px * 0.6);
      max-width: calc(201px * 0.6);
    }

    .header__pc__l__contact {
      background-color: #c63600;
      min-width: calc(168px * 0.6);
      max-width: calc(168px * 0.6);
    }

    .header__pc__l__tel>a,
    .header__pc__l__contact>a {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      color: #fff;
    }

    .header__pc__l__tel>a {
      color: #000;
    }

    .header__pc__l__tel>a::before {
      content: "";
      background-image: url(./assets/img/header__pc__tel.svg);
      display: inline-block;
      width: calc(16px * 0.9);
      height: calc(16px * 0.9);
      margin-right: 3px;
      top: 2px;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
    }
  }

  /* 共通部分 */
  .content__wrapper {
    /* padding: 0; */
  }

  .br__pc {
    display: block;
  }

  .br__sp {
    display: none;
  }

  .h__ttl {
    font-size: 88px;
  }

  .h__ttl02 {
    font-size: 30px;
    margin-top: 28px;
  }

  .under__mv02 {
    max-width: 600px;
    margin: 0 auto;
    height: 360px;
    background-color: #28c3d4;
    border-radius: 0 0 300px 300px;
    text-align: center;
    padding: 96px 0 103px;
  }

  .under__mv02__ttl01 {
    font-size: 88px;
    color: #fff;
    font-family: "Anton", sans-serif;
    font-weight: 400;
  }

  .under__mv02__ttl02 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-top: 32px;
  }

  /* フッター */
  footer {
    background-color: #fff;
  }

  .footer__wrap {
    padding: 64px 27px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .footer__logo__sp__wrap {
    display: none;
  }

  .footer__logo {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    display: block;
    color: #000;
  }

  .footer__address {
    text-align: left;
    margin-top: 18px;
  }

  .footer__contact {
    border-top: none;
    padding-top: 0;
    border-left: 2px solid #707070;
    padding: 54px 0 25px 72px;
  }

  .footer__contact__ttl {
    text-align: left;
  }

  .footer__contact__ttl02 {
    text-align: left;
  }

  .footer__contact__btn {
    margin-left: 0;
  }

  .footer__contact__btn__tel {
    margin: 32px 0 24px;
    font-size: 20px;
  }

  .footer__contact__btn__tel>a {
    font-weight: 600;
  }

  .footer__contact__btn__tel>a::before {
    content: "";
    display: inline-block;
    background-image: url(./assets/img/footer__tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    top: 1px;
    position: relative;
  }

  .footer__contact__btn__contact {}

  .footer__contact__btn__contact>a::before {
    content: "";
    display: inline-block;
    background-image: url(./assets/img/footer__mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 16px;
    margin-right: 4px;
    top: 2px;
    position: relative;
  }

  .footer__pc__layout {
    margin-right: 132px;
    padding: 54px 0 25px;
  }

  .footer__logo__pc__wrap {
    display: block;
  }

  .footer__nav__wrap {
    margin-top: 32px;
    display: flex;
  }

  .footer__nav {
    text-align: left;
  }

  .footer__nav01 {
    margin-right: 277px;
  }

  .footer__nav>li {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.2;
  }

  .footer__nav>li>a {
    color: #000;
    font-weight: 600;
  }

  .footer__nav01 {}

  .footer__nav02 {}

  .cr {
    text-align: center;
    font-size: 18px;
    padding: 8px;
    margin-bottom: 0;
  }

  @media screen and (max-width: 1123px) {
    .footer__contact {
      padding-left: calc(72px * 0.7);
    }

    .footer__pc__layout {
      margin-right: calc(132px * 0.7);
      padding: 54px 0 25px;
    }

    .footer__nav01 {
      margin-right: calc(277px * 0.7);
    }
  }

  @media screen and (max-width: 870px) {
    .footer__logo {
      font-size: 28px;
      white-space: nowrap;
    }

    .footer__address {
      font-size: 16px;
      line-height: 1.2;
    }

    .footer__contact {
      padding-left: calc(72px * 0.5);
    }

    .footer__pc__layout {
      margin-right: calc(132px * 0.5);
      padding: 54px 0 25px;
    }

    .footer__nav01 {
      margin-right: calc(277px * 0.5);
    }
  }
}