@charset "UTF-8";

img {
  width: 100%;
  vertical-align: bottom;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.center-mark {
  margin: 30px auto;
  text-align: center;
}

.fl-menu {
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: flex-end;
}

.lb-green {
  background: linear-gradient(transparent 0%, transparent 50%, #DBFF49 50%, #DBFF49 100%);
  /* background: #DBFF49; */
  color: #000;
}

.lb-blue {
  background: linear-gradient(transparent 0%, transparent 50%, #000AFF 50%, #000AFF 100%);
  /* background: #000AFF; */
  color: #fff;
}

.wrap {
  padding: 0 15px;
}

#harajuku-1st{
    padding-bottom: 50px;
}

/* =============================================
#pc
============================================= */

.bg-blk{
    background: #000;
}

.bg-gray{
    background: #f8f8f8
}

.pc-wrap{
    margin: 0 auto;
    max-width: 640px;
}


/* =============================================
#introduction
============================================= */

.intro-inner {}

.intro-txt {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 28px;
}



/* =============================================
#store
============================================= */


.store-content {
  padding: 45px 0 60px;
  background: #f8f8f8;
}

.store-logo{
    width: 100%;
    text-align: center;
  }

.store-logo img {
  width: calc(693px / 2);
  height: calc(855px / 2);
}


.detail {
  font-size: 1.4rem;
  line-height: 20px;
}

.attention {
  border: 1px solid #000;
  padding: 10px 10px 9px;
  font-weight: bold;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 22px;
  text-align: center;
}

#sec-store h2 {
  font-weight: bold;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 42px;
}

#sec-store h2 span.txt-15 {
  font-size: 4.2rem;
}

#sec-store h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  margin: 15px 0;
}

#sec-store .store-special-price h2{
    line-height: 32px;
}

#sec-store .midashi {
  font-size: 1.4rem;
  line-height: 26px;
}

#sec-store .note {
  font-size: 1.3rem;
  line-height: 23px;
}

#sec-store .note span.txt-bold {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.6rem;
}

.sub-title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  font-weight: 600;
}

.store-lottery-lineup{
    text-align: center;
}

.store-lottery-lineup img{
    width: calc(1170px / 2.5);
}


/* =============================================
#party
============================================= */

.party-content {
  padding: 45px 0;
  background: #000;
  color: #fff;
}

#sec-party .midashi {
  padding: 30px;
  font-weight: bold;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 32px;
}

#sec-party .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#sec-party .info .title-txt {
  font-size: 2.0rem;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  font-weight: 600;
  background: #fff;
  padding: 10px 15px 9px;
  color: #000;
}

#sec-party .info .detail-wrap {
  border: 1px solid;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


#sec-party h2 {
  font-size: 48px;
  line-height: 40px;
  font-weight: bold;
  font-size: 600;
  position: relative;
  padding: 0 15px;
}

#sec-party h2::after {
  content: "";
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-left: -15px;
  margin-top: 10px;
  height: 2px;
  background: #fff;
}


#sec-party .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#sec-party .links a {
  display: block;
}

.the-never-surrenders .links img {
  width: calc(621px / 2);
  height: calc(138px / 2);
}

#sec-party .links-icon {
  display: flex;
  flex-wrap: wrap;
}

#sec-party .links-icon .icon {
  margin-bottom: 30px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#sec-party .links-icon img {
  width: calc(300px / 2);
}


.syasboy .links img {
  width: calc(231px / 2);
  height: calc(147px / 2);
}



.party-lottery .lottery-title {
  font-size: 4.0rem;
  line-height: 70px;
  font-weight: bold;
  font-weight: 600;
}

.lottery-sub-txt {
  font-size: 2.0rem;
  font-weight: bold;
  font-weight: 600;
}


.present-content .btn{
width: 300px;
margin: 0 auto;
}

.btn a {
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1.6rem;
}

.btn a:link {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

/* .btn a::after {
  content: "";
  display: inline-block;
  background: url(../../../img/lp/harajuku-1st-anniversary-party/arrow.png) no-repeat;
  width: calc(37px / 2);
  height: calc(34px / 2);
  background-size: contain;
  margin: 0px 0 3px 4px;
} */

.party-lottery ul {
  padding-left: 20px;
  padding-right: 10px;
  margin: 10px 0px 30px;
}

.party-lottery li {
  font-size: 1.3rem;
  line-height: 23px;
  list-style: disc;
}


/* =============================================
#present
============================================= */

#sec-present h2 {
  font-weight: bold;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 42px;
}

#sec-present h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  margin: 15px 0;
}


#sec-present .present-txt {
  font-size: 1.8rem;
  line-height: 33px;
  font-weight: bold;
  font-weight: 600;

}

.coming {
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 600;
}


.sponsors .title {
  background: #F0F0F0;
  font-size: 1.3rem;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  font-weight: 600;
  padding: 10px 0;
}

.sponsors .title span{
  font-size: 20px;
  line-height: 33px;
}


.sponsors-logo{
    display: flex;
}

.sponsors-logo .logo{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sponsors-logo .logo.keys-bricks img{
    width: calc(489px / 2);
    height: calc(276px / 2);
}

.sponsors-logo .logo.pabst img{
    width: calc(306px / 2);
    height: calc(285px / 2);
}



.snaker-present .txt-s{
  font-size: 1.3rem;
  line-height: 23px;
}