@charset "Shift_JIS";
.mt-des1 {
  margin-top: 50px!important;
}
.mt-des2 {
  margin-top: 30px!important;
}
.mt-des3 {
  margin-top: 60px!important;
}
.mt-des4 {
  margin-top: 20px!important;
}
.mt-des5 {
  margin-top: 50px!important;
}
.mt-des6 {
  margin-top: 20px!important;
}
.pd-des1 {
  padding: 0 30px 60px 30px!important;
}
.pd-des2 {
  padding: 0!important;
}
.fs-des1 {
  font-size: 1.8rem!important;
}
h1 {
  margin: 0;
}
h2 {
  text-align: center;
  margin: 0;
}
p {
  margin: 0;
}
.txt-center {
  text-align: center;
}
a.link_type_blank {
  color: #E15797;
}
a.link_type_blank::after {
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 .5em;
  background-image: url(/promo/nisa_recipe/img/ico_01.png);
  width: 16px;
  height: 14px;
}
a.link_type_blank:hover {
  text-decoration:underline;
}
.content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px 0 15px;
}
.content--bg {
  padding: 60px 0 60px 0;
  background-image: url(/promo/nisa_recipe/img/content_bg.png);
}
.btn {
  display: flex;
}
.btn--center {
  justify-content: center;
}
.btn a {
  display: flex;
  padding: 10px 30px;
  border-radius: 100vh;
  background: #E25898;
  box-shadow: 0 6px 0 #FFDAEB;
  font-size: 2.2rem;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn a:hover {
  background: #EBF3BB;
  color: #E25898;
  text-decoration: none;
}
.col2-box .col2-item:nth-child(2) {
  margin-top: 50px;
}
.col2-box .modal-box .link-list__type--modal:before, .col2-box .modal-box .link-list__type--modal:after {
 display: none;
}
.modal-box .link-list>li>[class*=__type] {
  padding-left: 0;
}
.link-list li {
  text-align: center;
}
.brand_name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.brand_name:before, .brand_name:after {
  content: "";
  width: 3em;
  border-top: 3px solid #E15797;
}
.brand_name:before {
  margin-right: 20px;
}
.brand_name:after {
  margin-left: 20px;
}
.brand_name p {
  margin: 0;
}
.brand_name .brand_num {
  font-size: 0.9em;
}
.brand__col {
  display: flex;
  margin: 20px 0 0 0;
}
.brand__col dt span {
  display: block;
  width: 120px;
  border-radius: 100vh;
  background-color: #FFDAEB;
  text-align: center;
  font-weight: bold;
}
.brand__col dd {
  margin-left: 20px;
}
.btn02 {
  width: 200px;
  text-align: center;
}
.btn02 a {
  display: block;
  padding: 10px 20px;
  border: 2px solid #E15797;
  border-radius: 999px;
  background-color: #FFFFFF;
  color: #E25898;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  box-shadow: 0 6px 0 #FFDAEB;
  transition: all 0.3s ease;
  position: relative;
}
.btn02 a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url(/promo/nisa_recipe/img/ico_01.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -7px;
}
.btn02 a:hover {
  border: 2px solid #EBF3BB;
  background-color: #EBF3BB;
}
.brand__cont {
  margin-top: 50px;
}
.btn__box__col2 .btn02 {
  margin: 0 auto;
}
.btn__box__col2 .btn02:nth-child(2), .btn__box__col2 .btn02:nth-child(3) {
  margin-top: 15px;
}
.img__box--center {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  .Header, .Footer {
    min-width:1200px;
  }
  .mt-des1 {
    margin-top: 60px!important;
  }
  .mt-des2 {
    margin-top: 40px!important;
  }
  .mt-des3 {
    margin-top: 100px!important;
  }
  .mt-des4 {
    margin-top: 35px!important;
  }
  .mt-des5 {
    margin-top: 80px!important;
  }
  .mt-des6 {
    margin-top: 25px!important;
  }
  .pd-des1 {
    padding-bottom: 100px!important;
  }
  .pd-des2 {
    padding: 0 30px!important;
  }
  .fs-des1 {
    font-size: 2rem!important;
  }
  .Main__head {
    height: 550px;
    background-image: url(/promo/nisa_recipe/img/mv_pc_bg.png);
  }
  .Main__head__inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
  }
  .content {
    width: 1200px;
    padding: 0;
  }
  .content--bg {
    padding: 100px 0 100px 0;
  }
  .btn a {
    font-size: 2.6rem;
  }
  .col2-box {
    display: flex;
    justify-content: space-between;
  }
  .col2-box .col2-item {
    width: 578px;
    padding: 0 15px 0 30px;
  }
  .col2-box .col2-item:nth-child(2) {
    margin-top: 0;
    padding: 0 30px 0 15px;
  }
  .brand__col3 {
    display: flex;
    justify-content: center;
  }
  .brand__col {
    margin: 0;
  }
  .brand__col dt {
    margin-left:40px;
  }
  .brand__col:first-child dt {
    margin-left: 0;
  }
  .brand__col dd {
    margin-left: 20px;
  }
  .btn__box__col2 {
    display: flex;
    justify-content: center;
  }
  .btn__box__col2 .btn02 {
    margin: 0;
  }
  .btn__box__col2 .btn02:nth-child(2), .btn__box__col2 .btn02:nth-child(3) {
    margin: 0 0 0 20px;
  }
  .brand__cont {
    margin-top: 80px;
  }
  .brand_name {
    font-size: 2.8rem;
  }
  .brand_name .brand_num {
    font-size: 1em;
  }
}