@charset "utf-8";
/*-----------------------------------------------------

	トップページ 	top

------------------------------------------------------*/
/*    COMMON  &   MAINIMAGE
-------------------------------*/
/* #top {
	padding-top: 174px;
} */
#top #contents {
	padding-top: 3rem;
}
/*mainimage*/
#top #mainimage {
	padding: 0 6rem 6rem;
	position: relative;
}
#top #mainimage .mv_inner {
	width: 100%;
	height: 100%;
}
#top #mainimage .slider_list {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#top #mainimage .slider_list li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center / cover;
	opacity: 0;
	-webkit-transition: opacity linear 0.85s, -webkit-transform linear 6s;
  transition: opacity linear 0.85s, -webkit-transform linear 6s;
  transition: opacity linear 0.85s, transform linear 6s;
  transition: opacity linear 0.85s, transform linear 6s, -webkit-transform linear 6s;
}
#top #mainimage .slider_list li.is_visible {
	opacity: 1;
	-webkit-transform: scale(1.075, 1.075);
  transform: scale(1.075, 1.075);
	z-index: 10;
}
.ttl_box.center {
	text-align: center;
}
.ttl_box {
	margin-bottom: 5rem;
}

/*    SECTION bnr
-------------------------------*/
.container.top_bnr {
	padding-top: 0;
	/*padding-bottom: 0;*/
}
.bnr_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*    SECTION 01 newitem
-------------------------------*/
#top .newitem {

}
#top .newitem .item {
	width: 50%;
}

#top .newitem .item_list .inner {
	display: block;
	padding-top: 66%;
	position: relative;
	overflow: hidden;
}
#top .newitem .item_list .inner.bg {
	padding-top: 114.2%;
}
#top .newitem .item_list li:not(:first-child) {
	margin-top: 8rem;
}
#top .newitem .item_list li img {
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.4s linear;
}
#top .newitem .item.item_left {
	padding-right: 4rem;
}
#top .newitem .item.item_right {
	padding-left: 4rem;
}
#top .newitem .item_list .item_detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	color: #fff;
	opacity: 0;
	transition: 0.4s linear;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
#top .newitem .item_list .item_detail .wrap {
	text-align: left;
	padding-right: 3rem;
	padding-bottom: 3rem;
}
#top .newitem .item_list .item_detail .brand_name {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
}
#top .newitem .item_list .item_detail .product_name {
	font-size: 1.6rem;
}
#top .newitem .item_list .item_detail .price {
	font-size: 1.6rem;
}
#top .newitem .item_list .item_detail .sold {
	font-family: 'Montserrat', sans-serif;
	color: #d34143;
	font-size: 1.8rem;
	font-weight: 700;
}
#top .newitem .item_list .inner:hover .item_detail {
	opacity: 1;
}
@media print, screen and (min-width : 992px) {
	#top .newitem .item_list .inner:hover img {
		-webkit-transform: scale(1.075, 1.075);
	  transform: scale(1.075, 1.075);
	}

}
/*    SECTION 02 topseller
-------------------------------*/
.item_slider {
	margin-right: -2rem;
	margin-left: -2rem;
}
.item_slider .item {
	margin: 0 2rem;
}
.item_slider .item .inner {
	display: block;
	outline: none;
}
.item_slider .item .img_box {
	padding-top: 67.5%;
	position: relative;
	overflow: hidden;
}
.item_slider .item .img_box img {
	transition: 0.4s linear;
	position: absolute;
	top: 0;
	left: 0;
}
.item_slider .item .txt_box {
	margin-top: 2.7rem;
}
.item_slider .item .brand_name {
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
}
.item_slider .item .product_name {
	font-size: 1.6rem;
	margin-top: 1.3rem;
}
.item_slider .item .sold {
	color: #d34143;
	font-weight: 700;
}
.item_slider .slick-prev,
.item_slider .slick-next {
	width: 4rem;
	height: 4rem;
	border: none;
	background: rgba(255,255,255,0.5) no-repeat center / 11px;
	z-index: 10;
	transform: none;
	top: 14.5rem;
}
.item_slider .slick-prev {
	left: 0;
}
.item_slider .slick-next {
	right: 0;
}
.item_slider .slick-prev:before,
.item_slider .slick-next:before {
	content: '';
}
.item_slider .slick-prev:after,
.item_slider .slick-next:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: no-repeat rgba(255,255,255,0.5) center / 11px;
}
.item_slider .slick-prev:after {
	background-image: url(../image/top/arrow_prev.png);
}
.item_slider .slick-next:after {
	background-image: url(../image/top/arrow_next.png);
}
@media print, screen and (min-width : 992px) {
	.item_slider .item .inner:hover .img_box img {
		-webkit-transform: scale(1.075, 1.075);
	  transform: scale(1.075, 1.075);
	}
}
/*    SECTION 03 category
-------------------------------*/
#top .category {

}
#top .category .category_list {
	margin-left: -1.25em;
	margin-right: -1.25em;
	/*justify-content: space-between;*/
}
#top .category .category_list li {
	width: 33.3333%;
	padding: 0 1.25em;
}
#top .category .category_list li:not(:nth-child(-n+3)) {
	margin-top: 6rem;
}
#top .category .category_list .inner {
	display: block;
}
#top .category .category_list .cat_name {
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	font-size: 1.8rem;
	margin-top: 3rem;
}
#top .category .category_list .img_box {
	position: relative;
}
#top .category .category_list .img_box:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(255,255,255,0.5);
	z-index: 10;
	transition: 0.4s linear;
}

@media print, screen and (min-width : 992px) {
	#top .category .category_list.is_active li:not(.is_active) .img_box:after {
		opacity: 1;
	}
}
/*    SECTION 04 brand
-------------------------------*/
#top .brand .brand_list {
	/*justify-content: space-between;*/
	margin-left: -2rem;
	margin-right: -2rem;
}
#top .brand .brand_list li {
	padding: 0 2rem;
	width: 20%;
}
#top .brand .brand_list li:not(:nth-child(-n+5)) {
	margin-top: 2rem;
}
#top .brand .brand_list .inner {
	display: block;
}
#top .brand .brand_list .logo_box {
	align-items: center;
	justify-content: center;
	display: flex;
	background: #fff;
	height: 113px;
	padding: 0 3rem;
	position: relative;
}
#top .brand .brand_list .brand_name {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 1.3rem;
}
#top .brand .brand_list .logo_box:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(255,255,255,0.7);
	z-index: 10;
	transition: 0.4s linear;
}

@media print, screen and (min-width : 992px) {
	#top .brand .brand_list.is_active li:not(.is_active) .logo_box:after {
		opacity: 1;
	}
}
/*    SECTION 05 welcome
-------------------------------*/
#top .welcome {
	padding-top: 10rem;
}
#top .welcome .welcome_wrap {
	position: relative;
}
#top .welcome .welcome_wrap:before {
	content: '';
	width: 53.6%;
	height: 100%;
	background: url(../image/top/img_welcome.jpg) no-repeat top center / auto 720px;
	position: absolute;
	left: 0;
	top: 0;
}
#top .welcome .welcome_wrap .txt_box {
	width: 46.4%;
	margin-left: auto;
	padding-left: 8rem;
	padding-top: 13.5rem;
}
#top .welcome .welcome_wrap .txt_box .ttl {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-bottom: 4.1rem;
}
#top .welcome .welcome_wrap .txt_box p {
	line-height: 1.92;
}
#top .welcome .welcome_wrap .txt_box .ttl span {
	font-size: 3.1rem;
	display: inline-block;
	letter-spacing: 0.025em;
}
#top .welcome .welcome_wrap .txt_box .btn {
	margin-top: 4.5rem;
}
#top .welcome .welcome_wrap .bg {
	height: 327px;
	margin-top: 13.5rem;
	z-index: -1;
}
/*    SECTION 06 information
-------------------------------*/
#top .information {
	padding-top: 0;
}
.information .info_list {
	padding-right: 2.5rem;
	padding-left: 4rem;
}
.information .info_list li {
	border-bottom: solid 1px #eee;
}
.information .info_list li:first-child {
	border-top: solid 1px #eee;
}
.information .info_list .inner {
	display: flex;
	flex-wrap: wrap;
	padding: 2.1rem 3.5rem;
}
.information .info_list .l_wrap {
	width: 26em;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}
.information .info_list .info_date {
	margin-right: 2rem;
}
.information .info_list .info_cat {
	margin-right: 6rem;
}
.information .info_list .info_ttl {
	width: calc( 100% - 26em );
}
@media print, screen and (min-width : 992px)  {
	.information .info_list .inner:hover {
		opacity: 0.7;
	}
}
#top .f_img {
	height: 460px;
	position: relative;
}
#top .f_img img {
}
/*-----------------------------------------------------
UNDER COMMON
------------------------------------------------------*/
.under #mainimage {
	padding: 0 6rem;
}
.under #mainimage .mv_inner {
	background: no-repeat center / cover;
}
.under .mv_ttl {

	line-height: 1;
	margin-left: 23.5rem;
	padding: 15.1rem 0;
}
.under .mv_ttl .inner {
	max-width: 447px;
	padding: 6rem 0 6rem 8rem;
	background: rgba(255,255,255,0.9);
}
.under .mv_ttl .ttl_en {
	font-size: 3.1rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.under .mv_ttl .ttl {
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 1.5rem;
}
.table_primary tr {
	border-bottom: solid 1px #cdcdcd;
}
.table_primary tr:first-child {
	border-top: solid 1px #cccccc;
}
.table_primary th, .table_primary td {
	padding: 3.5rem;
}
.table_primary th {
	text-align: left;
	vertical-align: middle;
	width: 25%;
	font-weight: 500;
	position: relative;
}

.table_primary td {
	width: 75%;
}
@media screen and (min-width : 992px ) {
}
/*-----------------------------------------------------
Plume d' oie（プリュムドワ）について	about
------------------------------------------------------*/

#about #mainimage .mv_inner {
	background-image: url(../image/about/img_mv.jpg);
}
#about .about {
	padding-bottom: 17.2rem;
}
#about .about_wrap {
	flex-direction: row-reverse;
}
#about .about_wrap + .about_wrap {
	flex-direction: row;
	margin-top: 5em;
}
#about .about_wrap .img_box {
	width: 50%;
	padding-right: 10rem;
}
#about .about_wrap .txt_box {
	width: 50%;
	padding-top: 7rem;
	position: relative;
}
#about .about_wrap .txt_box:after {
	content: '';
	width: 314px;
	height: 423px;
	position: absolute;
	right: 9.3rem;
	bottom: -3.5rem;
	background: url(../image/about/bg_wing.png) no-repeat center / contain;
}
#about .about_wrap + .about_wrap .txt_box:after {
	/*background-image: url(../image/about/bg_wing.png);*/
	display: none;
}
#about .about_wrap .txt_box .ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 4.1rem;
}
#about .about_wrap .txt_box .ttl span {
  font-size: 3.1rem;
  display: inline-block;
  letter-spacing: 0.025em;
}
#about .about_wrap .txt_box p {
	font-size: 1.6rem;
}
#about .img_wrap {
	margin-top: 13.8rem;
	position: relative;
}
#about .img_wrap .img01 {
	width: 75%;
}
#about .img_wrap .img02 {
	width: 37.5%;
	position: absolute;
	right: 0;
	bottom: 6.3rem;
}
#about .img_wrap .img03 {
	width: 37.5%;
	margin-top: 12.5%;
	margin-left: 12.5%;
}

/*2023.01.16*/
#about .guidance_wrap{
	margin-top: 9.3rem;
}
#about .guidance_wrap table th {
	font-weight: 400;
}
#about .guidance_wrap > table > tbody > tr > th {
	width: 23.3%;
	font-weight: 400;
	vertical-align: top;
	text-align: left;

}
#about .guidance_wrap > table > tbody > tr > td {
	width: 76.7%;
}
#about .guidance_wrap > table > tbody > tr > td.pb01 {
	padding-bottom: 10rem;
}
#about .guidance_wrap > table > tbody > tr > td.pb02 {
	padding-bottom: 9.3rem;
}
#about .guidance_wrap > table > tbody > tr > td.pb03 {
	padding-bottom: 9rem;
}
#about .guidance_wrap .guide_ttl {
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 400;
}
#about .guidance_wrap .guide_ttl + .ttl_en {
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 1.8rem;
	font-weight: 500;
}

#about .guidance_wrap .txt {
	line-height: 1.87;
	font-size: 1.6rem;
}
#about .guidance_wrap > table > tbody > tr.act > td {
	padding-bottom: 9.3rem;
}
#about .guidance_wrap .act .guide_ttl {
	line-height: 1.33;
}
#about .guidance_wrap .act .guide_ttl + .ttl_en {
	line-height: 1.5;
}
#about .guidance_wrap .act table {
	font-size: 1.6rem;
}
#about .guidance_wrap .act table tr:first-child {
	border-top: solid 1px #dddddd;
}
#about .guidance_wrap .act table tr {
	border-bottom: solid 1px #dddddd;
}
#about .guidance_wrap .act table th {
	width: 25%;
	background: #f5f5ee;
	text-align: left;
	padding: 1.5rem 2.3rem;
}
#about .guidance_wrap .act table td {
	width: 75%;
	padding: 1.5rem 2.3rem;
}
#about .guidance_wrap .map{

}
#about .guidance_wrap .access_map{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
}
#about .guidance_wrap .access_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width : 992px) {

}

/*-----------------------------------------------------
商品一覧	product
------------------------------------------------------*/
#online_shop .cts_wrap {
	display: flex;
	flex-direction: row-reverse;
	padding-top: 9rem;
}
#online_shop .product_side {
	width: 18%;
}
#online_shop .product_side .side_ttl {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
	letter-spacing: 0.075em;
}
#online_shop .product_side .side_ttl span {
	display: inline-block;
	position: relative;
	padding-right: 3.9rem;
}
#online_shop .product_side .side_ttl span:before,
#online_shop .product_side .side_ttl span:after {
	content: '';
	position: absolute;
	background: #3e3c3a;
}
#online_shop .product_side .side_ttl span:after {
	width: 19px;
	height: 1px;
	right: 0;
	top: 50%;
}
#online_shop .product_side .side_ttl span:before {
	width: 1px;
	height: 19px;
	margin-top: -9.5px;
	right: 9px;
	top: 50%;
	transition: 0.2s linear;
}
#online_shop .product_side .side_ttl.is-open span:before {
	transform: rotate(-90deg);
}
#online_shop .product_side .side_list .list {
	padding: 0 1.6rem;
	margin-top: 2rem;
}
#online_shop .product_side .side_list .list li {
	font-size: 1.6rem;
	word-break: break-all;
}
#online_shop .product_side .side_list .list li:not(:first-child) {
	margin-top: 1rem;
}
#online_shop .product_side .side_list .list li > div {
	position: relative;
	display: inline-block;
	padding-right: 2em;
	cursor: pointer;
}
#online_shop .product_side .side_list .list li > div:before,
#online_shop .product_side .side_list .list li > div:after {
	content: '';
	position: absolute;
	top: 0;
	right: .5em;
	bottom: 0;
	margin: auto;
	width: .8em;
	height: 1px;
	background: #3e3c3a;
}
#online_shop .product_side .side_list .list li > div:before {
	transform: rotate(-90deg);
	transition: 0.2s linear;
}
#online_shop .product_side .side_list .list li > div.is-open:before {
	transform: rotate(0);
}
#online_shop .product_side .side_list .list li > div + ul {
	margin-top: .5em;
	padding-left: 1em;
}

#online_shop .product_side .brand_list {
	margin-top: 3.7rem;
}
#online_shop .product_side .bnr {
	margin-top: 3.7rem;
	padding-right: 1.6rem;
}
#online_shop .product_main {
	width: 82%;
}
#online_shop .product_main .ttl_01 {

}
#online_shop .product_main .product_wrap {
	margin-top: 3rem;
}
#online_shop .product_main .list li {
	width: 32.4%;
	position: relative;
}
#online_shop .product_main .list li:not(:nth-child(3n)) {
	margin-right: 1.4%;
}
#online_shop .product_main .list li:not(:nth-child(-n+3)) {
	margin-top: 2.55rem;
}
#online_shop .product_main .list li .inner {
	display: block;
}
#online_shop .product_main .list li .inner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(255,255,255,0.5);
  z-index: 10;
  transition: 0.4s linear;
}
#online_shop .product_main .list .img_box {
	position: relative;
	padding-top: 100%;
}
#online_shop .product_main .list .img_box img {
	position: absolute;
	top: 0;
	left: 0;
}
#online_shop .product_main .list .badge_new {
	position: absolute;
	background: #7d7d85;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.5rem 1rem;
	top: 2rem;
	left: 2rem;
	font-weight: 600;
}
#online_shop .product_main .list .txt_box {
	margin-top: 3rem;
}
#online_shop .product_main .list .brand_name {
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}
#online_shop .product_main .list .product_name {
	 margin-top: 1rem;
	 font-weight: 400;
	 font-size: 1.6rem;
}
#online_shop .product_main .list .price_box {
	font-size: 1.6rem;
	display: flex;
	justify-content: space-between;
}
#online_shop .product_main .list .price_box .price {

}
#online_shop .product_main .list .price_box .sold {
	color: #a83032;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.025em;
	font-weight: 700;
}
#online_shop .product_main .list .price_box .discount .price:first-child {
	text-decoration: line-through solid #a83032;
}
#online_shop .product_main .list .price_box .discount .price.red {
	color: #a83032;
}
#online_shop .sec_contact {
	position: relative;
	padding: 13.8rem 0;
	margin: 10rem 0;
}
#online_shop .sec_contact:before {
	content: '';
	width: 62.5%;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(../image/online_shop/img_contact.jpg) no-repeat center / cover;
	z-index: -1;
}
#online_shop .sec_contact .txt_box {
	width: 40%;
	margin-left: auto;
	background: #fff;
}
#online_shop .sec_contact .txt_box .inner {
	padding: 7rem 0 7rem 13rem;
}
#online_shop .sec_contact .txt_box p {
	line-height: 1.92;
	margin-top: 3.35rem;
}
#online_shop .sec_contact .txt_box .btn {
	margin-top: 3.35rem;
}
@media print, screen and (min-width : 992px) {
	#online_shop .product_side .side_list .list .inner:hover {
		opacity: 0.7;
	}
	#online_shop .product_main .list.is_active li:not(.is_active) .inner:after {
		opacity: 1;
	}
}
/*商品詳細*/
#detail .detail_main {
	padding-top: 9rem;
	padding-bottom: 8.6rem;
}
#detail .detail_main .img_area {
	width: 50%;
}
#detail .detail_main .img_area .img_box {

}
#detail .detail_main .img_area .img_box .inner {
	padding-top: 100%;
	position: relative;
}
#detail .detail_main .img_area .img_box img {
	position: absolute;
	top: 0;
	left: 0;
}
#detail .detail_main .img_area .thumb_img  {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
#detail .detail_main .img_area .thumb_img .img_box {
	width: calc((100% - 4rem) / 5);
	position: relative;
	cursor: pointer;
}
#detail .detail_main .img_area .thumb_img .img_box:not(:nth-child(5n)) {
	margin-right: 1rem;
}
#detail .detail_main .img_area .thumb_img .img_box:not(:nth-child(-n+5)) {
	margin-top: 1rem;
}
#detail .detail_main .img_area .thumb_img .img_box:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	z-index: 10;
	transition: 0.4s linear;
}
#detail .detail_main .img_area .thumb_img .img_box.thumbnail-current:before {
	opacity: 0;
}
#detail .detail_main .cts_area {
	width: 50%;
	padding-left: 6rem;
}
#detail .detail_main .cts_area .brand_name {
	line-height: 1;
	margin-bottom: 2rem;
	font-weight: 500;
}
#detail .detail_main .cts_area .brand_name .f_en {
	font-size: 1.8rem;
}
#detail .detail_main .cts_area .ttl_01 {
	margin-bottom: 1.5rem;
}
#detail .detail_main .cts_area .color {
	line-height: 1.3;
}
#detail .detail_main .cts_area .color > p + p {
	margin-top: .5em;
}
#detail .detail_main .cts_area .txt_box {
	font-size: 1.6rem;
	line-height: 1.87;
	margin-top: 4.3rem;
}
#detail .detail_main .cts_area .txt_box > * + * {
	margin-top: 1em;
}
#detail .detail_main .cts_area .txt_link {
	margin-top: 0.9rem;
	position: relative;
	padding-left: 1.4rem;
}
#detail .detail_main .cts_area .txt_link:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #7c7d84;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
}
#detail .detail_main .cts_area .txt_link a {
	color: #7c7d84;
}
#detail .detail_main .cts_area .spec_box {
	margin-top: 4.6rem;
}
#detail .detail_main .cts_area .spec_box h2 {
	line-height: 1;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.075em;
}
#detail .detail_main .cts_area .spec_box tr {
	border-bottom: solid 1px #dddddd;
}
#detail .detail_main .cts_area .spec_box th {
	width: 20%;
	font-weight: 400;
	font-size: 1.6rem;
	text-align: left;
	padding: 1.5rem 0 0.7rem;
}
#detail .detail_main .cts_area .spec_box td {
	width: 80%;
	font-size: 1.6rem;
	padding: 1.5rem 0 0.7rem;
}
#detail .detail_main .cts_area .spec_box td .inner:before {
	content: '：';
}
#detail .detail_main .cts_area .cart_box {
	margin-top: 5rem;
	background: #f5f4ef;
	padding: 4rem 5rem;
}

#detail .detail_main .cts_area .cart_box .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#detail .detail_main .cts_area .quantity {
	display: flex;
	align-items: center;
}
#detail .detail_main .cts_area .quantity input {
	width: 28px;
	height: 28px;
	padding: 0;
	text-align: center;
	margin-left: 1rem;
	background: transparent;
	border: solid 1px #7c7d84;
}
#detail .detail_main .cts_area .quantity .btn_wrap {
	margin-left: 1.4rem;
}
#detail .detail_main .cts_area .quantity .btn_plus,
#detail .detail_main .cts_area .quantity .btn_minus {
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
	display: block;
	border: none;
	outline: none;
	background: none;
}
#detail .detail_main .cts_area .quantity .btn_minus {
	margin-top: 1.2rem;
}
#detail .detail_main .cts_area .quantity button {
	cursor: pointer;
}
#detail .detail_main .cts_area .quantity button:before,
#detail .detail_main .cts_area .quantity button:after {
	content: '';
	position: absolute;
	background: #7c7d84;
}
#detail .detail_main .cts_area .quantity .btn_plus:before {
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
	margin-left: -1px;
}
#detail .detail_main .cts_area .quantity .btn_plus::after,
#detail .detail_main .cts_area .quantity .btn_minus:after {
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
#detail .detail_main .cts_area .cart_box input[type="submit"] {
	width: 30.5rem;
	max-width: 100%;
	margin-left: 2.5rem;
	padding: 1.6rem 0;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
}
#detail .detail_main .cts_area .link_wrap {
	margin-top: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	margin-left: 5rem;
}
#detail .detail_main .cts_area .link_wrap a {
	display: block;
	padding-left: 2rem;
	position: relative;
}
#detail .detail_main .cts_area .link_wrap a:not(:last-child) {
	margin-right: 3rem;
}
#detail .detail_main .cts_area .link_wrap a:before,
#detail .detail_main .cts_area .link_wrap a:after {
	content: '';
	background: #7c7d84;
	position: absolute;
	top: 50%;
}
#detail .detail_main .cts_area .link_wrap a:before {
	left: 0;
	width: 12px;
	height: 1px;

}
#detail .detail_main .cts_area .link_wrap a:after {
	height: 1px;
	width: 4px;
	transform: rotate(40deg);
	left: 9px;
	margin-top: -1px;
}
@media print, screen and (min-width : 992px) {
	#detail .detail_main .img_area .thumb_img .img_box:hover:before {
		opacity: 0;
	}
}
#detail .recommend .item_slider .item .txt_box {
	margin-top: 2.4rem;
}
/*-----------------------------------------------------
オンラインショッピングについて	guidance
------------------------------------------------------*/
#about_shopping #mainimage .mv_inner {
	background-image: url(../image/about_shopping/img_mv.jpg);
}
#about_shopping .guidance_wrap h3,
#about_shopping .guidance_wrap h4 {
	font-weight: 400;
}
#about_shopping .guidance_wrap table th {
	font-weight: 400;
}
#about_shopping .guidance_wrap > table > tbody > tr > th {
	width: 23.3%;
	font-weight: 400;
	vertical-align: top;
	text-align: left;

}
#about_shopping .guidance_wrap > table > tbody > tr > td {
	width: 76.7%;
}
#about_shopping .guidance_wrap > table > tbody > tr > td.pb01 {
	padding-bottom: 10rem;
}
#about_shopping .guidance_wrap > table > tbody > tr > td.pb02 {
	padding-bottom: 9.3rem;
}
#about_shopping .guidance_wrap > table > tbody > tr > td.pb03 {
	padding-bottom: 9rem;
}
#about_shopping .guidance_wrap .guide_ttl {
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 400;
}
#about_shopping .guidance_wrap .guide_ttl + .ttl_en {
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 1.8rem;
	font-weight: 500;
}

#about_shopping .guidance_wrap .txt {
	line-height: 1.87;
	font-size: 1.6rem;
}
#about_shopping .guidance_wrap p.txt + p.txt {
	margin-top: 1.6rem;
}
#about_shopping .guidance_wrap .txt_b {
	font-size: 1.8rem;
}
#about_shopping .guidance_wrap .order .box {
	margin-top: 4rem;
}
#about_shopping .guidance_wrap .order .box p {
	margin-top: 0.8rem;
}
#about_shopping .guidance_wrap .payment {

}
#about_shopping .guidance_wrap .payment .box:nth-child(2) {
	margin-top: 4.3rem;
}
#about_shopping .guidance_wrap .payment .box:nth-child(3) {
	margin-top: 5rem;
}
#about_shopping .guidance_wrap .payment .ttl_bg {
	background: #7c7d84;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	padding: 1.1rem 2rem;
	margin-bottom: 2.3rem;
}
#about_shopping .guidance_wrap .payment table {
	margin-top: 2.3rem;
}
#about_shopping .guidance_wrap .payment table th {
	background: #f5f5ee;
	width: 50%;
	line-height: 1;
	padding: 2rem 0;
}
#about_shopping .guidance_wrap .payment table td {
	line-height: 1;
	padding: 2rem 0;
}
#about_shopping .guidance_wrap .payment table tr > * {
	border-left: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	text-align: center;
}
#about_shopping .guidance_wrap .payment table tr * {

}
#about_shopping .guidance_wrap .payment table tr:first-child th {
	border-top: solid 1px #dddddd;
}
#about_shopping .guidance_wrap .payment table tr *:first-child {
	border-left: none;
}
#about_shopping .guidance_wrap .delivary .box:nth-child(2) {
	margin-top: 3.3rem;
}
#about_shopping .guidance_wrap .delivary .box:nth-child(3) {
	margin-top: 2.6rem;
}
#about_shopping .guidance_wrap .delivary .txt_b {
	margin-bottom: 1.76rem;
}
#about_shopping .guidance_wrap .delivary .ttl_bd {
	font-weight: 500;
	font-size: 1.6rem;
	position: relative;
	line-height: 1;
	margin-bottom: 3rem;
}
#about_shopping .guidance_wrap .delivary .ttl_bd:after {
	content: '';
	width: 85%;
	height: 1px;
	background: #7c7d84;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
}
#about_shopping .guidance_wrap .delivary .ttl_bd span {
	background: #fff;
	padding-right: 0.5em;
}
#about_shopping .guidance_wrap .delivary table {
	border-top: solid 1px #dddddd;
}
#about_shopping .guidance_wrap .delivary table  tr > * {
	border-left: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
#about_shopping .guidance_wrap .delivary table tr th:first-child {
	text-align: left;
	padding: 1.4rem 1rem;
	border-left: none;
}
#about_shopping .guidance_wrap .delivary table th.bg {
	background: #f5f5ee;
}
#about_shopping .guidance_wrap .delivary table th {
	line-height: 1;
	padding: 1.6rem 0;
}
#about_shopping .guidance_wrap .delivary table th.s {
	width: 5.1%;
	text-align: center;
}
#about_shopping .guidance_wrap .delivary table th.m {
	width: 8.8%;
	text-align: center;
}
#about_shopping .guidance_wrap .delivary table tr:not(:first-child) th {
	width: 11%;
}
#about_shopping .guidance_wrap .delivary table tr:nth-child(2) td {
	text-align: center;
}
#about_shopping .guidance_wrap .delivary table tr:last-child td {
	line-height: 1.7;
	padding: 1.1rem 6.3rem;
}
#about_shopping .guidance_wrap .delivary .attention {
	text-align: right;
	margin-top: 1.2rem;
}
#about_shopping .guidance_wrap .delivary .time_wrap {
	display: flex;
	margin-top: 2.3rem;
}
#about_shopping .guidance_wrap .delivary .time_wrap .item {
	text-align: center;
}
#about_shopping .guidance_wrap .delivary .time_wrap .item:not(:last-child) {
	margin-right: 5rem;
}
#about_shopping .guidance_wrap .delivary .time_wrap .item .time_txt {
	line-height: 1;
	margin-top: 1.2rem;
}
#about_shopping .guidance_wrap > table > tbody > tr.act > td {
	padding-bottom: 0;
}
#about_shopping .guidance_wrap .act .guide_ttl {
	line-height: 1.33;
}
#about_shopping .guidance_wrap .act .guide_ttl + .ttl_en {
	line-height: 1.5;
}
#about_shopping .guidance_wrap .act table {
	font-size: 1.6rem;
}
#about_shopping .guidance_wrap .act table tr:first-child {
	border-top: solid 1px #dddddd;
}
#about_shopping .guidance_wrap .act table tr {
	border-bottom: solid 1px #dddddd;
}
#about_shopping .guidance_wrap .act table th {
	width: 25%;
	background: #f5f5ee;
	text-align: left;
	padding: 1.5rem 2.3rem;
}
#about_shopping .guidance_wrap .act table td {
	width: 75%;
	padding: 1.5rem 2.3rem;
}
@media print, screen and (min-width : 992px) {
}
/*-----------------------------------------------------
お知らせ	information
------------------------------------------------------*/
#information #mainimage .mv_inner {
	background-image: url(../image/information/img_mv.jpg);
}
#information .article_top {

}
#information .info_single .article_info {
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
#information .info_single .article_info .info_date {
	margin-right: 2rem;
}
#information .info_single .info_ttl {
	border-bottom: solid 1px #7c7d84;
	margin-top: 2rem;
	padding-bottom: 1rem;
	font-size: 2rem;
}
#information .info_single .infos_cnt{
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 1.87;
}
#information .information .info_list {
	padding: 0;
}
@media only screen and (min-width:767px) {
}
/*-----------------------------------------------------
	WP PAGER
------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin-top: 6.5rem;
}
.wp-pagenavi * {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	width: 4.1rem;
	line-height: 3.8rem;
	text-decoration: none;
	transition: 0.4s linear;
	margin: 0 0.5rem;
	color: #7c7d84;
}
.wp-pagenavi *:not(.extend) {

}
.wp-pagenavi a {
}
.wp-pagenavi .current {
	background-color: #f5f4f4;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last {
	padding: 0 0.5em;
	box-sizing: content-box;
}

@media screen and (min-width : 992px ) {
/* ボタン<a>タグのホバー時のデザイン */
.wp-pagenavi a:hover {
	background: #f5f4f4;
}
}
/*-----------------------------------------------------
お問い合わせ	contact
------------------------------------------------------*/
#contact #mainimage .mv_inner {
	background-image: url(../image/contact/img_mv.jpg);
}
#contact .thanks {
	text-align: center;
}

/*-----------------------------------------------------

	各フォーム共通CSS

------------------------------------------------------*/
.form_wrap table th {
	font-weight: 400;
	text-align: left;
	font-size: 1.6rem;
	width: 30%;
	vertical-align: top;
}
.form_wrap table th .f_en {
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	display: inline-block;
	margin-left: 2rem;
}
.form_wrap table td {
	width: 70%;
}
.form_wrap table th,
.form_wrap table td {
	padding: 2.1rem 1.5rem;
	border-bottom: solid 1px #eee;
}
.form_wrap .form_adress {
	display: table;
	width: 100%;
}
.form_wrap .form_adress  > * {
	display: table-cell;
	vertical-align: middle;
}
.form_wrap .form_adress .txt {
	width: 18rem;
	padding-right: 2rem;
	white-space: nowrap;
}
.form_wrap .form_adress + .form_adress {
	margin-top: 1.5rem;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
	color: #E53333;
}

.form_wrap input,
.form_wrap textarea,
.form_wrap select  {
  font-family: 'Noto Sans JP', sans-serif;
}
.form_wrap .input_txt,
.form_wrap textarea,
.form_wrap select {
	padding: 0.7em 1em;
	border-radius: 0;
	font-size: 1.6rem;
	box-shadow: none;
	box-sizing: border-box;
	margin: 0;
	background: #f5f4f4;
	border: none;
}
input.short {
	width: 25%;
}
input.middle {
	width: 50%;
}
input.long {
	width: 100%;
}
.form_wrap .form_cnt textarea {
	width: 100%;
	height: 150px;
}
/*ボタン*/
.form_wrap .btn_wrap {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
}
.form_wrap .btn_wrap input {
	width: 30.5rem;
	max-width: 30.5rem;
	margin: 0 1rem;
	padding: 1.6rem 0;
	cursor: pointer;
}
.form_wrap .btn_wrap input.cancel {

}
/*ラジオボタン*/
.radio_list + input {
	margin-top: 1rem;
}
.radio_list > li {
	display: inline-block;
	margin-top: 20px;
	margin-right: 25px;
	font-size: 1.4rem;
	line-height: 1.3;
	width: 40%;
}
.radio_list > li:last-child {
	margin-right: 0;
}
.radio_list > li > label > input {
	position: absolute;
	display: none;
}
.radio_list > li > label > input + span {
	position: relative;
	display: inline-block;
	padding-left: 2.8rem;
}
.radio_list > li > label > input + span::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #c5c5c5;
	background-color: #f4f6fa;
}
.radio_list > li > label > input:checked + span::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #71afd0;
}
.radioform.mfp_checked > span::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #71afd0;
}
input[type="submit"],
select {
-webkit-appearance: none;
}

/*-----------------------------------------------------
プライバシーポリシー  privacypolicy
------------------------------------------------------*/
#privacypolicy #mainimage .mv_inner {
	background-image: url(../image/privacypolicy/img_mv.jpg);
}
#privacypolicy .lead_box {
	font-size: 1.6rem;
	line-height: 1.87;
}
#privacypolicy .privacy_wrap {
	margin-top: 6.5rem;
	font-size: 1.6rem;
}
#privacypolicy .box {
	border-bottom: solid 1px #eee;
	padding-bottom: 4.6rem;
}
#privacypolicy .box:first-child {
	border-top: solid 1px #eee;
	padding-top: 4.2rem;
}
#privacypolicy .box:not(:first-child) {
	margin-top: 4.2rem;
}
#privacypolicy .privacy_ttl {
	font-weight: 400;
	font-size: 2.4rem;
	margin-bottom: 1.3rem;
}

#privacypolicy .list {
	padding: 0 2rem;
  margin-top: 1.6rem;
}
#privacypolicy .list li {
	list-style: disc;
}
#privacypolicy .list li:not(:first-child) {
	margin-top: 1.6rem;
}
#privacypolicy .ga {
	margin-top: 1.6rem;
}
#privacypolicy .ga .link {
	display: block;
	text-decoration: underline;
	word-break: break-all;
}
@media only screen and (min-width:767px) {
}


/*-----------------------------------------------------
404
------------------------------------------------------*/
#not_found #mainimage .mv_inner {
	background-image: url(../image/contact/img_mv.jpg);
}
.ta_center {
	text-align: center;
}


/*----------------------------------------------------

 (max-width : 1499px) 1499px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1499px ) {

}
/*----------------------------------------------------

 (max-width : 1399px) 1399px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1399px ) {
	#top .brand .brand_list li {
		width: 25%;
	}
	#top .brand .brand_list li:not(:nth-child(-n+4)) {
    margin-top: 2rem;
	}
	/*#top .information .info_list .l_wrap {
		width: 30%;
	}
	#top .information .info_list .info_ttl {
		width: 70%;
	}*/
	#top .welcome .welcome_wrap:before {
		-webkit-background-size: auto 680px;
		background-size: auto 680px;
	}
	#top .welcome .welcome_wrap .bg {
		height: 300px;
	}
	.under .mv_ttl {
		margin-left: 8%;
	}
}
@media screen and (max-width : 1349px ) {
	body {
		padding-top: 154px;
	}
}
/*----------------------------------------------------

 (max-width : 1299px) 1299px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1299px ) {
	body {
		padding-top: 134px;
	}
	/*#top .information .info_list .l_wrap {
		width: 32%;
	}
	#top .information .info_list .info_ttl {
		width: 68%;
	}*/
	#top .welcome .welcome_wrap:before {
		-webkit-background-size: auto 600px;
		background-size: auto 600px;
	}
	#top .welcome .welcome_wrap .bg {
		height: 230px;
		width: 95%;
		margin-left: auto;
		margin-top: 9rem;
	}
}

/*----------------------------------------------------

 (max-width : 1199px) 1199px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1199px ) {
#top .brand .brand_list {
	/*justify-content: space-between;*/
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
#top .brand .brand_list li {
	padding: 0 1.25rem;
}
.information .info_list .l_wrap {
	width: 100%;
}
.information .info_list .info_ttl {
	width: 100%;
	margin-top: 1rem;
}
#top .welcome .welcome_wrap:before {
	-webkit-background-size: auto 570px;
	background-size: auto 570px;
	width: 52.6%;
}
#top .welcome .welcome_wrap .bg {
	height: 210px;
}
#top .welcome .welcome_wrap .txt_box {
	padding-left: 5rem;
	width: 48.4%;
}
.under .mv_ttl {
	margin-left: 6%;
}
#detail .detail_main .cts_area .link_wrap a:not(:last-child) {
	margin-right: 0;
}
#detail .detail_main .cts_area .link_wrap a {
	width: 100%;
}
#about_shopping .guidance_wrap > table > tbody > tr > th,
#about_shopping .guidance_wrap > table > tbody > tr > td {
  display: block;
  width: 100%;
}
#about_shopping .guidance_wrap > table > tbody > tr {
	border-bottom: solid 1px #eee;
}
#about_shopping .guidance_wrap > table > tbody > tr > th {
	padding-bottom: 2rem;
}
#about_shopping .guidance_wrap > table > tbody > tr:not(:first-child) > th {
	padding-top: 5rem;
}
#about_shopping .guidance_wrap > table > tbody > tr > td {
	padding-bottom: 5rem;
}
#about_shopping .guidance_wrap > table > tbody > tr > td.pb01,
#about_shopping .guidance_wrap > table > tbody > tr > td.pb02,
#about_shopping .guidance_wrap > table > tbody > tr > td.pb03 {
	padding-bottom: 5rem;
}
#about_shopping .guidance_wrap .act table th {
	width: 27%;
}
.form_wrap table th {
	width: 35%;
}
.form_wrap table td {
	width: 65%;
}

/*2023.01.16*/
#about .guidance_wrap{
	margin-top: 5rem;
}
#about .guidance_wrap > table > tbody > tr > th,
#about .guidance_wrap > table > tbody > tr > td {
  display: block;
  width: 100%;
}
#about .guidance_wrap > table > tbody > tr {
	border-bottom: solid 1px #eee;
}
#about .guidance_wrap > table > tbody > tr > th {
	padding-bottom: 2rem;
}
#about .guidance_wrap > table > tbody > tr:not(:first-child) > th {
	padding-top: 5rem;
}
#about .guidance_wrap > table > tbody > tr.act > td {
	padding-bottom: 5rem;
}
#about .guidance_wrap .act table th {
	width: 27%;
}
}

/*----------------------------------------------------

(min-width : 992px) and (max-width : 1199px)　ノートPCのみ

*----------------------------------------------------*/
@media (min-width : 992px) and (max-width : 1199px) {
	#online_shop .product_main {
		width: 78%;
	}
	#online_shop .product_side {
		width: 22%;
	}
	#online_shop .product_side .side_list .list {
		padding-right: 2.2rem;
	}
}
