@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #000;
  --color_blue01: #0072cb;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  line-height: 1.625;
  font-size: 1.6rem !important;
  color: var(--color_black);
  font-feature-settings: "palt";
  z-index: -1;
}
body p {
  font-weight: 500!important;
}
body * {
  box-sizing: border-box;
}
body::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/special/nba/assets/images/bg_pc01.webp") no-repeat top center / cover,
  linear-gradient(0deg,rgba(35, 31, 32, 1) 0%, rgba(89, 89, 89, 1) 100%);
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 50);
  }
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  body::before {
    content: none;
  }
}
@media screen and (min-width:500px) and (max-width:768px) {
  html {
    font-size: 62.5%;
  }
}
/* common
------------------------------------------------*/
.tx_red { color: #f00!important;}
*::after,*::before { transition: all .3s;}
/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
.bg_color {
  padding: 0 2.3rem 4.3rem 2.3rem;
  background-color: #1d428a;
}
#cpn-main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: .06em;
  font-feature-settings: "palt";
  background: #fff;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, .3) 0 0 18px;
}
#cpn-main img {
  max-width: 100%;
  height: auto;
}
#cpn-main picture {
  display: block;
}
#cpn-main section {
  position: relative;
}
#cpn-main a {
  position: relative;
  text-decoration: none;
}
#cpn-main a,.bg_contents a,.cta_follow a {
  transition: .3s;
}
@media screen and (max-width: 768px) {
  #cpn-main {
    margin: 0 auto;
    max-width: 500px;
  }
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
}
.bg_contents .bg_right_area {
  position: fixed;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  top: calc((100% - 8.5vw) / 2);
  right: 0;
  margin-top: 0;
}
.bg_contents .bg_entry_btn {
  margin: auto;
}
.bg_entry_btn a {
  text-decoration: none;
  display: inline-block;
  background-color: #c8102e;
  box-shadow: 0px 4px #6b0d1f;
  padding: 1.3vw;
  border-radius: 80px;
  color: #fff;
  width: 72%;
  height: 100%;
  font-size: 2vw;
  font-weight: bold;
  position: relative;
}
.bg_entry_btn .black_cv_btn::before {
  display: inline-block;
  content: "";
  width: .4em;
  height: .4em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  top: 47%;
  right: 1em;
}
.bg_entry_btn .btn_lead {
  font-size: 1.85vw;
}
.bg_contents .bg_menu {
  background-color: #fff;
  box-shadow: 0px 6px #840d24;
  border-radius: 30px;
  position: absolute;
  width: 23.5vw;
  max-width: 80%;
  margin: -12.5% auto 0;
  height: 21.5vw;
  top: calc((100% - 13vw) / 2);
  left: calc((100% - 23vw) / 2);
}
.bg_menu ul {
  padding: 0.8vw 1.4vw;
  width: 100%;
  position: absolute;
  top: 0;
}
.bg_menu li {
  text-align: left;
}
.bg_menu li:first-of-type {
  border-bottom: 2px solid #efefef;
  padding-bottom: 1vw;
}
.bg_menu li:nth-of-type(2n) {
  padding: 1vw 0 0 0;
}
.bg_menu li:nth-of-type(3n) {
  margin-bottom: 0;
}
.bg_menu li a, .bg_menu p { 
  font-weight: 500;
  font-size: 1.6vw;
}
.bg_menu li a { 
  color: var(--color_black);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  transition: 0s;
  padding: .7vw .7vw;
  border-radius: 5px;
}
.bg_menu li a::after {
  background: url("/special/nba/assets/images/ic_red.svg") no-repeat;
  content: "";
  position: relative;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-top: .5rem;
  transition: 0s;
}
.bg_contents .bg_menu .access {
  background-color: #c8102e;
  color: #fff;
  font-size: 1.3vw;
  font-weight: 500;
  margin: 0.6em 0 1em;
  padding: 1.3em 6.5em 1.5em 1.3em;
  border-radius: .7vw;
  text-align: center;
  position: relative;
}
.bg_contents .bg_menu .access::after {
  background: url("/special/nba/assets/images/qr.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 4.8em;
  height: 4.8em;
  top: .5em;
  right: .7em;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .bg_contents .bg_menu {
    border-radius: 23px;
  }
}
@media screen and (max-width: 1400px) {
  .bg_entry_btn .btn_lead {
    font-size: 1.65vw;
  }
  .bg_entry_btn a {
    width: 78%;
    font-size: 1.85vw;
  }
  .bg_contents .bg_menu .access {
    font-size: 1.1vw;
  }
  .bg_contents .bg_menu {
    height: 19.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .bg_menu li a, .bg_menu p {
    font-size: 1.4vw;
  }
  .bg_menu li:nth-of-type(2n) {
    padding: 0.8vw 0 0 0;
  }
  .bg_entry_btn a {
    width: 82%;
    font-size: 1.8vw;
  }
  .bg_contents .bg_menu {
    border-radius: 19px;
  }
}
@media screen and (max-width: 1120px) {
  .bg_contents .bg_menu {
    left: calc((100% - 21vw) / 2);
    box-shadow: 0px 4px #840d24;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}

/* kv
------------------------------------------------*/
#cpn-main section#kv {
  padding: 0 0 1.2rem;
  background-color: #1d428a;
}
h1 {
  font-size: 1rem;
}
#kv p { 
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  margin: 0.8rem 0.8rem 0;
  font-size: 2.5rem;
  font-weight: bold; 
  padding-bottom: 0.6rem;
  color: #fff;
  line-height: 4.2rem;
}
#kv p span {
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 505px) {
  #kv p {
    font-size: 2.3rem;
  }
}
/* entry_btn
------------------------------------------------*/
.btn_lead {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  padding: 0 0 0.7rem 3px;
}
.btn_lead_em {
  color: #efa500; 
  display: inline-block;
  font-style: normal;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  position: relative;
  font-weight: bold;
  padding: 0 2px 0 2px;
}
.btn_lead_em::after {
    display: inline-block;
    content: "　";
    position: absolute;
    width: .5em;
    top: -.3em;
    right: 0;
    background: url("/special/nba/assets/images/icon_type01.svg") 0 0 / contain no-repeat;
}
.entry_btn a {
  display: inline-block;
  background-color: #c8102e;
  box-shadow: 0px 4px #6b0d1f;
  padding: 1.8rem;
  border-radius: 80px;
  color: #fff;
  width: 83%;
  height: 100%;
  font-size: 2.2rem;
  font-weight: bold;
}
.entry_btn .black_cv_btn::before {
  display: inline-block;
  content: "";
  width: .4em;
  height: .4em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  top: 47%;
  right: 1.1em;
}
.entry_btn .list {
  color: #fff;
  font-size: 1.55rem;
  text-align: left;
  padding-left: 1.5rem;
  margin: 2.4rem 0 3.5rem;
  line-height: 1.3;
}
.entry_btn .list li {
  text-indent:-1.5rem;
}
@media screen and (max-width: 450px) {
  .entry_btn a  {
    box-shadow: 0px 2.5px #6b0d1f;
  }
  .entry_btn .black_cv_btn::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
/* anchor_link
------------------------------------------------*/
.anchor_list {
  display: flex;
  margin: 2rem 0 3rem;
  justify-content: space-between;
}
.anchor_list li {
  width: 47.4%;
}
.anchor_list a {
  display: inline-block;
  color: #231f20;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(147, 147, 147, 1) 0%, rgba(232, 232, 232, 1) 50%, rgba(147, 147, 147, 1) 100%);
  font-size: 2.1rem;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 0 4px var(--color_black);
  position: absolute;
  line-height: 1.2;
  padding: 0.8rem 0 0.2rem;
}
.anchor_list a::after {
  display: block;
  content: "";
  background-image: url(/special/nba/assets/images/icon_type02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.7rem;
  height: 2.7rem;
  margin-top: .6rem;
  position: relative;
  margin: 1rem auto;
}
@media screen and (max-width: 450px) {
  .anchor_list a {
    box-shadow: 0 2.5px var(--color_black);
    border-radius: 4vw;
  }
}
/* about_ahamo
------------------------------------------------*/
#about_ahamo {
  background: #fff;
  border-radius: 25px;
  border: 3px solid var(--color_blue01);
  margin: 2.5rem 0 4rem;
  padding: 2.4rem 1.5rem 2.5rem;
}
.bg_gray {
  background-color: #f2f2f2;
  margin: 1.7rem 0 1.2rem;
  padding: 0.5rem 0 1.1rem;
} 
.bg_gray .sub_tx {
  color: #008ddf;
  font-weight: bold!important; 
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  margin-bottom: 0.3rem;
  display: inline-block;
}
.bg_gray .sub_tx::before,
.bg_gray .sub_tx::after {
  position: absolute;
  top: .5rem;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("/special/nba/assets/images/icon_type03.svg") no-repeat center;
}
.bg_gray .sub_tx::before {
  left: -2rem;
}
.bg_gray .sub_tx::after {
  transform: scaleX(-1);
  right: -1.5rem;
}
.tx_R {
  text-align: right;
  line-height: 0.7;
  color: #231f20;
}
.tx_L {
  text-align: left;
  padding-left: 0.8rem;
  line-height: 0.7;
  color: #231f20;
}
[class*="point_ahamo"] {
  border-top: 2px solid #efefef;
}
[class*="point_ahamo"] h3 {
  margin: 1.3rem 0 0;
}
[class*="point_ahamo"] h3 img{
  display: block;
  width: 24.5%;
  margin: 0;
}
[class*="point_ahamo"] .sub_tx {
  display: inline-block;
  color: #3e4042;
  font-size: 1.8rem;
  border: 2px solid #008ddf;
  border-radius: 50px;
  padding: 1px 8px;
  margin-left: 2rem;
}
.point_ahamo_03 .sub_tx {
  padding: 1px 17px;
  letter-spacing: 0.3px;
  line-height: 2.5rem;
  margin-left: 1.8rem;
}
[class*="point_ahamo"] .sub_tx span {
  color: var(--color_blue01);
  font-weight: 500;
}
[class*="point_ahamo"] .indent {
  text-align: left;
  text-indent: -3rem;
  padding-left: 3.3rem;
  line-height: 2rem;
  margin: 1rem 1.3rem 1.2rem;
  color: #231f20;
  letter-spacing: 0.03em;
}
.point_ahamo_03 .indent {
  margin-bottom: 1rem;
}
.point_ahamo_03 .bg_blue {
  margin: 0 1.6rem 1.3rem;
}
.point_ahamo_03 .bg_blue p {
  background-color: #008ddf;
  color: #fff;
  border-radius: 6px;
  font-size: 1.65rem;
  padding: .5rem 0 0.5rem 0;
}
.point_ahamo_03 .bg_blue .grid {
  display: grid;
  grid-template-columns: 12fr 11fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0.7rem;
  justify-content: space-between;
}
.point_ahamo_03 .bg_blue .grid p:first-of-type {
  margin-bottom: 0.7rem;
  grid-area: 1 / 1 / 2 / 2;
} 
.point_ahamo_03 .bg_blue .grid p:nth-of-type(2) {
  grid-area: 1 / 2 / 2 / 3;
} 
.point_ahamo_03 .bg_blue .grid p:last-of-type {
  margin-bottom: 0.7rem;
}
.point_ahamo_04 p {
  line-height: 1;
  font-size: 1.7rem;
  color: #231f20;
}
@media screen and (max-width: 450px) {
  [class*="point_ahamo"] .indent {
    font-size: 1.5rem;
    text-indent: -2.8rem;
    padding-left: 2.8rem;
  }
  [class*="point_ahamo"] .sub_tx {
    border: 1px solid #53b1e5;
  }
  .point_ahamo_03 .sub_tx {
    padding: 1px 9px;
  }
  #about_ahamo {
    border-radius: 20px;
  }
}
/* campaign
------------------------------------------------*/
#campaign p {
  color: #fff;
  font-weight: normal!important;
}
#campaign {
  position: relative;
  background-color: #1d428a;
  z-index: 1;
}
#campaign::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/special/nba/assets/images/bg_campaign.webp") no-repeat center/contain;
  z-index: -1;
}
#campaign h2 {
  background: url("/special/nba/assets/images/icon_type04.svg") no-repeat center/contain;
  padding: 1.8rem 0 4rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
}
#campaign .campaign_bnr {
  margin: 2rem 10rem 0.5rem;
  display: block;
}
.website-link {
  background-color: #1d428a; 
  padding: 3.2rem 0 2rem;
}
.website-link a {
  color: #fff;
  text-decoration: underline!important;
  display: inline-block;
  font-size: 1.55rem;
  z-index: 1;
}
/* footer
------------------------------------------------*/
footer {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: #231f20;
}
footer .cp {
  background: linear-gradient(90deg,rgba(147, 147, 147, 1) 0%, rgba(232, 232, 232, 1) 50%, rgba(147, 147, 147, 1) 100%);
  padding: 3.5rem 0;
}
/* cta_follow
------------------------------------------------*/
.cta_follow {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background: linear-gradient(90deg,rgba(147, 147, 147, 1) 0%, rgba(232, 232, 232, 1) 50%, rgba(147, 147, 147, 1) 100%);
  padding: 1rem 0;
  margin: auto;
  right: 0;
  text-align: center;
}
.cta_follow .entry_btn a {
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta_follow .entry_btn a {
    width: 420px
  }
}
@media screen and (max-width: 500px) {
  .cta_follow .entry_btn a {
    width: 83%;
  }
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  #cpn-main .campaign_bnr:hover {
    opacity: .8;
  }
  #cpn-main .website-link>a:hover {
    opacity: .7;
  }
  .bg_menu li a:hover {
    color: #fff;
    background-color: #c8102e;
    border-radius: 8px;
  }
  .bg_menu li a:hover::after {
    background: url("/special/nba/assets/images/ic_red_active.svg") no-repeat;
  }
  .entry_btn a:hover,.anchor_list li a:hover {
    transition: .3s;
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
  -webkit-box-shadow: 0 1px #1d428a;
          box-shadow: 0 1px #1d428a;
  }
  .bg_entry_btn a:hover {
  transition: .3s;
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
  -webkit-box-shadow: 0 1px #231f20;
          box-shadow: 0 1px #231f20;
  }
}
h2 {
  font-size: 3.4rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 5.7vw;
  }
}
@media screen and (max-width: 375px) {
  .entryBtnLarge::before {
    left: -5.5rem;
  }
  .entryBtnLarge::after {
    right: -5.5rem;
  }
}
.bg_menu ul li a.is-active {
  color: #fff;
  background-color: #c8102e;
  border-radius: 8px;
}
.bg_menu ul li a.is-active::after {
  background: url("/special/nba/assets/images/ic_red_active.svg") no-repeat;
}