/* @override 
	https://staging.tokobeya.com/css/online.css
	https://tokobeya.com/css/online.css */

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

@charset "UTF-8";
/* CSS Document */


/* TOKOBEYA-ONLINE 2020-12-24 */

body#online{
	
}

.naka_guro {
	position: relative;
	display: inline-block;
	margin-left: -0.17em;
	margin-right: -0.17em;
}

/* whole page */

body#online #main_content {
	width: 100%;
	
	position: relative;
	
	z-index: 0;
	margin-bottom: -75px;
}

body#online #main_content::after {
	content: "";
	display: block;
	width: 100%;
	z-index: 0;
	background-color: #c8eff4;
	height: 180px;
	
	background: linear-gradient(#fff, #c8eff4);
}

body#online #main_content main {
	width: 100%;
	margin: 0;
	padding: 0;
}


/* ===== #box_ttl_kv ===== */

#box_ttl_kv {
	width: 100%;
	height: auto;
}




#box_ttl_kv>.inner {
	width: 1370px;
	height: auto;
	margin: 0 auto;
	background-color: #f2f3f4;
	position: relative;
	z-index: 0;
}

#box_ttl_kv .box_main {
	position: absolute;
	z-index: 20;
	width: 636px;
	height: 500px;
	left: 190px;
	top: 50px;
	
}



#box_ttl_kv h1 {
	width: 513px;
	height: auto;
	z-index: 20;
	top: 50px;
	left: 278px;
	margin: 0 auto;
}

#box_ttl_kv #nav_anchor {
	width: 608px;
	left: 232px;
	text-align: center;
	margin: 0 auto;
}

#box_ttl_kv #nav_anchor>p {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	padding: 1em 1em 0.8em 1em;
	position: relative;
	z-index: 10;
}

#box_ttl_kv #nav_anchor ul {
	padding-top: 12px;
	margin-top: -12px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	height: 88px;
	border-radius: 6px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	padding-left: 27px;
	padding-right: 16px;
}

#box_ttl_kv #nav_anchor ul li {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}

#box_ttl_kv #nav_anchor ul li a {
	color: #476573;
	display: block;
	padding: 27px 8px 24px 60px;
	position: relative;
	z-index: 0;
}

#box_ttl_kv #nav_anchor ul li:nth-of-type(2) a {
 padding-left: 80px;
}

#box_ttl_kv #nav_anchor ul li a::before {
	content: "";
	display: block;
	width: 54px;
	position: absolute;
	height: 49px;
	top: 50%;
	left: 0;
	margin-top: -25px;
	background-image: url(/online/img/icon_online_4_services.png);
	background-size: auto 47px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	transition: 0.3s;
}


#box_ttl_kv #nav_anchor ul li a:hover::before {
	transform: translateY(-5px);
}

#box_ttl_kv #nav_anchor ul li:nth-of-type(1) a::before {
	margin-top: -26px;
}


#box_ttl_kv #nav_anchor ul li:nth-of-type(2) a::before {
	width: 72px;
	background-position: -61px -2px;
}

#box_ttl_kv #nav_anchor ul li:nth-of-type(3) a::before {
	background-position: -140px -2px;
}

#box_ttl_kv #nav_anchor ul li:nth-of-type(4) a {
 padding-left: 56px;
}

#box_ttl_kv #nav_anchor ul li:nth-of-type(4) a::before {
	width: 49px;
	background-position: -205px -2px;
}


#box_ttl_kv .bg_kv {
	display: flex;
	position: relative;
}

#box_ttl_kv .bg_kv img {
	vertical-align: baseline;
}


#box_ttl_kv>.box_lead {
	width: 1024px;
	margin: 68px auto 0 auto;
	text-align: center;
}

#box_ttl_kv>.box_lead p {
	letter-spacing: 0.15em;
	font-weight: 500;
}

#box_ttl_kv>.box_lead .lead_catch {
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}


#box_ttl_kv>.box_lead .lead_catch strong::before,
#box_ttl_kv>.box_lead .lead_catch strong::after {
	font-weight: normal;
}

#box_ttl_kv>.box_lead .lead_catch strong::before {
	content: "＼";
	
}

#box_ttl_kv>.box_lead .lead_catch strong::after{
	content: "／";
	
}


#box_ttl_kv>.box_lead .lead_catch+p {
	margin-top: 2.4em;
	font-size: 1.8rem;
	line-height: 2.4;
	font-weight: 500;
}



/* ===== #box_ttl_kv ===== */


/* ===== section common ===== */


body#online article>section {
	width: 100%;
	margin-top: 110px;
}


body#online article>section>.inner {
	width: 1024px;
	margin: 0 auto;
}

/* 本文の指定 */
body#online article>section>.inner>p,
body#online div.box_service p{
	font-size: 1.8rem;
	line-height: 2.4;
}




/* ===== /section common ===== */


/* ===== #sec_overview ===== */

body#online article>section#sec_overview {
	margin-top: 220px;
}



#sec_overview h2 {
	font-size: 4rem;
	line-height: 1.1;
	letter-spacing: 0.1em;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#sec_overview h2 span {
	display: inline-block;
	position: relative;
	z-index: 0;
	
}

#sec_overview h2 span::before {
	content: "";
	position: absolute;
	display: block;
	width: 178px;
	height: 137px;
	left: 50%;
	margin-left: -90px;
	top: -150px;
	
	background-image: url(/online/img/icon_tokobeya_online_pc_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}


ul#main_menu {
	width: 85vw;
	
	min-width: 1024px;
	height: auto;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}


ul#main_menu li {
	width: calc(85vw / 4);
	box-sizing: border-box;
	height: calc(85vw / 4);
	min-height: 256px;
	font-size: 3rem;
line-height: 1;
font-weight: bold;
}

ul#main_menu li small[lang='en'] {
	color: #555;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	display: block;
	padding-top: 0.7em;
}

ul#main_menu li a {
	display: block;
	width: 100%;
	height: calc(85vw / 4);
	box-sizing: border-box;
	padding: 30px 0 0 30px;
	background-color: #f6f6f8;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

ul#main_menu li a>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

ul#main_menu li:nth-of-type(1) a>img {
	top: 90px;
}



#sec_overview h3 {
	margin-top: 64px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.6;
}

#sec_overview>.inner>p {
	margin-top: 1em;
}


#sec_overview>.inner div.box_fig {
	margin-top: 48px;
	text-align: center;
	padding-bottom: 64px;
}



#sec_overview>.inner div.box_fig h4 {
	display: inline-block;
	font-size: 1.8rem;
	border-bottom: 1px solid #222;
	padding-bottom: 0.3em;
	margin-top: 36px;
	margin-bottom: 4px;
}

#sec_overview>.inner div.box_fig h4+p {
	text-align: center;
	margin-top: 2em;
}


#sec_overview>.inner div.box_fig figure {
	width: 50%;
	margin-left:auto ;
	margin-right: auto;
	margin-top: 36px;
	position: relative;
	z-index: 0;
}


#sec_overview>.inner div.box_fig figure img {
	position: relative;
	z-index: 0;
}


#sec_overview>.inner div.box_fig figure a {
	display: block;
}

#sec_overview>.inner div.box_fig figure:first-of-type {
	margin-top: 0;
}

#sec_overview>.inner div.box_fig figure:nth-of-type(2) {
	width: 50%;
	border: 1px solid #ccc;
}

#sec_overview>.inner div.box_fig figure:nth-of-type(2) small {
	position: absolute;
	z-index: 20;
	top: 50px;
	left: -186px;
	display: block;
	width: 240px;
	text-align: center;
	background-color: #fff;
	padding: 4px;
	padding-bottom: 10px;
}

#sec_overview>.inner div.box_fig figure:nth-of-type(2) small img {
	border: 4px solid #aaa;
	margin-bottom: 8px;
}

div.box_fig .btn_link {
	width: 32%;
	height: auto;
	font-size: 1.6rem;
	margin: 3em auto 0;
}

div.box_fig .btn_link a {
	width: 100%;
	display: inline-block;
	background-color: #0965a9;
	color: #fff;
	position: relative;
	line-height: 1.4;
	height: 4.3em;
	padding: 1.5em 0 0 1.8em;
	text-align: center;
	position: relative;
}

div.box_fig .btn_link a::before {
	content: " ";
	display: inline-block;
	position: absolute;
	width: 32px;
	height: 26px;
	vertical-align: middle;
	background-image: url(/img_common/icon_loupe_3c.svg);
	background-position: -28px 0;
	background-repeat: no-repeat;
	background-size: auto 26px;
	left: 2.0em;
	top: 1.4em;
}

#box_fig_combi {
	margin-top: 90px;
	width: 840px;
	margin: 90px auto 0 auto;
	position: relative;
}

#box_fig_combi>figure {
	width: 140px;
	height: 140px;
	border-radius: 70px;
	position: absolute;
	overflow: hidden;
	right: 90px;
	z-index: 20;
	bottom: -28px;
}


#box_fig_combi ul {
	
}


#box_fig_combi>h4 {
	text-align: center;
	font-size: 2rem;
}

#box_fig_combi>h4,
#box_fig_combi>p,
#box_fig_combi li {
	text-align: center;
}


#box_fig_combi>ul {
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
}

#box_fig_combi>ul li {
	position: relative;
	line-height: 1.3;
	font-size: 2.1rem;
	font-weight: bold;
	position: relative;
	z-index: 0;

}

#box_fig_combi>ul li:hover {
	cursor: pointe;
}


#box_fig_combi>ul a {
	display: block;
	color: #fff;
	width: 134px;
	height: 134px;
	border-radius: 14px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 1.9em;
}

#box_fig_combi>ul li:nth-of-type(4) a {
	background-color: #3ba1c7;
}

#box_fig_combi>ul li:nth-of-type(2) a {
	padding-top: 2.5em;
}


#box_fig_combi>ul li a::before,
#box_fig_combi>ul li::after {
	content: "";
	display: block;
	width: 43px;
	height: 43px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}


#box_fig_combi>ul li::after {
	top: 44px;
	right: -72px;
	background-image: url("/online/img/icon_owners2.svg");
	background-position: -50px 0;
}


#box_fig_combi>ul li a::before {
	transition: 0.3s;
	width: 54px;
	height: 54px;
	bottom: -10px;
	right: -16px;
	z-index: 50;
	background-image: url("/online/img/icon_finger_direct.png");
}



#box_fig_combi>ul li:nth-of-type(4)::after {
	content: none;
}


#box_fig_combi>ul li a:hover::before {
	transform: rotate(-15deg) scale(1.2,1.2 );
}



#box_fig_combi>ul a small {
	display: block;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

#box_fig_combi>p {
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 36px;
}

#sec_online_lineup>.inner,
#sec_overview>.inner.second {
	border-top: 2px solid #333;
	margin-top: 100px;
}


#sec_overview div.box_apps {
	margin-top: 90px;
	text-align: center;
	padding-bottom: 64px;
}

#sec_overview div.box_apps h4 {
	font-size: 2rem;
	text-align: center;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #020202;
	display: inline-block;
}

#sec_overview div.box_apps ul {
	width: 936px;
	margin: 16px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#sec_overview div.box_apps ul li {
	width: 33.3%;
	height: 62px;
	text-align: left;
	margin-top: 34px;
}


#sec_overview div.box_apps ul li img {
	height: 100%;
	width: auto;
}






/* ===== /#sec_overview ===== */


/* ===== #sec_online_lineup ===== */


#sec_online_lineup {
	
}

#sec_online_lineup>.inner {
	
}

#sec_online_lineup h2 {
	font-size: 2.4rem;
	color: #020202;
		margin-top: 80px;
}

#sec_online_lineup h2::before {
	content: "〈";
}
#sec_online_lineup h2::after {
 content: "〉";
}


#sec_online_lineup>.inner h2+p.notice {
	text-align: center;
	font-size: 1.4rem;
	padding-top: 1em;
	color: #666;
}

#sec_online_lineup div.box_service {
	margin-top: 150px;
	position: relative;
	z-index: 0;
}

#sec_online_lineup div.box_service>.inner {
	margin-top: 20px;
}

#sec_online_lineup div.box_service:nth-of-type(1) {
	margin-top: 70px;
}

#sec_online_lineup div.box_service h3 {
	font-size: 4rem;
	line-height: 1.3;
	position: relative;
	z-index: 0;
	padding-left: 136px;
}

/* icons */

#sec_online_lineup div.box_service h3::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -58px;
		width: 128px;
	height: 110px;
	
	background-image: url(/online/img/icon_online_4_services.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}

#sec_online_lineup div.box_service:nth-of-type(3) h3::before {
	background-position: 0 0px;
}


#sec_online_lineup div.box_service:nth-of-type(2) h3 {
	padding-left: 168px;
}

#sec_online_lineup div.box_service:nth-of-type(2) h3::before {
	width: 157px;
	background-position: -148px 0;
}



#sec_online_lineup div.box_service:nth-of-type(3) h3::before {
	background-position: -328px -2px;
}


#sec_online_lineup div.box_service:nth-of-type(4) h3 {
	padding-left: 122px;
}


#sec_online_lineup div.box_service:nth-of-type(4) h3::before {
	width: 110px;
	background-position: -483px 0;
}



#sec_online_lineup div.box_service h3 small[lang="en"] {
	font-size: 1.4rem;
	font-family: "Lato" sans-serif;
	color: #020202;
	margin-left: 1em;
	display: inline-block;
	position: relative;
	top: -0.6em;
}



#sec_online_lineup div.box_service figure.ex {
	width: 542px;
	height: 242px;
	display: inline-block;
	margin-top: 32px;
	text-align: center;
}

#sec_online_lineup div.box_service figure.ex>img {
	height: 242px;
	width: auto;
}

#sec_online_lineup div.box_service>.inner p {
	margin-top: 1.6em;
}

#sec_online_lineup div.box_service h4 {
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1.5;
	width: 542px;
	letter-spacing: 0.1em;
}

#sec_online_lineup div.box_service>.inner p.img {
	height: 432px;
	width: 432px;
	background-color: #aaa;
	float: left;
	margin-right: 48px;
	margin-top: 0;
}

#sec_online_lineup div.box_service>.inner .box_label {
text-align: center;
margin-top: 24px;
}

#sec_online_lineup div.box_service>.inner .box_label p {
	display: inline-block;
	line-height: 1.4;
	color: #fff;
	background-color: #555;
	font-weight: bold;
	font-size: 2rem;
	padding: 1.3em 90px 1.1em 70px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#sec_online_lineup div.box_service>.inner .box_label p::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8.5%;
	width: 0;
	height: 0;
	
	border-style: solid;
border-width: 52.5px 32px 52.5px 0;
border-color: transparent #ffffff transparent transparent;


}


#sec_online_lineup div.box_service:nth-of-type(4)>.inner .box_label  p{
	background-color: #555;
	clear: both;
	margin-top: 80px;
}

#sec_online_lineup div.box_service:nth-of-type(4)>.inner .box_label  p::after {
border-width: 79.5px 32px 79.5px 0;
	margin-top: -10.2%;
}



/* ===== /#sec_online_lineup ===== */


/* ===== #box_btm_search ===== */

#box_btm_search {
	width: 100%;
	margin-top: 130px;
}

#box_btm_search>.inner {
	border-top: 2px solid #555;
	padding-top: 78px;
	padding-bottom: 54px;
}

#box_btm_search>.inner h5 {
	text-align: center;
	font-size: 3.2rem;
	line-height: 1.3;
}


#box_btm_search ul#main_search_btns {
	margin-top: 28px;
	display: flex;
	flex-wrap: nowrap;
	width: 972px;
	margin: 28px auto 0 auto;
}

ul#main_search_btns li {
	width: 50%;
	font-size: 3rem;
	line-height: 1.1;
	font-weight: bold;
}

ul#main_search_btns li>a>span {
	display: inline-block;
	padding-left: 120px;
	position: relative;
	z-index: 0;
}

ul#main_search_btns li>a>span::before,
ul#main_search_btns li>a>span::after {
	content:"";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	transition: 0.3s;
}


ul#main_search_btns li>a:hover>span::before {
	transform: translateY(-5px);
}


ul#main_search_btns li>a>span::before {
	
	top: -22px;
	left: 0;
	width: 80px;
	height: 100px;
	z-index: 20;
	
	background-position: 0 0;
	background-size: contain;
}

#box_btm_search ul#main_search_btns li small {
	display: block;
	color: #020202;
	font-size: 1.5rem;
	margin-top: 0.5em;
}

#box_btm_search ul#main_search_btns li a {
	display: block;
	box-sizing: border-box;
	padding: 30px 48px 32px 48px;
}

#box_btm_search ul#main_search_btns li:nth-of-type(1) a {
	border-right: 1px solid #333;
}


ul#main_search_btns li:nth-of-type(1)>a>span::before {
	background-image: url(/img_home/icon_search_rail.svg);
	background-position: 2px 0;
}

ul#main_search_btns li:nth-of-type(2)>a>span::before {
	background-image: url(/img_home/icon_search_area.svg);
	background-position: 8px 0;
	height: 94px;
	top: -17px;
}


ul#main_search_btns li>a>span::after {
	width: 25px;
	height: 25px;
	z-index: 20;
	left: 87px;
	top: 50%;
	margin-top: -14px;
	
	background-image: url(/img_common/arrow_right_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
}


/* ===== /#box_btm_search ===== */


/* youtube 2021-12-20 */
#box_yout_video {
	width: 100%;
	max-width: 1024px;
	height: 0;
	padding-top: calc(960px * 0.5625);
	position: relative;
	margin: 54px auto 0;
}

#box_yout_video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
  left: 0;
}

/* /youtube */



/*===== Responsive(PC) =====*/

/*===== max-width 768-1024px(Tablet) =====*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/*mq-start*/
	

/* common width */

#box_ttl_kv>.box_lead,
body#online article>section>.inner{
	box-sizing: border-box;
	padding-left: 3vw;
	padding-right: 3vw;
}


/* kv */


#box_ttl_kv {
	width: 100%;
	overflow: hidden;
}

#box_ttl_kv>.inner {
	width: 1024px;
	height: 420px;
}


#box_ttl_kv .bg_kv {
	width: 1024px;
}

#box_ttl_kv .bg_kv img {
	height: 420px;
	width: auto;
}

#box_ttl_kv .box_main {
	left: 148px;
	top:35px;
	transform-origin: top left;
	transform: scale(0.75,0.75 );
}

/* anchor nav */

ul#main_menu {
	width: 1024px;
	justify-content: c;
}


ul#main_menu li {
	width: 256px;
	height: 256px;
	min-height: none;
	min-height: initial;
	font-size: 2.2rem;
}

ul#main_menu li a {
	height: 256px;
	padding: 16px 0 0 16px;
}

ul#main_menu li small[lang='en'] {
	font-size: 1rem;
}

ul#main_menu li a img {
	width: 256px;
}



/* services */

#sec_online_lineup div.box_service>.inner p.img {
	height: 360px;
	width: 360px;
	background-color: #aaa;
	float: left;
	margin-right: 48px;
	margin-top: 0;
}

#sec_online_lineup div.box_service figure.ex {
	width: auto;
	margin:  22px auto 0 auto;
	height: 200px;
	margin-left: 90px;
	}
	
	#sec_online_lineup div.box_service figure.ex>img {
	height: 200px;
}



	/*mq-end*/
}



/*===== Responsive(Phone) =====*/
/*===== max-width 768px(sp) =====*/
@media screen and (max-width: 768px) {
	/*mq-start*/
	
/* common */



body#online article>section>.inner {
	width: 90vw;
}


/* whole page */

body#online #main_content {
	
	margin-bottom: -235px;
}



/* 本文の指定 */
body#online article>section>.inner>p,
body#online div.box_service p{
	font-size: 1.6rem;
	line-height: 2;
}
	
	
#box_ttl_kv {
}
	
	
#box_ttl_kv>.inner {
	width: 100%;
	overflow: hidden;
}



#box_ttl_kv>.box_lead {
	width: 90vw;
	margin: 32px auto 0 auto;
}

#box_ttl_kv>.box_lead .lead_catch {
	font-size: 1.8rem;
	line-height: 1.6;
}

#box_ttl_kv>.box_lead .lead_catch br:not(.last) {
	display: none;
}

#box_ttl_kv>.box_lead .lead_catch+p {
	margin-top: 1.4em;
	font-size: 1.6rem;
	line-height: 1.8;
	
}

#box_ttl_kv .bg_kv {
	display: block;
	text-align: left;
	background-color: #b7ec59;
}

#box_ttl_kv .bg_kv img {
	vertical-align: top;
}

#box_ttl_kv .bg_kv img:nth-of-type(1) {
	height: 270px;
	width: auto;
}

#box_ttl_kv .box_main {
	left: 50vw;
	margin-left: -320px;
	top: 24px;
	transform-origin: top center;
	transform: scale(0.55, 0.55);
}





/* ===== #sec_overview ===== */

body#online article>section#sec_overview {
	margin-top: 160px;
}



#sec_overview h2 {
	font-size: 2.8rem;
	width: 90vw;
}

#sec_overview h2 span {
	display: block;
	text-align: center;
}

#sec_overview h2 span::before {
	width: 140px;
	margin-left: -70px;
	top: -120px;
	
}


ul#main_menu {
	width: 100%;
	min-width: auto;
	min-width: initial;
	flex-wrap: wrap;
}

ul#main_menu li {
	font-size: 1.8rem;
	
}

ul#main_menu li small[lang='en'] {
	font-size: 10px;
	padding-top: 0.2em;
}

ul#main_menu li {
	width: 50%;
	height: 50vw;
	min-height: auto;
	min-height: initial;
}

ul#main_menu li a {
	height: 50vw;
		padding: 16px 0 0 16px;

}

ul#main_menu li:nth-of-type(1) a>img {
	top: 60px;
}


#sec_overview h3 {
	font-size: 2rem;
}

#sec_overview h3 br {
	display: none;
}


#sec_overview>.inner div.box_fig figure {
	width: 80%;
	
}


#sec_overview>.inner div.box_fig figure:nth-of-type(2) {
	width: 100%;
	border: 1px solid #ccc;
}


#sec_overview>.inner div.box_fig figure:nth-of-type(2) small {
	position: static;
	margin: 16px auto 28px auto;
	margin-bottom: 28px;
}



/* chosen */

#box_fig_combi {
	margin-top: 60px;
	width: 90vw;
	margin: 50px auto 0 auto;
}

#box_fig_combi>figure {
	width: 100%;
	height: auto;
	border-radius: 70px;
	position: absolute;
	overflow: hidden;
	right: 90px;
	z-index: 20;
	bottom: -28px;
	display: none;
}


#box_fig_combi>ul {
	margin-top: 24px;
	display: block;
}

#box_fig_combi>ul li {
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	z-index: 0;
text-align: left;
margin-top: 60px;
}

#box_fig_combi>ul li:first-of-type {
	margin-top: 0;
}

#box_fig_combi>ul li br {
	display: none;
}

#box_fig_combi>ul a {
	width: auto;
	height: auto;
	border-radius: 7px;
	text-align: left;

padding: 1em 1em 1em 1em;
}

#box_fig_combi>ul li:nth-of-type(2) a {
padding: 1em 1em 1em 1em;
}

#box_fig_combi>ul a small {
	display: inline-block;
	text-align: left;
	margin-left: 0.5em;
}


#box_fig_combi>ul li a::before {
	bottom: -10px;
	right: 12px;
	z-index: 50;
	background-image: url("/online/img/icon_finger_direct.png");
}

#box_fig_combi>ul li::after {
	top: auto;
	bottom: -45px;
	left: 50%;
	margin-left: -16px;
	right: auto;
	width: 32px;
	height: 32px;
	background-position: -38px 0;
}


#sec_overview div.box_apps {
	padding-bottom: 40px;
}


#sec_overview div.box_apps ul {
	width: 90vw;
	margin: 16px auto 0 auto;
}


#sec_overview div.box_apps ul li {
	width: 47%;
	height: 30px;
	text-align: left;
	margin-top: 34px;
}

/* ===== #sec_online_lineup ===== */

#sec_online_lineup h2 {
	font-size: 1.8rem;
}

#sec_online_lineup>.inner h2+p.notice {
	font-size: 1.2rem;
}

#sec_online_lineup div.box_service {
	margin-top: 80px;
}


#sec_online_lineup div.box_service:nth-of-type(1) {
	margin-top: 50px;
}

#sec_online_lineup div.box_service:nth-of-type(1) h3,
#sec_online_lineup div.box_service:nth-of-type(2) h3,
#sec_online_lineup div.box_service:nth-of-type(3) h3,
#sec_online_lineup div.box_service:nth-of-type(4) h3 {
	font-size: 2.8rem;
	line-height: 1.3;
	padding-left: 0px;
	text-align: center;
	
	padding-top: 54px;
}

#sec_online_lineup div.box_service h3::before {
	left: 50%;
	top: -42px;
	margin-left: -60px;
	transform: scale(0.6);
}

#sec_online_lineup div.box_service:nth-of-type(2) h3::before {
	margin-left: -76px;
}

#sec_online_lineup div.box_service h4 br {
	display: none;
}



#sec_online_lineup div.box_service>.inner p.img {
	height: 90%;
	width: 90%;
	float: none;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	margin-left: auto;
}

#sec_online_lineup div.box_service>.inner p.img img {
	width: 100%;
	height: auto;
}

#sec_online_lineup div.box_service h4 {
	display: block;
	font-size: 2rem;
	line-height: 1.3;
	width:100%;
	text-align: center;
	margin-top: 1.4em;
}

#sec_online_lineup div.box_service figure.ex {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}



#sec_online_lineup div.box_service figure.ex>img {
	height: 182px;
	width: auto;
}


#sec_online_lineup div.box_service>.inner .box_label p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 1.3em 30px 1.1em 20px;
	font-size: 1.8rem;
}

#sec_online_lineup div.box_service>.inner .box_label p br {
	display: none;
}

#sec_online_lineup div.box_service>.inner .box_label p::after,
#sec_online_lineup div.box_service:nth-of-type(4)>.inner .box_label p::after {
border-width: 82.5px 26px 82.5px 0;
	margin-top: -81px;
}

#sec_online_lineup div.box_service:nth-of-type(4)>.inner .box_label p {
	margin-top: 16px;
}

#sec_online_lineup div.box_service:nth-of-type(4)>.inner .box_label  p {
	font-size: 1.4rem;
	line-height: 1.6;
}

/* ===== #box_btm_search ===== */





#box_btm_search {
	margin-top: 90px;
}


#box_btm_search>.inner {
	padding-bottom: 0;
}


#box_btm_search>.inner h5 {
	font-size: 2.4rem;
}


#box_btm_search ul#main_search_btns {
	width: 100%;
}

ul#main_search_btns li {
	font-size: 2.2rem;
	line-height: 1.2;
}

ul#main_search_btns li>a>span {
	display: block;
	padding-left: 0;
	
}




#box_btm_search ul#main_search_btns li a {
	padding: 110px 5vw 3% 5vw;
}

#box_btm_search ul#main_search_btns li:nth-of-type(1)>a {
	padding-left: 6px;
}

#box_btm_search ul#main_search_btns li:nth-of-type(2)>a {
	padding-right: 0;
}


ul#main_search_btns li>a>span::before {
	
	top: -98px;
	left: 50%;
	margin-left: -36px;
	height: 80px;
}

ul#main_search_btns li:nth-of-type(2)>a>span::before {
	background-position: 5px 0;
	width: 60px;
	height: 74px;
	top: -92px;
	margin-left: -34px;
}


ul#main_search_btns li>a>span::after {
	width: 20px;
	height: 20px;
	left: 2px;
	top: -16px;
	margin-top: -14px;
}



/* youtube 2021-12-20 */
#box_yout_video {
	width: 100vw;
	max-width: initial;
	padding-top: calc(100vw * 0.5625);
}



/* /youtube */




/*mq-end*/
}


/*===== max-width 320px(sp-small) =====*/
@media screen and (max-width: 320px) {
	/*mq-start*/
	
#box_ttl_kv .box_main {
	left: 50%;
	margin-left: -314px;
	transform: scale(0.44, 0.44);
}


#box_ttl_kv .bg_kv img:nth-of-type(1) {
	height: 220px;
}

	
	/*mq-end*/
}




/*===== colors =====*/

/* text green */
ul#main_menu li small[lang='en'] ,
#box_fig_combi>h4,
#sec_overview h2,
#box_ttl_kv>.box_lead .lead_catch,
#sec_online_lineup div.box_service h3,
#sec_online_lineup div.box_service h3 small[lang="en"] {
	color: #47a818;
	text-transform: uppercase;
}

/* bg green */
#box_ttl_kv #nav_anchor>p,
#sec_online_lineup div.box_service>.inner .box_label p,
#box_fig_combi>ul a {
	background-color: #4fbc1a;
}

/* border green */
#sec_online_lineup>.inner,
#sec_overview>.inner.second{
	border-top-color:#4fbc1a;
}


/* text navy */

#box_btm_search ul#main_search_btns li a:hover,
#box_btm_search ul#main_search_btns li a:hover small,
#box_btm_search>.inner h5 {
	color: #0965a9;
}

/* bg navy */

#sec_online_lineup div.box_service:nth-of-type(4)>.inner .box_label  p {
	background-color: #0965a9;
}

/* border navy */

#box_btm_search>.inner {
	border-top-color: #0965a9;
}

#box_btm_search ul#main_search_btns li:nth-of-type(1) a {
	border-right-color: #0965a9;
}


/*===== /colors =====*/













/*  */



