@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?ivj6hu");
  src: url("../../fonts/icomoon.eot?ivj6hu#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?ivj6hu") format("truetype"), url("../../fonts/icomoon.woff?ivj6hu") format("woff"), url("../../fonts/icomoon.svg?ivj6hu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e905";
}

.icon-instagram:before {
  content: "\e904";
}


/* ===========================================
ヘッダーここから
 ===========================================*/
#js-global-nav a {
	margin-left: 0;
}

header p {
	margin-bottom: 0;
}

header ul {
	margin-bottom: 0;
	padding-left: 0;
}

header a {
	margin: 0;
}

header .dropdown {
	position: static;
}

header .dropdown-menu {
	padding: 0;
	margin: 0;
	border: none;
}

.dropdown-toggle::after {
	content: none;
}

header a:active, header a:hover, header a:link, header a:visited {
	color: #485156;
}

.g-header {
  	background: #fff;
  	-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}
.fix-header {
    box-shadow: 0 5px 9px rgba(128,128,128,.14);
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 1;
  	width: 100%;
	padding: 0;
}
.g-header, .header-inner {
    width: 100%;
    -webkit-transition: all .25s ease-in-out 0s;
}
.g-header {
    top: 0;
    z-index: 98;
    transition: all .25s ease-in-out 0s;
}
.g-header.is-scrolled {
    background: #FFF;
    box-shadow: 0 5px 9px rgba(128,128,128,.14);
}
.header-inner {
    display: flex;
	align-items: center;
    position: relative;
    padding: 0 60px;
    transition: all .25s ease-in-out 0s;
}
.header-inner::after, .header-logo::after {
    content: "";
    display: table;
    clear: both;
}
.g-global-nav li::before, .header-logo {
    -webkit-transition: all .25s ease-in-out 0s;
}
.header-logo {
    width: 170px;
    height: 50px;
    margin-right: auto;
    transition: all .25s ease-in-out 0s;
}
.header-logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.g-nav-wrapper {
    display: flex;
    justify-content: flex-end;
}
.g-global-nav {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
	display: flex;
    justify-content: center;
    align-items: center;
}
.g-global-nav li.g-nav {
    display: inline-block;
}
.g-global-nav li.g-nav:not(:first-child) {
    margin-left: 2.78rem;
}
.g-global-nav li.g-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #23B598;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out 0s;
}
.g-global-nav li.g-nav > a, .header-contact .current {
	display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
}
.g-global-nav li.g-nav {
    font-size: 1.6rem;
}
.header-contact {
    margin-left: 25px;
    pointer-events: painted;
    position: relative;
}
.header-contact-wrap {
	display: flex;
    justify-content: center;
    align-items: center;
}
.header-inner::after, .header-logo::after {
    content: "";
    display: table;
    clear: both;
}
.g-services .header-nav-anchor {
	display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.menu-footer-gateway-menu-container #menu-footer-gateway-menu {
	display: block;
}

/*メガドロップメニュー*/
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.g-global-navv > ul {
  	margin: 0 auto;
  	width: 100%;
  	list-style: none;
  	padding: 0;
  	position: relative;
  	box-sizing: border-box;
}
.g-global-nav > ul:before,
.g-global-nav > ul:after {
  	content: "";
  	display: table;
}
.g-global-nav > ul:after {
  	clear: both;
}
.g-global-nav > ul > li > ul:before,
.g-global-nav > ul > li > ul:after {
  	content: "";
  	display: table;
}
.g-global-nav > ul > li > ul:after {
  	clear: both;
}
.g-global-nav > ul > li > ul > li {
  	margin: 0;
  	padding-bottom: 0;
  	list-style: none;
}
.g-global-nav > ul > li > ul > li a {
  	color: #777;
  	display: block;
}
.g-global-nav > ul > li > ul > li > ul {
  	display: block;
  	padding: 0;
  	margin: 10px 0 0;
  	list-style: none;
  	box-sizing: border-box;
}
.g-global-nav > ul > li > ul > li > ul:before,
.g-global-nav > ul > li > ul > li > ul:after {
  	content: "";
  	display: table;
}
.g-global-nav > ul > li > ul > li > ul:after {
  	clear: both;
}
.g-global-nav > ul > li > ul > li > ul > li {
  	float: left;
  	width: 100%;
  	padding: 10px 0;
  	margin: 0;
  	font-size: .8em;
}
.g-global-nav > ul > li > ul > li > ul > li a {
  	border: 0;
}
.g-global-nav > ul > li > ul.normal-sub {
	width: 300px;
  	left: auto;
  	padding: 10px 20px;
}
.g-global-nav > ul > li > ul.normal-sub > li {
  width: 100%;
}
.g-global-nav > ul > li > ul.normal-sub > li a {
	border: 0;
	padding: 1em 0;
}
.g-global-nav ul li .sub-nav {
	position: absolute;
  	top: 90px;
  	left: 0;
  	z-index: 100;
	overflow: hidden;
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
}
.sub-nav .sub-nav__inner {
	margin: 0 auto;
  	width: 100%;
	padding: 50px;
	height: 360px;
	background: #FFF;
}
.sub-nav_inner-Box {
	max-width: 90%;
	margin:0 auto;
	width: calc(100% + 80px);
    display: flex;
    justify-content: space-between;
}
.menu-mobile {
	display: none;
	padding: 20px;
}
.menu-mobile:after {
  	content: "\f394";/*モバイル用メニューに表示するアイコン*/
  	font-family: "Ionicons";
  	font-size: 2.5rem;
  	padding: 0;
  	float: right;
  	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-25%);
    	    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  	content: "\f489";/*モバイル用メニューに表示するアイコン*/
  	font-family: "Ionicons";
  	display: none;
  	cursor: pointer;
  	float: right;
  	padding: 1.5em 2em;
  	background: #fff;
  	color: #333;
}
.sub-nav__inner .sub-nav_inner-Box div {
    flex-basis: calc((100% - (2vw * 3) - 1px) / 4);
    margin-bottom: 2vw;
}
.sub-nav__inner .sub-nav_inner-Box div h3 {
	font-weight: 700;
	padding: 0 .2em .5em;
	font-size: 0.87rem;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
}
.sub-nav__inner .sub-nav_inner-Box div ul {
	list-style: none;
}
.sub-nav__inner .sub-nav_inner-Box div ul li {
    padding-top: 1em;
}
.sub-nav__inner .sub-nav_inner-Box div ul a {
	line-height: 1.8;
	font-size: 14px;
	position: relative;
    margin: 0 2%;
	display: block;
}
.cta .link {
    display: inline-block;
    transform-origin: center;
    position: relative;
    border: 1px solid #707070;
    border-radius: 50%;
    overflow: hidden;
	height: 22px;
    width: 22px;
}
.cta .link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cta:hover .link {
    overflow: visible;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid #22819E;
}
.cta .link i {
    display: block;
    position: absolute;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    box-sizing: border-box;
    transform-origin: center;
    left: 48%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
	width: 7px;
    height: 7px;
    top: 50%;
}
.cta:hover .link i {
    border-bottom: 1px solid #22819E;
    border-right: 1px solid #22819E;
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.cta .link-line {
    height: 1px;
    width: 0%;
    position: absolute;
    top: 50%;
    left: -40%;
    background: #111;
    z-index: 0;
}
.cta:hover .link-line {
    top: 50%;
    width: 100%;
    animation: linkLine 0.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.cta .link-line::before {
    width: 100%;
    content: "";
    display: block;
    top: 0;
    left: 1px;
    position: absolute;
    background: #E4E4E4;
    height: 1px;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right top;
    transition: -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1),-webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.cta:hover .link-line:before {
    transform: scaleX(1);
    transform-origin: left top;
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1),-webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.link-line::after {
    width: 100%;
    content: "";
    display: block;
    top: 0;
    left: 1px;
    position: absolute;
    background: #22819E;
    height: 1px;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right top;
    transition: -webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1),-webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.cta:hover .link-line:after {
    transform: scaleX(1);
    transform-origin: left top;
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1),-webkit-transform 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition-delay: 0.35s;
}


.sub-nav__inner .sub-nav_inner-Box div ul a {
	margin: 0 0 5% 5%;
	display: block;
	padding: 0 10% 0 0;
}

.sub-nav__inner .sub-nav_inner-Box div ul .cta-text {
	font-weight: 700;
}
.sub-nav__inner .sub-nav_inner-Box div ul .cta-text2 {
	font-weight: normal;
}

/* .xoo-wsc-modal {
	display: none;
} */

.xoo-wsc-modal .tax_label {
    font-size: 80%;
}

nav .navbar-nav {
	display: block;
}

/* ここからヘッダーバナー */
.g-header .header-banner {
	background: #ffa500;
	padding: 1.5rem 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 120px;
	color: white;
}

.g-header .banner-right a:active, .g-header .banner-right a:hover, .g-header .banner-right a:link, .g-header .banner-right a:visited {
	color: white;
	text-decoration: none;
}

.g-header .banner-right a {
	font-size: 1rem;
	padding: 1rem 1.5rem;
	border: 3px solid white;
	display: block;
	line-height: 1;
}

.g-header .banner-left {
	display: flex;
/* 	justify-content: space-between; */
	align-items: center;
	flex-wrap: wrap;
/* 	width: 50%; */
	min-width: 800px;
	column-gap: 1em;
}

.g-header .banner-title {
	font-size: 1.4rem;
	position: relative;
}

.g-header .banner-title::after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: -24px;
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.cart-items-count {
    background-color: #00acc8;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 1450px){
	.g-global-nav li a {
		font-size: 14px;
	}
	.header-contact {
		margin-left: 15px;
	}
	.g-global-nav li.g-nav a,
	.g-global-nav li.g-nav p.header-nav-anchor,
	.header-contact .c-btn {
		font-size: 0.78rem !important;
	}
	.g-global-nav li.g-nav:not(:first-child) {
		margin-left: 1vw;
	}
	.g-header .header-banner {
		justify-content: space-between;
		column-gap: unset;
	}
}
@media(max-width: 1199px) {
	.g-header .banner-left {
		min-width: 600px;
	}
}
@media (max-width: 1070px){
	.g-global-nav li a {
		font-size: 12px;
	}
}
@media (max-width: 1199px){
	
	.g-header { top: 0px; width: 100%; background-color: rgb(255, 255, 255); z-index: 40; }
	.g-header .inner { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0rem; }
	.mobilenav { font-family: inherit; top: 0px; left: 0px; z-index: 999; display: none; position: fixed; width: 100%; height: 100vh; background-color: #87d2e7; }
	.g-header .logo { color: rgb(255, 255, 255); font-size: 1rem; width: 124px; padding: 0px; margin-left: 5%; z-index: 9999999; }
	.g-header nav ul { background-color: rgb(255, 255, 255); margin: 0px auto; text-align: center; width: 100%; position: relative; display: flex; /*flex-direction: column;*/ justify-content: center; overflow-y: visible; list-style: none; }
	.g-header nav ul li.contact { margin: 40px auto 0px; width: 80%; }
	.g-header nav ul li.contact a { color: rgb(255, 255, 255); background-color: rgb(33, 24, 177); display: flex; position: relative; justify-content: center; flex-direction: column; align-items: center; border: 1px solid rgb(33, 24, 177); border-radius: 50vh; margin: 0px auto; font-size: 3vw; padding: 1.8rem 4rem; }
	.triger_wrap { display: block; height: 40px; position: absolute; right: 5%; top: 15px; width: 40px; z-index: 999; cursor: pointer; }
	.menu-trigger, .menu-trigger span { display: block; transition: all 0.4s ease 0s; box-sizing: border-box; z-index: 99999; }
	.menu-trigger { position: relative; width: 100%; height: 100%; }
	.mobilenav_text { display: none;font-size: 8.5px; position: absolute; right: 0; top: -13px; z-index: 9999; color: rgb(0, 0, 0); text-align: center; font-family: Catamaran, sans-serif; font-weight: 900; }
	.menu-trigger .mobilenav_text::before { content: "MENU"; }
	.menu-trigger.active .mobilenav_text::before { content: "CLOSE"; }
	.menu-trigger span { position: absolute; right: 0px; width: 100%; height: 2px; background-color: rgb(0, 0, 0); border-radius: 4px; z-index: 99999; }
	.menu-trigger span:nth-of-type(1) { top: 25px;  }
	.menu-trigger span:nth-of-type(2) { top: 13px;width: 100%; }
	.menu-trigger span:nth-of-type(3) {  }
	.bar_effect1 .active span:nth-of-type(1) { top: 0; transform: translateY(12px) rotate(-45deg);width: 100%; }
	.bar_effect1 .active span:nth-of-type(2) { display: none; }
	.bar_effect1 .active span:nth-of-type(3) { top: 0; transform: translateY(12px) rotate(45deg); }
	.GlobalFooter img {
		width: auto;
	}
	.GlobalFooter a {
		margin-left: 0;
	}
	.GlobalFooter__menuColumn > div ul li > a { font-size: 12px; text-align: left; }
	.GlobalFooter__menuColumn ul {
		padding-left: 0;
	}
	.GlobalFooter__menuTitle a { 
		font-size: 14px;
	}
	.GlobalFooter__menuTitle a:link, .GlobalFooter__menuTitle a:hover, .GlobalFooter__menuTitle a:active, .GlobalFooter__menuTitle a:visited {
		 color: #fff;
	}
	
	.noscroll #overlay {
		opacity: 1;
		pointer-events: auto;
	}
	.noscroll .header-contact {
		opacity: 0;
	}

	.header-contact {
		text-align: center;
		margin-right: 30px;
		padding: 0;
		position: absolute;
		top: 0;
		right: 80px;
		z-index: 2;
	}
	
	.header-inner {
		width: 100%;
		height: 100%;
		z-index: 98;
		padding-bottom: 60px;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 1500px;
		perspective: 1500px;
	}
	.g-global-nav, .header-logo {
		position: absolute;
		float: none;
	}
	.header-logo {
		top: 15px;
		left: 20px;
		width: 136px;
		height: 40px;
		z-index: 100;
	}
	.g-nav-wrapper {
		display: block;
	}
	.g-global-nav, .header-logo {
		position: absolute;
		float: none;
	}
	.g-global-nav {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: rotateX(15deg) translateY(-45%);
		transform: rotateX(15deg) translateY(-45%);
		-webkit-transition: all .15s ease-in-out 0s;
		transition: all .15s ease-in-out 0s;
		top: 50%;
		width: 100%;
		height: auto;
	}
	.g-global-nav li {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}
/* 	.header-contact {
		position: fixed;
		top: 23px;
		right: 110px;
	} */
	
	.header-contact .c-btn.e-btn-outline {
		line-height: 10px;
	}
	.header-contact .c-btn {
		z-index: 81;
		height: 45px;
		min-width: 190px;
		background-color: #FFF;
	}
	.header-contact .c-btn span {
		padding-left: 15px;
	}
	.header-contact a.c-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #90d2e6;
		color: #fff;
		height: 60px;
		line-height: 30px;
		min-width: 60px;
	}
	.header-contact.no-renewal a.c-btn {
		background: none;
		color: #111;
	}
	.header-contact ul li:first-child {
		margin-right: 25px;
	}
	.header02 .header-contact ul li:first-child {
		margin-right: 0;
	}
	.header-contact.no-renewal a.c-btn.cart-btn {
		background: #90d2e6;
    	color: #fff;
		position: relative;
	}
	.cart-items-count {
		line-height: 28px !important;
	}
	.cart-items-count {
		top: 5px;
		left: -10px;
	}
	.header-contact a.c-btn img {
		max-width: 100%;
		display: none;
	}
	.header-contact a.c-btn span {
		font-size: 10px;
		font-weight: 100;
		line-height: 1;
		padding-left: 0;
	}
	.header02 .cart-items-count {
		top: 5px;
		left: -15px;
		font-size: 13px !important;
	}
	.g-header .banner-left {
		width: fit-content;
		min-width: unset;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.g-header .header-banner {
		flex-direction: column;
/* 		padding: 1rem 20px; */
		padding: 0.75rem 8px;
	}
	
	.g-header .banner-label {
/* 		display: none; */
		display: block;
	}
	
	.g-header .banner-title {
		line-height: 1.2;
	}
	
	.g-header .banner-title::after {
		display: none;
	}
	
	.g-header .banner-right {
		margin-top: 0.5rem;
	}
	
	.g-header .banner-right a {
		padding: 0.5rem 1.5rem;
	}
}

@media (max-width: 428px) {
	.g-header .banner-title {
		font-size: 1.25rem;
	}
	
	.g-header .banner-right a {
		font-size: 1rem;
	}
}

@media (max-width: 374px) {
	.g-header .banner-title {
		font-size: 1.17rem;
	}
}

/* GlobalHeader */
/* line 3, scss/_header.scss */
.GlobalHeader {
  background: #87d2e7;
  width: 100%;
}
/* line 6, scss/_header.scss */
.GlobalHeader .ContentWrap {
  padding: 10px 0;
  overflow: visible;
  display: flex;
  line-height: 1;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 980px) {
  /* line 16, scss/_header.scss */
  .GlobalHeader .ContentWrap {
    padding: 10px;
    text-align: center;
  }
}
/* line 22, scss/_header.scss */
.cartitems {
  position: absolute;
  background-color: #fd423b;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 10px;
  right: -5px;
  color: #fff;
  text-align: center;
  font-size: 9px;
  padding-top: 3px;
}
@media screen and (max-width: 980px) {
  /* line 22, scss/_header.scss */
  .cartitems {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  /* line 22, scss/_header.scss */
  .cartitems {
    right: 45px;
  }
}

/* line 42, scss/_header.scss */
.GlobalHeader__logo {
  width: 130px;
  height: auto;
  font-size: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  /* line 49, scss/_header.scss */
  .GlobalHeader__logo {
    width: 100px;
  }
}
/* line 53, scss/_header.scss */
.menu-main-menu-container {
  list-style: none;
  display: inline-flex;
  margin-left: auto;
}
/* line 57, scss/_header.scss */
.menu-main-menu-container li {
  margin-left: 30px;
  font-size: 15px;
  display: inline-block;
}
/* line 61, scss/_header.scss */
.menu-main-menu-container li > a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 300;
}
/* line 67, scss/_header.scss */
.menu-main-menu-container li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  /* line 57, scss/_header.scss */
  .menu-main-menu-container li {
    font-size: 13.5px;
    margin-left: 20px;
  }
  /* line 74, scss/_header.scss */
  .menu-main-menu-container li > a {
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 768px) {
  /* line 81, scss/_header.scss */
  .menu-main-menu-container {
    display: none;
  }
}
/* line 85, scss/_header.scss */
.GlobalHeader__button {
  list-style: none;
  display: inline-block;
  margin-left: 50px;
}
@media screen and (max-width: 920px) {
  /* line 85, scss/_header.scss */
  .GlobalHeader__button {
    margin-left: 20px;
  }
}
/* line 92, scss/_header.scss */
.GlobalHeader__button li {
  margin-left: 5px;
  display: inline-block;
}
/* line 95, scss/_header.scss */
.GlobalHeader__button li > a {
  padding: 4px 0;
  text-decoration: none;
  font-size: 14px;
  border-radius: 999px;
  background: #fff;
  color: #87d2e7;
  font-weight: 300;
  width: 80px;
  display: inline-block;
  text-align: center;
}
/* line 106, scss/_header.scss */
.GlobalHeader__button li > a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  /* line 113, scss/_header.scss */
  .GlobalHeader__button {
    margin-left: auto;
    margin-right: 40px;
  }
}
/* line 118, scss/_header.scss */
.GlobalHeader__buttonItem {
  margin-left: 5px;
  display: inline-block;
}
/* line 121, scss/_header.scss */
.GlobalHeader__buttonItem > a {
  padding: 4px 0;
  text-decoration: none;
  font-size: 14px;
  border-radius: 999px;
  background: #fff;
  color: #87d2e7;
  font-weight: 300;
  width: 80px;
  display: inline-block;
  text-align: center;
}
/* line 132, scss/_header.scss */
.GlobalHeader__buttonItem > a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  /* line 140, scss/_header.scss */
  .GlobalHeader__button li > a {
    width: 60px;
  }
}
/* line 146, scss/_header.scss */
.GlobalHeader__menu {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 157, scss/_header.scss */
  .GlobalHeader__menu {
    display: block;
  }
}

/* GlobalHeaderここまで */

/*---GlobalFooter---*/
/* line 3, scss/_footer.scss */
.GlobalFooter {
  background: #87d2e7;
  width: 100%;
  height: 100%
}
/* line 6, scss/_footer.scss */
.GlobalFooter .ContentWrap {
  padding: 50px 0;
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 768px) {
  /* line 12, scss/_footer.scss */
  .GlobalFooter .ContentWrap {
    padding: 30px 0;
  }
}
/* line 16, scss/_footer.scss */
.GlobalFooter__logo {
  	width: 30%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    float: none;
}

@media screen and (max-width: 768px) {
  /* line 24, scss/_footer.scss */
  .GlobalFooter__logo {
    float: none;
    text-align: center;
    margin: 0 25% 20px;
    display: block;
    width: 50%;
  }
}
/* line 32, scss/_footer.scss */
.GlobalFooter__menu {
  display: block;
  float: none;
  width: calc(50% - 300px);
  color: #fff;
  margin-right: 4%;
  font-size: 12px;
  height: calc(100% - 150px);
  overflow-y: scroll;
}
/* line 39, scss/_footer.scss */
.GlobalFooter__menu.wide {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  /* line 44, scss/_footer.scss */
  .GlobalFooter__menu {
    float: none;
    display: block;
    margin-right: 0;
    width: 100%;
  }
  /* line 49, scss/_footer.scss */
  .GlobalFooter__menu.wide {
    float: none;
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
/* line 57, scss/_footer.scss */
.GlobalFooter__menuTitle {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

/* line 63, scss/_footer.scss */
.GlobalFooter__menuSubTitle {
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  /* line 68, scss/_footer.scss */
  .GlobalFooter__menuTitle {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  /* line 74, scss/_footer.scss */
  .GlobalFooter__menuSubTitle {
    margin: 0;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  /* line 81, scss/_footer.scss */
  .GlobalFooter__menuTitle.Expand:after,
  .GlobalFooter__menuSubTitle.Expand:after {
    content: "＋";
    position: absolute;
    right: 15px;
  }

  /* line 87, scss/_footer.scss */
  .isOpen .GlobalFooter__menuTitle.Expand:after,
  .isOpen .GlobalFooter__menuSubTitle.Expand:after {
    content: "ー";
    position: absolute;
    right: 15px;
  }
}
/* line 93, scss/_footer.scss */
.GlobalFooter__arrow {
  display: inline-block;
  float: right;
  cursor: pointer;
}
/* line 97, scss/_footer.scss */
.GlobalFooter__arrow img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 1199px) {
  /* line 103, scss/_footer.scss */
  .GlobalFooter__arrow {
    z-index: 5;
    float: none;
    text-align: center;
    display: block;
    padding: 0 10px 30px;
  }
}
/* line 112, scss/_footer.scss */
.menu-footer-company-info-container ul {
  list-style: none;
  margin-left: 15px;
}
/* line 115, scss/_footer.scss */
.menu-footer-company-info-container ul li {
  margin-bottom: 10px;
}
/* line 117, scss/_footer.scss */
.menu-footer-company-info-container ul li > a {
  color: inherit;
  text-decoration: none;
}
/* line 120, scss/_footer.scss */
.menu-footer-company-info-container ul li > a:hover {
  text-decoration: underline;
}

/* line 150, scss/_footer.scss */
.GlobalFooter__menuColumn {
  float: left;
  display: inline-block;
}
/* line 153, scss/_footer.scss */
.GlobalFooter__menuColumn + .GlobalFooter__menuColumn {
  margin-left: 30px;
}
/* line 155, scss/_footer.scss */
.GlobalFooter__menuColumn + .GlobalFooter__menuColumn.customer {
  /* float: none; */
  clear: both;
  display: block;
  margin-left: 0;
  padding-top: 30px;
}
.GlobalFooter__menuColumn.etc {
  padding-top: 30px;
  padding-left: 40px;
}
/* line 112, scss/_footer.scss */
.GlobalFooter__menuColumn > div ul {
  list-style: none;
  margin-left: 15px;
}
/* line 115, scss/_footer.scss */
.GlobalFooter__menuColumn > div ul li {
  margin-bottom: 10px;
}
/* line 117, scss/_footer.scss */
.GlobalFooter__menuColumn > div ul li > a {
  color: inherit;
  text-decoration: none;
}
/* line 120, scss/_footer.scss */
.GlobalFooter__menuColumn > div ul li > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  /* line 168, scss/_footer.scss */
  .GlobalFooter__menuColumn {
    float: none;
    display: block;
    margin: 0;
  }
  /* line 172, scss/_footer.scss */
  .GlobalFooter__menuColumn + .GlobalFooter__menuColumn {
    float: none;
    display: block;
    margin: 25px 0 0;
  }
  .GlobalFooter__menuColumn + .GlobalFooter__menuColumn.customer {
    padding-top: 0;
  }
  .GlobalFooter__menuColumn.etc {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  /* line 180, scss/_footer.scss */
  .GlobalFooter__menuColumn {
    float: none;
    display: block;
    margin: 0;
  }
  /* line 184, scss/_footer.scss */
  .GlobalFooter__menuColumn + .GlobalFooter__menuColumn {
    float: none;
    display: block;
    margin: 0;
  }
  /* line 188, scss/_footer.scss */
  .GlobalFooter__menuColumn + .GlobalFooter__menuColumn.customer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .GlobalFooter__menuColumn.etc {
    padding-top: 0;
    padding-left: 0;
  }
  /* line 193, scss/_footer.scss */
  .GlobalFooter__menuColumn > div {
    display: none;
  }
  /* line 128, scss/_footer.scss */
  .GlobalFooter__menuColumn > div ul {
    list-style: none;
    margin: 0;
  }
  /* line 131, scss/_footer.scss */
  .GlobalFooter__menuColumn > div ul li {
    margin: 0;
  }
  .GlobalFooter__menuColumn > div ul li {
    width: 100%;
  }
  /* line 133, scss/_footer.scss */
  .GlobalFooter__menuColumn > div ul li > a {
    color: inherit;
    text-decoration: none;
    padding: 10px 15px 10px 25px;
    border-bottom: 1px solid #fff;
    background: #47add1;
    display: block;
  }
  /* line 140, scss/_footer.scss */
  .GlobalFooter__menuColumn > div ul li > a:hover {
    text-decoration: underline;
  }

  /* line 199, scss/_footer.scss */
  .GlobalFooter__menu.company > div {
    display: none;
  }
  /* line 128, scss/_footer.scss */
  .GlobalFooter__menu.company > div ul {
    list-style: none;
    margin: 0;
  }
  /* line 131, scss/_footer.scss */
  .GlobalFooter__menu.company > div ul li {
    margin: 0;
  }
  /* line 133, scss/_footer.scss */
  .GlobalFooter__menu.company > div ul li > a {
    color: inherit;
    text-decoration: none;
    padding: 10px 15px 10px 25px;
    border-bottom: 1px solid #fff;
    background: #47add1;
    display: block;
  }
  /* line 140, scss/_footer.scss */
  .GlobalFooter__menu.company > div ul li > a:hover {
    text-decoration: underline;
  }

  /* line 128, scss/_footer.scss */
  .menu-footer-company-info-container ul {
    list-style: none;
    margin: 0;
  }
  /* line 131, scss/_footer.scss */
  .menu-footer-company-info-container ul li {
    margin: 0;
  }
  /* line 133, scss/_footer.scss */
  .menu-footer-company-info-container ul li > a {
    color: inherit;
    text-decoration: none;
    padding: 10px 15px 10px 25px;
    border-bottom: 1px solid #fff;
    background: #47add1;
    display: block;
  }
  /* line 140, scss/_footer.scss */
  .menu-footer-company-info-container ul li > a:hover {
    text-decoration: underline;
  }
}
/* line 208, scss/_footer.scss */
.GlobalFooter__sns {
  display: block;
  clear: both;
  text-align: right;
  padding-top: 20px;
}

@media screen and (max-width: 1199px) {
  /* line 215, scss/_footer.scss */
  .GlobalFooter__sns {
    text-align: center;
    padding-top: 40px;
  }
}
/* line 220, scss/_footer.scss */
.GlobalFooter__snsList {
  list-style: none;
  color: #fff;
  display: inline-block;
}

/* line 225, scss/_footer.scss */
.GlobalFooter__snsListItem {
  font-size: 24px;
  display: inline-block;
  float: left;
  margin-left: 20px;
}
/* line 230, scss/_footer.scss */
.GlobalFooter__snsListItem > a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* line 236, scss/_footer.scss */
.GlobalFooter__bottom {
  background: #47add1;
}
/* line 238, scss/_footer.scss */
.GlobalFooter__bottom .ContentWrap {
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
}
/* line 244, scss/_footer.scss */
.GlobalFooter__bottom ul {
  float: right;
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
/* line 249, scss/_footer.scss */
.GlobalFooter__bottom ul li {
  float: left;
  padding-left: 30px;
  position: relative;
}
/* line 253, scss/_footer.scss */
.GlobalFooter__bottom ul li:after {
  content: "|";
  position: absolute;
  left: 15px;
}
/* line 258, scss/_footer.scss */
.GlobalFooter__bottom ul li:first-child {
  padding-left: 0;
}
/* line 260, scss/_footer.scss */
.GlobalFooter__bottom ul li:first-child:after {
  content: "";
}
/* line 264, scss/_footer.scss */
.GlobalFooter__bottom ul li > a {
  color: inherit;
  text-decoration: none;
}
/* line 267, scss/_footer.scss */
.GlobalFooter__bottom ul li > a:hover {
  text-decoration: underline;
}

/* line 274, scss/_footer.scss */
.GlobalFooter__copyright {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  /* line 279, scss/_footer.scss */
  .GlobalFooter__bottom .ContentWrap {
    padding: 20px 20px 10px;
    font-size: 10px;
    text-align: center;
  }
  /* line 284, scss/_footer.scss */
  .GlobalFooter__bottom ul li {
    margin-bottom: 10px;
  }

  /* line 288, scss/_footer.scss */
  .GlobalFooter__copyright {
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  /* line 294, scss/_footer.scss */
  .GlobalFooter__bottom ul {
    float: none;
    text-align: center;
    display: inline-block;
  }
  /* line 298, scss/_footer.scss */
  .GlobalFooter__bottom ul li {
    float: left;
    padding-left: 15px;
  }
  /* line 301, scss/_footer.scss */
  .GlobalFooter__bottom ul li:after {
    left: 7px;
  }
}
/* GlobalFooterここまで */

@media (max-width: 1310px){
	.sub-nav__inner .sub-nav_inner-Box div h3 {
		min-height:70px;
		display: flex;
    	align-items: center;
	}
}
@media screen and (max-width: 1199px) and (min-width: 640px){
	.g-global-nav li a {
		font-size: 3vw;
	}
}

@media (min-width: 826px){
	.header-contact .c-btn {
		position: relative;
		overflow: visible;
		height: 50px;
		min-width: 175px;
		border-radius: 30px;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
		z-index: 0;
		cursor: pointer;
		letter-spacing: .035em;
		transition: all .25s ease-in-out 0s;
	}
	.cart-items-count {
		top: -5px;
		left: -5px;
	}	
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
モバイル用
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*サイズは任意で。js側の設定と合わせる*/
@media only screen and (max-width: 1199px) {
	.g-nav-wrapper {
		width: 100%;
	}
	.menu-mobile {
		display: block;
	}
	.menu-dropdown-icon:before {
		display: block;
	}
	.g-global-nav > ul {
		display: none;
	}
	.g-global-nav > ul > li {
		width: 100%;
		float: none;
		display: block;
	}
	.g-global-nav > ul > li a {
		padding: 1.5em;
		width: 100%;
		display: block;
	}
	.g-global-nav > ul > li > ul {
		position: relative;
	}
	.g-global-nav > ul > li > ul.normal-sub {
		width: 100%;
	}
	.g-global-nav > ul > li > ul > li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.g-global-nav > ul > li > ul > li:first-child {
		margin: 0;
	}
	.g-global-nav > ul > li > ul > li > ul {
		position: relative;
	}
	.g-global-nav > ul > li > ul > li > ul > li {
		float: none;
	}
	.g-global-nav .show-on-mobile {
		display: block;
	}
}


/* ===========================================
共通コンテンツここから
 ===========================================*/
#page {
    position: relative;
    word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.g-nav:hover .header-nav-anchor,
.cta:hover,
.g-nav:hover .header-nav-anchor {
    color: #7d97c6;
}
.section_wrap {
	width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.g-loading, .l-container, .l-wrapper {
    width: 100%;
    height: 100%;
}
.l-container {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.l-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
.header-contac .tel-ico-hidden {
    display: none;
}
.en {
    position: relative;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.top_about_sec .moreBtn {
    margin-left: 140px;
    text-align: right;
}

@media (min-width: 1200px){
	.content_wrap {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 78px 0;
		box-sizing: border-box;
	}
	.pb100 {
		padding-bottom: 100px !important;
	}
	.mobilenav {
		display: none;
	}
	/*ボタン*/
	.c-btn.e-btn-outline {
		border: 5px solid transparent;
		line-height: 52px;
	}
	.c-btn.e-btn-border-navy {
		color: #485156;
		border-color: #90d2e6;
	}
	.header-contact .c-btn {
		position: relative;
		height: 50px;
		min-width: 175px;
		border-radius: 30px;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
		overflow: hidden;
		z-index: 0;
		cursor: pointer;
		letter-spacing: .035em;
		transition: all .25s ease-in-out 0s;
	}
	.header-contact ul {
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
	}
	.header-contact ul li:first-child {
		margin-right: 25px;
	}
	.header-contact .c-btn.cart-btn {
		background: #90d2e6;
    	color: #fff;
	}
	.header-contact .c-btn.e-btn-outline {
		line-height: 42px;
	}
	.header-contact .c-btn.e-btn-outline img {
		display: none;
	}
	.header-register .c-btn span {
		padding-left: 15px;
	}
	.moreBtn {
		padding-top: 70px;
    	text-align: right;
	}
	.moreBtn a {
		vertical-align: middle;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: relative;
		font-size: 1.6rem;
    	font-weight: 700;
	}
	.moreBtn a::after {
		content: "";
		display: inline-block;
		width: 55px;
		height: 1px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0px;
		margin-left: 15px;
		vertical-align: middle;
		background-color: #222222;
		transform: scale(1, 1);
		transform-origin: left top;
		transition: transform .3s;
		z-index: 10;
	}
	.moreBtn a:hover::after {
		transform-origin: right top;
		transform: scale(0, 0);
	}
	.moreBtn a .line {
		display: inline-block;
		width: 55px;
		height: 1px;
		vertical-align: middle;
		transform: scale(0, 0);
		transform-origin: right top;
		transition: transform .3s;
		background-color: #222222;
		margin-left: 15px;
		transition-delay: .3s;
		position: relative;
		z-index: 10;
		opacity: 0;
	}
	.moreBtn a:hover .line {
		transform: scale(1, 1);
		transform-origin: left top;
		opacity: 1;
	}
	.moreBtn a .gl {
		display: block;
		width: 38px;
		height: 38px;
		background: url(../../img/renewal/common/icon_circle.svg) no-repeat;
		position: absolute;
		right: -19px;
		top: -5px;
		z-index: 1;
	}
	.top_service .moreBtn a .gl {
		top: 0;
	}
}

.menu-mobile {
	display: none;
}

.c-btn.e-btn-border-navy {
	color: #485156;
}

.header-contact-wrap {
	display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 414px) {
	.header-contact {
		right: 70px;
		margin-right: 0;
	}
	.header-contact ul li:first-child {
		margin-right: 10px;
	}
	.header-logo {
		width: 120px;
		left: 15px;
	}
	.triger_wrap {
		right: 15px;
	}
}

@media screen and (max-width:374px) {
	.header-logo {
		width: 100px;
	}
	
	.header-logo a {
		display: block;
		padding-top: 2.5px;
	}
	
	.header-contact a.c-btn {
		min-width: 54px;
	}
}


.contact_sec {
    background: url("../../img/renewal/common/contact_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    text-align: center;
    padding: 6rem 0;
	font-family: Montserrat, 'Noto Sans Japanese', sans-serif;
}
.contact_sec .head h2 {
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    margin: 0;
    letter-spacing: 5px;
}
.contact_sec .head p {
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 3px;
}
/* .contact_sec .cv {
	padding: 2rem 0 0;
} */
.contact_sec .more_btn a {
	padding: 0.2rem;
	position: relative;
    background: #fff;
    min-width: 20%;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    letter-spacing: .035em;
    transition: all .25s ease-in-out 0s;
}
.footer {
    background: #7f8c95;
    color: #fff;
	font-family: Montserrat, 'Noto Sans Japanese', sans-serif;
	font-size: 10px;
}
.footer a {
    color: #fff;
	text-decoration: none;
}

.footer__logo {
	font-size: 16px;
}

.footer h3 {
	margin-bottom: 0;
}

.footer ul, .footer ol, .footer p {
	margin-bottom: 0;
}

.lineout:after, .lineout:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
/*     background: rgba(34,34,34,.7); */
    content: "";
}
.lineout:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.lineout.-none:before {
    width: 0;
    -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
    transition: all .5s cubic-bezier(.165,.84,.44,1);
}
/* .lineout.-white:after, .lineout.-white:before {
    background: #fff;
} */
.footer__sitemap-item a {
    display: block;
}

.footer__sns {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: 3.57143em;
}

.footer__sns a span {
	font-size: 30px;
}

.footer__sns a {
	display: inline-block;
}

.footer__sns-item img {
	width: 30px;
	max-width: unset;
}

.footer__copyright {
    font-weight: 500;
    font-size: 0.56rem;
}

.footer__p-mark {
	margin-top:  3.57143em;
	width: 80px;
}
.footer__p-mark a {
	display: block;
	width: 100%;
}
.footer__p-mark img {
	width: 100%;
}

@media (min-width: 1200px) {
	.header-contact .c-btn {
		position: relative;
		height: 50px;
		min-width: 175px;
		border-radius: 30px;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
		overflow: hidden;
		z-index: 0;
		cursor: pointer;
		letter-spacing: .035em;
		transition: all .25s ease-in-out 0s;
	}
	
	.c-btn.e-btn-outline {
		border: 5px solid transparent;
		line-height: 52px;
	}
	
	.c-btn.e-btn-border-navy {
		border-color: #90d2e6;
	}
}

@media screen and (min-width: 826px) {
	.header-contact .c-btn {
		position: relative;
		height: 50px;
		min-width: 175px;
		border-radius: 30px;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
		overflow: visible;
		z-index: 0;
		cursor: pointer;
		letter-spacing: .035em;
		transition: all .25s ease-in-out 0s;
	}
	
	.footer__inner {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-right: auto;
		margin-left: auto;
		padding-right: 5.71429em;
		padding-left: 5.71429em;
		max-width: 1440px;
		padding-top: 2.78rem;
	}
	.footer__inner:nth-of-type(2) {
		margin-top: 9.28571em;
		padding-bottom: 1.67rem;
		padding-top: 1.11rem;
		border-top: 1px solid #fff;
	}
	.footer__sitemap {
		order: 2;
		margin-top: .71429em;
		font-weight: 700;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
	}
	.footer__sitemapInner {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		/* order: 2; */
		margin-top: .71429em;
		font-weight: 700;
    /* -webkit-box-ordinal-group: 2;*/
	}
	.footer__sitemap-block-inner {
		padding-right: 3em;
	}
	.footer__sitemap-ttl {
		font-size: 0.89rem;
	}
	.footer__sitemap-item span, .footer__sitemap-ttl span {
		display: inline-block;
		line-height: 1;
	}
	.footer__sitemap-ttl span {
		padding-bottom: .3125em;
	}
	.footer__submenu-list {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		list-style: none;
	}
	.footer__submenu-item a {
		margin-right: 3em;
		padding-bottom: .4em;
		font-size: 0.78rem;
    	font-weight: normal;
	}
	.lineout:hover:before, a:hover .lineout:before {
		-webkit-transition: -webkit-transform .5s .1s cubic-bezier(.165,.84,.44,1);
		transition: -webkit-transform .5s .1s cubic-bezier(.165,.84,.44,1);
		transition: transform .5s .1s cubic-bezier(.165,.84,.44,1);
		transition: transform .5s .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s .1s cubic-bezier(.165,.84,.44,1);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	.lineout.-none:hover:before, a:hover .lineout.-none:before {
		left: 0;
		width: 100%;
		-webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
		transition: all .5s cubic-bezier(.165,.84,.44,1);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.ft__header {
		border-bottom: 1px solid #fff;
		font-size: 0.89rem;
		padding: 1.5rem 0;
		margin-bottom: 2rem;
	}
	.footer__sitemap-list {
		margin-bottom: 2rem;
	}
	.footer__sitemap-item {
		font-size: 0.67rem;
		margin-left: 20px;
	}
	.footer__sitemap-item a {
		padding: .58333em 0;
	}
	.footer__sitemap-item span {
		padding-bottom: .41667em;
	}
	.footer__sitename {
		order: 1;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
	}
	.footer__logo-icn {
		width: 12.35714em;
    	height: 3.71429em;
	}
	.footer__sns-item {
		padding-right: 20px;
	}
/* 	.footer__sns a {
		width: 1.85714em;
		height: 1.85714em;
	} */
/* 	.footer__sns a span {
		font-size: 1.67rem;
	} */
	.footer>.footer__sitename {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.header-contact a.c-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #90d2e6;
		color: #fff;
		height: 60px;
		line-height: 30px;
		min-width: 60px;
	}
	
	.contact_sec .more_btn a {
		padding: 1rem;
	}
	.footer__logo {
		font-size: 12px;
		line-height: 200%;
	}
}

@media screen and (max-width: 980px){
	.footer__logo-icn {
		width: 15vw;
		height: auto;
	}
	.footer__sitemap {
		margin-top: 0;
    	margin-left: 5vw;
	}
/* 	.footer__sns a span {
		font-size: 30px;
	} */
	.footer__submenu-item a {
		font-size: 10px;
	}
	.footer__sitemap-list {
		margin-top: 0vw;
		margin-bottom: 2vw;
	}
	.footer__sitemap-item {
		font-size: 0.67rem;
		margin-left: 20px;
	}
	.ft__header {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 825px){
	.c-btn.e-btn-outline {
		line-height: 1;
	}
	
	.contact_sec .more_btn a {
		min-width: 50%;
		padding: 0.94rem;
		font-size: 12px;
	}
	
	footer.footer {
		padding: 2em 0 0;
	}
	.footer__inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 1.07143em;
		padding-left: 1.07143em;
	}
	.footer__inner:nth-of-type(2) {
		margin-top: 2.28571em;
		padding-bottom: 2.28571em;
	}
	.footer__sitemap {
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.footer__sitemap-block {
		padding: 1.42857em 0;
		border-top: 1px solid rgba(255,255,255,.1);
	}
	.footer__sitemap-block:first-child {
		border-top: 0px;
	}
	.footer__sitemap-block-inner {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
	.footer__sitemap-ttl {
		width: 37.1%;
		font-weight: 700;
		font-size: 12px;
	}
	.footer__sitemap-ttl:only-child {
		width: 100%;
	}
	.footer__sitemap-ttl a {
		display: block;
		margin-top: .11765em;
	}
	.footer__sitemap-list {
		width: 62.9%;
	}
	.footer__sitemap-item {
		font-size: 10px;
	}
	.footer__sitemap-item a {
		padding: .61538em 0;
	}
	.footer__inner .footer__sitename {
	}
	.footer__submenu-item {
		display: inline-block;
		padding: .8rem 0;
		list-style: none;
	}
	.footer__sitename {
		position: relative;
	}
	.footer__sitename .footer__logo {
		text-align: center;
    	padding: 3rem 0 0;
	}
	.footer__submenu-item a {
		margin-right: 2em;
	}
	.footer__p-mark {
		position: absolute;
		top: 0;
		left: 5vw;
		padding-top: 3rem;
		margin-top: 0;
		width: 64px;
	}
	.footer__p-mark a {
		width: 100%;
	}
/* 	.footer__terms {
		padding: 0;
	}
	.footer__terms .footer__submenu-item a  {
		margin-right: 0;
	}
	.footer__terms .footer__submenu-item {
		width: 25%;
		text-align: center;
	} */
/* 	.footer__terms .footer__submenu-item:nth-child(3) {
		margin-left: 2em;
	}
	.footer__terms .footer__submenu-item:nth-child(4) {
		width: auto;
	} */
	.footer__copyright {

		padding-top: 8.33333em;
		font-size: .6rem;
	}
	.footer__inner .footer__copyright {
		display: none;
	}
	.footer>.footer__sitename {
		display: block;
		padding: 5em 0 5em;
		background: #58656d;
		text-align: center;
	}
	.footer__logo .footer__logo-icn {
		width: 8.28571em;
		height: 3.07143em;
		vertical-align: baseline;
	}
	.footer__logo-text {
		margin-top: .45455em;
		letter-spacing: .02em;
		font-size: 1.1rem;
	}
	.footer__sns {
		-ms-flex-pack: center;
		justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		margin-top: 10px;
	}
	.footer__sns-item {
		padding: 0 7.5px;
	}
/* 	.footer__sns a {
		width: 2.14286em;
		height: 2.14286em;
	} */
	.footer__copyright {
		padding-top: 3.33333em;
		font-size: .6rem;
	}
/* 	.footer__sns a span {
		font-size: 5vw;
	} */
	.footer__sns {
		margin-top: 1em;
	}
	.footer__inner:nth-of-type(1) .footer__submenu-list {
		display: flex;
		flex-wrap: wrap;
	}
	.footer__inner:nth-of-type(2) .footer__submenu-list {
		text-align: center;
	}
	.ft__header {
		font-size: 12px;
		border-bottom: 1px solid #fff;
		padding: 0.71rem 0;
	}
}

@media screen and (max-width: 767px) {
	.contact_sec .more_btn a {
		padding: 1.07rem;
	}
	
/* 	.footer__sns a span {
		font-size: 1.43rem;
	} */
}
