/* ==================================================================================== 

    MIXIN

==================================================================================== */
.flex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}

.col-48 {
  width: 48% !important;
}

body {
  background: url(../images/event3rd/bg_gy.png) repeat center;
  background-size: 1400px 934px;
}

img {
  max-width: 100%;
}

#wrapper .backtop img {
  width: 84px;
  height: 69px;
}
#wrapper .header {
  background: url(../images/event3rd/bg.jpg) no-repeat center;
  background-size: cover;
}
#wrapper .contents.campaign {
  margin-bottom: 0 !important;
  top: 0;
  background: #D86C6C;
}
#wrapper .contents.campaign .inner h5 {
  width: 100%;
  max-width: none;
}
#wrapper .contents.campaign .inner p.catch {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
#wrapper .contents .inner.itemDetail .itemChara2nd {
  max-width: none;
}
#wrapper .contents .inner.itemDetail.pt-60 {
  padding-top: 60px !important;
}
#wrapper .contents .inner.itemDetail .detailArea {
  border-color: #656565;
}
#wrapper .contents .inner.itemDetail .detailArea.top200 {
  margin-bottom: -200px;
  top: -200px;
}
#wrapper .contents .inner.itemDetail .detailArea.top300 {
  margin-bottom: -300px;
  top: -300px;
}
#wrapper .contents .inner.itemDetail .detailArea.no-cara {
  top: 0;
  margin-bottom: 0;
}
#wrapper .contents .inner h4 {
  margin-bottom: 20px !important;
  color: #656565;
  border-top: none;
}
#wrapper .contents .inner h4:first-child {
  margin-bottom: 20px !important;
}
#wrapper .contents .inner h4.in_label .label {
  margin-right: 35px;
  vertical-align: middle;
}
#wrapper .contents .inner p.catch2 {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#wrapper .contents .menu {
  background: #3E3E3E;
  border: none;
}
#wrapper .contents .menu ul li {
  width: calc(25% - 13px);
}
#wrapper .contents .menu ul li a {
  border: none;
}
#wrapper .contents .menu ul li a.type1 {
  background: #DA2674;
}
#wrapper .contents .menu ul li a.type2 {
  background: #0F5D60;
}
#wrapper .contents .menu ul li a.type3 {
  background: #B51726;
}
#wrapper .contents .menu ul li a.type4 {
  background: #A63992;
}
#wrapper .contents .menu ul li a.type5 {
  background: #CBB045;
}
#wrapper .contents .menu ul li a.type6 {
  background: #3560A6;
}
#wrapper .contents .menu ul li a.type7 {
  background: #3D3169;
}
#wrapper .contents .menu ul li a.type8 {
  background: #DA2674;
}
#wrapper .contents .item-block.column-big .item {
  width: 920px;
  max-width: 100%;
}
#wrapper .contents .item-block.column-big .item .box {
  margin: 20px 0 !important;
}
#wrapper .contents .item-block.column-big .item .box img {
  width: 80%;
}
#wrapper .contents .item-block.column1 .item {
  width: 348px;
  max-width: 100%;
}
#wrapper .contents .item-block.column3 .item,
#wrapper .contents .item-block.column3 .item-border-box {
  margin-right: 20px !important;
  margin-bottom: 15px !important;
  width: calc(33.333% - 14px);
}
#wrapper .contents .item-block.column3 .item:nth-child(3n),
#wrapper .contents .item-block.column3 .item-border-box:nth-child(3n) {
  margin-right: 0 !important;
}
#wrapper .contents .item-block.column3 .item .ttl,
#wrapper .contents .item-block.column3 .item-border-box .ttl {
  font-size: 20px !important;
}
#wrapper .contents .item-block.column3 .item-border-box {
  padding: 10px;
  border: 5px solid #656565;
}
#wrapper .contents .item-block.column3 .item-border-box .item {
  margin: 0 !important;
  width: 100%;
}
#wrapper .contents .item-block.red .item {
  background: #B51726;
  border-color: #B51726;
}
#wrapper .contents .item-block.purple .item {
  background: #A63992;
  border-color: #A63992;
}
#wrapper .contents .item-block.yel .item {
  background: #CBB045;
  border-color: #CBB045;
}
#wrapper .contents .item-block.blue .item {
  background: #3560A6;
  border-color: #3560A6;
}
#wrapper .contents .item-block.pink .item {
  background: #DA2674;
  border-color: #DA2674;
}
#wrapper .contents .item-block.trans .item {
  border: none;
  background: none;
}
#wrapper .contents .item-block.trans .item .bottom {
  background: #DA2674;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#wrapper .contents .item-block.trans .item .bottom .ttl {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: auto;
}
#wrapper .contents .item-block .item .ttl {
  margin-top: 15px !important;
}
#wrapper .contents .item-block .item .box img {
  border: 5px solid #fff;
}
#wrapper .contents .item-block .item.pink {
  background: #DA2674;
  border-color: #DA2674;
}
#wrapper .contents .item-block .item.green {
  background: #0F5D60;
  border-color: #0F5D60;
}
#wrapper .contents .item-block .item .bottom {
  padding: 10px;
}
#wrapper .contents .item-block .item .bottom .cart {
  background: #ffebeb;
	border: 1px solid #303030;
	color: #303030 !important;
}

.headerImg {
  margin-top: -3%;
  margin-left: -5%;
  width: 110%;
}
.headerImg .header_kvBase .header_fade.z-47 {
  z-index: 47;
}
.headerImg .header_kvBase .header_fade.z-48 {
  z-index: 48;
}
.headerImg .header_kvBase .header_fade.z-49 {
  z-index: 49;
}
.headerImg .header_kvBase .header_fade.z-50 {
  z-index: 50;
}

.thumbnail-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}
.thumbnail-wrapper img {
  max-width: 100%;
}
.thumbnail-wrapper .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  width: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.thumbnail-wrapper .slick-arrow.thumb-prev {
  left: -30px;
}
.thumbnail-wrapper .slick-arrow.thumb-next {
  right: -30px;
}

.image-thumanail {
  margin-bottom: 20px;
}
.image-thumanail img {
  width: 100%;
}

.image-thumbnail-list {
  margin-bottom: 40px;
  margin-left: -5px;
  width: calc(100% + 10px);
}
.image-thumbnail-list .slick-slide {
  padding: 0 5px;
  cursor: pointer;
}
.image-thumbnail-list .slick-slide:hover img {
  opacity: 0.7;
}

.thumbTarget {
  transition: all .2s ease;
  border: 0px solid #D86C6C;
}
.thumbTarget.active {
  border: 5px solid #D86C6C;
}

.price {
  margin: 25px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.price b {
  font-size: 22px;
}

.item-select {
  margin: 8px 30px;
}
.item-select select {
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  outline: none;
}

.wrap-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 5px;
  justify-content: space-between;
  width: calc(100% - 10px);
}
.wrap-inner .catch2 {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #656565;
}

@media only screen and (max-width: 767px) {
  .flex {
    display: block;
  }

  .col-sm-1 {
    width: 100% !important;
  }

  #wrapper .headerImg {
    margin-left: 0;
  }
  #wrapper .backtop img {
    width: 45px;
    height: auto;
  }
  #wrapper .header {
    padding-bottom: 0 !important;
  }
  #wrapper .contents .menu ul li {
    width: calc(50% - 10px);
  }
  #wrapper .contents.campaign .inner p.catch {
    font-size: 16px;
  }
  #wrapper .contents .inner h4.in_label .label {
    margin: 0 auto 10px;
    display: block;
    text-align: center;
  }
  #wrapper .contents .inner p.catch2 {
    padding: 0;
    margin: 15px 0;
    font-size: 14px;
  }
  #wrapper .contents .inner.itemDetail .flex .detailArea {
    margin-bottom: 30px;
    top: 0;
  }
  #wrapper .contents .inner.itemDetail .detailArea.top200 {
    margin-bottom: -30px;
    top: -30px;
  }
  #wrapper .contents .inner.itemDetail .detailArea.sp-top80 {
    margin-bottom: -80px;
    top: -80px;
  }
  #wrapper .contents .item-block.column1 {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-box: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #wrapper .contents .item-block.column1 .item {
    width: 50%;
  }
  #wrapper .contents .item-block.column3 .item {
    margin: 4px 4px 8px 0 !important;
    width: calc(50% - 2px);
  }
  #wrapper .contents .item-block.column3 .item .ttl {
    font-size: 14px !important;
  }
  #wrapper .contents .item-block.column3 .item:nth-child(3n) {
    margin: 4px 4px 8px 0 !important;
  }
  #wrapper .contents .item-block.column3 .item:nth-child(2n) {
    margin: 4px 0 8px !important;
  }
  #wrapper .contents .item-block.column3 .item-border-box {
    margin: 0 0 20px !important;
    width: 100%;
  }
  #wrapper .contents .item-block.column3 .item-border-box .ttl {
    font-size: 14px !important;
  }
  #wrapper .contents .item-block.trans .item .bottom {
    display: block;
  }
  #wrapper .contents .item .price {
    font-size: 12px;
  }
  #wrapper .contents .item .price span {
    font-size: 15px !important;
  }

  .item-select {
    margin: 5px 0 !important;
  }

  .price {
    margin: 15px 0 !important;
  }

  .wrap-inner {
    margin-top: 30px !important;
  }
}

/*# sourceMappingURL=style.css.map */
