@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
body, html{
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: rgb(0, 0, 0);
    overflow-x: hidden;
    background: #ffffff;
}
h1{
    text-transform: none;
    color:#000000
}
h1 strong{
    font-weight: 800;
}
h2{
    text-transform: none;
    line-height: 20px;
    margin:  0;
    color:rgb(0, 0, 0);
}
h3{
    font-size: 18px;
    font-weight: 900;
}
h4{
    text-transform: none;
}
h5{
    text-transform: none;
    font-weight: 700;
    line-height: 20px;
    color:#000000
}
p{
    font-family: 'Open Sans', sans-serif;
    color:#000000
}
p.lead{
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;

}
a{ color: #DE5E60;}
a:hover,
a:focus{
    text-decoration: none;
    color: #DE5E60;
}
ul, ol{
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
.gap {
    margin-bottom: 50px;
}
.section-title.center{
    padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
    font-weight: 300;
}
.section-title.center .line{
    border-top: 4px solid #DE5E60;
    height: 10px;
    width: 80px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.section-title.center .line:hover
{
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 15%;
}

#home{
    background: url(https://mtasama.com/image/6-6.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;

}
.contentsite{
    position:relative;
    padding: 20% 0 0;
}

#home .layer{
    height: 750px;
    background-attachment: fixed;
background: rgba(7, 2, 4, 0.77);
}

#home p.lead{
    color: rgb(255, 255, 255);
}
.white-bg {
  background: #ffffff;
  padding: 120px 0;
  display: block;
}
/* About Section
==============================*/
#about{
    padding: 80px 0;

}
.about
{
    padding-top: 1%;
    padding-bottom: 4%;
}
.progress
{
    height:30px;
}
#features {
    text-align: center;
    padding: 1%;
}
#features i {
    font-size: 48px;
}
#features h3 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 7px;
}
#features .slider-layer {
    opacity: 0.8;
}
#about p
{
     margin-top: 0;
    margin-bottom: 1.6em;
}
.joinjour {
    width:100%;
  margin-bottom:20px;

}
.joinjour a {
    background: #DE5E60;
    color: #FFFFFF;
    width:140px;
    margin:0 auto;
    height:40px;
}
.joinjour a:hover {
    -webkit-box-shadow: 0 0 8px #333;
    -moz-box-shadow: 0 0 8px #333;
    box-shadow: 0 0 8px #333;
    color: #FFFFFF;
  background: #26292E;
  border:none;

}

/* Contact Section
==============================*/
#contact {
    padding-top: 45px;
    padding-bottom: 0;
    padding: 90px 0;

}
#contact ::selection {
    color:#7F8289;
    border: 1px solid #ffffff;

}
#contact ::-moz-selection { /* For Firefox */
    color:#7F8289;
    border: 1px solid #26292E;

}
#contact #contact-form {
    max-width:650px;
    margin:70px auto;
    float:none;
}
#contact #contact-form input[type="text"], #contact #contact-form  textarea {
    color:#7F8289;
    font-size: 12px;
    padding: 15px 0;
    width: 100%;
    padding-left:10px;
    background:#26292E;
    margin-bottom:20px;
    border:0;
    border:1px solid #26292E;
    position:relative;
}
#contact #contact-form input[type="submit"] {
    float:none;
    margin:20px auto;
}
#contact .error_message {
    color:red;
}
#contact-form {
    text-align:center!important;
    max-width:600px;
    float:left;
}
#contact-form input[type="text"], #contact-form  textarea {
    color: #7F8289;
    font-size: 12px;
    padding: 15px 0;
    width: 100%;
    padding-left:10px;
    background:none;
    background:rgb(255, 255, 255);
    margin-bottom:20px;
    position:relative;
    border:1px solid #26292E
}
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
    color:#fff;
    outline:none;

}
#contact-form textarea {
    height:170px;
    resize:none;
}
.address
{
    display: block;
    color: #7F8289;
}

.error_message {
    text-align:center;
    margin-bottom:30px;
    font-size:15px;
    color:#fff;
}
#success_page h3{
    text-align:center;
    font-size:18px;
}
#success_page p {
    color:rgb(0, 0, 0);
    margin-top:20px;
    text-align:center;
}
#message fieldset {
    border:none;
    color:rgb(0, 0, 0);
}
#contact p  , #contact #success_page p {
    color:#666;
    text-align:center;
}
#contact #message fieldset {
    color:#fff;
}
/* Portfolio Section
==============================*/
#portfolio{
    padding: 80px 0;
}
.view
{
    border-radius: 0;
    padding: 12px 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    color: white;
    border: 1px solid white;
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color:#fff;
}
.view:hover
{
    background:#DE5E60;
    color:#fff;
    border: 1px solid #DE5E60;
}
#recent-works {
    padding: 90px 0;
}
#recent-works .item-inner {
    position: relative;
    margin: 0;
}
.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 -20px 20px 0;
    color:#fff;
}
.portfolio-filter > li {
    display: inline-block;
}
.portfolio-filter .btn-default {
    color: #fff;
    background-color:#26292E ;
    border-color: #26292E;
}
.portfolio-filter .activesite {
    color: #fff;
    background-color:#DE5E60 ;
    border-color: #DE5E60;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.portfolio-items.col-2 > li {
    width: 50%;
}
.portfolio-items.col-3 > li {
    width: 33%;
}
.portfolio-items.col-4 > li {
    width: 25%;
}
.portfolio-items.col-5 > li {
    width: 20%;
}
.portfolio-items.col-6 > li {
    width: 16%;
}
.portfolio-item {
    padding: 0;
    margin: 0;
}
.portfolio-item .item-inner {
    background: #26292E;
    padding: 5px 5px 0;
    margin: 0 10px 10px 0;
    position: relative;
}
.portfolio-item img {
    width: 100%;
}
.portfolio-item h5 {
    background-color: #26292E ;
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    font-size: 14px;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.portfolio-item .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(7, 2, 4, 0.77);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.portfolio-item .layer .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}
.portfolio-item:hover .layer {
    opacity: 1;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border:none;
}
a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 200px;
    transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
    color: #DE5E60;
    border: 2px solid #DE5E60;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}


/* ジャンルから探す */
.containergenre {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vmin;
    overflow: hidden;
    transform: skew(5deg);
}
.containergenre  .card  {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 75vmin;
    position: relative;
}
.containergenre  .card  .card__head  {
    color: black;
    background: rgba(255, 30, 173, 0.75);
    padding: 0.5em;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1em;
    white-space: nowrap;
}
.containergenre  .card:hover {
    flex-grow: 10;
}
.containergenre  .card:hover img {
    filter: grayscale(0);
}
.containergenre  .card:hover .card__head  {
    text-align: center;
    top: calc(100% - 2em);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-size: 2em;
    transform: rotate(0deg) skew(-5deg);
}
.containergenre  .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
}
.container  .card:not(:nth-child(5)) {
    margin-right: 1em;
}

/* ここからエリアから探す */
@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap');
 * {
	 box-sizing: border-box;
}
 .containerarea {
	 width: 100%;
	 max-width: 1200px;
	 border-radius: 4px;
	 margin: 0 auto;
	 padding: 40px 0;
}
 .contentarea {
	 display: flex;
	 flex-wrap: wrap;
	 margin-top: 60px;
	 padding: 0 30px;
}
 .wrapperarea {
	 width: 33.3%;
	 height: 100%;
	 padding: 10px;
}
 .boxarea {
	 position: relative;
	 max-height: 300px;
	 border-radius: 4px;
	 overflow: hidden;
	 box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}
 .boxarea .hide {
	 opacity: 0;
}
 .boxarea .frame {
	 position: absolute;
	 border: 1px solid #fff;
	 z-index: 2;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 .boxarea h2, .boxarea p {
	 position: absolute;
	 color: #fff;
	 z-index: 2;
	 width: 100%;
	 transition: opacity 0.2s, transform 0.3s;
}
 .boxarea h2 {
	 font-weight: 500;
	 font-size: 22px;
	 margin-bottom: 0;
	 letter-spacing: 1px;
}
 .boxarea p {
	 bottom: 0;
	 font-size: 14px;
	 letter-spacing: 1px;
}
 .boxarea:hover {
	 transition: all 0.3s ease-in-out;
}
 .boxarea:hover:before {
	 transition: all 0.3s ease-in-out;
}
 .boxarea img {
	 position: relative;
	 width: 100%;
	 height: 100%;
	 z-index: 1;
	 transition: all 0.3s ease-in-out;
}
 .boxarea img:hover {
	 transition: all 0.3s ease-in-out;
}
 .boxarea img:after {
	 content: '';
	 position: absolute;
	 background-color: rgba(0, 0, 0, .6);
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 opacity: 0;
}
 .boxarea img:hover {
	 transition: all 0.3s ease-in-out;
}
 .postcardarea h2 {
	 top: 50%;
	 text-align: left;
	 transform: translate3d(50px, 20px, 0);
}
 .postcardarea p {
	 transform: translate3d(40px, 60px, 0);
	 font-size: 24px;
	 letter-spacing: 1px;
}
 .postcardarea:hover h2 {
	 transform: translate3d(20px, 20px, 0);
}
 .postcardarea:hover p {
	 opacity: 1;
}
 .postcardarea:hover img {
	 filter: opacity(0.7);
	 transform: translate3d(-30px, 0, 0);
}
 

html {
    scroll-behavior: smooth;
  }
  :root{
    scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
    scrollbar-width: thin !important;
  }
  ::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: #000;
  }
  ::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  }
  ::-webkit-scrollbar-corner {
    background: #000;
  }
  
  
  
  
  
  
  
  
  
  
  /*DEFAULT*/
  body {
    width: 100%;
    margin:0;
    overflow-x: hidden;
    font-family: 'Cairo', sans-serif;
  }
  
  a,li,button,input,textarea {
    text-decoration:none;
    transition: 0.5s;
    list-style: none;
    outline: none !important;
  }
  
  button::-moz-focus-inner,a::-moz-focus-inner,input::-moz-focus-inner,textarea::-moz-focus-inner {
    border: 0;
  }
  
  .btn1 {
    background-color: #1e1e1e;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    border: 0;
    border-radius: 5px;
  }
  
  .btn1:hover {
    background: #000;
    box-shadow: 0px 6px 16px -6px rgba(1,1,1,0.5);
  }
  
  .btn2 {
    background-color: #3399ff;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border:0;
    z-index:111;
    display:block;
    width:150px;
    margin:2vh 0;
    border-radius:40px;
  }
  
  .btn2:hover {
    background-color: #2c73a1;
    box-shadow: 0px 6px 16px -6px rgba(1,1,1,0.5);
  }
  
  .title{
    font-family: 'Signika Negative', sans-serif;
    font-weight:900;
  }
  
  .sub-title{
    font-weight:400;
    color:#000000
  }
  
  .dark-title{
    font-family: 'Bebas Neue', cursive;
  }
  
  p{
    line-height:1.8em;
    letter-spacing:0.08em;
  }
  
  table{
    width:100%;
    border-collapse:collapse;
  }
  
  table td{
    position:relative;
    vertical-align:top;
  }
  
  .sections{
    position:relative;
    margin:10vh auto;
  }
  
  .title_header{
    width:50%;
    margin:10vh auto;
    text-align:center;
  }
  
  .title_header h1{
    font-family: 'Berkshire Swash', cursive;
    font-size:2em;
    font-weight:900;
    position:relative;
    top:15px;
    display:block;
  }
  
  .title_header h5{
    color:rgb(255, 255, 255);
    font-size:1.2em;
    line-height:1.4em;
  }
  
  .title-2{
    font-family: 'Berkshire Swash', cursive;
    letter-spacing:0.08em;
    line-height:1.4em;
  }
  
  
  .btn3{
    background:transparent;
    border:1px solid #00e1ef;
    margin:auto;
    display:block;
    width:200px;
    color:#00e1ef;
    text-align:center;
    padding:20px;
    border-radius:5px;
  }
  
  .btn3:hover{
    background:#00e1ef;
    color:#000;
  }
  
  
  @media (max-width:820px){
    .title_header{
      width:90%;
    }
    .title_header h1{
      font-size:1.6em;
    }
    .title_header h5{
      font-size:1.1em;
    }
  }
  
  
  
  
  
  
  /*ANIMATION*/
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
  
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  .inline-photo {
    opacity: 0;
    transform: translateY(4em) rotateZ(-0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),opacity .3s .25s ease-out;
    will-change: transform, opacity;
  }
  .inline-photo.is-visible {
    opacity: 1;
    transform: rotateZ(-0deg);
  }
  .inline-photo2 {
    opacity: 0;
    transform: translateX(-15em) rotateZ(-0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),opacity .3s .25s ease-out;
    will-change: transform, opacity;
  }
  .inline-photo2.is-visible2 {
    opacity: 1;
    transform: rotateZ(-0deg);
  }
  .inline-photo3 {
    opacity: 0;
    transform: translateX(15em) rotateZ(-0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),opacity .3s .25s ease-out;
    will-change: transform, opacity;
  }
  .inline-photo3.is-visible3 {
    opacity: 1;
    transform: rotateZ(-0deg);
  }
  @-webkit-keyframes fadeInFromNone {
    0% {
      display: none;
      opacity: 0;
    }
  
    1% {
      display: block;
      opacity: 0;
    }
  
    100% {
      display: block;
      opacity: 1;
    }
  }
  
  @-moz-keyframes fadeInFromNone {
    0% {
      display: none;
      opacity: 0;
    }
  
    1% {
      display: block;
      opacity: 0;
    }
  
    100% {
      display: block;
      opacity: 1;
    }
  }
  
  @-o-keyframes fadeInFromNone {
    0% {
      display: none;
      opacity: 0;
    }
  
    1% {
      display: block;
      opacity: 0;
    }
  
    100% {
      display: block;
      opacity: 1;
    }
  }
  
  @keyframes fadeInFromNone {
    0% {
      display: none;
      opacity: 0;
    }
  
    1% {
      display: block;
      opacity: 0;
    }
  
    100% {
      display: block;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*TOP NAVIGATION*/
  header{
    position:fixed;
    top:2rem;
    width:100%;
    z-index:9999;
    transition:0.5s;
  }
  
  .topnav {
    overflow: hidden;
    background-color:#fff;
    width:80%;
    height:80px;
    margin:auto; 
    box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
    transition:0.5s;
    font-family: 'Cairo', sans-serif;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #8c6239;
    text-align: center;
    padding: 24px 16px;
    margin:auto 1rem;
    text-decoration: none;
    font-size: 17px;
    position:relative;
  }
  
  .logo{
    width:150px;
    height:60px;
    position:absolute;
    top:0.2rem;
    border-radius:0px;
  }
  
  #icon{
    float:right;
  }
  
  #active{
    display:flex;
    font-weight:bold;
    width:100px;
    font-family: 'Pacifico', cursive;
  }
  
  #active:hover{
    color:#fff;
  }
  
  .topnav .active{
    color:#236b9a;
  }
  
  .topnav .icon {
    display: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: #8c6239;
    padding: 24px 16px;
    background-color: inherit;
    font-family: inherit;
    margin:auto 1rem;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-top:2px solid #ec4613;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 8px 16px;
    margin:auto 0rem;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn {
    color: #236b9a;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  @media screen and (max-width: 920px) {
    .logo{
      height:40px;
      width:100px;
      position:static;
    }
    .topnav{
      height:auto;
    }
    .topnav a {
      float: left;
      display: block;
      color: #8c6239;
      text-align: center;
      padding: 14px 16px;
    }
    .dropdown .dropbtn {
      padding: 14px 16px;
    }
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
    #active{
      display:none;
    }
  }
  
  @media screen and (max-width: 920px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      padding: 6px 16px;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }
  
  
  
  
  
  
  
  
  /*CONTAINER*/
  .containersite{
    overflow:hidden;
    width:100%;
    height:100vh;
    position:relative;
    background-image:url(https://mtasama.com/image/01.png);
    background-size:cover;
    background-attachment:fixed;
  }
  
  .containersite section{
    width:40%;
    position:absolute;
    top:20vh;
    right:2vw;
  }
  
  .containersite section .title-2{
    font-size:3em;
    position:relative;
    top:20px;
  }
  
  .containersite section .sub-title{
    font-size:1.1em;
    color:rgba(0, 0, 0, 0.6);
  }
  
  .containersite img{
    position:absolute;
    bottom:0px;
    width:100%;
    height:50px;
  }
  
  @media (max-width:820px){
    .containersite{
      height:90vh;
      background-attachment:local;
    }
  
    .containersite section{
      position:absolute;
      width:90%;
      left:1vw;
      margin:auto;
    }
  
    .containersite section .title-2{
      font-size:1.6em;
    }
  
    .containersite section .sub-title{
      font-size:1.1em;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*SECTION1*/
  .section1{
    width:95%;
    margin:auto;
    display:flex;
  }
  
  .section1 section{
    width:50%;
    margin:0 20px;
  }
  
  .section1 img{
    width:90%;
    height:70vh;
  }
  
  .section1 p{
    line-height:2em;
  }
  
  @media (max-width:820px){
    .section1{
      display:block;
    }
  
    .section1 section{
      width:100%;
      margin:0px;
      padding:10px;
    }
  
    .section1 img{
      width:95%;
    }
  }
  
  
  
  
  
  
  
  /*SECTION2*/
  .section2{
    margin:10vh 0;
  }
  .Cards{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    display:flex;
  }
  
  .product_card{
    width:250px;
    height:360px;
    position:relative;
    margin:20px;
    text-align:center;
  }
  
  .product_card img{
    width:100%;
    height:60%;
  }
  
  .product_card ul{
    width:10%;
    position:absolute;
    top:10px;
    left:-20px;
    z-index:1;
  }
  
  .product_card .views{
    position:absolute;
    top:0;
    right:0;
    color:#fff;
    padding:5px 20px;
    background:#FF324D;
    font-size:11px;
    font-weight:900;
  }
  
  .product_card section{
    padding:10px;
  }
  
  .product_card section .price{
    color:#FF324D;
    padding:0 10px;
    margin-right:10px;
  }
  
  .product_card section strike{
    color:rgb(255, 255, 255);
    padding:0 5px;
  }
  
  .product_card section .discount{
    color:green;
    padding:0 5px;
  }
  
  .product_card section .fa-star{
    color:rgb(255, 255, 255);
  }
  
  .product_card section .checked {
    color: orange;
  }
  
  .product_card section .rating{
    color:rgba(1,1,1,0.5);
  }
  
  .product_icons{
    display:none;
  }
  
  .product_card ul li{
    list-style:none;
    padding:10px 5px;
    padding-left:0;
    color:#fff;
  }
  
  .product_card ul li i{
    background:#3399ff;
    border-radius:50%;
    padding:10px;
    height:15px;
    width:15px;
    text-align:center;
    transition:0.5s;
  }
  
  .product_card ul li i:hover{
    background:#FF324D;
    color:#fff;
  }
  
  
  .product_card:hover  > .product_icons{
    display:block;
  }
  
  
  /* ANIMATION */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
  
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
  
  @media (max-width:820px){
    .Cards{
      display:block;
    }
    .product_card{
      width:45%;
      display:inline-block;
      margin:10px;
    }
    .product_card .title-2{
      font-size:0.9em;
    }
    .product_card section .price{
      margin-right:3px; 
    }
    .product_card section{
      font-size:12px; 
    }
  }
  
  
  
  
  
  
  
  
  
  
  /*SECTION3*/
  .section3{
    width:100%;
    padding:5vh 0;
    background:#62c3e7;
    background-image:url("https://i.ibb.co/kSBgyMd/section3.png");
    background-size:8% 100%;
    background-position:left;
    background-repeat:no-repeat;
  }
  
  .section3 .title-2{
    font-size:3em;
  }
  
  .section3 .sub-title{
    color:rgba(255,255,255,1);
    letter-spacing:0.08em;
    line-height:1.6em;
  }
  
  @media (max-width:820px){
    .section3{
      background-size:20% 100%;
    }
    .section3 .title-2{
      font-size:2em;
    }
    .section3 .sub-title{
      font-size:1em;
    }
  
  }
  
  
  
  
  
  
  
  
  
  
  /* 一覧 */

  * {
    box-sizing: border-box;
 }
  body {
    font-family: "Exo";
    background-color: rgb(255, 255, 255);
    color: #ffffff;
 }
  .buttons {
    width: 460px;
    margin: 0 auto;
    text-align: center;
 }
  button {
    border: 0;
    padding: 1em 1.5em;
    background-color: #595959;
    color: #fff;
    font-size: 1em;
    font-family: "Exo";
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s;
    box-shadow: rgba(0,0,0,0.0980392) 0px -3px 0px 0px inset;
 }
  button:hover {
    background-color: #333;
 }
  button.active, button:active {
    background-color: #7ac8ff;
 }
  .boxes {
    padding-top: 2em;
    width: 65em;
    margin: 0 auto;
 }
  .box {
    width: 15em;
    height: 17em;
    float: left;
    margin: 0 0 1em 1em;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
 }
  .box img {
    max-width: 100%;
 }
  .box .details {
    padding: 1em;
    text-align: center;
 }
  .box .title {
    font-size: 1em;
    padding-bottom: .5em;
 }
  .box .price {
    color: rgb(255, 255, 255);
 }
  

/* ここからジオストーリー */
 @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

*{
  box-sizing: border-box;
}



.cardsgeo {
  display: inline-block;
    width: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 820px;
}

.cardgeo--1 .card__img, .cardgeo--1 .cardgeo__img--hover {
    background-image: url('https://mtasama.com/wp-content/uploads/2023/01/fb6ce6ddfab3512f36b43b74747f02b9-scaled.jpg');
}

.cardgeo--2 .cardgeo__img, .cardgeo--2 .cardgeo__img--hover {
    background-image: url('https://mtasama.com/wp-content/uploads/2023/01/e7e5643e161b5375267993c4a19e9487.png');
}

.cardgeo__like {
    width: 18px;
}

.cardgeo__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.cardgeo__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.cardgeo__clock-info {
    float: right;
}

.cardgeo__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.cardgeo__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.cardgeo__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.cardgeo {
  display: inline-block;
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 75%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.cardgeo:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.cardgeo__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 16px 24px 24px 24px;
}

.cardgeo__category {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #ffffff;
}

.cardgeo__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    color:#000000
}

.cardgeo__by {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.cardgeo__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.cardgeo:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.cardgeo:hover .card__info {
    background-color: transparent;
    position: relative;
}

.cardgeo:hover .card__info-hover {
    opacity: 1;
}
