@charset "utf-8";

/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
 .c-mv_img {
  height: 270px;
 }
 .c-mv_img img {
  max-width: initial;
  min-width: 100%;
  width: auto;
  height: 100%;
 }
 
 /* mvSlide */
 .l-mvSlide .slick-list li {
  height: 270px;
 }
 .l-mvSlide .slick-list li img {
  max-width: initial;
  min-width: 100%;
  width: auto;
  height: 100%;
 }
 
 /*　mvTitle　*/
 .l-mvTitle {
  text-align: left;
  float: none;
  width: 100%;
  margin-top: 0px;
 }
 .l-mvTitle_title {
  font-size: 1.8rem;
  line-height: 1.7;
 }
 .l-mvTitle_block.is-new:after {
  font-size: 1.8rem;
  line-height: 111px;
  height: 111px;
  width: 111px;
  right: -7px;
  top: -85px;
 }
 .l-mvTitle_category {
  font-size: 1.3rem;
  text-align: right;
 }
 .l-mvTitle_category b {
  width: 127px;
 }
 .l-mvTitle_category b:before,
 .l-mvTitle_category b:after {
  width: 127px;
  height: 32px;
 }
 
 /*topics*/
 .l-topics_items {
  margin: 0;
 }
 .l-topics_item {
  display: block;
  padding: 0 0 30px;
  width: 100%;
 }
 .l-topics_item_text .e-category {
  font-size: 1.05rem;
  line-height: 23px;
  min-height: 25px;
 }
 .l-topics_item_text .e-category b {
  width: 98px;
 }
 .l-topics_item_text .e-category b:before,
 .l-topics_item_text .e-category b:after {
  width: 98px;
  height: 23px;
 }
 .l-topics_item_text .e-title {
  color: #888;
 }
 
 /* article */
 .l-article {
  text-align: left;
  margin-bottom: 80px;
 }
 .l-article_inner {
  padding-top: 35px;
 }
 .l-article_head {
  margin-bottom: 40px;
  padding: 0 35px;
 }
 .is-new.l-article_head:after {
  font-size: 1.75rem;
  top: -80px;
 }
 .l-article_head_title {
  font-size: 2.1rem;
  margin-bottom: 15px;
 }
 .l-article_head_category {
  font-size: 1.4rem;
 }
 .l-article_head_category b {
  width: 127px;
 }
 .l-article_head_category b:before,
 .l-article_head_category b:after {
  width: 127px;
  height: 32px;
 }
 .l-article_sns {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 30px;
  padding: 0 35px;
 }
 .l-article_sns_items {
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: none;
  transform-origin: none;
 }
 .l-article_sns_items:before {
  margin-right: 1em;
  width: 50%;
 }
 .l-article_sns_item {
  font-size: 1.4rem;
 }
 .l-article_sns_item.is-facebook,
 .l-article_sns_item.is-twitter {
  -webkit-transform: none;
  transform: none;
 }
 .l-article_sns_item.is-facebook img,
 .l-article_sns_item.is-twitter img {
  width: 25px;
  height: 25px;
  display: block;
 }
 .l-article_detail {
  margin-bottom: 50px;
  padding: 0;
 }
/* .l-article_detail p br {
  display: none;
 }*/
 .l-article_detail p {
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  padding: 0 0 30px;
 }
 .l-article_detail p img + img {
  padding-top: 15px;
 }
 .l-article_detail span {
  font-size: 1.0rem;
  padding-top: 10px;
 }
 .l-article_detail img {
  margin: 0 -35px;
  max-width: calc(100% + 70px);
 }
 .l-article_info_inner {
  padding: 40px 0;
 }
 .l-article_info_title {
  margin-bottom: 30px;
 }
 .l-article_info_title .e-en {
  font-size: 2.1rem;
 }
.l-article_info_title .e-jp {
  font-size: 1.4rem;
 }
 .l-article_info_block {
 }
 .l-article_info_img,
 .l-article_info_detail {
  display: block;
  width: 100%;
 }
 .l-article_info_img {
  margin-bottom: 20px;
  padding: 0;
 }
 .l-article_info_detail {
 }
 .l-article_info_detail .e-title {
  margin-bottom: 5px;
 }
 .l-article_info_detail .e-text {
  font-size: 1.5rem;
  margin-bottom: 10px;
 }
 .l-article_btn {
  margin-top: 50px;
 }
 
} /* END RESPONSIVE 1024px */
