
@charset "utf-8";

:root {
  --text-color: #231815;
  --primary-color: #00a0e9;
  --secondary-color: #fff100;
  --easing: cubic-bezier(0.33, 1, 0.68, 1);
  --arrow: path('M5 0L3.93933 1.06067L7.12866 4.25H0V5.75H7.12866L3.93933 8.93933L5 10L10 5L5 0Z');
}



.p-aksk-wrap * {
  box-sizing: border-box;
}
.p-aksk-wrap {
  position: relative;
  padding: 64px 0;
  background: linear-gradient(#fcc800, #fff100);
  font-size: 15px;
  line-height: 1.8;
}
.p-aksk-wrap img {
  max-width: 100%;
  height: auto;
}
.p-aksk-wrap .wrap-group {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .p-aksk-wrap {
    padding-bottom: 48px;
    font-size: 14px;
  }
  .p-aksk-wrap::before {
    background-size: auto;
  }
  .p-aksk-wrap::after {
    background-size: auto;
  }
}

/* beer festa */
.p-aksk-wrap::after {
  content: '';
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/urban/akasakabiztower-sd/special/25-105/images/bg.png");
}
.p-aksk-wrap section {
  position: relative;
  z-index: 1;
}



/* --------------- general */
@media (max-width: 767px) {
  .-pc {
    display: none;
  }
}

/* text */
.p-aksk-wrap .-center {
  text-align: center;
}
.p-aksk-wrap .-color {
  color: var(--primary-color);
}
.p-aksk-wrap .-txt-red {
  color: #E60012;
}
.p-aksk-wrap .note {
  font-size: 13px;
}

/* arw */
.p-aksk-wrap a.-arw {
  display: grid;
  grid-template-columns: 10px auto;
  align-items: center;
  gap: 0 8px;
  line-height: 1.2;
}
.p-aksk-wrap a.-arw::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #91004F;
  clip-path: var(--arrow);
  box-shadow: 1px 1px #000;
}

/* border-box */
.p-aksk-wrap .-border-box {
  padding: 24px;
  border: 5px solid #f9f9f9;
}

/* list */
.p-aksk-wrap ul.-list {
  list-style: disc;
  padding-left: 24px;
}

/* grid */
.p-aksk-wrap dl.-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 8px;
}




/* --------------- layout */
.p-aksk-wrap section + section {
  margin-top: 64px;
}
.p-aksk-wrap section {
  position: relative;
  z-index: 1;
}
.l-aksk-container {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 32px;
}
.l-aksk-container.-min {
  max-width: 734px;
}
@media (max-width: 767px) {
  .p-aksk-wrap section + section {
    margin-top: 48px;
  }
  .l-aksk-container {
    padding: 0 24px;
  }
}



/* --------------- article */
.p-aksk-wrap .-article p + p,
.p-aksk-wrap .-article p + .p,
.p-aksk-wrap .-article .p + p,
.p-aksk-wrap .-article .p + .p {
  margin-top: 24px;
}
.p-aksk-wrap h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
.p-aksk-wrap h3 {
  font-size: 24px;
  line-height: 1.5;
}
.p-aksk-wrap h4 {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-aksk-wrap h2 {
    font-size: 18px;
  }
  .p-aksk-wrap h3 {
    font-size: 20px;
  }
  .p-aksk-wrap h4 {
    font-size: 16px;
  }
}



/* --------------- products */
.p-aksk-products + .p-aksk-products {
  margin-top: 64px;
}
.p-aksk-products .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.p-aksk-products .items .item {
  position: relative;
}
.p-aksk-products .items figure {
  margin-bottom: 16px;
}
.p-aksk-products .items .body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  line-height: 1.5;
}
.p-aksk-products .items .title {
  padding: 16px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 700;
}
.p-aksk-products .items .title .-min {
  font-size: .9em;
}
.p-aksk-products .items .area img {
  width: auto;
  max-height: 44px;
}
.p-aksk-products .items .shop {
  font-weight: 700;
}
.p-aksk-products .items .shop a {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
  padding: 8px 32px 8px 8px;
  background: #fff;
  line-height: 1.3;
}
.p-aksk-products .items .shop a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  background: #91004F;
  clip-path: var(--arrow);
  translate: 0 -50%;
}
.p-aksk-products .items .info p + p {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .p-aksk-products .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-aksk-products .items .title {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
  }
}

/* motion */
.p-aksk-products .items .item {
  opacity: 0;
  translate: 0 32px;
  transition: .4s var(--easing);
}
.p-aksk-products .items .item.-active {
  opacity: 1;
  translate: 0 0;
}
.p-aksk-products .items .item:nth-child(3n + 2) {
  transition-delay: .1s;
}
.p-aksk-products .items .item:nth-child(3n + 3) {
  transition-delay: .2s;
}
@media (max-width: 767px) {
  .p-aksk-products .items .item:nth-child(3n + 2) {
    transition-delay: 0s;
  }
  .p-aksk-products .items .item:nth-child(3n + 3) {
    transition-delay: 0s;
  }
}


/* layout */
.p-aksk-lead + .p-aksk-products {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .p-aksk-lead + .p-aksk-products {
    margin-top: 48px;
  }
}



/* --------------- hero */
.p-aksk-hero {
  overflow: hidden;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}



/* --------------- lead */
.p-aksk-lead {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-aksk-lead {
    font-size: 18px;
  }
}


/* --------------- head */
.p-aksk-head {
  margin-bottom: 56px;
}
.p-aksk-head h2 {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.p-aksk-head h2 img {
  width: auto;
  max-height: 88px;
}
@media (max-width: 767px) {
  .p-aksk-head h2 img {
    max-height: 56px;
  }
}



/* --------------- nav */
.p-aksk-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.p-aksk-nav .a {
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-aksk-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 0 auto;
  }
}













