@charset "utf-8";

body {
  margin-right: auto;
  margin-left: auto;
  max-width: 100% !important;
  
}


.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*
 height: 310px;
  background-image: url(../images/concept/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}
  */

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}

.catch{
  margin-left: 15%;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  animation-name: fadeInAnime;
  animation-fill-mode:forwards;
  animation-duration:10s;
  animation-iteration-count: 1;
  animation-timing-function:ease;
/*  animation-delay: 0.5s;     */
/*animation-direction:normal;  */
}



@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
  
}
.item-list{
    margin-bottom: 60px;
}
.item-list li{
  position: relative;
}


/*
.item-list{
    opacity: 0;
}
*/
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* スタートの遅延時間*/

.delay-time02{
animation-delay: 0.3s;
}

.delay-time03{
animation-delay: 1.0s;
}

.delay-time04{
animation-delay: 0.6s;
}

.delay-time05{
animation-delay: 0.2s;
}

.item-list .label{
  position: absolute;
  top: 10;
  left: calc(100% + 18px);
  font-size: 10px;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

.item-list img{
  width:800px; 
}

.item-list dt{
  margin-bottom: 10px;
}
.flower {
  width: 300px;
  margin: 40px auto 30px auto;
  position: relative;
}
.flowerp{
  position: absolute;
  top: 10;
  left: calc(100% + 34px);
  font-size: 10px;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}
.flower img{
    width: 100%;
    margin: 0 auto 20px auto;
}

ul .item-list{
    margin-top: 0;
}
#mato{
    width: 600px;
}
.labelm{
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  font-size: 10px;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

.footer{
  margin-top: 100px;
}
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/

.item-list {
  width: 930px;
  max-width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;

  justify-content: center;   
}
.item-list dl {
  margin-top: 10px;
}
.item-list li{
  margin-bottom: 40px;
}
.item-list.illust {
  width:600px;
}
 



@media (max-width:800px){
body {
  margin-right: auto;
  margin-left: auto;
  max-width: 99% !important;
  
}
.item-list img {
  max-width: 100%;
  height: auto;
}
.item-list{
  margin-top: 45px;
  width: 98vw;
}
.catch{
  margin-left: 15%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
}
.flower {
   width: 50vw; 
} 
 
.item-list .illust {
    width: 90vw;
}
    
.footer{
    margin-left: 100px;
  }

}