@charset "utf-8";


.top_diary_link {
	display: none;
}

.top_diary_format_sec {



	display: none;
}

/** font
===================================*/



/** base
===================================*/
#floating-menu {
	display: none !important;
}


/** header
===================================*/
#header {
}

.headline_wrap {
}

/* ヘッドライン */
.head_line {
	border-bottom: 1px solid #D0D3D9;
}

.head_line_inner {
	align-items: center;
	justify-content: space-between;
	padding: 7px 0;
	line-height: 1.25;
}

h1.head_line_text {
	font-size: 12px;
	font-weight: normal;
	color: #626262;
	line-height: 1.25;
}

ul.sns_links {
	gap: 19px;
}

ul.sns_links li {
}

ul.sns_links li a {
	color: #626262;
	font-size: 20px;
}

ul.fb_menu {
	display: none;
	position: absolute;
	background-color: #fff;
	font-size: 12px;
	padding: 10px;
	left: -24px;
	width: max-content;
	border: 1px solid #ddd;
	z-index: 1;
}

ul.sns_links li.has_child:hover ul.fb_menu {
	display: block;
}

ul.sns_links li.has_child {
	position: relative;
}

ul.sns_links li.has_child > a {
	cursor: pointer;
}

ul.sns_links li ul li a {
	font-size: 16px;
}

ul.sns_links li ul li a:hover {
	color: #3F51B5;
}

ul.sns_links li ul li a i {
	color: #3F51B5;
	margin-right: 3px;
}

ul.fb_menu > li {
	margin-bottom: 8px;
}

/* ヘッダー */
.site_header_inner {
	border-bottom: 1px solid #E6E6E6;
	line-height: 1.25;
	background-color: #fff;
	z-index: 100;
}

.site_header_inner .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 18px;
	padding-bottom: 27px;
	/* border-bottom: 1px solid #E6E6E6; */
}

.header_search_area {
	width: 42.931%;
}

.header_logo_area {
	width: 14.138%;
	text-align: center;
}

.header_link_area {
	width: 42.931%;
}



/* ヘッダー検索 */
.trend_word {
	width: 100%;
	max-width: 347px;
}

.trend_word h2 {
	font-family: 'Poppins','Noto Sans JP',sans-serif;
	color: #626262;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 3px;
}

ul.trend_word_list {
	gap: 0.7em;
	margin-bottom: 7px;
}

ul.trend_word_list li {
	font-size: 13px;
}

ul.trend_word_list li a {
	color: #626262;
}

ul.trend_word_list li a:hover {
	text-decoration: underline;
}

.header_search_box form {
	position: relative;
}

.header_search_box form input.searchbox {
	width: 100%;
	font-size: 14px;
	border: 1px solid #D3D3D3;
	padding: 5px 30px 5px 10px;
}

.header_search_box form input.searchbox::placeholder {
	color: #A5A5A5;
}

.header_search_box form input.searchbox:focus::placeholder {
	color: transparent;
}

.header_search_box input.searchSubmit {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 9px 14px;
}


/* ロゴ */
.logo {
}

.logo img {
}

.right_information {
}



/* ヘッダーリンク */
ul.header_links {
	gap: 1.5em;
	justify-content: flex-end;
	padding: 5px 0 25px;
}

ul.header_links li {
	font-size: 13px;
}

ul.header_links li a {
}

ul.header_links li a:hover {
	text-decoration: underline;
}

.main_links {
	justify-content: flex-end;
	align-items: flex-end;
	gap: 21px;
	text-align: center;
}

li.main_link_icon_box {
	font-size: 11px;
}

li.main_link_icon_box span {
	display: block;
	text-align: center;
	padding-top: 4px;
}

li.main_link_icon_box a {
	position: relative;
	display: block;
}

li.main_link_icon_box a:hover {
	text-decoration: underline;
}

.cart_num {
	position: absolute;
	top: -7px;
	right: -7px;
	color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	background-color: #f00;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}






/** navi
===================================*/
#gnav {
	display: none;
}

.site_mega_menu {
	background-color: #F7F8FD;
	/* box-shadow: 0 8px 5px rgb(0 0 0 / 6%); */
}

.site_mega_menu .container {
	position: relative;
}

.mega_main_tab {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	top: -33px;
}

.mega_main_tab li {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	width: 116px;
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.mega_main_tab li:hover {
}

.mega_main_tab li.select {
	border-bottom: 2px solid #0C1324;
	/* color: #006767; */
}

.mega_main_tab li.select:hover {
}

/***** グローバルメニュー *****/
.g-navi {
}

.g-navi > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	position: relative;
	align-items: flex-end;
	height: 105px;
}

.g-navi > ul > li {
	padding: 10px 10px 17px;
	transition-delay: .3s;
	display: flex;
	height: 100%;
	align-items: flex-end;
}
/* .g-navi > ul > li > a {
  background-size: 106px auto;
  display: block;
}
.g-navi > ul > li > a > img {
  vertical-align: bottom;
  visibility: hidden;
  transition-delay: .3s;
}
.g-navi > ul > li:nth-child(1) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn01.jpg);
}
.g-navi > ul > li:nth-child(2) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn02.jpg);
}
.g-navi > ul > li:nth-child(3) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn03.jpg);
}
.g-navi > ul > li:nth-child(4) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn04.jpg);
}
.g-navi > ul > li:nth-child(5) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn05.jpg);
}
.g-navi > ul > li:nth-child(6) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn06.jpg);
}
.g-navi > ul > li:nth-child(7) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn07.jpg);
}
.g-navi > ul > li:nth-child(8) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn08.jpg);
}
.g-navi > ul > li:nth-child(9) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn09.jpg);
} 
.g-navi > ul > li:nth-child(10) > a  {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gnavi_btn09.jpg);
} */
.g-navi > ul > li:hover {
  background-color: #e8ebf8;
}
.g-navi > ul > li:hover > a > img {
  opacity: 1;
  visibility: visible;
}
/*** メガメニュー ***/
.mega-menu a {
  color: #0C1324;
  display: block;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  padding-left: 15px;
}
.mega-menu a:hover {
  text-decoration: none;
}
.g-navi > ul > li > div {
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 240px auto;
  /* box-shadow: 0 1px 5px #333; */
  box-shadow: 0px 1px 5px #666e8e78;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding-left: 240px;
  position: absolute;
  top: 105px;
  transition: all .3s;
  transition-delay: .3s;
  visibility: hidden;
  width: 100%;
  z-index: 2000;
}
.g-navi > ul > li:nth-child(1):hover > div {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gmenu-bg01.jpg);
  height: calc(11 * 37px);
}
.g-navi > ul > li:nth-child(2):hover > div {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gmenu-bg02.jpg);
  height: calc(7 * 37px);
}
.g-navi > ul > li:nth-child(3):hover > div {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gmenu-bg03.jpg);
  height: calc(9 * 37px);
}
.g-navi > ul > li:nth-child(4):hover > div {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gmenu-bg04.jpg);
  height: calc(6 * 37px);
}
.g-navi > ul > li:nth-child(5):hover > div {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gmenu-bg05.jpg);
  height: calc(6 * 37px);
}
.g-navi > ul > li:nth-child(6):hover > div {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gmenu-bg06.jpg);
  height: calc(11 * 37px);
}
.g-navi > ul > li:nth-child(7):hover > div {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gmenu-bg07.jpg);
  height: calc(6 * 37px);
}
.g-navi > ul > li:nth-child(8):hover > div {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gmenu-bg08.jpg);
  height: calc(6 * 37px);
}
.g-navi > ul > li:nth-child(9):hover > div {
  background-image: url(https://www.shop-quovadis.xyz/pic-labo/gmenu-bg09.jpg);
  height: calc(6 * 37px);
}
.mega-menu ul {
  height: 100%;
  left: 240px;
  position: absolute;
  top: 0;
  width: 240px;
  width: 306px;
}
.g-navi > ul > li:nth-child(5) .menu1,
.g-navi > ul > li:nth-child(7) .menu1,
.g-navi > ul > li:nth-child(8) .menu1 {
  width: 720px;
}
/* 第1階層 */
.mega-menu .menu1 {
  background: #fff !important;
  box-shadow: -1px -1px 1px #ccc;
}
.mega-menu .menu1 > li:hover > a {
  background: #e8ebf8 !important;
}
/* 第2階層 */
.mega-menu .menu2 {
  background: #e8ebf8 !important;
  opacity: 0;
  transition: all .5s;
  visibility: hidden;
  left: 306px;
}
.mega-menu .menu2 > li:hover > a {
  background: #d7daee !important;
}
/* 第3階層 */
.mega-menu .menu3 {
  background: #d7daee !important;
  opacity: 0;
  transition: all .5s;
  visibility: hidden;
  left: 306px;
  width: 308px;
}
.mega-menu .menu3 > li:hover > a {
  background: #c2c6dd !important;
}
/* 第1～2階層 */
.mega-menu .menu1 > li > a,
.mega-menu .menu2 > li > a {
  position: relative;
}
.mega-menu .menu1 > li > a::after,
.mega-menu .menu2 > li > a::after {
  border-bottom: 1px solid #606060;
  border-right: 1px solid #606060;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 15px;
  top: calc(50% - 2.5px);
  transform: rotate(-45deg);
  width: 5px;
}
.mega-menu .menu1 > li > a.end::after,
.mega-menu .menu2 > li > a.end::after {
  content: none;
}
/* メニュー表示 */
.g-navi li:hover > .mega-menu,
.g-navi li:hover > ul {
  opacity: 1;
  visibility: visible;
}
/*
.menu-heigh7 {
  height: calc(7 * 37px) !important;
}
*/
.menu-heigh8 {
  height: calc(8 * 37px) !important;
}
.menu-heigh11 {
  height: calc(11 * 37px) !important;
}
.menu-heigh12 {
  height: calc(12 * 37px) !important;
}
.menu-heigh18 {
  height: calc(18 * 37px) !important;
}


/* メガメニューカテゴリー */
.mega_main_inner {
	padding: 47px 0 47px;
}

.d_title_l_wrap {
}

h2.d_title_l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.25;
}

h2.d_title_l span.en {
	font-size: 30px;
	font-family: 'Poppins','Noto Sans JP',sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

h2.d_title_l span.jp {
	font-size: 17px;
	margin-left: 20px;
}

.d_title_l_wrap h2.d_title_l {
	margin-bottom: 30px;
}

.categories_list_box {
}

.categories_list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
}

.category_bnr {
	width: 275px;
}

.category_bnr > a {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #D0D3D9;
	background-color: #fff;
	height: 65px;
	align-items: center;
	padding: 0 20px;
}

.category_bnr > a:hover {
	background: #eef0fb;
}

.category_bnr > a:hover p {
	background: none;
}

.category_bnr .ctb_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 44px;
	margin-right: 18px;
}

.category_bnr .ctb_img img {
}

.category_bnr .ctb_title {
}

.category_bnr .ctb_title em {
	font-family: 'Poppins','Noto Sans JP',sans-serif;
	font-size: 14px;
	display: block;
	line-height: 15px;
	color: #7A7E8B;
	font-weight: normal;
	margin-bottom: 5px;
}

.category_bnr .ctb_title p {
	margin: 0;
	font-size: 15px;
	line-height: 1;
	color: #0C1324;
}

.categories_list .child {
	display: none;
}


/* メガメニュー特集 */
ul.feature_list {
	gap: 30px 20px;
}

li.feature_box {
	width: 275px;
}

.ftr_img {
	margin-bottom: 10px;
}

.ftr_title {
}




/** eyecatch
===================================*/
.main_slider {
}

.main_slider .swiper-slide {
	width: 1040px;
}



/** contents_all
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}



/** side
===================================*/
#side {
}



/** calendar
===================================*/
.footer_calendar {
}

.footer_calendar div#subc_calendar h2 {
	display: none;
}

.footer_calendar div.cal_wrapper {
	padding: 0;
	margin: 30px 0 10px;
}

div.cal_wrapper table.cal tr th p.month {
	font-family: initial;
	font-weight: bold;
	font-size: 15px;
}

div.cal_wrapper table.cal tr td {
	/* border: solid 1px #CCC; */
	font-size: 12px;
	text-align: center;
	line-height: 2.2;
}

.ccolor1 {
	color: #fff;
}



/** footer
===================================*/
#footer {
}

.footer_inner {
}

.copyright {
	text-align: center;
}

.copyright address {
	font-style: normal;
	font-size: 0.8em;
}

.site_fotter {
	font-family: 'Poppins','Noto Sans JP',sans-serif;
	font-size: 14px;
}

.site_fotter a {
	color: #fff;
}

.site_fotter a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer_main {
	background-color: #3E414B;
	color: #fff;
}

.footer_main_inner {
}

.fotter_links_wrap {
	width: 59%;
	padding: 68px 0 56px;
	border-right: 1px solid #7A7E8B;
	gap: 39px;
}

.footer_infomation_wrap {
	width: 41%;
	padding: 68px 0 56px;
	text-align: right;
	padding-left: 6.6%;
}

.f_menu {
}

.f_menu_list {
}

.f_menu_list li {
	margin-bottom: 8px;
}

.f_menu_list li a {
}

.f_menu_list li a:hover {
}

.f_menu_list.v2list {
	width: 180px;
	display: flex;
	flex-wrap: wrap;
}

.f_menu_list.v2list li {
	width: 50%;
}

.f_menu_list.v2list li a {
}

.f_menu .f_menu_category {
}

.f_menu .f_menu_gude {
}

.f_menu .f_menu_account {
}

.fotter_brand_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 14px;
	margin-bottom: 100px;
}

.fotter_brand_list li {
}

.fotter_brand_list li a {
}

.footer_note {
}

.footer_sns_list {
	font-size: 24px;
	display: flex;
	justify-content: flex-end;
	gap: 24px;
	margin-bottom: 18px;
}

.footer_sns_list li {
}

.footer_sns_list li a {
	color: #D0D3D9;
}

.footer_sns_list li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_company {
 	color: #D0D3D9;
	line-height: 2;
}

.footer_company h3 {
	font-size: 16px;
}

.footer_company p {
}

.calender_link {
}

.calender_link span {
	text-decoration: underline;
	cursor: pointer;
}

.calender_link span:hover {
	text-decoration: none;
}

#modal_calendar_target input {
	display: none;
}

div.cal_wrapper .Today {
	background-color: #65ccff;
}

.footer_company a {
	color: #D0D3D9;
	text-decoration: underline;
}

.footer_company a:hover {
	text-decoration: none;
}

.footer_bottom {
	background-color: #4D505A;
	color: #D0D3D9;
	font-size: 12px;
	padding: 39px 0;
}

.footer_bottom a {
	color: #D0D3D9;
}

.footer_bottom a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_bottom_inner {
	justify-content: space-between;
}

.fotter_bottom_menu {
	gap: 1.6em;
}

.fotter_bottom_menu li {
}

.fotter_bottom_menu li a {
}

.fotter_bottom_menu li a:hover {
}

.fotter_bottom_copyright {
}

address.copy_r {
}

.footer_menu_ac_title {
	display: none;
}





/* modal */
#modal_calendar_target {
	margin-top: 20px;
}

.modal__container .subc_cal_cont {
	width: 300px;
}

.modal__container .subc_cal_cont h2 {
	display: none !important;
}

.modal__container.ct_modal {
	padding: 0;
	max-width: 310px;
	width: 100%;
}

.modal_link {
	cursor: pointer;
}

.mo_cate_link {
	cursor: pointer;
}

.modal__container.ct_modal .modal__header {
	position: relative;
}

.modal__container.ct_modal .modal__header button {
	position: absolute;
	top: 0px;
	right: 0;
	background-color: #fff;
	font-size: 22px;
	z-index: 1101;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
}

.modal__container.ct_modal ul {
	padding: 20px 20px;
}

.modal__container.ct_modal ul li {
}

.modal__container.ct_modal ul li + li {
	margin-top: 14px;
}

.modal__container.ct_modal ul li a {
	
}

.modal__container.ct_modal {
}

.modal__container.ct_modal {
}

a.mo_cate_link {
	display: flex;
	flex-wrap: wrap;
	padding: 17px 20px;
	border-bottom: 1px solid #D0D3D9;
}



/** float parts
===================================*/
#float_parts {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 30;
}

.float_cart {
	position: relative;
}

.float_cart .cart_num {
	top: 12px;
	right: 15px;
	color: #fff;
}


/** slideMenu
===================================*/
#slideMenu {
	background-color: #fff;
	padding: 0 0 30px;
	opacity: 1;
	transition: 0.3s;
}

html:not(.opened) #slideMenu {
	z-index: -1 !important;
	opacity: 0;
	width: 0 !important;
	overflow: hidden;
}

.header_drawer_wrap {
	position: relative;
}

.slide_menu_inner {
	overflow: auto;
	height: calc(100vh - 57px);
	height: calc(100dvh - 57px);
	padding: 0px 0 10px;
}


/** drawer
===================================*/
.drawer_nav {
}

.drawer_checked_items {
	background-color: #F7F8FD;
	padding: 15px 15px 10px;
}

h3.drawer_mini_title {
	font-size: 13px;
	color: #A5A5A5;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 8px;
}

.item_box_scroll_wrap {
	overflow: hidden;
	margin-right: -15px;
}

.item_box_scroll_wrap .item_box_inner {
	overflow: scroll;
	padding-bottom: 14px;
}

.no_info .item_box_img {
	margin-bottom: 0;
}

.no_info .item_box_title {
	display: none;
}

.no_info .item_box_price {
	display: none;
}

.drawer_checked_items .item_box_list.item_box_list5 {
	gap: 0 10px;
	flex-wrap: nowrap;
	width: fit-content;
	padding-right: 15px;
}

.drawer_checked_items .item_box_list.item_box_list5 li {
	width: 95px;
}

.dml_2 {
	display: none;
}

ul.drawer_link {
}

ul.drawer_link > li {
	border-bottom: 1px solid #E6E6E6;
}

.drawer_link .dml {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 18px 15px;
	position: relative;
}

.drawer_link .dml::after {
	content: "";
	background-image: url(../img/ac_arrow.svg);
	display: block;
	width: 12px;
	height: 6px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 26px;
	transition: 0.3s;
	transform: rotate(270deg);
}

.drawer_link .dml.dml_1 {
}

.drawer_link .dml.dml_1::after {
	transform: rotate(0deg);
}

.drawer_link .dml.dml_1.open::after {
	transform: rotate(180deg);
}

.drawer_link .dml small {
	color: #777;
	margin-left: 5px;
}

.dm_container {
	padding: 0 15px;
}

.dm_container .categories_list {
	padding-bottom: 20px;
}

.dm_container .brands_list_box {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.dml_2 ul.dml_2_menu {
	padding-bottom: 15px;
}

.dml_2 ul.dml_2_menu > li {
}

.dml_2 ul.dml_2_menu > li > a {
	padding: 10px 15px 10px 25px;
	font-size: 14px;
	display: block;
}

.dml_2 ul.dml_2_menu > li > a:hover {
}

ul.drawer_sns_list {
	font-size: 28px;
	padding: 15px 15px 25px;
	gap: 20px;
}


/** top
===================================*/
#contents {
	padding: 25px 15px 0px;
	max-width: 1190px;
	max-width: none;
	width: 100%;
}

#sub-column {
	display: none;
}

#main-column {
	float: none;
	width: 100%;
	max-width: 1160px;
	margin: auto;
}

/* mainslider */
/* #guide {
	position: relative;
	width: 100vw;
	left: calc((-100vw + 100%) / 2);
	overflow: hidden;
} */

section #guide .guide01 {
	padding-bottom: 10px;
	position: relative;
	width: 100vw;
	left: calc((-100vw + 100%) / 2);
	overflow: hidden;
}

.main_slider {
	width: 100vw;
}

.swiper.main_slider {
	padding-bottom: 50px;
}

.main_slider .swiper-button-next:after, .main_slider .swiper-button-prev:after {
	display: none;
}

.main_slider .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset,20px);
	top: calc(50% - 25px);
}

.main_slider .swiper-button-next {
	right: var(--swiper-navigation-sides-offset,20px);
	top: calc(50% - 25px);
}

.swiper.main_slider .swiper-pagination-bullet {
	width: 55px;
	border-radius: 0;
	height: 6px;
}

.swiper.main_slider .swiper-pagination-bullet-active {
	background-color: #0C1324;
}


/* div#main-column > section {
	width: auto;
	max-width: none;
} */


/* news */
.w100 .news {
	height: auto;
	min-height: auto;
	margin: auto;
	width: 100%;
	max-width: 800px;
	border-top: 1px solid #0C1324;
	border-bottom: 1px solid #0C1324;
	padding: 20px 0 !important;
	margin: 30px auto !important;
}

.news_inner {
	text-align: center;
	font-size: 15px;
}

.top_banners {
	padding-top: 20px;
	padding-bottom: 78px;
}

.top_bnr_list {
	gap: 25px;
	justify-content: center;
}

.top_bnr_list li {
	width: calc(33.333% - 16.667px);
}

.top_bnr_list li a {
}


/* Recently */
.recently {
	background-color: #F2F4FA;
	padding: 57px 0 77px;
	margin-bottom: 77px;
}

.d_title_wrap {
}

#main-column h2.d_title {
	font-size: 100%;
	padding-bottom: 0;
}

.d_title {
	text-align: center;
}

.d_title .en {
	display: block;
	font-size: 30px;
}

.d_title .en::before {
	content:"";
}

.d_title .en::after {
	content: "";
	display: block;
	height: 1px;
	width: 60px;
	background-color: currentColor;
	margin: 0px auto 6px;
}

.d_title .jp {
	font-size: 17px;
	display: block;
}

.item_box_wrap {
}

.item_box_inner {
}

.item_box_list {
	display: flex;
	flex-wrap: wrap;
	gap: 45px 20px;
}

.item_box_list li {
}

.item_box_list.item_box_list2 {
}

.item_box_list.item_box_list2 li {
	width: calc(50% - 20px / 2);
}

.item_box_list.item_box_list3 {
}

.item_box_list.item_box_list3 li {
	width: calc(33.333% - 20px * 2 / 3);
}

.item_box_list.item_box_list4 {
}

.item_box_list.item_box_list4 li {
	width: calc(25% - 20px * 3 / 4);
}

.item_box_list.item_box_list5 {
}

.item_box_list.item_box_list5 li {
	width: calc(20% - 20px * 4 / 5);
}

.item_box_list.item_box_list6 {
}

.item_box_list.item_box_list6 li {
	width: calc(16.666% - 20px * 5 / 6);
}

.item_box_part {
}

.item_box_img {
	margin-bottom: 14px;
}

.item_box_img a {
}

.item_box_img a:hover {
}

.item_box_img img {
}

.item_box_title {
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.6;
}

.item_box_title p {
}

.item_box_title a {
}

.item_box_title a:hover {
}

.item_box_price {
	margin-top: 12px;
	font-size: 17px;
	font-weight: 600;
	text-align: right;
}

.item_box_price p {
}

.item_box_price p small {
	font-weight: normal;
	font-size: 13px;
}


/* TOP商品カテゴリー */
.top_category_sec {
	margin-bottom: 70px;
}

#main-column h2.d_title_l {
	padding-bottom: 0;
}


/* TOPブランド */
.brands_list_box {
	margin-bottom: 104px;
}

.brands_list {
	gap: 15px 20px;
}

.brands_list li {
	border: 1px solid #D0D3D9;
	background-color: #fff;
}

.brands_list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	height: 90px;
	padding-bottom: 10px;
}

.brands_list li a:hover {
	background-color: #eef0fb;
}


/* ランキング */
.top_weekly_ranking {
	padding-bottom: 100px;
}

.d_title_icon {
	text-align: center;
}

#main-column h2.d_title_icon {
	margin-bottom: 26px;
	padding-bottom: 0;
}

.d_title_icon .d_title_icon {
}

.d_title_icon span.en {
	display: block;
	font-size: 43px;
	line-height: 1.4;
}

.d_title_icon span.jp {
	display: block;
	font-size: 19px;
	line-height: 1.4;
}

.rank_tab {
}

.rank_tab .exp_tabs {
	display: flex;
	flex-wrap: wrap;
}

.rank_tab .exp_tabs li {
	padding-bottom: 5px;
}

.rank_tab .exp_tabs li:not(.active) {
	color: #777;
}

.rank_tab .exp_tabs li.active {
	border-bottom: 2px solid currentColor;
	font-weight: 600;
}

.rank_tab .exp_tabs li span {
}

.rank_tab .exp_tab_contents_list {
}

.rank_tab .exp_tab_content {
	display: none;
}

.ranking_item_box_inner {
	overflow-x: auto;
	overflow-y: visible;
	/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	  -ms-overflow-style: none;
	  /*Firefoxへの対応*/
	  scrollbar-width: none;
}

.ranking_item_box_inner::-webkit-scrollbar{
  display: none;
}

.scrollmove_btn_wrap {
}

.scrollmove_btn {
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	top: 120px;
	z-index: 10;
}

.scrollmove_btn.rightbutton {
	right: 10px;
}

.scrollmove_btn.leftbutton {
	left: 10px;
}


ul.item_box_list.flbox.ranking_item_box_list {
	flex-wrap: nowrap;
	width: fit-content;
	padding: 16px calc(50% - 580px) 24px;
}

.ranking_item_box_list .item_box_part {
	position: relative;
	width: 275px;
}

.ranking_item_num {
	z-index: 2;
	position: absolute;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #A5A5A5;
	color: #fff;
	font-size: 24px;
	top: -14px;
	left: -14px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

.ranking_item_num.num1 {
	background-color: #D8AD4B;
}

.ranking_item_num.num2 {
	background-color: #CBCDD3;
}

.ranking_item_num.num3 {
	background-color: #A77343;
}

.ranking_item_num.num4 {
}

.ranking_item_num.num5 {
}

.ranking_item_box_list {
}

.ranking_item_box_list > li:nth-child(1) .ranking_item_num {
	background-color: #D8AD4B;
}

.ranking_item_box_list > li:nth-child(1) .ranking_item_num::before {
	content: "1"
}

.ranking_item_box_list > li:nth-child(2) .ranking_item_num {
	background-color: #CBCDD3;
}

.ranking_item_box_list > li:nth-child(2) .ranking_item_num::before  {
	content: "2"
}

.ranking_item_box_list > li:nth-child(3) .ranking_item_num {
	background-color: #A77343;
}

.ranking_item_box_list > li:nth-child(3) .ranking_item_num::before {
	content: "3"
}

.ranking_item_box_list > li:nth-child(4) .ranking_item_num::before {
	content: "4"
}

.ranking_item_box_list > li:nth-child(5) .ranking_item_num::before {
	content: "5"
}

.ranking_item_box_list > li:nth-child(6) .ranking_item_num::before {
	content: "6"
}

.ranking_item_box_list > li:nth-child(7) .ranking_item_num::before {
	content: "7"
}

.ranking_item_box_list > li:nth-child(8) .ranking_item_num::before {
	content: "8"
}

.ranking_item_box_list > li:nth-child(9) .ranking_item_num::before {
	content: "9"
}

.ranking_item_box_list > li:nth-child(10) .ranking_item_num::before {
	content: "10"
}

.rank_tab .exp_tabs {
	justify-content: center;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 32px;
	gap: 32px;
}

.rank_tab .exp_tabs span {
	cursor: pointer;
}


/* feature */
.top_feature {
	background-color: #f2f4fa;
	padding: 77px 0 86px;
}

.top_feature_articles {
	justify-content: space-between;
	margin-bottom: 45px;
}

.top_feature_new_article {
	position: relative;
	width: 57.8%;
	border: 1px solid currentColor;
	padding: 31px 35px;
}

.top_feature_new_icon {
	position: absolute;
	top: -55px;
	left: -28px;
	z-index: 10;
}

.top_feature_new_article a {
}

.top_feature_new_article img.tfa_img {
	margin-bottom: 17px;
}

.top_feature_new_article p.tfa_title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.top_feature_list_article {
	width: 38.8%;
}

.top_feature_list_article li {
	line-height: 1.5;
}

.top_feature_list_article li + li {
	margin-top: 22px;
	border-top: 1px solid #D3D3D3;
	padding-top: 22px;
}

.top_feature_list_article a {
	display: flex;
	flex-wrap: wrap;
	gap: 4.3%;
	align-items: center;
}

.top_feature_list_article img.tfa_img {
	width: 51.2%;
}

.top_feature_list_article p.tfa_title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	width: 44.5%;
}

.top_more_btn_wrap.base_btn_wrap {
	text-align: center;
}

a.base_btn {
	display: block;
	font-size: 16px;
	color: #0C1324;
	border: 1px solid #7A7E8B;
	background-color: #fff;
	width: 100%;
	max-width: 400px;
	text-align: center;
	line-height: 24px;
	padding: 14px 20px;
	margin: auto;
	position: relative;
}

a.base_btn::after {
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	border-bottom: 1px solid #7A7E8B;
	width: 100%;
	max-width: 400px;
	position: absolute;
	bottom: -5px;
	left: 0;
	transition: 0.3s;
}

a.base_btn:hover {
}

a.base_btn:hover::after {
	bottom: -1px;
	border-color: transparent;
}


/* 新着商品 */
.top_new_arrival {
	padding-top: 77px;
}

.top_new_arrival .item_box_wrap {
	padding-bottom: 60px;
	border-bottom: 1px solid #E6E6E6;
}


/* 今月のおすすめ */
.top_monthly_recommend {
	padding: 75px 0 95px;
}

.top_monthly_recommend .item_box_list {
	padding-bottom: 65px;
}

.top_monthly_recommend .item_box_part:nth-child(n+11) {
  display: none;
}


/* ダイヤリー */
.top_diary_link {
	background-color: #E7EAF4;
	padding: 70px 0 51px;
}

.diary_search_link_wrap {
	justify-content: center;
	text-align: center;
	gap: 23px;
}

.dia_s_box {
}

.dia_s_title {
	font-size: 15px;
	margin-bottom: 10px;
}

.dia_s_link_list {
	gap: 5px;
}

.dia_s_link_list > li {
	width: 152px;
}

.dia_s_link {
}

.dia_s_link a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #CBCDD3;
	padding: 15px 10px 10px;
	color: #0C1324;
}

.dia_s_link a::after {
	content: "▼";
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #0C1324;
	font-size: 9px;
	line-height: 1;
}

.dia_s_link a:hover {
	color: #0C1324;
	background-color: #f8f9ff;
}

.dia_s_link a small {
	font-size: 12px;
	display: block;
	margin-top: 2px;
}

/* ダイアリーサイズ */
.top_diary_size_sec {
	background-color: #F2F4FA;
	padding: 60px 0;
}

.diary_guide_sec {
	background-color: #fff;
	padding: 50px 50px 60px;
	text-align: center;
}

.diary_guide_sec + .diary_guide_sec {
	margin-top: 35px;
}

.diary_guide_title {
	font-size: 20px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
	margin-bottom: 27px;
}

.diary_guide_title::before {
	content: "";
	display: block;
	height: 1px;
	width: 225px;
	max-width: 22%;
	background-color: #0C1324;
}

.diary_guide_title::after {
	content: "";
	display: block;
	height: 1px;
	width: 225px;
	max-width: 22%;
	background-color: #0C1324;
}

.diary_guide_nav {
	background-color: #F9F9FC;
	justify-content: center;
	width: fit-content;
	margin: auto;
	font-size: 17px;
	line-height: 1.5;
	padding: 9px 30px;
	font-weight: 500;
	margin-bottom: 21px;
}

.diary_guide_nav > li {
}

.diary_guide_nav > li + li {
}

.diary_guide_nav > li + li::before {
	content: "|";
	margin: 0 10px;
}

.diary_guide_nav > li a {
}

.diary_guide_exp {
	margin-bottom: 30px;
}

.diary_guide_exp p {
	font-size: 14px;
}

.diary_guide_link_list_wrap {
}

.diary_guide_link_list {
	gap: 27px;
}

.diary_guide_link {
	width: calc(20% - 27px * 4 / 5);
}

.diary_guide_link > a {
}

.diary_guide_img {
}

.diary_guide_detail_link {
	margin-top: 15px;
}

.diary_guide_detail_link a {
	display: inline-block;
	background-color: #7A7E8B;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	padding: 4px 15px;
	margin: 0 3px;
}

.diary_guide_detail_link a:hover {
	background-color: #888d9d;
}

.diary_guide_detail_link.v2 {
}

.diary_guide_detail_link.v2 a {
	max-width: calc(50% - 6px);
	padding: 4px 10px;
	margin: 0;
}

/* ダイアリーフォーマット */
.top_diary_format_sec {
	background-color: #E7EAF4;
	padding: 60px 0 70px;
}

.rowf3 .diary_guide_link {
	width: calc(33.333% - 27px * 2 / 3);
}

.md_format_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
	gap: 35px 35px;
}

.md_format_wrap > div {
	width: calc(50% - 35px / 2);
}

.md_format_wrap .diary_guide_sec + .diary_guide_sec {
	margin-top: 0;
}

.md_format_wrap .diary_guide_link {
	width: 100%;
	max-width: 334px;
}

.md_format_wrap .diary_guide_link_list {
	justify-content: center;
}

/* お知らせ */
.top_news_archive {
	padding-top: 90px;
}

.top_news_list_wrap {
}

.top_news_list {
	margin: auto;
	width: 100%;
	max-width: 960px;
	border-top: 1px solid #0C1324;
	border-bottom: 1px solid #0C1324;
}

.top_news_list .top_news_post {
	font-size: 15px;
	padding: 22px 20px;
	line-height: 1.7;
}

.top_news_list .top_news_post + .top_news_post {
	border-top: 1px solid #D0D3D9;
}

.top_news_list .top_news_date {
	font-size: 17px;
	font-weight: 600;
	margin-right: 20px;
}

.top_news_list .top_news_title {
	padding-top: 1px;
}

/* Instagram */
.top_instagram {
	padding-top: 90px;
	padding-bottom: 80px;
}

.top_instagram_list_wrap {
}

.top_instagram_list {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	position: relative;
}

.top_instagram_list::after {
	display: block;
	content: "";
	height: 1px;
	background-color: #7A7E8B;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
}

.top_instagram_list + .top_instagram_list {
	margin-top: 39px;
}

.top_instagram_list > li {
	width: 23.9%;
}

.top_instagram_list > li.insta_brand_logo {
	width: calc(100% - 23.9% * 3);
	display: flex;
	align-items: center;
	justify-content: center;
}





/** page
===================================*/



/** product
===================================*/
#bread-crumb {
	margin: 0 auto 15px;
	max-width: 1160px;
}

.bread-crumb-listCate {
	margin: 0 0 0px 0;
}

#itemDetail-cont .itemThumb-wrap {
	float: left;
	width: 55.17%;
	margin: 0 3.45% 0 0;
	max-width: 100%;
}

.productSwiper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#main-column .recommend h2 {
	font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif !important;
}

#itemDetail-wrap .itemThumb-main {
	min-width: 100%;
	min-height: 1px;
}

#itemDetail-wrap .itemThumb-main * {
}

#itemDetail-wrap .itemThumb {
}

#itemDetail-wrap .itemThumb.v2 {
	display: none;
}

.itemThumb {
}

.spt_wrap {
	/* overflow: scroll; */
}

#swiper-pagenation-target {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	padding-top: 10px;
	gap: 4px;
	/* width: fit-content;
	padding-bottom: 15px; */
}

#swiper-pagenation-target .swiper-pagination-bullet {
	width: 90px;
	opacity: 1;
	margin: 0;
	height: auto;
	background: none;
	border-radius: 0;
	border: 2px solid transparent;
}

#swiper-pagenation-target .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid #0C1324;
}

#swiper-pagenation-target .swiper-pagination-bullet span {
}

#swiper-pagenation-target .swiper-pagination-bullet picture {
}

.p_slider_wrap .swiper-button-next, .p_slider_wrap .swiper-button-prev {
	height: auto;
	top: calc(50% - 50px);
}

.p_slider_wrap .swiper-button-next {
	right: 0;
	height: auto;
}

.p_slider_wrap .swiper-button-next::after {
	height: auto;
	color: #fff;
	background-color: #0C1324;
	padding: 8px;
	font-size: 20px;
}

.p_slider_wrap .swiper-button-prev {
	left: 0;
	height: auto;
}

.p_slider_wrap .swiper-button-prev::after {
	height: auto;
	color: #fff;
	background-color: #0C1324;
	padding: 8px;
	font-size: 20px;
}

#itemDetail-cont .itemOutline {
	float: left;
	width: 41.38%;
	max-width: 100%;
}

#itemDetail-cont .itemOutline ul.ico_itemType li {
	float: left;
	width: 70px;
	height: 28px;
	margin-right: 10px;
}

article#Detail #main-column h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

section#itemDetail-wrap table.price th {
	font-size: 14px;
	line-height: 1.7;
	vertical-align: middle !IMPORTANT;
	width: 32% !important;
}

section#itemDetail-wrap table.price td {
	font-size: 14px;
	line-height: 1.7;
}

#itemDetail-wrap #spsVarpriceBox > div {
  background: none;
  padding: 0;
}

table.price tr.price span.selling_price, table.price tr.price span.taxin, table.price tr.price span.discount_rate, table.price tr.sp_price span.special_price, table.price tr.sp_price span.taxin, table.price tr.sp_price span.discount_rate {
	color: #E30F2D;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 28px;
}

table.price tr.sp_price span.taxin {
	font-size: 12px;
}

span.publish_point {
	font-size: 13px;
}

table.price tr.price span.taxin {
	font-size: 12px;
	font-weight: normal;
}

section#itemDetail-wrap table.spec {
	line-height: 1.7;
	font-size: 14px;
}

section#itemDetail-wrap table.spec th {
	line-height: 1.7;
	vertical-align: middle;
	width: 35%;
}

section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
	height: auto;
	padding: 12px 5px;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
}

section#itemDetail-wrap table.spec td input {
	padding: 8px 5px;
	font-size: 16px;
	height: auto !important;
}

article#Detail .itemOutline ul.infoArea {
	height: auto;
}

section#itemDetail-wrap .description {
	margin-top: 50px;
}

h3.product_desp_title {
	font-size: 18px;
	margin-bottom: 24px;
}

h3.product_desp_title span::after {
	content: "";
	display: block;
	border-bottom: 2px solid #006767;
	width: 30px;
	margin-top: 5px;
}

section#itemDetail-wrap .cartArea img.nostock, section#itemDetail-wrap .cartArea input.dialogSStock {
	width: 225px;
}

section#itemDetail-wrap p.cancel {
	background: none;
	padding: 10px 0;
	font-size: 13px;
}

section#itemDetail-wrap p.cancel a {
	color: #005BD6;
	display: inline-block;
}

section#itemDetail-wrap p.cancel a::before {
	content: ">";
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
}

span.sps-wishAddItem img {
	width: 225px;
}

.description hr {
	display: block;
	border: 0;
	border-bottom: 1px solid #ddd;
	height: 0px;
	padding-top: 1.5em;
	margin-bottom: 1.5em;
}


/* サブ紹介文1 */
div#main-column > section.itemDetail-wrap_sub1 {
	margin-top: 50px;
	width: 100vw !important;
	left: calc((-100vw + 100%) / 2);
	position: relative;
	max-width: none;
	border-top: 1px solid #ABB0C3;
	padding-top: 50px;
}

h3.subttl {
	font-size: 18px;
	margin-bottom: 24px;
}

ul.item.zoom {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	max-width: 690px;
	font-size: 13px;
	line-height: 1.7;
}

ul.item.zoom.full {
	max-width: 100%;
}

ul.item.zoom > li {
	width: calc(33.333% - 25px * 2 / 3);
}

ul.item.zoom > li > a > img {
	width: 100%;
}

ul.item.zoom > li > a > img {
	width: 100%;
	margin-bottom: 10px;
}

.additional_1 + .additional_1 {
	margin-top: 36px;
}


/* サブ紹介文 */
.product_recommend_items_area {
	margin-top: 60px;
	background-color: #F2F4FA;
	padding: 60px 0 50px;
	width: 100vw;
	left: calc((-100vw + 100%) / 2);
	position: relative;
}

.recommend_items_wrap {
}

.recommend_items_wrap + .recommend_items_wrap {
	margin-top: 50px;
	border-top: 1px solid #D0D3D9;
	padding-top: 60px;
}

h3.item_rec_title {
	font-size: 18px;
	margin-bottom: 24px;
}

#itemDetail-wrap3 {
  margin-top: 36px !important;
}

span.sps-wishAddItemOk img {
	width: 100%;
	max-width: 300px;
}







/** product_category
===================================*/
#itemList_wrap {
	width: calc(100% - 240px);
}

#category_main_wrap {
	width: 100%;
	margin: auto;
	max-width: 1160px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#category_main_wrap section#itemList_wrap {
	width: calc(100% - 240px);
}

#category_main_wrap #sub-column {
	width: 190px;
	display: block;
	float: initial;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}

#itemList_wrap #pager-top {
	padding-top: 30px;
}

#itemList_wrap #pager-top .selectbox {
	margin-bottom: 10px;
	font-size: 13px;
}

#itemList_wrap #pager-top .quantity {
	font-size: 13px;
	margin-top: 15px;
}

#itemList {
	max-width: 920px;
	padding-bottom: 50px;
}

#itemList h1 {
	display: none;
}

#itemList .column-set {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 20px;
}

.column-set .column4 {
	clear: unset;
	margin: 0;
	width: calc(25% - 20px * 3 / 4);
	padding-bottom: 0;
	position: relative;
	font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

.column4 .item-list-span-img {
	display: inline-block;
	border: 1px solid #edeff2;
}

.column-set p[class^="sps-wishArea_"] {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}

#itemList .column4 .sps-wishAddItem img, #itemList .column5 .sps-wishAddItem img, #itemList .column4 .sps-wishAddItemOk img, #itemList .column5 .sps-wishAddItemOk img {
	width: 24px;
	height: 24px;
	margin: 0;
	display: block;
}

article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2 {
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.6;
	font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

#main-column .column4 p.price, #main-column .column5 p.price, #main-column .column4 p.sp_price, #main-column .column5 p.sp_price #main-column .column4 p.fx_price, #main-column .column5 p.fx_price, #main-column .column4 p.rg_price, #main-column .column5 p.rg_price {
	font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	margin-bottom: 0;
}

.column-set p.price span.taxin {
	font-weight: normal;
	font-size: 12px;
	margin-left: 2px;
}

.column-set p.sp_price span.taxin {
	font-weight: normal;
	font-size: 12px;
	margin-left: 2px;
}

.column-set span.selling_price_str {
	font-weight: 400;
	font-size: 13px;
}

.column-set p.sp_price span.selling_price {
	color: #E30F2D;
}

#itemList_wrap #pager-bm .quantity {
	font-size: 13px;
}

#itemList2 .column4 {
	padding: 20px 0;
}

#main-column #itemList2 .column4 h2, #main-column #itemList2 .column5 h2 {
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.6;
	font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

#itemList2 .column4 .inner-catch {
	display: none;
}

#main-column #itemList2 .column4 p.price, #main-column #itemList2 .column5 p.price, #main-column #itemList2 .column4 p.sp_price, #main-column #itemList2 .column5 p.sp_price #main-column #itemList2 .column4 p.fx_price, #main-column #itemList2 .column5 p.fx_price, #main-column #itemList2 .column4 p.rg_price, #main-column #itemList2 .column5 p.rg_price {
	font-size: 16px;
}

.brand_lp {
	margin-bottom: 32px;
}

.brand_lp p {
	color: #0C1324;
}

.b_ttl {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 3.45%;
	grid-row-gap: 0;
	margin-bottom: 50px;
}

.b_logo {
	grid-area: 1 / 1 / 2 / 2;
}

.b_ttltext {
	grid-area: 2 / 1 / 3 / 2;
	color: #0C1324;
}

.b_ttlimg {
	grid-area: 1 / 2 / 3 / 3;
}

#main-column h2.b_logo {
	margin-bottom: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	margin-bottom: 35px;
}

.b_item {
}

.b_item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 18px;
	justify-content: center;
}

.b_item ul > li {
	width: fit-content;
}

.b_item ul > li a {
	display: block;
	text-align: center;
}

.b_item ul > li span {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.b_item.pc_col3 {
	/* margin-bottom: 40px; */
}

.b_item.pc_col3 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 18px;
	justify-content: center;
}

.b_item.pc_col3 ul > li {
	width: fit-content;
}

.b_item.pc_col3 ul > li a {
	display: block;
	text-align: center;
}

.b_item.pc_col3 ul > li span {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.b_item_detail {
	background-color: #f7f8fe;
	padding: 30px;
	/* margin-bottom: 30px; */
}

.b_item_detail > h3 {
	font-size: 22px;
	border-bottom: 1px solid currentColor;
	margin-bottom: 32px;
	padding-bottom: 5px;
}

.b_item_detail > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 32px;
	font-size: 14px;
}

.b_item_detail > ul > li {
	width: calc(50% - 32px * 1 / 2);
	text-align: center;
	background-color: #fff;
	border: 1px solid #58608d;
}

.b_item_detail > ul > li > a {
	display: flex;
	flex-wrap: wrap;
	color: #0C1324;
	padding: 20px;
	width: 100%;
	height: 100%;
}

.b_item_detail > ul > li a:hover {
	opacity: 1;
	background-color: #eff1fc;
}

.b_item_detail > ul > li p a {
	text-decoration: underline;
	color: #006767;
}

.b_item_detail > ul > li p a:hover {
	text-decoration: none;
	color: #006767;
}

.b_item_detail > ul > li a:hover img {
	opacity: 1;
}

.b_item_detail > ul > li a:hover > * {
	opacity: 1;
	color: #0C1324;
}

.b_item_detail > ul > li div.img_box {
	/* margin-bottom: 14px; */
	width: 150px;
}

.b_item_detail > ul > li div.img_box img {
}

.b_item_detail > ul > li p {
	width: calc(100% - 150px);
	padding-left: 20px;
	text-align: left;
}

.b_item_detail > ul > li p .ttl_item_detail {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.b_item_detail > ul > li p .text_item_detail {
}

.b_item_detail_sub {
	border: 1px solid #0C1324;
	padding: 30px;
	margin-top: 40px;
}

.b_item_detail_sub h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.b_item_detail_sub ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	justify-content: center;
}

.b_item_detail_sub ul li {
	font-size: 14px;
}

.b_item_detail_sub ul li a {
	text-decoration: underline;
}

.b_item_detail_sub ul li a:hover {
	text-decoration: none;
}

.column3 .badge, .column4 .badge, .column5 .badge {
	height: auto;
	padding: 4px 0 0 4px;
	position: absolute;
	width: 50px;
	z-index: 10;
}

.b_item + .b_ttlimg {
  margin-top: 30px;
  text-align: center;
}

.b_item_sub {
}

.b_item_sub ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	justify-content: center;
}

.b_item_sub ul li {
	font-size: 14px;
}

.b_item_sub ul li a {
	text-decoration: underline;
}

.b_item_sub ul li a:hover {
	text-decoration: none;
}

.b_item + .b_item_sub {
	margin-top: 50px;
}

.b_rhodia .b_item_detail > ul > li {
	padding: 20px;
	display: flex;
}


/** sidebar
===================================*/
section.leftSearch {
	display: none;
}

.side_box {
}

.side_box + .side_box {
	margin-top: 50px;
}

#sub-column h2 {
	font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

#sub-column h2 span {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.side_links {
}

.side_category_links ul {
  font-size: 14px;
}

.side_links > li + li {
	border-top: 1px solid #d9dde7;
}

.side_links > li:hover {
	background-color: #F2F4FA;
}

h3.category_name, a.category_name {
	display: block;
	font-size: 16px;
	color: #0C1324;
	cursor: pointer;
	padding: 8px 8px;
	line-height: 1.5;
	font-weight: 500;
}

h3.category_name:hover, a.category_name:hover {
}

h3.category_name span.en, a.category_name span.en {
	display: block;
	font-size: 12px;
	color: #7A7E8B;
	font-weight: 400;
}

.side_links .child {
	display: none;
	background-color: #F2F4FA;
	padding: 14px 12px;
}

.side_links .child ul li + li {
	margin-top: 8px;
}

.side_links .child ul li a:hover {
	text-decoration: underline;
	color: #0C1324;
}

#sub-column #subc_calendar {
	display: none;
}

#sub-column #snav_followUs {
	border: 0;
}


/** single
===================================*/



/** category
===================================*/



/** search
===================================*/



/** 404
===================================*/



/** Full screen drawer
===================================*/
/*menu*/
.full_drawer_menu_trigger {
	height: 20px;
	width: 30px;
	z-index: 9999;
	cursor: pointer;
	display: block;
	position: relative;
}

.fdm_line {
	background: #333;
	display: block;
	height: 1px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}

.fdm_line--center {
	top: 9px;
}

.fdm_line--bottom {
	bottom: 0;
}

.fdm_line--top.active {
	top: 8px;
	transform: rotate(45deg);
}

.fdm_line--center.active {
	transform:scaleX(0);
}

.fdm_line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
}

/*full_drawer */
.full_drawer {
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98;
}

.full_drawer__wrap {
	align-items:center;
	display: flex;
	height: 100%;
	position: absolute;
	width: 100%;
}

.full_drawer__menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
}

.fdm_item_item {
	margin: 40px 0 40px 100px;
	opacity: 0;
}

.fdm_item_item a {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	transition: .5s;
}

.fdm_item_item a:hover{
	color: #666;
}





/** フリーページ・ガイド
===================================*/
#Journal {
	padding-top: 20px;
}

div#JournalList > h1 {
	display: none;
}

#Journal h2 {
	color: #0C1324;
	font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
	font-size: 20px;
	margin-bottom: 24px;
	padding-bottom: 0;
}

.guide_contents h1 {
	font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
	font-weight: 600;
	color: #0C1324;
}

#Journal .guide_contents h2 {
	color: #fff;
	font-weight: 600;
	padding: 10px 15px;
}

.journal-cont p {
	font-size: 14px;
	line-height: 1.7;
}

section #guide .chart .ttlShop {
	font-size: 16px;
}

section #guide table th {
	font-size: 14px;
}

#shopGuide_wrap section #guide table td {
	width: 50%;
	font-size: 14px;
}

section #guide table {
	border: 1px solid #CCC;
}

#guide > h1 {
  font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

#Journal ul.item_box_list.flbox.ranking_item_box_list {
	padding: 16px calc(50% - 580px) 24px;
	margin-top: 20px;
}

#document .side_category {
  display: none;
}

section #document .txt-list01 {
  padding-bottom: 30px;
}

#document_wrap {
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
  margin: auto;
}

.tree00 ul {
  font-size: 14px;
}

#document > h1 {
  margin: 0;
  font-family: 'Poppins','Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

.journal-cont .ranking_item_box_inner {
	padding: 50px 20px 0;
}








/** カート
===================================*/
.cart-article {
	width: 100%;
  max-width: 1160px;
  margin: auto;
}

div.cart-article p {
  color: #333;
  font-size: 14px;
}

.cart_exp {
	/* max-width: 1200px; */
	/* margin: auto; */
	max-width: 1190px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

.cart_exp h4.rec_title_format {
	font-size: 16px;
	margin-bottom: 15px;
}

#fsrecommenddiv6 + #fsrecommenddiv7 {
	margin-top: 32px;
	margin-bottom: 32px;
}



/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1190px) {

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1189px) {
.category_bnr {
	width: calc(25% - 20px * 3 / 4);
}

li.feature_box {
	width: calc(25% - 20px * 3 / 4);
}

ul.item_box_list.flbox.ranking_item_box_list {
	padding-left: 15px;
	padding-right: 15px;
}

.ranking_item_box_list .item_box_part {
	width: 230px;
}

.diary_guide_detail_link.v2 a {
	padding: 4px 5px;
}









}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 1099px) {
.mega-menu .menu1 {
	width: calc((100% - 240px) / 3);
}

.mega-menu .menu2 {
	width: 100%;
	left: 100%;
}

.mega-menu .menu3 {
	left: 100%;
	width: 100%;
}

.diary_guide_sec {
	padding-left: 32px;
	padding-right: 32px;
}



}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1023px) {
/** tb-base
===================================*/
#TB_ancor {
	color: #f66;
	font-size: 20px;
}



/** tb-header
===================================*/
.header_search_area {
	width: 35%;
}

.trend_word {
	overflow: hidden;
}

ul.trend_word_list {
	width: 100%;
	overflow: hidden;
	flex-wrap: nowrap;
	width: fit-content;
}

ul.trend_word_list li {
	font-size: 10px;
}

.header_search_box form input.searchbox {
	padding: 4px;
	height: auto !important;
	font-size: 13px;
}

.g-navi > ul {
	width: fit-content;
	flex-wrap: nowrap;
}

.g-navi > ul > li > div {
	padding: 0;
}

.mega-menu .menu1 {
	left: 0;
	width: calc((100%) / 3);
}

.category_bnr {
	width: calc(33.333% - 20px * 2 / 3);
}







/** tb-navi
===================================*/



/** tb-eyecatch
===================================*/



/** tb-contents_all
===================================*/



/** tb-side
===================================*/



/** tb-footer
===================================*/
.fotter_brand_list {
	justify-content: flex-start;
}

.fotter_brand_list li {
	max-width: calc(33.333% - 14px *2 / 3);
}



/** tb-slideMenu
===================================*/



/** tb-drawer
===================================*/



/** tb-top
===================================*/
.ranking_item_box_list .item_box_part {
	width: 200px;
}

.diary_guide_title::before {
	max-width: 10%;
}

.diary_guide_title::after {
	max-width: 10%;
}

.diary_guide_exp p br {
	/* display: none; */
}


/** tb-page
===================================*/



/** tb-product
===================================*/



/** tb-product_category
===================================*/



/** tb-single
===================================*/



/** tb-category
===================================*/



/** tb-search
===================================*/



/** tb-404
===================================*/



}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/** base
===================================*/
#SP_ancor {
	color: #f66;
	font-size: 20px;
}


/** sp-header
===================================*/
/* header */
.site_header {
	transition: 0.3s;
}

.site_header.scroll_down {
	transform: translateY(-60px);
}

.head_line_text {
	text-align: center;
}

.head_line_inner {
	justify-content: center;
}

ul.sns_links.flbox {
	display: none;
}

.site_header_inner .container {
	padding: 6px 15px 7px;
	align-items: center;
}

.header_menu_area {
	width: 33.333%;
}

.header_logo_area {
	width: 33.333%;
}

#site_logo {
	width: 70px;
	text-align: center;
	margin: auto;
}

.header_link_area {
	/* width: fit-content; */
	max-width: 33.333%;
}

.cart_num {
	top: -7px;
	right: -12px;
}

.main_links {
	justify-content: flex-end;
	align-items: flex-end;
	gap: 13px;
	text-align: center;
}

li.main_link_icon_box {
	font-size: 0px;
}

.sp_search_box {
	padding: 12px 0;
	border-bottom: 1px solid #E6E6E6;
}

.header_search_box {
	margin-bottom: 10px;
}

.header_search_box form input.searchbox {
	font-size: 16px;
	padding: 8px 10px;
}

.header_search_box input.searchSubmit {
	width: 46px;
	top: 2px;
}

.sp_search_trend.flbox {
}

.trend_word {
	max-width: none;
}

.trend_word h2 {
	margin-bottom: 0;
	color: #011;
}

ul.trend_word_list {
	margin-bottom: 0;
	line-height: 1.3;
}

ul.trend_word_list li {
	font-size: 11px;
	margin-left: 10px;
}

ul.trend_word_list {
	margin-bottom: 0;
	line-height: 1.3;
	width: calc(100% - 52px);
	gap: 0;
}




/** sp-navi
===================================*/
.sp_gnavi_box {
	background-color: #F7F8FD;
	padding: 10px 0;
}

ul.sp_gnavi {
	justify-content: center;
	align-items: flex-end;
}

ul.sp_gnavi li {
	width: 20%;
	text-align: center;
}

ul.sp_gnavi li span {
	display: block;
}

ul.sp_gnavi li span .on {
	display: none;
}

ul.sp_gnavi li span.active .off {
	display: none;
}

ul.sp_gnavi li span.active .on {
	display: inline-block;
}

.sp_gnavi_contents_wrap {
	position: relative;
	z-index: 30;
}

.sp_gnavi_content {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 25px 15px;
	background-color: #f7f8fe;
}

.spgn_container .brands_list_box {
	margin-bottom: 0;
}


/** sp-eyecatch
===================================*/
.swiper.main_slider .swiper-pagination-bullet {
	width: 27px;
	height: 3px;
}

.main_slider .swiper-button-prev {
	left:0;
	top: calc(50% - 25px);
}

.main_slider .swiper-button-next {
	right: 0;
	top: calc(50% - 25px);
}


/** sp-top
===================================*/
.item_box_title {
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.6;
}

.item_box_price {
	margin-top: 8px;
	font-size: 15px;
	font-weight: 600;
	text-align: right;
}

.item_box_price p small {
	font-weight: normal;
	font-size: 10px;
}

.w100 .news {
	margin: 10px 0 30px !IMPORTANT;
	padding: 15px 0 !important;
}

.news_inner p {
	font-size: 14px;
	text-align: left;
}

.top_banners {
	padding: 0 0 45px;
}

.top_bnr_list {
	gap: 15px 0px;
}

.top_bnr_list li {
	width: 100%;
}

#main-column h2.d_title {
	font-size: 100%;
	padding-bottom: 0;
	margin-bottom: 24px;
}

.d_title .en {
	display: block;
	font-size: 21px;
}

.d_title .jp {
	font-size: 13px;
	display: block;
}

.d_title .en::after {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	background-color: currentColor;
	margin: 4px auto 7px;
}

.recently {
	padding: 45px 0 40px;
	margin-bottom: 45px;
}

.recently .item_box_inner {
	overflow: auto;
	padding: 0px 0 10px;
}

.recently .item_box_list.item_box_list5 {
	flex-wrap: nowrap;
	gap: 13px;
	width: fit-content;
}

.recently .item_box_list.item_box_list5 li {
	width: 132px;
}

.recently .item_box_title {
	display: none;
}

.recently .item_box_price {
	display: none;
}

.top_category_sec {
	margin-bottom: 50px;
}

.categories_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 8px;
}

.category_bnr {
	width: calc(50% - 8px * 1 / 2);
}

h2.d_title_l {
	display: block;
}

h2.d_title_l span.en {
	font-size: 21px;
	width: 100%;
	display: block;
	text-align: center;
	line-height: initial;
}

.d_title_l .en::after {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	background-color: currentColor;
	margin: 4px auto 7px;
}

h2.d_title_l span.jp {
	font-size: 13px;
	text-align: center;
	display: block;
	margin: 0;
}

.category_bnr > a {
	padding: 0 10px;
}

.category_bnr .ctb_img {
	margin-right: 8px;
	width: 34px;
}

.category_bnr .ctb_title em {
	font-size: 12px;
	margin-bottom: 3px;
}

.category_bnr .ctb_title p {
	font-size: 14px;
}

.brands_list_box {
	margin-bottom: 60px;
}

.brands_list {
	gap: 8px 8px;
}

.brands_list.brands_list li {
	width: calc(50% - 4px);
}


.top_weekly_ranking {
	padding-bottom: 50px;
}

.d_title_icon_img img {
	width: 27px;
	margin-bottom: 3px;
}

.d_title_icon span.en {
	font-size: 26px;
}

.d_title_icon span.jp {
	display: block;
	font-size: 15px;
	line-height: 1.4;
}

.d_title_icon .en::after {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	background-color: currentColor;
	margin: 5px auto 11px;
}

.exp_tabs_wrap {
	overflow: auto;
	margin-bottom: 16px;
}

.rank_tab .exp_tabs {
	font-size: 16px;
	gap: 10px;
	flex-wrap: nowrap;
	width: fit-content;
	margin-bottom: 12px;
}

.rank_tab .exp_tabs li {
	width: max-content;
	padding-bottom: 3px;
}

.ranking_item_num {
	width: 26px;
	height: 26px;
	line-height: 24px;
	font-size: 16px;
	top: -5px;
	left: -5px;
}

.ranking_item_box_list .item_box_part {
	width: 150px;
}

ul.item_box_list.flbox.ranking_item_box_list {
	gap: 13px;
}

.scrollmove_btn {
	width: 36px;
}


.top_feature {
	padding: 56px 0;
}

.top_feature_articles {
	justify-content: space-between;
	margin-bottom: 30px;
}

.top_feature_new_article {
	width: 100%;
	padding: 16px 20px;
	margin-bottom: 34px;
}

.top_feature_new_icon {
	width: 85px;
	left: -21px;
	top: -32px;
}

.top_feature_new_article img.tfa_img {
	margin-bottom: 12px;
}

.top_feature_new_article p.tfa_title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.top_feature_list_article {
	width: 100%;
}

.top_feature_list_article li + li {
	margin-top: 20px;
	border-top: 1px solid #D3D3D3;
	padding-top: 20px;
}

.top_feature_list_article p.tfa_title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	width: 44.5%;
}

a.base_btn {
	font-size: 15px;
	color: #0C1324;
	padding: 9px 20px;
	font-weight: 500;
}

a.base_btn {
	min-width: 225px;
	width: fit-content;
	max-width: 100%;
}


.top_new_arrival {
	padding-top: 52px;
}

.top_new_arrival .item_box_wrap {
	border-bottom: 0;
}

.top_new_arrival .item_box_list.item_box_list5 {
	gap: 24px 8px;
}

.top_new_arrival .item_box_list.item_box_list5 li {
	width: calc(33.333% - 8px * 2 / 3);
}

.top_new_arrival .item_box_part:nth-child(n+10) {
  display: none;
}

.top_monthly_recommend {
	padding: 20px 0 60px;
}

.top_monthly_recommend .item_box_list {
	padding-bottom: 40px;
}

.top_monthly_recommend .item_box_list.item_box_list4 {
	gap: 24px 8px;
}

.top_monthly_recommend .item_box_list.item_box_list4 li {
	width: calc(33.333% - 8px * 2 / 3);
}

.top_monthly_recommend .item_box_list.item_box_list5 {
	gap: 24px 8px;
}

.top_monthly_recommend .item_box_list.item_box_list5 li {
	width: calc(33.333% - 8px * 2 / 3);
}

.top_monthly_recommend .item_box_part:nth-child(n+10) {
  display: none;
}

.new_item_category .item_box_list.item_box_list5 li {
  width: calc(50% - 20px * 1 / 2);
}

.item_box_list.flbox.ranking_item_box_list {
  padding-top: 10px !important;
}

.top_diary_link {
	padding: 45px 0 35px;
}

.diary_search_link_wrap {
	justify-content: center;
	text-align: center;
	gap: 8px;
}

.dia_s_box {
	width: calc(50% - 8px / 2);
}

.dia_s_link_list > li {
	width: 100%;
}

.dia_s_link a {
	padding: 10px;
}

.top_diary_size_sec {
	padding: 35px 0;
}

.diary_guide_nav {
	font-size: 14px;
}

.diary_guide_sec {
	padding: 40px 20px 30px;
}

.diary_guide_sec + .diary_guide_sec {
	margin-top: 25px;
}

.diary_guide_title {
	margin-bottom: 21px;
}

.diary_guide_exp {
	margin-bottom: 24px;
}

.diary_guide_exp p {
	font-size: 13px;
}

.diary_guide_link_list {
	gap: 22px 20px;
}

.diary_guide_detail_link {
	margin-top: 8px;
}

.diary_guide_detail_link a {
	display: inline-block;
	background-color: #7A7E8B;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	padding: 2px 10px;
	margin: 0 3px;
	min-width: 128px;
}

.diary_guide_detail_link.v2 a {
	padding: 2px 10px;
	margin: 1px 0;
}


.top_diary_format_sec {
	background-color: #E7EAF4;
	padding: 35px 0 40px;
}

.rowf3 .diary_guide_link {
	width: calc(50% - 8px * 1 / 2);
}

.diary_guide_link_list {
	gap: 20px 8px;
}

.md_format_wrap {
	margin-top: 25px;
	gap: 25px 0;
}

.md_format_wrap > div {
	width: 100%;
}


.top_news_archive {
	padding-top: 45px;
}

.top_news_list .top_news_post {
	font-size: 15px;
	padding: 14px 16px;
	line-height: 1.7;
}

.top_news_list .top_news_date {
	font-size: 16px;
	font-weight: 600;
	margin-right: 0px;
	display: block;
	width: 100%;
}


.top_instagram {
	padding-top: 60px;
	padding-bottom: 80px;
}

.top_instagram_list {
	border: 1px solid #707070;
}

.top_instagram_list + .top_instagram_list {
	margin-top: 28px;
}

.top_instagram_list > li {
	width: 33.333%;
}

.top_instagram_list > li.insta_brand_logo {
	width: 100%;
	padding: 14px;
}

picture.v_quo img {
	width: 106px;
}

picture.v_rho img {
	width: 103px;
}

picture.v_cla img {
	width: 134px;
}

picture.v_her img {
	width: 138px;
}

picture.v_dec img {
	width: 147px;
}


/** sp-contents_all
===================================*/



/** sp-side
===================================*/



/** sp-footer
===================================*/
#float_parts {
	width: 70px;
	right: 5px;
}

.float_cart .cart_num {
	top: 8px;
	right: 10px;
}

.fotter_links_wrap {
	width: 100%;
	border: 0;
}

.fotter_links_wrap {
	padding: 0;
	padding-top: 10px;
	gap: 0;
	display: block;
}

.footer_infomation_wrap {
	width: 100%;
	text-align: center;
}

.footer_menu_ac_title {	
	width: 100%;
	align-items: center;
	padding: 12px 0px;
	border-bottom: 1px solid #4D505A;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
}

.footer_menu_ac_title .en {
	font-size: 22px;
}

.footer_menu_ac_title .jp {
	font-size: 13px;
	margin-left: 12px;
}

.footer_menu_ac_title::after {
	content:"";
}

.footer_menu_ac_title.open::after {
	content:"";
}

.f_menu_list {
	display: none;
	width: 100%;
	padding: 20px 20px 16px;
	border-bottom: 1px solid #4D505A;
}

.f_menu_list.v2list {
	width: 100%;
	padding: 20px 20px 16px;
	border-bottom: 1px solid #4D505A;
}

.f_menu_list.v2list {
	display: none;
}

.f_menu_list.open {
	display: block;
}

.icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.footer_infomation_wrap {
	width: 100%;
	text-align: center;
	padding: 30px 20px;
}

.fotter_brand_list {
	justify-content: flex-start;
	gap: 20px 12px;
	margin-bottom: 45px;
	margin-top: 15px;
}

.fotter_brand_list li {
	max-width: calc(25% - 12px *2 / 3);
}

.footer_sns_list {
	justify-content: center;
	margin-bottom: 8px;
}

.calender_link {
	display: none;
	cursor: pointer;
}

.footer_bottom {
	padding: 35px 0;
}

.fotter_bottom_menu {
	gap: 6px 10px;
	justify-content: center;
	margin-bottom: 20px;
}



/** sp-slideMenu
===================================*/



/** sp-drawer
===================================*/



/** sp-top
===================================*/



/** sp-page
===================================*/



/** sp-product
===================================*/
div#main-column {
	padding: 0;
}

#itemDetail-cont .itemThumb-wrap {
	margin: auto;
	width: 100%;
	margin-right: 0;
}

.productSwiper {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

#swiper-pagenation-target {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	padding-top: 5px;
	gap: 2px;
	width: fit-content;
	padding: 5px 0px 10px 0;
}

.spt_wrap {
	overflow: scroll;
}

#swiper-pagenation-target .swiper-pagination-bullet {
	border-width: 1px;
	width: 80px;
}

#swiper-pagenation-target .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #0C1324;
}

#itemDetail-cont .itemOutline {
	width: 100%;
}

ul.ico_itemType {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

#itemDetail-cont .itemThumb-wrap ul.ico_itemType li {
	width: 62px;
}

article#Detail #main-column h1 {
	font-size: 18px;
	margin-bottom: 5px;
}

#pi_cart #bread-crumb {
	display: block;
	margin-bottom: 0;
}

#pi_cart #bread-crumb-listTop ol li {
	font-size: 12px;
	width: auto !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.itemThumb {
	overflow: auto;
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul {
	display: flex;
	width: fit-content;
	padding-bottom: 5px;
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
	width: 80px;
	height: 80px;
}

section#itemDetail-wrap table.price th {
	font-size: 13px;
	line-height: 1.7;
	vertical-align: middle !IMPORTANT;
	width: 32% !important;
}

section#itemDetail-wrap table.spec {
	line-height: 1.7;
	font-size: 13px;
}

article#Detail .itemOutline ul.infoArea {
	height: auto;
	margin-top: 0;
}

section#itemDetail-wrap p.cancel {
	padding: 20px 0 0;
}

section#itemDetail-wrap .description {
	margin-top: 40px;
}

section#itemDetail-wrap #bread-crumb li {
	font-size: 12px;
	width: 47%;
	margin-bottom: 4px;
}

div#main-column > section.itemDetail-wrap_sub1 {
	padding-top: 18px;
}

h3.subttl {
	font-size: 18px;
	margin-bottom: 18px;
	position: relative;
	cursor: pointer;
}

h3.subttl::after {
	content: url(../img/icon_plus.svg);
	position: absolute;
	right: 0;
	top: 3px;
	line-height: 1;
}

h3.subttl.open::after {
	content: url(../img/icon_minus.svg);
	top: 2px;
}

h3.subttl + .item_zoom_wrap {
	display: none;
	margin-bottom: 36px;
}

ul.item.zoom {
	gap: 15px;
}

ul.item.zoom > li {
	width: calc(50% - 15px * 1 / 2);
}

.item_box_list_wrap_scroll {
	overflow: auto;
}

.product_recommend_items_area {
	margin-top: 18px;
}

.recommend_items_wrap .item_box_list.item_box_list6 {
	gap: 30px 10px;
	flex-wrap: nowrap;
	width: fit-content;
	padding-bottom: 15px;
}

.recommend_items_wrap .item_box_list.item_box_list6 li {
	width: 140px;
}

table.price tr.price span.selling_price, table.price tr.price span.taxin, table.price tr.price span.discount_rate, table.price tr.sp_price span.special_price, table.price tr.sp_price span.taxin, table.price tr.sp_price span.discount_rate {
  font-size: 20px;
}

table.price tr.price span.taxin {
  font-size: 12px;
  font-weight: normal;
}

#itemDetail-wrap3 {
  margin-top: 0px !important;
}

.itemDetail-wrap3 h3::after {
  display: none;
}


/** sp-product_category
===================================*/
.category_info_wrap {
	flex-direction: row-reverse;
}

.category_info_exp {
	width: 100%;
}

.category_info_img {
	width: 100%;
}

#category_main_wrap #sub-column {
	display: none;
}

section#itemList_wrap {
	width: 100%;
}

#category_main_wrap section#itemList_wrap {
	width: 100%;
}

#itemList_wrap #pager-top {
	padding-top: 10px;
}

#itemList_wrap #pager-top .selectbox {
	font-size: 0;
}

#itemList_wrap #pager-top .selectbox {
	gap: 0;
	display: flex;
	flex-wrap: wrap;
}

#itemList_wrap #pager-top .selectbox .select01 {
	width: 32%;
	margin-right: 2%;
}

#itemList_wrap #pager-top .selectbox .select01:last-child {
	margin: 0;
}

#itemList_wrap #pager-top .quantity {
	margin-top: 2px;
	font-size: 14px;
}


.column-set .column4 {
	width: calc(50% - 20px * 1 / 2);
}

#itemList .column-set {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}

article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2 {
	font-size: 13px;
}

#itemList_wrap #pager-bm {
	padding-bottom: 0;
}



.brand_lp {
	margin-bottom: 24px;
}

.b_ttl {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, auto);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin-bottom: 20px;
}

.b_logo { grid-area: 2 / 1 / 3 / 2; }

.b_ttlimg {
	grid-area: 1 / 1 / 2 / 2;
	margin-bottom: 20px;
}

.b_ttltext { grid-area: 3 / 1 / 4 / 2; }

#main-column h2.b_logo {
	text-align: center;
	justify-content: center;
	margin-bottom: 20px;
}

.b_item {
	margin-right: -15px;
	overflow: auto;
	padding-bottom: 10px;
}

.b_item ul {
	gap: 14px;
	flex-wrap: nowrap;
	width: max-content;
	padding-right: 15px;
}

.b_item {
	margin-right: 0;
}

.b_item ul > li {
	width: 100px;
	font-size: 10px;
}

.b_item ul {
	flex-wrap: wrap;
	width: auto;
	padding: 0;
	justify-content: center;
}

.b_item.pc_col3 {
	margin-right: -15px;
	overflow: auto;
	padding-bottom: 10px;
}

.b_item.pc_col3 ul {
	gap: 14px;
	flex-wrap: nowrap;
	width: max-content;
	padding-right: 15px;
}

.b_item.pc_col3 {
	margin-right: 0;
}

.b_item.pc_col3 ul > li {
	width: 100px;
	font-size: 10px;
}

.b_item.pc_col3 ul {
	flex-wrap: wrap;
	width: auto;
	padding: 0;
	justify-content: center;
}

.b_item_detail {
	margin: 0 -15px;
	padding: 30px 15px;
}

.b_item_detail > h3 {
	font-size: 18px;
	border-bottom: 1px solid currentColor;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.b_item_detail > ul {
	gap: 20px;
}

.b_item_detail > ul > li {
	width: 100%;
}

.b_item_detail > ul > li > a {
	padding: 15px;
}

.b_item_detail > ul > li div.img_box {
	width: 100px;
}

.b_item_detail > ul > li p .ttl_item_detail {
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

.b_item_detail > ul > li p {
	width: calc(100% - 100px);
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
}

.b_item_detail_sub {
	border: 1px solid #0C1324;
	padding: 15px;
	margin-top: 30px;
}

.b_item_detail_sub h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.b_item_detail_sub ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 14px;
}

.b_item_detail_sub ul li {
	font-size: 13px;
}



/** sp-cart
===================================*/
form[name="NEXTM"] .bordlayoutp3.center table:not(.cartItem),
form[name="NEXTM"] .bordlayoutp3.center table:not(.cartItem) caption,
form[name="NEXTM"] .bordlayoutp3.center table:not(.cartItem) thead,
form[name="NEXTM"] .bordlayoutp3.center table:not(.cartItem) tbody,
form[name="NEXTM"] .bordlayoutp3.center table:not(.cartItem) tr,
form[name="NEXTM"] .bordlayoutp3.center table:not(.cartItem) tr th,
form[name="NEXTM"] .bordlayoutp3.center table:not(.cartItem) tr td {
	display:block;
}
form[name="NEXTM"] .bordlayoutp3.center table:not(.cartItem) tr th,
form[name="NEXTM"] .bordlayoutp3.center table:not(.cartItem) tr td {
	margin:-1px; /* borderが二重になるのを防ぐ */
}

form[name="NEXTM"] .bordlayoutp3.center > table:not(.cartItem) > tbody > tr:first-child {
	display: none !important;
}

.cart-article #main-column-full {
  padding: 0;
}

.cart_exp .item_box_list_wrap_scroll {
}

.cart_exp .item_box_list.item_box_list6 {
  flex-wrap: nowrap;
  width: max-content;
  padding-bottom: 10px;
  margin-right: 15px;
  padding-right: 15px;
}

.cart_exp .item_box_list.item_box_list6 li {
  width: 120px;
}

.cart-section {
}

#contact > table {
  display: block;
  max-width: 100%;
}

#contact > table > tbody {
  display: block;
  max-width: 100%;
}

#contact > table > tbody {
  display: block;
  max-width: 100%;
}

#contact > table > tbody > tr {
  display: block;
  max-width: 100%;
}

#contact > table > tbody > tr > td {
  display: block;
  max-width: 100%;
  width: 100%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name="COUPON"] .bordlayoutp3 td {
	padding: 15px !important;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] .bordlayoutp3 td {
	padding: 15px !important;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] .bordlayoutp3.sps-amazon-pay td {
	padding: 15px !important;
}

#cart-footer #footer_calendar {
  display: none !important;
}

.step_navi01 {
  display: none;
}


form[name="Login"] .bordlayoutp3.center table:not(.cartItem),
form[name="Login"] .bordlayoutp3.center table:not(.cartItem) caption,
form[name="Login"] .bordlayoutp3.center table:not(.cartItem) thead,
form[name="Login"] .bordlayoutp3.center table:not(.cartItem) tbody,
form[name="Login"] .bordlayoutp3.center table:not(.cartItem) tr,
form[name="Login"] .bordlayoutp3.center table:not(.cartItem) tr th,
form[name="Login"] .bordlayoutp3.center table:not(.cartItem) tr td {
	display:block;
}
form[name="Login"] .bordlayoutp3.center table:not(.cartItem) tr th,
form[name="Login"] .bordlayoutp3.center table:not(.cartItem) tr td {
	margin:-1px; /* borderが二重になるのを防ぐ */
}

form[name="Login"] .bordlayoutp3.center > table:not(.cartItem) > tbody > tr:first-child {
	display: none;
}

form[name="Login"] .bordlayoutp3.center table:not(.cartItem) tr td {
	width: 100%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name="Login"] .bordlayoutp3.center table:not(.cartItem) tr td {
	width: 100% !important;
	padding: 15px !important;
}

h4.rec_title_format {
	font-size: 16px;
	margin-bottom: 15px;
}

/** sp-single
===================================*/



/** sp-blog-category
===================================*/



/** sp-search
===================================*/



/** sp-404
===================================*/



/** sp-freepage
===================================*/
#Journal ul.item_box_list.flbox.ranking_item_box_list {
	margin-top: 0;
	padding: 16px;
}




}/* @media */



/** ALTからブランド名表示
===================================*/

p.itemBrand {
    text-align: left;
    font-size: 12px;
    color: #AAA;
    margin: 10px 0 5px;
    display: block;
    letter-spacing: 0.05em;
    font-weight: 500;
}

p.itemBrand a{
    color: #AAA;
    transition: .2s;
}
p.itemBrand a:hover{
    opacity: 0.7;
}

#itemList2 p.itemBrand{
    margin-top: 0;
}

#itemDetail-cont p.itemBrand {
    font-size: 15px;
    margin: 0 0 10px;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {

p.itemBrand {
    font-size: 11px;
    margin: 10px 0 5px;
}

#itemList2 p.itemBrand{
    margin-top: 15px;
    font-size: 15px;
}

}