﻿@import url(https://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;
}

html{
	font-size:62.5%;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 1.4rem;
	color: #FFFFFF;
	background-color: #000000;
	word-break:break-all;
	line-height:1.6;
}

/** 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: 4rem;
  font-weight: 100;
  color: #C00;
}
.loading-page .counter h1 {
  color: #FFF;
  font-size: 6rem;
  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 **/

/** Base **/
.disp-pc{
	display:none;
}

.disp-smt{
	display:block;
}

#wrap {
	position:relative;
}

img {
	max-width: 100%;
	display: block;
}

section {
	background-color:#000000;
	height: auto;
}

section:nth-child(even) {
	background-color: #232323;
}

article{
	width:100%;
	height:auto;
}

.d-flex{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

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;
}

p{
	margin-bottom:0.5em;
}

.text-center{
	text-align:center;
}

/** Base **/

/** 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: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    outline: none;
    font-size: 1.4rem;
    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 **/

/** sns **/

.social-buttons-wrap{
	width:100%;
}

.social-buttons {
	width : calc(95% / 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;
	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: 1.5rem;
    text-align: center;
    letter-spacing: 0.5em;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 2px solid #a10b10;
    border-bottom: 2px solid #a10b10;
}

.store {
	width:100%;
}

.store-logo {
    width: 100%;
    height: auto;
    padding: 10px;
}


.store-info {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    padding: 10px;
}

.store-name {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.ggmap {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    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: 1rem;
    text-align: center;
    padding: 15px 10px;
}

.footer-logo{
	width:100%;
	height:auto;
}

.Clear{
	clear:both;
}

/********* 〜320px **********/

.content {
	width:100%;
    padding:30px 10px;
}

.content2 {
	width:100%;
    padding:30px 10px;
}

.store-name {
	width:100%;
}

.top-cap {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.shopping-link{
	width:100%;
	margin:10px 0 0;
	margin-bottom:20px;
}

.brand-name{
	font-family: 'Fjalla One', sans-serif;
	font-size:2.6rem;
	margin-bottom:10px;
	text-align:center;
}

.brand-wrap{
	font-size:1.2rem;
	margin-bottom:25px;
}

.product-name{
	font-size:1.8rem;
	border-left:#69F 10px solid;
	padding-left:15px;
	margin-bottom:10px;
}

.onepush-wrap{
	font-size:1.2rem;
	margin-bottom:25px;
}

.store-text{
}

/** 見出し **/
h1 {
    font-size: 2rem;
    margin-bottom: 0.8em;
    color: #CBCBCB;
	padding-bottom:0.5em;
	border-bottom:#C00 2px solid;
    text-align: center;
}

h2 {
    font-size: 1.6rem;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 1rem 0 5.2rem;
    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 {
    font-size: 1.4rem;
    color: #fff;
    margin: 1rem 0 5.2rem;
    text-align: center;
}

/** 見出し **/

/** テキスト **/

.under-cap{
}

/** テキスト **/

/** product **/

.product-wrap {
    width: 100%;
    background: linear-gradient(90deg, rgb(19, 19, 19) 20.493288957565955%,rgb(60, 60, 60) 80.49328998164576%);
    border: 1px solid #575757;
    border-radius: 5px;
	margin-bottom:60px;
}

.product-img {
	width:100%;
    overflow: hidden;
    border: 1px #514646 solid;
}

.product-img img{
	width:100%;
	height:100%;
	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-img figure{
}

.product-img2 {
	width:100%;
    border: 1px #514646 solid;
}

.product-50{
	width:100%;
	padding:10px;
	margin-bottom:0px;
}

.product-name{
	font-family: 'Anton', sans-serif;
	font-size:2.8rem;
	border-left:#C03 10px solid;
	padding-left:14px;
	margin-bottom:10px;
}

.product-name span{
	font-size:1.8rem;
	display:block;
}

.product-cap{
	font-size:1.2rem;
}

.hint-box{
	width:100%;
	padding:5px;
	font-size:1.1rem;
	line-height:1.5;
	background:linear-gradient(127.38427340469116deg, rgba(246, 245, 245,1) 44.19974846894139%,rgba(220, 220, 220,1) 94.68285214348207%);
	border:#CCC 1px solid;
	color:#333;
}

.hint-title{
	font-weight:700;
	font-size:1.6rem;
	margin-bottom:10px;
	border-bottom:#C00 2px solid;
	padding:5px;
}

.hint-box p{
	padding:6px;
	border-bottom:#CCC 1px solid;
}

/** product **/

/** Gallery **/

.gallery-wrap{
	width:100%;
}

.gallery-img {
	width:100%;
    overflow: hidden;
    margin-bottom: 20px;
	height:300px;
}

.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 **/

/** Youtube **/
.youtube {
	width: 100%;
	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 **/



/* 375px〜413px */
@media screen and (min-width:375px) { 

.content {
    width: 100%;
    padding: 30px 20px;
}

.content2 {
    width: 100%;
    padding: 30px 20px;
}

h2{
	font-size:2rem;
}

h3 {
    font-size: 1.8rem;
}
    
.top-cap {
    font-size: 1.4rem;
}

}
  
/* 414px〜599px */
@media screen and (min-width:414px) {

.social-buttons-wrap {
    width: 320px;
}

}
  
/* 600px〜767px： */
@media screen and (min-width:600px) {

h2 {
    margin: 0.8rem 0 1.8rem;
}

.store-logo {
    width: 50%;
}


.store-info {
    width: 50%;
}

}
 
/* 600px〜768px： */
@media screen and (min-width:768px) {

.disp-smt {
    display: none;
}

.disp-pc {
    display: block;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 3.6rem;
 }
    
.content {
    width: 100%;
    padding: 55px 40px;
}

.product-50{
	width:calc(100% / 2);
	padding:25px;
	margin-bottom:0px;
}

.product-name {
    font-size: 4.2rem;
    border-left: #C03 20px solid;
}

.product-box{
	width:calc(100% / 2);
	padding:10px;
}

.product-cap {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.gallery-img {
	width:50%;
  }

}
  
/* 768px〜 950px */
@media screen and (min-width:950px) {

h2 {
    font-size: 2.8rem;
	margin:0.8em 0 2em;
}
    
h3 {
    font-size: 2.4rem;
    margin:0.8em 0 2em;
}

.top-cap {
    font-size: 1.4rem;
}

.gallery-img {
    width: calc(95% / 3);
}

.product-cap {
    font-size: 1.6rem;
}

.hint-box {
    font-size: 1.2rem;
}

}

/* 1024px〜 1279px */
@media screen and (min-width:1024px) {

.content {
    width: 100%;
    padding: 80px 60px;
}

.content2 {
    width: 100%;
    padding: 80px 60px;
}


.top-cap {
    font-size: 2rem;
    margin-bottom: 40px;
}

.under-cap {
    font-size: 30px;
}

}

/*1280px～ */
@media screen and (min-width:1280px) {

.content {
    width: 1280px;
    padding: 80px 60px;
}

h2 {
    font-size: 4.8rem;
    margin: 0.1em 0 0.5em;
}

h3 {
    font-size: 4rem;
    margin: 0.1em 0 0.5em;
}
    
.product-box{
	width:33.3%;
	margin:0;
}

.shopping-link {
    width: 80%;
	margin:10px auto 30px;
}

.hint-box {
    font-size: 1.4rem;
}

.inquiry-title {
    font-size: 2.8rem;
}

}

@media screen and (min-width:1480px) {
.content2 {
    width: 1480px;
    padding: 80px 60px;
}

}