@charset "UTF-8";

@charset "UTF-8";
/*
** Header
*/
/*
** Main
*/
.main {
  margin-top: 0;
}
.mainVisual {
  display: none;
}
@media screen and (max-width: 896px) {
  .mainVisual {
    display: block;
    padding-top: 64px;
    height: auto;
    background: none;
  }
}
.mainVisual img {
  width: 100%;
}
.mainVisual__inner {
  width: 1120px;
  margin: 0 auto;
  padding-top: 170px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .mainVisual__inner {
    width: 100%;
    padding-top: 0;
  }
}
.mainVisual__headline {
  width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .mainVisual__headline {
    width: 100%;
    height: 93.3333333333vw;
    background: url(/common/img/img_mainVisual_sp.webp) center top/cover no-repeat;
    text-align: center;
    padding-top: 36vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 896px) {
  .mainVisual__headline img {
    width: 34.6666666667vw;
  }
}
@media screen and (max-width: 896px) {
  .mainVisualPoint {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #231f14;
  }
}
.mainVisualPoint__item {
  position: absolute;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item {
    position: relative;
    margin-top: 15px;
  }
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 29px;
  }
}
.mainVisualPoint__item a::before {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item a::before {
    display: none;
  }
}
.mainVisualPoint__item a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mainVisualPoint__item a:hover::before {
  opacity: 1;
}
.mainVisualPoint__item a:hover img {
  opacity: 0;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item a:hover img {
    opacity: 1;
  }
}
.mainVisualPoint__item a:hover + .mainVisualPoint__item--icons {
  opacity: 1;
}
.mainVisualPoint__item a:hover + .mainVisualPoint__item--icons span {
  opacity: 1;
}
.mainVisualPoint__item a:hover + .mainVisualPoint__item--icons .icons__flag {
  -webkit-animation: flag 0.4s ease 0s infinite alternate none;
          animation: flag 0.4s ease 0s infinite alternate none;
}
.mainVisualPoint__item a:hover + .mainVisualPoint__item--icons .icons__star--01 {
  -webkit-animation: star1 0.4s ease 0s infinite alternate none;
          animation: star1 0.4s ease 0s infinite alternate none;
}
.mainVisualPoint__item a:hover + .mainVisualPoint__item--icons .icons__star--02 {
  -webkit-animation: star2 0.4s ease 0s infinite alternate none;
          animation: star2 0.4s ease 0s infinite alternate none;
}
.mainVisualPoint__item a:hover + .mainVisualPoint__item--icons .icons__star--03 {
  -webkit-animation: star3 0.4s ease 0s infinite alternate none;
          animation: star3 0.4s ease 0s infinite alternate none;
}
@-webkit-keyframes flag {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes flag {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes star1 {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
            transform: scale(0.3) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
  }
}
@keyframes star1 {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
            transform: scale(0.3) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
  }
}
@-webkit-keyframes star2 {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
            transform: scale(0.3) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-25deg);
            transform: scale(1) rotate(-25deg);
  }
}
@keyframes star2 {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
            transform: scale(0.3) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-25deg);
            transform: scale(1) rotate(-25deg);
  }
}
@-webkit-keyframes star3 {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
            transform: scale(0.3) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-20deg);
            transform: scale(1) rotate(-20deg);
  }
}
@keyframes star3 {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
            transform: scale(0.3) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-20deg);
            transform: scale(1) rotate(-20deg);
  }
}
.mainVisualPoint__item--icons {
  opacity: 0;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--icons {
    display: none;
  }
}
.mainVisualPoint__item--icons span {
  opacity: 0;
}
.mainVisualPoint__item--icons .icons__flag {
  font-size: 0;
  position: absolute;
}
.mainVisualPoint__item--icons .icons__star {
  font-size: 0;
  position: absolute;
}
.mainVisualPoint__item--monoqlo {
  width: 131px;
  top: 329.5px;
  left: 191px;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--monoqlo {
    width: 33.3%;
    top: 0;
    left: 0;
  }
}
.mainVisualPoint__item--monoqlo a::before {
  content: "";
  width: 131px;
  height: 63.5px;
  background: url(/common/img/btn_monoqlo_hov.webp) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--monoqlo a img {
    width: 94.5px;
  }
}
.mainVisualPoint__item--monoqlo .mainVisualPoint__item--icons .icons__flag {
  width: 30px;
  top: 18px;
  left: -14px;
}
.mainVisualPoint__item--monoqlo .mainVisualPoint__item--icons .icons__star--01 {
  width: 10px;
  top: 5px;
  left: 20px;
}
.mainVisualPoint__item--monoqlo .mainVisualPoint__item--icons .icons__star--02 {
  width: 16px;
  top: -5px;
  left: 33px;
}
.mainVisualPoint__item--monoqlo .mainVisualPoint__item--icons .icons__star--03 {
  width: 10px;
  top: 5px;
  right: 5px;
}
.mainVisualPoint__item--ldk {
  width: 49px;
  top: 168px;
  left: 250px;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--ldk {
    width: 33.3%;
    top: 0;
    left: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mainVisualPoint__item--ldk a::before {
  content: "";
  width: 64px;
  height: 56px;
  background: url(/common/img/btn_ldk_hov.webp) center/cover no-repeat;
  position: absolute;
  top: 7px;
  left: -7px;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--ldk a img {
    width: 58.5px;
  }
}
.mainVisualPoint__item--ldk .mainVisualPoint__item--icons .icons__flag {
  width: 29px;
  top: 17px;
  left: -30px;
}
.mainVisualPoint__item--ldk .mainVisualPoint__item--icons .icons__star--01 {
  width: 10px;
  top: 0;
  left: -1px;
}
.mainVisualPoint__item--ldk .mainVisualPoint__item--icons .icons__star--02 {
  width: 16px;
  top: -20px;
  left: 11px;
}
.mainVisualPoint__item--ldk .mainVisualPoint__item--icons .icons__star--03 {
  width: 10px;
  top: 22px;
  right: -20px;
}
.mainVisualPoint__item--kaden {
  width: 155.5px;
  top: 96.5px;
  right: 181px;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--kaden {
    width: 33.3%;
    top: 0;
    right: 0;
  }
}
.mainVisualPoint__item--kaden a::before {
  content: "";
  width: 155.5px;
  height: 68px;
  background: url(/common/img/btn_kaden_hov.webp) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--kaden a img {
    width: 68.5px;
  }
}
.mainVisualPoint__item--kaden .mainVisualPoint__item--icons .icons__flag {
  width: 30px;
  top: 25px;
  left: -18px;
}
.mainVisualPoint__item--kaden .mainVisualPoint__item--icons .icons__star--01 {
  width: 10px;
  top: 14px;
  left: 13px;
}
.mainVisualPoint__item--kaden .mainVisualPoint__item--icons .icons__star--02 {
  width: 13.5px;
  top: 5px;
  left: 28px;
}
.mainVisualPoint__item--kaden .mainVisualPoint__item--icons .icons__star--03 {
  width: 15.5px;
  top: -9px;
  right: 12px;
}
.mainVisualPoint__item--360 {
  width: 142px;
  top: 247.5px;
  right: 20.5px;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--360 {
    width: 50%;
    top: 0;
    right: 0;
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mainVisualPoint__item--360 a::before {
  content: "";
  width: 142px;
  height: 71px;
  background: url(/common/img/btn_360_hov.webp) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--360 a img {
    width: 75.5px;
  }
}
.mainVisualPoint__item--360 .mainVisualPoint__item--icons .icons__flag {
  width: 29.5px;
  top: 28px;
  left: -18px;
}
.mainVisualPoint__item--360 .mainVisualPoint__item--icons .icons__star--01 {
  width: 10px;
  top: 14px;
  left: 13px;
}
.mainVisualPoint__item--360 .mainVisualPoint__item--icons .icons__star--02 {
  width: 16px;
  top: -3px;
  left: 24px;
}
.mainVisualPoint__item--360 .mainVisualPoint__item--icons .icons__star--03 {
  width: 13.5px;
  top: -13px;
  right: 46px;
}
.mainVisualPoint__item--ldkBeauty {
  width: 181px;
  top: 331.5px;
  right: 219.5px;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--ldkBeauty {
    width: 50%;
    top: 0;
    right: 0;
  }
}
.mainVisualPoint__item--ldkBeauty a::before {
  content: "";
  width: 181px;
  height: 71px;
  background: url(/common/img/btn_ldkBeauty_hov.webp) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .mainVisualPoint__item--ldkBeauty a img {
    width: 117px;
  }
}
.mainVisualPoint__item--ldkBeauty .mainVisualPoint__item--icons .icons__flag {
  width: 29.5px;
  top: 25px;
  left: -18px;
}
.mainVisualPoint__item--ldkBeauty .mainVisualPoint__item--icons .icons__star--01 {
  width: 10px;
  top: 13px;
  left: 14px;
}
.mainVisualPoint__item--ldkBeauty .mainVisualPoint__item--icons .icons__star--02 {
  width: 14px;
  top: 5px;
  left: 30px;
}
.mainVisualPoint__item--ldkBeauty .mainVisualPoint__item--icons .icons__star--03 {
  width: 12px;
  top: -7px;
  right: 22px;
}
.main__inner {
  margin: 70px auto 0;
}
@media screen and (max-width: 896px) {
  .main__inner {
    margin: 0 auto;
  }
}

.contents .btn__more {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 896px) {
  .contents .btn__more {
    position: relative;
    margin-top: 15px;
  }
}
.contents .btn__more.double a {
  width: 160px;
}
.contents .btn__more.left {
  right: 170px;
}
.contents .btn__more a {
  display: block;
  width: 120px;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  font-weight: 500;
  color: #141414;
  text-align: center;
  border: 1px solid #ffc44f;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .contents .btn__more a {
    width: 130px;
    margin: 0 auto;
    line-height: 31px;
    border-radius: 16px;
  }
}
.contents .btn__more a:hover {
  background: #ffc44f;
}
@media screen and (max-width: 896px) {
  .contents .button_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 10px;
  }
}
@media screen and (max-width: 896px) {
  .contents .button_column .btn__more {
    position: static;
  }
}
.contents .topics {
  height: 570px;
}
@media screen and (max-width: 896px) {
  .contents .topics {
    height: auto;
  }
}
.contents .topicsList {
  display: none;
}
.contents .topicsList.slick-initialized {
  display: block;
}
.contents .topicsList__item {
  position: relative;
}
.contents .topicsList__item a {
  display: block;
}
.contents .topics__inner {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(248, 248, 248, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 20px 29px;
}
@media screen and (max-width: 896px) {
  .contents .topics__inner {
    padding: 10px 15px 6px;
  }
}
.contents .topics__tag {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  font-weight: bold;
  color: #fff;
  padding: 0 17px;
  background: #ffc44f;
  border-radius: 10px;
  margin-bottom: 9px;
}
@media screen and (max-width: 896px) {
  .contents .topics__tag {
    font-size: 10px;
    line-height: 14px;
    padding: 0 8px;
    margin-bottom: 4px;
  }
}
.contents .topics__txt {
  font-size: 23px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  color: #141414;
}
@media screen and (max-width: 896px) {
  .contents .topics__txt {
    font-size: 14px;
    line-height: 21px;
  }
}
.contents .topics .slick-prev,
.contents .topics .slick-next {
  width: 45px;
  height: 130px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  border-radius: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contents .topics .slick-prev:hover,
.contents .topics .slick-next:hover {
  background: rgba(255, 196, 79, 0.9);
}
@media screen and (max-width: 896px) {
  .contents .topics .slick-prev:hover,
  .contents .topics .slick-next:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
.contents .topics .slick-prev {
  left: -10px;
}
.contents .topics .slick-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -5px 0 0 -3px;
}
.contents .topics .slick-next {
  right: -10px;
}
.contents .topics .slick-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -5px -3px 0 0;
}
.contents .magazinesNew {
  padding-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .contents .magazinesNew {
    display: none;
  }
}
.contents .magazinesNew__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .magazinesNew__item {
  width: 205px;
}
.contents .magazinesNew__item a {
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents .magazinesNew__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contents .magazinesNew__item a:hover {
  background: #fff;
}
.contents .magazinesNew__item a:hover::after {
  border: 2px solid #ffc44f;
}
.contents .magazinesNew__item a .pict {
  padding: 14px 10px 18px;
  background: #f8f8f8;
}
.contents .magazinesNew__item a .releasedata {
  padding: 4px 10px 10px;
}
.contents .magazinesNew__item a .releasedata .release {
  margin-top: 10px;
  font-size: 10px;
  color: #000000;
  line-height: 15px;
}
.contents .magazinesNew__item a .releasedata .name {
  display: -webkit-box;
  margin-top: 2px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.contents .magazinesNew__item img {
  display: block;
  width: auto;
  max-height: 204px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.contents .magazinesOther {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
}
@media screen and (max-width: 896px) {
  .contents .magazinesOther {
    border-top: 0;
    padding-top: 0;
  }
}
.contents .magazinesOther .slick-list {
  width: 723px;
  padding-right: 102px;
}
@media screen and (max-width: 896px) {
  .contents .magazinesOther .slick-list {
    width: 46%;
    margin: 0 auto;
    padding-right: 0;
    overflow: visible;
  }
}
.contents .magazinesList {
  display: none;
}
.contents .magazinesList.slick-initialized {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .magazinesList .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .magazinesList__item {
  width: 180px;
  height: auto;
  margin-right: 2px;
}
@media screen and (max-width: 896px) {
  .contents .magazinesList__item {
    width: 46%;
  }
}
.contents .magazinesList__item a {
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .contents .magazinesList__item a {
    height: auto;
    padding: 18px 0;
  }
}
.contents .magazinesList__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contents .magazinesList__item a:hover {
  background: #fff;
}
@media screen and (max-width: 896px) {
  .contents .magazinesList__item a:hover {
    background: #f8f8f8;
  }
}
.contents .magazinesList__item a:hover::after {
  border: 2px solid #ffc44f;
}
@media screen and (max-width: 896px) {
  .contents .magazinesList__item a:hover::after {
    border: 0;
  }
}
.contents .magazinesList__item a .pict {
  padding: 10px;
  background: #f8f8f8;
}
@media screen and (max-width: 896px) {
  .contents .magazinesList__item a .pict {
    padding: 20px 10px;
  }
}
.contents .magazinesList__item a .releasedata {
  padding: 4px 10px 10px;
}
@media screen and (max-width: 896px) {
  .contents .magazinesList__item a .releasedata {
    padding: 0;
  }
}
.contents .magazinesList__item a .releasedata .book__headline {
  display: -webkit-box;
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .contents .magazinesList__item a .releasedata .book__headline {
    font-size: 13px;
  }
}
.contents .magazinesList__item a .releasedata .book__date {
  font-size: 10px;
}
@media screen and (max-width: 896px) {
  .contents .magazinesList__item a .releasedata .book__date {
    font-size: 13px;
  }
}
.contents .magazinesList__item a .releasedata .release {
  margin-top: 10px;
  font-size: 10px;
  color: #000000;
  line-height: 15px;
}
.contents .magazinesList__item a .releasedata .name {
  display: -webkit-box;
  margin-top: 2px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.contents .magazinesList__item img {
  display: block;
  width: auto;
  max-height: 150px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 896px) {
  .contents .magazinesList__item img {
    max-height: 43vw;
  }
}
.contents .magazines .slick-prev,
.contents .magazines .slick-next {
  width: 33px;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 896px) {
  .contents .magazines .slick-prev,
  .contents .magazines .slick-next {
    height: 70px;
  }
}
.contents .magazines .slick-prev:hover,
.contents .magazines .slick-next:hover {
  background: rgba(255, 196, 79, 0.9);
}
@media screen and (max-width: 896px) {
  .contents .magazines .slick-prev:hover,
  .contents .magazines .slick-next:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
.contents .magazines .slick-prev {
  left: -10px;
}
@media screen and (max-width: 896px) {
  .contents .magazines .slick-prev {
    left: 10px;
  }
}
.contents .magazines .slick-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -5px 0 0 -3px;
}
.contents .magazines .slick-next {
  right: -10px;
}
@media screen and (max-width: 896px) {
  .contents .magazines .slick-next {
    right: 10px;
  }
}
.contents .magazines .slick-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -5px -3px 0 0;
}
.contents .mookNew {
  padding-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .contents .mookNew {
    display: none;
  }
}
.contents .mookNew__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .mookNew__item {
  width: 205px;
}
.contents .mookNew__item a {
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents .mookNew__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contents .mookNew__item a:hover {
  background: #fff;
}
.contents .mookNew__item a:hover::after {
  border: 2px solid #ffc44f;
}
.contents .mookNew__item a .pict {
  padding: 14px 10px 18px;
  background: #f8f8f8;
}
.contents .mookNew__item a .releasedata {
  padding: 4px 10px 10px;
}
.contents .mookNew__item a .releasedata .release {
  margin-top: 10px;
  font-size: 10px;
  color: #000000;
  line-height: 15px;
}
.contents .mookNew__item a .releasedata .name {
  display: -webkit-box;
  margin-top: 2px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.contents .mookNew__item img {
  width: auto;
  max-height: 204px;
  -webkit-box-shadow: 0 0px 5px rgba(29, 4, 4, 0.1);
          box-shadow: 0 0px 5px rgba(29, 4, 4, 0.1);
}
.contents .mookOther {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
}
@media screen and (max-width: 896px) {
  .contents .mookOther {
    border-top: 0;
    padding-top: 0;
  }
}
.contents .mookOther .slick-list {
  width: 723px;
  padding-right: 102px;
}
@media screen and (max-width: 896px) {
  .contents .mookOther .slick-list {
    width: 41%;
    margin: 0 auto;
    padding-right: 0;
    overflow: visible;
  }
}
.contents .mookList {
  display: none;
}
.contents .mookList.slick-initialized {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .mookList .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .mookList__item {
  width: 180px;
  height: auto;
  margin-right: 1px;
}
@media screen and (max-width: 896px) {
  .contents .mookList__item {
    width: 41%;
  }
}
.contents .mookList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 190px;
  position: relative;
  background: #f8f8f8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .contents .mookList__item a {
    height: auto;
    padding: 18px 0;
  }
}
.contents .mookList__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contents .mookList__item a:hover {
  background: #fff;
}
@media screen and (max-width: 896px) {
  .contents .mookList__item a:hover {
    background: #f8f8f8;
  }
}
.contents .mookList__item a:hover::after {
  border: 2px solid #ffc44f;
}
@media screen and (max-width: 896px) {
  .contents .mookList__item a:hover::after {
    border: 0;
  }
}
.contents .mookList__item img {
  width: auto;
  max-height: 150px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 896px) {
  .contents .mookList__item img {
    max-height: 35vw;
  }
}
.contents .mook .slick-prev,
.contents .mook .slick-next {
  width: 33px;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 896px) {
  .contents .mook .slick-prev,
  .contents .mook .slick-next {
    height: 70px;
  }
}
.contents .mook .slick-prev:hover,
.contents .mook .slick-next:hover {
  background: rgba(255, 196, 79, 0.9);
}
@media screen and (max-width: 896px) {
  .contents .mook .slick-prev:hover,
  .contents .mook .slick-next:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
.contents .mook .slick-prev {
  left: -10px;
}
@media screen and (max-width: 896px) {
  .contents .mook .slick-prev {
    left: 10px;
  }
}
.contents .mook .slick-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -5px 0 0 -3px;
}
.contents .mook .slick-next {
  right: -10px;
}
@media screen and (max-width: 896px) {
  .contents .mook .slick-next {
    right: 10px;
  }
}
.contents .mook .slick-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -5px -3px 0 0;
}
.contents .bookOther {
  width: 100%;
}
.contents .bookOther .slick-list {
  width: 723px;
  padding-right: 102px;
}
@media screen and (max-width: 896px) {
  .contents .bookOther .slick-list {
    width: 41%;
    margin: 0 auto;
    padding-right: 0;
    overflow: visible;
  }
}
.contents .bookList {
  display: none;
}
.contents .bookList.slick-initialized {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .bookList__item {
  width: 180px;
  margin-right: 1px;
}
@media screen and (max-width: 896px) {
  .contents .bookList__item {
    width: 41%;
  }
}
.contents .bookList__item a {
  display: block;
}
.contents .bookList__item a:hover {
  background: #fff;
}
@media screen and (max-width: 896px) {
  .contents .bookList__item a:hover {
    background: #f8f8f8;
  }
}
.contents .bookList__item a:hover .book__pic::after {
  border: 2px solid #ffc44f;
}
@media screen and (max-width: 896px) {
  .contents .bookList__item a:hover .book__pic::after {
    border: 0;
  }
}
.contents .book__pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 190px;
  position: relative;
  background: #f8f8f8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .contents .book__pic {
    height: auto;
    padding: 18px 0;
  }
}
.contents .book__pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contents .book__pic img {
  width: auto;
  max-height: 150px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 896px) {
  .contents .book__pic img {
    max-height: 35vw;
  }
}
.contents .book__headline {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #231f14;
  margin: 9px 6px 3px;
}
@media screen and (max-width: 896px) {
  .contents .book__headline {
    font-size: 13px;
    line-height: 17px;
    margin: 5px 6px 3px;
  }
}
.contents .book__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  color: #898989;
  margin: 0 6px;
}
@media screen and (max-width: 896px) {
  .contents .book__date {
    font-size: 13px;
  }
}
.contents .book__date::before {
  content: "発";
  display: block;
  width: 18px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #5c5c5c;
  text-align: center;
  background: #eeeeee;
  border-radius: 50%;
  margin-right: 7px;
}
.contents .book .slick-prev,
.contents .book .slick-next {
  width: 33px;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  top: 45px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 896px) {
  .contents .book .slick-prev,
  .contents .book .slick-next {
    height: 70px;
    top: 13vw;
  }
}
.contents .book .slick-prev:hover,
.contents .book .slick-next:hover {
  background: rgba(255, 196, 79, 0.9);
}
@media screen and (max-width: 896px) {
  .contents .book .slick-prev:hover,
  .contents .book .slick-next:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
.contents .book .slick-prev {
  left: -10px;
}
@media screen and (max-width: 896px) {
  .contents .book .slick-prev {
    left: 10px;
  }
}
.contents .book .slick-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -5px 0 0 -3px;
}
.contents .book .slick-next {
  right: -10px;
}
@media screen and (max-width: 896px) {
  .contents .book .slick-next {
    right: 10px;
  }
}
.contents .book .slick-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
      -ms-transform: rotate(-45deg) translate(50%, -50%);
          transform: rotate(-45deg) translate(50%, -50%);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -5px -3px 0 0;
}
@media screen and (max-width: 896px) {
  .contents .life {
    width: calc(100% - 26px);
    margin: 30px auto 0;
  }
}
.contents .lifeOther {
  width: 100%;
}
.contents .lifeOther .slick-list {
  width: 723px;
  padding-right: 102px;
}
@media screen and (max-width: 896px) {
  .contents .lifeOther .slick-list {
    width: 41%;
    margin: 0 auto;
    padding-right: 0;
    overflow: visible;
  }
}
.contents .lifeList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 896px) {
  .contents .lifeList {
    gap: 20px;
  }
}
.contents .lifeList__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 896px) {
  .contents .lifeList__item {
    width: calc((100% - 20px) / 2);
  }
}
.contents .lifeList__item a {
  position: relative;
  display: block;
}
.contents .lifeList__item a:hover .thumbnails {
  opacity: 0.5;
}
.contents .lifeList__item a:hover label {
  opacity: 0.8;
}
.contents .lifeList__item a:hover h3 {
  color: #3cc76a;
}
.contents .lifeList__item a .new {
  width: 51px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  z-index: 2;
  top: -8px;
  padding: 0.34em 0.87em;
  letter-spacing: 0.16em;
  color: #fff;
  background: #f17f69;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.contents .lifeList__item a .new::before {
  position: absolute;
  top: 0;
  left: 52px;
  content: "";
  border-top: 8px solid transparent;
  border-left: 10px solid #f17f69;
}
.contents .lifeList__item a article .thumbnails {
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contents .lifeList__item a article .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0;
  word-break: keep-all;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contents .lifeList__item a article .label-category {
  display: inline-block;
  padding: 0 8px;
  border-left: 5px solid #3cc76a;
  font-size: 11px;
  color: #141414;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 896px) {
  .contents .lifeList__item a article .label-category {
    font-size: 10px;
  }
}
.contents .lifeList__item a article h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  margin: 8px auto 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #141414;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 896px) {
  .contents .lifeList__item a article h3 {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}
.contents .life__pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 190px;
  position: relative;
  background: #f8f8f8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .contents .life__pic {
    height: auto;
    padding: 18px 0;
  }
}
.contents .life__pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contents .life__pic img {
  width: auto;
  max-height: 150px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 896px) {
  .contents .life__pic img {
    max-height: 35vw;
  }
}
.contents .life__headline {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #231f14;
  margin: 9px 6px 3px;
}
@media screen and (max-width: 896px) {
  .contents .life__headline {
    font-size: 13px;
    line-height: 17px;
    margin: 5px 6px 3px;
  }
}
.contents .life__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  color: #898989;
  margin: 0 6px;
}
@media screen and (max-width: 896px) {
  .contents .life__date {
    font-size: 13px;
  }
}
.contents .life__date::before {
  content: "発";
  display: block;
  width: 18px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #5c5c5c;
  text-align: center;
  background: #eeeeee;
  border-radius: 50%;
  margin-right: 7px;
}
.contents .life .btn__more a {
  border: 1px solid #35C05F;
}
.contents .life .btn__more a:hover {
  background-color: #35C05F;
  color: #fff;
}
.contents .life .slick-prev,
.contents .life .slick-next {
  width: 33px;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  top: 45px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 896px) {
  .contents .life .slick-prev,
  .contents .life .slick-next {
    height: 70px;
    top: 13vw;
  }
}
.contents .life .slick-prev:hover,
.contents .life .slick-next:hover {
  background: rgba(255, 196, 79, 0.9);
}
@media screen and (max-width: 896px) {
  .contents .life .slick-prev:hover,
  .contents .life .slick-next:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
.contents .life .slick-prev {
  left: -10px;
}
@media screen and (max-width: 896px) {
  .contents .life .slick-prev {
    left: 10px;
  }
}
.contents .life .slick-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -5px 0 0 -3px;
}
.contents .life .slick-next {
  right: -10px;
}
@media screen and (max-width: 896px) {
  .contents .life .slick-next {
    right: 10px;
  }
}
.contents .life .slick-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #141414;
  border-bottom: 2px solid #141414;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
      -ms-transform: rotate(-45deg) translate(50%, -50%);
          transform: rotate(-45deg) translate(50%, -50%);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -5px -3px 0 0;
}

.section {
  padding-bottom: 15px;
  border-bottom: 1px solid #231f14;
  position: relative;
}
@media screen and (max-width: 896px) {
  .section {
    overflow-x: hidden;
  }
}
.section__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 896px) {
  .section__headline {
    display: block;
  }
}
.section__headline .en {
  display: block;
}
@media screen and (max-width: 896px) {
  .section__headline .en {
    margin: 0 auto;
  }
}
.section__headline .ja {
  font-size: 13px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #7b7b7b;
}
@media screen and (max-width: 896px) {
  .section__headline .ja {
    display: block;
    text-align: center;
  }
}
.section--topics {
  margin: 40px 10px 0;
}
@media screen and (max-width: 896px) {
  .section--topics {
    margin: 10px 15px 0;
  }
}
.section--topics .section__headline {
  margin-bottom: 20px;
}
.section--topics .section__headline .en {
  width: 99px;
  margin-right: 16px;
}
@media screen and (max-width: 896px) {
  .section--topics .section__headline .en {
    width: 90px;
    margin: 0 auto 8px;
  }
}
.section--topics .section__headline .ja {
  margin-bottom: 7px;
}
.section--magazines {
  margin: 15px 10px 0;
}
@media screen and (max-width: 896px) {
  .section--magazines {
    margin: 10px 0 0;
    border-bottom: 0;
  }
}
.section--magazines .section__headline {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .section--magazines .section__headline {
    margin-bottom: 15px;
  }
}
.section--magazines .section__headline .en {
  width: 158px;
  margin-right: 10px;
}
@media screen and (max-width: 896px) {
  .section--magazines .section__headline .en {
    width: 136.5px;
    margin: 0 auto 9px;
  }
}
.section--magazines .section__headline .ja {
  margin-bottom: 7px;
}
.section--mook {
  margin: 20px 10px 0;
  border-bottom: 1px solid #35C05F;
}
@media screen and (max-width: 896px) {
  .section--mook {
    margin: 0;
    border-bottom: 0;
  }
}
.section--mook .section__headline {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .section--mook .section__headline {
    margin: 0 15px 15px;
    padding-top: 10px;
    border-top: 1px solid #231f14;
  }
}
.section--mook .section__headline .en {
  width: 201px;
  margin-right: 10px;
}
@media screen and (max-width: 896px) {
  .section--mook .section__headline .en {
    width: 160px;
    margin: 0 auto 9px;
  }
}
.section--book {
  margin: 20px 10px 0;
  border-bottom: 0;
}
@media screen and (max-width: 896px) {
  .section--book {
    margin: 0;
  }
}
.section--book .section__headline {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .section--book .section__headline {
    margin: 0 15px 15px;
    padding-top: 10px;
    border-top: 1px solid #231f14;
  }
}
.section--book .section__headline .en {
  width: 76px;
  margin-right: 10px;
}
@media screen and (max-width: 896px) {
  .section--book .section__headline .en {
    width: 65px;
    margin: 0 auto 9px;
  }
}
.section--360life {
  margin: 20px 10px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #35C05F;
}
@media screen and (max-width: 896px) {
  .section--360life {
    margin: 0 0 20px;
  }
}
.section--360life .section__headline {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .section--360life .section__headline {
    margin: 0 15px 15px;
    padding-top: 10px;
    border-top: 1px solid #35C05F;
  }
}
.section--360life .section__headline .en {
  width: 134px;
  margin-right: 10px;
}
@media screen and (max-width: 896px) {
  .section--360life .section__headline .en {
    width: 112px;
    margin: 0 auto 9px;
  }
}
.section--360life .section__headline .ja {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (max-width: 896px) {
  .section--360life .section__headline .ja {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 896px) {
  .section--360life .section__headline .ja br {
    display: none;
  }
}

.snsShare {
  margin: 60px 0 40px;
}
@media screen and (max-width: 896px) {
  .snsShare {
    margin: 25px 0 50px;
  }
}
.snsShare__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.snsShare__item {
  width: 31px;
  margin-right: 15px;
}
@media screen and (max-width: 896px) {
  .snsShare__item {
    width: 32px;
    margin-right: 20px;
  }
}
.snsShare__item:last-child {
  margin-right: 0;
}
.snsShare__item a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.snsShare__item a:hover {
  opacity: 0.6;
}