@charset "UTF-8";
/* CSS Document */




/*top*/
.top main .catch {
  padding-top: 250px;
  padding-bottom: 150px;
}
.top main .catch h3 {
  font-family: "Roboto", sans-serif;
  font-size: 7.6rem;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  margin-bottom: .5em;
  color: #4ba0e6;
}
.top main .catch h3 * {
  font-weight: 900;
}
.top main .catch h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.top main .catch h4 * {
  display: block;
  line-height: 1em;
  font-weight: 700;
}
.top main .catch h4 em {
  font-family: "Roboto", sans-serif;
  font-size: 3.0rem;
  margin-bottom: .4em;
  color: #4ba0e6;
}
.top main .catch h4 span {
  font-size: 6.0rem;
}
.top main .catch .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.top main .catch .comment p {
  font-size: 1.8rem;
  font-weight: 700
}
.top main .catch .arrow {
  position: relative;
  width: 34px;
  margin: 0 auto;
}
.top main .catch .arrow span {
  position: absolute;
  animation: arrow 2s infinite ease-in-out;
}
@keyframes arrow {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0);}
  48% {transform: translateY(-20px);}
  60% {transform: translateY(-15px);}
}
.top main .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -100px;
}
.top main .list section {
  width: calc((100% - 100px) / 2);
  margin-bottom: 100px;
}
.top main .list section:nth-of-type(odd) {
  margin-right: 100px;
}
.top main .list section .img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 25 / 16;
  margin-bottom: 30px;
}
.top main .list section .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.top main .list section .img a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.top main .list section h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top main .list section h3 a {
  font-size: 2.2rem;
  font-weight: 700;
}
.top main .list section time {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top main .list section time span {
  position: relative;
  font-size: 1.8rem;
  padding: 0 1em;
}
.top main .list section time span::before ,
.top main .list section time span::after {
  position: absolute;
  top: .3em;
  width: 1px;
  height: calc(100% - (.3em * 2));
  background: #000000;
  content: '';
}
.top main .list section time span::before {
  left: 0;
}
.top main .list section time span::after {
  right: 0;
}


/*post*/
.post main .site_name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 160px;
}
.post main .site_name * {
  font-weight: 900;
}
.post main .site_name span {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 3.0rem;
  font-weight: 900;
  line-height: 1em;
  padding: 0 1em;
  white-space: nowrap;
}
.post main .site_name span::before ,
.post main .site_name span::after {
  position: absolute;
  top: 0;
  content: '・';
}
.post main .site_name span::before {
  left: 0;
}
.post main .site_name span::after {
  right: 0;
}
.post main > h3 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: .2em;
  margin-bottom: 1.2em;
  color: #4ba0e6;
  border-bottom: solid 2px #4ba0e6;
}
.post main > h3 * {
  font-weight: 700;
}
.post main .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.post main .comment * {
  font-weight: 700;
}
.post main .comment p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.post main .comment p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.post main .main_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.post main .main_img p img {
  width: auto;
  max-width: 100%;
}
.post main .info {
  width: 680px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.post main .info dl {
  display: flex;
  border-bottom: solid 1px #e5e5e5;
  font-size: 1.8rem;
  padding: .5em 0;
}
.post main .info dl:nth-of-type(1) {
  border-top: solid 1px #e5e5e5;
}
.post main .info dl * {
  font-weight: 500;
}
.post main .info dl dt {
  position: relative;
  width: 150px;
  padding-left: 1.4em;
}
.post main .info dl dt::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: .9em;
  height: .9em;
  background: #4ba0e6;
  content: '';
}
.post main .info dl dt span {
  display: block;
}
.post main .info dl dt.char03 span {
  letter-spacing: .5em;
}
.post main .info dl dt.char02 span::first-letter {
  letter-spacing: 2em;
}
.post main .info dl dd {
  width: calc(100% - 150px);
}
.post main .detail {
  width: 680px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.post main .list_back {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post main .list_back p a {
  display: block;
  background: #4ba0e6;
  border: solid 1px #4ba0e6;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  padding: .8em 2em;
  border-radius: 1.8em;
}
.post main .list_back p a:hover {
  background: #FFF;
  border: solid 1px #4ba0e6;
  color: #4ba0e6;
}




@media screen and (max-width: 767px) {
  .top main .catch {
    padding-top: 20vw;
    padding-bottom: 15vw;
  }
  .top main .catch h3 {
    font-size: 3.0rem;
  }
  .top main .catch h4 {
    margin-bottom: 5vw;
  }
  .top main .catch h4 em {
    font-size: 2.0rem;
    margin-bottom: .4em;
  }
  .top main .catch h4 span {
    font-size: 3.0rem;
  }
  .top main .catch .comment {
    margin-bottom: 15vw;
  }
  .top main .catch .comment p {
    font-size: 1.6rem;
  }
  .top main .catch .arrow {
    width: 10vw;
  }
  .top main .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: -15vw;
  }
  .top main .list section {
    width: 100%;
    margin-bottom: 15vw;
  }
  .top main .list section:nth-of-type(odd) {
    margin-right: 0;
  }
  .top main .list section .img {
    aspect-ratio: 25 / 12;
    margin-bottom: 3vw;
  }
  .top main .list section h3 a {
    font-size: 1.8rem;
  }
  .top main .list section time span {
    font-size: 1.4rem;
  }



  
  .post main .site_name {
    padding-top: 25vw;
    padding-bottom: 15vw;
  }
  .post main .site_name span {
    font-size: 2.4rem;
  }
  .post main > h3 {
    text-align: left;
    font-size: 2.0rem;
  }
  .post main .comment {
    margin-bottom: 10vw;
  }
  .post main .comment p {
    font-size: 1.6rem;
    text-align: left;
  }
  .post main .main_img {
    margin-bottom: 10vw;
  }
  .post main .info {
    width: 100%;
    margin-bottom: 10vw;
  }
  .post main .info dl {
    flex-direction: column;
    font-size: 1.6rem;
    padding: .3em 0;
  }
  .post main .info dl dt {
    width: 100%;
  }
  .post main .info dl dd {
    width: 100%;
  }
  .post main .detail {
    width: 100%;
    margin-bottom: 20vw;
  }
  .post main .list_back p a {
    font-size: 1.6rem;
    padding: .8em 2em;
    border-radius: 1.8em;
  }
}


