.web_font1,
.ttl_style span,
.ttl_style_mini span,
.ttl_style_mini2 span,
.big_tab_style li,
.page_in_link_nav_style li .num {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.web_font2,
#Staff_area dl dd .acc_btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.web_font3,
.all_number_style span {
  font-family: "Roboto", sans-serif;
}
.border {
  border-bottom: 1px dashed #cdcdd2;
}
.border2 {
  border-bottom: 1px dashed #03071f;
}
.border3,
.table_style > li {
  border-bottom: 1px solid #cdcdd2;
}
.border4 {
  border-bottom: 1px solid #03071f;
}
.border5,
.table_big_style > li {
  border-bottom: 2px solid #03071f;
}
.bg_dot,
#Bnr_area .bnr_box li,
#Furisode_area .cat_list_wrap .list,
#Hakama_area .cat_list_wrap .list,
#Gallery_area {
  background: url("../common/images/bg_dot.png") left top repeat;
  background-size: 10px 10px;
}
@media screen and (min-width: 1px) {
  .bg_dot,
  #Bnr_area .bnr_box li,
  #Furisode_area .cat_list_wrap .list,
  #Hakama_area .cat_list_wrap .list,
  #Gallery_area {
    background: url("../common/images/bg_dot.png") left top repeat;
    background-size: 5px 5px;
  }
}
.border_box_style {
  position: relative;
}
.border_box_style:before {
  display: block;
  content: "";
  width: 1000px;
  height: 2px;
  background: #03071f;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -500px;
}
@media screen and (min-width: 1px) {
  .border_box_style:before {
    width: calc(100% - 10.6%);
    left: 5.3%;
    margin-left: 0;
  }
}
.btn {
  width: 310px;
  height: 60px;
  border-radius: 100px;
  background: #03071f;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  -webkit-transition: all 0.15s 0s ease-in-out;
  transition: all 0.15s 0s ease-in-out;
  opacity: 0.6;
}
.btn.gray {
  background: #eeeeee;
}
.btn.gray a {
  color: #03071f;
}
.btn.gray a:before {
  background: url("../common/images/btn_arrow_b.png") left top no-repeat;
  background-size: 10px 14px;
}
.btn.mini {
  height: 40px;
  font-size: 1.3rem;
}
.btn.mini a:before {
  display: none;
}
.btn.big {
  height: 70px;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.5;
  text-align: center;
}
.btn.gost {
  border: 2px solid #03071f;
  background: #fff;
}
.btn.gost a {
  color: #03071f;
}
.btn.gost a:before {
  background: url("../common/images/btn_arrow_b.png") left top no-repeat;
  background-size: 10px 14px;
}
.btn img {
  margin-right: 10px;
}
.btn.reserve img {
  width: 20px;
  height: auto;
}
.btn.tel img {
  width: 15px;
  height: auto;
}
.btn.line img {
  width: 19px;
  height: auto;
}
.btn.mail img {
  width: 19px;
  height: auto;
}
.btn.window img {
  width: 15px;
  height: auto;
}
.btn.left {
  margin: 0;
}
.btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.btn a:before {
  display: block;
  content: "";
  width: 10px;
  height: 14px;
  background: url("../common/images/btn_arrow_w.png") left top no-repeat;
  background-size: 10px 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
.btn.web_font2,
#Staff_area dl dd .btn.acc_btn {
  letter-spacing: 0.2em;
  font-weight: 600;
}
.btn_nowrap {
  font-size: 1.3rem;
}
.btn_nowrap a {
  position: relative;
  padding-left: 30px;
}
.btn_nowrap a:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../common/images/btn_arrow_cercle.png") left top no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
@media screen and (min-width: 1px) {
  .btn {
    width: 280px;
    height: 55px;
    font-size: 1.3rem;
  }
  .btn.gray a {
    color: #03071f;
  }
  .btn.gray a:before {
    background: url("../common/images/btn_arrow_b.png") left top no-repeat;
    background-size: 10px 14px;
  }
  .btn.gost {
    border: 2px solid #03071f;
    background: #fff;
  }
  .btn.gost a {
    color: #03071f;
  }
  .btn.gost a:before {
    background: url("../common/images/btn_arrow_b.png") left top no-repeat;
    background-size: 10px 14px;
  }
  .btn img {
    margin-right: 10px;
  }
  .btn.reserve img {
    width: 20px;
    height: auto;
  }
  .btn.tel img {
    width: 15px;
    height: auto;
  }
  .btn.line img {
    width: 17px;
    height: auto;
  }
  .btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn a:before {
    width: 9px;
    height: 12px;
    background: url("../common/images/btn_arrow_w.png") left top no-repeat;
    background-size: 9px 12px;
    right: 15px;
    margin-top: -6px;
  }
  .btn.web_font2,
  #Staff_area dl dd .btn.acc_btn {
    letter-spacing: 0.2em;
    font-size: 1.2rem;
  }
}
.ttl_style {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 60px;
  margin-bottom: 90px;
}
.ttl_style:before {
  display: block;
  content: "";
  width: 28px;
  height: 5px;
  background: url("../common/images/bg_ttl_line.png") left top no-repeat;
  background-size: 28px 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
}
.ttl_style span {
  font-size: 4.2rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-top: 15px;
  letter-spacing: 0.12em;
}
.ttl_style_mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.ttl_style_mini span {
  font-size: 3rem;
  margin-right: 20px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.ttl_style_mini2 {
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ttl_style_mini2 span {
  font-size: 2.3rem;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-right: 15px;
}
.ttl_style_line {
  border-left: 5px solid #f64077;
  padding-left: 20px;
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 35px;
}
@media screen and (min-width: 1px) {
  .ttl_style {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }
  .ttl_style:before {
    width: 21px;
    height: 4px;
    background: url("../common/images/bg_ttl_line.png") left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    margin-left: -10px;
  }
  .ttl_style span {
    font-size: 2.6rem;
    margin-top: 12px;
  }
  .ttl_style_mini {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .ttl_style_mini span {
    font-size: 2.3rem;
    margin-right: 10px;
  }
  .ttl_style_mini2 span {
    font-size: 1.7rem;
    letter-spacing: 0.22em;
    line-height: 1;
  }
  .ttl_style_line {
    border-left: 4px solid #f64077;
    padding-left: 10px;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.out_wrap {
  width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.swiper-container-type01,
.swiper-container-type02,
.swiper-container-type03,
.swiper-container-shop,
._swiper-container-feature {
  overflow: hidden;
}
.slide_list_style.no_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.slide_list_style.no_slider:after {
  display: block;
  content: "";
  width: 262px;
}
.slide_list_style.no_slider:before {
  content: "";
  display: block;
  width: 262px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.slide_list_style.no_slider .list {
  width: 262px;
  margin-bottom: 50px;
}
.slide_list_style.no_slider .list:nth-of-type(4n) .img:before,
.slide_list_style.no_slider .list:last-child .img:before {
  display: none;
}
.slide_list_style.no_slider .list .img {
  position: relative;
}
.slide_list_style.no_slider .list .img:before {
  width: 33px;
  height: 3px;
  background: url("../common/images/kazari_line_big.png") top no-repeat;
  background-size: 33px 3px;
  right: -43px;
  margin-top: -2px;
}
.slide_list_style.no_slider .list .txt {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 15px;
}
.slide_list_style .list {
  position: relative;
  font-size: 1.4rem;
}
.slide_list_style .list > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.slide_list_style .list .img {
  position: relative;
}
.slide_list_style .list .img img {
  width: 100%;
  height: auto;
}
.slide_list_style .list .img:before {
  display: block;
  content: "";
  width: 19px;
  height: 4px;
  background: url("../common/images/kazari_line.png") top no-repeat;
  background-size: 19px 2px;
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -2px;
}
.slide_list_style .list img {
  width: 100%;
  height: auto;
}
.slide_list_style .list .txt {
  margin-top: 8px;
}
@media screen and (min-width: 1px) {
  .out_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 5.3%;
  }
  .slide_list_style.no_slider:after {
    display: none;
  }
  .slide_list_style.no_slider:before {
    display: none;
  }
  .slide_list_style.no_slider .list {
    width: 47%;
    margin-bottom: 35px;
  }
  .slide_list_style.no_slider .list:nth-of-type(2n) .img:before,
  .slide_list_style.no_slider .list:last-child .img:before {
    display: none;
  }
  .slide_list_style.no_slider .list .img:before {
    width: 16px;
    height: 2px;
    background: url("../common/images/kazari_line.png") top no-repeat;
    background-size: 16px 2px;
    top: 50%;
    right: -18px;
    margin-top: -1px;
  }
  .slide_list_style.no_slider .list .txt {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-top: 10px;
  }
  .slide_list_style.mini .list .img {
    width: 100%;
  }
  .slide_list_style.mini .list .img:before {
    width: 11px;
    height: 2px;
    background: url("../common/images/kazari_line_mini.png") top no-repeat;
    background-size: 11px 2px;
    right: -15px;
  }
  .slide_list_style .list {
    position: relative;
    font-size: 1.1rem;
  }
  .slide_list_style .list .img:before {
    width: 16px;
    height: 2px;
    background: url("../common/images/kazari_line.png") top no-repeat;
    background-size: 16px 2px;
    top: 50%;
    right: -18px;
    margin-top: -1px;
  }
}
.icon_favorite {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 30;
  display: block;
}
.icon_favorite.on:before {
  background: url("../common/images/icon_favorite.png") left top no-repeat;
  background-size: 32px 32px;
}
.icon_favorite:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../common/images/icon_favorite_w.png") left top no-repeat;
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}
.swiper-pagination {
  bottom: -60px !important;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100px;
  background: #03071f;
  opacity: 1;
  margin: 0 11px !important;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f64077;
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f64077;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 100px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 46px;
  height: 46px;
  margin-top: -23px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-button-prev:after {
  background: url("../common/images/btn_slide_left.png") left top no-repeat;
  background-size: 46px 46px;
}
.swiper-button-next:after {
  background: url("../common/images/btn_slide_right.png") left top no-repeat;
  background-size: 46px 46px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -23px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -23px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.15;
}
@media screen and (min-width: 1px) {
  .icon_favorite {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    z-index: 30;
  }
  .icon_favorite.on:before {
    background: url("../common/images/icon_favorite.png") left top no-repeat;
    background-size: 25px 25px;
  }
  .icon_favorite:before {
    width: 25px;
    height: 25px;
    background: url("../common/images/icon_favorite_w.png") left top no-repeat;
    background-size: 25px 25px;
  }
  .swiper-pagination {
    bottom: -50px !important;
  }
  .swiper-pagination-bullet {
    margin: 0 9px !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    height: 27px;
    margin-top: 0;
    top: auto;
    bottom: -52px;
  }
  .swiper-button-prev:after {
    background: url("../common/images/btn_slide_left.png") left top no-repeat;
    background-size: 27px 27px;
  }
  .swiper-button-next:after {
    background: url("../common/images/btn_slide_right.png") left top no-repeat;
    background-size: 27px 27px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 5.3%;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 5.3%;
  }
}
.blog_list_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_list_style:after {
  content: "";
  width: 300px;
  display: block;
}
.blog_list_style > li {
  position: relative;
  width: 300px;
  margin-bottom: 50px;
}
.blog_list_style > li:hover {
  opacity: 0.6;
  -webkit-transition: all 0.15s 0s ease-in-out;
  transition: all 0.15s 0s ease-in-out;
}
.blog_list_style > li > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.blog_list_style > li dl dt {
  margin-bottom: 20px;
  background: #f6f3f4;
  display: block;
  overflow: hidden;
}
.blog_list_style > li dl dt img {
  width: 300px;
  height: 200px;
}
.blog_list_style > li dl dt img.object-fit-img {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
  font-family: "object-fit: scale-down;";
}
@media all and (-ms-high-contrast: none) {
  .blog_list_style > li dl dt {
    height: 200px;
  }
  .blog_list_style > li dl dt img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 200px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.blog_list_style > li dl dd .sub_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
}
.blog_list_style > li dl dd .sub_txt .day {
  font-size: 1.2rem;
}
.blog_list_style > li dl dd .txt {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
}
@media screen and (min-width: 1px) {
  .blog_list_style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog_list_style:after {
    display: none;
  }
  .blog_list_style > li {
    width: 48%;
    margin-bottom: 30px;
  }
  .blog_list_style > li dl dt {
    margin-bottom: 10px;
  }
  .blog_list_style > li dl dt img {
    height: 107px;
    width: 100%;
    max-width: 100%;
  }
  .blog_list_style > li dl dd .sub_txt {
    margin-bottom: 10px;
  }
  .blog_list_style > li dl dd .sub_txt .day {
    font-size: 1.1rem;
  }
  .blog_list_style > li dl dd .txt {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.shop_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop_list_area:after {
  content: "";
  width: 310px;
  display: block;
}
.shop_list_area > li {
  width: 140px;
}
.shop_list_area > li:nth-of-type(1) .shop_link_area dl {
  background: #ffbbc4;
}
.shop_list_area > li:nth-of-type(2) .shop_link_area dl {
  background: #ddcbfe;
}
.shop_list_area > li:nth-of-type(3) .shop_link_area dl {
  background: #b1fffc;
}
.shop_list_area > li:nth-of-type(4) .shop_link_area dl {
  background: #b1ffed;
}
.shop_list_area > li:nth-of-type(5) .shop_link_area dl {
  background: #fdf68e;
}
.shop_list_area > li:nth-of-type(6) .shop_link_area dl {
  background: #fff;
}
.shop_list_area > li .shop_link_area {
  position: relative;
}
.shop_list_area > li .shop_link_area:hover {
  opacity: 0.6;
  -webkit-transition: all 0.15s 0s ease-in-out;
  transition: all 0.15s 0s ease-in-out;
}
.shop_list_area > li .shop_link_area a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.shop_list_area > li .shop_link_area a:before {
  display: block;
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../common/images/btn_arrow_cercle.png") left top no-repeat;
  background-size: 20px 20px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.shop_list_area > li .shop_link_area dl dt img {
  width: 100%;
  height: auto;
}
.shop_list_area > li .shop_link_area dl dd.pc {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 0 10px;
}
.shop_list_area > li .shop_link_area dl dd.pc p {
  padding: 4px 12px;
  font-size: 1rem;
  color: #fff;
  background: #03071f;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.15em;
}
.shop_list_area > li .shop_link_area dl dd.pc h3 {
  margin-top: 2px;
  line-height: 1;
  font-size: 1.4rem;
}
.shop_list_area > li .shop_cv_area {
  margin-top: 20px;
}
.shop_list_area > li .shop_cv_area li {
  width: 100%;
}
.shop_list_area > li .shop_cv_area li:first-child {
  margin-bottom: 10px;
}
.shop_list_area > li .shop_cv_area .btn {
  width: 100%;
}
@media screen and (min-width: 1px) {
  .shop_list_area {
    display: block;
  }
  .shop_list_area:after {
    display: none;
  }
  .shop_list_area > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .shop_list_area > li .acc_box {
    background: url("../common/images/bg_dot.png") left top repeat !important;
    background-size: 5px 5px !important;
    position: relative;
  }
  .shop_list_area > li .acc_box:before {
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background: url("../common/images/bg_dot.png") left top repeat !important;
    background-size: 5px 5px !important;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
  }
  .shop_list_area > li:nth-of-type(1) .sp_btn_area dl {
    background: #ffbbc4;
  }

  .shop_list_area > li:nth-of-type(2) .sp_btn_area dl {
    background: #ddcbfe;
  }

  .shop_list_area > li:nth-of-type(3) .sp_btn_area dl {
    background: #b1fffc;
  }

  .shop_list_area > li:nth-of-type(4) .sp_btn_area dl {
    background: #b1ffed;
  }

  .shop_list_area > li:nth-of-type(5) .sp_btn_area dl {
    background: #fbedbb;
  }

  .shop_list_area > li:nth-of-type(6) .sp_btn_area dl {
    background: #fdf68e;
  }

  .shop_list_area > li:nth-of-type(7) .sp_btn_area dl {
    background: #fbd2bb;
  }

  .shop_list_area > li:nth-of-type(8) .sp_btn_area dl {
    background: #fff;
    border: 2px solid #03071f;
    position: relative;
  }

  .shop_list_area > li:nth-of-type(8) .shop_link_area dl {
    background: #fff;
  }
  .shop_list_area > li .sp_btn_area {
    position: relative;
  }
  .shop_list_area > li .sp_btn_area > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .shop_list_area > li .sp_btn_area dl {
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 100%;
  }
  .shop_list_area > li .sp_btn_area dl dt {
    margin-left: 10px;
  }
  .shop_list_area > li .sp_btn_area dl dd {
    margin-left: 20px;
  }
  .shop_list_area > li .sp_btn_area dl dd p {
    padding: 4px 12px;
    font-size: 1rem;
    color: #fff;
    background: #03071f;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
  }
  .shop_list_area > li .sp_btn_area dl dd h3 {
    line-height: 1.4rem;
  }
  .shop_list_area > li .shop_link_area {
    position: relative;
    padding-top: 15px;
  }
  .shop_list_area > li .shop_link_area a:before {
    display: none;
  }
  .shop_list_area > li .shop_link_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: none !important;
  }
  .shop_list_area > li .shop_link_area dl dt {
    width: 48%;
  }
  .shop_list_area > li .shop_link_area dl dd.sp {
    width: 48%;
    position: relative;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 25px;
  }
  .shop_list_area > li .shop_link_area dl dd.sp:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../common/images/btn_arrow_cercle.png") left top no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
  }
  .shop_list_area > li .shop_link_area dl dd.sp p {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.3;
  }
  .shop_list_area > li .shop_link_area dl dd.sp h3 {
    margin-top: 2px;
    line-height: 1;
    font-size: 1.2rem;
  }
  .shop_list_area > li .shop_cv_area {
    margin-top: 15px;
    padding: 0 5.3% 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shop_list_area > li .shop_cv_area li {
    width: 48%;
  }
  .shop_list_area > li .shop_cv_area li:first-child {
    margin-bottom: 0;
  }
  .shop_list_area > li .shop_cv_area .btn {
    width: 100%;
  }
}
.table_style {
  line-height: 1.5;
}
.table_style.first_on {
  border-top: 1px solid #cdcdd2;
}
.table_style.last_off > li:last-child {
  border: none;
}
.table_style > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.table_style > li > dl.al_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.table_style > li > dl > dt {
  width: 20%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table_style > li > dl > dd {
  width: 80%;
}
.table_big_style {
  line-height: 1.5;
}
.table_big_style.top_border {
  border-top: 2px solid #03071f;
}
.table_big_style > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}
.table_big_style > li > dl.al_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.table_big_style > li > dl > dt {
  width: 30%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.table_big_style > li > dl > dt .ttl {
  margin-right: 20px;
}
.table_big_style > li > dl > dd {
  width: 70%;
}
@media screen and (min-width: 1px) {
  .table_style {
    line-height: 1.5;
  }
  .table_style > li > dl {
    padding: 25px 0;
  }
  .table_style > li > dl > dt {
    width: 35%;
  }
  .table_style > li > dl > dd {
    width: 100%;
  }
  .table_big_style {
    line-height: 1.5;
  }
  .table_big_style > li > dl {
    display: block;
    padding: 25px 0;
  }
  .table_big_style > li > dl > dt {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .table_big_style > li > dl > dt .ttl {
    margin-right: 10px;
  }
  .table_big_style > li > dl > dd {
    width: 100%;
  }
}
.form_parts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form_parts_wrap.mb_none {
  margin-bottom: -20px;
}
.form_parts_wrap li {
  width: 25%;
  margin-bottom: 20px;
}
.form_parts_wrap > span {
  width: 25%;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 1px) {
  .form_parts_wrap.mb_none {
    margin-bottom: -15px;
  }
  .form_parts_wrap li {
    width: 50%;
    margin-bottom: 15px;
  }
  .form_parts_wrap > span {
    width: 50%;
    margin-bottom: 15px;
  }
}
.img_respon {
  width: 100%;
  height: auto;
}
.under_line {
  text-decoration: underline;
}
.under_line:hover {
  text-decoration: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.al_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.j_bet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.txt_center {
  text-align: center;
}
.txt_center.sp {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_right.sp {
  text-align: left;
}
.bnr_txt {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 15px;
}
.logo_pink {
  color: #eb6da5;
}
.box_icon,
#Staff_area dl dd .name span {
  background: #f64077;
  font-size: 1rem;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
}
.all_number_style {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 45px;
}
.all_number_style span {
  font-size: 3.4rem;
  display: inline-block;
  margin: 0 8px;
}
.mini_txt_style {
  font-size: 1.4rem;
  line-height: 1.5;
}
.mini_mini_txt_style {
  font-size: 1rem;
  line-height: 1.5;
}
.txt_line_style {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #fdf68e)
  );
  background: linear-gradient(transparent 70%, #fdf68e 70%);
}
@media screen and (min-width: 1px) {
  .txt_center {
    text-align: center;
  }
  .txt_center.pc {
    text-align: left;
  }
  .txt_center.sp {
    text-align: center;
  }
  .txt_right {
    text-align: right;
  }
  .txt_right.pc {
    text-align: left;
  }
  .txt_right.sp {
    text-align: right;
  }
  .bnr_txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .box_icon,
  #Staff_area dl dd .name span {
    font-size: 0.9rem;
    padding: 3px 9px;
  }
  .all_number_style {
    font-size: 1.2rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .all_number_style span {
    font-size: 2.9rem;
    margin: 0 6px;
  }
  .mini_txt_style {
    font-size: 1.2rem;
  }
}
.acc_wrap .acc_btn {
  position: relative;
  cursor: pointer;
}
.acc_wrap .acc_btn:before {
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background: #03071f;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
.acc_wrap .acc_btn:after {
  display: block;
  content: "";
  width: 2px;
  height: 16px;
  background: #03071f;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
}
.acc_wrap .acc_btn.open:after {
  display: none;
}
@media screen and (min-width: 1px) {
  .sp_acc_wrap .acc_btn {
    position: relative;
    cursor: pointer;
  }
  .sp_acc_wrap .acc_btn:before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    background: #03071f;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -1px;
    z-index: 50;
  }
  .sp_acc_wrap .acc_btn:after {
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    background: #03071f;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    z-index: 40;
  }
  .sp_acc_wrap .acc_btn.open:after {
    display: none;
  }
  .sp_acc_wrap .acc_box {
    display: none;
  }
  .sp_acc_wrap .acc_box.open {
    display: block !important;
  }
}
.tab_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tab_style li {
  background: #f6f3f4;
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 14px;
  margin: 0 8px 20px;
  font-size: 1.4rem;
}
.tab_style li.on {
  background: #03071f;
  color: #fff;
}
.tab_style li.on a {
  color: #fff;
}
.big_tab_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
.big_tab_style li {
  width: 50%;
  position: relative;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.big_tab_style li.on:before {
  background: #03071f;
}
.big_tab_style li:before {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.big_tab_style li img {
  margin-right: 20px;
}
.big_tab_style li a,
.big_tab_style li span {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.big_tab_style li a {
  color: #d3d3d3;
}
.big_tab_style li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1px) {
  .tab_style li {
    padding: 5px 10px;
    margin: 0 5px 10px;
    font-size: 1.3rem;
  }
  .tab_style li.on {
    background: #03071f;
    color: #fff;
  }
  .tab_style li.on a {
    color: #fff;
  }
  .big_tab_style {
    width: 100%;
  }
  .big_tab_style li {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
  .big_tab_style li:before {
    height: 4px;
  }
  .big_tab_style li img {
    margin-right: 10px;
  }
  .big_tab_style li a,
  .big_tab_style li span {
    padding-bottom: 20px;
  }
}
.page_in_link_nav_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_in_link_nav_style.colum2 li {
  width: 50%;
  text-align: center;
}
.page_in_link_nav_style li {
  position: relative;
  line-height: 1;
}
.page_in_link_nav_style li:last-child:before {
  display: none;
}
.page_in_link_nav_style li:before {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background: url("../common/images/dot_line_tate.png") left top repeat-y;
  background-size: 3px 218px;
  position: absolute;
  top: 0;
  right: 0;
}
.page_in_link_nav_style li .num {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 15px;
  padding-top: 3px;
  text-shadow: 1px 1px 0 #03071f, -1px -1px 0 #03071f, -1px 1px 0 #03071f,
    1px -1px 0 #03071f, 0px 1px 0 #03071f, -1px 0 #03071f, -1px 0 0 #03071f,
    1px 0 0 #03071f;
}
.page_in_link_nav_style li .txt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.page_in_link_nav_style li .txt span {
  font-size: 1.3rem;
  margin-bottom: 5px;
  display: block;
}
@media screen and (min-width: 1px) {
  .page_in_link_nav_style.colum2 li {
    width: 50%;
  }
  .page_in_link_nav_style li:before {
    width: 3px;
    top: 0;
    height: calc(100% - 5px);
    background: url("../common/images/dot_line_tate.png") left top repeat-y;
    background-size: 3px 218px;
    top: 3px;
  }
  .page_in_link_nav_style li .num {
    font-size: 1.3em;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    padding-top: 1px;
    text-shadow: 1px 1px 0 #aaa, -1px -1px 0 #aaa, -1px 1px 0 #aaa,
      1px -1px 0 #aaa, 0px 1px 0 #aaa, -1px 0 #aaa, -1px 0 0 #aaa, 1px 0 0 #aaa;
  }
  .page_in_link_nav_style li .txt {
    font-size: 1.2rem;
    margin-bottom: 1px;
  }
  .page_in_link_nav_style li .txt span {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.pagenation_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagenation_style li {
  margin-bottom: 10px;
}
.pagenation_style li .num,
.pagenation_style li .next,
.pagenation_style li .prev,
.pagenation_style li a,
.pagenation_style li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin: 0 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #03071f;
  background: #fff;
  border-radius: 100px;
  line-height: 1;
}
.pagenation_style li .current {
  background: #03071f;
  color: #fff;
}
.pagenation_style li .omit {
  border: none;
  background: none;
  width: 32px;
  margin: 0;
}
@media screen and (min-width: 1px) {
  .pagenation_style li .num,
  .pagenation_style li .next,
  .pagenation_style li .prev,
  .pagenation_style li a,
  .pagenation_style li span {
    width: 38px;
    height: 38px;
    margin: 0 3px;
  }
  .pagenation_style li .next img,
  .pagenation_style li .prev img {
    width: 5px;
    height: auto;
  }
  .pagenation_style li .omit {
    width: 28px;
  }
}
.box_nanameline_style {
  background: #fff;
  border: 2px solid #03071f;
  position: relative;
}
.box_nanameline_style:before {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  background: #03071f;
  position: absolute;
  top: 4px;
  left: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box_nanameline_style:after {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  background: #03071f;
  position: absolute;
  bottom: 4px;
  right: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1px) {
  .box_nanameline_style:before {
    width: 28px;
    height: 2px;
    top: 4px;
    left: -10px;
  }
  .box_nanameline_style:after {
    width: 28px;
    height: 2px;
    bottom: 4px;
    right: -9px;
  }
}
.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #ccc;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.umeda #Top_area_Wrap:before {
  background: #ffbbc4;
}
.umeda #Reserve_area {
  background: #ffbbc4;
}
.umeda #Add_area h2,
.umeda #Add_area h4 {
  color: #ffbbc4;
}
.shinsaibashi #Top_area_Wrap:before {
  background: #ddcbfe;
}
.shinsaibashi #Reserve_area {
  background: #ddcbfe;
}
.shinsaibashi #Add_area h2,
.shinsaibashi #Add_area h4 {
  color: #ddcbfe;
}
.sakai #Top_area_Wrap:before {
  background: #b1fffc;
}
.sakai #Reserve_area {
  background: #b1fffc;
}
.sakai #Add_area h2,
.sakai #Add_area h4 {
  color: #b1fffc;
}
.koube #Top_area_Wrap:before {
  background: #b1ffed;
}
.koube #Reserve_area {
  background: #b1ffed;
}
.koube #Add_area h2,
.koube #Add_area h4 {
  color: #b1ffed;
}
.himeji #Top_area_Wrap:before {
  background: #fbedbb;
}
.himeji #Reserve_area {
  background: #fbedbb;
}
.himeji #Add_area h2,
.himeji #Add_area h4 {
  color: #fbedbb;
}
.nara #Top_area_Wrap:before {
  background: #fdf68e;
}
.nara #Reserve_area {
  background: #fdf68e;
}
.nara #Add_area h2,
.nara #Add_area h4 {
  color: #fdf68e;
}
.kashihara #Top_area_Wrap:before {
  background: #fbd2bb;
}
.kashihara #Reserve_area {
  background: #fbd2bb;
}
.kashihara #Add_area h2,
.kashihara #Add_area h4 {
  color: #fbd2bb;
}
.omotesando #Top_area_Wrap:before {
  background: #f3e9cd;
}
.omotesando #Reserve_area {
  background: #f3e9cd;
}
.omotesando #Add_area h2,
.omotesando #Add_area h4 {
  color: #f3e9cd;
}
#Under_ttl_area {
  margin-bottom: 100px;
}
#Under_ttl_area .ttl {
  text-align: left;
}
#Under_ttl_area .ttl:before {
  left: 0;
  margin-left: 0;
}
#Under_ttl_area .cv_btn {
  width: 284px;
  position: absolute;
  right: 0;
  top: 0;
}
#Under_ttl_area .cv_btn > .btn {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}
#Under_ttl_area .cv_btn > .btn img {
  width: 20px;
  height: auto;
}
#Under_ttl_area .cv_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#Under_ttl_area .cv_btn ul li {
  width: 48%;
}
#Under_ttl_area .cv_btn ul li .btn {
  width: 100%;
}
@media screen and (min-width: 1px) {
  #Under_ttl_area {
    margin-bottom: 50px;
  }
  #Under_ttl_area .ttl {
    text-align: center;
  }
  #Under_ttl_area .ttl:before {
    left: 50%;
    bottom: -21px;
    margin-left: -10px;
  }
  #Under_ttl_area .ttl .flagship {
    color: #d01126;
    margin-left: 14px;
  }
  .omotesando_bnr_area {
    position: relative;
    margin-bottom: 30px;
  }
  .omotesando_bnr_area a {
    display: block;
    width: 100%;
  }
  .omotesando_bnr_area a img {
    max-width: 100%;
  }
}
#Top_area_Wrap {
  position: relative;
  margin-bottom: 100px;
}
#Top_area_Wrap:before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 85px);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1px) {
  #Top_area_Wrap {
    margin-bottom: 50px;
  }
  #Top_area_Wrap:before {
    height: calc(100% - 40px);
  }
}
#Img_area {
  margin-bottom: 100px;
  position: relative;
}
#Img_area .out_wrap {
  width: 100%;
}
#Img_area .out_wrap .object-fit-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1px) {
  #Img_area {
    margin-bottom: 70px;
  }
  #Img_area .out_wrap {
    padding: 0;
    width: 100%;
  }
  #Img_area .out_wrap .swiper-pagination {
    bottom: -40px !important;
  }
}
#btn_area .sns_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
  padding-bottom: 60px;
}
#btn_area .sns_btn .ttl_style_mini2 span {
  position: relative;
  padding-right: 80px;
}
#btn_area .sns_btn .ttl_style_mini2 span:before {
  display: block;
  content: "";
  width: 55px;
  height: 3px;
  background: url("../common/images/txt_deco_dot.png") left top no-repeat;
  background-size: 55px 3px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}
#btn_area .sns_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#btn_area .sns_btn ul li {
  margin-left: 26px;
}
#btn_area .sns_btn ul li img {
  width: 50px;
  height: auto;
}
@media screen and (min-width: 1px) {
  #btn_area .cv_btn {
    margin-bottom: 35px;
  }
  #btn_area .cv_btn > .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  #btn_area .cv_btn > .btn img {
    width: 20px;
    height: auto;
  }
  #btn_area .cv_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #btn_area .cv_btn ul li {
    width: 48.4%;
  }
  #btn_area .cv_btn ul li .btn {
    width: 100%;
  }
  #btn_area .sns_btn {
    padding-bottom: 25px;
  }
  #btn_area .sns_btn .ttl_style_mini2 span {
    padding-right: 50px;
  }
  #btn_area .sns_btn .ttl_style_mini2 span:before {
    width: 35px;
    height: 2px;
    background: url("../common/images/txt_deco_dot.png") left top no-repeat;
    background-size: 35px 2px;
    margin-top: -1px;
  }
  #btn_area .sns_btn ul li {
    margin-left: 15px;
  }
  #btn_area .sns_btn ul li img {
    width: 40px;
  }
}
#Add_area {
  padding-bottom: 120px;
}
#Add_area .wrap {
  border: 2px solid #000;
  padding: 55px 0 60px;
  margin: 0 140px;
}
#Add_area h2,
#Add_area h4 {
  position: absolute;
  width: 139px;
  height: 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 18px;
  left: 118px;
}
#Add_area h2 span,
#Add_area h4 span {
  position: absolute;
  z-index: 10;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Add_area h2:before,
#Add_area h4:before {
  display: block;
  content: "";
  width: 139px;
  height: 49px;
  background: url("../shop/images/ttl_shop.png") left top no-repeat;
  background-size: 139px 49px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
#Add_area .wrap_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#Add_area ul {
  width: 600px;
}
#Add_area ul li {
  margin-bottom: 15px;
}
#Add_area ul li:last-child {
  margin-bottom: 0;
}
#Add_area ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Add_area ul li dl dt {
  padding-right: 30px;
  text-align: right;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Add_area ul li dl dd {
  width: 80%;
}
#Add_area ul li dl dd a {
  text-decoration: underline;
}
@media screen and (min-width: 1px) {
  #Add_area {
    padding-bottom: 50px;
  }
  #Add_area .wrap {
    padding: 50px 0 35px;
    margin: 0 20px;
  }
  #Add_area h2,
  #Add_area h4 {
    width: 104px;
    height: 37px;
    top: 12px;
    left: 25px;
    font-size: 12px;
  }
  #Add_area h2 span,
  #Add_area h4 span {
    padding-left: 10px;
    padding-top: 1px;
  }
  #Add_area h2:before,
  #Add_area h4:before {
    width: 104px;
    height: 37px;
    background: url("../shop/images/ttl_shop_sp.png") left top no-repeat;
    background-size: 104px 37px;
  }
  #Add_area ul {
    padding: 0 0;
    font-size: 11px;
    line-height: 1.45;
  }
  #Add_area ul li {
    margin-bottom: 13px;
  }
  #Add_area ul li:last-child {
    margin-bottom: 0;
  }
  #Add_area ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Add_area ul li dl dt {
    padding-right: 18px;
    width: 30%;
    white-space: nowrap;
  }
  #Add_area ul li dl dd {
    width: 70%;
    white-space: normal;
    padding-right: 20px;
  }
}
#Bnr_area section {
  margin-bottom: 130px;
}
#Bnr_area .ttl_style {
  margin-bottom: 75px;
}
#Bnr_area .out_wrap {
    width: calc(100% + 6%);
    padding: 0;
    margin-bottom: 100px;
}
#Bnr_area .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#Bnr_area .bnr_box li {
  width: 49%;
  margin-bottom: 20px;
  position: relative;
}
#Bnr_area .bnr_box li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
#Bnr_area .bnr_box li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#Bnr_area .bnr_box li dl dd {
  padding-left: 20px;
}
#Bnr_area .bnr_box li dl dd h3 {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
}
#Bnr_area .bnr_box li dl dd h3 .jp {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
#Bnr_area .bnr_box li dl dd h3 .jp:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
#Bnr_area .bnr_box li dl dd .txt {
  font-size: 1.4rem;
  line-height: 1.57;
}
#Bnr_area .bnr_box li dl dd .txt.tume {
  letter-spacing: 0;
}
#Bnr_area .bnr_box li dl dd .txt.txt_jpmode {
  padding-bottom: 10px;
}
@media screen and (min-width: 1px) {
  #Bnr_area section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #Bnr_area .ttl_style {
    margin-bottom: 45px;
  }
  #Bnr_area .ttl_style img {
    height: 24px;
    width: auto;
  }
  #Bnr_area .bnr_box li {
    width: 100%;
    margin-bottom: 10px;
  }
  #Bnr_area .bnr_box li dl dt {
    width: 38%;
  }
  #Bnr_area .bnr_box li dl dt img {
    width: 100%;
    height: auto;
  }
  #Bnr_area .bnr_box li dl dd {
    width: 62%;
    padding: 0 5px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #Bnr_area .bnr_box li dl dd h3 {
    margin-bottom: 7px;
    font-size: 0.95rem;
    letter-spacing: 0;
  }
  #Bnr_area .bnr_box li dl dd h3 .jp {
    padding-left: 10px;
    margin-left: 10px;
  }
  #Bnr_area .bnr_box li dl dd h3 .jp:before {
    height: 16px;
    margin-top: -8px;
  }
  #Bnr_area .bnr_box li dl dd .txt {
    font-size: 0.95rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  #Bnr_area .bnr_box li dl dd .txt.tume {
    letter-spacing: -0.08em;
  }
  #Bnr_area .bnr_box li dl dd .txt.txt_jpmode {
    padding-bottom: 10px;
  }
}
#Furisode_area,
#Hakama_area {
  margin-bottom: 140px;
}
#Furisode_area .ttl_style,
#Hakama_area .ttl_style {
  text-align: left;
  margin-bottom: 60px;
}
#Furisode_area .ttl_style:before,
#Hakama_area .ttl_style:before {
  left: 0;
  margin-left: 0;
}
#Furisode_area .ttl_style strong,
#Hakama_area .ttl_style strong {
  line-height: 1;
}
#Furisode_area .out_wrap,
#Hakama_area .out_wrap {
  width: 100%;
}
#Furisode_area .cat_list_wrap,
#Hakama_area .cat_list_wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#Furisode_area .cat_list_wrap .list_wrap,
#Hakama_area .cat_list_wrap .list_wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 80;
}
#Furisode_area .cat_list_wrap .list,
#Hakama_area .cat_list_wrap .list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#Furisode_area .cat_list_wrap .list a,
#Hakama_area .cat_list_wrap .list a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
}
#Furisode_area .cat_list_wrap .list:before,
#Hakama_area .cat_list_wrap .list:before {
  display: block;
  content: "";
  width: 105px;
  height: 93px;
  position: absolute;
  top: -40px;
  left: 21%;
}
#Furisode_area .cat_list_wrap .list.koten:before,
#Hakama_area .cat_list_wrap .list.koten:before {
  background: url("../images/num_slide01.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list.premiumkoten:before,
#Hakama_area .cat_list_wrap .list.premiumkoten:before {
  background: url("../images/num_slide02.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list.retorokoten:before,
#Hakama_area .cat_list_wrap .list.retorokoten:before {
  background: url("../images/num_slide03.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list.retoro:before,
#Hakama_area .cat_list_wrap .list.retoro:before {
  background: url("../images/num_slide04.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list.hepburn:before,
#Hakama_area .cat_list_wrap .list.hepburn:before {
  background: url("../images/num_slide05.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list.japanmode:before,
#Hakama_area .cat_list_wrap .list.japanmode:before {
  background: url("../images/num_slide07.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list.mode:before,
#Hakama_area .cat_list_wrap .list.mode:before {
  background: url("../images/num_slide08.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list.sweet:before,
#Hakama_area .cat_list_wrap .list.sweet:before {
  background: url("../images/num_slide06.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list.puchipura:before,
#Hakama_area .cat_list_wrap .list.puchipura:before {
  background: url("../images/num_slide09.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list.rola:before,
#Hakama_area .cat_list_wrap .list.rola:before {
  background: url("../images/num_slide10.png") top no-repeat;
  background-size: 105px 93px;
}
#Furisode_area .cat_list_wrap .list .small,
#Hakama_area .cat_list_wrap .list .small {
  width: 25%;
}
#Furisode_area .cat_list_wrap .list .small img,
#Hakama_area .cat_list_wrap .list .small img {
  width: 100%;
  height: auto;
}
#Furisode_area .cat_list_wrap .list .txt_wrap,
#Hakama_area .cat_list_wrap .list .txt_wrap {
  width: 37%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5% 0;
}
#Furisode_area .cat_list_wrap .list .txt_wrap .cate_logo,
#Hakama_area .cat_list_wrap .list .txt_wrap .cate_logo {
  text-align: center;
  max-width: 315px;
  width: 100%;
  margin: 0 auto 30px;
}
#Furisode_area .cat_list_wrap .list .txt_wrap .cate_logo img,
#Hakama_area .cat_list_wrap .list .txt_wrap .cate_logo img {
  width: 100%;
  height: auto;
}
#Furisode_area .cat_list_wrap .list .txt_wrap .ttl,
#Hakama_area .cat_list_wrap .list .txt_wrap .ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
#Furisode_area .cat_list_wrap .list .big,
#Hakama_area .cat_list_wrap .list .big {
  width: 38%;
  position: absolute;
  right: 0;
  bottom: 60px;
}
#Furisode_area .cat_list_wrap .list .big img,
#Hakama_area .cat_list_wrap .list .big img {
  width: 100%;
  height: auto;
}
#Furisode_area .cat_list_wrap .inner2,
#Hakama_area .cat_list_wrap .inner2 {
  margin: 0 7.5% 0 auto;
  margin-top: 62px;
  z-index: 90;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#Furisode_area .cat_list_wrap .swiper-container-feature,
#Hakama_area .cat_list_wrap .swiper-container-feature {
  position: relative;
}
#Furisode_area .cat_list_wrap .swiper-pagination,
#Hakama_area .cat_list_wrap .swiper-pagination {
  bottom: -15px !important;
  text-align: right;
  left: auto;
  right: 140px;
}
#Furisode_area .cat_list_wrap .swiper-button-prev,
#Furisode_area .cat_list_wrap .swiper-container-rtl .swiper-button-next,
#Hakama_area .cat_list_wrap .swiper-button-prev,
#Hakama_area .cat_list_wrap .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 65px;
  z-index: 90;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#Furisode_area .cat_list_wrap .swiper-button-next,
#Furisode_area .cat_list_wrap .swiper-container-rtl .swiper-button-prev,
#Hakama_area .cat_list_wrap .swiper-button-next,
#Hakama_area .cat_list_wrap .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  z-index: 90;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#Furisode_area .bottom_list_wap.ranking .ttl_style_mini,
#Hakama_area .bottom_list_wap.ranking .ttl_style_mini {
  margin-bottom: 40px;
}
#Furisode_area .bottom_list_wap.ranking .slide_list_style,
#Hakama_area .bottom_list_wap.ranking .slide_list_style {
  padding-top: 20px;
}
#Furisode_area .bottom_list_wap .slide_list_style .list .img:before,
#Hakama_area .bottom_list_wap .slide_list_style .list .img:before {
  right: -28px;
}
#Furisode_area .bottom_list_wap .slide_list_style .list .lank_num,
#Hakama_area .bottom_list_wap .slide_list_style .list .lank_num {
  width: 63px;
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 200;
}
#Furisode_area .btn,
#Hakama_area .btn {
  margin-top: 100px;
}
@media screen and (min-width: 1px) {
  #Furisode_area,
  #Hakama_area {
    margin-bottom: 60px;
  }
  #Furisode_area .ttl_style,
  #Hakama_area .ttl_style {
    text-align: center;
    margin-bottom: 0px;
  }
  #Furisode_area .ttl_style:before,
  #Hakama_area .ttl_style:before {
    left: 50%;
    margin-left: -10px;
  }
  #Furisode_area .ttl_style strong,
  #Hakama_area .ttl_style strong {
    line-height: 1;
  }
  #Furisode_area .ttl_style strong img,
  #Hakama_area .ttl_style strong img {
    height: 30px;
    width: auto;
  }
  #Furisode_area .out_wrap.no_pd,
  #Hakama_area .out_wrap.no_pd {
    padding: 0;
  }
  #Furisode_area .cat_list_wrap,
  #Hakama_area .cat_list_wrap {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
  #Furisode_area .cat_list_wrap .list,
  #Hakama_area .cat_list_wrap .list {
    display: block;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  #Furisode_area .cat_list_wrap .list:after,
  #Hakama_area .cat_list_wrap .list:after {
    display: block;
    content: "";
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  #Furisode_area .cat_list_wrap .list .img_wrap,
  #Hakama_area .cat_list_wrap .list .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 10;
    position: relative;
  }
  #Furisode_area .cat_list_wrap .list:before,
  #Hakama_area .cat_list_wrap .list:before {
    width: 58px;
    height: 51px;
    top: -25px;
    left: 5.3%;
    z-index: 20;
  }
  #Furisode_area .cat_list_wrap .list.koten:before,
  #Hakama_area .cat_list_wrap .list.koten:before {
    background: url("../images/num_slide01.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list.premiumkoten:before,
  #Hakama_area .cat_list_wrap .list.premiumkoten:before {
    background: url("../images/num_slide02.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list.retoro:before,
  #Hakama_area .cat_list_wrap .list.retoro:before {
    background: url("../images/num_slide03.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list.retorokoten:before,
  #Hakama_area .cat_list_wrap .list.retorokoten:before {
    background: url("../images/num_slide04.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list.hepburn:before,
  #Hakama_area .cat_list_wrap .list.hepburn:before {
    background: url("../images/num_slide05.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list.japanmode:before,
  #Hakama_area .cat_list_wrap .list.japanmode:before {
    background: url("../images/num_slide07.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list.mode:before,
  #Hakama_area .cat_list_wrap .list.mode:before {
    background: url("../images/num_slide08.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list.sweet:before,
  #Hakama_area .cat_list_wrap .list.sweet:before {
    background: url("../images/num_slide06.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list.puchipura:before,
  #Hakama_area .cat_list_wrap .list.puchipura:before {
    background: url("../images/num_slide09.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list.rola:before,
  #Hakama_area .cat_list_wrap .list.rola:before {
    background: url("../images/num_slide10.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Furisode_area .cat_list_wrap .list .small,
  #Hakama_area .cat_list_wrap .list .small {
    width: 53%;
  }
  #Furisode_area .cat_list_wrap .list .txt_wrap,
  #Hakama_area .cat_list_wrap .list .txt_wrap {
    z-index: 10;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 11% 60px;
  }
  #Furisode_area .cat_list_wrap .list .txt_wrap .cate_logo,
  #Hakama_area .cat_list_wrap .list .txt_wrap .cate_logo {
    text-align: center;
    max-width: 36%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 5.5%;
    z-index: 15;
  }
  #Furisode_area .cat_list_wrap .list .txt_wrap .ttl,
  #Hakama_area .cat_list_wrap .list .txt_wrap .ttl {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  #Furisode_area .cat_list_wrap .list .big,
  #Hakama_area .cat_list_wrap .list .big {
    width: 47%;
    position: relative;
    right: 0;
    bottom: 0;
  }
  #Furisode_area .cat_list_wrap .inner2,
  #Hakama_area .cat_list_wrap .inner2 {
    margin-top: 0;
  }
  #Furisode_area .cat_list_wrap .swiper-pagination,
  #Hakama_area .cat_list_wrap .swiper-pagination {
    bottom: 13px !important;
    text-align: center;
    left: auto;
    right: 0;
  }
  #Furisode_area .cat_list_wrap .swiper-pagination .swiper-pagination-bullet,
  #Hakama_area .cat_list_wrap .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px !important;
  }
  #Furisode_area .cat_list_wrap .swiper-button-prev,
  #Furisode_area .cat_list_wrap .swiper-button-next,
  #Hakama_area .cat_list_wrap .swiper-button-prev,
  #Hakama_area .cat_list_wrap .swiper-button-next {
    width: 25px;
    height: 50px;
    margin-top: 0;
    top: auto;
    bottom: 155px;
  }
  #Furisode_area .cat_list_wrap .swiper-button-prev:after,
  #Hakama_area .cat_list_wrap .swiper-button-prev:after {
    background: url("../images/btn_slide_left_sp.png") left top no-repeat;
    background-size: 25px 50px;
  }
  #Furisode_area .cat_list_wrap .swiper-button-next:after,
  #Hakama_area .cat_list_wrap .swiper-button-next:after {
    background: url("../images/btn_slide_right_sp.png") left top no-repeat;
    background-size: 25px 50px;
  }
  #Furisode_area .cat_list_wrap .swiper-button-prev,
  #Furisode_area .cat_list_wrap .swiper-container-rtl .swiper-button-next,
  #Hakama_area .cat_list_wrap .swiper-button-prev,
  #Hakama_area .cat_list_wrap .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
  }
  #Furisode_area .cat_list_wrap .swiper-button-next,
  #Furisode_area .cat_list_wrap .swiper-container-rtl .swiper-button-prev,
  #Hakama_area .cat_list_wrap .swiper-button-next,
  #Hakama_area .cat_list_wrap .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }
  #Furisode_area .inner3,
  #Hakama_area .inner3 {
    padding: 0;
  }
  #Furisode_area .bottom_list_wap .ttl_style_mini,
  #Hakama_area .bottom_list_wap .ttl_style_mini {
    padding-left: 5.3%;
  }
  #Furisode_area .bottom_list_wap.ranking .slide_list_style,
  #Hakama_area .bottom_list_wap.ranking .slide_list_style {
    padding-top: 10px;
  }
  #Furisode_area .bottom_list_wap .slide_list_style .list .img:before,
  #Hakama_area .bottom_list_wap .slide_list_style .list .img:before {
    right: -18px;
  }
  #Furisode_area .bottom_list_wap .slide_list_style .list .lank_num,
  #Hakama_area .bottom_list_wap .slide_list_style .list .lank_num {
    width: 41px;
    top: -10px;
    left: 5px;
  }
  #Furisode_area .btn,
  #Hakama_area .btn {
    margin-top: 90px;
  }
}
#Hakama_area .cat_list_wrap .list.retoro:before {
  background: url("../images/num_slide01.png") top no-repeat;
  background-size: 105px 93px;
}
#Hakama_area .cat_list_wrap .list.koten:before {
  background: url("../images/num_slide02.png") top no-repeat;
  background-size: 105px 93px;
}
#Hakama_area .cat_list_wrap .list.mode:before {
  background: url("../images/num_slide03.png") top no-repeat;
  background-size: 105px 93px;
}
#Hakama_area .cat_list_wrap .list.sweet:before {
  background: url("../images/num_slide04.png") top no-repeat;
  background-size: 105px 93px;
}
@media screen and (min-width: 1px) {
  #Hakama_area {
    margin-bottom: 85px;
  }
  #Hakama_area .cat_list_wrap .list.retoro:before {
    background: url("../images/num_slide01.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Hakama_area .cat_list_wrap .list.koten:before {
    background: url("../images/num_slide02.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Hakama_area .cat_list_wrap .list.mode:before {
    background: url("../images/num_slide03.png") top no-repeat;
    background-size: 58px 51px;
  }
  #Hakama_area .cat_list_wrap .list.sweet:before {
    background: url("../images/num_slide04.png") top no-repeat;
    background-size: 58px 51px;
  }
}
#Photo_area {
  background: url("../images/bg_photoplan.webp") top center no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  margin-bottom: 100px;
  margin-bottom: 0;
}
#Photo_area.is_show .txt_wrap h2 .photo01 {
  opacity: 1;
  -webkit-animation: animation_photo01 1000ms linear 1 both;
  animation: animation_photo01 1000ms linear 1 both;
}
#Photo_area.is_show .txt_wrap h2 .photo02 {
  opacity: 1;
  -webkit-animation: animation_photo02 1000ms 0.2s linear 1 both;
  animation: animation_photo02 1000ms 0.2s linear 1 both;
}
#Photo_area:hover {
  opacity: 0.8;
  -webkit-transition: all 0.15s 0s ease-in-out;
  transition: all 0.15s 0s ease-in-out;
}
#Photo_area > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
#Photo_area .inner {
  height: 100%;
}
#Photo_area .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#Photo_area .txt_wrap h2 {
  position: relative;
}
#Photo_area .txt_wrap h2 .photo01 {
  opacity: 1;
  position: absolute;
  right: -50px;
  top: -10px;
}
#Photo_area .txt_wrap h2 .photo01 img {
  width: 129px;
  height: auto;
}
#Photo_area .txt_wrap h2 .photo02 {
  opacity: 1;
  position: absolute;
  left: -40px;
  bottom: -15px;
}
#Photo_area .txt_wrap h2 .photo02 img {
  width: 121px;
  height: auto;
}
@-webkit-keyframes animation_photo02 {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(
      0.766,
      -0.643,
      0,
      0,
      0.643,
      0.766,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.766,
      -0.643,
      0,
      0,
      0.643,
      0.766,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  3.2% {
    -webkit-transform: matrix3d(
      0.931,
      -0.377,
      0,
      0,
      0.542,
      0.846,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.931,
      -0.377,
      0,
      0,
      0.542,
      0.846,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  5.51% {
    -webkit-transform: matrix3d(
      0.982,
      -0.219,
      0,
      0,
      0.435,
      0.908,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.982,
      -0.219,
      0,
      0,
      0.435,
      0.908,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  6.41% {
    -webkit-transform: matrix3d(
      0.993,
      -0.167,
      0,
      0,
      0.39,
      0.928,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.993,
      -0.167,
      0,
      0,
      0.39,
      0.928,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  11.01% {
    -webkit-transform: matrix3d(
      1.004,
      0.007,
      0,
      0,
      0.172,
      0.989,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.004,
      0.007,
      0,
      0,
      0.172,
      0.989,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  12.71% {
    -webkit-transform: matrix3d(
      1.002,
      0.04,
      0,
      0,
      0.108,
      0.997,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.002,
      0.04,
      0,
      0,
      0.108,
      0.997,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  16.52% {
    -webkit-transform: matrix3d(
      0.998,
      0.074,
      0,
      0,
      0.008,
      1.001,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.998,
      0.074,
      0,
      0,
      0.008,
      1.001,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  18.92% {
    opacity: 1;
    -webkit-transform: matrix3d(
      0.997,
      0.076,
      0,
      0,
      -0.028,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.997,
      0.076,
      0,
      0,
      -0.028,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  21.92% {
    -webkit-transform: matrix3d(
      0.998,
      0.068,
      0,
      0,
      -0.05,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.998,
      0.068,
      0,
      0,
      -0.05,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  25.23% {
    -webkit-transform: matrix3d(
      0.999,
      0.053,
      0,
      0,
      -0.054,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      0.053,
      0,
      0,
      -0.054,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  31.43% {
    -webkit-transform: matrix3d(
      1,
      0.024,
      0,
      0,
      -0.035,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      0.024,
      0,
      0,
      -0.035,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  36.24% {
    -webkit-transform: matrix3d(
      1,
      0.009,
      0,
      0,
      -0.017,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      0.009,
      0,
      0,
      -0.017,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  50.55% {
    -webkit-transform: matrix3d(
      1,
      -0.003,
      0,
      0,
      0.004,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      -0.003,
      0,
      0,
      0.004,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  56.46% {
    -webkit-transform: matrix3d(
      1,
      -0.002,
      0,
      0,
      0.003,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      -0.002,
      0,
      0,
      0.003,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  79.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animation_photo02 {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(
      0.766,
      -0.643,
      0,
      0,
      0.643,
      0.766,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.766,
      -0.643,
      0,
      0,
      0.643,
      0.766,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  3.2% {
    -webkit-transform: matrix3d(
      0.931,
      -0.377,
      0,
      0,
      0.542,
      0.846,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.931,
      -0.377,
      0,
      0,
      0.542,
      0.846,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  5.51% {
    -webkit-transform: matrix3d(
      0.982,
      -0.219,
      0,
      0,
      0.435,
      0.908,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.982,
      -0.219,
      0,
      0,
      0.435,
      0.908,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  6.41% {
    -webkit-transform: matrix3d(
      0.993,
      -0.167,
      0,
      0,
      0.39,
      0.928,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.993,
      -0.167,
      0,
      0,
      0.39,
      0.928,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  11.01% {
    -webkit-transform: matrix3d(
      1.004,
      0.007,
      0,
      0,
      0.172,
      0.989,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.004,
      0.007,
      0,
      0,
      0.172,
      0.989,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  12.71% {
    -webkit-transform: matrix3d(
      1.002,
      0.04,
      0,
      0,
      0.108,
      0.997,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.002,
      0.04,
      0,
      0,
      0.108,
      0.997,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  16.52% {
    -webkit-transform: matrix3d(
      0.998,
      0.074,
      0,
      0,
      0.008,
      1.001,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.998,
      0.074,
      0,
      0,
      0.008,
      1.001,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  18.92% {
    opacity: 1;
    -webkit-transform: matrix3d(
      0.997,
      0.076,
      0,
      0,
      -0.028,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.997,
      0.076,
      0,
      0,
      -0.028,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  21.92% {
    -webkit-transform: matrix3d(
      0.998,
      0.068,
      0,
      0,
      -0.05,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.998,
      0.068,
      0,
      0,
      -0.05,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  25.23% {
    -webkit-transform: matrix3d(
      0.999,
      0.053,
      0,
      0,
      -0.054,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      0.053,
      0,
      0,
      -0.054,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  31.43% {
    -webkit-transform: matrix3d(
      1,
      0.024,
      0,
      0,
      -0.035,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      0.024,
      0,
      0,
      -0.035,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  36.24% {
    -webkit-transform: matrix3d(
      1,
      0.009,
      0,
      0,
      -0.017,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      0.009,
      0,
      0,
      -0.017,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  50.55% {
    -webkit-transform: matrix3d(
      1,
      -0.003,
      0,
      0,
      0.004,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      -0.003,
      0,
      0,
      0.004,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  56.46% {
    -webkit-transform: matrix3d(
      1,
      -0.002,
      0,
      0,
      0.003,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      -0.002,
      0,
      0,
      0.003,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  79.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes animation_photo01 {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(
      0.766,
      0.643,
      0,
      0,
      -0.643,
      0.766,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.766,
      0.643,
      0,
      0,
      -0.643,
      0.766,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  3.2% {
    -webkit-transform: matrix3d(
      0.846,
      0.542,
      0,
      0,
      -0.377,
      0.931,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.846,
      0.542,
      0,
      0,
      -0.377,
      0.931,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  5.51% {
    -webkit-transform: matrix3d(
      0.908,
      0.435,
      0,
      0,
      -0.219,
      0.982,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.908,
      0.435,
      0,
      0,
      -0.219,
      0.982,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  6.41% {
    -webkit-transform: matrix3d(
      0.928,
      0.39,
      0,
      0,
      -0.167,
      0.993,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.928,
      0.39,
      0,
      0,
      -0.167,
      0.993,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  11.01% {
    -webkit-transform: matrix3d(
      0.989,
      0.172,
      0,
      0,
      0.007,
      1.004,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.989,
      0.172,
      0,
      0,
      0.007,
      1.004,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  12.71% {
    -webkit-transform: matrix3d(
      0.997,
      0.108,
      0,
      0,
      0.04,
      1.002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.997,
      0.108,
      0,
      0,
      0.04,
      1.002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  16.52% {
    -webkit-transform: matrix3d(
      1.001,
      0.008,
      0,
      0,
      0.074,
      0.998,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.001,
      0.008,
      0,
      0,
      0.074,
      0.998,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  18.92% {
    opacity: 1;
    -webkit-transform: matrix3d(
      1,
      -0.028,
      0,
      0,
      0.076,
      0.997,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      -0.028,
      0,
      0,
      0.076,
      0.997,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  21.92% {
    -webkit-transform: matrix3d(
      0.999,
      -0.05,
      0,
      0,
      0.068,
      0.998,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      -0.05,
      0,
      0,
      0.068,
      0.998,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  25.23% {
    -webkit-transform: matrix3d(
      0.999,
      -0.054,
      0,
      0,
      0.053,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      -0.054,
      0,
      0,
      0.053,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  31.43% {
    -webkit-transform: matrix3d(
      0.999,
      -0.035,
      0,
      0,
      0.024,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      -0.035,
      0,
      0,
      0.024,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  36.24% {
    -webkit-transform: matrix3d(
      1,
      -0.017,
      0,
      0,
      0.009,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      -0.017,
      0,
      0,
      0.009,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  50.55% {
    -webkit-transform: matrix3d(
      1,
      0.004,
      0,
      0,
      -0.003,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      0.004,
      0,
      0,
      -0.003,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  56.46% {
    -webkit-transform: matrix3d(
      1,
      0.003,
      0,
      0,
      -0.002,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      0.003,
      0,
      0,
      -0.002,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  79.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animation_photo01 {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(
      0.766,
      0.643,
      0,
      0,
      -0.643,
      0.766,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.766,
      0.643,
      0,
      0,
      -0.643,
      0.766,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  3.2% {
    -webkit-transform: matrix3d(
      0.846,
      0.542,
      0,
      0,
      -0.377,
      0.931,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.846,
      0.542,
      0,
      0,
      -0.377,
      0.931,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  5.51% {
    -webkit-transform: matrix3d(
      0.908,
      0.435,
      0,
      0,
      -0.219,
      0.982,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.908,
      0.435,
      0,
      0,
      -0.219,
      0.982,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  6.41% {
    -webkit-transform: matrix3d(
      0.928,
      0.39,
      0,
      0,
      -0.167,
      0.993,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.928,
      0.39,
      0,
      0,
      -0.167,
      0.993,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  11.01% {
    -webkit-transform: matrix3d(
      0.989,
      0.172,
      0,
      0,
      0.007,
      1.004,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.989,
      0.172,
      0,
      0,
      0.007,
      1.004,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  12.71% {
    -webkit-transform: matrix3d(
      0.997,
      0.108,
      0,
      0,
      0.04,
      1.002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.997,
      0.108,
      0,
      0,
      0.04,
      1.002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  16.52% {
    -webkit-transform: matrix3d(
      1.001,
      0.008,
      0,
      0,
      0.074,
      0.998,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.001,
      0.008,
      0,
      0,
      0.074,
      0.998,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  18.92% {
    opacity: 1;
    -webkit-transform: matrix3d(
      1,
      -0.028,
      0,
      0,
      0.076,
      0.997,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      -0.028,
      0,
      0,
      0.076,
      0.997,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  21.92% {
    -webkit-transform: matrix3d(
      0.999,
      -0.05,
      0,
      0,
      0.068,
      0.998,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      -0.05,
      0,
      0,
      0.068,
      0.998,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  25.23% {
    -webkit-transform: matrix3d(
      0.999,
      -0.054,
      0,
      0,
      0.053,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      -0.054,
      0,
      0,
      0.053,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  31.43% {
    -webkit-transform: matrix3d(
      0.999,
      -0.035,
      0,
      0,
      0.024,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      -0.035,
      0,
      0,
      0.024,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  36.24% {
    -webkit-transform: matrix3d(
      1,
      -0.017,
      0,
      0,
      0.009,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      -0.017,
      0,
      0,
      0.009,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  50.55% {
    -webkit-transform: matrix3d(
      1,
      0.004,
      0,
      0,
      -0.003,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      0.004,
      0,
      0,
      -0.003,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  56.46% {
    -webkit-transform: matrix3d(
      1,
      0.003,
      0,
      0,
      -0.002,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1,
      0.003,
      0,
      0,
      -0.002,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }
  79.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@media screen and (min-width: 1px) {
  #Photo_area {
    background: url("../images/bg_photoplan_sp.webp") top center no-repeat;
    background-size: cover;
    height: 480px;
    margin-bottom: 80px;
    margin-bottom: 0;
  }
  #Photo_area .txt_wrap {
    display: block;
  }
  #Photo_area .txt_wrap h2 {
    padding-top: 20px;
    text-align: center;
  }
  #Photo_area .txt_wrap h2 img {
    width: 100%;
    max-width: 336px;
    height: auto;
  }
  #Photo_area .txt_wrap h2 .photo01 {
    right: 50%;
    margin-right: -180px;
    top: 25px;
  }
  #Photo_area .txt_wrap h2 .photo01 img {
    width: 75px;
  }
  #Photo_area .txt_wrap h2 .photo02 {
    left: 50%;
    margin-left: -180px;
    bottom: -5px;
  }
  #Photo_area .txt_wrap h2 .photo02 img {
    width: 75px;
  }
  #Photo_area .txt_wrap .btn {
    position: absolute;
    bottom: 30px;
    background: none;
    border: #fff 2px solid;
    left: 50%;
    margin-left: -140px;
  }
}
#Blog_area {
  margin: 50px 0 100px;
}
#Gallery_area {
  padding: 80px 0 100px;
}
#Gallery_area .out_wrap {
  margin-bottom: 100px;
}
@media screen and (min-width: 1px) {
  #Gallery_area {
    padding: 50px 0 50px;
  }
  #Gallery_area .out_wrap {
    margin-bottom: 90px;
  }
}
#Staff_area {
  margin-bottom: 120px;
}
#Staff_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#Staff_area ul li {
  width: 176px;
  margin-right: 30px;
  margin-bottom: 50px;
}
#Staff_area ul li:nth-of-type(5n) {
  margin-right: 0;
}
#Staff_area dl dt img {
  width: 100%;
  height: auto;
}
#Staff_area dl dd .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0;
  line-height: 1;
  font-weight: 400;
}
#Staff_area dl dd .name span {
  background: #03071f;
  color: #fff;
  margin-right: 10px;
  padding: 3px 10px;
}
#Staff_area dl dd .acc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#Staff_area dl dd .acc_btn {
  border-top: 1px solid #cdcdd2;
  font-size: 1.2rem;
  padding-top: 8px;
}
#Staff_area dl dd .acc_btn:before {
  width: 12px;
  margin-top: -1px;
}
#Staff_area dl dd .acc_btn:after {
  height: 12px;
  right: 5px;
  margin-top: -6px;
}
#Staff_area dl dd .acc_box {
  border-top: 1px solid #cdcdd2;
  padding: 20px 0;
}
#Staff_area dl dd .sub_name {
  background: #f6f3f4;
  text-align: center;
  margin: 0 0 15px;
  padding: 10px 0;
  line-height: 1;
}
#Staff_area dl dd .sub_name .box_icon,
#Staff_area dl dd .sub_name .name span,
#Staff_area dl dd .name .sub_name span {
  background: #fff;
  color: #f64077;
  padding: 3px 10px;
}
#Staff_area dl dd .sub_name .sub_name_txt {
  margin-top: 10px;
}
#Staff_area dl dd .txt {
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (min-width: 1px) {
  #Staff_area {
    margin-top: 50px;
    margin-bottom: 55px;
  }
  #Staff_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #Staff_area ul li {
    float: none;
    width: 47%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #Staff_area dl dd .name {
    padding: 18px 0;
    font-size: 1.4rem;
  }
  #Staff_area dl dd .name span {
    margin-right: 10px;
    padding: 2px 5px;
  }
  #Staff_area dl dd .acc_btn {
    font-size: 1.1rem;
    padding-top: 8px;
  }
  #Staff_area dl dd .acc_btn:before {
    width: 12px;
    margin-top: -1px;
  }
  #Staff_area dl dd .acc_btn:after {
    height: 12px;
    right: 5px;
    margin-top: -6px;
  }
  #Staff_area dl dd .acc_box {
    padding: 20px 0;
  }
  #Staff_area dl dd .sub_name {
    margin: 0 0 15px;
    padding: 10px 0;
  }
  #Staff_area dl dd .sub_name .box_icon,
  #Staff_area dl dd .sub_name .name span,
  #Staff_area dl dd .name .sub_name span {
    padding: 3px 5px;
  }
  #Staff_area dl dd .sub_name .sub_name_txt {
    margin-top: 10px;
  }
  #Staff_area dl dd .txt {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
#Access_area {
  margin-bottom: 100px;
}
#Access_area .map_area {
  margin-bottom: 100px;
}
#Access_area .map_area iframe {
  margin-bottom: 40px;
}
#Access_area .movie_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
#Access_area .movie_area .wrap {
  width: 48%;
}
#Access_area .movie_area .wrap .txt {
  margin-top: 10px;
  line-height: 1;
  font-weight: 700;
}
#Access_area .movie_area ol.step {
  margin-top: 10px;
  margin-left: 10px;
  line-height: 1.5;
  padding-left: 10px;
}
#Access_area .movie_area ol.step li {
  margin-bottom: 3px;
  list-style: decimal;
}
#Access_area .movie_area ul.step li .step_caution {
  display: flex;
  gap: 5px;
}
#Access_area .movie_area ul.step li .step_caution span {
  display: inline-block;
}
#Access_area .info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#Access_area .info_area h3,
#Access_area .info_area h4 {
  margin-top: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#Access_area .info_area > div {
  width: 650px;
}
#Access_area .info_area > div .table_style {
  margin-bottom: 30px;
}
#Access_area .info_area > div .txt {
  font-size: 1.3;
  line-height: 1.5;
}
@media screen and (min-width: 1px) {
  #Access_area {
    margin-bottom: 60px;
  }
  #Access_area .map_area {
    margin-bottom: 50px;
  }
  #Access_area .map_area .inner {
    padding: 0;
  }
  #Access_area .map_area iframe {
    margin-bottom: 23px;
    height: 250px;
  }
  #Access_area .movie_area {
    display: block;
    margin-bottom: 70px;
  }
  #Access_area .movie_area .wrap {
    width: 100%;
    margin-bottom: 35px;
  }
  #Access_area .movie_area .wrap iframe {
    height: 200px;
  }
  #Access_area .movie_area .wrap .txt {
    letter-spacing: -0.01em;
  }
  #Access_area .info_area {
    display: block;
  }
  #Access_area .info_area h3,
  #Access_area .info_area h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #Access_area .info_area > div {
    width: 100%;
  }
  #Access_area .info_area > div .txt {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
#Reserve_area {
  padding: 60px 0 80px;
}
#Reserve_area .cv_btn {
  width: 635px;
  margin: 0 auto;
}
#Reserve_area .cv_btn > .btn {
  margin-bottom: 20px;
}
#Reserve_area .cv_btn > .btn img {
  width: 26px;
  height: auto;
}
#Reserve_area .cv_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#Reserve_area .cv_btn ul li {
  width: 48.5%;
}
#Reserve_area .cv_btn ul li .btn {
  width: 100%;
}
@media screen and (min-width: 1px) {
  #Reserve_area {
    padding: 50px 0;
  }
  #Reserve_area .cv_btn {
    width: 100%;
  }
  #Reserve_area .cv_btn > .btn {
    height: 55px;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  #Reserve_area .cv_btn > .btn img {
    width: 20px;
    height: auto;
  }
  #Reserve_area .cv_btn ul li {
    width: 48.5%;
  }
  #Reserve_area .cv_btn ul li .btn {
    height: 40px;
    font-size: 1.3rem;
  }
  #Reserve_area .cv_btn ul li .btn a:before {
    display: none;
  }
}
#Recruit_area {
  padding: 70px 0 70px;
}
/* Reason_area */
#Reason_area {
    /* padding: 50px 0; */
    padding: 20px 0 50px;
}
#Reason_area .ttl_style::before {
    content: none;
}
#Reason_area .ttl_style {
    margin-bottom: 20px;
}
#Reason_area .ttl_style img {
    height: 70px;
}
#Reason_area .reason_item img {
    max-width: 100%;
    width: auto;
}
#Reason_area .reason_item {
    margin-bottom: 10px;
}
#Reason_area .reason_item:last-of-type {
    margin-bottom: 30px;
}
#Afterservice_area {
    padding-top: 60px;
    margin-bottom: 60px;
}
#Afterservice_area .page_in_link_nav_style.colum2 li {
    cursor: pointer;
}
#Afterservice_area .swiper-button-prev,
#Afterservice_area .swiper-button-next {
    position: absolute;
    cursor: pointer;
    left: calc(-5.3% - 2px);
    right: auto;
    width: 25px;
    height: 50px;
    margin-top: 0;
    top: auto;
    bottom: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 90;
}
#Afterservice_area .swiper-button-next {
    left: auto;
    right: calc(-5.3% - 2px);
}
#Afterservice_area .swiper-button-prev:after {
    background: url(../images/btn_slide_left_sp.png) left top no-repeat;
    background-size: 25px 50px;
}
#Afterservice_area .swiper-button-next:after {
    background: url(../images/btn_slide_right_sp.png) right top no-repeat;
    background-size: 25px 50px;
}
#Afterservice_area .afterservice_container{
    position: relative;
}
/* #Afterservice_area .afterservice_container_hakama {
    padding-top: 20px;
} */
/* #Afterservice_area .afterservice_container,
#Afterservice_area .afterservice_container_hakama {
    display: none;
}
#Afterservice_area .afterservice_container.active,
#Afterservice_area .afterservice_container_hakama.active {
    display: block;
} */
#Afterservice_area .page_in_link_nav_style{
    margin-bottom: 10px
}
#Afterservice_area .page_in_link_nav_style li .txt{
    font-size:1.4rem;
    margin-bottom:5px
}
#Afterservice_area .page_in_link_nav_style li .txt span{
    font-size:1.3rem;
    margin-bottom:5px;
    display:block
}
/* #Afterservice_area .swiper-slide {
    padding-top: 20px;
} */
#Afterservice_area .top_area {
    position: relative;
    padding: 40px 20px 20px;
    border: 2px solid #03071f;
    min-height: 500px;
    margin: 0 5px 40px;
}
#Afterservice_area .top_area::before {
    display: block;
    content: '';
    width: 28px;
    height: 2px;
    top: 4px;
    left: -10px;
    background: #03071f;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#Afterservice_area .top_area::after {
    display: block;
    content: '';
    width: 28px;
    height: 2px;
    background: #03071f;
    position: absolute;
    bottom: 4px;
    right: -9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#Afterservice_area .top_area > dt {
    width: 175px;
    position: relative;
    margin: 0 auto 30px;
}
#Afterservice_area .top_area > dt img {
    width: 100%;
    height: auto;
}
#Afterservice_area .top_area > dt .bubble {
    width: 70px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 10;
}
#Afterservice_area .top_area > dd {
    margin: 0 auto;
}
#Afterservice_area .top_area > dd .ttl {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
#Afterservice_area .ttl::before {
  display: block;
  content: "";
  width: 28px;
  height: 5px;
  background: url("../common/images/bg_ttl_line.png") left top no-repeat;
  background-size: 28px 5px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -14px;
}
#Afterservice_area .top_area > dd .ttl img {
    height: auto;
    margin: 0 auto;
}
#Afterservice_area .top_area > dd .sub_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}
#Afterservice_area .top_area > dd .sub_ttl.tume {
    letter-spacing: -0.01em;
}


/* -----------------------------------
 * Photoplan スライド
 * ---------------------------------- */
#PhotoplanSlide_area .photoplan_container{
  position: relative;
  margin: 0px auto 70px;
}
#PhotoplanSlide_area {
  padding-top: 20px;
}
#PhotoplanSlide_area .photoplan_container {
  display: none;
}
#PhotoplanSlide_area .photoplan_container.active {
  display: block;
}
#PhotoplanSlide_area .page_in_link_nav_style{
  margin: 20px 0 30px;
}
#PhotoplanSlide_area .page_in_link_nav_style li{
  cursor: pointer;
}
#PhotoplanSlide_area .page_in_link_nav_style li .txt{
  font-size:1.3rem;
  margin-bottom:5px;
  line-height: 1.5;
}
#PhotoplanSlide_area .page_in_link_nav_style li .txt span{
  font-size:1.2rem;
  margin-bottom:5px;
  display:block;
}
#PhotoplanSlide_area .top_area{
  position: relative;
  padding: 40px 20px 20px;
  border: 2px solid #03071f;
  min-height: 500px;
  margin: 0 5px 40px;
}
#PhotoplanSlide_area .top_area::before{
  display: block;
  content: '';
  width: 28px;
  height: 2px;
  top: 4px;
  left: -10px;
  background: #03071f;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#PhotoplanSlide_area .top_area::after{
  display: block;
  content: '';
  width: 28px;
  height: 2px;
  background: #03071f;
  position: absolute;
  bottom: 4px;
  right: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#PhotoplanSlide_area .top_area > dt{
  width: 175px;
  position: relative;
  margin: 0 auto 30px;
}
#PhotoplanSlide_area .top_area > dt img{
  width: 100%;
  height: auto;
}
#PhotoplanSlide_area .top_area > dt .bubble{
  width: 70px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 10;
}
#PhotoplanSlide_area .top_area > dd{
  margin: 0 auto;
}
#PhotoplanSlide_area .top_area > dd .ttl{
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}
#PhotoplanSlide_area .top_area > dd .ttl img{
  height: auto;
  margin: 0 auto;
}
#PhotoplanSlide_area .top_area > dd .sub_ttl{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#PhotoplanSlide_area .top_area > dd .sub_ttl.tume{
  letter-spacing: -0.01em;
}

/* -----------------------------------
 * Photoplan スライド furisode
 * ---------------------------------- */
#PhotoplanSlide_area .swiper-slide{
  margin-bottom:60px;
  padding:10px;
  box-sizing: border-box;
}

/* ナビゲーション */
#PhotoplanSlide_area .swiper-slide .page_in_link_nav_style{
  margin-bottom:50px
}
#PhotoplanSlide_area .swiper-slide .page_in_link_nav_style li .txt{
  font-size:1.3rem;
  margin-bottom:3px
}
#PhotoplanSlide_area .swiper-slide .page_in_link_nav_style li .txt span{
  font-size:1.1rem;
  margin-bottom:5px
}

#PhotoplanSlide_area .swiper-slide .ttl_style{
  margin-bottom:50px
}
#PhotoplanSlide_area .swiper-slide #firisode_wrap{
  margin-bottom:60px
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-furisode{
  background:#ffbbc4
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-hakama{
  background: #ddcbfe;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-furisode .ttl_area p{
  background:#ffbbc4
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-hakama{
  background:#ddcbfe
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-hakama .ttl_area p{
  background:#ddcbfe
}
#PhotoplanSlide_area .swiper-slide .slide_inner{
  background:#FFF;
  position:relative;
  padding: 20px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .slide_inner{
  padding: 0;
}
#PhotoplanSlide_area .swiper-slide .bubble{
  position:absolute;
  top:0;
  right:50%;
  margin-right:-180px
}
#PhotoplanSlide_area .swiper-slide .bubble img{
  width:67px;
  height:auto
}


#PhotoplanSlide_area .swiper-slide .ttl_area{
  text-align:center;
  position:relative;
  margin-top:10px;
  margin-bottom:30px;
}
#PhotoplanSlide_area .swiper-slide .ttl_area:before{
  display:block;
  content:'';
  width:13px;
  height:63px;
  top:50%;
  left:0;
  background:url("../photoplan/images/ttl_deco_left_sp.png") left top no-repeat;
  background-size:13px 63px;
  position:absolute;
  margin-left:0;
  margin-top:-31px
}
#PhotoplanSlide_area .swiper-slide .ttl_area:after{
  display:block;
  content:'';
  position:absolute;
  width:13px;
  height:63px;
  background:url("../photoplan/images/ttl_deco_right_sp.png") left top no-repeat;
  background-size:13px 63px;
  top:50%;
  right:0;
  left:auto;
  margin-left:0;
  margin-top:-31px
}
#PhotoplanSlide_area .swiper-slide .ttl_area p{
  line-height:1;
  border-radius:100px;
  font-weight:bold;
  width:263px;
  height:20px;
  margin:0 auto 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  letter-spacing:-0.00em;
  font-size:1.2rem
}
#PhotoplanSlide_area .swiper-slide .ttl_area .ttl{
  font-size:1.7rem;
  font-weight:bold;
  line-height:1;
  letter-spacing:0.08em
}
#PhotoplanSlide_area .swiper-slide .txt{
  text-align:left;
  letter-spacing:-0.02em;
  margin-bottom:30px;
  margin-top:-10px
}
#PhotoplanSlide_area .swiper-slide .wrap_area{
  display:block;
  position:relative
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area{
  text-align:center;
  width:100%;;
  margin-bottom:20px;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .mini{
  line-height:1;
  text-align:center;
  font-size:1.1rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-bottom:5px;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .mini span{
  display:block
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .mini .num{
  font-size:1.8rem;
  margin:0 4px;
  text-decoration:line-through;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .mini img{
  margin-left:6px;
  width:42px;
  height:auto
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .mini.tax{
  margin:-3px 0 5px -24px;
  font-size:80%;
  line-height:1
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .mini.tax .num{
  font-size:130%;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .big{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .big .num{
  font-size:5.6rem;
  font-style:italic;
  line-height:1
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .big>p{
  text-align:center;
  line-height:1;
  font-size:2.6rem;
  margin-left:10px
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .big>p span{
  display:block;
  font-size:0.9rem;
  margin-bottom:5px;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .big.tax{
  line-height:1;
  margin-top:3px;
  font-size:100%;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .price_area .big.tax .num{
  font-size:200%;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .right_area{
  width:100%;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area{
  background:#f6f3f4;
  padding:15px;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom:-10px
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul.colum2 li{
  width:50.00%;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul.colum3 li{
  width:50.00%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul.colum3 li:nth-of-type(3n){
  padding-right:0
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul.colum3 li.long{
  width:50%;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul li{
  margin-bottom:10px;
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul li dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul li dl dt{
  width:45px;
  margin-right:7px
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul li dl dt img{
  width:100%;
  height:auto
}
#PhotoplanSlide_area .swiper-slide .wrap_area .icon_area ul li dl dd{
  font-size:10px;
  line-height:1.3;
  letter-spacing:0.00em;
}
#PhotoplanSlide_area .swiper-slide .mini_txt_style{
  text-align:left;
  margin-top:10px;
  font-size:1.0rem;
}
#PhotoplanSlide_area .swiper-slide .btn{
  margin:20px auto 10px;
}

/* ママ振袖スライド */
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri{
  background: #fff;
  padding: 0;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .content_wrap{
  background:#FFF;
  border:2px solid #03071f;
  position:relative;
  padding-bottom: 0;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .content_wrap:before{
  display:block;
  content:'';
  background:#03071f;
  position:absolute;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  width:28px;
  height:2px;
  top:4px;
  left:-10px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .content_wrap:after{
  display:block;
  content:'';
  width:28px;
  height:2px;
  background:#03071f;
  position:absolute;
  bottom:4px;
  right:-9px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area{
  padding: 20px 0 0px;
  position:relative;
  margin-bottom: 50px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area .bubble{
  position:absolute;
  top:50%;
  left:50%;
  margin-top: -65px;
  margin-left: 93px;
  width:115px
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area .bubble img{
  width:70px;
  height:auto
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area .mini{
  position:relative;
  text-align:center;
  font-weight:bold;
  font-size:1.2rem;
  letter-spacing:0.1em;
  margin-bottom:20px;
  line-height:1
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area .mini:before{
  display:block;
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  width:8px;
  height:21px;
  background:url("../photoplan/images/ttl_deco_left_mini.png") left top no-repeat;
  background-size:8px 21px;
  margin-left:-100px;
  margin-top:-11px
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area .mini:after{
  display:block;
  content:'';
  top:50%;
  left:50%;
  width:8px;
  height:21px;
  background:url("../photoplan/images/ttl_deco_right_mini.png") left top no-repeat;
  background-size:8px 21px;
  position:absolute;
  margin-left:90px;
  margin-top:-11px
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area .ttl{
  font-family: 'Montserrat', sans-serif;
  text-align:center;
  font-weight:100 !important;
  line-height:1;
  font-size:4.5rem;
  letter-spacing:0.07em;
  margin-bottom:10px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area::before {
  content: none;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area::after {
  content: none;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area .sub_ttl{
  display: block;
  text-align:center;
  font-weight:bold;
  font-size:1.3rem;
  letter-spacing:0.27em;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .ttl_area .sub_ttl span{
  line-height: 1.7;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .img_area{
  position:relative;
  margin-bottom:0;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .img_area img{
  width:100%;
  height:auto;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .img_area .txt{
  position:absolute;
  left:30px;
  width:440px;
  top:auto;
  bottom:0;
  margin-top:-165px;
  left:0
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .txt_area{
  text-align:center;
  margin-bottom:55px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .txt_area h4{
  font-weight:bold;
  font-size:1.5rem;
  margin-bottom:20px;
  line-height:1.6;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .txt_area p{
  text-align:left;
  margin:0 18px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area h4{
  text-transform:uppercase;
  text-align:center;
  line-height:1;
  font-size:1.8rem;
  margin-bottom:30px;
  letter-spacing:0.2em;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap{
  display:block;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap>li{
  width:100%;
  margin-bottom:40px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap>li>dl{
  margin-bottom:30px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap>li>dl>dt{
  margin-bottom:20px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap>li>dl>dt img{
  width:100%;
  height:auto
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap>li>dl>dd{
  padding:0 18px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap>li>dl>dd h5{
  font-weight:bold;
  text-align:center;
  font-size:1.3rem;
  margin-bottom:15px;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap>li>dl>dd>p{
  line-height:1.5;
  letter-spacing:0;
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap>li .sp_acc_wrap{
  margin:0 18px
}
#PhotoplanSlide_area .swiper-slide.swiper-slide-mamafuri .code_area .wrap>li .sp_acc_wrap .acc_btn{
  text-align:center;
  padding:15px 0;
  border-bottom:2px solid #03071f;
  border-top:2px solid #03071f
}

/*------------------------------------------------------------
Faq_area
------------------------------------------------------------*/
#Faq_area #tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

#Faq_area .tab-item {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  color: #e5e5e5;
  border-bottom: 4px solid #e5e5e5;
  cursor: pointer;
}

#Faq_area .tab-item.active {
  color: #241916;
  border-bottom: 4px solid #241916;
}

#Faq_area .tabcontent {
  display: none;
}

#Faq_area .tabcontent.active {
  display: block;
}

#Faq_area #tab1 li:first-of-type .acc_wrap,
#Faq_area #tab2 li:first-of-type .acc_wrap,
#Faq_area #tab3 li:first-of-type .acc_wrap {
  border-top: none;
}

#Faq_area section {
  margin-bottom: 70px;
}

#Faq_area section ul li:last-child .acc_wrap {
  border-bottom: 2px solid #03071f;
}

#Faq_area section .acc_wrap {
  border-top: 2px solid #03071f;
  padding: 18px 0;
}

#Faq_area section .acc_btn span {
  position: relative;
  padding-left: 40px;
  padding-right: 25px;
  display: inline-block;
}

#Faq_area section .acc_btn span:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url("../faq/images/icon_q.png") left top no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
}

#Faq_area section .acc_box {
  margin-top: 20px;
  letter-spacing: 0;
}

#Faq_area section .acc_box>span {
  position: relative;
  padding-left: 40px;
  padding-right: 25px;
  display: inline-block;
}

#Faq_area section .acc_box>span:before {
  display: block;
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../faq/images/icon_a.png") left top no-repeat;
  background-size: 30px 30px;
  margin-top: -17px;
}


/*------------------------------------------------------------
Shop 一覧
------------------------------------------------------------*/
.ib {
  display: inline-block;
}
#locations {
  padding-bottom: 50px;
}
#locations .locations_txt {
  text-align: center;
  letter-spacing: 0;
}
#locations .locations_link {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #000;
  margin-left: -20px;
  width: calc(100% + 40px);
  height: 60px;
  margin-top: 28px;
}
#locations .locations_link a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  /* padding-bottom: 12px; */
  padding: 0 6px 12px;
}
#locations .locations_link a.en {
  font-size: 12px;
}
#locations .locations_link a + a::before {
  content: '';
  border-left: dashed 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 40px;
}
#locations .locations_link a::after {
  content: '';
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
#locations .locations_wrapper {
  margin-top: 30px;
}
#locations .locations_title {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
  padding: 1px 9px;
}
#locations .locations_item + .locations_item {
  border-top: dashed 1px rgba(0, 0, 0, 0.2);
} 
#locations .locations_item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px 14px;
  padding: 14px 0;
  position: relative;
}
#locations .locations_thumb {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  aspect-ratio: 1 / 1;
  width: 100%;
  background-color: #f1f1f1;
}
#locations .locations_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#locations .locations_name {
  align-self: end;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 15px;
  line-height: 1;
}
#locations .locations_name .txt {
  color: #d01126;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  padding-left: 8px;
}
#locations .locations_item p {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-size: 12px;
  line-height: 1.4;
}
#locations .locations_btn {
  display: grid;
  grid-column: 1 / 3;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 5px;
}
#locations .locations_btn-link {
  background-color: #000;
  border-radius: calc(infinity * 1px);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 8px 0 7px;
  position: relative;
  width: 100%;
}
#locations .locations_btn-link span {
  font-size: 16px;
}
#locations .locations_btn-link::after {
  content: '';
  background: url(../common/images/btn_arrow_w.webp) no-repeat center center / contain;
  width: 9px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
#locations .locations_wrapper#online .locations_title {
  background-color: #999;
}
#locations .locations_wrapper#online .locations_name {
  grid-row: 1 / 3;
  align-self: center;
  line-height: 1.33;
}


/* 202604 Added 店舗詳細改修、袴専用店舗詳細追加 */
.p-shop__btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 22px;
}
.p-shop__btn-link {
  border-bottom: solid 4px #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 19px 0 15px;
  position: relative;
}
.p-shop__btn-link.is-current {
  pointer-events: none;
}
.p-shop__btn-link:not(.is-current) {
  opacity: 0.3;
}
.p-shop__btn-link::before {
  content: '';
  background-color: #000;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 20px;
  height: 20px;
}
.p-shop__btn-link.--furisode {
  background-color: #ffd9de;
  border-bottom: solid 4px #ff788a;
}
.p-shop__btn-link.--hakama {
  background-color: #cee8f1;
  border-bottom: solid 4px #64caed;
}
.p-shop__btn-link.--furisode::before {
  mask-image: url(../common/images/icon_btn_furisode.png);
}
.p-shop__btn-link.--hakama::before {
  mask-image: url(../common/images/icon_btn_hakama.png);
}

.p-shop__hakama-banner {
  padding: 0 20px;
}
.p-shop__hakama-banner figure {
  margin: 0;
}
.p-shop__hakama-banner img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.p-shop__lookbook {
  background: url(../common/images/bg_dot.png) left top repeat;
  background-size: 5px 5px;
  padding: 50px 20px;
  margin-top: 40px;
}
.p-shop__lookbook-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 10px;
  margin-bottom: 35px;
}
.p-shop__lookbook-item .thumb img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

#Reason_area.reason-hakama .ttl-img {
  text-align: center;
}
#Reason_area.reason-hakama .ttl-img img {
  width: 188px;
}
#Reason_area.reason-hakama .cat_list_wrap {
  padding-top: 30px;
  position: relative;
}
#Reason_area.reason-hakama .list {
  position: relative;
}
#Reason_area.reason-hakama .list::after {
  content: '';
  background-size: 58px 51px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -20px;
  left: 12.6%;
  z-index: 20;
  width: 58px;
  height: 51px;
}
#Reason_area.reason-hakama .list.num1::after {
  background-image: url(../images/num_slide01.webp);
}
#Reason_area.reason-hakama .list.num2::after {
  background-image: url(../images/num_slide02.webp);
}
#Reason_area.reason-hakama .list.num3::after {
  background-image: url(../images/num_slide03.webp);
}
#Reason_area.reason-hakama .list.num4::after {
  background-image: url(../images/num_slide04.webp);
}
#Reason_area.reason-hakama .list.num5::after {
  background-image: url(../images/num_slide05.webp);
}
#Reason_area.reason-hakama .cat_list_wrap .list_inner {
  padding: 0 33px;
}
#Reason_area.reason-hakama .cat_list_wrap .thumb {
  width: 100%;
  margin-bottom: 18px;
}
#Reason_area.reason-hakama .cat_list_wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Reason_area.reason-hakama .cat_list_wrap .ttl {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
#Reason_area.reason-hakama .cat_list_wrap small {
  display: inline-block;
  font-size: 1rem;
}
#Reason_area.reason-hakama .cat_list_wrap .swiper-button-prev,
#Reason_area.reason-hakama .cat_list_wrap .swiper-button-next {
  width: 25px;
  height: 50px;
  margin-top: 0;
  top: auto;
  bottom: 150px;
}
#Reason_area.reason-hakama .cat_list_wrap .swiper-button-prev {
  left: 0;
}
#Reason_area.reason-hakama .cat_list_wrap .swiper-button-next {
  right: 0;
}
#Reason_area.reason-hakama .cat_list_wrap .swiper-button-prev::after {
  background: url(../images/btn_slide_left_sp.webp) left top no-repeat;
  background-size: 25px 50px;
}
#Reason_area.reason-hakama .cat_list_wrap .swiper-button-next::after {
  background: url(../images/btn_slide_right_sp.webp) left top no-repeat;
  background-size: 25px 50px;
}
#Reason_area.reason-hakama .btn {
  margin-top: 40px;
}
#Photo_hakama_area {
    height: 380px;
    background: url(../hakama_photo/images/bg_photoplan.webp) no-repeat center center / cover;
    position: relative;
    transition: all .15s 0s ease-in-out;
}
#Photo_hakama_area .inner {
  height: 100%;
}
#Photo_hakama_area .txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100% - 20px);
  position: relative;
}
#Photo_hakama_area .photo01, #Photo_hakama_area .photo02 {
  position: absolute;
  width: 60px;
}
#Photo_hakama_area .photo01 {
  top: 165px;
  left: -10px;
}
#Photo_hakama_area .photo02 {
  top: 135px;
  right: -10px;
  width: 70px;
}
#Photo_hakama_area .btn {
  background: none;
  border: solid 2px #fff;
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  margin: auto;
}
#Photo_hakama_area img {
  height: auto;
  width: 100%;
}



/* photoplan add */
#PhotoplanSlide_area .furisode_wrap {
  margin-bottom: 120px;
}

#PhotoplanSlide_area .furisode_wrap section {
  background: #ffbbc4;
}

#PhotoplanSlide_area .furisode_wrap .ttl_area p {
  background: #ffbbc4;
}

#PhotoplanSlide_area .hakama_wrap section {
  background: #ddcbfe;
}

#PhotoplanSlide_area .hakama_wrap .ttl_area p {
  background: #ddcbfe;
}

#PhotoplanSlide_area section {
  padding: 10px;
  margin-bottom: 50px;
}

#PhotoplanSlide_area section:last-child {
  margin-bottom: 0;
}

#PhotoplanSlide_area section .sec_inner {
  background: #FFF;
  position: relative;
  padding: 30px 13px 25px;
}

#PhotoplanSlide_area section .wrap_area {
  position: relative;
}

#PhotoplanSlide_area section .bubble {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -180px;
  width: 67px;
  height: 67px;
}

#PhotoplanSlide_area section .bubble.left {
  right: auto;
  left: -20px;
}

#PhotoplanSlide_area section .bubble img {
  width: 100%;
}

#PhotoplanSlide_area section .ttl_area {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

#PhotoplanSlide_area section .ttl_area:before {
  display: block;
  content: '';
  width: 17px;
  height: 80px;
  background: url(../photoplan/images/ttl_deco_left.png) left top no-repeat;
  background-size: 17px 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#PhotoplanSlide_area section .ttl_area:after {
  display: block;
  content: '';
  width: 17px;
  height: 80px;
  background: url(../photoplan/images/ttl_deco_right.png) left top no-repeat;
  background-size: 17px 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#PhotoplanSlide_area section .ttl_area p {
  line-height: 1;
  font-size: 1.2rem;
  max-width: 263px;
  height: 20px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-weight: bold;
}

#PhotoplanSlide_area section .ttl_area .ttl {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}

#PhotoplanSlide_area section .txt {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -10px;
}

#PhotoplanSlide_area section .wrap_area .price_area {
  text-align: center;
  margin-bottom: 25px;
}

#PhotoplanSlide_area section .wrap_area .price_area .mini {
  text-align: center;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#PhotoplanSlide_area section .wrap_area .price_area .mini span {
  display: block;
}

#PhotoplanSlide_area section .wrap_area .price_area .mini .num {
  font-size: 1.8rem;
  text-decoration: line-through;
  margin: 0 8px;
}

#PhotoplanSlide_area section .wrap_area .price_area .mini img {
  margin-left: 8px;
}

#PhotoplanSlide_area section .wrap_area .price_area .mini.tax {
  margin: -3px 0 5px -44px;
  font-size: 1.0rem;
  line-height: 1;
}

#PhotoplanSlide_area section .wrap_area .price_area .mini.tax .num {
  font-size: 1.3rem;
}

#PhotoplanSlide_area section .wrap_area .price_area .big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#PhotoplanSlide_area section .wrap_area .price_area .big .num {
  font-size: 5.6rem;
  font-style: italic;
  line-height: 1;
}

#PhotoplanSlide_area section .wrap_area .price_area .big>p {
  text-align: center;
  line-height: 1;
  font-size: 2.6rem;
  margin-left: 10px;
}

#PhotoplanSlide_area section .wrap_area .price_area .big>p span {
  font-size: 0.9rem;
  display: block;
  margin-bottom: 5px;
}

#PhotoplanSlide_area section .wrap_area .price_area .big.tax {
  line-height: 1;
  margin-top: 3px;
}

#PhotoplanSlide_area section .wrap_area .price_area .big.tax .num {
  font-size: 2.6rem;
}

#PhotoplanSlide_area section .wrap_area + .mini_txt_style {
  margin-top: 20px;
}

.p-photoplan-price__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: -13px;
  width: calc(100% + 26px);
  position: relative;
  margin-bottom: 20px;
}

.p-photoplan-price__wrap-txt {
  background-color: #FFDDE1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0px 10px 15px;
  line-height: 1.5;
  font-size: 1.2rem;
}

.p-photoplan-price__wrap-txt strong {
  font-size: 17px;
  line-height: 1.3;
  margin-top: 2px;
}

.p-photoplan-price__wrap-img img {
  width: 100%;
}

.p-photoplan-price__wrap-icon {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 75px;
  height: 75px;
}

.p-photoplan-price__wrap-icon.--big {
  font-size: 18px;
}

.p-photoplan-price__col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 13px;
}

.p-photoplan-price__col-item {
  position: relative;
}

.p-photoplan-price__col-txt {
  text-align: center;
  line-height: 1.3;
  margin-top: 8px;
  font-size: 1.2rem;
}

.p-photoplan-price__col-icon {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 48px;
  left: -8px;
  width: 50px;
  height: 50px;
}

.p-photoplan-price__col-img img {
  width: 100%;
}

/* 袴フォトプラン */
.photoplan_container.hakama .p-photoplan-link__title,
.photoplan_container.hakama .how__title::before, 
.photoplan_container.hakama .how__title::after,
.photoplan_container.hakama .p-photoplan-price__wrap-txt {
  background-color: #F4EEFF;
}
.photoplan_container.hakama .p-photoplan-link__list {
  border-left: dashed 2px #DDCCFD;
  border-right: dashed 2px #DDCCFD;
  border-bottom: dashed 2px #DDCCFD;
}
.photoplan_container.hakama .how {
  border: solid 10px #DDCCFD;
}
.photoplan_container.hakama #Planlist_area .img_area {
  margin-bottom: 20px;
}

/* ママ振袖フォトプラン */
#PhotoplanSlide_area .photoplan_container.mamafuri section,
#PhotoplanSlide_area .photoplan_container.mamafuri .furisode_wrap .ttl_area p {
  background-color: #FFD9A6;
}
.photoplan_container.mamafuri .p-photoplan-link__list {
  border-left: dashed 2px #FFD9A6;
  border-right: dashed 2px #FFD9A6;
  border-bottom: dashed 2px #FFD9A6;
}
.photoplan_container.mamafuri .how {
  border: solid 10px #FFD9A6;
}
.photoplan_container.mamafuri .p-photplan-price__wrapper,
.photoplan_container.mamafuri .p-photoplan-price__wrap-txt {
  background-color: #FFEDD6;
}
.p-photoplan-price__more {
  background-color: #FFEDD6;
  padding: 15px 20px;
  border-radius: 10px;
  border: dashed 2px #000;
  margin: 25px 0 20px;
}
.p-photoplan-price__more-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-photoplan-price__more-title img {
  width: 90px;
  margin: 0 auto;
}
.p-photoplan-price__more-title span {
  background-color: #FFD9A6;
  border-radius: calc(infinity * 1px);
  padding: 0 15px;
  font-size: 16px;
  margin: 0 auto 5px;
  width: max-content;
}
.p-photoplan-price__more-txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}
.p-photoplan-price__more-txt small {
  font-size: 12px;
  display: block;
}
.p-photoplan-price__more-big {
  color: #D01126;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.p-photoplan-price__more-big .big {
  display: block;
  font-size: 18px;
}
.p-photoplan-price__more-big strong {
  font-size: 32px;
}
.p-photoplan-benefits__wrap {
  background-color: #FFD9A6;
  padding: 30px 20px;
}
.p-photoplan-benefits__txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.p-photoplan-benefits__txt img {
  width: 90px;
  margin: 0 auto;
}
.p-photoplan-benefits__txt + .btn a {
  font-weight: 700;
}

/* 202604 袴専用店舗詳細に卒業式情報ページへのリンクセクション追加 */
#Graduation_area {
  padding: 60px 0;
  margin: 60px 0;
  background: url(../common/images/bg_dot.png) left top repeat;
  background-size: 5px 5px;
}
#Graduation_area .ttl_style+.txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}