@charset "utf-8";

/* =============================================================================================================
	通常スタイル
============================================================================================================= */


/* all style
--------------------------------------------------------- */

body {
	background-color: #fff;
}

/* wrapper */
div#wrapper {
	margin: auto;
}
div#mvWrapper img,
div#contentsWrapper img,
.imgWrapper img {
	width: 100%;
	vertical-align: bottom;
}
.imgWrapper {
    max-width: 1000px;
    margin: 0 auto;
}

/* header
--------------------------------------------------------- */

/* headerMainWrapper */
div#headerMainWrapper {
	background: #f8dc00;
}
div#headerMainInner {
	width: 100%;
	max-width: 1000px;
	height: 95px;
	margin: auto;
	background: url(../img/app/common/img_gnavi01.jpg) no-repeat center top;
}

/* footer
--------------------------------------------------------- */
.footer-inner ul.sitemap_list {
	justify-content: center;
}
.footer-inner ul.sitemap_list li {
	width: 12.5%;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* MV
--------------------------------------------------------- */
.index-mv-top {
    background-color: #94090e;
}
.index-mv-top img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#mvWrapper,
#worldWrapper {
	width: 100%;
	background-color: #ffe09d;
    height: auto;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
#mvWrapper {
	background-color: #fff;
}
#mvWrapper img,
#worldWrapper img{
    max-width: 1000px;
    height: auto;
    display: block;
    margin: auto;
    position: relative;
    z-index: 2;
}
#worldWrapper .mail a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	height: 50px;
	width: 50%;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	z-index: 3;
}
/*
#mvWrapper .mv_box {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#mvWrapper #catchBox {
    width: 100%;
	font-size: 39px;
	line-height: 1.1;
	letter-spacing: normal;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 28px;
	font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#mvWrapper #catchBox p span {
	display: block;
}
#mvWrapper ul.mv_appDL_list {
	display: flex;
	justify-content: space-between;
}
#mvWrapper ul.mv_appDL_list li {
	box-sizing: border-box;
}
#mvWrapper ul.mv_appDL_list li:first-child {
	padding-right: 10px;
}*/

/* contents
--------------------------------------------------------- */

/* ----- all style----- */
div#contentsWrapper {
	margin: 0 auto; /* 0 auto 50px; */
	background-color: #fcf6d0;
	color: #333;
}
div#contentsWrapper .inner {
	width: 100%;
	max-width: 1000px; /* 890px */
	margin: 0 auto;
}
div.contents_box {
	margin: 0 auto;
}
div.contents_box:last-child { margin: 0;}
div.contents_box h2 {
	font-size: 34px;
    text-align: left;
    letter-spacing: 0.06em;
    margin: 0 auto 30px;
    line-height: 1.2;
	padding: 70px 0 0;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
.AppText_box {
	text-align: left;	
}
#txtBox {
	text-align: center;
	background-color: #fff;
}
#txtBox .AppText {
	/*margin-bottom: 80px;*/
	padding: 0 0 50px;
}
#txtBox .AppText p{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: 0.06em;
}
#txtBox .AppText p span{
	display: inline-block;
}

/* ----- Main services / functions  &  Notes ----- */
#txtBox .sfn_box {
	background: #666;
	/*background: #111 url(../img/app/about_bg.jpg) no-repeat top center / cover;*/
}
#txtBox .main_sf p,#txtBox .main_sf h3 ,#txtBox .main_sf h4,#txtBox .Notes p,#txtBox .Notes h3 ,#txtBox .Notes h4{
	color: #fff;
}
#txtBox .main_sf h3,#txtBox .Notes h3 {
	font-size: 36px;
	letter-spacing: 0.06em;
}
#txtBox .main_sf p {
	line-height: 1.8;
	font-size: 16px;
	letter-spacing: 0.06em;
}

/* ----- Main services / functions ----- */
#txtBox .main_sf {
	padding: 40px 0 50px ;
	height: 450px;
	position: relative;
}
#txtBox .main_sf_inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 510px;
}
#txtBox .main_sf h3 {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* ----- img ----- */
#txtBox .main_sf .main_sf_img {
	width: 44.3%;
	margin: 0 auto;
}

/* ----- list ----- */
#txtBox .main_sf h4 {
	font-size: 30px;
	line-height: 1.13;
	margin-bottom: 15px;
	letter-spacing: 0.06em;
}

/* list cont */
#txtBox .main_sf .main_sf_list ul li.msf_list_c {
	position: absolute;
}

#txtBox .main_sf .main_sf_list ul li.msf_list_c:nth-child(-n + 2) {
	left: 0;
	text-align: right;
}
#txtBox .main_sf .main_sf_list ul li.msf_list_c:nth-child( n + 3) {
	right: 0;
	text-align: left;
}
#txtBox .main_sf .main_sf_list ul li#msf_list_c01 {
    top: 13%;
    width: 27%;
}
#txtBox .main_sf .main_sf_list ul li#msf_list_c02 {
    bottom: 30px;
    width: 35%;

}
#txtBox .main_sf .main_sf_list ul li#msf_list_c03 {
	bottom: 0;
}
#txtBox .main_sf .main_sf_list ul li#msf_list_c04 {
    top: 305px;
    width: 20%;
    right: 7%;
}
#txtBox .main_sf .main_sf_list ul li#msf_list_c05 {
    top: 24%;
    width: 27%;
}

/* ----- Notes ----- */
#txtBox .Notes {
	background: rgba(0,0,0,0.5);
	padding: 40px 0 50px ;
	letter-spacing: 0.06em;
}
#txtBox .Notes h3{
	margin-bottom: 20px;
}
#txtBox .Notes p  {
	text-align: left;
}
#txtBox .Notes .not_box {
	max-width: 890px;
	margin: 0 auto;
}

/* not_box_list */
#txtBox .Notes ul.not_box_list {
	margin-bottom: 30px;
}
#txtBox .Notes ul.not_box_list li {
	overflow: hidden;
	margin-bottom: 20px;
}
#txtBox .Notes ul.not_box_list li div.right,#txtBox .Notes ul.not_box_list li div.left {
	float: left;
}
#txtBox .Notes ul.not_box_list li div.left {
	width: 160px;
}
#txtBox .Notes ul.not_box_list li h4 {
	line-height: 1.4;
	text-align: left;
	font-size: 30px;
}
#txtBox .Notes ul.not_box_list li div.right {
	width: calc( 100% - 160px );
}
#txtBox .Notes ul.not_box_list li p {
	font-size: 19px;
}
#txtBox .Notes ul.not_box_list li p span {
	display: block;
}
#txtBox .Notes  p.not_cont {
	margin-left: 160px;
	font-size: 14px;
}
/* ----- GUIDANCE OF RANK SYSTE----- */

/* ----- GORSBox----- */
#GORSBox {
	margin: 0 auto 70px;
}

/* ----- table----- */

/*  tableBox共通 */
.tableBox {
	background: #f9f9f9;
	padding:30px 40px 40px;
	margin-bottom: 30px;
}
.tableBox h3 {
	margin-bottom: 10px;
	font-size: 32px;
	text-align: center;
	font-weight: normal;
}
.bg_white {
	background: #fff;
	padding: 35px 40px 40px;
}
.tableBox table{
	border-collapse: collapse;
	width: 100%;
}
.tableBox table tr{
	border-bottom: 1px #eeeeee solid;
}
.tableBox table th,.tableBox table td{
	padding: 23px 10px;
	box-sizing: border-box;
	text-align: center;
}
.tableBox table th{
	background: #f9f9f9;
	font-weight: normal;
}
.tableBox table tr.cat th{
	background: none;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 9px;
	padding-top: 0;
	margin: 0;
}

/*  tableBox_01 */
.tableBox.tableBox_01 table {
	font-size: 22px;
}

.tableBox.tableBox_01 table th {
	font-weight: bold;
}
.tableBox.tableBox_01 table th,.tableBox.tableBox_01 table td{
	padding: 18px 30px;
	box-sizing: border-box;
	text-align: center;
}
.tableBox.tableBox_01 table tr td:last-child,.tableBox.tableBox_01 table tr th:last-child{
	text-align: left;
}

/*  tableBox_02 */
.tableBox.tableBox_02 table {
	table-layout: fixed;
}
.tableBox.tableBox_02 table tr.cat th{
	border-left: none;
	border-right: none;
}
.tableBox.tableBox_02 table tr th:first-child{
	width: 170px;
}
.tableBox.tableBox_02 table tr.cat02 th{
	font-weight: bold;
}
.tableBox.tableBox_02 table th.w10{
	width: 10px;
	background: none;
	padding: 0;
}
.tableBox.tableBox_02 table tr:not(:first-child) {
	border-right: 1px #eeeeee solid;
}
.tableBox.tableBox_02 table th,.tableBox.tableBox_02 table td{
	border-left: 1px #eeeeee solid;
}

/* ----- emailbtn ----- */
#emailbtn {
	margin: 80px 0;
	text-align: center;
}
@media screen and (max-width:480px){
	#emailbtn {
		margin: 40px 0;
	}
}
.footer-wrapper {
	margin: -4px auto 0!important;
}
#emailbtn p {
    font-size: 20px;
    line-height: 1.5;
    /*margin-bottom: 20px;*/
    letter-spacing: 0.06em;
}
#emailbtn .careers-detail-inner-btn {
	text-align: center;
}
#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit {
	position: relative;
	background: #111;
	overflow: hidden;
	display: inline-block;
	margin: 40px auto;
}
#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit::after {
	background: #ffc112;
	width: 0;
	height: 100%;
	left: -35%;
	top: 0;
	transform: skew(-50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	content: '';
	position: absolute;
}
@media screen and (max-width: 767px) {
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit::after {
		content: none;
	}
}
#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit:hover:after {
	height: 100%;
	width: 135%;
}
#emailbtn .careers-detail-inner-btn span {
	display: block;
}
#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit a {
	color: #ffc112;
	font-size: 3.6rem;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	padding: 15px 180px 15px 50px;
	position: relative;
	letter-spacing: 0.06em;
	transition: 0.4s;
	z-index: 1
}
#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit a:hover {
	color: #333;
}
@media screen and (max-width: 767px) {
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit a {
		transition: 0;
	}
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit a:hover {
		color: #ffc112;
	}
}

@media screen and (max-width: 1000px) {
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit {
		margin: 2% auto 5%;
	}
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit a {
		font-size: 4vw;
		padding: 3vw 20vw 3vw 7vw;
	}
}

@media screen and (max-width: 480px) {
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit a {
		font-size: 5vw;
		padding: 4vw 20vw 4vw 7vw;
	}
}
#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit a i {
	width: 10px;
	height: 36px;
	margin: auto;
	background: url("../img/common/img_icn01_yellow.png") no-repeat right center;
	background-size: 100% auto;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	z-index: 250;
	transition: 0.4s;
}
#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit:hover a i {
	bottom: -25px;
	right: 14px;
}

@media screen and (max-width: 1000px) {
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit a i {
		background-size: 60% auto;
		right: 20px;
		transition: 0;
	}
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-submit:hover a i {
		right: 20px;
		top: 0;
		bottom: 0;
	}
}
#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-text a {
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-text a {
		font-size: 3vw;
	}
}

@media screen and (max-width: 480px) {
	#emailbtn .careers-detail-inner-btn span.careers-detail-inner-btn-text a {
		font-size: 1.2rem;
	}
}

/* christmas
--------------------------------------------------------- */
/* ----- christmas-wrapper ----- */
.christmas-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 70px 0;
}
@media screen and (max-width: 1000px) {
.christmas-wrapper ul {
    margin: 30px 0;
}
}
.christmas-wrapper ul li {
	width: 48.5%;
	margin: 0;
}
.careers-contact-address {
    margin-top: 10px;
    padding: 40px;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
.christmas-wrapper ul li {
	width: 100%;
}
}
.christmas-wrapper ul li .careers-inner-btn {
	position: relative;
	background: #111;
	overflow: hidden;
}
.christmas-wrapper ul li a {
	font-size: 3rem;
	line-height: 1.2;
	text-decoration: none;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin: auto;
	padding: 25px 80px 25px 30px;
	color: #ffc112;
	min-height: 122px;
	transition: 0.2s;
	overflow: hidden;
	position: relative;
	z-index: 1;
    vertical-align: middle;
}
.christmas-wrapper ul li a span.small_careeNname {
    font-size: 75%;
    vertical-align: middle;
}

@media all and (-ms-high-contrast:none) {
.christmas-wrapper ul li a {
	max-height: 122px;
}
}
.christmas-wrapper ul li a:hover {
	color: #333;
}
.christmas-wrapper ul li .careers-inner-btn::after {
	background: #ffc112;
	width: 0;
	height: 100%;
	left: -35%;
	top: 0;
	transform: skew(-50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	content: '';
	position: absolute;
}

@media screen and (max-width: 768px) {
.christmas-wrapper ul li a {
	transition: 0s;
}
.christmas-wrapper ul li a:hover {
	color: #ffc112;
}
.christmas-wrapper ul li .careers-inner-btn::after {
	content: none;
}
}
.christmas-wrapper ul li .careers-inner-btn:hover:after {
	height: 100%;
	width: 135%;
}

@media screen and (max-width: 768px) {
.christmas-wrapper ul li a {
	font-size: 4vw;
	padding: 3.5vw 15vw 3.5vw 6vw;
	min-height: auto;
}
}

@media all and (-ms-high-contrast:none) and (max-width: 768px) {
.christmas-wrapper ul li a {
	max-height: auto;
}
}

@media screen and (max-width: 480px) {
.christmas-wrapper ul li a {
	font-size: 4.5vw;
	padding: 5vw 15vw 5vw 6vw;
}
}
.christmas-wrapper ul li .careers-inner-btn i {
	width: 10px;
	height: 100%;
	margin: auto;
	background: url("../img/common/img_icn01_yellow.png") no-repeat right center;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	z-index: 250;
	transition: 0.4s;
}
.christmas-wrapper ul li .careers-inner-btn a:hover i {
	right: 25px;
	top: 0;
	bottom: -40%;
}

@media screen and (max-width: 768px) {
.christmas-wrapper ul li .careers-inner-btn i {
	right: 20px;
	background-size: 60% auto;
}
.christmas-wrapper ul li .careers-inner-btn a:hover i {
	right: 20px;
	top: 0;
	bottom: 0;
}
}

@media screen and (max-width: 768px) {
.christmas-wrapper ul li i {
	width: 1.5vw;
}
}

@media screen and (max-width: 768px) {
.christmas-wrapper ul li {
	margin: 0 0 5%;
}
}
.christmas-wrapper ul li:last-child {
	margin: 0;
}

/* ----- content-wrapper ----- */
.content-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 70px auto 0;
}

@media screen and (max-width: 1000px) {
.content-wrapper {
    margin: 30px auto 0;
}
}

@media screen and (max-width: 1000px) {
.content-wrapper {
	width: 100%;
}
}
.content-wrapper h3 {
	font-size: 2.8rem;
	line-height: 1.4;
	margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
.content-wrapper h3 {
	font-size: 4vw;
	margin: 0 0 20px;
	letter-spacing: 0.06em;
}
}

@media screen and (max-width: 480px) {
.content-wrapper h3 {
	font-size: 16px;
	margin: 0 0 15px;
}
}
.content-wrapper p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 30px;
}
.content-wrapper p.small_ttl {
	margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
.content-wrapper p {
	font-size: 2.5vw;
	margin: 0 0 20px;
}
}

@media screen and (max-width: 480px) {
.content-wrapper p {
	font-size: 13px;
}
}

/* careers-detail
--------------------------------------------------------- */
/* ----- careers-detail-wrapper ----- */
.careers-detail-wrapper h2 {
	font-size: 4.4rem;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 3px solid #ffc112;
}

@media screen and (max-width: 1000px) {
.careers-detail-wrapper h2 {
	font-size: 5vw;
}
}
.careers-detail-wrapper table {
	margin: 0 auto 50px;
}

@media screen and (max-width: 1000px) {
.careers-detail-wrapper table {
	margin: 0 0 8%;
}
}
.careers-detail-wrapper table tbody th {
	width: 25%;
	font-size: 2.4rem;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	padding: 20px 0 20px 50px;
	border-bottom: 1px dotted #ddd;
	background: #fff;
}

@media screen and (max-width: 1000px) {
.careers-detail-wrapper table tbody th {
	width: 20%;
	min-width: 80px;
	font-size: 3.5vw;
	padding: 3% 0 3% 3%;
}
}

@media screen and (max-width: 480px) {
.careers-detail-wrapper table tbody th {
	font-size: 3.5vw;
}
}
.careers-detail-wrapper table tbody td {
	width: 70%;
	font-size: 2.4rem; /* 1.8rem */
	text-align: left;
	line-height: 1.6;
	padding: 20px 50px 20px 20px;
	border-bottom: 1px dotted #ddd;
	background: #fff;
}

@media screen and (max-width: 1000px) {
.careers-detail-wrapper table tbody td {
	width: 75%;
	font-size: 2.5vw;
	padding: 3% 3% 3% 4%;
}
}

@media screen and (max-width: 480px) {
.careers-detail-wrapper table tbody td {
	font-size: 3.5vw;
}
}
.careers-detail-wrapper .careers-detail-inner-btn {
	text-align: center;
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit {
	position: relative;
	background: #111;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto 30px;
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit::after {
	background: #ffc112;
	width: 0;
	height: 100%;
	left: -35%;
	top: 0;
	transform: skew(-50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	content: '';
	position: absolute;
}

@media screen and (max-width: 767px) {
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit::after {
	content: none;
}
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit:hover:after {
	height: 100%;
	width: 135%;
}
.careers-detail-wrapper .careers-detail-inner-btn span {
	display: block;
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit a {
	color: #ffc112;
	font-size: 3.6rem;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	padding: 15px 180px 15px 50px;
	position: relative;
	letter-spacing: 0.06em;
	transition: 0.4s;
	z-index: 1
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit a:hover {
	color: #333;
}

@media screen and (max-width: 767px) {
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit a {
	transition: 0;
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit a:hover {
	color: #ffc112;
}
}

@media screen and (max-width: 1000px) {
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit {
	margin: 0 auto 5%;
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit a {
	font-size: 4vw;
	padding: 3vw 20vw 3vw 7vw;
}
}

@media screen and (max-width: 480px) {
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit a {
	font-size: 5vw;
	padding: 4vw 20vw 4vw 7vw;
}
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit a i {
	width: 10px;
	height: 36px;
	margin: auto;
	background: url("../img/common/img_icn01_yellow.png") no-repeat right center;
	background-size: 100% auto;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	z-index: 250;
	transition: 0.4s;
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit:hover a i {
	bottom: -25px;
	right: 14px;
}

@media screen and (max-width: 1000px) {
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit a i {
	background-size: 60% auto;
	right: 20px;
	transition: 0;
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-submit:hover a i {
	right: 20px;
	top: 0;
	bottom: 0;
}
}
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-text a {
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-text a {
	font-size: 3vw;
}
}

@media screen and (max-width: 480px) {
.careers-detail-wrapper .careers-detail-inner-btn span.careers-detail-inner-btn-text a {
	font-size: 1.2rem;
}
}

.footerWrapper {
    background-image: url(../../christmas/img/img_footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.footerWrapper img {
    width: 100%;
    height: auto;
}
.footerWrapper .ttl {
    max-width: 600px;
}
.footerWrapper .visit {
    max-width: 400px;
    z-index: 2;
    position: relative;
}
.footerWrapper .store {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: -70px auto 0;
}
.footerWrapper .store > div {
    padding: 30px 30px 70px;
}
.footerWrapper .store img {
    width: 100%;
    height: auto;
}
.footerWrapper .store > div a {
    opacity: 1;
    transition-duration: 0.5s;
}
.footerWrapper .store > div a:hover {
    opacity: .6;
}
@media screen and (max-width: 1000px) {
    .footerWrapper {
        padding-bottom: 30px;
    }
    .footerWrapper .store {
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .footerWrapper .store > div img {
        max-width: 80%!important;
    }
    .footerWrapper .store > div {
        padding: 20px;
        margin: 0 auto;
    }
    .footerWrapper .visit {
        max-width: 80%!important;
    }
    .footerWrapper .store > div img {
        max-width: 100%!important;
    }
}

/* =============================================================================================================
	1000px以下
============================================================================================================= */

@media screen and (max-width: 1000px) {

	/* header
	--------------------------------------------------------- */

	/* headerMainWrapper */
	/*div#headerMainWrapper {
		background: #f8dc00;
	}
	div#headerMainInner {
		height: 90px;
		background: #f8dc00;
	}*/

	/* MV
	--------------------------------------------------------- */

	/*#mvWrapper .mv_box .mvBox:last-child {
		padding-left: 0px;
	}*/

	/* contents
	--------------------------------------------------------- */
	/* ----- all style----- */
	/*div#contentsWrapper .inner {
		width: 84%;
		margin: 0 auto;
	}

	div.contents_box {
		margin: 80px  auto;
	}
	div.contents_box h2 {
		font-size: 46px;
		text-align: center;
		letter-spacing: 0.06em;
		margin: 80px auto 20px;
		line-height: 1.2;
	}
	.AppText {
		margin-bottom: 40px;
	}*/

	/* ----- ABOUT US----- */
	#txtBox {
		text-align: center;
	}
	/*.AppText {
		margin-bottom: 80px;
	}
	#txtBox .AppText p{
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 20px;
		letter-spacing: 0.06em;
	}
	#txtBox .AppText p span{
		display: inline;
	}*/

	/* ----- Main services / functions  &  Notes ----- */
	#txtBox .sfn_box {
	}
	#txtBox .main_sf p,#txtBox .main_sf h3 ,#txtBox .main_sf h4,#txtBox .Notes p,#txtBox .Notes h3 ,#txtBox .Notes h4{
	}
	#txtBox .main_sf h3,#txtBox .Notes h3 {
	}
	#txtBox .main_sf p {
	}

	/* ----- Main services / functions ----- */
	#txtBox .main_sf {
	}
	#txtBox .main_sf_inner {
		height: auto;
	}
	#txtBox .main_sf h3 {
		width: 84%;
		margin: 0 auto 40px;
		line-height: 1.2;
	}

	/* ----- img ----- */
	#txtBox .main_sf .main_sf_img {
		margin-bottom: 10px;
	}

	/* ----- list ----- */
	#txtBox .main_sf .main_sf_list {
	}

	/* list cont */
	#txtBox .main_sf .main_sf_list ul {
		width: 84%;
		margin: 0 auto;
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#txtBox .main_sf .main_sf_list ul li.msf_list_c {
		position: static;
		padding: 20px;
		box-sizing: border-box;
	}
	#txtBox .main_sf .main_sf_list ul li.msf_list_c:nth-child( odd ) {
		text-align: left;
	}
	#txtBox .main_sf .main_sf_list ul li.msf_list_c:nth-child( even ) {
		text-align: left;
	}

	/*
	#txtBox .main_sf .main_sf_list ul li#msf_list_c01 {
		width: 100%;
	}*/
	#txtBox .main_sf .main_sf_list ul li#msf_list_c01,#txtBox .main_sf .main_sf_list ul li#msf_list_c02,#txtBox .main_sf .main_sf_list ul li#msf_list_c03 ,#txtBox .main_sf .main_sf_list ul li#msf_list_c04 ,#txtBox .main_sf .main_sf_list ul li#msf_list_c05,#txtBox .main_sf .main_sf_list ul li#msf_list_c06 {
		width: 50%;
	}
	/* ----- Notes ----- */
	#txtBox .Notes .not_box {
		width: 84%;
	}

	/* ----- table----- */

	/*  tableBox共通 */
	.tableBox {
		padding:30px 30px 30px;
		margin-bottom: 30px;
	}
	.tableBox h3 {
		margin-bottom: 10px;
		font-size: 28px;
	}
	.bg_white {
		padding: 35px 30px 30px;
	}
	.tableBox table{
	}
	.tableBox table tr{
	}
	.tableBox table th,.tableBox table td{
		padding: 18px 0px;

	}
	.tableBox table th{
	}
	.tableBox table tr.cat th{
		font-size: 18px;
		padding-bottom: 9px;
	}

	/*  tableBox_01 */
	.tableBox.tableBox_01 table {
		font-size: 18px;
	}

	.tableBox.tableBox_01 table th {
	}
	.tableBox.tableBox_01 table th,.tableBox.tableBox_01 table td{
		padding: 18px 15px;

	}
	.tableBox.tableBox_01 table tr td:last-child,.tableBox.tableBox_01 table tr th:last-child{

	}

	/*  tableBox_02 */
	.tableBox.tableBox_02 table {
	}
	.tableBox.tableBox_02 table tr.cat th{
	}
	.tableBox.tableBox_02 table tr.cat02 th{
	}
	.tableBox.tableBox_02 table tr th:first-child {
		width: 150px;
	}
	.tableBox.tableBox_02 table th.w10{
		width: 10px;
		padding: 0;
	}
	.tableBox.tableBox_02 table tr:not(:first-child) {
	}
	.tableBox.tableBox_02 table th,.tableBox.tableBox_02 table td{
	}
}
	
/* =============================================================================================================
	768px以下
============================================================================================================= */

@media screen and (max-width: 768px) {
	/* wrapper */
	div#wrapper {
	}

	/* header
	--------------------------------------------------------- */

	/* headerMainWrapper */
	/*div#headerMainWrapper {
	}
	div#headerMainInner {
		height: 80px;
	}*/

	/* MV
	--------------------------------------------------------- */
	/*#mvWrapper {
		height: auto;
	}
	#mvWrapper #catchBox {
		font-size: 34px;
		margin-top: 10px;
		opacity: 1;
		font-weight: bold;
	}*/

	/* MV
	--------------------------------------------------------- */
	#mvWrapper,
	#worldWrapper {
		height: auto;
		/*padding: 15vw 0 0;*/
		padding: 0;
	}

	/*#mvWrapper .mv_box .mv_imgBox,#mvWrapper #catchBox,#mvWrapper #mv_donImg,#mvWrapper ul.mv_appDL_list {
		margin: 0 auto;
		width: 75%;
	}
	#mvWrapper .mv_box {
		position: relative;
		max-width: none;
		overflow: visible;
	}
	#mvWrapper .mv_box .mvBox,#mvWrapper .mv_box .mvBox:first-child,#mvWrapper .mv_box .mvBox:last-child {
		box-sizing: border-box;
		float: none;
		width: 100%;
		padding: 0;
	}
	#mvWrapper .mv_box .mvBox:first-child{
		position: absolute;
		padding-right: 0;
		bottom: 18.5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#mvWrapper .mv_box .mv_textBox {
		max-width: 100%;
		padding: 0;
	}
	#mvWrapper #mv_donImg {
		margin-bottom: 4.3vw;
		width: 44.4%;
	}
	#mvWrapper #mv_donImg img {
		max-width: auto;
		width: 100%;
	}
	#mvWrapper .mv_box .mv_imgBox {
		text-align: center;
		padding:  0;
	}
	#mvWrapper .mv_box .mv_imgBox #mv_appImg {
		width: 60%;
		margin: 0 auto;
		position: relative;
		height: 0;
		padding-top: 57vw;
		overflow: hidden;
	}
	#mvWrapper .mv_box .mv_imgBox #mv_appImg img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		max-width: none;
	}
	#mvWrapper #catchBox {
		font-size: 4.2vw;
		opacity: 1;
		font-weight: bold;
		margin-bottom: 64%;
		text-align: center;
	}
	#mvWrapper #catchBox p span {
		display: inline;
		padding: 0 0.25em;
	}
	#mvWrapper #mv_appbox {
		background: #f9f9f9;
		padding: 5vw 0;
		border-top: 1px solid #fff;
		position: relative;
		z-index: 10;
	}
	#mvWrapper ul.mv_appDL_list {
		display: flex;
		justify-content: space-between;
	}
	#mvWrapper ul.mv_appDL_list {
		display: flex;
		justify-content: space-between;
	}*/


	/* contents
	--------------------------------------------------------- */

	/* ----- all style----- */
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	div#contentsWrapper {
		margin: 0 auto;
	}
	/*div.contents_box {
		margin: 70px auto;
	}
	div.contents_box h2 {
		font-size: 32px;
		text-align: center;
		letter-spacing: 0.06em;
		margin: 80px auto 25px;
	}*/
	div.contents_box h2 {
		padding: 40px 0 0;
	    font-size: 26px;
	}

	/* ----- #txtBox----- */
	#txtBox p{
		font-size: 16px;
	}
	#txtBox .AppText {
		padding: 0 0 20px;
	}
	#txtBox .AppText p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	#txtBox .main_sf h3, #txtBox .Notes h3 {
		font-size: 30px;
	}
	#txtBox .main_sf h4 {
		font-size: 28px;
		margin-bottom: 13px;
	}

	/* ----- Notes ----- */
	#txtBox .Notes {
		padding: 40px 0 50px ;
	}
	#txtBox .Notes ul.not_box_list li div.left {
		width: 130px;
	}
	#txtBox .Notes ul.not_box_list li h4{
		font-size: 26px;
	}
	#txtBox .Notes ul.not_box_list li div.right {
		width: calc( 100% -  130px );
	}
	#txtBox .Notes ul.not_box_list li p  {
		font-size: 18px;
	}
	#txtBox .Notes .not_box {
	}
	#txtBox .Notes p.not_cont {
		margin-left: 130px;
	}

	/* ----- table----- */

	/*  tableBox共通 */
	.tableBox {
		padding:30px 30px 30px;
		margin-bottom: 30px;
	}
	.tableBox h3 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 1.4;
	}
	.bg_white {
		background: #fff;
		padding: 30px 30px;
	}
	.tableBox table{
	}
	.tableBox table tr{
	}
	.tableBox table th,.tableBox table td{
		padding: 15px 10px;
		font-size: 16px;
	}
	.tableBox table th{
	}
	.tableBox table tr.cat{
		display: none;
	}

	/*  tableBox_01 */
	.tableBox.tableBox_01 table {
	}
	.tableBox.tableBox_01 table th,.tableBox.tableBox_01 table td,.tableBox.tableBox_01 table tr{
		display: block;
		border-bottom: 1px #eeeeee solid;
	}
	.tableBox.tableBox_01 table tr.cat {
		display: none;
	}
	.tableBox.tableBox_01 table tr {
		overflow: hidden;
		width: 100%;
		border-bottom: none;
	}
	.tableBox.tableBox_01 table tr:not(:last-child) {
		margin-bottom: 30px;
	}
	.tableBox.tableBox_01 table th {
		font-weight: bold;
		width: 100%;
		font-size: 18px;
		border-top: 1px #eeeeee solid;
	}
	.tableBox.tableBox_01 table td,.tableBox.tableBox_01 table th {
		padding: 15px 10px;
		border-right: 1px #eeeeee solid;
		border-left: 1px #eeeeee solid;
	}
	.tableBox.tableBox_01 table td::before {
		content: attr(data-label);
		font-weight: bold;
		display: block;
	}
	.tableBox.tableBox_01 table tr td:last-child,.tableBox.tableBox_01 table tr th:last-child{
		text-align: center;
	}

	/*  tableBox_02 */
	.tableBox.tableBox_02 table:not(:last-child) {
		margin-bottom: 30px;
	}
	.tableBox.tableBox_02 table tr th{
		font-weight: bold;
	}
	.tableBox.tableBox_02 table tr th span{
		display: block;
	}
	.tableBox.tableBox_02 table tr:first-child th{
		font-size: 18px;
	}
	.tableBox.tableBox_02 table tr:first-child{
		border-top: 1px #eeeeee solid;
	}
	.tableBox.tableBox_02 table tr{
		border-right: 1px #eeeeee solid;
	}
	.tableBox.tableBox_02 table th,.tableBox.tableBox_02 table td{
	}
}

/* =============================================================================================================
	620px以下
============================================================================================================= */

@media screen and (max-width: 620px) {
	#txtBox .main_sf .main_sf_list ul li#msf_list_c01 ,#txtBox .main_sf .main_sf_list ul li#msf_list_c02,#txtBox .main_sf .main_sf_list ul li#msf_list_c03 ,#txtBox .main_sf .main_sf_list ul li#msf_list_c04 ,#txtBox .main_sf .main_sf_list ul li#msf_list_c05,#txtBox .main_sf .main_sf_list ul li#msf_list_c06 {
		width: 100%;
	}
	#txtBox .main_sf h4 {
		font-size: 26px;
		margin-bottom: 13px;
	}
	#txtBox .main_sf .main_sf_img {
		max-width: 300px;
		width: 64%;
		margin: 0 auto;
	}
}

/* =============================================================================================================
	480px以下
============================================================================================================= */

@media screen and (max-width: 480px) {
	body {
		font-size: 14px;  /* 14px */
	}
	/* wrapper */
	div#wrapper {
	}

	/* header
	--------------------------------------------------------- */
	/* headerMainWrapper */
	div#headerMainWrapper {
	}
	div#headerMainInner {
		height: 80px;
	}

	/* MV
	--------------------------------------------------------- */
	#mvWrapper,
	#worldWrapper {
		height: auto;
		/*padding: 15vw 0 0;*/
		padding: 0;
	}
	/*#mvWrapper .mv_box .mv_imgBox,#mvWrapper #catchBox,#mvWrapper #mv_donImg,#mvWrapper ul.mv_appDL_list {
		margin: 0 auto;
		width: 80%;
	}
	#mvWrapper .mv_box {
		position: relative;
		max-width: none;
	}
	#mvWrapper .mv_box .mvBox,#mvWrapper .mv_box .mvBox:first-child,#mvWrapper .mv_box .mvBox:last-child {
		box-sizing: border-box;
		float: none;
		width: 100%;
		padding: 0;
	}
	#mvWrapper .mv_box .mvBox:first-child{
		position: absolute;
		padding-right: 0;
		bottom: 17%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#mvWrapper .mv_box .mv_textBox {
		max-width: 100%;
		padding: 0;
	}
	#mvWrapper #mv_donImg {
		margin-bottom: 4.3vw;
		width: 50%;
	}
	#mvWrapper #mv_donImg img {
		max-width: auto;
		width: 100%;
	}
	#mvWrapper .mv_box .mv_imgBox {
		text-align: center;
		padding:  0;
	}
	#mvWrapper .mv_box .mv_imgBox #mv_appImg {
		width: 70%;
		margin: 0 auto;
		position: relative;
		height: 0;
		padding-top: 77.8vw;
		overflow: hidden;
	}
	#mvWrapper .mv_box .mv_imgBox #mv_appImg img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		max-width: none;
	}
	#mvWrapper #catchBox {
		font-size: 8vw;
		opacity: 1;
		font-weight: bold;
		margin-bottom: 80%;
		text-align: center;
	}
	#mvWrapper #catchBox p span {
		display: inline-block;
		padding: 0 0.25em;
	}
	#mvWrapper #mv_appbox {
		background: #f9f9f9;
		padding: 10vw 0;
		border-top: 1px solid #fff;
	}
	#mvWrapper ul.mv_appDL_list {
		display: flex;
		justify-content: space-between;
	}

	#mvWrapper ul.mv_appDL_list {
		display: flex;
		justify-content: space-between;
	}*/

	/* contents
	--------------------------------------------------------- */
	/* ----- all style----- */
	div#contentsWrapper {
		margin: 0 auto;
	}
	div.contents_box {
		margin: 0 auto;
	}
	/*div.contents_box h2 {
		font-size: 32px;
		text-align: center;
		letter-spacing: 0.06em;
		margin: 60px auto 25px;
		line-height: 1.2;
	}*/

	/* ----- ABOUT US----- */
	#txtBox {
		font-size: 18px;
	}
	/*#txtBox .AppText {
		margin-bottom: 60px;
	}*/
	#txtBox .AppText p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	/* ----- Main services / functions  &  Notes ----- */
	#txtBox .main_sf h3,#txtBox .Notes h3 {
		font-size: 28px;
		letter-spacing: 0.06em;
	}
	#txtBox .main_sf p {
		line-height: 1.8;
		font-size: 16px;
		letter-spacing: 0.06em;
	}
	
	/* ----- Main services / functions  ----- */
	#txtBox .main_sf h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	#txtBox .main_sf p {
		line-height: 1.7;
		font-size: 16px;
		letter-spacing: 0.06em;
	}

	/* ----- Notes  ----- */
	#txtBox .Notes ul.not_box_list li div.left {
		width: 105px;
	}
	#txtBox .Notes ul.not_box_list li h4 {
		font-size: 22px;
	}
	#txtBox .Notes ul.not_box_list li div.right {
		width: calc( 100% - 105px );
	}
	#txtBox .Notes ul.not_box_list li p {
		font-size: 16px;
	}
	#txtBox .Notes p.not_cont {
		margin-left: 105px;
		font-size: 12px;
	}

	/* ----- GUIDANCE OF RANK SYSTE----- */

	/* ----- table----- */

	/*  tableBox共通 */
	.tableBox {
		padding:0;
		background: none;
		font-size: 16px;

	}
	.tableBox:not(:last-child)  {
		margin-bottom: 50px;
	}
	.tableBox h3 {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: bold;
	}
	.bg_white {
		background: #fff;
		padding: 0;
		width: 80%;
		margin: auto;
	}
	.tableBox.tableBox_01 table tr:not(:last-child),.tableBox.tableBox_02 table:not(:last-child) {
		margin-bottom: 20px;
	}
}



