﻿@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.6rem;
	line-height:1.6;
	color: #2C2C2C;
	background-color: #ffffff;
	word-break:break-all;
}

/** Loader **/
#fade {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}

.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: #000;
}
.loading-page .counter h1 {
  color: #000;
  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 **/

/** Base **/
.disp-pc{
	display:none;
}

.disp-smt{
	display:block;
}

#wrap {
	position:relative;
	overflow-x: hidden;
	height:100%;
}

img {
	max-width: 100%;
	display: block;
}

section {
	background-color:#ffffff;
	height: auto;
}

section:nth-child(even) {
	background-color: #fbfbfb;
}

article{
	width:100%;
	height:auto;
}

.d-flex{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

a {
	color: #69F;
	text-decoration: none;
	transition: all 1.5s;
}
	
a:link {
	color: #69F;
}	

a:hover {
	color: #6CF;
}	

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 **/

/** navigation **/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
  transform: translateX(-250px);
}
main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #747474;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
 
nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(53, 131, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav li {
  color: #fff;
  list-style:none;
  text-align: center;
  padding: 10px 0;
}

nav li a:link{
    color: #fff;
	text-decoration:none;
}

nav li a:visited {
	color: #fff;
}

nav li a:hover {
	color: #fff;
}	

/** navigation **/

/** Product Spec **/

.spec-box ul {
    padding: 10px;
    font-family: 'Crimson Text', serif;
}

.spec-box ul li {
    margin-bottom: 6px;
    border-bottom: #999 1px solid;
    padding: 8px;
    list-style: none;
}

/** 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: 18px;
    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 **/

/** arrow **/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.3rem;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow-sub::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #1a1a1a;
}
.arrow-sub::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/** arrow **/

/** sns **/

.social-buttons-wrap{
	width:100%;
}

.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;
	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: 2rem;
    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%;
    margin-bottom: 15px;
}

.store-logo {
    width: 100%;
    height: auto;
    padding: 10px;
}


.store-info {
    width: 100%;
    height: auto;
    font-size: 14px;
    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: #008acb;
    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: #69F;
	-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: 15px 10px;
}

.footer-logo{
	width:100%;
	height:auto;
}

.Clear{
	clear:both;
}

/********* 〜320px **********/

.content {
	width:100%;
    padding:30px 20px;
}

.content2 {
	width:100%;
    padding:30px 0;
}

.store-name {
	width:100%;
}

.top-cap {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.shopping-link{
	width:100%;
	margin:10px 0 0;
}

/** 見出し **/

h1 {
    font-size: 2.4rem;
    margin-bottom: 0.8em;
    color: #CBCBCB;
	padding-bottom:0.5em;
	border-bottom:#C00 2px solid;
    text-align: center;
}

.top-h2 {
    padding: 10px 20px 40px;
    height: auto;
}

.top-h2:after {
    content: "";
    display: block;
    margin: 30px auto 0;
    width: 60px;
    height: 1px;
    background-color: #000;
}

h2 {
    font-size: 1.6rem;
    position: relative;
    color: #606060;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}


h2 span{
    font-size: 1.2rem;
    width: 100%;
	display:block;
 }

h3 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  margin-bottom:40px;
  font-size:1.8rem;
}


h4 {
  font-size:1.65rem;
  color:#C00;
  text-align:center;
}

/** 見出し **/

/** テキスト **/

.under-cap{
}

/** テキスト **/

/** product-list **/

a .product-list-wrap{
	display:block;
	color:#333;
	border-bottom:1px #CCCCCC solid;
}

.product-list-wrap{
	width:100%;
}

.product-list-inner{
	width:100%;
	padding:40px 20px;
}

.product-list-img {
 	width:100%;
	height:auto;
	margin-bottom:10px;
 }

.product-list-wrap figcaption{
	display:block;
	width:100%;
	height:auto;
}

.product-list-wrap figcaption h3 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  margin-bottom:10px;
  font-size:2.8rem;
  color:#3b3b3b;
}

.product-list-wrap figcaption h3 span {
    font-size: 1.3rem;
    display: block;
    color: #848484;
}

.product-list-wrap p{
	font-size:1.2rem;
	margin-bottom:20px;
}
/** product-list **/

/** product **/
.product-wrap {
    width: 100%;
    font-size: 1.2rem;
}

.product-img {
    overflow: hidden;
	margin-bottom:20px;
}

.product-img2 {
    overflow: hidden;
	margin-bottom:10px;
}

.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-img2 img{
	width:100%;
	height:100%;
	display: block;
	transition-duration: .4s;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
    object-position: center center;
}

.product-img2 img:hover{
	transform: scale(1.1);
	transition-duration: .4s;
}

.product-wrap2{
	padding:15px;
	width:100%;
	font-size:1.2rem;
}

.product-wrap2 p{
}

.product-wrap2 h2 {
  margin-bottom:10px;
  font-size:3.3rem;
  text-align:center;
  font-weight:500;
}

.product-wrap2 h3 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  margin-bottom:5px;
  font-size:3.3rem;
  color:#3b3b3b;
}

.product-wrap2 h3 span {
    font-size: 1.6rem;
    display: block;
    color: #848484;
}

.product-sub-title{
	font-size:1.6rem;
	font-weight:700;
	color:#484848;
}

.product-list-wrap p{
	font-size:1.2rem;
	margin-bottom:20px;
}

.price1{
	font-size:1.4rem;
	color:#C00;
	font-weight:700;
}

.price1 span{
	font-size:2.2rem;
}

/** product **/

/** feature **/

.feature-block{
	width:100%;
}

.feature-h1 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 2.6rem;
    letter-spacing: 1rem;
    font-weight: 700;
	margin-bottom:10px;
	color:#626262;
	width:100%;
	text-align:center;
}
	
.feature-h1::before, .feature-h1::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 5px;
    background-color: #0680da;
}

.feature-h1:before {
	left:0;
}
.feature-h1:after {
	right: 0;
}

.feature-wrap{
	width:100%;
	background-color:#E1E1E1;
}

.feature-wrap ul{
	padding:15px 30px;
}

.feature-wrap ul li{
	font-size:1.3rem;
	margin-bottom:8px;
	list-style:disc;
}

.feature2-block{
	width:100%;
	margin-bottom:20px;
}

.feature2-h1 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  width:100%;
  margin-bottom:5px;
  text-align:center;
}

.feature2-h1:before,.feature2-h1:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.feature2-h1:before {
  border-top: solid 1px #777;
  border-left: solid 1px #777;
  border-bottom: solid 1px #777;
  left: 0;
}

.feature2-h1:after {
  content: '';
  border-top:solid 1px #777;
  border-right: solid 1px #777;
  border-bottom: solid 1px #777;
  right: 0;
}

.feature2-wrap{
	width:100%;
	font-size:1.2rem;
}

.feature2-wrap p{

}

/** feature **/

/** 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 **/

#banner a img {
    
    max-width: 1280px;
    width: 100%;
    padding: 20px;
}

#banner a img:hover {
 opacity: 0.5;
  transition: 0.5s;
}

/* 375px〜413px */
@media screen and (min-width:375px) { 

.content {
    width: 100%;
    padding: 30px 20px;
}

.feature-h1 {
    padding: 0 55px;
    font-size: 3.6rem;
    letter-spacing: 1.2rem;
}

}
  
/* 414px〜599px */
@media screen and (min-width:414px) {

.social-buttons-wrap {
    width: 320px;
}

}
  
/* 600px〜767px： */
@media screen and (min-width:600px) {

.feature-h1::before, .feature-h1::after {
    width: 120px;
}

.feature2-block {
    padding: 0 20px;
}

.product-img2 {
    overflow: hidden;
    margin-bottom: 20px;
}

}
 
/* 600px〜768px： */
@media screen and (min-width:768px) {

.disp-smt {
    display: none;
}

.disp-pc {
    display: block;
}

h2 {
    font-size: 3.3rem;
}

h2 span{
    font-size: 2.2rem;
}

h4 {
    font-size: 2.4rem;
}

.top-cap {
    font-size: 1.5rem;
}

.product-wrap {
    font-size: 1.5rem;
}

.content {
    padding: 55px 40px;
}

.content2 {
    padding: 55px 40px;
}

a .product-list-wrap {
    border: 1px #CCC solid;
    margin-bottom: 40px;
	background-color: #fff;
	-moz-transition-duration:.3s;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
}

.product-list-wrap figcaption h3 {
    font-size: 3rem;
}

.product-list-wrap figcaption h3 span {
    font-size: 1.5rem;
}

.feature-wrap ul li {
    font-size: 1.8rem;
}

.feature2-wrap {
    font-size: 1.5rem;
}

.feature2-h1 {
    font-size: 2rem;
}

a:hover .product-list-wrap {
    outline:9px solid #f9f9f9;
}

.product-wrap2 p {
    font-size: 1.6rem;
}

.price1 {
    margin-bottom: 20px;
}

.price1 span {
    font-size: 2.8rem;
}

.spec-box ul li {
    font-size: 19px;
}

.shopping-link {
    width: 80%;
	margin:0 auto;
}

.store {
    width: 50%;
	padding:10px;
}

}
  
/* 768px〜 950px */
@media screen and (min-width:950px) {

.product-list-inner {
    padding: 15px;
}

.product-list-img {
    width: 50%;
	margin-bottom:0;
}

.product-list-wrap figcaption {
    width: 48%;
	border-left:1px #CCC solid;
	padding-left:20px;
	margin-left:10px;
}

.product-list-wrap figcaption h3 span {
	display:inline-block;
    margin-left: 10px;
}

.gallery-img-wrap {
    width: calc(100% / 3);
}

.product-img2 {
    width: calc(95% / 3);
	margin-bottom:0;
}

.feature2-block{
   width: calc(100% / 2);
   padding:20px;
   margin:0;
}

.shopping-link {
    width: 40%;
}

.store {
    width: 33.3%;
    margin: 0;
}

}

/* 1024px〜 1279px */
@media screen and (min-width:1024px) {

.content {
    width: 100%;
    padding: 80px 60px;
}

.content2 {
    width: 100%;
    padding: 80px 60px;
}

h4 {
    font-size: 3rem;
 }

.product-list-img {
    width: 30%;
    margin-bottom: 0;
}

.product-list-wrap figcaption {
    width: 68%;
}

}

/*1280px～ */
@media screen and (min-width:1280px) {

.content {
    width: 1280px;
}

.content2 {
    width: 1280px;
}

h2 {
    font-size: 4.3rem;
	margin-bottom:20px;
}

.top-cap {
    font-size: 1.8rem;
}

.product-list-wrap figcaption h3 {
    font-size: 3.4rem;
}

.product-list-wrap figcaption h3 span {
    font-size: 1.6rem;
}

.product-wrap2 {
    padding: 0px;
    text-align: center;
}

.product-wrap2 p {
    font-size: 2.6rem;
}

.product-wrap2 h3 {
    font-size: 5rem;
}

.product-wrap2 h3 span {
    font-size: 2.6rem;
}

.price1 span {
    font-size: 3.8rem;
}

.feature-h1 {
    font-size: 4.6rem;
    letter-spacing: 1.8rem;
	margin-bottom:30px;
}

.feature-h1::before, .feature-h1::after {
    width: 200px;
}

.feature-wrap ul {
    padding: 30px 40px;
}

.feature-wrap ul li {
    margin-bottom: 15px;
}

.store {
    width: 25%;
}

}