@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
#top .topMvWrapper {
  position: relative;
  height: 400vh;
}
#top .topMvContainer {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  background: url("../image/top/top_mv_bg.png") center no-repeat;
  background-size: cover;
}
#top .topMvContainer .topMvPanel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  max-width: 1360px;
  height: 80%;
  margin: 0 auto;
}
#top .topMvContainer .mvListBox {
  width: 45%;
  height: 65vh;
}
#top .topMvContainer .mvListBox .slideList {
  position: relative;
}
#top .topMvContainer .mvListBox .slideList .slideBox {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  transition: 1s;
  opacity: 0;
  transition: opacity 0.5s;
}
#top .topMvContainer .mvListBox .slideList .slideBox:nth-child(3) {
  top: 40px;
  left: -40px;
  z-index: 3;
}
#top .topMvContainer .mvListBox .slideList .slideBox:nth-child(2) {
  top: 20px;
  left: -20px;
  z-index: 2;
}
#top .topMvContainer .mvListBox .slideList .slideBox.active {
  opacity: 1;
  z-index: 3;
}
#top .topMvContainer .mvTitleBox {
  position: relative;
  top: -40px;
  width: 20%;
}
#top .topMvContainer .mvTitleBox .mvTitle {
  max-width: 340px;
}
#top .topMvContainer .mvScroll {
  position: absolute;
  left: 75px;
  bottom: 75px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  font-size: clamp(10px, 1vw, 14px);
  color: #ffffff;
  letter-spacing: 0.1em;
}
#top .topMvContainer .mvScroll::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 5px;
  width: 1px;
  height: 70px;
  background: #ffffff;
}
#top .topMvContainer .mvScroll::after {
  content: "";
  position: absolute;
  top: -90px;
  left: 4px;
  width: 3px;
  height: var(--scroll-height, 0%);
  z-index: 1;
  background: #ffffff;
}
#top #section__concept {
  position: relative;
  margin: 200px 0 0;
  padding: 200px 55px;
  color: #ffffff;
  background: url("../image/top/concept_bg.png") center no-repeat;
  background-size: cover;
}
#top #section__concept::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #ffede5;
}
#top #section__concept .secPanel {
  max-width: 1300px;
  margin: 0 auto;
}
#top #section__concept .secTtlBox {
  margin: 0 0 100px;
}
#top #section__concept .secTtlBox .sub {
  margin: 0 0 40px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 2.5vw, 20px);
}
#top #section__concept .secTtlBox .secTtl {
  font-size: 40px;
  font-size: clamp(30px, 2.5vw, 40px);
}
#top #section__concept .txt {
  font-size: clamp(13px, 1vw, 19px);
}
#top #section__concept .txt p + p {
  margin: 30px 0 0;
}
#top #section__commitment {
  overflow: hidden;
}
#top #section__commitment .secContainer01 {
  padding: 200px 55px 150px;
  background: #ffede5;
}
#top #section__commitment .secContainer01 .topTtl {
  margin: 0 0 50px;
  padding: 0 0 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1vw, 20px);
  border-bottom: 1px solid #454545;
}
#top #section__commitment .secContainer01 .topBox {
  margin: 0 0 100px;
}
#top #section__commitment .secContainer01 .topBox .ttl {
  font-size: 35px;
  font-size: clamp(24px, 2vw, 35px);
}
#top #section__commitment .secContainer01 .topBox .txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
}
@media (min-width: 1140px) {
  #top #section__commitment .secContainer01 .topBox {
    display: flex;
    justify-content: space-between;
  }
  #top #section__commitment .secContainer01 .topBox .ttl {
    padding: 0 10px 0 0;
  }
  #top #section__commitment .secContainer01 .topBox .txt {
    width: 60%;
    padding: 0 0 0 10px;
  }
}
#top #section__commitment .secContainer01 .slidePanel {
  margin: 0 0 130px;
}
#top #section__commitment .secContainer01 .slidePanel .slideBox ul {
  display: flex;
}
#top #section__commitment .secContainer01 .slidePanel .slideBox ul li {
  width: 33.3333333333%;
}
#top #section__commitment .secContainer01 .introPanel {
  position: relative;
}
#top #section__commitment .secContainer01 .introPanel .secBox dl {
  border-left: 1px solid #454545;
}
#top #section__commitment .secContainer01 .introPanel .secBox dl dt {
  margin: 0 0 40px;
}
#top #section__commitment .secContainer01 .introPanel .secBox dl dt span {
  display: block;
  margin: 0 0 20px;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.1vw, 20px);
}
#top #section__commitment .secContainer01 .introPanel .secBox dl dt em {
  font-size: 25px;
  font-size: clamp(16px, 1.2vw, 25px);
}
#top #section__commitment .secContainer01 .introPanel .secBox dl dd {
  font-size: clamp(11px, 0.7vw, 16px);
  line-height: 2;
}
#top #section__commitment .secContainer01 .introPanel .buttonBox {
  width: 4%;
  max-width: 70px;
}
#top #section__commitment .secContainer01 .introPanel .buttonBox ul li {
  cursor: pointer;
}
#top #section__commitment .secContainer01 .introPanel .buttonBox ul li + li {
  margin: 20px 0 0;
}
#top #section__commitment .secContainer01 .introPanel .buttonBox ul li.inActive {
  opacity: 0.3;
}
@media (min-width: 1140px) {
  #top #section__commitment .secContainer01 .introPanel {
    margin: 0 0 clamp(40px, 5vw, 80px);
  }
  #top #section__commitment .secContainer01 .introPanel .secBox {
    position: absolute;
    top: 0;
    left: 15%;
    width: calc(100vw - 15%);
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #top #section__commitment .secContainer01 .introPanel .secBox::-webkit-scrollbar {
    display: none;
  }
  #top #section__commitment .secContainer01 .introPanel .secBox .inner dl {
    min-width: 350px;
    padding: 20px clamp(20px, 3vw, 40px) 0;
  }
  #top #section__commitment .secContainer01 .introPanel .buttonSp {
    display: none;
  }
}
#top #section__commitment .secContainer01 .btnMore {
  width: 30%;
  max-width: 400px;
  margin: 0 auto;
}
#top #section__commitment .secContainer01 .btnMore a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
  border-radius: 34px;
  border: 1px solid #454545;
  background: rgba(255, 255, 255, 0.25);
}
#top #section__commitment .secContainer01 .btnMore a span {
  display: inline-block;
  padding: 0 45px 0 25px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 25px;
  font-size: clamp(20px, 1.5vw, 25px);
  background: url("../image/common/btn_more_arrow_01.png") right 5px center no-repeat;
  background-size: 25px auto;
  transition: 0.6s;
}
@media (min-width: 1140px) {
  #top #section__commitment .secContainer01 .btnMore a:hover {
    opacity: 1;
    background: white;
  }
  #top #section__commitment .secContainer01 .btnMore a:hover span {
    background-position: right center;
  }
}
#top #section__commitment .secContainer01 .btnMore + p {
  margin: 20px 0 0;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  text-align: center;
}
#top #section__commitment .secContainer02 {
  position: relative;
  padding: 0 55px 150px;
}
#top #section__commitment .secContainer02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #ffede5;
}
#top #section__commitment .secContainer02 .secPanel .leftBox li,
#top #section__commitment .secContainer02 .secPanel .rightBox li {
  animation: floatUpDown 4s ease-in-out infinite;
}
#top #section__commitment .secContainer02 .secPanel .leftBox li:nth-child(1),
#top #section__commitment .secContainer02 .secPanel .rightBox li:nth-child(1) {
  animation-delay: 0s;
}
#top #section__commitment .secContainer02 .secPanel .leftBox li:nth-child(2),
#top #section__commitment .secContainer02 .secPanel .rightBox li:nth-child(2) {
  animation-delay: 1s;
}
#top #section__commitment .secContainer02 .secPanel .leftBox li:nth-child(3),
#top #section__commitment .secContainer02 .secPanel .rightBox li:nth-child(3) {
  animation-delay: 2s;
}
#top #section__commitment .secContainer02 .secPanel .leftBox ul .list01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#top #section__commitment .secContainer02 .secPanel .leftBox ul .list02 {
  margin: -150px 0 0;
}
#top #section__commitment .secContainer02 .secPanel .leftBox ul .photo01 {
  max-width: 460px;
  width: 60%;
}
#top #section__commitment .secContainer02 .secPanel .leftBox ul .photo02 {
  max-width: 460px;
  width: 60%;
}
#top #section__commitment .secContainer02 .secPanel .rightBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top #section__commitment .secContainer02 .secPanel .rightBox ul {
  position: relative;
  width: 100%;
}
#top #section__commitment .secContainer02 .secPanel .rightBox ul .list03 {
  position: absolute;
  right: 0;
  bottom: -80px;
  max-width: 375px;
  width: 50%;
  z-index: 1;
}
#top #section__commitment .secContainer02 .secPanel .rightBox ul .list04 {
  position: relative;
  max-width: 440px;
  width: 60%;
  margin: 0 auto;
  z-index: 2;
}
#top #section__commitment .secContainer02 .secPanel .rightBox ul .list05 {
  position: absolute;
  left: 0;
  bottom: -140px;
  max-width: 285px;
  width: 30%;
  z-index: 3;
}
@media (min-width: 1140px) {
  #top #section__commitment .secContainer02 .secPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top #section__commitment .secContainer02 .secPanel > * {
    width: 48%;
  }
}
#top #section__commitment .secContainer03 {
  padding: 0 55px;
}
#top #section__commitment .secContainer03 .topTtl {
  margin: 0 0 50px;
  padding: 0 0 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1vw, 20px);
  border-bottom: 1px solid #454545;
}
#top #section__commitment .secContainer03 .topBox .ttl {
  margin: 0 0 60px;
  font-size: 35px;
  font-size: clamp(24px, 2vw, 35px);
}
#top #section__commitment .secContainer03 .topBox .ttl h2 {
  line-height: 1.7;
}
#top #section__commitment .secContainer03 .topBox .txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
}
#top #section__menu {
  position: relative;
  z-index: 1;
  padding: 200px 55px 0;
}
#top #section__menu .secContainer .leftPanel .secTtlBox {
  display: flex;
  align-items: baseline;
  margin: 0 0 250px;
}
#top #section__menu .secContainer .leftPanel .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#top #section__menu .secContainer .leftPanel .secTtlBox .secTtl h2 {
  line-height: 1;
}
#top #section__menu .secContainer .leftPanel .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#top #section__menu .secContainer .rightPanel .secBox .ttl {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  border-bottom: 1px solid #454545;
}
#top #section__menu .secContainer .rightPanel .secBox dl dt {
  font-size: 25px;
  font-size: clamp(16px, 1.2vw, 25px);
  line-height: 1.7;
}
#top #section__menu .secContainer .rightPanel .secBox dl dd {
  line-height: 2;
  font-size: clamp(13px, 1vw, 16px);
}
#top #section__menu .pager {
  margin: 45px 0 0;
}
#top #section__menu .pager ul {
  display: flex;
  justify-content: space-between;
}
#top #section__menu .pager ul li {
  width: 30px;
  cursor: pointer;
}
@media (min-width: 1140px) {
  #top #section__menu .secContainer {
    display: flex;
    justify-content: space-between;
  }
  #top #section__menu .secContainer .leftPanel {
    width: 25%;
    min-width: 280px;
    max-width: 480px;
  }
  #top #section__menu .secContainer .leftPanel .secTtlBox {
    position: sticky;
    top: 40px;
    z-index: 1;
  }
  #top #section__menu .secContainer .leftPanel .photoBox {
    position: sticky;
    top: 30%;
    height: 500px;
    z-index: 1;
  }
  #top #section__menu .secContainer .leftPanel .photoBox .photo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
  #top #section__menu .secContainer .leftPanel .photoBox .photo.is-active {
    opacity: 1;
    z-index: 1;
  }
  #top #section__menu .secContainer .rightPanel {
    width: 70%;
    padding: 0 0 0 5%;
  }
  #top #section__menu .secContainer .rightPanel .secBox {
    padding: 0 0 150px;
  }
  #top #section__menu .secContainer .rightPanel .secBox dl {
    display: flex;
  }
  #top #section__menu .secContainer .rightPanel .secBox dl dt {
    width: 40%;
  }
  #top #section__menu .secContainer .rightPanel .secBox dl dd {
    width: 60%;
  }
  #top #section__menu .pager {
    display: none;
  }
}
#top #section__flow {
  overflow: hidden;
  position: relative;
  padding: 100px 0 170px;
  z-index: 2;
  background: #ffece5;
}
#top #section__flow .topBox {
  padding: 0 150px 100px 55px;
}
#top #section__flow .topBox .secTtlBox {
  display: flex;
  align-items: baseline;
}
#top #section__flow .topBox .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#top #section__flow .topBox .secTtlBox .secTtl h2 {
  line-height: 1;
}
#top #section__flow .topBox .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#top #section__flow .topBox .topPager ul {
  display: flex;
  align-items: center;
}
#top #section__flow .topBox .topPager ul .prev,
#top #section__flow .topBox .topPager ul .next {
  width: 26px;
  cursor: pointer;
}
#top #section__flow .topBox .topPager ul .prev {
  margin: 0 20px 0 0;
}
#top #section__flow .topBox .topPager ul .next {
  margin: 0 0 0 20px;
}
#top #section__flow .topBox .topPager ul .count {
  min-width: 24px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
}
#top #section__flow .topBox .topPager ul .slash {
  position: relative;
  width: 1px;
  margin: 0 15px;
}
#top #section__flow .topBox .topPager ul .slash::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 17px;
  margin: auto;
  background: #454545;
}
#top #section__flow .topBox .topPager .inactive {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 1140px) {
  #top #section__flow .topBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#top #section__flow .flowSliderList .flowSliderBox {
  background: #fffff7;
}
#top #section__flow .flowSliderList .flowSliderBox .ttlHead {
  padding: 25px clamp(30px, 1.2vw, 40px);
  font-family: neue-haas-grotesk-display, sans-serif;
  border-bottom: 1px solid #707070;
}
#top #section__flow .flowSliderList .flowSliderBox .ttlHead em {
  font-size: 25px;
  font-size: clamp(20px, 1.2vw, 25px);
}
#top #section__flow .flowSliderList .flowSliderBox .ttlHead span {
  margin: 0 0 0 10px;
  font-size: clamp(12px, 1vw, 16px);
}
#top #section__flow .flowSliderList .flowSliderBox .cntBody {
  padding: 30px 20px clamp(30px, 3vw, 60px);
}
#top #section__flow .flowSliderList .flowSliderBox .cntBody .photo {
  max-width: 420px;
  width: 80%;
  margin: 0 auto 50px;
}
#top #section__flow .flowSliderList .flowSliderBox .cntBody dl {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#top #section__flow .flowSliderList .flowSliderBox .cntBody dl dt {
  margin: 0 0 20px;
  font-size: 25px;
  font-size: clamp(20px, 1.2vw, 25px);
}
#top #section__flow .flowSliderList .flowSliderBox .cntBody dl dd {
  line-height: 1.8;
  font-size: clamp(11px, 0.8vw, 16px);
}
#top #section__flow .flowSliderList .flowSliderBox01 {
  background: #fffff7;
}
#top #section__flow .flowSliderList .flowSliderBox02 {
  background: #e1c5be;
}
#top #section__flow .flowSliderList .flowSliderBox03 {
  background: #ffffff;
}
#top #section__flow .flowSliderList .flowSliderBox04 {
  background: #fffff7;
}
#top #section__flow .flowSliderList .flowSliderBox05 {
  background: #e1c5be;
}
#top #section__flow .flowSliderList .flowSliderBox06 {
  background: #ffffff;
}
#top #section__flow .flowSliderList .slick-list {
  overflow: initial;
}
@media (min-width: 1140px) {
  #top #section__flow .flowSliderList .flowSliderBox {
    width: calc(33.3333333333vw - 40px);
    transition: 0.6s;
  }
  #top #section__flow .flowSliderList .flowSliderBox:hover {
    transform: translateY(-10px);
  }
  #top #section__flow .spPager {
    display: none;
  }
}
#top #section__program {
  padding: 150px 55px 0;
  background: #e1c5be;
}
#top #section__program .secTtlBox {
  display: flex;
  align-items: baseline;
  margin: 0 0 80px;
}
#top #section__program .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#top #section__program .secTtlBox .secTtl h2 {
  line-height: 1;
}
#top #section__program .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#top #section__program .topTxt {
  margin: 0 0 70px;
  font-size: 35px;
  font-size: clamp(25px, 2vw, 35px);
  text-align: center;
  line-height: 2;
}
#top #section__program .listBox {
  width: 80%;
  max-width: 1325px;
  margin: 0 auto 150px;
}
#top #section__program .listBox ul li {
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}
#top #section__program .listBox ul .ttl {
  padding: clamp(30px, 2.5vw, 40px) 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 22px;
  font-size: clamp(18px, 1.5vw, 22px);
}
#top #section__program .listBox ul .photo {
  margin: 0 0 50px;
}
#top #section__program .listBox ul .step {
  max-width: 100px;
  margin: 0 auto 30px;
  padding: 5px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  border-radius: 20px;
  border: 1px solid #454545;
}
#top #section__program .listBox ul dl {
  padding: 0 clamp(20px, 3.5vw, 60px) 80px;
}
#top #section__program .listBox ul dl dt {
  margin: 0 0 30px;
  font-size: 25px;
  font-size: clamp(20px, 1.5vw, 25px);
}
#top #section__program .listBox ul dl dd {
  max-width: 480px;
  margin: 0 auto;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  text-align: left;
  line-height: 1.7;
  font-size: clamp(13px, 1vw, 16px);
}
@media (min-width: 1140px) {
  #top #section__program .listBox ul {
    display: flex;
    justify-content: space-between;
  }
  #top #section__program .listBox ul li {
    width: 48%;
  }
}
#top #section__program .productContainer {
  margin: 0 -55px;
  padding: 150px 55px 250px;
  color: #ffffff;
  background: url("../image/top/product_cnt_bg_pc.png") center no-repeat;
  background-size: cover;
}
#top #section__program .productContainer .headTtl {
  margin: 0 0 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1vw, 20px);
}
#top #section__program .productContainer .productPanel {
  padding: 100px 20px;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#top #section__program .productContainer .productPanel .ttlBox {
  margin: 0 0 60px;
}
#top #section__program .productContainer .productPanel .ttlBox .ttl01 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#top #section__program .productContainer .productPanel .ttlBox .ttl02 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 26px;
  font-size: clamp(18px, 1.2vw, 26px);
}
#top #section__program .productContainer .productPanel .btnMore a {
  display: inline-block;
  padding: 0 60px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 22px;
  font-size: clamp(18px, 1.2vw, 22px);
  color: #ffffff;
  letter-spacing: 0.1em;
  background: url("../image/common/btn_more_arrow_01_white.png") right 5px center no-repeat;
  background-size: 26px auto;
}
@media (min-width: 1140px) {
  #top #section__program .productContainer .productPanel .btnMore a:hover {
    opacity: 1;
    background: url("../image/common/btn_more_arrow_01_white.png") right center no-repeat;
    background-size: 26px auto;
  }
}
#top #section__company {
  padding: 200px 55px 150px;
}
#top #section__company .secWrap {
  position: relative;
}
#top #section__company .secTtlBox {
  display: flex;
  align-items: baseline;
  margin: 0 0 120px;
}
#top #section__company .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#top #section__company .secTtlBox .secTtl h2 {
  line-height: 1;
}
#top #section__company .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#top #section__company .txtBox {
  max-width: 1400px;
  margin: 0 auto;
}
#top #section__company .txtBox .inner {
  padding: 0 30px 0 50px;
}
#top #section__company .txtBox .subTtl {
  margin: 0 0 80px;
  font-size: 35px;
  font-size: clamp(25px, 2vw, 35px);
}
#top #section__company .txtBox .txt {
  margin: 0 0 80px;
  line-height: 2.5;
  font-size: 20px;
  font-size: clamp(16px, 1vw, 20px);
}
#top #section__company .txtBox .btnMorePc {
  width: 20%;
  max-width: 270px;
}
#top #section__company .txtBox .btnMorePc a {
  display: flex;
  align-items: center;
}
#top #section__company .txtBox .btnMorePc a .arrow {
  max-width: 140px;
  width: 40%;
  margin: 0 30px 0 0;
}
#top #section__company .txtBox .btnMorePc a span {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media (min-width: 1140px) {
  #top #section__company {
    min-height: 1200px;
  }
  #top #section__company .photoBox {
    position: absolute;
    top: 0;
    right: 5%;
    width: 45%;
    max-width: 680px;
  }
  #top #section__company .btnMoreSp {
    display: none;
  }
}
#top #section__faq {
  padding: 140px 55px 170px;
  background: #ffede5;
}
#top #section__faq .secTtlBox {
  display: flex;
  align-items: baseline;
}
#top #section__faq .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#top #section__faq .secTtlBox .secTtl h2 {
  line-height: 1;
}
#top #section__faq .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#top #section__faq .txtBox dl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(14px, 1vw, 16px);
}
#top #section__faq .txtBox dl + dl {
  margin: 20px 0 0;
}
#top #section__faq .txtBox dl dt {
  display: flex;
  padding: 20px 80px 20px 40px;
  cursor: pointer;
  background: url("../image/common/accord_plus.png") right 40px center no-repeat #ffffff;
  background-size: 22px auto;
}
#top #section__faq .txtBox dl dt.active {
  background: url("../image/common/accord_minus.png") right 40px center no-repeat #ffffff;
  background-size: 22px auto;
}
#top #section__faq .txtBox dl dt span {
  margin: 0 13px 0 0;
}
#top #section__faq .txtBox dl dd {
  display: none;
  padding: 20px 40px;
  line-height: 1.7;
}
#top #section__faq .txtBox dl dd .box {
  display: flex;
}
#top #section__faq .txtBox dl dd .box span {
  margin: 0 13px 0 0;
}
@media (min-width: 1140px) {
  #top #section__faq .secBox {
    display: flex;
    justify-content: space-between;
  }
  #top #section__faq .secBox .secTtlBox {
    width: 25%;
  }
  #top #section__faq .secBox .txtBox {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 40px 0 0;
  }
  #top #section__faq .secBox .txtBox dl {
    max-width: 1080px;
    width: 100%;
  }
}

/*////////////////////////////////////////////////////////////
	salonList
///////////////////////////////////////////////////////////*/
#salonList {
  padding: 0 55px;
  background: #ffece5;
}
#salonList .topContainer {
  padding: 240px 0 140px;
}
#salonList .topContainer .secTtlBox {
  display: flex;
  align-items: baseline;
  margin: 0 0 60px;
}
#salonList .topContainer .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#salonList .topContainer .secTtlBox .secTtl h2 {
  line-height: 1;
}
#salonList .topContainer .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#salonList .topContainer .txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
}
#salonList .listContainer {
  padding: 0 0 250px;
}
@media (min-width: 1140px) {
  #salonList .listContainer .listBox ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(50px, 5vw, 105px);
  }
}
#salonList .listContainer .listBox .photoBox {
  position: relative;
}
#salonList .listContainer .listBox .photoBox .photo a {
  position: relative;
  display: block;
  padding: 0 0 95%;
}
#salonList .listContainer .listBox .photoBox .photo a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 197, 190, 0.3);
  transition: 0.6s;
  opacity: 0;
}
#salonList .listContainer .listBox .photoBox .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1140px) {
  #salonList .listContainer .listBox .photoBox .photo a:hover {
    opacity: 1;
  }
  #salonList .listContainer .listBox .photoBox .photo a:hover::before {
    opacity: 1;
  }
}
#salonList .listContainer .listBox .photoBox .nameBox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  max-width: 225px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.5);
}
#salonList .listContainer .listBox .photoBox .nameBox .name01 {
  margin: 0 10px 0 0;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
}
#salonList .listContainer .listBox .photoBox .nameBox .name02 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  font-size: clamp(10px, 0.5vw, 12px);
}
#salonList .listContainer .listBox .infoBox {
  padding: 30px 0 0;
  font-size: clamp(13px, 1vw, 16px);
}
#salonList .listContainer .listBox .infoBox .info {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
#salonList .listContainer .listBox .infoBox .info .address {
  min-height: 48px;
}
#salonList .listContainer .listBox .infoBox .info .tel {
  margin: 10px 0 0;
}
#salonList .listContainer .listBox .infoBox .info .tel a {
  display: inline-block;
}
#salonList .listContainer .listBox .infoBox .buttonItems {
  margin: 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
}
@media (min-width: 1140px) {
  #salonList .listContainer .listBox .infoBox .buttonItems {
    display: flex;
    justify-content: space-between;
  }
  #salonList .listContainer .listBox .infoBox .buttonItems .button {
    width: calc(50% - 6px);
  }
  #salonList .listContainer .listBox .infoBox .buttonItems .button a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #454545;
  }
}

/*////////////////////////////////////////////////////////////
	salon
///////////////////////////////////////////////////////////*/
#salon .mvContainer {
  position: relative;
}
#salon .mvContainer .mvTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 200px;
}
#salon .mvContainer .mvTitle h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 60px;
  font-size: clamp(40px, 4vw, 60px);
  color: #ffffff;
}
#salon #section__staff {
  padding: 180px 0 300px 55px;
}
#salon #section__staff .secWrap {
  max-width: 100%;
}
#salon #section__staff .secTtlBox {
  display: flex;
  align-items: baseline;
  margin: 0 0 120px;
}
#salon #section__staff .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#salon #section__staff .secTtlBox .secTtl h2 {
  line-height: 1;
}
#salon #section__staff .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#salon #section__staff .staffContainer {
  position: relative;
}
#salon #section__staff .staffSliderList .staffSliderBox .photoBox {
  position: relative;
  cursor: pointer;
}
#salon #section__staff .staffSliderList .staffSliderBox .photoBox .photo {
  position: relative;
}
#salon #section__staff .staffSliderList .staffSliderBox .photoBox .name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 25px;
  font-size: clamp(20px, 1.5vw, 25px);
  color: #ffffff;
}
#salon #section__staff .staffSliderList .staffSliderBox .photoBox .name p {
  padding: 50px 0;
  letter-spacing: 0.1em;
  background: url("../image/salon/staff_list_arrow.png") center bottom no-repeat;
  background-size: 26px auto;
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox {
  padding: 35px 0 0;
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox .ttlPc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox .ttlPc .left {
  width: calc(100% - 30px);
  font-size: 18px;
  font-size: clamp(14px, 1vw, 18px);
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox .ttlPc .right {
  width: 5%;
  max-width: 25px;
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox .ttlPc .right a {
  display: block;
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox .ttlSp {
  display: none;
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox .comment {
  min-height: 40px;
  margin: 30px 0 0;
  line-height: 1.7;
  font-size: 12px;
  font-size: clamp(10px, 0.8vw, 12px);
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox .comment p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox .more {
  margin: 35px 0 0;
}
#salon #section__staff .staffSliderList .staffSliderBox .infoBox .more p {
  display: inline-block;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 18px;
  font-size: clamp(14px, 0.8vw, 18px);
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (min-width: 1140px) {
  #salon #section__staff .staffSliderList .staffSliderBox {
    width: calc(33.3333333333vw - 50px);
    margin: 0 25px;
  }
  #salon #section__staff .staffSliderList .staffSliderBox .photoBox .photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 197, 190, 0.4);
    opacity: 0;
    transition: 0.6s;
  }
  #salon #section__staff .staffSliderList .staffSliderBox .photoBox .name {
    opacity: 0;
    transition: 0.6s;
  }
  #salon #section__staff .staffSliderList .staffSliderBox .photoBox:hover .photo:after {
    opacity: 1;
  }
  #salon #section__staff .staffSliderList .staffSliderBox .photoBox:hover .name {
    opacity: 1;
  }
}
#salon #section__menu {
  position: relative;
  z-index: 1;
  padding: 0 55px;
}
#salon #section__menu .secContainer .leftPanel .secTtlBox {
  display: flex;
  align-items: baseline;
  margin: 0 0 250px;
}
#salon #section__menu .secContainer .leftPanel .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#salon #section__menu .secContainer .leftPanel .secTtlBox .secTtl h2 {
  line-height: 1;
}
#salon #section__menu .secContainer .leftPanel .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#salon #section__menu .secContainer .rightPanel .secBox .ttl {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  border-bottom: 1px solid #454545;
}
#salon #section__menu .secContainer .rightPanel .secBox dl dt {
  font-size: 25px;
  font-size: clamp(16px, 1.2vw, 25px);
  line-height: 1.7;
}
#salon #section__menu .secContainer .rightPanel .secBox dl dd {
  line-height: 2;
  font-size: clamp(13px, 1vw, 16px);
}
#salon #section__menu .pager {
  margin: 45px 0 0;
}
#salon #section__menu .pager ul {
  display: flex;
  justify-content: space-between;
}
#salon #section__menu .pager ul li {
  width: 30px;
  cursor: pointer;
}
@media (min-width: 1140px) {
  #salon #section__menu .secContainer {
    display: flex;
    justify-content: space-between;
  }
  #salon #section__menu .secContainer .leftPanel {
    width: 25%;
    min-width: 280px;
    max-width: 480px;
  }
  #salon #section__menu .secContainer .leftPanel .secTtlBox {
    position: sticky;
    top: 40px;
    z-index: 1;
  }
  #salon #section__menu .secContainer .leftPanel .photoBox {
    position: sticky;
    top: 30%;
    height: 500px;
    z-index: 1;
  }
  #salon #section__menu .secContainer .leftPanel .photoBox .photo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
  #salon #section__menu .secContainer .leftPanel .photoBox .photo.is-active {
    opacity: 1;
    z-index: 1;
  }
  #salon #section__menu .secContainer .rightPanel {
    width: 70%;
    padding: 0 0 0 5%;
  }
  #salon #section__menu .secContainer .rightPanel .secBox {
    padding: 0 0 150px;
  }
  #salon #section__menu .secContainer .rightPanel .secBox dl {
    display: flex;
  }
  #salon #section__menu .secContainer .rightPanel .secBox dl dt {
    width: 40%;
  }
  #salon #section__menu .secContainer .rightPanel .secBox dl dd {
    width: 60%;
  }
  #salon #section__menu .pager {
    display: none;
  }
}
#salon #section__detail {
  padding: 215px 0 215px 100px;
}
#salon #section__detail .detailContainer {
  position: relative;
}
#salon #section__detail .detailPanel {
  max-width: 1400px;
  margin: 0 auto;
}
#salon #section__detail .detailPanel .topBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 45px;
}
#salon #section__detail .detailPanel .topBox .shopName {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 30px;
  font-size: clamp(24px, 2vw, 30px);
}
#salon #section__detail .detailPanel .topBox .sns ul li {
  display: inline-block;
  width: 25px;
}
#salon #section__detail .detailPanel .topBox .sns ul li + li {
  margin: 0 0 0 15px;
}
#salon #section__detail .detailPanel .topBox .sns ul li a {
  display: block;
}
#salon #section__detail .detailPanel .infoBox dl {
  position: relative;
  padding: 45px 0;
  padding: clamp(25px, 2vw, 45px) 0;
}
#salon #section__detail .detailPanel .infoBox dl + dl {
  border-top: 1px solid #454545;
}
#salon #section__detail .detailPanel .infoBox dl dt {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 18px;
  font-size: clamp(14px, 1vw, 18px);
  letter-spacing: 0.1em;
}
#salon #section__detail .detailPanel .infoBox dl dd {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(12px, 1vw, 16px);
}
#salon #section__detail .detailPanel .infoBox .accessBox {
  margin: 10px 0 0;
}
#salon #section__detail .detailPanel .infoBox .accessBox .access p {
  display: inline-block;
  padding: 0 14px;
  border: 1px solid #707070;
}
#salon #section__detail .detailPanel .infoBox .accessBox .mapLink {
  max-width: 140px;
  width: 20%;
}
#salon #section__detail .detailPanel .infoBox .accessBox .mapLink a {
  display: block;
}
#salon #section__detail .detailPanel .enAddress {
  margin: 45px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(12px, 1vw, 16px);
}
@media (min-width: 1140px) {
  #salon #section__detail .detailPanel .inner {
    max-width: 760px;
    width: 55%;
  }
  #salon #section__detail .detailPanel .infoBox dl {
    display: table;
    width: 100%;
  }
  #salon #section__detail .detailPanel .infoBox dl > * {
    display: table-cell;
  }
  #salon #section__detail .detailPanel .infoBox dl dt {
    width: 15%;
  }
  #salon #section__detail .detailPanel .infoBox .accessBox {
    display: flex;
    justify-content: space-between;
  }
  #salon #section__detail .detailPanel .infoBox .accessBox .access {
    width: calc(100% - 140px);
  }
  #salon #section__detail .detailPanel .mapPanel {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
  }
  #salon #section__detail .detailPanel .mapPanel .mapBox {
    padding: 0 0 80%;
  }
}

/*////////////////////////////////////////////////////////////
	product
///////////////////////////////////////////////////////////*/
#product .mvContainer {
  position: relative;
}
#product .mvContainer .mvTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 75px;
}
#product .mvContainer .mvTitle .secTtlBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
}
#product .mvContainer .mvTitle .secTtlBox .secTtl {
  margin: 0 0 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#product .mvContainer .mvTitle .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#product #section__product {
  padding: 100px 0 250px;
  background: #ffece5;
}
#product #section__product .productList ul {
  display: flex;
  flex-wrap: wrap;
}
#product #section__product .productList ul li {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  padding: clamp(40px, 3vw, 75px);
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
}
#product #section__product .productList .infoBox {
  margin: 30px 0 0;
}
#product #section__product .productList .infoBox .ttlBox {
  margin: 0 0 25px;
}
#product #section__product .productList .infoBox .ttlBox .ttl01 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 22px;
  font-size: clamp(16px, 1.3vw, 22px);
}
#product #section__product .productList .infoBox .ttlBox .ttl02 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 14px;
  font-size: clamp(11px, 1vw, 14px);
}
#product #section__product .productList .infoBox .ttlBox .price {
  font-family: neue-haas-grotesk-display, sans-serif;
}
#product #section__product .productList .infoBox .ttlBox .price span {
  font-size: 14px;
  font-size: clamp(11px, 1vw, 14px);
}
#product #section__product .productList .infoBox .ttlBox .price em {
  margin: 0 0 0 5px;
  font-size: 22px;
  font-size: clamp(16px, 1.3vw, 22px);
}
#product #section__product .productList .infoBox .txt {
  margin: 0 0 30px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 14px;
  font-size: clamp(10px, 0.9vw, 14px);
}
#product #section__product .productList .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 45px;
  margin: auto 0 0;
  cursor: pointer;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(13px, 0.9vw, 16px);
  border-radius: 25px;
  border: 1px solid #454545;
}
@media (min-width: 1140px) {
  #product #section__product .productList ul li:nth-child(n+4) {
    border-top: none;
  }
  #product #section__product .productList ul li:nth-child(3n) {
    border-right: none;
  }
  #product #section__product .productList .infoBox .ttlBox {
    display: flex;
    justify-content: space-between;
  }
}

/* --------------------------------------------------
	modal
-------------------------------------------------- */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.staffItemModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px 0 40px 20px;
  z-index: 1001;
}
.staffItemModal .modalBox {
  overflow: auto;
  overscroll-behavior: none;
  position: relative;
  width: 60%;
  max-width: 1070px;
  max-height: calc(100vh - 80px);
  padding: 170px clamp(100px, 6vw, 160px) 120px;
  background: url("../image/salon/staff_modal_bg.png") no-repeat;
  background-size: cover;
}
.staffItemModal .modalBoxInner {
  max-width: 779px;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  .staffItemModal .photoBox {
    display: flex;
  }
  .staffItemModal .photoBox .photo {
    width: 50%;
  }
  .staffItemModal .photoBox--sp {
    display: none;
  }
}
.staffItemModal .infoBox {
  margin: 60px 0 0;
}
.staffItemModal .infoBox .ttlBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staffItemModal .infoBox .ttlBox .left {
  display: flex;
  align-items: baseline;
  width: calc(100% - 30px);
}
.staffItemModal .infoBox .ttlBox .left .name01 {
  margin: 0 20px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 25px;
  font-size: clamp(20px, 1.5vw, 25px);
  letter-spacing: 0.1em;
}
.staffItemModal .infoBox .ttlBox .left .name02 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 12px;
  font-size: clamp(10px, 1.5vw, 12px);
}
.staffItemModal .infoBox .ttlBox .right {
  width: 3%;
  max-width: 25px;
}
.staffItemModal .infoBox .ttlBox .right a {
  display: block;
}
.staffItemModal .infoBox dl {
  margin: 35px 0 0;
}
.staffItemModal .infoBox dl dt {
  margin: 0 0 30px;
  font-size: 18px;
  font-size: clamp(15px, 1.5vw, 18px);
}
.staffItemModal .infoBox dl dd {
  font-size: 12px;
  font-size: clamp(10px, 0.7vw, 12px);
  line-height: 1.7;
}

.itemModal {
  display: none;
  display: flex;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 75px 40px;
  z-index: 1001;
}
.itemModal .modalBox {
  overflow: auto;
  overscroll-behavior: none;
  position: relative;
  width: 100%;
  max-width: 1350px;
  max-height: calc(100vh - 80px);
  padding: 170px clamp(100px, 6vw, 160px) 100px;
  background: url("../image/product/product_modal_bg.png") no-repeat;
  background-size: cover;
}
.itemModal .modalBoxInner {
  max-width: 1270px;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  .itemModal .photoBox {
    display: flex;
  }
  .itemModal .photoBox .photo {
    width: 50%;
  }
}
.itemModal .infoBox {
  margin: 30px 0 0;
}
.itemModal .infoBox .ttlBox {
  margin: 0 0 25px;
}
.itemModal .infoBox .ttlBox .ttl01 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 22px;
  font-size: clamp(16px, 1.3vw, 22px);
}
.itemModal .infoBox .ttlBox .ttl02 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 14px;
  font-size: clamp(11px, 1vw, 14px);
}
.itemModal .infoBox .ttlBox .price {
  font-family: neue-haas-grotesk-display, sans-serif;
}
.itemModal .infoBox .ttlBox .price span {
  font-size: 14px;
  font-size: clamp(11px, 1vw, 14px);
}
.itemModal .infoBox .ttlBox .price em {
  margin: 0 0 0 5px;
  font-size: 22px;
  font-size: clamp(16px, 1.3vw, 22px);
}
.itemModal .infoBox .txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 14px;
  font-size: clamp(10px, 0.9vw, 14px);
}
.itemModal .infoBox .aside {
  margin: 20px 0 0;
}
@media (min-width: 1140px) {
  .itemModal .infoBox .ttlBox {
    display: flex;
    justify-content: space-between;
  }
}
.itemModal .howtoPanel {
  margin: 50px 0 0;
}
.itemModal .howtoPanel dl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  border-bottom: 1px solid #454545;
}
.itemModal .howtoPanel dl + dl dt {
  border-top: none;
}
.itemModal .howtoPanel dl dt {
  padding: 15px 10px 15px 40px;
  font-size: clamp(15px, 1vw, 16px);
  cursor: pointer;
  border-top: 1px solid #454545;
  background: url("../image/product/accord_plus.png") left 5px center no-repeat;
  background-size: 17px auto;
}
.itemModal .howtoPanel dl dt.active {
  background: url("../image/product/accord_minus.png") left 5px center no-repeat;
  background-size: 17px auto;
}
.itemModal .howtoPanel dl dd {
  display: none;
  position: relative;
  padding: 0 0 10px;
}
.itemModal .howtoPanel dl dd .inner {
  padding: 0 0 0 40px;
}
.itemModal .howtoPanel dl dd .ttl {
  margin: 0 0 10px;
  font-size: clamp(16px, 1vw, 18px);
}
.itemModal .howtoPanel dl dd .txt {
  font-size: clamp(10px, 0.9vw, 14px);
}
.itemModal .buttonPurchase {
  max-width: 300px;
  width: 25%;
  margin: 60px auto 0;
}
.itemModal .buttonPurchase a {
  display: block;
  padding: clamp(15px, 1vw, 20px) 10px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  text-align: center;
  border-radius: 30px;
  background: #e1c5be;
}
.itemModal .photoPanel {
  margin: 100px 0 0;
}
.itemModal .photoPanel .ttl {
  margin: 0 0 20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(12px, 1vw, 14px);
}
.itemModal .modalCloseBtm {
  margin: 80px 0 0;
  text-align: center;
}
.itemModal .modalCloseBtm .modalClose {
  display: inline-block;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: underline;
}

.modalBox > .modalClose {
  position: absolute;
  top: 50px;
  left: 50px;
  display: inline-block;
  padding: 0 0 0 50px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  background: url("../image/common/modal_close.png") left center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}

@media (min-width: 1140px) {
  .modalScroll {
    display: none !important;
  }
}
/*////////////////////////////////////////////////////////////
	company
///////////////////////////////////////////////////////////*/
#company .mvContainer {
  position: relative;
}
#company .mvContainer .mvTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 55px;
}
#company .mvContainer .mvTitle .secTtlBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
}
#company .mvContainer .mvTitle .secTtlBox .secTtl {
  margin: 0 0 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#company .mvContainer .mvTitle .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#company #section__message {
  padding: 150px 55px 280px;
  padding: clamp(100px, 8vw, 150px) 55px clamp(200px, 8vw, 280px);
  border-radius: 0 0 150px 150px;
  background: #ffece5;
}
#company #section__message .secContainer {
  position: relative;
  min-height: 100vh;
}
#company #section__message .secPanel .ttlBox {
  margin: 0 0 100px;
}
#company #section__message .secPanel .ttlBox .ttl01 {
  margin: 0 0 50px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(16px, 1vw, 20px);
}
#company #section__message .secPanel .ttlBox .ttl02 {
  font-size: clamp(25px, 1.3vw, 35px);
  line-height: 2;
}
#company #section__message .secPanel .txtBox .txt {
  line-height: 2.5;
}
#company #section__message .secPanel .txtBox .txt p {
  font-size: clamp(11px, 0.8vw, 16px);
}
#company #section__message .secPanel .txtBox .txt p + p {
  margin: 40px 0 0;
}
#company #section__message .secPanel dl {
  margin: 100px 0 0;
}
#company #section__message .secPanel dl dt {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.5vw, 25px);
  letter-spacing: 0.3em;
}
#company #section__message .secPanel dl dd {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media (min-width: 1140px) {
  #company #section__message .secPanel {
    width: 55%;
    max-width: 795px;
  }
  #company #section__message .photo01 {
    position: absolute;
    top: 0;
    left: 55%;
    width: 40%;
    max-width: 700px;
  }
  #company #section__message .photo02 {
    position: absolute;
    left: 55%;
    bottom: 0;
    width: 35%;
    max-width: 615px;
  }
}
#company #section__history {
  overflow: hidden;
  padding: 120px 55px 180px;
}
#company #section__history .secTtlBox {
  display: flex;
  align-items: baseline;
  margin: 0 0 80px;
}
#company #section__history .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#company #section__history .secTtlBox .secTtl h2 {
  line-height: 1;
}
#company #section__history .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#company #section__history .introPanel {
  position: relative;
}
#company #section__history .introPanel .secBox .inner {
  position: relative;
}
#company #section__history .introPanel .secBox .inner::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #707070;
}
#company #section__history .introPanel .secBox dl dt {
  margin: 0 0 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(20px, 1.2vw, 30px);
}
#company #section__history .introPanel .secBox dl dd ul {
  margin: 40px 0 0;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(14px, 1.2vw, 16px);
}
#company #section__history .introPanel .secBox dl dd ul li {
  display: flex;
}
#company #section__history .introPanel .secBox dl dd ul li + li {
  margin: 5px 0 0;
}
#company #section__history .introPanel .secBox dl dd ul li span {
  width: 55px;
}
#company #section__history .introPanel .buttonBox {
  width: 4%;
  max-width: 70px;
  padding: 100px 0 0;
}
#company #section__history .introPanel .buttonBox ul li {
  cursor: pointer;
}
#company #section__history .introPanel .buttonBox ul li + li {
  margin: 20px 0 0;
}
#company #section__history .introPanel .buttonBox ul li.inActive {
  opacity: 0.3;
}
@media (min-width: 1140px) {
  #company #section__history .introPanel {
    min-height: 450px;
  }
  #company #section__history .introPanel .secBox {
    overflow-x: auto;
    position: absolute;
    top: 0;
    left: 200px;
    width: calc(100vw - 200px);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #company #section__history .introPanel .secBox::-webkit-scrollbar {
    display: none;
  }
  #company #section__history .introPanel .secBox .inner {
    display: flex;
    width: 140vw;
    padding: 0 100px 0 40px;
  }
  #company #section__history .introPanel .secBox .inner dl {
    width: 620px;
    padding: 20px 40px;
  }
  #company #section__history .introPanel .buttonSp {
    display: none;
  }
}
#company #section__company {
  padding: 0 55px 200px;
}
#company #section__company .secTtlBox {
  display: flex;
  align-items: baseline;
  margin: 0 0 80px;
}
#company #section__company .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#company #section__company .secTtlBox .secTtl h2 {
  line-height: 1;
}
#company #section__company .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#company #section__company .secContainer .secPanel .txtBox .infoBox {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 16px;
  font-size: clamp(10px, 1vw, 16px);
  border-top: 1px solid #959595;
}
#company #section__company .secContainer .secPanel .txtBox .infoBox dl {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #959595;
}
#company #section__company .secContainer .secPanel .txtBox .infoBox dl dt {
  width: 28%;
}
#company #section__company .secContainer .secPanel .txtBox .infoBox dl dd {
  width: 70%;
}
@media (min-width: 1140px) {
  #company #section__company .secContainer .secPanel {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #company #section__company .secContainer .secPanel .photo {
    position: relative;
    width: 48%;
    padding: 0 0 46%;
  }
  #company #section__company .secContainer .secPanel .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #company #section__company .secContainer .secPanel .txtBox {
    width: 46%;
  }
}
#company #section__salon {
  padding: 140px 55px 0;
  background: #ffece5;
}
#company #section__salon .secTtlBox {
  display: flex;
  align-items: baseline;
  margin: 0 0 120px;
}
#company #section__salon .secTtlBox .secTtl {
  margin: 0 30px 0 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#company #section__salon .secTtlBox .secTtl h2 {
  line-height: 1;
}
#company #section__salon .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}
#company #section__salon .slidePanel + .slidePanel {
  margin: 30px 0 0;
}
#company #section__salon .slidePanel .slideBox ul,
#company #section__salon .slidePanel .slideBoxReverse ul {
  display: flex;
}
#company #section__salon .slidePanel .slideBox ul li,
#company #section__salon .slidePanel .slideBoxReverse ul li {
  width: 20%;
  margin: 0 15px;
}
#company #section__salon .slidePanel .slideBox ul a,
#company #section__salon .slidePanel .slideBoxReverse ul a {
  position: relative;
  display: block;
}
#company #section__salon .slidePanel .slideBox ul a:before,
#company #section__salon .slidePanel .slideBoxReverse ul a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 197, 190, 0.3);
  transition: 0.6s;
  opacity: 0;
}
#company #section__salon .slidePanel .slideBox ul .photo,
#company #section__salon .slidePanel .slideBoxReverse ul .photo {
  position: relative;
  height: 0;
  padding: 0 0 90%;
}
#company #section__salon .slidePanel .slideBox ul .photo img,
#company #section__salon .slidePanel .slideBoxReverse ul .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company #section__salon .slidePanel .slideBox ul .inner,
#company #section__salon .slidePanel .slideBoxReverse ul .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#company #section__salon .slidePanel .slideBox ul .nameBox,
#company #section__salon .slidePanel .slideBoxReverse ul .nameBox {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60%;
  max-width: 85%;
  padding: 8px 10px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.5);
}
#company #section__salon .slidePanel .slideBox ul .nameBox .name01,
#company #section__salon .slidePanel .slideBoxReverse ul .nameBox .name01 {
  margin: 0 5px 0 0;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(10px, 0.8vw, 16px);
}
#company #section__salon .slidePanel .slideBox ul .nameBox .name02,
#company #section__salon .slidePanel .slideBoxReverse ul .nameBox .name02 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  font-size: clamp(8px, 0.5vw, 12px);
}
@media (min-width: 1140px) {
  #company #section__salon .slidePanel .slideBox ul a:hover,
#company #section__salon .slidePanel .slideBoxReverse ul a:hover {
    opacity: 1;
  }
  #company #section__salon .slidePanel .slideBox ul a:hover::before,
#company #section__salon .slidePanel .slideBoxReverse ul a:hover::before {
    opacity: 1;
  }
}
@media (min-width: 1140px) {
  #company #section__salon {
    margin: 0 -55px;
  }
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
#contact #section__contact,
#contactConfirm #section__contact,
#contactComplete #section__contact {
  padding: 300px 55px 240px;
  background: #ffece5;
}
#contact #section__contact .contactContainer,
#contactConfirm #section__contact .contactContainer,
#contactComplete #section__contact .contactContainer {
  max-width: 840px;
  margin: 0 auto;
}
#contact #section__contact .contactContainer .secTtlBox,
#contactConfirm #section__contact .contactContainer .secTtlBox,
#contactComplete #section__contact .contactContainer .secTtlBox {
  margin: 0 0 100px;
}
#contact #section__contact .contactContainer .secTtlBox .secTtl,
#contactConfirm #section__contact .contactContainer .secTtlBox .secTtl,
#contactComplete #section__contact .contactContainer .secTtlBox .secTtl {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(50px, 4vw, 70px);
}
#contact #section__contact .contactContainer .secTtlBox .secTtl h2,
#contactConfirm #section__contact .contactContainer .secTtlBox .secTtl h2,
#contactComplete #section__contact .contactContainer .secTtlBox .secTtl h2 {
  line-height: 1;
}
#contact #section__contact .contactContainer .secTtlBox .sub,
#contactConfirm #section__contact .contactContainer .secTtlBox .sub,
#contactComplete #section__contact .contactContainer .secTtlBox .sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}

#contactConfirm .formConfirm {
  max-width: 895px;
  margin: 0 auto;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
#contactConfirm .formConfirm .selectList + p,
#contactConfirm .formConfirm .privacy,
#contactConfirm .formConfirm .checkTxt,
#contactConfirm .formConfirm .agreeCheck {
  display: none;
}
#contactConfirm .formConfirm dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-size: clamp(14px, 1vw, 18px);
}
#contactConfirm .formConfirm dl + dl {
  border-top: 1px solid #000000;
}
#contactConfirm .formConfirm dl em {
  margin: 0 0 0 4px;
}
#contactConfirm .formConfirm dl > * {
  padding: 20px 0;
}
#contactConfirm .formConfirm dl dt {
  width: 25%;
}
#contactConfirm .formConfirm dl dd {
  width: 75%;
}
#contactConfirm .formConfirm dl .radioArea {
  padding: 0 0 5px;
}
#contactConfirm .formConfirm dl .inputBox {
  padding: 0 0 5px;
}
#contactConfirm .formConfirm .dateFormPanel {
  margin: 40px 0 0;
}
#contactConfirm .formConfirm .dateFormPanel .ttl {
  font-size: 20px;
}
#contactConfirm .formConfirm .submitButton {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 600px;
  text-align: center;
  padding: 80px 0 0;
}
#contactConfirm .formConfirm input[type=submit] {
  display: block;
  width: 48%;
  height: 70px;
  font-size: 22px;
  font-size: clamp(18px, 1.2vw, 22px);
  color: #ffffff;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #454545;
  background: #454545;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contactConfirm .formConfirm input[type=submit][disabled] {
  cursor: default;
  opacity: 0.3;
}
#contactConfirm .formConfirm button.btnBack {
  display: block;
  width: 48%;
  height: 70px;
  font-size: 22px;
  font-size: clamp(18px, 1.2vw, 22px);
  color: #000000;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: 1px solid #454545;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contactConfirm .formConfirm .birthBox ul li {
  display: inline-block;
}
#contactConfirm .formConfirm .birthBox ul li:nth-child(1)::after {
  content: "年";
}
#contactConfirm .formConfirm .birthBox ul li:nth-child(2)::after {
  content: "月";
}
#contactConfirm .formConfirm .birthBox ul li:nth-child(3)::after {
  content: "日";
}

@media (min-width: 1140px) {
  #contact .agreeCheck,
#contact .submitButton {
    padding: 0 0 0 220px;
  }
  #contact .agreeCheck {
    text-align: left;
  }
}
/*===================================================
	フォーム
===================================================*/
.formBox {
  max-width: 840px;
  margin: 0 auto;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  /*テキストエリア*/
}
.formBox form > dl {
  letter-spacing: 0.1em;
}
.formBox form > dl dt em {
  margin: 0 0 0 4px;
  color: #9f9f9f;
}
.formBox form > dl + dl {
  margin: 40px 0 0;
}
.formBox input[type=text],
.formBox input[type=email],
.formBox input[type=tel] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 0;
  border: none;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formBox textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  font-size: 16px;
  border-radius: 0;
  border: none;
  background: #ffffff;
  resize: none;
}
.formBox input[type=text]:focus,
.formBox input[type=email]:focus,
.formBox input[type=tel]:focus,
.formBox textarea:focus {
  outline: 0;
}
.formBox .birthBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #000000;
}
.formBox .birthBox ul {
  display: flex;
  align-items: center;
}
.formBox .birthBox ul li {
  position: relative;
  width: 100px;
}
.formBox .birthBox ul li + li {
  padding: 0 0 0 20px;
}
.formBox .birthBox ul li + li:before {
  content: "／";
  position: absolute;
  top: 5px;
  left: 0;
  color: #7d7c2c;
}
.formBox .birthBox input {
  height: 30px;
  padding: 0 10px;
  text-align: center;
  border: none;
}
.formBox .checkItem {
  margin: 50px 0 60px;
  text-align: center;
}
.formBox .checkItem br {
  display: none;
}
.formBox .checkItem > label {
  position: relative;
  display: inline-block;
}
.formBox .checkItem input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.formBox .checkItem > label > span {
  display: inline-block;
  height: 20px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  position: relative;
}
.formBox .checkItem > label > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border: 1px solid #454545;
}
.formBox .checkItem input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 2px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 2px solid #454545;
  border-right: 2px solid #454545;
}
.formBox .checkItem.agreeCheck > label {
  display: inline-block;
}
.formBox .checkItem.agreeCheck > label > span {
  text-decoration: underline;
}
.formBox .checkItem.agreeCheck a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.formBox .checkItem.agreeCheck em {
  display: inline-block;
  vertical-align: middle;
}
.formBox .checkItem.agreeCheck > span {
  vertical-align: middle;
}
.formBox .checkItem.agreeCheck .mwform-checkbox-field-text {
  font-size: 0;
}
.formBox .itemCheck .mwform-checkbox-field {
  position: relative;
  display: inline-block;
}
.formBox .itemCheck .mwform-checkbox-field input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.formBox .itemCheck .mwform-checkbox-field span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.formBox .itemCheck .mwform-checkbox-field span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border: 1px solid #454545;
}
.formBox .itemCheck .mwform-checkbox-field input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 2px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 2px solid #454545;
  border-right: 2px solid #454545;
}
.formBox .itemCheck .mwform-checkbox-field + .mwform-checkbox-field {
  margin-left: 15px;
}
.formBox .radioArea {
  padding: 0 0 20px;
  border-bottom: 1px solid #000000;
}
.formBox form .mwform-radio-field {
  display: block;
}
.formBox form .mwform-radio-field + .mwform-radio-field {
  margin: 5px 0 0;
}
.formBox form .mwform-radio-field label {
  position: relative;
  display: inline-block;
}
.formBox form .mwform-radio-field input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.formBox form .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  padding: 0 0 0 24px;
  background: url("../image/common/form_radio_off.png") left center no-repeat;
  background-size: 14px auto;
}
.formBox form .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text {
  background: url("../image/common/form_radio_on.png") left center no-repeat;
  background-size: 14px auto;
}
@media (min-width: 1025px) {
  .formBox form > dl {
    display: flex;
    align-items: center;
  }
  .formBox form > dl dt {
    width: 220px;
  }
  .formBox form > dl dd {
    width: calc(100% - 220px);
  }
  .formBox .radioForm,
.formBox .msg {
    align-items: flex-start;
  }
}
.formBox .privacy {
  max-width: 388px;
  margin: 50px auto 0;
  border: 1px solid #000000;
}
.formBox .privacy .agreeBox {
  overflow: scroll;
  height: 80px;
  padding: 10px;
  font-size: 12px;
  background: #ffffff;
}
.formBox .privacy .box + .box {
  margin: 10px 0 0;
}
.formBox .privacy dl dt {
  margin: 0 0 3px;
}
.formBox .privacy a {
  display: inline-block;
  color: #000000;
}
.formBox .submitButton {
  position: relative;
  width: 100%;
}
.formBox .submitButton .submitTxt {
  position: relative;
  padding: 18px 10px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  letter-spacing: 0.1em;
  background: #707070;
}
.formBox .submitButton .submitTxt em {
  margin: 0 0 0 10px;
}
.formBox input[type=submit] {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 22px;
  font-size: clamp(18px, 1.2vw, 22px);
  color: #ffffff;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #454545;
  background: #454545;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formBox input[type=submit][disabled] {
  cursor: default;
  opacity: 0.3;
}

#contactComplete #section__contact {
  padding: 200px 55px 160px;
}
#contactComplete #section__contact .contactContainer {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  text-align: center;
}
#contactComplete #section__contact .contactContainer .secTtl {
  margin: 0 0 80px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(60px, 4vw, 90px);
}
#contactComplete #section__contact .contactContainer .topComplete {
  margin: 0 0 40px;
  font-size: 34px;
  font-size: clamp(24px, 2.2vw, 34px);
  text-align: center;
  line-height: 1.7;
}
#contactComplete #section__contact .contactContainer .ttl {
  margin: 0 0 60px;
  font-size: 28px;
  font-size: clamp(20px, 1.5vw, 28px);
}
#contactComplete #section__contact .contactContainer .txt {
  font-size: clamp(12px, 1vw, 14px);
  text-align: center;
}
#contactComplete .btnToTop {
  margin: 60px auto 0;
}
#contactComplete .btnToTop a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 200px;
}
#contactComplete .btnToTop a .arrow {
  max-width: 70px;
  width: 25%;
  margin: 0 0 0 10px;
}
#contactComplete .btnToTop a span {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(16px, 1.2vw, 20px);
}

/*////////////////////////////////////////////////////////////
	privacy
///////////////////////////////////////////////////////////*/
#privacy {
  background: #fffff7;
}
#privacy #section__privacy {
  padding: 300px 55px 200px;
}
#privacy #section__privacy .topPanel {
  margin: 0 0 100px;
}
#privacy #section__privacy .topPanel .secTtlBox {
  margin: 0 0 30px;
}
#privacy #section__privacy .topPanel .secTtlBox .secTtl {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  font-size: clamp(30px, 1.7vw, 40px);
}
#privacy #section__privacy .topPanel .secTtlBox .secTtl h2 {
  line-height: 1;
}
#privacy #section__privacy .topPanel .txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(13px, 0.8vw, 16px);
}
#privacy #section__privacy .section {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
#privacy #section__privacy .section + .section {
  margin: 60px 0 0;
}
#privacy #section__privacy .section h2 {
  margin: 0 0 20px;
  font-size: clamp(20px, 1.5vw, 24px);
}
#privacy #section__privacy .section .txt {
  font-size: clamp(13px, 0.9vw, 16px);
}
#privacy #section__privacy .section .txt a {
  display: inline-block;
}