html {
	font-size: 62.5%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.3rem;
	line-height: 1.8;
	position: relative;
	min-width: 980px;
	margin: 0 auto;
	color: #474e50;
}

a {
	color: #474e50;
}

a:focus {
	outline: 0;
}

.visible-pc {
	display: inherit;
}

.visible-sp {
	display: none;
}

.arrow--a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.arrow--a::before,
.arrow--a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}

.arrow--a::before {
	top: -7px;
	left: 123px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 1px solid #596067;
	border-right: 1px solid #596067;
}

.pagettl {
	padding: 36px 10px 24px;
	text-align: center;
	background: #5a6062;
}

.pagettl__main {
	font-family: 'Exo', sans-serif;
	font-size: 42px;
	font-weight: lighter;
	line-height: 1;
	margin: 0 auto 6px;
	letter-spacing: 4px;
	color: #fff;
}

.pagettl__sub {
	font-size: 18px;
	color: #bac1c3;
}

/*        header
----------------------------*/

.header {
	line-height: 1;
	position: relative;
	z-index: 9998;
	min-width: 980px;
}

.header-top {
	width: auto;
	height: 190px;
}

.header__note {
	font-size: 1.6rem;
	width: auto;
	padding: 22px 0;
	text-align: center;
	color: #fff;
	background-color: #192224;
}

.header__note a {
	color: #fff;
}

.header__note a:hover {
	text-decoration: underline;
}

.header_outerinner {
	position: relative;
	width: auto;
	height: 130px;
	background-color: #fff;
}

.header__sns {
	position: absolute;
	top: 32px;
	left: 30px;
	display: flex;
}

.header__sns .twitter {
	padding: 2px 20px 0 0;
}

.header_inner {
	position: absolute;
	top: 29px;
	left: calc(50% - 365px);
}
.header-fixed.is-show .header_inner {
	left: calc(50% - 425px);
}

.header__logo {
	line-height: 0;
	margin-bottom: 23px;
	text-align: center;
}

.header__logo__txt {
	font-size: 1.4rem;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 4px;
	vertical-align: middle;
	color: #8c9699;
}

.header__nav {
	display: flex;
	width: 730px;
	align-items: center;
	justify-content: space-between;
}

.header__nav__item {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 5.5rem;
	box-sizing: border-box;
	height: 55px;
	margin-left: 40px;
}

.header__nav__item:first-child {
	margin-left: 0;
}

.header__nav__item a {
	display: block;
}

.header__nav__item:hover {
	border-bottom: 3px solid #24788b;
}

.header__nav__item:hover a {
	color: #24788b;
}

.header__nav .nav-works {
	position: relative;
	box-sizing: border-box;
	width: 220px;
	margin-left: 20px;
	padding-left: 20px;
}

.header__nav .nav-works .list {
	line-height: 1;
	position: absolute;
	z-index: 10;
	top: 55px;
	left: 0;
	display: none;
}

.header__nav .nav-works .list__item {
	display: block;
	box-sizing: border-box;
	width: 220px;
}

.header__nav .nav-works .list__item a {
	display: block;
	padding: 15px 20px;
	color: #fff;
}

.header__nav .nav-works:hover {
	color: #fff;
	border-bottom: 0;
	background-color: rgba(36, 120, 139, .8);
}

.header__nav .nav-works:hover .arrow--a::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.header__nav .nav-works:hover .list {
	display: block;
	background-color: rgba(36, 120, 139, .8);
}

.header__nav .nav-works .list__item:hover {
	background-color: rgba(0, 0, 0, .8);
}

.header__btn {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 4rem;
	position: absolute;
	top: 22px;
	right: 30px;
	width: 180px;
	height: 40px;
	text-align: center;
	border: 1px solid #8c9699;
	background-color: #fff;
}

.header__btn:hover {
	border: 0;
	background-color: #1f464f;
}

.header__btn:hover a {
	color: #fff;
}

.header-fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1060px;
	transition: .3s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-fixed .header_outerinner {
	height: 75px;
}

.header-fixed .header__sns {
	top: 28px;
}

.header-fixed .header_inner {
	top: 0;
	height: 75px;
}

.header-fixed .header__btn {
	top: 18px;
}

.header-fixed .header__nav .nav-works .list {
	top: 75px;
}

.header-fixed .header__nav__item {
	line-height: 7.5rem;
	height: 75px;
}

.header-fixed.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.header-movie .header_outerinner {
	height: 75px;
}

.header-movie .header__sns {
	top: 28px;
}

.header-movie .header_inner {
	top: 0;
	height: 75px;
}

.header-movie .header__btn {
	top: 18px;
}

.header-movie .header__nav .nav-works .list {
	top: 75px;
}

.header-movie .header__nav__item {
	line-height: 7.5rem;
	height: 75px;
}

.header svg {
	fill-rule: evenodd;
}

.logo {
	width: 304px;
	height: 23px;
}

/*        footer
----------------------------*/

.footer {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 76px 0 30px;
}

.footer_inner {
	position: relative;
	margin-bottom: 210px;
}

.footer__ttl {
	position: absolute;
	top: -16px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.footer__ttl__main {
	font-family: 'Exo', sans-serif;
	font-size: 42px;
	font-weight: lighter;
	line-height: 1;
	margin: 0 auto 6px;
	letter-spacing: 4px;
}

.footer__ttl__sub {
	font-size: 18px;
	text-align: center;
	color: #828b8e;
}

.footer__table {
	position: absolute;
	bottom: -195px;
	left: 0;
	box-sizing: border-box;
	padding: 20px 13px;
	color: #fff;
	background-color: rgba(90, 96, 98, .8);
}

.footer__table .table {
	display: flex;
	margin-bottom: 10px;
	align-items: flex-start;
}

.footer__table .table__name {
	font-size: 1.4rem;
	line-height: 2;
	width: 85px;
	text-align: right;
}

.footer__table .table__txt {
	font-size: 1.6rem;
	width: 365px;
	padding-left: 40px;
}

.footer__link {
	font-size: 1.6rem;
	line-height: 6rem;
	position: absolute;
	right: 0;
	bottom: -90px;
	width: 300px;
	height: 60px;
	text-align: center;
	border: 1px solid #b8c2c5;
}

.footer__link:hover {
	border: 1px solid #24788b;
	background-color: #24788b;
}

.footer__link:hover a {
	color: #fff;
}

.footer__list {
	font-size: 1.2rem;
	line-height: 1;
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
}

.footer__list__item:hover a {
	text-decoration: underline;
	color: #284a52;
	-webkit-text-decoration-color: #b8c2c5;
	text-decoration-color: #b8c2c5;
}

.footer__list__item:first-child {
	padding-right: 8px;
	border-right: 1px solid #b8c2c5;
}

.footer__list__item:last-child {
	padding-left: 8px;
}

.footer__copy {
	font-size: 1rem;
	text-align: center;
	color: #5a6062;
}

/*        pager
----------------------------*/

.pager {
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	position: relative;
	min-height: 50px;
	margin-bottom: 60px;
	text-align: center;
}

.pager__prev,
.pager__next {
	line-height: 48px;
	position: relative;
	height: 48px;
}

.pager__prev::before,
.pager__next::before {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	content: '';
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #000 #000 transparent transparent;
	background: transparent;
}

.pager__prev:hover,
.pager__next:hover {
	opacity: 1;
	color: #24788b;
}

.pager__prev:hover::before,
.pager__next:hover::before {
	border-color: #24788b #24788b transparent transparent;
}

.pager__prev {
	float: left;
	padding: 0 0 0 30px;
}

.pager__prev::before {
	left: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.pager__next {
	float: right;
	padding: 0 30px 0 0;
}

.pager__next::before {
	right: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pager__list {
	font-size: 18px;
	position: absolute;
	left: 50%;
	display: inline-block;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.pager__num {
	display: inline-block;
	margin: 0 20px;
}

.pager__num.pager__active {
	border-radius: 18px;
	background: #5a6062;
}

.pager__num.pager__active a {
	color: #fff;
}

.pager__num a {
	line-height: 48px;
	display: inline-block;
	height: 48px;
	padding: 0 14px;
	border-radius: 18px;
}

.pager__num a:hover {
	opacity: 1;
	color: #fff;
	background: #24788b;
}

/*        breadcrumb
----------------------------*/

.breadcrumb_wrapper {
	font-size: 12px;
	padding-top: 30px;
	border-top: 1px solid #b8c2c5;
}

.breadcrumb_wrapper .breadcrumb {
	text-align: center;
}

.breadcrumb_wrapper .breadcrumb li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.breadcrumb_wrapper .breadcrumb li span {
	color: #b8c2c5;
}

.breadcrumb_wrapper .breadcrumb li:first-child span {
	color: #b8c2c5;
}

.breadcrumb_wrapper .breadcrumb li:first-child {
	margin-left: 0;
}

.breadcrumb_wrapper .breadcrumb li:last-child span {
	color: #5a6062;
}

.breadcrumb_wrapper .breadcrumb .arrow::before {
	position: absolute;
	top: 3px;
	left: -10px;
	display: block;
	width: 1px;
	height: 15px;
	content: '';
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	background-color: #b8c2c5;
}

@media (min-width: 768px) {

.header-index .header-top {
	height: 220px;
}

.header-index .header-top .header-top {
	height: 220px;
}

.header-index .header-top .header_outerinner {
	height: 160px;
}

.header-index .header-top .header__sns {
	top: 55px;
}

.header-index .header-top .header__logo {
	margin-bottom: 21px;
}

.header-index .header-top .header__logo__txt {
	margin-bottom: 20px;
	vertical-align: inherit;
}

.header-index .header-top .header__btn {
	top: 47px;
}

.header-index .header-top .logo {
	width: 390px;
	height: 30px;
}

}

@media (max-width: 767px) {

body {
	width: 100%;
	min-width: 100%;
}

.header-index .header-top .header_inner {
	width: 245px;
}

.header-index .header-top .header__logo__txt {
	position: absolute;
	top: 7px;
	right: -5px;
}

.visible-pc {
	display: none;
}

.visible-sp {
	display: inherit;
}

.nav-works {
	position: relative;
}

.arrow--a {
	position: absolute;
	right: 0;
	bottom: 4px;
}

.arrow--a::before,
.arrow--a::after {
	right: 0;
	left: inherit;
}

.arrow--a::before {
	transition: .5s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.nav-works.open .arrow--a::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.arrow--b {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.arrow--b::before,
.arrow--b::after {
	position: absolute;
	top: 5px;
	bottom: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}

.arrow--b::before {
	right: -3px;
	width: 25px;
	height: 1px;
	background: #fff;
}

.arrow--b::after {
	right: 0;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.pagettl {
	padding: 25px 10px 18px;
	text-align: center;
	background: #5a6062;
}

.pagettl__main {
	font-size: 30px;
	margin: 0 auto 6px;
}

.pagettl__sub {
	font-size: 15px;
}

/*        header
  ----------------------------*/

.header {
	min-width: inherit;
}

.header-top {
	height: auto;
}

.header-fixed {
	min-width: inherit;
}

.header__note {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 16px 10px;
}

.header_outerinner {
	height: 60px;
}

.header_inner {
	top: 23px;
	left: 20px;
	-webkit-transform: inherit;
	transform: inherit;
}

.header__logo {
	text-align: inherit;
}

.header__logo .logo {
	width: 181px;
	height: 14px;
}

.header__logo__txt {
	font-size: 9px;
	margin-bottom: -2px;
}

.header__menu {
	position: absolute;
	top: 22px;
	right: 15px;
}

.header__menu__item {
	width: 25px;
	height: 2px;
	margin-bottom: 6px;
	background-color: #1f282a;
}

.header-scrollin {
	visibility: hidden;
	transition: .3s;
	opacity: 0;
}

.header-scrollin .header__menu {
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 17px 13px;
	background-color: rgba(31, 40, 42, .8);
}

.header-scrollin .header__menu .header__menu__item {
	background-color: #fff;
}

.header-scrollin .header__btn {
	line-height: 5rem;
	position: fixed;
	z-index: 9998;
	top: inherit;
	right: inherit;
	bottom: 0;
	left: 0;
	width: 230px;
	height: 50px;
	border: none;
	background-color: rgba(31, 40, 42, .8);
}

.header-scrollin .header__btn a {
	color: #fff;
}

.header-scrollin.is-show {
	visibility: visible;
	opacity: 1;
}

.header-movie .header__menu {
	position: absolute;
	z-index: 9998;
	top: 45px;
	right: 0;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 17px 13px;
	background-color: rgba(31, 40, 42, .8);
}

.header-movie .header__menu__item {
	background-color: #fff;
}

.menu {
	line-height: 1;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	color: #fff;
	background-color: #5a6062;
}

.menu a {
	color: #fff;
}

.menu_outerinner {
	padding-bottom: 100px;
}

.menu__logo {
	position: relative;
	margin-bottom: 30px;
}

.menu__logo .logo {
	width: 181px;
	height: 14px;
	fill: #fff;
}

.menu__logo__txt {
	font-size: 9px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: -2px;
	vertical-align: middle;
	color: #8c9699;
}

.menu__logo__btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

.menu__note {
	font-size: 1.2rem;
	line-height: 1.4;
	width: auto;
	padding: 16px 10px;
	text-align: center;
	color: #fff;
	background-color: #192224;
}

.menu_inner {
	padding: 15px 20px 20px;
}

.menu__btn {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 18px 0;
	text-align: center;
	border: 3px solid #8c9699;
}

.menu__nav {
	font-size: 1.8rem;
	font-weight: bold;
}

.menu__nav__item {
	display: block;
	margin: 0 0 30px 20px;
}

.menu__nav__item:last-child {
	margin-bottom: 0;
}

.menu__list {
	padding: 20px;
	background-color: #43494b;
}

.menu__list__item {
	font-size: 1.8rem;
	position: relative;
	margin: 0 0 30px 40px;
}

.menu__list__item:last-child {
	margin-bottom: 0;
}

.menu .list-close {
	display: none;
}

.menu__sns {
	font-size: 1.2rem;
	display: flex;
	padding: 20px 20px 50px;
	align-items: center;
}

.menu__sns__txt {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.menu__sns .twitter {
	padding-left: 9px;
}

.menu__sns .twitter .menu__sns__txt {
	margin-bottom: 8px;
}

.menu__sns .twitter img {
	width: 18px;
	height: 15px;
}

.menu__sns .line {
	padding-left: 36px;
}

.menu__sns .line .menu__sns__txt {
	margin-bottom: 10px;
}

.menu__sns .line img {
	width: 18px;
	height: 18px;
}

/*        footer
  ----------------------------*/

.footer {
	overflow: hidden;
	width: auto;
	padding: 73px 0 30px;
}

.footer_inner {
	margin-bottom: 20px;
}

.footer__ttl__main {
	font-size: 3rem;
}

.footer__ttl__sub {
	font-size: 1.5rem;
}

.footer__map img {
	width: 100%;
}

.footer__table {
	position: relative;
	z-index: 2;
	top: -60px;
	left: 50%;
	box-sizing: border-box;
	width: calc(100% - 40px);
	height: auto;
	padding: 30px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.footer__table .table {
	display: block;
	width: auto;
	margin-bottom: 20px;
}

.footer__table .table__name {
	line-height: inherit;
	width: auto;
	text-align: left;
}

.footer__table .table__txt {
	width: auto;
	padding-left: 0;
}

.footer__link {
	position: relative;
	top: -40px;
	left: 50%;
	width: calc(100% - 40px);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.footer__copy {
	line-height: 2.1rem;
}

/*        pager
  ----------------------------*/

.pager {
	position: inherit;
	min-height: inherit;
}

.pager__list {
	font-size: 18px;
	position: inherit;
	clear: both;
	width: 100%;
	-webkit-transform: none;
	transform: none;
}

.pager__num {
	margin: 0 7px;
}

.pager__num a {
	padding: 0 14px;
}

.pager__next,
.pager__prev {
	margin-bottom: 10px;
}

}

