.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 {
  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, #Furisode_area .cat_list_wrap .list, #Hakama_area .cat_list_wrap .list, #Hair_acc_area, #Shop_area {
  background: url("../common/images/bg_dot.png") left top repeat;
  background-size: 10px 10px; }

@media screen and (min-width: 1px) {
  .bg_dot, #Furisode_area .cat_list_wrap .list, #Hakama_area .cat_list_wrap .list, #Hair_acc_area, #Shop_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 .15s 0s ease-in-out;
    transition: all .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 {
    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 {
      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: 3.0rem;
    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: 25.6%; }
    .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 .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 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #f64077;
      position: relative; }
      .swiper-pagination .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: .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 .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 .15s 0s ease-in-out;
      transition: all .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; }
      .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;"; }
    .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; }

@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: 43%;
      margin-bottom: 30px; }
      .blog_list_style > li dl dt {
        margin-bottom: 10px; }
        .blog_list_style > li dl dt img {
          width: 100%;
          height: auto;
          width: 43%;
          height: 28.6%; }
      .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: #fdf68e;
    }
    .shop_list_area > li:nth-of-type(7) .shop_link_area dl {
      background: #fdf68e;
    }
    .shop_list_area > li:nth-of-type(8) .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 .15s 0s ease-in-out;
        transition: all .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: 1.0rem;
          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: 1.0rem;
              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: 100%; }
      .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; }
.logo_red {
  color: #d01126; }

.box_icon {
  background: #f64077;
  font-size: 1.0rem;
  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: 1.0rem;
  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 {
    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: .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; }

.ttl_style {
  margin-bottom: 90px; }
  .ttl_style span {
    font-size: 5.4rem;
    margin-top: 18px; }

.ttl_style_mini {
  font-size: 1.6rem; }
  .ttl_style_mini span {
    font-size: 3.4rem;
    margin-right: 30px; }

.out_wrap {
  width: 100%; }

@media screen and (min-width: 1px) {
  .ttl_style {
    margin-bottom: 55px; }
    .ttl_style span {
      font-size: 3.1rem;
      margin-top: 12px; }
  .ttl_style_mini {
    margin-bottom: 30px;
    font-size: 1.2rem; }
    .ttl_style_mini span {
      font-size: 2.3rem;
      margin-right: 10px; } }

/*------------------------------------------------------------
Mv_area
------------------------------------------------------------*/
#Mv_area {
  position: relative; }
  #Mv_area.is_show h2 p {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #Mv_area h2 {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 400; }
    #Mv_area h2 p {
      opacity: 0;
      margin-right: 40.5%;
      margin-bottom: 20px;
      position: relative;
      -webkit-transform: translateY(-4%);
              transform: translateY(-4%);
      -webkit-transition: all .4s .2s ease-out;
      transition: all .4s .2s ease-out; }
    #Mv_area h2 img {
      max-width: 37.1%;
      width: 100%;
      height: auto; }
  #Mv_area li img {
    width: 100%;
    height: auto; }
  #Mv_area .swiper-pagination {
    text-align: left;
    bottom: 33px !important;
    left: 32px; }
    #Mv_area .swiper-pagination .swiper-pagination-bullet {
      background: #03071f; }
      #Mv_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #f64077; }

@media screen and (min-width: 1px) {
    #Mv_area h2 {
      position: absolute;
      text-align: center;
      display: block;
      top: 75px;
      z-index: 400;
      left: 50%;
      margin-left: -149px;
      pointer-events: none;
  }
      #Mv_area h2 img {
        width: 298px;
        max-width: 298px;
        height: auto; }
    #Mv_area li img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    #Mv_area .swiper-pagination {
      text-align: center;
      bottom: 20px !important;
      left: 0; } }

/*------------------------------------------------------------
Corona_area
------------------------------------------------------------*/
#Corona_area {
  position: relative;
  background: #d80d2e;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  position: relative; }
  #Corona_area:before {
    display: block;
    content: '';
    width: calc(100% - 6px);
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: .7; }
  #Corona_area:after {
    display: block;
    content: '';
    width: calc(100% - 6px);
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 3px;
    left: 3px;
    opacity: .7; }
  #Corona_area a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10; }
    #Corona_area a:before {
      display: block;
      content: '';
      width: 1px;
      height: calc(100% - 6px);
      background: #FFF;
      position: absolute;
      top: 3px;
      left: 3px;
      opacity: .7; }
    #Corona_area a:after {
      display: block;
      content: '';
      width: 1px;
      height: calc(100% - 6px);
      background: #FFF;
      position: absolute;
      bottom: 3px;
      right: 3px;
      opacity: .7; }
  #Corona_area img {
    width: 100%;
    height: auto;
    max-width: 798px;
    max-width: 622px; }

@media screen and (min-width: 1px) {
  #Corona_area {
    padding: 25px 0; }
    #Corona_area img {
      max-width: 308px;
      max-width: 210px; } }

/*------------------------------------------------------------
Feature_area
------------------------------------------------------------*/
#Feature_area {
  background: #f6f3f4;
  padding: 80px 0;
  margin-bottom: 115px; }
  #Feature_area .ttl {
    font-size: 2.2rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    left: -85px;
    top: 80px;
    letter-spacing: 0.3em;
    width: 190px;
    text-align: center;
    line-height: 1; }
    #Feature_area .ttl:before {
      display: block;
      content: '';
      width: 5px;
      height: 182px;
      background: url("../images/bg_ttl_feature.webp") left top no-repeat;
      background-size: 5px 182px;
      position: absolute;
      top: -40px;
      right: 95px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  #Feature_area .wrap {
    width: 935px;
    margin-left: 195px;
    position: relative; }
  #Feature_area .swiper-container-feature {
    overflow: hidden; }
  #Feature_area .swiper-pagination {
    bottom: -53px !important; }
  #Feature_area .swiper-button-prev,
  #Feature_area .swiper-container-rtl .swiper-button-next {
    left: -66px; }
  #Feature_area .swiper-button-next,
  #Feature_area .swiper-container-rtl .swiper-button-prev {
    right: -66px; }
  #Feature_area ul li {
    width: 456px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #Feature_area ul li > a {
      display: block; }
      #Feature_area ul li > a:nth-of-type(1) {
        margin-right: 11px; }
      #Feature_area ul li > a:nth-of-type(2) {
        margin-left: 11px; }
    #Feature_area ul li img {
      width: 100%;
      height: auto;
      width: 456px;
      height: 191px; }

@media screen and (min-width: 1px) {
  #Feature_area {
    padding: 60px 0 80px;
    margin-bottom: 85px; }
    #Feature_area .inner2 {
      padding: 0 20px; }
    #Feature_area .ttl {
      font-size: 2.2rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      position: relative;
      left: auto;
      top: auto;
      letter-spacing: 0.28em;
      width: auto;
      margin-bottom: 40px; }
      #Feature_area .ttl:before {
        width: 109px;
        height: 3px;
        background: url("../images/bg_ttl_feature_sp.webp") left top no-repeat;
        background-size: 109px 3px;
        top: auto;
        bottom: -15px;
        right: 50%;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        margin-right: -54px; }
    #Feature_area .wrap {
      width: 100%;
      margin-left: 0;
      position: relative; }
    #Feature_area .swiper-pagination {
      bottom: -43px !important; }
    #Feature_area .swiper-button-prev,
    #Feature_area .swiper-button-next {
      bottom: -42px; }
    #Feature_area .swiper-button-prev,
    #Feature_area .swiper-container-rtl .swiper-button-next {
      left: 0; }
    #Feature_area .swiper-button-next,
    #Feature_area .swiper-container-rtl .swiper-button-prev {
      right: 0; }
    #Feature_area ul li {
      display: block; }
      #Feature_area ul li > a {
        display: block; }
        #Feature_area ul li > a:nth-of-type(1) {
          margin-right: 0;
          margin-bottom: 20px; }
        #Feature_area ul li > a:nth-of-type(2) {
          margin-left: 0; }
      #Feature_area ul li img {
        width: 100%;
        height: auto; } }

/*------------------------------------------------------------
Furisode_area
------------------------------------------------------------*/
#Furisode_area, #Hakama_area {
  margin-bottom: 140px; }
  #Furisode_area.is_show .ttl_style, #Hakama_area.is_show .ttl_style {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.4s 0s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.4s 0s cubic-bezier(0, 0, 0.395, 0.995); }
  #Furisode_area.is_show .sec01, #Hakama_area.is_show .sec01 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.6s 0.5s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.6s 0.5s cubic-bezier(0, 0, 0.395, 0.995); }
  #Furisode_area .sec01, #Hakama_area .sec01 {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); }
  #Furisode_area .sec02, #Furisode_area .sec03, #Hakama_area .sec02, #Hakama_area .sec03 {
    opacity: 0;
    -webkit-transform: translate(0, 8%);
            transform: translate(0, 8%); }
    #Furisode_area .sec02.is_show, #Furisode_area .sec03.is_show, #Hakama_area .sec02.is_show, #Hakama_area .sec03.is_show {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
      transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995); }
  #Furisode_area .ttl_style, #Hakama_area .ttl_style {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
    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 .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: '';
        background: no-repeat top left / 105px 93px;
        width: 105px;
        height: 93px;
        position: absolute;
        top: -40px;
        left: 21%; }
      #Furisode_area .cat_list_wrap .list.hepburn:before {
        background-image: url("../images/num_slide01.webp"); }
      #Furisode_area .cat_list_wrap .list.black_label:before {
        background-image: url("../images/num_slide04.webp"); }
      #Furisode_area .cat_list_wrap .list.koten:before {
        background-image: url("../images/num_slide02.webp"); }
      #Furisode_area .cat_list_wrap .list.premiumkoten:before {
        background-image: url("../images/num_slide03.webp"); }
      #Furisode_area .cat_list_wrap .list.kusumi_color:before {
        background-image: url("../images/num_slide05.webp"); }
      #Furisode_area .cat_list_wrap .list.vintageretro:before {
        background-image: url("../images/num_slide06.webp"); }
      #Furisode_area .cat_list_wrap .list.iki_koten:before {
        background-image: url("../images/num_slide07.webp"); }
      #Furisode_area .cat_list_wrap .list.mode:before {
        background-image: url("../images/num_slide08.webp"); }
      #Furisode_area .cat_list_wrap .list.japanmode:before {
        background-image: url("../images/num_slide09.webp"); }
      #Furisode_area .cat_list_wrap .list.sweet:before {
        background-image: url("../images/num_slide10.webp"); }
      #Furisode_area .cat_list_wrap .list.retoro:before {
        background-image: url("../images/num_slide11.webp"); }
      #Furisode_area .cat_list_wrap .list.puchipura:before {
        background-image: url("../images/num_slide12.webp"); }
      #Furisode_area .cat_list_wrap .list.rola:before {
        background-image: url("../images/num_slide13.webp"); }

      #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,
        #Furisode_area .cat_list_wrap .list .full img, #Hakama_area .cat_list_wrap .list .full 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 {
          background-size: 58px 51px;
          width: 58px;
          height: 51px;
          top: -25px;
          left: 5.3%;
          z-index: 20; }
        #Furisode_area .cat_list_wrap .list .small, #Hakama_area .cat_list_wrap .list .small {
          width: 53%; }
        #Furisode_area .cat_list_wrap .list .full, #Hakama_area .cat_list_wrap .list .full {
          width: 100%; }
          #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;
            height: 270px;
          }
          #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; }
      .swiper-container-movie .swiper-button-prev,
      .swiper-container-movie .swiper-button-next {
        width: 25px;
        height: 50px;
        top: 40%;
      }
      .swiper-container-movie .swiper-button-prev:after,
      #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.webp") left top no-repeat;
        background-size: 25px 50px; }
      .swiper-container-movie .swiper-button-next:after,
      #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.webp") left top no-repeat;
        background-size: 25px 50px; }
      .swiper-container-movie .swiper-button-prev,
      #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;
      }
      .swiper-container-movie .swiper-button-next,
      #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
------------------------------------------------------------*/
#Hakama_area .hakama-link {
  display: block;
  width: 100%;
  margin: 30px auto 60px;
}
#Hakama_area .hakama-link > img {
  width: 100%;
}
#Hakama_area .cat_list_wrap .list.hepburn:before {
  background-image: url("../images/num_slide01.webp"); }

#Hakama_area .cat_list_wrap .list.kusumi:before {
  background-image: url("../images/num_slide02.webp"); }

#Hakama_area .cat_list_wrap .list.vintage:before {
  background-image: url("../images/num_slide03.webp"); }

#Hakama_area .cat_list_wrap .list.sweet:before {
  background-image: url("../images/num_slide04.webp"); }

#Hakama_area .cat_list_wrap .list.koten:before {
  background-image: url("../images/num_slide05.webp"); }

#Hakama_area .cat_list_wrap .list.retoro:before {
  background-image: url("../images/num_slide06.webp"); }

#Hakama_area .cat_list_wrap .list.mode:before {
  background-image: url("../images/num_slide07.webp"); }

#Hakama_area .cat_list_wrap .list.kakuyasu:before {
  background-image: url("../images/num_slide08.webp"); }


@media screen and (min-width: 1px) {
  #Hakama_area {
    margin-bottom: 85px; } }

/*------------------------------------------------------------
Store_area
------------------------------------------------------------*/
#Store_area {
  margin-bottom: 140px; }
  #Store_area.is_show .sec01 {
    opacity: 1;
    -webkit-transform: translate(0, 8%);
            transform: translate(0, 8%);
    -webkit-transition: all 0.3s 0s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.3s 0s cubic-bezier(0, 0, 0.395, 0.995); }
  #Store_area .sec01 {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }

@media screen and (min-width: 1px) {
  #Store_area {
    margin-bottom: 85px; } }

/*------------------------------------------------------------
Photo_area
------------------------------------------------------------*/
#Photo_area {
  margin-bottom: 130px;
  background-size: cover;
  height: 600px;
  position: relative;
  margin-bottom: 100px; }
  #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 .2s linear 1 both;
    animation: animation_photo02 1000ms .2s linear 1 both; }
  #Photo_area:hover {
    opacity: .8;
    -webkit-transition: all .15s 0s ease-in-out;
    transition: all .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: 0;
        position: absolute;
        right: -50px;
        top: -10px; }
        #Photo_area .txt_wrap h2 .photo01 img {
          width: 129px;
          height: auto; }
      #Photo_area .txt_wrap h2 .photo02 {
        opacity: 0;
        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: 540px;
    margin-bottom: 80px; }
    #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; } }

/*------------------------------------------------------------
Reason_area
------------------------------------------------------------*/
#Reason_area {
  background-size: cover;
  height: 550px;
  position: relative;
  margin-bottom: 110px; }
  #Reason_area.is_show .ttl {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995); }
  #Reason_area.is_show .txt {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995); }
  #Reason_area:hover {
    opacity: .6;
    -webkit-transition: all .15s 0s ease-in-out;
    transition: all .15s 0s ease-in-out; }
  #Reason_area > a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100; }
  #Reason_area .inner {
    height: 100%;
    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;
    text-align: center; }
  #Reason_area .ttl {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
    margin-bottom: 40px; }
  #Reason_area .txt {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
    margin-bottom: 50px;
    font-weight: bold; }

@media screen and (min-width: 1px) {
  #Reason_area {
    background: url("../images/bg_reason_sp.webp") top center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 75px; }
    #Reason_area > a {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 100; }
    #Reason_area .inner {
      height: 100%;
      display: block; }
    #Reason_area .ttl {
      width: 160px;
      margin: 0 auto;
      padding-top: 30px; }
      #Reason_area .ttl img {
        width: 100%;
        height: auto; }
    #Reason_area .txt_wrap_in {
      position: absolute;
      bottom: 30px;
      width: calc(100% - 10.6%); }
    #Reason_area .txt {
      margin-bottom: 20px;
      text-shadow: 0px 0px 8px #ffffff,0px 0px 8px #ffffff,0px 0px 8px #ffffff,0px 0px 8px #ffffff,0px 0px 8px #ffffff,0px 0px 8px #ffffff,0px 0px 8px #ffffff,0px 0px 8px #ffffff,0px 0px 8px #ffffff,0px 0px 8px #ffffff; } }

/*------------------------------------------------------------
Gallery_area
------------------------------------------------------------*/
#Gallery_area {
  margin-bottom: 90px; }
  #Gallery_area.is_show .ttl_style {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995); }
  #Gallery_area.is_show .sec01 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995); }
  #Gallery_area .ttl_style, #Gallery_area .sec01 {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }
  #Gallery_area .btn {
    margin-top: 100px; }
  #Gallery_area .out_wrap {
    width: 1000px; }

@media screen and (min-width: 1px) {
  #Gallery_area {
    margin-bottom: 45px; }
    #Gallery_area .out_wrap {
      width: 100%;
      padding: 0 0 0 5.3%; } }

/*------------------------------------------------------------
Hair_acc_area
------------------------------------------------------------*/
#Hair_acc_area {
  padding: 70px 0 60px;
  margin-bottom: 90px; }
  #Hair_acc_area.is_show > div {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995); }
  #Hair_acc_area > div {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }

@media screen and (min-width: 1px) {
  #Hair_acc_area {
    padding: 45px 0 45px;
    margin-bottom: 45px; } }

/*------------------------------------------------------------
#Pressroom_area
------------------------------------------------------------*/
#Pressroom_area .Read_area{
    position: relative;
}
/*
#Pressroom_area .Read_area h2:before{
    content: "";
    background: url(../img/top/Pressroom_area/ttl_bg.png) no-repeat center/contain;
    width: 121px;
    height: 154px;
    position: absolute;
    top: -18px;
    left: 20px;
    z-index: -1;
}
*/
#Pressroom_area .Read_area img{
    max-width: 100%;
}
/*------------------------------------------------------------
プレスルームTOP アンカー一覧 start
------------------------------------------------------------*/
.ec-pressroomTopSecListRole {
    background-color: #000;
    padding: 10px;
}
.ec-pressroomTopSecListRole__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
}
.ec-pressroomTopSecListRole__item {
    position: relative;
    width: calc(100%/3 - 2px);
}
.ec-pressroomTopSecListRole__item:nth-of-type(even) {
    border-right: dashed 1px #000;
    border-left: dashed 1px #000;
}
.ec-pressroomTopSecListRole__item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px;
}
.ec-pressroomTopSecListRole__item .title_en {
    display: block;
    font-family: oswald;
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
    letter-spacing: 0.08em;
    margin-bottom: 7px;
}
.ec-pressroomTopSecListRole__item .title_ja {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.002em;
    line-height: 1;
}
/*------------------------------------------------------------
プレスルームTOP アンカー一覧 end
------------------------------------------------------------*/
#Pressroom_area .Read_area .Menu_area{
    position: relative;
}
#Pressroom_area .Read_area .Menu_area ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Pressroom_area .Read_area .Menu_area ul:before,
#Pressroom_area .Read_area .Menu_area ul:after,
#Pressroom_area .Read_area .Menu_area ul li:nth-of-type(1):after{
    content: "";
    background: url(../img/top/Pressroom_area/dot.svg) repeat-x center/6px;
    width: 100%;
    height: 3px;
    position: absolute;
}
#Pressroom_area .Read_area .Menu_area ul:before{
    top: 0;
    left: 0;
}
#Pressroom_area .Read_area .Menu_area ul:after,
#Pressroom_area .Read_area .Menu_area ul li:nth-of-type(1):after{
    bottom: 0;
    left: 0;
}
#Pressroom_area .Read_area .Menu_area ul li:nth-of-type(1):after{
    width: 200%;
}
#Pressroom_area .Read_area .Menu_area ul li{
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 22px 0 19px;
}
#Pressroom_area .Read_area .Menu_area ul li:nth-of-type(odd):before{
    content: "";
    background: url(../img/top/Pressroom_area/dot2.svg) repeat-y center/3px;
    width: 3px;
    height: 80%;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translate(0,-50%);
}
#Pressroom_area .Read_area .Menu_area ul li a{
    color: #03071f;
}
#Pressroom_area .Read_area .Menu_area ul li a img{
    width: 38px;
    margin-bottom: 13px;
}
#Pressroom_area .Read_area .Menu_area ul li a h3{
    font-weight: 600;
    font-size: 1.2rem;
}
#Pressroom_area .Read_area .Menu_area ul li a h3 span{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400px;
    font-size: 1.7rem;
    margin-bottom: 6px;
    letter-spacing: 3px;
}
#Pressroom_area .Read_area .Menu_area figure{
    width: 50px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
#Pressroom_area .Read_area p{
    margin: 40px 20px 0;
    line-height: 1.8;
    font-size: 1.3rem;
}
#Pressroom_area .Mini_Slide_area{
    margin: 70px 0 60px;
    position: relative;
}
#Pressroom_area .Mini_Slide_area h2:after{
    content: "";
    background: url(../img/top/Pressroom_area/ttl_bubble.png) no-repeat center/contain;
    width: 120px;
    height: 57px;
    position: absolute;
    right: -5px;
    top: -30px;
}
#Pressroom_area .Insta_area{
    position: relative;
    background: url(../img/top/Pressroom_area/bg_insta.gif) repeat-y center top/contain;
    margin: 60px 24px 0;
    padding: 0 20px 30px;
}
#Pressroom_area .Insta_area h2{
    position: absolute;
    width: 180px;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
}
#Pressroom_area .Insta_area figure{
    padding-top: 50px;
}
#Pressroom_area .Insta_area .top_btn{
    margin-top: 30px;
}
#Pressroom_area .Insta_area .top_btn img{
    width: 16px;
    margin-right: 10px;
}
#Pressroom_area .Insta_area .Link_area{
    display: flex;
    width: 220px;
    margin: 38px auto 0;
    justify-content: space-between;
}
#Pressroom_area .Insta_area .Link_area li{
    width: 45px;
}
#Pressroom_area .Insta_area .Link_area li a{
    display: block;
}





#Pressroom_area {
  margin-bottom: 50px; }
  #Pressroom_area.is_show .ttl_style {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995); }
  #Pressroom_area.is_show .top_txt {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995); }
  #Pressroom_area.is_show .bnr_area {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.6s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.6s cubic-bezier(0, 0, 0.395, 0.995); }
  #Pressroom_area .ttl_style {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }
  #Pressroom_area .top_txt {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.6rem;
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }
  #Pressroom_area .bnr_area {
    margin-bottom: 80px;
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }
  #Pressroom_area .blog_area {
    position: relative; }
    #Pressroom_area .blog_area.is_show li:nth-of-type(1) {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
      transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995); }
    #Pressroom_area .blog_area.is_show li:nth-of-type(2) {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: all 0.5s 0.1s cubic-bezier(0, 0, 0.395, 0.995);
      transition: all 0.5s 0.1s cubic-bezier(0, 0, 0.395, 0.995); }
    #Pressroom_area .blog_area.is_show li:nth-of-type(3) {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: all 0.5s 0.2s cubic-bezier(0, 0, 0.395, 0.995);
      transition: all 0.5s 0.2s cubic-bezier(0, 0, 0.395, 0.995); }
    #Pressroom_area .blog_area.is_show li:nth-of-type(4) {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995);
      transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995); }
    #Pressroom_area .blog_area li {
      opacity: 0;
      -webkit-transform: translate(0, 20%);
              transform: translate(0, 20%); }
    #Pressroom_area .blog_area .btn_nowrap {
      position: absolute;
      top: 0;
      right: 0; }
  #Pressroom_area .blog_list_style:after {
    width: 500px; }
  #Pressroom_area .blog_list_style > li {
    width: 500px;
    margin-bottom: 50px; }
    #Pressroom_area .blog_list_style > li dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #Pressroom_area .blog_list_style > li dl dt {
        margin-bottom: 0;
        margin-right: 20px;
        width: 120px; }
        #Pressroom_area .blog_list_style > li dl dt img {
          width: 100%;
          height: auto;
          width: 120px;
          height: 80px; }
      #Pressroom_area .blog_list_style > li dl dd {
        width: 360px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 30px; }
        #Pressroom_area .blog_list_style > li dl dd .sub_txt {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-bottom: 10px; }
          #Pressroom_area .blog_list_style > li dl dd .sub_txt .day {
            margin-left: 10px; }
        #Pressroom_area .blog_list_style > li dl dd .txt {
          font-size: 1.3rem; }

@media screen and (min-width: 1px) {
  #Pressroom_area {
    margin-bottom: 70px; }
    #Pressroom_area .top_txt {
      margin-bottom: 55px;
      font-size: 1.4rem; }
    #Pressroom_area .bnr_area {
      margin-bottom: 60px; }
    #Pressroom_area .blog_list_style {
      margin-bottom: 15px; }
      #Pressroom_area .blog_list_style:after {
        display: none; }
      #Pressroom_area .blog_list_style > li {
        width: 100%;
        margin-bottom: 25px; }
        #Pressroom_area .blog_list_style > li dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #Pressroom_area .blog_list_style > li dl dt {
            margin-bottom: 0;
            margin-right: 20px;
            width: 100px; }
            #Pressroom_area .blog_list_style > li dl dt img {
              width: 100%;
              height: auto;
              width: 100px;
              height: 67px; }
          #Pressroom_area .blog_list_style > li dl dd {
            width: calc(100% - 115px);
            padding-right: 0; }
            #Pressroom_area .blog_list_style > li dl dd .sub_txt {
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              margin-bottom: 10px; }
              #Pressroom_area .blog_list_style > li dl dd .sub_txt .day {
                margin-left: 10px;
                font-size: 1.1rem; }
            #Pressroom_area .blog_list_style > li dl dd .txt {
              font-size: 1.2rem; } }

/*------------------------------------------------------------
#Shop_area
------------------------------------------------------------*/
#Shop_area {
  padding: 80px 0 60px; }
  #Shop_area.is_show .ttl_style {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995); }
  #Shop_area.is_show .bubble {
    -webkit-animation: animation 1000ms linear 1 both;
    animation: animation 1000ms linear 1 both;
    opacity: 1; }
  #Shop_area .ttl_style {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }
  #Shop_area .bubble {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -280px;
    opacity: 0; }
  #Shop_area .shop_text {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Noto Sans JP';
    text-align: center;
    letter-spacing: .001em;
  }
  #Shop_area .shop_list_area.is_show > li:nth-of-type(1) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995); }
  #Shop_area .shop_list_area.is_show > li:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.1s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.1s cubic-bezier(0, 0, 0.395, 0.995); }
  #Shop_area .shop_list_area.is_show > li:nth-of-type(3) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.2s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.2s cubic-bezier(0, 0, 0.395, 0.995); }
  #Shop_area .shop_list_area.is_show > li:nth-of-type(4) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995); }
  #Shop_area .shop_list_area.is_show > li:nth-of-type(5) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.4s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.4s cubic-bezier(0, 0, 0.395, 0.995); }
  #Shop_area .shop_list_area.is_show > li:nth-of-type(6) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.4s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.4s cubic-bezier(0, 0, 0.395, 0.995); }
  #Shop_area .shop_list_area.is_show > li:nth-of-type(7) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.4s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.4s cubic-bezier(0, 0, 0.395, 0.995); }
  #Shop_area .shop_list_area.is_show > li:nth-of-type(8) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.5s cubic-bezier(0, 0, 0.395, 0.995);
    transition: all 0.5s 0.5s cubic-bezier(0, 0, 0.395, 0.995); }
  #Shop_area .shop_list_area > li {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
    width: 310px;
    margin-bottom: 60px; }
    #Shop_area .shop_list_area > li .shop_link_area a:before {
      display: block; }
    #Shop_area .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; }
      #Shop_area .shop_list_area > li .shop_link_area dl dt {
        width: 50%; }
      #Shop_area .shop_list_area > li .shop_link_area dl dd.pc {
        width: 50%;
        height: 100%;
        padding: 0 0 0 20px;
        text-align: left; }
        #Shop_area .shop_list_area > li .shop_link_area dl dd.pc h3 {
          margin-top: 5px; }
    #Shop_area .shop_list_area > li .shop_cv_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #Shop_area .shop_list_area > li .shop_cv_area li {
        width: 48%; }
        #Shop_area .shop_list_area > li .shop_cv_area li:first-child {
          margin-bottom: 0; }

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.8, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% {
    -webkit-transform: matrix3d(0.863, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.863, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% {
    -webkit-transform: matrix3d(0.932, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.932, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% {
    -webkit-transform: matrix3d(0.977, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.977, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.988, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% {
    -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.025, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% {
    -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.028, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% {
    -webkit-transform: matrix3d(1.039, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.039, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% {
    -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.013, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% {
    -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); }
  90.69% {
    -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 {
  0% {
    -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.8, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% {
    -webkit-transform: matrix3d(0.863, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.863, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% {
    -webkit-transform: matrix3d(0.932, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.932, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% {
    -webkit-transform: matrix3d(0.977, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.977, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.988, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% {
    -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.025, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% {
    -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.028, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% {
    -webkit-transform: matrix3d(1.039, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.039, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% {
    -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.013, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% {
    -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); }
  90.69% {
    -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) {
  #Shop_area {
    background: none;
    padding: 70px 0 70px;
    position: relative; }
    #Shop_area:before {
      display: block;
      content: '';
      width: calc(100% - 10.6%);
      height: 2px;
      background: #03071f;
      position: absolute;
      top: 0;
      left: 5.3%; }
    #Shop_area .bubble {
      position: absolute;
      top: -30px;
      margin-left: -170px; }
    #Shop_area .shop_list_area > li {
      width: 100%;
      margin-bottom: 10px; }
      #Shop_area .shop_list_area > li .shop_link_area a:before {
        display: none; }
      #Shop_area .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; }
        #Shop_area .shop_list_area > li .shop_link_area dl dt {
          width: 50%; }
          #Shop_area .shop_list_area > li .shop_link_area dl dt img {
            width: 100%;
            height: auto; }
        #Shop_area .shop_list_area > li .shop_link_area dl dd.sp {
          width: 48%;
          height: auto;
          padding-left: 30px;
          text-align: left; }
          #Shop_area .shop_list_area > li .shop_link_area dl dd.sp h3 {
            margin-top: 5px; }
      #Shop_area .shop_list_area > li .shop_cv_area li {
        width: 48%; } }

/*------------------------------------------------------------
#footer
------------------------------------------------------------*/
@media screen and (min-width: 1px) {
  #footer .shop_area {
    display: none; } }

/*------------------------------------------------------------
#Cm_modal
------------------------------------------------------------*/
#Cm_modal {
  position: relative;
  z-index: 9999999; }
  #Cm_modal .overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9999999; }
  #Cm_modal .btn_area {
    width: 560px;
    width: 500px;
    height: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*    margin-top:-75px;*/
    margin-top: -250px;
    /*   margin-left:-150px;*/
    margin-left: -250px;
    background-color: #fff;
    border: 5px solid #6aabd7;
    z-index: 99999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #Cm_modal .box {
    width: 100%; }
  #Cm_modal .ttl {
    text-align: center;
    margin: 0 auto;
    padding: 25px 0 0;
    width: 260px; }
    #Cm_modal .ttl img {
      width: 100%;
      height: auto; }
  #Cm_modal .txt {
    text-align: center;
    background: #6aabd7;
    color: #FFF;
    height: 20px;
    line-height: 20px;
    border-top: 5px solid #6aabd7; }
  #Cm_modal iframe {
    width: 100%;
    vertical-align: bottom; }

@media screen and (min-width: 1px) {
  #Cm_modal .btn_area {
    width: 80%;
    height: 87%;
    margin-top: -43.5%;
    margin-left: -40%;
    border: 5px solid #6aabd7; }
  #Cm_modal .ttl {
    padding: 25px 0 0;
    width: 260px;
    width: 50%; }
  #Cm_modal .txt {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 5px solid #6aabd7;
    letter-spacing: 0;
    font-size: 3.5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #Cm_modal iframe {
    height: 44%; } }
/*------------------------------------------------------------
トップ動画 start
------------------------------------------------------------*/
.ec-pressroomTopMovieRole__movie {
    position: relative;
}
.ec-pressroomTopMovieRole__movie-heading {
    position: static;
    margin: 20px 0 0 30px;
    width: 220px;
    height: auto;
    z-index: 100;
}
.swiper-container-movie.slider_movie {
    padding: 20px 0 30px;
}
.swiper-container-movie.slider_movie .popup-iframe__title {
    margin-top: 15px;
    color: #000;
    line-height: 1.5;
}
.popup-iframe {
    position: relative;
    display: block;
}
.popup-iframe__icon {
    position: absolute;
    top: -18px;
    right: -12px;
    width: 45px;
    height: 45px;
    z-index: 100;
}
.popup-iframe__img {
    position: relative;
    aspect-ratio: 2/1;
}
.popup-iframe__img img {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
    /* for ie (ofi.min.js) */
    font-family: 'object-fit: cover;';
}
.popup-iframe__img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/top_movie_play.webp) no-repeat top center;
    background-size: contain;
    transform: translate(-50%, -50%);
}
.movie-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 2px;
}
.movie-thumbs .movie-thumb {
  width: 19.4%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}
.movie-thumbs .movie-thumb img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
/*------------------------------------------------------------
トップ動画 end
------------------------------------------------------------*/
/*------------------------------------------------------------
INSTAGRAM start
------------------------------------------------------------*/
.ec-pressroomTopInstaRole {
    margin-bottom: 60px;
}
.ec-pressroomTopInstaRole img {
    max-width: 100%;
}
/* タイトル */
.ec-pressroomTopInstaRole__title {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    z-index: 10;
}
.ec-pressroomTopInstaRole__title-text {
    position: relative;
    text-align: center;
    z-index: 1;
}
.ec-pressroomTopInstaRole__title-text small {
    display: block;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
}
.ec-pressroomTopInstaRole__title-text span {
    font-family: oswald;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
}
.ec-pressroomTopInstaRole__title-text::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 4px;
    background: url(../common/images/bg_ttl_line.png) left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
/* インスタグラム */
.ec-pressroomTopInstaRole__insta {
    background-image: url(../press_staff/images/insta_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 20px 40px;
}
.ec-pressroomTopInstaRole__insta h3 {
    position: relative;
    top: -15px;
    width: 180px;
    margin: 0 auto;
}
.ec-pressroomTopInstaRole__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ec-pressroomTopInstaRole__item {
    width: 94px;
    height: 94px;
    margin: 2px;
}
.ec-pressroomTopInstaRole__item img {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
    /* for ie (ofi.min.js) */
    font-family: 'object-fit: cover;';
}
/* VIEW MORE */
.ec-pressroomTopInstaRole__link {
    text-align: center;
    width: 275px;
    margin: 25px auto 0;
}
.ec-pressroomTopInstaRole__link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    margin: 0 auto 50px;
    color: #fff;
    border-radius: 100px;
    border: 2px solid #03071f;
    background-color: #000;
    font-family:montserrat;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
}
.ec-pressroomTopInstaRole__link a::before {
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../press_staff/images/icon_insta_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ec-pressroomTopInstaRole__link a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 9px;
    height: 12px;
    background-image: url(../common/images/btn_arrow_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
}
/* sns */
.ec-pressroomTopIntroRole__sns-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-pressroomTopIntroRole__sns-item {
    width: 55px;
    margin: 0 12px;
}
.ec-pressroomTopIntroRole__sns-item a {
    display: block;
    height: 100%;
    width: 100%;
}
/*------------------------------------------------------------
INSTAGRAM end
------------------------------------------------------------*/
/*------------------------------------------------------------
Column_area start
------------------------------------------------------------*/
#Column_area {
  margin-bottom: 60px;
}
#Column_area .blog_list_style > li {
  width: 48%;
  margin-bottom: 30px;
}
#Column_area .blog_list_style > li dl dt img {
  height: 100px;
  width: 100%;
}
/*------------------------------------------------------------
Column_area end
------------------------------------------------------------*/
/*------------------------------------------------------------
241003add 色検索 start
------------------------------------------------------------*/
.color_wrap {
  background: url(../common/images/bg_dot.png) left 9px repeat;
  background-size: 5px 5px;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
.color_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
}
.color_item {
  width: calc((100% / 5) - 6.5px);
}
.color_item a {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 5px 2px;
  width: 100%;
  height: 100%;
}
.color_item.red a {
  background-color: #ff4b4b;
  border-color: #b22222;
  color: #fff;
}
.color_item.pink a {
  background-color: #ff99b4;
  border-color: #ff69b4;
  color: #fff;
}
.color_item.white a {
  background-color: #fff;
  border-color: #cccccc;
}
.color_item.green a {
  background-color: #0b9b84;
  border-color: #147a6a;
  color: #fff;
}
.color_item.blue a {
  background-color: #3b6ed4;
  border-color: #1143a9;
  color: #fff;
}
.color_item.yellow a {
  background-color: #fdde36;
  border-color: #eda200;
}
.color_item.beige a {
  background-color: #ecd2b3;
  border-color: #c0a17b;
}
.color_item.black a {
  background-color: #313131;
  border-color: #000;
  color: #fff;
}
.color_item.black a {
  background-color: #313131;
  border-color: #000;
  color: #fff;
}
.color_item.gold a {
  background: linear-gradient(-45deg, #e9b539 0%, #f1d47b 30%, #cc8a0a 80%);
  border-color: #ca8500;
  color: #fff;
}
.color_item.silver a {
  background: linear-gradient(-45deg, #afafaf 0%, #cdcdcd 30%, #808080 80%);
  border-color: #838383;
  color: #fff;
}
.color_wrap .btn {
  margin-top: 30px !important;
}
/*------------------------------------------------------------
241003add 色検索 end
------------------------------------------------------------*/
