@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.l-kv {

  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 35px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 50;
}
.l-kv .txt {
  overflow: hidden;
}
.l-kv .txt .txt-in {
  display: flex;
  width: 100vw;
}
.l-kv .txt .txt-in p {
  flex: 0 0 auto;
  font-family: "Jost", sans-serif;
  font-size: 438px;
  letter-spacing: -0.02em;
  display: inline-block;
  text-align: left;
  color: #f0f645;
  opacity: 0.4;
  line-height: 1;
  white-space: nowrap;
  mix-blend-mode: overlay;
}
.l-kv .txt .txt-in p:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
.l-kv .txt .txt-in p:nth-child(even) {
  animation: loop2 50s linear infinite;
}
.l-kv .ticker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(70, 154, 206, 0.8);
  border: none;
  padding: 8px 0;
}
.l-kv .ticker ul li {
  line-height: 1;
}
.l-kv .ticker ul li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a1';
  font-weight: 900;
  color: #FFF;
  margin-right: 10px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.l-kv .ticker ul li a {
  color: #FFF;
  line-height: 1;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-top {
  background: url("../img/common/bg_border.png");
}
.p-top__event {
  margin-top: -350px;
  position: relative;
  z-index: 150;
}
.p-top__event .event-wrap {
  width: 45.57vw;
  float: right;
}
.p-top__event .event-wrap .item {
  margin: 0 10px;
}
.p-top__event .slick-dots {
  display: block;
  width: 2em;
  position: absolute;
  left: -2em;
  bottom: 0;
}
.p-top__event .slick-dots button {
  appearance: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-color: #3D3D3D;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.p-top__event .slick-dots button:hover, .p-top__event .slick-dots button:focus {
  outline: none;
}
.p-top__event .slick-dots button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.p-top__event .slick-active button {
  background-color: #F0F645;
  border: 1px solid #3D3D3D;
}
.p-top__search {

}
.p-top__search input[type="text"],
.p-top__search input[type="email"],
.p-top__search input[type="tel"],
.p-top__search input[type="password"] {
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
.p-top__search input[type="text"]:focus,
.p-top__search input[type="email"]:focus,
.p-top__search input[type="tel"]:focus,
.p-top__search input[type="password"]:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.p-top__search .search-box {

  width: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  position: relative;
  z-index: 100;

}
.p-top__search .search-box a {
  text-decoration: none;
}
.p-top__search .search-box h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #3d3d3d;
}
.p-top__search .search-box h4 {
  font-size: 18px;
  color: #3d3d3d;
}
.p-top__search .search-box .top {
  border-bottom: 1px solid #B4C6D5;
  padding: 20px 0;
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__search .search-box .top:before, .p-top__search .search-box .top:after {
  content: none;
}
.p-top__search .search-box .top .item {
  width: 100%;
  margin-right: 20px;
  border: 1px solid #2D6D94;
  display: table;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.p-top__search .search-box .top .item .title {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  text-align: center;
}
.p-top__search .search-box .top .item .title--area span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  position: relative;
  top: -2px;
  margin-right: 8px;
  background: url("../img/common/icon_area.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__search .search-box .top .item .title--day span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 8px;
  background: url("../img/common/icon_calendar.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__search .search-box .top .item .txt {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 120px);
}
.p-top__search .search-box .top .item .txt input {
  height: 50px;
  line-height: 50px;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__search .search-box .top .item:last-child {
  margin-right: 0;
}
.p-top__search .search-box .menu {
  padding: 20px 0 25px;
}
.p-top__search .search-box .menu .title h4 {
  float: left;
}
.p-top__search .search-box .menu .title h4:before {
  content: "";
  width: 15px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url("../img/common/icon_document.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__search .search-box .menu .title a {
  color: #469ACE;
  margin-left: 30px;
}
.p-top__search .search-box .menu .category {
  padding-top: 20px;
}
.p-top__search .search-box .menu .category a {
  display: inline-block;
  color: #469ACE;
  border: 1px solid #469ACE;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 25px;
  background-color: #FFF;
}
.p-top__search .search-box .menu .category a:hover {
  background-color: #469ACE;
  color: #FFF;
  opacity: 1;
}
.p-top__search .search-box .plus {

  padding: 0px;
  margin-top: 20px;
}
.p-top__search .search-box .plus .is-accordion .is-head {
  cursor: pointer;
}
.p-top__search .search-box .plus .is-accordion .is-head .title h4 {
  display: inline-block;
  color: #2D6D94;
}
.p-top__search .search-box .plus .is-accordion .is-head .title h4 span:before {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
  background: url("../img/common/icon_plus.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__search .search-box .plus .is-accordion .is-head .title a {
  display: inline-block;
  vertical-align: middle;
  color: #469ACE;
  margin-left: 30px;
  position: relative;
  top: -2px;
  z-index: 100;
}
.p-top__search .search-box .plus .is-accordion .is-head.is-open .title h4 span:before {
  background: url("../img/common/icon_minus.svg") no-repeat center;
}
.p-top__search .search-box .plus .is-accordion .is-body .plus-category {
  padding: 20px 0 25px;
}
.p-top__search .search-box .plus .is-accordion .is-body .plus-category a {
  display: inline-block;
  color: #469ACE;
  border: 1px solid #469ACE;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 25px;
  background-color: #fff;
}

.plus a {
  display: inline-block;
  color: #fff;
  border: 1px solid #469ACE;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 25px;
  background-color: #2d6d94;
}

.p-top__search .search-box .plus .is-accordion .is-body .plus-category a:hover {
  background-color: #469ACE;
  color: #FFF;
  opacity: 1;
}

.plus a:hover {
  background-color: #fff;
text-decoration: none;
  color: #469ACE;
  opacity: 1;
}

.p-top__search .search-box .plus .is-accordion .is-body .price {
  border-top: 1px solid #B4C6D5;
  padding-top: 20px;
}
.p-top__search .search-box .plus .is-accordion .is-body .price h5 {
  color: #2D6D94;
  margin-bottom: 10px;
}
.p-top__search .search-box .plus .is-accordion .is-body .price .price-in > div {
  display: inline-block;
  white-space: nowrap;
}
.p-top__search .search-box .plus .is-accordion .is-body .price .price-in > div:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #469ACE;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.p-top__search .search-box .plus .is-accordion .is-body .price .price-in > div:last-child:after {
  content: none;
}
.p-top__search .search-box .plus .is-accordion .is-body .price .price-in input {
  border: 1px solid #469ACE;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFF;
  height: 50px;
  line-height: 50px;
  width: auto;
}
.p-top__search .search-box .plus .is-accordion .is-body .price .price-in span {
  vertical-align: bottom;
  color: #469ACE;
  font-weight: bold;
  padding-left: 5px;
}
.p-top__catalog {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-top__catalog h4 {
  margin-bottom: 40px;
  margin-top: 60px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 10px;
  font-size: 26px;
  letter-spacing: 0.05em;
  position: relative;
}
.p-top__catalog h4 a {
  background-color: #000;
  color: #FFF;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  bottom: 0;
  font-size: 16px;
  height: fit-content;
  width: fit-content;
  padding: 0 10px;
}
.p-top__pickup {
  background-color: #fff;
  padding: 100px 0;
}
.p-top__pickup .pickup-salon {
  margin-top: 80px;
  padding: 0 100px;
}
.p-top__pickup .pickup-salon .item {
  margin: 0 10px;
}
.p-top__pickup .pickup-salon button {
  appearance: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
.p-top__pickup .pickup-salon button:hover, .p-top__pickup .pickup-salon button:focus {
  outline: none;
}
.p-top__pickup .pickup-salon button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.p-top__pickup .pickup-salon .slick-arrow {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: absolute;
}
.p-top__pickup .pickup-salon .slick-arrow.slick-prev {
  background: url("../img/common/icon_next.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top__pickup .pickup-salon .slick-arrow.slick-next {
  background: url("../img/common/icon_prev.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 60px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top__feature {
  padding: 100px 0;
}
.p-top__feature .block-wrap {
  margin-top: 45px;
  padding: 0 60px;
}
.p-top__feature h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.p-top__feature .shop-wrap .item {
  width: 23%;
  margin-right: 2.6%;
  float: left;
  color: #2D6D94;
  font-size: 18px;
  font-size: 1.8rem;
    height: 330px
}

.item_2025 {
  width: 46.5%;
  margin: 7px;
    padding: 10px;
  float: left;
  color: #2D6D94;
  background-color: rgb(255 255 255 / 50%);
  font-size: 14px;
    height: 120px
}

#shop_title_tel{
	background-image:url(../img/tel2.png);
    background-size: 60px;
	background-repeat:no-repeat;
    background-position: top left;
	margin-top:10px;
	padding:0px 0px 0px 65px;
}

#shop_title_time{
	background-image:url(../img/shop_time2.png);
    background-size: 60px;
	background-repeat:no-repeat;
    background-position: center left;
	margin-top:0px;
	padding:0px 0px 1px 65px;
	min-height:18px;
}

#shop_title_access{
	background-image:url(../img/access2.png);
    background-size: 60px;
	background-repeat:no-repeat;
    background-position: top left;
	margin-top:0px;
	padding:0px 0px 0px 65px;
	min-height:18px;
}

#shop_title_zip{
	background-image:url(../img/access2_zip.png);
    background-size: 60px;
	background-repeat:no-repeat;
    background-position: top left;
	margin-top:0px;
	padding:0px 0px 0px 65px;
	min-height:16px;
}

.p-top__feature .shop-wrap .item:nth-child(4n) {
  margin-right: 0;
}
.p-top__feature .shop-wrap .item a {
  text-decoration: none;
  color: #2D6D94;
}
.p-top__feature .shop-wrap .item .title {
  margin-top: 15px;
}
.p-top__feature .bn {
  margin-top: 85px;
  padding: 0 60px;
}
.p-top__feature .bn ul li {
  width: 600px;
  float: left;
  margin-right: 37px;
}
.p-top__feature .bn ul li:nth-child(2n) {
  margin-right: 0;
}
.p-top__feature .bn ul li:nth-child(n+3) {
  margin-top: 10px;
}
.p-top__new {
  background: #469ACE;
  padding: 100px 0 110px;
}
.p-top__new h3 {
  margin-bottom: 55px;
}
.p-top__new .slick-dots {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.p-top__new .slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.p-top__new .slick-dots li:last-child {
  margin-right: 0;
}
.p-top__new .slick-dots li.slick-active button {
  background-color: #F0F645;
}
.p-top__new .slick-dots button {
  appearance: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-color: #FFFFFF;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.p-top__new .slick-dots button:hover, .p-top__new .slick-dots button:focus {
  outline: none;
}
.p-top__new .slick-dots button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.p-top__new .new-wrap {
  padding: 0 60px;
}
.p-top__new .photo {
  width: 30.88%;
  float: left;
}
.p-top__new .movie {
  width: 54.77%;
  float: right;
}
.p-top__new .movie .item .in {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-top__new .movie .item .in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-top__cptop {
  padding: 60px 0 0;
}
.p-top__cptop .c-wrap {
  text-align: center;
}
.p-top__cptop .c-wrap a {
  display: inline-block;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
    
    .item_2025 {
  width: 91%;
  margin: 7px;
    padding: 10px;
  color: #2D6D94;
  background-color: rgb(255 255 255 / 50%);
  font-size: 12px;
        height: auto;
    }
    
    
  .l-kv {

    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

  }
  .l-kv .txt .txt-in p {
    font-size: 180px;
  }

  .p-top__event {
    margin-top: 0;
  }
  .p-top__event .event-wrap {
    width: 97.5%;
    margin: -100px auto 0;
    float: none;
  }
  .p-top__event .slick-dots {
    display: block;
    width: 100%;
    position: static;
    left: 0;
    bottom: 0;
    text-align: center;
    margin-top: 10px;
  }
  .p-top__event .slick-dots li {
    display: inline-block;
    margin-right: 10px;
  }
  .p-top__event .slick-dots li:last-child {
    margin-right: 0;
  }
  .p-top__event .slick-dots button {
    appearance: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: inherit;
    font-family: inherit;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background-color: #3D3D3D;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .p-top__event .slick-dots button:hover, .p-top__event .slick-dots button:focus {
    outline: none;
  }
  .p-top__event .slick-dots button::-moz-focus-inner {
    border: none;
    padding: 0;
  }
  .p-top__event .slick-active button {
    background-color: #F0F645;
    border: 1px solid #3D3D3D;
  }
  .p-top__search {
    margin-top: 0;
 
  }
  .p-top__search .search-box {

    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .p-top__search .search-box h3 {
    font-size: 18px;
  }
  .p-top__search .search-box h4 {
    font-size: 16px;
  }
  .p-top__search .search-box .top {

    width: 100%;
    display: block;
  }
  .p-top__search .search-box .top .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-top__search .search-box .top .item .title {
    display: table-cell;
  }
  .p-top__search .search-box .top .item .txt {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 120px);
  }
  .p-top__search .search-box .top .item .txt input {
    height: 50px;
    line-height: 50px;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__search .search-box .top .item:last-child {
    margin-right: 0;
  }
  .p-top__search .search-box .menu {
    padding: 20px 0 25px;
  }
  .p-top__search .search-box .menu .title h4 {
    float: left;
  }
  .p-top__search .search-box .menu .title h4:before {
    content: "";
    width: 15px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    background: url("../img/common/icon_document.svg") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-top__search .search-box .menu .title a {
    color: #469ACE;

  }
  .p-top__search .search-box .menu .category {
    padding-top: 20px;
  }
  .p-top__search .search-box .menu .category a {
    display: inline-block;
    color: #469ACE;
    border: 1px solid #469ACE;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 25px;
  }
  .p-top__search .search-box .menu .category a:hover {
    background-color: #469ACE;
    color: #FFF;
    opacity: 1;
  }
  .p-top__search .search-box .plus {
 
    padding: 10px;
  }
  .p-top__search .search-box .plus .is-accordion .is-head {
    cursor: pointer;
  }
  .p-top__search .search-box .plus .is-accordion .is-head .title h4 {
    display: inline-block;
    color: #2D6D94;
  }
  .p-top__search .search-box .plus .is-accordion .is-head .title h4 span:before {
    content: "";
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
    background: url("../img/common/icon_plus.svg") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-top__search .search-box .plus .is-accordion .is-head .title a {
    display: inline-block;
    vertical-align: middle;
    color: #469ACE;
    margin-left: 30px;
    position: relative;
    top: -2px;
    z-index: 100;
  }
  .p-top__search .search-box .plus .is-accordion .is-body .plus-category {
    padding: 20px 0 25px;
  }
  .p-top__search .search-box .plus .is-accordion .is-body .plus-category a {
    display: inline-block;
    color: #469ACE;
    border: 1px solid #469ACE;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 25px;
    background-color: #fff;
  }
  .p-top__search .search-box .plus .is-accordion .is-body .plus-category a:hover {
    background-color: #469ACE;
    color: #FFF;
    opacity: 1;
  }
  .p-top__search .search-box .plus .is-accordion .is-body .price .price-in > div {
    display: block;
    white-space: nowrap;
    width: 35%;
  }
  .p-top__search .search-box .plus .is-accordion .is-body .price .price-in input {
    border: 1px solid #469ACE;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    height: 50px;
    line-height: 50px;
    width: auto;
  }
  .p-top__search .search-box .plus .is-accordion .is-body .price .price-in span {
    vertical-align: bottom;
    color: #469ACE;
    font-weight: bold;
    padding-left: 5px;
  }
  .p-top__catalog {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-top__catalog h4 {
    margin-bottom: 20px;
    margin-top: 40px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 10px;
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative;
  }
  .p-top__catalog h4 a {
    font-size: 13px;
  }
  .p-top__pickup {
    background-color: #fff;
    padding: 60px 0;
  }
  .p-top__pickup .pickup-salon {
    margin-top: 30px;
    padding: 0 20px;
  }
  .p-top__pickup .pickup-salon .item {
    margin: 0 5px;
  }
  .p-top__pickup .pickup-salon button {
    appearance: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: inherit;
    font-family: inherit;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    z-index: 1000;
  }
  .p-top__pickup .pickup-salon button:hover, .p-top__pickup .pickup-salon button:focus {
    outline: none;
  }
  .p-top__pickup .pickup-salon button::-moz-focus-inner {
    border: none;
    padding: 0;
  }
  .p-top__pickup .pickup-salon .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .p-top__pickup .pickup-salon .slick-arrow.slick-prev {
    background: url("../img/common/icon_next.svg") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-top__pickup .pickup-salon .slick-arrow.slick-next {
    background: url("../img/common/icon_prev.svg") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-top__feature {
    padding: 50px 0;
  }
  .p-top__feature .block-wrap {
    margin-top: 45px;
    padding: 0 0;
  }
  .p-top__feature h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__feature .shop-wrap .item {
    width: 19%;
    margin-right: 2%;
    float: left;
    color: #2D6D94;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__feature .shop-wrap .item:nth-child(2n) {
    margin-right: 0;
  }
  .p-top__feature .shop-wrap .item:nth-child(4n) {
    margin-right: 0;
  }
 
  .p-top__feature .bn {
    margin-top: 40px;
    padding: 0 0;
  }
  .p-top__feature .bn ul li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .p-top__feature .bn ul li:last-child {
    margin-bottom: 0;
  }
  .p-top__feature .bn ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .p-top__new {
    background: #469ACE;
    padding: 50px 0 50px;
  }
  .p-top__new h3 {
    margin-bottom: 30px;
  }
  .p-top__new .slick-dots {
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  .p-top__new .slick-dots li {
    display: inline-block;
    margin-right: 15px;
  }
  .p-top__new .slick-dots li:last-child {
    margin-right: 0;
  }
  .p-top__new .slick-dots li.slick-active button {
    background-color: #F0F645;
  }
  .p-top__new .slick-dots button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .p-top__new .new-wrap {
    padding: 0;
  }
  .p-top__new .photo {
    width: 100%;
    float: none;
  }
  .p-top__new .movie {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}

@media screen and (max-width: 617px) {
    .p-top__feature .shop-wrap .item {
    width: 49%;
    margin-right: 2%;
    float: left;
    color: #2D6D94;
    font-size: 16px;
    font-size: 1.6rem;
  }
    
    .p-top__feature .shop-wrap .item:nth-child(n+3) {
    margin-top: 20px;
  }
    
    .m-width{
        padding: 5px 20px 0px 0px;
    }
    
    .p-top__feature .shop-wrap .item {
    height: 310px
}
    
}
