/*
Theme Name: spotaka_corp
Theme URI: https://spotaka.co.jp/
Description: A theme by <a href="https://www.buroki-design.com">BUROKI</a>.
Author: BUROKI
Author URI: https://www.buroki-design.com
*/

@media screen and (max-width: 767px){

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { 
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body{
	height:100%;
	background-color:#c00;
	color:#444;
	font-size: 10px;
	font-size: 1.0rem;
	font-family: 'Oswald', 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-o-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
html, body {
	height:100%;
}

ol, ul {
	list-style: none;
	letter-spacing:0.05em;
	text-align: justify;
}

p {
	line-height:1.8;
	text-align:justify;
	letter-spacing:0.05em;
}
dl {
	letter-spacing:0.05em;
	text-align: justify;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align:top;
}

img {
max-width: 100%;
height: auto;
width /***/:auto;
border:0;
vertical-align:bottom;
}
a {
	color:#222;
	transition: all .3s;
	text-decoration:none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a.imghover:link img {
transition: all .3s;
}
a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}
.imghover {
transition: all .3s;
}
.imghover:hover {
filter:alpha(opacity=70);
opacity:0.7;
}

div.pagebox {
			min-height: 100%;
			box-sizing: border-box;
		}

.container {
	width:100%;
}


#spo_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index:1000;
}
#spo_top a {
	font-size:1.0rem;
	line-height:1.0;
	letter-spacing:0.1em;
	width:50px;
	height:50px;
	text-align:center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color:#c00;
	color:#fff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}


#fixedBox {
width:100%;
background-color:#f8f8ef;
background: rgba(248, 248, 239, 0.8);
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
z-index: 3000;
}


/* ############################## header ############################## */

/* index_header_sp */

.index_header_sp {
	display:none;
	
}
.index_header_sp01 {
	display:none;
}
.index_header_sp .global_nav {
	display:none;
}

/* index_header_sp */

/* sp_header_sp */

.sp_header_sp {
width:100%;
position:fixed;
z-index:900;
transition: .5s;
}
.sp_header_sp.hide {
    transform: translateY(-100%);
}
.sp_header_sp .sp_logo_sp {
	position:relative;
	width:100%;
	height:60px;
	padding:15px 0;
	background-color:#c00;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}
.sp_header_sp .sp_logo_sp h1 {
	text-align:center;
	height:30px;
}
.sp_header_sp .sp_logo_sp h1 img {
	height:30px;
}

.sp_header_sp a.nav_menu {
    position:fixed;
    top: 0px;
    right: 0px;
    display:block;
    width:56px;
    height:60px;
    text-align:center;
    text-decoration:none;
    z-index: 2000;
}
.sp_header_sp .menu__line {
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
}
.sp_header_sp .menu__line--top {
	width: 22px;
	top:21px;
	left:18px;
	background-color:#fff;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sp_header_sp .menu__line--center {
	width: 22px;
    top: 29px;
    left:18px;
    background-color:#fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sp_header_sp .menu__line--bottom {
	width: 14px;
    bottom: 21px;
    left:18px;
    background-color:#fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sp_header_sp .menu__line--top.active {
	width: 22px;
    top: 29px;
    background-color:#fff;
    transform: rotate(45deg);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sp_header_sp .menu__line--center.active {
    transform:scaleX(0);
}
.sp_header_sp .menu__line--bottom.active {
	width: 22px;
    bottom: 29px;
    background-color:#fff;
    transform: rotate(135deg);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/*gnav*/
.sp_header_sp .gnav {
    background: rgba(204,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
}
.sp_header_sp .gnav__wrap {
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.sp_header_sp ul.gnav__menu {
	border-top:1px dotted rgba(255,255,255,0.7);
	width:82%;
}
.sp_header_sp .gnav__menu__item {
	text-align:center;
	border-bottom:1px dotted rgba(255,255,255,0.7);
}
.sp_header_sp .gnav__menu__item a{
	width:100%;
	display:block;
    color: #fff;
    font-size: 1.4em;
    line-height:1.0;
    letter-spacing:0.1em;
    padding: 20px 0;
    text-decoration: none;
    transition: .5s;
    background:url(../img/list_mk002.svg) no-repeat right center;
    background-size:14px;
}

/* sp_header_sp */

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* change_header_sp */

.change_header_sp {
	display:none;
}
.change_header_sp01 {
	display:none;
}
.change_header_sp01 .change_logo_sp {
	display:none;
}
.change_header_sp01 .change_global_nav {
	display:none;
}

/* change_header_sp */

.subtitle_sp {
    display:none;
}
.subtitle_sp p {
    display:none;
}

/* ############################## header ############################## */


/* ############################## index_style ############################## */

.index_contents_sp {
	position:relative;
	width:100%;
}
#sp_index_main_sp {
	width: 100vw;
    height: 100vh;
    background-color:#c00;
}
.sp_index_main_sp01 {
	position:relative;
	width:88%;
	height: 100vh;
	margin:0 auto;
}
.sp_index_catch_sp {
	position:absolute;
	width:100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.sp_index_catch_sp h2 {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#index_main_sp {
	display:none;
}

p.scroll_btn {
	position:absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	z-index:20;
}
p.scroll_btn img {
	width:80px;
}

.vegas-timer {
    display: none;
}


/* ########### index_title_sp ########### */

.index_title_sp {
	position:relative;
	width:100%;
    text-align:center;
}
.index_title_sp01 {
	position:relative;
	width:92%;
	margin:0 auto;
}
.index_title_sp h2 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5.2rem;
	line-height:1.0;
	letter-spacing:0.05em;
}
.index_title_sp p {
	font-size:1.2rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:5px;
}

h6.more_btn {
	display:none;
}

/* ########### index_title_sp ########### */


/* ########### index_business_sp ########### */

.index_business_sp {
	position:relative;
	width:100%;
	background-color: #c00;
	padding-top:40px;
	padding-bottom:60px;
}
.index_business_sp:before {
	content: "";
    position: absolute;
    display: block;
    background-color: #c00;
    width: 92%;
    height: 40px;
    top: -40px;
    left: 4%;
    z-index:10;
}
.index_business_sp:after {
	content: "";
    position: absolute;
    display: block;
    background-color: #c00;
    width: 92%;
    height: 40px;
    bottom: -40px;
    left: 4%;
    z-index:10;
}
.index_business_sp .index_title_sp {
	color:#fff;
}
.index_business_sp .index_title_sp p {
	text-align:center;
}
.index_business_sp p.index_business_desc {
	width:80%;
	color:#fff;
	font-size:1.3rem;
	letter-spacing:0.075em;
	margin:30px auto 0;
}
.index_business_sp p.index_business_desc br {
	display:none;
}
.index_business_sp01 {
	position:relative;
	width:90%;
	margin: 40px auto 0;
}
.index_business_sp01_left {
	position:relative;
	width:100%;
	margin-bottom:35px;
}
.index_business_sp01_left a {
	position:relative;
	width:100%;
	display:block;
}
.index_business_sp01_left::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index:10;
}
.index_business_sp01_left::before {
  top: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.index_business_sp01_right {
	position:relative;
	width:100%;
}
.index_business_sp01_right a {
	position:relative;
	width:100%;
	display:block;
}
.index_business_sp01_right::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index:10;
}
.index_business_sp01_right::before {
  top: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.index_business_sp01 .index_business_sp01_title {
	width:100%;
}
.index_business_sp01 .index_business_sp01_title h3 {
	position:absolute;
	top:-20px;
	left:-5px;
	color:#fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:6.6rem;
	line-height:1.0;
	letter-spacing:0.05em;
}
.index_business_sp01 .index_business_sp01_title h4 {
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	margin-left:10%;
}
.index_business_sp01 .index_business_sp01_title p {
	color:#fff;
	font-size:1.1rem;
	font-weight:400;
	line-height:1.0;
	letter-spacing:0.075em;
	margin-left:10%;
	padding:8px 0 0 2px;
}
.index_business_sp01 .index_business_sp01_thumb {
	width:90%;
	z-index:1;
	margin-left:10%;
	margin-bottom:15px;
}

.index_business_sp02 {
	position:relative;
	width:90%;
	margin: 0 auto;
}
.index_business_sp02_list {
	position:relative;
	width:100%;
	margin-top:35px;
}
.index_business_sp02_list a {
	position:relative;
	width:100%;
	display:block;
}
.index_business_sp02_list::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index:10;
}
.index_business_sp02_list::before {
  top: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.index_business_sp02_list .index_business_sp02_title {
	width:100%;
	z-index:10;
}
.index_business_sp02_list .index_business_sp02_title h3 {
	position:absolute;
	top:-20px;
	left:-5px;
	color:#fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:6.6rem;
	line-height:1.0;
	letter-spacing:0.05em;
}
.index_business_sp02_list .index_business_sp02_title h4 {
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin-left:10%;
}
.index_business_sp02_list .index_business_sp02_title p {
	color:#fff;
	font-size:1.1rem;
	font-weight:400;
	line-height:1.0;
	letter-spacing:0.075em;
	margin-left:10%;
	padding:8px 0 0 2px;
}
.index_business_sp02_list .index_business_sp02_thumb {
	width:90%;
	z-index:1;
	margin-left:10%;
	margin-bottom:15px;
}

/* ########### index_business_sp ########### */


/* ########### index_company_sp ########### */

.index_company_sp {
	position:relative;
	width:100%;
	background-color:#a00;
	padding-top:100px;
	padding-bottom:80px;
}
.index_company_sp:after {
	content: "";
    position: absolute;
    display: block;
    background-color: #c00;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    z-index:1;
}
.index_company_sp .index_title_sp {
	color:#fff;
}
.index_company_sp .index_title_sp p {
	text-align:center;
}

.index_company_sp01 {
	position:relative;
	width:100%;
	margin: 30px 0 280px 0;
	z-index:2;
}
.index_company_sp01_left {
	position:absolute;
	width:96%;
	background:url(../../img/index_img/aboutus_backimg.svg) no-repeat -2px -2px;
    background-size:18%;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding:30px;
	z-index:10;
	left:0;
	bottom:-240px;
}
.index_company_sp01_left h2 {
	color:#c00;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:4.0rem;
	line-height:1.0;
	letter-spacing:0.05em;
}
.index_company_sp01_left h3 {
	color:#222;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin-top:20px;
}
.index_company_sp01_left h3 br {
	display:none;
}
.index_company_sp01_left p {
	font-size:1.3rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-top:20px;
}
.index_company_sp01_right {
	position:relative;
	width:90%;
	margin-left:10%;
	z-index:1;
}


.index_company_sp02 {
	position:relative;
	width:92%;
	margin: 0 auto;
	z-index:2;
}
.index_company_sp02_left {
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	background:url(../img/list_mk002.svg) no-repeat right 10px center;
    background-size:16px 16px;
    background-color:#a00;
    margin-bottom:10px;
}
.index_company_sp02_left .index_company_sp02_thumb {
	position:relative;
	width:45%;
}
.index_company_sp02_left .index_company_sp02_thumb a {
	display:block;
	overflow: hidden;
}
.index_company_sp02_left .index_company_sp02_thumb a img {
	width: 100%;
}
.index_company_sp02_left .index_company_sp02_thumb .caption {
	display:none;
}
.index_company_sp02_left .index_company_sp02_thumb .mask {
	display:none;
}

.index_company_sp02_left .index_company_sp02_title {
	width:55%;
	padding-left:20px;
}

.index_company_sp02_right {
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	background:url(../img/list_mk002.svg) no-repeat right 10px center;
    background-size:16px 16px;
    background-color:#a00;
}
.index_company_sp02_right .index_company_sp02_thumb {
	position:relative;
	width:45%;
}
.index_company_sp02_right .index_company_sp02_thumb a {
	display:block;
	overflow: hidden;
}
.index_company_sp02_right .index_company_sp02_thumb a img {
	width: 100%;
}
.index_company_sp02_right .index_company_sp02_thumb .caption {
	display:none;
}
.index_company_sp02_right .index_company_sp02_thumb .mask {
	display:none;
}

.index_company_sp02_right .index_company_sp02_title {
	width:55%;
	padding-left:20px;
}

.index_company_sp02 .index_company_sp02_title h3 {
	color:#fff;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.4;
	letter-spacing:0.05em;
}
.index_company_sp02 .index_company_sp02_title p {
	color:#fff;
	font-size:1.1rem;
	font-weight:400;
	line-height:1.0;
	letter-spacing:0.075em;
	padding:6px 0 0 2px;
}

/* ########### index_company_sp ########### */


/* ########### index_news_sp ########### */

.index_news_sp {
	position:relative;
	width:96%;
	margin-left:4%;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;
}
.index_news_sp_left {
	width:100%;
	background-color:#f3f3f3;
	padding: 25px 0;
}
.index_news_sp_left h2 {
	text-align:center;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5.2rem;
	color:#222;
	line-height:1.0;
	letter-spacing:0.05em;
}
.index_news_sp_left p {
	text-align:center;
	font-size:1.2rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:2px 0 0 ;
}

.index_news_sp_right {
	width:100%;
	padding:25px 25px 10px;
}
.index_news_sp_right dl {
	letter-spacing:0.075rem;
}
.index_news_sp_right dl dt {
	color:#111;
	font-size:1.2rem;
	font-weight:500;
	line-height:2.0;
}
.index_news_sp_right dl dd {
	font-size:1.3rem;
	padding-left:15px;
	line-height:1.8;
	margin-top:10px;
	margin-bottom: 20px;
	border-left:1px dotted #c00;
}

/* ########### index_news_sp ########### */


/* ########### index_recruit_sp ########### */

.index_recruit_sp {
	position:relative;
	width:100%;
	padding-top:100px;
	background:url(../../img/index_img/index_recruit_backimg.png) no-repeat 50% 50%;
    background-size:cover;
	background-color:#a00;
	margin-top:-40px;
}
.index_recruit_sp .index_title_sp {
	text-align:center;
	color:#fff;
}
.index_recruit_sp .index_title_sp p {
	text-align:center;
	color:#fff;
}
.index_recruit_sp01 {
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
	padding:30px 0 80px;
}
.index_recruit_sp01 .index_recruit_list {
	position:relative;
	width:49%;
	background-color:#fff;
	margin-bottom:10px;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_thumb {
	position:relative;
	width: 100%;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_thumb::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index:50;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_thumb::before {
  top: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_thumb a {
	display:block;
	overflow: hidden;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_thumb a img {
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_thumb a:hover img {
	transform: scale(1.1);
}
.index_recruit_sp01 .index_recruit_list .index_recruit_thumb .caption {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size:1.4rem;
	color:#fff;
	letter-spacing:0.1em;
	font-weight:400;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_thumb .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_thumb:hover .mask {
	opacity:1;  /* マスクを表示する */
}
.index_recruit_sp01 .index_recruit_list .index_recruit_title {
	width:100%;
	padding: 20px 20px 25px;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_title h3 {
	font-size:1.6rem;
	font-weight:700;
	line-height:1.4;
	letter-spacing:0.05em;
	color:#222;
}
.index_recruit_sp01 .index_recruit_list .index_recruit_title p {
	font-size:1.1rem;
	font-weight:400;
	line-height:1.0;
	letter-spacing:0.075em;
	color:#c00;
	padding:6px 0 0 2px;
}

/* ########### index_recruit_sp ########### */


/* ########### index_bn_sp ########### */

.index_bn_sp {
	position:relative;
	width:100%;
	padding:60px 0 315px;
	background-color:#222;
}
.index_bn_sp ul {
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto;
}
.index_bn_sp ul li {
	width:23%;
	margin-right:2.6666%;
	margin-bottom:15px;
}
.index_bn_sp ul li:nth-child(4n) {
	margin-right:0;
}

/* ########### index_bn_sp ########### */


/* ############################## index_style ############################## */


/* ############# page_access_sp ############# */

.page_access_sp {
	position:relative;
	width:100%;
	background-color:#fff;
	padding-bottom:60px;
}
.page_access_map_sp {
	position:absolute;
	top: -270px;
	left: 0;
	width:96%;
	height:540px;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;
	padding:15px 15px 5px;
}
.page_access_map_list {
	width:100%;
	height:163.3333px;
	margin-bottom:10px;
}
.page_access_sp01 {
	width:90%;
	margin:0 auto;
	padding-top:300px;
}
.page_access_sp01_left {
	width:100%;
}
.page_access_sp01_left h3 {
	text-align:center;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5.2rem;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
}
.page_access_sp01_left p {
	text-align:center;
	font-size:1.2rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:2px 0 0;
}
.page_access_sp01_right {
	width:100%;
	margin-top:20px;
}
.page_access_sp01_right dl {
	letter-spacing:0.075rem;
	line-height:1.6;
	padding-left:21px;
}
.page_access_sp01_right dl dt {
	float:left;
	color:#222;
	font-size:1.2rem;
}
.page_access_sp01_right dl dd {
	font-size:1.3rem;
	padding:0 20px 10px 70px;
}
.page_access_sp01_right dl dd:last-child {
	padding-bottom:0 ;
}

.page_access_sp01_right_left {
	width:100%;
}
.page_access_sp01_right_left h4 {
	color:#222;
	font-size:1.8rem;
	letter-spacing:0.05em;
	line-height:1.5;
	font-weight:700;
	margin-bottom:20px;
	border-left:1px dotted #c00;
	padding-left:20px;
}
.page_access_sp01_right_right {
	width:100%;
	margin-top:30px;
}
.page_access_sp01_right_right h4 {
	color:#222;
	font-size:1.8rem;
	letter-spacing:0.05em;
	line-height:1.5;
	font-weight:700;
	margin-bottom:20px;
	border-left:1px dotted #c00;
	padding-left:20px;
}
.page_access_sp01_right_right02 {
	width:100%;
	padding:1px 0 20px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top:20px;
    border:1px dotted #ddd;
}
.page_access_sp01_right_right03 {
	position:relative;
	width:100%;
}
.page_access_sp01_right_right02 h5 {
	color:#222;
	font-size:1.4rem;
	letter-spacing:0.05em;
	line-height:1.45;
	font-weight:700;
	margin:20px 20px 15px;
	padding: 12px 100px 12px 15px;
    background-color:#f3f3f3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.page_access_sp01_right_right02 h5 br {
	display:none;
}
.page_access_sp01_right_right02 p.spopar_logo {
	position:absolute;
	width:70px;
	top:-6px;
	right:15px;
}
.page_access_sp01_right_right02 p.spopar_logo img {
	width:100%;
}

/* ############# page_access_sp ############# */


/* ############################## footer ############################## */

.footer_sp {
	width:100%;
	z-index:100;
	background-color:#222;
}
.footer_nav_sp {
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto;
}
.footer_nav_list {
	width:50%;
	border-right:1px dotted #444;
	padding:30px 0 50px;
}
.footer_nav_list:first-child, .footer_nav_list:nth-child(3), .footer_nav_list:nth-child(5) {
	border-left:1px dotted #444;
}
.footer_nav_list:nth-last-child(-n+4) {
	border-top:1px dotted #444;
}
.footer_nav_list h5 {
	text-align:center;
	font-size:1.5rem;
	font-weight:400;
	letter-spacing:0.1em;
	margin-bottom:15px;
}
.footer_nav_list h5 a {
	color:#fff;
}

.footer_nav_list ul {
	font-size:1.2rem;
}
.footer_nav_list ul li {
	font-weight:400;
	letter-spacing:0.1em;
}
.footer_nav_list ul li a {
	display:block;
	color:#fff;
	padding: 5px 15px;
	background:url(../img/list_mk007.svg) no-repeat right 10px center;
    background-size:11px 11px;
}
.footer_nav_list ul li img {
	width:19px;
	padding-left:5px;
	padding-bottom:1px;
}

.footer_bottom_sp {
	width:100%;
	background-color:#111;
}
.footer_bottom_sp01 {
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin:0 auto;
	padding:20px 0;
}
.footer_bottom_sp01 p.footer_logo {
	width:70px;
}
.footer_bottom_sp01 p.footer_logo img {
	width:100%;
}
.footer_bottom_sp01 p.copy {
	font-size:1.0rem;
	letter-spacing:0.1em;
	color:#f1f1f1;
}

/* ############################## footer ############################## */


.sp_fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 1000ms;
    }
.sp_fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.sp_fadein01 {
    opacity : 0;
    transform : translate(0, -50px);
    transition : all 1000ms;
    }
.sp_fadein01.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.sp_fadein02 {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 1000ms;
    }
.sp_fadein02.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.sp_fadein03 {
    opacity : 0;
    transform : translate(-30px, 0);
    transition : all 1000ms;
    }
.sp_fadein03.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


.b_none {
	border:none !important;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}

.red001 {
color:#c00;
}
.red002 {
color:#c00;
font-weight:500;
}
.red003 {
color:#c00;
font-weight:700;
}

.black001 {
color:#111;
}
.black002 {
color:#111;
font-weight:500;
}
.black003 {
color:#111;
font-weight:700;
}

.btn_style01 {
    text-align: center;
    width: 100%;
}
.btn_style01 a {
	display: block;
    text-decoration: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff !important;
    font-size: 1.6rem !important;
    font-weight:500;
    padding: 20px 10px;
    margin: 0 auto;
    background:url(../img/list_mk002.svg) no-repeat right 10px center;
    background-size:16px;
    background-color:#c00;
	letter-spacing:0.05em;
}
.btn_style01 img {
	width:16px !important;
	margin-left:6px;
	vertical-align:middle;
	padding-bottom:5px;
	box-shadow: none !important;
	border: none !important;
}


.pc {
	display:none;
}



}