@charset "UTF-8";

#contents {
	width: 100%;
    padding: 0 0 110px!important;
	background-color: #F5F5F5;
	margin: 0!important;
}

html {scroll-behavior: smooth;}
body {margin:0; /*padding: 0 15px;*/text-align: left; letter-spacing: 0.05em; font-family:neue-haas-grotesk-display,Helvetica,Arial,Noto Sans JP,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Yu Gothic,メイリオ,Meiryo,Avenir Next,Avenir,sans-serif!important; -webkit-font-smoothing: antialiased; font-size:14px; line-height:2;}
a {color:#000000;/* font-weight:900; */text-decoration: none;}
h1 {font-size:32px; line-height:1.3; font-weight:900;margin:0.1em 0;}
ul {margin:0;}
img {width:100%;}

.product ul::before,
.product ul::after {
    display:none;
}

.logo,.back_link {/* z-index:2; *//* position:fixed; */}

.logo {
    width: 72px;
    top: 20px;
    left: 15px;
}
.logo_link{}
.logo_image{}

.back_link {
    top: 22px;
    right: 15px;
}
.back_link a{
    font-size: 10px;
    font-weight: normal;
}
.back_link a span{
    margin-right: 10px;
    color: #707070;
}

.main_title {
    padding-top: 80px;
    margin-bottom: 25px;
    text-align: center;
}
.mv {
    margin-bottom: 80px;
}
.mv .mv_image{
    display: block;
}

#main,.notes_inner {
	width: auto;
	margin:0 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1001px) {
	  #main,.notes_inner {
	      width:auto;
		  margin:0 40px;
	  }
}

@media screen and (min-width: 1440px) {
  #main,.notes_inner {
      width:1440px;
	  margin:0 auto;
  }
}
.product .product_list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    /* overflow-y: scroll; */
    /* max-height: 900px; */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.product .product_list::-webkit-scrollbar {
 display:none;
}
.product .product_list .product_item{
    width: 100%;
    position: relative;
}
@media screen and (min-width: 1001px) {
    .product .product_list .product_item{
        width: calc(33.33333% - 30px);
    }
}
@media screen and (min-width: 1440px) {
    .product .product_list .product_item{
        width: calc(33.33333% - 30px);
    }
}

.product .product_list .product_item:nth-child(odd){
    margin-right: auto;
}
.product .product_list .product_item:nth-child(even){
    margin-left: auto;
}
.product .product_list .product_item .product_link{
    display: block;
    margin-bottom: 40px;
    /* background: #ff0000; */
}
.product .product_list .product_item .product_link .product_photo{
    margin-bottom: 15px;
    position: relative;
}
.product .product_list .product_item .product_link .product_photo .product_image{
    display: block;
}
.product .product_list .product_item .product_link .product_number,
.product .product_list .product_item .product_link .product_name,
.product .product_list .product_item .product_link .product_price{
    /* margin: 0; */
    /* font-size: 14px; */
    /* text-align: center; */
    /* font-weight: normal; */
    /* color:#555555; */
}
.product .product_list .product_item .product_link .product_price span{
    /* font-size: 10px; */
    }
.product_more{
    text-align: center;
    margin: 60px auto 0;
    padding-bottom: 40px;
    display:none;
    width: 480px;
    height: 68px;
    max-width: 80%;
}
.product_more a{
    border: 1px solid #000;
    display: inline-block;
    padding: 25px 0px;
    color: #FFF;
    background: #2A292F;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    border: 1px solid #D9D9D9;
}

.product_more a:hover {
	color:#fff;
	background-color: #8D8D80;
}

.product_more.product_gift {
	margin-top: 25px;
}

.notes{
    margin-top: 40px;
    padding: 80px 0;
    background: #F2F2F2;
}
.notes_title{
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.notes_title span{
    border-bottom: 1px solid #000;
}
.notes dl{

}
.notes dl dt{
    margin-bottom: 15px;
    line-height: 1.2rem;
    font-weight: bold;
}
.notes dl dd{
    margin-left: 0;
    line-height: 1.2rem;
}
.notes dl dd:not(:last-child){
    margin-bottom: 40px;
}
.notes dl dd span:not(:first-child){
    margin-top: 40px;
    display: block;
}
.notes_attention{
    margin: 40px 0;
    padding: 20px 0;
    color: #E50000;
    text-align: center;
    border: 1px solid #E50000;
}

.footer{
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
}

.pagetop{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    display: none;
}
.pagetop img{
    width: 35px;
    display: block;
}

@media (min-width: 700px) {
}

@media (max-width: 699px) {
}

@media (max-width: 399px) {
}

section.description {
    width: 80%;
    margin: 0 auto;
}

.description_list {}
.description_item {
    list-style: none;
}
.description_item + .description_item {
	margin-top: 30px;
}

.description_title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative;
    margin-top: -5px;
}
.description_title:before {
	display: inline-block;
	content: '■';
	padding-right: .2em;
}

.description_data_box {
	padding: 0 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.description_data {
    width: 65%;
    padding-right: 5%;
    margin: auto 0;
}
.description_data + .description_data {
	margin-top: 20px;
}
.description_data_heading {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}
.description_data_image {
    width: 30%;
}

.product_search {
	margin-bottom: 80px;
}

.product_search_title {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 16px;
}

.product_search_list {
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 8px;
	width: 916px;
    margin: auto;
	flex-wrap: wrap;
}

.product_search_list .product_search_subheading {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 56px;
	border: 1px solid #D9D9D9;
}

.product_search_list .product_search_subheading a {
	font-size: 15px;
    font-weight: 600;
	display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 1001px) {
	.product_search {
		margin-bottom: 60px;
	}

	.product_search_list {
		width: 100%;
	}

	.product_search_list .product_search_subheading {
		width: 100%;
	}

	.product_more {
		width: 100%;
		max-width: 100%;
	}
}

/*
-------------------------------------------------------------*/
.brand_menu_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* position: absolute; */
	left: 0px;
	right: 0px;
	height: 72px;
	background-color: #fafafa;
	position: relative;
	z-index: 20;
}
@media screen and (min-width: 1001px) {
	.brand_menu_area {
		padding-inline-start: 2.5rem;
		padding-inline-end: 2.5rem;
	}
}
.brand_menu {
	visibility: hidden;
	position: absolute;
	top: 72px;
	left: 0px;
	background-color: rgb(233, 233, 233);
	right: 0px;
	z-index: 2000;
}
.brand_menu {
	top: 56px !important;
	opacity: 0;
	transform: translateY(-30px) translateZ(0px);
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.brand_menu.is_show {
	visibility: visible;
	top: 60px !important;
	opacity: 1;
	transform: none;
}
.brand_menu_list {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(4, 1fr);
	padding: 15px;
	-webkit-box-pack: center;
	justify-content: center;
	margin: auto;
	max-width: 400px;
}
@media screen and (min-width: 1001px) {
	.brand_menu_list {
		grid-template-columns: repeat(4, 84px) !important;
	}
	.brand_menu {
		top: 60px !important;
		left: auto !important;
		right: 30px;
		/*
      animation: fadeIn 0.3s ease 0.3s 1 normal backwards;
      -webkit-animation: fadeIn 0.3s ease 0.3s 1 normal backwards;
*/
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-o-transform: translateY(0);
		}
	}
}
.brand_menu_toggle_area {}
.brand_menu_close_area {
	display: none;
}
.brand_menu_current_image {
	width: auto;
	height: auto;
}
.brand_menu_current_image.GDW01 {
	height: 40px;
}
.brand_menu_current_image.GDW02 {
	height: 40px;
}
.brand_menu_current_image.GDW03 {
	height: 42px;
}
.brand_menu_current_image.GDW04 {
	height: 16px;
}
.brand_menu_current_image.GDW05 {
	height: 20px;
}
.brand_menu_current_image.GDW06 {
	height: 12px;
}
.brand_menu_current_image.GDW07 {
	height: 22px;
}
.brand_menu_current_image.GDW08 {
	height: 42px;
}
.brand_menu_current_image.GDW09 {
	height: 34px;
}
.brand_menu_current_image.GDW10 {
	height: 40px;
}
.brand_menu_current_image.GDW11 {
	height: 40px;
}
.brand_menu_current_image.GDW12 {
	height: 40px;
}
.brand_menu_current_image.GDW13 {
	height: 20px;
}
.brand_menu_current_image.GDW14 {
	height: 40px;
}
.brand_menu_current_image.GDW15 {
	height: 52px;
}
.brand_menu_current_image.GDW16 {
	height: 42px;
}
.brand_menu_current_image.GDW17 {
	height: 48px;
}
.brand_menu_current_image.GDW18 {
	height: 38px;
}
.brand_menu_current_image.GDW19 {
	height: 58px;
}
.brand_menu_current_image.GDW20 {
	height: 40px;
}
.brand_menu_current_image.GDW21 {
	height: 58px;
}
.brand_menu_current_image.GDW22 {
	height: 24px;
}
.brand_menu_photo {
	position: relative;
	background-color: rgb(255, 255, 255);
}
.brand_menu_photo::before {
	height: 0px;
	content: "";
	display: block;
	padding-bottom: 100%;
}
.brand_menu_photo > :not(style) {
	overflow: hidden;
	position: absolute;
	inset: 0px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.product_name {
    font-size: 24px!important;
    line-height: 33px;
    text-align: left!important;
    margin-bottom: 12px;
}

@media screen and (min-width: 1001px) {
    .product_name {
        font-size: 24px!important;
    }
}

.product_price {
    font-size: 20px!important;
    line-height: 28px;
    font-weight: 700!important;
    text-align: left!important;
}

.product_price span {font-size: 16px;padding-left: 12px;}

.product_info_wrap {
    margin-bottom: 12px;
    padding-top: 40px;
    border-top: 1px solid #7B7B7B;
    position: relative;
}

.product_share {
    position: absolute;
    top: 90px;
    right: 0;
    /* background: #00ff00; */
    z-index: 1000;
}

.mv_sp {
	display:block!important;
}
.mv_pc {
	display: none!important;
}

@media screen and (min-width: 1001px) {
	.mv_sp {
		display:none!important;
	}
	.mv_pc {
		display:block!important;
	}
}
