@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/********************************************************************/

/* HTMLタグ要素 */

/********************************************************************/

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #333333;
}

.responsive body,
.responsive select,
.responsive input,
.responsive button,
.responsive textarea,
.responsive button {
	font-family: 'Local Roboto', 'Roboto', 'Local Noto Sans JP', 'Noto Sans JP', sans-serif;
}

.responsive body .inner_global_nav .nav_btn,
.responsive body .inner_global_nav .header_nav_item {
	 letter-spacing: 0;
}

A,
A:link,
A:visited, 
A:hover,
A:active {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

.use_hover A:hover {
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 5px;
}

h1 {
    font-size: 161.6%;
}

h2 {
    font-size: 146.5%;
}

h3 {
    font-size: 131%;
}

h4 {
    font-size: 123.1%;
}

h5 {
    font-size: 116%;
}

h6 {
    font-size: 108%;
}


/********************************************************************/

/* 大外 */

/********************************************************************/

#container {
    font-size: 108%;
}

.single_layout.responsive .fix_center {
	max-width: 1200px;
}

.responsive .has_min_nav .fix_center {
	max-width: 980px;
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
	.ocnk028.responsive.single_layout #container:not(.has_min_nav) :is(.popup_base.fix_center, .popup_base .fix_center),
	.ocnk028.responsive.wide_layout #container:not(.has_min_nav) :is(.popup_base.fix_center, .popup_base .fix_center) {
		width: 100%;
		max-width: 100%;
	}
}


/********************************************************************/

/* トップページコンテンツ間余白 */

/********************************************************************/

.main_box {
    margin-bottom: 50px;
}

.top_page_body .main_box:not(:has(.main_box)) {
	border-bottom: 1px solid #E1DFDF;
}

.top_page_body .main_box:not(.item_box) {
	padding-bottom: 30px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .top_page_body .main_box:not(.item_box) {
        padding-bottom: 60px;
    }
}

.module_box .main_box {
	margin-top: 1px;
    margin-bottom: 1px;
}

.side_box {
    margin-bottom: 50px;
}


/********************************************************************/

/* キャッチフレーズ欄 */

/********************************************************************/

/* キャッチフレーズ */
.responsive .copy {
    max-width: 100%!important;
    text-align: center;
    min-height: 18px;
    padding: 8px;
    font-size: 85%;
    background-color: #EEEEEE;
}

.copy A {
    text-decoration: underline;
}


/********************************************************************/

/* ヘッダー */

/********************************************************************/

#header_wrapper:not(.folding_header, .min_header) {
	background-color: #FFFFFF;
}

#header {
    position: relative;
	background-color: #FFFFFF;
}

.responsive #inner_header {
	padding: 5px 0px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .responsive #inner_header {
		padding: 10px;
		min-height: 67px;
	}
}


/********************************************************************/

/* ショップ名 */

/********************************************************************/

/* ショップ名ロゴ */
.shoplogo {
    padding: 5px 0px;
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
    .shoplogo {
			  padding: 0px;
    }
}

.shoplogo img,
.folding_header .shoplogo img {
	width: 120px;
    max-width: 120px;
}

/* レスポンシブ横幅600px以上指定 */
@media screen and (min-width: 600px) {
    .shoplogo img,
	.folding_header .shoplogo img { 
		width: auto;
		max-width: 150px;
		max-height: 50px;
    }
}

.use_hover .shoplogo A:hover img {
    opacity: 0.8;
}

/* ショップ名テキスト */
.shoptext {
    padding: 5px 0px 5px 5px;
    min-height: 40px;
    margin-right: auto;
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
    .shoptext{
        padding-left: 0px;
    }
}

.shoptext A {
    font-size: 123.1%;
    margin: 0px;
}


/********************************************************************/

/* 文字サイズ */

/********************************************************************/

.font_setting {
    padding: 5px 5px 10px;
    text-align: center;
	font-size: 13px;
}

.header_font_setting .set_font_title {
    color: #000000;
}

/* 文字サイズボタン */
.set_font_normal,
.set_font_large {
    width: 40px;
    height: 28px;
    display: inline-block;
    margin-left: 5px;
    background-color: #E9E9E9;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
    color: #777777;
    transition: .3s;
}

/* 普通サイズボタン */
.set_font_normal::after {
	content: "普通";
	font-size: 13px;
}

/* 大サイズボタン */
.set_font_large::after {
	content: "大";
	font-size: 17px;
}

/* 文字サイズボタンマウスオーバー、選択中 */
.use_hover .font_setting .set_font_normal:hover,
.use_hover .font_setting .set_font_large:hover,
.font_setting .nav_on {
	background-color: #000000;
}

.use_hover .font_setting .set_font_normal:hover:after,
.use_hover .font_setting .set_font_large:hover:after,
.font_setting .nav_on:after {
    color: #FFFFFF;
}


/********************************************************************/

/* ヘッダーナビ */

/********************************************************************/

/* 各ナビゲーション */
.inner_header_nav .nav_btn {
    color: #666666;    
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .inner_header_nav .nav_btn {
        text-align: left;
    }
}

.inner_header_nav .empty_nav_label .nav_btn {
    text-align: center;
	height: 100%;
}

.header_right .inner_header_nav .nav_btn {
	margin-right: 2px;
}

.use_hover .inner_header_nav .nav_btn:hover {
    background-color: #EEF0F0;
}

.responsive .inner_header_nav .nav_text {
    padding: 0px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.responsive .inner_header_nav .nav_text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.responsive .inner_header_nav .nav_text .nav_label {
	display: block;
	padding-top: 3px;
	font-size: 9px;
	letter-spacing: -.05em;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.responsive .inner_header_nav .nav_text .nav_label {
		font-size: 10px;
		padding-top: 2px;
	}
}

.header_right {
	display: flex;
	align-items: center;
	justify-content: center;
}


/*************************************************************/

/* 検索 */

/*************************************************************/

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.ocnk020.responsive .has_search_bar .search_bar:has(.global_btn .searchinput) .search {
		max-width: 260px;
		padding: 1px 10px 1px 5px;
		background-color: #EEF0F0;
	}
	
	.responsive .has_search_bar .search_bar .search .search_box {
		width: 200px;
	}
	
	.responsive .has_search_bar:has(.h_contact,.h_favorite,.h_help,.h_signout) .search_bar.has_header_right_size2,
	.responsive .has_search_bar .search_bar.has_header_right_size2 {
		right: 160px;
	}
}


/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

.global_nav {
	background-color: #FFFFFF;
}

#header_wrapper:not(.folding_header) .inner_global_nav {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #E1DFDF;
}

/* 各ナビゲーション */
.responsive .inner_global_nav .nav_btn,
.responsive .column6 .inner_global_nav .nav_btn {
	position: relative;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: 400;
	text-align: left;
}

.responsive .inner_global_nav > .global_nav_item > .nav_btn,
.responsive .column6 .inner_global_nav > .global_nav_item > .nav_btn {
	text-align: center;
}

.responsive .inner_global_nav .inner_popup_nav .nav_btn,
.responsive .column6 .inner_global_nav .inner_popup_nav .nav_btn {
	text-align: left;
}

.responsive .inner_global_nav .global_nav_item> .nav_btn.nav_on,
.responsive #header_wrapper:not(.folding_header) .inner_global_nav .global_nav_item.nav_on > .nav_btn {
	border-bottom: 1px solid #000000;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.folding_header .inner_global_nav {
		padding-top: 10px;
		border-top: 1px solid #E1DFDF;
	}
	
	.responsive .inner_global_nav A.nav_btn,
	.responsive .column6 .inner_global_nav .nav_btn {
		padding: 10px 15px;
		font-size: 100%;
		font-weight: 400;
	}
	
	.responsive.use_hover .inner_global_nav .nav_btn:hover,
	.responsive .folding_header .inner_global_nav .global_nav_item.nav_on > .nav_btn {
		border-bottom: 1px solid #000000;
	}

	.responsive .large_font .inner_global_nav A.nav_btn {
		font-size: 123.1%;
	}

	.global_nav_item:first-child .nav_btn {
		border-left: none;
	}
	
	.responsive #container .global_nav .global_nav_item.wrapped_item {
		width: auto;
	}
	
	.ocnk028.responsive.wide_layout .inner_global_nav.fix_center,
	.ocnk028.responsive.single_layout #container .inner_global_nav.fix_center {
		max-width: 100%;
		justify-content: center;
	}
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
	.folding_header .inner_global_nav {
		padding: 5px;
		border-top: none;
	}
	
	#header_wrapper:not(.folding_header) .inner_global_nav {
		padding: 5px ;
	}
	
	.ocnk028.responsive.single_layout #container .folding_header .inner_global_nav.fix_center,
	.ocnk028.responsive.wide_layout #container .folding_header .inner_global_nav.fix_center {
		justify-content: flex-start;
	}
	
	#header_wrapper:not(.folding_header) .header_global_nav {
		position: relative;
		left: 200px;
		bottom: 57px;
	}
	
	#header_wrapper:not(.folding_header) .header_global_nav .global_nav {
		position: absolute;
		top: 0px;
		z-index: 99;
	    border-top: none;
	}
	
	#header_wrapper:not(.folding_header) #header:has(.header_nav_item:not(.empty_nav_label)) + .header_global_nav .global_nav {
	    top: -5px;	
	}
	
	.large_font #header_wrapper:not(.folding_header) .header_global_nav .global_nav {
		top: -5px;
	}
	
	.large_font #header_wrapper:not(.folding_header) #header:has(.header_nav_item:not(.empty_nav_label)) + .header_global_nav .global_nav {
	    top: -10px;	
	}
	
	.ocnk038 #header_wrapper:not(.folding_header):has(.left_menu_opener_box) .header_global_nav {
		left: 250px;
	}

	#header_wrapper:not(.folding_header) .inner_global_nav {
		border-top: none;
	}
}


/********************************************************************/

/* 開閉ナビゲーション */

/********************************************************************/

.inner_popup_nav_area,
.inner_popup_menu_area {
	padding: 15px 10px;
    background-color: #FFFFFF;
    color: #000000;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.inner_popup_nav_area,
    .inner_popup_menu_area {
		padding: 20px;
    }
}

.upper_popup_nav,
.lower_popup_nav {
	padding: 0;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.upper_popup_nav,
	.lower_popup_nav {
		padding: 0px 10px;
	}
}

.popup_sub_title {
	padding-bottom: 20px;
	font-size: 123.1%;
	font-weight: 700;
}

/* 各ナビゲーション */
.responsive .inner_popup_nav .nav_btn,
.responsive .column6 .inner_popup_nav .nav_btn {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E1DFDF;
	padding: 10px 10px 10px 25px;
    font-weight: 400;
}

.responsive.use_hover .inner_popup_nav .nav_btn:hover {
	background-color: #F5F5F5;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .responsive .inner_popup_nav .nav_btn,
    .responsive .column6 .inner_popup_nav .nav_btn {
		margin: 5px 10px;
    }
	
	.responsive.use_hover .inner_popup_nav .nav_btn:hover {
		border-bottom: 1px solid #E1DFDF;
	}
}

.inner_custom_nav_popup.custom_space {
	padding: 15px 10px;
}

/* 開閉ナビゲーション閉じるボタン */
.nav_close_box .nav_close {
    background-color: #F9F9F9;
}

.popup_base .close_btn_box {
	top: 25px;
}

.popup_base .popup_nav_area .nav_close_box .nav_close {
	margin-top: 20px;
	padding: 5px;
	line-height: 1;
}

.use_hover .nav_close_box .nav_close:hover {
    background-color: #EEF0F0;
}

.nav_close_box .fa-times {
    font-size: 20px;
}


/********************************************************************/

/* メインナビゲーション */

/********************************************************************/

/* 各ナビゲーション */
.inner_side_nav .nav_btn,
.inner_main_nav .nav_btn {
	margin-bottom: 5px;
	padding: 10px 10px 10px 25px;
    background-color: #EEF0F0;
    color: #000000;
}

.use_hover .inner_side_nav .nav_btn:hover ,
.use_hover .inner_main_nav .nav_btn:hover {
	background-color: #E8E8E8;
    color: #333333;
}

/* フリーページナビゲーション背景 */
.freepage_nav .inner_freepage_nav .nav_btn {
    background-color: #EEF0F0;
    color: #000000;
}

.use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
    background-color: #E8E8E8;
    color: #333333;
}


/********************************************************************/

/* カテゴリ、特集ナビゲーション */

/********************************************************************/

.itemlist_nav {
    margin-top: 15px;
}

/* 各ナビゲーション */
.inner_itemlist_nav .nav_btn {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E1DFDF;
	padding: 15px 10px 15px 25px;
    color: #000000;
    font-weight: 400;
}

.side_sub_menu_hover .inner_itemlist_nav .has_sub_menu > .nav_btn:not(.has_image_nav_btn),
.inner_itemlist_nav.toggle_menu_list .has_sub_menu > .nav_btn:not(.has_image_nav_btn) {
	padding-left: 10px;
	padding-right: 25px;
}

.toggle_menu_list .itemlist_nav_item.has_sub_menu .nav_btn.close_sub_menu_link,
.side_sub_menu_hover .side_itemlist_nav .itemlist_nav_item.has_sub_menu .nav_btn.close_sub_menu_link {
    background-color: #EEF0F0;
}

.use_hover .inner_itemlist_nav .nav_btn:hover {
    background-color: #EEF0F0;
    color: #000000;
}


/********************************************************************/

/* サイドメニュー */

/********************************************************************/

/* サイドメニュー枠 */
.open_side_col .side_container {
    background-color: #FFFFFF;
}

.side_itemlist_nav .itemlist_nav_item {
	margin: 0px;
}

.side_itemlist_nav .itemlist_nav_item.has_sub_menu {
	margin: 15px 0px;
}

.side_itemlist_nav .toggle_menu_list .itemlist_nav_item.has_sub_menu,
.side_sub_menu_hover .side_itemlist_nav .itemlist_nav_item.has_sub_menu {
	margin: 0px;
}

/* サイドメニュアイコン */
.right_side_nav_icon {
	font-size: 14px;
}

.nav_btn .fa-chevron-down.right_side_nav_icon {
	right: 12px;
}

.nav_btn .fa-chevron-right.right_side_nav_icon {
	left: 10px;
	right: auto;
}

.title_toggle_link .right_side_nav_icon {
	right: 12px;
}

/* サイドカテゴリ一覧 */
.side_itemlist_nav {
    padding: 0px 1px;
}

/* サブカテゴリ　第二階層 */
.side_itemlist_nav .sub_menu_link {
    padding: 10px 10px 10px 24px;
}

.side_box:not(:where(.side_sub_menu_hover)) .side_itemlist_nav .sub_menu_link {
	background-color: transparent;
	border: none;
	margin-left: 5px;
	padding: 8px 10px 8px 25px;
}

.side_box:not(.side_sub_menu_hover) .side_itemlist_nav .sub_menu_link_list {
    margin-top: 8px;
	margin-bottom: 8px;
}

/* サブカテゴリ背景 */
.side_itemlist_nav .sub_menu_link {
    background-color: #F9F9F9;
    border-top: none;
    border-bottom: 1px solid #E1DFDF;
	font-weight: 400;
}

/* マウスオーバーでサブカテゴリを開く */
/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.side_sub_menu_hover .sub_menu_link_list {
		background-color: #EEF0F0;
		padding: 15px;
		top: 0px;
	}
}
	
.side_sub_menu_hover .sub_menu_link_list .sub_menu_link {
    background-color: #FFFFFF;
}

.use_hover .side_sub_menu_hover .sub_menu_link_list .sub_menu_link:hover {
    background-color: #F9F9F9;
}

/* サイドメニューを開くボタン */
.use_side_menu .menu_opener_box, .use_side_menu .h_side_menu_opener {
    display: flex;
    align-items: center;
}


/********************************************************************/

/* フッターナビゲーション */

/********************************************************************/

.footer_nav {
    background-color: #EEF0F0;
}

.responsive .footer_nav {
	padding-top: 30px;
}

/* 各ナビゲーション */
.footer_nav_item .nav_btn {
    border-bottom: 1px solid #E0DFE3;
	padding: 10px 10px 10px 25px;
}

.use_hover .footer_area .nav_btn:hover {
    border-bottom: 1px solid #666666;
}


/********************************************************************/

/* タイトル */

/********************************************************************/

.page_title h1,
.page_title h2,
.main_box h2 {
    background-color: transparent;
}

.page_title h1 .title_text,
.page_title h2 .title_text,
.main_box h2 .title_text {
    display: inline-block;
	position: relative;
	z-index: 1;	
}

.page_title h1.detail_page_title .title_text {
    padding-left: 0px;
	padding-right: 0px;	
}

.lower_link_box .main_box .section_title h2 .title_text {
    display: inline;
	background-color: transparent;
	padding: 0px;
}

.side_box h2,
.main_box h2 {
    padding: 10px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
}

.side_box h2 {
	background-color: #8B9191;
	color: #FFFFFF;
	font-size: 93%;
}

.lower_link_box .main_box .section_title h2 {
	background-color: #EEF0F0;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 123.1%;
}

.main_desc {
    margin-bottom: 10px;
}

.main_desc li {
    text-align: left;
}


/********************************************************************/

/* 第二階層タイトル */

/********************************************************************/

/* 第二階層各ページタイトル */
.page_box .page_title h1,
.page_box .page_title h2,
.page_box .recently .section_title h2,
.page_box .use_emphasis_title .section_title h2 {
    padding: 10px;
    margin-bottom: 10px;
	color: #000000;
}

.has_min_nav .page_title h2 {
	text-align: center;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.has_min_nav .page_title h2 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* 商品詳細ページタイトル */
.itemdetail .page_title h1 {
    background-color: transparent;
	text-align: left;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.has_left_side_menu:not(:has(.hidden_specified_side_menu)) .itemdetail .page_title h1 {
		padding-left: 0px;;
	}
}

/* 記事ページタイトル */
.pwhatnew .page_title h1,
.pdiary .page_title h1 {
    margin-bottom: 0px;
}


/********************************************************************/

/* 第二階層サブタイトル */

/********************************************************************/

/* 各ページサブタイトル */
.page_box .section_title h2,
.page_box .section_title h3 {
    border-bottom: 1px solid #E1DFDF;
    padding: 10px;
    color: #000000;
}

.page_box .recently .section_title h2 {
	border: none;
}

.page_box .use_emphasis_title .section_title h2 {
    background-color: transparent;
	padding: 10px 0px;	
}

.page_box.shoppingcart .section_title h3,
.page_box.mypage .section_title h3,
.page_box.help .section_title h3,
.page_box.recipient_list .section_title h3,
.page_box.mypage_recipient_form .section_title h3 {
    background-color: #EEF0F0;
    border: none;
    border-radius: 0;
    padding: 10px;
	margin-bottom: 10px;
}

.page_box .contents_box .page_title_right_edge h3, 
.page_box .contents_box .section_title_right_edge h3 {
    padding-right: 100px;
}

.page_box #cart_preview .section_title h3 {
    background-color: #EEF0F0;
    border: none;
    border-radius: 0;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.page_box.shoppingcart .section_title h3,
	.page_box.help .section_title h3,
	.page_box #cart_preview .section_title h3,
	.page_box.recipient_list .section_title h3,
	.page_box.mypage_recipient_form .section_title h3 {
		padding: 12px;
	}
}

.page_box .help_contents .section_title h4 {
    margin-top: 10px;
}

.page_box .section_title h4 {
    padding: 10px 5px;
	border-bottom: 1px solid #E1DFDF;
}

.page_box .page_contents .search_result_title h3 {
    margin-top: 10px;
}


/********************************************************************/

/* 第二階層小項目タイトル */

/********************************************************************/

.contents_title {
    padding: 10px;
	background-color: #EEF0F0;
    font-weight: 400;
    font-size: 108%;
    color: #000000;
}

.rules_title {
    font-weight: bold;
}


/********************************************************************/

/* フォームタイトル */

/********************************************************************/

.form_title {
    border-bottom: 1px solid #E1DFDF;
    padding: 10px 3px 5px;
    font-weight: 700;
    font-size: 116%;
    color: #000000;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.shoppingcart_contents #cart_recipient .form_title {
		font-weight: 400;
		background-color: #EEF0F0;
	}
	
	.ocnk009.responsive .shoppingcart_contents .cart_recipient .form_data,
	.ocnk009.responsive .shoppingcart_contents .cart_payment_row,
	.ocnk009.responsive .shoppingcart_contents .form_inner_title {
		border-bottom: 1px solid #E1DFDF;
	}
}

.form_data .form_title.radio_selection_box,
.form_data .form_inner_title.radio_selection_box {
	padding: 10px;
	font-weight: 400;
}

.shoppingcart_contents .form_title {
	font-size: 108%;
}

.shoppingcart_page_body .page_box .form_area .form_title {
	border-bottom: 1px solid #E1DFDF;
}

.form_inner_title {
    border-bottom: 1px solid #E1DFDF;
    font-weight: 400;
    color: #000000;
}


/********************************************************************/

/* タイトル文字サイズ */

/********************************************************************/

.page_title h1,
.page_title h2,
.section_title h1,
.section_title h2 {
    font-size: 131%;
	font-weight: bold;
}

.side_box .section_title h2 {
	font-size: 108%;
	font-weight: 400;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.page_title h1,
    .page_title h2,
    .section_title h1,
    .section_title h2 {
        font-size: 161.6%;
    }
	
	.side_box .section_title h2 {
        font-size: 116%;
    }
}

.page_title h1 .title_text,
.page_title h2 .title_text,
.main_box h2 .title_text {
	font-size: 100%;
}

.recently h2 .title_text {
    font-size: 66%;	
}

/* レスポンシブ横幅375px以上指定 */
@media screen and (min-width: 375px) {
    .recently h2 .title_text {
        font-size: 93%;	
    }
}

.lower_link_box .main_box .section_title h2 .title_text {
    font-size: 100%;	
}

.page_title h3,
.section_title h3 {
    margin: 0px;
    font-size: 108%;
    font-weight: 400;
}

.page_box .section_title h2,
.page_box .section_title h3 {
    margin: 0px 2px;
}

.page_title h4,
.page_title h5,
.page_title h6,
.section_title h4,
.section_title h5,
.section_title h6 {
    margin: 0px;
    font-size: 100%;
    font-weight: bold;
}

.shoppingcart_page_body .section_title h4 {
    margin: 0px;
    font-size: 108%;
}


/********************************************************************/

/* メインコンテンツ */

/********************************************************************/

/********************************************************************/

/* 一覧
・写真のみ表示
・説明付き表示
・商品一覧ページ(写真のみ、説明付き)
・最新情報、店長日記
・ソート
*/

/********************************************************************/


/*--------------------------------------*/

/* 写真のみ表示  */

/*--------------------------------------*/

/* サムネイル写真 */
.layout_photo .list_item_photo {
    padding: 5px 0px;
    text-align: center;
}

/* 一覧枠 */
.itemlist_box .inner_item_data {
    padding: 15px 10px 5px;
}

.layout_photo .list_item_data {
    padding: 8px 1px 5px;
}

/* もっと見る */
.more_item {
    max-width: 150px;
	min-width: max-content;
    border-top: none;
    margin: 40px auto 50px;
    text-align: center;
}

.layout_column_text .more_item {
    margin-top: 30px;
}

.more_item .general_btn {
	background-color: #EEEEEE;
	border: none;
	padding: 10px;
	font-weight: 400;
	display: block;
	border-radius: 50px;
	line-height: 100%;
}

.use_hover .more_item .general_btn:hover {
	border: none;
}

/* 写真のみ文字サイズ */
.layout_photo .item_data_link {
    font-size: 93%;
}

.layout_photo .col2 .item_data_link {
    font-size: 93%;
}


/*--------------------------------------*/

/* 説明付き */

/*--------------------------------------*/

/* リンク */
.layout_column_text .list_item_box,
.layout_text .not_link {
    border-bottom: 1px solid #E1DFDF;
    padding: 15px 5px 15px 10px;
}

.itemlist_box.layout_column_text .list_item_box {
	align-items: flex-start;
}

.itemlist_box.layout_column_text .list_item_link:not(.flex_column) .list_item_data {
	min-height: 100%;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .layout_column_text .list_item_box,
	.layout_text .not_link {
		padding: 15px 0px;
    }
}

.list_item_data p.item_desc {
    color: #000000;
}


/*--------------------------------------*/

/* 商品一覧  */

/*--------------------------------------*/

/* 商品、記事一覧マウスオーバー */
.use_hover .item_list .item_data_link:hover,
.use_hover .item_list .list_item_link:hover {
    opacity: 0.7;
}

/* 商品名 */
.item_name {
    font-weight: 600;
}

.list_item_data p.item_name {
    margin-bottom: 3px;
}

/* 販売価格 */
.price {
    padding: 2px 0px;
    color: #000000;
    font-weight: 700;
}

.price .selling_price,
.price .regular_price {
    padding: 2px 0px;
}

.selling_price .tax_label {
    font-weight: 400;
	margin-left: 1px;
}

/* 通常販売価格 */
.price .regular_price {
    color: #000000;
    font-weight: normal;
    display: block;
}

.item_box .text_layout .regular_price {
    display: inline;
}

/* 希望小売価格、税込価格 */
.item_box .retail_price,
.item_box .tax_incl_price {
	font-size: 93%;
    color: #555555;
    font-weight: normal;
    word-break: normal;
}

.item_box .retail_price {
	margin-top: 5px;
}

.retail_price .price_label:empty {
	display: none;
}

/* 在庫あり */
.stock {
    color: #555555;
    font-size: 90%;
}

/* 在庫僅か */
.lowstock {
    color: #D43B55;
}

/* 在庫なし */
.soldout,
.variation_stock_list .data_table .soldout {
    color: #777777;
}

/* 商品一覧ランキング */
.rankno {
    display: block;
    width: 40px;
    min-width: auto;
    margin: auto;
    background-color: #EEF0F0;
    color: #000000;
    font-size: 10px;
}

.rankno1 {
    background-color: #BBB447;
    color: #FFFFFF;
}

.rankno2 {
    background-color: #A7A7A7;
	color: #FFFFFF;
}

.rankno3 {
    background-color: #B4643A;
	color: #FFFFFF;
}

/* ランキングタブ */
.ocnk016.responsive .ranking_page_body .inner_ranking_navigation {
  margin-bottom: 20px;
}

.ocnk016.responsive .ranking_navigation.anchor_nav_area .nav_btn {
	margin: 2px 3px -1px;
	padding: 10px 8px;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #B9BDBD;
}

.ocnk016.responsive.use_hover .ranking_navigation.anchor_nav_area .nav_btn:hover {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
}

.ocnk016.responsive .ranking_navigation.anchor_nav_area .nav_btn.nav_on {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
}


/*--------------------------------------*/

/* 記事一覧  */

/*--------------------------------------*/

/* タイトル */
.list_subject {
    padding: 5px 0px;
}

/* 日付 */
.date {
    color: #000000;
    font-size: 93%;
    font-weight: normal;
}


/*--------------------------------------*/

/* ソート */

/*--------------------------------------*/

.sort_box {
    padding: 5px;
    margin: 3px;
    border-bottom: 1px solid #E1DFDF;
}

.sort_item .global_btn {
    padding: 5px;
    text-align: center;
}

/* 件数 */
.item_count {
	padding: 10px 10px 0;
    font-size: 93%;
}


/********************************************************************/

/* 写真 */

/********************************************************************/

#photo {
    padding: 0px;
}

#photo .fix_center {
    max-width: 100%;
}

#photo .item_image_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* レスポンシブ横幅600px以上指定 */
@media screen and (min-width: 600px) {
	.ocnk007.responsive:not(:where(.touch006, .touch008, .touch010)) #photo .item_image_box img {
		height: 400px;
	}
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	#photo .item_image_box img {
		height: 500px;
	}
}

/* レスポンシブ横幅900px以上指定 */
@media screen and (min-width: 900px) {
	.ocnk007.responsive:not(:where(.touch006, .touch008, .touch010)) #photo .item_image_box img {
		height: 500px;
	}
}

/* レスポンシブ横幅1000px以上指定 */
@media screen and (min-width: 1000px) {
	.ocnk007.responsive:not(:where(.touch006, .touch008, .touch010)) #photo .item_image_box img {
		height: 600px;
	}
}

/* レスポンシブ横幅1200px以上指定 */
@media screen and (min-width: 1200px) {
	.ocnk007.responsive.wide_layout:not(:where(.touch006, .touch008, .touch010)) #inner_container {
		max-width: 100%;
	}
	.ocnk007.responsive:not(:where(.touch006, .touch008, .touch010)) #photo .item_image_box img {
		height: 700px;
	}
}

/********************************************************************/

/* スライド */

/********************************************************************/

/* スライド送りボタン */

#photo .slider_controller.lower_slider_controller {
	padding-bottom: 50px;
}

.slider_box .swiper-pagination-bullet,
.swipe_list .pointer span {
    background-color: #DCD9D1;
}

#photo .slider_box .swiper-pagination-bullet,
#photo .swipe_list .pointer span {
    background-color: #DCD9D1;
}

/* 現スライド */
.slider_box .swiper-pagination-bullet-active,
.swipe_list .pointer span.current {
    background-color: #8B9191;
}

#photo .slider_box .swiper-pagination-bullet,
#photo .swipe_list .pointer span,
#photo .slider_box .swiper-pagination-bullet-active,
#photo .swipe_list .pointer span.current {
    border: none;
}

#photo .slider_box .swiper-pagination-bullet-active,
#photo .swipe_list .pointer span.current {
    background-color: #8B9191;
}

/* 前へ、次へアイコン */
.swipe_list .pointer_box span.pointer_prev,
.swipe_list .pointer_box span.pointer_next,
.swiper-button-prev,
.swiper-button-next {
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.use_hover .swiper-button-prev:hover,
.use_hover .swiper-button-next:hover {
    background-color: #E0DFE3;
}

.use_hover .slider_box .swiper-button-disabled:hover {
    background-color: #EEF0F0;
}

/* 前へアイコン画像 */
.swipe_list .pointer_box span.pointer_prev,
.swiper-button-prev {
    background-image: url(img/icon_prev.png);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 次へアイコン画像 */
.swipe_list .pointer_box span.pointer_next,
.swiper-button-next {
    background-image: url(img/icon_next.png);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}


/********************************************************************/

/* 第二階層 */

/********************************************************************/

.page_box {
    color: #000000;
}

.has_min_nav .inner_page_contents,
.legal_page_body .tablayout_navigation,
.help_page_body .inner_page_contents,
.review_page_body .inner_page_contents {
	padding: 0px 8px;
}

/* 共通説明 */
.page_desc {
    padding: 10px;
}

/* 共通ボックス */
.global_info {
    background-color: #F9F9F9;
    padding: 10px;
}


/********************************************************************/

/* 商品詳細 */

/********************************************************************/

/* 商品情報　各ブロック */
.detail_section,
.detail_block_stock .detail_section {
    border-bottom: 1px solid #E1DFDF;
	padding: 10px;
}

.detail_block_price .detail_section:not(.option_point) {
	padding: 5px;
}

.detail_inner_box.custom_toggle_box,
.custom_toggle_box .detail_inner_box {
	transition: .3s;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.detail_section,
	.detail_block_stock .detail_section {
		padding: 15px;
	}
	
	.detail_block_price .detail_section:not(.option_point) {
		padding: 0px;
	}
}

.detail_section.add_cart {
	border-bottom: none;
	text-align: center;
	margin: 10px 0px;
}

/* 商品情報　商品名 */
.detail_item_data h1,
.detail_item_data .item_name {
	font-size: 131%;
	font-weight: bold;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.itemdetail .section_title h2 {
	font-size: 116%;
}

.itemdetail .custom_toggle_box .section_title h2 {
	padding: 15px 25px 15px 10px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.detail_item_data h1,
	.detail_item_data .item_name {
		font-size: 146.5%;
		margin-top: 10px;
	}

	.itemdetail .section_title h2 {
		font-size: 131%;
		padding-left: 5px;
	}

	.itemdetail .custom_toggle_box .section_title h2 {
		padding: 10px 5px;
	}
}

/* 商品詳細　価格エリアdivタグ間余白 */
.detail_item_data .section_box {
    margin-bottom: 10px;
}

/* 商品詳細　価格エリア項目間余白 */
.detail_item_data .section_box p {
    margin-bottom: 5px;
}

/* 商品詳細　販売価格 */
.detail_item_data .selling_price {
    font-size: 123.1%;
    word-break: normal;
}

/* 商品詳細　販売価格金額 */
.detail_item_data .selling_price .figure {
    font-weight: bold;
}

/* 商品詳細　通常販売価格 */
.detail_item_data .regular_price {
    font-size: 85%;
}

/* 商品詳細　希望小売価格、税込価格 */
.detail_item_data .retail_price,
.detail_item_data .tax_incl_price {
    color: #666666;
    font-weight: normal;
}

/* 商品詳細　販売価格ラベル */
.detail_item_data .selling_price {
    font-weight: normal;
}

/* 商品詳細　在庫 */
.detail_item_data .stock {
    font-size: 108%;
    font-weight: bold;
}

/* 商品情報　商品説明 */
.item_desc {
	padding: 15px;
    margin: 0px;
}

/* 価格変動注意書き */
.price_desc {
    font-size: 77%;
}

/* 商品仕様 */
.detail_spec_data {
	padding: 10px;
    margin: 0px;
}

/* 他の写真枠 */
.other_item_data {
    margin: 0px;
}

.other_item_data .global_photo {
    text-align: center;
}

/* 他の写真説明 */
.other_photo_desc {
    margin: 0px;
}

/* バリエーション在庫表 */
.variation_stock_list {
    margin-bottom: 5px;
}

.variation_stock_list .stocklist_label {
	  font-size: 93%;
}

.side_box.diary_category_nav_box h2 {
    background-color: transparent;
}

/* バリエーション、オーダーメイド項目間余白 */
.variation_item,
.order_item {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* オーダーメイド項目 */
.order_item {
    border-bottom: 1px solid #E1DFDF;
}

.order_label {
	padding: 5px 0px;
}

.ordermade .bottompos {
    border-bottom: none;
}

/* バリエーション在庫選択中背景 */
.variation_stock_list .data_table .selected_item {
    background-color: #F2F1EC;
    color: #757263;
}

.variation_stock_list .data_table .selected_data {
    background-color: #F2F1EC;
}
	

/*--------------------------------------*/
/* バリエーション選択のポップアップ */

/* ポップアップ枠 */
.popup_variation,
.popup_area {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}

.popup_variation_selection,
.popup_section {
    border-bottom: 1px solid #E1DFDF;
}

/* バリエーション項目ボタン */
.popup_variation_button,
.item_selection_button {
    background-color: #EEF0F0;
    border: 2px solid #CCCCCC;
}

/* 選択中 */
.selected_option .popup_variation_button,
.selected_option .item_selection_button {
    background-color: #F2F1EC;
    border: 2px solid #000000;
    color: #000000;
}

/* 変更、選択してくださいボタン */
.popup_variation_edit_button,
.popup_variation_select_button,
.item_select_operation_button {
    background-color: #F2F1EC;
    color: #757263;
}

.popup_variation_value,
.variation_selection_value,
.item_selection_value {
    color: #000000;
    font-weight: bold;
}

/* 選択済み枠 */
.variation_selection_box .validation_selection_selected_all,
.use_hover .variation_selection_box .validation_selection_selected_all:hover {
	max-width: 100%;
	width: 100%;
    background-color: #F2F1EC;
    color: #757263;
}

.validation_selection_selected_all .variation_selection_msg_text {
    background-color: #8B9191;
    color: #FFFFFF;
}

.popup_variation_title {
	  font-weight: 400;
}


/*--------------------------------------*/
/* バリエーション画像 */

.variation_image {
	  margin-right: 8px;
}


/*--------------------------------------*/
/* サムネイル写真 */

.thumbnail {
    margin-top: 5px;
}

/* サムネイル写真 */
.thumbnail .thumbnail_btn {
    border: 1px solid #FFFFFF;
}

/* サムネイル写真枠サイズ */
.thumbnail_listbox {
    width: 60px;
}


/*************************************************************/

/* レビュー */

/*************************************************************/

/* レビュー件数 */
.item_info .review_number {
    color: #000000;
}

.large_rating_icon .star_empty,
.large_rating_icon .star_full,
.large_rating_icon .star_half,
.medium_rating_icon .star_empty,
.medium_rating_icon .star_full,
.medium_rating_icon .star_half,
.small_rating_icon .star_empty,
.small_rating_icon .star_full,
.small_rating_icon .star_half {
    background-image: none;
}

.star_icon {
    display: inline-block;
    margin-top: 4px;
    font: normal normal normal 14px/1 FontAwesome;
}

.star_full::before {
    content: "\f005";
}

.star_half {
	position: relative;
}

.star_half::before,
.star_half::after {
	position: absolute;
}

.star_half::before {
    content: "\f005";
}

.star_half::after {
    content: "\f089";
}

.star_empty::before {
    content: "\f005";
}

/* 星の大きさ */
.large_rating_icon .star_icon::before,
.large_rating_icon .star_icon::after {
    font-size: 22px;
}

.large_rating_icon .star_icon {
	width: 25px;
    height: 25px;
}

.medium_rating_icon .star_icon::before,
.medium_rating_icon .star_icon::after {
    font-size: 18px;
}

.medium_rating_icon .star_icon {
	width: 20px;
	height: 20px;
}

.small_rating_icon .star_icon::before,
.small_rating_icon .star_icon::after {
    font-size: 14px;
}

/* 星の色 */
.star_icon::before,
.star_half::after {
    color: #FFC607;
}

.review_register_page_body .review_post_stars img[src$="star_full_x2.png"] {
    background-color: #FFC607;
}

.star_icon.star_empty::before,
.star_half::before {
    color: #E0DFE3;
}

.review_register_page_body .review_post_stars img[src$="star_empty_x2.png"] {
    background-color: #E0DFE3;
}

/* 文字の色 */
.rating_point {
    color: #333333;
	line-height: 100%;
}

.large_rating_icon .rating_point {
    font-size: 153.9%;
}

.medium_rating_icon .rating_point {
    font-size: 138.5%;
}

/* 星ポイント */
.rating_point {
    margin-left: 5px;
    color: #333333;
}

/* レビュー数 */
.review_number:not(.no_review) {
    margin-left: 7px;
}

/* グラフ */
.bar_graph {
    background-color: #FFC607;
}

/* 年代 */
.rating_age {
    font-size: 93%;
}

/* 分析レポート内レビュー数 */
.rating_number A {
    font-size: 93%;
}

/* レビュー一覧 */
.review_data {
    background-color: #EEF0F0;
	margin: 20px 0px;
}

.mypagereview_contents .list_item_data .review_data {
    background-color: transparent;
	margin: 5px 0px;
}

.mypagereview_contents .review_data_lower {
    padding: 10px;
	margin: 5px 0px 0px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.review_data {
		margin: 20px 5px 20px;
	}

	.mypagereview_contents .review_data_lower {
		padding: 15px;
	}
}

/* レビュータイトル */
.review_title {
	padding: 8px 0;
    font-size: 123.9%;
    font-weight: bold;
}

.product_review_item .page_title {
    margin-bottom: 30px;
}

.product_review_item .page_title .title_note,
.item_box .page_title .title_note {
	display: block;
	margin-top: 5px;
	font-size: 77%;
}

/* レスポンシブ横幅710px以上指定 */
@media screen and (min-width: 710px) {
	.product_review_item .page_title .title_note,
	.item_box .page_title .title_note {
		font-size: 85%;
	}
}

.itemdetail .review_data .review_title,
.mypagereview_contents .review_data .review_title {
	font-size: 108%;
}

.mypagereview_contents .review_data .review_title {
	padding-bottom: 15px;
}

/* 登録日 */
.review_postdate {
    background-color: #444444;
    color: #FFFFFF;
}

/* レビュワー */
.reviewer_name {
	padding: 15px 15px 0;
	background-color: #FFFFFF;
	color: #555555;
}

/* メモ */
.review_note {
	padding: 15px;
    background-color: #FFFFFF;
}

.detail_page_body .review_note {
    background-color: #FFFFFF;
}

/* ショップオーナー返信 */
.owner_note {
    border-bottom: 1px solid #E1DFDF;
}

/* ショップオーナーヘッダー */
.owner_header {
    font-size: 93%;
	font-weight: 700;
    color: #47ABC5;
}

/* ショップオーナー登録日 */
.owner_postdate {
    display: inline-block;
    margin-left: 5px;
}

/* 参考 */
.review_consult {
	font-size: 85%;
}

/* 参考質問数字 */
.user_number {
    font-size: 123.9%;
    font-weight: bold;
    color: #333333;
}

/* 参考質問ボタン */
.review_vote_btn {
    display: inline-block;
    margin-top: 5px;
	margin-left: 5px;
}

/* 商品一覧レビュー数 */
.item_list .review_number {
    font-size: 85%;
    margin-left: 5px;
}

/* 商品詳細レビュー数 */
.review_list .review_number {
    font-size: 93%;
}

/* 商品詳細レビュー */
.inner_detail_review_area {
    padding: 10px;
}

/* 商品詳細ヘッダー */
.detail_review_header {
    padding-top: 15px;
	padding-bottom: 5px;
}

.detail_review_header .global_btn {
    text-align: center;
}

/* 全て見る */
.more_item .label_suffix {
	margin-top: 3px;
	font-size: 85%;
}

.more_item .label_suffix + .fa {
	vertical-align: middle;
}

/* レビュー一覧 */
.review_item_name {
	font-size: 116%;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.review_item_name {
		font-size: 123.1%;
	}
}

.inner_review_item_data,
.inner_review_list_product_box .add_cart {
	padding: 5px 10px;
}

.inner_review_item_data .large_rating_icon {
	padding: 8px 5px;
}

.product_review_info_area .rating_average,
.rating_average {
	margin: 20px 0px;
}

.inner_rating_average {
	margin: 0px 10px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.product_review_info_area .rating_average,
	.rating_average {
		margin: 0px;
	}

	.inner_rating_average {
		margin: 0px;
	}
}

/* マイページレビュー管理 */
.item_data.review_admin .inner_item_data {
	padding: 20px 0;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
    .item_data.review_admin .inner_item_data {
		padding: 30px 0;
    }
}

/* マイページレビュー管理ボタン */
.review_admin .global_btn {
    text-align: center;
}

.item_data.review_admin .inner_item_data .box_both_ends_space {
	padding: 5px 5px 0px;
}

.review_admin .review_item_name {
	margin: 5px 0;
	font-size: 108%;
}

.review_list .delete_box .delete_btn_box {
	top: 10px;
}

.review_post_product_box .review_item_data {
	padding-left: 15px;
}


/********************************************************************/

/* ログイン */

/********************************************************************/

.login_page_body #inner_contents,
.mail_auth_page_body #inner_contents {
	  max-width: 680px;
}

.login_page_body #inner_contents #signin_form,
.mail_auth_page_body #inner_contents #mail_auth_form {
	  padding: 0px 5px;
}

.signin_box .form_data .largesize,
#mail_auth_form .form_data .largesize {
	width: 100%;
	max-width: none;
}

@media screen and (min-width: 840px) {
	.ocnk009.responsive #shoppingcart_page_step1 #signin_form.contents_box,
	.ocnk009.responsive #shoppingcart_page_step1 #cartregister_form.contents_box {
		margin-bottom: 0px;
	}
}

/* ID、PW枠 */
.signin_box .id_box,
.signin_box .pass_box {
    margin: 0px;
}

/* ID、PWタイトル */
.signin_box .id_title,
.signin_box .pass_title {
    margin-bottom: 10px;
    border-bottom: 1px solid #E1DFDF;
    font-size: 116%;
    font-weight: bold;
}

.signin_box .password .global_link {
    font-size: 85%;
}

/* 新規登録枠 */
#register_form {
    padding-top: 20px;
    border-top: 1px solid #E1DFDF;
}


/********************************************************************/

/* カート */

/********************************************************************/

#shoppingcart_page_step1 .visitor:not(:has(#cart_step)) .shoppingcart_contents {
	max-width: 680px;
	margin: auto;
}

#shoppingcart_page_step1 .visitor:not(:has(#cart_step)) .shoppingcart_contents #signin_form,
#shoppingcart_page_step1 .visitor:not(:has(#cart_step)) .shoppingcart_contents #cartregister_form {
	padding: 0px 5px;
}

/* カートの中身各枠 */
.inner_cart_data {
	padding: 0px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

/* 各項目枠 */
.cart_section {
    border-top: 1px solid #E1DFDF;
    padding: 10px 0px;
}

/* 区切り線 */
.top_separator {
    border-top: 1px solid #E1DFDF;
}

.bottom_separator {
    border-bottom: 1px solid #E1DFDF;
}

/* 各項目ラベル */
.cart_label {
    font-weight: normal;
}

/* ボタン中央寄せ */
.cart_inner_btn {
    text-align: center;
}

/* 小計、送料 */
.cart_sub_total_price,
.cart_shipping_charge {
    text-align: right;
}

/* 合計 */
.cart_footer {
    text-align: right;
}

.grand_total {
    display: inline-block;
    border-bottom: 2px solid #8B9191;
    margin-bottom: 5px;
}

.grandtotal_price {
    font-size: 153.9%;
}

/* 買い物を続ける */
.continue_shopping {
    text-align: right;
}

/* 送り主、お届け先追加変更ボタン */
.cart_recipient .global_btn {
    text-align: center;
}

/* お届け先名 */
.cart_recipient_title {
    padding: 8px 0px;
    border-bottom: 1px solid #E1DFDF;
	 font-weight: 700;
}

/* ラジオボタン選択の強調表示 */
.cart_payment_row .form_element,
.ocnk009.responsive .shoppingcart_contents .cart_payment_row .form_element {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.cart_payment_row .form_element,
    .ocnk009.responsive .shoppingcart_contents .cart_payment_row .form_element {
		padding: 10px 20px 20px;
    }
}

.checked_row,
.ocnk009.responsive .shoppingcart_contents .form_area .checked_row > .form_title,
.ocnk009.responsive .shoppingcart_contents .form_inner_area .checked_row > .form_inner_title,
.ocnk009.responsive .shoppingcart_contents #cart_payment .checked_row .form_title,
.ocnk009.responsive .shoppingcart_contents #cart_payment .cart_payment_row.checked_row,
.ocnk009.responsive .shoppingcart_contents .cart_shipping_row.checked_row {
    background-color: #F8F8F8;
}

.form_area .checked_row > .form_title,
.form_inner_area .checked_row > .form_inner_title {
    color: #000000;
	font-weight: 700;
}

.checked_row .global_info {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
    padding: 10px;
}

/* リピータ向け決済機能用 */
.inner_global_info {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}

/* クーポン/ポイント枠 */
.toggle_box .cart_point,
.toggle_box .box_padding,
.toggle_box .cart_point_notice {
    margin: 1px;
}

/* クーポン/ポイント変更時の金額を更新ボタン欄、強調表示背景 */
.notice_box .form_btn_spad {
    background-color: #EFF8FA;
}

A.edit_entered_card_link:link,
A.edit_entered_card_link:active,
A.edit_entered_card_link:visited {
	text-decoration: underline;
}

A.edit_entered_card_link:hover {
	text-decoration: none;
}


/*************************************************************/

/* ステップ表 */

/*************************************************************/

.step_list {
	width: 100%;
    margin: 10px 0px 15px;
    padding: 0px 2px;
}

/* ステップ表 各枠背景 */
.step_data {
    background-color: #EEF0F0;
    border-right: 2px solid #FFFFFF;
    text-align: center;
}

/* ステップ表 左端 */
.step_block:first-child .step_data {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* ステップ表 右端 */
.step_block:last-child .step_data {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: none;
}

/* ステップ表 各枠　現ページ */
.step_check .step_data {
    background-color: #8B9191;
}

/* ステップ表 文字 */
.step_data span {
    color: #666666;
}

/* ステップ表 ステップ数 */
.step_data .step_number {
    font-weight: 400;
	font-size: 9px;
}

/* ステップ表 現ページ文字 */
.step_check .step_data span {
    color: #FFFFFF;
	font-weight: 700;
}


/********************************************************************/

/* 最新情報、店長日記 */

/********************************************************************/

/* 日付 */
.article_date {
    border-bottom: 1px solid #E1DFDF;
    margin-bottom: 10px;
}

.date, .article_date {
    color: #000000;
    font-size: 93%;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.pwhatnew .article_date,
.pdiary .article_date {
	padding-top: 0px;
}

.format {
    font-size: 77%;
}

/* 記事 */
.ph_article {
	font-size: 108%;
	padding: 15px 10px;
}

/* バックナンバー */
.count_number {
    font-size: 93%;
}


/********************************************************************/

/* ご利用案内 */

/********************************************************************/

/* 上部ページ内リンクのナビゲーション */
.help_navigation.anchor_nav_area {
	padding: 0px 10px;
}

.anchor_nav_area .nav_btn {
    border: 1px solid #EEEEEE;
	font-size: 93%;
}

.use_hover .anchor_nav_area .nav_btn:hover {
    background-color: #EEF0F0;
	border: 1px solid #EEEEEE;
}

/* 各ブロック */
.help_contents .inner_contents_box {
    margin-bottom: 10px;
}

.help_step,
.help_payment {
    padding-bottom: 5px;
}

/* 説明各ブロック */
.help_data {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 93%;
}

/* 推奨環境 */
#spec_contents dt {
    font-weight: bold;
    padding-bottom: 5px;
}

#spec_contents dd {
    background-color: #EEF0F0;
}


/********************************************************************/

/* 特定商取引法 */

/********************************************************************/

/* 各欄枠 */
.contents_desc {
    padding: 10px 5px;
    margin: 5px 0px;
}


/********************************************************************/

/* メールマガジン */

/********************************************************************/

.mailmagazine_page_body #inner_contents,
.mailmagazinestop_page_body #inner_contents {
	max-width: 680px;
}

.mailmagazine_box .form_data .largesize {
	width: 100%;
	max-width: none;
}

/* 登録、解除タイトル */
.mailmagazine_box .mailmagazine_subscribe_title,
.mailmagazine_box .mailmagazine_unsubscribe_title {
    border-bottom: 1px solid #E1DFDF;
    margin-bottom: 10px;
    font-size: 116%;
    font-weight: bold;
}


/********************************************************************/

/* マイページ */

/********************************************************************/

/* ポイント */
.member_contents .point_number {
    font-size: 138.5%;
    font-weight: bold;
    color: #7D7A5C;
}

.member_contents .point_number .point_suffix {
    color: #000000;
}

/* リンク枠 */
.link_box .global_iconleft {
    display: block;
    margin-bottom: 10px;
}

/* 注意書き */
.mypage_note {
    font-size: 93%;
    line-height: 140%;
}

/* マイページ共通　送り主　お届け先 */
.mypage_recipient {
    padding: 5px 0px;
    font-size: 108%;
}

.mypage_contents .link_box .global_link {
	font-weight: 400;
}


/*************************************************************/

/* 購入履歴 */

/*************************************************************/

/* 商品名 */
.history_data_list .item_name {
    font-weight: 400;
    color: #000000;
}


/*************************************************************/

/* 送り主、お届け先 */

/*************************************************************/

/* 住所 */
.recipient_data_list .user_address {
    font-weight: 400;
    color: #000000;
}


/*************************************************************/

/* お気に入り */

/*************************************************************/

/* 登録日、メモ */
.item_registration_date,
.item_memo {
    font-size: 93%;
}

/* 商品説明 */
.favorite_contents .item_desc {
    padding: 8px 3px;
    margin: 10px 0px;
    border-top: 1px solid #E1DFDF;
    border-bottom: 1px solid #E1DFDF;
}

.favorite_contents .price {
	font-size: 93%;
}

/* メモ */
.item_memo_text {
	padding: 10px;
    background-color: #EEF0F0;
    color: #000000;
}


/*************************************************************/

/* 複数選択 */

/*************************************************************/

/* 複数削除 */
.bulk_btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 複数選択 */
.inner_bulk_check_box {
    background-color: #EEF0F0;
}

.layout_column_text .inner_bulk_check_box,
.layout_text .inner_bulk_check_box {
    background-color: #EEF0F0;
}

.bulk_mode .layout_column_text .list_item_box,
.bulk_mode .layout_column_text .not_link,
.bulk_mode .layout_text .not_link {
    border-bottom: none;
}

/* 一括削除時の下部ボタン枠 */
.bulk_mode .fixed_bottom {
    background-color: #EEF0F0;
    border-top: 1px solid #E1DFDF;
}

/* 数量表示バッジ */
.badge {
    background-color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}


/*************************************************************/

/* 掲示板 */

/*************************************************************/

/* 記事枠 */
.post_box {
    margin-bottom: 5px;
    border: 1px solid #E0DFE3;
}

/* 記事枠レス */
.post_box_res {
    padding-left: 20px;
}

/* 記事ヘッダー */
.post_box .data_table .cell_header,
.post_box .data_table .cell_data {
    background-color: #E9E9E9;
    font-weight: 400;
	border: none;
}

/* 記事ヘッダー下部余白 */
.post_box .data_table {
    margin-bottom: 5px;
}

/* 記事ヘッダー中央寄せ */
.post_box .res_cell,
.post_box .toggle_cell,
.post_box .replay_cell {
    text-align: center;
}

.post_title,
.post_user,
.post_day,
.post_number {
    padding: 2px 0px;
}

/* 記事タイトル */
.post_title {
    font-weight: bold;
    font-size: 14px;
}

/* 記事ユーザー */
.post_user {
    font-size: 11px;
}

/* 記事投稿日 */
.post_day {
    font-size: 11px;
}

/* 記事No */
.post_number {
    font-size: 13px;
}

/* URL */
.post_url {
    font-size: 13px;
}

/* 記事コメント */
.bbs_comments {
    background-color: #FFFFFF;
}

/* 記事検索 */
.bbs_search.form_data {
    background-color: #F5F5F5;
	  margin-bottom: 10px;
}

/* 検索文字強調 */
.result_emphasis {
    background-color: #FFFF73;
}

/* 検索前に戻る */
.bbs_search .global_link {
    margin-left: 10px;
}

/* 記事開閉 */
#bbs_toggle {
    border-top: 1px solid #E1DFDF;
    border-bottom: 1px solid #E1DFDF;
}

/* 記事投稿欄 */
.bbs_post_form {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}


/*************************************************************/

/* 関連ページ */

/*************************************************************/

/* 内容 */
.link_desc_box {
    border-top: 1px solid #E1DFDF;
}


/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* スタッフ画像 */
.staff_photo,
.pstaff_photo {
    text-align: center;
    margin-top: 10px;
}

/* プロフィール項目 */
.staff_contents dt,
.pstaff_contents dt {
    border-top: 1px solid #E1DFDF;
    font-weight: bold;
}

/* プロフィール内容 */
.staff_contents dd,
.pstaff_contents dd {
    border-top: 1px solid #E1DFDF;
}

.staff_profile_desc {
    background-color: #EEF0F0;
    border: 1px solid #E0DFE3;
}


/********************************************************************/

/* カレンダー */

/********************************************************************/

/* カレンダーヘッダー */
.calendar_data {
    padding: 15px 0px;
}

.cal_month {
    padding-bottom: 15px;
    text-align: center;
}

.cal_month .prev_month,
.cal_month .next_month,
.cal_month .this_month {
    padding: 0px 10px;
}

.cal_month span.prev_month,
.cal_month span.next_month {
    padding: 0px 5px;
    font-weight: bold;
    cursor: pointer;
}

/* 今月 */
.this_month {
    font-size: 123.1%;
    font-weight: bold;
}

.side_col .this_month {
    font-size: 14px;
    padding: 0px;
}

.side_col .next_month,
.side_col .prev_month {
    font-size: 13px;
    padding: 0px;
}

/* カレンダー枠線 */
.calendar_data .data_table th.cell_header,
.calendar_data .data_table td.cell_data {
    border: 1px solid #E0DFE3;
}

/* カレンダー曜日セル */
.calendar_data .cal_day_header {
    font-size: 85%;
}

/* カレンダー各セル */
.calendar_data .data_table .cal_day_cell {
    width: 14%;
    height: 60px;
    vertical-align: top;
}

/* 日曜日 */
.sun .cal_day {
    color: #D43B55;
}

/* 土曜日 */
.sat .cal_day {
    color: #47ABC5;
}

/* 今日 */
.calendar_data .today {
    font-weight: bold;
}

/* イベント一覧 */
.event_list li {
    border-bottom: 1px solid #E1DFDF;
}

/* イベント内容 */
.event_data {
    padding: 10px 0px;
}

/* イベント名 */
.event_name {
    font-weight: bold;
    line-height: normal;
}

/* アイコン画像 */
div.event_icon {
    text-align: center;
}

div.event_icon img {
    margin: 0px 1px;
}

span.event_icon {
    margin-right: 5px;
}

/* 定休日 */
.calendar_data .holiday,
.holiday_icon {
    background-color: #FFE9EE;
}

.holiday_icon {
    border: 1px solid #E0DFE3;
    display: inline-block;
    width: 15px;
    height: 15px;
}

/* イベント説明 */
.event_desc {
    font-size: 93%;
    padding: 5px;
}

/* 左右カラム */
.side_col .cal_day {
    font-size: 85%;
}

.side_col .data_table th.cell_header,
.side_col .data_table td.cell_data {
	padding: 2px;
}

.side_col .calendar_data .data_table .cal_day_cell {
	height: auto;
}


/********************************************************************/

/* table */

/********************************************************************/

/* thタグ、tdタグ */
.data_table .cell_header,
.data_table_header,
.data_table .cell_data {
    padding: 10px;
    border: 1px solid #E0DFE3;
}

/* thタグ */
.data_table .cell_header,
.data_table_header {
    background-color: #EEF0F0;
    color: #000000;
}

.data_table tbody .cell_header {
    background-color: #F6F7F7;
}

/* tdタグ */
.data_table .cell_data {
    background-color: #FFFFFF;
    color: #000000;
}


/********************************************************************/

/* フォーム */

/********************************************************************/

/* フォーム上部説明 */
.list_icon_circle {
    color: #000000;
}

/* フォーム項目 */
.form_element,
.form_inner_element {
    padding: 10px 3px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.shoppingcart_contents #cart_recipient .form_element {
		padding: 10px;
	}
}

select {
    border: #CCCCCC solid 1px;
}

/* 必須項目 */
.require {
    color: #D43B55;
    font-weight: bold;
}

abbr.require {
    border: none;
    cursor: default;
}

/* 注意書き */
span.cell_note {
    font-size: 85%;
    font-weight: normal;
}

/* メールアドレス欄 */
.confirm_email {
    border: none;
    background-color: #EEF0F0;
}


/********************************************************************/

/* 入力エリア */

/********************************************************************/

/* 標準 */
.form_data .defaultsize {
    width: 170px;
}

/* 特小 */
.form_data .xsmallsize {
    width: 60px;
}

/* 小 */
.form_data .smallsize {
    width: 80px;
}

/* 大 */
.form_data .largesize {
    max-width: 500px;
    width: 97%;
}


/********************************************************************/

/* フォームエラー */

/********************************************************************/

/* 個別エラー表示 */
.form_error {
    border: 5px solid #D43B55;
    border-radius: 5px;
}

/* フォーム上部エラー表示 */
.error_box {
    border: 1px solid #D43B55;
    border-radius: 5px;
}

/* 商品詳細エラー表示 */
.detail_page_body .error_box {
    margin: 10px;
}

/* エラー表示　※赤枠内文字 */
.error_status {
    color: #A71235;
    font-size: 93%;
    padding-left: 5px;
}

/* エラー時入力エリア背景色 */
.page_box .edit_form .error_row input,
.page_box .edit_form .error_row select,
.page_box .edit_form .error_row textarea {
    background-color: #FFE9EE;
}

/* エラーアイコン */
.error_icon .fa {
    background-color: #D43B55;
    box-shadow: 0px 0px 0px 1px #D43B55;
    color: #FFFFFF;
}

/* フォーム上部OK表示 */
.ok_box {
    border: 1px solid #47ABC5;
    border-radius: 5px;
}

/* OK表示 ※緑枠内文字 */
.ok_status {
    color: #47ABC5;
    font-size: 93%;
    padding-left: 5px;
}

/* OK表示アイコン位置調整 */
.ok_status img {
    padding-right: 3px;
}

/* OK時入力エリア背景色 */
.page_box .edit_form .ok_row input,
.page_box .edit_form .ok_row select,
.page_box .edit_form .ok_row textarea,
.page_box .edit_form .error_row .ok_input {
    background-color: #E3F4F9;
}

/* OKアイコン */
.ok_icon .fa {
    background-color: #47ABC5;
    box-shadow: 0px 0px 0px 1px #47ABC5;
    color: #FFFFFF;
}

/* 重要な注意書き色 */
.note_color {
    color: #D43B55;
}


/********************************************************************/

/* アイコン */

/********************************************************************/

/* ヘッダーナビボタン */
.responsive .inner_header_nav .header_nav_item .fa {
    font-size: 22px;
    color: #333333;
    text-align: center;
    position: static;
    margin-right: 0px;
}

.responsive .inner_header_nav .header_nav_item .fa.icon-ocnk-barsla {
	font-size: 25px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.responsive .inner_header_nav .header_nav_item:not(.empty_nav_label) {
		width: 60px;
	}
	
	.responsive .inner_header_nav :is(.h_contact,.h_favorite,.h_help,.h_signout).header_nav_item:not(.empty_nav_label) {
		width: 70px;
	}
	
	.responsive .inner_header_nav :is(.h_contact,.h_favorite,.h_help,.h_signout).header_nav_item:not(.empty_nav_label) .nav_text .nav_label {
		font-size: 9px;
	}
	
	.ocnk038.responsive #container:has(.side_col .has_toggle_menu_list) .inner_header_nav .header_nav_item .nav_text .fa {
		font-size: 22px;
	}
	
	.ocnk038.responsive #container:has(.side_col .has_toggle_menu_list) .inner_header_nav .header_nav_item.empty_nav_label .nav_text .fa.icon-ocnk-barsla {
		font-size: 25px;
	}
}

.responsive .inner_header_nav .empty_nav_label .nav_btn .fa {
    transform: none;
}

/* グローバルナビ */
.inner_global_nav .fa {
    color: #000000;
}

.responsive .inner_global_nav A .fa {
	font-size: 16px;
}

.global_iconleft .fa {
	padding-right: 5px;
}

.itemlist_cartbutton .btn_size_icon .fa, .itemlist_cartbutton .global_iconleft .fa {
	font-size: 16px;
}

/* レスポンシブ横幅500px以上指定 */
@media screen and (min-width: 500px) {
	.global_iconleft .fa {
		padding-right: 8px;
	}

	.itemlist_cartbutton .btn_size_icon .fa, .itemlist_cartbutton .global_iconleft .fa {
		font-size: 18px;
	}
}

.global_iconright .fa {
    padding-left: 5px;
}

/* 検索ボタン */
.fa-search {
    font-family: "ocnkiconf";
}

.fa-search:before {
    content: "\e90f";
	  font-weight: 700;
}

.ocnk020.responsive .search_bar:has(.global_btn .searchinput) .global_btn .searchinput:before {
	content: "\e90f";
	width: 1em;
	display: inline-block;
	font-family: "ocnkiconf";
	font-weight: 700;
}

/* 閉じる、削除ボタン */
.close_btn_box .fa,
.delete_btn_box .fa,
.nav_close_btn .fa {
    color: #000000;
}

.close_btn_box .fa {
	font-size: 18px;
	line-height: 18px;
}

/* フッター下部ボタン */
.fixed_corner_button .fa {
    font-size: 40px;
    color: #555555;
}

.use_hover .fixed_corner_button:hover .fa {
    color: #000000;
}

/* +-開閉ボタン */
.open_icon .fa,
.close_icon .fa {
    color: #000000;
}

.side_sub_menu_hover .has_sub_menu .fa {
    font-size: 14px;
    right: 10px;
}

/* 説明付き一覧表示調整 */
.right_side_list_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
}

/* 矢印アイコン */
#container .fa-chevron-right,
#container .fa-chevron-down,
#container .fa-chevron-up {
    color: #8b9191;
}

#container .side_box .section_title .title_toggle_link .fa-chevron-right,
#container .side_box .section_title .title_toggle_link .fa-chevron-down,
#container .side_box .section_title .title_toggle_link .fa-chevron-up {
	color: #EEF0F0;
}

.nav_btn .fa-chevron-right.right_side_nav_icon,
.nav_btn .fa-chevron-down.right_side_nav_icon {
	  font-size: 10px;
	  margin-top: -5px;
}

.fa-chevron-right, .fa-chevron-left, .fa-chevron-down, .fa-times {
    font-family: 'ocnkiconf';
}

.fa-chevron-right:before {
    content: "\e909";
}

.nav_btn.has_image_nav_btn .fa-chevron-right.right_side_nav_icon::before {
    content: "";
}

.fa-chevron-left:before {
	content: "\e90b";
}

.fa-chevron-down:before,
.side_sub_menu_hover .has_sub_menu .fa.fa-chevron-down::before {
    content: "\e90a";
}

.close_sub_menu_link .fa-chevron-down:before,
.toggle_opened .title_toggle_link .fa-chevron-down:before {
    content: "\e908";
}

.fa-times:before {
    content: "\e92d";
}


/********************************************************************/

/* ボタン */

/********************************************************************/

/* アイコンボタン枠 */
.icon_btn {
    padding: 0px 3px;
    border: 1px solid #E0DFE3;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.icon_btn.close_btn_box,
.icon_btn.search_close,
.site_list_dropdown .icon_btn {
	padding: 0 4px 1px;
}

.use_hover .icon_btn:hover {
    border: 1px solid #E0DFE3;
    background-color: #EEF0F0;
}

/* +-開閉ボタン枠 */
.open_icon,
.close_icon {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.use_hover A:hover .open_icon,
.use_hover A:hover .close_icon,
.use_hover abbr:hover .open_icon,
.use_hover abbr:hover .close_icon {
    background-color: #D1D1D1;
}

/* 汎用ボタン */
.general_btn {
    padding: 4px 5px;
    border: solid 1px #E0DFE3;
    background-color: #EEF0F0;
    border-radius: 5px;
    display: inline-block;
    box-shadow: none;
    font-size: 93%;
    line-height: 100%;
}

.global_btn button.general_btn {
	padding: 4px 5px;
}

.use_hover .general_btn:hover {
    border: 1px solid #E0DFE3;
    background-color: #F0F0F0;
}

.standard_btn {
    padding: 10px 20px;
    border: solid 1px #E0DFE3;
    background-color: #F9F9F9;
    border-radius: 5px;
    display: inline-block;
	box-shadow: none;
}

.use_hover .standard_btn:hover {
    border: 1px solid #E0DFE3;
    background-color: #F0F0F0;
}

/* 右端ボタン */
.page_title_right_edge .general_btn,
.section_title_right_edge .general_btn {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
    border-radius: 5px;
    color: #666666;
}

.use_hover .page_title_right_edge .general_btn:hover,
.use_hover .section_title_right_edge .general_btn:hover {
    background-color: #EEF0F0;
    color: #666666;
}

/* 画像リンク */
.use_hover .photo_link:hover {
    opacity: 0.7;
}


/*************************************************************/

/* フォームボタン */

/*************************************************************/

/* フォームボタンマウスオーバー */
.use_hover .global_btn input:hover,
.use_hover button:hover,
.use_hover .global_btn A:hover {
    opacity: 0.7;
}

/* ボタンサイズXXS */
.global_btn .btn_size_xxsmall {
    width: 30px;
    height: 30px;
}

/* ボタンサイズXS */
.global_btn .btn_size_xsmall {
    width: 50px;
    height: 30px;
}

/* ボタンサイズS */
.global_btn .btn_size_small {
    width: 70px;
    height: 30px;
}

/* ボタンサイズM */
.global_btn .btn_size_medium {
    width: 90px;
    height: 30px;
}

.global_btn A.btn_size_xxsmall,
.global_btn A.btn_size_xsmall,
.global_btn A.btn_size_small,
.global_btn A.btn_size_medium,
.global_btn A.btn_size_auto {
    line-height: 30px;
}

/* ボタンサイズL */
.global_btn .btn_size_large {
    width: 130px;
    height: 35px;
}

.global_btn A.btn_size_large {
    line-height: 35px;
}

/* ボタンサイズXL */
.global_btn .btn_size_xlarge {
    width: 180px;
    height: 40px;
    font-size: 116%;
}

.global_btn A.btn_size_xlarge {
    line-height: 40px;
}

/* ボタンサイズXXL */
.global_btn .btn_size_xxlarge {
    width: 281px;
    height: 50px;
    font-size: 123%;
	font-weight: 600;
}

.global_btn A.btn_size_xxlarge {
    line-height: 50px;
}

/* ボタンサイズ横幅auto */
.global_btn .btn_size_auto {
    height: 30px;
    width: auto;
    padding: 0px 20px;
}

/* ボタンサイズ小文字 */
.font_size_small {
    font-size: 77%;
}

/* 縦2段積みボタン */
.under_global_btn {
    display: block;
    margin-top: 30px;
}

/* 商品詳細 */
.add_cart_btn_wrapper {
    width: 100%;
}

.detail_item_data .add_cart_btn_wrapper .is_fixed {
	background-color: #EEF0F0D4;
}

#contents .detail_item_data .add_cart_btn_wrapper .is_fixed .add_cart_btn {
    margin: 15px auto!important;
    max-width: 300px;
}

.form_data, .form_inner_data {
    padding: 5px;
    margin: 0px;
}

/* 下部配置ボタン */
.form_btn {
    text-align: center;
    margin: auto;
    padding: 20px 0;
}

/* 下部ボタン上部注意書き */
.global_bottom_info {
    border-bottom: 1px solid #E1DFDF;
}

/* ログインページ新規登録余白調整 */
#register_form .form_btn {
    padding: 0px;
}

/* Aタグボタン */
.global_btn A {
    font-weight: normal;
}

/* 外部決済ボタン */
.outside_btn_box {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}

/* 楽天決済用 */
.payment_method_desc {
    margin-bottom:10px;
}


/*--------------------------------------*/

/* ボタン色 */

/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.btn_color_common {
    background-color: #F9F9F9;
	border: 1px solid #E3E8E8;
    color: #FFFFFF;
}

.btn_color_common,
A.btn_color_common:link,
A.btn_color_common:visited,
A.btn_color_common:hover,
A.btn_color_common:active {
    background-color: #F9F9F9;
	border: 1px solid #E3E8E8;
    background-image: none;
    border-radius: 5px;
    color: #333333;
    font-weight: 400;
    box-shadow: none;
}

.sort_item .btn_color_common,
.sort_item A.btn_color_common:link,
.sort_item A.btn_color_common:visited,
.sort_item A.btn_color_common:hover,
.sort_item A.btn_color_common:active {
    background-color: #8B9191;
	border: none;
    color: #FFFFFF;
}

.use_hover .btn_color_common:hover {
	background-color: #F9F9F9;
    color: #333333;
}

.use_hover .sort_item .btn_color_common:hover {
	background-color: #A2A7A7;
    color: #FFFFFF;
}

/* 色強調 */
.btn_color_emphasis {
    background-color: #8B9191;
    color: #FFFFFF;
}

.btn_color_emphasis,
A.btn_color_emphasis:link,
A.btn_color_emphasis:visited,
A.btn_color_emphasis:hover,
A.btn_color_emphasis:active,
A.btn_color_common.restockinput:link,
A.btn_color_common.restockinput:visited,
A.btn_color_common.restockinput:hover,
A.btn_color_common.restockinput:active {
    background-color: #8B9191;
    background-image: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 400;
}

.use_hover .btn_color_emphasis:hover {
    color: #FFFFFF;
}


/*************************************************************/

/* パンくずリスト */

/*************************************************************/

.responsive .breadcrumb_area,
.ocnk028.responsive.wide_layout #container #contents .breadcrumb_area,
.ocnk028.responsive.single_layout #container #contents .breadcrumb_area {
	max-width: 100%;
}
	
.responsive .breadcrumb_area {
	background-color: #EEF0F0;
	padding: 0;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.responsive .breadcrumb_area {
		margin-bottom: 20px;
	}
}
	
.has_min_nav .breadcrumb_area {
	margin-bottom: 0px;
}
	
.breadcrumb_list {
	max-width: 1200px;
	margin: auto;
	padding: 10px;
	font-size: 77%;
}

.breadcrumb_list A {
	text-decoration: underline; 
}
	
.ocnk028.responsive .breadcrumb_list {
	max-width: 1400px;
}
	
.ocnk028.responsive .has_min_nav .breadcrumb_list,
.has_min_nav .breadcrumb_list {
	max-width: 980px;
}


/********************************************************************/

/* ポップアップ */

/********************************************************************/

/* ポップアップの背景 */
.overlay_area .modal_skin {
    background-color: #FFFFFF;
}

.overlay_area .page_box {
	padding: 10px;
}

/* レスポンシブ横幅840px以上指定 */
@media screen and (min-width: 840px) {
	.overlay_area .page_box {
		padding: 15px;
	}
}


/********************************************************************/

/* ロード、ページャー */

/********************************************************************/

/* 読み込み中アイコン画像 */
.loading,
.initial_loading {
    background: url(img/load_icon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

.entry_box .loading {
    background-image: url(img/load_entry_icon.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 一覧ページャー */
.pager {
    margin: 0px 0px 15px;
    text-align: center;
}

#pagerbottom {
	margin: 15px 0px;
	background-color: #EEF0F0;
}

/* 現ページ */
.pager strong {
    min-width: 20px;
    min-height: 20px;
	line-height: 20px;
    padding: 3px;
    margin: 0px 1px;
    border: 1px solid #8B9191;
    background-color: #8B9191;
	border-radius: 5px;
    color:#FFFFFF;
	font-size: 77%;
}

/* 各ページ */
.pager .pager_btn {
    min-width: 20px;
    min-height: 20px;
	line-height: 20px;
    margin: 0px 1px;
    padding: 3px;
    border: 1px solid #EEF0F0;
    background-color: #FFFFFF;
	border-radius: 5px;
    text-decoration: none;
	font-size: 77%;
}

.pager .to_next_page,
.pager .to_prev_page {
	min-width: 50px;
}

.use_hover .pager .pager_btn:hover {
    border: 1px solid #8B9191;
    background-color: #8B9191;
    color: #FFFFFF;
}


/********************************************************************/

/* グローバルサイトリンク */

/********************************************************************/

/* リンク一覧 */
.site_list_dropdown {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4),-5px 5px 10px rgba(0,0,0,0.4);
}

/* 各リンク先 */
.layout_dropdown .site_list_data {
    border-bottom: 1px solid #E1DFDF;
}

/* 各リンク文字 */
.global_site .site_list_dropdown .nav_btn,
#inner_footer .layout_dropdown .site_list_data .nav_btn {
    color: #000000;
}

.use_hover .global_site .site_list_dropdown .nav_btn:hover,
.use_hover #inner_footer .layout_dropdown .site_list_data .nav_btn:hover {
    color: #666666;
    background-color: #EEF0F0;
	border: none;
}

/* リスト表示タイトル */
#inner_footer .layout_dropdown .site_list_title .nav_btn {
    background-image: none;
    background-color: #FFFFFF;
    color: #000000;
	border: none;
}


/********************************************************************/

/* フッター */

/********************************************************************/

/* PCサイトボタン */
.footer_pc_site_box {
    height: 30px;
    padding: 15px 0px 15px 0px;
    position: relative;
    background-color: #EEF0F0;
    box-sizing: content-box;
    text-align: center;
}

.pc_site_btn .pc_site_link {
    width: 80px;
    margin: auto;
    padding: 8px 8px 8px 30px;
    display: inline-block;
    background-image: url(img/icon_pc.png);
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-sizing: content-box;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

.use_hover .pc_site_btn .pc_site_link:hover {
    color: #000000;
    opacity: 0.8;
}

/* 自由記入欄 */
#inner_contents_bottom, #inner_footer_free_top {
    padding: 10px;
}

/* フッター */
.footer_area {
    background-color: #EEF0F0;
}

#footer {
    text-align: center;
	padding: 20px 10px;
}

.footer_upper_link_box .continued_link_box {
    border-left: 1px solid #666666;
}

/* ページトップへ戻るボタン */
.fixed_corner_button {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: #CCCCCC;
    text-align: center;
}

.move_to_add_cart .corner_covering_item,
.use_hover .move_to_add_cart:hover .corner_covering_item {
    color: #CCCCCC;
}

/* フッター下部バナー */
.footer_banner {
    text-align: center;
}

.footer_banner .banner_box {
    margin: 15px 5px 5px 5px;
}

.use_hover .footer_banner .banner_box A:hover {
    opacity: 0.8;
}


/********************************************************************/

/* Powered by おちゃのこネット
※上記の文言は共用ドメインコースをご利用の場合に表示されます。
必須項目ですので、下記の編集は許可されていません。
・文言の削除
・文字色を薄くする
・文字サイズを小さくする */

#ochanoko {
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

#ochanoko A {
    font-size: 12px;
}

.accessory_color {
    background-color: #EEF0F0;
}

/********************************************************************/

/* # =================================================================
# 
# ↓　おちゃのこネットデザイン作成プラン　↓
#             2026.06.29 upload
# 
# ================================================================= */

.responsive body {
font-family: "Lexend", "Zen Kaku Gothic New", sans-serif;
}
A, A:link, A:visited, A:hover, A:active {
color: #294086;
}
.ocnk028.responsive.single_layout #container:not(.has_min_nav) .fix_center {
max-width: 100%;
}
.inner_maincontents, .ajax_contents, .main_box .contents_box {
max-width: 1400px;
margin: 0 auto;
}
.top_page_body .main_box:not(:has(.main_box)) {
border-bottom: none;
}
.layout_photo .list_item_data {
max-width: 250px;
margin: 0 auto;
}
.touch034.responsive #container .main_box:not(.custom_toggle_box) {
margin-bottom: 0px;
}
.ocnk004.responsive .top_page_body #contents {
margin-top: 0px;
}
.top_page_body .main_box:not(.item_box) {
padding: 0px;
}
.main_box:not(:has(.main_box)), .main_box:not(.main_free_box), .maincontents, .top_page_body .main_box.whatnew {
padding: 30px 0px;
}
.inner_maincontents {
padding: 10px;
}
.top_page_body .custom_space {
overflow: visible;
}
.top_page_body .main_free_box {
font-size: 18px;
}
.top_page_body .large_font .main_free_box {
font-size: 22px;
}
.use_hover A:hover {
color: #1D3A89;
transition: .2s;
}
.use_hover A:hover img {
opacity: .7;
transition: .2s;
}
.page_box:not(:has(.detail_wrap)) {
max-width: 1400px;
margin: 0 auto;
}
.page_box.free_page_box:has(.ultrasonic_wrap) {
max-width: 100%;
}
#bottom_wrapper {
padding-top: 50px;
}
@media screen and (min-width: 600px) {
.main_box:not(:has(.main_box)), .main_box:not(.main_free_box), .maincontents, .top_page_body .main_box.whatnew {
padding: 50px 0px;
}
#bottom_wrapper {
padding-top: 70px;
}
}
@media screen and (min-width: 980px) {
.ocnk010.responsive #container:not(.use_lightweight_thumbnail) .itemlist_box .inner_item_data {
padding: 10px 25px;
}
.main_box:not(:has(.main_box)), .main_box:not(.main_free_box), .maincontents, .top_page_body .main_box.whatnew {
padding: 70px 0px;
}
#bottom_wrapper {
padding-top: 100px;
}
}

/* スライド */
.ocnk007.responsive:not(:where(.touch006,.touch008,.touch010)) #photo .item_image_box img {
object-fit: contain;
height: auto;
}
.slider_box .swiper-pagination-bullet, .swipe_list .pointer span {
background-color: #B7B8BB;
}
.slider_box .swiper-pagination-bullet-active, .swipe_list .pointer span.current {
background-color: #27469A;
}

/* パンくず */
.responsive .breadcrumb_area {
background-color: #F8F9FC;
}
.responsive #contents .breadcrumb_list {
max-width: 100%;
}
.breadcrumb_nav .thispage {
font-weight: 600;
}
#container:has(.min_header) .breadcrumb_list {
max-width: 980px;
}

/* 文字サイズボタン */
.header_font_setting {
display: flex;
justify-content: center;
align-items: center;
padding-top: 5px;
}
.use_hover .font_setting .set_font_normal:hover, .use_hover .font_setting .set_font_large:hover, .font_setting .nav_on {
background-color: #27469A;
}


/* ================================= */
/* h2タイトル */
/* ================================= */
.main_box .section_title h2 {
font-size: 160%!important;
letter-spacing: 1px;
font-weight: 600;
color: #101D5B;
text-align: center;
}
.categorylist .section_title h2 {
font-size: 140%!important;
color: #FFF;
}
.section_title h2::after {
font-size: 50%;
padding-top: 10px;
font-weight: 400;
display: block;
text-align: center;
color: #697BAE;
}
.item_pickup .section_title h2::after {
content: "Best-selling item";
}
.categorylist .section_title h2::after {
content: "Item Category";
color: #ABB7D8;
}
.whatnew .section_title h2::after {
content: "News";
}
.recently .section_title h2::after {
content: "Recentry Items";
}
.recently h2 .title_text {
font-size: 85%;
}
@media screen and (min-width: 600px) {
.main_box .section_title h2 {
font-size: 210%!important;
}
.categorylist .section_title h2 {
font-size: 160%!important;
}
}
@media screen and (min-width: 980px) {
.main_box .section_title h2 {
font-size: 250%!important;
}
.categorylist .section_title h2 {
font-size: 180%!important;
}
.section_title h2::after {
font-size: 40%;
}
}


/* ================================= */
/* もっと見るボタン */
/* ================================= */
#container .more_item {
max-width: 130px;
margin-top: 20px;
margin-bottom: 0px;
}
.more_item .general_btn {
font-size: 14px;
padding: 10px 15px;
color: #1D3A89;
background-color: #FFF;
border: 1px solid #1D3A89;
}
.use_hover .more_item .general_btn:hover {
background-color: #1D3A89;
color: #FFF;
border: 1px solid #1D3A89;
}
#container .more_item .general_btn .fa {
font-size: 16px;
padding-left: 15px;
color: #1D3A89;
font-weight: 600;
}
.use_hover #container .more_item .general_btn:hover .fa {
color: #FFF;
}
@media screen and (min-width: 600px) {
#container .more_item {
max-width: 180px;
}
.more_item .general_btn {
font-size: 16px;
}
}
@media screen and (min-width: 980px) {
#container .more_item {
margin-top: 30px;
}
.more_item .general_btn {
font-size: 18px;
padding: 15px;
}
#container .more_item .general_btn .fa {
font-size: 18px;
}
}


/* ================================= */
/* ヘッダー */
/* ================================= */
.responsive .folding_header #inner_header {
padding: 5px 15px;
align-items: center;
}
.folding_header .header_center {
max-width: 100px;
}
.header_nav {
padding: 0px;
}
.min_header .header {
padding: 10px 0px;
}
@media screen and (min-width: 500px) {
.responsive .folding_header #inner_header {
padding: 10px 15px;
}
}
@media screen and (min-width: 840px) {
.responsive .folding_header #inner_header {
padding: 10px;
}
.min_header #inner_header {
padding-left: 80px !important;
}
}
@media screen and (min-width: 980px) {
.folding_header .header_center {
max-width: 155px;
}
}
@media screen and (min-width: 1100px) {
.responsive .folding_header #inner_header {
padding: 20px;
}
}

/* キャッチフレーズ */
.responsive .copy {
font-size: 15px;
letter-spacing: 2px;
background-color: #27469A;
color: #FFF;
}
.catchphrase {
display: flex;
align-items: flex-end;
justify-content: center;
}
.cp_emp {
font-size: 16px;
font-weight: 500;
}
.cp_color {
color: #E4D685;
}
.catchphrase .fa {
font-size: 20px;
color: #E4D685;
padding-right: 3px;
}

/* ロゴ */
.logo_box A {
align-items: center;
justify-content: center;
flex-direction: column;
}
.logo_box img {
max-width: 100px;
}
.logo_text {
font-size: 9px;
padding-top: 3px;
letter-spacing: 2px;
color: #27469A;
font-weight: 500;
}
@media screen and (min-width: 500px) {
.logo_text {
font-size: 11px;
padding-top: 5px;
}
}
@media screen and (min-width: 980px) {
.logo_box img {
max-width: 155px;
}
.logo_text {
font-size: 12px;
}
}

/* 右上ボタン */
.folding_header .header_right {
right: 3px;
}
.responsive .inner_header_nav {
gap: 3px;
}
#header_wrapper:not(.min-header) #inner_header .inner_header_nav .header_nav_item {
width: 60px;
min-width: unset;
}
#header_wrapper:not(.min-header) .header_right .inner_header_nav .nav_btn {
width: 100%;
padding: 5px 3px!important;
display: block;
margin: 0px;
}
.responsive .inner_header_nav .nav_text {
display: flex;
flex-direction: column;
align-items: center;
}
#header_wrapper:not(.min-header) .header_nav_item .nav_text::after,
#header_wrapper:not(.min-header) .sp_menu::after {
font-size: 10px;
height: 30px;
font-weight: 500;
white-space: pre;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
color: #666;
}
.folding_header .sp_menu {
top: 33%;
}
#header .sp_menu::after {
position: relative;
left: 50%;
transform: translateX(-50%);
bottom: -23px;
}
#header .h_search .nav_text::after {
content: "商品検索";
}
#header .h_member .nav_text::after {
content: "マイページ";
}
.visitor #header .h_member .nav_text::after {
content: "ログイン";
}
#header .h_cart .nav_text::after {
content: "ショッピング\Aカート";
}
#header .sp_menu::after {
content: "メニュー";
}
.nav-open #header .sp_menu::after {
content: "";
}
@media screen and (max-width: 499px) {
.responsive .inner_header_nav {
padding: 0px;
}
}
@media screen and (min-width: 500px) {
#header_wrapper:not(.min-header) #inner_header .inner_header_nav .header_nav_item {
width: 70px;
}
#header .header_nav_item .nav_text::after,
#header .sp_menu::after {
padding-top: 5px;
}
}
@media screen and (min-width: 840px) {
.folding_header .sp_menu {
display: none;
}
#header_wrapper:not(.min-header) #inner_header .inner_header_nav .header_nav_item {
width: 60px;
}
}
@media screen and (min-width: 1200px) {
.responsive .inner_header_nav {
gap: 10px;
}
#header_wrapper:not(.min-header) #inner_header .inner_header_nav .header_nav_item {
width: 75px;
}
#header .header_nav_item .nav_text::after,
#header .sp_menu::after {
font-size: 12px;
height: 36px;
}
}

/* ナビゲーション */
.inner_custom_nav_popup.custom_space {
padding: 0px;
}
#container #header .inner_global_nav {
justify-content: flex-start;
padding: 15px;
margin: 0px;
border: none;
}
.ocnk005.responsive #header .global_nav .global_nav_item .nav_btn {
font-size: 16px;
padding: 15px;
font-weight: 500;
color: #1D3A89;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) > .nav_btn {
padding: 15px 30px 15px 15px;
background-color: #F3FAFE;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) > .nav_btn .fa {
right: 5px;
font-weight: 600;
transition: .3s;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3).nav_on > .nav_btn .fa {
transform: rotate(180deg);
transition: .3s;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) .nav_btn .fa::before {
display: block;
color: #1D3A89;
}
.custom_nav_popup .nav_close_box {
display: none;
}
@media screen and (max-width: 839px) {
.ocnk005.responsive #header .global_nav .global_nav_item .nav_btn {
border: none;
}
.inner_global_nav {
gap: 15px;
}
.responsive .folding_header .inner_global_nav .nav_btn.custom_menu_popup {
background-color: transparent;
border: none;
}
.popup_menu {
padding: 15px 5px;
}
.folding_header .inner_global_nav .popup_menu_opener > .nav_btn:after, .folding_header .inner_popup_nav .popup_menu_opener > .nav_btn .chevron_right_icon:before, .folding_header .inner_global_nav .g_search:has(.hidden_search_bar) > .nav_btn:after, .folding_header .inner_popup_nav .t_search:has(.hidden_search_bar) > .nav_btn .chevron_right_icon:before,
.folding_header .inner_global_nav .popup_menu_opener.popup_opened > .nav_btn:after, .folding_header .inner_popup_nav .popup_menu_opener.popup_opened > .nav_btn .chevron_right_icon:before, .folding_header .inner_global_nav .g_search:not(:has(.hidden_search_bar)) > .nav_btn:after, .folding_header .inner_popup_nav .t_search:not(:has(.hidden_search_bar)) > .nav_btn .chevron_right_icon:before {
content: "";
}
.folding_header .hamburger_nav:before {
height: 50px;
}
#header .global_nav_item:is(.g_favorite, .g_contact) {
width: calc((100% - 15px)/2);
background-color: #F9F9F9;
}
#header .global_nav_item:is(.g_favorite, .g_contact) .nav_btn {
background-color: transparent;
justify-content: center;
}
#header .global_nav_item:is(.g_favorite, .g_contact) .nav_btn::after {
display: none;
}
}
@media screen and (min-width: 840px) {
#container #header .inner_global_nav {
padding: 0px;
}
.ocnk005.responsive #header .global_nav .global_nav_item .nav_btn {
font-size: 12px;
padding: 10px;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) > .nav_btn {
padding: 10px 20px 10px 5px;
background-color: transparent;
}
.responsive.use_hover .inner_global_nav .global_nav_item > .nav_btn:hover,
.responsive .folding_header .inner_global_nav .global_nav_item.nav_on > .nav_btn {
border-bottom: 1px solid #27469A;
}
.global_nav .global_nav_item:not(:last-child) > .nav_btn::after {
width: 1px;
height: 30px;
top: 50%;
right: 0px;
background-color: #E4E4E4;
display: inline-block;
content: "";
transform: translateY(-50%);
position: absolute;
}
}
@media screen and (min-width: 980px) {
.ocnk005.responsive #header .global_nav .global_nav_item .nav_btn {
font-size: 13px;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) > .nav_btn {
padding: 10px 30px 10px 10px;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) > .nav_btn .fa {
right: 15px;
}
}
@media screen and (min-width: 1100px) {
.ocnk005.responsive #header .global_nav .global_nav_item .nav_btn {
font-size: 15px;
padding: 10px 20px;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) .nav_btn {
padding: 10px 30px 10px 15px;
}
}
@media screen and (min-width: 1400px) {
.ocnk005.responsive #header .global_nav .global_nav_item .nav_btn {
font-size: 16px;
padding: 20px 40px;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) .nav_btn {
padding: 20px 50px 20px 40px;
}
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) > .nav_btn .fa {
right: 30px;
}
}
@media screen and (min-width: 1500px) {
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) .nav_btn {
padding: 20px 60px 20px 50px;
}
}
@media screen and (min-width: 1600px) {
.ocnk005.responsive #header .global_nav .global_nav_item:is(.g_link_popup1,.g_link_popup2,.g_link_popup3) .nav_btn {
padding: 20px 70px 20px 60px;
}
}

/* ポップアップ */
.popup_base:is(.popup_base_link_popup2, .popup_base_link_popup3) .inner_custom_nav_popup .popup_nav {
padding: 0px;
}
.popup_base:is(.popup_base_link_popup2, .popup_base_link_popup3) .inner_popup_nav .wrapped_item {
width: 100%!important;
}
#header .popup_base:is(.popup_base_link_popup2, .popup_base_link_popup3) .popup_nav .inner_popup_nav .wrapped_item .nav_btn {
padding: 10px 5px 10px 20px;
font-size: 13px;
margin: 0px;
}
#header .popup_base:is(.popup_base_link_popup2, .popup_base_link_popup3) .popup_nav .inner_popup_nav .wrapped_item:last-child .nav_btn {
border-bottom: none;
}
#header .popup_base:is(.popup_base_link_popup2, .popup_base_link_popup3) .nav_btn .fa {
left: 5px;
top: 50%;
transform: translateY(-50%);
font-size: 16px;
font-weight: 500;
margin: 0px;
right: auto;
font-weight: 600;
}
.global_nav .global_nav_item:is(.g_link_popup2, .g_link_popup3) .close_btn_box {
display: none;
}
@media screen and (min-width: 840px) {
.global_nav .global_nav_item:is(.g_link_popup2, .g_link_popup3) {
position: relative;
overflow: visible;
}
.popup_base:is(.popup_base_link_popup2, .popup_base_link_popup3) {
top: 50px!important;
max-width: none!important;
width: 200px!important;
}
}
@media screen and (min-width: 980px) {
.popup_base:is(.popup_base_link_popup2, .popup_base_link_popup3) {
top: 60px!important;
}
}
@media screen and (min-width: 1400px) {
.popup_base:is(.popup_base_link_popup2, .popup_base_link_popup3) {
top: 65px!important;
width: 100%!important;
}
#header .popup_base:is(.popup_base_link_popup2, .popup_base_link_popup3) .popup_nav .inner_popup_nav .wrapped_item .nav_btn {
padding: 15px 5px 15px 20px;
}
}


/* ================================= */
/* バナー */
/* ================================= */
/* パターン1*/
.inner_freebanner {
gap: 15px;
justify-content: center;
max-width: 685px;
}
#freebanner_p1 .banner_large {
width: 100%;
}
.banner_small {
width: calc((100% - 15px)/2);
}
@media screen and (min-width: 840px) {
.inner_freebanner {
max-width: 1400px;
}
#freebanner_p1 .banner_large {
width: calc((100% - 15px)/2);
}
.banner_small {
width: calc((100% - 45px)/4);
}
}
@media screen and (min-width: 1200px) {
.inner_freebanner {
gap: 30px;
}
#freebanner_p1 .banner_large {
width: calc((100% - 30px)/2);
}
.banner_small {
width: calc((100% - 90px)/4);
}
}

/* パターン2 */
#freebanner_p2 .inner_freebanner {
flex-direction: column;
}
.freebanner_right {
gap: 15px;
justify-content: center;
}
.freebanner_left, .freebanner_right {
width: 100%;
}
#freebanner_p2 .banner_small {
width: calc((100% - 15px)/2);
}
@media screen and (min-width: 840px) {
#freebanner_p2 .inner_freebanner {
flex-direction: row;
}
.freebanner_left, .freebanner_right {
width: calc((100% - 15px)/2);
}
}
@media screen and (min-width: 1200px) {
.freebanner_right {
gap: 30px;
}
.freebanner_left, .freebanner_right {
width: calc((100% - 30px)/2);
}
#freebanner_p2 .banner_small {
width: calc((100% - 30px)/2);
}
}

/* パターン3 */
.freebanner_top {
gap: 15px;
justify-content: center;
}
.freebanner_bottom {
padding-top: 15px;
text-align: center;
}
.freebanner_bottom .freebanner_box {
width: 100%;
margin: 0 auto;
}
@media screen and (min-width: 840px) {
.freebanner_bottom .freebanner_box {
width: calc((((100% - 45px)/4)*2) + 15px);
}
}
@media screen and (min-width: 1200px) {
.freebanner_top {
gap: 30px;
}
.freebanner_bottom {
padding-top: 30px;
}
.freebanner_bottom .freebanner_box {
width: calc((((100% - 90px)/4)*2) + 30px);
}
}


/* ================================= */
/* 超音波歯ブラシについて */
/* ================================= */
.main_section.main_box.main_free_box:has(.aboutus) {
padding-bottom: 50px;
background-image: url(image/newdesign/toppage/aboutus_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
}
#aboutus .inner_maincontents {
align-items: center;
padding: 15px;
flex-direction: column;
}
.aboutus_left {
background-size: contain;
padding-top: clamp(370px, -15.045px + 102.679vw, 600px);
width: 100%;
background-image: url(image/newdesign/toppage/aboutus_img_sp.png);
background-position: center top;
background-repeat: no-repeat;
position: relative;
}
.inner_aboutus_left {
width: 100%;
text-align: center;
}
.aboutus_logo {
top: 20px;
right: clamp(22px, -8.000px + 8vw, 40px);
position: absolute;
}
.aboutus_logo img {
max-width: 150px;
}
.aboutus_title {
font-weight: 500;
line-height: 1.5;
}
.aboutus_subtitle {
font-size: 90%;
padding-bottom: 5px;
color: #4386D2;
}
.aboutus_maintitle {
font-size: 122%;
color: #204096;
font-weight: 600;
}
.aboutus_text {
font-size: 80%;
padding-top: 15px;
text-align: left;
line-height: 1.8;
max-width: 650px;
margin: 0 auto;
}
.aboutus_right {
width: 100%;
flex: 1;
text-align: center;
position: relative;
}
.qalinkbox {
width: 80px;
height: 90px;
top: 70px;
right: 0px;
display: inline-block;
position: absolute;
}
.feature_title {
padding-top: 50px;
padding-bottom: 10px;
font-weight: 500;
text-align: left;
}
.feature_subtitle {
font-size: 80%;
}
.feature_maintitle {
font-size: 28px;
padding: 10px 0px;
font-weight: 400;
line-height: 1.4;
display: inline-block;
text-align: left;
}
.feature_maintitle_top {
padding-left: 50px;
color: #4386D2;
}
.feature_maintitle_bottom {
padding-left: 37px;
color: #1D3A89;
position: relative;
}
span.feature_num {
font-size: 80px;
left: 0px;
bottom: 0px;
line-height: 0.8;
position: absolute;
font-family: "Sofia Sans Condensed", sans-serif;
}
.feature_list {
gap: 10px;
justify-content: center;
}
.feature_item {
width: calc((100% - 10px)/2);
max-width: 160px;
text-align: center;
}
.inner_feature_item {
color: #FFF;
background: linear-gradient(-45deg, #21429A, #1C3988);
border-radius: 50%;
width: 100%;
aspect-ratio: 1 / 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.feature_item_top {
font-size: 16px;
color: #B3D3F7;
font-weight: 400;
line-height: 1;
}
.feature_list_num {
font-size: 170%;
padding-left: 5px;
line-height: 1;
font-family: "Sofia Sans Condensed", sans-serif;
}
.feature_item_bottom {
font-size: 80%;
padding-top: 5px;
line-height: 1.5;
}
.feature_link {
padding-top: 30px;
}
.feature_link A {
font-size: 16px;
padding: 10px 5px;
width: 100%;
max-width: 500px;
background-color: transparent;
border: 1px solid #1D3A89;
border-radius: 50px;
display: inline-block;
color: #1D3A89;
}
.use_hover .feature_link A:hover {
background-color: #FFFFFF80;
}
#container .feature_link A .fa {
font-size: 20px;
padding-left: 10px;
color: #1D3A89;
font-weight: 600;
}
@media screen and (min-width: 500px) {
.qalinkbox {
width: 109px;
height: 123px;
top: 30px;
}
.feature_title {
text-align: center;
}
.feature_item {
max-width: 185px;
}
}
@media screen and (min-width: 600px) {
.aboutus_left {
background-size: 500px;
padding-top: 530px;
}
.aboutus_logo {
right: clamp(40px, -310.000px + 58.333vw, 180px);
}
.aboutus_logo img {
max-width: 180px;
}
.feature_item {
width: calc((100% - 30px)/4);
max-width: 240px;
}
}
@media screen and (min-width: 840px) {
.main_section.main_box.main_free_box:has(.aboutus) {
padding-bottom: 100px;
}
#aboutus .inner_maincontents {
flex-direction: row;
padding-left: 0px;
}
.aboutus_left {
width: 60%;
min-height: clamp(700px, 400.000px + 35.714vw, 900px);
background-image: url(image/newdesign/toppage/aboutus_img_pc.png);
background-position: center left;
background-size: clamp(360px, -60.000px + 50vw, 430px);
padding-top: 0px;
}
.inner_aboutus_left {
width: 55%;
top: clamp(-30px, -216.667px + 19.048vw, 50px);
top: 0px;
right: 0px;
position: absolute;
}
.aboutus_logo {
padding: 0px 0px 20px;
position: static;
}
.aboutus_text {
max-width: none;
}
.aboutus_right {
width: 40%;
padding-left: 50px;
}
.qalinkbox {
top: -50px;
}
.feature_title {
padding-top: 75px;
}
.feature_list {
gap: 20px;
}
.feature_item {
width: calc((100% - 20px)/2);
}
}
@media screen and (min-width: 980px) {
.inner_aboutus_left {
top: clamp(-30px, -170.000px + 14.286vw, 30px);
}
.aboutus_left {
background-size: clamp(430px, 33.333px + 40.476vw, 600px);
}
.aboutus_logo img {
max-width: 250px;
}
.aboutus_subtitle {
font-size: 100%;
}
.aboutus_maintitle {
font-size: 140%;
}
.aboutus_text {
font-size: 90%;
}
.feature_subtitle {
font-size: 16px;
}
.feature_maintitle {
font-size: 34px;
padding: 20px 0px;
}
.feature_maintitle_top {
padding-left: 70px;
}
.feature_maintitle_bottom {
padding-left: 50px;
}
span.feature_num {
font-size: 100px;
}
.feature_item_top {
font-size: 20px;
}
.feature_list_num {
font-size: 210%;
}
.feature_item_bottom {
font-size: 16px;
padding-top: 15px;
}
.feature_link A {
font-size: 20px;
}
#container .feature_link A .fa {
font-size: 24px;
padding-left: 15px;
}
}
@media screen and (min-width: 1300px) {
.feature_subtitle {
font-size: 100%;
}
.feature_maintitle {
font-size: 40px;
}
.feature_maintitle_top {
padding-left: 90px;
}
.feature_maintitle_bottom {
padding-left: 60px;
}
span.feature_num {
font-size: 120px;
}
.feature_list {
gap: 40px;
}
.feature_item {
width: calc((100% - 40px)/2);
}
.feature_item_top {
font-size: 24px;
}
.feature_item_bottom {
font-size: 112%;
}
.feature_link {
padding-top: 70px;
}
.feature_link A {
font-size: 24px;
}
}
@media screen and (min-width: 1400px) {
.aboutus_left {
min-height: 900px;
background-size: contain;
background-position: bottom left;
}
.inner_aboutus_left {
top: 0px;
}
.aboutus_logo {
padding: 30px 0px 20px;
}
.aboutus_logo img {
max-width: 300px;
}
.aboutus_subtitle {
font-size: 20px;
}
.aboutus_maintitle {
font-size: 30px;
}
.aboutus_text {
font-size: 17px;
line-height: 1.8;
}
}


/* ================================= */
/* カテゴリ一覧 */
/* ================================= */
.main_section.main_box.main_free_box:has(.categorylist) {
padding-top: 0px;
}
#categorylist {
background: linear-gradient(#1D3A8C, #2F55BB);
}
.categorylist .category_block {
padding: 0px 0px 10px;
}
.inner_category_block {
gap: 15px;
flex-wrap: wrap;
max-width: 785px;
margin: 0 auto;
}
.category_box1, .category_box2 {
width: calc((100% - 15px)/2);
}
.category_box3 {
gap: 15px;
width: 100%;
display: flex;
flex-direction: row;
}
.category_box3 .inner_category_box {
width: calc((100% - 15px)/2);
}
@media screen and (min-width: 600px) {
.categorylist .category_block {
padding: 20px 0px;
}
.inner_category_block {
gap: 25px;
}
.category_box1, .category_box2 {
width: calc((100% - 25px)/2);
}
.category_box3 {
gap: 25px;
}
.category_box3 .inner_category_box {
width: calc((100% - 25px)/2);
}
}
@media screen and (min-width: 840px) {
.inner_category_block {
max-width: 1060px;
}
.category_box1, .category_box2 {
flex: 380;
}
.category_box3 {
flex: 250;
flex-direction: column;
}
.category_box3 .inner_category_box {
width: 100%;
}
}


/* ================================= */
/* 最新情報 */
/* ================================= */
@media screen and (min-width: 840px) {
.main_box.whatnew {
padding-bottom: 150px!important;
max-width: 1400px;
margin: 0 auto;
position: relative;
}
#container .whatnew .more_item {
width: 180px;
left: 50%;
bottom: 70px;
position: absolute;
transform: translateX(-50%);
}
}


/* ================================= */
/* 最近チェックした商品 */
/* ================================= */
#inner_recently_bottom {
max-width: 100%;
}
.main_box.recently {
margin-bottom: 0px!important;
background-color: #F6F8FB;
}
.recently .section_title h2 {
padding: 10px;
}
.recently .recently_reset {
right: 10px;
top: 0px;
}
.recently .recently_reset A.general_btn {
font-size: 10px;
color: #555;
padding: 3px 8px;
border-radius: 0px;
border: 1px solid #CCC;
background-color: transparent;
border-radius: 2px;
}
.recently .recently_reset .general_btn .fa {
padding: 0px;
}
.recently .recently_reset .general_btn .fa::before {
content: "";
}
@media screen and (max-width: 499px) {
.recently .section_title h2 {
font-size: 20px;
}
}
@media screen and (min-width: 500px) {
.recently .recently_reset {
top: 50%;
}
.recently .recently_reset A.general_btn {
font-size: 14px;
padding: 5px 10px;
}
}
@media screen and (min-width: 840px) {
.recently .recently_reset {
right: 50px;
}
}
@media screen and (min-width: 1500px) {
.recently .recently_reset {
right: calc((100% - 1400px)/2);
}
}


/* ================================= */
/* 他ページリンク */
/* ================================= */
#footer_free_top {
background-color: #EDF1F7;
}
#keypage_link .inner_footercontens {
padding: 30px 0px;
max-width: 1400px;
margin: 0 auto;
flex-wrap: wrap;
}
.linkbox {
padding: 5px;
width: 50%;
text-align: center;
position: relative;
}
.linkbox A {
padding: 10px 0;
background-color: #FFF;
display: block;
}
.use_hover .linkbox A:hover {
background-color: #FFFFFF80;
border-radius: 10px;
}
}
.link_icon img {
max-width: 80px;
}
.use_hover A:hover .link_icon img {
opacity: 1;
}
.link_text {
font-size: 14px;
padding-top: 10px;
color: #1D3A89;
font-weight: 500;
}
@media screen and (min-width: 600px) {
.linkbox {
width: 25%;
padding: 0 10px;
}
.linkbox:not(:last-child)::after {
width: 1px;
height: 100px;
background-color: #BAC1D9;
content: "";
display: inline-block;
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.linkbox A {
background-color: transparent;
}
.link_text {
font-size: 16px;
padding-top: 15px;
}
}
@media screen and (min-width: 700px) {
.linkbox {
width: 25%;
padding: 0 20px;
}
.linkbox A {
padding: 20px 0;
}
}
@media screen and (min-width: 980px) {
#keypage_link .inner_footercontens {
padding: 30px 0px;
}
.link_icon img {
max-width: 100px;
}
.link_text {
font-size: 20px;
}
}


/* ================================= */
/* フッター*/
/* ================================= */
.footer_area {
color: #FFF;
background-color: #27469A;
}
.responsive .footer_nav {
padding-top: 0px;
max-width: 1500px;
margin: 0 auto;
background-color: #27469A;
}
.inner_footer_nav1 {
padding-top: 30px;
text-align: center;
}
.inner_footer_nav_column {
gap: 0px;
flex-direction: column-reverse;
}
.footer_nav_column li.footer_navi_free {
padding: 0px;
overflow: visible;
}
@media screen and (min-width: 840px) {
.inner_footer_nav_column {
flex-direction: row;
}
.responsive .footer_nav {
padding-top: 70px;
}
.inner_footer_nav1 {
max-width: 250px;
padding-top: 30px;
}
.inner_footer_nav2 {
padding: 30px;
padding-left: 50px;
border-left: 1px solid #5C74B3;
flex: 1;
position: relative;
}
}
@media screen and (min-width: 1400px) {
.inner_footer_nav1 {
max-width: 350px;
}
}

/* ロゴ */
.footer_companyinfo {
text-align: center;
}
.footer_logo img {
filter: brightness(0) invert(1);
}
.footer_companyname {
padding: 20px 0px 40px;
font-size: 115%;
}

/* 問い合わせボタン */
.footer_contact {
width: 180px;
display: inline-block;
}
.footer_contact A {
font-size: 14px;
padding: 10px 3px;
color: #FFF;
font-weight: 500;
border: 1px solid #FFF;
border-radius: 30px;
display: block;
}
.use_hover .footer_contact A:hover {
color: #FFF;
background-color: #FFFFFF1A;
}
.footer_nav_item.wrapped_item.f_info {
display: none;
}

/* カート/マイページ */
#navigation .inner_footernav {
padding: 30px 0;
justify-content: center;
}
#navigation .footernav_item {
width: 50px;
}
#navigation .navbtn {
display: flex;
align-items: center;
justify-content: center;
min-height: 40px;
width: 100%;
}
.use_hover #navigation .navbtn:hover {
opacity: .7;
}
#navigation .navtext {
display: contents;
}
#navigation .navbtn .fa {
color: #FFF;
font-size: 20px;
display: flex;
}
#navigation .navbtn .fa::before {
display: block;
}
@media screen and (min-width: 840px) {
#navigation .inner_footernav {
padding: 0px;
justify-content: flex-end;
position: absolute;
top: -35px;
right: 30px;
}
}

/* メニュー */
.footer_menu {
display: flex;
flex-direction: row;
flex-wrap: wrap;
border-top: 1px solid #5971B2;
}
.custom_accordion {
width: 100%;
border-bottom: 1px solid #5971B2;
}
.custom_accordion .custom_accordion_header::after {
content: "";
background-image: url(image/newdesign/toppage/ocnk-next.png);
display: inline-block;
width: 16px;
height: 10px;
background-size: contain;
background-repeat: no-repeat;
top: 20px;
transition: .2s;
}
.custom_accordion.open > .custom_accordion_header::after {
content: "";
transition: .2s;
transform: rotate(180deg);
}
.custom_accordion_content {
background-color: #1B3579;
}
.footer_menu_title {
font-size: 100%;
padding: 15px;
font-weight: 500;
color: #FFF;
}
#footer_menu .custom_nav_link .wrapped_item {
width: 100%;
padding: 0px;
}
#footer_menu .inner_main_nav .nav_btn,
.footer_menu_item A {
margin-bottom: 0px;
padding: 15px;
background-color: transparent;
color: #FFF;
display: block;
font-weight: 400;
border-bottom: 1px solid #7F92C4;
}
.use_hover #footer_menu .inner_main_nav .nav_btn:hover,
.use_hover .footer_menu_item A:hover {
color: #FFF;
opacity: .8;
}
#footer_menu .inner_main_nav .wrapped_item:last-child .nav_btn,
.footer_menu_item:last-child A {
border-bottom: none;
}
@media screen and (min-width: 500px) {
.footer_menu {
padding: 20px;
gap: 30px;
border-top: none;
}
.custom_accordion {
width: calc((100% - 30px)/2);
border-bottom: none;
}
.custom_accordion_content {
padding-top: 20px;
display: block;
background-color: transparent;
}
.custom_accordion .custom_accordion_header::after {
display: none;
}
.footer_menu_title {
pointer-events: none;
font-size: 115%;
padding: 0px;
}
.footer_menu .footer_menu_title::after {
content: "";
}
#footer_menu .inner_main_nav .nav_btn,
.footer_menu_item A {
padding: 0px;
margin-bottom: 15px;
text-decoration: underline;
border-bottom: none;
}
}
@media screen and (min-width: 840px) {
.footer_menu {
padding: 0px;
}
}
@media screen and (min-width: 1200px) {
.custom_accordion {
width: calc((100% - 90px)/4);
}
}

/* コピーライト */
#copyright {
padding-top: 30px;
font-size: 11px;
font-weight: 400;
}
#footer .global_link {
color: #FFF;
}
@media screen and (min-width: 500px) {
#footer_wrapper:not(.min_footer) #copyright {
padding-top: 150px;
}
}


/* ================================= */
/* 商品詳細ページ */
/* ================================= */
.large_product_info_wrapper {
padding-bottom: 30px;
align-items: center;
}
.btn_color_emphasis, A.btn_color_emphasis:link, A.btn_color_emphasis:visited, A.btn_color_emphasis:hover, A.btn_color_emphasis:active, A.btn_color_common.restockinput:link, A.btn_color_common.restockinput:visited, A.btn_color_common.restockinput:hover, A.btn_color_common.restockinput:active {
background-color: #27469A;
}
@media screen and (min-width: 500px) {
.large_product_info_wrapper {
padding-bottom: 50px;
}
}
@media screen and (min-width: 980px) {
.large_product_info_wrapper {
padding-bottom: 70px;
max-width: 1400px;
margin: 0 auto;
}
}

/* 商品名1行目装飾 */
.detail_block_name .goods_name > span:first-child {
display: inline-block;
font-size: 77%;
line-height: 100%;
padding: 9px 15px 8px;
margin-bottom: 8px;
background-color: #27469A;
border-radius: 30px;
color: #FFF;
}
.detail_block_name .goods_name > span + span {
display: block;
padding-left: 10px;
}
.detail_block_price {
padding-left: 15px;
}
.detail_block_social,
.detail_block_icon {
padding-left: 5px;
}
.list_item_cell .goods_name span:first-child {
padding-right: 3px;
}
@media screen and (min-width: 840px) {
.detail_block_price {
padding-left: 20px;
}
}

/* 各ブロック下線色 */
.detail_section, .detail_block_stock .detail_section {
border-bottom: 1px solid #E0DFE3;
}

/* アイコン横幅 */
.icon_new, .icon_pickup {
width: 60px;
height: auto;
}

/* 下部バリエーション、価格枠幅調整 */
.detail_item_data.form_data.detail_block_form  {
max-width: 980px;
margin: auto;
}

/* バリエーション */
.data_table .cell_header.postop {
background-color: #F0F0F0;
background-color: #27469A;
color: #FFF;
}
.data_table .cell_header, .data_table_header, .data_table .cell_data {
border-color: #BBB;
}
.data_table tbody .cell_header.posleft {
background-color: #F5F5F5;
}
.data_table tbody .cell_header.posleft .has_variation_image {
justify-content: center;
flex-direction: column;
}
.data_table tbody .cell_header.posleft .has_variation_image .variation_image {
width: 60px;
height: auto;
margin-right: 0;
margin-bottom: 8px;
}
.data_table tbody .cell_header.posleft .has_variation_image .variation_image img {
width: 60px;
height: auto;
}
.data_table tbody .cell_header.poscenter {
font-size: 12px;
background-color: #F9F9F9;
font-weight: 400;
}
.variation_stock_list .data_table .selected_item {
color: #27469A;
}
.variation_stock_list .data_table .selected_data {
background-color: #EAF6FD;
}
@media screen and (min-width: 840px) {
.data_table tbody .cell_header.poscenter {
font-size: 16px;
}
}

/* 関連商品 */
.related_item {
max-width: 1400px;
margin: 0 auto;
}

/* 詳細欄 */
.responsive .item_desc {
font-size: 14px;
padding: 0px;
font-weight: 500;
}
.detail_wrap {
padding-bottom: 0px;
}
.large_font .detail_wrap {
font-size: 22px;
}
.detail_bg1 {
background: url(image/newdesign/detail/detail_bg.png), linear-gradient(#DFF1FC 0%, #FFF 70%);
background-repeat: no-repeat;
background-size: contain;
background-position: top center;
}
.detail_wrap .detail_contents {
padding: 50px 0px;
}
.inner_detail_contents:not(.inner_detail_smilex, .inner_detail_feature) {
padding: 0 15px;
}
.anchorlink {
padding: 0px;
background-color: #27469A;
justify-content: center;
align-items: center;
}
.anchorlink_box {
width: 20%;
position: relative;
}
.anchorlink_box:not(:last-child)::after {
top: 50%;
right: 0px;
transform: translateY(-50%);
background-color: #8496C6;
display: inline-block;
width: 1px;
height: 20px;
content: "";
position: absolute;
}
.anchorlink A {
font-size: 12px;
padding: 10px 3px;
color: #FFF;
display: block;
text-align: center;
line-height: 1.3;
}
.use_hover .anchorlink A:hover {
color: #FFF;
opacity: .7;
}
@media screen and (max-width: 499px) {
.detail_page_body #main_container,
.detail_page_body #inner_main_container {
padding-top: 0px;
}
.detail_page_body .main_photo_slide {
margin-top: 0px;
}
.detail_contents.detail_feature {
padding-top: 0px;
}
.ultrasonic_wrap .anchorlink_box:nth-child(3) A {
letter-spacing: -1px;
}
}
@media screen and (min-width: 500px) {
.responsive .item_desc {
font-size: 16px;
}
.anchorlink A {
font-size: 14px;
padding: 10px 5px;
}
}
@media screen and (min-width: 840px) {
.anchorlink {
padding: 15px 0px;
}
.anchorlink A {
font-size: 16px;
padding: 10px;
}
}
@media screen and (min-width: 980px) {
.responsive .item_desc {
font-size: 18px;
}
.detail_wrap {
padding-bottom: 80px;
}
.detail_wrap .detail_contents {
padding: 80px 0px;
}
}
@media screen and (min-width: 1200px) {
.anchorlink {
padding: 15px;
}
.anchorlink_box {
width: auto;
}
.anchorlink A {
font-size: 18px;
padding: 10px 30px;
}
}

/* 詳細欄：トップ */
.intro_title {
text-align: center;
}
.intro_logo img {
max-width: 160px;
}
.intro_main_title h2 {
font-size: 18px;
padding-top: 20px;
line-height: 1.5;
color: #1D3A89;
}
.intro_image {
padding: 30px 0px;
text-align: center;
}
.intro_desc_top {
font-size: 115%;
color: #4386D2;
font-weight: 600;
text-align: center;
}
.intro_desc_top h3 {
font-size: 112%;
color: #1D3A89;
}
.intro_text {
font-size: clamp(15px, 10.500px + 0.536vw, 18px);
}
@media screen and (min-width: 500px) {
.intro_logo img {
max-width: clamp(200px, 50.000px + 17.857vw, 300px);
}
.intro_main_title h2 {
font-size: 24px;
}
.intro_desc_top {
font-size: clamp(15px, 7.500px + 0.893vw, 20px);
}
.intro_desc_top h3 {
font-size: clamp(22px, 10.000px + 1.429vw, 30px);
}
.intro_text {
padding-left: 20px;
}
}
@media screen and (min-width: 840px) {
.detail_intro {
padding-bottom: clamp(120px, 295.500px + -20.893vw, 3px);
}
.inner_detail_intro {
position: relative;
}
.intro_title {
top: clamp(0px, -45.000px + 5.357vw, 30px);
right: 50px;
position: absolute;
}
.intro_main_title h2 {
font-size: clamp(25px, 10.000px + 1.786vw, 35px);
}
.intro_image {
padding: 0px;
}
.intro_desc {
top: clamp(410px, 5.000px + 48.214vw, 680px);
left: 50%;
transform: translateX(-50%);
max-width: 700px;
position: absolute;
}
}
@media screen and (min-width: 1400px) {
.intro_title {
top: 30px;
}
.intro_logo img {
max-width: 300px;
}
.intro_main_title h2 {
font-size: 35px;
}
.intro_desc {
top: 680px;
}
.intro_desc_top {
font-size: 123%;
text-align: left;
}
.intro_desc_top h3 {
font-size: 135%;
}
.intro_text {
font-size: 100%;
}
}
@media screen and (min-width: 1500px) {
.intro_title {
right: calc((100% - 1400px) / 2);
}
}

/* 詳細欄：4つの特長 */
.inner_detail_feature {
padding: 50px 15px;
background-color: #FFF;
box-shadow: 0 0 15px #CCC;
}
.dfeature_title {
font-size: 22px;
text-align: center;
}
.dfeature_subtitle {
color: #4386D2;
}
.dfeature_maintitle {
font-size: 130%;;
color: #1D3A89;
line-height: 1;
}
.dfeature_title_num {
font-size: 180%;
font-family: "Sofia Sans Condensed", sans-serif;
}
.dfeature_wrap {
padding: 20px 0 0;
}
.dfeature_block {
padding: 15px 0px;
max-width: 800px;
margin: 0 auto;
}
.inner_dfeature_block {
gap: 20px;
align-items: center;
}
.dfeature_num {
font-size: 12px;
width: 60px;
height: 60px;
border-radius: 50%;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
background-color: #1D3A89;
color: #FFF;
}
.dfeature_num_emp {
padding-left: 3px;
display: inline-block;
font-size: 180%;
font-weight: 400;
font-family: "Sofia Sans Condensed", sans-serif;
}
.dfeature_desc {
flex: 1;
}
.dfeature_desc_title {
font-size: 18px;
padding-bottom: 5px;
color: #1D3A89;
}
@media screen and (min-width: 500px) {
.dfeature_title {
font-size: 26px;
}
.dfeature_wrap {
padding: 30px 0;
}
.inner_dfeature_block {
gap: 30px;
}
.dfeature_num {
font-size: 18px;
width: 120px;
height: 120px;
}
.dfeature_desc_title {
font-size: 20px;
padding-bottom: 10px;
}
}
@media screen and (min-width: 980px) {
.dfeature_title {
font-size: 30px;
}
.inner_detail_feature {
padding: 70px;
max-width: 1200px;
margin: 0 auto;
}
.dfeature_num {
font-size: 22px;
}
.dfeature_desc_title {
font-size: 24px;
}
}

/* 詳細欄：超音波とは */
#ultrasonic {
padding-top: 0px;
padding-bottom: 200px;
background: url(image/newdesign/detail/brush_bg.jpg) no-repeat bottom right -50px;
background-size: 1300px auto;
}
.ultrasonic_top {
padding-bottom: 20px;
text-align: center;
max-width: 600px;
margin: 0 auto;
}
.ultrasonic_title {
padding-bottom: 25px;
}
.us_icon img {
max-width: 60px;
}
.us_title_ja {
font-size: 167%;
letter-spacing: 1px;
color: #1D3A89;
}
.ultrasonic_desc {
line-height: 1.5;
text-align: left;
}
.ultrasonic_comparison {
padding: 20px 0px 80px;
}
.inner_ultrasonic_comparison {
gap: 50px;
justify-content: center;
flex-direction: column;
}
.comparison_box {
padding-top: 20px;
width: 100%;
max-width: 550px;
margin: 0 auto;
position: relative;
}
.comparison_icon {
top: 0px;
left: 50%;
min-width: 120px;
font-size: 120%;
text-align: center;
border-radius: 25px;
height: 40px;
line-height: 40px;
letter-spacing: 10px;
text-indent: 10px;
display: inline-block;
background-color: #1D3A89;
color: #FFF;
position: absolute;
transform: translateX(-50%);
}
.comparison_image {
text-align: center;
}
.comparison_text {
font-size: 100%;
padding-top: 20px;
}
.note_patent {
padding-top: 10px;
text-align: center;
}
.note_patent .inner_comparison_note {
font-size: 120%;
font-weight: 600;
border: 1px solid;
padding: 5px 20px;
letter-spacing: 2px;
text-indent: 2px;
color: #1D3A89;
display: inline-block;
}
.note_fda {
padding-top: 10px;
font-size: 100%;
color: #23357E;
}
.conclusion_top {
font-size: 170%;
text-align: center;
color: #1D3A89;
position: relative;
}
.conclusion_top::before {
width: 150px;
font-size: 80%;
background-color: #1D3A89;
color: #FFF;
position: relative;
left: 50%;
transform: translateX(-50%);
border-radius: 30px;
padding: 5px;
margin-bottom: 30px;
content: "つまり";
display: block;
}
.conclusion_top:after {
top: 40px;
left: 50%;
border: 10px solid transparent;
border-top: 15px solid #1D3A89;
z-index: 1;
content: "";
position: absolute;
transform: translateX(-50%);
}
.conclusion_wrap {
padding-top: 20px;
gap: 50px;
justify-content: center;
align-items: center;
flex-direction: column;
}
.ccs_box {
padding: 20px;
margin: 20px 0;
max-width: 500px;
background-color: #EFF9FE;
}
.ccs_title {
font-size: 140%;
padding-bottom: 15px;
margin-bottom: 20px;
text-align: center;
color: #1D3A89;
position: relative;
}
.ccs_title::after {
content: "";
display: inline-block;
position: absolute;
width: 30px;
height: 1px;
background-color: #1D3A89;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
}
.ccs_text {
font-size: 100%;
line-height: 1.8;
}
.ccs_end {
font-size: 110%;
padding-top: 50px;
text-align: center;
text-shadow: 
0 0 10px #FFF,
0 0 15px #FFF,
0 0 20px #FFF,
0 0 25px #FFF;
}
.ccs_end_title {
font-size: 150%;
text-decoration: underline 1px;
text-underline-offset: 5px;
}
.ccs_point_box {
padding: 15px 0px;
}
.ccs_point {
padding: 10px 0px;
color: #1D3A89;
}
.ccs_point::before {
content: "";
display: inline-block;
width: 19px;
height: 15px;
background-image: url(image/newdesign/detail/check.png);
background-size: contain;
margin-right: 10px;
background-repeat: no-repeat;
}
.conclusion_title {
padding: 40px;
margin-top: 40px;
background-color: #FFFFFFC2;
border: 1px solid #1C3E89;
text-align: center;
}
.conclution_logo img {
max-width: 160px;
}
.conclution_maintitle {
font-size: 120%;
line-height: 1.8;
padding-top: 15px;
color: #1D3A89;
text-align: center;
font-weight: 600;
}
.conclution_subtitle {
font-weight: 500;
}
@media screen and (min-width: 500px) {
#ultrasonic {
background: url(image/newdesign/detail/brush_bg.jpg) no-repeat bottom right;
background-size: 1600px auto;
}
.us_icon img {
max-width: 90px;
}
.ultrasonic_desc {
line-height: 1.8;
}
.ccs_box {
padding: 30px;
margin: 35px 0;
}
.ccs_end {
font-size: 115%;
}
.ccs_end_title {
font-size: 185%;
}
.conclution_logo img {
max-width: 300px;
}
.conclusion_title {
padding: 50px;
margin-top: 0px;
}
.conclution_maintitle {
font-size: 150%;
line-height: 2;
padding-top: 30px;
}
}
@media screen and (min-width: 700px) {
.ultrasonic_comparison {
padding: 60px 0px 130px;
}
.inner_ultrasonic_comparison {
flex-direction: row;
}
.comparison_box {
width: calc((100% - 50px)/2);
margin: 0;
}
.comparison_icon {
top: 0px;
left: 50%;
min-width: 200px;
height: 50px;
line-height: 50px;
font-size: 100%;
}
.comparison_text {
padding-top: 30px;
font-size: 110%;
}
.note_patent {
padding-top: 20px;
}
.note_patent .inner_comparison_note {
font-size: 120%;
}
}
@media screen and (min-width: 840px) {
#ultrasonic {
padding-bottom: 100px;
}
.conclusion_top {
font-size: 200%;
}
.conclusion_top::before {
width: 200px;
}
.conclusion_top:after {
top: 50px;
}
.conclusion_wrap {
padding-top: 60px;
flex-direction: row;
}
}
@media screen and (min-width: 980px) {
.us_icon img {
max-width: 120px;
}
.ultrasonic_desc {
line-height: 2;
}
.inner_ultrasonic_comparison {
gap: 100px;
}
.comparison_box {
width: calc((100% - 100px)/2);
}
.conclusion_top:after {
top: 53px;
}
.ccs_box {
padding: 30px;
margin: 35px;
}
.ccs_title {
font-size: 120%;
}
.ccs_text {
font-size: 100%;
}
}
@media screen and (min-width: 1200px) {
.ccs_title {
font-size: 140%;
}
.ccs_text {
font-size: 120%;
}
.ccs_end {
font-size: 120%;
}
.ccs_point {
padding: 15px 0px;
}
.conclusion_title {
padding: 80px;
}
.conclution_maintitle {
font-size: 170%;
}
}
@media screen and (min-width: 1400px) {
#ultrasonic {
background-size: 1920px auto;
padding-bottom: 200px;
}
.conclusion_wrap {
gap: 200px;
}
}
@media screen and (min-width: 1920px) {
#ultrasonic {
background-size: contain;
}
}

/* 詳細欄：バナー */
#bannerlink {
background-color: #F1F9FD;
}
.inner_bannerlink {
gap: 30px;
justify-content: center;
flex-direction: column;
align-items: center;
}
@media screen and (max-width: 699px) {
#bannerlink {
padding: 60px 10px;
}
}
@media screen and (min-width: 700px) {
.inner_bannerlink {
flex-direction: row;
}
}
@media screen and (min-width: 980px) {
.inner_bannerlink {
gap: 60px;
}
}

/* 詳細欄：3大特典 */
.bonus {
background: linear-gradient(#1D3A8C, #24459F);
}
.bonus_title {
padding-bottom: 50px;
color: #FFF;
text-align: center;
}
.bonus_subtitle {
font-size: 100%;
letter-spacing: 8px;
text-indent: 8px;
}
.bonus_maintitle {
padding: 10px 20px;
font-size: 145%;
margin-top: 10px;
letter-spacing: 2px;
border-top: 1px solid;
border-bottom: 1px solid;
display: inline-block;
}
.bonus_title_emp {
color: #28A9C1;
font-size: 120%;
font-weight: 600;
padding-left: 10px;
display: inline-block;
}
.bonus_title_emp::first-letter {
font-size: 150%;
font-weight: 500;
line-height: 1;
padding-right: 2px;
font-family: "Sofia Sans Condensed", sans-serif;
}
.bonus_desc {
gap:25px;
justify-content: center;
flex-direction: column;
}
.bonus_box {
font-size: 100%;
padding: 30px;
width: 100%;
max-width: 600px;
margin: 0 auto;
border-radius: 5px;
background: linear-gradient(135deg, #FFF, #DBE9F7);
position: relative;
}
.bb_ribbon {
font-size: 15px;
width: 80px;
height: 100px;
top: -10px;
left: 20px;
padding-top: 10px;
font-weight: 400;
text-align: center;
color: #FFF;
position: absolute;
background: url(image/newdesign/detail/ribbon_bg.png) no-repeat top left / contain;
}
.bonus_num {
font-size: 200%;
font-weight: 600;
line-height: 1;
display: block;
}
.bb_title {
padding-left: 90px;
}
.bb_subtitle {
font-size: 95%;
font-weight: 500;
color: #1A9EB7;
}
.bb_maintitle {
font-size: 140%;
padding: 5px 0px;
line-height: 1.5;
font-weight: 600;
}
.inner_bonus_box:not(.bb_title) {
padding: 20px 0px;
}
.bonus3 .inner_bonus_box:not(.bb_title) {
padding: 15px 0px;
}
.bonus3 .inner_bonus_box:last-child {
padding-bottom: 0px;
}
.inner_bonus_box:not(:last-child):not(.bb_title) {
border-bottom: 1px solid #80C7D8;
}
.inner_bonus_box:last-child {
padding-bottom: 0px;
}
.bonus1 .bb_text {
text-align: center;
}
.bb_text.flex_layout {
gap: 15px;
align-items: center;
}
.inner_bb_text {
flex: 1;
}
.bb_text_title {
font-size: 110%;
font-weight: 600;
padding-bottom: 10px;
}
.bb_image {
text-align: center;
}
.bonus2 .inner_bb_image img {
max-width: 100px;
}
.bonus3 .inner_bb_image img {
max-width: 110px;
}
@media screen and (max-width: 499px) {
.bonus {
padding: 50px 0px;
}
}
@media screen and (min-width: 500px) {
.bonus_subtitle {
font-size: 120%;
}
.bonus_maintitle {
padding: 15px 20px;
font-size: 180%;
margin-top: 20px;
}
.bonus_title {
padding-bottom: 80px;
}
.bb_ribbon {
font-size: 18px;
width: 105px;
height: 132px;
padding-top: 15px;
}
.bb_title {
padding-left: 120px;
padding-bottom: 30px;
}
.bonus2 .inner_bb_image img {
max-width: 135px;
}
.bonus3 .inner_bb_image img {
max-width: 150px;
}
}
@media screen and (min-width: 980px) {
.bonus_subtitle {
font-size: 140%;
}
.bonus_maintitle {
padding: 20px;
font-size: 195%;
}
.bonus_desc {
flex-direction: row;
}
.bonus_box {
font-size: 80%;
padding: 20px;
width: calc((100% - 50px)/3);
max-width: 460px;
margin: 0;
}
.bb_ribbon {
font-size: 14px;
width: 70px;
height: 88px;
top: -10px;
left: 10px;
padding-top: 8px;
}
.bb_title {
padding-left: 80px;
padding-bottom: 0px;
}
.bonus2 .inner_bb_image img {
max-width: 80px;
}
.bonus3 .inner_bb_image img {
max-width: 90px;
}
}
@media screen and (min-width: 1200px) {
.bonus_box {
font-size: 95%;
padding: 30px;
}
.bb_maintitle {
font-size: 155%;
padding: 15px 0px;
}
.bb_ribbon {
font-size: 17px;
width: 85px;
height: 107px;
left: 20px;
padding-top: 15px;
}
.bb_title {
padding-left: 100px;
}
.bonus2 .inner_bb_image img {
max-width: 100px;
}
.bonus3 .inner_bb_image img {
max-width: 120px;
}
}
@media screen and (min-width: 1400px) {
.bonus_box {
font-size: 100%;
}
.bb_ribbon {
font-size: 18px;
width: 105px;
height: 132px;
}
.bb_title {
padding-left: 120px;
}
.bonus2 .inner_bb_image img {
max-width: 135px;
}
.bonus3 .inner_bb_image img {
max-width: 150px;
}
}

/* 詳細欄：セット内容 */
.set_maintitle {
padding-bottom: 30px;
text-align: center;
}
.inner_set_maintitle {
padding: 10px 15px;
font-size: 116%;
display: inline-block;
color: #1D3A89;
border: 1px solid;
}
.set_block {
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 1200px;
margin: 0 auto;
}
.set_image {
padding-bottom: 30px;
max-width: 500px;
}
.set_desc {
padding-top: 30px;
width: 100%;
border-top: 1px solid #E4E4E4;
max-width:500px;
}
.item_logo {
padding-bottom: 30px;
text-align: center;
}
.inner_set_box {
font-size: 90%;
gap: 20px;
padding-bottom: 15px;
align-items: center;
}
.set_title {
padding: 5px;
width: 110px;
text-align: center;
background-color: #1D3A89;
color: #FFF;
display: inline-block;
border-radius: 20px;
letter-spacing: 2px;
text-indent: 2px;
}
.set_text {
font-size: 120%;
flex: 1;
}
@media screen and (min-width: 500px) {
.set_maintitle {
padding-bottom: 50px;
}
.inner_set_maintitle {
padding: 10px 20px;
font-size: 140%;
}
.inner_set_box {
font-size: 100%;
}
.set_title {
width: 160px;
}
.set_text {
font-size: 115%;
}
}
@media screen and (min-width: 840px) {
.set_block {
flex-direction: row;
}
.set_image {
padding-right: 30px;
padding-bottom: 0px;
flex: 1;
max-width: none;
}
.set_desc {
width: auto;
padding-left: 30px;
border-left: 1px solid #E4E4E4;
border-top: none;
padding-top: 0px;
max-width: none;
}
.item_logo {
padding-bottom: 50px;
}
.inner_set_box {
font-size: 90%;
}
}
@media screen and (min-width: 1200px) {
.set_maintitle {
padding-bottom: 80px;
}
.inner_set_box {
font-size: 100%;
gap: 40px;
padding-bottom: 25px;
}
.set_image {
padding-right: 60px;
}
.set_desc {
padding-left: 60px;
}
}

/* 詳細欄：ブラシの特長 */
.detail_smilex {
padding-bottom: 0px;
background-color: #F1F9FD;
}
.smilex_top {
padding: 0 15px 80px;
text-align: center;
}
.smilex_title {
padding-bottom: 15px;
}
.smilex_subtitle {
font-size: 100%;
color: #1A9EB7;
}
.smilex_maintitle {
font-size: 150%;
}
.smilex_title_text {
padding-bottom: 20px;
display: inline-block;
text-align: left;
margin: 0 auto;
}
.smilex_type {
padding: 50px 20px;
}
.smilex_type:nth-child(odd) {
background-color: #FFF;
}
.smilex_type:nth-child(even) {
background-color: #F9F9F9;
}
.inner_smilex_type {
gap: 20px;
align-items: center;
flex-direction: column;
}
.smilex_image img {
max-width: 200px;
}
.smilex_desc {
flex: 1;
}
.model_name {
font-size: 150%;
letter-spacing: 2px;
font-weight: 600;
}
.model_name {
font-size: 110%;
letter-spacing: 2px;
}
.brush_type1 :is(.model_name, .model_emp) {
color: #39A3C4;
}
.brush_type2 :is(.model_name, .model_emp) {
color: #F6A61D;
}
.brush_type3 :is(.model_name, .model_emp) {
color: #0BAEA5;
}
.brush_type4 :is(.model_name, .model_emp) {
color: #4A5D86;
}
.brush_type5 :is(.model_name, .model_emp) {
color: #DB3E59;
}
.type_text {
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid #E0DFE3;
}
@media screen and (min-width: 500px) {
.inner_smilex_type {
gap: 30px;
flex-direction: row;
}
.type_text {
padding-top: 20px;
margin-top: 20px;
}
.smilex_image img {
max-width: 130px;
}
}
@media screen and (min-width: 600px) {
.smilex_subtitle {
font-size: 115%;
}
.smilex_maintitle {
font-size: 200%;
}
}
@media screen and (min-width: 700px) {
.smilex_image img {
max-width: 180px;
}
.model_name {
font-size: 200%;
}
.model_name {
font-size: 170%;
}
}
@media screen and (min-width: 840px) {
.smilex_title {
padding-bottom: 30px;
}
.smilex_top {
padding: 0 15px 100px;
}
.smilex_title_text {
padding-bottom: 50px;
}
}
@media screen and (min-width: 980px) {
.smilex_type {
padding: 70px;
}
.inner_smilex_type {
gap: 60px;
max-width: 1200px;
margin: 0 auto;
}
.smilex_image img {
max-width: 230px;
}
}


/* ================================= */
/* フリーページ：超音波歯ブラシとは */
/* ================================= */
#contents:has(.ultrasonic_wrap) .breadcrumb_area {
margin-bottom: 0px;
}
#main_container .free_contents:has(.ultrasonic_wrap) {
margin-top: 0px;
}
.free_page_box:has(.ultrasonic_wrap), .inner_free_contents:has(.ultrasonic_wrap), #main_container:has(.ultrasonic_wrap), #inner_main_container:has(.ultrasonic_wrap) {
padding: 0px;
margin: 0px;
}
.freecontents {
padding: 50px 0px;
}
.inner_freecontents {
gap: 40px;
padding: 0 15px;
max-width: 1400px;
margin: 0 auto;
align-items: center;
flex-direction: column;
}
.ultrasonic_wrap {
font-size: 18px;
}
.large_font .ultrasonic_wrap {
font-size: 22px;
}
@media screen and (min-width: 980px) {
.freecontents {
padding: 80px 0px;
}
.inner_freecontents {
gap: 50px;
flex-direction: row;
}
}

/* トップ */
#ultrasonic_intro {
padding: 20px 0;
height: auto;
background-size: cover;
background-image: url(image/newdesign/ultrasonic/contents_bg.jpg);
background-position: bottom center;
background-repeat: no-repeat;
}
.inner_ultrasonic_intro {
padding: 20px 0;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
background-image: url(image/newdesign/ultrasonic/top_bg_sp.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.ultrasonic_top_box {
display: inline-block;
text-align: center;
}
.us_top_logo img {
max-width: 100px;
}
.us_top_title {
padding: 10px 0px;
}
.us_top_title h1 {
font-size: 26px;
color: #1D3A89;
line-height: 1.5;
font-weight: 600;
margin-bottom: 0px;
}
.emphasis {
position: relative;
}
.emphasis::before {
top: -8px;
left: 50%;
font-size: 0.5em;
line-height: 1;
content: "・";
position: absolute;
display: block;
transform: translateX(-50%);
}
.us_top_text {
font-size: 80%;
color: #4386D2;
font-weight: 600;
line-height: 1.5;
}
.us_top_text .br_sp {
display: block;
}
.us_top_emp {
font-size: 120%;
color: #1D3A89;
font-weight: 400;
display: block;
line-height: 1;
}
.us_top_emp::first-letter {
font-size: 250%;
font-family: "Sofia Sans Condensed", sans-serif;
}
.ultrasonic_wrap .anchorlink {
background-color: #FFF;
}
.ultrasonic_wrap .anchorlink A,
.use_hover .ultrasonic_wrap .anchorlink A:hover {
color: #1D3A89;
}
.anchorlink_box:not(:last-child)::after {
background-color: #CECECE;
}
@media screen and (min-width: 500px) {
.us_top_logo img {
max-width: 130px;
}
.us_top_title h1 {
font-size: 34px;
}
.emphasis::before {
top: -10px;
}
.us_top_text {
font-size: 100%;
}
.us_top_emp {
font-size: 130%;
}
}
@media screen and (min-width: 700px) {
#ultrasonic_intro {
height: 450px;
background-size: cover;
background-image: url(image/newdesign/ultrasonic/contents_bg.jpg);
background-position: bottom center;
}
.inner_ultrasonic_intro {
padding: 20px;
justify-content: flex-start;
flex-direction: row;
background-image: url(image/newdesign/ultrasonic/top_bg.png);
background-size: auto 400px;
background-position: center right 10px;
}
.us_top_logo img {
max-width: 160px;
}
.us_top_title {
padding: 20px 0px;
}
.us_top_title h1 {
font-size: 40px;
}
.us_top_text {
font-size: 120%;
}
.us_top_text .br_sp {
display: none;
}
.us_top_emp {
font-size: 140%;
padding-top: 10px;
}
}
@media screen and (min-width: 840px) {
#ultrasonic_intro {
height: 550px;
}
.inner_ultrasonic_intro {
background-size: auto 500px;
}
.us_top_title h1 {
font-size: 50px;
}
.us_top_text {
font-size: 150%;
}
}
@media screen and (min-width: 980px) {
#ultrasonic_intro {
height: 650px;
}
.inner_ultrasonic_intro {
background-size: auto 600px;
}
.emphasis::before {
top: -15px;
}
}
@media screen and (min-width: 1100px) {
#ultrasonic_intro {
height: 800px;
}
.inner_ultrasonic_intro {
background-size: auto 750px;
}
}
@media screen and (min-width: 1300px) {
#ultrasonic_intro {
height: 900px;
}
.inner_ultrasonic_intro {
background-size: auto 850px;
}
.us_top_title h1 {
font-size: 70px;
}
.us_top_text {
font-size: 170%;
}
}
@media screen and (min-width: 1600px) {
#ultrasonic_intro {
background-position: bottom center;
}
.inner_ultrasonic_intro {
background-position: center right 50px;
}
}

/* ブラシの特長 */
#highlights, #highlights3 {
background: url(image/newdesign/ultrasonic/contents_bg3.png), #142474;
color: #FFF;
background-size: cover;
background-position: bottom center;
}
.freecontents_title {
width: 300px;
padding: 0 10px;
text-align: center;
}
.freecontents_desc {
flex: 1;
}
.contents_main {
padding: 0 0 20px;
}
.contents_title_head {
font-size: 20px;
letter-spacing: 10px;
text-indent: 10px;
}
.contents_title_num {
font-size: 60px;
padding: 5px 0 10px;
font-family: "Sofia Sans Condensed", sans-serif;
line-height: 1;
font-weight: 500;
}
.contents_title_desc h2 {
font-size: 110%;
font-weight: 500;
}
.contents_title_text h3 {
font-size: 90%;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 20px;
position: relative;
font-weight: 400;
text-align: left;
line-height: 1.5;
display: inline-block;
}
.contents_title_text h3::before {
top: 0px;
left: 50%;
transform: translateX(-50%);
width: 50px;
height: 1px;
content: "";
background-color: #FFF;
display: inline-block;
position: absolute;
}
.title_text_image {
padding-top: 30px;
}
.title_text_image img {
max-width: 200px;
}
.image_spl {
padding-top: 20px;
font-size: 90%;
color: #000;
margin: 0px;
}
.contents_main_title {
padding-bottom: 10px;
font-size: 85%;
font-weight: 600;
text-align: center;
}
.contents_title_sub {
font-size: 84%;
padding-top: 5px;
font-weight: 500;
}
.contents_main_text {
font-size: 80%;
padding: 20px 0px;
line-height: 1.8;
}
.us1_image {
gap: 15px;
justify-content: center;
}
.us1_image .inner_us_image {
padding: 10px;
border-radius: 5px;
width: calc((100% - 15px)/2);
max-width: 320px;
background-color: #FFF;
}
p.us_image_text {
font-size: 80%;
color: #1D3A89;
letter-spacing: 5px;
font-weight: 600;
text-align: center;
margin: 10px 0px 0px;
}
p.contants_text {
font-size: 70%;
margin: 15px 0 10px;
text-align: center;
}
.inner_contents_point {
padding: 30px 20px;
flex-direction: column;
align-items: center;
border: 1px solid;
border-radius: 10px;
}
.point_title {
font-size: 25px;
padding-bottom: 15px;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0px;
line-height: 1;
display: inline-block;
}
.point_text {
font-size: 80%;
}
#highlights2, #highlights4 {
background-image: url(image/newdesign/ultrasonic/contents_bg2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
}
.inner_highlights2, .inner_highlights4 {
color: #1D3A89;
flex-direction: column;
}
#highlights2 .contents_title_text h3::before, #highlights4 .contents_title_text h3::before {
background-color: #1D3A89;
}
.inner_freecontents.inner_highlights2 {
padding: 0px;
}
.compare_table {
width: 100%;
}
.compare_cell {
padding: 20px 10px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
line-height: 1.6;
}
.compare_border {
pointer-events: none;
}
.header_row {
font-size: 110%;
color: #FFF;
display: flex;
}
.head_label {
flex: 1 0 150px;
background: #274188;
border-right: 1px solid #FFF;
}
.header_row .head_brush1, .header_row .head_brush2 {
flex: 0 0 calc((100% - 150px) / 2);
}
.head_brush1 {
background: #1A9EB7;
flex-direction: column;
gap: 4px;
}
.head_brush1 span {
font-size: 80%;
font-weight: normal;
}
.head_brush2 {
background: #274188;
}
.data_row {
display: flex;
border-top: 1px solid #FFF;
}
.row_label {
flex: 1 0 150px;
background: #315DAB;
color: #fff;
font-size: 90%;
font-weight: bold;
border-right: 1px solid #FFF;
}
.data_row .cell_brush1, .data_row .cell_brush2 {
flex: 0 0 calc((100% - 150px) / 2);
font-size: 85%;
color: #000;
}
.cell_brush1 {
background: #CBECF5;
border-right: 1px solid #FFF;
}
.cell_brush2 {
background: #DBE9F7;
}
.us3_image {
padding: 30px;
gap: 20px;
background-color: #FFFFFF;
color: #000;
border-radius: 10px;
flex-direction: column;
}
.us3_image .inner_us_image {
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
p.us3_image_text {
background-color: #E6EFF8;
font-size: 80%;
padding: 10px 15px;
text-align: left;
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.inner_highlights4 .contents_main {
padding: 0px;
}
.inner_highlights4 .contents_main_title {
font-size: 90%;
padding-bottom: 10px;
text-align: left;
}
.inner_highlights4 .contents_main_text {
font-size: 80%;
color: #000;
padding: 0px;
}
.verification_box {
font-size: 80%;
padding: 20px 10px;
margin: 20px 0px;
background-color: #FFF;
border-radius: 10px;
box-shadow: 0 0 20px #ccc;
color: #000;
font-weight: 500;
overflow: visible;
}
.verification_text p {
margin: 0 0 10px;
}
.verification_item {
padding: 5px 0px;
gap: 5px;
display: flex;
align-items: stretch;
flex-direction: column;
text-align: center;
}
.verification_title {
flex: 1 0 100%;
padding: 5px 10px;
color: #FFF;
background-color: #27469A;
border-radius: 20px;
text-align: center;
letter-spacing: 5px;
text-indent: 5px;
}
.verification_desc {
padding: 5px;
}
.verification1 .verification_desc {
font-weight: 600;
}
.verification4 .verification_desc {
text-align: left;
}
.verification_desc span {
font-size: 80%;
}
.verification_method {
padding-top: 5px;
font-size: 90%;
}
.verification_method .method_item {
padding: 8px;
display: flex;
align-items: center;
}
.verification_method .method_item:not(:last-child) {
border-bottom: 1px solid #B7BFD7;
}
.method_num {
background-color: #27469A;
color: #FFF;
font-size: 90%;
font-weight: 400;
display: flex;
width: 25px;
height: 25px;
border-radius: 50%;
align-items: center;
justify-content: center;
line-height: 1;
}
.method_text {
padding-left: 10px;
flex: 1;
line-height: 1.3;
text-align: left;
}
.verification_note {
font-size: 80%;
color: #2E458A;
font-weight: 500;
}
.results_item {
padding: 5px 0px;
align-items: flex-start;
gap: 15px;
font-weight: 600;
}
.results_title {
width: 70px;
color: #1D3A89;
border: 1px solid;
border-radius: 20px;
padding: 5px;
text-align: center;
font-size: 90%;
line-height: 1;
}
.results_table_box {
padding: 20px 0px;
}
table.results_table {
font-size: 90%;
border: 1px solid #000;
width: 100%;
text-align: center;
border-collapse: collapse;
}
table.results_table tr {
border-bottom: 1px solid #000;
}
table.results_table td {
padding: 5px;
border-right: 1px solid #000;
}
.bg_gray {
background-color: #F5F5F5;
}
.bg_pink {
background-color: #F8B5D2;
}
.bg_lightpink {
background-color: #FACEE1;
}
.bg_blue {
background-color: #BED7F1;
}
.bg_lightblue {
background-color: #DBE9F7;
}
table.results_table td span {
font-size: 75%;
font-weight: 400;
display: block;
line-height: 1;
}
.results_table_label td:not(:first-child) {
font-size: 90%;
font-weight: 400;
}
td.fontsize_small {
font-size: 85%;
}
@media screen and (max-width: 649px) {
.text_vertical {
writing-mode: vertical-rl;
}
}
@media screen and (max-width: 599px){
.compare_table {
border-radius: 6px;
}
.header_row {
font-size: 80%;
flex-wrap: wrap;
}
.head_label {
flex: 0 0 100%;
padding: 15px;
border-bottom: 1px solid #FFF;
border-right: none;
}
.header_row .head_brush1, .header_row .head_brush2 {
padding: 15px 10px;
flex: 1;
}
.head_brush1 {
border-right: 1px solid #FFF;
}
.head_brush2 {
border-right: none;
}
.data_row {
flex-wrap: wrap;
}
.row_label {
flex: 0 0 100%;
font-size: 80%;
padding: 14px;
border-bottom: 1px solid #FFF;
border-right: none;
}
.data_row .cell_brush1, .data_row .cell_brush2 {
font-size: 70%;
padding: 15px 10px;
flex: 0 0 50%;
text-align: left;
}
.inner_highlights2 .contents_point {
padding: 0 15px;
}
}
@media screen and (min-width: 430px) {
.verification_box {
padding: 20px;
}
}
@media screen and (min-width: 500px) {
.contents_main {
padding: 20px 0;
}
.contents_title_num {
padding: 10px 0 20px;
}
.contents_title_desc h2 {
font-size: 120%;
}
.contents_main_title {
font-size: 100%;
}
p.contants_text {
font-size: 90%;
}
.inner_highlights4 .contents_main_title {
font-size: 120%;
}
.inner_highlights4 .contents_main_text {
font-size: 100%;
}
.verification_box {
font-size: 90%;
padding: 30px;
}
.verification_method {
padding-top: 10px;
font-size: 100%;
}
}
@media screen and (min-width: 600px) {
.inner_highlights2 {
padding: 0px 15px;
}
.compare_table {
padding: 5px;
position: relative;
}
.compare_border {
width: calc((100% - 150px + 10px) / 2);
height: 100%;
position: absolute;
top: 0px;
right: 0px;
border: 6px solid #274188;
}
.us3_image {
flex-direction: row;
}
.us3_image .inner_us_image {
width: calc((100% - 20px)/2);
}
}
@media screen and (min-width: 700px) {
.contents_title_head {
font-size: 30px;
}
.contents_title_num {
font-size: 80px;
}
.contents_title_text h3 {
font-size: 100%;
}
.contents_main_text {
font-size: 90%;
}
.contents_main_title {
font-size: 120%;
}
.contents_title_sub {
padding-top: 15px;
}
.us1_image .inner_us_image {
padding: 20px;
}
p.us_image_text {
font-size: 100%;
margin: 15px 0px 0px;
}
p.contants_text {
margin: 30px 0;
}
.inner_contents_point {
padding: 30px 40px;
gap: 70px;
flex-direction: row;
}
.point_title {
font-size: 35px;
padding-bottom: 0px;
}
.point_text {
font-size: 100%;
}
.inner_highlights4 .contents_main_title {
font-size: 140%;
}
.inner_highlights4 .contents_main_text {
font-size: 120%;
}
.verification_item {
padding: 10px 0px;
flex-direction: row;
align-items: flex-start;
}
.verification_title {
flex: 0 0 150px;
}
.results_item {
padding: 10px 0px;
}
.results_table_box {
padding: 0px;
}
}
@media screen and (min-width: 980px) {
.contents_main {
padding: 10px 0px;
}
.contents_title_head {
font-size: 40px;
}
.contents_title_num {
padding: 20px 0 30px;
font-size: 100px;
}
.contents_title_desc h2 {
font-size: 130%;
}
.contents_title_text h3 {
margin-top: 50px;
padding-top: 50px;
}
.title_text_image {
padding-top: 70px;
}
.title_text_image img {
max-width: 266px;
}
.contents_main_title {
padding-bottom: 20px;
}
.contents_point {
padding-top: 50px;
}
.inner_highlights2, .inner_highlights4 {
flex-direction: row-reverse;
}
.compare_table {
max-width: 900px;
}
.verification_item {
flex-direction: column;
align-items: stretch;
}
.verification_title {
flex: 1 0 100%;
}
}
@media screen and (min-width: 1200px) {
.freecontents_title {
padding: 0 50px;
width: 450px;
}
.contents_main {
padding: 30px;
}
.contents_title_head {
font-size: 50px;
}
.contents_title_num {
font-size: 120px;
}
.contents_title_desc h2 {
font-size: 160%;
}
.contents_title_text h3 {
font-size: 110%;
}
.us3_image {
gap: 50px;
}
.us3_image .inner_us_image {
width: calc((100% - 50px)/2);
}
.verification_box {
font-size: 100%;
padding: 40px;
margin-top: 40px;
}
.verification_item {
gap: 10px;
flex-direction: row;
align-items: flex-start;
text-align: left;
}
.verification_title {
flex: 0 0 150px;
}
}
@media screen and (min-width: 1400px) {
.compare_cell {
padding: 20px 25px;
}
.compare_border {
width: calc((100% - 220px + 10px) / 2);
}
.head_label {
flex: 1 0 220px;
}
.header_row .head_brush1, .header_row .head_brush2 {
flex: 0 0 calc((100% - 220px) / 2);
}
.row_label {
flex: 1 0 220px;
font-size: 100%;
}
.data_row .cell_brush1, .data_row .cell_brush2 {
flex: 0 0 calc((100% - 220px) / 2);
}
.inner_highlights4 .contents_main {
padding: 30px;
}
}

/* フリーページ：超音波とは */
.contents_title2 {
text-align: center;
font-weight: 600;
}
.contents_title_text2 {
font-size: 22px;
padding-top: 15px;
color: #1D3B8D;
}
.contents_subtitle_text {
padding: 10px 0;
font-size: 80%;
color: #000;
font-weight: 500;
letter-spacing: 1px;
}
.ultrasonic_comp {
padding: 30px 0px;
flex-direction: column;
}
.inner_ultrasonic_comp {
padding: 30px 20px;
flex: 1;
color: #FFF;
}
.inner_ultrasonic_comp.comp1 {
background-color: #1A9EB7;
}
.inner_ultrasonic_comp.comp2 {
background-color: #27469A;
}
.comp_title {
font-size: 20px;
font-weight: 600;
padding-bottom: 15px;
text-align: center;
position: relative;
line-height: 1;
}
.comp_title::after {
content: "";
width: 35px;
height: 1px;
background-color: #FFF;
display: inline-block;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
position: absolute;
}
.comp_text {
font-size: 80%;
padding-top: 20px;
line-height: 1.5;
font-weight: 500;
}
@media screen and (min-width: 600px) {
.contents_title_text2 {
font-size: 28px;
}
.contents_subtitle_text {
padding: 20px 0;
font-size: 110%;
}
.ultrasonic_comp {
gap: 30px;
padding: 50px 0px;
flex-direction: row;
}
.inner_ultrasonic_comp {
padding: 30px;
}
.comp_title {
font-size: 25px;
padding-bottom: 25px;
}
.comp_text {
font-size: 90%;
padding-top: 25px;
line-height: 1.8;
}
}
@media screen and (min-width: 980px) {
.contents_title2 {
padding-top: 20px;
}
.contents_title_text2 {
font-size: 35px;
}
.ultrasonic_comp {
gap: 50px;
padding: 80px 0px;
}
.inner_ultrasonic_comp {
padding: 35px 50px;
}
.comp_title {
font-size: 30px;
}
.comp_text {
font-size: 95%;
}
}
@media screen and (min-width: 1200px) {
.ultrasonic_comp {
gap: 80px;
}
.inner_ultrasonic_comp {
padding: 45px 70px;
}
.comp_title {
font-size: 35px;
}
.comp_text {
font-size: 100%;
}
}

/* フリーページ：構造と安全性 */
#f_feature {
background-color: #F1F9FD;
}
#f_feature .comparison_icon {
font-size: 16px;
}
#f_feature .comparison_text {
font-size: 80%;
max-width: 424px;
margin: 0 auto;
}
#f_feature .note_fda {
font-size: 85%;
}
#f_feature .ultrasonic_comparison {
padding: 40px 0px 0px;
}
#patent {
background-color: #27469A;
color: #FFF;
}
.inner_patent {
padding: 15px;
gap: 30px;
justify-content: center;
flex-direction: column;
align-items: center;
}
.patent_image img {
max-width: 220px;
}
.patent_title {
padding-bottom: 20px;
font-size: 90%;
letter-spacing: 2px;
text-align: center;
border-bottom: 1px solid #687EB9;
}
.patent_num {
font-size: 120%;
}
.patent_text {
padding: 20px 0px 0;
font-size: 75%;
line-height: 1.5;
}
@media screen and (min-width: 500px) {
.patent_image img {
max-width: 300px;
}
}
@media screen and (min-width: 700px) {
#f_feature .comparison_icon {
font-size: 20px;
}
#f_feature .comparison_text {
font-size: 90%;
}
#f_feature .ultrasonic_comparison {
padding: 50px 0px 0px;
}
.inner_patent {
padding: 15px;
gap: 30px;
flex-direction: row;
}
.patent_image {
flex: 0 1 300px;
}
.patent_desc {
flex: 0 1 500px;
}
.patent_title {
padding-bottom: 25px;
font-size: 110%;
}
.patent_num {
font-size: 155%;
}
.patent_text {
padding: 30px 20px 0;
font-size: 90%;
line-height: 1.8;
}
}
@media screen and (min-width: 980px) {
#f_feature .comparison_icon {
font-size: 25px;
}
#f_feature .comparison_text {
font-size: 100%;
}
#f_feature .ultrasonic_comparison {
padding: 60px 0px 0px;
}
.inner_patent {
gap: 80px;
}
.patent_title {
font-size: 123%;
}
.patent_text {
font-size: 100%;
padding: 30px 80px;
}
}

/* 超音波の確認方法 */
.confirm_wrap {
text-align: center;
}
.confirm_title {
min-width: 260px;
margin: 20px 0px;
padding: 10px;
font-size: 100%;
background-color: #1D3A89;
display: inline-block;
border-radius: 30px;
color: #FFF;
}
.confirm_list {
padding-bottom: 30px;
}
.inner_confirm_list {
gap: 0px;
justify-content: center;
flex-direction: column;
}
.confirm_box {
padding: 30px;
width: 100%;
font-weight: 600;
display: flex;
flex-direction: column;
}
.confirm_box.status1 {
background-color: #FCEAEF;
}
.confirm_box.status2 {
background-color: #E4F7EB;
}
.confirm_status {
font-size: 130%;
font-weight: 600;
letter-spacing: 3px;
}
.status1 .confirm_status {
color: #BF2852;
}
.status2 .confirm_status {
color: #279A52;
}
.confirm_status_sub {
padding-bottom: 10px;
font-size: 90%;
font-weight: 500;
}
.confirm_text {
font-size: 80%;
padding: 20px 0px;
display: inline-block;
text-align: left;
margin: 0 auto;
}
.confirm_note {
font-size: 80%;
background-color: #FFF;
border-radius: 10px;
padding: 10px 20px;
margin-top: 10px;
flex-grow: 1;
display: flex;
position: relative;
align-items: center;
justify-content: center;
text-align: left;
}
span.confirm_note_icon {
top: -10px;
left: -10px;
position: absolute;
}
span.confirm_note_icon img {
max-width: 20px;
}
.confirm_desc {
font-size: 85%;
padding-bottom: 40px;
font-weight: 600;
max-width: 600px;
margin: 0 auto;
text-align: left;
}
.confirm_movie {
width: 100%;
max-width: 800px;
margin: 0 auto;
aspect-ratio: 16 / 9;
}
.confirm_movie iframe {
width: 100%;
height: 100%;
}
@media screen and (min-width: 500px) {
.confirm_status {
font-size: 150%;
padding-bottom: 10px;
}
.confirm_status_sub {
padding-bottom: 15px;
font-size: 120%;
}
.confirm_note {
padding: 15px 40px;
}
span.confirm_note_icon img {
max-width: 34px;
}
}
@media screen and (min-width: 700px) {
.inner_confirm_list {
gap: 30px;
flex-direction: row;
}
.confirm_box {
width: calc((100% - 30px)/2);
}
.confirm_status {
font-size: 140%;
}
.confirm_status_sub {
padding-bottom: 20px;
font-size: 110%;
}
.confirm_title {
margin: 30px 0px;
font-size: 120%;
min-width: 300px;
}
.confirm_desc {
font-size: 90%;
padding-bottom: 60px;
}
}
@media screen and (min-width: 980px) {
.inner_confirm_list {
gap: 50px;
}
.confirm_box {
padding: 40px;
width: calc((100% - 50px)/2);
}
.confirm_status {
font-size: 150%;
}
.confirm_status_sub {
font-size: 120%;
}
.confirm_text, .confirm_note {
font-size: 90%;
}
.confirm_title {
margin: 50px 0px;
font-size: 140%;
}
}
@media screen and (min-width: 1200px) {
.confirm_box {
padding: 60px;
}
.confirm_status {
font-size: 170%;
}
.confirm_status_sub {
padding-bottom: 30px;
font-size: 140%;
}
.confirm_text, .confirm_note {
font-size: 100%;
}
.confirm_note {
margin-top: 20px;
}
}

/* フリーページ：まとめ */
#summary {
background: url(image/newdesign/ultrasonic/contents_bg3.png), #F1F9FD;
color: #000;
background-size: cover;
background-position: bottom center;
}
.summary_wrap {
flex-direction: column;
font-weight: 500;
}
.summary_left {
padding: 20px 0 30px;
width: 100%;
}
.summary_right {
width: 100%;
}
.inner_summary_right {
justify-content: center;
align-items: center;
}
.summary_image img {
max-width: 160px;
}
.inner_summary_title {
padding-bottom: 20px;
font-size: 100%;
text-align: center;
color: #1D3A89;
font-weight: 600;
}
.summary_title_num {
font-size: 165%;
font-family: "Sofia Sans Condensed", sans-serif;
}
#summary .dfeature_wrap {
padding: 0px;
}
.summary_desc {
padding-left: 0px;
flex: 1;
}
.summary_box {
padding-bottom: 30px;
text-align: center;
}
.summary_point {
min-width: 90px;
font-size: 75%;
text-align: center;
border-radius: 25px;
height: 25px;
line-height: 25px;
letter-spacing: 3px;
text-indent: 3px;
display: inline-block;
background-color: #1D3A89;
color: #FFF;
}
.summary_point_text {
font-size: 70%;
padding: 10px 0 15px;
text-align: left;
}
.summary_point_spl {
font-size: 56%;
border: 1px solid #23357E;
background-color: #FFF;
color: #23357E;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
text-align: left;
max-width: 300px;
flex-direction: column;
margin: 0 auto;
}
.summary_point_spl span {
font-size: 120%;
white-space: nowrap;
}
#summary .dfeature_block {
padding: 0 0 15px;
}
#summary .inner_dfeature_block {
gap: 10px;
}
#summary .dfeature_desc_title {
font-size: 90%;
}
#summary .dfeature_text {
font-size: 80%;
}
#summary .dfeature_num {
width: 60px;
height: 60px;
font-size: 12px;
}
.summary_end {
padding: 100px 0px;
background-size: contain;
background-image: url(image/newdesign/ultrasonic/summary_bg_sp.png);
background-repeat: no-repeat;
background-position: center;
font-weight: 500;
}
#summary .ccs_end {
font-size: 80%;
text-shadow: none;
padding-top: 0px;
}
#summary .ccs_point {
padding: 5px 0;
}
@media screen and (min-width: 450px) {
.summary_end {
padding: 150px 0px;
}
}
@media screen and (min-width: 500px) {
.summary_point_spl {
font-size: 70%;
padding: 15px;
}
.summary_desc {
padding-left: 30px;
}
.summary_image img {
max-width: 200px;
}
#summary .ccs_end {
font-size: 90%;
}
#summary .ccs_point {
padding: 10px 0;
}
}
@media screen and (min-width: 700px) {
.inner_summary_title {
padding-bottom: 30px;
font-size: 120%;
}
.summary_image img {
max-width: 250px;
}
.summary_desc {
padding-left: 50px;
flex: 0 1 500px;
}
.summary_box {
padding-bottom: 50px;
}
.summary_point {
min-width: 200px;
font-size: 100%;
height: 40px;
line-height: 40px;
letter-spacing: 10px;
text-indent: 10px;
}
.summary_point_text {
font-size: 90%;
padding: 20px 0;
}
.summary_point_spl {
font-size: 80%;
max-width: 450px;
flex-direction: row;
}
.summary_point_spl span {
padding-right: 15px;
margin-right: 15px;
display: inline-block;
border-right: 1px solid #DCE2E4;
font-size: 105%;
}
.summary_point_text {
font-size: 80%;
padding: 15px 0;
}
#summary .inner_dfeature_block {
gap: 30px;
}
#summary .dfeature_desc_title {
font-size: 130%;
}
#summary .dfeature_text {
font-size: 100%;
}
#summary .dfeature_num {
width: 100px;
height: 100px;
font-size: 20px;
}
.summary_end {
padding: 100px 250px 100px 0px;
background-position: right center;
background-size: 400px auto;
background-image: url(image/newdesign/ultrasonic/summary_bg.png);
}
#summary .ccs_end {
font-size: 115%;
}
}
@media screen and (min-width: 980px) {
.summary_wrap {
flex-direction: row;
}
.summary_left {
padding: 50px 20px 0 0;
width: 38%;
}
.summary_right {
width: 62%;
}
.inner_summary_right {
align-items: flex-start;
}
.summary_desc {
padding-top: 50px;
padding-left: 20px;
flex: 1;
}
.inner_summary_title {
padding-bottom: 40px;
font-size: 150%;
}
.summary_point {
font-size: 120%;
}
.summary_point_text {
font-size: 90%;
}
#summary .dfeature_block {
padding: 15px 0;
}
#summary .inner_dfeature_block {
gap: 10px;
}
#summary .dfeature_desc_title {
font-size: 120%;
}
#summary .dfeature_text {
font-size: 80%;
}
#summary .dfeature_num {
width: 50px;
height: 50px;
font-size: 11px;
}
.summary_end {
padding: 100px 450px 100px 0px;
background-size: contain;
}
}
@media screen and (min-width: 1200px) {
.summary_end {
padding: 100px 550px 100px 0px;
}
#summary .ccs_point {
padding: 15px 0;
}
}
@media screen and (min-width: 1300px) {
.summary_left {
padding-right: 30px;
}
.summary_desc {
padding-left: 40px;
}
.summary_image img {
max-width: 330px;
}
.inner_summary_title {
font-size: 170%;
}
.summary_point_text {
font-size: 110%;
}
#summary .inner_dfeature_block {
gap: 30px;
}
#summary .dfeature_desc_title {
font-size: 150%;
}
#summary .dfeature_text {
font-size: 100%;
}
#summary .dfeature_num {
width: 120px;
height: 120px;
font-size: 22px;
}
.summary_point_spl {
font-size: 85%;
}
.summary_box {
padding-bottom: 80px;
}
}

/* フリーページ：商品一覧リンク */
#conclusion {
background-image: url(image/newdesign/ultrasonic/itemlist_bg.jpg);
color: #FFF;
text-align: center;
background-size: cover;
background-position: center;
}
.conclusion_logo {
padding-bottom: 30px;
}
.conclusion_logo img {
max-width: 200px;
filter: brightness(0) invert(1);
}
.conclusion_text {
font-size: 110%;
line-height: 2;
letter-spacing: 5px;
}
.conclusion_link A {
font-size: 110%;
padding: 10px 20px;
margin-top: 20px;
display: inline-block;
color: #FFF;
border: 1px solid;
border-radius: 40px;
}
.use_hover .conclusion_link A:hover {
background-color: #FFF;
border: 1px solid #FFF;
color: #1D3A91;
}
.inner_f_banner {
gap: 20px;
display: flex;
justify-content: center;
flex-direction: column;
}
.f_banner_box {
width: 100%;
max-width: 500px;
}
@media screen and (min-width: 600px) {
.conclusion_text {
font-size: 130%;
}
.conclusion_link A {
font-size: 120%;
padding: 15px 40px;
margin-top: 30px;
}
}
@media screen and (min-width: 700px) {
.inner_f_banner {
flex-direction: row;
}
.f_banner_box {
width: calc((100% - 20px)/2);
}
}
@media screen and (min-width: 980px) {
.conclusion_logo {
padding-bottom: 50px;
}
.conclusion_logo img {
max-width: 260px;
}
.conclusion_text {
font-size: 160%;
line-height: 2.5;
}
.inner_f_banner {
gap: 50px;
}
.f_banner_box {
width: calc((100% - 50px)/2);
}
}


/* ================================= */
/* フローティングバナー */
/* ================================= */
.floating_banner {
position: fixed;
z-index: 10000;
right: 15px;
bottom: 95px;
}
#footer_wrapper:has(A.back_to_top[style="display: none;"]) .floating_banner {
bottom: 15px;
}
.visitor .floating_banner {
display: none;
}
.use_hover .inner_floating_banner A:hover,
.use_hover .inner_floating_banner A:hover img {
opacity: 1;
box-shadow: none;
}
.banner_close_btn A {
position: absolute;
width: 30px;
height: 30px;
top: -15px;
right: -15px;
background-color: #27282D;
z-index: 1;
border-radius: 50%;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
display: flex;
justify-content: center;
align-items: center;
}
.floating_banner:not(.activeicon,.activedetail) .banner_close_btn A {
display: none;
}
.use_hover .banner_close_btn A:hover {
background-color: #E4E4E4;
color: #9C9C9C;
}
.use_hover .banner_close_btn A:hover img {
opacity: 1;
}
.banner_close_btn A .fa {
font-size: 16px;
color: #FFF;
}
.bannerdesc {
width: 120px;
height: 120px;
text-align: center;
transition: .7;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}
.use_hover A:hover .bannerdesc {
box-shadow: none;
transition: .7;
}
.bannerdesc .fa {
font-size: 25px;
}
:is(.activeicon,.activedetail) > .banner_close_btn,
.activedetail.activeicon .bannerdesc {
display: none;
}
.bannerdetail {
display: none;
position: fixed;
top: 50%;
left: calc(50% - 20px);
transform: translate(-50%, -50%);
margin: 20px;
max-width: 300px;
min-width: 300px;
height: auto;
}
.activedetail .inner_floating_banner {
display: none;
}
.activedetail .bannerdetail {
display: block;
}
.bannerdesc_top {
display: flex;
}
.bannerdesc_image {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.bannerdesc .bannerdesc_image img {
max-width: 120px;
width: 100%;
height: auto;
}

.bannerdetail_link A {
display: inline-block;
min-width: 300px;
position: relative;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.use_hover .bannerdetail_link A:hover {
box-shadow: none;
opacity: 1;
}
.use_hover .bannerdetail_link A:hover img {
opacity: 1;
}
.bannerdetail_link A .fa {
position: absolute;
right: 10px;
}
@media screen and (max-width: 699px) {
body:has(.activedetail) {
overflow: hidden;
user-select: none;
}
body:has(.activedetail) #container::after {
content: "";
display: block;
position: fixed;
inset: 0;
background-color: #00000080;
z-index: 9999;
}
}
@media screen and (min-width: 700px) {
.bannerdetail {
right: 10px;
bottom: 70px;
left: auto;
top: auto;
transform: none;
}
}
.inner_bannerdeital {
text-align: center;
}

/* 右下コーナーボタン */
.responsive.single_layout .fixed_corner_box .fixed_corner_button, .responsive.wide_layout .fixed_corner_box .fixed_corner_button {
right: 15px;
}
.fixed_corner_button {
background-color: transparent;
}
A.fixed_corner_button {
background-color: #1B3579;
}
A.fixed_corner_button .fa,
.use_hover .move_to_add_cart:hover .corner_covering_item {
color: #FFF;
}
.use_hover A.fixed_corner_button:hover {
background-color: #FFF;
}
.use_hover A.fixed_corner_button:hover .fa,
.move_to_add_cart .corner_covering_item {
color: #1B3579;
}

/* マイページ */
.mypage .sign_out_box {
text-align: center;
}
.mypage .sign_out_box A.logout_link {
border-radius: 10px;
padding: 10px 15px;
background-color: #27469A;
color: #FFF;
display: inline-block;
margin: 0 auto;
}
.use_hover .mypage .sign_out_box A.logout_link:hover {
opacity: .7;
}


/* # =================================================================
# 
# ↑　おちゃのこネットデザイン作成プラン　↑
#             2026.06.29 upload
# 
# ================================================================= */

/* Q&Aページ表示調整 */
#free_page_2 .free_contents {
    text-align: center;
}