@charset "UTF-8";
/*---------------------------------------
*
* 追加用css 
*
---------------------------------------*/

.p-model-bg01 {
  background-color: #d2d7c9;
}

.p-model-bg01 .p-model_pickup-item img,
.p-model-bg01 .p-model_pickup-item-single img,
.p-model-bg01 .p-model_pickup-flexwrap-item img {
  -webkit-box-shadow: 15px 15px 0px 0 rgba(152, 123, 93, 0.4);
  box-shadow: 15px 15px 0px 0 rgba(196, 121, 44, 0.4);
}

.p-model-bg02 {
  background-color: rgba(234, 215, 196, 0.20);
}

/* .p-model-bg02 .p-model_pickup-item img, .p-model-bg02 .p-model_pickup-item-single img, .p-model-bg02 .p-model_pickup-flexwrap-item img {
  -webkit-box-shadow: 15px 15px 0px 0 rgba(62, 78, 69, 0.7);
          box-shadow: 15px 15px 0px 0 rgba(62, 78, 69, 0.7);
} */

.p-model-bg03 {
  background-color: rgba(237, 211, 200, 0.50);
}

/* .p-model-bg03 .p-model_pickup-item img, .p-model-bg03 .p-model_pickup-item-single img, .p-model-bg03 .p-model_pickup-flexwrap-item img {
  -webkit-box-shadow: 15px 15px 0px 0 rgba(56, 49, 41, 0.5);
          box-shadow: 15px 15px 0px 0 rgba(56, 49, 41, 0.5);
} */

.p-model-bg04 {
  background-color: #2e2e2e;
}

.p-model-bg04 .p-model_pickup-item img,
.p-model-bg04 .p-model_pickup-item-single img,
.p-model-bg04 .p-model_pickup-flexwrap-item img {
  -webkit-box-shadow: 15px 15px 0px 0 rgba(60, 59, 64, 0.8);
  box-shadow: 15px 15px 0px 0 rgba(60, 59, 64, 0.8);
}

.p-model-bg05 {
  background-color: #fafafa;
}

.p-model-bg05 .p-model_pickup-item img,
.p-model-bg05 .p-model_pickup-item-single img,
.p-model-bg05 .p-model_pickup-flexwrap-item img {
  -webkit-box-shadow: 15px 15px 0px 0 rgba(71, 71, 71, 0.5);
  box-shadow: 15px 15px 0px 0 rgba(71, 71, 71, 0.5);
}

.p-model-bg06 {
  background-color: rgba(234, 228, 213, .3);
}

.p-model-bg06 .p-model_pickup-item img,
.p-model-bg06 .p-model_pickup-item-single img,
.p-model-bg06 .p-model_pickup-flexwrap-item img {
  -webkit-box-shadow: 15px 15px 0px 0 rgba(177, 145, 118, 0.3);
  box-shadow: 15px 15px 0px 0 rgba(177, 145, 118, 0.3);
}

.p-model-bg07 {
  background-color: rgba(210, 210, 204, .1);
}

.p-model-bg07 .p-model_pickup-item img,
.p-model-bg07 .p-model_pickup-item-single img,
.p-model-bg07 .p-model_pickup-flexwrap-item img {
  -webkit-box-shadow: 15px 15px 0px 0 rgba(89, 104, 114, 0.5);
  box-shadow: 15px 15px 0px 0 rgba(89, 104, 114, 0.5);
}

.p-model-bg08 {
  background-color: rgba(137, 166, 198, .2);
}

.p-model-bg08 .p-model_pickup-item img,
.p-model-bg08 .p-model_pickup-item-single img,
.p-model-bg08 .p-model_pickup-flexwrap-item img {
  -webkit-box-shadow: 15px 15px 0px 0 rgba(61, 65, 68, 0.8);
  box-shadow: 15px 15px 0px 0 rgba(61, 65, 68, 0.8);
}

.p-model-bg09 {
  background-color: #fff;
}

.p-model-bg09 .p-model_pickup-item img,
.p-model-bg09 .p-model_pickup-item-single img,
.p-model-bg09 .p-model_pickup-flexwrap-item img {
  -webkit-box-shadow: 15px 15px 0px 0 rgba(21, 21, 10, 0.9);
  box-shadow: 15px 15px 0px 0 rgba(21, 21, 10, 0.9);
}

.p-model_pickup,
.p-model_pickup-flexwrap {
  flex-wrap: wrap;
}

/* top-news */
.p-top-news {
  padding: 2rem 4rem;
}

.p-top-news_outer {
  padding: 4rem 0;
  background: #fffcf7;
}

@media screen and (max-width: 750px) {
  .p-top-news_inner {
    padding: 0 3%;
  }
}

.p-top-news_head {
  width: 100%;
  margin-bottom: 2rem;
  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;
}

.p-top-news_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-news_title {
  font-size: 1.8rem;
  line-height: 2.11111;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-top-news_title {
    font-size: 2.6rem;
    line-height: 2.15385;
  }
}

.p-top-news_text {
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: .14em;
}

@media screen and (max-width: 750px) {
  .p-top-news_text {
    font-size: 2.4rem;
    line-height: 1.58333;
  }
}

.p-dcampaign_inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-dcampaign_top {
  width: 1000px;
  background: #0588ce;
  margin: 5% auto;
  text-align: center;
  padding: 0 0 0.5em 0;
}

.p-dcampaign_top_title {
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem;
}

.p-dcampaign_top_text {
  width: 70%;
  margin: 1em auto;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: left;
}

.p-dcampaign_top_inner {
  width: 100%;
  max-width: 700px;
  padding: 2rem 0;
  margin: 0 auto;
}

.p-dcampaign_top_text li {
  margin-bottom: 1em;
}

.p-flyer_inner {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .p-dcampaign_top_inner {
    padding: 0 2rem;
  }

  .p-dcampaign_top {
    width: 100%;
  }

  .p-flyer_inner {
    width: 100%;
    padding: 0 2rem;
  }

}



.p-form-banner {
  padding: 2rem 0 8rem;
}

.p-form-banner_inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p-form-banner_link {
  display: block;
  color: blue;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .p-form-banner_link {
    font-size: 2.2rem;
  }
}

.raizyou {
  position: relative;
}

.p-fix-nav_list_banner {
  position: absolute;
  width: 12rem;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .p-fix-nav_list_banner {
    width: 15rem;
  }
}

@media screen and (max-width: 750px) {
  .p-fix-nav_list_banner {
    right: 30%;
    width: 20rem;
    bottom: 8rem;
  }
}

.p-model-menu_inner {
  padding: 4% 0 1%;
  width: 100%;
  background: no-repeat center/cover url("../images/model-menu/model_menu_bg.jpg") fixed;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-model-menu_inner {
    padding: 25% 0 1%;
    background: no-repeat center/cover url("../images/model-menu/model_menu_bg.jpg");
  }
}

.p-fixed-banner_right_item {
  position: relative;
}

.p-fix-banner_item_pop {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-80%, -35%);
  width: 10rem;
}

@media screen and (max-width: 750px) {
  .p-fix-banner_item_pop {
    width: 28rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
  }
}

/* form */
.form-outer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .form-outer {
    padding: 0 0.5rem;
  }
}

.form-inner {
  text-align: center;
  padding: 70px 0 2rem;
}

@media screen and (max-width: 750px) {
  .form-inner {
    padding: 8rem 0;
  }
}

.form-top {
  position: relative;
  padding: 70px;
}

@media screen and (max-width: 750px) {
  .form-top {
    padding: 4rem 0 0;
  }
}

.form-title-box {
  text-align: center;
  margin: 0 0 80px;
}

@media screen and (max-width: 750px) {
  .form-title-box {
    margin: 0 0 4rem;
  }
}

.form-title-text {
  color: #81b01b;
  font-size: 35px;
  line-height: 1.3714285714;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: inline-block;
  transform: translate(60px, 0);
}

@media screen and (max-width: 1200px) {
  .form-title-text {
    font-size: 5.8rem;
    line-height: 1.3448275862;
    transform: translate(4rem, 0);
  }
}

@media screen and (max-width: 750px) {
  .form-title-text {
    font-size: 3.5rem;
    line-height: 1.3714285714;
    transform: translate(8rem, 0);
  }
}

.form-title-ballon {
  width: 200px;
  position: absolute;
  top: 0;
  left: 100px;
}

@media screen and (max-width: 1200px) {
  .form-title-ballon {
    width: 30rem;
    left: 10rem;
  }
}

@media screen and (max-width: 750px) {
  .form-title-ballon {
    width: 20rem;
    left: 0;
  }
}

.form-container {
  background: #eeeeee;
  padding: 80px 100px;
}

@media screen and (max-width: 750px) {
  .form-container {
    padding: 8rem 2rem;
  }
}

.form-body {
  padding: 50px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .form-body {
    padding: 2rem 1rem;
  }
}

.form-group {
  /*
  input[type=text].readonly {
    background-color: rgba(0, 0, 0, .1);
  }
  */
}

.form-group label {
  font-size: 18px;
  line-height: 1.4444444444;
  padding: 5px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .form-group label {
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
  }
}

.form-group input[type=text],
.form-group textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
}

@media screen and (max-width: 750px) {

  .form-group input[type=text],
  .form-group textarea {
    box-shadow: 0 0 0 0.3rem #c9c9c9 inset;
  }
}

.form-group input[type=text]:focus,
.form-group textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #b6c649 inset;
}

@media screen and (max-width: 750px) {

  .form-group input[type=text]:focus,
  .form-group textarea:focus {
    box-shadow: 0 0 0 0.3rem #b6c649 inset;
  }
}

.form-group input[type=text]::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  color: #c9c9c9;
}

.form-group input[type=text]::placeholder,
.form-group textarea::placeholder {
  color: #c9c9c9;
}

.form-group input[type=text] {
  font-size: 14px;
  line-height: 0.8571428571;
  width: 100%;
  height: 50px;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .form-group input[type=text] {
    font-size: 2.8rem;
    line-height: 0.9285714286;
    height: 10rem;
    padding: 1rem;
  }
}

.form-group textarea {
  font-size: 16px;
  line-height: 1.375;
  resize: none;
  width: 98%;
  height: 14em;
  padding: 20px 30px;
}

@media screen and (max-width: 750px) {
  .form-group textarea {
    font-size: 2.8rem;
    line-height: 0.9285714286;
    padding: 2rem 3rem;
  }
}

.form-group input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  display: inline-block;
  border: 1px solid #000;
  border-radius: unset;
  position: relative;
  transform: translate(0, 2px);
}

@media screen and (max-width: 750px) {
  .form-group input[type=checkbox] {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 1rem 0 0;
    transform: translate(0, 0.2rem);
  }
}

.form-group input[type=checkbox]::after {
  content: "";
  width: 10px;
  height: 5px;
  display: inline-block;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 30%;
  left: 20%;
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .form-group input[type=checkbox]::after {
    width: 1.5rem;
    height: 0.7rem;
  }
}

.form-group input[type=checkbox]:checked::after {
  opacity: 1;
}

.form-group input[type=text].readonly:focus {
  box-shadow: 0 0 0 0.3rem #c9c9c9 inset;
}

.form-body-top {
  border-bottom: 3px solid #000;
  padding: 10px 5px;
}

@media screen and (max-width: 750px) {
  .form-body-top {
    border-bottom: 0.3rem solid #000;
    padding: 1rem 2rem;
  }
}

.form-body-top-text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .form-body-top-text {
    font-size: 2.7rem;
    line-height: 1.3333333333;
  }
}

.form-body-top-text .small {
  font-size: 13px;
  line-height: 2.0769230769;
  font-weight: 700;
  margin: 0 0 0 20px;
}

.form-body-title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin: 0 0 70px;
}

@media screen and (max-width: 750px) {
  .form-body-title {
    font-size: 2.7rem;
    line-height: 1.1111111111;
    margin: 0 0 7rem;
  }
}

.form-body-title-book {
  width: 36px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 750px) {
  .form-body-title-book {
    width: 3.6rem;
    margin: 0 2rem 0 0;
  }
}

.form-between {
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .form-between {
    justify-content: center;
  }
}

.form-start {
  justify-content: flex-start;
}

.form-flexwrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .form-sp-between {
    justify-content: space-between;
  }
}

.form-box {
  display: flex;
  padding: 15px 0 30px;
}

@media screen and (max-width: 1200px) {
  .form-box {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  .form-box {
    padding: 1.5rem 0 4rem;
  }
}

.form-box-card {
  width: 210px;
  height: 125px;
  margin: 0 3px 6px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .form-box-card {
    width: calc(50% - 1rem);
    height: 18.6rem;
    margin: 0 0 2rem;
  }
}

.form-box-card .card-content {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.form-box-card .card-content-text {
  font-size: 17px;
  line-height: 1.5882352941;
}

.form-box-card .card-content-text p {
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .form-box-card .card-content-text {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.form-group .form-box-card .card-checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #000;
  border-radius: unset;
  position: absolute;
  top: 43%;
  left: 5%;
  transform: translate(0, 0);
}

@media screen and (max-width: 750px) {
  .form-group .form-box-card .card-checkbox {
    width: 3.7rem;
    height: 3.7rem;
  }
}

.form-group .form-box-card .card-checkbox::after {
  content: "";
  width: 10px;
  height: 5px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 30%;
  left: 20%;
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .form-group .form-box-card .card-checkbox::after {
    width: 2rem;
    height: 1rem;
  }
}

.form-group .card-label {
  width: 100%;
  height: 100%;
  padding: 0 0 0 20%;
  display: inline-block;
  border-radius: 10px;
  background: #fafafa;
}

@media screen and (max-width: 750px) {
  .form-group .card-label {
    padding: 0 0 0 9rem;
    border-radius: 1rem;
  }
}

.form-group .form-catalog-card {
  margin: 0 auto;
  width: 425px;
  height: 233px;
}

@media screen and (max-width: 750px) {
  .form-group .form-catalog-card {
    width: 67rem;
    height: 25.3rem;
    margin: 0 auto 2rem;
  }

  .form-group .form-catalog-card:nth-last-of-type(1) {
    margin: 0 auto;
  }
}

.form-group .form-catalog-card .card-label {
  padding: 20px 10px 20px;
}

@media screen and (max-width: 750px) {
  .form-group .form-catalog-card .card-label {
    padding: 2rem 2rem 1rem;
  }
}

.form-group .form-catalog-card .card-checkbox {
  top: 24px;
  left: 15px;
}

@media screen and (max-width: 750px) {
  .form-group .form-catalog-card .card-checkbox {
    top: 1.4rem;
    left: 2rem;
  }
}

.form-group .form-catalog-card .catalog-name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 0 35px;
  margin: 0 0 6px;
}

@media screen and (max-width: 750px) {
  .form-group .form-catalog-card .catalog-name {
    font-size: 2.6rem;
    line-height: 1.0384615385;
    padding: 0 0 0 6rem;
    margin: 0 0 0.6rem;
  }
}

.form-group .form-catalog-card .card-content {
  height: auto;
  display: flex;
  align-items: unset;
}

@media screen and (max-width: 750px) {
  .form-group .form-catalog-card .card-content {
    padding: 1rem 0 0;
  }
}

.form-group .form-catalog-card .card-img {
  width: 177px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .form-group .form-catalog-card .card-img {
    width: 18.2rem;
  }
}

.form-group .form-catalog-card .card-img-1 {
  width: 107px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .form-group .form-catalog-card .card-img-1 {
    width: 10.7rem;
  }
}

.form-group .form-catalog-card .card-content-text {
  width: calc(100% - 182px);
  padding: 20px 20px 0 0;
}

@media screen and (max-width: 750px) {
  .form-group .form-catalog-card .card-content-text {
    width: calc(100% - 18.2rem);
    padding: 0 0 0 2rem;
    display: flex;
    align-items: center;
  }
}

.form-group .form-catalog-card .card-content-text p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .form-group .form-catalog-card .card-content-text p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.form-group .form-box-card .card-checkbox:checked {
  border: 1px solid #fff;
}

.form-group .form-box-card .card-checkbox:checked::after {
  opacity: 1;
}

.form-group .form-box-card .card-checkbox:checked+.card-label {
  color: #fff;
  background: #81b01b;
}

.form-item {
  width: 100%;
  text-align: center;
}

.form-item dl {
  display: flex;
  padding: 7px;
}

@media screen and (max-width: 750px) {
  .form-item dl {
    padding: 1rem;
  }
}

.form-item dt {
  color: #1c3738;
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 700;
  width: 100px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .form-item dt {
    max-width: 20%;
  }
}

@media screen and (max-width: 750px) {
  .form-item dt {
    display: none;
  }
}

.form-item dd {
  width: 420px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .form-item dd {
    max-width: 80%;
  }
}

@media screen and (max-width: 750px) {
  .form-item dd {
    width: 100%;
    max-width: 100%;
  }
}

.form-item .half-item {
  width: 48%;
  width: calc(50% - 10px);
}

@media screen and (max-width: 750px) {
  .form-item .half-item {
    width: calc(50% - 1rem);
  }
}

.form-bottom {
  padding: 0 5%;
}

.form-bottom a {
  border-bottom: 1px solid #000;
}

.form-bottom a:hover {
  color: #81b01b;
}

.form-bottom-text {
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0;
  padding: 4px 0;
}

@media screen and (max-width: 750px) {
  .form-bottom-text {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
}

.submit-box {
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .submit-box {
    padding: 3rem 0;
  }
}

.submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: unset;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  width: 300px;
  padding: 10px 0;
  display: inline-block;
  background: #81b01b;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .submit {
    font-size: 2.8rem;
    line-height: 2.75;
    width: 50rem;
    padding: 1rem 0;
  }
}

.required-plate {
  color: #fff;
  background: #81b01b;
  font-size: 12px;
  line-height: 2.1666666667;
  font-weight: 500;
  padding: 0 5px 2px 5px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.formError {
  opacity: 1 !important;
}

@media screen and (max-width: 750px) {
  .formError {
    left: 0 !important;
  }
}

.formError .formErrorContent {
  background: #81b01b;
  border-radius: unset;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.formError .formErrorArrow div {
  background: #81b01b;
}

/* ギャラリー崩れ宇都宮用 */
.p-model_gallery-list.-utsunomiya {
  -ms-grid-columns: 2fr 1fr 1.5fr;
  grid-template-columns: 2fr 1fr 1.5fr;
  -ms-grid-rows: 200px 300px 250px 250px auto;
  grid-template-rows: 200px 300px 250px 250px auto;
}

.-utsunomiya.p-model_gallery-list_la_1 {
  grid-row: 1 / span 2;
  -ms-grid-row: 1;
  grid-column: auto;
}

.-utsunomiya.p-model_gallery-list_la_2 {
  grid-column: 2 / span 2;
  -ms-grid-column: 2;
}

.-utsunomiya.p-model_gallery-list_la_5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/ span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

@media screen and (max-width: 1200px) {
  .p-model_gallery-list.-utsunomiya {
    grid-gap: 1rem;
    gap: 1rem;
    -ms-grid-rows: 20rem 30rem 25rem 25rem auto;
    grid-template-rows: 20rem 30rem 25rem 25rem auto;
  }
}

@media screen and (max-width: 750px) {
  .p-model_gallery-list.-utsunomiya {
    -ms-grid-rows: 10rem 15rem 12.5rem 12.5rem auto;
    grid-template-rows: 10rem 15rem 12.5rem 12.5rem auto;
  }
}

.p-popular-slider {
  background: no-repeat center/cover url("../images/model-menu/model_menu_bg.jpg");
}

.p-model-menu_list-icon_no1 {
  transform: translate(-25%, -25%);
}