﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
small {
	font-size: 12px;
}
input, select {
	vertical-align: middle;
	margin: 0px;
}
/* 共通 */

body {
	color: #333;
	background: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Noto Sans JP", "Noto Sans SC", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
input[type=text], input[type=search], input[type=number], input[type=tel], input[type=email], input[type=password], textarea, select {
	border: 1px solid #cccccc;
	min-height: 20px;
	max-width: 90%;
}
textarea {
	font-family: "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	padding: 1px;
	border: 1px solid #cccccc;
	border-radius: 5px
}
input[type=text], input[type=search], input[type=number], input[type=tel], input[type=email], input[type=password] {
	-webkit-appearance: none;
	height: 3.6em;
	padding: 1.3em 0.6em;
	margin: 5px 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-sizing: border-box;
}
input[type=text]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus {
	border: solid 1px #EEA34A;
}
select {
	font-family: "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
}
a, a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
/* 文字サイズ */
.large_ {
	font-size: 16px;
}
.xlarge_ {
	font-size: 18px;
}
.small_ {
	font-size: 12px;
}
.xsmall_ {
	font-size: 10px;
}
/**/

.leftfloat_ {
	float: left;
}
.rightfloat_ {
	float: left;
}
.clear_ {
	clear: both!important;
}
.lefttext_ {
	text-align: left;
}
.righttext_ {
	text-align: right;
}
.centertext_ {
	text-align: center;
}
/* 特定メッセージ（インライン） */
.error_ {
	color: #ff0000;
	font-size: 14px;
}
.notice_ {
	color: #993300;
}
.info_ {
	font-weight: bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color: #ffffff;
	border: solid 1px #ff5500;
	padding: 4px;
	margin: 5px 10px;
	text-align: center;
}
div.notice_, table.notice_ {
	background-color: #ffffff;
	border: solid 1px #996666;
	padding: 4px;
	margin: 4px 0;
}
div.info_, table.info_ {
	background-color: #ffffff;
	border: solid 1px #666666;
	padding: 10px;
	margin: 5px 10px;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 10px 10px;
}
/**/

.message_ {
	padding: 0 10px 10px;
}
/* 入力フォーム */
.hidden_ {
	display: none;
}
li.title_ {
	background-color: #e5f3ff;
	border-left: 5px solid #e5f3ff;
	padding: 1px 10px;
	margin-top: 3px;
}
.input_must_ input, .input_must_ textarea, .input_must_ select {
	background-color: #ffebeb;
}
img.must_ {
	vertical-align: middle;
	margin-left: 10px;
}
li.must_ {
	border-left: 5px solid #ff6666;
}
span.must_ {
	color: #ffc0cb;
	background-color: #ffc0cb;
	padding: 0 2px;
}
.hiddenEnter_ {
	width: 0;
	height: 0;
}
.classrequired {
	background: #ffeeee;
}
.classerror {
	background: #ffeeee;
}
/**/

.efo_icon_ {
	vertical-align: middle;
}
/* ボタン */
.button_ {
	color: #fff;
}
.large_button_ {
	-webkit-appearance: none;
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin: 5px 0;
	padding: 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 5px 0;
	padding: 7px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.vatiation_cart_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin: 5px 0;
	padding: 14px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.small_button_ {
	font-size: 14px;
	text-align: center !important;
	padding: 8px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 58px;
	height: 40px;
}
.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.main_action_button_ {
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	background: #cc0000;
	border: none;
	text-decoration: none;
	-webkit-appearance: none;
}
.haneda_ .main_action_button_ {
}
#recount.main_action_button_ {
	background: #CCCCCC;
	border: none;
	color: #555555;
}
#cart_next.main_action_button_ {
	padding: 0;
}
#cart_gift.main_action_button_ {
	padding: 0;
	background: #ffa200;
	border-bottom: #d28500 2px solid;
}
ul.goods_p_ li .btn_ .cart_ input[type=button].ajax_wait_button_ {
	padding-left: 0;
	background: #cc0000;
}
.sub_action_button_ {
	-webkit-appearance: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	color: #333;
	font-weight: bold;
	border: none;
	background: #ccc;
}
.sub_action_button_contact_store_ {
	-webkit-appearance: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	color: #333;
	font-weight: bold;
	border: none;
	background: #FC8326;
}
.sub_action_button_.small_button_ {
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	background: #666666;
	border: none;
	color: #ffffff;
}
#order_next.main_action_button_ {
	text-wrap: wrap;
}
#order_back.sub_action_button_ {
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	text-decoration: underline;
	font-size: 12px;
	background: #FFF;
	border: none;
	border-bottom: none;
	color: #666666;
}
.ajax_wait_sub_button_ {
	border: 1px solid #006AB8 !important;
}
.backorderlink_ {
	font-weight: bold;
	border: none;
	background: #1a77be;
}
/**/

.common_headline1_ {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 25px 12px 15px;
}
.common_headline2_ {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	padding: 6px 17px 7px;
	margin: 0 0 15px;
	background-color: #eeeeee;
}
#block_of_accessory .common_headline2_ {
}
.common_headline2_.userreview_ {
	color: #fff;
	text-align: center;
	background-color: #666666;
}
.common_headline3_ {
	margin-bottom: 5px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.disp_none_ {
	display: none;
}
.disp_block_ {
	display: block;
}
.txt_linethrough_ {
	text-decoration: line-through;
}
.valign_m_ {
	vertical-align: middle;
}
.position_relative_ {
	position: relative;
}
.fontsize_small_ {
	font-size: small;
}
.whitespace_nowrap_ {
	white-space: nowrap;
}
/* 価格表示 */
.price_pop_ {
	color: #cc0000;
	font-size: 12px;
	margin: 0 0 5px;
}
.price_box_ {
	margin: 5px 0 0;
}
.price_box_ small {
	font-size: 14px;
	margin-right: 12px;
	font-weight: 400;
}
.price_ {
	color: #333;
	font-size: 16px;
	font-weight: 500;
}
.special_price_ {
	color: #cc0000;
	font-size: 16px;
	font-weight: 500;
}
.default_price_ {
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
.coupon_bonus_ {
	color: #CC3300;
	font-weight: bold;
	white-space: nowrap;
}
.exchange_ {
	color: #555555;
	font-weight: normal;
}
.exchange_ .exchange_price_, .exchange_ .exchange_rate_dt_ {
	display: block;
	font-size: 12px;
}

/* --------------------------------------------------------------------
	ユーザー定義　総合トップページ
--------------------------------------------------------------------- */
#entrance {
	padding: 10px 0 0;
	border-top: 3px solid #cc0000;
	background: #f9f4ea;
}
#entrance .main_column_ {
	text-align: center;
	padding: 26px 10px 10px;
	margin: 0 12px 40px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
}
#entrance .lang_box_ {
	display: none;
}
#entrance .logo_ {
	margin: 0 0 20px;
}
#entrance .logo_ img {
	height: 25px;
}
#entrance h1 {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
}
#entrance .top_comment_ {
	font-size: 12px;
	margin: 10px 0 20px;
}
#entrance .language_comment_ {
	margin: 0 0 30px;
}
#entrance .language_comment_ li {
	font-size: 10px;
	margin: 5px 0 0;
}
#entrance .language_comment_ li:first-child {
	font-size: 12px;
	margin-top: 0;
}
#entrance #select_language {
}
#entrance #lang_tab {
	font-size: 0;
	text-align: center;
	padding: 0 4px;
}
#entrance #lang_tab li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	width: calc((100% - 12px)/3);
	padding: 8px 0;
	margin: 0 2px;
	border: 1px solid #ccc;
	background: #333;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	transition: 0.3s;
}
#entrance #lang_tab li.active_ {
	color: #c00;
	background: #fff;
	border-bottom: 1px solid #fff;
}
#entrance .lang_frame_ {
	/* padding: 15px 5px;
	margin-top: -1px;
	border: 1px solid #ccc; */
}
#entrance .lang_frame_ .lang_box_ {
	overflow: hidden;
	display: none;
}
#entrance .lang_frame_ .link_narita_,
#entrance .lang_frame_ .link_haneda_ {
	width: calc((100% - 20px)/2);
	margin: 0 5px;
}
#entrance .lang_frame_ .link_narita_ {
	float: left;
}
#entrance .lang_frame_ .link_haneda_ {
	float: right;
}
#entrance .lang_frame_ .btn_ {
	padding: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#entrance .lang_frame_ .btn_ a {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	padding: 27px 0;
	border-bottom: 3px solid #cc0000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eeeeee), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#ffffff, #eeeeee);
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	background: -ms-linear-gradient(#ffffff, #eeeeee);
	background: linear-gradient(#ffffff, #eeeeee);
}
#entrance .lang_frame_ .link_haneda_ .btn_ a {
	border-bottom: 3px solid #53c6a0;
}
#entrance .lang_frame_ .btn_ span {
	display: block;
	padding: 0 12%;
	background: url(../img/usr/sb/arrow_red_r.png) 96% center no-repeat;
	background-size: auto 12px;
}
#entrance .lang_frame_ .link_haneda_ .btn_ span {
	background: url(../img/usr/sb/arrow_green_r.png) 96% center no-repeat;
	background-size: auto 12px;
}
/* 英語ページのみ下記調整 */
html[lang="en"] #entrance .lang_frame_ .link_narita_ .btn_ span {
	padding: 0 16%;
}
#entrance .description_ {
	margin: 30px 0 0;
}
#entrance .description_ .catch_ {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
}
#entrance .description_ .catch_ span {
	color: #c00;
}
#entrance .description_ .comment_ {
	font-size: 12px;
	line-height: 1.6;
}
#entrance .description_ ol {
	overflow: hidden;
	margin: 20px 0 0;
}
#entrance .description_ ol li {
	float: left;
	list-style: none;
	width: 50%;
	padding: 0 3px;
	margin: 0 0 20px;
	box-sizing: border-box;
}
#entrance .description_ ol li:nth-child(odd) {
	clear: both;
}
#entrance .description_ ol li .txt_ {
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0 0;
}
#entrance .description_ ol li .txt_ span {
	color: #c00;
}

#entrance .information_ {
	margin: 20px 0 0;
}
#entrance .information_ h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}
#entrance .information_ ul li {
	margin-top: 10px;
}
#entrance .information_ ul li:first-child {
	margin-top: 0;
}

#entrance .toppage_link_ {
	font-size: 0;
	text-align: center;
	margin: 0 0 30px;
}
#entrance .toppage_link_ li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding: 0 16px;
	border-left: 1px solid #333;
}
#entrance .toppage_link_ li:first-child {
	border-left: none;
}
#entrance .toppage_link_ li a {
	display: block;
	text-decoration: none;
	padding-left: 14px;
	background: url(../img/usr/arrow_red_r2.png) left center no-repeat;
	background-size: auto 7px;
}
#entrance .copy_ {
	color: #fff;
	font-size: 9px;
	text-align: center;
	padding: 8px 0;
	background: #cc0000;
}

body:has(#lean_overlay[style*="display: block;"]),
body:has(#lean_overlay[style*="display:block;"]) {
	overflow: hidden;
}
#lean_overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 200;
}
.entrance_window_ {
	display: none;
	position: absolute !important;
	width: calc(100% - 24px);
	text-align: center;
	padding: 30px 10px 25px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
}
.entrance_window_ .head_close_ {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	font-weight: 200;
	padding: 5px 10px;
}
.entrance_window_ h2 {
	color: #cc0000;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 18px;
}
.entrance_window_ h2 small {
	display: block;
	font-size: 12px;
	margin: 3px 0 0;
}
.entrance_window_ .top_comment_ {
	font-size: 12px;
	margin: 0 0 15px;
}
.entrance_window_ h3 {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 0;
	margin: 0 0 14px;
	background: #eee;
}
.entrance_window_ .airline_main_ {
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	margin: 0 0 10px;
}
.entrance_window_ .airline_main_ li {
	display: inline;
	white-space: nowrap;
	margin-right: 14px;
}
.entrance_window_ .airline_main_ li:first-child {
}
.entrance_window_ .airline_list_ {
	font-size: 10px;
	line-height: 1.6;
	text-align: left;
}
.entrance_window_ .airline_list_ li {
	display: inline;
	white-space: nowrap;
	margin-right: 12px;
}
.entrance_window_ .airline_list_ li:first-child {
}
.entrance_window_ .btn_ {
	margin: 30px auto 0;
}
.entrance_window_ .btn_ a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
	background: #c00;
	border-radius: 5px;
}
.entrance_window_ .btn_ a.hnd_ {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    background: #53C6A0;
    border-radius: 5px;
}
.entrance_window_ .btn_ a:after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 6px;
	height: 8.5px;
	margin-top: -4px;
	background: url(../img/usr/sb/arrow_white_r.png) center center no-repeat;
	background-size: 6px auto;
}
.entrance_window_ .btn_ a small {
	display: block;
	font-weight: 500;
}
.entrance_window_ .other_terminal_ {
	display: table;
	padding: 12px 15px;
	margin: 10px auto 25px;
	background: #eee;
	box-sizing: border-box;
}
.entrance_window_ .other_terminal_ .comment_,
.entrance_window_ .other_terminal_ .btn_contact_ {
	display: table-cell;
	vertical-align: middle;
}
.entrance_window_ .other_terminal_ .comment_ {
	font-size: 10px;
	text-align: left;
	line-height: 1.6;
	white-space: nowrap;
	padding-right: 8px;
}
.entrance_window_ .other_terminal_ .comment_ strong {
	font-size: 12px;
	font-weight: 600;
}
.entrance_window_ .other_terminal_ .btn_contact_ {
	width: 100%;
}
.entrance_window_ .other_terminal_ .btn_contact_ a {
	position: relative;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 9px 0;
	border: 1px solid #000;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
}
.entrance_window_ .other_terminal_ .btn_contact_ a:after {
	content: "";
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	width: 6px;
	height: 8.5px;
	margin-top: -4px;
	background: url(../img/usr/sb/arrow_black_r2.png) center center no-repeat;
	background-size: 6px auto;
}
.entrance_window_ .bottom_close_ {
	cursor: pointer;
	text-decoration: underline;
}


/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
header {
	height: 100px;
	background: #FFF;
	position: relative;
	z-index: 110;
}
header * {
	box-sizing: border-box;
}
.header_conts {
	width: 100%;
	height: 60px;
  padding: 0 16px;
  display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
}
.header_msg {
	width: 100%;
  padding: 5px 16px;
  display: flex;
	flex: 1;
	align-items: center;
  background: #EFEFEF;
	position: fixed;
	top: 60px;
	left: 0;
}

/* 購入フロー共通ヘッダー用 */
.header_conts:not(:has(#globalmenu)) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	border-bottom: 2px solid #cc0000;
	position: relative;
}
.header_conts:not(:has(#globalmenu)) + .header_msg {
	position: relative;
	top: auto;
}
/* 購入フロー共通ヘッダー用 */
#sitelogo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
	width: 69.8324022346%;
	max-width: 250px;
  text-align: center;
}
#sitelogo a {
  display: inline-block;
  width: 100%;
}
#globalmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3px;
}
#globalnav * {
	box-sizing: border-box;
}
#globalmenu > div {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
}
#globalmenu #gmenu_cart {
  position: relative;
}
#globalmenu #jscart_replace_ {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
.narita #globalmenu #jscart_replace_ {
  background: #9576C7;
}
.haneda #globalmenu #jscart_replace_ {
  background: #3BAF8C;
}
#btn_menu {
	margin-left: 5px;
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
}
.header_msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
  /* -ms-flex-pack: distribute;
      justify-content: space-around; */
  background: #EFEFEF;
  padding: 5px 16px;
}
.header_msg_place {
  font-size: 16px;
  border-radius: 30px;
  background: #FFF;
  padding: 3px 18px;
  width: 125px;
  text-align: center;
}
.header_msg span {
  font-weight: 700;
}
.narita .header_msg_place {
  color: #9576C7;
  border: 1px solid #9576C7;
}
.haneda .header_msg_place {
  color: #3BAF8C;
  border: 1px solid #3BAF8C;
}
.header_msg a {
  font-size: 10px;
  text-align: center;
  margin-left: 5px;
  background: #FFF;
  border-radius: 30px;
  padding: 4px 13px;
  width: 125px;
}
.haneda .header_msg a {
  border: 1px solid #9576C7;
}
.narita .header_msg a {
  border: 1px solid #3BAF8C;
}
.header_msg a span {
  font-size: 14px;
  padding: 0 1px 0 0;
}
#globalnav {
	position: relative;
  padding-top: 2px;
	z-index: 110;
	background: #FFF;
}
.globalnav_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.globalnav_list > li {
  -ms-flex-preferred-size: calc(50% - 1px);
      flex-basis: calc(50% - 1px);
  height: 34px;
}
.globalnav_list > li > a,
.globalnav_list > li > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.narita .globalnav_list > li > a,
.narita .globalnav_list > li > span {
  background: #F1E9FE;
}
.haneda .globalnav_list > li > a,
.haneda .globalnav_list > li > span {
  background: #E1F7F0;
}
.globalnav_list > li > .accordion_.open_ {
	background: #F9F9F9;
}
.globalnav_list > li > a:after,
.globalnav_list > li > span:after {
  position: absolute;
  display: block;
  content: "";
  height: 7px;
  width: 7px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.narita .globalnav_list > li > a:after,
.narita .globalnav_list > li > span:after {
  border-color: #422E60;
}
.haneda .globalnav_list > li > a:after,
.haneda .globalnav_list > li > span:after {
  border-color: #2F574B;
}
.globalnav_list > li > span:after {
  top: 11px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.globalnav_list > li > .accordion_.open_:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.globalnav_list > li a {
  text-decoration: none;
}
.globalnav_list > li > a:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.globalnav_list_menu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #FAFAFA;
	padding-inline: 16px;
	padding-bottom: 5px;
}
.globalnav_list_menu_head {
  padding-block: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.globalnav_list_menu_head a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  font-size: 15px;
}
.narita .globalnav_list_menu_head a {
  border: 1px solid #9576C7;
}
.haneda .globalnav_list_menu_head a {
  border: 1px solid #3BAF8C;
}
.globalnav_list_menu_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  color: #333333;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px;
	width: fit-content;
	margin-inline: auto
}
.globalnav_list_menu_close:before {
  content: "";
  height: 7px;
  width: 7px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  right: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.narita .globalnav_list_menu_close:before {
  border-color: #422E60;
}

/* fixed */
.globalnav_list.fixed_ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0;
  background: #FFF;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.15);
}
body.menu-on .globalnav_list.fixed_ {
	display: none !important;
}

/* --------------------------------------------------------------------
	menu
-------------------------------------------------------------------- */
body.menu-on { 
	overflow: hidden;
	position: relative;
}
#menu_overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
}
#menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 200;
}
#menu a, #menu a:link {
  text-decoration: none;
}
.menu_wrap {
	max-height: calc(100vh - 140px);
  padding: 25px 16px 0;
  position: relative;
	overflow: scroll;
	overflow-x: hidden;
}
.narita .menu_wrap {
  background: #FAFAFA;
}
.haneda .menu_wrap {
  background: #F9F9F9;
}
.menu_close {
  position: fixed;
  top: 40px;
  right: 10px;
  padding: 0;
  padding-left: 10px;
  background: none;
  border: none;
  color: #FFF;
}
.menu_close:before, .menu_close:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #FFF;
  top: 50%;
  left: 0;
}
.menu_close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.menu_close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.menu_icon {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_icon li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
}
.menu_icon_img {
  display: inline-block;
  width: 45.7142857143%;
}
.menu_icon_text {
  margin-top: 5px;
  display: block;
  font-size: min(14px, 3.5897vw);
}
.menu_list {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.narita .menu_list {
  border-color: #D5C9E8;
}
.haneda .menu_list {
  border-color: #C2E5D9;
}
.menu_list >  li {
  border-top-width: 1px;
  border-top-style: solid;
}
.narita .menu_list > li {
  border-color: #D5C9E8;
}
.haneda .menu_list > li {
  border-color: #C2E5D9;
}
.menu_list >  li > span,
.menu_list >  li > a {
  display: block;
  position: relative;
  padding-block: 15px;
}
.menu_list > li > a:after {
  position: absolute;
  display: block;
  content: "";
  height: 6px;
  width: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.narita .menu_list > li > a:after {
  border-color: #422E60;
}
.haneda .menu_list > li > a:after {
  border-color: #2F574B;
}
.menu_list > li > span:before, .menu_list > li > span:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 10px;
  top: 50%;
}
.narita .menu_list > li > span:before, .narita .menu_list > li > span:after {
  background: #422E60;
}
.haneda .menu_list > li > span:before, .haneda .menu_list > li > span:after {
  background: #2F574B;
}
.menu_list > li > span:before {
  right: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_list > li > span:after {
  right: 5px;
}
.menu_list > li > span.open_:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.menu_list_detail {
  display: none;
  margin-inline: -16px;
  padding-left: 40px;
  padding-right: 16px;
}
.menu_acc_list {
	display: none;
  padding-left: 40px;
}
.menu_acc_list li {
  border-top-width: 1px;
  border-top-style: solid;
}
.narita .menu_acc_list li {
  border-color: #D5C9E8;
}
.haneda .menu_acc_list li {
  border-color: #C2E5D9;
}
.menu_acc_list li> a {
  display: block;
  position: relative;
  padding-block: 15px;
	padding-right: 15px;
}
.menu_acc_list li a:after {
  position: absolute;
  display: block;
  content: "";
  height: 6px;
  width: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.narita .menu_acc_list li  a:after {
  border-color: #422E60;
}
.haneda .menu_acc_list li  a:after {
  border-color: #2F574B;
}

/* --------------------------------------------------------------------
	カテゴリーリスト（#globalnav, #menu）
-------------------------------------------------------------------- */
.menu_category_list-icon {
  display: inline-block;
  width: 30px;
}
.menu_category_list li {
  border-top-width: 1px;
  border-top-style: solid;
}
.narita .menu_category_list li {
  border-color: #D5C9E8;
}
.haneda .menu_category_list li {
  border-color: #C2E5D9;
}
.menu_category_list > li > a,
.menu_category_list li > span {
  position: relative;
  padding-block: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.menu_category_list > li > span:before, .menu_category_list > li > span:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 10px;
  top: 50%;
}
.narita .menu_category_list li > span:before, .narita .menu_category_list li > span:after {
  background: #422E60;
}
.haneda .menu_category_list li > span:before, .haneda .menu_category_list li > span:after {
  background: #2F574B;
}
.menu_category_list li > span:before {
  right: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_category_list li > span:after {
  right: 5px;
}
.menu_category_list li > span.open_:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.menu_category_list > li > a:after {
  position: absolute;
  display: block;
  content: "";
  height: 6px;
  width: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.narita .menu_category_list > li > a:after {
  border-color: #422E60;
}
.haneda .menu_category_list > li > a:after {
  border-color: #2F574B;
}
.menu_category_list li > div {
  display: none;
  padding-bottom: 15px;
}
.menu_category_list li > div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-right: 10px;
  line-height: 2;
}
.menu_category_list li > div a:last-child {
  margin-right: 0;
}
.menu_category_list li > div a:last-child:after {
  display: none;
}
.menu_category_list li > div a:after {
  content: "";
  height: 13px;
  width: 1px;
}
.narita .menu_category_list li > div a:after {
  background: #D5C9E8;
}
.haneda .menu_category_list li > div a:after {
  background: #C2E5D9;
}
.menu_category_list li:has(.open_) {
  position: relative;
  z-index: 1;
}
.menu_category_list li:has(.open_):before {
  position: absolute;
  display: block;
  content: "";
	left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  z-index: -1;
}
.narita .menu_category_list li:has(.open_):before {
  background: #F6F0FD;
}
.haneda .menu_category_list li:has(.open_):before {
  background: #E1F7F0;
}
/* メニュー内 */
#menu .menu_category_list li:has(.open_):before {
  left: calc(50% - 12px);
}
/* globalnav内 */
#globalnav .menu_category_list li > div {
	padding-left: 20px;
}
#globalnav .menu_category_list li:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#globalnav.narita .menu_category_list li:last-child {
  border-color: #D5C9E8;
}
#globalnav.haneda .menu_category_list li:last-child {
  border-color: #C2E5D9;
}

/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
#search_box,
.search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
	overflow: hidden;
	padding: 10px 12px;
}
form.search_form_ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
	display: block;
	position: relative;
	height: 28px;
	box-sizing: border-box;
  border-radius: 4px;
}
form.search_form_.narita {
	border: 1px solid #422E60;
}
form.search_form_.haneda {
	border: 1px solid #005A3F;
}
form.search_form_ input.keyword_ {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 26px;
	padding: 0 10px;
	margin: 0;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
}
form.search_form_ .placeholder_ {
	position: absolute;
	top: 0;
	left: 10px;
	color: #7E7E7E;
	font-size: 14px;
	line-height: 26px;
}
form.search_form_ .search_button_ {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	width: 35px;
	height: 26px;
	text-indent: -9999px;
	padding: 0;
	border: none;
	background: url("/img/usr/common/search_button.png") no-repeat center / auto 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
form.search_form_.narita .search_button_ {
	background-color: #422E60;
}
form.search_form_.haneda .search_button_ {
	background-color: #005A3F;
}
.search_detail_ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.search_detail_ a {
	font-size: 12px;
	text-decoration: underline;
}
/* #search_box内 */
.search_detail_.narita a {
	color: #422E60;
}
.search_detail_.haneda a {
	color: #2F574B;
}
.search_box {
	padding: 0;
	gap: 20px;
  margin-bottom: 20px;
}
.search_box .search_detail_ a {
	font-size: 14px;
}
/* TOP以外 */
body:not(#top) #search_box .search_form_ {
	border: 1px solid #422E60;
}
body:not(#top) #search_box .search_button_ {
	background-color: #422E60;
}
body:not(#top) #search_box .search_detail_ a {
	color: #422E60;
}
body.haneda_:not(#top) #search_box .search_form_ {
	border: 1px solid #005A3F;
}
body.haneda_:not(#top) #search_box .search_button_ {
	background-color: #005A3F;
}
body.haneda_:not(#top) #search_box .search_detail_ a {
	color: #2F574B;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
footer {
}
footer .banner_ {
	font-size: 0;
	text-align: center;
	padding: 30px 32px 16px;
	border-top: 1px solid #dcdcdc;
}
footer .banner_ li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 14px;
}
footer .banner_ li img {
	max-height: 43px;
}
footer #pagetop {
  border-top: 1px solid #000;
}
footer #pagetop a {
  display: block;
  color: #000;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
footer #pagetop span {
  display: inline-block;
  padding: 11px 0 11px 30px;
  background: url(../img/usr/sb/common/pagetop.png) left center no-repeat;
  background-size: auto 18px;
}
footer a, footer a:link {
  text-decoration: none;
}
.footermenu_lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  color: #FFF;
  font-size: 16px;
}
.narita .footermenu_lead {
  background: #B146C6;
}
.haneda .footermenu_lead {
  background: #058371;
}
.footermenu_lead a {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 40px;
}
.footermenu_list {
  padding-inline: 16px;
}
.footermenu_list li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.narita .footermenu_list li {
  border-color: #BAAFBC;
}
.haneda .footermenu_list li {
  border-color: #C2E5D9;
}
.footermenu_list li > span,
.footermenu_list li > a {
  display: block;
  position: relative;
  padding-block: 15px;
}
.footermenu_list li > a:after {
  position: absolute;
  display: block;
  content: "";
  height: 6px;
  width: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.narita .footermenu_list li > a:after {
  border-color: #B68ABD;
}
.haneda .footermenu_list li > a:after {
  border-color: #2F574B;
}
.footermenu_list li > span:before, .footermenu_list li > span:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 10px;
  top: 50%;
}
.narita .footermenu_list li > span:before, .narita .footermenu_list li > span:after {
  background: #B68ABD;
}
.haneda .footermenu_list li > span:before, .haneda .footermenu_list li > span:after {
  background: #2F574B;
}
.footermenu_list li > span:before {
  right: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footermenu_list li > span:after {
  right: 5px;
}
.footermenu_list li > span.open_:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.footermenu_list li:last-child {
  border-bottom: none;
}
.footermenu_list_detail {
  display: none;
  padding: 10px 0 10px 20px;
  border-top-style: solid;
  border-top-width: 1px;
}
.narita .footermenu_list_detail {
  border-color: #BAAFBC;
}
.haneda .footermenu_list_detail {
  border-color: #C2E5D9;
}
.footermenu_list_detail a {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
.footermenu_list_detail a:last-child {
  margin-right: 0;
}
.footermenu_list_detail a:last-child:after {
  display: none;
}
.footermenu_list_detail a:after {
  content: "";
  height: 13px;
  width: 1px;
}
.narita .footermenu_list_detail a:after {
  background: #D5C9E8;
}
.haneda .footermenu_list_detail a:after {
  background: #C2E5D9;
}
.footernav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 25px 16px;
  background: #222121;
}
.footernav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 15px;
  margin-bottom: 5px;
}
.footernav_list li {
  font-size: 12px;
}
.footernav_list li a {
  color: #FFF;
}
.footernav #copyright {
  text-align: center;
  color: #FFF;
  width: 100%;
}
.footernav #copyright small {
  font-size: 10px;
}
.footernav_bnr {
  width: 60px;
  margin: 0 0 0 20px;
}

/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
.sp-slides-container {
	overflow: hidden;
}
.sp-slides {
	position: relative;
}
.sp-slide {
	position: absolute;
}
.sp-slide img {
	width: 100%;
}
.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
	max-width: none;
}
/* info */
.info {
  height: 44px;
  width: 100%;
	padding-inline: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.info.narita {
  background-color: #B146C6;
}
.info.haneda {
  background-color: #038371;
}
.info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  width: 100%;
  gap: 3px;
  color: #FFF;
	text-decoration: none;
}
.info a span {
  display: block;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.info a:after {
  content: "";
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  flex: 0 0 auto;
}

.information_narita {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    padding: 10px 5px;
    margin-bottom: 20px;
    text-align: center;
}

.information_haneda {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    padding: 10px 5px;
    margin-bottom: 20px;
    text-align: center;
}

#mainvisual {
	position: relative;
	padding-bottom: 1px;
  background: #F2F2F2;
	text-align: center;
}
#mainvisual .sp-arrow {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -45px;
	text-indent: -9999px;
	width: 36px;
	height: 36px;
  border-radius: 50%;
  background: url(../img/usr/top/arrow.png) rgba(255, 255, 255, 0.85) no-repeat center / 35% auto;
  border: 1px solid #787878;
}
#mainvisual .sp-previous-arrow {
	left: 8px;
  transform: scale(-1, -1);
}
#mainvisual .sp-next-arrow {
	right: 8px;
}
#mainvisual .sp-buttons {
	position: relative;
	display: inline-block;
	font-size: 0;
	text-align: center;
	margin: 15px 0 0;
}
#mainvisual .sp-button {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	border: 1px solid #ccc;
	border: 1px solid #B4B4B4;
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
#mainvisual .sp-selected-button {
	border: 1px solid #505050;
	background-color: #505050;
}
#mainvisual .slider_controls {
	position: absolute;
  display: flex;
  justify-content: space-between;
	bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#mainvisual .slider_controls button {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  vertical-align: bottom;
  cursor: pointer;
}
#mainvisual #slider_play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #505050;
  margin-right: 10px !important;
}
#mainvisual #slider_pause {
  border: none;
  width: 8px;
  height: 10px;
  border-left: 3px solid #505050;
  border-right: 3px solid #505050;
  margin-left: 10px !important;
}
#top .wrapper_ {
  background: #F2F2F2;
	padding-top: 30px;
	padding-bottom: 70px;
}
#block_of_free1,
#block_of_event,
#block_of_free2 {
	padding-inline: 30px;
}
/* top_guide */
.top_guide {
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 0;
  text-align: center;
  color: #505050;
}
.top_guide_lead {
  margin-bottom: 10px;
  font-size: 21px;
}
.top_guide_lead span {
  font-size: 23px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
}
.top_guide_text {
	margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.top_guide_list {
  margin-bottom: 30px;
	padding-inline: 35px;
}
.top_guide_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  margin: 0;
	padding: 10px 5px;
	gap: 15px;
}
.top_guide_list li:last-child {
  border-bottom: none;
}
.top_guide_list li span {
  width: 40px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-size: 30px;
}
.top_guide_list li div {
  width: 50px;
}
.top_guide_list li p {
  width: calc(100% - 120px);
  font-size: 15px;
	text-align: left;
}
.top_guide_btn {
  position: relative;
  margin-inline: auto;
  max-width: 240px;
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
	text-decoration: none;
	border-radius: 22px;
}
.top_guide_btn:link,
.top_guide_btn:hover {
  text-decoration: none;
}
.top_guide_btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.top_guide.narita .top_guide_list li span {
  color: #B146C6;
}
.top_guide.narita .top_guide_btn {
  color: #B146C6;
  border: 1px solid #B146C6;
}
.top_guide.narita .top_guide_btn:after {
  border-top: 1px solid #B146C6;
  border-right: 1px solid #B146C6;
}
.top_guide.haneda .top_guide_list li span {
  color: #038371;
}
.top_guide.haneda .top_guide_btn {
  color: #038371;
  border: 1px solid #038371;
}
.top_guide.haneda .top_guide_btn:after {
  border-top: 1px solid #038371;
  border-right: 1px solid #038371;
}
/* top_bnr */
.top_bnr {
  margin-top: 40px;
	margin-bottom: 70px;
}
.top_bnr li {
  width: 100%;
  margin-bottom: 20px;
}
.top_bnr li img {
  width: 100%;
}
.top_bnr li:last-child {
  margin-bottom: 0;
}
/* top_ttl */
.top_ttl,
#top .ttl_history_ {
  margin-bottom: 20px;
  font-size: 22px;
  color: #505050;
  font-weight: 400;
	text-align: left;
}
/* top_bland */
.top_bland {
	margin-bottom: 60px;
}
.top_bland * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_bland_list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.top_bland_list li {
  width: calc((100% - 12px) / 3);
  height: 60px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 10px;
}
.top_bland_list li a {
  width: 100%;
  height: 100%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_bland_btn {
  position: relative;
  margin-inline: auto;
  max-width: 204px;
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #505050;
  border: 1px solid #969696;
  background: #FFFFFF;
  border-radius: 22px;
}
.top_bland_btn:link, .top_bland_btn:hover {
  text-decoration: none;
}
.top_bland_btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
}
/* トップ　横スクロール */
#top .goods_ {
  margin-bottom: 70px;
	margin-right: -30px;
  background: #FFF;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	overflow-x: auto;
}
#top .goods_r_ {
	margin-bottom: 0;
}
#top .goods_list_wrapper_,
#top .goods_r_ > ul,
#top .goods_ > ul {
	width: max-content !important;
}
#top .goods_r_ > ul,
#top .goods_ > ul {
	padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	gap: 20px;
	margin: 0;
}
#top .goods_r_ > ul li,
#top .goods_ > ul li {
	width: 142px !important;
	height: auto !important;
	padding: 0;
	margin: 0;
}
#top .goods_r_ > ul li .img_,
#top .goods_ > ul li .img_ {
	aspect-ratio: 1 / 1;
	height: auto !important;
	padding: 0;
	margin: 0 0 30px;
}
#top .goods_ > ul li .img_ figure {
	position: static;
}
#top .goods_ > ul li .img_ figure span {
	height: auto;
}
#top .goods_ .icon_ {
	display: none;
}
#top .goods_ .brand_,
#top .goods_ .name_,
#top .goods_ .price_box_,
#top .goods_ .default_price_,
#top .goods_ .default_price_ small {
	margin: 0;
	font-size: 14px;
	color: #505050;
}
#top .goods_ .brand_ {
	margin-bottom: 5px;
}
#top .goods_ .name_ {
	margin-bottom: 10px;
}
#top .goods_ .special_price_ {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  color: #D1654B;
}
#top .goods_ .special_price_ small {
	font-size: 14px;
  font-family: "Noto Sans JP", "Noto Sans SC", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top .goods_ .default_price_ small,
#top .goods_ .special_price_ small {
	margin-right: 5px;
}
/* history */
#top #block_of_history {
	padding: 0 30px;
	border: none;
}
#top #block_of_history .goods_list_wrapper_ {
	padding: 8px 10px;
}
#top #block_of_history .goods_h_ li {
	width: 110px !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* top_ranking */
.top_ranking * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_ranking_ttl .top_ranking_notice {
  margin: -15px 0 20px;
  font-size: 12px;
  color: #505050;
}
.top_ranking_ttl .top_ranking_notice a {
  text-decoration: underline;
}
.top_ranking_trigger {
	margin-right: -20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
	font-size: 0;
}
.top_ranking_trigger a {
  width: calc((100vw - 70px) / 2);
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #969696;
  font-size: 14px;
  color: #505050;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_ranking_trigger a:nth-child(odd) {
	margin-right: 10px;
}
.top_ranking_trigger a.active {
  color: #FFF;
  background: #505050;
}
.top_ranking_trigger a:link, .top_ranking_trigger a:hover {
  text-decoration: none;
}
#top .goods_r_ li .rank_icon_ {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-size: 22px;
  color: #505050;
  font-weight: 400;
}
#top .goods_r_ > ul li .img_,
#top .goods_r_ > ul li .img_ figure {
	display: block;
}
.top_ranking_conts > div {
  display: none;
}
.top_ranking_conts #top_ranking_all {
  display: block;
}
/* 多言語 */
html[lang="en"] #top .goods_r_ > ul li,
html[lang="en"] #top .goods_ > ul li {
  padding-bottom: 50px;
}
/* top_topics */
.top_topics {
  margin-bottom: 70px;
}
.top_topics * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_topics_conts {
  color: #505050;
}
.top_topics_conts dl {
  background: #FFF;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 25px;
}
.top_topics_conts dl:last-child {
  margin-bottom: 0;
}
.top_topics_conts dl dt {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
}
.top_topics_conts dl dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  background: #F2F2F2;
  border-radius: 5px;
  height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5px;
  font-family: "Noto Sans JP", "Noto Sans SC", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_topics_conts dl dt span:first-of-type {
  margin-left: 10px;
}
.top_topics_conts dl dd a {
  font-size: 14px;
  line-height: 1.8571428571;
  color: #505050;
}
.top_topics_conts dl dd a:link,
.top_topics_conts dl dd a:hover {
  text-decoration: none;
}
.top_topics_conts dl dd a.othertab {
    position: relative;
    padding-right: 12px;
}
.top_topics_conts dl dd a.othertab::after {
  content: url('/img/icon/othertab.png');
  display: inline-block;
  margin: 0 3px;
  position:  relative;
  right: -6px;
  top: -2px;
}
/* top_recommend top_related */
.top_recommend *,
.top_column *,
.top_related * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_recommend_wrap,
.top_column_wrap,
.top_related_wrap {
  margin-right: -30px;
	overflow-x: auto;
	padding-right: 30px;
}
.top_recommend_conts,
.top_column_conts,
.top_related_conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top_recommend_item a:hover,
.top_recommend_item a:link,
.top_column_item a:hover,
.top_column_item a:link,
.top_related_item a:link,
.top_related_item a:hover {
  color: #505050;
	text-decoration: none;
}
.top_recommend_item .img,
.top_column_item .img,
.top_related_item .img {
  border-radius: 10px;
  overflow: hidden;
}
.top_recommend_item .img img,
.top_column_item .img img,
.top_related_item .img img {
  width: 100%;
}
.top_recommend_item .desc,
.top_column_item .desc,
.top_related_item .desc {
  font-size: 14px;
  color: #505050;
  padding: 0 15px;
}
.top_related_item .desc {
  padding: 0 5px;
}
.top_related_item .desc dt {
  margin-bottom: 10px;
  line-height: 1.7142857143;
}
.top_related_item .desc dd {
  line-height: 1.6;
  /* overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}
.top_recommend,
.top_column {
  margin-bottom: 70px;
}
.top_recommend_conts,
.top_column_conts {
  gap: 20px;
}
.top_recommend_item,
.top_column_item {
  width: 260px;
}
.top_recommend_item .img,
.top_column_item .img {
  margin-bottom: 20px;
  aspect-ratio: 340 / 191;
  background: #FFF;
}
.wovn_banner_recommend {
  position: relative;
}
.wovn_recommend_caption {
    position: absolute;
	top: 83%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1rem;
	text-align: center;
	white-space: nowrap;
}
.wovn_recommend_annotation {
    position: absolute;
    top: 68%;
    left: 77%;
    color: #fff;
    font-size: 0.6rem;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem;
    text-align: center;
    white-space: nowrap;
}

.top_related_conts {
  gap: 15px;
}
.top_related_item {
  width: 150px;
}
.top_related_item .img {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  background: #FFF;
  width: 100%;
  height: 85px;
  padding: 10px;
}
.top_related_item .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* top column  */
.top_column {
  margin: 0 0 70px;
}
.top_column a {
	text-decoration: none;
}
.top_column_list {
  display: flex;
	flex-direction: column;
  gap: 18px;
}
.top_column_list li a {
  display: flex;
	align-items: center;
	gap: 12px;
}
.top_column_list li .img {
	width: 35%;
	border-radius: 10px;
	overflow: hidden;
}
.top_column_list li .desc {
	width: 65%;
  font-size: 14px;
  color: #505050;
}

/* banner */
#top_banner {
	margin: 0 12px 25px;
}
#top_banner li {
	margin: 0 0 10px;
}
#category_search {
	margin: 0 0 25px;
}
#category_search h2 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 15px;
}
#category_search h2 span {
	padding-left: 22px;
	background: url(../img/usr/sb/ico_search.png) left center no-repeat;
	background-size: auto 16px;
}
#category_search .inner_ {
	display: table;
	width: calc(100% - 24px);
	margin: 0 12px;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
#category_search .inner_:first-of-type {
	border-top: 1px solid #dcdcdc;
}
#category_search .inner_ a {
	display: table-cell;
	vertical-align: middle;
	width: calc(100%/2);
	text-decoration: none;
	border-right: 1px solid #dcdcdc;
	box-sizing: border-box;
}
#category_search .inner_ .img_ {
	display: block;
	padding: 3px 40px 0;
	text-align: center;
}
#category_search .inner_ .txt_ {
	display: block;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-weight: bold;
	text-align: center;
}
#category_search .inner_ .img_ + .txt_ {
	padding: 0 0 16px;
}
/* 商品カテゴリ　奇数の場合　レイアウト調整 */
#menu .menu_category_ .inner_ a.spacer,
#category_search .inner_ a.spacer {
	pointer-events: none;
	border-right: none;
}
#menu .menu_category_ .inner_:has(a.spacer),
#category_search .inner_:has(a.spacer) {
	border-bottom: none;
}
#menu .menu_category_ .inner_ a:has( +.spacer),
#category_search .inner_ a:has( +.spacer) {
	border-bottom: 1px solid #dcdcdc;
}

/* --------------------------------------------------------------------
	会員規約
-------------------------------------------------------------------- */
#agree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#agree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}
/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}
div.login_ div.loginform_ {
	margin-bottom: 20px;
}
div.login_ div.loginform_ div.form_text_ {
	margin: 5px 0;
}
div.login_ div.askpass_ {
	margin: 10px auto;
}
.login-list {
	overflow: hidden;
	text-align: left;
	border-top: 1px solid #9fb7d4;
	margin-bottom: 10px;
}
.login-list li.inputimage_ {
	width: 100%;
}
.login-list li.inputimage_ a {
	display: block;
	padding-left: 50px;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #9fb7d4;
	color: #000;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
div.login_ .loginform_ input.login_uid_, div.login_ .loginform_ input.login_pwd_ {
	width: 100%;
	max-width: 100%;
	text-indent: 0.6em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.login_ .common_headline1_ {
}
div.login_ input[type=submit].main_action_button_, div.login_ input[type=button].main_action_button_ {
	-webkit-appearance: none;
}
div.login_ div.loginform_ div.form_text_ {
	font-size: 12px;
	padding: 0;
}
div.login_ div.loginform_ span.headline_text_ {
}
div.login_ div.loginform_ span.headline_text_relate_ {
	top: -3px;
	font-size: 12.5px;
}
div.login_ div.loginform_ img.icon_ {
	padding-left: 10px;
	padding-right: 10px;
	width: 30px;
	height: 30px;
}
div.login_ .forgotpass_ {
	margin-top: 10px;
	text-align: center;
}
.loginform_ input.bnt_login_,
.loginform_ input.btn_quickentry_,
.loginform_ input.btn_entry_,
.loginform_ input.btn_guest_ {
	font-size: 15px;
	width: calc(240 / 375 * 100vw);
	max-width: 240px;
	height: 46px;
	margin: 5px auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 23px;
	display: block;
}
.loginform_ input.btn_guest_ {
	margin-top: 10px;
}
.loginform_ input.bnt_login_,
.loginform_ input.btn_quickentry_,
.loginform_ input.btn_entry_ {
	color: #FFFFFF;
	background-color: #976F11;
	border-color: #976F11;
}
.loginform_ input.btn_guest_ {
	color: #515151;
	border-color: #505050;
}
/* --------------------------------------------------------------------
	追加認証
-------------------------------------------------------------------- */
input.certify_ {
	width: 0px;
	height: 0px;
}
div.certify_escape_ {
	margin-top: 10px;
	text-align: center;
}
div.certify_escape_ a {
	text-decoration: underline;
	font-size: 13px;
}
/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 10px;
}
div.customer_ table.customer_, div.customer_ table.customerconfirm_ {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
div.customer_ table.customer_ th, div.customer_ table.customerconfirm_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.customer_ td, div.customer_ table.customerconfirm_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}
div.customer_ input.zip_ {
	width: 140px;
}
dl.customer_ input.customer_card_ {
	width: 190px;
}
dl.customer_ input.pin_ {
	width: 140px;
}
/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */
div.customer_status_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F8F8F8;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.customer_name_ {
}
.loginname_ {
}
.mypoint_ {
}
.point_ {
	font-weight: bold;
}
.recommend_ {
	margin: 10px;
}
#mypagenav {
	margin: 20px 10px;
}
#mypagenav li {
	border-bottom: 1px solid #CCC;
}
#mypagenav li:first-child {
	border-top: 1px solid #CCC;
}
#mypagenav li a {
	display: block;
	padding: 5px 25px 5px 0px;
	text-decoration: none;
	background: url(../img/usr/sb/common/link_mypage.png) right center no-repeat;
	-webkit-background-size: 19px 20px;
	background-size: 19px 20px;
}
#mypagenav li img {
	margin-right: 10px;
	width: 40px;
	vertical-align: middle;
}
#mypagenav #dest_change a {
	cursor: pointer;
	background: url(../img/usr/sb/common/link_mypage.png) right center no-repeat;
	-webkit-background-size: 19px 20px;
	background-size: 19px 20px;
}
#mypagenav #dest_change ul#destnav {
}
#mypagenav #dest_change ul#destnav li {
}
#mypagenav #dest_change ul#destnav li:last-child {
	border-bottom: none;
}
#mypagenav #dest_change ul#destnav li a {
	padding-left: 30px;
	background: #F0F0F0 url(../img/usr/link_dest.png) right center no-repeat;
}
.customer_ {
	margin-bottom: 10px;
}
.customer_ p {
}
.submit_ {
	margin: 0 10px 30px;
	text-align: center;
}
.submit_ .message_ {
	font-size: 12px;
}
/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 10px;
}
div.sales_info_ {
	margin: 0 10px 10px;
}
table.order_ th, table.sales_ th, table.method_ th, table.purchase_ th, table.ship_ th, table.historydetail_ th {
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	width: 40%;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.order_ td, table.sales_ td, table.method_ td, table.purchase_ td, table.ship_ td, table.historydetail_ td {
	border: 1px solid #CCCCCC;
	border-left: none;
	padding: 3px;
}
table.order_ td.nocell_, table.sales_ td.nocell_, table.method_ td.nocell_, table.purchase_ td.nocell_ {
	border: none !important;
}
table.sales_ td, table.method_ td {
	text-align: right;
}
table.purchase_ {
	margin-bottom: 10px;
	width: 100%;
}
table.purchase_ th {
	width: 22%;
}
table.ship_ {
	margin: 0 0 10px;
	width: 100%;
}
/* 購入履歴 */
div.history_table_ {
	margin: 0 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border: #E5E5E5 1px solid;
	border-bottom: none;
}
table.history_ td {
	padding: 1px 5px;
	border-bottom: #E5E5E5 1px solid;
}
table.history_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom: #E5E5E5 1px solid;
	white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
table.history_ td.order_detail_ {
	padding: 0px;
}
table.history_ td.order_detail_ ul {
	width: 100%;
}
table.history_ td.order_detail_ ul li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ span {
	padding: 5px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	border: 1px solid #CCCCCC;
	background-color: #f6f6f6;
	background: #DFDFDF -moz-linear-gradient(top, #FFF, #DFDFDF);
	background: #DFDFDF -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DFDFDF));
	background: #DFDFDF linear-gradient(top, #FFF, #DFDFDF);
}
table.history_ td.status_ {
	padding-top: 5px;
}
table.history_ td.status_ img {
	width: 160px;
}
table.history_ td.total_ {
	font-size: 16px;
}
div.historydetail_ {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
/**/
div.estimate_box_content_ {
	margin-left: 10px;
	margin-bottom: 10px;
}
table.formlist_ td.cancel_ {
	background-color: #f6f6f6;
}
table.destgoodslist_ {
	width: 100%;
	margin-bottom: 10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_ {
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_ {
}
table.destgoodslist_ th.sales_detail_append_spec_, table.destgoodslist_ td.sales_detail_append_spec_ {
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_ {
}
table.destgoodslist_ td.cancel_dt_ {
	color: #cc0000;
}
table.destgoodslist_ img.img_ {
	max-width: 180px;
}
div.processimage_ {
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}
/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
#page_bookmark .navipage_.top_    { padding: 15px 16px; margin-bottom: 0; border: none; text-align: left;}
#page_bookmark .navipage_.bottom_ { display: none;}
div.customer_ ul.bookmark_frame_  { margin: 0 16px 30px;}
div.customer_ li.bookmark_item_   { width: 100%; padding: 13px; background: #F5F5F5; overflow: hidden; position: relative; box-sizing: border-box;}
div.customer_ li.bookmark_item_ + li.bookmark_item_ { margin-top: 15px;}
div.customer_ li.bookmark_item_ * { box-sizing: border-box;}
div.customer_ li.bookmark_item_ div.head_ { margin: 0 0 15px;	display: flex; justify-content: space-between; align-items: flex-start; column-gap: 13px;}
div.customer_ li.bookmark_item_ div.head_ div.cartgoods_ { width: 32px; padding: 0; margin: 0; float: none; display: block;}
div.customer_ li.bookmark_item_ div.head_ div.cartgoods_ input[type="checkbox"]{
  -webkit-appearance: none;
  -moz-appearance: none;
	width: 32px;
	height: 32px;
	margin: 0;
	border: #505050 1px solid;
	border-radius: 3px;
	background: #fff;
	position: relative;
}
div.customer_ li.bookmark_item_ div.head_ div.cartgoods_ input[type="checkbox"]:checked { border: #CC0000 1px solid !important; background: #CC0000 !important;}
div.customer_ li.bookmark_item_ div.head_ div.cartgoods_ input[type="checkbox"]:checked:before {
	content: '';
	width: 9px;
	height: 3px;
	display: block;
	background: #FFF;
	position: absolute;
	top: 17px;
	left: 6px;
	transform: rotate(40deg);
}
div.customer_ li.bookmark_item_ div.head_ div.cartgoods_ input[type="checkbox"]:checked:after {
	content: '';
	width: 16px;
	height: 3px;
	display: block;
	background: #FFF;
	position: absolute;
	top: 14px;
	left: 10px;
	transform: rotate(-50deg);
}
div.customer_ li.bookmark_item_ div.head_ div.name_ { width: calc(100% - 45px); margin: 0; font-size: 14px; font-weight: bold;}
div.customer_ li.bookmark_item_ div.head_ div.name_ a { text-decoration: none;}
div.customer_ li.bookmark_item_ div.head_ div.name_ .brand_ { margin-bottom: 7px; font-size: 12px; font-weight: normal;}
div.customer_ li.bookmark_item_ div.head_ div.name_ .name1_ { margin-top: 7px; font-size: 14px; font-weight: bold;}
div.customer_ li.bookmark_item_ div.desc_ { display: flex; justify-content: space-between; align-items: flex-start; column-gap: 13px;}
div.customer_ li.bookmark_item_ div.desc_ div.img_ { width: 110px; padding: 0; margin: 0 0 10px; float: none; display: block; overflow: hidden;}
div.customer_ li.bookmark_item_ div.desc_ div.img_ a { width: 100%; text-align: center; display: block;}
div.customer_ li.bookmark_item_ div.desc_ div.img_ img { width: 100%; vertical-align: top;}
div.customer_ li.bookmark_item_ div.desc_ div.spec_ { width: calc(100% - 123px); margin: 0;}
div.customer_ li.bookmark_item_ div.desc_ div.spec_ p small::after { content: ':';}
div.customer_ li.bookmark_item_ div.desc_ div.spec_ p.special_price_ { padding: 0 0 7px; border-bottom: #DCDCDC 1px solid; font-size: 18px; font-weight: bold; color: #333; display: flex; flex-wrap: wrap; align-items: center;}
div.customer_ li.bookmark_item_ div.desc_ div.spec_ p.special_price_ small { font-size: 12px; font-weight: normal; color: #333;}
div.customer_ li.bookmark_item_ div.desc_ div.spec_ p.default_price_ { padding: 7px 0; border-bottom: #DCDCDC 1px solid; font-size: 14px; font-weight: bold; display: flex; flex-wrap: wrap; align-items: center;}
div.customer_ li.bookmark_item_ div.desc_ div.spec_ p.default_price_ { display: none;}
div.customer_ li.bookmark_item_ div.desc_ div.spec_ p.default_price_ small { font-size: 12px; font-weight: normal;}
div.customer_ li.bookmark_item_ div.desc_ div.spec_ .updt_ { padding: 7px 0; border-bottom: #DCDCDC 1px solid; font-size: 12px; display: flex; flex-wrap: wrap; align-items: center;}
div.customer_ li.bookmark_item_ div.comment_ { margin: 10px 0 0;}
div.customer_ li.bookmark_item_ div.comment_ .comment_edit_ { margin: 0 0 10px; font-size: 12px; text-decoration: underline; display: flex; justify-content: flex-end; align-items: center;}
div.customer_ li.bookmark_item_ div.comment_ .comment_edit_::before {
	content: '';
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	display: block;
	background-image: url("../img/usr/common/ico_edit.png");
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center;
}
div.customer_ li.bookmark_item_ div.comment_ .comment_edit_:hover::before { background-image: url("../img/usr/common/ico_edit_on.png");}
div.customer_ li.bookmark_item_ div.comment_ textarea { width: 100%; max-width: 100%; padding: 6px; margin: 10px 0; border: #DCDCDC 1px solid; border-radius: 4px;}
div.customer_ li.bookmark_item_ .edit_memo_ { margin-top: 5px; font-weight: bold;}
div.customer_ li.bookmark_item_ .memo_ { padding: 5px; border: #DCDCDC 1px solid; border-radius: 4px; background: transparent;}
div.customer_ li.bookmark_item_ div.del_ { width: 34px; height: 34px; padding: 0; float: none; display: block; position: absolute; top: 0; right: 0;}
div.customer_ li.bookmark_item_ div.del_ input {
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 0;
	vertical-align: top;
	background-color: transparent;
	background-image: url("../img/sys/button/delete_s_bookmark.png");
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center;
}
div.customer_ li.bookmark_item_ div.comment_button_frame_ { margin: 10px 0 0; display: flex; align-items: center; column-gap: 10px;}
div.customer_ li.bookmark_item_ div.comment_button_frame_ input { width: 70px; height: 24px; padding: 0 0 2px; border-radius: 4px; font-size: 12px; line-height: 1.0; font-weight: normal; text-align: center; outline: none;}
div.customer_ li.bookmark_item_ div.comment_button_frame_ .btn_update_ { border: #CC0000 1px solid; background: #CC0000; color: #FFF;}
div.customer_ li.bookmark_item_ div.comment_button_frame_ .btn_update_:disabled { opacity: 0.5;}
div.customer_ li.bookmark_item_ div.comment_button_frame_ .btn_cancel_ { border: #333 1px solid; background: #FFF;}
div.bookmark_buy_ { margin-bottom: 50px; text-align: center;}
div.customer_ li.bookmark_item_ .exchange_ { display: block;}
div.customer_ li.bookmark_item_ .exchange_ .exchange_price_,
div.customer_ li.bookmark_item_ .exchange_ .exchange_rate_dt_ { display: inline;}
div.customer_ li.bookmark_item_ div.disp_block_ { font-size: 12px; font-weight: normal; line-height: 1.4;}

div.customer_#page_bookmark .button_.large_button_s_.main_action_button_ {
	width: calc(100vw - 32px);
	height: calc((100vw - 32px) * 0.1749);
	padding: 0;
	margin: 0 auto 20px;
	border: none;
	border-radius: 0;
	font-size: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent !important;
	background-image: url("../img/sys/button/favoritecart_sp.png");
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
}
div.customer_#page_bookmark .button_.large_button_.sub_action_button_ {
	width: 240px;
	height: 46px;
	margin: 0 auto;
	border: #333 1px solid;
	border-radius: 46px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin: 2px auto;
}
div.contact_ .contact_body_ {
	word-break: break-all;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.contactdetail_title_ .subject_ {
}
.contactdetail_title_ .date_ {
	margin-left: 10px;
	float: left;
}
.contactdetail_title_ .id_ {
	margin-right: 10px;
	float: right;
}
div.goods_info_ {
	margin: 0 10px 10px;
}
/* スレッド */
div.contactlist_ {
	margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
	margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
dl.contactlist_line_ {
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	background: #F0F0F0;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
dl.contactlist_line_ .comment_ {
	padding: 10px;
	background: #FFF;
}
.contact_reform_comment_ {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #CCC;
}
/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
div.cartlist_ {
}
div.order_flow_ {
	margin: 20px;
	text-align: center;
}
div.order_flow_ img {
	width: 100%;
	max-width: 660px;
}
div.order_flow_ h1 {
	color: #505050;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 20px;
}
div.order_flow_ .order_flow_step {
	margin: 0 auto 30px;
	width: 255px;
}
div.order_flow_ .order_flow_step ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
div.order_flow_ .order_flow_step ul::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #E0E0E0;
	z-index: 1;
}
div.order_flow_ .order_flow_step ul li {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Jost";
	font-weight: 500;
	margin: 0;
	width: 29px;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #E0E0E0;
	position: relative;
	z-index: 5;
}
div.order_flow_ .order_flow_step ul li.order_flow_step_current {
	background-color: #976F11;
}


div.cartinfo_ {
	margin: 0 10px 10px;
	text-align: center;
	font-size: 12px;
}
div.cartinfo_ span.price_ {
	padding: 0 2px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
div.cartinfo_ span.free_ {
	padding: 0 2px;
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}
input.calc_ {
	display: none;
}
table.cartlist_ {
	width: 100%;
	margin: 0 auto 20px;
	border-top: 1px solid #e5e5e5;
}
table.cartlist_ tr.list_ td {
	border-bottom: 1px solid #e5e5e5;
}
table.cartlist_ td {
	padding: 10px;
	vertical-align: top;
}
table.cartlist_ td.img_ {
	width: 130px;
}
table.cartlist_ td.img_ img {
	width: 130px;
}
table.cartlist_ td.desc_ {
	padding: 10px 10px 10px 0;
}
table.cartlist_ td.name_ {
	vertical-align: top;
}
table.cartlist_ td.name_ .name1_ {
	font-weight: bold;
}
table.cartlist_ td.name_ .name2_ {
	font-size: 12px;
}
table.cartlist_ td.desc_ .price_box_ {
	margin: 5px 10px 0 0;
}
table.cartlist_ td.desc_ .price_box_ .price_ small {
	font-size: 11px;
}
table.cartlist_ td.desc_ .money_ {
	margin: 0 0 10px 0;
}
table.cartlist_ td.desc_ .qty_ {
	margin: 5px 0 10px 0;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
table.cartlist_ td.desc_ .qty_ img {
	width: 40px;
	height: 40px;
}
table.cartlist_ td.desc_ .qty_ button.cart_spin {
	width: 38px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	border-radius: 5px;
	font-size: 0;
	position: relative;
	cursor: pointer;
}
table.cartlist_ td.desc_ .qty_ button.cart_spin::before,
table.cartlist_ td.desc_ .qty_ button.cart_spin::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	display: block;
	margin: -1px 0 0 -8px;
	background-color: #999999;
}
table.cartlist_ td.desc_ .qty_ button.cart_spin.spinplus::after {
	transform: rotate(-90deg);
}

table.cartlist_ td.desc_ .button_ {
	margin: 10px 0 0 0;
	text-align: right;
}
table.cartlist_ td.total_ {
	vertical-align: middle;
	text-align: right;
}
table.cartlist_ td.button_ {
	text-align: right;
}
table.cartlist_ .qty_ input {
	width: 48px;
	height: 38px;
	padding: 0;
	margin: 0 2px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
table.cartlist_ td.money_ .price_ {
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
}
table.cartlist_ td.promotion_ {
	text-align: left;
}
table.cartlist_ span.promotionmsg_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
table.cartlist_ span.short_price_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
input.calc_ {
	width: 0px;
	height: 0px;
}
div.postage_comment_ {
	padding: 5px 5px 0 5px;
	margin: 5px 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}
div.postage_comment2_ {
	padding: 0 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	color: #ff0000;
}
table.cartlist_ div.promotionmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #f60;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.cartlist_ span.promotionmsg_title_ {
	font-size: 12px;
	display: block;
	background: url(../img/usr/common/h2_arrow.png) left top no-repeat;
	padding-left: 18px;
}
table.cartlist_ span.promotionmsg_title_ .hilight_ {
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}
table.cartlist_ div.promotionshortmsg_ {
	width: 200px;
	margin-right: 20px;
	margin-top: 10px;
	display: inline-table;
}
table.cartlist_ div.promotionshortmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.cartlist_ span.promotionshortmsg_title_ {
	font-size: 12px;
	display: block;
	background: url(../img/sys/kiken.gif) left top no-repeat;
	padding-left: 25px;
}
table.cartlist_ span.promotionshortmsg_title_ .hilight_ {
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}
table.cartlist_ span.short_price_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

div.submit_ input.cart_next_,
div.submit_ input.cart_back_ {
	color: #515151;
	font-size: 15px;
	font-weight: 400;
	width: 240px;
	height: 46px;
	margin: 10px auto;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #505050;
	border-radius: 23px;
}
div.submit_ input.cart_next_ {
	color: #FFFFFF;
	background-color: #976F11;
	border-color: #976F11;
}
/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */
div.order_ {
}
/* ご注文主（ログイン時） */
div.method_host_ {
}
div.method_host_ div.host_info_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.method_host_ div.host_info_ table td:first-child {
	position: relative;
	padding-right: 15px;
}
div.method_host_ div.host_info_ table td:first-child::after {
	content: ":";
	position: absolute;
	right: 5px;
	top: 0;
}
div.method_host_ .host_name_ {
	padding-bottom: 5px;
}
div.method_host_ address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
table.method_host_ {
	margin-bottom: 20px;
	width: 100%;
}
dl.method_host_ input.zip_ {
	width: 140px;
}
tr#host_mail input, tr#host_cmail input, tr#host_addr input, tr#host_addr2 input, tr#host_addr3 input, tr#host_comp input, tr#host_dept input {
	width: 300px;
}
/**/
/* 贈り主（ログイン時） */
div.method_sender_ {
	margin-bottom: 10px;
}
div.method_sender_ div.sender_info_ {
	margin-bottom: 5px;
	padding-left: 10px;
}
div.sender_change_ {
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #F0F0F0;
	border: 1px solid #CCC;
	width: auto;
}
div.sender_change_ input.zip_ {
	width: 140px;
}
div.method_sender_ ul.method_sender_ {
	width: 90%;
	padding-left: 20px;
}
/**/
/* 宛て先（ログイン時） */
div.method_address_ {
}
div.addresslist_ {
}
div.address_item_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.address_item_ .address_title_ {
	padding-bottom: 5px;
}
div.address_item_ .dest_disp address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
div.address_item_ .address_change_ {
	margin-top: 5px;
	text-align: right;
}
div.address_bottom_ {
	padding: 0 10px;
	text-align: right;
}
div.address_bottom_ input {
	margin-bottom: 10px;
}
div.dest_select_type_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
/**/
/* 配送方法 */
div.method_box_ {
}
div.method_box_ h3 {
	padding: 8px 0;
	margin: 0 10px 15px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px 15px;
}
/**/
/* 航空便情報 */
div.method_box_ .delivery_box_content_ {
	margin: 0 10px 15px;
}
div.method_box_ .flight_box_content_ {
	margin: 0 10px 15px;
}
div.method_box_ .destination_box_content_ {
	margin: 0 10px 15px;
}
div.method_box_ .destination_box_content_ {
	margin: 0 10px 15px;
}
div.method_box_ .surrender_box_content_ {
	margin: 0 10px 15px;
}
/**/
/* 配送希望日時指定 */
#method_date dl {
	margin: 0 0 10px 0;
}
#method_date dl dt {
	margin-bottom: 5px;
	float: left;
	display: inline;
	font-weight: bold;
}
#method_date dl dd {
	margin-left: 8em;
	margin-bottom: 5px;
}
/**/
/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.point_use_ input[type=number] {
	width: 5.0em;
}
/**/
/* 注文拡張情報 */
div.method_salesappend_ {
}
dl.salesappend_ dd span {
	display: block;
}
dl.salesappend_ dd.salesappend_radio input, dl.salesappend_ dd.salesappend_checkbox input {
	display: block;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
dl.salesappend_ dd.salesappend_radio label, dl.salesappend_ dd.salesappend_checkbox label {
	display: block;
	clear: none;
	margin-left: 20px;
}
div.method_salesappend_ h3 {
	padding: 3px 0;
    margin: 0 10px 0px;
    font-size: 15px;
}
div.method_salesappend_ div.method_box_content_ {
	padding: 0 10px 0px;
}
div.method_salesappend_ div.method_box_message_ {
	padding-left: 10px;
}
div.method_salesappend_ div.method_box_message_optional_ {
	text-align: right;
	margin-bottom: 5px;
}
div.method_salesappend_ div.method_box_err_ {
	padding-left: 10px;
	margin-top: -5px;
	margin-bottom: 5px;
}
/**/
div.order_visit_date {
	text-align: center;
	margin: 0 0 20px;
}
div.order_visit_date h2 {
	color: #CC0000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 5px;
}
div.order_visit_date p {
	color: #CC0000;
	font-size: 10px;
	line-height: 1.6;
}
div.order_visit_date p span {
	font-weight: bold;
}
/**/
/* 各種規約 */
.order_terms_modal_link {
    margin-left: 3px;
}
.terms_box_ {
	margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.terms_box_content_ {
	border-top: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	padding-bottom: 10px;
}
#order_terms_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#order_terms_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}
/* --------------------------------------------------------------------
	ギフト注文 配送先の選択
-------------------------------------------------------------------- */
.order_gift_ .dest_list_ {
	background: #F0F0F0;
}
.order_gift_ .dest_list_ .btn_checkall_ {
	padding: 10px 10px 0;
}
.order_gift_ .dest_list_ .address_customer_ {
	padding: 10px;
}
.order_gift_ .dest_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .address_book_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_book_list_ {
	margin: 0 10px 10px 10px;
}
.order_gift_ .dest_list_ .address_book_list_ .address_item_ {
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_item_ address {
	margin-left: 30px;
}
.order_gift_ .dest_list_ .address_item_ .address_title_ {
	font-size: 14px;
	margin-bottom: 7px;
	padding: 5px 5px 0 5px;
}
.order_gift_ .dest_list_ .btn_add_addr_ {
	background: #F0F0F0;
	padding: 0 10px 10px 25px;
	margin-bottom: 20px;
	text-align: right;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ {
	text-align: right;
	overflow: hidden;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ input {
	padding-left: 10px;
	display: block;
	float: right;
}
.order_gift_ div.method_sender_ .address_item_ {
	border-bottom: none;
	margin-bottom: 10px;
}
.order_gift_ .method_sender_ .sender_info_ {
	border: none;
}
/* --------------------------------------------------------------------
	ギフト注文 配送先商品追加画面
-------------------------------------------------------------------- */
.order_gift_ div.delivery_dest_add_ {
	text-align: right;
	margin-bottom: 20px;
}
.order_gift_ h3.top_massage_ {
	font-size: 14px;
	font-weight: bold;
}
.order_gift_ .add_goods_list_ {
	padding: 15px;
	margin: 0 0px 10px;
}
.order_gift_ .highlight_ {
	background: #FEE;
	border: 1px solid #FFC8C8;
}
.order_gift_ .delivery_dest_ {
	margin-bottom: 30px;
}
.order_gift_ .delivery_dest_ .dest_ttl {
	position: relative;
}
.order_gift_ .delivery_dest_ .dest_ttl .btn_deldest_ {
	position: absolute;
	right: 5px;
	top: 8px;
}
.order_gift_ .delivery_dest_ .address_item_ {
	padding-bottom: 0;
	border: none;
}
.order_gift_ .delivery_dest_ .address_item_ .btn_deldest_ {
	padding: 10px;
}
.order_gift_ div.delivery_dest_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
.order_gift_ .delivery_dest_ .total_dest_price_ {
	padding: 0 10px 10px 10px;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table {
	width: 100%;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table th {
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table th, .order_gift_ .delivery_dest_ .total_dest_price_ table td {
	border: 1px solid #DDD;
	vertical-align: middle;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table td.btns_ {
	width: 60px;
	vertical-align: middle;
}
.order_gift_ .goodsinfo_box_ {
	padding: 0 10px 10px;
}
table.goodsinfo_box_ {
	width: 100%;
	margin-bottom: 10px;
}
table.goodsinfo_box_ th {
	background-color: #F8F8F8;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	width: 30%;
}
table.goodsinfo_box_ td {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	vertical-align: top;
}
table.goodsinfo_box_ input[type=text], table.goodsinfo_box_ input[type=number], table.goodsinfo_box_ textarea {
	width: 90%;
}
table.goodsinfo_box_ td.btn_deldest_ {
	border: 1px solid #CCCCCC;
}
.order_gift_ .goodsinfo_box_ th {
	background: #F8F8F8;
}
table.goodsinfo_box_ td img.img_ {
	max-width: 180px;
}
.order_gift_ .select_dest_goods_box_ {
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
.order_gift_ .select_dest_goods_box_ .btn_add_goods_ {
	margin-bottom: 10px;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ table {
	width: 100%;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td {
	padding: 7px 10px 0 0;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_ {
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_ input {
	padding: 5px;
	width: 3em;
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .btn_add_checked_goods_ {
	text-align: center;
	padding: 15px 15px 0;
}
.order_gift_ .total_dest_price_ .btn_recalc_ {
	position: absolute;
	right: 5px;
	top: -10px;
}
.order_gift_ .goods_child_list_ div {
	padding: 0px 0px 0px 15px;
}
/* --------------------------------------------------------------------
	ギフト注文 のし・ラッピング設定画面
-------------------------------------------------------------------- */
.order_gift_ .section_ {
	margin-bottom: 30px;
	background: #FCFCFC;
}
.order_gift_ .section_ label {
	padding: 0;
}
.order_gift_ .section_ h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
.order_gift_ .section_ ul {
	overflow: hidden;
	padding: 10px 20px;
}
.order_gift_ .section_ ul li {
	float: left;
}
.order_gift_ .section_ ul li label {
	display: block;
	margin-right: 20px;
	text-align: center;
}
.order_gift_ .section_ ul li label img {
	display: block;
	margin-bottom: 10px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ {
	margin-bottom: 30px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul {
	overflow: hidden;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul li {
	float: left;
}
.order_gift_ .section_ .div_area_ {
	margin-bottom: 30px;
}
.order_gift_ .section_ .thum_box_wrapper_ {
	overflow: hidden;
}
.order_gift_ .section_ .thum_box_ {
	float: left;
	padding: 10px 0 10px 20px;
}
.order_gift_ .section_ .thum_info_ {
	float: right;
	padding: 10px 20px 0 0;
}
.order_gift_ .section_ .thum_info_ .price_ {
	padding: 10px 0;
}
.order_gift_ .section_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
.order_gift_ .section_ .thum_item_ {
	float: left;
	text-align: center;
	margin-right: 10px;
	width: 120px;
}
.order_gift_ .section_ .thum_item_ label {
	display: block;
}
.order_gift_ .section_ .thum_item_ img {
	display: block;
	margin-bottom: 10px;
	width: 120px;
}
.order_gift_ .section_ .thum_item_ span.price_ {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
.order_gift_ .section_ .thum_item_ span.thum_info_text_ {
	display: none;
}
.order_gift_ .section_ .free_input_ {
	padding: 0 10px 10px 10px;
	margin: 0 10px 30px;
}
.order_gift_ .section_ .free_input_ input {
	padding: 5px;
	width: 3.0em;
}
.order_gift_ .section_ .divnameprint {
	margin-bottom: 30px;
}
.order_gift_ .section_ .divnameprint .disabled_ {
	background-color: #DEDEDE;
}
.order_gift_ .section_ .input_detail_ {
	margin: 0 20px 30px;
}
.order_gift_ .section_ .input_detail_ td {
	padding: 5px;
}
.order_gift_ .section_ .input_detail_ td input {
	padding: 5px;
}
.noshi_default_ {
	clear: both;
	display: none;
}
/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ table {
	width: 100%;
}
.zero_alert_ {
	color: #CC0000;
}
/* ご注文の商品 */
table.estimate_ {
	width: 100%;
	margin-bottom: 10px;
}
table.estimate_ th,
table.delivery_location_ th {
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}
table.estimate_ td {
	padding: 5px 10px;
}
table.estimate_ td textarea {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}
table.estimate_.sales_, table.estimate_method_, table.delivery_location_ {
	border-top: 1px solid #CCCCCC;
}
table.estimate_.sales_ th, table.estimate_method_ th, table.delivery_location_ th {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space: nowrap;
	background-color: #F8F8F8;
	padding: 3px;
}
table.estimate_.sales_ td, table.estimate_method_ td, table.delivery_location_ td {
	width: 60%;
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.delivery_location_ td {
	text-align: left;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}
#frmSales .submit_ input[name="shopping"] {
	text-wrap: wrap;
}

/* 商品一覧 */
table.goodslist_ {
	text-align: left;
}
table.goodslist_ {
	border: 1px solid #CCCCCC;
}
table.goodslist_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
}
table.goodslist_ .qty_ {
	width: 16%;
	text-align: right;
}
table.goodslist_ .amt_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ .money_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ th, table.goodslist_ .title_ {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
}
table.goodslist_ img.img_ {
	max-width: 180px;
}
/* 配送情報 */
table.host_, table.sender_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
table.host_ th, table.sender_ th {
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}
table.host_ td, table.sender_ td {
	padding: 3px;
}
div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #F0F0F0;
}
table.card_, table.convinience_ {
	width: 100%;
}
table.card_ label {
	margin: 0 20px 0 5px;
}
table.convinience_ th {
	width: 16em;
}
/* お支払い方法 */
div.order_ table.estimate_method_ {
}
div.order_ table.estimate_method_ th {
	width: 40%;
	text-align: left;
	background-color: #F8F8F8;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width: 60%;
	text-align: right;
}
div.order_ table.method_sales_detail_append_ {
	border: none;
}
div.order_ div.method_sales_detail_append_ .sales_detail_append_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_sales_detail_append_ input[type="radio"], div.order_ div.method_sales_detail_append_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_sales_detail_append_ label {
	margin-right: 20px;
}
div.order_ div.method_sales_detail_append_ p.comment_ {
	margin: 5px 0 10px 0;
}
div.order_ table.method_sales_detail_append_ td {
	border: none;
}
div.estimate_card_form_ {
}
div.estimate_card_form_ input.card_num_ {
	width: 150px;
}
div.estimate_card_form_ input.security_code_ {
	width: 60px;
}
div.estimate_.card_ input.card_num_ {
	width: 150px;
}
div.estimate_.card_ input.security_code_ {
	width: 60px;
}
.pointpay_num_bg_ {
	background-color: #dedede;
}
/* お届け先 */
div.order_ table.dest_ {
	width: 100%;
}
div.destgoodslist_ {
	padding: 0 10px 10px;
}
table.destgoodslist_ {
	width: 100%;
}
table.destgoodslist_ {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.destgoodslist_ th {
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
table.destgoodslist_ td {
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 3px;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_sales_detail_append_, table.destgoodslist_ th.dest_comment_ {
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_, td.dest_qty_ {
}
table.destgoodslist_ td.sublist_ {
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 3px;
}
/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}
/*配送先*/
div.order_ .method_method_ {
	text-align: left;
}
/* order order.aspx */
div.order_ table.order_ {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
div.order_ table.order_ td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.order_ table.order_ th {
	width: 25%;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
}
/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 3px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
}
div.order_ dl.card_ dd label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}
/* コメント */
.order_ dl.formdetail_.estimate_ textarea {
	max-width: 95%;
}
/* キャンペーン適用 */
div.order_ p.campaign_info_ {
	color: #CC0000;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ノベルティ */
div.order_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
div.order_ .thum_item_ {
	float: left;
	text-align: center;
	margin-right: 10px;
	width: 120px;
}
div.order_ .thum_item_ label {
	display: block;
}
div.order_ .thum_item_ img {
	display: block;
	margin-bottom: 10px;
	width: 120px;
}
div.order_ .thum_item_ span.price_ {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
div.order_ .thum_item_ span.thum_info_text_ {
	display: none;
}
/* 注文同時会員登録 */
div.order_ span.point_ {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
/**/
div.order_confirmation {
	text-align: center;
	margin-bottom: 40px;
}
div.order_confirmation a {
	text-decoration: underline;
}
div.order_confirmation a:hover {
	text-decoration: none;
}
div.order_confirmation p.txt1 {
	font-size: 12px;
	font-weight: bold;
}
div.order_confirmation p.txt2 {
	font-size: 12px;
	margin-top: 10px;
}
/* --------------------------------------------------------------------
	注文完了
-------------------------------------------------------------------- */
div.order_comment_ {
	margin: 0 15px;
}
div.order_comment_ p {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.36;
}
div.order_comment_ p strong {
	color: #CC0000;
	font-weight: bold;
}
div.order_comment_ p + p {
	margin-top: 15px;
}
div.order_comment_ .map_ {
	text-align: center;
	margin-top: 30px;
}
div.order_ table.formdetail_.order_ th,
div.order_ table.formdetail_.order_ td {
	font-size: 16px;
}
/* --------------------------------------------------------------------
	バーコード系
-------------------------------------------------------------------- */
div.barcodeimage_ img {
	height: auto;
	width: 100%;
}
p.barcodenumber_ {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}
/* --------------------------------------------------------------------
	Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
	text-align: center;
}
#AmazonPayButton {
	text-align: center;
}
#addressBookWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}
#walletWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}
div.amazon_pay_button_login_ {
	padding: 12px 0;
}
div.amazon_pay_button_method_ {
	padding-top: 18px;
}
div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}
h2.amazon_payment_ {
	padding: 8px 24px 8px;
}
/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin: 0 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ dt {
	padding: 2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
dl.formdetail_ dd {
	padding: 8px 2px 8px 12px;
}
dl.formdetail_ dd input[type="input"], dl.formdetail_ dd textarea, dl.formdetail_ dd select {
	max-width: 95%;
}
dl.formdetail_ dd.breakword_ {
	word-wrap: break-word;
}
/* ---------------------------------------------------------------
	width height
--------------------------------------------------------------- */
/*width*/
.width_auto_ {
	width: auto!important;
}
.width_full_ {
	width: 100%!important;
}
.width20per_ {
	width: 20%!important;
}
.width80per_ {
	width: 80%!important;
}
.width00_ {
	width: 0px!important;
}
.width01_ {
	width: 1px!important;
}
.width02_ {
	width: 2px!important;
}
.width03_ {
	width: 3px!important;
}
.width04_ {
	width: 4px!important;
}
.width05_ {
	width: 5px!important;
}
.width06_ {
	width: 6px!important;
}
.width07_ {
	width: 7px!important;
}
.width08_ {
	width: 8px!important;
}
.width09_ {
	width: 9px!important;
}
.width10_ {
	width: 10px!important;
}
.width11_ {
	width: 11px!important;
}
.width12_ {
	width: 12px!important;
}
.width13_ {
	width: 13px!important;
}
.width14_ {
	width: 14px!important;
}
.width15_ {
	width: 15px!important;
}
.width16_ {
	width: 16px!important;
}
.width17_ {
	width: 17px!important;
}
.width18_ {
	width: 18px!important;
}
.width19_ {
	width: 19px!important;
}
.width20_ {
	width: 20px!important;
}
.width25_ {
	width: 25px!important;
}
.width30_ {
	width: 30px!important;
}
.width35_ {
	width: 35px!important;
}
.width40_ {
	width: 40px!important;
}
.width45_ {
	width: 45px!important;
}
.width50_ {
	width: 50px!important;
}
.width100_ {
	width: 100px!important;
}
.width150_ {
	width: 150px!important;
}
.width200_ {
	width: 200px!important;
}
.width250_ {
	width: 250px!important;
}
.width300_ {
	width: 300px!important;
}
.width350_ {
	width: 350px!important;
}
.width400_ {
	width: 400px!important;
}
.width450_ {
	width: 450px!important;
}
.width500_ {
	width: 500px!important;
}
.width550_ {
	width: 550px!important;
}
.width600_ {
	width: 600px!important;
}
.width650_ {
	width: 650px!important;
}
.width700_ {
	width: 700px!important;
}
.width720_ {
	width: 720px!important;
}
.width750_ {
	width: 750px!important;
}
.width800_ {
	width: 800px!important;
}
.width850_ {
	width: 850px!important;
}
.width900_ {
	width: 900px!important;
}
.width950_ {
	width: 950px!important;
}
.width960_ {
	width: 960px!important;
}
.width1000_ {
	width: 1000px!important;
}
/*height*/
.height_auto_ {
	height: auto!important;
}
.height_full_ {
	height: 100%!important;
}
.height00_ {
	height: 0px!important;
}
.height01_ {
	height: 1px!important;
}
.height02_ {
	height: 2px!important;
}
.height03_ {
	height: 3px!important;
}
.height04_ {
	height: 4px!important;
}
.height05_ {
	height: 5px!important;
}
.height06_ {
	height: 6px!important;
}
.height07_ {
	height: 7px!important;
}
.height08_ {
	height: 8px!important;
}
.height09_ {
	height: 9px!important;
}
.height10_ {
	height: 10px!important;
}
.height11_ {
	height: 11px!important;
}
.height12_ {
	height: 12px!important;
}
.height13_ {
	height: 13px!important;
}
.height14_ {
	height: 14px!important;
}
.height15_ {
	height: 15px!important;
}
.height16_ {
	height: 16px!important;
}
.height17_ {
	height: 17px!important;
}
.height18_ {
	height: 18px!important;
}
.height19_ {
	height: 19px!important;
}
.height20_ {
	height: 20px!important;
}
.height25_ {
	height: 25px!important;
}
.height30_ {
	height: 30px!important;
}
.height35_ {
	height: 35px!important;
}
.height40_ {
	height: 40px!important;
}
.height45_ {
	height: 45px!important;
}
.height50_ {
	height: 50px!important;
}
.height100_ {
	height: 100px!important;
}
.height150_ {
	height: 150px!important;
}
.height200_ {
	height: 200px!important;
}
.height250_ {
	height: 250px!important;
}
.height300_ {
	height: 300px!important;
}
.height350_ {
	height: 350px!important;
}
.height400_ {
	height: 400px!important;
}
.height450_ {
	height: 450px!important;
}
.height500_ {
	height: 500px!important;
}
.height550_ {
	height: 550px!important;
}
.height600_ {
	height: 600px!important;
}
.height650_ {
	height: 650px!important;
}
.height700_ {
	height: 700px!important;
}
.height750_ {
	height: 750px!important;
}
.height800_ {
	height: 800px!important;
}
.height850_ {
	height: 850px!important;
}
.height900_ {
	height: 900px!important;
}
.height950_ {
	height: 950px!important;
}
.height1000_ {
	height: 1000px!important;
}

/* --------------------------------------------------------------------
	ユーザー定義　ニューストピック
--------------------------------------------------------------------- */
#block_of_topic {
  position: relative;
  margin: 0 30px 60px;
}
#block_of_topic h2 {
  color: #505050;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  background: none;
  padding: 0;
  margin: 0 0 10px;
}
#block_of_topic .topiclist_head_link_ {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  margin-inline: auto;
  max-width: 204px;
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #505050;
  border: 1px solid #969696;
  background: #FFFFFF;
  border-radius: 22px;
  text-decoration: none;
}
#block_of_topic .topiclist_head_link_:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
}
#block_of_topic .topiclist_body_ {
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 15px 110px;
  max-height: none;
  margin: 0;
}
#block_of_topic .topicline_ li {
  margin-top: 10px;
}
#block_of_topic .topicline_ dl {
  position: relative;
}
#block_of_topic .topicline_ dt {
  font-size: 15px;
  font-weight: bold;
}
#block_of_topic .topicline_ dl:has(.icon_) dt {
  padding: 0 0 0 65px;
}
#block_of_topic .topicline_ .icon_ {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  margin: 0;
}
#block_of_topic .topicline_ a {
  text-decoration: none;
}
#block_of_topic .btn_more_ {
  display: none;
}

/* 一覧 */
h1.topicdetail_title_ + h1 {
  display: none;
}
div.topicdetaillist_ ul.topicdetaillist_body_ {
  padding: 0;
  margin: 0 15px;
  border-top: 2px solid #E3E2E2;
}
.topicdetaillist_ li {
  padding: 15px 0;
  border-bottom: 2px solid #E3E2E2;
}
.topicdetaillist_ .topicdetaillist_body_ dl {
  position: relative;
}
div.topicdetaillist_ ul.topicdetaillist_body_ li dt {
  font-size: 15px;
  font-weight: bold;
}
.topicdetaillist_ .topicdetaillist_body_ dl:has(.icon_) dt {
  padding: 0 0 0 65px;
}
.topicdetaillist_ .topicdetaillist_body_ .icon_ {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  margin: 0;
}
.topicdetaillist_ .topicdetaillist_body_ a {
  text-decoration: none;
}

/* 詳細 */
.topiclist_body_ > h2.topic_title_ {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 10px;
}
.topiclist_body_ > h2.topic_title_ img {
  margin: 0;
}

/* カルーセルバナー */
#carousel-bnr {
	position: relative;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	overflow: hidden;
}
#carousel-bnr .carousel-slides {
	opacity: 0;
}
#carousel-bnr .carousel-slides.slick-initialized {
	opacity: 1;
}
#carousel-bnr .carousel-slides .slick-track {
	display: flex;
	gap: 10px;
}
#carousel-bnr .carousel-slides .slick-slide {
	height: auto;
	/* border: 1px solid #B4B4B4; */
}
#carousel-bnr .carousel-slides .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#carousel-bnr .slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -30px;
	text-indent: -9999px;
	width: 36px;
	height: 36px;
  border-radius: 50%;
  background: url(../img/usr/top/arrow.png) rgba(255, 255, 255, 0.85) no-repeat center / 35% auto;
  border: 1px solid #787878;
	z-index: 10;
}
#carousel-bnr .slick-prev {
	left: 3%;
  transform: scale(-1, -1);
}
#carousel-bnr .slick-next {
	right: 3%;
}
#carousel-bnr .slick-dots {
	position: relative;
	z-index: 10;
	display: inline-block !important;
	text-align: center;
	margin-top: 15px;
	font-size: 0;
}
#carousel-bnr .slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 0 7px;
	border: 1px solid #B4B4B4;
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
}
#carousel-bnr .slick-dots li button {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	font-size: 0;
	background: transparent;
}
#carousel-bnr .slick-dots li.slick-active {
	border: 1px solid #505050;
	background-color: #505050;
}
#carousel-bnr .slider_controls {
	position: absolute;
  display: flex;
  justify-content: space-between;
	bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#carousel-bnr .slider_controls button {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  vertical-align: bottom;
  cursor: pointer;
	background: transparent;
}
#carousel-bnr #slider_play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #505050;
  /*margin-right: 10px; */
}
#carousel-bnr #slider_pause {
  border: none;
  width: 8px;
  height: 10px;
  border-left: 3px solid #505050;
  border-right: 3px solid #505050;
  /*margin-left: 10px;*/
}

  /*WOVN向けバナー*/
.wovn_banner_sp {
    margin: 4em auto;
    max-width: 85%;
    position: relative;
}
.wovn_banner_sp_caption {
    position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1rem;
	text-align: center;
	white-space: nowrap;
}
.wovn_banner_sp_annotation {
    position: absolute;
    top: 59%;
    left: 75%;
    color: #fff;
    font-size: 0.8rem;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem;
    text-align: center;
    white-space: nowrap;
}

/* --------------------------------------------------------------------
	WOVN（ウォーブン）
--------------------------------------------------------------------- */
#wovn-translate-widget { bottom: 0 !important; left: 0 !important; right: unset !important; top: unset !important;}

header:has(#wovn-translate-widget) { z-index: 111;}
header .header_msg .wovn-wrap { width: 80px; height: 32px; margin: 0 0 0 auto;}
header .header_msg #wovn-translate-widget { display: block !important; position: relative; left: unset !important; bottom: unset !important;}
header .header_msg #wovn-translate-widget .wovn-lang-selector { display: block; box-shadow: none !important; background: none !important; opacity: 1 !important; pointer-events: auto !important;}
header .header_msg #wovn-translate-widget .wovn-lang-selector .wovn-lang-selector-links {
	width: 80px !important;
	min-width: 80px !important;
	height: 32px !important;
	min-height: 32px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	font-size: 0 !important;
	display: block !important;
	background-image: url(/img/usr/common/narita/menu_icon_wovn.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 30px 30px !important;
	background-size: 30px 30px !important;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}
header .header_msg #wovn-translate-widget .wovn-lang-selector .wovn-lang-selector-links::after {
	content: 'Language';
	font-size: 11px;
  font-weight: 600;
	text-align: center;
  line-height: normal;
	letter-spacing: -0.3px;
	color: #9576C7;
	word-break: keep-all;
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
}
header .header_msg #wovn-translate-widget .wovn-lang-selector .wovn-lang-selector-links #wovn-logo-planet { display: none !important;}
header .header_msg #wovn-translate-widget .wovn-lang-selector .wovn-lang-selector-links .wovn-current-lang { display: none !important;}
header .header_msg #wovn-translate-widget .wovn-lang-selector .wovn-lang-selector-links .wovn-current-lang::after { display: none !important;}
header .header_msg #wovn-translate-widget .wovn-lang-selector #translated-by-machine { display: none !important;}
header .header_msg #wovn-translate-widget .wovn-lang-container { top: 32px !important; right: 0 !important;}
header .header_msg #wovn-translate-widget .wovn-lang-container .wovn-lang-list li.wovn-switch { font-weight: 700; background: #b59fd8 !important; transition: 0.3s;}
header .header_msg #wovn-translate-widget .wovn-lang-container .wovn-lang-list li.wovn-switch:hover,
header .header_msg #wovn-translate-widget .wovn-lang-container .wovn-lang-list li.wovn-switch.selected { background: #9576C7 !important;}

header.haneda .header_msg #wovn-translate-widget .wovn-lang-selector .wovn-lang-selector-links { background-image: url(/img/usr/common/haneda/menu_icon_wovn.png);}
header.haneda .header_msg #wovn-translate-widget .wovn-lang-selector .wovn-lang-selector-links::after { color: #058371 !important;}
header.haneda .header_msg #wovn-translate-widget .wovn-lang-container .wovn-lang-list li.wovn-switch { background: #75c7ae !important;}
header.haneda .header_msg #wovn-translate-widget .wovn-lang-container .wovn-lang-list li.wovn-switch:hover,
header.haneda .header_msg #wovn-translate-widget .wovn-lang-container .wovn-lang-list li.wovn-switch.selected { background: #3BAF8C !important;}

/* ---------------------------------------------------------------
	規約モーダル
--------------------------------------------------------------- */
.terms_modal_link {
    margin-left: 3px;
}
.terms_modal {
	text-align: left; 
	width:100%; 
	max-width: 600px;
	position: absolute; 
	top:247.5px; 
	left:0px; 
	display: none;
}
.terms_modal .modal-wrapper {
	margin: 0 15px;
}
.modal-header {
	padding: 15px 20px 15px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	border-bottom: none;
	line-height: 1;
	color: #fff;
	background-color: #333;
}
.modal-body {
	padding: 20px;
    background: #eee;
}
.modal_close_ {
	display: block;
	width: 18px;
	cursor: pointer;
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff; 
	padding: 0;
	position: relative;
	top: -6px;
}

/* ---------------------------------------------------------------
	規約判定
--------------------------------------------------------------- */
div.customer_.col1_:has(pre.agreebody_) h1 + p { margin: 10px;}
div.customer_ pre.agreebody_ { height: 250px !important; padding: 10px; margin: 10px; font-size: 14px; background: #FFF; overflow-y: scroll !important;}
div.customer_ pre.agreebody_ #agree_contents dt { display: none !important;}
div.customer_ pre.agreebody_ #agree_contents dd { display: block !important; font-size: 14px;}
div.customer_ .submit_ input[name*="agree"]:disabled { opacity: 0.3 !important; cursor: not-allowed;}

div.customer_ #terms_modal .modal-body h1.common_headline1_ { margin: 0 0 10px;}
div.customer_ #terms_modal .modal-body .agreebody_ { height: 250px !important; padding: 10px; margin: 10px 0 0; font-size: 14px; background: #FFF; overflow-y: scroll !important;}
div.customer_ #terms_modal .modal-body .agreebody_ #agree_contents dt { display: none !important;}
div.customer_ #terms_modal .modal-body .agreebody_ #agree_contents dd { display: block !important; font-size: 14px;}
div.customer_ input[name="terms"][type="checkbox"] { width: 24px; height: 24px; margin-right: 12px; border: #000 1px solid !important;}
div.customer_ input[name="terms"][type="checkbox"]:disabled { border: #CCC 1px solid !important; cursor: not-allowed;}
div.customer_ .submit_ input[name*="confirm"]:disabled { opacity: 0.3 !important; cursor: not-allowed;}

div.order_ #terms_modal .modal-body h1.common_headline1_ { margin: 0 0 10px;}
div.order_ #terms_modal .modal-body .agreebody_ { height: 250px !important; padding: 10px; margin: 10px 0 0; font-size: 14px; background: #FFF; overflow-y: scroll !important;}
div.order_ #terms_modal .modal-body .agreebody_ #agree_contents dt { display: none !important;}
div.order_ #terms_modal .modal-body .agreebody_ #agree_contents dd { display: block !important; font-size: 14px;}
div.order_ input[name="terms"][type="checkbox"] { width: 24px; height: 24px; margin-right: 12px; border: #000 1px solid !important;}
div.order_ input[name="terms"][type="checkbox"]:disabled { border: #CCC 1px solid !important; cursor: not-allowed;}
div.order_ .submit_ input[name*="submit"]:disabled { opacity: 0.3 !important; cursor: not-allowed;}
