@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@font-face {
  font-family: 'gosi';
  src: url('/font/Makinas-4-Flat.otf') format('opentype');
}

.margin{
  background-color: #1c183a;
  height: 130px;
}

.visual{
  width:100%;
  height:680px;
  position:relative;
  z-index: -1;
  background: url(../images/result/Top.JPG) no-repeat  bottom;
  background-size:cover;
  text-align: center;
}
.coverTop {
  padding-top: 150px;
  margin-top: 0px;
  width: 100%;
  height:100%;
  position: absolute;
  background-image: linear-gradient(60deg, rgba(0, 0, 0, 0.164) 20%, rgba(0, 0, 0, 0.384) 20%);
  background-size: 2px 2px;
  z-index:0;
}
h2{
  padding-top: 150px;
  position: absolute;
  width:100%;
  top:20px;
  font-size:4em;
  color:#ffffff;
  text-shadow: 0px 0px 10px #3d3d3d;
}

.visual p {
  padding-top: 150px;
  margin-top: 0px;
  position: absolute;
  width:100%;
  top:100px;
  font-size: 40px;
  color:#ffffff;
  text-shadow: 0px 0px 10px #3d3d3d;
  font-family: font055;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  

}

.coverTop h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.coverTop h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

/*================　賞01　start ================*/
.sele01{
  padding-top: 200px;
  padding-bottom: 20px;
  background-color: #2a264a;
  align-items: end;
  display: block;
}
.selename01{
 display: inline-block;
 width: 100%;
 text-align: center;
 font-size: 60px;
 color:#ffffff;
 text-shadow: 0px 0px 10px #3d3d3d;
 font-family: font055;
 text-shadow:
 1px 1px 0px #000, -1px -1px 0px #000,
-1px 1px 0px #000,  1px -1px 0px #000,
 1px 0px 0px #000, -1px  0px 0px #000,
 0px 1px 0px #000,  0px -1px 0px #000;
}
.band01{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 60px;
  color:#ffffff;
  text-shadow: 0px 0px 10px #3d3d3d;
  font-family: font055;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
}
.first-view1 {
  padding: 50px;
  padding-left: 120px;
  padding-right: 120px;
  background-color: #2a264a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.img-frame1{
  margin-top: 300px;
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
  z-index:1;
 }
 .img-frame1{
  width: 100%;
 }
 .img1-01, .img1-02, .img1-03{
  position: absolute;
  top: 0px;;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
 }
 .img1-01{
  background-image: url('../images/result/01-01.jpg');
  animation: slide-animation-01 24s infinite;
 }
 .img1-02{
  background-image: url('../images/result/01-02.JPG');
  animation: slide-animation-02 24s infinite;
 }
 .img1-03{
  background-image: url('../images/result/01-03.JPG');
  animation: slide-animation-03 24s infinite;
 }
 @keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0; transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }
 @media screen and (max-width: 800px){
  .sele01{
    padding-bottom: 0px;
    padding-top: 100px;
  }
  .selename01{
    font-size: 30px;
  }
  .band01{
    font-size: 30px;
  }

  .first-view1 {
    padding: 50px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #2a264a;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
  }

  .img-frame1{
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    z-index:1;
   }
 .img1-01, .img1-02, .img1-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%; 
 
  background-size:cover;
  background-repeat: no-repeat;
 }
 .img1-01{
  background-image: url('../images/result/01-01.jpg');
  background-position: center;
  animation: slide-animation-01 24s infinite;
 }
 .img1-02{
  background-image: url('../images/result/01-02.JPG');
  background-position: center;
  animation: slide-animation-02 24s infinite;
 }
 .img1-03{
  background-image: url('../images/result/01-03.JPG');
  background-position: center;
  animation: slide-animation-03 24s infinite;
 }
 @keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0; transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }
}

/*================　賞01　end ================*/

/*================　賞02　start ================*/
.sele02{
  padding-top: 200px;
  padding-bottom: 20px;
  background-color: #2a264a;
  align-items: end;
  display: block;
}
.selename02{
 display: inline-block;
 width: 100%;
 text-align: center;
 font-size: 60px;
 color:#ffffff;
 text-shadow: 0px 0px 10px #3d3d3d;
 font-family: font055;
 text-shadow:
 1px 1px 0px #000, -1px -1px 0px #000,
-1px 1px 0px #000,  1px -1px 0px #000,
 1px 0px 0px #000, -1px  0px 0px #000,
 0px 1px 0px #000,  0px -1px 0px #000;
}
.band02{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 60px;
  color:#ffffff;
  text-shadow: 0px 0px 10px #3d3d3d;
  font-family: font055;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
}
.first-view2 {
  padding: 50px;
  padding-left: 120px;
  padding-right: 120px;
  background-color: #2a264a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.img-frame2{
  margin-top: 300px;
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
  z-index:1;
 }
 .img-frame2{
  width: 100%;
 }
 .img2-01, .img2-02, .img2-03{
  position: absolute;
  top: 0px;;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
 }
 .img2-01{
  background-image: url('../images/result/02-01.JPG');
  animation: slide-animation-01 24s infinite;
 }
 .img2-02{
  background-image: url('../images/result/02-02.JPG');
  animation: slide-animation-02 24s infinite;
 }
 .img2-03{
  background-image: url('../images/result/02-03.JPG');
  animation: slide-animation-03 24s infinite;
 }
 @keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0; transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }
 @media screen and (max-width: 800px){
  .sele02{
    padding-bottom: 0px;
    padding-top: 100px;
  }
  .selename02{
    font-size: 30px;
  }
  .band02{
    font-size: 30px;
  }

  .first-view2 {
    padding: 50px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #2a264a;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
  }

  .img-frame2{
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    z-index:1;
   }
 .img2-01, .img2-02, .img2-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%; 
 
  background-size:cover;
  background-repeat: no-repeat;
 }
 .img2-01{
  background-image: url('../images/result/02-01.JPG');
  background-position: center;
  animation: slide-animation-01 24s infinite;
 }
 .img2-02{
  background-image: url('../images/result/02-02.JPG');
  background-position: center;
  animation: slide-animation-02 24s infinite;
 }
 .img2-03{
  background-image: url('../images/result/02-03.JPG');
  background-position: center;
  animation: slide-animation-03 24s infinite;
 }
 @keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0; transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }
}

/*================　賞02　end ================*/

/*================　賞03　start ================*/
.sele03{
  padding-top: 200px;
  padding-bottom: 20px;
  background-color: #2a264a;
  align-items: end;
  display: block;
}
.selename03{
 display: inline-block;
 width: 100%;
 text-align: center;
 font-size: 60px;
 color:#ffffff;
 text-shadow: 0px 0px 10px #3d3d3d;
 font-family: font055;
 text-shadow:
 1px 1px 0px #000, -1px -1px 0px #000,
-1px 1px 0px #000,  1px -1px 0px #000,
 1px 0px 0px #000, -1px  0px 0px #000,
 0px 1px 0px #000,  0px -1px 0px #000;
}
.band03{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 60px;
  color:#ffffff;
  text-shadow: 0px 0px 10px #3d3d3d;
  font-family: font055;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
}
.first-view3 {
  padding: 50px;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 200px;
  background-color: #2a264a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.img-frame3{
  margin-top: 300px;
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
  z-index:1;
 }
 .img-frame3{
  width: 100%;
 }
 .img3-01, .img3-02, .img3-03{
  position: absolute;
  top: 0px;;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
 }
 .img3-01{
  background-image: url('../images/result/03-01.JPG');
  animation: slide-animation-01 24s infinite;
 }
 .img3-02{
  background-image: url('../images/result/03-02.JPG');
  animation: slide-animation-02 24s infinite;
 }
 .img3-03{
  background-image: url('../images/result/03-03.JPG');
  animation: slide-animation-03 24s infinite;
 }
 @keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0; transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }
 @media screen and (max-width: 800px){
  .sele03{
    padding-bottom: 0px;
    padding-top: 100px;
  }
  .selename03{
    font-size: 30px;
  }
  .band03{
    font-size: 30px;
  }

  .first-view3 {
    padding: 50px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #2a264a;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
  }

  .img-frame3{
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    z-index:1;
   }
 .img3-01, .img3-02, .img3-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%; 
 
  background-size:cover;
  background-repeat: no-repeat;
 }
 .img3-01{
  background-image: url('../images/result/03-01.JPG');
  background-position: center;
  animation: slide-animation-01 24s infinite;
 }
 .img3-02{
  background-image: url('../images/result/03-02.JPG');
  background-position: center;
  animation: slide-animation-02 24s infinite;
 }
 .img3-03{
  background-image: url('../images/result/03-03.JPG');
  background-position: center;
  animation: slide-animation-03 24s infinite;
 }
 @keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0; transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }
}

/*================　賞03　end ================*/

.lead2 {

  padding-top: 50px;
  padding-bottom: 0px;
  margin-top: 0px;
  background-image: url(../images/index/back.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
}


.lead2 p{
  line-height: 2;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding-bottom: 50px;
  line-height: 40px;
  letter-spacing: 8px;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(43, 37, 33, 0.4);
  vertical-align: middle;
  text-align: center;
}

.point{
  display: flex;
  padding-top: 350px;
  background-color: #ffffff;
  background-image: url(../images/index/ikeshibu.jpg);
  background-size:contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0;
  background-size:contain;
    animation: SlideIn 1.6s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;

}


@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.photo{
  margin-bottom: 20px;
}

.time{
  background-color: #180000;
  width: 100%;
  height: 80px;
  font:inherit;
  font-family: font055;
  color: #9f8d8d;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
}

.time2{
  background-color: #750606;
  width: 100%;
  height: 80px;
  font:inherit;
  font-family: font055;
  color: #9f8d8d;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
}

li dt{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;

  text-align: center;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
}

.item-list p2{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  font-weight: bold;
  padding-left: 65px;
  width: 250px;
  padding-top: 30px;
  padding-bottom: 10px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
  text-align: center;
}

.lead p {
  line-height: 2;
  text-align: center;
}

.lead3 p {
  line-height: 2;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding-bottom: 50px;
  line-height: 40px;
  letter-spacing: 8px;
  font-size: 15px;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button-area2 {
  padding-top: 40px;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 60px;
}

.link-button {
  background-color: #f4dd64;
  background-image: url(../images/index/back.jpg);
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'gosi', sans-serif;
  color: #f3e9e9;
  font-size: 16px;
}

.button2 {
  background-image: url(../images/index/home.jpg);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 300px;
  line-height: 100px;
  border-radius: 30px;
  opacity: 0.9;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  transition: all 0.2s ease-in-out;
}

.button3 {
  background-image: url(../images/index/ikeshi_bu.jpg);
  background-size: 300px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 250px;
  line-height: 100px;
  border-radius: 50px;
  
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.button3:hover{
  text-decoration: none;
  opacity: 1.0;
  background-size: 320px;
  transition: all 0.2s ease-in-out;
} 

.button2:hover{
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  opacity: 1.0;
  background-size: 320px;
  transition: all 0.2s ease-in-out;
} 


.link-button-area3 {
  padding-top: 0px;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 0px;
}

.link-button-area4 {
  padding-top: 0px;
  text-align: right;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-left: 20px;
  float: right;
}

.button4 {
  background-image: url(../images/common2/insta.png);
  background-color: #1c183a;
  background-size: 70px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 70px;
  line-height: 70px;
  border-radius: 50px;
  
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  outline: none;
  text-decoration: none;
}
.button4:hover{
  text-decoration: none;
  opacity: 1.0;
} 

.flexes{
  width: 160px;
  display: flex;
  margin-left: 0px;
}

.flexes2{
  width: 100%;
  margin-left: 30%;
}


.button5 {
  background-image: url(../images/common2/X.jpg);
  background-color: #1c183a;
  margin-top: 0px;
  background-size: 80px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 70px;
  line-height: 70px;
  border-radius: 50px;
  
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  outline: none;
  text-decoration: none;
}
.button5:hover{
  text-decoration: none;
  opacity: 1.0;
} 



.link-button:hover {
  background-color: #d8b500;
}

.timetable {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 55px;
}

.timetable h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.timetable h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 20px;
  padding-bottom: 30px;
  background-color: #f3e9e9;
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 10px;
}

.word2{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  font-weight: bold;
  width: 250px;
  padding-top: 60px;
  padding-bottom: 40px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
  text-align: center;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  padding-top: 20px;
  font-family: 'gosi', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 800px) {

  .visual{
    height: 400px;
  }

  .margin{
    background-color: #1c183a;
    height: 110p;
  }
  

  .first-view {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    vertical-align: top;
    display: flex;
    align-items:flex-start;
  }

  .img{
    display: block;
  }

  
.flexes2{
  width: 100%;
  margin-left: 30%;
}

  .lead {
    margin-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .lead2 {
    padding-top: 50px;
    padding-bottom: 0px;
    vertical-align: middle;
    text-align: center;
  }

  .lead3 {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 55px;
    vertical-align: middle;
    text-align: center;
  }

  .lead2 p{
    margin: 0px;
  }

  .lead p {
    text-align: center;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 250px;
    margin-left: 10px;
  }
}