@charset "UTF-8";
/* =========================================================

コンポーネント

========================================================= */

/* コンテナ固定幅
--------------------------------------- */
.aui_fixed_container {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

/* コンテナ固定幅　幅950pxの旧ページに使用
--------------------------------------- */
.aui_fixed_container_950 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* コンテナ固定幅　左メニュー付きの旧ページに使用
--------------------------------------- */
.aui_fixed_container_710 {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

/* カラム
--------------------------------------- */
.aui_columns {
	display: flex;
	flex-wrap: wrap;
}
.aui_columns > * {
	margin-bottom: 0;
	box-sizing: border-box;
}
.aui_columns.is_nowrap {
  flex-wrap: nowrap;
} 
.aui_columns.is_h_between {
	justify-content: space-between;
}
.aui_columns.is_h_center {
	justify-content: center;
}
.aui_columns.is_v_center {
	align-items: center;
}
.aui_columns.is_spacing_xs > * {
	margin-top: 16px;
	margin-left: 16px;
}
.aui_columns.is_spacing_sm > * {
	margin-top: 24px;
	margin-left: 24px;
}
.aui_columns.is_spacing_md > * {
	margin-top: 40px;
	margin-left: 40px;
}
.aui_columns.is_spacing_lg > * {
	margin-top: 48px;
	margin-left: 48px;
}
.aui_columns.is_spacing_xl > * {
	margin-top: 68px;
	margin-left: 68px;
}
.aui_columns:not([class*="is_col"]) > * {
	margin-top: 0;
}
.aui_columns.is_col_fixed > * {
	flex: 1;
	margin-top: 0;
}
.aui_columns > *:first-child {
	margin-left: 0;
}
.aui_columns.is_col2 > * {
	width: calc( 100% / 2 );
}
.aui_columns.is_col2.is_spacing_xs > * {
	width: calc( (100% - 16px * 1) / 2 );
}
.aui_columns.is_col2.is_spacing_sm > * {
	width: calc( (100% - 24px * 1) / 2 );
}
.aui_columns.is_col2.is_spacing_md > * {
	width: calc( (100% - 40px * 1) / 2 );
}
.aui_columns.is_col2.is_spacing_lg > * {
	width: calc( (100% - 48px * 1) / 2 );
}
.aui_columns.is_col2.is_spacing_xl > * {
	width: calc( (100% - 68px * 1) / 2 );
}
.aui_columns.is_col2 > *:nth-child(2n+1) {
	margin-left: 0;
}
.aui_columns.is_col2 > *:not(:nth-child(n+3)) {
	margin-top: 0;
}
.aui_columns.is_col3 > * {
	width: calc( 100% / 3 );
}
.aui_columns.is_col3.is_spacing_xs > * {
	width: calc( (100% - 16px * 2) / 3 );
}
.aui_columns.is_col3.is_spacing_sm > * {
	width: calc( (100% - 24px * 2) / 3 );
}
.aui_columns.is_col3.is_spacing_md > * {
	width: calc( (100% - 40px * 2) / 3 );
}
.aui_columns.is_col3.is_spacing_lg > * {
	width: calc( (100% - 48px * 2) / 3 );
}
.aui_columns.is_col3.is_spacing_xl > * {
	width: calc( (100% - 68px * 2) / 3 );
}
.aui_columns.is_col3 > *:nth-child(3n+1) {
	margin-left: 0;
}
.aui_columns.is_col3 > *:not(:nth-child(n+4)) {
	margin-top: 0;
}
.aui_columns.is_col4 > * {
	width: calc( 100% / 4 );
}
.aui_columns.is_col4.is_spacing_xs > * {
	width: calc( (100% - 16px * 3) / 4 );
}
.aui_columns.is_col4.is_spacing_sm > * {
	width: calc( (100% - 24px * 3) / 4 );
}
.aui_columns.is_col4.is_spacing_md > * {
	width: calc( (100% - 40px * 3) / 4 );
}
.aui_columns.is_col4.is_spacing_lg > * {
	width: calc( (100% - 48px * 3) / 4 );
}
.aui_columns.is_col4.is_spacing_xl > * {
	width: calc( (100% - 68px * 3) / 4 );
}
.aui_columns.is_col4 > *:nth-child(4n+1) {
	margin-left: 0;
}
.aui_columns.is_col4 > *:not(:nth-child(n+5)) {
	margin-top: 0;
}

/* 見出し
--------------------------------------- */
/* ----- 見出し1（各ページの見出し等） ----- */
.aui_title_01 {
	display: block;
	margin: 40px 0 84px;
	text-align: center;
	line-height: 1.5;
}
.aui_title_01.en {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.aui_title_01.ja {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

/* ----- 見出し2（各セクションの見出し等） ----- */
.aui_title_02 {
	display: block;
	margin: 62px 0;
	text-align: center;
}
.aui_title_02 img {
	margin-bottom: 2px;
	width: 18px;
	vertical-align: bottom;
}
.aui_title_02 .en {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.aui_title_02 .ja {
	display: block;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}

/* ----- 見出し3（グレー下線付きタイプ） ----- */
.aui_title_03 {
	display: block;
	margin: auto auto 30px auto;
	padding: 14px 0;
	border-bottom: 1px solid #D5D5D5;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.aui_title_03.en {
	font-size: 18px;
	font-weight: 700;
}
.aui_title_03.ja {
	font-size: 17px;
	font-weight: 700;
}

/* ----- 見出し4（グレー背景付きタイプ） ----- */
.aui_title_04 {
	display: block;
	margin: auto auto 30px auto;
	padding: 16px 20px;
	background-color: #F6F6F6;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.aui_title_04.en {
	font-size: 18px;
	font-weight: 700;
}
.aui_title_04.ja {
	font-size: 16px;
	font-weight: 700;
}

/* ----- 見出し5（太文字） ----- */
.aui_title_05 {
	display: block;
	margin: auto auto 30px auto;
	padding: 14px 0;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.aui_title_05.en {
	font-size: 18px;
	font-weight: 700;
}
.aui_title_05.ja {
	font-size: 17px;
	font-weight: 700;
}

/* ボタン
--------------------------------------- */
.aui_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0 10px;
	border: 1px solid #CCCCCC;
	background-color: transparent;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
}
a.aui_button {
	color: #222;
	text-decoration: none;
}
.aui_button:hover {
	border-color: #666666;
	background-color: #666666;
	color: #FFFFFF;
	opacity: 1;
}
.aui_button.hover_opacity:hover {
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #222222;
	opacity: 0.7;
}
.aui_button.is_primary {
	border-color: #CB0005;
	background-color: #CB0005;
	color: #FFFFFF;
}
.aui_button.is_primary:hover {
	border-color: #CB0005;
	background-color: transparent;
	color: #CB0005;
}
.aui_button.is_primary.hover_opacity:hover {
	border-color: #CB0005;
	background-color: #CB0005;
	color: #FFFFFF;
}
.aui_button.is_primary_outline {
	border-color: #CB0005;
	color: #CB0005;
}
.aui_button.is_primary_outline:hover {
	border-color: #CB0005;
	background-color: #CB0005;
	color: #FFFFFF;
}
.aui_button.is_primary_outline.hover_opacity:hover {
	border-color: #CB0005;
	background-color: #FFFFFF;
	color: #CB0005;
}
.aui_button.is_gray {
	border-color: #EEEEEE;
	background-color: #EEEEEE;
}
.aui_button.is_gray:hover {
	border-color: #EEEEEE;
	background-color: transparent;
	color: #666666;
}
.aui_button.is_gray.hover_opacity:hover {
	border-color: #EEEEEE;
	background-color: #EEEEEE;
	color: #222222;
}
.aui_button.is_dark {
	border-color: #666666;
	background-color: #666666;
	color: #FFFFFF;
}
.aui_button.is_dark:hover {
	border-color: #666666;
	background-color: transparent;
	color: #666666;
}
.aui_button.is_dark.hover_opacity:hover {
	border-color: #666666;
	background-color: #666666;
	color: #FFFFFF;
}
.aui_button.is_black {
	border-color: #222222;
	background-color: #222222;
	color: #FFFFFF;
}
.aui_button.is_black:hover {
	border-color: #222222;
	background-color: transparent;
	color: #222222;
}
.aui_button.is_black.hover_opacity:hover {
	border-color: #222222;
	background-color: #222222;
	color: #FFFFFF;
}
.aui_button.is_liquid {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.aui_button.is_half {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.aui_button.is_xl {
	width: 420px;
}
.aui_button.is_lg {
	width: 300px;
}
.aui_button.is_md {
	width: 242px;
}
.aui_button.is_sm {
	width: 160px;
}
.aui_button.is_xhigh {
	height: 72px;
	padding-top: 0;
	padding-bottom: 0;
}
.aui_button.is_high {
	height: 62px;
	padding-top: 0;
	padding-bottom: 0;
}
.aui_button.is_low {
	height: 48px;
	padding-top: 0;
	padding-bottom: 0;
}
.aui_button.is_disabled {
	color: #AAAAAA;
	background-color: #F6F6F6;
	pointer-events: none;
}

/* テキストリンク
--------------------------------------- */
.aui_link {
	word-break: break-all;
	-webkit-appearance: none;
					appearance: none;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aui_link:hover, .aui_link:active {
	opacity: 0.8;
}
.aui_link.is_type01, .aui_link.is_type01:visited {
	color: #0094E1;
}
.aui_link.is_type01:hover, .aui_link.is_type01:active {
	color: #0094E1;
}
.aui_link.is_type02, .aui_link.is_type02:visited {
	color: #AAAAAA;
}
.aui_link.is_type02:hover, .aui_link.is_type02:active {
	color: #AAAAAA;
}
.aui_link:not(.pos_left)[class*="icon_"]::after {
	content: "";
	display: inline-block;
	width: 1.22em;
	height: 1.22em;
	margin: 0 0.2em;
	vertical-align: -0.2em;
}
.aui_link.pos_left[class*="icon_"]::before {
	content: "";
	display: inline-block;
	width: 1.22em;
	height: 1.22em;
	margin-right: 0.2em;
	vertical-align: -0.2em;
}
.aui_link.icon_window::before, .aui_link.icon_window::after {
	background-image: url(/img/common/icon/icon_link_window.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.aui_link.icon_caution::before, .aui_link.icon_caution::after {
	background-image: url(/img/common/icon/icon_link_caution.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.aui_link.icon_question::before, .aui_link.icon_question::after {
	background-image: url(/img/common/icon/icon_link_question.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.aui_link.icon_delete::before, .aui_link.icon_delete::after {
	background-image: url(/img/common/icon/icon_delete.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.aui_link.icon_run::before, .aui_link.icon_run::after {
	background-image: url(/img/common/icon/icon_run.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

/* リンクボックスリスト
--------------------------------------- */
.aui_linkbox_list {
	display: flex;
	flex-wrap: wrap;
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}
.aui_linkbox_list + .aui_linkbox_list {
	margin-top: -1px;
}
.aui_linkbox_list li {
	margin: 0;
}
.aui_linkbox_list a {
	display: block;
	position: relative;
	height: 100%;
	padding: 20px 20px;
	border: 1px solid #D5D5D5;
	border-left-width: 0;
	text-align: center;
	transition: none;
	box-sizing: border-box;
}
.aui_linkbox_list a:link,
.aui_linkbox_list a:visited {
	color: #222222;
	text-decoration: none;
}
.aui_linkbox_list a:hover {
	opacity: 1;
	color: #FFFFFF;
	background-color: #666666;
}
.aui_linkbox_list a.is_disabled {
	color: #AAAAAA;
	background-color: #F6F6F6;
	pointer-events: none;
}
.aui_linkbox_list:not([class*="is_col"]) li {
	flex: 1;
}
.aui_linkbox_list:not([class*="is_col"]) li:nth-child(1) a {
	border-left-width: 1px;
}
.aui_linkbox_list.is_col2 li {
	width: calc(100% / 2);
}
.aui_linkbox_list.is_col2 li:nth-child(2n+1) a {
	border-left-width: 1px;
}
.aui_linkbox_list.is_col2 li:nth-child(n+3) a {
	border-top-width: 0;
}
.aui_linkbox_list.is_col3 li {
	width: calc(99.9999% / 3);
}
.aui_linkbox_list.is_col3 li:nth-child(3n+1) a {
	border-left-width: 1px;
}
.aui_linkbox_list.is_col3 li:nth-child(n+4) a {
	border-top-width: 0;
}
.aui_linkbox_list.is_col4 li {
	width: calc(100% / 4);
}
.aui_linkbox_list.is_col4 li:nth-child(4n+1) a {
	border-left-width: 1px;
}
.aui_linkbox_list.is_col4 li:nth-child(n+5) a {
	border-top-width: 0;
}
.aui_linkbox_list.is_col5 li {
	width: calc(100% / 5);
}
.aui_linkbox_list.is_col5 li:nth-child(5n+1) a {
	border-left-width: 1px;
}
.aui_linkbox_list.is_col5 li:nth-child(n+6) a {
	border-top-width: 0;
}
.aui_linkbox_list.is_col6 li {
	width: calc(99.9999% / 6);
}
.aui_linkbox_list.is_col6 li:nth-child(6n+1) a {
	border-left-width: 1px;
}
.aui_linkbox_list.is_col6 li:nth-child(n+7) a {
	border-top-width: 0;
}
.aui_linkbox_list.is_arrow a {
	padding-left: 10px;
	padding-right: 10px;
}
.aui_linkbox_list.is_arrow a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.aui_linkbox_list.is_arrow :hover::after {
	border-top-color: currentColor;
	border-right-color: currentColor;
}

/* テキスト色
--------------------------------------- */
.aui_color_alert {
	color: #CB0005;
}

/* 背景色
--------------------------------------- */
.aui_bgcolor_gray {
	background-color: #F6F6F6;
}

.aui_bgcolor_white {
	background-color: #FFFFFF;
}

/* タグラベル
--------------------------------------- */
.aui_tag {
	display: inline-block;
	padding: 7px 12px;
	background-color: #222222;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.aui_tag.is_primary {
	background-color: #CB0005;
}
.aui_tag.is_gray {
	background-color: #777777;
}

/* リストマーク
--------------------------------------- */
[class*='aui_list_mark'] {
	counter-reset: cnt;
}
[class*='aui_list_mark'] > li {
	position: relative;
	padding-left: 15px;
}

.aui_list_mark_arrow > li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.aui_list_mark_disc > li::before {
	display: block;
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

.aui_list_mark_circle > li::before {
	display: block;
	content: '○';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

.aui_list_mark_square > li::before {
	display: block;
	content: '■';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

.aui_list_mark_asterisk > li::before {
	display: block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

.aui_list_mark_check > li {
	padding-left: 18px;
}
.aui_list_mark_check > li::before {
	display: block;
	content: '';
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 2em;
	height: 0.8em;
	background: url(/img/common/icon/icon_checkmark.svg) left top no-repeat;
	background-size: contain;
	font-size: 1em;
}

.aui_list_mark_decimal > li::before {
	display: block;
	content: counter(cnt) ".";
	counter-increment: cnt;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

.aui_list_mark_parent > li::before {
	display: block;
	content: counter(cnt) "）";
	counter-increment: cnt;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

/* テキストマーク
--------------------------------------- */
[class*='aui_mark']:not(ul):not(ol) {
	position: relative;
	padding-left: 1.5em;
}

.aui_mark_square:not(ul):not(ol)::before {
	display: block;
	content: '■';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

.aui_mark_disc:not(ul):not(ol) {
	position: relative;
	padding-left: 1.5em;
}
.aui_mark_disc:not(ul):not(ol)::before {
	display: block;
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

.aui_mark_asterisk:not(ul):not(ol) {
	position: relative;
	padding-left: 1.5em;
}
.aui_mark_asterisk:not(ul):not(ol)::before {
	display: block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}

/* テーブル
--------------------------------------- */
.aui_table {
	width: 100%;
	border-collapse: collapse;
}
.aui_table thead, .aui_table tbody, .aui_table tr {
	vertical-align: inherit;
	padding: inherit;
}
.aui_table:not([cellpadding]) th, .aui_table:not([cellpadding]) td {
	padding: 20px 40px;
	border: 1px solid #D5D5D5;
	font-weight: normal;
	vertical-align: inherit;
	box-sizing: border-box;
}
.aui_table[class*='pv'] th, .aui_table[class*='ph'] th, .aui_table[class*='pt'] th, .aui_table[class*='pb'] th, .aui_table[class*='pl'] th, .aui_table[class*='pr'] th, .aui_table[class*='pv'] td, .aui_table[class*='ph'] td, .aui_table[class*='pt'] td, .aui_table[class*='pb'] td, .aui_table[class*='pl'] td, .aui_table[class*='pr'] td {
	padding: inherit;
}
.aui_table.cell_fixed {
	table-layout: fixed;
}
.aui_table.th_gray th {
	background-color: #F6F6F6;
}
.aui_table .cell_gray {
	background-color: #F6F6F6;
}
.aui_table .cell_pink {
	background-color: #FFEEEE;
}

/* バナー
--------------------------------------- */
.aui_banner {
	margin: 20px auto;
	text-align: center;
}
.aui_banner img {
	max-width: 100%;
}
.aui_banner a:link,
.aui_banner a:visited {
	text-decoration: none;
	color: #222;
}
.aui_banner .aui_banner_text {
	display: block;
	margin: min(2%, 8px) auto auto;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0.04em;
}

/* 枠線ボックス
--------------------------------------- */
.aui_border_box {
	padding: 10px;
	border: 1px solid #D5D5D5;
}
.aui_border_box.is_alert {
	border: 1px solid #CB0005;
	color: #CB0005;
}

/* 区切り線
--------------------------------------- */
.aui_divider {
	width: 100%;
	overflow: visible;
	text-align: inherit;
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #DDDDDD;
}
.aui_divider_top {
	border-top: 1px solid #DDDDDD;
}
.aui_divider_bottom {
	border-bottom: 1px solid #DDDDDD;
}

[class*='aui_divider'].is_bold {
	border-width: 2px;
}
[class*='aui_divider'].is_black {
	border-color: #222222;
}

/* ステップナビゲーション
--------------------------------------- */
.aui_step_nav {
	width: 100%;
	display: flex;
}
.aui_step_nav > li {
	position: relative;
	flex: 1;
	margin-bottom: 0;
	padding-bottom: 16px;
	color: #AAAAAA;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
}
.aui_step_nav > li.active {
	border-bottom: 2px solid #CB0005;
	color: #222222;
}
.aui_step_nav > li::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	right: 0.4em;
	width: 0.6em;
	height: 0.6em;
	margin-top: 0.7em;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.aui_step_nav > li:last-child::after {
	display: none;
}
.aui_step_nav > li > * {
	display: inline-block;
	font-weight: normal;
}

/* ページネーション
--------------------------------------- */
.aui_pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.aui_pagination li {
	flex: none;
	margin: 0;
}
.aui_pagination span, .aui_pagination a {
	position: relative;
	display: block;
	padding: 10px;
	color: #CCCCCC;
	line-height: 1;
}
.aui_pagination .active span {
	color: #222222;
}
.aui_pagination .prev a,
.aui_pagination .next a,
.aui_pagination .prev span,
.aui_pagination .next span {
	position: relative;
	text-indent: -9999px;
}
.aui_pagination .prev a::after,
.aui_pagination .next a::after,
.aui_pagination .prev span::after,
.aui_pagination .next span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aui_pagination .prev a::after,
.aui_pagination .next a::after {
	border-top: 2px solid #222222;
	border-right: 2px solid #222222;
}
.aui_pagination .prev span::after,
.aui_pagination .next span::after {
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}
.aui_pagination .prev a::after,
.aui_pagination .prev span::after {
	left: 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.aui_pagination .next a::after,
.aui_pagination .next span::after {
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.aui_pagination a:hover {
	color: #666666;
}
.aui_pagination .prev a:hover::after,
.aui_pagination .next a:hover::after {
	border-color: #666666;
}
.aui_pagination.is_left {
	justify-content: start;
}
.aui_pagination.is_right {
	justify-content: flex-end;
}

/* ツリー構造
--------------------------------------- */
/* 定義リスト
--------------------------------------- */
.aui_dlist {
	display: table;
	width: 100%;
}
.aui_dlist > dl {
	display: table-row;
	margin: 0;
	padding: 0;
}
.aui_dlist > dl > dt {
	display: table-cell;
	position: relative;
	margin-top: inherit;
	margin-bottom: inherit;
	padding-top: inherit;
	padding-right: 10px;
	padding-bottom: inherit;
	vertical-align: middle;
}
.aui_dlist > dl > dd {
	display: table-cell;
	margin-top: inherit;
	margin-bottom: inherit;
	padding-top: inherit;
	padding-bottom: inherit;
	vertical-align: middle;
}
.aui_dlist.is_dt_fit dt {
	white-space: nowrap;
}
.aui_dlist.is_dt_fit dd {
	width: 100%;
}
.aui_dlist.is_right > dl > dd {
	text-align: right;
}
.aui_dlist.is_vtop > dl > dt, .aui_dlist.is_vtop > dl > dd {
	vertical-align: top;
}
.aui_dlist.is_colon > dl > dt {
	padding-right: 25px;
}
.aui_dlist.is_colon > dl > dt::before {
	content: ":";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	margin-top: inherit;
	margin-bottom: inherit;
	padding-top: inherit;
	padding-bottom: inherit;
}
.aui_dlist.is_colon.is_vtop > dl > dt::before {
	top: auto;
	-webkit-transform: translateY(0);
					transform: translateY(0);
}
.aui_dlist.is_leader > dl > dt {
	padding-right: 40px;
}
.aui_dlist.is_leader > dl > dt::before {
	content: "･･･";
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	margin-top: inherit;
	margin-bottom: inherit;
	padding-top: inherit;
	padding-bottom: inherit;
}
.aui_dlist.is_leader.is_vtop > dl > dt::before {
	top: auto;
	-webkit-transform: translateY(0);
					transform: translateY(0);
}

/* アコーディオン
--------------------------------------- */
.aui_accordion {
	width: 100%;
	margin-top: 1px;
	margin-bottom: 0;
}

.aui_accordion_title {
	display: block;
	position: relative;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 34px 1px;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	background-color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
}

a.aui_accordion_title {
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aui_accordion_content {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 1px;
	background-color: #FFFFFF;
}

/* プラスアイコン */
.aui_accordion_title.icon_plus::before,
.aui_accordion_title.icon_plus::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 12px;
	height: 1px;
	background-color: #222222;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.aui_accordion_title.icon_plus::before {
	-webkit-transform: rotate(-90deg);
					transform: rotate(-90deg);
}

/* 矢印アイコン */
.aui_accordion_title.icon_angle::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	border-top: solid 1px #222222;
	border-right: solid 1px #222222;
	-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
	transition: all 0.3s ease;
}

/* オープン状態 */
.aui_accordion_title.is_opened.icon_plus::before {
	-webkit-transform: rotate(0deg);
					transform: rotate(0deg);
}
.aui_accordion_title.is_opened.icon_plus::after {
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
	opacity: 0;
}
.aui_accordion_title.is_opened.icon_angle::before {
	margin-top: -5px;
	-webkit-transform: rotate(315deg);
					transform: rotate(315deg);
}

.aui_accordion_content.is_opened {
	will-change: height;
	border-bottom: 1px solid #D5D5D5;
}

/* タブ
--------------------------------------- */
.aui_tab .aui_tab_nav {
	display: flex;
	margin-bottom: 0;
	border-bottom: 1px solid #D5D5D5;
}
.aui_tab .aui_tab_nav li {
	width: 50%;
	margin-bottom: -1px;
	text-align: center;
}
.aui_tab .aui_tab_nav li a {
	display: block;
	padding: 18px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #222;
	text-decoration: none;
}
.aui_tab .aui_tab_nav li.is_active a {
	border-bottom-color: currentColor;
}
.aui_tab .aui_tab_content {
	position: relative;
	overflow: hidden;
}
.aui_tab .aui_tab_panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(30px);
					transform: translateY(30px);
}
.aui_tab .aui_tab_panel.is_active {
	position: relative;
	z-index: 10;
	opacity: 1;
	-webkit-transform: translateY(0);
					transform: translateY(0);
	transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.aui_tab .aui_tab_panel.is_exiting {
	opacity: 0;
	-webkit-transform: translateY(-30px);
					transform: translateY(-30px);
	transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

/* ドロワー
--------------------------------------- */
.aui_drawer {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.aui_drawer::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.88);
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	visibility: hidden;
	opacity: 0;
}
.aui_drawer .aui_drawer_content {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	overflow-y: scroll;
	width: 26px;
	height: 100%;
	background-color: #FFFFFF;
	-webkit-transform: translateX(100%);
					transform: translateX(100%);
	transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-overflow-scrolling: touch;
}
.aui_drawer .aui_drawer_toggle {
	position: absolute;
	top: 16px;
	right: 28px;
	width: 24px;
	height: 24px;
	color: #FFFFFF;
	background-color: transparent;
	border: 0;
	text-indent: -9999px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	opacity: 0;
	transition: all 0.4s ease;
	outline: none;
}
.aui_drawer .aui_drawer_toggle::before, .aui_drawer .aui_drawer_toggle::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 1px;
	background-color: #FFFFFF;
}
.aui_drawer .aui_drawer_toggle::before {
	-webkit-transform: rotate(-90deg);
					transform: rotate(-90deg);
}

/* オープン時 */
.aui_drawer.is_opened {
	pointer-events: auto;
}
.aui_drawer.is_opened::before {
	opacity: 1;
	visibility: visible;
}
.aui_drawer.is_opened .aui_drawer_content {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}
.aui_drawer.is_opened .aui_drawer_toggle {
	-webkit-transform: rotate(225deg);
					transform: rotate(225deg);
	opacity: 1;
}

/* オープン時、背景スクロールを無効 */
body.aui_drawer_fixed {
	position: fixed;
	width: 100%;
}

/* スライダー/カルーセル
--------------------------------------- */
.aui_swiper {
	position: relative;
	margin-right: auto;
	padding-bottom: 32px;
	overflow: hidden;
	list-style: none;
	/* pagination and arrows horizontally */
}
.aui_swiper .swiper-slide {
	text-align: center;
}
.aui_swiper .swiper-button-prev,
.aui_swiper .swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	margin: 0;
	padding: 0;
	background: transparent;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	color: transparent;
	-webkit-transform: translate(0, -50%);
					transform: translate(0, -50%);
	border: none;
	outline: none;
}
.aui_swiper .swiper-button-prev {
	left: 8px;
}
.aui_swiper .swiper-button-next {
	right: 8px;
}
.aui_swiper .swiper-button-prev::after,
.aui_swiper .swiper-button-next::after {
	position: relative;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #222222;
	border-right: 2px solid #222222;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aui_swiper .swiper-button-prev::after {
	left: 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.aui_swiper .swiper-button-next::after {
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.aui_swiper .swiper-button-prev:hover::after {
	border-color: #BBBBBB;
}
.aui_swiper .swiper-button-next:hover::after {
	border-color: #BBBBBB;
}
.aui_swiper.swiper-container-lock .swiper-button-prev,
.aui_swiper.swiper-container-lock .swiper-button-next {
	display: none;
}
.aui_swiper .swiper-pagination {
	width: 100%;
}
.aui_swiper .swiper-pagination-bullets {
	bottom: 0;
}
.aui_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 12px;
	padding: 0;
	background-color: #DDDDDD;
	opacity: 1;
}
.aui_swiper .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	background-color: #BBBBBB;
}
.aui_swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #222222;
}
.aui_swiper.swiper-container-lock .swiper-pagination {
	display: none;
}
.aui_swiper .swiper-nav-horizontal {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	align-items: center;
	-webkit-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
}
.aui_swiper .swiper-nav-horizontal .swiper-button-prev,
.aui_swiper .swiper-nav-horizontal .swiper-button-next {
	position: static;
	top: 0;
	-webkit-transform: translate(0, 0);
					transform: translate(0, 0);
	margin: 0 20px;
}
.aui_swiper .swiper-nav-horizontal .swiper-pagination {
	position: static;
}

/* カード
--------------------------------------- */
.aui_card {
	padding: 0 0 32px 0;
	border: 1px solid #D5D5D5;
}
.aui_card_title {
	padding: 20px 0;
	background-color: #F6F6F6;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.aui_card_media {
	text-align: center;
}
.aui_card_text {
	margin-top: 16px;
	padding: 0 40px;
}

/* メディア（写真 + テキスト）
--------------------------------------- */
.aui_media {
	display: flex;
	align-items: start;
}
.aui_media .aui_media_main {
	width: 166px;
	order: 0;
	margin-right: 48px;
}
.aui_media.is_gray .aui_media_main, .aui_media.is_white .aui_media_main {
	margin-top: 5px;
}
.aui_media.is_right .aui_media_main {
	order: 1;
	margin-right: 0;
	margin-left: 48px;
}
.aui_media.is_sm .aui_media_main {
	width: 120px;
	margin-right: 40px;
}
.aui_media.is_sm.is_right .aui_media_main {
	margin-right: 0;
	margin-left: 40px;
}
.aui_media.is_lg .aui_media_main {
	width: 186px;
	margin-right: 60px;
}
.aui_media.is_lg.is_right .aui_media_main {
	margin-right: 0;
	margin-left: 60px;
}
.aui_media .aui_media_object {
	position: relative;
	width: 100%;
	margin-right: 12px;
	padding: 50% 0;
}
.aui_media .aui_media_object img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	width: 80%;
}
.aui_media .aui_media_object img.full_size {
	width: 100%;
}
.aui_media.is_gray .aui_media_object {
	background-color: #F6F6F6;
}
.aui_media.is_white .aui_media_object {
	background-color: #FFFFFF;
}
.aui_media .aui_media_content {
	flex: 1;
}

/* 動画設置（アスペクト比保持）
--------------------------------------- */
.aui_video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.aui_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------------

コンポーネントに該当しないもの

- 最小単位ではない
- やや汎用性がある（特定のページ間で共通して使える）

--------------------------------------------------------- */
/* 商品ボックス（縦向き）
--------------------------------------- */
.aui_product_box_v {
	display: flex;
	flex-direction: column;
	width: 230px;
	height: auto;
}
.aui_product_box_v a {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.aui_product_box_v a:link,
.aui_product_box_v a:visited {
	color: #222222;
	text-decoration: none;
}
.aui_product_box_v .aui_product_label {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	margin-bottom: 24px;
	border: 2px solid #CB0005;
	color: #CB0005;
	font-size: 14px;
	text-align: center;
}
.aui_product_box_v .aui_product_label:empty {
	border-color: transparent;
}
.aui_product_box_v .aui_product_imgbox {
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	padding: 50% 0;
	background-color: #FFFFFF;
}
.aui_product_box_v .aui_product_imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	max-width: 75%;
}
.aui_product_box_v .aui_product_imgbox img.full_size {
	max-width: 100%;
}
.aui_product_box_v .aui_product_brand {
	margin-top: 0px;
}
.aui_product_box_v .aui_product_brand img {
	height: 22px;
	vertical-align: bottom;
}
.aui_product_box_v .aui_product_name {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.7;
	text-align: left;
}
.aui_product_box_v .aui_product_price {
	font-weight: 700;
	margin-top: 10px;
	font-size: 15px;
	letter-spacing: 0.04em;
	text-align: left;
}
.aui_product_box_v .aui_yotpo_star {
	margin-top: 5px;
}

/* 商品ボックス（横向き）
--------------------------------------- */
.aui_product_box_h {
	position: relative;
	margin-bottom: 24px;
	line-height: 1.8;
}
.aui_product_box_h::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #222222;
	border-right: solid 2px #222222;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	transition: all 0.3s ease;
}
.aui_product_box_h:hover::before {
	right: 12px;
}
.aui_product_box_h a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 5px;
	background-color: #FFFFFF;
}
.aui_product_box_h a:hover {
	opacity: 1;
}
.aui_product_box_h .aui_product_imgbox {
	flex-grow: 0;
	position: relative;
	width: 30%;
	margin: 0;
	padding: 15% 0;
	background-color: #FFFFFF;
}
.aui_product_box_h .aui_product_imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
.aui_product_box_h .aui_product_imgbox img.full_size {
	max-width: 100%;
}
.aui_product_box_h .aui_product_detail_box {
	width: 70%;
	padding: 16px 35px 10px 0;
}
.aui_product_box_h .aui_product_label {
	margin-bottom: 10px;
	font-size: 10px;
}
.aui_product_box_h .aui_product_label > span {
	margin-right: 5px;
	padding: 4px 6px;
}
.aui_product_box_h .aui_product_label .label_red {
	color: #FFFFFF;
	background-color: #CB0005;
}
.aui_product_box_h .aui_product_name {
	margin: 0 0 3px 0;
	font-size: 12px;
	line-height: 1.6;
}
.aui_product_box_h .aui_product_price_box {
	display: flex;
	align-items: baseline;
}
.aui_product_box_h .aui_product_price {
	margin-top: 0;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0em;
}
.aui_product_box_h .aui_product_perbox {
	margin-top: 0;
	font-size: 12px;
	letter-spacing: 0.04em;
}
.aui_product_box_h .aui_product_devide_price {
	color: #CB0005;
}

/* 商品ラインナップ リスト
--------------------------------------- */
.aui_product_list {
	display: flex;
	flex-wrap: wrap;
}
.aui_product_list .aui_product_box_v {
	width: calc( (100% - 40px * 3) / 4);
	margin: 60px 40px 0 0;
}
.aui_product_list .aui_product_box_v:nth-child(4n) {
	margin-right: 0;
}
.aui_product_list .aui_product_box_v:not(:nth-child(n+5)) {
	margin-top: 0;
}
.aui_product_list .aui_product_box_v .aui_product_imgbox {
	background-color: #F6F6F6;
}
.aui_product_list .aui_product_box_v .aui_product_imgbox img[src*=".svg"] {
	max-width: 25%;
}

/* おすすめ商品（カルーセル）
--------------------------------------- */
.aui_rcmd_swiper {
	padding-bottom: 44px;
	margin: auto 15px;
}
.aui_rcmd_swiper.swiper-container-lock {
	padding-bottom: 0;
}
.aui_rcmd_swiper .aui_product_box_v {
	width: auto;
}
.aui_rcmd_swiper .aui_product_box_v .aui_product_name {
	margin-top: 0;
}
.aui_rcmd_swiper .aui_product_box_v .aui_product_price {
	margin-top: 20px;
}
.aui_rcmd_swiper .swiper-pagination {
	white-space: nowrap;
}

/* 商品情報モーダル（商品一覧ページ用）
--------------------------------------- */
.aui_modal_product {
  font-family: "YakuHanJPs_Noto", "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #ffffff;
  box-sizing: border-box;
}
.aui_modal_product * {
  box-sizing: border-box;
}
.aui_modal_product span {
  padding: 0;
}
.aui_modal_product a:link,
.aui_modal_product a:visited {
  color: #222222;
  text-decoration: none;
}
.aui_modal_product .aui_modal_product_imgbox {
  position: relative;
  width: 100%;
  padding: 28% 0;
  background-color: #FFFFFF;
}
.aui_modal_product .aui_modal_product_imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 50%;
  max-height: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aui_modal_product .aui_modal_product_brand {
  margin-top: 44px;
  font-size: 14px;
}
.aui_modal_product .aui_modal_product_name {
  font-size: 14px;
}
.aui_modal_product .aui_modal_product_price {
  margin-top: 12px;
  font-weight: 700;
  font-size: 13px;
}
.aui_modal_product .aui_modal_product_price span {
  margin-right: 1px;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.03em;
}
.aui_modal_product .aui_modal_product_err_msg {
  margin-top: 16px;
  padding: 16px 10px;
  border: 1px solid #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.aui_modal_product .aui_modal_product_lineup {
  margin-top: 44px;
}
.aui_modal_product .aui_modal_product_lineup li {
  display: flex;
  align-items: center;
  margin-top: 24px;
  background-color: #ffffff;
  color: #222222;
}
.aui_modal_product .aui_modal_product_lineup li a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 98px;
  height: 98px;
  padding: 28px 0;
  position: relative;
}
.aui_modal_product .aui_modal_product_lineup li > a > .col:nth-of-type(1) {
  width: 25%;
  padding: 5px 0;
  border-right: 1px solid #D5D5D5;
  text-align: center;
  vertical-align: middle;
}
.aui_modal_product .aui_modal_product_lineup li > a > .col:nth-of-type(2) {
  width: 75%;
  vertical-align: middle;
  padding-left: 48px;
}
.aui_modal_product .aui_modal_product_lineup li .num_of_box {
  display: block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
}
.aui_modal_product .aui_modal_product_lineup li .num_of_box b {
  font-weight: normal;
  font-size: 20px;
}
.aui_modal_product .aui_modal_product_lineup li .label {
  display: inline-block;
  margin-top: 6px;
  color: #CB0005;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.15em;
}
.aui_modal_product .aui_modal_product_lineup li .price {
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.03em;
  vertical-align: -2px;
}
.aui_modal_product .aui_modal_product_lineup li .perbox {
  font-size: 13px;
  line-height: 1;
}
.aui_modal_product .aui_modal_product_lineup li .perbox .devide_price {
  color: #CB0005;
  letter-spacing: 0.04em;
}
.aui_modal_product .aui_modal_product_lineup li .point {
  color: #999999;
  line-height: 1;
}
.aui_modal_product .aui_modal_product_lineup li .point .point_val {
  margin-right: 1px;
  letter-spacing: 0.04em;
}
.aui_modal_product .aui_modal_product_lineup li .bulksale {
  display: inline-block;
  padding: 6px 15px 5px;
  margin-left: 0.3rem;
  border-radius: 20px;
  background-color: #CB0005;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  vertical-align: 1px;
}
.aui_modal_product .aui_modal_product_lineup li .cart {
  display: inline-block;
  padding: 6px 15px 5px;
  max-width: 160px;
  background-color: #CB0005;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  vertical-align: 1px;
}
.aui_modal_product .aui_modal_product_lineup li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.3s ease;
}

/* 商品を探すリスト
--------------------------------------- */
.aui_search_catelist {
	width: 950px;
	margin: auto;
}
.aui_search_catelist ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.aui_search_catelist li {
	flex: 0 1 auto;
	width: calc((100% - (64px * 3)) / 4);
	margin-right: 64px;
	margin-bottom: -1px;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
.aui_search_catelist li:nth-child(4n) {
	margin-right: 0;
}
.aui_search_catelist li a {
	display: block;
	padding: 32px 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	color: #222222;
	text-decoration: none;
}
.aui_search_catelist li.square a {
	padding-left: 70px;
	background-image: url(/img/common/icon/icon_glasses_square.svg);
	background-size: 56px auto;
}
.aui_search_catelist li.oval a {
	padding-left: 70px;
	background-image: url(/img/common/icon/icon_glasses_oval.svg);
	background-size: 56px auto;
}
.aui_search_catelist li.wellington a {
	padding-left: 70px;
	background-image: url(/img/common/icon/icon_glasses_wellington.svg);
	background-size: 56px auto;
}
.aui_search_catelist li.all a {
	padding-left: 50px;
	background-image: url(/img/common/icon/icon_glasses_all.svg);
	background-position: 0.7em center;
	background-size: 28px auto;
}

/* 商品を探す メーカー＆シリーズ（モーダル ）
--------------------------------------- */
#aui_modal_maker_series {
	width: 950px;
}
#aui_modal_maker_series .sec_title {
	position: relative;
	z-index: 1;
	margin-bottom: -1px;
	padding: 14px 0;
	border-bottom: 1px solid #222222;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#aui_modal_maker_series ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
#aui_modal_maker_series li {
	flex: 0 1 auto;
	width: calc(99.9999% / 3 - 42px);
	margin-right: 42px;
	margin-bottom: -1px;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
#aui_modal_maker_series li:nth-child(3n) {
	margin-right: 0;
}
#aui_modal_maker_series li a {
	display: block;
	padding: 34px 0;
	font-size: 14px;
}
#aui_modal_maker_series .maker_sec {
	width: 912px;
	margin: 40px auto 60px;
}
#aui_modal_maker_series .maker_sec img {
	height: 26px;
}
#aui_modal_maker_series .maker_sec li a:hover {
	opacity: 0.7;
}
#aui_modal_maker_series .series_sec {
	width: 912px;
	margin: 40px auto 65px;
}

/* トピックス
--------------------------------------- */
.aui_topics {
	line-height: 1.8;
}
.aui_topics ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-bottom: 0;
}
.aui_topics li {
	flex: 0 1 230px;
	margin: 0 40px 0 0;
	padding: 0 0 34px;
}
.aui_topics li:nth-child(4n) {
	margin-right: auto;
}
.aui_topics li a {
	display: block;
	opacity: 1;
}
.aui_topics .thumb {
	overflow: hidden;
	width: 230px;
	height: 230px;
	margin-bottom: 20px;
}
.aui_topics .thumb img {
	width: 100%;
	-webkit-transform: scale(1);
					transform: scale(1);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aui_topics li a:hover .thumb img {
	-webkit-transform: scale(1.1);
					transform: scale(1.1);
}
.aui_topics .text {
	margin-bottom: 0;
}
.aui_topics .more_btn_box {
	margin-top: 24px;
	margin-bottom: 0;
	text-align: center;
}

/* ニュース
--------------------------------------- */
.aui_news > ul {
	background-color: #FFFFFF;
	margin-bottom: 0;
	padding: 32px 64px 32px;
}
.aui_news > ul > li {
	overflow: hidden;
	margin-bottom: 0;
	padding: 20px 0;
}
.aui_news .aui_news_thumb {
	position: relative;
	float: left;
	width: 102px;
	height: 102px;
	margin: 4px 0 0 0;
	border: solid 1px #DDDDDD;
	background-color: #ffffff;
}
.aui_news .aui_news_thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.aui_news .aui_news_meta {
	margin: 0 0 4px 134px;
	font-size: 13px;
}
.aui_news .aui_news_meta span {
	vertical-align: middle;
}
.aui_news .aui_news_label {
	color: #CB0005;
	margin-right: 4px;
	font-weight: bold;
}
.aui_news .aui_news_date {
	font-weight: bold;
	letter-spacing: 0.06em;
}
.aui_news .aui_news_sentence {
	margin: 0 0 0 134px;
	font-size: 13px;
	letter-spacing: 0.12em;
}
.aui_news .aui_news_sentence a {
	-webkit-text-decoration: underline #222222;
					text-decoration: underline #222222;
}
.aui_news .aui_news_sentence a:hover {
	-webkit-text-decoration-color: #AAAAAA;
					text-decoration-color: #AAAAAA;
}
.aui_news .more_btn_box {
	margin-top: 64px;
	margin-bottom: 0;
	text-align: center;
}

/* YOTPO （星+レビュー件数）
--------------------------------------- */
.aui_yotpo_star .yotpo * {
	font-size: inherit !important;
}
.aui_yotpo_star .yotpo .standalone-bottomline .star-clickable {
	align-items: flex-start;
}
.aui_yotpo_star .yotpo .pull-left {
	float: none;
}
.aui_yotpo_star .yotpo .yotpo-stars {
	font-size: 14px !important;
	line-height: 1;
	margin-right: 5px;
}
.aui_yotpo_star .yotpo .yotpo-stars .yotpo-icon.yotpo-icon-star,
.aui_yotpo_star .yotpo .yotpo-stars .yotpo-icon-half-star,
.aui_yotpo_star .yotpo .yotpo-stars .yotpo-icon.yotpo-icon-empty-star {
	background-image: none !important;
	margin: 0 !important;
	width: 1em !important;
	height: 1em !important;
	margin-right: 2px;
}
.aui_yotpo_star .yotpo .yotpo-icon-default-star:before,
.aui_yotpo_star .yotpo .yotpo-icon-star:before,
.aui_yotpo_star .yotpo .yotpo-icon-default-half-star:before,
.aui_yotpo_star .yotpo .yotpo-icon-half-star:before,
.aui_yotpo_star .yotpo .yotpo-icon-empty-star:before {
	color: #b79364 !important;
}
.aui_yotpo_star .yotpo .text-m {
	flex: 1;
	color: #0094E1 !important;
	font-size: 12px !important;
	line-height: 1.4;
}

/* かご入力ボックス
--------------------------------------- */
/* ----- かごの見出しとフォーム大枠 ----- */
.aui_goods_data .aui_goods_data_title {
	padding-bottom: 6px;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #D5D5D5;
}
.aui_goods_data .aui_goods_data_content {
	margin-top: 20px;
}

/* ----- かご入力フォーム ----- */
.aui_goods_input_form {
	width: 100%;
	margin-bottom: 0;
}
.aui_goods_input_form th {
	padding-bottom: 10px;
	width: 60px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.aui_goods_input_form td {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
.aui_goods_input_form .r_eye,
.aui_goods_input_form .l_eye {
	font-size: 14px;
}
.aui_goods_input_form select {
	height: 48px;
	padding: 0 12px 0 12px;
	background-size: 8px;
	background-position: 95% center;
	color: #222222;
	font-size: 13px;
	letter-spacing: 0.02em;
}
.aui_goods_input_form .aui_goods_data_value {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 12px;
	background-color: #F4F4F4;
	font-size: 13px;
	letter-spacing: 0.02em;
}

/* ----- かごボタン ----- */
.aui_goods_cart_btn {
	margin: 30px auto 0px;
}
.aui_goods_cart_btn .aui_button {
	font-size: 15px;
}

/* 住所テーブル
--------------------------------------- */
.aui_address_table {
	width: 100%;
	margin: 0;
}
.aui_address_table > tbody > tr {
	border-bottom: 1px solid #D5D5D5;
}
.aui_address_table > thead > tr + tr {
	border-top: none;
}
.aui_address_table > tbody > tr.border_no {
	border-top: none;
}
.aui_address_table > thead > tr > th {
	padding: 16px 0;
	background-color: #F6F6F6;
	border-right: 2px solid #FFFFFF;
	font-weight: normal;
}
.aui_address_table > thead > tr > th:last-child {
	border-right: none;
}
.aui_address_table > thead > tr > th:nth-child(1) {
	width: 16%;
}
.aui_address_table > thead > tr > th:nth-child(2) {
	width: 52%;
}
.aui_address_table > thead > tr > th:nth-child(3) {
	width: 16%;
}
.aui_address_table > thead > tr > th:nth-child(4) {
	width: 16%;
}
.aui_address_table > thead > tr > th:last-child {
	border-right: none;
}
.aui_address_table > tbody > tr > td {
	padding: 48px 0;
	vertical-align: middle;
}
.aui_address_table > tbody > tr > td:nth-child(1) {
	text-align: left;
}
.aui_address_table > tbody > tr > td:nth-child(2) {
	text-align: center;
}
.aui_address_table > tbody > tr > td:nth-child(3) {
	text-align: center;
}
.aui_address_table .addr_box {
	display: flex;
	align-items: center;
}
.aui_address_table .addr_box_button {
	position: relative;
	width: 20px;
	height: 20px;
	margin: auto 12% auto 10%;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	background-color: transparent;
	text-indent: -99999px;
}
.aui_address_table .addr_box_button::after {
	display: none;
}
.aui_address_table .addr_box.selected .addr_box_button::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #666666;
}
.aui_address_table .addr_box:hover .addr_box_button {
	border-color: #AAAAAA;
}
.aui_address_table .addr_box_text {
	width: 70%;
}

/* 注文アイテムテーブル
--------------------------------------- */
.aui_orderitem_table {
	width: 100%;
	margin: 0;
}
.aui_orderitem_table > tbody > tr + tr {
	border-top: 1px solid #D5D5D5;
}
.aui_orderitem_table > thead > tr + tr {
	border-top: none;
}
.aui_orderitem_table > tbody > tr.border_no {
	border-top: none;
}
.aui_orderitem_table > tbody > tr.border_no > td {
	padding-top: 0;
}
.aui_orderitem_table > thead > tr > th {
	padding: 16px 0;
	background-color: #F6F6F6;
	border-right: 2px solid #FFFFFF;
	font-weight: normal;
}
.aui_orderitem_table > thead > tr > th:nth-child(1) {
	width: 58%;
}
.aui_orderitem_table > thead > tr > th:nth-child(2) {
	width: 14%;
}
.aui_orderitem_table > thead > tr > th:nth-child(3) {
	width: 14%;
}
.aui_orderitem_table > thead > tr > th:nth-child(4) {
	width: 14%;
}
.aui_orderitem_table > thead > tr > th:last-child {
	border-right: none;
}
.aui_orderitem_table > tbody > tr > td, .aui_orderitem_table > tfoot > tr > td {
	padding: 46px 0 40px;
	vertical-align: middle;
}
.aui_orderitem_table > tbody > tr > td.unit_price, .aui_orderitem_table > tfoot > tr > td.unit_price {
	text-align: center;
	letter-spacing: 0.04em;
}
.aui_orderitem_table > tbody > tr > td.quantity, .aui_orderitem_table > tfoot > tr > td.quantity {
	text-align: center;
	letter-spacing: 0.04em;
}
.aui_orderitem_table > tbody > tr > td.goods_price, .aui_orderitem_table > tfoot > tr > td.goods_price {
	padding-right: 40px;
	text-align: right;
	letter-spacing: 0.04em;
}
.aui_orderitem_table .total_row {
	border-top: 1px solid #222222;
	border-bottom: 1px solid #D5D5D5;
}
.aui_orderitem_table .total_row td.total_note {
	color: #AAAAAA;
	text-align: left;
}
.aui_orderitem_table .total_row td.total_title {
	text-align: center;
}
.aui_orderitem_table .total_row td.total_value {
	padding-right: 40px;
	text-align: right;
	font-weight: 700;
	font-size: 16px;
}
.aui_orderitem_table .point_row {
	border-bottom: 1px solid #D5D5D5;
}
.aui_orderitem_table .point_row td.point_note {
	color: #AAAAAA;
	text-align: left;
}
.aui_orderitem_table .point_row td.point_title {
	text-align: center;
}
.aui_orderitem_table .point_row td.point_value {
	padding-right: 40px;
	text-align: right;
	font-weight: 700;
	font-size: 16px;
}

/* ----- モーダル内のセレクトボックス調整(個数選択ver) ----- */
.aui_modal_product_cart .aui_modal_product_cart_selectbox {
	background-color: #fff;
	padding: 30px 50px;
	color: #444;
	font-size: 15px;
	margin-top: 30px;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox select{
	font-family: 'Roboto', sans-serif;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .aui_modal_product_cart_select_form {
	position: relative;
	margin: 0 0 32px;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .aui_modal_product_cart_select_form + form{
	display: block;
	margin-top: 28px;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .aui_modal_product_cart_select_form .aui_form_select{
	background: none;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	padding: 16px;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .item_detail_right{
	width: 100%;
	float: none;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox tr{
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 16px 0 0;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .item_detail_right p > input{
	margin: 30px auto 0;
	display: block;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .item_detail_right td.ttl{
	width: 14%;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .item_detail_right td:nth-child(2){
	flex: 1;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .item_detail_right select{
	font-size: 15px;
	padding: 4px;
	width: 100%;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .right-eye p:first-child,
.aui_modal_product_cart .aui_modal_product_cart_selectbox .left-eye p:first-child {
	padding: 5px;
	color: #333333;
	font-size: 14px;
	background: #f6f6f6;
}
.aui_modal_product_cart .aui_modal_product_cart_selectbox .left-eye{
	margin-top: 28px;
}
.aui_modal_product_cart .aui_modal_product_cart_couponbox {
	margin-top: 42px;
	background-color: #ffffff;
	padding: 30px 100px;
}
.aui_modal_product_cart .aui_modal_product_cart_couponbox input[type*=button] {
	transition: all 0.2s ease-in;
	cursor: pointer;
	background-color: #666666;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1;
	padding: 26px 20px;
	min-width: 310px;
	text-align: center;
	border: 1px solid #666666;
}
.aui_modal_product_cart .aui_modal_product_cart_couponbox input[type*=button]:hover {
	background-color: #fff;
	color: #666666;
}
.aui_modal_product_cart .aui_modal_product_cart_couponbox_in {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aui_modal_product_cart .aui_modal_product_cart_couponbox_col {
	display: flex;
	align-items: center;
	justify-content: center;
}
.aui_modal_product_cart .aui_modal_product_cart_coupon_ttl {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	display: inline-block;
	line-height: 1;
	text-align: center;
}
.aui_modal_product_cart .aui_modal_product_cart_coupon_code {
	font-size: 40px;
	font-weight: bold;
	color: #cb0005;
	display: inline-block;
	line-height: 1;
	letter-spacing: 2px;
	margin-left: 16px;
}
.aui_modal_product_cart .aui_modal_product_cart_coupon_annotation {
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	text-align: center;
	line-height: 1.5;
}
.aui_modal_product_cart .aui_modal_product_cart_num_of_box {
	position: absolute;
	top: 50px;
	right: 48px;
	width: 102px;
}
.aui_modal_product_cart .aui_modal_product_cart_num_of_box img {
	position: static;
	-webkit-transform: inherit;
	        transform: inherit;
	width: 100%;
	height: auto;
	max-width: inherit;
}
.aui_modal_product_cart .aui_modal_product_cart_img {
    padding-bottom: 40px;
    max-height: calc(88% - 40px);
}
.aui_modal_product_cart .aui_modal_product_cart_price_box {
	margin-bottom: 32px;
	color: #000;
	line-height: 1;
}
.aui_modal_product_cart .aui_modal_product_cart_price {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	vertical-align: -1px;
}
.aui_modal_product_cart .aui_modal_product_cart_devide {
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	padding-left: 4px;
}
.aui_modal_product_cart .aui_modal_product_cart_devide_price {
	color: #cb0005;
}
.aui_modal_product_cart .aui_modal_product_cart_label {
	margin-left: 4px;
	color: #cb0005;
	font-weight: bold;
	font-size: 16px;
}
.aui_modal_product_cart .aui_modal_product_cart_detail_btn {
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	margin-top: 20px;
	border: 2px solid #ffffff;
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
	padding: 22px;
	line-height: 1;
	display: block;
	text-align: center;
}
.aui_modal_product_cart .aui_modal_product_cart_detail_btn:hover {
	opacity: 0.8;
}
.aui_modal_product_cart .aui_modal_product_cart_detail_btn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 36px;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

/* お知らせ&お得なキャンペーン
--------------------------------------- */
.aui_cp_banner {
	margin: auto;
}
.aui_cp_banner .aui_cp_banner_title_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto min(4%, 16px);
}
.aui_cp_banner .aui_cp_banner_title {
	font-weight: 700;
	font-size: min(3.75vw, 17px); /*幅320px→12px、幅464px→17px*/
	letter-spacing: 0.15rem;
	line-height: 1.2;
}
.aui_cp_banner .aui_cp_banner_toggle {
	text-align: center;
}
.aui_cp_banner .aui_cp_banner_toggle_button .open_text {
	display: inline;
}
.aui_cp_banner .aui_cp_banner_toggle_button .close_text {
	display: none;
}
.aui_cp_banner .aui_cp_banner_toggle_button.is_opened .open_text {
	display: none;
}
.aui_cp_banner .aui_cp_banner_toggle_button.is_opened .close_text {
	display: inline;
}
.aui_cp_banner .aui_cp_banner_toggle_button.is_sp {
	display: none;
}
.aui_cp_banner .aui_cp_banner_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 4%;
}
.aui_cp_banner .aui_cp_banner_wrapper .aui_banner {
	max-width: 48%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.aui_cp_banner .aui_cp_banner_wrapper .aui_banner:nth-of-type(n+3) {
	display: none;
}
.aui_cp_banner .aui_cp_banner_close {
	width: 100%;
}
.aui_cp_banner .aui_cp_banner_close_button {
	display: none;
}
.aui_cp_banner .aui_cp_banner_close_button.is_pc {
	margin: auto auto 40px;
}
.aui_cp_banner .aui_banner.is_opened ~ .aui_cp_banner_close .aui_cp_banner_close_button.is_pc {
	display: block;
}
