@charset "UTF-8";

/* ==============================================================
header
============================================================== */
header,
header *,
.cs-header-2-menu,
.cs-header-2-menu *,
footer,
footer * {
	font-family: 'apercu-pro', 'NotoSansCJKjp', sans-serif;
}

.cs-header-2 {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5000000;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media all and (min-width: 701px) {
	.cs-header-2 {
		position: fixed;
	}
}

.cs-header-2-navbar {
	height: 50px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	top: 0;
	left: 0;
	width: 100%;
}

.cs-header-2-navbar__inner {
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.cs-header-2-navbar__brand-logo {
	display: block;
	width: 33%;
	background: url("../image/header/brand_logo.svg") 50% 50% no-repeat;
	background-size: contain;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cs-header-2-navbar__brand-logo:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 15%;
}

.cs-header-2-navbar__nav {
	float: right;
	margin-right: 127px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.cs-header-2-navbar__button-search {
	width: 20px;
	height: 23px;
	background: url("../image/header/rohto-icn--search.svg") no-repeat;
	background-size: contain;
	margin-right: 28px;
}

.cs-header-2-navbar__button-notifier {
	display: block;
	width: 34px;
	height: 34px;
	background: #ddd;
	margin-left: 20px;
	cursor: pointer;
	background: url("../image/header/notifier.svg") 50% 50% no-repeat;
	background-size: 76% auto;
	position: relative;
}

.cs-header-2-navbar__button-notifier:after {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #11daec;
	right: 0;
	bottom: 2px;
	width: 14px;
	height: 14px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 150ms ease-in;
	transition: -webkit-transform 150ms ease-in;
	transition: transform 150ms ease-in;
	transition: transform 150ms ease-in, -webkit-transform 150ms ease-in;
}

.cs-header-2-navbar__button-notifier.is-unread:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.cs-header-2-navbar__button-user {
	display: block;
	width: 34px;
	height: 34px;
	background: #ddd;
	margin-left: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
}

.cs-header-2-navbar__button-user--ambassador {
	display: block;
	width: 34px;
	height: 34px;
	background: #ddd;
	margin-left: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #CC0000;
	position: relative;
}

.cs-header-2-navbar__button-user--ambassador:after {
	content: '';
	display: block;
	width: 40%;
	height: 40%;
	background: url("../image/header/ambassador-mark.svg") 50% 50% no-repeat;
	background-size: contain;
	position: absolute;
	right: -2px;
	bottom: -1px;
}

.cs-header-2-navbar__button-login {
	font-size: 12px;
	width: 35px;
	height: 38px;
	background: url("../image/header/rohto-icn--login.svg") no-repeat;
	background-size: contain;
	/* text-indent: -99999999px; */
}

.cs-header-2-navbar__button-menu {
	width: 57px;
	height: 57px;
	border-radius: 3px;
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	background: url("../image/header/rohto-menu-bg.svg") no-repeat;
	background-size: contain;
}

.cs-header-2-navbar__button-menu span {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background: #00629d;
	position: absolute;
	left: 7px;
}

.cs-header-2-navbar__button-menu span:nth-child(1) {
	top: 9px;
}

.cs-header-2-navbar__button-menu span:nth-child(2) {
	top: 16px;
}

.cs-header-2-navbar__button-menu span:nth-child(3) {
	top: 23px;
}

.cs-header-2-navbar__button-menu::after {
	content: 'MENU';
	padding-top: 33px;
	display: block;
	color: white;
	text-align: center;
	font-size: 10px;
}

.cs-header-2-navbar__button-menu.is-active {
	background: #00629d;
}

.cs-header-2-navbar__button-menu.is-active span {
	background: #fff;
}

.cs-header-2-navbar__button-menu.is-active span:nth-child(1) {
	top: 28px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cs-header-2-navbar__button-menu.is-active span:nth-child(2) {
	display: none;
}

.cs-header-2-navbar__button-menu.is-active span:nth-child(3) {
	top: 28px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cs-header-2-navbar__button-menu.is-active:after {
	display: none;
}

@media all and (min-width: 701px) {
	.cs-header-2-navbar {
		height: 70px;
	}

	.cs-header-2-navbar__brand-logo {
		width: 230px;
		height: 37px;
	}
}

@media all and (max-width: 700px) {
	.cs-header-2-navbar__brand-logo {
		height: 28px;
	}
}

.cs-header-2-menu {
	top: 50px;
	opacity: 0;
	display: block;
	position: fixed;
	z-index: 5000010;
	background: #fff;
	width: 100%;
	height: calc(100% - 50px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	transition: .5s;
	pointer-events: none;
}

.cs-header-2-menu * {
	pointer-events: none;
}

@media all and (min-width: 701px) {
	.cs-header-2-menu {
		top: 70px;
		height: calc(100vh - 65px);
	}
}

.cs-header-2-menu.is-active {
	display: block;
	opacity: 1;
	transition: .5s;
	pointer-events: all;
}

.cs-header-2-menu.is-active * {
	pointer-events: all;
}

.cs-header-2-menu__inner {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
}

@media all and (min-width: 701px) {
	.cs-header-2-menu__inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.cs-header-2-menu__group {
	margin-bottom: 40px;
}

.cs-header-2-menu__group-title {
	line-height: 1.35;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}

.cs-header-2-menu__search-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cs-header-2-menu__search-input {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right: 10px;
}

.cs-header-2-menu__search-input input {
	width: 100%;
}

.cs-header-2-menu__search-button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.cs-header-2-menu__list {
	border-top: 1px solid #ddd;
}

.cs-header-2-menu__item {
	border-bottom: 1px solid #ddd;
}

.cs-header-2-menu__item a {
	font-size: 14px;
	color: #333;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 45px;
	padding: 5px 15px;
	background: url("../image/header/button-arrow-glay-a.svg") right center no-repeat;
	background-size: auto 15px;
}

.cs-header-2-menu__item a:visited,
.cs-header-2-menu__item a:active,
.cs-header-2-menu__item a:hover {
	color: #333;
}

.cs-header-2-menu__item a:hover {
	text-decoration: none;
}

.cs-header-2-menu__logout {
	text-align: center;
}

.cs-header-2-notifier-container {
	position: fixed;
	top: 50px;
	z-index: 9999999;
}

@media all and (max-width: 700px) {
	.cs-header-2-notifier-container {
		height: calc(100% - 50px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		background-color: #fff;
	}
}

@media all and (min-width: 701px) {
	.cs-header-2-notifier-container {
		top: 70px;
		width: 100%;
	}
}

@media all and (min-width: 701px) {
	.cs-header-2-notifier-container__inner {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}

.cs-header-2-notifier {
	background-color: #fff;
}

@media all and (max-width: 700px) {
	.cs-header-2-notifier {
		display: none;
	}
}

@media all and (min-width: 701px) {
	.cs-header-2-notifier {
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		display: none;
		position: absolute;
		top: -6px;
		right: -60px;
		width: 300px;
		border-radius: 4px;
		border: 1px solid #ddd;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 9999999;
	}
}

@media all and (min-width: 701px) {
	.cs-header-2-notifier__inner {
		max-height: 80vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}

@media all and (min-width: 701px) {
	.cs-header-2-notifier__inner:before {
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #ddd;
		content: '';
		position: absolute;
		right: 136px;
		top: -10px;
	}
}

@media all and (min-width: 701px) {
	.cs-header-2-notifier__inner:after {
		width: 0;
		height: 0;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #fff;
		content: '';
		position: absolute;
		right: 137px;
		top: -9px;
	}
}

.cs-header-2-notifier__spinner {
	padding: 30px 0;
	text-align: center;
}

.cs-header-2-notifier .cs-h-notifier__message em {
	color: #00629d;
}

@media all and (max-width: 700px) {
	.cs-header-2-notifier.is-active {
		display: block;
	}
}

@media all and (min-width: 701px) {
	.cs-header-2-notifier.is-active {
		display: block;
	}
}

.cs-header-2-menubar {
	width: 100%;
	height: 44px;
	background: #00629d;
	display: none;
}

.cs-header-2-menubar__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.cs-header-2-menubar__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cs-header-2-menubar__item a {
	font-size: 14px;
	color: #fff;
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	position: relative;
}

.cs-header-2-menubar__item a:visited,
.cs-header-2-menubar__item a:active,
.cs-header-2-menubar__item a:hover {
	color: #fff;
}

.cs-header-2-menubar__item a:hover {
	text-decoration: none;
}

.cs-header-2-menubar__item a:hover:before {
	content: '';
	display: block;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width: 701px) {
	.cs-header-2-menubar {
		display: block;
	}
}

@media all and (min-width: 701px) {
	.cs-h-toolbar-menu--notifier {
		margin-left: -104px;
	}
}

.cs-header-2-search {
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	height: 56px;
	top: 50px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	z-index: 99999;
}

.safari .cs-header-2-search {
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: saturate(1.8) blur(10px);
	backdrop-filter: saturate(1.8) blur(10px);
}

@media all and (min-width: 701px) {
	.cs-header-2-search {
		top: 70px;
	}
}

.cs-header-2-search__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	max-width: 1000px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (min-width: 701px) {
	.cs-header-2-search__inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.cs-header-2-search__input {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right: 10px;
}

@media all and (max-width: 700px) {
	.cs-header-2-search__input {
		margin-right: 0;
	}
}

.cs-header-2-search__input input {
	padding-left: 30px;
	width: 100%;
	background-image: url("../image/header/search--gray.svg");
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 20px auto;
}

.cs-header-2-search__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media all and (max-width: 700px) {
	.cs-header-2-search__button {
		display: none;
	}
}

@media all and (max-width: 700px) {
	.cs-header-2-menu {
		top: 72px;
	}
}

.cs-header-2-menu__group {
	margin-bottom: 0;
}

.cs-header-2-menu__group:nth-child(3) {
	border-top: 1px solid #ddd;
}

.cs-header-2-menu__group .accordion-content {
	display: none;
}

.cs-header-2-menu__group .accordion-content .cs-header-2-menu__item {
	padding-left: 1em;
	border: none;
}

.cs-header-2-menu__group .accordion-content .cs-header-2-menu__item a {
	font-size: 14px;
}

.cs-header-2-menu__group .accordion-item {
	color: black !important;
	position: relative;
}

.cs-header-2-menu__group .accordion-item:hover,
.cs-header-2-menu__group .accordion-item:active,
.cs-header-2-menu__group .accordion-item:visited {
	color: black !important;
}

.cs-header-2-menu__group .accordion-item:after {
	content: '\ff0b';
	position: absolute;
	right: 20px;
	font-family: 'apercu-pro', 'NotoSansCJKjp', sans-serif;
}

.cs-header-2-menu__group .accordion-item.data-is-open:after {
	content: '\30fc';
	position: absolute;
	right: 20px;
	font-family: 'apercu-pro', 'NotoSansCJKjp', sans-serif;
}

.cs-header-2-menu__inner {
	padding-top: 70px;
}

.cs-header-2-menu__list {
	border-top: none;
}

.cs-header-2-menu__item a {
	background: none;
}

@media all and (min-width: 701px) {
	.cs-header-2-menu__item a {
		font-size: 16px;
	}
}

.cs-header--nav-group__heading {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 45px;
	padding: 5px 15px;
	font-size: 16px;
	color: black;
}

.cs-header--nav-group__heading:hover,
.cs-header--nav-group__heading:active,
.cs-header--nav-group__heading:visited {
	color: black;
	text-decoration: none;
}

.cs-header-2-menu__item a,
.cs-header-2-menu__item a:link,
.cs-header-2-menu__item a:visited,
.cs-header-2-menu__item a:active,
.cs-header-2-menu__item a:hover {
	color: black;
}

.cs-header-2-navbar {
	border-bottom-color: #e3e3e3;
	height: 70px;
}

@media all and (max-width: 700px) {
	.cs-header-2-navbar {
		height: 55px;
	}

	.cs-header-2-navbar__nav {
		margin-right: 80px;
	}

	.cs-header-2-navbar__button-login {
		width: 29px;
		height: 33px;
	}

	.cs-header-2-navbar__button-search {
		width: 15px;
		height: 20px;
		margin-right: 17px;
	}
}

.cs-header-2-navbar__button-menu {
	width: 57px;
}

@media all and (max-width: 700px) {
	.cs-header-2-navbar__button-menu {
		width: 49px;
		height: 49px;
		right: 10px;
	}

	.cs-header-2-navbar__button-menu:after {
		padding-top: 30px;
	}
}

.cs-header-2-navbar__button-menu span {
	width: 20px;
	height: 2px;
	background: white;
	left: 17px;
}

.cs-header-2-navbar__button-menu span:nth-child(1) {
	top: 16px;
}

.cs-header-2-navbar__button-menu span:nth-child(2) {
	top: 22px;
}

.cs-header-2-navbar__button-menu span:nth-child(3) {
	top: 29px;
}

@media all and (max-width: 700px) {
	.cs-header-2-navbar__button-menu span {
		left: 14px;
	}

	.cs-header-2-navbar__button-menu span:nth-child(1) {
		top: 14px;
	}

	.cs-header-2-navbar__button-menu span:nth-child(2) {
		top: 20px;
	}

	.cs-header-2-navbar__button-menu span:nth-child(3) {
		top: 27px;
	}
}

.cs-header-2-navbar__button-menu.is-active {
	background: #00629d;
	border-radius: 0;
}

@media all and (max-width: 700px) {
	.cs-header-2-navbar__button-menu.is-active {
		right: 0;
		top: 0;
		margin: 0;
		width: 65px;
		height: 65px;
	}
}

@media all and (min-width: 701px) {
	.cs-header-2-navbar__button-menu.is-active {
		right: 0;
	}
}

.cs-header-2-navbar__button-menu.is-active span {
	left: 22px;
}

.cs-header-2-navbar__button-menu.is-active span:nth-child(1) {
	top: 30px;
}

.cs-header-2-navbar__button-menu.is-active span:nth-child(3) {
	top: 30px;
}

@media all and (min-width: 701px) {
	.cs-header-2-navbar__button-menu.is-active span {
		left: 19px;
	}

	.cs-header-2-navbar__button-menu.is-active span:nth-child(1) {
		top: 28px;
	}

	.cs-header-2-navbar__button-menu.is-active span:nth-child(3) {
		top: 28px;
	}
}

.cs-header-2-navbar__brand-logo {
	width: 190px;
	height: 30px;
	background: url("../image/header/rohto-logo.svg") no-repeat;
	background-size: contain;
	left: 40px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 0;
	margin-top: -4px;
}

@media all and (max-width: 700px) {
	.cs-header-2-navbar__brand-logo {
		width: 180px;
		height: 30px;
		left: 20px;
	}
}

@media all and (max-width: 333px) {
	.cs-header-2-navbar__brand-logo {
		right: 6%;
	}
}

.cs-header-2-navbar__button-user--ambassador {
	margin-left: 0;
}

.cs-header-2-navbar__button-notifier {
	width: 33px;
	height: 33px;
	background: url("../image/header/orbis/notifier.svg") 50% 50% no-repeat;
}

.cs-header-2-navbar__button-notifier:after {
	background-color: #ef5583;
}

@media all and (max-width: 700px) {
	.cs-header-2-navbar__button-notifier {
		width: 25px;
		height: 25px;
	}

	.cs-header-2-navbar__button-notifier:after {
		width: 11px;
		height: 11px;
	}
}

.cs-header-2-notifier {
	top: 5px;
}

.cs-header-2-notifier .cs-h-notifier {
	word-break: break-all;
	word-wrap: break-word;
}

.cs-header-2-notifier .cs-h-notifier__message em {
	color: #ec867f;
}

@media all and (max-width: 700px) {
	.cs-header-2-notifier-container {
		top: 72px;
	}
}

.is-header-menu-active .cs-header-2-navbar {
	height: 65px;
	border: none;
}

.is-header-menu-active .cs-header-2-navbar__brand-logo {
	display: none;
}

.is-header-menu-active .cs-header-2-navbar__nav {
	display: none;
}

.is-header-menu-active .cs-header-2-menu {
	top: 65px;
	/* top: 70px; */
}

.is-header-menu-active .cs-header-2-menu__inner {
	padding-top: 10px;
}


@media all and (min-width: 701px) {
	.cs-header-toolbar.is-login .cs-h-toolbar-item__trigger {
		margin-top: 9px;
	}
}

.cs-h-toolbar-item__trigger {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (max-width: 700px) {
	.cs-h-toolbar-item__trigger {
		margin-top: 0;
		position: relative;
		height: 34px;
		padding-top: 9px;
		border-radius: 4px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	.cs-h-toolbar-item__trigger:before {
		content: '';
		position: absolute;
		left: -6px;
		top: 4px;
		width: 1px;
		height: 28px;
		background: #dedddc;
	}
}

.cs-header-toolbar__item {
	padding-left: 21px;
	display: none;
	width: 33px;
	height: 33px;
}

@media all and (max-width: 700px) {
	.cs-header-toolbar__item {
		padding: 0;
		padding-left: 18px;
		width: 25px;
		height: 25px;
	}
}

/* ==============================================================
 footer
============================================================== */
footer {
	padding: 0;
}

.cs-footer-nav-group__item>a[target="_blank"],
.cs-footer-utils__item>a[target="_blank"] {
	position: relative;
	padding-right: 4px;
	padding-bottom: 1px;
}

.cs-footer-nav-group__item>a[target="_blank"]:after,
.cs-footer-utils__item>a[target="_blank"]:after {
	position: relative;
	top: 1px;
	left: 4px;
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size: 0;
	content: '';
	background-size: cover;
	background-image: url("/assets/img/icons/outlink--gray.svg");
}


@media all and (max-width: 700px) {
	.cs-footer-nav {
		display: none;
	}
}

@media all and (min-width: 701px) {
	.cs-footer-nav {
		float: left;
		width: 70%;
		padding: 30px 0;
	}

	.cs-footer-nav__item {
		float: left;
		width: 33%;
	}
}

.cs-footer-nav-group__heading {
	margin-bottom: 20px;
	font-weight: bold;
}

.cs-footer-nav-group__item {
	margin-top: 10px;
}

.cs-footer-nav-group__item a {
	color: #666;
}

.cs-footer-nav-group__item a:visited,
.cs-footer-nav-group__item a:active,
.cs-footer-nav-group__item a:hover {
	color: #666;
}

.cs-footer-nav-group__item a:hover {
	color: #006ceb;
}

.cs-footer-nav {
	float: none;
	width: 100%;
	background: url("../image/footer/rohto-footerbg.png") no-repeat;
	background-size: 100% 100%;
	padding-top: 130px;
}

@media all and (min-width: 701px) {
	.cs-footer-nav {
		padding: 130px 0 50px;
	}
}

@media all and (max-width: 700px) {
	.cs-footer-nav {
		display: block;
		background-size: 100% 100%;
		background-position: top;
		background-repeat: no-repeat;
		background-image: url("../image/footer/rohto-footerbg_sp.png");
		padding-top: 20%;
		margin-top: 20px;
	}
}

.cs-footer-nav__inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00629d;
}

.cs-footer-nav:after {
	content: '';
	display: block;
	clear: both;
}

@media all and (min-width: 701px) {
	.cs-footer-nav__item {
		width: 22%;
		margin-right: 3%;
	}

	.cs-footer-nav__item:last-child {
		margin-right: 0;
	}
}

@media all and (max-width: 700px) {
	.cs-footer-nav__item {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.cs-footer-nav__item.block01 .cs-footer-nav-group__item {
	border-top: none;
	border-bottom: 1px solid white;
}

@media all and (min-width: 701px) {
	.cs-footer-nav__item.block01 .cs-footer-nav-group__item:first-child {
		border-top: 1px solid white;
	}
}

.cs-footer-nav__item.block01 .cs-footer-nav-group__item.toroku {
	width: 100%;
}

.cs-footer-nav__item.block02 {
	border-bottom: 1px solid white;
}

@media all and (max-width: 700px) {
	.cs-footer-nav__item.block02 {
		border-bottom: none;
		margin-bottom: 20px;
	}
}

.cs-footer-nav__item.block02 .cs-footer-nav-group__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cs-footer-nav__item.block02 .cs-footer-nav-group__items .cs-footer-nav-group__item {
	width: 50%;
}

.cs-footer-nav__item.block02 .cs-footer-nav-group__item {
	border: none;
}

@media all and (max-width: 700px) {

	.cs-footer-nav__item.block03 .cs-footer-nav-group__item:last-child,
	.cs-footer-nav__item.block03 .cs-footer-nav-group__item:nth-last-child(2) {
		border-bottom: 1px solid white;
	}
}

.cs-footer-nav__item.block04 .cs-footer-nav-group__items:last-child {
	margin-top: 0.5em;
}

.cs-footer-nav__item.block04 .cs-footer-nav-group__items:last-child .cs-footer-nav-group__item {
	border: none;
	margin-left: 1em;
}

.cs-footer-nav__item.block04 .cs-footer-nav-group__items:last-child .cs-track-common-footer-link {
	font-size: 12px;
}

@media all and (max-width: 700px) {
	.cs-footer-nav__item.block04 .cs-footer-nav-group__items {
		display: block;
		margin-top: 30px;
		padding-bottom: 35px;
	}

	.cs-footer-nav__item.block04 .cs-footer-nav-group__item {
		width: 100%;
	}


	.cs-footer-nav__item.block04 .cs-footer-nav-group__items:first-child {
		margin-top: 0;
		padding-bottom: 0;
	}

	.cs-footer-nav__item.block04 .cs-footer-nav-group__item:last-child {
		border-top: none;
		border-bottom: 1px solid white;
	}

	.cs-footer-nav-group__item .cs-track-common-footer-link {
		color: white;
		font-size: 14px;
		line-height: 3;
		font-weight: bold;
	}
}

@media all and (max-width: 700px) {
	.cs-footer-nav-group__items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.cs-footer-nav-group__item {
	border-top: 1px solid white;
	margin-top: 0;
}

.cs-footer-nav-group__item:last-child {
	border-bottom: 1px solid white;
}

@media all and (max-width: 700px) {
	.cs-footer-nav-group__item {
		width: 48%;
	}

	.cs-footer-nav-group__item:last-child {
		border-bottom: none;
	}
}

.cs-footer-nav-group__item .cs-track-common-footer-link {
	color: white;
	font-size: 14px;
	line-height: 3;
	font-weight: bold;
}

.cs-footer-nav-group__item .cs-track-common-footer-link:hover,
.cs-footer-nav-group__item .cs-track-common-footer-link:active,
.cs-footer-nav-group__item .cs-track-common-footer-link:visited {
	color: white;
}

.cs-footer-nav-group__items.accordion-content {
	padding-left: 1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cs-footer-nav-group__items.accordion-content .cs-footer-nav-group__item {
	width: 50%;
}

.cs-footer-nav-group__items.accordion-content .cs-track-common-footer-link {
	font-weight: normal;
}

@media all and (min-width: 701px) {
	.cs-footer-nav-group__items.pc {
		display: block;
	}
}

@media all and (max-width: 700px) {
	.cs-footer-nav-group__items.pc {
		display: none !important;
	}
}

.cs-footer-nav-group__heading {
	margin-bottom: 0;
	border-top: 1px solid white;
	color: white;
	line-height: 3;
	font-size: 14px;
	font-weight: bold;
}


@media all and (min-width: 701px) {
	.cs-footer-nav-group__heading.pc {
		display: block;
	}
}

@media all and (max-width: 700px) {
	.cs-footer-nav-group__heading.pc {
		display: none;
	}
}

.cs-footer-nav-group__item>a[target="_blank"]:after,
.cs-footer-utils__item>a[target="_blank"]:after {
	background-image: url("../image/footer/rohto-icn--blank.svg");
	left: 8px;
}

.cs-footer-utils {
	background: white;
}

.cs-footer-utils__copyright {
	color: black;
	font-size: 12px;
}

.cs-footer-utils {
	padding: 25px 0;
	border-top: none;
}

@media all and (max-width: 700px) {
	.cs-footer-utils {
		padding: 20px 0 55px;
	}
}

.cs-footer-utils__copyright {
	float: none;
	line-height: 1;
	text-align: center;
}

.cs-footer-logo {
	text-align: center;
	margin: 0 auto 10px;
}

.cs-footer-logo img {
	width: 107px;
	height: 55px;
}


.cs-footer-pagetop {
	width: 100%;
	background: #fff;
}

@media all and (max-width: 700px) {
	.cs-footer-pagetop {
		min-width: 320px;
	}
}

@media all and (min-width: 701px) {
	.cs-footer-pagetop {
		min-width: 700px;
	}
}

@media all and (min-width: 1000px) {
	.cs-footer-pagetop {
		min-width: 1000px;
	}
}

.cs-footer-pagetop__inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

@media all and (max-width: 700px) {
	.cs-footer-pagetop__inner {
		text-align: center;
	}
}

@media all and (min-width: 701px) {
	.cs-footer-pagetop__inner {
		padding-left: 50px;
		padding-right: 50px;
		text-align: right;
	}
}

.cs-footer-pagetop a {
	color: #aaa;
	display: inline-block;
	position: relative;
	height: 40px;
	padding: 0 30px;
	font-size: 14px;
	line-height: 40px;
}

.cs-footer-pagetop a:visited,
.cs-footer-pagetop a:active,
.cs-footer-pagetop a:hover {
	color: #aaa;
}

.cs-footer-pagetop a:before {
	content: '';
	position: absolute;
	right: 2px;
	top: 25px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cs-footer-pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	background: transparent;
	z-index: 9999;
}

.cs-footer-pagetop__inner {
	max-width: 100%;
}

@media all and (max-width: 700px) {
	.cs-footer-pagetop__inner {
		text-align: right;
		padding-right: 20px;
	}
}

.cs-footer-pagetop__inner a {
	background: #f22335;
	color: white !important;
	width: 50px;
	height: 50px;
	border-radius: 10px 10px 0 0;
	padding: 0;
	text-align: center;
	position: relative;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cs-footer-pagetop__inner a:before {
	top: 20px;
	border-left: 2px solid white;
	border-top: 2px solid white;
	right: auto;
	left: 18px;
}

.cs-footer-pagetop__inner a:hover,
.cs-footer-pagetop__inner a:active,
.cs-footer-pagetop__inner a:hover {
	color: white;
	text-decoration: none;
}

@media all and (max-width: 700px) {
	.cs-footer-pagetop__inner a {
		width: 45px;
		height: 45px;
		font-size: 13px;
		padding-top: 13px;
	}

	.cs-footer-pagetop__inner a:before {
		margin-top: -6px;
	}
}

@media all and (min-width: 701px) {
	.cs-footer-nav-group__heading.sp {
		display: none;
	}
}

@media all and (max-width: 700px) {
	.cs-footer-nav-group__heading.sp {
		display: block;
		color: white;
		position: relative;
		text-decoration: none;
		border-top: none;
	}

	.cs-footer-nav-group__heading.sp:hover,
	.cs-footer-nav-group__heading.sp:active,
	.cs-footer-nav-group__heading.sp:visited {
		color: white !important;
	}

	.cs-footer-nav-group__heading.sp:after {
		content: '\ff0b';
		position: absolute;
		right: 0;
	}

	.cs-footer-nav-group__heading.sp.close:after {
		content: '\30fc';
		position: absolute;
		right: 0;
	}
}

.cs-footer-nav-group.pc {
	display: block;
}

.accordion-content.sp {
	display: none;
}