/* general */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #fff;
	color: #666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
}

img {
	/*height: auto;*/
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
}

a img {
	transition: opacity .25s ease;
}

a:hover img {
	opacity: .6;
}

.group:after {
	clear: both;
	content: '';
	display: block;
}

.top-bnr {
	background-color: #000;
	margin: 0;
	text-align: center;
}

.inner-wrap {
	margin: 0 auto;
	width: 1200px;
}

/* .main-header */

.main-header {
	margin: 0 auto;
	position: relative;
}

.main-header h1 {
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 30px 0 20px;
	width: 290px;
}

/* .main-header h1 img {
	height: 26px;
} */

.main-header .drop-menu {
	float: left;
	list-style: none;
	margin: 0 0 0 45px;
	padding: 0;
	width: 480px;
}

.main-header .drop-menu>li {
	cursor: pointer;
	float: left;
	padding: 2px 10px 15px;
	width: 172px;
}

.main-header .drop-menu>li>span {
	color: #0d0d0d;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 30px 0 13px;
	text-align: center;
	position: relative;
}

.main-header .drop-menu>li>span:after {
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background-color: #0d0d0d;
	position: absolute;
	left: 0;
	margin: 0;
	transition: width .25s ease;
}

.main-header .drop-menu>li:hover>span:after {
	width: 100%;
}

.main-header .drop-menu>li:hover {
	background-color: #f5f5f5;
}

.main-header .drop-wrap {
	background-color: #f5f5f5;
	display: none;
	left: 0;
	padding: 24px 40px 1px 40px;
	position: absolute;
	top: 100%;
	transition: all .25s ease;
	width: 100%;
	z-index: 100;
	margin: -5px 0 0;
}

.main-header .drop-menu>li:hover .drop-wrap {
	display: block;
}

.main-header .drop-menu>li .drop-wrap {
	padding-bottom: 40px;
	padding-top: 40px;
}

.main-header .drop-submenu1 {
	display: inline-block;
	letter-spacing: normal;
	list-style: none;
	padding: 0;
	vertical-align: top;
}

.main-header .drop-submenu1,
.main-header .drop-submenu2>li {
	margin: 0 0 40px 40px;
	width: 250px;
}

.main-header .drop-submenu2>li {
	float: left;
	margin-bottom: 0;
}

.main-header .drop-submenu1:nth-child(4n+1),
.main-header .drop-submenu2>li:nth-child(4n+1) {
	margin-left: 0;
}

.main-header .drop-submenu1>li,
.main-header .drop-submenu2>li {
	border-bottom: 1px solid #c9c9c9;
	color: #0d0d0d;
}

.main-header .drop-submenu2>li:nth-child(-n+4) {
	border-top: 1px solid #c9c9c9;
}

.main-header .drop-submenu1>li:not(:first-child),
.main-header .drop-submenu2>li {
	font-size: 12px;
}

.main-header .drop-submenu1 a,
.main-header .drop-submenu2 a {
	background: url(../img/cmn/icon_arrow1.png) no-repeat right center;
	display: block;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
}

.main-header .drop-submenu1>li:first-child a,
.main-header .drop-submenu2 a {
	padding-left: 0;
}

.main-header .drop-submenu1 a:hover,
.main-header .drop-submenu2 a:hover {
	text-decoration: underline;
}

.main-header .drop-submenu2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .more-btns {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 380px;
}

.main-header .more-btns>li {
	float: left;
	margin: 0 0 0 10px;
	padding: 20px 0;
	width: 27px;
}

.main-header .more-btns>li:first-child {
	margin-left: 0;
	width: 220px;
}

.main-header .more-btns>li:first-child form {
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	display: block;
	height: 36px;
	padding: 0 0 0 5px;
}

.main-header .more-btns>li:first-child input[type=image],
.main-header .more-btns>li:first-child input[type=text] {
	outline: none;
	vertical-align: middle;
}

.main-header .more-btns>li:first-child input[type=image] {
	padding: 6px 0;
}

.main-header .more-btns>li:first-child input[type=text] {
	border: none;
	/*color: #d7d7d7;*/
	padding: 0 5px;
	width: 168px;
}

/* .hero */

.hero {
	list-style: none;
	margin: 0 auto 90px;
	padding: 0;
}

.hero #lightSlider>li {
	position: relative;
}

.hero #lightSlider>li a img {
	opacity: 1;
}

.hero .hero-txt {
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	display: table;
	height: 500px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .25s ease;
	width: 1200px;
}

.hero a:hover .hero-txt {
	opacity: 1;
}

.hero .hero-txt>div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.hero .hero-txt>div>p {
	margin: 0 auto;
}

.hero .hero-txt>div>p:first-child {
	width: 600px;
}

.hero .hero-txt>div>p:last-child {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 24px;
	padding: 10px 0;
	width: 260px;
}

.hero .slider-thumbs {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	display: table;
	width: 1200px;
	table-layout: fixed;
}

.hero .slider-thumbs>li {
	border-right: 1px solid #d7d7d7;
	display: table-cell;
	float: none;
	position: relative;
}

.hero .slider-thumbs>li a {
	display: block;
}

.hero .slider-thumbs>li a:after {
	background-color: #d7d7d7;
	bottom: 0;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	transition: width .25s ease;
	width: 0;
}

.hero .slider-thumbs>li a:hover:after {
	width: 100%;
}

/* .sub-section */

.sub-section {
	margin: 0 auto 130px;
}

.sub-section h2 {
	margin: 0 auto 60px;
	text-align: center;
}

.topics-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.topics-list>li {
	float: left;
	margin: 0 0 20px 26px;
	position: relative;
	width: 280px;
}

.topics-list>li.new:after {
	background: url(../img/cmn/icon_new.png) no-repeat 0 0;
	background-size: 50px 50px;
	content: '';
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}

.topics-list>li.special:after {
	background: url(../img/cmn/icon_special.png) no-repeat 0 0;
	background-size: 50px 50px;
	content: '';
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}

.topics-list>li.special2:after {
	background: url(../img/cmn/icon_special2.png) no-repeat 0 0;
	background-size: 50px 50px;
	content: '';
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}

.topics-list>li:nth-child(4n+1) {
	margin-left: 0;
}

.topics-list>li p {
	margin: 0 auto;
}

.topics-list>li .topic-img {
	margin-bottom: 5px;
}

.topics-list>li .topic-txt {
	color: #000;
	font-weight: bold;
	transition: opacity .25s ease;
}

.topics-list>li .topic-date {
	color: #666;
	font-size: 12px;
	transition: opacity .25s ease;
}

.topics-list>li a {
	text-decoration: none;
}

.topics-list>li a:hover .topic-txt,
.topics-list>li a:hover .topic-date {
	opacity: .6;
}

.link-list1 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.link-list1>li {
	border-bottom: 1px solid #d7d7d7;
	float: left;
	margin: 0 0 0 45px;
	width: 370px;
}

.link-list1>li:nth-child(-n+3) {
	border-top: 1px solid #d7d7d7;
}

.link-list1>li:nth-child(3n+1) {
	margin-left: 0;
}

.link-list1>li a {
	background: url(../img/cmn/icon_arrow2.png) no-repeat right center;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 20px 14px 20px 5px;
	text-decoration: none;
}

.link-list1>li a:hover {
	background-color: #000;
	background-image: none;
	color: #fff;
}

.brand-tags {
	letter-spacing: -0.4em;
	list-style: none;
	margin: 0 auto 25px;
	padding: 0;
	text-align: center;
}

.brand-tags>li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 5px 5px;
	width: 160px;
}

.brand-tags>li button {
	background-color: #fff;
	border: 1px solid #959595;
	cursor: pointer;
	display: block;
	outline: none;
	padding: .5em .25em .25em .25em;
	width: 100%;
}

.brand-tags>li button.is-checked,
.brand-tags>li button:hover {
	background-color: #000;
	color: #fff;
}

.brand-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.brand-list>li {
	float: left;
	margin: 0 10px 30px;
	width: 280px;
}

.brand-list .brand-copy {
	transition: opacity .25s ease;
}

.brand-list a {
	text-decoration: none;
}

.brand-list a:hover .brand-copy {
	opacity: .6;
}

.brand-list .brand-img {
	margin: 0 auto 10px;
}

.brand-list .brand-img img {
	display: block;
	margin: 0 auto;
}

.brand-list .brand-img img:first-child {
	margin-bottom: 10px;
}

.brand-list .brand-copy {
	margin: 0 auto;
}

.pick-up-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1040px;
}

.pick-up-list>li {
	float: left;
	margin: 0 0 0 70px;
	width: 300px;
}

.pick-up-list>li:first-child {
	margin-left: 0;
}

.pick-up-list a {
	text-decoration: none;
}

.pick-up-list .pick-up-item,
.pick-up-list .pick-up-txt {
	transition: opacity .25s ease;
}

.pick-up-list a:hover .pick-up-item,
.pick-up-list a:hover .pick-up-txt {
	opacity: .6;
}

.pick-up-list p {
	margin: 0 0 20px;
}

.pick-up-list .pick-up-item {
	font-size: 16px;
}

.pick-up-list .pick-up-item strong {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.pick-up-list .pick-up-txt {
	text-align: justify;
}

.ranking-tabs {
	list-style: none;
	margin: 0 auto 30px;
	padding: 0;
	width: 710px;
}

.ranking-tabs>li {
	float: left;
	margin: 0 0 0 10px;
	width: 350px;
}

.ranking-tabs>li:first-child {
	margin-left: 0;
}

.ranking-tabs>li a {
	border: 1px solid #959595;
	color: #000;
	display: block;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.ranking-tabs>li.current a,
.ranking-tabs>li a:hover {
	background-color: #000;
	color: #fff;
}

.ranking-list {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.ranking-list.current {
	display: block;
}

.ranking-list>li {
	display: block;
	float: left;
	margin: 0 0 0 30px;
	width: 175px;
}

.ranking-list>li:first-child {
	margin-left: 0;
}

.ranking-list a {
	text-decoration: none;
}

.ranking-list .rank-no,
.ranking-list .rank-item {
	transition: opacity .25s ease;
}

.ranking-list a:hover .rank-no,
.ranking-list a:hover .rank-item {
	opacity: .6;
}

.ranking-list p {
	margin: 0 0 5px;
}

.ranking-list .rank-item {
	margin-bottom: 0;
}

.ranking-list .rank-item strong {
	color: #000;
	display: block;
	font-weight: bold;
}

.info-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.info-list>li {
	border-left: 2px solid #000;
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 400px;
}

.info-list>li:first-child {
	border-left: none;
}

.info-list>li>a,
.info-list>li>span {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}

.info-list>li>a .info-date,
.info-list>li>span .info-date {
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.info-list>li>a:hover {
	background-color: #000;
	color: #fff;
}

.info-list>li>a:hover .info-date {
	color: #fff;
}

.mail-mag {
	text-align: center;
	margin: 0 auto 100px;
}

.faq-wrapper {
	background-color: #eee;
	padding: 120px 27px 60px;
}

.faq-wrapper h2 {
	font-family: "Montserrat";
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 60px;
}

.faq-container {
	display: grid;
	width: 100%;
	max-width: 1200px;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 27px;
	margin: 0 auto;
}

.faq-item {
	background: #fff;
	font-size: 12px;
	padding: 1.7rem 2rem 1rem 2rem
}

.faq-item01 {
	grid-row: 1/2;
	grid-column: 1/2;
}

.faq-item02 {
	grid-row: 2/3;
	grid-column: 1/2;
}

.faq-item03 {
	grid-row: 1/3;
	grid-column: 2/3;
}

.faq-item04 {
	grid-row: 1/3;
	grid-column: 3/4;
}

.faq-item05 {
	grid-row: 3/4;
	grid-column: 1/4;
}

.faq-deco {
	color: #A85C5C;
	margin-right: 3px;
}

.faq-title {
	margin: 0 0 1.2rem 0;
}

.faq-subTitle {
	margin: 0 0 .2rem 0;
}

.faq-card {
	margin-bottom: 1.2rem;
}

.faq-txt {
	margin: 0;
}

.faq-detail {
	margin-top: 1rem;
	display: block;
}

/* .main-footer */

.main-footer {
	background-color: #eee;
	padding: 70px 20px;
}

.footer-list {
	font-size: 12px;
	letter-spacing: -0.4em;
	list-style: none;
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
}

.footer-list>li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0;
}

.footer-list>li:before {
	content: '/';
	display: inline-block;
	margin: 0 .5em;
	vertical-align: middle;
}

.footer-list>li:first-child:before {
	display: none;
}

.footer-list>li a {
	text-decoration: none;
}

.footer-list>li a:hover {
	text-decoration: underline;
}

.disclaimer {
	color: #999;
	font-size: 12px;
	margin: 0 auto 1em;
	text-align: center;
}

.copyright {
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}

.page-top {
	bottom: 100px;
	display: none;
	margin: 0;
	position: fixed;
	right: 60px;
}

/*
====================================================
■ トップページ右固定LINEバナー
====================================================
*/
#right_line_bnr {
	position: fixed;
	width: 6rem;
	right: 0;
	top: 12rem;
	z-index: 10;
}

#right_line_bnr img {
	width: 100%;
}

/*
====================================================
■ トップページ左固定FAQバナー
====================================================
*/
#left_faq_bnr {
	position: fixed;
	width: 4rem;
	left: 1rem;
	bottom: 1rem;
	z-index: 10;
}

#left_faq_bnr img {
	width: 100%;
}

/*
====================================================
■ 右固定バナー
====================================================
*/
#right_sale_bnr {
	position: fixed;
	right: 0;
	top: 22%;
	z-index: 0;
}

/*
====================================================
■ 左固定バナー
====================================================
*/
#left_bnr {
	position: fixed;
	left: 0;
	top: 41px;
	/* top: 90px; */
	z-index: 10;
}

#left_bnr img {
	height: calc(100vh - 55px);
	/* height: calc(100vh - 105px); */
}

/*
====================================================
■ 下固定バナー
====================================================
*/
#bottom_bnr {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 10;
	width: 100%;
	max-width: 1000px;
}

#bottom_bnr p {
	margin: 0;
}

/*
====================================================
■ 下層ページ右固定ドロワーメニュー
====================================================
*/

.menu-icon {
	font-size: 24px;
	cursor: pointer;
	display: block;
	position: fixed;
	/* top: 50%; */
	bottom: 330px;
	right: 0;
	/* transform: translateY(-50%); */
	z-index: 0;
}

.menu-icon img {
	width: 170px;
}

.drawer-menu {
	position: fixed;
	top: 50%;
	/* 画面の高さの真ん中から開始 */
	transform: translateY(-50%);
	/* メニューの高さの中心が画面の真ん中にくるように調整 */
	right: -350px;
	/* 画面の右端から-350pxの位置に配置 */
	width: 350px;
	height: 80vh;
	background-color: #fff;
	transition: 0.3s;
	overflow-y: auto;
	z-index: 100001; //楽天の価格・クーポン情報の上に表示
}

.close-btn {
	display: block;
	cursor: pointer;
	font-size: 2vw;
	padding: 0 2% 0 0;
	/* background-color: #444; */
	color: #333;
	text-align: right;
}

#menuToggle:checked+.menu-overlay+.menu-icon+.drawer-menu {
	right: 0;
	/* 画面の右端にメニューを表示 */
}

#menuToggle:checked+.menu-overlay {
	display: block;
}

.menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 0;
}

.menu-close {
	display: block;
	width: 100%;
	height: 100%;
}

#menuToggle {
	display: none;
}

.drawer_sale {
	padding: 0 2rem;
}

.drawerFlex_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 1rem 2rem;
	background-color: #f2eeeb;
}

.drawerFlex_01 a {
	width: 48%;
	padding-bottom: 1rem;
}

.drawerFlex_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 6%;
}

.drawerFlex_02 a {
	width: 50%;
}

body #right_sale_bnr {
	z-index: 0;
	top: 10%;
}



@media only screen and (min-width: 768px) {

	/*
====================================================
■ トップページ右固定LINEバナー
====================================================
*/
	#right_line_bnr {
		width: 10vw;
		top: 16rem;
	}

	/*
====================================================
■ トップページ右固定LINEバナー
====================================================
*/
	#left_faq_bnr {
		width: 6vw;
		left: 2rem;
		bottom: 2rem;
	}
}

/*
====================================================
■ 240208追加 SOYバナー設置
====================================================
*/
.main-header h1 {
	text-align: center;
	padding: 20px 0 0px;
}

.main_logo_txt {
	margin-top: 5px;
	display: block;
}


.main-header h1 {
	width: 180px;
}

.soy_bnr {
	float: left;
	width: 120px;
	padding: 13px 0 0px;
	margin-left: 10px;
}

.main-header .main_logo img.main_logo_img {
	width: 65%;
}

.main-header .drop-menu {
	margin: 0 0 0 30px;
	width: 480px;
}