/**
* Template Name: BizLand
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Noto+Serif+JP:wght@400;600;700&family=Noto+Sans+JP:wght@400&family=Playfair+Display:wght@400&family=Lato:wght@400&family=Source+Sans+Pro:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kameron:wght@400..700&display=swap');

/*
font-family: 'EB Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Optima", sans-serif;
  color: #444444;
  line-height: 1.65;
  outline-color: transparent;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-family: "Roboto", sans-serif;*/
  font-family: serif;
}

.center {
  text-align:center;
}

.ft_eb {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.ft_sans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #333;
  border-top-color: #f4f4f4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Cover Section
--------------------------------------------------------------*/
#bs000 {
  width: 100%;
  padding: 0;
  /*height: 100vh;
  min-height: 835px;*/
  align-items: flex-start !important;
}

.cover .visual_wrap {
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0;
	position: relative;
  
}

.cover .title {
    padding: 200px 0 50px;
}
.cover .title p {
	color: #fff;
	font-family: "EB Garamond";
	margin-top: 0;
	margin-bottom: 0;
	
	padding-left: 50px;
	letter-spacing: 1px;
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 400;
}
.cover .title h1 {
	color: #fff;
	font-family: 'EB Garamond', serif;
	margin-top: 0;
	margin-bottom: 0;
	
	padding-left: 50px;
	letter-spacing: 1px;
	font-size: 60px;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
}

.cover .copy {
    padding: 50px 50px 150px;
}
.cover .copy p {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding: 0 300px;
    font-family: "Noto Serif JP";
    font-weight: 400;
    letter-spacing: 1px;
}

@media (min-width: 1024px) {

}
@media (min-width: 768px) and (max-width:1024px) {
	.cover .title {
		padding-top: 320px;
		padding-right: 250px;
		padding-left: 50px;
		margin: 0;
		text-align: left;
	}
	.cover .title p {
    	font-size: 20px;
	}
	.cover .copy p {
	    padding: 0 100px;
	    font-size: 14px;
	    line-height: 30px;
	}
}
@media (max-width: 768px) {
	.cover {
		min-height: 100vh;
		padding: 0 15px 15px 15px;
	}
	.cover .title {
		padding: 450px 40px 50px;
		margin: 0;
		text-align: left;
	}
	
	.cover .title p {
		font-size: 14px;
		padding-left: 0;
	}
	.cover .title h1 {
		font-size: 36px;
		padding: 0;
		text-align: left;
	}
	
	.cover .copy {
	    padding: 0 40px 50px;
	}
	.cover .copy p {
		padding: 0;
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-height: 500px) {
  .cover {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 span.number {
	display: block;
    text-align: right;
	font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 70px;
    line-height: 20px;
    margin-top: 50px;
    margin-bottom: 0;
	color: #000;
}
.section-title h2 span.text {
	display: block;
	text-align: right;
	font-family: 'EB Garamond', serif;
    font-weight: 600;
    line-height: 20px;
    margin: 20px 0 0;
    font-size: 30px;
	color: #000;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
@media (max-width: 768px) {
	.section-title {
	  padding-bottom: 10px;
	}
	.section-title h2 span.number {
		font-size: 30px;
		margin-top: 0;
	}
	.section-title h2 span.text {
		font-size: 18px;
		margin-top: 0;
	}

}
section img {
	max-width:100%;
}

h3.title {
	margin:20px 0 10px 0;
	text-align:center;
	font-size: 22px;
	letter-spacing: 1px;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
}
h3.title.ja {
	font-family: "Noto Serif JP";
	font-size: 20px;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: left;
	color: #000;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.65;
}
p.itemText {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}

ul.itemDetail {
	font-size:12px;
	padding-left:0;
}
ul.itemDetail li {
	list-style-type:none;
	margin-bottom:12px;
	font-family: "Noto Serif JP", serif;
}
ul.itemDetail li h5 {
	font-size:12px;
	margin:0 0 4px 0;
	font-weight:bold;
	font-family: "Noto Serif JP", serif;
}
ul.itemDetail li p {
	margin:0 0 4px 0;
	font-family: 'Noto Sans JP', sans-serif;
}
ul.itemDetail li p a.detailBtn {
	background-color:#000;
	color:#fff;
	padding:4px 12px;
	border-radius:12px;
	/*font-family: "Optima", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 10px;
}

@media (max-width: 1024px) {
	h3.title {
		font-size: 20px;
	}

	p.itemText {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	h3.title.ja {
		text-align: left;
    	font-family: "Noto Serif JP";
		font-size: 12px;
		line-height: 19.8px;
	}
}
.flogo {
	text-align:center;
	padding:80px 0;
}
.flogo img {
	width:100px;
}

#bs001 {

}
#bs001 .left_col {
    padding-top: 200px;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0;
}

#bs001 .left_col h3 .ja {
	display: block;
	text-align: left;
    font-family: "Noto Serif JP";
    font-weight: 600;
    font-size: 28px;
    line-height: 46.5px;
	letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #000;
}
#bs001 .left_col h3 .en {
	display: block;
    font-family: "EB Garamond";
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    padding-right: 0;
	letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #000;
}
#bs001 .left_col p {
    font-family: "Noto Serif JP";
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    margin: 50px 0 0;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
}

#bs001 .link_wrap {
	margin: 100px 0 100px;
}

@media (min-width: 768px) and (max-width:1024px) {
	#bs001 .container  {
		padding-left: 15px;
		padding-right: 15px;
	    margin: 0;
	    max-width: 100%;
	}
	#bs001 .left_col {
		padding: 150px 30px 30px;
	    margin: 0;
	}
	#bs001 .left_col p {
		font-size: 14px;
		line-height: 30px;
	}
}
@media (max-width: 768px) {
	#bs001  {
		padding: 0;
	}
	#bs001 .container  {
		padding: 15px;
	}
	#bs001 .left_col {
		margin: 0;
    	padding: 30px 30px 60px 30px;
	}
	#bs001 .left_col h3 .ja {
	    font-size: 20px;
	    font-family: "Noto Serif JP";
	    font-weight: 600;
	    letter-spacing: 1px;
	    margin-bottom: 5px;
	    line-height: 33px;
	}
	#bs001 .left_col h3 .en {
	    font-size: 22px;
	    font-family: "EB Garamond";
	    font-weight: 500;
	    letter-spacing: 1px;
	    margin-bottom: 10px;
	    line-height: 22px;
	}
	#bs001 .left_col p {
	    font-size: 14px;
	    font-family: "Noto Serif JP";
	    font-weight: 400;
	    letter-spacing: 1px;
	    margin-bottom: 20px;
	    padding: 0;
	    line-height: 24px;
	}
}

.link_wrap {
    text-align: center;
}
.link_wrap .col-3 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.link_wrap .col-3 a {
	display: inline-block;
}
.link_wrap p {
	font-family: "Noto Serif JP";
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
.link_wrap span.details {
    display: inline-block;
    
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    outline: 0;

	margin-top: 5px;
	
    border-radius: 20px;
    border: 1px solid #000;
    font-size: 12px;
    font-family: "Noto Serif JP";
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
 
}

@media (min-width: 768px) and (max-width:1024px) {
	.link_wrap p {
	    font-size: 12px;
	}
	.link_wrap span.details {
	    font-size: 10px;
	}
}
@media (max-width: 768px) {
	.link_wrap p {
	    font-size: 10px;
	}
	.link_wrap span.details {
	    margin-top: 0;
	    font-size: 8px;
	    padding-left: 10px;
	    padding-right: 10px;
	}
}

#new_authentic_blazer {
	
}
#new_authentic_blazer h3 {
	font-family: "EB Garamond";
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0;
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    line-height: 45px;
    padding-right: 200px;
    padding-left: 200px;
    padding-bottom: 0;
}
#new_authentic_blazer p {
    padding: 0 200px;
    font-family: "Noto Serif JP";
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 42px;
    color: #000;
    font-size: 18px;
}

@media (min-width: 768px) and (max-width:1024px) {
	#new_authentic_blazer h3 {
	    font-size: 30px;
	    line-height: 30px;
	    text-align: left;
	    padding-left: 100px;
	    padding-right: 100px;
	}
	#new_authentic_blazer p {
		padding: 0 100px;
		font-size: 14px;
		line-height: 30px;
	}
}
@media (max-width: 768px) {
	#new_authentic_blazer {
	    padding-left: 30px;
    	padding-right: 30px;
	}
	#new_authentic_blazer h3 {
		font-size: 22px;
		font-family: "EB Garamond";
		font-weight: 500;
		letter-spacing: 1px;
		margin-bottom: 20px;
		line-height: 22px;
		padding: 0;
	}
	#new_authentic_blazer p {
	    padding: 0;
	    font-size: 14px;
	    line-height: 24px;
	}
}

.products_wrap {
	padding: 0 15px;
    width: 100%;
    margin: auto;
    max-width: 1170px;
}
.products_wrap .container {
    max-width: 1170px;
}
.products_wrap .container > .row {
	padding: 50px 100px;
}
.products_wrap .right_col {
	padding-top: 200px;
}
.products_wrap .right_col p {
    font-family: "Noto Serif JP";
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
}
.products_wrap .link_wrap {
	padding: 15px 0;
	justify-content: center;
}
.products_wrap .link_wrap .col-3 {
	padding: 15px;
}
.products_wrap .link_wrap .col-3 a {
	display: inline-block;
}
.products_wrap .link_wrap p {
    font-size: 12px;
    line-height: 1.65;
    margin-bottom: 10px;
}
.products_wrap .link_wrap span.details {
    padding: 10px 20px;
	margin-top: 5px;
    border-radius: 20px;
    font-size: 10px;
}
.products_wrap .link_wrap span.details + p {
	margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.products_wrap {
		padding: 20px 0;
	}
	.products_wrap .container {
		padding: 0 15px;
		margin: 0;
		width: 100%;
	}
	.products_wrap .container > .row {
		padding: 0;
		width: 100%;
	}
	.products_wrap .right_col {
		padding-top: 100px;
	}
	.products_wrap .right_col p {
		font-size: 14px;
		line-height: 30px;
	}
	.products_wrap .right_col .link_wrap {
		padding: 15px 0:
	}
	.products_wrap .right_col .link_wrap p {
		width: 100%;
	    font-size: 10px;
		line-height: 1.65;
	}
	.products_wrap .link_wrap .col-3 {
		padding: 15px 0px;
	}
	.products_wrap .link_wrap span.details {
	    font-size: 8px;
	}
	
}
@media (max-width: 768px) {
	.products_wrap {
		padding: 20px 0;
	}
	.products_wrap .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.products_wrap .container > .row {
	    padding: 0;
	    width: 100%;
	    margin: auto;
	}
	.products_wrap .col-sm-6,
	.products_wrap .right_col {
		padding: 15px;
	}
	.products_wrap .right_col p {
	    font-size: 14px;
	    font-family: "Noto Serif JP";
	    font-weight: 400;
	    letter-spacing: 1px;
	    margin-bottom: 0;
	    padding: 10px 30px;
	    line-height: 24px;
	    margin-top: 0;
	}
	
	.products_wrap .right_col .link_wrap {
		padding: 15px 15px;
	}
	.products_wrap .right_col .link_wrap p {
		width: 100%;
	    font-size: 10px;
		line-height: 1.65;
		padding: 10px 0px;
	}
	.products_wrap .link_wrap .col-3 {
		padding: 15px 0px;
	}
	.products_wrap .link_wrap span.details {
		margin-top: 0;
		font-size: 8px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.products_wrap .link_wrap span.details + p {
		margin-top: 0px;
	}
}

#etc {

}
#etc .list_wrap {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    display: flex;
   	justify-content: center;
}
#etc .list_wrap .list_item {
    padding: 15px;
    width: calc(100% / 3);
}
#etc .image {
	margin: 12px 0 24px;
    width: 100%;
    height: auto;
}
#etc h3 {
    font-size: 20px;
    margin: 0 0 8px;
    font-family: "EB Garamond";
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
}
#etc p {
    font-size: 14px;
    margin: 0 0 24px;
    text-align: left;
    font-family: "Noto Serif JP";
    font-weight: 400;
    letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 1024px) {

}
@media (max-width: 768px) {
	#etc .list_wrap {
		flex-wrap: wrap;
	    padding: 10px;
	}
	#etc .list_wrap .list_item {
	    padding: 5px;
	    width: 50%;
	}
	#etc h3 {
    	font-size: 12px;
	}
	#etc p {
		font-size: 10px;
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

#mens_contents_list h3.title {
	font-family: "Noto Serif JP", serif;
}
#mens_contents_list h4 {
	font-family: "Noto Serif JP", serif;
	line-height: 1.65;
}
#mens_contents_list p {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
}


#itemlist h2 {
	width: 400px;
}
#itemlist h2 + p {
	font-family: "Noto Serif JP";
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 768px) {
	#itemlist h2 {
		width: 250px;
	}
	#itemlist h2 + p {
    	font-size: 14px;
	}
}

.swiper + p {
    font-size: 12px;
    text-align: left;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 15px;
	margin-bottom: 15px;	
}
.swiper-slide p {
	text-align: left;
    font-size: 12px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;	
}
.swiper-button-next,.swiper-button-prev {
	border-radius: 50%;
	background: rgba(0,0,0,.4);
	background: none;
    width: 40px;
    height: 40px;
	outline: none;
	color: #444444;
	border: none;
}

a:active, a:hover {
  outline: 0;
}
:focus {
    outline: none;
}
:active {
  outline: none;
}

.swiper-button-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.swiper-button-next:before,
.swiper-button-prev:before,
.swiper-button-next:after ,
.swiper-button-prev:after {
	content: '';
	position: absolute;
	background: #fff;
}
.swiper-button-next:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 19px;
	width: 1px;
    height: 8px;
}
.swiper-button-prev:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 19px;
    width: 1px;
    height: 8px;
}
.swiper-button-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	width: 1px;
    height: 8px;
}
.swiper-button-prev:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
	width: 1px;
    height: 8px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-pagination {
	position: absolute;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    width: 100%;
}
.swiper-pagination-bullet {
	border-radius: 0;
	width: 20px;
    height: 5px;
    background: rgba(0,0,0,.4);
	border: none;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
	background: #000;
}


.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 0;
    border: none;
}
#lightbox {
	display: flex;
	flex-direction: column;
}
.lb-outerContainer {
	order: 1;
    border-radius: 0;
}
.lb-dataContainer {
	order: 0;
	padding-top: 0;
	padding-bottom: 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
/*  background: #f1f6fe;*/
}

#footer hr {
	margin:20px 0 80px 0;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Roboto", sans-serif;*/
  font-family: "Optima", sans-serif;
  color: #777777;
  letter-spacing: .2em;
}

#footer .footer-top h4 {
  font-size: 14px;
/*  font-weight: bold;*/
  font-weight: normal;
  /*font-family: "Roboto", sans-serif;*/
  font-family: "Optima", sans-serif;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
  /*letter-spacing:1px;*/
  letter-spacing: .2em;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links {
	/*margin-left:-14px;*/
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
/*  background: #106eea;
  color: #fff;*/
  color: rgb(106, 106, 106);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
/*  background: #3b8af2;
  color: #fff;*/
  color:#1c1b1b;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

#footer .Icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none;
}

@media screen and (min-width: 1140px) {
	#footer div.row {
	    justify-content: center;
	}
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.upperspace {
	padding-top: 130px;
}
.item_photo.upperspace {
	padding-top: 30px;	
}

@media (max-width: 991px) {
	.upperspace {
		padding-top: 30px;
	}
	.item_photo.upperspace {
		padding-top: 0px;	
	}
	.spajust {
		margin-top: -10px;
	}
}

.item_info_more {
	margin-top: -15px;
	padding-top: 15px;
	margin-bottom: 2em;
}
.item_info {
	display: flex;
	margin: 10px -10px -20px 0;
	color: #000;
}
.item_info .name {
	font-family: "Noto Serif JP";
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	width: 50%;
	padding: 22px 0 15px 0;
	display: flex;
	/*align-items: center;*/
}
.item_info .price {
	width: 25%;
	display: flex;
	/*align-items: center;*/
	justify-content: flex-end;
	font-family: "Noto Serif JP";
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
	padding: 22px 15px 15px 15px;
}
.item_info .detail {
	width: 25%;
	padding: 15px;
	display: flex;
	/*align-items: center;*/
	align-items:flex-start;
}
.item_info .detail a {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: center;
	-webkit-text-decoration: none;
	text-decoration: none;
	outline: 0;
	line-height: 1;
	background-color: #000;
	color: #fff;
	font-family: "Noto Serif JP";
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
}
.item_info + p {
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 12px;
	margin-top: 0;
	padding: 15px 15px 15px 0;
}

@media (max-width: 1200px) {
	.item_info {
		display: flex;
		margin: -10px -10px -20px 0;
	}
	.item_info .name {
		font-size: 8px;
		margin: 0 0 0 0;
	    letter-spacing: 1px;
	    padding: 15px 0 15px 0;
	}
	.item_info .price {
		font-size: 8px;
		margin: 0 0 0;
		padding: 15px 15px 15px 15px;
	}
	.item_info .detail {

	}
	.item_info .detail a {
		padding: 5px 10px;
		margin-top: 0;
		font-size: 8px;
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.item_info .name {
		font-size: 10px;
		padding: 15px 0 15px 0;
	}
	.item_info .price {
		font-size: 10px;
		padding: 15px 15px 15px 15px;
	}
	.item_info .detail a {
		font-size: 10px;
	}
}
.moreOpen button {
	width: 100%;
    height: auto;
    text-align: left;
    outline: 0;
    display: block;
    word-wrap: break-word;
	font-weight: 600;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #fff #fff #9b9b9b;
	padding: 15px 0 5px;
	color: #000;
	background: #f6f6f6;
	font-family: "Noto Serif JP";
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
}
.moreOpen button::after {
	position: absolute;
	top: 50%;
	content: '';
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.5s 0s ease;
}
.moreOpen.active button::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.moreContents {
	padding-top: 15px;
	padding-bottom: 15px;
}
.moreContents.half {
	width: 50%;
}
.col-lg-12 .moreContents .item_info {
	width: 50%;
}
.moreContents .from_left {
    font-family: "Noto Serif JP";
    font-weight: 600;
    margin-bottom: -10px;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 1px;
	padding: 40px 15px 10px 0;
}
.moreContents .from_left:first-child {
	padding: 20px 15px 10px 0;	
}
@media (max-width: 1200px) {
	.moreOpen button {
		font-size: 10px;
	}
	.moreOpen button::after {
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: all 0.5s 0s ease;
	}
	.moreOpen.active button::after {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.moreContents .from_left {
		font-size: 10px;
	}
	.col-lg-12 .moreContents .item_info {
		width: 100%;
	}
}

.item_photo + .item_photo {
	margin-top: 30px;
}

#page_link {
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 0;
    position: fixed;
    /*box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.05);*/
    background: #ffffff;
    opacity: 0.95;
	display: flex;
	justify-content: center;
	z-index: 2;
}

#page_link ul {
	width: 800px;
    max-width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
#page_link ul li {
	list-style: none;
	margin: 0px;
    height: 100%;
    padding: 20px 4px 0px 4px;
}
#page_link ul li a {
    font-family: "Kameron", "Roboto";
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	font-size: 10px;
	color: #000000;
}

@media (max-width: 1200px) {
	#page_link ul {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	#page_link ul li a {
		font-size: 10px;
	}
}

#pagetop {
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 2;
}
#pagetop a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    font-family: "Kameron", "Roboto";
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	color: #000000;
	width: 50px;
	height: 50px;
    background: #ffffff;
    opacity: 0.95;
	box-shadow: 0px 0px 5px 0.5px #ddd;
	border-radius: 3px;
}
#pagetop a:before {
	content: '';
    height: 8px;
    width: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: translateY(20%) rotate(-45deg);
    opacity: 0.95;
}