@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body, div, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p, span, section {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

a, a:link, a:visited {
  color: #111111;
}

* {
  box-sizing: border-box;
}

#campaign.main {
  opacity: 1;
  top: 0;
  background: url(../../../assets/img/bg_default.png) repeat top center;
  background-size: 95.256px 95.256px;
}

#campaign #wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}

#campaign #wrapper #offer {
  margin: 0;
  padding: 0;
  line-height: 0;
}

#campaign #wrapper #offer div img {
  max-width: 750px;
  width: 100%;
}

#campaign #wrapper #offer div p {
  margin: 0;
  padding: 0;
  position: relative;
}

#campaign #wrapper #offer div p a:hover {
  opacity: 0.7;
}

#campaign #wrapper #offer div p img {
  position: absolute;
  display: block;
}

#campaign .block.footer {
  padding: 100px 30px 30px;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 60px;
}

/* p-series */
#manage {
  margin-top: -10px;
}

#manage img {
  width: 100%;
  height: auto;
}

#manage .p-series__list {
  margin-top: 0;
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

#manage .p-series__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  margin-top: 10px;
}

#manage .p-series__button {
  margin-top: 16px;
}

#manage .p-series__picture {
  display: block;
}

@media screen and (min-width: 980px) {
  #manage .p-series__container01 {
    display: flex;
  }
  #manage .p-series .c-title-lv2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 187px;
  }
  #manage .p-series__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    gap: 50px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #manage .p-series__item {
    width: -webkit-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
}

/* ----------------------------------------------- */
/* components */
/* ----------------------------------------------- */
#manage ul, #manage ul li {
  list-style-type: none;
}

#manage a {
  text-decoration: none;
}

#manage .c-button {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  border-radius: 10px;
  position: relative;
}

#manage .c-button:hover {
  background-color: #000;
  color: #fff;
}

#manage .c-button--arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(https://www.awri.jp/assets/img/brand/manage/ico_arrow_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 8px;
  -webkit-transition: width 0.3s ease-in-out, background-image 0.3s ease-in-out, hight 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, background-image 0.3s ease-in-out, hight 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, background-image 0.3s ease-in-out, hight 0.3s ease-in-out;
}

#manage .c-button--arrow:hover::after {
  width: 10px;
  height: 6px;
  background-image: url(https://www.awri.jp/assets/img/brand/manage/ico_arrow_01_white.png);
}

#manage .c-button--black {
  background-color: #000;
  color: #fff;
}

#manage .c-button--black:hover {
  background-color: #fff;
  color: #000;
}

#manage .c-button--blank::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://www.awri.jp/assets/img/brand/manage/ico_blank.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#manage .c-button--blank:hover::after {
  background: url(https://www.awri.jp/assets/img/brand/manage/ico_blank_black.svg) no-repeat center/contain;
}

/*# sourceMappingURL=style.map */