﻿@charset "UTF-8";
/*=========================================================ヘッダー・フッター=========================================================*/
/* HEADER */

/*=========================================================共通要素=========================================================*/
img {
	max-width: 100%;
	vertical-align: top;
}
h2.with-ttl-point {
	text-align: center;
	position: relative;
}
.design-btn {
	text-align: center;
}
.design-btn a {
	width: 284px;
	height: 50px;
	margin: 70px auto 120px;
	line-height: 50px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
	background: #004263 url("../../img/usr/btn_arrow_w.png") 92% center no-repeat;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	letter-spacing: 0.2em;
	transition: 0.5s;
}
.design-btn2 {
	text-align: center;
}
.design-btn2 a {
	width: 46%;
	margin: 70px auto 120px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
	background: #004263 url("../../img/usr/btn_arrow_w.png") 92% center no-repeat;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	transition: 0.5s;
}
/*=========================================================TOPページコンテンツ=========================================================*/

/* TOP: NEWS */
.block-top-news-pickup {
	padding: 90px 0 80px;
}
.block-top-news-pickup-body {
	position: relative;
}
.block-top-news-pickup-body .title-img-headline {
	width: 1200px;
	padding: 55px 0 0;
	margin: 0 auto 50px;
	text-align: center;
}
.block-top-news-pickup-body .swiper-slide {
	width: 242px !important;
}
.block-top-news-pickup-body #top-news-pickup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.block-top-news-pickup-body #top-news-pickup a {
	display: block;
	text-decoration: none;
}
.block-top-news-pickup-body #top-news-pickup a:hover {
	opacity: .8;
}
.block-top-news-pickup-body #top-news-pickup .image {
	margin: 0 auto 10px;
	text-align: center;
}
.block-top-news-pickup-body #top-news-pickup .desc .text {
	font-size: 14px;
	line-height: 20px;
}
.block-top-news-pickup-body .btn-more {
	position: absolute;
	top: 60px;
	right: calc((100% - 1200px) / 2);
}
.block-top-news-pickup-body .btn-more a {
	height: 40px;
	padding: 10px 0 0 0;
	display: block;
}
.block-top-news-pickup-body .btn-more a:hover {
	opacity: .8;
}
.glass-page-navi-wrap {
	width: 900px;
	/*width: 1300px;
	*/
	margin: 60px auto 0;
}
.glass-page-navi-wrap .glass-page-navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 12px;
	/*gap: 0 12px;
	*/
}
.glass-page-navi-wrap .glass-page-navi li {
	/*width: 24%;
	*/
	width: 48%;
	padding: 0 15px;
}
.glass-page-navi-wrap .glass-page-navi li a {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
	background: #004263 url("../../img/usr/btn_arrow_w.png") 92% center no-repeat;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	transition: 0.5s;
}
/*.glass-page-navi-wrap .glass-page-navi li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	position: relative;
	background: #004263;
	color: #fff;
	border: 2px solid #fff;
	outline: solid 2px #004263;
	outline-offset: 2px;
}
.glass-page-navi-wrap .glass-page-navi li a::after {
	content: '';
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #fff transparent;
	transition: 0.3s;
}
*/
/* TOP: ブランドピックアップ */
/* 20230613 add 
.block-top-pickup--header {
	position: relative;
	padding: 1.6rem;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 50px;
}
/*.block-top-pickup--header:before {
	position: absolute;
	bottom: 5px;
	left: calc(50% - 60px);
	width: 120px;
	height: 1px;
	content: '';
	background: #c3c2c2;
}
*/
.block-top-pickup--header a {
	text-decoration: none;
}
.brand-pickup {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 10px 20px;
	margin: 40px auto 60px;
	border: 1px solid #c3c2c2;
}
.brand-pickup .inner {
	flex-basis: 30%;
	text-align: center;
	vertical-align: center;
}
.brand-pickup .inner img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
/* TOP: メガネを探す */
.block-top-search-head {
	padding: 100px 0 0;
	background: #f0f0f0;
}
.block-top-search-head .title-headline {
	padding: 0;
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0.2em;
}
/* TOP: シーンから探す */
.block-top-scene-search {
	padding: 60px 0 30px;
	background: #f0f0f0;
}
.block-top-scene-search .title-headline {
	padding: 0;
	margin: 0 0 50px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0.2em;
}
.block-top-scene-search .title-headline span {
	display: inline-block;
	position: relative;
}
.block-top-scene-search .title-headline span::after {
	content: '';
	width: 95%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.block-top-scene-search-body {
	width: 1060px;
	margin: 0 auto;
	background: #f0f0f0;
	position: relative;
}
.block-top-scene-search-body .scene-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block-top-scene-search-body .scene-list li {
	width: 333px;
	text-align: center;
	position: relative;
}
.block-top-scene-search-body .scene-list a {
	display: block;
	text-decoration: none;
}
.block-top-scene-search-body .scene-list a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 1;
	opacity: 0;
	transition: .3s;
}
.block-top-scene-search-body .scene-list a:hover {
	opacity: 1;
}
.block-top-scene-search-body .scene-list a:hover:after {
	opacity: 1;
}
.block-top-scene-search-body .scene-list .image {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.block-top-scene-search-body .scene-list .name {
	width: 100%;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 0px 12.64px rgba(0, 0, 0, 0.22);
	position: absolute;
	top: calc(50% - 11px);
	left: 0;
	z-index: 2;
}
/* TOP: カタチから探す */
.block-top-form-search {
	padding: 40px 0 0;
	background: #f0f0f0;
}
.block-top-form-search .title-headline {
	padding: 0;
	margin: 0 0 50px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 1px;
}
.block-top-form-search .title-headline span {
	display: inline-block;
	position: relative;
}
.block-top-form-search .title-headline span::after {
	content: '';
	width: 95%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.block-top-form-search-body {
	width: 1060px;
	margin: 0 auto;
	background: #f0f0f0;
	position: relative;
}
.block-top-form-search-body .form-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.block-top-form-search-body .form-list li {
	width: 120px;
	margin: 0 20px 30px;
	text-align: center;
}
.block-top-form-search-body .form-list a {
	text-decoration: none;
}
.block-top-form-search-body .form-list .image {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.block-top-form-search-body .form-list .name {
	font-size: 14px;
	text-align: center;
}
/* TOP: ブランドから探す */
.block-top-brand-search {
	padding: 50px 0 30px;
	background: #f0f0f0;
}
.block-top-brand-search .title-headline {
	padding: 0;
	margin: 0 0 50px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 1px;
}
.block-top-brand-search .title-headline span {
	display: inline-block;
	position: relative;
}
.block-top-brand-search .title-headline span::after {
	content: '';
	width: 95%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.block-top-brand-search-body {
	width: 1060px;
	margin: 0 auto;
	background: #f0f0f0;
	position: relative;
}
.block-top-brand-search-body ul {
	overflow: hidden;
}
.block-top-brand-search-body ul li {
	width: 250px;
	margin: 0 19px 19px 0;
	float: left;
}
.block-top-brand-search-body ul li:nth-child(4n) {
	margin: 0 0 19px 0;
}
.block-top-brand-search-body ul li a:hover {
	opacity: .7;
}
.block-top-brand-search-body .btn-all-brand {
	position: absolute;
	top: 0;
	right: 0;
}
.block-top-brand-search-body .btn-all-brand a {
	height: 40px;
	padding: 10px 0 0 0;
	display: block;
}
.block-top-brand-search-body .btn-all-brand a img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
}
/* TOP: サングラスを探す */
.block-top-sun-glass {
	/*padding: 50px 0 30px;
	*/
	padding: 50px 0 90px;
	background: #f0f0f0;
}
.block-top-sun-glass .title-headline {
	padding: 0;
	margin: 0 0 50px 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 1px;
}
.block-top-sun-glass-body {
	width: 1060px;
	margin: 0 auto;
	background: #f0f0f0;
	position: relative;
}
.block-top-sun-glass-body ul {
	overflow: hidden;
}
.block-top-sun-glass-body ul li {
	width: 250px;
	margin: 0 19px 19px 0;
	float: left;
}
.block-top-sun-glass-body ul li:nth-child(4n) {
	margin: 0 0 19px 0;
}
.block-top-sun-glass-body ul li a:hover {
	opacity: .7;
}
.block-top-sun-glass-body .btn-all-brand {
	position: absolute;
	top: 0;
	right: 0;
}
.block-top-sun-glass-body .btn-all-brand a {
	height: 40px;
	padding: 10px 0 0 0;
	display: block;
}
.block-top-sun-glass-body .btn-all-brand a img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
}
/* TOP: OTHER COLLECTION */
/*20230713 add*/
.block-top-collaboration .title-headline {
	padding: 0;
	margin: 0 0 50px 0;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 1px;
}
.block-top-collaboration-body {
	padding: 50px 0 60px;
	background: #f0f0f0;
	position: relative;
}
.collaboration {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	max-width: 1060px;
}
@media (max-width:767px) {
	.collaboration {
		width: 100%;
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
	justify-content: center}
}
.collaboration li {
	position: relative;
	width: 32%;
	overflow: hidden;
	margin: 10px 8px 10px 16px;
}
.collaboration li .caption {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
transform: translateY(-50%) translateX(-50%)}
.collaboration li .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;
	/* マスクを表示しない */
	background-color: rgba(255, 255, 255, 1);
	transition: all 0.6s ease;
}
.collaboration li:hover .mask {
	opacity: 1;
	/* マスクを表示する */
}
.collaboration li .caption_more {
	color: #004263;
	margin: 30px 0 0;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
transform: translateY(-50%) translateX(-50%)}
.collaboration li .caption_more:after {
	content: ">>";
	padding-left: 10px;
}
.collaboration li .caption_more:active,.collaboration li .caption_more:focus,.collaboration li .caption_more:hover {
	color: #036ea4;
transition: .5s}
.collaboration li img {
	width: 100%;
	height: auto;
}
/* TOP: キーワードから探す */
.block-top-item-search {
	/*padding: 50px 0 100px 0;*/
	padding: 70px 0 50px 0;  
	background: #f0f0f0;
}
.block-top-item-search .title-headline {
	padding: 0;
	margin: 0 0 60px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 1px;
}
.block-top-item-search-form form {
	width: 730px;
	padding: 10px 10px 10px 20px;
	margin: 0 auto;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	overflow: hidden;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.block-top-item-search-form form #keyword {
	width: 650px;
	height: 40px;
	padding: 0;
	margin: 0 auto;
	border: none;
	font-size: 18px;
	line-height: 40px;
	background: #fff;
}
.block-top-item-search-form form button {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: #fff;
}
.block-top-item-search-keyword-list {
	width: 730px;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.block-top-item-search-keyword-list li {
	margin: 0 10px 10px 0;
	display: inline-block;
}
.block-top-item-search-keyword-list li a {
	height: 32px;
	padding: 0 15px;
	border: #c3c2c2 1px solid;
	line-height: 30px;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: 0.3s;
}
.block-top-item-search-keyword-list li a:hover {
	border: #fff 1px solid;
	background: #fff;
}
/* TOP: COLLECTION */
.block-top-collection {
	/*max-width: 1500px;
	*/
	max-width: 1080px;
	/*min-width: 1060px;
	*/
	margin: 0 auto;
}
.block-top-collection-item {
	/*20230217 add*/
	margin-top: 80px;
	margin-bottom: 100px;
	position: relative;
}
.block-top-collection-item .image {
	width: 100%;
	padding: 0 0 0 25%;
	/*↑20230217 add↑*/
	text-align: right;
}
.block-top-collection-item:nth-child(2n) .image {
	width: 100%;
	padding: 0 25% 0 0;
	text-align: left;
}
.block-top-collection-item .collection-slider {
	/*width:  35%;
	*/
	width: 40%;
	max-width: 500px;
	padding: 50px 0 30px;
	border: #ddd 1px solid;
	background: #fff;
	text-align: center;
	position: absolute;
	/*left: 100px;
	*/
	left: 0px;
	bottom: 0;
}
.block-top-collection-item:nth-child(2n) .collection-slider {
	left: auto;
	/*right: 100px;
	*/
	right: 0px;
	bottom: 0;
}
.block-top-collection-item .collection-slider .title {
	position: relative;
	margin-bottom: 10px;
	font-size: 24px;
	letter-spacing: 0.3em;
	z-index: 1;
}
.block-top-collection-item .collection-slider .photo {
	/*width: 80%;
	*/
	/*height: 350px;
	*/
	width: 70%;
	height: 280px;
	margin: 0 auto 10px;
	text-align: center;
}
.block-top-collection-item .collection-slider .photo a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.block-top-collection-item .collection-slider .photo a:hover {
	opacity: .8;
}
.block-top-collection-item .collection-slider .details {
	margin-bottom: 10px;
	text-align: center;
}
.collection-slider .swiper-button-prev {
	background: url("../../img/usr/top/collection/collection_prev.png") left center no-repeat;
}
.collection-slider .swiper-button-next {
	background: url("../../img/usr/top/collection/collection_next.png") left center no-repeat;
}
.collection-slider .swiper-button-prev:after,.collection-slider .swiper-button-next:after {
	display: none;
}
.collection-slider .swiper-pagination {
	position: static;
	margin: 10px 0 0;
}
.collection-slider .swiper-pagination span {
	width: 10px;
	height: 10px;
	margin: 0 10px !important;
	background: #c0c0c0;
	opacity: 1;
}
.collection-slider .swiper-pagination span.swiper-pagination-bullet-active {
	background: #004263;
}
.block-top-collection-item .details-name {
	position: relative;
	margin-bottom: 5px;
	font-size: 16px;
	text-align: center;
	display: block;
}
.block-top-collection-item .details-price {
	font-size: 11.5px;
	text-align: center;
	display: block;
}
.block-top-collection-item .desc {
	width: 100%;
	padding: 60px 50px 40px 46%;
}
.block-top-collection-item:nth-child(2n) .desc {
	padding: 60px 46% 50px 50px;
}
.block-top-collection-item .text {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 2.0;
}
.block-top-collection-item .desc .design-btn {
	text-align: left;
}
.block-top-collection-item .desc .design-btn a {
	margin-right: 0;
}
.block-top-collection .bx-wrapper .bx-prev,.block-top-collection .bx-wrapper .bx-prev:hover,.block-top-collection .bx-wrapper .bx-prev:focus {
	background: url('../../img/usr/top/collection/collection_prev.png') left center no-repeat;
	left: 20px;
}
.block-top-collection .bx-wrapper .bx-next,.block-top-collection .bx-wrapper .bx-next:hover,.block-top-collection .bx-wrapper .bx-next:focus {
	background: url('../../img/usr/top/collection/collection_next.png') right center no-repeat;
	right: 20px;
}
.block-top-collection .bx-wrapper .bx-pager {
	padding-top: 20px;
	color: #c0c0c0;
}
.block-top-collection .bx-wrapper .bx-pager.bx-default-pager a {
	background: #c0c0c0;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.block-top-collection .bx-wrapper .bx-pager.bx-default-pager a:hover,.block-top-collection .bx-wrapper .bx-pager.bx-default-pager a.active,.block-top-collection .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #004263;
}
/* TOP: COLUMN */
.block-top-pickup-column {
	padding: 60px 0 50px;
	background: #f0f0f0;
}
.block-top-pickup-column .title-img-headline {
	padding: 0;
	margin: 0 auto 50px;
	text-align: center;
	width: 330px;
}
.block-top-pickup-column-body {
	/*max-width: 1250px;
	*/
	max-width: 1150px;
	margin: 0 auto;
	background: #f0f0f0;
	position: relative;
}
.block-top-pickup-column-body ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 60px;
}
.block-top-pickup-column-body ul li {
	width: 370px;
	max-width: 29%;
	padding: 12px 17px 26px 17px;
	margin: 0 30px 0 0;
	background: #fff;
}
.block-top-pickup-column-body ul li:last-child {
	margin: 0;
}
.block-top-pickup-column-body ul li a {
	display: block;
}
.block-top-pickup-column-body ul li a:hover {
	text-decoration: none;
	opacity: .8;
}
.block-top-pickup-column-body .top-pickup-column .image {
	margin: 0 auto 20px;
	text-align: center;
}
.block-top-pickup-column-body .top-pickup-column .head {
	margin: 0 auto 15px;
}
.block-top-pickup-column-body .top-pickup-column .head dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.block-top-pickup-column-body .top-pickup-column .head .date {
	font-size: 12px;
}
.block-top-pickup-column-body .top-pickup-column .head .icon {
	font-size: 12px;
}
.block-top-pickup-column-body .top-pickup-column .head .icon .darkblue {
	padding: 0 5px;
	border: #004263 1px solid;
	font-size: 12px;
	color: #004263;
	display: inline-block;
}
.block-top-pickup-column-body .top-pickup-column .desc {
	margin: 0 auto;
}
.block-top-pickup-column-body .top-pickup-column .desc .title {
	padding: 0;
	margin-bottom: 20px;
	font-size: 16px;
}
.block-top-pickup-column-body .top-pickup-column .desc .text {
	font-size: 12px;
	line-height: 2.0;
}
/* TOP: INSTAGRAM */
.block-top-shop-instagram {
	padding: 100px 0 50px 0;
	background: #fff;
}
.block-top-shop-instagram .title-img-headline {
	padding: 0;
	margin: 0 auto 25px !important;
	text-align: center;
	width: 350px;
}
.block-top-shop-instagram .link-insta {
	margin: 0 0 40px;
	text-align: center;
}
.block-top-shop-instagram .link-insta a {
	padding: 2px 0 2px 22px;
	/*background: url(https://www.visumo.jp/static_front/img/instagram_logo_black.png) no-repeat left center / 16px;*/
	background: url(../../img/usr/common/instagram_logo_black.png) no-repeat left center / 16px;
}
.block-top-shop-instagram #instagram_frame .ecbn-selection-description {
	display: none;
}
.block-top-shop-instagram #instagram_frame {
	width: 1090px;
	margin: 0 auto;
}
.block-top-shop-instagram #instagram_frame .insta-frame {
	display: flex;
	flex-wrap: wrap;
}
.block-top-shop-instagram #instagram_frame .insta-item {
	width: 25%;
	padding: 5px;
	display: flex;
	align-items: center;
}
.block-top-shop-instagram .btn-follow-us-on-instagram {
	margin-top: 50px;
	text-align: center;
}
.block-top-shop-instagram .btn-follow-us-on-instagram a {
	width: 380px;
	height: 60px;
	margin: 0 auto;
	background: #004263;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	transition: 0.5s;
	display: block;
}
.block-top-shop-instagram .btn-follow-us-on-instagram a img {
	vertical-align: top;
}
.block-top-shop-instagram .design-btn {
	margin-top: 30px;
}
/* TOP: 三城のこだわり */
.block-top-shop-kodawari {
	padding: 240px 0 60px;
	background: #edf2f5;
	position: relative;
}
.block-top-shop-kodawari::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 270px 100vw 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.block-top-shop-kodawari .title-headline {
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 4px;
	color: #004263;
	position: relative;
	z-index: 2;
}
.block-top-shop-kodawari .top-text {
	margin: 0 0 40px 0;
	font-size: 18px;
	text-align: center;
	line-height: 2.0;
	position: relative;
	z-index: 2;
}
.block-top-shop-kodawari-body {
	max-width: 1400px;
	margin: 0 auto;
}
.block-top-shop-kodawari-body .kodawari-column {
	display: flex;
	justify-content: space-between;
}
.block-top-shop-kodawari-body .kodawari-column li {
	max-width: 49%;
	width: 685px;
}
.block-top-shop-kodawari-body .kodawari-column .image {
	margin-bottom: 40px;
	text-align: center;
}
.block-top-shop-kodawari-body .kodawari-column .desc {
	padding: 0 30px;
}
.block-top-shop-kodawari-body .kodawari-column .desc .title {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 84px;
	font-size: 28px;
	text-align: center;
	color: #004263;
	font-weight: 500;
}
.block-top-shop-kodawari-body .kodawari-column .desc .text {
	font-size: 18px;
	text-align: center;
	line-height: 2.0;
}
.block-top-shop-kodawari-body .design-btn {
	margin-top: 30px;
}
/* TOP: SHOP SEARCH */
.block-top-shop-search {
	margin-top: 100px;
	/*height: 460px;
	*/
	height: 580px;
	background: url("../../img/usr/top/shop_search.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.block-top-shop-search-inner {
	height: 580px;
	margin: 0 auto;
	display: flex;
}
.block-top-shop-search-box {
	/*width: 565px;
	*/
	width: 800px;
	height: 460px;
	padding: 70px 70px 0;
	margin: 0 auto;
	align-self: center;
	background: rgba(255, 255, 255, 0.9);
}
.block-top-shop-search-box h2 {
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 1.0;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	color: #004263;
}
.block-top-shop-search-box .top-text {
	margin: 40px 0 40px 0;
	font-size: 16px;
	line-height: 2.0;
	position: relative;
}
.block-top-shop-search-box h2 img {
	vertical-align: top;
}
.block-top-shop-search-box .text {
	font-size: 16px;
	line-height: 2.0;
}
.block-top-shop-search-box .design-btn {
	margin-top: 30px;
}
/* TOP: TOPICS */
#block_of_topic {
	padding: 100px 0;
	background: #ffffff;
}
#block_of_topic .block-top-topic--header {
	padding: 0;
	margin: 0 auto 50px auto;
	border: none;
	width: 410px;
}
#block_of_topic .block-top-topic--body {
	width: 1060px;
	padding: 0 40px;
	margin: 0 auto;
}
.block-top-topic--items {
	border-top: #a5a5a5 1px solid;
	border-bottom: #a5a5a5 1px solid;
}
.block-top-topic--items li {
	padding: 0;
	margin: 0;
	background: url(../../img/usr/top/border.png) repeat-x left bottom;
}
.block-top-topic--items li:last-child {
	background: none;
}
.block-top-topic--items li a,.block-top-topic--items li .nolink {
	width: 100%;
	padding: 40px 10px;
	display: flex;
	align-items: center;
}
.block-top-topic--items li a:hover {
	text-decoration: none;
	opacity: 1;
}
.block-top-topic--items li a .icon,.block-top-topic--items li .nolink .icon {
	width: 170px;
	/*min-width: 170px;*/
 max-width: 120px;
	text-align: left;
 padding-right: 20px;
}
/*20251120 add*/
.block-top-topic--items li a .icon,.block-top-topic--items li .nolink .icon img{
 width: 100%;
 height: auto;
 object-fit: cover;
}
.block-top-topic--items li dl {
	display: flex;
	align-items: center;
}
.block-top-topic--items li dt {
	width: 120px;
	min-width: 120px;
	font-size: 14px;
	text-align: left;
}
.block-top-topic--items li dd {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}
.block-top-topic--items li a:hover dd {
	text-decoration: underline;
}
.block-top-topic--next-page {
	text-align: right;
}
.block-top-topic--next-page a {
	padding-right: 30px;
	text-decoration: none;
	color: #444444;
	background: url("../../img/usr/btn_arrow.png") 92% center no-repeat;
}



/*=========================================================商品一覧画面=========================================================*/
/* サムネイル：block-thumbnail-t */
.block-genre-page {
	margin: 0 0 80px;
}
.page-category .block-thumbnail-t li,
.page-brandtop .block-thumbnail-t li,
.page-event .block-thumbnail-t li,
.page-search .block-thumbnail-t li,
.page-genre .block-thumbnail-t li {
	clear: both;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px 24px;
}
.page-category .block-thumbnail-t li dl.block-thumbnail-t--goods,
.page-brandtop .block-thumbnail-t li dl.block-thumbnail-t--goods,
.page-event .block-thumbnail-t li dl.block-thumbnail-t--goods,
.page-search .block-thumbnail-t li dl.block-thumbnail-t--goods,
.page-genre .block-thumbnail-t li dl.block-thumbnail-t--goods {
	width: calc((100% / 4) - 18px);
	margin: 0;
}
.block-category-list--goods .block-thumbnail-t li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.block-thumbnail-t--goods {
	width: 180px;
	margin-left: 24px;
}
.block-thumbnail-t--goods:first-child {
	margin-left: 0;
}
.block-thumbnail-t--goods-image figure {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 282px;
	height: 211px;
	margin: 0 auto;
}
.block-thumbnail-t--goods-image figure img {
	width: 282px;
	height: 211px;
	object-fit: cover;
}
.block-thumbnail-t--goods-name {
	margin-top: 5px;
}
.block-thumbnail-t--goods-description {
	font-size: 14px;
	font-weight: normal;
}
.block-thumbnail-t--goods a {
	display: block;
	color: #000;
	padding: 0 0 5px;
	font-size: 14px;
}
.block-thumbnail-t--goods a:hover {
	text-decoration: none;
}
.block-thumbnail-t--price-items {
	overflow: hidden;
	font-weight: bold;
}
.block-thumbnail-t--price-items .tax {
	font-size: 11px;
}
.block-thumbnail-t--goods .price,.block-thumbnail-t--goods .net-price,.block-thumbnail-t--goods .default-price,.block-thumbnail-t--goods .exchange-price,.block-thumbnail-t--goods .block-exchange-price--rate-dt {
	font-size: 18px;
	letter-spacing: 1px;
}
.block-thumbnail-t--goods .default-price+.block-thumbnail-t--price {
	color: #AB0204;
}
.block-thumbnail-t--goods .default-price {
	float: left;
	margin: 0 10px 0 0;
}
.block-thumbnail-t--scomment {
	color: #cc3302;
}
/*=========================================================商品詳細画面=========================================================*/
/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
	text-align: center;
	margin-top: 50px;
}
/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
	margin: 5px 0 0 5px;
}
/*=========================================================最近チェックした商品 非表示=========================================================*/
#cart_itemhistory,.block-brand-recent-item {
	display: none;
}
/* =================================* フッターバナー表示* 対象：カテゴリー、ブランド、商品ページ* ================================== */
.p-footer-banner {
	display: none;
}
body.page-category .p-footer-banner,body.page-brandlist .p-footer-banner,body.page-brandtop .p-footer-banner,body.page-goods .p-footer-banner,body.page-search .p-footer-banner,body.is-show-footer-banner .p-footer-banner {
	display: block;
	padding: 0 12px;
}
.p-footer-banner__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-footer-banner__item {
	width: 47.5%;
	margin-bottom: 20px;
}
.p-footer-banner__item-image {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}
.p-footer-banner__item-image:hover {
	opacity: 0.8;
}
.p-footer-banner__item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.p-footer-banner {
		padding: 0;
		max-width: 1060px;
		margin: 100px auto;
	}
	.p-footer-banner__items {
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
	}
	.p-footer-banner__item {
		width: calc((100% / 3) - (24px * 2 / 3));
		margin-right: 24px;
		margin-bottom: 30px;
	}
	.p-footer-banner__item:nth-child(3n) {
		margin-right: 0;
	}
}
/*Instagramスタイリング*/
.p-footer-instagram {
	position: relative;
	padding: 0;
	max-width: 1060px;
	margin: 0px auto 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.p-footer-instagram h2{
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 40px 0 0;
	position: relative;
	display: block;
}
.p-footer-instagram h2:after {
	content: '';
	width: 1px;
	height: 30px;
	background: #c3c2c2;
	position: absolute;
	top: 0;
	left: 50%;
	margin: auto;
}
/* 最近チェックした商品 */
#block_of_itemhistory {
	position: relative;
	width: 100%;
	padding: 90px 0 0;
	margin: 90px 0 0;
}
#block_of_itemhistory:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc((100vw - 100%) / 2 * -1);
	width: 100vw;
	height: 1px;
	background: #A5A5A5;
}
.block-recent-item--header {
	font-size: 28px;
	border: 0;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 600;
	color: #2C2C2C;
}
#itemHistoryDetail {
	width: 100%;
}
.block-recent-item--keep-history a {
	color: #004264;
}
.page-goods #itemHistoryDetail dl {
	width: 180px;
	margin: 0 24px 0 0 ;
	padding: 0;
}
.page-goods #itemHistoryDetail dl .block-thumbnail-t--goods-image figure{
	width: 180px;
	height: 135px;
}
