@font-face {
  font-family: 'AGNextR';
  src: url('fonts/AGNextRegular.otf');
}

@font-face {
  font-family: 'AGNextM';
  src: url('fonts/AGNextMedium.otf');
}

* {
  -webkit-overflow-scrolling: none;  
}

body {
  font-family: 'AGNextR', "ヒラギノ角ゴ Pro W3", "Myriad Pro", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.agnextm {
  font-family: 'AGNextM', "ヒラギノ角ゴ Pro W3", "Myriad Pro", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

header {
  text-align: center;
}

header #logo {
  padding: 60px 0;
}

#jumbo {
  position: relative;
}

#jumbo #main-img {
  width: 100%;
}

#jumbo #main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#jumbo #main-logo img {
  width: 400px;
}

#jumbo #main-movie {
  height: 660px;
  overflow: hidden;
  position: relative;
}

#jumbo #main-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 80px;
  -webkit-overflow-scrolling: touch;
}

#title-big {
  font-size: 30px;
  width: 84%;
  margin: 120px auto 16px;
  letter-spacing: 4px;
  line-height: 42px;
}

#title-detail {
  width: 84%;
  margin: 0 auto 85px;
  font-size: 20px;
  line-height: 1.7em;
  font-size: 17px;
}

.item a {
  overflow: hidden;
  display: block;
}

.item img {
  transition: transform .8s; /* Animation */
}

.item .img-box:hover img.scale {
  transform: scale(1.1) !important;
}

.img-box {
  position:		relative;
  overflow:		hidden;
}

.img-box .caption {
  font-size: 16px;
  letter-spacing: 4px;
	text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

.img-box:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.text .number {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.text .number img {
  width: 42px;
}

.text .item-detail {
  font-size: 15px;
  line-height: 26px;
}

#shoplist {
  margin-top: 120px;
  position: relative;
  line-height: 33px;
  letter-spacing: 1px;
  overflow: hidden;
  width: 746px;
  margin-left: auto;
  margin-right: auto;
}

#shoplist-title {
  margin-bottom: 50px;
  font-size: 14px;
  font-family: 'AGNextM', Helvetica, "Myriad Pro", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

#shoplist p#shoplist-tomorrowland {
  width: 100%;
}

#shoplist #shoplist1,
#shoplist #shoplist2,
#shoplist #shoplist3 {
  float: left;
}

#shoplist #shoplist1 {
  width: 290px;
}

#shoplist #shoplist2 {
  width: 220px;
}

#shoplist p {
  font-size: 16px;
  margin: 0 auto 40px;
  display: block;
  line-height: 1.6em;
}

#shoplist p b {
  font-family: 'AGNextM', Helvetica, "Myriad Pro", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

footer {
  text-align: center;
  font-size: 12px;
  border-top: 2px solid black;
  padding-top: 40px;
  padding-bottom: 60px;
}

footer #sns {
  margin-bottom: 40px;
}

footer #sns a {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

#copyright {
  letter-spacing: 1px;
}

/* SP HIDE */
.sp {
  display:none;
}

@media screen and (max-width:1024px){
  .sp {
    display: block;
  }

  .pc {
    display:none;
  }

  header #logo {
    padding: 20px 0;
  }

  header #logo img {
    width: 130px;
  }

  #jumbo, .item {
    display: none;
  }

  #sp-jumbo {
    display: block;
    position: relative;
    line-height: 0;
  }

  #sp-jumbo #sp-main-img {
    width: 90%;
  }

  #sp-main-logo {
    position:fixed;
    left: 50%;
    top: 50%;
    width: 66%;
    z-index: 999999999;
    transform: translateY(-50%) translateX(-50%);
    transition: all 300ms 0s ease;
  }

  #sp-main-logo img {
    width: 100%;
  }

  #sp-main-logo.small {
    width: 50%;
  }

  #title-box {
    width: 90%;
    margin: 0 auto 50px;
    border: 1px solid black;
    box-sizing: border-box;
  }

  #title-box > div {
    padding: 30px 35px;
  }

  #title-box > div:first-child {
    border-bottom: 1px solid black;
  }

  #title-big {
    margin: 0px;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    width: 100%;
  }

  #title-big img {
    width: 100%;
  }

  #title-detail {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0;
    width: 100%;
  }

  #sp-items {
    width: 90%;
    margin: 0 auto;
  }
  
  #sp-items a img {
    width: 100%;
    padding-bottom: 10px;
  }

  #sp-items .text {
    padding: 20px;
    border: 1px solid black;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 40px;
  }

  #sp-items .text .number {
    font-size: 21.5px;
  }

  #shoplist {
    width: 90%;
    padding: 0;
    margin: 65px auto 0;
  }

  #shoplist p {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
  }

  #shoplist p.last {
    margin-bottom: 0;
  }

  #shoplist-title {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-bottom: 40px;
    font-size: 14px;
  }

  #shoplist .sp a {
    text-decoration: none;
    color: black;
  }

  footer {
    padding-top: 20px;
    border-top: 2px solid black;
  }

  footer #sns {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  #links p {
    padding-bottom: 20px;
  }

  #links a {
    text-decoration: none;
    color: black;
    font-size: 13px;
  }
}