@charset "UTF-8";

@media (min-width: 1400px)
{
.wrapper{

    margin-bottom: 100px;
}

.title{
    width: 1500px;
    height: auto;
    margin: 0 auto;
}

    .sankaku{
        display: none;
    }
  
h2{padding-top:200px;
    text-align: center;
    font-size: 30px;
    font-family: "M PLUS 1p";
    font-weight: 400;
    color:#33517B;}
    
    .h1{
	margin-right: 30px;
        margin-left: 30px;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 7px;
        display: inline-block;
    width: auto;
        height: ;
        float: left;
}

	

header{
    position: fixed;
    top:0;
   
    width: 100%;
    float: left;
    display: inline-block;
    z-index: 100;
    padding:0;
    background-color: #fff;
height: 160px;
    
}

    header ul {
        font-family: "M PLUS 1p";
   letter-spacing: 2px;
        width:100%;
        height: 160px;
        flex-wrap: wrap;
    }

header ul li{
    list-style: none;
    padding: 0px;

    font-size: 20px;
 min-width: 150px;
    width:10%;/*親メニューの幅*/
    height: 70px;/*親メニューの高さ*/
    line-height: 50px;
    background: #fff;/*親メニューの背景色*/
    color: #fff;/*親メニューの文字色*/
    text-align: center;
   float: left;
   border-left: 1px solid #33517B;
  border-right: 1px solid  #33517B
}
    
    .shop{
        font-size: 1vw;
    }
    
  header ul li+ li {
  border-left: 0;
  border-right: 1px solid #33517B;
     
}

    header ul li:after{
    content: "";
    border-right: 1px solid $border01;
    position: absolute;
  
    top: 5px;
    height: 30px;
}
header li:last-child a:after{
    border-right: none;
}
    

header ul li a {
    padding: 0 auto;
    color: #33517B;
    display: block;
    text-decoration: none;
    margin-top:10px;
    margin-bottom:10px;
    flex-wrap: nowrap;
}
header ul li:hover, header ul li a:hover{
  background:#FF8888;/*ホバー時の親メニューの背景色*/
  color:#fff;/*ホバー時の親メニューの文字色*/

}
header ul li ul {
   position:relative;

    width: 100%;
    min-width: 200px;
    max-width: 250px;
height: 0px;
   
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
}
    
 
header ul li ul li {
     border: none;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
    min-width: 250px;

  height: 0px;
  border: 1px solid #FFBCB0;/*サブメニューの背景色*/
	  margin:0px;
  padding: 0px;
   
    float: left;
}
header ul li ul li:hover, header ul li ul li a:hover {
  background:#33517B;/*ホバー時のサブメニューの背景色*/
    z-index: 100;
    
    }
header ul li:hover ul li{
  visibility: visible;
  overflow: visible;
  height:70px;/*サブメニューの高さ*/
    padding: auto;
    border: 1px solid #33517B;
 }
    header ul li ul li a{
        margin-top: 10px;
    }
    
    
    header ul li ul li a:hover{
        padding: 0 auto;
        color: #fff;
        text-align: center
    }
header * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


    
    
body{
	margin:0;
    
}



.card {
 background: #FFB998;
  
}



.column {
	margin:0 auto;
    margin-top: 20px;
    width:1400px;
        padding: 0 auto;
      display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
    background: ;
 }



    .column
    {
   margin:0 auto;
    margin-top: 20px;
    width: 1400px;
        padding: 0;
  flex-wrap: wrap;
display:flex;
        display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    
  }
    

.column div {
	
	margin-top: 100px;
    margin-left: 0px;
	
}
    
input {
    display: none;
}
    
    
    
    

.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	
}
.column div {
	position: relative;
margin: 20px;
	width: 300px;
	margin-top: 100px;
    
    }

.column div span {
  font-family: "M PLUS 1p";
	position: absolute;
    display: inline-block;
	bottom: -20px;
	left: 0;
	z-index: -1;
	float: left;
	width: 300px;
	margin: 0 auto;
	padding: 0;
	color: #444;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
    
figure {

	width: 300px;
	height: auto;
    
	padding: 0;
	  margin: auto;
	overflow: hidden;
    
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



/* Zoom In #1 */
figure {
  position: relative;
    
}
figure::before {
   
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
figure:hover::before {
  -webkit-animation: shine .90s;
  animation: shine .90s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
    }
    
}
