@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.menu_anchor {
  padding-top: clamp(70px, 8vw, 100px);
}

.menu_anchor .anchor_wrap {
  max-width: 1280px;
  margin: 0 auto;
  gap: clamp(18px, 3vw, 34px);
  justify-content: center;
}

.menu_anchor .anchor_wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 9px;
  color: #4A4745;
  text-decoration: none;
  transition: .3s;
}

.menu_anchor .anchor_wrap a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #9A836C;
}

.menu_anchor .anchor_wrap a p {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.4vw, 17px);
  letter-spacing: .14em;
  line-height: 1;
  color: #4A4745;
}

.menu_anchor .anchor_wrap a img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  transition: .3s;
}

.menu_anchor .anchor_wrap a:hover {
  transform: translateY(4px);
}

.menu_anchor .anchor_wrap a:hover img {
  transform: translateY(2px);
}

@media screen and (max-width: 768px) {
  .menu_anchor .anchor_wrap {
    justify-content: flex-start;
    gap: 18px 26px;
  }
}

@media screen and (max-width: 576px) {
  .menu_anchor {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .menu_anchor .anchor_wrap {
    gap: 16px 22px;
  }

  .menu_anchor .anchor_wrap a p {
    font-size: 14px;
  }

  .menu_anchor .anchor_wrap a img {
    width: 14px;
    height: 14px;
  }
}

.pagetitle {
  position: relative;
  height: clamp(340px, 34vw, 520px);
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  padding-top: clamp(70px, 7vw, 100px);
  padding-bottom: clamp(40px, 5vw, 70px);
}

body:not(.gjs-dashed) .pagetitle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(74, 71, 69, .38);
  mix-blend-mode: multiply;
}

.pagetitle > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.pagetitle .txtbox {
  position: absolute;
  left: clamp(30px, 6vw, 80px);
  bottom: clamp(36px, 5vw, 64px);
  z-index: 3;
  padding-top: 0;
}

.pagetitle h1 {
  line-height: 1;
  letter-spacing: .12em;
  color: #fff;
  margin-bottom: 14px;
}

.pagetitle p {
  letter-spacing: .12em;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .pagetitle {
    height: 240px;
  }

  .pagetitle .txtbox {
    left: 24px;
    bottom: 34px;
  }
}

.section07 .reserve_wrap {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  min-height: clamp(430px, 46vw, 570px);
  display: flex;
  align-items: center;
}

.section07 .side_title {
  position: absolute;
  left: -20px;
  top: 40%;
  transform: translate(-42%, -50%) rotate(90deg);
  line-height: 1;
  z-index: 2;
}

.section07 .imgbox {
  width: 78%;
  aspect-ratio: 1.72 / 1;
  overflow: hidden;
  border-radius: 14px;
}

.section07 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section07 .reserve_box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(46%, 520px);
  padding:
    clamp(34px, 4vw, 58px)
    clamp(26px, 4vw, 50px);
  background: rgba(255, 255, 255, .95);
  border-radius: 18px;
  text-align: center;
  z-index: 3;
}

.section07 .reserve_box .icon {
  width: 20px;
  margin: 0 auto 14px;
}

.section07 .reserve_box .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.section07 .reserve_box h2 {
  font-weight: 500;
  letter-spacing: .08em;
}

.section07 .reserve_box > p {
  margin-top: 18px;
  letter-spacing: .08em;
}

.section07 .btn_wrap {
  justify-content: center;
  gap: 12px;
}

.section07 .more_btn a {
  min-width: 170px;
  height: 46px;
}

.section07 .more_btn p {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .section07 .reserve_wrap {
    flex-direction: column;
    min-height: auto;
    gap: 24px;
  }
  .section07 .side_title {

    top: 22%;
  }



  .section07 .imgbox {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .section07 .reserve_box {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: calc(100% - 40px);
    margin-top: -80px;
  }
}

@media screen and (max-width: 576px) {
  .section07 .reserve_box {
    width: calc(100% - 20px);
    margin-top: -50px;
    padding: 30px 20px;
    border-radius: 14px;
  }

  .section07 .btn_wrap {
    flex-direction: column;
    gap: 12px;
  }

  .section07 .more_btn,
  .section07 .more_btn a {
    width: 100%;
  }

  .section07 .more_btn a {
    min-width: auto;
  }

  .section07 .reserve_box > p br {
    display: none;
  }
}
.section08{
    
}
.section08 .salon_wrap {
  width: 100%;
   
}

.section08 .titlebox h2 {
  line-height: 1;
}

.section08 .mapbox {
  width: 100%;
  height: clamp(300px, 42vw, 540px);
  overflow: hidden;
}

.section08 .mapbox iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.section08 .info_wrap1{
         background: #EAE6E4;
}
.section08 .info_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: clamp(50px, 6vw, 80px);
 
  align-items: flex-start;
  gap: clamp(30px, 5vw, 70px);
    flex-wrap: nowrap;

}

.section08 .info_block h3 {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1;
}

.section08 .access_block {
  width: 46%;
 
}

.section08 .time_block {
  width: 27%;
}

.section08 .btn_block {
  width: 20%;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  padding-top: clamp(10px, 2vw, 24px);
}

.section08 .btn_block .more_btn,
.section08 .btn_block .more_btn a {
  width: 100%;
}

.section08 .btn_block .more_btn a {
  min-width: auto;
  height: 48px;
}

.section08 .btn_block .more_btn p {
  font-size: 13px;
}
@media screen and (max-width: 1080px) {
  .section08 .info_wrap {
    flex-wrap: wrap;
    gap: 40px 30px;
  }

  .section08 .access_block {
    width: calc(60% - 15px);
  }

  .section08 .time_block {
    width: calc(40% - 15px);
  }

  .section08 .btn_block {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding-top: 0;
  }

  .section08 .btn_block .more_btn {
    width: min(100%, 240px);
  }
}
@media screen and (max-width: 768px) {
  .section08 .info_wrap {
    flex-direction: column;
  }

  .section08 .access_block,
  .section08 .time_block,
  .section08 .btn_block {
    width: 100%;
  }

  .section08 .titlebox {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .section08 .mapbox {
    height: 320px;
  }

  .section08 .btn_block {
    gap: 12px;
  }
}
.footer {
  background: #4A4745;
  padding:
    clamp(70px, 8vw, 100px)
    clamp(20px, 5vw, 80px)
    24px;
}

.footer_inner {
  max-width: 1280px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(50px, 8vw, 120px);
}

.footer_logo {
  width: clamp(190px, 18vw, 250px);
}

.footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer_nav {
  width: min(48%, 520px);
}

.footer_nav .ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:24px clamp(32px, 4vw, 60px);
}

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

.footer_nav .li p {
  color: #fff;
  font-family: "Lato", sans-serif;
  letter-spacing: .16em;
  line-height: 1;
  white-space: nowrap;
  transition: .3s;
}

.footer_nav .li a:hover p {
  opacity: .65;
}

.footer .copy {
  max-width: 1280px;
  margin: clamp(70px, 9vw, 110px) auto 0;
  color: rgba(255, 255, 255, .72);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  text-align: right;
}

@media screen and (max-width:1080px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer_nav {
    width: 100%;
  }

  .footer_nav .ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
  }

  .footer .copy {
    text-align: center;
    margin-top: 60px;
  }
}




.more_btn {
  display: flex;
  justify-content: center;
}

.more_btn a {
    padding-left: 20px;
    padding-right:  20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 54px;
  border: 1px solid #9A836C;
  border-radius: 999px;
  transition: .3s;
}

.more_btn p {
  color: #9A836C;
  letter-spacing: .15em;
  font-family: "Lato", sans-serif;
}

.more_btn a:hover {
  background: #9A836C;
}

.more_btn a:hover p {
  color: #fff;
}
.header_n {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 clamp(22px, 3vw, 34px) ;
  justify-content: space-between;
  z-index: 99;
  flex-wrap: nowrap;
  align-items: center;
  isolation: isolate;
}
.header_n::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(241, 241, 241, 0.86);
  border-bottom: 1px solid rgba(80, 60, 45, 0.12);
  z-index: -1;
}
.header_n .logo {
  width: clamp(155px, 15vw, 205px);
  line-height: 0;
    padding: 20px 0px 0px;
}
.header_n .logo a,
.header_n .logo img {
  display: block;
  width: 100%;
}
.header_n .rightbox {
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(18px, 2.4vw, 34px);
}
.header_n .head_nav {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu {
  display: block;
}
.header_n .head_nav .head_menu .ul {
  gap: clamp(16px, 2vw, 30px);
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu .ul .li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  text-decoration: none;
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu .ul .li a p.en,
.header_n .morebox p {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #222;
  line-height: 1;
  white-space: nowrap;
  transition: .3s ease;
}
.header_n .head_nav .head_menu .ul .li a:hover p.en {
  transform: translateY(-3px);
  opacity: .75;
}
.header_n .head_nav .head_menu .ul .li a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #957C5B;
  transform: translateX(-50%);
  transition: .3s ease;
}
.header_n .head_nav .head_menu .ul .li a:hover::after {
  width: 70%;
}
.header_n .menu-bt {
  text-align: center;
  cursor: pointer;
  position: relative;
  line-height: 0;
}
.header_n .menu-bt .line {
  position: relative;
  width: 21px;
  height: 21px;
}
.header_n .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #222;
  transition: ease 0.3s;
}
.header_n .menu-bt .line div:nth-of-type(1) {
  top: 2px;
}
.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: 2px;
}
.header_n .menu-bt.active .line div:nth-of-type(1) {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_n .menu-bt.active .line div:nth-of-type(2) {
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(3) {
  width: 90%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(132px, 12vw, 160px);
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #A58E74;
  text-decoration: none;
  transition: .3s ease;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.more p {
  margin: 0;
  font-size: clamp(12px, 1vw, 13px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #957C5B;
  white-space: nowrap;
}
.more.more2 a {
  border-color: #A58E74;
  background: #A58E74;
}
.more.more2 p {
  color: #fff;
}
.more.more2 a:hover {
  background: #fff;
}
.more.more2 a:hover p {
  color: #A58E74;
}
.more.more3 a {
  border-color: #fff;
}
.more.more3 p {
  color: #fff;
}
.more.more3 a:hover {
  background: #fff;
}
.more.more3 a:hover p {
  color: #957C5B;
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(147, 120, 86, 0.88);
  z-index: 98;
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: clamp(95px, 12vw, 130px) 20px clamp(40px, 6vw, 70px);
}
.menu-wrap .menuwarap_box {
  gap: clamp(34px, 5vw, 60px);
  width: 90%;
  max-width: 1000px;
}
.menu-wrap .ul {
  justify-content: center;
  align-items: stretch;
  gap: clamp(14px, 2.5vw, 28px) 10px;
}
.menu-wrap .ul .li {
  width: calc((100% - 20px) / 3);
}
.menu-wrap .ul .li a {
  position: relative;
  display: block;
  height: 100%;
  padding: clamp(12px, 1.8vw, 18px) clamp(24px, 3vw, 34px);
  background-color: rgba(0, 0, 0, 0.48);
  text-decoration: none;
  transition: .3s ease;
}
.menu-wrap .ul .li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 9px;
  background-image: url("https://rebbon-fairy.com/system_panel/uploads/images/arrow1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  transition: ease 0.3s;
  z-index: 2;
}
.menu-wrap .ul .li a:hover {
  background-color: rgba(0, 0, 0, 0.62);
}
.menu-wrap .ul .li a:hover::after {
  transform: translateY(-50%) translateX(3px);
}
.menu-wrap .ul .li p {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
}
.menu-wrap .ul .li p.en {
  font-size: clamp(15px, 1.8vw, 19px);
  letter-spacing: 0.12em;
}
.menu-wrap .ul .li p.jp {
  margin-top: 6px;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.08em;
}
.menu-wrap .morebox {
  justify-content: center;
  gap: 14px 24px;
}
.menu-wrap .morebox a {
  width: 260px;
}
.menu-wrap .snsbox {
  justify-content: center;
  gap: 20px 30px;
}
.snsbox a i {
  font-size: 30px;
  color: #fff;
  transition: .3s ease;
}
.snsbox a .fa-line {
  font-size: 35px;
}
.snsbox a:hover {
  opacity: .7;
}
.right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .header_n .head_nav .head_menu {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {


  .menu-wrap .ul .li {
    width: calc((100% - 10px) / 2);
  }
  .menu-wrap .ul {
    gap: 14px 10px;
  }
}
@media screen and (max-width: 576px) {

  .header_n .logo {
    width: clamp(135px, 42vw, 165px);
      padding: 16px 0px 0px;
  }
  .header_n .rightbox {
    gap: 18px;
  }
  .menu-wrap > div {
    align-items: flex-start;
    padding: 82px 18px 30px;
  }
  .menu-wrap .menuwarap_box {
    gap: 28px;
    width: 100%;
    padding: 0;
  }
  .menu-wrap .ul .li {
    width: 100%;
  }
  .menu-wrap .ul .li a {
    padding: 12px 34px 12px 16px;
  }
  .menu-wrap .ul .li a::after {
    right: 14px;
    width: 6px;
    height: 8px;
  }
  .menu-wrap .ul .li p {
    text-align: left;
  }
  .menu-wrap .morebox {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .menu-wrap .morebox a {
    width: 240px;
  }
}

.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: #9A836C;
}
.color2 {
  color: #C6B7A7;
}
.color3 {
  color: #4A4745;
}
.bg1{
    background: #E7DED1;}
.bg2{

}
.bg3{
 
}


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


.fontlato{
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.entitle0 {
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: .18em;

}
.entitle1 {
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: .18em;
}
.entitle2 {
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: .13em;
}
.entitle3 {
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: .14em;
}
.entitle4{
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: .13em;
}

.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(15px, 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", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	 background: #EFECEA;
	color: #333;
}

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){
}
