@charset "utf-8";
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-size: 16px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Century Gothic", sans-serif;
}
.section{
  width: 1100px;
  max-width: 100%;
  margin: 0 AUTO;
  padding: 80px 15px;
}
.img{
  display: block;
  width: AUTO;
  max-width: 100%;
  margin: 0 AUTO;
}
a,
a img{
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover img{
  opacity: 0.7;
}
.caption{
  padding: 5px 0;
  line-height: 1.8em;
}
.caption__center{
  text-align: center;
}
.caption__right{
  text-align: right;
}
/* アイキャッチ */
.eyecatch{
  display: block;
  width: 100%;
  height: 80vh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.eyecatch__img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.eyecatch__title svg{
  display: block;
  width: 80%;
  margin: AUTO;
}
.eyecatch__title{
  display: grid;
  align-items: center;
  text-align: center;
  width: 400px;
  max-width: 100%;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: AUTO;
  font-size: 2rem;
  font-weight: normal;
}
.title__2nd{
  text-align: center;
  font-family: 'Century Gothic', Courier, monospace, sans-serif;
  padding: 15px;
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: 2px;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.flex__2clmn{
  width: calc(50% - 20px);
  margin: 10px;
}
.flex__3clmn{
  width: calc(33.3% - 20px);
  margin: 10px;
}
@media screen and (max-width: 550px){
  .flex__2clmn{
    width: calc(100% - 20px);
    margin: 10px;
  }
  .flex__3clmn{
    width: calc(100% - 20px);
    margin: 10px;
  }
}


.timeless__eyecatch{
  width: 100%;
  max-height: 90vh;
  object-fit: cover;
}
.timeless__item{
  width: calc(33.33% - 30px);
  margin: 15px;
  padding: 0 0 20px 0;
  font-size: 15px;
  text-align: center;
  background-color: #FFFFFF;
  filter: drop-shadow(2px 2px 3px #CCCCCC);
}
.timeless__item--img{
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.timeless__item--price{
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}
.timeless__item--size{
  display: block;
  font-size: 12px;
}
.timeless__title--2nd{
  font-size: 3.5rem;
  padding: 30px;
  text-align: center;
  font-family: 'Century Gothic', Courier, monospace, sans-serif;
  font-weight: normal;
  letter-spacing: 5px;
}
.timeless__title--3rd{
  font-size: 1.5rem;
  padding: 30px;
  text-align: center;
  color: #57919a;
}
.timeless__usecase{
  text-align: center;
  background-color: #e8e3d5;
  padding: 30px;
  font-size: 14px;
  outline: 1px solid #333333;
  outline-offset: -10px;
}
.timeless__usecase h3{
  font-size: 1.5rem;
  padding: 0 0 10px 0;
}
.timeless__remark{
  background-color: #333333;
  color: #FFFFFF;
  padding: 30px;
  margin: 30px 10px;
  outline: 1px solid #FFFFFF;
  outline-offset: -10px;
}
.timeless__catalog{
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 10px AUTO;
  padding: 0;
  border: 1px solid #CCCCCC;
}
.timeless__item--contact{
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 30px AUTO;
  padding: 15px;
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #408a95;
  border: 1px solid #408a95;
  text-align: center;
  text-decoration: none;
}
.timeless__item--contact:hover{
  color: #408a95;
  background-color: #FFFFFF;
}