@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face{font-family:'UniqloBoldRegular';src:url("/us/en/special/artforall/sp/fonts/uniqlobold-webfont.eot");src:url("/us/en/special/artforall/sp/fonts/uniqlobold-webfont.eot?#iefix") format("embedded-opentype"),url("/us/en/special/artforall/sp/fonts/uniqlobold-webfont.woff") format("woff"),url("/us/en/special/artforall/sp/fonts/uniqlobold-webfont.ttf") format("truetype"),url("/us/en/special/artforall/sp/fonts/uniqlobold-webfont.svg#UniqloBoldRegular") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"DIN Next W01 Regular";src:url("/us/en/special/artforall/sp/fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot");src:url("/us/en/special/artforall/sp/fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix") format("embedded-opentype"),url("/us/en/special/artforall/sp/fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff"),url("/us/en/special/artforall/sp/fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf") format("truetype"),url("/us/en/special/artforall/sp/fonts/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a") format("svg")}

img{
  width: 100%;
}
h2 {
  font-family: UniqloBoldRegular,arial;
  font-size: 25px;
  text-align: center;
  margin: 10px 0 20px;
  font-weight: normal;
}
p{
  font-family: "DIN Next W01 Regular",arial;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 25px;
}
p.icon{
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

#header h1{
  width: 216px;
  height: 157px;
  margin: 30px auto 0;
}

#section01,#section02,#section05{
  margin: 0 4.6875%;
}
#section01,#section02,#section03,#section05,#section06{
  margin-top: 50px;
}

/* section04
=================================================== */
#section04{
  background: #f0f0f0;
  padding: 25px 0;
  text-align: center;
  margin-top: 20px;
}
#section04 h3{
  font-family: "DIN Next W01 Regular",arial;
  font-size: 14px;
  line-height: 1.28;
  font-weight: bold;
  margin-bottom: 20px;
}
#section04 p.follow{
  font-size: 12px;
  margin-bottom: 12px;
}
#section04 p.follow span{
  font-weight: bold;
  color: red;
}
#section04 ul li{
  width: 35px;
  display: inline-block;
  margin: 0 8px;
}
#section04 p.link{
  margin: 20px 0 0;
}
#section04 p.link a{
  color: #000000;
}

/* section05
=================================================== */
#section05 ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
#section05 ul li{
  flex-basis: 31.5%;
  margin-bottom: 7px;
}
#section05 ul li a{
  display: block;
  text-decoration: none;
  font-family: "DIN Next W01 Regular",arial;
  color: #000000;
  line-height: 0;
}
.productName,
.productPrice{
  display: none;
}
.productName{
  font-size: 13px;
  line-height: 15px;
  margin-top: 5px;
}
.productPrice{
  font-size: 15px;
  text-align: right;
  font-weight: bold;
}
.productPrice span{
  font-size: 14px;
}


/* section03
=================================================== */

#section03 a img{
  width: 50%;
}


.event-btn{
  position: relative;
}

.event-btn a{
  position: absolute;
  top: 85%;
  left: 20%;
}


/* Heading
=================================================== */
#header-inner {
    height: 64px;
    background: white;
    -webkit-background-size: 44px;
    border: none;
}
header h1 {
    float: left;
    width: 48px;
    height: 48px;
    margin: 8px;
}
h1.title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
h1.title a {
    color: #f00;
}
h1.title a:hover {
    text-decoration: underline;
}

/* footer
=================================================== */
#footer-inner .uni-footer-copyright {
    text-align: center;
    color: #636262;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px;
    margin-top: 1px;
    margin-bottom: 0;
}


/* event-flyer
=================================================== */

#event-flyer .btn{
  margin: 10px auto 0;
  width: 50%;
}


/* section06
=================================================== */
#section06{
}
.eventPhotoCarouselArea .bx-wrapper{
  margin: 0 auto;
  position: relative;
}
.eventPhotoCarouselArea .bx-controls{
  text-align: center;
}
.eventPhotoCarouselArea .bx-pager{
  display: inline-block;
  margin-top: 10px;
}
.eventPhotoCarouselArea .bx-pager .bx-pager-item{
  display: inline-block;
  text-indent: -9999px;
  margin: 0 4px;
}
.eventPhotoCarouselArea .bx-pager .bx-pager-item a{
  display: block;
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  border-radius: 50%;
}
.eventPhotoCarouselArea .bx-pager .bx-pager-item a.active{
  background: #ff0000;
}
.eventPhotoCarouselArea .bx-controls-direction .bx-prev,
.eventPhotoCarouselArea .bx-controls-direction .bx-next{
  display: none;
}