@charset "utf-8";

* {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
body{
	margin: 0;
}
a{
	color: #040404;
	text-decoration: none;
}
.mainView{
	width: 100vw;
	height: 100vh;
	background-color: #ccc;
}
div#main {
    text-align: center;
}

div#main img.start_img  {
    margin-top: 120px;
}
div#main section#sc01 img.sc01_pc  {
    display: initial;
}
div#main section#sc01 img.sc01_sp  {
    display: none;
}

img.login_button {
    display: none;
}

.title_header {
    width: 100%;
    height: 120px;
    background-color: #0066a6;
    /*opacity: 0.6;*/
    position: fixed;
    z-index: 1;
}
.title_header img {
	margin: 20px 0 20px 50px;
}

.navi_main{
	display: inline-block;
	vertical-align: top;
	max-width: 65%;
	margin-top: 30px;
	margin-left: 10%;
}
.navi_main ul li{
	display: inline-block;
	padding: 0 10px;
}
.navi_main ul li a{
	color: #fff;
	font-weight: bold;
}
.navi_main ul li a:hover{
	color: #fff100;
}

.news_area{
	width: 800px;
	margin: 0 auto 50px;
	padding-top: 120px;
}
.news_area h2{
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #fff100;
	color: #0066a5;
}
.news_area h2:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 99%;
	height: 95%;
	content: '';
	border: 4px solid #3385b8;
}
.news_area .news_text{
	height: 250px;
	overflow-y: scroll;
}
.news_area .news_text .news_list{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
	text-align: left;
}
.news_area .news_text .news_list p.date{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	width: 100px;
	padding-right: 10px;
}
.news_area .news_text .news_list p.category{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #ff0000;
	color: #fff;
	border-radius: 10px;
	width: 130px;

}
.news_area .news_text .news_list p.text{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	width: 520px;
}

#sc01{
	max-width: 1100px;
}
#sc01,#sc04A,#sc04B,#sc04C,#sclist{
	margin-top: -120px;
	padding-top: 120px;
}
.bna_fresh{
	width: 65% !important;
	margin: 5px auto 0;
}
.goca_blog_linkblock{
	text-align: center;
}
.goca_blog_linkblock p{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	color: #f00;
	font-size:46px;
}
.goca_blog_linkblock p::before,.goca_blog_linkblock p::after {
	width: 1px;
	 height: 50px;
	content: "";
	background-color: #f00;
}
		.goca_blog_linkblock p::before {
		margin-right: 0.5em;
		transform: rotate(-30deg);
		}

		.goca_blog_linkblock p::after {
		margin-left: 0.5em;
		transform: rotate(30deg);
		}
.goca_blog_linkblock a{
		display: block;
		background-color: #fb7600;
		color: #FFF;
		max-width: 700px;
		padding: 10px 20px;
		margin: 0 auto 40px;
	font-size: 46px;
}
@media screen and (max-width: 840px) {
	.goca_blog_linkblock p{
		font-size: 22px;
	}
	.goca_blog_linkblock a{
		font-size: 22px;
	}
}

@media screen and (min-width: 841px) and (max-width: 1200px) {
	.navi_main{
		margin-left: 0;
		width: 60%;
	}
	.news_area .news_text .news_list p.text{
		width: 65%;
	}
}
@media screen and (max-width: 840px) {
	.navi_main{
		min-width: 100% !important;
		margin: 0;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	.navi_main ul{
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}
	.navi_main ul li{
		width: calc(50% - 3px);
		margin: 0;
		padding: 0;
	}
	.navi_main ul li a{
		display: block;
		padding: 10px;
		color: #0066a6;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 16px;
	}
	
	.news_area{
		width: 95%;
		padding-top: 500px;
		margin:0 auto 50px;
		font-size: 18;
		/*margin-left: 20%;*/
	}
	.news_area .news_text{
		height: 400px;
	}
	.news_area .news_text .news_list p.date{
		width: 45%;
		margin: 7px 0 2px;		
	}
	.news_area .news_text .news_list p.category{
		width: 45%;
		margin: 7px 0 2px;		
	}
	.news_area .news_text .news_list p.text{
		display: block;
		width: 100%;
		padding-left: 0;
		margin: 2px 0 7px;
	}

	#sc01,#sc04A,#sc04B,#sc04C,#sclist{
		margin-top: -500px;
		padding-top: 500px;
		/*width: 1100px;*/
	}
	.bna_fresh{
		width: 100% !important;
		/*margin-left: 20%;*/
	}
	#sclist img{
		width: 100%;
	}
	section#sc02 img,
	section#sc03 img,
	section#sc04 img,
	section#sc05 img,
	section#sc06 img,
	section#sc07 img {
		width: 100%;
	}
}

#entrybuton {
    width: 100%;
    height: 220px;
    position: fixed;
    z-index: 1;
    text-align: center;
}
#entrybuton a {
    position: relative;
    bottom: 220px;
}
#entrybuton a img {
    width: 1100px;
    height: 220px;
}
#entrybuton div.eb_base {
    width: 100%;
    height: 220px;
    opacity: 0.4;
    background-color: #0066a6;
}

@media screen and (max-width: 840px) {
	div#main img.start_img  {
		margin-top: 200px;
	}
	div#main section#sc01 img.sc01_pc  {
		display: none;
	}
	div#main section#sc01 img.sc01_sp  {
		display: initial;
		width: 100%;
	}
	.title_header {
		width: 100%;
		height: auto;
	}
	.title_header img {
		margin: 10px;
		width: 25%;
	}
	.title_header img.login_button {	
		display: initial;
		width: 35% !important;
		/*margin-bottom: 20px;*/
	}
}

@media screen and (min-width: 841px) {
	section#sc01 img,
	section#sc02 img,
	section#sc03 img,
	section#sc04 img,
	section#sc05 img,
	section#sc06 img,
	section#sc07 img {
		width: 800px;
	}
}

/*ハンバーガーボタン*/
.el_humburger {
	position: fixed;
	top: 45px;
	right: 60px;
	width: 46px;
	height: 25px;
	padding-top: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	z-index: 20;
	cursor: pointer;
	pointer-events: auto;
	color: #000;
	text-align: center;
}

@media screen and (max-width: 840px) {
	.el_humburger {
		display: block;
		right: 20px;
		top: 2%;
		width: 80px;
		height: 70px;}
		#factory .el_humburger {
		display: none; 
	}
}

.el_humburger_wrapper {
	margin-bottom: 5px;
	width: 50px;
	display: inline-block;
}

@media screen and (max-width: 840px) {
	.el_humburger_wrapper {
		margin-bottom: 5px;
		width: 80px;
	}
}

.el_humburger_text {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
	display: none;
}
.el_humburger_text.el_humburger_text__close {
	display: none;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
	display: block;
}

@media screen and (max-width: 840px), print {
	.el_humburger_text {
		font-size: 10px;
		padding-top: 2px;
	}
	.el_humburger_text svg path {
		-webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		-o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		fill: #000;
	}
	.js_humburgerOpen .el_humburger_text svg path {
		fill: #000;
	}
}

.el_humburger span.el_humburger_bar {
	display: block;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
	margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
	background: #fff;
}
@media screen and (max-width: 840px), print {
	.el_humburger span.el_humburger_bar {
		margin: 0 0 13px;
		height: 8px;
	}
	.el_humburger span.el_humburger_bar {
		left: 0;
		top: 0;
		background: #fff;
		box-shadow: 0px 0px 10px #000;
	}
}
@media screen and (min-width: 841px) {
	.el_humburger span.el_humburger_bar {
		margin: 0 auto 8px;
		height: 7px;
	}
}
@media screen and (min-width: 841px), print {
	.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
		-webkit-transform: translateY(9px) rotate(-45deg);
		-ms-transform: translateY(9px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg); 
		background-color: #0066a6;
		box-shadow: 0px 0px 0px #000;
	}
	.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
		opacity: 0;
		box-shadow: 0px 0px 0px #000;
	}
	.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
		-webkit-transform: translateY(-11px) rotate(45deg);
		-ms-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
		background-color: #0066a6;
		box-shadow: 0px 0px 0px #000;
	}
}

@media screen and (max-width: 840px), print {
	.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
		-webkit-transform: translateY(9px) rotate(-45deg);
		-ms-transform: translateY(9px) rotate(-45deg);
		transform: translateY(29px) rotate(-45deg); 
		background-color: #0066a6;
		box-shadow: 0px 0px 0px #000;
	}

	.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
		opacity: 0;
		box-shadow: 0px 0px 0px #000;
	}

	.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
		-webkit-transform: translateY(-11px) rotate(45deg);
		-ms-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
		background-color: #0066a6;
		box-shadow: 0px 0px 0px #000;
	}
}
.el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%;
}
.el_humburgerButton__close span.el_humburger_bar {
	display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #000;
}
.el_humburgerButton__close span.el_humburger_bar.top {
	-webkit-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
	box-shadow: 0px 0px 0px #000;
	background: #000;
}
.el_humburgerButton__close span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
	box-shadow: 0px 0px 0px #000;
	background: #000;
}
.navi {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	width: 0;
	z-index: 10;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	overflow: hidden;
}
.js_humburgerOpen .navi {
	width: 450px;
}
@media screen and (max-width: 840px) {
	.js_humburgerOpen .navi {
		width: 100% !important;
		padding: 100px 5% 0;
	}
}
.navi_item {
	margin-bottom: 28px;
	font-size: 20px;
	/*font-family: "Marcellus", serif !important;*/
	white-space: nowrap;
	margin-left: 90px;
}
.navi_item.op_innerLink {
	cursor: pointer;
}
.navi_item a.entry_button {
	display: none;
	margin: 0 16%;
}
.navi_item a.entry_button  img{
	width: 700px;
}
@media screen and (max-width: 840px) {
	.navi_item {
		margin-left: 0;
		font-size: 18px;
		border-bottom: 1px solid #000;
	}
	.navi_item a.entry_button {
		display: block;
	}
	.navi_item a.entry_button img{
		width: 100%;
	}
}

#page_top{
  width: 100px;
  height: 200px;
  position: fixed;
  right: -300px;
  bottom: 300px;
  cursor: pointer;
}
#page_top p {
	color: #fff;
    margin-top: 220px;
    margin-left: -120px;
}
#page_top p img {
    width: 60px;
}

@media screen and (min-width: 841px), print {
	#page_top{
		bottom: 220px;
	}
	#page_top p img {
		width: 60px;
		margin-left: 40px;
	}
}
@media screen and (max-width: 840px) {
	#page_top{
		bottom: 180px;
	}
	#page_top p {
		color: #fff;
		margin-top: 220px;
		margin-left: -85px;
	}
	#page_top p img {
		width: 70px;
		margin-left: 0px;
	}
}

footer {
	width: 100%;
	/*min-width: 1100px;*/
	height: 60px;
	text-align: center;
    background-color: #0066a6;
	color: #fff;
}
footer p{
	padding-top: 15px;
}
footer img {
    margin-bottom: -6px;
}

h2 {
	text-align: center;
}

ul.nomark {
	list-style: none;
}
.nolist li{
	list-style: none!important;
	text-indent:-40px;
}

/*terms*/
@media screen and (min-width: 841px), print {
	#terms_body div#main.terms_main {
		width: 96%;
		padding: 140px 20px;
		text-align: left;
	}
}
@media screen and (max-width: 840px) {
	#terms_body { width: 190%; }
	#terms_body div#main.terms_main {
		padding: 220px 20px;
		text-align: left;
		font-size: 2rem;
	}
}

/*privacypolicy*/
@media screen and (min-width: 841px), print {
	#privacypolicy_body div.privacy_main {
		width: 96%;
		padding: 140px 20px;
		text-align: left;
	}
}
@media screen and (max-width: 840px) {
	#privacypolicy_body { width: 190%; }
	#privacypolicy_body div#main.privacy_main {
		padding: 220px 20px;
		text-align: left;
		font-size: 2rem;
	}
}

@media print {
	.title_header {
	    /*display: none;*/
	    position: absolute;
	}
	div#main {
		margin-top: 0px;
		text-align: left;
	}
	div#main h2 {
		display: contents;
		width: 100%;
	}
	.el_humburger {
		display: none;
	}
	section img {
		width: 100%;
	}
	div#main section#sc01 img.sc01_pc  {
	    display: initial;
	}
	div#main section#sc01 img.sc01_sp  {
	    display: none;
	}
}

td {
	border: 1px solid;
	border-right: 0px;
	border-bottom: 0px;
}
.area_table th {
	color: #fff;
	border-right: 1px solid #000;
}
.area_table th:last-child {
	border-right: none;
}
.add_txt {
	width: 100%;
	text-align: right;
}

.service-card--membership {
	text-align: center;
	margin-top: 100px;
	padding-bottom: 20px;
	background-color: #fff;
	border-radius: 50px;
}
.service-card--membership h3 {		
	padding: 20px 40px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	background-color: #0066a5;
}
.service-card--membership h3 {		
	padding: 20px 40px;
	font-weight: bold;
}
.service-card--membership p,
.service-card--balancecheck p {
	text-align: left;
	margin: 60px 20px;
}
.service-card--membership--text span,
.service-card--balancecheck div span {
	color: #0066a5;
	height: auto;
}
.service-card--membership img {
	margin-bottom: -15px;
	text-align: center;
}
.service-card--membership a,
.service-card--balancecheck div a {
	text-decoration: none;
	padding: 20px 40px;
	border-radius: 50px;
	color: #fff;
	background-color: #0066a5;
}
.service-card--membership a:hover,
.service-card--balancecheck div a:hover {
	opacity: 0.6;
}

.service-card--balancecheck--boxblock {
	height: 300px;
	border-radius: 50px;
	background-color: #fff;
}


.service-card--balancecheck--box {
	height: 100%;
}
.service-card--balancecheck--box.imagebox {
	height: 100%;
	vertical-align: top;
	background-color: #0066a5;
}

/*sp*/
@media screen and (max-width: 840px) {
	.container { width: 100%; }
	.store_table_block {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	table {
		width: 100%;
		border-top: 1px solid;
		border-right: 1px solid;
		border-bottom: 1px solid;
		font-size: 18px;
	}
	.service-card--balancecheck--box {
		display: block;
		text-align: center;
	}
	.service-card--membership img {
		margin-bottom: -5px;
		text-align: center;
		width: 10%;
	}
	.service-card--membership img {
		margin-bottom: -10px;
		text-align: center;
		width: 66px;
	}
	.red_m_block {
		text-align: center;
		border-radius: 40px 40px 0 0;
		background-color: red;
		padding: 15px 0 10px;
	}
	.red_m_block__img {
		width: 7vw;
		display: inline-block;
	}
	.red_m_block__img img {
		width: 6vw;
	}
	.red_m_block__text {
		text-align: left;
		line-height: 1.2;
		font-size: 3vw;
		margin-left: 10px;
		display: inline-block;
		color: #fff;
	}
	.top-bana-block{
		width: 900px;
		margin-left: 20%;
	}
	.top-bana-block a img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

/*pc*/
@media screen and (min-width: 841px) {
	.container {
		width: 920px;
		margin: 0 auto;
	}
	.store_table_block {
		width: 800px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	table {
		width: 100%;
		border-top: 1px solid;
		 border-right: 1px solid;
		 border-bottom: 1px solid;
		font-size: 1;
	}
	.service-card--balancecheck--box {
		display: inline-block;
		width: 49.7%;
		text-align: center;
	}
	.service-card--membership img {
		margin-bottom: -10px;
		text-align: center;
		width: 50px;
	}
	.red_m_block {
		text-align: center;
		border-radius: 40px 40px 0 0;
		background-color: red;
		padding: 15px 0 10px;
	}
	.red_m_block__img {
		width: 80px;
		display: inline-block;
	}
	.red_m_block__img img {
		width: 46px;
	}
	.red_m_block__text {
		text-align: left;
		line-height: 1.2;
		font-size: 24px;
		margin-left: 10px;
		display: inline-block;
		color: #fff;
	}
	.top-bana-block{
		max-width: 800px; 
		margin: 20px auto;
	}
	.top-bana-block a img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}