.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cp_wrap{
  background-image: url(../img/outer_bg.png);
  background-position: center;
  background-repeat: repeat;
}

.main__container, .topics__container {
  box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* common:start */
[v-cloak] {
  display: none;
}

.js-fade {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-active {
  opacity: 1;
  transform: translateX(0) translateY(0) !important;
}

.js-fade-product {
  opacity: 0;
  transition: 1.2s all;
  transform: translateY(10%);
}
.js-fade-product-active {
  opacity: 1;
  transform: translateY(0) !important;
}

.js-fade-deray {
  opacity: 0;
  transition: 1.2s all;
}
.js-fade-deray-active {
  opacity: 1;
  transform: translateX(0) !important;
}

.js-fade-list {
  opacity: 0;
}
.js-fade-list li {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-list-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* common:end */
/* kv:start */
.kv {
  width: 480px;
  margin: 0 auto 26px;
  padding-top: 50px;
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
}
@media screen and (max-width: 1040px) {
  .kv {
    width: 46.15vw;
    padding-top: 4.81vw;
    margin-bottom: 2.5vw;
  }
}

/* kv:end */
/* main:start */
.main__container{
  padding-bottom: 50px;
}
.main__list{
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.main__item{
  width: 366px;
  margin-right: 4px;
}
.main__item:last-child{
  margin-right: 0;
}
.main__block{
  width: 718px;
  margin: 0 auto;
}
.main__read{
  text-align: center;
  margin-right: -7px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1040px) {
  .main__container{
    padding-bottom: 4.81vw;
  }
  .main__list{
    margin-bottom: 3.46vw;
  }
  .main__item{
    width: 35.19vw;
    margin-right: 0.38vw;
  }
  .main__block{
    width: 69.04vw;
  }
  .main__read{
    margin-right: -0.67vw;
    margin-bottom: 3.94vw;
  }
}

.info__btn{
  width: 520px;
  margin: 0 auto 30px;
}
.info__img{
  width: 626px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .info__btn{
    width: 50vw;
    margin-bottom: 2.88vw;
  }
  .info__img{
    width: 60.19vw;
  }
}

/* main:end */
/* topics:start */
.topics {
  margin-top: 62px;
  position: relative;
  background: #fffcd9;
}
.topics::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/topics_bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  height: 100%;
  width: 100%;
  top: -62px;
  left: 0;
  right: 0;
}
.topics__container {
  padding-top: 10px;
  padding-bottom: 80px;
  position: relative;
}
.topics__title{
  width: 400px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1040px) {
  .topics {
    margin-top: 5.96vw;
  }
  .topics::before {
    top: -5.96vw;
  }
  .topics__container {
    padding-top: 0.96vw;
    padding-bottom: 7.69vw;
  }
  .topics__title{
    width: 38.46vw;
    margin-bottom: 2.88vw;
  }
}

.topics__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics__item{
  width: calc((100%/2) - 24px);
  margin-bottom: 59px;
}
.topics__item:nth-last-child(-n + 2){
  margin-bottom: 0;
}

.topics__btn:hover{
  text-decoration: none;
}
.topics__box{
  border: 2px solid #f3efbb;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.2);
  padding: 22px 22px 22px;
}
@media screen and (max-width: 1040px) {
  .topics__item{
    margin-bottom: 5.67vw;
  }
  .topics__box{
    padding: 2.12vw;
  }
}

.topics__thumbnail{
  text-align: center;
  margin-bottom: 35px;
}
.topics__text{
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  color: #262626;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .topics__thumbnail{
    margin-bottom: 3.37vw;
  }
  .topics__text{
    font-size: 3.27vw;
    margin-bottom: 3.85vw;
  }
}

.topics__link{
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: right;
  font-size: 16px;
  color: #006cb8;
  margin-right: 10px;
  padding-right: 28px;
}
.topics__link:hover{
  color: #006cb8;
}
.topics__link::after{
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  border-top: solid 2px #006cb8;
  border-right: solid 2px #006cb8;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1040px) {
  .topics__link{
    font-size: 1.54vw;
    margin-right: 0.96vw;
    padding-right: 2.69vw;
  }
  .topics__link::after{
    width: 0.96vw;
    height: 0.96vw;
  }
}

.topics__cs{
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 124px 0;
  border: 3px solid #008b41;
  border-radius: 10px;
  font-size: 32px;
  line-height: 1;
  color: #008b41;
}
@media screen and (max-width: 1040px) {
  .topics__cs{
    padding: 11.92vw 0;
    font-size: 3.08vw;
  }
}

/* topics:end */


.coming__area{
  background-color: #e60012;
}
.coming__text{
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding: 12px 0;
}
@media screen and (max-width: 1040px) {
  .coming__text{
    font-size: 3.2692307692307696vw;
  }
}
.pagetop {
  z-index: 100;
  right: 20px;
}