@charset "UTF-8";

/* =============================================
common
============================================= */

#newera_drop_202212 {
  width: 540px;
  margin: 0 auto;
}

p {
  font-size: 1.4rem;
  line-height: 1.5;
}

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

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

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

.wrap {
  padding: 0 15px;
}

.youtube-box {
  margin: 15px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



/* =============================================
.swiper
============================================= */
.slide .swiper {
  padding-bottom: 30px;
}

.slide .swiper-pagination-bullet-active {
  background-color: #000 !important;
}

/* =============================================
.accordion-area
============================================= */

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  max-width: 900px;
  /* width: calc(100% - 14%); */
  width: 100%;
  /* margin: 0 7% 0; */
  margin: 0;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 600;
  padding: 12px 20px 9px 50px;
  background: #fff;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;

}

.accordion-area .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);

}

.accordion-area .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}

.accordion-area .title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  background: #f3f3f3;
  padding: 20px 10px;
}

.accordion-area .box p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.accordion-area .box p.note-midashi {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
}


.accordion-area .box p.note-midashi::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #000;
  margin: 5px 0 3px;
}

.accordion-area .box p span.txt-bold {
  font-weight: bold;
  font-weight: 600;
}

.accordion-area .box p.sub-midahsi {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.3rem;
}

.accordion-area .box p a {
  word-wrap: break-word;
}

.accordion-area .box .note-list {
  padding-left: 15px;
}

.accordion-area .box .note-list li {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 5px 0;
  list-style: disc;
}

/* =============================================
.common-2
============================================= */

h2 {}



.intro-inner,
.cap-inner,
.exclusive-inner {
  padding: 0 15px;
}


/* =============================================
.cap
============================================= */

#cap .creators {
  margin: 0px 40px 10px;
  display: flex;
  justify-content: center;
  gap: 60px;
}

#cap .creators .creators-icon {
  width: calc(348px / 3);
}

#cap .sub-txt {
  text-align: center;
}


#cap .list {
  width: calc(100% + 30px);
  margin-left: -15px;
}

#cap .list li {
  margin-bottom: 30px;
}

#cap .list li:last-child {
  margin-bottom: 0px;
}

#cap .list a {
  display: block;
  color: #000;
  text-align: center;
}

#cap .list a .cap-name {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
}

#cap .list a .cap-price {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.4rem;
}

#cap .list a .cap-price span.tax {
  font-size: 1.2rem;
  margin-left: 3px;
}

#cap .grid {
  display: flex;
  flex-wrap: wrap;
}

#cap .grid li {
  width: calc(50% - 20px);
  margin: 10px;
}

#cap .grid a {
  display: block;
  color: #000;
  text-align: center;
}

#cap .grid a .cap-name {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: underline;
}

#cap .grid a .cap-price {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.4rem;
}

a .cap-price span.tax {
  font-size: 1.2rem;
  margin-left: 3px;
}

#cap .fade {
  position: relative;
}

#cap .fade::before {
  content: "";
  /* 疑似要素に必須 */
  width: 100%;
  /* 幅いっぱい */
  height: 100%;
  /* 高さいっぱい */
  display: block;
  /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
  /* 徐々に透明にする */
  position: absolute;
  /*  */
  top: 0;
  left: 0;
}


#cap .btn a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0px;
  background: #000000;
  font-weight: 600;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFFFFF;
}

#cap .btn a:before{
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: url(../../../img/common/sp-icon-arrow-right-white.png) center/contain no-repeat;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}



#exclusive{
  margin-top: 100px;
}


#exclusive .grid {
  display: flex;
  flex-wrap: wrap;
}

#exclusive .grid li {
  width: calc(50% - 20px);
  margin: 10px;
}

#exclusive .grid a {
  display: block;
  color: #000;
  text-align: center;
}

#exclusive .grid a .cap-name {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: underline;
  line-height: 1.3;
}

#exclusive .grid a .cap-price {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.4rem;
}

#exclusivep .grid a .cap-price span.tax {
  font-size: 1.2rem;
  margin-left: 3px;
}


.size-list {
  width: calc(534px / 3);
  margin: auto;
}

.store-content {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
padding-top: 60px;
}

.store-content {
  /* padding: 0 15px 15px; */
  background: #000;
}

.store-content h3 {
  padding: 30px 0;
}

.store-inner {
  background: #fff;
  padding: 30px 15px;
}

.store-inner h4 {
  font-weight: 900;
  font-weight: bold;
  font-size: 3.6rem;
}

.store-inner h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 7px;
  margin: 10px 0;
  background: #000;
}

.event-date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 10px 7px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  font-size: 2.4rem;
}

.event-date .dow {
  font-size: 1.2rem;
  margin-left: 2px;
}

.sec-title {
  margin-bottom: 10px;
  font-weight: 900;
  font-weight: bold;
  font-size: 2.4rem;
}

.artist-name,
.manager-name {
  font-weight: 900;
  font-weight: bold;
  font-size: 2.4rem;
}

.artist-name .sub{
  margin-left: 4px;
  font-size: 2.0rem;
}

.manager-name.asaoka {
  font-weight: bold;
  font-weight: 600;
}

.artist-img,
.manager-img {
  margin-bottom: 10px;
}

.artist-box,
.manager-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.artist-box .insta,
.manager-box .insta {
  position: relative;
  top: -2px;
  width: calc(70px / 3.5);
}

.artist-box .insta a,
.manager-box .insta a {
  display: block;
}

.hoodie-detail p{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}

.hoodie-detail p.lead{
  font-weight: bold;
}
.store-limited-title{
padding: 10px;
background: #fff;
text-align: center;
font-weight: bold;
font-size: 1.6rem;
border: 1px solid #000;
margin: 0 60px 15px;
}


.before-release{
  margin: 0 0 30px 0;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.before-release .dow{
  font-size: 1.6rem;
}
