@charset "utf-8";

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

	contents
	
==============================================================================*/

/*------------------------------------------------------------------------------
	layout top
------------------------------------------------------------------------------*/

body.top #footer .inner,
body.top #contents .inner {
	width: 1200px;
	margin: 0 auto;
}

/*------------------------------------------------------------------------------
	top
------------------------------------------------------------------------------*/

/* #main-visual
----------------------------------*/

.top #mainVisual,
.top #mainVisual-noanime {
	position: relative;
}

.top #mainVisual .visual-title,
.top #mainVisual-noanime .visual-title {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 10;
}

.top #mainVisual .visual-title .catch-txt,
.top #mainVisual-noanime .visual-title .catch-txt {
	position: absolute;
	top: calc(48.5% - 1.4em);
	left: calc(50% - 300px);
	width: 600px;
	height: 3em;
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.15em;
}

.top #mainVisual .visual-title .sub-txt,
.top #mainVisual-noanime .visual-title .sub-txt {
	position: absolute;
	top: calc(50%);
	left: calc(50% - 253px);
	width: 507px;
	height: 78px;
	margin-top: 95px;
	margin-left: -20px;
	text-align: center;
}

.top #mainVisual .visual-title .scroll,
.top #mainVisual-noanime .visual-title .scroll {
	display: block;
	position: absolute;
	left: 10vw;
	bottom: 150px;
	transform: translateY(0);
}

.top #mainVisual .visual-title .scroll .scroll-inner,
.top #mainVisual-noanime .visual-title .scroll .scroll-inner {
	display: flex;
	position: relative;
	align-items: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	transform: rotateZ(90deg);
	transform-origin: 100% 50%;
}

.top #mainVisual .visual-title .scroll .scroll-inner .line,
.top #mainVisual-noanime .visual-title .scroll .scroll-inner .line {
	display: block;
	position: absolute;
	top: 50%;
	left: 40px;
	width: 100px;
	height: 1px;
	margin: 0 0 0 22px;
}

.top #mainVisual .visual-title .scroll .scroll-inner .line::before,
.top #mainVisual-noanime .visual-title .scroll .scroll-inner .line::before {
	content: "";
	position: absolute;
	bottom: -3px;
	right: 7px;
	width: 1px;
	height: 20px;
	background: #ffffff;
	transform: rotate(-50deg);
	z-index: 10;
}

.top #mainVisual .visual-title .scroll .scroll-inner .line::after,
.top #mainVisual-noanime .visual-title .scroll .scroll-inner .line::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	transition: none;
	z-index: 10;
}

.top #mainVisual-noanime {
	height: 100vh;
	background: url(../images/top/keyvisual_noanime_bg.jpg) no-repeat left top;
	background-size: cover;
}

/* #read
----------------------------------*/

.top #read {
	width: 100%;
	background-color: #ffffff;
}

.top #read .read-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	text-align: left;
}

.top #read h1 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 42px;
	color: #444444;
	line-height: 1.4;
	letter-spacing: 0.05em;
	z-index: 2;
}

.top #read p {
	position: relative;
	display: block;
	width: 72%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #444444;
	line-height: 2;
	z-index: 2;
}

.top #read .peterpan-txt {
	position: relative;
	z-index: 1;
}

.top #read .peterpan-txt::before {
	position: absolute;
	top: -175px;
	right: 0;
	display: block;
	content: "";
	width: 1024px;
	height: 168px;
	background-image: url(../images/top/read_peterpan_bg.png);
	background-repeat: no-repeat;
}

.top #read h1 .pink {
	color: #f34d76;
}

/* #itemSearch
----------------------------------*/

.top #top-itemSearch {
	position: relative;
	margin: 0 auto 50px auto;
	padding: 0;
	min-width: 1200px;
	background-image: url(../images/top/itemsearch_bg.jpg);
	background-size: cover;
	text-align: left;
	transform: skewY(-3.5deg);
}

.top #top-itemSearch .search-inner {
	width: 1200px;
	margin: 0 auto 70px auto;
	padding: 0 0 80px 0;
	transform: skewY(3.5deg);
}

.top #top-itemSearch h1 {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0;
	line-height: 1;
}

.top #top-itemSearch h1 .en {
	display: inline-block;
	margin-bottom: 15px;
}

.top #top-itemSearch h1 .en img {
	width: auto;
	height: 45px;
}

.top #top-itemSearch h1 .ja {
	position: relative;
	display: block;
	margin: 0 0 0 2px;
	padding-left: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	letter-spacing: 0.05em;
}

.top #top-itemSearch h1 .ja::before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	background: #444444;
	width: 18px;
	height: 1px;
}

.top #top-itemSearch .itemlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top #top-itemSearch .itemlist li {
	box-sizing: border-box;
	width: 385px;
	margin: 0 0 25px 0;
	text-align: center;
}

.top #top-itemSearch .itemlist li a {
	display: block;
	background: rgba(255,255,255,0.35);
	box-shadow: 0 0 25px rgba(242,114,114,0.25);
	text-decoration: none;
	color: #444444;
}

.top #top-itemSearch .itemlist li a:hover {
	background: rgba(255,255,255,0.75);
	box-shadow: 0 0 38px rgba(242,114,114,0.55);
}

.top #top-itemSearch .itemlist li .iconImg {
	box-sizing: border-box;
	width: auto;
	padding: 50px 0 25px 0;
	transition: all 0.2s ease-out 0s;
}

.top #top-itemSearch .itemlist li .iconImg img {
	height: 100px;
	transition: 0.5s;
	transform: rotateY(0deg);
}

.top #top-itemSearch .itemlist li a:hover .iconImg img {
	transform: rotateY(360deg);
}

.top #top-itemSearch .itemlist li .tit {
	padding: 0 0 35px 0;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.2s ease-out 0s;
}

.top #top-itemSearch .itemlist li a:hover .tit {
	color: #fd5c7e;
}

/* #itemRecommend
----------------------------------*/

.top #top-itemRecommend {
	position: relative;
	width:  100%;
	margin: 0 auto;
	padding: 0 0 100px 0;
	background-color: #f1f2f6;
	transform: skewY(-3.5deg);
}

.top #top-itemRecommend .recommend-inner {
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding-right: 25px;
	transform: skewY(3.5deg);
}

.top #top-itemRecommend h1 {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0;
	line-height: 1;
}

.top #top-itemRecommend h1 .en {
	display: inline-block;
	margin-bottom: 15px;
}

.top #top-itemRecommend h1 .en img {
	width: auto;
	height: 45px;
}

.top #top-itemRecommend h1 .ja {
	position: relative;
	display: block;
	margin: 0 0 0 2px;
	padding-left: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	letter-spacing: 0.05em;
}

.top #top-itemRecommend h1 .ja::before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	background: #444444;
	width: 18px;
	height: 1px;
}

.top #top-itemRecommend .itemlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 -50px 0;
}

.top #top-itemRecommend .itemlist li {
	box-sizing: border-box;
	width: 545px;
	margin: 0 0 50px 0;
	padding: 0;
}

.top #top-itemRecommend .itemlist li a {
	display: inline-block;
	height: inherit;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}

.top #top-itemRecommend .itemlist li a .itemImg {
	overflow: hidden;
}

.top #top-itemRecommend .itemlist li a .itemImg img {
	width: 100%;
	vertical-align: top;
	transition: all 0.3s ease-out 0s;
	z-index: -2;
}

.top #top-itemRecommend .itemlist li a:hover .itemImg img {
	transform: scale(1.05);
}

.top #top-itemRecommend .itemlist li a .itemTit {
	position: relative;
	top: 0;
	left: 25px;
	margin-top: -60px;
	line-height: 1.4;
}

.top #top-itemRecommend .itemlist li a .itemTit .tit-minbox {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 15px 100px 15px 18px;
	background: linear-gradient(90deg, #FB6E8C 0%, #FE547E 100%) no-repeat 50% 50% / 100% 100%;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.05em;
	z-index: 2;
}

.top #top-itemRecommend .itemlist li a .itemTit .tit-minbox .en {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0;
}

.top #top-itemRecommend .itemlist li a .itemTit .tit-desc {
	position: relative;
	box-shadow: 0 0 25px rgba(0,0,0,0.05);
	margin-top: -20px;
	padding: 40px 20px 30px 35px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.6;
	color: #444444;
	transition: all 0.2s ease-out 0s;
	z-index: 1;
}

.top #top-itemRecommend .itemlist li a:hover .itemTit .tit-desc {
	box-shadow: 0 0 38px rgba(0,0,0,0.12);
	color: #ff5b82;
}

.top #top-itemRecommend .itemlist li a .itemTit .tit-desc .arrow{
  position: relative;
  display: flex;
  justify-content: center;
	align-items: center;
	top: -12px;
}

.top #top-itemRecommend .itemlist li a .itemTit .tit-desc .arrow::before,
.top #top-itemRecommend .itemlist li a .itemTit .tit-desc .arrow::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  height: 1px;
	background: #999999;
	transition: all 0.2s ease-out 0s;
}

.top #top-itemRecommend .itemlist li a:hover .itemTit .tit-desc .arrow::before,
.top #top-itemRecommend .itemlist li a:hover .itemTit .tit-desc .arrow::after{
	right: 40px;
}

.top #top-itemRecommend .itemlist li a .itemTit .tit-desc .arrow::before{
  width: 35px;
  transform: translate(30px, 0px);
}

.top #top-itemRecommend .itemlist li a .itemTit .tit-desc .arrow::after{
  width: 10px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(45deg);
}

/* #newsList
----------------------------------*/

.top #top-newsList {
	margin: 0 auto;
	padding: 120px 0 100px 0;
	background: #ffffff;
}

.top #top-newsList .news-inner {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}

.top #top-newsList h1 {
	position: relative;
	width: 300px;
	margin: 0 0 35px 0;
	padding: 0;
	line-height: 1;
	text-align: left;
}

.top #top-newsList h1 .en {
	display: inline-block;
	margin-bottom: 15px;
}

.top #top-newsList h1 .en img {
	width: auto;
	height: 45px;
}

.top #top-newsList h1 .ja {
	position: relative;
	display: block;
	margin: 0 0 0 2px;
	padding-left: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	letter-spacing: 0.05em;
}

.top #top-newsList h1 .ja::before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	background: #444444;
	width: 18px;
	height: 1px;
}

.top #top-newsList .updateBox {
	box-sizing: border-box;
	width: 870px;
	margin: 0 auto;
	padding: 0;
}

.top #top-newsList .updateBox .scroll-area {
	box-sizing: border-box;
	width: auto;
	height: 390px;
	overflow: auto;
}

.top #top-newsList dl {
	display: flex;
	justify-content: flex-start;
	margin: 0 30px 0 0;
	padding: 25px 0;
	border-bottom: 1px solid #d9dce2;
	font-size: 14px;
	text-align: left;
}

.top #top-newsList dt {
	box-sizing: border-box;
	width: 8em;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #808588;
	line-height: 1.4;
}

.top #top-newsList dd {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.top #top-newsList dd .icon {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 20px;
	padding: 3px 18px;
	background-color: #009dd7;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.05em;
}

.top #top-newsList dd a {
	color: #333333;
	transition: all 0.2s ease-out 0s;
	text-decoration: underline;
}

.top #top-newsList dd a:hover {
	opacity: 0.7;
	color: #006eb8;
	text-decoration: none;
}

.top #top-newsList .attList {
	box-sizing: border-box;
	margin: 30px auto 0 auto;
	padding: 25px 30px;
	width: 980px;
	background: rgba(255,246,193,0.8);
	text-align: left;
}

.top #top-newsList .attList li {
	margin: 0 0 15px 0;
	line-height: 1.4;
	font-size: 16px;
}

.top #top-newsList .attList li:last-child {
	margin-bottom: 0;
}

.top #top-newsList .attList li span {
	padding: 0 5px 0 0;
	color: #d70000;
}

/* #contact
----------------------------------*/

.top #top-contact {
	margin: 0 auto 35px auto;
	padding: 110px 0;
	background-image: url(../../assets/images/top/contact_bg.jpg);
	background-size: cover;
}

.top #top-contact .contact-inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.top #top-contact h1 {
	margin: 0 auto 35px auto;
	padding: 0;
	line-height: 1;
}

.top #top-contact h1 .en {
	display: inline-block;
	margin-bottom: 15px;
}

.top #top-contact h1 .en img {
	width: auto;
	height: 45px;
}

.top #top-contact h1 .ja {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #ff5b82;
	letter-spacing: 0.05em;
}

.top #top-contact .contact-btn a {
	position: relative;
	display: inline-block;
	padding: 25px 120px 25px 150px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
	z-index: 1;
}

.top #top-contact .contact-btn a::before {
	content: "";
	position: absolute;
	left: calc(50% - 6em);
	top: 30px;
	width: 23px;
	height: 23px;
	background: url(../images/top/mail_icon.png) no-repeat left top;
	background-size: contain;
	z-index: 1;
}

.top #top-contact .contact-btn a::after {
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background: linear-gradient(90deg, #FB6E8C 0%, #FA8694 55%, #FA8694 55%, #FE547E 100%) no-repeat 50% 50% / 100% 100%;
	transform: skewX(-20deg);
	z-index: -1;
}

.top #top-contact .contact-btn a:hover {
	opacity: 0.8;
}

/* #accessmap
----------------------------------*/

.top #accessmap {
	margin: 0 auto;
	background: #f1f2f6;
	box-shadow: inset 0 0 25px rgba(234,236,240,0.8);
}

.top #accessmap .access-inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 55px 0;
}

.top #accessmap .access-inner #pageTop {
	position: absolute;
	right: 0;
	top: 68px;
	z-index: 10;
}

.top #accessmap .access-inner #pageTop a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.1);
	text-decoration: none;
}
.top #accessmap .access-inner #pageTop a::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	left: 50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	transform: translateX(-50%) rotate(-45deg);
}

.top #accessmap .access-inner #pageTop a:hover {
	opacity: 0.8;
}

.top #accessmap h1 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 38px;
	color: #686868;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.top #accessmap .access-inner a.map-icon {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	color: #686868;
}

.top #accessmap .access-inner a.map-icon:hover {
	text-decoration: none;
	opacity: 0.7;
}

.top #accessmap .access-inner a.map-icon::before {
	position: absolute;
	top: 50%;
	left: 2px;
	content: "";
	display: inline-block;
	width: 11px;
	height: 16px;
	margin: -8px 0 0 0;
	background: url(../images/top/map_icon.png) no-repeat left top;
	background-size: 100% auto;
}

.top #accessmap #mapWrap {
	margin: 0;
	padding: 0;
	background: #f1f2f6;
}

.top #accessmap #mapWrap #map {
	margin: 0;
	padding: 0;
	height: 350px;
	box-shadow: -35px 0 25px rgba(234,236,240,1);
}

.top #accessmap p {
	font-size: 14px;
	color: #686868;
	line-height: 2;
}

.top #accessmap p.name {
	margin-bottom: 25px;
	font-size: 16px;
}