@charset "utf-8";

/* mvTitle */
.l-mvTitle {
 text-align: right;
 float: right;
 position: relative;
 width: 65%;
 margin-top: 40px;
}
.l-mvTitle_title {
 font-size: 2.0rem;
 font-weight: bold;
 letter-spacing: 0.08em;
 line-height: 2;
 margin-bottom: 15px;
 position: relative;
 z-index: 1;
}
.l-mvTitle_block {
 position: relative;
}
.l-mvTitle_block.is-new:after {
 font-family: 'Imprima', sans-serif;
 font-size: 1.5rem;
 font-weight: bold;
 letter-spacing: 0.32em;
 line-height: 95px;
 text-align: center;
 content: "NEW";
 background: #fff;
 border-radius: 100%;
 display: block;
 height: 95px;
 width: 95px;
 position: absolute;
 right: -30px;
 top: -65px;
}
.l-mvTitle_category {
 color: #888;
 font-size: 1.1rem;
 line-height: 2.4;
 margin-bottom: 20px;
}
.l-mvTitle_category b {
 font-weight: 200;
 text-align: center;
 display: inline-block;
 position: relative;
 width: 108px;
 margin-right: 15px;
 z-index: 2;
}
.l-mvTitle_category b:before,
.l-mvTitle_category b:after {
 background: #f7f7f7;
 border: 1px solid #d4d3d2;
 content: "";
 display: inline-block;
 width: 108px;
 height: 27px;
 position: absolute;
 z-index: 0;
}
.l-mvTitle_category b:before {
 left: 2px;
 top: 2px;
}
.l-mvTitle_category b:after {
 left: 0;
 top: 0;
}
.l-mvTitle_category b span {
 position: relative;
 z-index: 2;
}
.l-mvTitle_category i {
 letter-spacing: 0.08em;
}

/*topics*/
.l-topics_items {
 letter-spacing: -.5em;
 margin: 0 -1.8%;
}
.l-topics_item {
 letter-spacing: 0;
 display: inline-block;
 padding: 0 1.8% 50px;
 vertical-align: top;
 width: 33.3%;
}
.l-topics_item.is-tab_hide {
 display: none;
}
.l-topics_item_thumb {
 line-height: 0;
 background: #221814;
 border-radius: 4px;
 margin-bottom: 15px;
 overflow: hidden;
}
.l-topics_item_thumb img {
 transition: 1.2s;
}
.l-topics_item a:hover .l-topics_item_thumb img {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
.l-topics_item_text .e-category {
 color: #888;
 font-size: 1.1rem;
 line-height: 2.4;
 margin-bottom: 15px;
 overflow: hidden;
 min-height: 29px;
}
.l-topics_item_text .e-category b {
 font-weight: 200;
 text-align: center;
 display: inline-block;
 position: relative;
 width: 108px;
}
.l-topics_item_text .e-category b:before,
.l-topics_item_text .e-category b:after {
 background: #f7f7f7;
 border: 1px solid #d4d3d2;
 content: "";
 display: inline-block;
 width: 108px;
 height: 27px;
 position: absolute;
}
.l-topics_item_text .e-category b:before {
 left: 2px;
 top: 2px;
}
.l-topics_item_text .e-category b:after {
 left: 0;
 top: 0;
}
.l-topics_item_text .e-category b span {
 position: relative;
 z-index: 1;
}
.l-topics_item_text .e-category i {
 letter-spacing: 0.08em;
 float: right;
}
.l-topics_item_text .e-title {
 font-size: 1.4rem;
 letter-spacing: 0.08em;
 line-height: 1.7;
}

/* article */
.l-article {
 text-align: center;
 position: relative;
 margin-bottom: 120px;
}
.l-article:last-child {
 margin-bottom: 0;
}
.l-article_inner {
 padding-top: 70px;
}
.l-article_head {
 margin-bottom: 50px;
 position: relative;
}
.is-new.l-article_head:after {
 font-family: 'Imprima', sans-serif;
 font-size: 1.5rem;
 font-weight: bold;
 letter-spacing: 0.32em;
 line-height: 95px;
 text-align: center;
 background: #fff;
 border-radius: 100%;
 content: "NEW";
 display: block;
 height: 95px;
 width: 95px;
 position: absolute;
 top: -115px;
 left: calc(50% - 47px);
}
.l-article_head_title {
 font-size: 2.7rem;
 line-height: 1.5;
 margin-bottom: 20px;
 position: relative;
 z-index: 1;
}
.l-article_head_category {
 color: #888;
 font-size: 1.1rem;
 line-height: 2.4;
}
.l-article_head_category b {
 font-weight: 200;
 text-align: center;
 display: inline-block;
 position: relative;
 width: 108px;
 margin-right: 15px;
 z-index: 2;
}
.l-article_head_category b:before,
.l-article_head_category b:after {
 background: #f7f7f7;
 border: 1px solid #d4d3d2;
 content: "";
 display: inline-block;
 width: 108px;
 height: 27px;
 position: absolute;
 z-index: 0;
}
.l-article_head_category b:before {
 left: 2px;
 top: 2px;
}
.l-article_head_category b:after {
 left: 0;
 top: 0;
}
.l-article_head_category b span {
 letter-spacing: 0;
 position: relative;
 z-index: 2;
}
.l-article_head_category i {
 letter-spacing: 0.08em;
}
.l-article_sns {
 display: inline-block;
 position: absolute;
 top: 0;
 left: calc(100% - 20px);
 width: 100%;
}
.is-pc.l-article_sns {
 position: absolute;
 /*top: 450px;*/
 z-index: 2;
}
.is-pc.l-article_sns.is-fix {
 position: fixed;
 top: 80px !important;
}
.l-article_sns_items {
 letter-spacing: -.5em;
 text-align: left;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 -webkit-transform-origin: left top;
 transform-origin: left top;
}
.l-article_sns_items:before {
 letter-spacing: 0;
 background: #d4d3d2;
 content: "";
 display: inline-block;
 vertical-align: middle;
 height: 1px;
 width: 12px;
 margin-right: 0.5em;
}
.l-article_sns_item {
 color: #888;
 font-size: 1.2rem;
 letter-spacing: 0.25em;
 display: inline-block;
 margin-right: 0.5em;
 vertical-align: middle;
}
.l-article_sns_item.is-facebook,
.l-article_sns_item.is-twitter {
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
.l-article_detail {
 margin-bottom: 70px;
 padding: 0 25px;
}
.l-article_detail p {
 padding: 0 0 50px;
 font-size: 1.4rem;
 letter-spacing: 0.08em;
 line-height: 2;
}
.l-article_detail p img + img {
 padding-top: 25px;
}
.l-article_detail p:last-child {
 padding-bottom: 0;
}
.l-article_detail span {
 font-size: 1.2rem;
 letter-spacing: 0.08em;
 line-height: 2;
 text-align: right;
 display: block;
 padding-top: 20px;
}
.l-article_detail img {
 display: block;
 margin-right: auto;
 margin-left: auto;
}
.l-article_info {
 border-bottom: 1px solid #d4d3d2;
 border-top: 1px solid #d4d3d2;
}
.l-article_info_inner {
 padding: 50px 65px;
}
.l-article_info_title {
 text-align: center;
 margin-bottom: 40px;
}
.l-article_info_title .e-en,
.l-article_info_title .e-jp {
 display: block;
}
.l-article_info_title .e-en {
 font-size: 2.0rem;
 font-weight: bold;
 letter-spacing: 0.28em;
 margin-bottom: 5px;
}
.l-article_info_title .e-jp {
 font-size: 1.2rem;
 letter-spacing: 0.1em;
 display: inline-block;
}
.l-article_info_title .e-jp:before,
.l-article_info_title .e-jp:after {
 content: "=";
 display: inline-block;
 margin: 0 0.5em;
}
.l-article_info_block {
 display: table;
 width: 100%;
}
.l-article_info_img,
.l-article_info_detail {
 display: table-cell;
 vertical-align: middle;
}
.l-article_info_img {
 line-height: 0;
 width: 54%;
 padding-right: 50px;
}
.l-article_info_detail {
 text-align: left;
}
.l-article_info_detail .e-title {
 font-size: 1.8rem;
 font-weight: bold;
 letter-spacing: 0.16em;
 line-height: 1.8;
 margin-bottom: 10px;
}
.l-article_info_detail .e-text {
 font-size: 1.3rem;
 letter-spacing: 0.18em;
 line-height: 2;
 word-break: break-all;
 margin-bottom: 10px;
}
.l-article_btn {
 margin-top: 80px;
 text-align: center;
}
.l-article_btn .u-linkLinebottom {
 display: inline-block;
}


/* tabBtn */
.l-tabBtn {
 font-size: 1.5rem;
 text-align: center;
 margin-bottom: 30px;
}
.l-tabBtn_trigger {
 color: #fff;
	background: #221814;
	display: block;
 letter-spacing: 0.27em;
 line-height: 55px;
	cursor: pointer;
}
.l-tabBtn_trigger span {
 background-image: url(../../img/common/arrow_b_down_white.png);
 background-repeat: no-repeat;
 background-size: 11px auto;
 background-position: right 20px center;
 display: block;
 z-index: 2;
}
.is-accordion_open .l-tabBtn_trigger span {
 background-image: url(../../img/common/arrow_b_up_white.png);
}
.is-accordion_ready.is-accordion_open .l-tabBtn_content {
 background: #fff;
 border: 1px solid #d4d3d2;
}
.is-accordion_open .l-tabBtn_content li {
 line-height: 45px;
 border-top: 1px solid #d4d3d2;
}
.is-accordion_open .l-tabBtn_content li:first-child {
 border-top: none;
}
.is-accordion_open .l-tabBtn_content li a {
 display: block;
}



/*----------------------
　slick
----------------------*/
.js-mv_title .slick-slide > div {
 line-height: 1;
}
.js-mv_title .slick-list {
 overflow: visible;
}


/*----------------------
　無限ループ
----------------------*/
.is-topics .page-load-status {
 font-size: 1.4rem;
 letter-spacing: 0.08em;
 text-align: center;
}