@charset "UTF-8";

/*
**************************************************************************
*	Bears Ray common.css
**************************************************************************/

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		common - reset YUI
-------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}


/* --------------------------------------------------
		base
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.8;
	color: #222222;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
html.has-modal {
	overflow-y: hidden;
	margin-right: 17px;
}
body {
	font-size: 1.6rem;
	overflow: hidden;
}
a {
	outline: none;
	color: #e4007f;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
strong {
	font-weight: 700;
}

@media screen and (max-width: 767px) {
html.has-modal {
	margin-right: 0;
}
a:hover {
	text-decoration: none;
}
span[data-action="call"] a {
	text-decoration: none;
}
img {
	width: 100%;
	max-width: none;
}
}


/* --------------------------------------------------
		module
-------------------------------------------------- */
.m-font-gosic {
	font-family: "Noto Sans JP", sans-serif;
}
.m-font-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: bold;
}
.m-font-italic {
	font-family: "Noto Serif", serif;
}
.m-cfx:after {
	content: "";
	display: table;
	clear: both;
}
.m-pc {
	display: block;
}
.m-sp {
	display: none;
}
.m-ancher {
	padding-top: 0;
	margin-top: 0;
}
.m-cts__inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	padding: 0 40px;
	margin: 0 auto;
}
.m-bold {
	font-weight: 700;
}
.m-center {
	text-align: center;
}
.m-left {
	text-align: left;
}
.m-right {
	text-align: right;
}
.m-color-pink {
	color: #e4007f;
}

@media screen and (max-width: 767px) {
.m-pc {
	display: none;
}
.m-sp {
	display: block;
}
.m-ancher {
	padding-top: 0;
	margin-top: 0;
}
.m-cts__inner {
	padding: 0 30px;
}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.pagetop {
	position: fixed;
	z-index: 100;
	right: 30px;
	bottom: 50px;
	display: none;
}
.pagetop a {
	display: block;
	width: 120px;
	text-align: center;
}
.pagetop a .text {
	display: inline-block;
	width: 107px;
	margin-bottom: 5px;
}
.pagetop a .icon {
	position: relative;
	display: inline-block;
	width: 120px;
	top: 0;
}
.pagetop a:hover .icon {
	animation: pagetop .6s ease 0s infinite;
}
@keyframes pagetop {
	0%   { top: 0; }
	50%  { top: -15px; }
	100% { top: 0; }
}
/* section */
.p-section {
	padding: 80px 0 120px;
}
.p-section.-line {
	border-top: 2px solid #cccccc;
}
.p-section.-last {
	padding-bottom: 200px;
}
/* title */
.p-title--h1 {
	text-align: center;
	color: #ffffff;
	background-color: #e4007f;
	font-size: 4.0rem;
	padding: 24px 0;
}
.p-title--h2 {
	color: #000000;
	text-align: center;
	font-weight: 500;
	margin-bottom: 50px;
}
.p-title--h2 span {
	display: block;
	font-weight: 400;
	font-size: 4.5rem;
	line-height: 1.4;
}
.p-title--h3 {
	position: relative;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 35px;
}
.p-title--h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 20px);
	width: 40px;
	height: 4px;
	background-color: #dddddd;
}
.p-title--h3 .m-font-italic {
	display: block;
	color: #e4007f;
	font-size: 1.8rem;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}
.p-title--h3 .m-font-mincho {
	display: block;
	font-size: 3.0rem;
	line-height: 1.4;
}
.p-title--h4 {
	font-size: 1.8rem;
	color: #000000;
	font-weight: 500;
	margin-bottom: 25px;
}
/* button */
.p-link__button--01 {
	display: inline-block;
	color: #ffffff;
}
.p-link__button--01 span {
	position: relative;
	padding-left: 26px;
}
.p-link__button--01 span:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 15px 15px;
}
.p-link__button--01 span:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #e4007f;
	border-left: 2px solid #e4007f;
	transform: rotate(135deg);
}
.p-link__button--02 {
	display: inline-block;
	margin-top: 10px;
}
.p-link__button--02 span {
	position: relative;
	padding-left: 26px;
}
.p-link__button--02 span:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #e4007f;
	border-radius: 15px 15px;
}
.p-link__button--02 span:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(135deg);
}
.p-link__button--03 {
	display: inline-block;
	margin-top: 10px;
}
.p-link__button--03 span {
	position: relative;
	padding-left: 26px;
}
.p-link__button--03 span:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #e4007f;
	border-radius: 15px 15px;
}
.p-link__button--03 span:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(-45deg);
}
.p-link__button--talk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #e4007f;
	transition: opacity .2s ease;
}
.p-link__button--talk:hover {
	opacity: 0.8;
}
.p-link__button--talk .image {
	width: 50%;
}
.p-link__button--talk .body {
	position: relative;
	width: 50%;
	padding: 0 3.260869565217391%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.p-link__button--talk .body:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #f598cb;
}
.p-link__button--talk .title {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	font-weight: 500;
	line-height: 1.0;
	padding: 7px 24px;
	border-radius: 20px 20px;
	margin-bottom: 16px;
}
.p-link__button--talk .title:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 5px);
	border-top: 10px solid #ffffff;
	border-right: 5px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 5px solid transparent;
}
.p-link__button--talk .text {
	color: #ffffff;
	font-size: 2.4rem;
	line-height: 1.2;
}
/* movie */
.p-movie-box > div {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.p-movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* box */
.p-text-box > * {
	margin-bottom: 30px;
}
.p-text-box > *:last-child {
	margin-bottom: 0;
}


@media screen and (max-width: 767px) {
.pagetop {
	right: 15px;
	bottom: 30px;
}
.pagetop a {
	width: 74px;
}
.pagetop a .text {
	width: 74px;
}
.pagetop a .icon {
	width: 70px;
}
.pagetop a:hover .icon {
	animation: none;
}
/* section */
.p-section {
	padding: 50px 0 60px;
}
.p-section.-last {
	padding-bottom: 120px;
}
/* title */
.p-title--h1 {
	font-size: 2.5rem;
	padding: 8px 0;
}
.p-title--h2 {
	margin-bottom: 30px;
}
.p-title--h2 span {
	font-size: 3.6rem;
}
.p-title--h3 {
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.p-title--h3:after {
	left: calc(50% - 15px);
	width: 30px;
	height: 3px;
}
.p-title--h3 .m-font-italic {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.p-title--h3 .m-font-mincho {
	font-size: 2.4rem;
}
/* button */
.p-link__button--02 {
	display: block;
	border: 1px solid #e4007f;
	text-align: center;
	padding: 15px 15px;
	border-radius: 60px 60px;
	margin-top: 20px;
	background-color: #ffffff;
}
.p-link__button--02 span {
	display: inline-block;
	text-align: left;
}
.p-link__button--02 span:before {
	top: calc(50% - 10px);
}
.p-link__button--02 span:after {
	top: calc(50% - 4px);
}
.p-link__button--talk {
	display: block;
}
.p-link__button--talk:hover {
	opacity: 1;
}
.p-link__button--talk .image {
	width: 100%;
}
.p-link__button--talk .body {
	width: 100%;
	padding: 20px 10px;
}
.p-link__button--talk .body:after {
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.p-link__button--talk .title {
	font-size: 1.4rem;
}
.p-link__button--talk .text {
	font-size: 1.8rem;
	line-height: 1.2;
}
/* movie */
/* box */
}


/* --------------------------------------------------
		header
-------------------------------------------------- */
.header {
	height: 100px;
	border-bottom: 2px solid #cccccc;
}
.header .m-cts__inner {
	max-width: 1920px;
	padding: 0 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-logo {
	width: 260px;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-logo .logo {
	width: 72px;
}
.header-logo .text {
	width: 170px;
	padding-top: 10px;
}
.header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-nav > li {
	border-left: 2px solid #f8bfdf;
}
.header-nav > li > a {
	position: relative;
	display: block;
	width: 120px;
	height: 80px;
	transition: opacity .2s ease;
}
.header-nav > li > a:hover {
	opacity: 0.8;
}
.header-nav-navi:before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background-color: #e4007f;
}
.header-nav-navi:after {
	content: "";
	position: absolute;
	top: calc(50% + 8px);
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background-color: #e4007f;
}
.header-nav-navi span {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background-color: #e4007f;
}
.header-nav-contact img {
	position: absolute;
	width: 28px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* navi */
.header-nav-navi__box {
	display: none;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(228,0,127,0.85);
}
.header-nav-navi__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    padding: 100px 0;
    overflow-y: auto;
}
.header-nav-navi__close {
	position: absolute;
	z-index: 1;
	display: block;
	top: 40px;
	right: 40px;
	width: 40px;
	transition: opacity .2s ease;
}
.header-nav-navi__close:hover {
	opacity: 0.8;
}
.header-nav-navi__list {
	text-align: center;
	font-weight: 300;
}
.header-nav-navi__list li {
	padding: 25px 0;
}
.header-nav-navi__list li a {
	color: #ffffff;
	font-size: 3.0rem;
	text-decoration: none;
	transition: opacity .2s ease;
}
.header-nav-navi__list li a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
.header {
	height: 55px;
}
.header-logo {
	width: 140px;
	margin-left: 15px;
}
.header-logo .logo {
	width: 42px;
}
.header-logo .text {
	width: 94px;
	padding-top: 8px;
}
.header-nav > li > a {
	width: 70px;
	height: 45px;
}
.header-nav > li > a:hover {
	opacity: 1;
}
.header-nav-navi:before {
	top: calc(50% - 7px);
	left: calc(50% - 10px);
	width: 20px;
	height: 1px;
}
.header-nav-navi:after {
	top: calc(50% + 5px);
	left: calc(50% - 10px);
	width: 20px;
	height: 1px;
}
.header-nav-navi span {
	left: calc(50% - 10px);
	width: 20px;
	height: 1px;
}
.header-nav-contact img {
	width: 20px;
}
/* navi */
.header-nav-navi__inner {
    padding: 50px 0;
}
.header-nav-navi__close {
	top: 20px;
	right: 20px;
	width: 32px;
}
.header-nav-navi__close:hover {
	opacity: 1;
}
.header-nav-navi__list li {
	padding: 15px 0;
}
.header-nav-navi__list li a {
	font-size: 2.0rem;
}
.header-nav-navi__list li a:hover {
	opacity: 1;
}
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */
.footer {
	padding: 60px 0;
	background-color: #e4007f;
}
.footer-contact__button {
	display: block;
	background-color: #ffffff;
	width: 400px;
	padding: 16px 0;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 auto 40px;
	border-radius: 32px 32px;
	text-decoration: none;
	transition: opacity .2s ease;
}
.footer-contact__button:hover {
	opacity: 0.8;
}
.footer-contact__button span {
	display: inline-block;
	padding-left: 40px;
	background-image: url(/bearsray/img/icon_mail.png);
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: left center;
}
.footer-sns__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.footer-sns__list li {
	margin: 0 10px;
}
.footer-sns__list li a {
	display: block;
	width: 40px;
	background-color: #ffffff;
	border-radius: 20px 20px;
	transition: opacity .2s ease;
}
.footer-sns__list li a:hover {
	opacity: 0.8;
}
.footer-copyright {
	text-align: center;
	color: #ffffff;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
.footer {
	padding: 30px 0;
}
.footer-contact__button {
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.footer-contact__button:hover {
	opacity: 1;
}
.footer-contact__button span {
	padding-left: 30px;
	background-size: 20px auto;
}
.footer-sns__list li {
	margin: 0 5px;
}
.footer-sns__list li a {
	width: 30px;
}
.footer-sns__list li a:hover {
	opacity: 1;
}
.footer-copyright {
	font-size: 1.0rem;
}
}


/* --------------------------------------------------
		wp-pagenavi
-------------------------------------------------- */
.wp-pagenavi-wrap {
	margin-top: 60px;
}
.wp-pagenavi {
	position: relative;
	text-align: center;
	width: 360px;
	margin: 0 auto;
}
.wp-pagenavi .page {
	display: inline-block;
	border: 2px solid #dddddd;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 50% 50%;
	margin: 0 5px;
	line-height: 36px;
	color: #333333;
	text-decoration: none;
	transition: color .2s ease,
				background-color .2s ease,
				border-color .2s ease;
}
.wp-pagenavi .page:hover {
	color: #ffffff;
	background-color: #e4007f;
	border-color: #e4007f;
}
.wp-pagenavi .current {
	display: inline-block;
	border: 2px solid #e4007f;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 50% 50%;
	margin: 0 5px;
	line-height: 36px;
	color: #ffffff;
	text-decoration: none;
	background-color: #e4007f;
}
.wp-pagenavi .previouspostslink {
	position: absolute;
	top: calc(50% - 7px);
	left: -10px;
	font-size: 0;
	width: 15px;
	height: 15px;
	border-top: 2px solid #e4007f;
	border-left: 2px solid #e4007f;
	transform: rotate(-45deg);
	transition: opacity .2s ease;
}
.wp-pagenavi .previouspostslink:hover {
	opacity: 0.8;
}
.wp-pagenavi .nextpostslink {
	position: absolute;
	top: calc(50% - 7px);
	right: -10px;
	font-size: 0;
	width: 15px;
	height: 15px;
	border-top: 2px solid #e4007f;
	border-right: 2px solid #e4007f;
	transform: rotate(45deg);
	transition: opacity .2s ease;
}
.wp-pagenavi .nextpostslink:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
.wp-pagenavi-wrap {
	margin-top: 30px;
}
.wp-pagenavi {
	width: 100%;
}
.wp-pagenavi .page {
	margin: 0 2px;
}
.wp-pagenavi .page:hover {
	color: #333333;
	background-color: transparent;
	border-color: #dddddd;
}
.wp-pagenavi .current {
	margin: 0 2px;
}
.wp-pagenavi .previouspostslink {
	left: -5px;
}
.wp-pagenavi .previouspostslink:hover {
	opacity: 1;
}
.wp-pagenavi .nextpostslink {
	right: -5px;
}
.wp-pagenavi .nextpostslink:hover {
	opacity: 1;
}
}


/* --------------------------------------------------
		activity
-------------------------------------------------- */
.activity-lead {
	text-align: center;
	margin-bottom: 60px;
}
.activity-box {
	position: relative;
	margin-bottom: 60px;
}
.activity-box:last-child {
	margin-bottom: 0;
}
.activity-box .num {
	text-align: center;
	font-size: 1.4rem;
	color: #333333;
}
.activity-slider {
	padding-bottom: 20px;
}
.activity-slider .slick-list {
	overflow: visible;
}
.activity-slider .slick-arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: none;
	font-size: 0;
	cursor: pointer;
}
.activity-slider .slick-prev {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 80px);
	width: 15px;
	height: 15px;
	border-top: 2px solid #e4007f;
	border-left: 2px solid #e4007f;
	transform: rotate(-45deg);
}
.activity-slider .slick-next {
	position: absolute;
	bottom: -20px;
	left: calc(50% + 65px);
	width: 15px;
	height: 15px;
	border-top: 2px solid #e4007f;
	border-right: 2px solid #e4007f;
	transform: rotate(45deg);
}
.activity-slider a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f2f2f2;
	margin: 0 10px;
	padding: 40px 5%;
	transition: opacity .2s ease;
}
.activity-slider a:hover {
	opacity: 0.8;
}
.activity-slider .image {
	width: 30.55555555555556%;
}
.activity-slider .image div {
	background-size: cover;
	background-position: center center;
}
.activity-slider .body {
	width: 69.44444444444444%;
	padding-left: 5.555555555555556%;
}
.activity-slider .category {
	display: inline-block;
	font-size: 1.4rem;
	color: #e4007f;
	min-width: 120px;
	text-align: center;
	border: 1px solid #e4007f;
	border-radius: 4px 4px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.activity-slider .title {
	font-size: 1.8rem;
	font-weight: 500;
	color: #000000;
}
.activity-slider .text {
	color: #222222;
}

@media screen and (max-width: 767px) {
.activity-lead {
	margin-bottom: 30px;
}
.activity-box {
	margin-bottom: 40px;
}
.activity-slider a {
	display: block;
	margin: 0 10px;
	padding: 0 0;
}
.activity-slider a:hover {
	opacity: 1;
}
.activity-slider .image {
	width: 100%;
}
.activity-slider .body {
	width: 100%;
	padding: 20px 20px;
}
.activity-slider .category {
	font-size: 1.0rem;
	min-width: 100px;
	margin-bottom: 5px;
}
}


/* --------------------------------------------------
		error
-------------------------------------------------- */
.error-section {
	padding-top: 120px;
}

@media screen and (max-width: 767px) {
.error-section {
	padding-top: 80px;
}
}
