@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#cover {
	opacity: 1;
    visibility: visible;
	display: block;
	z-index: 14;
}

.newsList li {
    padding: 0 0 5px;
}

.hideCover #cover {
    opacity: 0;
    visibility: hidden;
}

.loadingLogo {
	position: absolute;
	left: 50%;
	top: 50%;
}

.headerLogo {
    opacity: 0;
    visibility: hidden;
}

.headLanguage {
    opacity: 1;
    visibility: visible;
}

.mainVis {
	padding-bottom: 0;
}

.mainVis .pager {
    right: 31px;
}

.macChrome .mainVisLink a:hover img {
    opacity: 1;
}

.mainVisLink a:hover {
	opacity: 1;
}

.mainVisLink img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1 !important;
}

.mainVisLink .visLogo1 img {
	width: 13.53%;
	right: 5.9%;
}

.mainVisLink .visLogo2 img {
	width: 15.46%;
	right: 5.9%;
}

.mainVisLink .visLogo3 img {
	width: 11.1%;
	right: 5.9%;
}

.mainVis .visLogo h1 {
}

.scrollDown {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 25px;
	cursor: pointer;
	transform: translateX(-50%);
}

.scrollDown:hover {
  opacity: 1;
}

.scrollDown img {
	width: 100%;
	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
	animation: ca3_fade_move_down 2s ease-in-out infinite;
}

.retTopShow .returnTop {
/*    display: none;*/
    right: 35px;
    bottom: 85px;
    background: #333;
}

@-webkit-keyframes ca3_fade_move_down {
	0%   {
		-webkit-transform: translate(0,-20px);
		opacity: 0;
	}

	50%  {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0,20px);
		opacity: 0;
	}
}

@-moz-keyframes ca3_fade_move_down {
	0%   {
		-moz-transform:translate(0,-20px);
		opacity: 0;
	}

	50%  {
		opacity: 1;
	}

	100% {
		-moz-transform: translate(0,20px);
		opacity: 0;
	}
}

@keyframes ca3_fade_move_down {
	0%   {
		transform: translate(0,-20px);
		opacity: 0;
	}

	50%  {
		opacity: 1;
	}

	100% {
		transform: translate(0,20px);
		opacity: 0;
	}
}

.padNews {
	display: none;
}

@media all and (min-width: 768px) and (max-width: 1099px) {

	.padNews {
		display: block;
		position: absolute;
		left: 20px;
		bottom: 10px;
		color: #fff;
		font-size: 12px;
		white-space: nowrap;
	}
	
	.padNews .date {
		margin-bottom: 10px;
	}

	.padNews .date span {
		color: #bba972;
	}

	.padNews a {
		margin-left: 10px;
		color: #fff;
		position: relative;
	}

	.padNews a:before {
		left: 0;
		bottom: -2px;
		height: 1px;
		width: 100%;
		position: absolute;
		content: "";
		background: #fff;
	}
	
	.selectList li img {
    	width: 125%;
    	margin-left: -5px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisImg {
    	position: absolute;
	}

	.headerLogo {
	    width: 132px;
	    top: 10px;
	    opacity: 1;
	    visibility: visible;
	}

	.headerLogo02 {
		width: 84px;
	    opacity: 0;
	    visibility: hidden;
	}

	.mainVis .visLogo {
		width: 54.6%;
		position: absolute;
		left: 50%;
		top: 7.5%;
		transform: translateX(-50%);
	}

	.mainVis .visLogo h1 {
		margin: 0 auto 0 auto;
		width: 71%;
		opacity: 0;
	}

	.mainVisLink img {
		position: absolute;
		top: auto;
		left: 50%;
		bottom: 64px;
		transform: translate(-50%, 0);
	}

	.mainVisLink .visLogo1 img {
		width: 38%;
		right: auto;
	}

	.mainVisLink .visLogo2 img {
		width: 55.3%;
		right: auto;
	}

	.mainVisLink .visLogo3 img {
		width: 32.6%;
		right: auto;
	}

	#gFooter .pagePath {
		display: none;
	}
}

@media all and (min-width: 0) and (max-width: 320px) {

    .mainVis .visLogo {
        top: 8%;
    }

    .mainVisImg .backstretch {
        overflow: visible !important;
        transform: scale(.9,.9) !important;
    }

    .scrollDown {
    	bottom: 5px;
    }

    .mainVisLink .visLogo1 img {
	    width: 30%;
	}

	.mainVisLink .visLogo2 img {
	    width: 47.3%;
	}

	.mainVisLink .visLogo3 img {
	    width: 24.6%;
	}

    .mainVisLink img {
    	bottom: 50px;
    }
}

/*------------------------------------------------------------
	brand
------------------------------------------------------------*/
.brandSection {
	padding: 62px 0 72px 0;
	position: relative;
	overflow: hidden;
}

.brandSection:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #282828;
	background: -moz-linear-gradient(top,  #000000 0%, #282828 28%, #282828 100%);
	background: -webkit-linear-gradient(top,  #000000 0%,#282828 28%,#282828 100%);
	background: linear-gradient(to bottom,  #000000 0%,#282828 28%,#282828 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828',GradientType=0 );
}

.brandSection .sectionTitle {
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 24px;
}

.brandSection .brandBox .sectionSubTitle {
	letter-spacing: 2px;
	margin-bottom: 28px;
	position: relative;
}

.brandSection .brandBox {
	margin: 0 auto;
	width: 1190px;
	box-sizing: border-box;
	color:#fff;
}

.brandSection .mensWatch {
	margin-bottom: 24px;
}

.brandSection .mensWatch img,
.brandSection .brandList img,
.brandSection .mensJewelry img {
	display: block;
	width: 100%;
}

.brandSection .mensWatch ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.brandSection .mensWatch li {
	width: calc(50% - 4px);
	margin-bottom: 8px;
}

.brandSection .mensWatch .boxLine:hover {
	opacity: 1;
}

.brandSection .mensWatch .column3 li {
	width: calc(33.333% - 5px);
}

.brandSection .brandList {
	margin-bottom: 50px;
}

.brandSection .brandList ul {
	display: flex;
}

.brandSection .brandList li {
	flex: 1;
	overflow: hidden;
    padding-bottom: 3px;
}

.brandSection .brandList img {
	transform: scale(1);
    transition: opacity .5s ease !important;
}

.brandSection .mensJewelry {
	margin-bottom: 60px;
}

.brandSection .mensJewelry .sectionSubTitle {
	letter-spacing: 2px;
	margin-bottom: 28px;
}

.brandSection .mensJewelry ul {
	display: flex;
	justify-content: space-between;
}

.brandSection .mensJewelry ul li {
	width: calc(20% - 6px);
}

.brandSection .mensJewelry ul li a:hover {
	opacity: 1;
}

#search circle {
	fill: none;
	stroke-width: 2px;
}

.brandBtn {
	text-align: center;
}

.brandBtn a {
	color: #fff;
}

@media all and (min-width: 768px) and (max-width: 1290px) {
	.brandSection .brandBox {
		width: auto;
		padding: 0 50px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.brandSection {
		padding: 54px 0 64px 0;
	}

	.brandSection .sectionTitle {
		margin-bottom: 27px;
	}

	.brandSection .brandBox .sectionSubTitle {
		margin-bottom: 26px;
	}

	.brandSection .brandBox {
		padding: 0 13px;
		width: auto;
	}

	.brandSection .mensWatch {
		margin-bottom: 35px;
	}

	.brandSection .mensWatch ul {
		display: block;
	}

	.brandSection .mensWatch li {
		width: 100%;
		margin-bottom: 10px;
	}

	.brandSection .mensWatch .column3 li {
		width: 100%;
	}

	.brandSection .brandList ul {
		display: block;
		overflow: hidden;
	}

	.brandSection .brandList li {
		width: 50%;
		float: left;
	}

	.brandSection .brandList img {
		transform: scale(1);
	}

	.brandSection .brandList li {
		margin-top: 18px;
	}

/*	.brandSection .brandList {
		margin-bottom: 38px;
	}
*/
	.brandSection .mensJewelry {
		margin-bottom: 46px;
	}

	.brandSection .mensJewelry ul {
		display: block;
	}

	.brandSection .mensJewelry ul li {
		width: 100%;
		margin-bottom: 11px;
	}

	.brandSection .mensJewelry ul li a:hover {
		opacity: 1;
	}

	.brandBtn {
		margin: 0 20px;
	}
}

/* 2024.11.22追加 */
.brandSection .Jewelry {
	margin-bottom:60px;
}
.brandBtn p {
    font-size: 14px;
}
.brandBtn span {
    font-size: 12px;
}
.brandBtn ul {
    display: flex;
    justify-content: center;
	margin-bottom: 50px;
}
.brandBtn li {
    padding:20px 20px 10px;
}
.allBrand > li a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -20px;
}

.allBrand > li a:hover::before {
    border-color: transparent transparent transparent #000;
}

@media all and (min-width: 0) and (max-width: 767px){
	.allBrand .searchBaseBtn {
		width: 165px;
	}
	.brandSection .Jewelry {
		margin-bottom: 46px;
	}
	.brandBtn ul {
		margin-bottom: 38px;
	}
	.brandBtn li {
		padding: 20px 8px;
	}
	.allBrand > li a:visited::before {
    border-color: transparent transparent transparent #fff;
	}
}


/*------------------------------------------------------------
	column
------------------------------------------------------------*/
.columnSection {
    background-color: #fff;
    padding: 86px 0 79px 0;
}

.columnSection .sectionTitle {
	margin-bottom: 33px;
}

.cloumnList {
	margin-bottom: 51px;
}

.cloumnList li {
	padding: 5px 22.5px 0;
  	float: left;
  	width: calc(100% - 45px) !important;
}

.cloumnList li .columnImgContanier {
    margin-bottom: 21px;
    position: relative;
}

.cloumnList li .columnImgContanier::before,
.cloumnList li .columnImgContanier::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 100px;
	bottom: 20px;
	background: rgba(0, 0, 0, .7);
	box-shadow: 0 20px 20px #8e8e8e;
}

.cloumnList li .columnImgContanier::before {
	left: 10px;
	transform: rotate(-5deg);
}

.cloumnList li .columnImgContanier::after {
	right: 10px;
	transform: rotate(5deg);
}

.cloumnList li a {
	display: block;
	transition: transform 0.5s;
}

.cloumnList li a:hover {
	opacity: 1;
	transform: translateY(-5px);
}

.cloumnList li img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.cloumnList li p {
    font-size: 12px;
    line-height: 1.7;
}

.cloumnBtn {
	position: relative;
}

.cloumnBtn .arrow {
	width: 31px;
	position: absolute;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 1;
}

.cloumnBtn .arrow img {
	width: 100%;
}

.cloumnBtn .arrowLeft {
	left: 40px;
}

.cloumnBtn .arrowLeft:hover {
	transform: translateX(-5px);
}

.cloumnBtn .arrowRight {
	right: 40px;
}

.cloumnBtn .arrowRight:hover {
	transform: translateX(5px);
}

.cloumnBtn .linkTo {
	top: 0;
	position: relative;
}

.cloumnBtn .linkTo a {
	font-size: 14px;
}

.cloumnList .slick-dots {
	margin-top: 19px;
	text-align: center;
}

.cloumnList .slick-dots li {
	width: 5px !important;
	height: 5px;
	margin-right: 10px;
	padding: 0;
	display: inline-block;
	float: none;
	border-radius: 50%;
	background: #cccccc;
	cursor: pointer;
}

.cloumnList .slick-dots li:last-child {
	margin-right: 0;
}

.cloumnList .slick-dots li.slick-active {
	background: #333333;
}

.cloumnList .slick-dots li button {
	display: none;
}

@media all and (min-width: 0) and (max-width: 1099px) {
	.cloumnList .slick-dots {
	    margin-top: 10px;
	}
}

@media all and (min-width: 768px) and (max-width: 1099px) {
	.cloumnList li a:hover {
		transform: translateY(0);
	}

	.cloumnBtn .arrowLeft:hover,
	.cloumnBtn .arrowRight:hover {
		transform: translateX(0);
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.columnSection {
		padding: 54px 0 54px 0;
	}

	.columnSection .sectionTitle {
		margin-bottom: 20px;
	}

	.cloumnList li {
		width: calc(100% - 8px) !important;
		padding: 0 4px;
	}

	.cloumnList li .columnImgContanier::before,
	.cloumnList li .columnImgContanier::after {
		bottom: 20px;
	}

	.cloumnList li .columnImgContanier {
		margin-bottom: 18px;
	}

	.cloumnList li p {
		font-size: 11px;
	}

	.cloumnList {
		margin-bottom: 30px;
	}

	.cloumnBtn .arrow {
		width: 24px;
	}

	.cloumnBtn .arrowLeft {
		left: 29px;
	}

	.cloumnBtn .arrowRight {
		right: 29px;
	}

	.cloumnBtn .linkTo {
		top: -1px;
	}

	.cloumnBtn .linkTo a {
		font-size: 15px;
	}

	.cloumnList li a:hover {
		transform: translateY(0);
	}

	.cloumnBtn .arrow:hover {
		transform: translate(0, 0);
	}
}

/*------------------------------------------------------------
	galleryMove
------------------------------------------------------------*/
.galleryMove {
	position: relative;
}

.galleryMove > img {
	display: block;
	width: 100%;
}

.galleryMove .gaViBox {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.gaViBox:hover {
	opacity: 1;
}

.gaViBox h2 {
	transition: color .5s ease;
}

.gaViBox:hover h2
{
	color: #bba972;
}

.gaViBox .galleryVideo {
	overflow: hidden;
	position: relative;
	flex: 0 0 68%;
}

.edge .gaViBox .galleryVideo::after {
	content: '';
	position: absolute;
	right: -1px;
	width: 1px;
	background: #000;
	height: 100%;
}

.ipad .galleryMove::after {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 32%;
	background: #000;
	height: 1px;
}

.gaViBox .galleryVideo video,
.gaViBox .galleryVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.2);
}

@media all and (-ms-high-contrast:none) {
	.gaViBox .galleryVideo video,
	.gaViBox .galleryVideo iframe {
		transform: scale(1.5);
	}
}

.edge .gaViBox .galleryVideo video,
.edge .gaViBox .galleryVideo iframe {
	transform: scale(1.5);
}

.gaViBox .galleryText {
	flex: 1;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: rgb(35,35,35); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(35,35,35,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(35,35,35,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.gaViBox .galleryText > div {
	width: calc(100% - 60px);
    margin: 0 auto;
}

.gaViBox .sectionTitle {
	color: #fff;
	margin-bottom: 37px;
}

.galleryText img {
	width: 210px;
	display: inline-block;
	margin-bottom: 30px;
}

.chrome .gaViBox:hover img,
.macSafari .gaViBox:hover img {
	opacity: 1;
}

.galleryText p {
	font-size: 13px;
	color: #fff;
	letter-spacing: .7px;
	transition: color .5s ease;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.galleryMove .gaViBox {
		display: block;
		position: static;
	}

	.gaViBox .galleryVideo {
		padding-bottom: calc(100% + 5px);
	}

	.gaViBox .galleryText {
		padding: 58px 0 66px;
	}

	.gaViBox .galleryText div {
		flex: 0 0 266px;
	}

	.gaViBox .sectionTitle {
		margin-bottom: 14px;
	}

	.galleryText img {
		width: 178px;
		margin-bottom: 22px;
	}

	.galleryText p {
		font-size: 11px;
	}

	.gaViBox:hover p,
	.gaViBox:hover h2 {
		color: #fff;
	}

}
/*------------------------------------------------------------
	video
------------------------------------------------------------*/
.videoSection {
	position: relative;
  z-index: 1;
}

.videoSection .space {
	display: block;
	width: 100%;
}

.videoSection .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.videoSection .video:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.videoSection .video video {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 102%;
	height: 102%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	display: block;
}

@media all and (-ms-high-contrast:none) {
	.videoSection .video video {
		width: 186%;
		height: 186%;
	}
}

.edge .videoSection .video video {
	width: 186%;
	height: 186%;
}

.videoSection .videoText {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	z-index: 11;
	white-space: nowrap;
}

.videoSection .videoText p {
	font-size: 22px;
	margin-bottom: 21px;
}

.videoSection .videoText .linkTo a {
	color: #fff;
}

.videoSection .videoText .linkTo a:after,
.videoSection .videoText .linkTo a:before {
	background: #fff;
}

.videoModal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: visibility .5s ease, opacity .5s ease;
}

.showVideoModal .videoModal {
  visibility: visible;
  opacity: 1;
}

.videoModal .iconClose {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.videoModal .video {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.videoModal .video .space {
	display: block;
	width: 100%;
}

.videoModal .video iframe {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}

.videoModal:before,
.videoModal:after {
	content: "";
	background: #000;
	left: 0;
	height: 80px;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.videoModal:after {
	bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.videoSection .videoText p {
		margin-bottom: 13px;
		text-align: center;
	}
	.videoSection .videoText .linkTo a {
		font-size: 15px;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.aboutSection {
	padding: 100px 0 100px 0;
	position: relative;
}

.aboutSection p.about {
	position: relative;
    text-align: center;	
    margin-bottom: 40px;	
}

.aboutSection p.about img {
	width: 280px;
}

.aboutSection:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #0b1a37;
    background: -moz-linear-gradient(top,  #0b1a37 0%, #000a16 100%);
    background: -webkit-linear-gradient(top,  #0b1a37 0%,#000a16 100%);
    background: linear-gradient(to bottom,  #0b1a37 0%,#000a16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1a37', endColorstr='#000a16',GradientType=0 );
}

.aboutSection .sectionTitle {
	color: #fff;
	font-size: 25px;
	letter-spacing: 1px;
	margin-bottom: 70px;
}

.aboutSection .sectionTitle span {
	font-size: 30px;
}

.aboutSection .sectionTitle:after {
	background: #fff;
}

.aboutSection .desc {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 2.1;
	margin-bottom: 21px;
	letter-spacing: 1px;
}

@media all and (min-width: 768px) and (max-width: 1099px) {
	.aboutSection {
		padding: 100px 50px 60px 50px;
	}

	.aboutSection .shopList {
		width: auto;
	}

	.aboutSection .shopRight {
		margin-right: 0;
	}
	.mainVis .visLogo {
    	top: 32%;
	}

}

@media all and (min-width: 0) and (max-width: 767px) {
	.aboutSection {
		padding: 64px 25px 80px 25px;
	}
	
	.aboutSection .sectionTitle span {
		font-size: 25px;
	}

	.aboutSection .sectionTitle {
		font-size: 20px;
	}

	.aboutSection .sectionTitle {
		margin-bottom: 60px;
	}
	.aboutSection p.about {
    	margin-bottom: 40px;	
	}
	.aboutSection p.about img {
		width: 260px;
	}
	
	.aboutSection .desc {
		text-align: left;
		margin-bottom: 19px;
		line-height: 1.95;
	}

	.aboutSection .shopList {
		width: auto;
	}

	.aboutSection .shopLeft {
		width: auto;
		float: none;
		margin-bottom: 25px;
	}

	.aboutSection .shopItem p {
		font-size: 11px;
		margin-top: 7px;
	}

	.aboutSection .shopSmallType li {
		width: 31.8%;
	}

	.aboutSection .shopRight {
		width: auto;
		float: none;
		margin: 0;
	}
	.aboutSection .shopItem .special {
		margin-right: -9px;
	}
}
.aboutSection .link {
	width: 126px;
	margin: 0 auto 72px;
	position: relative;
}
.aboutSection .link a {
	padding: 4px 0;
	display: block;
	text-align: center;
	color: #fff;
	letter-spacing: 0.08em;
	border: 1px solid #676767;
	transition: all 0.5s;
}
.aboutSection .info {
	max-width: 980px;
	margin: 0 auto 69px;
	position: relative;
}
.aboutSection .info:last-child {
	margin-bottom: 0 !important;
}
.aboutSection .info h3 {
	margin-bottom: 30px;
	padding-bottom: 13px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	letter-spacing: 0.12em;
	border-bottom: 1px solid #5C5C5C;
}
.aboutSection .listUl {
	margin: -20px -1.96% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.aboutSection .listUl > li {
	margin: 20px 1.96% 0;
	width: 29.41%;
	box-sizing: border-box;
}
.aboutSection .listUl .pho img {
	width: 100%;
}
.aboutSection .listUl .textBox {
	padding: 18px 25px 20px;
	background-color: rgba(255,255,255,0.1);
}
.aboutSection .listUl h4 {
	margin: 0 -20px 13px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.05em;
}
.aboutSection .listUl h4 a {
	color: #fff;
}

.aboutSection .listUl .ttl {
	font-size: 14px;
	letter-spacing: 0.02em;
}
.aboutSection .listUl .ttl .pad {
	display: none;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
	.aboutSection .listUl .ttl .pad {
		display: block;
	}
}
.aboutSection .listUl .text {
	margin: 0 -10px 6px 0;
	color: #fff;
	line-height: 1.54;
	letter-spacing: 0.02em;
}
.aboutSection .listUl .tel {
	margin-bottom: 11px;
	color: #fff;
	font-size: 19px;
	letter-spacing: 0.04em;
}
.aboutSection .listUl .tel a {
	color: #fff;
}
.aboutSection .linkList {
	display: flex;
	justify-content: space-between;
}
.aboutSection .linkList li {
	width: 48.5%;
}
.aboutSection .linkList a {
	padding-left: 4px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.04em;
	background: #fff url(/img/index/about_icon01.png) no-repeat center left 11px;
	background-size: 8px auto;
	border: 1px solid #fff;
	transition: all 0.5s;
	box-sizing: border-box;
}
.aboutSection .linkList li:last-child a {
	font-size: 13px;
	letter-spacing: 0;
	background-image: url(/img/index/about_icon02.png);
	background-position: left 8px center;
	background-size: 13px auto;
}
@media all and (min-width: 1100px) {
	.aboutSection .link a:hover {
		color: #000;
		opacity: 1;
		background-color: #fff;
	}
	.aboutSection .linkList a {
		position: relative;
	}
	.aboutSection .linkList a:hover {
		opacity: 1;
		color: #fff;
		background-color: transparent;
	}
	.aboutSection .linkList a::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(/img/index/about_icon01_on.png) no-repeat center left 11px;
		background-size: 6px auto;
		content: "";
		transition: .3s;
		opacity: 0;
	}
	.aboutSection .linkList a:hover::before {
		opacity: 1;
	}
	.aboutSection .linkList li:last-child a:before {
		background-image: url(/img/index/about_icon02_on.png);
		background-position: left 8px center;
		background-size: 11px auto;
	}
	.aboutSection .listUl .pho {
		overflow: hidden;
	}
	.aboutSection .listUl .pho img {
		display: block;
		opacity: 1 !important;
		transition: transform 1s ease 0s;
	}
	.aboutSection .listUl .pho a:hover {
		opacity: 1;
	}
	.aboutSection .listUl .pho a:hover img {
		transform: scale(1.1,1.1);
	}
}
@media all and (min-width: 768px) and (max-width: 950px) {
	.aboutSection .listUl .textBox {
		padding: 18px 10px 20px;
	}
	.aboutSection .linkList a {
		background-position: left 2px center !important;
	}
	.aboutSection .listUl h4 {
		margin: 0 -5px 13px;
        font-size: 14px;
	}
	.aboutSection .listUl .text {
		margin-right: 0;
        font-size: 12px;
	}
    .aboutSection .listUl .ttl{
        font-size: 12px;
    }
    .aboutSection .linkList a{
        font-size: 10px;
    }
    .aboutSection .listUl > li {
        margin: 20px 1% 0;
        width: 30.5%;
    }
    .aboutSection .linkList li:first-child a{
        background-position: left 5px center !important;
    }
    .aboutSection .info{
        margin: 0 auto 55px;
    }
    #main .info .photoBox li:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media all and (min-width: 0) and (max-width: 767px) {
	.aboutSection .link {
		width: 130px;
		margin: 0 auto 60px;
	}
	.aboutSection .link a {
		padding: 7px 0 7px;
		font-size: 14px;
	}
	.aboutSection .info {
		max-width: inherit;
		margin: 0 auto 76px;
	}
	.aboutSection .info h3 {
		margin-bottom: 18px;
		padding-bottom: 10px;
		font-size: 18px;
		letter-spacing: 0.09em;
	}
	.aboutSection .listUl {
		margin: 0;
		display: block;
	}
	.aboutSection .listUl > li {
		margin: 0 0 35px;
		width: auto;
	}
	.aboutSection .listUl > li:last-child {
		margin-bottom: 0;
	}
	.aboutSection .listUl .textBox {
		padding: 15px 24px 18px;
	}
	.aboutSection .listUl h4 {
		margin: 0 -20px 15px;
	}
	.aboutSection .listUl .ttl {
		letter-spacing: 0.03em;
	}
	.aboutSection .listUl .ttl01 {
		font-size: 15px;
		letter-spacing: 0.05em;
	}
	.aboutSection .listUl .text {
		margin: 0 -10px 10px 0;
		font-size: 13px;
	}
	.aboutSection .listUl .tel {
		margin-bottom: 14px;
		font-size: 21px;
		letter-spacing: 0.02em;
	}
	.aboutSection .listUl .tel a {
		text-decoration: underline;
        text-decoration-thickness: 1px;
	}
	.aboutSection .linkList li {
		width: 48.7%;
	}
}

/*------------------------------------------------------------
	fix banner
------------------------------------------------------------*/
.fixLink {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease,visibility .5s ease;
}

.fixLink.show {
    opacity: 1;
    visibility: visible;
}

.fixLink li a {
	min-width: 310px;
}
	
@media all and (-ms-high-contrast:none){
.fixLink li a {
        padding-top: 3px;
}
}

@media all and (min-width: 0) and (max-width: 767px){
	.fixLink ul {
		padding: 2px;
		box-sizing: border-box;
	}

	.fixLink li {
		margin-right: 2px;
		width: calc(50% - 1px);
	}

	.fixLink li:last-child {
		margin-right: 0;
	}

	.fixLink li a {
		min-width: auto;
	}
	.fixLink li a:after {
		display: none;
	}
}

#gFooter {
	margin-bottom: 50px;
}

br.ip5 {
	display: none;
}
@media all and (min-width: 0) and (max-width: 320px){
	br.ip5 {
	display: block;
	}
}
