@import url(//fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);
@charset "utf-8";
/* CSS Document */

*{
	margin: 0 auto;
	padding: 0px;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

::after, ::before {
    box-sizing: border-box;
    outline: 0;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	word-break:break-all;
}

/** Loader **/
#fade {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background-color: #0d0d0d;
}

.loading-page {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index:3000;
}
.loading-page .counter {
  text-align: center;
}
.loading-page .counter p {
  font-size: 40px;
  font-weight: 100;
  color: #C00;
}
.loading-page .counter h1 {
  color: #FFF;
  font-size: 60px;
  margin-top: -10px;
  border-bottom:none;
}
.loading-page .counter hr {
  background: #C00;
  border: none;
  height: 1px;
  margin:0;
}
.loading-page .counter {
  position: relative;
  width: 200px;
}
.loading-page .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}

.ikebe-logo{
	width:100%;
}
/** Loader **/

/** header **/
header{

}

header img{
	width:100%;
	height:auto;
}
/** header **/

/** base **/

.disp-pc{
	display:block;
}

.disp-smt{
	display:none;
}

#wrap {
	position:relative;
}

img {
	max-width: 100%;
	display: block;
}

section {
	background-color:#000000;
	height: auto;
}

section:nth-child(even) {
	background-color: #2f1900;
}

article{
	height:auto;
}

.d-flex{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.content {
    width: 100%;
    height: auto;
	padding:80px 0px;
}

.content2 {
    width: 1680px;
    height: auto;
	padding:80px 40px;
}

.content3 {
    width: 1080px;
    height: auto;
	padding:80px 40px;
}

.content-inquiry {
    width: 1280px;
    height: auto;
	padding: 80px 20px 40px;
}

.mt{
	margin-top:40px;
}


a {
	color: #f7f4f4;
	text-decoration: none;
	transition: all 1.5s;
}
	
a:link {
	color: #f7f4f4;
	text-decoration: underline;
}	

a:hover {
	color: #ffffff;
	text-decoration: underline;
}	

a:focus {
	outline: none;
}

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
	transition:0.4s;
}
/** base **/

/****************▼テキスト▼******************/
.top-cap {
    font-size: 18px;
    line-height: 1.5em;
	margin-bottom:25px;
}

.under-cap {
    font-size: 24px;
	text-align:center;
    line-height: 1.5em;
}

.text-left{
	text-align:left;
}

.text-center{
	text-align:center;
}

/****************▲テキスト▲******************/

/***************▼Product▼******************/
article {
    width : 100%;
}

.product-box{
	width:100%;
}

.product-img{
	overflow:hidden;
	margin-bottom:20px;
}

.product-img img{
	width:100%;
	height:auto;
	display: block;
	transition-duration: .4s;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
    object-position: center center;
}

.product-img img:hover{
	transform: scale(1.1);
	transition-duration: .4s;
}

.product-name{
	font-size:36px;
	font-weight:700;
	margin-bottom:30px;
	text-align:center;
	font-family: 'Libre Baskerville', serif;
}

.spec-box ul {
    margin-bottom: 20px;
    padding: 10px;
	font-family: 'Libre Baskerville', serif;
}

.spec-box ul li {
    margin-bottom: 6px;
    border-bottom: #4d4d4d 1px solid;
    padding: 8px;
    list-style: none;
}

.spec-box ul li span{
	font-weight:700;
}

.right-border{
	border-right:2px #FFFFFF dotted;
}

/***************▲Product▲******************/


/***************▼Gallery▼******************/

.gallery-wrap{
	width:100%;
}

.gallery-img-wrap{
    width : calc(100% / 3) ;
	margin-bottom:10px;
	margin-left:0;
	padding:10px;
}

.gallery-img {
    overflow: hidden;
    border: 2px #d5d5d5 solid;
}

.gallery-img img{
	width:100%;
	height:100%;
	display: block;
	transition-duration: .4s;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
    object-position: center center;
}

.gallery-img img:hover{
	transform: scale(1.1);
	transition-duration: .4s;
}

.gallery-img figure{
}

/***************▲Gallery▲******************/

/****************▼price▼******************/
.product-info {
    width: 55%;
    text-align: center;
}

.price1 {
    /*color: #B40404;*/
	color: #f00;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price2 {
    font-size: 40px;
}

.shopping-link {
    width: 80%;
	margin-bottom:20px;
}

.sold{
	font-size:36px;
	font-weight:700;
	text-align:center;
	color:#C00;
	margin-top:20px;
}

/****************▲price▲******************/

/******************* scroll *******************/
.scroll.fade-in {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fid;
  animation-name: fid;
  visibility: visible !important;
}
@-webkit-keyframes fid {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fid {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/******************* scroll *******************/

/*******************▼button▼*******************/

.button {
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size:24px;
	font-weight:800;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	background-color: #0081FF;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	color: #fff;
	transition:0.4s;
}

.button:link {
	color:#fff;
	text-decoration: none;
}

.button:hover {
	background-color: #DF3A01;
	color:#fff;
	text-decoration:none;
}

.button:active {
	top: 3px;
}
/*******************▲button▲*******************/

/****************▲detail▲******************/

/*****************▼見出し▼*****************/
h1 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #CBCBCB;
	padding-bottom:5px;
	border-bottom:#C00 2px solid;
    text-align: center;
}

h2 {
  font-size:36px;
  position: relative;
  color: #fff;
  display: inline-block;
  margin: 47px 0;
  text-align:center;
  width:100%;
  z-index:1;
}

h2:before {
  content: "";
  position: absolute;
  background: #a10000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

h3 {
  position: relative;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  margin-bottom:40px;
  font-size:50px;
  width:50%;
}

h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #000000;
  text-align: left;
}

h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}
/*****************▲見出し▲*****************/

/*******************Youtube*******************/
.youtube {
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.youtube-contents {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.youtube-contents iframe {
    position: absolute;
	top: 0;
 	left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*******************Youtube*******************/

/*******************sns*******************/

.social-buttons-wrap{
	width:400px;
}

.social-buttons {
	width : calc(100% / 3) ;
	height: 90px;
	margin: auto;
	text-align: center;
	font-size:0;
}

.social-button {
	display: inline-block;
 	background-color: #fff;
 	width: 90px;
 	height: 90px;
	line-height: 90px;
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: .99;
	border-radius: 28%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button:before {
  content: '';
  background-color: #000;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 90%;
  left: -110%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fab {
    font-size: 55px;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

/*Facbook*/
.social-button.facebook:before {
  background-color: #3B5998;
}
.social-button.facebook .fab {
  color: #3B5998;
}

/*Twitter*/
.social-button.twitter:before {
  background-color: #55acee;
}
.social-button.twitter .fab {
  color: #55acee;
}

/*line*/
.social-button.line:before {
  background-color: #4caf50;
}
.social-button.line .fab {
  color: #4caf50;
}

.social-button.youtube .fab {
  color: #bb0000;
}

/*Instagram*/
.social-button.instagram:before {
  background-color: #e95950;
}
.social-button.instagram .fab {
  color: #e95950;
}

.social-button:focus:before, .social-button:hover:before {
  top: -10%;
  left: -10%;
}
.social-button:focus .fab, .social-button:hover .fab {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*******************sns*******************/

/*******************inquiry*******************/

.inquiry {
	width: 100%;
	height: auto;
}

.inquiry-title {
    width: 100%;
    height: auto;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.5em;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 2px solid #a10b10;
    border-bottom: 2px solid #a10b10;
}

.store {

}

.store-logo {
    width: 50%;
    height: auto;
    float: right;
    padding: 10px;
}


.store-info {
    width: 50%;
    height: auto;
    float: left;
    font-size: 14px;
    padding: 10px;
}

.store-name {
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 10px;
}

.ggmap {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #89181c;
    display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.ggmap a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.ggmap a:link {
	color: #fff;
}

.ggmap:hover {
	background-color: #c89001;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*******************inquiry*******************/

footer {
	border-top:#FFF dotted 2px;
	background-color:#000;
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.footer-logo{
	width:100%;
	height:auto;
}

.Clear{
	clear:both;
}