@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Sen:wght@400..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.section5 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.section5 .section5_inner {
  position: relative;
  z-index: 2;
}
.section5 .section5_list {
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(36px, 6vw, 90px);
}
.section5 .section5_item {
  width: calc((100% - clamp(36px, 6vw, 90px)) / 2);
}
.section5 .section5_item:nth-child(2) {
  margin-top: clamp(55px, 8vw, 110px);
}
.section5 .section5_item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.section5 .section5_img {
  position: relative;
  margin-bottom: clamp(-34px, -3vw, -20px);
}
.section5 .section5_img .imgbox {
  position: relative;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 72%, 80% 100%, 0 100%, 0 20%);
}
.section5 .section5_img img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}
.section5 .section5_txtbox {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 clamp(16px, 2vw, 30px);
  box-sizing: border-box;
}
.section5 .section5_txtbox .entitle3 {
  margin-bottom: clamp(8px, 1vw, 12px);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1;
  letter-spacing: 0.12em;
}
.section5 .section5_txtbox h2 {
  font-size: clamp(16px, 1.4vw, 21px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.section5 .view_more {
  align-items: center;
  gap: 10px;
  padding-bottom: clamp(3px, 0.5vw, 8px);
  flex-wrap: nowrap;
}
.section5 .view_more p {
  font-size: 14px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.section5 .view_more span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(22px, 2vw, 28px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #9ab9a7;
  color: #fff;
  font-size: 12px;
  transition: ease 0.3s;
}
.section5 .section5_item a:hover .view_more span {
  transform: translateX(4px);
}
@media screen and (max-width:900px) {
  .section5 .section5_list {
    display: block;
  }
  .section5 .section5_item {
    width: 100%;
  }
  .section5 .section5_item:nth-child(2) {
    margin-top: 55px;
  }
  .section5 .section5_txtbox {
    padding: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .section5 .section5_txtbox {
    display: block;
  }
  .section5 .view_more {
    justify-content: flex-end;
    margin-top: 14px;
  }
}
.section5 .view_more i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(22px, 2vw, 28px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #9ab9a7;
  color: #fff;
  font-size: 12px;
  transition: ease 0.3s;
}
.section5 .section5_item a:hover .view_more i {
  transform: translateX(4px);
}

.pagelinks_d1{
  justify-content: center;
  gap: clamp(28px, 4vw, 52px);
  flex-wrap: wrap;
  background: #fff;
}

.pagelinks_d1 a{
  border-bottom: 1px solid #555;
  text-decoration: none;
  color: #333;
}

.pagelinks_d1 a > .flex{
  gap: 10px;
  margin-bottom: 6px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.pagelinks_d1 a p{
  color: #333;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 400;
  white-space: nowrap;
}

.pagelinks_d1 a > .flex .moreicon{
  width: 14px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #555;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease;
}

.pagelinks_d1 a > .flex .moreicon i{
  color: #555;
  font-size: 8px;
  line-height: 1;
}

.pagelinks_d1 a:hover > .flex .moreicon{
  transform: translateY(3px);
}

@media screen and (max-width: 576px){
  .pagelinks_d1{
    justify-content: flex-start;
    gap: 20px 28px;
  }

  .pagelinks_d1 a p{
    font-size: 15px;
  }
}

.concept_block {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.concept_block .inner {
  position: relative;
  z-index: 2;
}
.concept_block .concept_wrap {
  --concept-gap: clamp(45px, 7vw, 95px);
  align-items: center;
  gap: var(--concept-gap);
  width: 100%;
}
.concept_block .concept_img {
  position: relative;
  width: calc((100% - var(--concept-gap)) * 0.52);
}
.concept_block .concept_txtbox {
  position: relative;
  width: min(520px, calc((100% - var(--concept-gap)) * 0.48));
  box-sizing: border-box;
}
.concept_block .concept_img .img_e2 {
  width: 100%;
}
.concept_block .concept_img .img_e2 > .imgbox {
  width: 100%;
}
.concept_block .concept_img .img_e2 > .imgbox .main_img {
  display: block;
  width: 100%;
  height: auto;
}
.concept_block .concept_en_img {
  position: absolute;
  z-index: 3;
  right: clamp(-20px, -1.5vw, 0px);
  top: clamp(-52px, -4vw, -26px);
  width: clamp(210px, 23vw, 340px);
  pointer-events: none;
}
.concept_block .concept_en_img img {
  display: block;
  width: 100%;
}
.concept_block .concept_txtbox h2 {
  margin-bottom: clamp(24px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.9;
}
.concept_block .concept_txtbox .body_txt {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .concept_block .concept_wrap {
    display: block;
  }
  .concept_block .concept_img, .concept_block .concept_txtbox {
    width: 100%;
  }
  .concept_block .concept_txtbox {
    margin-top: clamp(34px, 7vw, 48px);
  }
  .concept_block .concept_en_img {
    right: 0;
    top: clamp(-44px, -8vw, -28px);
    width: clamp(190px, 52vw, 280px);
  }
}
@media screen and (max-width: 576px) {
  .concept_block .concept_txtbox h2 {
    line-height: 1.7;
  }
}
.pagetitle_a1 {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: clamp(65px, 7vw, 95px);
}
.pagetitle_a1 .pagetitle_container {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  min-height: clamp(320px, 32vw, 420px);
}
.pagetitle_a1 .pagetitle_container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 85%;
  background: linear-gradient(135deg, #fff8cf 0%, #f7f4df 20%, #DCEBD8 100%);
  z-index: 0;
}
.pagetitle_a1 .pagetitle_content {
  position: relative;
  z-index: 3;
  padding-left: clamp(55px, 10vw, 160px);
  padding-bottom: clamp(10px, 2vw, 30px);
}
.pagetitle_a1 .page_entitle {
  margin-bottom: clamp(14px, 1.5vw, 20px);
  color: #333;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  white-space: nowrap;
}
.pagetitle_a1 .page_jptitle {
  color: #333;
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 0.08em;
}
.pagetitle_a1 .pagetitle_image {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: clamp(22px, 3vw, 48px);
  box-sizing: border-box;
}
.pagetitle_a1 .pagetitle_image .imgbox {
  width: 100%;
}
.pagetitle_a1 .pagetitle_img {
  display: block;
  width: 100%;
  height: auto;
}
.pagetitle_a1 .deco {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}
.pagetitle_a1 .deco img {
  display: block;
  width: 100%;
}
.pagetitle_a1 .deco1 {
  right: 0;
  top: clamp(10px, 3vw, 34px);
  width: clamp(140px, 12vw, 270px);
}
.pagetitle_a1 .deco2 {
  left: -60px;
  bottom: 0;
  width: clamp(300px, 18vw, 340px);
}
@media screen and (max-width: 768px) {
  .pagetitle_a1 {
    padding-top: 56px;
  }
  .pagetitle_a1 .pagetitle_container {
    display: block;
    min-height: auto;
    padding: 70px 0 42px;
  }
  .pagetitle_a1 .pagetitle_container::before {
    width: 100%;
    height: 58%;
  }
  .pagetitle_a1 .pagetitle_content {
    padding: 0 24px 36px;
  }
  .pagetitle_a1 .page_entitle {
    font-size: 34px;
  }
  .pagetitle_a1 .pagetitle_image {
    width: 92%;
    margin-left: auto;
    padding-right: 20px;
  }
}
.footer_access .btbox {
  gap: 8px;
  margin-top: clamp(24px, 3vw, 36px);
}
.footer_access .btbox .more_e2 {
  width: min(210px, 48%);
}
.footer_access .btbox .more_e2 a {
  width: 100%;
}
.footer_access .btbox .more_e2-gray a {
  background-color: #6b6966;
}
@media screen and (max-width: 576px) {
  .footer_access .btbox {
    display: block;
  }
  .footer_access .btbox .more_e2 {
    width: 100%;
  }
  .footer_access .btbox .more_e2 + .more_e2 {
    margin-top: 8px;
  }
}
.footer_access {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.footer_access .inner {
  --access-gap: clamp(45px, 7vw, 90px);
  justify-content: center;
  align-items: center;
  gap: var(--access-gap);
  width: 100%;
}
.footer_access .photoarea {
  width: calc((100% - var(--access-gap)) * 0.55);
}
.footer_access .infoarea {
  width:calc((100% - var(--access-gap)) * 0.45);
}
.footer_access .photoarea .main_img {
  margin-bottom: clamp(10px, 1vw, 14px);
}
.footer_access .photoarea .imgbox {
  overflow: hidden;
  border-radius: 3px;
}
.footer_access .photoarea .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_access .photoarea .main_img img {
  aspect-ratio: 1.75 / 1;
}
.footer_access .sub_imgs {
  gap: clamp(10px, 1vw, 14px);
}
.footer_access .sub_imgs .imgbox {
  width: calc((100% - clamp(10px, 1vw, 14px)) / 2);
}
.footer_access .sub_imgs .imgbox img {
  aspect-ratio: 1.6 / 1;
}
.footer_access .infoarea .logo {
  width: clamp(170px, 18vw, 240px);
  margin-bottom: clamp(24px, 3vw, 38px);
}
.footer_access .infoarea .logo img {
  display: block;
  width: 100%;
}
.footer_access .info_item + .info_item {
  margin-top: clamp(20px, 2.5vw, 30px);
}
.footer_access .info_item .en {
  margin-bottom: 8px;
  letter-spacing: 0.16em;
}
.footer_access .info_item .txt {
  letter-spacing: 0.06em;
}
.footer_access .btbox {
  gap: 8px;
  margin-top: clamp(24px, 3vw, 36px);
}
.footer_access .more_btn {
  width: min(210px, 48%);
}
.footer_access .more_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(44px, 4vw, 56px);
  background-color: #9ab9a7;
  color: #fff;
  text-decoration: none;
}
.footer_access .more_btn2 a {
  background-color: #6b6966;
}
.footer_access .more_btn p {
  color: #fff;
  font-size: clamp(13px, 1vw, 15px);
  letter-spacing: 0.12em;
}
.footer_nav {
  position: relative;
  background-color: #eff1eb;
}
.footer_nav .inner {
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(40px, 6vw, 90px);
}
.footer_nav .logo {
  width: clamp(180px, 20vw, 260px);
}
.footer_nav .logo img {
  display: block;
  width: 100%;
}
.footer_nav .navarea {
  align-items: flex-start;
  gap: clamp(42px, 5vw, 78px);
}
.footer_nav .navbox {
  align-items: flex-start;
  gap: clamp(45px, 5vw, 86px);
}
.footer_nav .li + .li {
  margin-top: clamp(20px, 2vw, 28px);
}
.footer_nav .li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.footer_nav .li .jp {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.4;
    font-weight: 400;
}

.footer_nav .li .en {
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 0.18em;
  line-height: 1.2;
   font-family:"Sen", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

}
.footer_nav .sns_title {
  margin-bottom: 12px;
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 0.18em;
}
.footer_nav .sns_links {
  gap: 10px;
}
.footer_nav .sns_links a {
  display: block;
  width: 26px;
}
.footer_nav .sns_links img {
  display: block;
  width: 100%;
}
.footer_nav .copy {
  width: min(1280px, 90%);
  margin: clamp(36px, 4vw, 56px) auto 0;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 900px) {
  .footer_access .inner {
    display: block;
  }
  .footer_access .photoarea, .footer_access .infoarea {
    width: 100%;
  }
  .footer_access .infoarea {
    margin-top: 35px;
  }
  .footer_access .btbox {
    flex-wrap: wrap;
  }
  .footer_access .more_btn {
    width: calc((100% - 8px) / 2);
  }
  .footer_nav .inner {
    display: block;
  }
  .footer_nav .logo {
    margin-bottom: 40px;
  }
  .footer_nav .navarea {
    display: block;
  }
  .footer_nav .navbox {
    flex-wrap: wrap;
    gap: 30px;
  }
 
  .footer_nav .sns_col {
    margin-top: 32px;
  }
  .footer_nav .copy {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .footer_access .sub_imgs {
    gap: 8px;
  }
  .footer_access .btbox {
    display: block;
  }
  .footer_access .more_btn {
    width: 100%;
  }
  .footer_access .more_btn + .more_btn {
    margin-top: 8px;
  }
 
  .footer_nav .nav_col {
    width: 100%;
  }
  .footer_nav .nav_col + .nav_col {
    margin-top: 24px;
  }
}
.footer_nav {
  position: relative;
  overflow: hidden;
  background-color: #eff1eb;
}

.footer_nav .inner {
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(45px, 7vw, 100px);
}

.footer_nav .logo {
  flex-shrink: 0;
  width: clamp(180px, 18vw, 250px);
}

.footer_nav .logo img {
  display: block;
  width: 100%;
}

.footer_nav .navarea {
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(42px, 5vw, 78px);
  flex: 1;
}

.footer_nav .navbox {
  align-items: flex-start;
  gap: clamp(42px, 5vw, 82px);
}

.footer_nav .nav_col {
  min-width: clamp(120px, 11vw, 160px);
}

.footer_nav .li + .li {
  margin-top: clamp(20px, 2vw, 28px);
}

.footer_nav .li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.footer_nav .li .jp {
  margin-bottom: 5px;
  color: #4a4745;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.footer_nav .li .en {
  color: #333;
  font-family: "Sen", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.footer_nav .sns_col {
  flex-shrink: 0;
}

.footer_nav .sns_title {
  margin-bottom: 14px;
  color: #333;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.footer_nav .sns_links {
  align-items: center;
  gap: 10px;
}

.footer_nav .sns_links a {
  display: block;
  width: 26px;
  transition: opacity 0.3s ease;
}

.footer_nav .sns_links img {
  display: block;
  width: 100%;
}

.footer_nav .copy {
  width: min(1280px, 90%);
  margin: clamp(36px, 4vw, 56px) auto 0;
  color: #4a4745;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.12em;
}

@media (hover: hover) {
  .footer_nav .li a:hover {
    opacity: 0.65;
  }

  .footer_nav .sns_links a:hover {
    opacity: 0.65;
  }
}

@media screen and (max-width: 900px) {
  .footer_nav .inner {
    display: block;
  }

  .footer_nav .logo {
    margin-bottom: 42px;
  }

  .footer_nav .navarea {
    display: block;
  }

  .footer_nav .navbox {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:20px;
  }

  .footer_nav .nav_col {
    min-width: 0;
  }

  .footer_nav .sns_col {
    margin-top: 36px;
  }

  .footer_nav .copy {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .footer_nav .navbox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .footer_nav .nav_col + .nav_col {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .footer_nav .logo {
    width: 190px;
    margin-bottom: 36px;
      margin-right:  auto;
       margin-left:  auto;
  }

  .footer_nav .navbox {
    grid-template-columns: 1fr;
    gap: 0;
      max-width: 300px;
      margin: 0 auto;
  }

  .footer_nav .nav_col + .nav_col {
    margin-top: 24px;
  }

  .footer_nav .li + .li {
    margin-top: 18px;
  }

  .footer_nav .sns_links a {
    width: 24px;
  }
}

.linebottom {
  position: relative;
}
.linebottom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1280px, 90%);
  height: 8px;
  background-image: url("https://hairsalon-retreat.com/system_panel/uploads/images/line1.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
.header_n, .header_n *, .menu-wrap, .menu-wrap * {
  box-sizing: border-box;
}
.header_n {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  padding-left: clamp(18px, 3vw, 42px);
  background: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  flex-wrap: nowrap;
}
.header_n .leftbox {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  height: 100%;
  gap: clamp(26px, 4vw, 70px);
  flex-wrap: nowrap;
}
.header_n .logo {
  flex-shrink: 0;
  width: clamp(108px, 9vw, 135px);
}
.header_n .logo a, .header_n .logo img {
  display: block;
}
.header_n .logo img {
  width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}
.header_n .head_nav, .header_n .head_menu {
  height: 100%;
}
.header_n .head_nav {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.header_n .head_menu .ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: clamp(18px, 2.8vw, 50px);
  flex-wrap: nowrap;
}
.header_n .head_menu .ul .li {
  height: 100%;
}
.header_n .head_menu .ul .li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.header_n .head_menu .ul .li .txtbox {
  text-align: center;
}
.header_n .head_menu .ul .li p {
  margin: 0;
  color: #333;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.header_n .head_menu .ul .li .jp {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.header_n .head_menu .ul .li .en {
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 500;
  letter-spacing: 0.16em;
}
.header_n .rightbox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  flex-wrap: nowrap;
}
.header_n .moreb {
  height: 100%;
}
.header_n .moreb a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: clamp(160px, 14vw, 178px);
  height: 100%;
  padding: 0 16px;
  background: #9ab9a7;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.35s ease;
}
.header_n .moreb .imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.header_n .moreb .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_n .moreb p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.header_n .menu-bt {
  position: relative;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.header_n .menu-bt .line {
  position: relative;
  width: 22px;
  height: 18px;
}
.header_n .menu-bt .line div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #777;
  transition: top 0.35s ease, bottom 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}
.header_n .menu-bt .line div:nth-of-type(1) {
  top: 0;
}
.header_n .menu-bt .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header_n .menu-bt .line div:nth-of-type(3) {
  bottom: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header_n .menu-bt.active .line div:nth-of-type(2) {
  opacity: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(248, 248, 246, 0.98);
}
.menu-wrap > .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: clamp(115px, 12vw, 155px) clamp(30px, 7vw, 100px) clamp(50px, 6vw, 80px);
  gap: clamp(45px, 6vw, 70px);
  overflow-y: auto;
}
.menu-wrap .menuwrap_menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  gap: clamp(32px, 5vw, 80px);
  flex-wrap: nowrap;
}
.menu-wrap .menuwrap_menu_box {
  flex: 1;
  min-width: 160px;
}
.menu-wrap .menuwrap_menu_box > .txtbox {
  padding-bottom: 13px;
  border-bottom: 1px solid #9ab9a7;
}
.menu-wrap .menuwrap_menu_box .menu_title {
  margin: 0;
  color: #333;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
  letter-spacing: 0.16em;
}
.menu-wrap .menuwrap_menu_box .ul {
  padding-top: 8px;
}
.menu-wrap .menuwrap_menu_box .ul .li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}
.menu-wrap .menuwrap_menu_box .ul .li a {
  display: block;
  padding: 14px 0;
  color: #333;
  text-decoration: none;
}
.menu-wrap .menuwrap_menu_box .ul .li p {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  transition: transform 0.35s ease, color 0.35s ease;
}
.menu-wrap .menuwrap_bt_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.menu-wrap .more_e2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.menu-wrap .more_e2 > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(340px, 100%);
  min-height: 68px;
  padding: 10px 30px;
  background: #9ab9a7;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.menu-wrap .more_e2 .reserve_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.menu-wrap .more_e2 .reserve_inner img {
  display: block;
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.menu-wrap .more_e2 .reserve_inner p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.menu-wrap .more_e2 > a > .line {
  position: absolute;
  width: 14px;
  height: 14px;
  transition: width 0.35s ease, height 0.35s ease;
}
.menu-wrap .more_e2 > a > .top_left {
  top: 0;
  left: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
.menu-wrap .more_e2 > a > .top_right {
  top: 0;
  right: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.menu-wrap .more_e2 > a > .bottom_left {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}
.menu-wrap .more_e2 > a > .bottom_right {
  right: 0;
  bottom: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media (hover: hover) {
  .header_n .head_menu .ul .li a:hover p {
    transform: translateY(-2px);
    opacity: 0.7;
  }
  .header_n .moreb a:hover {
    background: #89aa97;
  }
  .menu-wrap .menuwrap_menu_box .ul .li a:hover p {
    color: #799b88;
    transform: translateX(5px);
  }
}
@media screen and (max-width: 1080px) {
  .header_n .head_menu .ul {
    gap: clamp(14px, 2vw, 28px);
  }
  .header_n .head_menu .ul .li .jp {
    font-size: 10px;
  }
  .header_n .head_menu .ul .li .en {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .header_n .head_nav {
    display: none;
  }
  .header_n .leftbox {
    gap: 0;
  }
  .menu-wrap .menuwrap_menu {
    gap: clamp(25px, 4vw, 45px);
  }
}
@media screen and (max-width: 768px) {
  .header_n {
    height: 58px;
    padding-left: 20px;
  }
  .header_n .logo {
    width: 105px;
  }
  .header_n .moreb a {
    width: 150px;
  }
  .header_n .menu-bt {
    width: 54px;
  }
  .menu-wrap > .flex {
    justify-content: flex-start;
    padding: 95px 25px 45px;
  }
  .menu-wrap .menuwrap_menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 30px;
  }
  .menu-wrap .menuwrap_menu_box {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 576px) {
  .header_n {
    height: 56px;
    padding-left: 16px;
  }
  .header_n .logo {
    width: 100px;
  }
  .header_n .moreb a {
    width: 138px;
    padding: 0 10px;
  }
  .header_n .moreb p {
    font-size: 11px;
  }
  .header_n .menu-bt {
    width: 52px;
  }
  .menu-wrap > .flex {
    padding: 85px 20px 35px;
    gap: 40px;
  }
  .menu-wrap .menuwrap_menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .menu-wrap .menuwrap_menu_box .menu_title {
    font-size: 18px;
  }
  .menu-wrap .menuwrap_menu_box .ul .li a {
    padding: 12px 0;
  }
  .menu-wrap .more_e2 > a {
    width: 100%;
    min-height: 60px;
  }
}
.main-wrap {
  overflow: hidden;
}
.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: #404040;
}
.color2 {
  color: rgba(51, 51, 51, 0.7);
}
.color3 {
  color: #aac299;
}
.bg1 {
  position: relative;
	/*
  background: url("https://hairsalon-retreat.com/system_panel/uploads/images/right1.png") right top / max(42%, 400px) auto no-repeat;
	*/
  overflow: hidden;
}
.bg2 {
  position: relative;
	/*
  background: url("https://hairsalon-retreat.com/system_panel/uploads/images/left1.png") left top / max(42%, 400px) auto no-repeat;
	*/
  overflow: hidden;
}
.bg3 {
  background: #f3efe4;
}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.fontsen{
  font-family:"Sen", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fontnoto {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fontco {
  font-family: "Cormorant", "Zen Old Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.entitle0, .entitle1, .entitle2, .entitle3, .entitle4 {
  font-family: "Cormorant", "Zen Old Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
}
.entitle0 {
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.18em;
}
.entitle1 {
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.12em;
}
.entitle2 {
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1em;
}
.entitle3 {
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1em;
}
.entitle4 {
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1em;
}
.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(26px, 3vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2, .default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.title_e2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.title_e2 > .imgbox {
  width: clamp(30px, 3vw, 42px);
  margin-bottom: clamp(10px, 1.4vw, 18px);
}
.title_e2 > .imgbox img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.title_e2 > .txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 1vw, 14px);
}
.title_e2 > .txtbox p {
  margin: 0;
  line-height: 1;
}
.title_e2 > .txtbox .entitle1 {
  line-height: 1;
}
.title_e2 > .txtbox .default_txt2 {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-weight: 400;
}
.img_e2 {
  width: 100%;
}
.img_e2 > .imgbox {
  --frame-space: clamp(10px, 2.5vw, 20px);
  --deco-size: clamp(100px, 19%, 130px);
  position: relative;
  width: 100%;
  padding: var(--frame-space);
  box-sizing: border-box;
}
.img_e2 > .imgbox .main_img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}
.img_e2 > .imgbox::before, .img_e2 > .imgbox::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: var(--deco-size);
  aspect-ratio: 1 / 1;
  background: url("https://hairsalon-retreat.com/system_panel/uploads/images/imgdeco.png") center / contain no-repeat;
  pointer-events: none;
}
.img_e2 > .imgbox::before {
  top: 0;
  left: 0;
}
.img_e2 > .imgbox::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .img_e2 > .imgbox {
    --frame-space: clamp(14px, 2.8vw, 24px);
    --deco-size: clamp(78px, 19%, 125px);
  }
}
@media screen and (max-width: 576px) {
  .img_e2 > .imgbox {
    --frame-space: 12px;
    --deco-size: clamp(60px, 19%, 90px);
  }
}
.more_e2 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: clamp(58px, 7vw, 68px);
  background: #9AB9A7;
  color: #fff;
}
.more_e2 a p {
  color: #fff;
  letter-spacing: .08em;
  font-weight: 400;
}
.more_e2 a .line {
  position: absolute;
  width: 14px;
  height: 14px;
  transition: .3s ease;
}
.more_e2 a .top_left {
  left: 0;
  top: 0;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
}
.more_e2 a .top_right {
  right: 0;
  top: 0;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}
.more_e2 a .bottom_left {
  left: 0;
  bottom: 0;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.more_e2 a .bottom_right {
  right: 0;
  bottom: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.more_e2 a:hover .line {
  width: 0px;
  height: 0px;
}
.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", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fffffe;
  color: #404040;
}
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;
  transition: opacity .3s ease;
}
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) {}