@charset "UTF-8";
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.p-howtoBox__img > img, .p-storyBtm__img > img, .p-kv__img img {
  display: block;
  width: 100%;
  line-height: 0;
}

/*
ユーティリティ系おまとめファイル
*/
.p-info {
  background-color: #D94B83;
}
@media screen and (max-width: 1200px ) {
  .p-info {
    padding-top: 90px;
  }
}
.p-info__head {
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}
.p-info__head > img {
  height: 40px;
}

.p-infoBox {
  width: 100%;
  max-width: 817px;
  margin-inline: auto;
  border: 5px solid #000000;
  border-radius: 13px;
  background-color: #FFFFFF;
}
.p-infoBox__inner {
  padding: 28px 40px;
}

.p-infoList__item {
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #707070;
  padding: 20px 0 20px 5px;
}
.p-infoList__item:first-child {
  padding-top: 0;
}
.p-infoList__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 568px) {
  .p-infoList__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: normal;
        align-items: normal;
    gap: 15px;
  }
}
.p-infoList__categoly {
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 5px 15px;
  color: #FFFFFF;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-infoList__categoly {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .p-infoList__categoly {
    width: 125px;
    font-size: 15px;
  }
}
.p-infoList__categoly--pink {
  background-color: #D94B83;
}
.p-infoList__categoly--blue {
  background-color: #4dd4dd;
}
.p-infoList__desc {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-infoList__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .p-infoList__desc {
    font-size: 15px;
  }
}
.p-infoList__link {
  color: #000000;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .p-infoList__link:hover {
    opacity: 0.7;
  }
}
.p-infoList__date {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-infoList__date {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.p-kv {
  overflow: hidden;
}
.p-kv__bg {
  padding-bottom: 60px;
  background: #D94B83;
}
@media screen and (max-width: 768px) {
  .p-kv__bg {
    padding-bottom: 0;
  }
}
.p-kv__imgWrap {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.p-kv__imgWrap::before {
  display: block;
  content: "";
  width: 655px;
  height: 863px;
  position: absolute;
  top: 0;
  left: -500px;
  background: url(/akad/inc/image/raw/img_kvDeco-left.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-kv__imgWrap::before {
    content: none;
  }
}
.p-kv__imgWrap::after {
  display: block;
  content: "";
  width: 564px;
  height: 841px;
  position: absolute;
  top: 0;
  right: -450px;
  background: url("/akad/inc/image/raw/img_kvDeco-right.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-kv__imgWrap::after {
    content: none;
  }
}
.p-kv__img {
  position: relative;
  width: 100%;
  max-width: 937px;
  margin: 0 auto;
  z-index: 1;
}
.p-kv__img--pc {
  display: block;
}
@media screen and (max-width: 568px) {
  .p-kv__img--pc {
    display: none;
  }
}
.p-kv__img--sp {
  display: none;
}
@media screen and (max-width: 568px) {
  .p-kv__img--sp {
    display: block;
  }
}

.p-news {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
  margin-top: -30px;
  padding: 18px 60px 18px 45px;
  border: 5px solid #000000;
  border-radius: 9999px;
  background: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .p-news {
    border-radius: 0;
    border-left: none;
    border-right: none;
    max-width: none;
  }
}
@media screen and (max-width: 834px) {
  .p-news {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.p-news::after {
  content: "";
  display: block;
  width: 18px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  background: url("/akad/inc/image/top/ico/ico_arrow-black.svg") no-repeat center/contain;
  transition: right 0.2s ease;
}
.p-news[href$=".pdf"]::after {
  content: "";
}
@media (any-hover: hover) {
  .p-news:hover::after {
    right: 23px;
  }
}
.p-news__head {
  position: relative;
  margin-right: 30px;
  margin-bottom: 0;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-news__head {
    margin-bottom: 10px;
  }
}
.p-news__head::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: -30px;
  width: 1px;
  height: calc(100% + 10px);
  background: #707070;
}
@media screen and (max-width: 834px) {
  .p-news__head::after {
    content: none;
  }
}

.p-newsItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .p-newsItem {
    margin-left: 0;
  }
}
@media screen and (max-width: 568px) {
  .p-newsItem {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.p-newsItem__cat {
  padding: 5px 15px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  background: #D94B83;
}
.p-newsItem__list {
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-newsItem__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-newsItem__date {
  margin-left: 20px;
}
@media screen and (max-width: 568px) {
  .p-newsItem__date {
    margin-left: 0;
  }
}
.p-newsItem__detail {
  margin-left: 20px;
}
@media screen and (max-width: 568px) {
  .p-newsItem__detail {
    margin-left: 0;
  }
}

.p-kvBtm {
  overflow: hidden;
}
@media screen and (max-width: 1200px ) {
  .p-kvBtm {
    margin-bottom: -150px;
  }
}
@media screen and (max-width: 768px) {
  .p-kvBtm {
    padding-bottom: 150px;
  }
}

.p-kvBtmBox {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border: 5px solid #000000;
  border-radius: 20px;
}
.p-kvBtmBox__outer {
  position: relative;
  margin-right: calc((100% - 1170px) / 2);
  margin-left: -30px;
}
@media screen and (max-width: 1280px) {
  .p-kvBtmBox__outer {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-kvBtmBox__outer {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.p-kvBtmBox__inner {
  padding: 80px;
  padding-left: calc(100% - 1170px);
}
@media screen and (max-width: 1280px) {
  .p-kvBtmBox__inner {
    padding-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .p-kvBtmBox__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-kvBtmBox__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 568px) {
  .p-kvBtmBox__inner {
    padding: 30px 20px;
  }
}
.p-kvBtmBox__head {
  color: #D94B83;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 568px) {
  .p-kvBtmBox__head {
    font-size: 28px;
  }
}
.p-kvBtmBox__subHead {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 568px) {
  .p-kvBtmBox__subHead {
    font-size: 18px;
  }
}
.p-kvBtmBox__descArea {
  max-width: 530px;
}
@media screen and (max-width: 1024px) {
  .p-kvBtmBox__descArea {
    max-width: calc(100% - 340px);
  }
}
@media screen and (max-width: 900px) {
  .p-kvBtmBox__descArea {
    max-width: initial;
  }
}
.p-kvBtmBox__desc {
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}
.p-kvBtmBox__desc--blueBold {
  color: #28B1FF;
  font-size: 25px;
  font-weight: 900;
}
.p-kvBtmBox__desc--redBold {
  color: #D00606;
  font-size: 25px;
  font-weight: 900;
}
.p-kvBtmBox__img {
  max-width: 760px;
  position: absolute;
  top: 50%;
  right: -16%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .p-kvBtmBox__img {
    max-width: 650px;
  }
}
@media screen and (max-width: 1200px ) {
  .p-kvBtmBox__img {
    max-width: 580px;
    right: -10%;
  }
}
@media screen and (max-width: 1100px) {
  .p-kvBtmBox__img {
    right: -17%;
  }
}
@media screen and (max-width: 1024px) {
  .p-kvBtmBox__img {
    max-width: 500px;
    right: -12%;
  }
}
@media screen and (max-width: 900px) {
  .p-kvBtmBox__img {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}
.p-kvBtmBox__img--row {
  display: block;
}
@media screen and (max-width: 900px) {
  .p-kvBtmBox__img--row {
    display: none;
  }
}
.p-kvBtmBox__img--column {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-kvBtmBox__img--column {
    display: block;
    margin-bottom: 30px;
  }
}

.p-story__bg {
  position: relative;
  margin-top: -30px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1200px ) {
  .p-story__bg {
    margin-bottom: 0;
  }
}
.p-story__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 490px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/akad/inc/image/raw/bg_mountain.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-story__headWrap {
  text-align: center;
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
}
.p-story__head {
  display: inline-block;
  line-height: 1;
  min-width: 461px;
  padding: 24px;
  background: #000000;
  border-radius: 9999px;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .p-story__head {
    min-width: 380px;
  }
}
@media screen and (max-width: 400px) {
  .p-story__head {
    min-width: 320px;
  }
}
.p-story__head > img {
  height: 40px;
}
@media screen and (max-width: 400px) {
  .p-story__head > img {
    height: 30px;
  }
}
.p-story__contents {
  position: relative;
  z-index: 1;
}

.p-story.l-section {
  padding-bottom: 60px;
}

.p-storyBox {
  max-width: 492px;
  margin: 0 auto;
}
.p-storyBox__desc {
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0;
}

.p-convList {
  margin-bottom: 60px;
}
.p-convList__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.p-convList__item:last-child {
  margin-bottom: 0;
}
.p-convList__item--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.p-convList__img {
  max-width: 76px;
  height: auto;
  margin-right: 15px;
}

.p-convList__item--reverse .p-convList__img {
  margin-right: 0;
  margin-left: 15px;
}
.p-convList__item--reverse .p-convBox {
  background: #E3FFEC;
}
.p-convList__item--reverse .p-convBox::before {
  background: url("/akad/inc/image/raw/bg_fukidasi-lGreen.png") no-repeat center/contain;
  left: auto;
  right: -11px;
}

.p-convBox {
  position: relative;
  width: 100%;
  max-width: 277px;
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.p-convBox::before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  position: absolute;
  top: 15px;
  left: -11px;
  background: url("/akad/inc/image/raw/bg_fukidasi-white.png") no-repeat center/contain;
}
.p-convBox__inner {
  padding: 20px 15px;
}
.p-convBox__desc {
  font-size: 14px;
}
.p-convBox__desc--normal {
  font-size: 16px;
  font-weight: 500;
}
.p-convBox__desc--xLarge {
  font-size: 23px;
  font-weight: 500;
}
.p-convBox__desc--large {
  font-size: 19px;
  font-weight: 500;
}

.p-storyBtm__desc {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.5;
}
.p-storyBtm__descBgWhite {
  display: inline-block;
  padding: 7px 32px;
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 500;
  background: #FFFFFF;
  border-radius: 9999px;
}
.p-storyBtm__img {
  max-width: 376px;
  margin: 0 auto;
}
.p-storyBtm.l-section {
  padding-top: 60px;
  padding-bottom: 320px;
}
@media screen and (max-width: 1024px) {
  .p-storyBtm.l-section {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 768px) {
  .p-storyBtm.l-section {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 568px) {
  .p-storyBtm.l-section {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1200px ) {
  .l-bg.p-storyBtm__bg {
    margin-bottom: 0;
    padding-top: 0;
  }
}

.p-product {
  background-color: #FFFFFF;
}
.p-product__decoImage {
  width: 100%;
  margin-top: -3px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-product__decoImage {
    padding-bottom: 30px;
  }
}
.p-product__decoImage > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product__head {
  text-align: center;
  line-height: 1;
  margin-bottom: 65px;
}
@media screen and (max-width: 568px) {
  .p-product__head {
    margin-bottom: 40px;
  }
}
.p-product__head > img {
  height: 40px;
}
.p-product__introduction {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  gap: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-product__introduction {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__introduction {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px;
  }
}
.p-product__image {
  width: 100%;
  max-width: 490px;
}
.p-product__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-product__image > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-product__imageWrapper {
  position: relative;
}
.p-product__imageDeco {
  position: absolute;
  top: 0;
  left: -40px;
}
@media screen and (max-width: 1024px) {
  .p-product__imageDeco {
    width: 130px;
  }
}
@media screen and (max-width: 834px) {
  .p-product__imageDeco {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__imageDeco {
    width: 160px;
  }
}
@media screen and (max-width: 568px) {
  .p-product__imageDeco {
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  .p-product__imageDeco {
    width: 120px;
  }
}
.p-product__imageDeco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-productInfo {
  width: 100%;
  max-width: 470px;
}
.p-productInfo__head {
  padding-bottom: 13px;
  position: relative;
  width: 100%;
  max-width: 362px;
}
.p-productInfo__head::after {
  content: "";
  position: absolute;
  background-image: url("/akad/inc/image/top/product/img_headDeco.svg");
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.p-productInfo__head > span {
  color: #D94B83;
  font-size: 17px;
  font-weight: 400;
}
.p-productInfo__link {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-productInfo__link {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-productInfo__link {
    -ms-flex-align: center;
        align-items: center;
  }
}
.p-productInfo__share {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: center;
      align-items: center;
}

.p-detailList {
  margin-bottom: 30px;
}
.p-detailList__item {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.p-detailList__item:last-child {
  margin-bottom: 0;
}
.p-detailList__head > span {
  display: inline-block;
  background-color: #D94B83;
  padding: 5px 16px;
  color: #FFFFFF;
  border-radius: 9999px;
  font-size: 14px;
  width: 105px;
  text-align: center;
}
.p-detailList__desc {
  font-size: 16px;
}

.p-productBox {
  width: 100%;
  max-width: 813px;
  margin-inline: auto;
  background-color: #868686;
  border-radius: 15px;
}
.p-productBox__inner {
  padding: 0 15px 50px;
}
.p-productBox__head {
  display: inline-block;
  background-color: #3a3a3a;
  padding: 15px 35px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 25px;
}

.p-productContents {
  padding-left: 30px;
}
.p-productContents__list {
  margin-bottom: 25px;
}
.p-productContents__list:last-child {
  margin-bottom: 0;
}
.p-productContents__head {
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 5px;
  padding-left: 12px;
  position: relative;
  line-height: 1;
}
.p-productContents__head::before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 9px;
  height: 9px;
  border-radius: 9999px;
  top: 55%;
  left: 0;
  transform: translateY(-55%);
}
.p-productContents__item {
  position: relative;
  color: #FFFFFF;
  padding-left: 1.5em;
}
.p-productContents__item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 1.5em;
  line-height: 1.5;
}
.p-productContents__item > span {
  font-size: 14px;
}

.p-usage {
  background-color: #D94B83;
  width: 100%;
  padding-top: 170px;
  position: relative;
}
.p-usage::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(65px, 11vw, 150px);
  position: absolute;
  background-color: #CF2023;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 10%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 10%, 0 100%);
}
.p-usage__deco {
  position: absolute;
  width: 260px;
  top: -198px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .p-usage__deco {
    width: 200px;
    top: -153px;
  }
}
@media screen and (max-width: 568px) {
  .p-usage__deco {
    width: 130px;
    top: -95px;
  }
}
.p-usage__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-usage__inner {
  width: 100%;
  max-width: 1170px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px ) {
  .p-usage__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-usage__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .p-usage__inner {
    padding: 0 15px;
  }
}
.p-usage__head {
  text-align: center;
  line-height: 1;
  margin-bottom: 65px;
}
@media screen and (max-width: 568px) {
  .p-usage__head {
    margin-bottom: 40px;
  }
}
.p-usage__head > img {
  height: 40px;
}
.p-usage__contentsWrapper {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.p-usage__contents {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .p-usage__contents {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-usage__contents {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-usage__image {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
.p-usage__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-usageBox {
  background-color: #FFFFFF;
  border: 5px solid #000000;
  border-radius: 11px;
  width: 100%;
}
.p-usageBox__inner {
  padding: 35px 45px;
}
@media screen and (max-width: 568px) {
  .p-usageBox__inner {
    padding: 35px 30px;
  }
}
.p-usageBox__head {
  font-size: 26px;
  padding-bottom: 8px;
  border-bottom: 3px solid #000000;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 568px) {
  .p-usageBox__head {
    font-size: 21px;
  }
}
.p-usageBox__image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-usageBox__image {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 568px) {
  .p-usageBox__image {
    width: 100%;
  }
}
.p-usageBox__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-howto {
  position: relative;
  background: #E04C4E;
}
.p-howto::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1366px;
  height: 302px;
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/akad/inc/image/raw/bg_flame-pink.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.p-howto__head {
  text-align: center;
  line-height: 1;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-howto__head {
    padding-top: 30px;
  }
}
.p-howto__head > img {
  height: 40px;
}
.p-howto__desc {
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-howto__desc {
    padding: 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .p-howto__desc {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.p-howtoFlow__wrap {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px ) {
  .p-howtoFlow__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .p-howtoFlow__wrap {
    padding: 0 15px;
  }
}
.p-howtoBtm .p-howtoFlow__wrap {
  padding-bottom: 70px;
}
.p-howtoFlow__deco {
  position: absolute;
}
.p-howtoFlow__deco--top {
  top: 0;
  left: -135px;
}
@media screen and (max-width: 1200px ) {
  .p-howtoFlow__deco--top {
    left: -70px;
  }
}
@media screen and (max-width: 1024px) {
  .p-howtoFlow__deco--top {
    display: none;
  }
}
.p-howtoFlow__deco--middle {
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px ) {
  .p-howtoFlow__deco--middle {
    right: -70px;
    width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p-howtoFlow__deco--middle {
    display: none;
  }
}
.p-howtoFlow__deco--bottom {
  top: 60px;
  left: -150px;
  z-index: 2;
}
@media screen and (max-width: 1200px ) {
  .p-howtoFlow__deco--bottom {
    left: -75px;
    width: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .p-howtoFlow__deco--bottom {
    display: none;
  }
}
.p-howtoFlow__item {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.p-howtoFlow__item:has(.p-howtoBox--withImg) {
  padding-bottom: 80px;
}

.p-howtoBox {
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-howtoBox {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 568px) {
  .p-howtoBox {
    width: 100%;
  }
}
.p-howtoBox--withImg {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-howtoBox--withImg {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-howtoBox--withImg::after {
  display: block;
  content: "";
  width: 56px;
  height: 34px;
  background: url("/akad/inc/image/top/ico/ico_arrow-white.svg") no-repeat center/contain;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.p-howtoBox__inner {
  padding: 30px 40px;
}
@media screen and (max-width: 1024px) {
  .p-howtoBox__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-howtoBox__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 568px) {
  .p-howtoBox__inner {
    padding: 30px 20px;
  }
}
.p-howtoBox__imgWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-howtoBox__img {
  width: 390px;
  height: 100%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-howtoBox__img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
  }
}
.p-howtoBox__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-howtoBox__contents {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.p-howtoBtm {
  position: relative;
  background: #CF2023;
}
.p-howtoBtm::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1366px;
  height: 302px;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/akad/inc/image/raw/bg_flame-red.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-howtoBtm::before {
    height: 171px;
    top: 0;
  }
}
.p-howtoBtm__inner {
  position: relative;
}
.p-howtoBtm__inner::before {
  display: block;
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  background: #E04C4E;
}

.p-download {
  width: 100%;
  max-width: 1170px;
  margin-inline: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px ) {
  .p-download {
    padding: 0 30px 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-download {
    padding: 0 20px 150px;
  }
}
@media screen and (max-width: 568px) {
  .p-download {
    padding: 0 15px 100px;
  }
}
.p-download__inner {
  width: 100%;
  max-width: 645px;
  margin-inline: auto;
}
.p-download__head {
  width: 100%;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-download__head {
    max-width: 300px;
  }
}
.p-download__head > img {
  width: 100%;
}

.p-downloadBtn {
  background-color: #5C5C5C;
  border: 5px solid #000000;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .p-downloadBtn {
    border-radius: 15px;
  }
}
.p-downloadBtn__inner {
  padding: 34px 28px 34px 38px;
}
@media screen and (max-width: 768px) {
  .p-downloadBtn__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 568px) {
  .p-downloadBtn__inner {
    padding: 30px 20px;
  }
}
.p-downloadBtn__contents {
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .p-downloadBtn__contents {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px;
  }
}

.p-downloadLink {
  background-color: #FFFFFF;
  border-radius: 9999px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-downloadLink {
    max-width: 300px;
  }
}
.p-downloadLink__inner {
  padding: 15px 25px 15px 30px;
}
.p-downloadLink__txt {
  color: #CE3333;
  font-weight: 600;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .p-downloadLink__txt:hover {
    opacity: 0.7;
  }
}

#wrapper {
  padding: 0 0;
}
@media screen and (max-width: 1200px ) {
  #wrapper {
    padding: 60px 0 0;
  }
}

.p-spContents {
  position: fixed;
  bottom: 300px;
  right: 0;
  background-color: #FFFFFF;
  width: 347px;
  transform: translate(calc(347px - 48px));
  z-index: 3;
  transition: transform 0.2s linear;
}
@media screen and (max-width: 568px) {
  .p-spContents {
    width: 337px;
    transform: translate(calc(337px - 38px));
  }
}
.p-spContents__inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-spContents__btn {
  cursor: pointer;
  display: block;
  position: relative;
  background-color: #000000;
  width: 48px;
}
@media screen and (max-width: 568px) {
  .p-spContents__btn {
    width: 38px;
  }
}
.p-spContents__btn > img {
  position: absolute;
  top: 50%;
  left: 12px;
  height: 18px;
  transform: translateY(-50%) rotate(-90deg);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 568px) {
  .p-spContents__btn > img {
    height: 16px;
    left: 8px;
  }
}
.p-spContents__body {
  width: calc(347px - 48px);
  height: 100%;
  border: 1px solid #868686;
  border-left: none;
  padding: 25px 15px;
}
@media screen and (max-width: 568px) {
  .p-spContents__body {
    width: calc(337px - 38px);
    padding: 20px 15px;
  }
}
.p-spContents__text {
  color: #D94B83;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
}
.p-spContents__linkBtn {
  display: inline-block;
  font-size: 15px;
  padding: 20px 55px;
  width: auto;
  color: #FFFFFF;
  background-color: #D94B83;
  line-height: 1.25;
  border: 2px solid #D94B83;
  border-radius: 15px;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
}
@media screen and (max-width: 568px) {
  .p-spContents__linkBtn {
    padding: 15px 45px;
  }
}
@media (any-hover: hover) {
  .p-spContents__linkBtn:hover {
    color: #D94B83;
    background-color: #FFFFFF;
  }
}
.p-spContents.is-linkOpen {
  transform: translate(0);
}

.p-keywordModal {
  width: 100%;
  max-width: 435px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 568px) {
  .p-keywordModal {
    padding: 0 15px;
  }
}
.p-keywordModal__image {
  width: 100%;
  max-width: 435px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.p-keywordModal__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-keywordModal__close {
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
/*# sourceMappingURL=../../_map/project/top/style.css.map */
