/* Regular */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* Medium */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
/* bold */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
html{
	min-height: 100vh;
	font-size: 2.5vw; /*window400px*/
	font-family: "Noto Sans JP","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",  sans-serif;
}
body, html {
	height: 100%;
}
body {
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	display: flex;
  	flex-direction: column;
	overflow-y: scroll;
}
img, object {
	vertical-align: top;
    line-height: 1;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
object{
	height: 100%;
}
a,
.link {
	color: #009DEE;
	cursor: pointer;
}
.link:hover{
	text-decoration: underline;
}
li {
	list-style: none;
}
input, select {
	height: 8vw;
	border: solid 1px #696969;
	border-radius: 1.25vw;
	padding: 0.5vw 2.5vw;
	box-sizing: border-box;
}
input:not(:read-only):focus,select:not(:read-only):focus {
	outline: none;
	border: solid 1px #000;
}
::placeholder {
	color: #ccc;
}
input[readonly], input[readonly]:focus{
	border: solid 1px #d9d9d9;
	background-color: whitesmoke;
	outline: none;
}
input[type=button] {
	font-family: "Noto Sans JP","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",  sans-serif;
	cursor: pointer;
}
input[type=checkbox] {
	height: auto;
}
input[type=radio] {
	display: none;
}
input[type=file] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
option {
	height: 10vw;
}
/*****form独自装飾用******/
.radio {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 1.25vw 6.5vw;
	position: relative;
	width: auto;
}
.radio::before {
	background: #fff;
	border: 1px solid #231815;
	border-radius: 50%;
	content: '';
	display: block;
	height: 4vw;
	left: 1.25vw;
	margin-top: -2vw;
	position: absolute;
	top: 50%;
	width: 4vw;
}
.radio.disabled::before {
	background: #eee;
}
.radio::after {
	background: #696969;
	border-radius: 50%;
	content: '';
	display: block;
	height: 2.5vw;
	left: 2.25vw;
	margin-top: -1vw;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 2.5vw;
}
input[type=radio]:checked + .radio::after {
	opacity: 1;
}
select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
}
select::-ms-expand {
	display: none; /* デフォルトのスタイルを無効(IE用) */
}
.c-selectbox {
	position: relative;
}
.c-selectbox::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 9.5px solid #696969;
	content: "";
	position: absolute;
	right: 2.25vw;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	pointer-events: none
}
/**************header**************/
.l-header {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 16vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: solid 2px #E61211;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.translated-ltr .l-header {
	top: 39px;
}
.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*padding: 3.75vw 3vw;*/
	padding: 1.75vw 3vw;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height: 100%;
}
.l-header__left {
	flex-shrink: 0;
}
.l-header__leftInner {
	display: block;
}
.l-header__logo {
	max-width: 28vw;
	-webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}
.l-header__heading {
	/*display: none;*/
	position: absolute;
    font-size: 1rem;
	/* color: red; */
}
.l-header__heading br {
	display: none;
}
.l-header__btnArea {
	margin-left: 20px;
}
.l-header__langArea {
	margin-left: min(20px, 5vw);
}
.l-header__right {
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.c-btn__Login {
    padding: 5px 22px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 5px;
	color: #fff !important;
    background: #E61211;
	-webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
			box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);

}
.c-btn__Login.c-btn__Login--sp {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(21.18%, #fff), color-stop(34.48%, #fff), color-stop(80.3%, #efefef), to(#e2e2e2));
    background: linear-gradient(to bottom, #f8f8f8 0%, #fff 21.18%, #fff 34.48%, #efefef 80.3%, #e2e2e2 100%);
	-webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
			box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
}
.c-btn__Login.c-btn__Login--pc {
    display: none;
}
.c-btn__LoginImg {
    aspect-ratio: 54/20;
    width: 54px;
    display: inline-block;
    background: transparent url('/img/common/btn_img_login.svg') no-repeat center center / contain;
}
.c-btn__mypage {
    padding: 5px 10px;
	font-size: 1.3rem;
	font-weight: bold;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
    color: #E61211 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(21.18%, #fff), color-stop(34.48%, #fff), color-stop(80.3%, #efefef), to(#e2e2e2));
    background: linear-gradient(to bottom, #f8f8f8 0%, #fff 21.18%, #fff 34.48%, #efefef 80.3%, #e2e2e2 100%);
    border: 1px solid #c20001;
    -webkit-box-shadow: 0 0 6px rgb(51 51 51 / 33%);
            box-shadow: 0 0 6px rgb(51 51 51 / 33%);
}
.c-btn__mypage.c-btn__mypage--sp {
    display: inline-block;
}
.c-btn__mypage.c-btn__mypage--pc {
    display: none;
}
.c-btn__mypageImg {
    width: 16px;
    aspect-ratio: 16/20;
    display: inline-block;
    background: transparent url('/img/common/icon_mypage.svg') no-repeat center center / contain;
}
.c-langBtn {
    width: 11.25vw;
    padding: 0;
    border-radius: 0;
    border: none;
    display: block;
    background-color: transparent;
}
.c-langBtn > img {
    display: inline-block;
    width: 100%;
    object-fit: contain;
    aspect-ratio: 45/30;
}
.l-header__logout {
	display: none;
}
.l-header__hamburgerMenu {
	width: 7.5vw;
	height: 5vw;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 2;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin:0 2.5vw 0 5vw;
}
.l-header__hamburgerMenu > span {
	display: inline-block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.5vw;
	background-color: #112D4E;
	border-radius: 4px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.l-header__hamburgerMenu > span:nth-of-type(1) {
	top: 0;
}
.l-header__hamburgerMenu > span:nth-of-type(2) {
	top: 2.25vw;
  }
.l-header__hamburgerMenu > span:nth-of-type(3) {
	bottom: 0;
}
.l-header__hamburgerMenu.is-hamburger-open {
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}
.l-header .l-nav {
	display: block;
	position: fixed;
	top: 0;
	right: -100vw;
	background: white;
	width: 60vw;
	height: 120vh;
	padding: 5vw 0;
	margin-top: 16vw;
	margin-left: auto;
	-webkit-transition: right 0.2s;
	transition: right 0.2s;
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2) inset;
			box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2) inset;
}
.l-header .l-nav-wrapper {
	z-index: 10;
	margin-top: 0;
}
.l-header .l-nav-wrapper.is-hamburger-open {
	display: block;
}
.l-header .l-nav-wrapper.is-hamburger-open .l-nav {
	right: 0;
}
.l-header .l-nav-wrapper.type-lang {
	-webkit-transition: right 0.2s;
	transition: right 0.2s;
	display: none;
}
.l-header .l-nav-wrapper.is-lang-open {
	display: block;
}

.l-header .l-nav-wrapper.is-lang-open .l-nav {
	right: 0;
}
.l-header .l-nav .nav-item {
	margin-left: 0;
    padding: 3vw 0;
	font-size: 1.6rem;
}
.l-header .l-nav .nav-item:not(:last-of-type) {
    border-bottom: 1px dotted #D4D4D4;
}
.l-header .l-nav .nav-item-lead-1 {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    color: #696969;
	margin-bottom: 5vw;
}
.l-header .l-nav .nav-heading {
    color: #696969;
    background: #F2F2F2;
    font-size: 1.4rem;
    text-align: center;
	padding: 3vw 0;
}
.l-header .l-nav .nav-list {
	margin: 0 5vw;
}
.l-header .l-nav .soon, .l-header .l-nav a {
    position: relative;
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: none;
	font-size: 1.8rem;
    font-weight: bold;
	margin: auto;
}
.l-header .l-nav .nav-item a::after {
    content: "　〉";
}
.l-header .l-nav .nav-list .nav-logout {
	margin-top: 5vw;
}

/*ヘッダー　ログイン者名表示*/
.account-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-right: 20px;
}
.account-info .info-1 {
	font-size: 1.3rem;
	display: flex;
	align-items: flex-end;
}
.account-info .info-1 span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
	overflow: hidden;
}
.account-info .info-2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 40px;
}
@media screen and (max-width: 1024px) {
	.l-nav .nav-item {
		padding: 4px;
		font-size: 1.4rem;
		margin: 0;
		font-size: 1.6rem;
		position: relative;
		border: none;
	}
	.account-info {
		display: block;
		background: #EFEFEF;
		text-align: center;
		border-radius: 5px;
		padding: 10px;
		margin-left: 20px;
	}
}

/**************l-main**************/
.l-main {
	margin-top: 16vw;
	display: block;
    flex: 1 0 auto;
}
.l-mainWrap {
	padding: 0 4%;
}
/**************l-footer**************/
.l-footer {
	background: url(/img/common/bg_footer.png), linear-gradient(to bottom, #000000,#1D1D1D) ;
}
.l-footer__inner {
	margin: 0 auto;
	padding: 10vw 5vw 7.5vw;
	color: #fff;
}
.l-footer__leftItem {
	max-width: 50vw;
	width: 100%;
	margin: auto;
}
.l-footer__logo {
	max-width: 50vw;
	width: 100%;
}
.l-footer__text {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 2.5vw;
}
.l-footer__copy {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 0.5vw 0;
}
/**************Utility**************/
.u-checked-yellow {
	background-color: #FFFDF0;
}
.u-red {
	color: #E61211;
}

/*****    テーブルのパーツ    *****/

/* テーブルスクロール */
.u-table__scroll {
	overflow-y: auto;
}

/* ソート矢印 */
.u-arw-position {
	position: relative;
}
.c-icon-arrow {
	display: inline-block;
	cursor: pointer;
    height: 12px;
    font-weight: 400;
    line-height: 1.5;
	transition: all 0.2s;
}
.c-icon-arrow:hover {
	opacity: 0.7;
}
/* (昇順) */
.c-icon-arrow.down {
    padding: 6px;
    margin-left: 2px;
	color: #212529;
    background: url(/img/common/icon_select.png) center/12px 8px no-repeat;
}
/* (降順) */
.c-icon-arrow.up {
    padding: 6px;
    margin-left: 2px;
    font-weight: 400;
    color: #212529;
    background: url(/img/common/icon_select.png) center/12px 8px no-repeat;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}

/***** ディスプレイ *****/
.u-disp__sp {
	display: none;
}
.u-disp__smallsp {
	display: none;
}
@media screen and (max-width: 768px) {
	.u-disp__pc {
		display: none;
	}
	.u-disp__sp {
		display: block;
	}
}
@media screen and (max-width: 570px) {
	.u-disp__smallsp {
		display: block;
	}
}
/***********************/

/***** お気に入りアイコン *****/
.u-favorite-banner {
	display: block;
	cursor: pointer;
	background: url("/img/mypage/favorite_order/favorite-banner.png") center center/100% 100% no-repeat;
	width: 27px;
	height: 30px;
	transition: all 0.2s;
}

.u-favorite-banner-company {
	width: 21px !important;
	height: 24px !important;
	top: 3px !important;
	right: 3px;
}

.u-favorite-banner:hover {
	opacity: 0.7;
}
.u-favorite-banner__nonactive {
	display: block;
	cursor: pointer;
	background: url("/img/mypage/favorite_order/favorite-banner__nonactive.png") center center/100% 100% no-repeat;
	width: 27px;
	height: 30px;
	transition: all 0.2s;
}
.u-favorite-banner__nonactive:hover {
	opacity: 0.7;
}
/****************************/

.u-sp-bold {
	font-weight: bold;
}
.u-size100 {
	width: 100%;
}
.u-size70 {
	width: 70%;
}
.u-size50 {
	width: 50%;
}
.u-size30 {
	width: 30%;
}
.u-check-disabled {
	pointer-events: none;
	background-color: #FFFDF0;
	z-index: 10;
}
/* ディスプレイ */
/* pc画面で表示 fukushige_2023-09-12 */
.u-disp-pc {
	display: block;
}
/* pc画面では非表示 */
.u-dispPc {
	display: none;
}
.u-dispMb {
	display: inline-block;
}
.u-disp-sp {
	display: none;
}
.u-textCenter {
	text-align: center;
}
.u-textLeft {
	text-align: left;
}
.u-textRight {
	text-align: right;
}
.u-error input.input-error, .u-error select.input-error, .u-error textarea.input-error {
	border: solid 1px #E92F2E;
	background-color: #ffebef;
}
.u-errorMessage {
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
    color: #E92F2E;
    padding: 5px 5px 0px 5px;
    margin-top: 0px;
    line-height: 1.5;
	display: none;
}
.u-error .u-errorMessage.on {
	display: block;
}
.u-errorMessage.login,
.u-errorMessage.suspension {
    padding: 0px 5px 10px 5px;
	font-size: 1.6rem;
}
.u-pageHeading__redline {
	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;
    font-size: 3.8rem;
    font-weight: bold;
}
.u-pageHeading__redline::before ,.u-pageHeading__redline::after{
	content: "";
    display: block;
    width: 40px;
    height: 6px;
    background: #E61211;
    margin-top: 10px;
}
.u-pageHeading__redline::before {
	margin-right: 20px;
}
#page-top .page-heading-1::after {
    margin-left: 20px;
}
.u-hide__br {
	display: none;
}
.c-btn__que-rowPuls {
	cursor: pointer;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	margin-left: 20px;
	background-color: #F98484;
	transition: all 0.2s;
}
.c-btn__que-rowPuls:hover {
	opacity: 0.7;
}
.c-btn__que-rowPuls:before, .c-btn__que-rowPuls:after {
	display: inline-block;
	content: '';
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.c-btn__que-rowPuls:before {
	height: 13px;
	width: 2px;
}
.c-btn__que-rowPuls:after {
	height: 2px;
	width: 13px;
}
.c-btn__que-rowMinus {
	cursor: pointer;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	margin-left: 20px;
	background-color: #979797;
	transition: all 0.2s;
}
.c-btn__que-rowMinus:hover {
	opacity: 0.7;
}
.c-btn__que-rowMinus:before, .c-btn__que-rowMinus:after {
	display: inline-block;
	content: '';
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.c-btn__que-rowMinus:after {
	height: 2px;
	width: 13px;
}
.u-select-arw3 {
	position: relative;
}
.u-select-arw3::after {
	pointer-events: none;
	content: "";
    display: block;
    position: absolute;
    background: url(/img/common/icon_arw_3.png) center center/100% 100% no-repeat;
    right: 77%;
    top: 8px;
    width: 10px;
    height: 7px;
}
.u-pointer-none {
	cursor: default;
}
/**************component**************/
.c-bgBase {
	background-color: #F7F7F7;
}
.c-pankuz {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 3px 0;
}
.c-pankuzlist {
	display: flex;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 20px;
}
.c-pankuzlist__item {
	padding-right: 10px;
	color: #696969;
	position: relative;
	font-size: 12px;
}
.c-pankuzlist__item a {
	text-decoration: none;
	color: #696969;
}
.c-pankuzlist__item:not(:last-child)::after {
	content: '>';
	color: #696969;
	padding-left: 10px;

}
.c-bgModal ,.c-bgModalOption, .c-modalBg {
	display: none;
	height: 100vh;
	width: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
}
.c-prevent-scroll {
	overflow: hidden;
}
.c-modal , .c-modalOption {
	background: #fff;
	color: #333;
	position: relative;
	padding: 10vw 5vw;
	width: 80%;
}
.c-modalOption {
	height: 80vh;
	overflow: auto;
	padding: 10vw 5vw;
}
.c-modal__show {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	height: 100%;
}
.c-modal a {
	color: #009DEE;
}
.c-modal__btnClose {
	position: absolute;
	top: 2.5vw;
	right: 2.5vw;
	color: #333!important;
	font-size: 2rem;
}
.c-modalOptionArea {
	display: none;
}
.c-modalOptionArea.active {
	display: block;
}
.c-form__psssWrap {
	position: relative;
}
.c-btn__pass {
	position: absolute;
	width: 6.25vw;
	height: 3.25vw;
	right: 2.5vw;
	top: 0;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
}
.c-btn__passEye {
	background: url(/img/common/icon_eye.png) center center no-repeat;
	background-size: 100%;
}
.c-btn__passEye-slash {
	background: url(/img/common/icon_eye_slash.png) center center no-repeat;
	background-size: 100%;
}
.c-icon_complete {
    position: relative;
    margin: auto;
    width: 16.5vw;
    height: 16.5vw;
    background-color: #E61211;
    border-radius: 50%;
    margin-bottom: 7.5vw;
}
.c-icon_complete::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1.25vw;
    margin: auto;
    width: 7.5vw;
    height: 3.75vw;
    border-left: 6px solid #fff;
    border-bottom: 6px solid #fff;
    transform: rotate(-45deg);
}
.c-icon_error {
	position: relative;
	margin: auto;
	width: 16.5vw;
	height: 16.5vw;
	background-color: #777;
	border-radius: 50%;
	margin-bottom: 7.5vw;
}
.c-icon_error::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -7vw;
    width: 0px;
    height: 1.6vw;
    margin: auto;
    border-left: 1.6vw solid #fff;
}
.c-icon_error::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 3vw;
	width: 0px;
	height: 6vw;
	margin: auto;
	border-left: 1.6vw solid #fff;
}

.c-nf {
	padding: 12.5vw 5vw 25vw;
	text-align: center;
	max-width: 250vw;
	margin: auto;
}
.c-nf__heading {
	font-size: 2rem;
	margin-bottom: 6.25vw;
}
.c-nf .c-formWrap__txt {
	margin-bottom: 5vw;
}
.c-nf ul li {
	line-height: 2;
}
/*table*/
.c-table {
	margin: auto;
    width: 100%;
}
.c-table th , .c-table td {
	text-align: center;
    border: solid 1px #C5C3C3;
    padding: 5px;
    font-size: 1.4rem;
    vertical-align: middle;
}
.c-table th {
	background-color: #F6F6F4;
}
.c-table .u-textLeft {
	text-align: left;
}
/*Btn*/
.c-btn__solid {
	border-radius: 2.5vw;
	color: #fff;
	width: 100%;
	height: 15vw;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
	/* padding: 3.75vw 7.5vw; */
	box-sizing: border-box;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition: 0.3s
}
.c-btn__solid:hover {
	opacity: .8;
}
.c-btn__solidInner {
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 3.75vw 7.5vw;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
}
.c-btn__solid.color-red .btn-text-2 {
  font-size: 1.8rem;
}
.c-btn__solid.next::before, .c-btn__solid.back::before {
	content: '';
	width: 5vw;
	height: 5vw;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0 0px 3px #3F3F3F;
	pointer-events: none
}
.c-btn__solid.next::after, .c-btn__solid.back::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 1vw solid transparent;
	border-bottom: 1vw solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none
}
.c-btn__solid.next::before {
	right: 2.5vw;
}
.c-btn__solid.back::before {
	left: 2.5vw;
}
.c-btn__solid.color-red {
	border:solid 2px #C20001;
	background:  linear-gradient(to bottom, #E7E6E1,#E7E6E1 5%,#E3150A 8%,#6F0001);
}
.c-btn__solid.color-red.next::after {
	border-left: 1.5vw solid #E30801;
	right: 4vw;
}
.c-btn__solid.color-red.back::after {
	border-right: 1.5vw solid #E30801;
	right: 4vw;
}
.c-btn__solid.color-lightgray {
	border:solid 1px #A3A3A3;
	background:  linear-gradient(to bottom, #F8F8F8,#FFFFFF 20%,#FFFFFF 30%,#EFEFEF 80%,#D9D9D9);
}
.c-btn__solid.color-lightgray.next::before, .c-btn__solid.color-lightgray.back::before {
	box-shadow:0px 2px 6px 0px #ccc inset;
}
.c-btn__solid.color-lightgray .c-btn__solidInner {
	color: #696969;
}
.c-btn__solid.color-lightgray.next::after {
	border-left: 1.5vw solid #DD000B;
	right: 4vw;
}
.c-btn__solid.color-lightgray.back::after {
	border-right: 1.5vw solid #DD000B;
	left: 4vw;
}
.c-btn__solid.color-blue {
	border:solid 2px #00A2E9;
	background:  linear-gradient(to bottom, #FFF,#E2E2E2 5%,#009DEE 8%,#0F86C3 30% ,#074C6F);
	text-shadow: 0 0 6px #0052B1;
}
.c-btn__solid.color-blue.next::after {
	border-left: 1.5vw solid #00A2E9;
	right: 4vw;
}
.c-btn__solid.color-blue.back::after {
	border-right: 1.5vw solid #00A2E9;
	right: 4vw;
}
.c-btn__solid.color-gold {
	border:solid 2px #B9A05C;
	background:  linear-gradient(to bottom, #FFF,#E2E2E2 5%,#EAD7A4 8%,#B9A05C 20% ,#B9A05C 30% ,#886D26);
	text-shadow: 0 0 6px #725301;
}
.c-btn__solid.color-gold.next::after {
	border-left: 1.5vw solid #B9A05C;
	right: 4vw;
}
.c-btn__solid.color-gold.back::after {
	border-right: 1.5vw solid #B9A05C;
	right: 4vw;
}
.c-btn__solid.color-orange {
	border: 1px solid #E96300;
	background: linear-gradient(to top, #dc4005 0%, #e96300 80%, #ffd2b1 96.06%, #fff 100%);
}
.c-btn__solid.color-orange.disabled {
	opacity: 0.3;
}
.c-btn__solid.color-orange.disabled button {
	cursor: default;
}
.c-btn__solid.color-orange.next::after {
	border-left: 1.5vw solid #E96300;
	right: 4vw;
}
.c-btn__solid.color-orange.back::after {
	border-right: 1.5vw solid #E96300;
	right: 4vw;
}
.c-btn__solid.color-gray {
	border: 1px solid #848484;
	background:  linear-gradient(to bottom, #F6F2F2, #FFFBFB 4%, #B2B2B2 20% ,#757575);
	text-shadow: 0 0 6px #434446;
}
.c-btn__solid.color-gray.next::after {
	border-left: 1.5vw solid #848484;
	left: 4vw;
}
.c-btn__solid.color-gray.back::after {
	border-right: 1.5vw solid #848484;
	left: 4vw;
}
.c-btn_lightGray {
	padding: 1.25vw 2.5vw;
	border: solid 1px #979797;
	background:linear-gradient(to bottom, #F6F6F4,#E2E2E2);
}
.c-btn__fileclear {
	display: none;
}
.c-btn__fileUp {
	/*font-weight: bold;*/
}

/* .btnArea_col2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.small-text {
	font-size: 0.6em;
	white-space: nowrap;
	display: block; 
}
.btn-text-2 {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 10px 0;
} */

.c-uploadFileName {
	margin: 5px 0 20px;
	color: #ccc;
}
.c-uploadFileName.active {
	color: #979797;
	word-break: break-all;
}
.c-form__required {
    display: inline-block;
    color: #E92F2E;
    margin-left: 1.25vw;
	padding: 0.25vw 0 0;
    font-size: 1.4rem;
}
.c-numBadge {
    position: absolute;
	height: 15px;
    right: -10px;
    top: -8px;
    background-color: #BC0000;
    color: #fff;
    text-align: center;
    padding: 3px  2px 0px 2px;
	border-radius: 40%;
	line-height: 1;
}
.c-numBadge::before {
	content: '';
	position: absolute;
	width:10px;
	height:15px;
	border-radius:100% 0 0 100%/50% 0 0 50%;
	background:#BC0000;
	top: 0;
    bottom: 0;
    left: -3px;
}
.c-numBadge::after{
	content: '';
	position: absolute;
	width:10px;
	height:15px;
	border-radius:0 100% 100% 0%/0 50% 50% 0;
	background:#BC0000;
	top: 0;
    bottom: 0;
    right: -3px;
}
.c-numBadge_inner {
	position: relative;
	z-index: 10;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1;
	vertical-align: text-top!important;
	cursor: default;
}
.c-numBadge__warp {
	position: relative;
	display: inline-block;
}
.c-numBadge__warp .c-numBadge {
	right: -12px;
    top: -9px;
}
.c-icon-trash {
	display: inline-block;
	position: absolute;
	bottom: -7px;
	left: 10px;
	background: url(/img/common/icon_trash.svg) no-repeat;
	width: 15px;
	height: 30px;
	background-size: 100% 100%;
}
.c-icon-fileUpload {
	display: inline-block;
	background: url(/img/common/icon_fileUpload.svg) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	margin-right: 10px;
}

/********p-login********/
.p-login {
	text-align: center;
}
.p-login__title {
	font-size: 2.6rem;
	margin-bottom: 6.25vw;
}
.p-loginForm {
	max-width: 87.5vw;
	margin: 7.5vw auto 3.75vw;
}
.p-loginForm.u-error .u-errorMessage {
	margin-bottom: 5vw;
}
.p-loginForm__row {
	margin-bottom: 5vw;
}
.p-login__linkArea {
	margin-bottom: 6.25vw;
	display: block;
	font-size: 1.8rem;
}
.p-login__newAccount {
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 6.25vw;
	color: #E61211;
}
.p-login__subtxt {
	margin-bottom: 8.75vw;
	font-size: 1.2rem;
}
.p-login__Agree a {
	font-size: 1.4rem;
	display: inline-block;
	color: #E61211;
}
.p-login__text {
	font-size: 1.6rem;
	margin-top: 5px;
	/*padding: 10px 30px 15px 30px;*/
}
.p-login__small-text {
	font-size: 1.1rem;
	padding: 5px 3px 5px 3px;
	white-space: nowrap;
	display: block;
}
.p-login__custom-width {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/*.p-login__btn-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}*/
.p-login__btn-content.c-btn__solidInner {
	padding: 0.75vw 3.5vw;
}

.p-loginTerms{
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 25px;
}
/*
.p-login__Agree a:first-child {
	margin-right: 15vw;
}
*/

@media screen and (min-width:370px) {
	.l-header__inner {
		padding: 2vw 3vw;
	}
	.l-header__logo {
		/*max-width: 35.75vw;*/
		max-width: 27.75vw;
	}
}

@media screen and (min-width:570px) {
	html{
		font-size: 62.5%;
		font-family: 'Noto Sans JP', sans-serif;
	}
	input, select {
		height: 32px;
		border-radius: 3px;
		padding: 2px 10px;
	}
	input[type=button], a {
		transition: 0.3s ;
	}
	input[type=button]:hover, a:hover {
		opacity: .8;
	}
	option {
		height: 40px;
	}
	/*****form独自装飾用******/
	.radio {
		padding: 5px 30px;
	}
	.radio::before {
		height: 16px;
		left: 5px;
		margin-top: -8px;
		width: 16px;
	}
	.radio::after {
		height: 10px;
		left: 8px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 10px;
	}
	.c-selectbox::after {
		right: 9px;
	}
	.c-modalOption {
		padding:  5vw;
	}
	/**************Utility**************/
	.u-sp-bold {
		font-weight: normal;
	}
	.u-dispPc {
		display: inline-block;
	}
	.u-dispMb {
		display: none;
	}
	/**************header**************/
	.l-header {
		height: 60px;
	}
	.l-header__inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 12px 20px;
	}
	.l-header__leftInner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.l-header__logo {
		max-width: 110px;
	}
	.l-header__heading {
		display: block;
		line-height: 1.5;
		margin-left: 10px;
		font-size: 1.1rem;
		position: initial;
	}
	.l-header__heading br {
		display: block;
	}
	.c-btn__Login {
		min-width: 144px;
		padding: 8px 5px;
		font-size: 1.3rem;
	}
    .c-btn__Login.c-btn__Login--sp {
        display: none;
    }
    .c-btn__Login.c-btn__Login--pc {
        display: inline-block;
    }
	.c-btn__mypage {
		width: 98px;
		padding: 8px 5px;
		font-size: 1.3rem;
	}
    .c-btn__mypage.c-btn__mypage--sp {
        display: none;
    }
    .c-btn__mypage.c-btn__mypage--pc {
        display: inline-block;
    }
    .c-langBtn {
        width: 40px;
    }
    .l-header__langArea {
        margin-left: 10px;
    }
	.l-header__hamburgerMenu {
		width: 30px;
		height: 20px;
		margin:0 10px 0 20px;
	}
	.l-header__hamburgerMenu > span {
		height: 2px;
	}
	.l-header__hamburgerMenu > span:nth-of-type(1) {
		top: 0;
	}
	.l-header__hamburgerMenu > span:nth-of-type(2) {
		top: 9px;
	  }
	.l-header__hamburgerMenu > span:nth-of-type(3) {
		bottom: 0;
	}
	.l-header .l-nav {
		right: -100vw;
		width: 60vw;
		height: 120vh;
		padding: 20px 0;
		margin-top: 60px;
	}
	/**************l-main**************/
	.l-main {
		margin-top: 60px;
	}
	.l-mainWrap {
		padding:0 20px;

	}
	/**************l-footer**************/
	.l-footer__leftItem {
		max-width: 100%;
	}
	.l-footer__inner {
		max-width: 1280px;
		padding: 45px 0 27px;
	}
	.l-footer__leftItem {
		max-width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.l-footer__logo {
		max-width: 233px;
	}
	.l-footer__text {
		margin: 0 0 0 20px;
		text-align: left;
	}
	.l-footer__copy {
		font-size: 1rem;
		padding: 2px 0;
	}
	/**************component**************/
	.c-modal {
		padding: 70px 20px;
	}
	.c-modal__btnClose {
		top: 20px;
		right: 20px;
	}
	.c-nf {
		padding: 50px 20px 100px;
		max-width: 1000px;
	}
	.c-nf__heading {
		font-size: 4rem;
		margin-bottom: 25px;
	}
	.c-nf .c-formWrap__txt {
		margin-bottom: 20px;
	}
	.c-btn__pass {
		width: 25px;
		height: 13px;
		right: 10px;
	}
	.c-icon_complete {
        width: 66px;
        height: 66px;
        margin-bottom: 30px;
    }
    .c-icon_complete::after {
        bottom: 5px;
        width: 30px;
        height: 15px;
    }
	.c-icon_error {
		width: 66px;
		height: 66px;
		margin-bottom: 30px;
	}
	.c-icon_error::before {
		bottom: -30px;
		height: 6px;
		border-left: 6px solid #fff;
	}
	.c-icon_error::after {
		bottom: 12px;
		height: 25px;
		border-left: 6px solid #fff;
	}
	.c-icon-export {
		display: inline-block;
		background: url(/img/common/icon_import.png) center center/100% 100% no-repeat;
		width: 20px;
		height: 15px;
	}
	/*Btn*/
	.c-btn__solid {
		border-radius: 10px;
		height: 60px;
		/* padding: 15px 30px; */
	}
	.c-btn__solidInner {
		padding: 17px 30px 15px 30px;
	}
	.c-btn__solid.next::before, .c-btn__solid.back::before {
		content: '';
		width: 20px;
		height: 20px;
	}
	.c-btn__solid.next::after, .c-btn__solid.back::after {
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	.c-btn__solid.next::before {
		right: 10px;
	}
	.c-btn__solid.back::before {
		left: 10px;
	}
	.c-btn__solid.color-lightgray.next::after,
	.c-btn__solid.color-red.next::after,
	.c-btn__solid.color-blue.next::after,
	.c-btn__solid.color-gold.next::after,
	.c-btn__solid.color-orange.next::after,
	.c-btn__solid.color-gray.next::after {
		right: 16px;
	}
	.c-btn__solid.color-lightgray.back::after,
	.c-btn__solid.color-red.back::after,
	.c-btn__solid.color-blue.back::after,
	.c-btn__solid.color-gold.back::after,
	.c-btn__solid.color-orange.back::after,
	.c-btn__solid.color-gray.back::after {
		left: 16px;
	}
	.c-btn__solid.color-red.next::after {
		border-left: 6px solid #E30801;
	}
	.c-btn__solid.color-red.back::after {
		border-right: 6px solid #E30801;
	}
	.c-btn__solid.color-lightgray.next::after {
		border-left: 6px solid #DD000B;
	}
	.c-btn__solid.color-lightgray.back::after {
		border-right: 6px solid #DD000B;
	}
	.c-btn__solid.color-blue.next::after {
		border-left: 6px solid #00A2E9;
	}
	.c-btn__solid.color-blue.back::after {
		border-right: 6px solid #00A2E9;
	}
	.c-btn__solid.color-gold.next::after {
		border-left: 6px solid #B9A05C;
	}
	.c-btn__solid.color-gold.back::after {
		border-right: 6px solid #B9A05C;
	}
	.c-btn__solid.color-orange.next::after {
		border-left: 6px solid #E96300;
	}
	.c-btn__solid.color-orange.back::after {
		border-right: 6px solid #E96300;
	}
	.c-btn__solid.color-gray.next::after {
		border-left: 6px solid #848484;
	}
	.c-btn__solid.color-gray.back::after {
		border-right: 6px solid #848484;
	}
	.c-btn_lightGray {
		padding: 5px 10px;
	}
	.c-form__required {
		margin-left: 5px;
		padding: 2px 0 0;
	}
	/********p-login********/
	.p-login {
		text-align: center;
	}
	.p-login__title {
		margin-bottom: 25px;
	}
	.p-login__title {
		font-size: 3rem;
	}
	.p-loginForm {
		max-width: 350px;
		margin: 30px auto 15px;
	}
	.p-loginForm.u-error .u-errorMessage {
		margin-bottom: 20px;
	}
	.p-loginForm__row {
		margin-bottom: 20px;
	}
	.p-loginForm__btnArea {
		max-width: 280px;
		margin: auto;
	}
	.p-login__linkArea {
		margin-bottom: 25px;
	}
	.p-login__newAccount {
		margin-bottom: 25px;
	}
	.p-login__subtxt {
		font-size: 1.6rem;
		margin-bottom: 35px;
	}
	.p-login__agreement {
		font-size: 14px;
		margin-bottom: 10px;
		white-space: nowrap;
	}
	.p-login__custom-width {
		width: 280px;
	}
	.p-login__btn-content.c-btn__solidInner {
		padding: 3px 27px 3px 18px;
	}
	/* .p-login__text {
		font-size: 2rem;
		margin-top: 5px;
	}
	.p-login__small-text {
		font-size: 1.1rem;
		white-space: nowrap;
		display: block;
	}
	.p-login__custom-width {
		width: 280px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.p-login__btn-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	} */
	/* .btnArea_col2 {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.small-text {
		font-size: 0.6em;
		white-space: nowrap;
		display: block; 
	}
	.btn-text-2 {
		text-align: center;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
		align-items: center;
    	height: 100%;
		padding: 10px 0;
	} */
	/*
	.p-login__Agree a:first-child {
		margin-right: 60px;
	}
*/
}

@media screen and (min-width:1024px) {
	/**************l-main**************/
	.l-main {
		margin-top: 65px;
	}
	/**************component**************/
	.c-modal {
		width: 50%;
	}
	.l-header {
		height: 65px;
	}
	.l-header__heading {
		margin-left: 20px;
		font-size: 1.3rem;
	}
	.l-header .l-header__inner {
		padding: 6px 46px;
	}
	.l-header .l-nav-wrapper {
		margin-top: 0;
	}
	.l-header .l-header__logo  {
		width: 150px;
	}
	.l-header .c-icon-logout {
		width: 20px;
		height: 25px;
	}
	.l-header__logout {
		display: block;
		margin-left: 10px;
	}
	.l-header__hamburgerMenu {
		display: none;
	}
	.c-btn__Login {
		width: 230px;
		padding: 9px 5px;
		font-size: 1.8rem;
	}
	.c-btn__Login:hover {
		color: #E61211 !important;
		background: #fff;
	}
	.c-btn__mypage {
		width: 150px;
		padding: 9px 5px;
		font-size: 1.8rem;
	}
	.c-btn__mypage:hover {
		color: #333 !important;
		background: #fff;
		border: 1px solid #fff;
	}
    .c-langBtn {
        width: 70px;
    }
}
.g-footer {
	color: #fff;
	background: url("/img/common/footer_bg_1.png") center center/cover repeat;
}
.g-footer a:not(.c-modal a)  {
	color: inherit;
	text-decoration: none;
}
.g-footer .g-footer__inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: content-box;
}
.g-footer .g-footer__primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.g-footer .g-footer__secondary {
	display: none;
}
.g-footer .footer-banner {
	text-align: center;
}
.g-footer .footer-logo {
	padding-top: 10px;
}
.g-footer .footer-logo .logo-text {
	font-size: 1.4rem;
	margin-top: 20px;
}
.g-footer .footer-sitemap {
	border-left: 1px dotted #fff;
	padding-left: 20px;
}
.g-footer .footer-sitemap .footer-sitemap__primary {
	-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
			flex: 0 1 30%;
}
.g-footer .footer-sitemap .footer-sitemap__secondary {
	-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
			flex: 0 1 30%;
}
.g-footer .footer-sitemap .sitemap-title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 16px;
}
.g-footer .footer-sitemap .sitemap-item {
	margin-bottom: 10px;
}
.g-footer .footer-aside {
	font-size: 1.4rem;
}
.g-footer .footer-aside_store-btn {
	text-align: right;
	padding-right: 10px;
}
.g-footer .footer-aside_menu {
	display: flex;
}
.g-footer .footer-aside_menu-box:first-child {
	margin-right: 4vw;
}
.g-footer .footer-aside .sitemap-item {
	margin-bottom: 10px;
}
.g-footer .copyright {
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #000;
	padding: 4px;
}
#page-top .main-content .main-content__footer {
	max-width: 1024px;
	margin-left: auto;
}
.c-btn-store {
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border: 1px solid #4BAEE6;
	border-radius: 5px;
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 66, 90, 0.6);
	background: -webkit-gradient(linear, left top, left bottom, from(#00afec), color-stop(25.47%, #00a2db), to(#006398));
	background: linear-gradient(to bottom, #00afec 0%, #00a2db 25.47%, #006398 100%);
	padding: 7px 40px 8px 10px;
}
.c-btn-store .c-icon {
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 10px;
	margin: auto 0 ;
}
.c-btn-store:hover {
	opacity: 0.7;
}
.c-icon-store {
	display: inline-block;
	background: url("/img/common/icon_arw_4.png") center center/100% 100% no-repeat;
	width: 15px;
	height: 15px;
}
.c-btn-mypage {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 2px;
	color: #E61211 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(21.18%, #fff), color-stop(34.48%, #fff), color-stop(80.3%, #efefef), to(#e2e2e2));
	background: linear-gradient(to bottom, #f8f8f8 0%, #fff 21.18%, #fff 34.48%, #efefef 80.3%, #e2e2e2 100%);
	border: 1px solid #c20001;
	padding: 13px;
	min-width: 150px;
	-webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
			box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
}
.c-btn-logout {
	font-size: 1.2rem;
	font-weight: bold;
	color: #696969;
	line-height: 1.2;
	text-align: center;
	border: none;
	background: none;
	width: 65px;
}
.c-icon-logout {
	display: inline-block;
	background: url("/img/common/icon_logout.png") center center/100% 100% no-repeat;
	width: 20px;
	height: 25px;
	margin-right: 0;
}
.select-country-warp {
	position: relative;
	min-width: 145px;
}
.c-btn-select-country ,.c-btn-select-country-sp {
	position: absolute;
	top: -25px;
	left: 0;
	border: none;
	border-radius: 5px;
	padding: 11px 45px 11px 10px;
	min-width: 145px;
	margin: auto;
    display: block;

}
.c-btn-select-country::after {
	content: "";
	display: block;
	position: absolute;
	background: url("/img/common/icon_arw_3.png") center center/100% 100% no-repeat;
	top: 20px;
	right: 10px;
	width: 10px;
	height: 7px;
}
.c-btn-select-country .country ,.c-btn-select-country-sp .country ,.c-btn-select-country-sp  .country-sp {
	display: none;
	font-size: 1.4rem;
}
.c-btn-select-country:hover .country:not(:last-child) {
	margin-bottom: 10px;
}
.c-btn-select-country .country.selected, .c-btn-select-country-sp .country.selected ,.c-btn-select-country-sp  .country-sp.selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
}
  .c-btn-select-country .icon , .c-btn-select-country-sp .icon{
	margin-right: 8px;
}
.c-btn-select-country:hover {
	opacity: 1;
}
.c-btn-select-country:hover .country {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.c-btn-list-country {
	background: #fff;
	border: none;
}
.c-btn-list-country .country {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 1.4rem;
}
.c-btn-list-country .country:not(:first-child) {
	margin-top: 10px;
  }
.c-btn-list-country .icon {
	margin-right: 8px;
}
.c-btn-list-country:hover {
	opacity: 1;
}
.c-btn-list-country:hover .country {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
@media screen and (min-width:1025px) {
	.g-footer .footer-aside_menu-box:first-child {
		margin-right: 50px;
	  }
}
@media screen and (max-width:1024px) {
	.c-btn-mypage {
		font-size: 1.3rem;
		padding: 10px;
		min-width: 160px;
	  }
	.select-country-warp.sp-only {
		display: inline-block;
    	width: 100%;
		margin: 3vw auto;
		height: 45px;
	}
	.c-btn-select-country,.c-btn-select-country-sp {
		top: 0;
		right: 0;
		left: 0;
		max-width: 300px;
	}
}
@media screen and (max-width: 768px) {
	.u-select-arw3::after {
		left: none;
		right: 2vw;
	}
	.u-disp-pc {
		display: none;
	}
	.u-disp-sp {
		display: block;
	}
}
@media screen and (max-width:670px) {
	.g-footer {
		background: #333 url("/img/common/footer_bg_sp.png") top center/cover repeat;
	}
	.g-footer .g-footer__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		margin: auto;
	}
	.g-footer .g-footer__primary {
		display: block;
		-webkit-box-flex: 0;
			-ms-flex: 0 1 100%;
				flex: 0 1 100%;
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;
		max-width: 200px;
		margin: auto;
	}
	.g-footer .footer-logo {
		text-align: center;
		padding-bottom: 30px;
		border-bottom: 1px solid #fff;
		margin-bottom: 30px;
	}
	.g-footer .footer-logo .logo-text {
		margin-top: 20px;
		font-weight: bold;
	}
	.g-footer .footer-sitemap {
		border-left: none;
		padding-bottom: 3vw;
		border-bottom: 1px dotted #fff;
		margin-bottom: 4vw;
		padding-left: 0;
	}
	.g-footer .footer-sitemap .footer-sitemap__primary {
		-webkit-box-flex: 0;
			-ms-flex: 0 1 49%;
				flex: 0 1 49%;
	}
	.g-footer .footer-sitemap .footer-sitemap__secondary {
		-webkit-box-flex: 0;
			-ms-flex: 0 1 49%;
				flex: 0 1 49%;
	}
	.g-footer .footer-sitemap .sitemap-title {
		margin-bottom: 3vw;
	}
	.g-footer .footer-sitemap .sitemap-item {
		margin-bottom: 2vw;
	}
	.g-footer .footer-sitemap .sitemap-item.item-store {
		display: block;
	}
	.g-footer .footer-aside_store-btn {
		text-align: center;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.g-footer .footer-aside_menu {
		justify-content: center;
	}
	.g-footer .copyright {
		font-size: 2.4vw;
		text-align: center;
	}
	#page-top .main-content .main-content__footer {
		padding: 0 20px;
	}
	#page-top .g-footer .g-footer__secondary {
		display: block;
		-webkit-box-flex: 0;
			-ms-flex: 0 1 100%;
				flex: 0 1 100%;
		-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1;
		margin-bottom: 8vw;
	}
	#page-top .g-footer .sitemap-item.item-store {
		display: none;
	}
}
@media screen and (min-width:570px and max-width:1024px) {
	.g-footer .footer-aside .sitemap-item {
		margin-bottom: 2vw;
	}
	.g-footer .g-footer__primary {
		max-width: 80%;
	}
}
@media screen and (max-width:670px) {
	.c-btn-logout {
		font-size: 12px;
		font-size: 2.3076923077vw;
	}
	.c-btn-mypage {
		font-size: 1.3rem;
	}
	.g-footer .g-footer__inner {
		padding: 6vw;
	}
	.g-footer .footer-banner .footer-banner-text {
		font-size: 4.6vw;
		font-weight: bold;
		margin-bottom: 4vw;
	}
	.g-footer .footer-logo .logo-text {
		font-size: 1.4rem;
	}
	.c-btn-store.type-top {
		padding: 1.5vw 8vw 2vw 2vw;
	}
	.c-btn-store.type-top .c-icon {
		right: 2vw;
	}
	.g-footer .g-footer__primary {
		max-width: unset;
	}
}
@media screen and (max-width:570px) {
	.g-footer .footer-aside_menu {
		display: grid;
	}
	.g-footer .footer-aside_menu-box {
		text-align: center;
	}
	.g-footer .footer-aside_menu-box:first-child {
		order: 2;
	}
	.g-footer .footer-aside_menu-box:last-child {
		order: 1;
	}
}

.style_sp_orange {
	background-color: #e29c00;
	display: inline-block;
	padding: 3px 14px 4px 13px;
	border-radius: 3px;
	color: #fff;
	white-space: nowrap;
	width: fit-content;
	margin: 0 0;
	font-size: 1.4rem;
	border-width: 0;
	text-decoration: none;
}

.title__Search_favorite {
	margin-bottom: 5px;
	font-weight: bold;
}

button.c-btn-form-favorite {
	background: linear-gradient(to top, #800000 0%, #fe150b 91.63%, #e2e2e2 96.06%);
	color: white;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	line-height: 1;
	border: 0;
	border-radius: 10px;
	font-size: 2rem;
}

.search-main-button-favorite {
	border: 0 !important;
	padding-top: 5px !important;
}

.p-item_Title {
	display: flex;
	flex-flow: row;
}

.p-item_Title .order {
	min-width: 66px;
}

.p-item_Title .title_fixed {
	word-break: break-all;
}
.p-error404  li {
	font-size: 1.4rem;
}
@media screen and (min-width:570px) {
	.p-error404 li {
	font-size: 1.6rem;
	}
}