@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Sen:wght@400..800&display=swap');
.pagelinks_d {
  justify-content: center;
  gap: clamp(24px, 5vw, 70px);
}
.pagelinks_d a {
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #B2935D;
  padding-bottom: 8px;
}
.pagelinks_d a > div {
  align-items: center;
  gap: 12px;
}
.pagelinks_d p {
  letter-spacing: 0.08em;
}
.pagelinks_d .moreicon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #B2935D;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.pagelinks_d a:hover .moreicon {
  transform: translateY(3px);
}
.pagelinks_d .moreicon i {
  color: #fff;
  font-size: 10px;
}
.cate_wrap {
  overflow: hidden;
}
.flow_info {
  max-width: 1280px;
  margin: clamp(60px, 8vw, 100px) auto 0;
  border: 1px solid #d8b6d8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.35);
  padding: clamp(30px, 5vw, 50px);
}
.flow_info .info_wrap {
  justify-content: center;
  gap: clamp(30px, 5vw, 70px);
}
.flow_info .info_item {
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}
.flow_info .info_item .iconbox {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(216, 182, 216, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow_info .info_item .iconbox img {
  width: 80px;
}
.flow_info .info_item .txtbox p {
  letter-spacing: 0.08em;
}
.flow_info .info_item .txtbox p:last-child {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .flow_info .info_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section04 {
  position: relative;
  z-index: 1;
}
.section04 .box_wrap4 {
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 8vw, 50px);
}
.section04 .leftbox {
  width: calc((100% - clamp(30px, 8vw, 50px)) * 0.34);
}
.section04 .rightbox {
  width: calc((100% - clamp(30px, 8vw, 50px)) * 0.66);
}
.section04 .leftbox .imgbox {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 320 / 390;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.section04 .leftbox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section04 .namebox {
  margin-top: 22px;
  text-align: center;
}
.section04 .namebox .entitle4 {
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}
.section04 .titlebox1 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section04 .titlebox1 .entitle2 {
  letter-spacing: 0.12em;
  line-height: 1;
}
.section04 .titlebox1 p:last-child {
  margin-top: 0;
}
.section04 .txtbox h2 {
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.section04 .txtbox > p {
  letter-spacing: 0.08em;
}
.section04 .more {
  justify-content: flex-start;
}
@media screen and (max-width: 1080px) {
  .txt-left-tb {
    text-align: left;
  }
  .section04 .box_wrap4 {
    flex-direction: column;
  }
  .section04 .leftbox, .section04 .rightbox {
    width: 100%;
  }
  .section04 .rightbox {
    text-align: center;
    max-width: 600px;
  }
  .section04 .titlebox1 {
    justify-content: center;
  }
  .section04 .more {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .section04 .titlebox1 {
    flex-direction: column;
    gap: 8px;
  }
  .section04 .rightbox {
    text-align: left;
  }
  .section04 .titlebox1 {
    align-items: flex-start;
  }
  .section04 .more {
    justify-content: center;
  }
}
.top_bg {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #F6F5F7 0%, #EDE6F2 42%, #F6F5F7 100%);
}
.top_bg::before {
  content: "";
  position: absolute;
  top: clamp(200px, 32vw, 400px);
  right: 0;
  width: clamp(600px, 45vw, 900px);
  height: clamp(600px, 45vw, 900px);
  background: url("https://intwo-salon.com/system_panel/uploads/images/decor2.png") no-repeat right top / contain;
  mix-blend-mode: multiply;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.top_bg > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1080px) {}
@media screen and (max-width: 576px) {}
.pagetitle {
  position: relative;
  padding: 90px 76px 0 0;
}
.pagetitle .pagetitle_inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: clamp(80px, 12vw, 180px);
}
.pagetitle .txtbox {
  position: absolute;
  left: clamp(30px, 6vw, 70px);
  bottom: clamp(25px, 4vw, 55px);
  z-index: 2;
  color: #fff;
}
.pagetitle .imgbox {
  width: 100%;
  height: clamp(280px, 35vw, 430px);
  border-radius: 20px 0 20px 20px;
  overflow: hidden;
  position: relative;
}
body:not(.gjs-dashed) .pagetitle .imgbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}
.pagetitle .imgbox img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.pagetitle .title_deco img {
  width: 34px;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
.pagetitle .en_title1 {
  margin: 0 0 10px;
  line-height: 1;
}
.pagetitle .title {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.pagetitle .pagetitle_inner::after {
  display: none;
}
@media screen and (max-width: 1080px) {
.pagetitle {
  padding: 70px 76px 0 0;
}
}
@media screen and (max-width: 768px) {
 
  .pagetitle .pagetitle_inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .pagetitle {
    padding: 70px 15px 0 0;
  }
  .pagetitle .pagetitle_inner {
    padding-left: 20px;
  }
  .pagetitle .imgbox {
    height: 200px;
  }
}
.section08 {
  position: relative;
  z-index: 1;
  border-top: 1px solid #B9A5C4;
  border-bottom: 1px solid #B9A5C4;
}
.section08 .boxwrap1 {
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 6vw, 80px);
}
.section08 .rightbox {
  width: calc((100% - clamp(40px, 6vw, 80px)) * 0.52);
  flex-direction: column;
  gap: 12px;
}
.section08 .rightbox > .imgbox {
  width: 100%;
  aspect-ratio: 59 / 36;
  border-radius: 10px;
  overflow: hidden;
}
.section08 .rightbox .imgboxwrap {
  display: flex;
  gap: 12px;
  width: 100%;
}
.section08 .rightbox .imgboxwrap .imgbox {
  width: calc((100% - 12px) / 2);
  aspect-ratio: 29 / 17;
  border-radius: 10px;
  overflow: hidden;
}
.section08 .rightbox .imgbox img, .section08 .rightbox .imgboxwrap .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section08 .leftbox {
  width: calc((100% - clamp(40px, 6vw, 80px)) * 0.48);
}
.section08 .leftbox .txtbox > img {
  width: clamp(120px, 18vw, 180px);
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.section08 .txtbox .box {
  margin-bottom: 28px;
}
.section08 .txtbox .box .entitle4 {
  letter-spacing: 0.14em;
  line-height: 1;
  margin-bottom: 10px;
}
.section08 .txtbox .box p:last-child {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.section08 .bt_wrap {
  gap: 20px;
  justify-content: flex-start;
}
.section08 .more {
  justify-content: flex-start;
}
.section08 .more a {
  min-width: 190px;
}
.section08 .more_white a {
  background: #fff;
}
.section08 .more_white a p {
  color: #B2935D;
}
@media screen and (max-width: 1080px) {
  .section08 .boxwrap1 {
    flex-direction: column;
  }
  .section08 .rightbox, .section08 .leftbox {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section08 .rightbox .imgboxwrap {
    flex-direction: column;
  }
  .section08 .rightbox .imgboxwrap .imgbox {
    width: 100%;
  }
  .section08 .bt_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer_b {
  background: #F7F5F6;
  padding-top: 90px;
  padding-bottom: 40px;
  border-top: 1px solid #B9A5C4;
}
.footer_b .width-1280-max {
  align-items: flex-start;
  justify-content: space-between;
}
.footer_b .leftbox {
  width: 20%;
}
.footer_b .footer-logo {
  text-align: center;
}
.footer_b .footer-logo img {
  width: clamp(130px, 16vw, 150px);
  height: auto;
  display: block;
}
.footer_b .rightbox {
  width: 62%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.footer_b .rightbox .box {
  min-width: 120px;
}
.footer_b .rightbox .li:not(:last-of-type) {
  margin-bottom: 22px;
}
.footer_b .rightbox .li a {
  text-decoration: none;
}
.footer_b .rightbox .li a p:first-child {
  color: #333;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 14px;
}
.footer_b .rightbox .li a p:last-child {
  color: #B985A5;
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 400;
  font-size: 20px;
}
.footer_b .sns_box > p {
  color: #B985A5;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}
.footer_b .snsbox {
  gap: 10px;
}
.footer_b .snsbox a {
  color: #D09DD9;
  text-decoration: none;
}
.footer_b .snsbox a i {
  color: #D09DD9;
  font-size: 26px;
}
.footer_b .snsbox img {
  width: 26px;
  height: auto;
  display: block;
}
.footer-bottom_b {
  background: #F7F5F6;
  padding-bottom: 120px;
}
.footer-bottom_b .copyright {
  text-align: right;
}
.footer-bottom_b .copyright p {
  color: #333;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .footer_b .width-1280-max {
    flex-direction: column;
    gap: 50px;
  }
  .footer_b .leftbox, .footer_b .rightbox {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_b .rightbox {
    flex-wrap: wrap;
    gap: 35px 50px;
  }
}
.titlebox1 {
  position: relative;
}
.titlebox1 .entitle2 {
  letter-spacing: 0.14em;
  line-height: 1;
}
.titlebox1 h2:last-child {
  margin-top: 8px;
  letter-spacing: 0.08em;
}
.titlebox2 {
  color: #fff;
  margin-bottom: 28px;
}
.titlebox2 .entitle2 {
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.titlebox2 p:last-child {
  color: #fff;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
.fv_menu {
  position: fixed;
  z-index: 1000;
  right: clamp(20px, 4vw, 50px);
  bottom: clamp(40px, 4vw, 100px);
  margin-left: 0;
  margin-right: 0;
}
.fv_menu .reservation_box {
  width: auto;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 99;
}
body:not(.gjs-dashed) .fv_menu .reservation_box {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.fv_menu {
  justify-content: flex-end;
}
.fv_menu .reservation_box {
  width: 100%;
  max-width: 520px;
}
.fv_menu .reservation_btn {
  position: relative;
  display: block;
  text-decoration: none;
  padding-top: 22px;
}
.fv_menu .reservation_badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  padding: 10px 20px;
  background: #f4f4f4;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.fv_menu .reservation_badge p {
  margin: 0;
  color: #bc9858;
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.fv_menu .reservation_main {
  width: 100%;
  background: linear-gradient(to right, #b9975b 0%, #c7aa72 18%, #dcc79a 50%, #c7aa72 82%, #b9975b 100%);
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 10px;
  gap: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -8px 18px rgba(154, 118, 56, 0.18), 0 10px 24px rgba(195, 164, 107, 0.18);
}
.fv_menu .reservation_main p {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.fv_menu .reservation_arrow {
  width: clamp(32px, 4.2vw, 36px);
  height: clamp(32px, 4.2vw, 36px);
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.fv_menu .reservation_arrow img {
  width: 8px;
  height: auto;
  display: block;
}
.fv_menu .reservation_btn:hover .reservation_arrow {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .fv_menu .reservation_box {
    max-width: 440px;
  }
  .fv_menu .reservation_main {
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .fv_menu .reservation_box {
    max-width: 100%;
  }
  .fv_menu .reservation_btn {
    padding-top: 18px;
  }
  .fv_menu .reservation_main p {
    letter-spacing: 0.03em;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 110px 0 0;
  z-index: 999;
  background: #F9F7F9;
}
.header .headnav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 36px;
  border-radius: 0 0 20px 20px;
  transition: background 0.3s ease;
}
.header .headnav.is_bg {
  background: rgba(244, 244, 244, 0.9);
}
.header .headnav a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
  text-align: center;
}
.header .headnav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("https://intwo-salon.com/system_panel/uploads/images/arrow1.png") no-repeat center center / contain;
  transition: transform 0.3s ease;
}
.header .headnav a p {
  margin: 0;
  text-shadow: none;
  transition: transform 0.3s ease;
}
.header .headnav a p:first-child {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 4px;
  color: #4F4941;
}
.header .headnav a p:last-child {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
.header .headnav a:hover::before {
  transform: translateY(-50%) translateX(3px);
}
.header .headnav a:hover p {
  transform: translateX(3px);
}
/* logo */
.head_logo {
  position: fixed;
  top: 0;
  left: 20px;
  width: 140px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: ease 0.3s;
}
.head_logo img {
  width: 95px;
  height: auto;
  display: block;
}
/* fixed nav */
.head_fixnav {
  position: fixed;
  top: 0;
  right: 0;
  gap: 0;
  z-index: 9999;
}
.head_fixnav .menu-bt, .head_fixnav .reserve-bt a {
  width: 72px;
  min-height: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  box-sizing: border-box;
}
.head_fixnav .menu-bt {
  background-color: #c5a86c;
  cursor: pointer;
  padding: 12px 8px;
}
.head_fixnav .menu-bt p, .head_fixnav .reserve-bt a p {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  font-family: "Sen", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
}
.head_fixnav .menu-bt p {
  color: #fff;
}
.head_fixnav .menu-bt .line {
  position: relative;
  width: 24px;
  height: 16px;
}
.head_fixnav .menu-bt .line > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: ease 0.3s;
}
.head_fixnav .menu-bt .line > div:nth-of-type(1) {
  top: 0;
}
.head_fixnav .menu-bt .line > div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.head_fixnav .menu-bt .line > div:nth-of-type(3) {
  bottom: 0;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(1) {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(2) {
  opacity: 0;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(3) {
  width: 90%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.head_fixnav .reserve-bt {
  border-top: 1px solid #e9e1da;
}
.head_fixnav .reserve-bt a {
  background: #F9F7F9;
  color: #222;
  text-decoration: none;
  padding: 10px 6px;
}
.head_fixnav .reserve-bt a img {
  width: 22px;
  height: auto;
  display: block;
}
/* menu wrap */
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background:
    linear-gradient(rgba(245, 240, 238, 0.97), rgba(245, 240, 238, 0.97)), #f5f0ee;
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  gap: 50px;
  overflow: auto;
  padding: 120px 40px 50px;
}
.menu-wrap .menuwrap_menu {
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.menu-wrap .menuwrap_menu_box {
  min-width: 220px;
}
.menu-wrap .menuwrap_menu_box .en_title3 {
  display: block;
  background-image: radial-gradient(circle, #b9975b 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 4px;
}
.menu-wrap .menuwrap_menu_box .ul .li {
  padding-top: 15px;
}
.menu-wrap .menuwrap_menu_box .ul .li a {
  text-decoration: none;
}
.menu-wrap .menuwrap_menu_box .ul .li a p {
  color: #222;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.menu-wrap .menuwrap_bt_box .link1 {
  justify-content: center;
  flex-wrap: wrap;
}
.more {
  display: flex;
  justify-content: center;
}
.more a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 16px 40px;
  border-radius: 999px;
  background: #c5a86c;
  border: 1px solid #c5a86c;
  text-decoration: none;
  transition: 0.35s ease;
}
.more a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-101%) skewX(-20deg);
  transition: 0.45s ease;
}
.more p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: "Sen", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  transition: 0.35s ease;
}
.more a:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(197, 168, 108, 0.35);
}
.more a:hover::before {
  transform: translateX(0) skewX(0);
}
.more a:hover p {
  color: #c5a86c;
  letter-spacing: 0.22em;
}
.more_d1 a {
  text-decoration: none;
}
.more_d1 a > div {
  justify-content: space-between;
  gap: 20px;
}
.more_d1 a p {
  line-height: 1;
  letter-spacing: 0.12em;
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.more_d1 a .icon {
  width: clamp(30px, 5vw, 40px);
  aspect-ratio: 1 / 1;
  border: 1px solid #b8944f;
  border-radius: 50%;
  background: transparent;
  justify-content: center;
  align-items: center;
  transition: ease 0.3s;
}
.more_d1 a .icon img {
  width: 6px;
  height: auto;
  display: block;
}
.more_d1 a:hover .icon {
  transform: translateX(6px);
}
.snsbox {
  gap: 25px;
  justify-content: center;
}
.snsbox img {
  width: 30px;
}
.snsbox a i {
  font-size: 28px;
  color: #d67d98;
}
.head_time {
  padding-left: clamp(16px, 2vw, 28px);
  border-left: 1px solid #d8d8d8;
}
.head_time .flex {
  align-items: center;
  gap: 8px;
}
.head_time p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #333;
}
.head_time p.color2 {
  min-width: 50px;
  color: #B2935D;
  font-weight: 700;
  letter-spacing: 0.08em;
}
/* responsive */
@media screen and (max-width: 1440px) {
  .header {
    padding-right: 96px;
  }
  .header .headnav {
    gap: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .header .headnav {
    gap: 16px;
  }
  .header .headnav a p:last-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 1080px) {
  .head_logo {
    width: 140px;
    height: 88px;
  top: clamp(20px, 3vw, 40px);
  }
  .head_logo img {
    width: 80px;
  }
  .header {
    height: 64px;
    padding-right: 72px;
  }
  .header .headnav, .head_time {
    display: none;
  }
  .head_fixnav .menu-bt, .head_fixnav .reserve-bt a {
    width: 72px;
    min-height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .head_logo {
    width: 110px;
    height: 78px;
  }
  .head_logo img {
    width: 64px;
  }
  .menu-wrap .menuwrap_menu_box {
    min-width: 180px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    height: 56px;
    padding-right: 60px;
  }
  .head_logo {
    width: 84px;
    height: 64px;
    left: 0;
    top: 20px;
  }
  .head_logo img {
    width: 50px;
  }
  .head_fixnav .menu-bt, .head_fixnav .reserve-bt a {
    width: 60px;
    min-height: 56px;
    gap: 4px;
  }
  .head_fixnav .menu-bt p, .head_fixnav .reserve-bt a p {
    font-size: 10px;
  }
  .head_fixnav .reserve-bt a img {
    width: 18px;
  }
  .menu-wrap .menuwrap_menu_box .ul .li {
    padding-top: 10px;
  }
  .menu-wrap > div {
    gap: 20px;
    padding: 50px 20px 30px;
  }
  .menu-wrap .menuwrap_menu {
    gap: 20px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .menu-wrap .menuwrap_menu_box {
    width: 100%;
    min-width: auto;
  }
  .menu-wrap .menuwrap_bt_box .link1 {
    display: none;
  }
}
.nowhite {
  white-space: nowrap;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #B288A0;
}
.color2 {
  color: #B2935D;
}
.color3 {
  color: ;
}
.bg1 {
  background: #F4EEF2;
}
.bg2 {
  background: #DDF3F9;
}
.bg3 {
  background: #4F97C8;
}
.bgl {
  position: relative;
  overflow: hidden;
}
.bgl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(600px, 45vw, 720px);
  height: clamp(600px, 45vw, 720px);
  background: url("https://intwo-salon.com/system_panel/uploads/images/decol.png") no-repeat left top / contain;
  z-index: 0;
  pointer-events: none;
}
.bgr {
  position: relative;
  overflow: hidden;
}
.bgr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(300px, 45vw, 720px);
  height: clamp(300px, 45vw, 720px);
  background: url("https://intwo-salon.com/system_panel/uploads/images/decor.png") no-repeat right top / contain;
  z-index: 0;
  pointer-events: none;
}
.bgl > *, .bgr > * {
  position: relative;
  z-index: 1;
}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontnoto {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.zenkaku {
  font-family: "Zen Kaku Gothic New", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fontsen {
  font-family: "Sen", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entitle0 {
  font-family: "Sen", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.2em;
}
.entitle1 {
  font-family: "Sen", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.2rem;
  font-weight: 400;
}
.entitle2 {
  font-family: "Sen", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.entitle3 {
  font-family: "Sen", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle4 {
  font-family: "Sen", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(26px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(16px, 1.4vw, 18px);
}
.default_txt2 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #F9F7F9;
  color: #3B3630;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}