@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
}
/* Navigation */
header {
	width: 100%;
	height: 12%;
	background: linear-gradient(339deg,rgba(255, 224, 236, 1) 14%, rgba(255, 194, 222, 1) 31%, rgba(222, 199, 255, 1) 62%, rgba(176, 225, 255, 1) 80%, rgba(222, 242, 255, 1) 93%);
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	margin-top: 37px;
	margin-left: 25px;
	letter-spacing: 4px;
}
.header-logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	margin-top: 51px;
	margin-left: 25px;
	letter-spacing: 4px;
	position: absolute;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #E0B900;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 4px;
	position: relative;
	width: 100%;
}
.hero_foot {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-image: url("../images/index_bg01.JPG");
	background-size: 100%;
	height: 74vw;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 8px;
	width: 100%;
}
/* About Section */
.text_column {
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
	align-items: center;
	width: 100%;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #E0B900;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #E0B900;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #bfd0ff;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background: linear-gradient(339deg,rgba(255, 224, 236, 1) 14%, rgba(255, 194, 222, 1) 31%, rgba(222, 199, 255, 1) 62%, rgba(176, 225, 255, 1) 80%, rgba(222, 242, 255, 1) 93%);
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 768px) {
	.hero {
	height: 80vw;
}
}
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #E0B900;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fff;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #E0B900;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
/*========================

  test

=========================*/
.main_flex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	overflow: hidden;
}
.main_flex_item{
	margin: 0 1vw;
}
.main_flex_item img{
		max-width: 400px;
	}
@media screen and (min-width: 769px){
	.main_flex{
		margin-top: 50px;
	}
}
@media screen and (max-width: 769px){
	.main_flex_item img{
		width: 100%;
	}
	.main_flex_item{
	margin: 0;
}
}
/*カーソル*/
.trail-image {
	position: absolute;
	width: 40px; height: 40px;
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	will-change: transform, opacity;
}
/*scroll-infinity*/
.scroll-infinity {
    margin: 35px 0;
	width: 100%;
	overflow: hidden;
}
.scroll-infinity:first-of-type{
	margin-top: 20px;
}
.scroll-infinity + .scroll-infinity{
    margin-top: 0px;
}
.scroll-infinity__wrap {
    display: flex;
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
}
.scroll-infinity ul li {
    padding-right: 60px;
}
.scroll-infinity__item {
    width: calc(100vw / 9);
}
.scroll-infinity__item>img {
    width: 100%;
    box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.55vw;
}
.scroll-infinity__list span {
    font-size: 0.8vw;
    letter-spacing: 0.08em;
    color: #B3B3B3;
    padding-left: 5px;
}
@keyframes infinity-scroll-left {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-100%);
    }
}
    .scroll-infinity__wrap {
        display: flex;
    }
    .scroll-infinity__list {
        display: flex;
        list-style: none;
        padding: 0
    }
    .scroll-infinity__list--left {
        animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
        width: calc(100vw / 6);
    }
    .scroll-infinity__item>img {
        width: 100%;
        box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 0.55vw;
		border-radius: 18px;
    }
.scroll-infinity__list span {
    font-size: 0.8vw;
    letter-spacing: 0.08em;
    color: #B3B3B3;
    padding-left: 5px;
}
@keyframes infinity-scroll-right {
    from {
    transform: translateX(-100%);
    }
    to {
    transform: translateX(0%);
    }
    }
    .scroll-infinity__list--right{
    animation :infinity-scroll-right 80s infinite linear 0.5s both;
    }
@media screen and (max-width: 1000px){
	.scroll-infinity ul li {
    padding-right: 40px;
	}
	.scroll-infinity {
		margin-bottom: 28px;
	}
	.scroll-infinity__item {
		width: calc(280vw / 7);
	}
	.scroll-infinity__item>img {
		width: 100%;
		box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); 
	}
	.about {
		padding-bottom: 160px;
	}
	.scroll-infinity__list span {
    font-size: 12px;
}
}
/*bookAll*/
.cover-content .inner-content {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}
.cover-content .inner-content .inner {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.library .bookshelf{
	display: flex;
	list-style: none;
	background: linear-gradient(to bottom, #fff, #F2F2F2);
	padding: 70px 0;
	margin-top: 0;
}
.library .bookshelf li:nth-child(2){
	margin-top: 55px;
}
.library .bookshelf:first-of-type{
	padding: 100px 0 40px;
}
.cover-content {
    overflow: auto;
    cursor: -webkit-grab;
    cursor: grab;
    width: 100%;
    height: 100%;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cover-content {
    overflow: auto;
    cursor: -webkit-grab;
    cursor: grab;
    width: 100%;
    height: 100%;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.library .bookshelf:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0px -200px 200px 0px rgba(210, 210, 210, 0.3) inset;
    top: 0;
    left: 0;
    z-index: -1;
}
.library .bookshelf li {
    margin-right: 48px;
	margin-bottom: auto;
}
.library .bookshelf li:first-of-type {
    margin-left: 1%;
}
.book.book-img {
    position: relative;
    top: 0px;
}
.book {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    max-width: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    color: #474747;
    margin: 0 auto;
    display: inline-block;
    transition: 0.4s;
}
.book.book-img .book-title {
    position: relative;	
	top: 0px;	
	max-width: 100%;
    text-align: center;
	max-height: 195px;
}
.book-title.logo {
    writing-mode: unset;
    padding: 0;
}
.book-title {
    writing-mode: vertical-rl;
    margin: 0 auto;
    font-size: 11px;
    letter-spacing: 0.4em;
    line-height: 1.8em;
    font-weight: medium;
    font-family: "Shippori Mincho", serif;
    padding: 30px 0;
}
.library .bookshelf:first-of-type{
	padding-top: 70px;
}
.cover-content {
	overflow: auto;
	cursor: -webkit-grab;
	cursor: grab;
	width: 100%;
	height: 100%;
	position: relative;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.cover-content .inner-content {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}
.cover-content .inner-content .inner{
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.library .bookshelf{
	display: flex;	
	list-style: none;
	background: linear-gradient(to bottom, #fff, #DDDDDD);
	padding: 100px 0 30px;
	overflow-x: auto;
}
.book.book-img .book-title img {
    max-width: 260px;
	border-radius: 14px 14px 0 0 ;
}
.book-bottom {
    text-align: center;
    padding: 16px;
    line-height: 1.6em;
    font-size: 10px;
    color: #949494;
    letter-spacing: 1px;
    background: #EFEFEF;
	border-radius: 0 0 14px 14px;
}
.library .bookshelf li a:hover .book {
    transform: scale(1.1);
    box-shadow: 0px 0px 40px rgba(69, 85, 81, 0.3);
}
.libraly-title{
	text-align: center;
	font-size: 24px;
	background: #fff;
	margin: 0;
	padding: 50px 0 0 0;
}


/*main*/
.container main {
	width: 100%;
	overflow: hidden;
}


/*========================

  test_1003

=========================*/
/*
img {
  pointer-events: none;
  user-select: none;
}
.library .bookshelf{
	overflow-x: auto;
	padding: 100px 0 30px;
}

orange&yellow
.Abstract-blurred-ochre-yellow-tone-lights-background-1-hex { color: #F2BB16; }
.Abstract-blurred-ochre-yellow-tone-lights-background-2-hex { color: #F2C641; }
.Abstract-blurred-ochre-yellow-tone-lights-background-3-hex { color: #F2A007; }
.Abstract-blurred-ochre-yellow-tone-lights-background-4-hex { color: #594011; }
.Abstract-blurred-ochre-yellow-tone-lights-background-5-hex { color: #F28705; }

blue&yellow
.yellow-swimming-pool-ring-float-in-blue-water.-concept-color-summer.-1-hex { color: #63CAF2; }
.yellow-swimming-pool-ring-float-in-blue-water.-concept-color-summer.-2-hex { color: #6BD9F2; }
.yellow-swimming-pool-ring-float-in-blue-water.-concept-color-summer.-3-hex { color: #99F2F2; }
.yellow-swimming-pool-ring-float-in-blue-water.-concept-color-summer.-4-hex { color: #F2C029; }
.yellow-swimming-pool-ring-float-in-blue-water.-concept-color-summer.-5-hex { color: #F2CD5C; }

light yellow
.Yellow-textured-canvas-1-hex { color: #F2E41D; }
.Yellow-textured-canvas-2-hex { color: #F2EB8D; }
.Yellow-textured-canvas-3-hex { color: #F2EEB6; }
.Yellow-textured-canvas-4-hex { color: #F2CB05; }
.Yellow-textured-canvas-5-hex { color: #F2F2F2; }
*/
.book.rotate-r {
    transform: translateX(20px) rotate(7deg);
    transform-origin: bottom;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
		bottom: -125px;
    position: relative;
}
.book.rotate-l {
    transform: translateX(-20px) rotate(-7deg);
    transform-origin: bottom;
		bottom: -80px;
    position: relative;
}

.fv-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.fv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/__wester-mall__/assets/special-feature/special-feature-kyushu-45565/img/kyushu_im06.png") center center / cover no-repeat;
  transition: transform 0.3s ease-out;
}

.fv-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: white;
  text-align: center;
}
/* スポットライト */
.spotlight-container {
      position: relative;
      overflow: hidden;
    }
@media screen and (min-width: 769px){
	.spotlight-container img {
		width: 400px;
	}
	.spotlight-container {
      overflow: unset;
    }
}
    /* 下の画像（ベース） */
    .base-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* 上の画像（スポットライトで見える） */
    .top-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;

      /* デフォルトでは非表示（マスクで隠す） */
      mask-image: radial-gradient(
        circle 200px at var(--mouse-x, 0%) var(--mouse-y, 0%),
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 100%
      );
      -webkit-mask-image: radial-gradient(circle 200px at var(--mouse-x, 0%) var(--mouse-y, 0%),
				rgba(255, 255, 255, 1) 0%,
				rgba(255, 255, 255, 1) 50%,
				rgba(255, 255, 255, 0) 100%
      );

      transition: mask-image 0.1s, -webkit-mask-image 0.1s;
    }

@media screen and (max-width: 769px){
	.main_flex_item.-pc_only{
		display: none;
	}
}