@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* base
-------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.75;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}
#all-wrapper{
  width: 100%;
}

/* header */
header{
  width: 100%;
  padding: 13px 0;
  text-align: center;
}
header.noline{
  border-bottom: none;
}

/* main */
main{
  width: 750px;
  margin: 0 auto;
}
main a:hover{
  opacity: 0.6;
  transition: opacity 0.3s;
}
main h1 a:hover{
  opacity: 1;
}

/* footer */
footer{
  width: 100%;
  height: 232px;
  padding: 40px 0 30px;
  border-top: 1px solid #000000;
  text-align: center;
}
footer .pagetop{
  margin: 0 0 10px;
}
footer .copyright{
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 12px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* each 
-------------------------------------------------------------------------------------------------------------------------------*/
.index-nav {
  display: flex;
  justify-content: space-between;
  margin: 75px 0 0;
}

.graphic-ttl,
.basic-ttl,
.design-ttl {
  position: relative;
  z-index: 2;
}
.graphic-cont {
  margin-top: -25px;
}
.basic-cont {
  margin-top: -73px;
}
.design-cont {
  margin-top: -60px;
}

/* splide */
.splide__arrow > svg {
	display: none;
}
.splide__arrow {
	font-size: 0;
	position: absolute;
	z-index: 100;
	bottom: 60px;
	display: block;
	width: 46px;
	height: 46px;
	padding: 0;
  border: none;
	cursor: pointer;
}
.splide__arrow--prev  {
	left: 25px;
	background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/t-paradise/img/slide_prev.png) no-repeat center center;
}
.splide__arrow--next {
	right: 25px;
	background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/t-paradise/img/slide_next.png) no-repeat center center;
}


.btn-top {
  text-align: center;
  margin: 120px 0 0;
}

/* f-txt */
.f-txt{
  padding: 120px 50px 70px;
  font-size: 24px;
  font-feature-settings: "palt";
  text-align: justify;
}
.f-txt p{
  padding-left: 1em;
  text-indent: -1em
}





