/* DK Edition */
img{
  display: block;
}
.content-inner > p{
  line-height: 2;
}

.br_u-900,
.br_spOnly{
  display: none;
}

.dk-edition-wrap{
  margin: 0 0 240px;
}
.mv{
  width: 100%;
  display: block;
}
.content-wrap{
  width: 100%;
  padding: 50px 0;
}
.content-inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.intro p{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 35px;
  line-height: 1.5714;
  text-align: center;
}

.intro ul{
  padding: 20px 0;
}
.intro ul li{
  font-size: 20px;
  text-align: center;
}

a.cta{
  width: 326px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0C8156;
  border: 2px solid #0C8156;
  border-radius: 10px;
  font-family: "Yu Gothic Pr6N B";
  font-size: 20px;
  color: #fff;
  margin: 30px auto 0;
  transition: .3s;
}
.cta:hover{
  background: #fff;
  color: #0C8156;
}

.title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 35px;
  line-height: 2;
  position: relative;
}
.title span{
  padding: 0 50px;
  display: table;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.title::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
  z-index: 1;
}

.content01 > p{
  text-align: center;
  padding: 20px 0 63px;
}
.content01 > p span{
  font-family: "Yu Gothic Pr6N B";
  font-size: 35px;
}

.image{
  width: 100%;
}
.image img{
  border-radius: 10px;
}
.image p{
  font-size: 14px;
  line-height: 2;
  margin: 10px 0 0;
}
.image_2column{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.image_2column .image{
  width: 48%;
}

.comment-wrap{
  width: 670px;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
.comment{
  width: 410px;
  display: flex;
  align-items: center;
}
.comment p{
  width: 380px;
  height: 218px;
  border-radius: 30px;
  background: #0C8156;
  position: relative;
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 18px;
  line-height: 1.777;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment p::after{
  content: "";
  display: block;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #0C8156;
  position: absolute;
  bottom: 38px;
  right: -13px;
}
.comment_image{
  width: 260px;
}

.content02 > p{
  padding: 30px 0 20px;
}
.content02 .cta{
  margin-top: 50px;
}

.content03 > p{
  padding: 15px 0 35px;
}

.movie-wrap{
  display: flex;
  justify-content: space-between;
}
.movie_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
}
.movie{
  width: 49%;
}
.movie iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.itemList_title{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.itemList_title img{
  width: 360px;
}
.itemList_title h2{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  margin: 15px 0 30px;
}

.itemList{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-block{
  width: 32%;
}
.item-block:nth-child(n+4){
  margin-top: 50px;
}
.item-block h3{
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0 5px;
  min-height: 54px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.item_copy,
.item_text{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.item_copy{
  font-size: 14px;
  min-height: 42px;
}
.item_text{
  margin: 10px 0 16px;
}
.item_detail,
.item_addcart{
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Yu Gothic Pr6N B";
  transition: .3s;
}
.item_detail{
  border: 1px solid #000;
  margin: 0 0 15px;
}
.item_detail:hover{
  background: #000;
  color: #fff
}
.item_addcart{
  border: 1px solid #0C8156;
  background: #0C8156;
  color: #fff;
}
.item_addcart:hover{
  background: #fff;
  color: #0C8156;
}

.content05{
  max-width: 1270px;
}
p.content05_title{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 68px;
  line-height: 1;
  letter-spacing: .15em;
  text-align: center;
  color: #808080;
  margin: 40px 0 30px;
}
p.content05_text{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  text-align: center;
  color: #808080;
  line-height: 1.5;
}
a.cta2{
  width: 350px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
}

.content06 p{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
a.cta3{
  font-size: 36px;
  width: 100%;
  height: 100px;
  border-radius: 0;
  margin-top: 125px;
}

@media screen and (max-width: 900px) {
  .br_u-900{
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .br_spOnly{
    display: inline;
  }
  .br_pcOnly{
    display: none;
  }

  .dk-edition-wrap{
    margin: 0 0 100px;
  }

  .content-wrap{
    padding: 30px 0;
  }

  .intro p{
    font-size: 22px;
  }
  .intro ul li{
    font-size: 16px;
  }

  .title{
    font-size: 22px;
    line-height: 1.5;
  }
  .title span{
    padding: 0 15px;
    text-align: center;
  }

  .image p{
    margin-top: 5px;
  }
  .image_2column .image:not(:last-of-type){
    margin-bottom: 30px;
  }

  .content01 > p{
    text-align: left;
    padding: 20px 0 30px;
  }
  .content01 > p span{
    font-size: 20px;
    line-height: 1.5;
  }
  .image_2column{
    display: block;
  }
  .image_2column .image {
    width: 100%;
  }

  .comment-wrap{
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .comment{
    width: 100%;
  }
  .comment p{
    width: 320px;
    height: 180px;
    font-size: 16px;
  }
  .comment_image{
    margin: 30px auto 0;
  }
  .comment p::after{
    transform: rotate(90deg);
    right: auto;
    left: 100px;
    bottom: -16px;
  }

  .content02 .cta{
    margin-top: 30px;
  }

  .movie_title{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .movie-wrap{
    display: block;
  }
  .movie{
    width: 100%;
  }
  .movie:not(:last-of-type){
    margin-bottom: 30px;
  }

  .itemList_title img{
    width: 270px;
  }
  .itemList_title h2{
    font-size: 18px;
  }
  .item-block{
    width: 48%;
  }
  .item-block:nth-child(n+4),
  .item-block:nth-child(n+3){
    margin-top: 30px;
  }

  .item_detail,
  .item_addcart{
    font-size: 14px;
    height: 40px;
  }

  p.content05_title{
    font-size: 42px;
    margin: 30px 0 20px;
  }
  p.content05_text{
    font-size: 18px;
  }
  .content06 p{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
  }

  a.cta{
    font-size: 18px;
    width: 300px;
    height: 50px;
  }
  a.cta2{
    font-size: 16px;
  }
  a.cta3{
    margin-top: 50px;
    width: 100%;
    max-width: 360px;
  }
}
/* DK Edition end */
