/*リセット*/

a {
	color: #000;
	text-decoration: none;
}

/*リセット*/

/*ログインログアウトの表示切り替えを行うCSS*/

.logout.my-false {
	display: none;
}

.login.my-true {
	display: none;
}

.regist.my-true {
	display: none;
}

.header_white {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1020px) {
    .header_white {padding-left: 20px;}
}

/*ヘッダーのCSS*/

.logo {
	width: 35%;
	margin: 0 auto;
}

.search {
	width: 30%;
	margin: 0 auto;
}

.header_link {
	display: flex!important;
	width: 35%;
	justify-content: center;
	align-items: center;
}

.header_link>ul {
	display: flex;
	padding: 0 10px;
}

.header_link>ul>li {
	font-size: 14px;
}

ul.header_img_ling>li {
	margin: 0 5px;
}

div.header_white>div.header_link>ul>li {
	list-style: none;
	padding: 5px;
	margin: 5px;
}
div#header_cont {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.header_blue {
	background: #003882;
}

.h_black_cont,
.h_blue_cont {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.h_black_cont>ul,
.h_blue_cont>ul {
	display: flex;
	justify-content: space-around;
}

.h_black_cont>ul>li {
	list-style: none;
	color: #fff;
	margin: 15px 10px;
	border-right: 1px solid #fff;
	padding-right:3.5%;
	font-size:13px;
	font-family:'メイリオ', 'Meiryo', sans-serif;
    display: flex;
    align-items: center;
    text-align: center;
}
.h_blue_cont>ul>li {
	list-style: none;
	color: #fff;
	margin: 15px 10px;
	border-right: 1px solid #fff;
	padding-right: 5%;
}

.under865 {display: none;}
@media screen and (max-width: 865px) {
.under865 {display: block;}
}

/*
.h_blue_cont>ul>li:first-child::after{
	content: '!';
    background-color: #b63427;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: bold;
	position: relative;
	top: -10px;
}
*/

.h_black_cont>ul>li>a,
.h_blue_cont>ul>li>a {
	color: #fff;
}

div.h_black_cont>ul>li:nth-child(5),
div.h_blue_cont>ul>li:nth-child(5) {
	border: 0;
}

.fs-p-inputGroup {
	border: 1px solid #000;
    background: #000;
}

.fs-p-inputGroup__button {
	background: #000;
}

.fs-l-header--min {
	border-bottom: none;
}
@media screen and (max-width: 999px) {
.logo {
    width: 15%;
}
.header_link {
	width: 40%;
	justify-content: flex-end;
}
.header_link>ul {
	padding: 0 10px 0 0;
}
.search {
    width: 33%;
}
}


/* ヘッダーのお知らせ */
.info_header {
	text-align: center;
	padding: 10px 0;
}


/* 商品ページ定期バナー */
.teiki_common_bnr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.teiki_common_bnr img{
	vertical-align: middle;
}

.fs-c-breadcrumb__list {padding:5px 0;}

/*フッターのCSS*/
.fs-l-footer{
	margin-top: 0;
	border: none;
}

.footer_cont {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
}

/*
.footer_3column>div {
	border: 2px solid #003882;
	width: 95%;
	text-align: center;
	margin-right: 10px;
	padding: 20px;
}

.footer_3column {
	display: flex;
	flex: 0 0 1%;
}

.footer_1column {
	border: 2px solid #003882;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	padding: 20px;
}

div.footer_3column>div:nth-child(3) {
	margin: 0;
}

div.footer_arrow {
	position: relative;
}

div.footer_arrow::after {
	content: "";
	position: absolute;
	top: 36%;
	right: 10px;
	display: inline-block;
	border-style: solid;
	border-width: 7px 0 7px 9px;
	border-color: transparent transparent transparent #003882;
}
*/

.footer_link {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.footer_link>div {
	margin: 0 30px;
}

.footer_copy {
	text-align: center;
	background: #ccc;
}

/*
li.sp_footer_list {
    position: relative;
    padding: 7px 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
	list-style: none;

}
li.sp_footer_list:after{
    content: "";
    position: absolute;
    top: 36%;
    right: 10px;
    display: inline-block;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #003882;
}
*/

ul.sp_footer_link {
    padding: 0;
    display: block;
    width: 100%;
}

li.sp_footer_list > a {
    color: #000;
}

.footer_sns{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin: 30px 40px 50px;
}

.footer_sns div {
	width: 8%;
}

.footer_youtube {
	width: 32% !important;
}

/* カテゴリページ */
.fs-c-productMarks {
	margin-top: 20px;
}

.fs-c-productMark__label {
	margin-top: 2px;
}

/* reset */
.container-content img {vertical-align: bottom;}
.container-content a {text-decoration: none;}
.container-content ul {
	padding: 0;
	list-style: none;
}
.container-content dl ,
.container-content dt ,
.container-content dd {
	margin: 0;
	padding: 0;
}
.container-content p {
	padding: 20px;
}


/* 汎用 */
/* pc and sp */
html {scroll-behavior: smooth;}

.center{text-align:center}
.left{text-align-last:left}
.right{text-align:right}

.sp_br {display:inline;}

.m_0 {margin: 0;}
.mt_5{margin-top:5px}
.mt_10{margin-top:10px}
.mt_15{margin-top:15px}
.mt_20{margin-top:20px}
.mt_30{margin-top:30px}
.mt_40{margin-top:40px}
.mt_50{margin-top:50px}
.mt_60{margin-top:60px}
.mt_70{margin-top:70px}
.mt_80{margin-top:80px}
.mt_90{margin-top:90px}
.mt_100{margin-top:100px}
.mt_120{margin-top:120px}
.mb_5{margin-bottom:5px}
.mb_10{margin-bottom:10px}
.mb_15{margin-bottom:15px}
.mb_20{margin-bottom:20px}
.mb_30{margin-bottom:30px}
.mb_40{margin-bottom:40px}
.mb_50{margin-bottom:50px}
.mb_60{margin-bottom:60px}
.mb_70{margin-bottom:70px}
.mb_80{margin-bottom:80px}
.mb_90{margin-bottom:90px}
.mb_100{margin-bottom:100px}
.mb_120{margin-bottom:120px}
.m0a{margin: 0 auto;}
.p_0 {padding: 0;}
.p_10{padding:10px}
.p_20{padding:20px}

.font_200 {font-size: 200%;}
.font_150 {font-size: 150%;}
.font_120 {font-size: 120%;}
.font_90 {font-size: 90%;}
.font_80 {font-size: 80%;}
.notes {
	display: block;
	text-align: right;
	font-size: 80%;
}
.t_red {color: #b4362a;}
.t_red2 {color: #b53326;}
.t_blue {color: #000;}
.required {
    margin: 0 5px 0 0;
    font-size: 122%;
    color: #ff0000;
    font-weight: bold;
}


.bg_light_gray {background: #f0f0f2;}
.bg_light_blue {background: #e5eef8;}
.marker {background: linear-gradient(transparent 56%, #f7ff7f 56%);}
.marker_full {background:#f7ff7f; padding: 5px;}
.bold {font-weight: bold;}

#container {
	margin: 0 auto;
	overflow: hidden;
}
.container-content h3 {
	margin: 0;
	padding: 20px;
	color: #fff;
	background: #000;
	text-align: center;
	line-height: 1.5;
	font-size: 120%;
	font-weight: bold;
}
.container-content h4 {
	padding: 20px;
	color: #000;
	border: 1px solid #000;
	font-weight: bold;
}
/*
.round_btn {
	margin: 0 20px;
	padding: 15px;
	display: block;
	position: relative;
	text-align: center;
	color: #fff !important;
	background: #003882  url(https://oralbbraun.itembox.design/item/common/images/btn_arrow.png) no-repeat center right 5%;
	background-size: 15px;
	border-radius: 50px !important;
	text-decoration: none;
}
*/
.round_btn_white {
	margin: 0 20px;
	padding: 15px;
	display: block;
	position: relative;
	text-align: center;
	border: 2px solid #003882;
	color: #003882 !important;
	background: #fff  url(https://oralbbraun.itembox.design/item/common/images/btn_arrow_blue.png) no-repeat center right 5%;
	background-size: 15px;
	border-radius: 50px !important;
	text-decoration: none;
}
.round_btn_red {
	margin: 0 20px;
	padding: 15px;
	display: block;
	position: relative;
	text-align: center;
	color: #fff !important;
	background: #b53326  url(https://oralbbraun.itembox.design/item/common/images/btn_arrow.png?1) no-repeat center right 5%;
	background-size: 15px;
	border-radius: 50px !important;
	text-decoration: none;
}
.round_btn_yellow {
	margin: 0 20px;
	padding: 15px;
	display: block;
	position: relative;
	text-align: center;
	color: #fff !important;
	background: #f4ca19  url(https://oralbbraun.itembox.design/item/common/images/btn_arrow.png) no-repeat center right 5%;
	background-size: 15px;
	border-radius: 50px !important;
	text-decoration: none;
	font-weight: bold;
}
.icon_pdf::before {
	content: url(https://oralbbraun.itembox.design/item/common/images/icon_pdf.png);
	position: absolute;
	left: 5%;
	opacity: 0.5;
}

.icon_cart {
	width: 100%;
    border: none;
}

.icon_cart::before {
	content: url(https://oralbbraun.itembox.design/item/common/images/icon_cart.png);
	position: absolute;
	/* top: 15%; */
	left: 18%;
	opacity: 0.5;
}
.boder_list li{
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #e5eef8;
}
.boder_list li:last-child{
	border-bottom: none;
}
.flex {
	display: flex;
}
.space-around {
	justify-content: space-around;
}
.space-between {
	justify-content: space-between;
}


/* pc only */
@media screen and (min-width: 769px) {
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
	.sp_br { display:none; }

	#container {
		width: 100%;
		max-width: 1000px;
		margin-top: 40px;
		margin-bottom: 60px;
	}
	#container p {
		padding: 20px;
	}
	.container-content {
	margin-bottom: 60px;
	}
	.w750 {
		width: 750px !important;
		margin: 0 auto;
	}
	#back_to_top {
		display: block;
		position: fixed;
		bottom: 20px;
		right: 20px;
        z-index: 1;
	}
	.round_btn_red,
	.round_btn_yellow {
		max-width: 350px;
		margin: 0 auto;
	}
	.icon_pdf::before {
		margin-top: -12px;
	}
	.container-content h4 {
		margin-bottom:0 ;
	}
	.sub_ttl {
		margin: 0 auto 30px;
		display: block;
		text-align: center;
	}
	.promise_ttl{
		margin: 0 auto;
	}

	/* ヘッダー */
	header.fs-l-header {
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
		background: #f9f9f9;
        height: 158px !important;
		}
	
	.fs-l-page {
		margin-top: 180px;
	}


	/* フッター */
	
	.footer_sns{
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		margin: 50px 320px;
	}

	.footer_sns div {
		width: 10%;
	}

	.footer_youtube {
		width: 40% !important;
	}

	/* 買い忘れ */
	.forget_part {
		width: 750px;
		margin: 0 auto;
	}

	/* 共通バナー */
	.common_bnr {
		width: 750px;
		margin:  0 auto;
	}

	/* マイページ共通 */
	.fs-l-main {
		max-width: 1000px;
	}


	.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
		max-width: 750px;
	}

}

/* sp only */
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	#container {
		margin: 20px 0 60px 0;
	}
	#container img {
		width: 100%;
	}
	#container p {
		padding: 20px;
	}
	.container-content {
	margin-bottom: 60px;
	}
	.container-content p {
	padding: 20px;
	}
	.container-content:first-child {
	margin-bottom: 20px;
	}
    .fs-c-breadcrumb__list {padding:5px 8px;}
	#back_to_top {
		width: 10%;
		display: block;
		position: fixed;
		bottom: 20px;
		right: 20px;
        z-index: 1;
	}
	#back_to_top img {
		width: 100%;
	}

	.container-content h4 {
		margin: 20px 20px 0 20px;
	}

	.boder_list{
		margin: 0 20px 0 20px !important;
	}

	.sub_ttl {
		width: 100%;
		margin-bottom: 20px;
	}

	.promise_ttl{
		display: block;
		width: 75% !important;
		margin: 0 auto;
	}

	/* ヘッダー */
	.fs-l-page {
		margin-top: 58px;
	}

	/* カートボタン */
	.icon_cart::before {
		left: 7%;
	}
}



.delivery_date {
    background-color: #ccc;
    text-align: center;
    padding: 5px;
}
.fs-c-productPostage {
    display: none;
}
div#item_box {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.fs-c-breadcrumb {
    max-width: 1000px;
    margin: 0 auto;
}
button.fs-c-button--addToCart--detail.fs-c-button--primary {
    border-radius: 20px;
    width:100%;
}

div.fs-c-productPrice.fs-c-productPrice--listed > span > span.fs-c-productPrice__main__price.fs-c-price > span.fs-c-price__value {
    text-decoration: line-through;
}
.fs-c-returnedSpecialContract {
    text-align: right;
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {text-align: right;display: block;}

.fs-c-productReview {
    text-align: right;
}
img.fs-c-productImageModalCarousel__figure__image {
    padding: 5%;
}

.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
    display: block;
}

input[type="image"] {
    width: 100%;
}

.select_hidden {
    display: none;
}


.cate_left_banner {
    margin-top: 30px;
}

a.fs-pt-menu__link.fs-pt-menu__link--lv1 {
    background: #000000;
    color: #fff;
}

.fs-body-category .fs-c-subgroupList__link:hover{	
	background-color: #000000!important;
}
h2.fs-p-drawer__heading {
    font-weight: bold;
}
#fs_ProductCategory span.fs-c-productPrice__main__label {
    display: none;
}
span.fs-c-price__currencyMark {
    display: none;
}

span.fs-c-price__value:after {content: "円";}

#fs_ProductCategory button.fs-c-button--viewMoreImage.fs-c-button--plain {
    display: none;
}

#fs_ProductCategory span.fs-c-button__label {
    color: #b33425;
}
#fs_ProductCategory .fs-c-button--plain.fs-c-button--addToCart--list::before {
    color: #b33425;
}


#fs_ProductCategory button.fs-c-button--addToCart--list.fs-c-button--plain {
    border: 1px solid #b33425;
    padding: 5px 25px;
    border-radius: 20px;
    text-decoration: none;
}


@media screen and (max-width: 768px) {
	#fs_ProductCategory button.fs-c-button--addToCart--list.fs-c-button--plain {
	    border: 1px solid #b33425;
	    padding: 5px;
	    border-radius: 20px;
	    text-decoration: none;
	}
}
/*公式ストアお約束*/

.official_promise_bnr {
    margin: 10px auto;
}

.toku-form__row {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.toku-form__content--fluid {
    max-width: 100%;
    box-sizing: border-box;
}

.toku_table {
    border-collapse: collapse;
}

.th150 th{
    min-width: 130px!important;
    width: 130px!important;
    padding: 20px 0!important;
}

.oct-form__section {
    margin-bottom: 84px;
}

.toku-legal__row table {
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
    text-align: left;
}

.toku-legal__row td, .toku-legal__row th {
    margin-top: -0.35714em;
    margin-bottom: -0.35714em;
    min-width: 90px;
    padding: 12px 8px;
    border-top: 1px solid #c3c3c3;
}

.toku-legal__row td, .toku-legal__row th {
    padding: 20px;
}

.toku-legal__row th:first-child {
    padding-left: 0;
}