@charset "utf-8";
/* CSS Document */

/* 
-- reset
-- common
 */

/*  reset start */

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
  
#feature_wrapper {color:#000;background:#FFF;overflow: hidden;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-weight:inherit;font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


#feature_wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#feature_wrapper a,
#feature_wrapper a img{
	transition: opacity 0.5s;
}

#feature_wrapper a:hover{
	text-decoration: none;
/*	display: block;*/
	opacity:0.6;
}

#feature_wrapper a:hover img{
	opacity:0.6;
}
 
#feature_wrapper img {
	vertical-align: top;
	max-width: 100%;
}
#feature_wrapper .clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* タイトル・パンくず調整 */

div#container {
	padding: 0;
}

div#container h1.maintitle {
    padding: 0 15px 6px 15px;
}

div#container p.maintitle_lead {
    padding: 0 15px 0 15px;
}

div#container .topicpath {
	padding: 0 15px 15px;
}

#staticHtmlBody {
	width: auto!important;
}

#staticHtmlBody #feature_wrapper h1,
#staticHtmlBody #feature_wrapper h2{
	background: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	text-shadow: none;
}

/* reset end */


/* common */

#feature_content .pc {
	display: block;
}

#feature_content .sp {
	display: none;
}

.sp_960,
.sp_640,
.sp_480 {
	display: none;
}

#feature_content .min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#feature_content .en {
	font-family: 'Lora', serif;
}

#feature_content .script {
	font-family: 'Pinyon Script', cursive;
}

#feature_content .line-center-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #707070;
    /*background-image: -webkit-linear-gradient(left, transparent, #4d4d4d 25%, #4d4d4d 75%, transparent);
    background-image: linear-gradient(to right, transparent, #4d4d4d 25%, #4d4d4d 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;*/	
}

#feature_content .line-center-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left, transparent, #4d4d4d 25%, #4d4d4d 75%, transparent);
    background-image: linear-gradient(to right, transparent, #4d4d4d 25%, #4d4d4d 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;	
}

#feature_content .line-left-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left, transparent, #4d4d4d 0%, #111 100%, transparent);
    background-image: linear-gradient(to right, transparent, #4d4d4d 0%, #111 100%, transparent);
    background-position: center;
    background-repeat: no-repeat;	
}

#feature_wrapper {
	background: #fff;
}

#feature_wrapper #feature_content p{
	color: #707070;
}

#feature_content {
	width: 960px;
	margin: 0 auto;
	position: relative;
/*	min-height: 1000px;*/ /* debug*/
}

#feature_content .gnav {
	position: relative;
	height: 104px;
}

#feature_content .gnav p.peq_logo_header {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

#feature_content .gnav nav.pc_menu{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#feature_content .gnav ul {
	margin-left: 185px;
}

#feature_content .gnav ul li {
	float: left;
	width: calc(calc(100% - 40px) / 5);
}

#feature_content .gnav ul li:nth-of-type(2n+1) {
	background: #c8c7c6;
}

#feature_content .gnav ul li:nth-of-type(2n) {
	background: #dad9d8;
}

#feature_content .gnav ul li:not(:last-of-type){
	margin-right: 10px;
}

#feature_content .gnav ul li a {
	display: block;
	color: #eee;
	text-align: center;
	padding: 23px 0;
	text-decoration: none;
}

#feature_content .gnav ul li a span {
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
}

#feature_content .gnav ul li a span.f_en {
	font-size: 14px;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}

#feature_content .gnav ul li a span {
}

#feature_content .gnav ul li a span {
	display: block;
}
#feature_content #gnav_sp {
	display: none;
}

/* kv_head */
#feature_content .header_kv {
	height: 250px;
	margin-bottom: 40px;
}

#feature_content.introduction .header_kv {
	background: url(https://www.gmt-j.com/html/gmt/html/pequignet_new/img/img_head_introduction.jpg) no-repeat center 0;
}

#feature_content.technologies .header_kv {
	background: url(../img/img_head_technologies.jpg) no-repeat right 0;
}

#feature_content.collections .header_kv {
	background: url(https://www.gmt-j.com/html/gmt/html/pequignet_new/img/img_head_collections.jpg) no-repeat right 0;
}

#feature_content.history .header_kv {
	background: url(../img/img_head_history.jpg) no-repeat right 0;
}

#feature_content.news .header_kv {
	background: url(../img/img_head_news.jpg) no-repeat right 0;
}

#feature_content .header_kv p.ttl {
	color: #fff;
	font-size: 30px;
	letter-spacing: 3px;
	padding-top: 94px;
}

#feature_content .header_kv p.ttl span {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	padding-top: 15px;
}

/* page-menu */
#feature_content ul.page-menu {
	margin-bottom: 40px;
}

#feature_content ul.page-menu li {
	width: 25%;
	float: left;
	position: relative;
	height: 60px;
	font-size: 14px;
	margin-bottom: 20px;
}

#feature_content ul.page-menu li img {
	position: absolute;
	top: 0;
	left: 0;
}

#feature_content ul.page-menu li span {
	display: block;
	background: url(../img/img_arrow_down.png) no-repeat right center;
	margin-right: 20px;
}

#feature_content ul.page-menu li a {
	display: block;
	color: #707070;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#feature_content ul.page-menu li.line-2 a {
	padding-top: 10px;
}

/* pagetop */
#feature_content .block .link_pagetop {
	background: url(../img/img_arrow_up.png) no-repeat 0 center;
}

#feature_content .block .link_pagetop a {
	display: block;
	color: #707070;
	padding-left: 20px;
	letter-spacing: 1px;
	font-size: 12px;
}

#feature_content .link_pagetop_center {
	background: url(../img/img_arrow_up.png) no-repeat center 0;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

#feature_content .link_pagetop_center a {
	display: inline-block;
	color: #ccc;
	padding-top:15px;
}


#feature_content .main_title{
	display: block;
    width: 100%;
    max-width: 450px;
    margin: 80px auto;
} 

#feature_content .main_title > div{
	position: relative;
    transform: translateY(100%);
	width: 100%;
	text-align: center;
	animation: topMove .4s ease-out .8s 1 alternate forwards;
	z-index: 10;
}

#feature_content .main_title > div img{
	width: 50px;
	opacity: 0;
	animation: fadeIn .4s ease-out 0s 1 alternate forwards;
}

#feature_content .main_title > h2{
	width: 100%;
	text-align: center;
	color: #707070;
	font-weight: bold;
	font-size: 57px;
	line-height: 1.6;
	word-wrap: break-word;
}

#feature_content .main_title > h2 span{
	display: block;
}

#feature_content .main_title > h2 span:first-of-type{
	position: relative;
	line-height: 1;
}

#feature_content .main_title > h2 span:first-of-type::before,
#feature_content .main_title > h2 span:first-of-type::after{
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;
	background: #fff;
}

#feature_content .main_title > h2 span:first-of-type::before{
	left: 0;
	animation: leftMove .4s ease-out 1.4s 1 alternate forwards;
}

#feature_content .main_title > h2 span:first-of-type::after{
	right: 0;
	animation: rightMove .4s ease-out 1.4s 1 alternate forwards;
}

#feature_content .main_title > h2 span.title_sub_en{
	font-size: 35px;
}

#feature_content .main_title > h2 span.title_sub_ja{
	font-size: 18px;
	font-weight: bold;
	line-height: 4;
	opacity: 0;
	animation: fadeIn .4s ease-out 2s 1 alternate forwards;
}

@keyframes topMove{
	0%{
	  transform: translateY(100%);
	}

	100%{
	  transform: translateY(0);
	}
}

@keyframes leftMove{
	0%{
	  transform: translateX(0);
	}

	100%{
	  transform: translateX(-100%);
	}
}

@keyframes rightMove{
	0%{
	  transform: translateX(0);
	}

	100%{
	  transform: translateX(100%);
	}
}

@keyframes fadeIn{
	0%{
	  opacity: 0;
	}

	100%{
	  opacity: 1;
	}
}

/* banner */
#feature_content ul.link_item_page {
	width: 100%;
	max-width: 650px;
	margin: 0 auto 20px;
}

#feature_content ul.link_item_page li {
	border: 1px solid #707070;
}

#feature_content ul.link_item_page li a{
	position: relative;
	display: block;
	padding: 20px 0;
	font-size: 25px;
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}

#feature_content ul.link_item_page li a::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 50px;
    height: 50px;
    background: url(https://www.gmt-j.com/html/pequignet_new/img/logo_peq_gnav.jpg?v=100) center center / contain no-repeat;
}

#feature_content ul.link_item_page li a::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 30px;
	width: 10px;
    height: 10px;
    border: 2px solid #707070;
    border-width: 2px 2px 0 0 ;
}

/* footer */
#feature_content .gnav.footer_menu ul {
    margin-left: 0;
}

#feature_content .footer_area {
	position: relative;
	text-align: center;
}

#feature_content .footer_area p.peq_logo_footer {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 34px;
}

#feature_content .footer_area p.peq_logo_footer img {
	width: 15%;
}

#feature_content .footer_area p.about_gmt {
	text-align: center;
	color: #707070;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 40px;
}

#feature_content .footer_area p.about_gmt img {
	padding-right: 5px;
	margin-bottom: 0;
	width: 44px;
}

#feature_content .gnav ul {
    margin-left: 115px;
}

/* SNS */
#feature_content .share_on {
	margin: 0 auto;
	padding-bottom: 40px;
	display: inline-block;
}

#feature_content .share_on p {
	color: #ccc;
	float: left;
    padding-right: 20px;
	font-size: 16px;
	line-height: 42px;
}

#feature_content .share_on ul {
	float: left;
    padding-right: 20px;
}

#feature_content .share_on ul li {
	float: left;
    padding-right: 15px;
}

#feature_content .share_on ul li:last-child {
    padding-right: 0;
}

#feature_content .share_on ul li img {
	width: 40px;
}


/* index */

#feature_content.index .campaign {
    margin-top: 40px;
}

#feature_content.index .main_visual {
    margin-bottom: 100px;
}

#feature_content.index .main_visual .left {
	float: left;
	width: 48%;
	padding-left: 20px;
}

#feature_content.index .main_visual .left p.main-item {
}

#feature_content.index .main_visual .right {
	position: relative;
    top: calc(550px / 2);
    transform: translateY(-50%);
	float: right;
	width: 50%;
}

#feature_content.index .main_visual .right p {
	text-align: center;
}

#feature_content.index .main_visual .right p.made-in-france {
	margin-top: 80px;
	margin-bottom: 40px;
}

#feature_content.index .main_visual .right p.pequignet-title {
	margin-bottom: 40px;
}

#feature_content.index .main_visual .right p.pequignet-title_sub {
	margin-bottom: 60px;
}

#feature_content.index .main_visual .right p.intro-lead{
	color: #707070;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 20px;
}

#feature_content.index .main_visual .right p.about_gmt {
	color: #707070;
	font-size: 16px;
}

#feature_content.index .main_visual .right p.about_gmt img {
	padding-right: 5px;
	width: 44px;
}

#feature_content.index .main_visual .right {
}

#feature_content.index ul.top-menu {
	margin-bottom: 60px;
}

#feature_content.index ul.top-menu li {
	float: left;
	width: 20%;
	text-align: center;
}

#feature_content.index ul.top-menu li img {
	max-width: 186px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#feature_content.index ul.top-menu li a {
	color: #fff;
}

#feature_content.index ul.top-menu li a span {
	display: inline-block;
	background: url(../img/img_icon_peq.svg) no-repeat 0 center;
	background-size: 18px auto;
	text-indent: 25px;
}

#feature_content.index .discover {
	margin-bottom: 100px;
}

#feature_content.index .discover .movie {
	position: relative;
    top: calc(386px / 2);
    transform: translateY(-50%);
	background: #fff;
	width: 500px;
	float: right;
}

#feature_content.index .discover p.logo_white,
#feature_content.index .discover p.text{
	width: 45%;
}

#feature_content.index .discover p.logo_white {
}

#feature_content.index .discover p.logo_white img{
	width: 25%;
	margin: 0 auto;
}

#feature_content.index .discover .movie p.ttl {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0;
}

#feature_content.index .discover .movie iframe {
	padding: 10px;
}

#feature_content.index .discover .logo_white {
	text-align: center;
	margin-bottom: 20px;
}

#feature_content.index .discover .text {
	color: #707070;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}

/* Intoroduction */
#feature_content.introduction .block {
	position: relative;
	margin-bottom: 20px;
}

#feature_content.introduction .block:nth-of-type(2) {
	margin-bottom: 60px;
}

#feature_content.introduction .block h2,
#feature_content.introduction .block p {
	color: #707070;
}

#feature_content.introduction .block h2 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 60px!important;
}

#feature_content.introduction .block h2 span {
	font-size: 40px;
	display: block;
	line-height: 1;
	margin-bottom: 25px;
}

#feature_content.introduction .block .photo-area {
	float: left;
	width: 50%;
}

#feature_content.introduction .block .text-area {
	float: right;
	width: 50%;
}

#feature_content.introduction .block .text-area p {
	font-size: 16px;
	line-height: 1.8;
}

#feature_content.introduction .block .text-area p em {
	font-size: 20px;
}

#feature_content.introduction .block .text-area .gmt-service {
	border: 1px solid #666;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
}

#feature_content.introduction .block .text-area .gmt-service .ttl {
	color: #ccc;
	margin-bottom: 10px;
}

#feature_content.introduction .block .text-area .gmt-service ul li {
	color: #707070;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 5px;
}

#feature_content.introduction .block .text-area .access {
	font-size: 14px;	
	background: url(../img/introduction/img_icon_shop.png) no-repeat 0 2px!important;
	background-size: 13px auto!important;
	padding-left: 22px;
}

#feature_content.introduction .block .text-area .access a {
	color: #707070;
	text-decoration: underline;
	text-decoration-color: #999;
}

#feature_content.introduction .block p.message {
	text-align: center;
	font-size: 28px;
	line-height: 1.6;
	letter-spacing: 2px;
	padding-top: 60px;
	padding-bottom: 100px;
}

/* Collections */
#feature_wrapper #feature_content.collections a,
#feature_wrapper #feature_content.collections p{
	text-decoration: none;
}

#feature_content.collections .block {
	position: relative;
	margin-bottom: 20px;	
	padding-top: 30px; /*フェードアップ実装用30px確保*/
}

#feature_content.collections .block .detail {
	color: #eee;
	float: right;
	width: 800px;
}

#feature_content.collections .block .detail h2 {
	position: relative;
	color: #707070;
	font-size: 24px;
	margin-bottom: 20px!important;
	background: url(https://www.gmt-j.com/html/gmt/html/pequignet_new/img/img_icon_peq.svg) no-repeat 0 0!important;
	background-size: 28px auto!important;
	padding-left: 40px!important;
	padding-bottom: 10px!important;
	line-height: 1.2;
}

#feature_content.collections .block .detail h2 span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	font-size: 28px;
}

#feature_content.collections .block .detail p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 40px;
}

#feature_content.collections .block .detail ul {
	margin-bottom: 0;
}

#feature_content.collections .block .detail ul li {
	position: relative;
    height: 250px;
	float: left;
	width: calc(calc(100% - 60px) / 4);
    margin-bottom: 40px;
    overflow: hidden;
}

#feature_content.collections .block .detail ul li:not(:nth-of-type(4n)) {
	margin-right: 20px;
}

#feature_content.collections .block .detail ul li span {
	position: absolute;
	display: block;
	width: 100%;
    height: 100%;
	color: #eee;
}

#feature_content.collections .block .detail ul li img{
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    float: left;
	width: 100%;
}

#feature_content.collections .block .detail ul li p {
	float: left;
	width: 55%;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	padding-top: 40px;
	text-decoration: underline;
	text-decoration-color: #999;
}

#feature_content.collections .block .photo {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	float: left;
}

#feature_content.collections .block .detail p.more {
	clear: both;
	border: 1px solid #a0a0a0;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 80px;
}

#feature_content.collections .block .detail p.more a {
	position: relative;
	display: block;
	color: #707070;
	padding: 10px;
}

#feature_content.collections .block .detail p.more a:before {
	position: absolute;
	content:'';
	top: 40%;
	right: 15px;
	width: 7px;
	height: 11px;
	background: url(../img/img_arrow_right.png) no-repeat right center;
}

#feature_content.collections .block .link_pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* History */
#feature_content.history .block {
	position: relative;
	margin-bottom: 50px;
}

#feature_content.history .block .detail {
	color: #eee;
}

#feature_content.history .block .detail h2 {
	position: relative;
	color: #707070;
	font-size: 24px;
	margin-bottom: 20px!important;
	background: url(../img/img_icon_peq.svg) no-repeat 0 0!important;
	background-size: 28px auto!important;
	padding-left: 40px!important;
	padding-bottom: 10px!important;
	line-height: 1.2;
}

#feature_content.history .block .detail h2 span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	font-size: 28px;
}
#feature_content.history .block .detail p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
}

#feature_content.history .block .detail p.text-right {
	width: 530px;
	float: right;
}

#feature_content.history .block .photo {
	float: left;
}

#feature_content.history .block .detail .photo-area p.img-left,
#feature_content.history .block .detail .photo-area p.img-right {
	float: left;
	text-align: center;
}

#feature_content.history .block .detail .photo-area p.img-right {
	float: right;
}

#feature_content.history .block .detail .photo-area.area-01 p.img-left,
#feature_content.history .block .detail .photo-area.area-01 p.img-right {
	width: 50%;
}

#feature_content.history .block .detail .photo-area.area-02 p.img-left {
	width: 62%;
}

#feature_content.history .block .detail .photo-area.area-02 p.img-right {
	width: 38%;
}

#feature_content.history .block .detail .photo-area.area-03 p.img-left,
#feature_content.history .block .detail .photo-area.area-04 p.img-left{
	width: 36%;
}

#feature_content.history .block .detail .photo-area.area-03 p.img-right,
#feature_content.history .block .detail .photo-area.area-04 p.img-right{
	width: 64%;
}

#feature_content.history .block .detail p.img-left,
#feature_content.history .block .detail p.img-right {
	float: left;
	width: 49.5%;
}

#feature_content.history .block .photo img,
#feature_content.history .block .detail p.img-left img,
#feature_content.history .block .detail p.img-right img {
	margin-bottom: 8px;
}
#feature_content.history .block .photo span,
#feature_content.history .block .detail p.img-left span,
#feature_content.history .block .detail p.img-right span {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
}

#feature_content.history .block .detail p.img-left span.maru {
	display: inline;
	color: orangered;
	padding-right: 3px;
}

#feature_content.history .block .detail .img-left {
	float: left;
}

#feature_content.history .block .link_pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Technologies */
#feature_content.technologies .block {
	position: sticky;
    top: 0;
	margin-bottom: 20px;	
	padding-top: 30px; /*フェードアップ実装用30px確保*/
	background: #fff;
}

#feature_content.technologies .block .detail {
	color: #eee;
	float: right;
	width: 680px;
}

#feature_content.technologies .block .detail h2 {
	position: relative;
	color: #707070;
	font-size: 24px;
	margin-bottom: 20px!important;
	background: url(../img/img_icon_peq.svg) no-repeat 0 0!important;
	background-size: 28px auto!important;
	padding-left: 40px!important;
	padding-bottom: 10px!important;
	line-height: 1.2;
}

#feature_content.technologies .block .detail h2 span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	font-size: 28px;
	padding-right: 10px;
}

#feature_content.technologies .block .detail p {
	font-size: 15px;
	line-height: 1.8;
}

#feature_content.technologies .block .photo {
	width: 250px;
	float: left;
}

#feature_content.technologies .block .link_pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* News */
#feature_content.news .block {
	position: relative;
	margin-bottom: 50px;
}
#feature_content.news .block h2 {
	position: relative;
	color: #707070;
	font-size: 28px;
	margin-bottom: 40px!important;
	background: url(../img/img_icon_peq.svg) no-repeat 0 0!important;
	background-size: 28px auto!important;
	padding-left: 40px!important;
	padding-bottom: 10px!important;
	line-height: 1.2;
}

#feature_content.news .block h2 span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	font-size: 28px;
}

#feature_content.news .block ul.newslist {
	margin-bottom: 20px;
}

#feature_content.news .block ul.newslist li {
	position: relative;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #eee;
}

#feature_content.news .block ul.newslist li a {
	color: #eee;
}

#feature_content.news .block ul.newslist li .thumb {
	width: 70px;
	height: auto;
	float: left;
}
#feature_content.news .block ul.newslist li .thumb img {
	width: 100%;
	height: auto;
	border: 1px solid #666;
}

#feature_content.news .block ul.newslist li .text {
	width: 890px;
	float: left;
	padding-left: 20px;
}

#feature_content.news .block ul.newslist li .text p.ttl {
	font-size: 14px;
}

#feature_content.news .block ul.newslist li.top-news {
	padding-bottom: 40px;
}

#feature_content.news .block ul.newslist li.top-news .thumb {
	width: 300px;
}

#feature_content.news .block ul.newslist li.top-news .text {
	width: 660px;
	padding-left: 40px;
}

#feature_content.news .block ul.newslist li.top-news .text p.ttl {
	font-size: 34px;
	line-height: 1.4;
	letter-spacing: 3px;
	margin-bottom: 40px;
}

#feature_content.news .block ul.newslist li.top-news .text p.sub {
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

#feature_content.news .block ul.newslist li.top-news .text p.btn {
	clear: both;
	border: 1px solid #a0a0a0;
	text-align: center;
	width: 40%;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

#feature_content.news .block ul.newslist li.top-news .text p.btn span {
	position: relative;
	display: block;
	color: #eee;
	padding: 10px;
}

#feature_content.news .block ul.newslist li.top-news .text p.btn span:before {
	position: absolute;
	content:'';
	top: 40%;
	right: 15px;
	width: 7px;
	height: 11px;
	background: url(../img/img_arrow_right.png) no-repeat right center;
}

/* SP start */

div#container {
	min-width: auto;
}


@media screen and (min-width: 961px){
	#feature_content.news .block ul.newslist li .thumb{
		height: 70px;
	}

	#feature_content.news .block ul.newslist li .thumb img {
		height: 100%;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	#feature_content .gnav ul li a span:not(.f_en){
		font-size: calc(1vw * calc(16 / 9.6));
	}

	#feature_content.index .main_visual .right{
		top: calc(calc(1vw * calc(550 / 9.6)) / 2);
	}

	#feature_content header .gnav ul{
		margin-left: 100px
	}
}

@media screen and (max-width: 960px) {
	
#feature_content .pc {
	display: none;
}

#feature_content .sp {
	display: block;
}

#feature_content .sp_960 {
	display: block;
}
	
#feature_content {
	width: auto;
}
		
#feature_content .gnav ul li a span.en {
	font-size: 15px;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}

#feature_content .gnav ul li a span.min {
	font-size: 11px;
	letter-spacing: 0;
	color: #fff;
}

#feature_content .header_kv,
#feature_content .block,
#feature_content .link_item_page,
#feature_content ul.page-menu,
#feature_content p.link_pagetop	{
	padding: 0 20px;
}
	
#feature_content .header_kv {
	height: auto;
	background-size: 100% auto;
}

#feature_content .header_kv p.ttl {
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    padding-top: 60px;
	padding-bottom: 60px;
}

#feature_content.history .header_kv,
#feature_content.technologies .header_kv {
	background-size: auto 100%;
}
	
#feature_content .block {
    margin-bottom: 50px;
}

#feature_content ul.link_item_page li a::before{
	width: 40px;
	height: 40px;
}

/* footer */
#feature_content .gnav.footer_menu ul li a {
    /*padding-top: 0;*/
    height: auto;
}
	
#feature_content .footer_area p.peq_logo_footer img {
	width: 15%;
	max-width: 226px;
}

/* pagetop */
#feature_content .block .link_pagetop a {
	padding-left: 0;
}

#feature_content .main_title{
	margin: 8% auto;
	box-sizing: border-box;
}

#feature_content .main_title > h2{
	line-height: 1.3;
}
	
	
/* index */
#feature_content.index .main_visual{
	margin-bottom: 8%;
}

#feature_content.index .main_visual .right {
	padding-right: 40px;
}
	
#feature_content.index .main_visual .right p.pequignet-title img {
	width: 70%;
}

#feature_content.index ul.top-menu {
	margin-bottom: 60px;
}

#feature_content.index ul.top-menu li {
	width: 33.33333%;
 	width: -webkit-calc(100% / 3);
 	width: calc(100% / 3);
	margin-bottom: 30px;
}

#feature_content.index ul.top-menu li img {
	max-width: 186px;
	margin: 0 auto;
	margin-bottom: 20px;
}
	
#feature_content.index .discover {
	margin-bottom: 60px;
}

#feature_content.index .discover .movie {
	position: static;
	transform: translateY(0);
	width: auto;
	float: none;
	text-align: center;
}

#feature_content.index .discover p.logo_white,
#feature_content.index .discover p.text{
	width: 80%;
	margin: 0 auto;
}

#feature_content.index .discover p.logo_white {
	margin-top: 3%;
	margin-bottom: 3%;
}

#feature_content.index .discover p.logo_white img{
	width: 15%;
}

#feature_content.index .discover .movie p.ttl {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
	
/* Introduction */
#feature_content.introduction .header_kv {
	height: 180px;
	background-size: auto 100%;
}
	
#feature_content.introduction .block .text-area {
    float: right;
    width: 45%;
	padding-right: 40px;
}

#feature_content.introduction .block h2 span {
    font-size: 34px;
    margin-bottom: 15px;
}
	
#feature_content.introduction .block h2 {
    text-align: center;
    font-size: 22px;
	line-height: 1.8;
    letter-spacing: 2px;
    margin-bottom: 40px!important;
}
	
#feature_content.introduction .block .text-area p {
    font-size: 14px;
    line-height: 1.8;
}
	
#feature_content.introduction .block .text-area p em {
    font-size: 16px;
}
	
/* Collections */
#feature_content ul.page-menu li {
	width: 33.33333%;
 	width: -webkit-calc(100% / 3);
 	width: calc(100% / 3);
	font-size: 12px;
}
	
#feature_content.collections .block .detail{
	width: auto;
}

#feature_content.collections .block .photo {
	display: none;
}
	
/* History */
#feature_content.history .block .detail p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
}

#feature_content.history .block .detail p.text-right {
	width: 58%;
}

#feature_content.history .block .photo {
	width: 40%;	
}

/* Technologies */
	
/* Technologies */
#feature_content.technologies .block .detail p {
	margin-bottom: 25px;
}
	
#feature_content.technologies .block .detail {
	width: 70%;
}

#feature_content.technologies .block .photo {
	width: 28%;
    margin-top: 65px;
}

/* News */
#feature_content.news .block ul.newslist li.top-news {
    padding-bottom: 20px;
}
	
#feature_content.news .block ul.newslist li.top-news .text p.ttl {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
	
#feature_content.news .block ul.newslist li.top-news .text p.ttl br {
	display: none;
}
	
#feature_content.news .block ul.newslist li.top-news .text p.btn {
	width: 80%;
	margin-bottom: 0;
}
	
#feature_content.news .block ul.newslist li.top-news .text {
    width: 70%;
    padding-left: 20px;
}
	
#feature_content.news .block ul.newslist li.top-news .thumb {
    width: 28%;
}

#feature_content.news .block ul.newslist li .thumb {
    width: 10%;
    float: left;
}
	
#feature_content.news .block ul.newslist li .text {
    width: 90%;
    float: left;
    padding-left: 15px;
	padding-bottom: 15px;
}
	
}
	
@media screen and (max-width: 640px) {

.pc_640 {
	display: none;
}
	
.sp_640 {
	display: block;
}
	
/*SP menu*/
#feature_content .gnav {
	position: relative;
    height: 60px;
}

#feature_content header .gnav::after {
	content: "";
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	bottom: 0;
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	background: #707070;
}
	
#feature_content .gnav p.peq_logo_header {
    left: 20px;
}
	
#feature_content .gnav p.peq_logo_header img {
	height: 35px;
}
	
#feature_content nav.pc_menu {
	display: none;
}
	
#feature_content #gnav {
	display: none;
}

#feature_content .sp_menu,
#feature_content #gnav_sp {
	display: block;
}

#feature_content .sp_menu {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 300;
}

#feature_content #gnav_sp {
	position: absolute;	
	top: -100%;
	left: 0;
	width: 100%;
	transition: 0.5s;
	background: #fff;
	z-index: 200;
	padding-top: 50px;
/* debug */
/*	top: 0;*/
}

#feature_content .sp_menu_area.open #gnav_sp {
	top: 0;
}

#feature_content .menu-trigger,
#feature_content .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#feature_content .menu-trigger {
  position: relative;
  width: 21px;
  height: 18px;
}
#feature_content .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #888;
  border-radius: 4px;
}
#feature_content .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#feature_content .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
#feature_content .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#feature_content .open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#feature_content .open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
#feature_content .open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

#feature_content #gnav_sp .sp_menu_ttl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding-top: 15px;
	padding-left: 10px;
	border-bottom: 1px solid #888;
	color: #333;
	font-size: 16px;
}

#feature_content #gnav_sp ul {
}

#feature_content #gnav_sp ul li {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	position: relative;
}

#feature_content #gnav_sp ul li:before {
	content: '';	
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border: 4px solid transparent;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-color: #666;
}

#feature_content #gnav_sp ul li.first-list {
	border-top: none;
}

#feature_content #gnav_sp ul li a {
	color: #333;
}

#feature_content #gnav_sp > ul > li a {
	display: block;
	padding: 15px 10px;
}

#feature_content #gnav_sp .close_btn {
	margin: 10px;
}

#feature_content #gnav_sp .close_btn p.icon {
    width: 20px;
    height: 18px;
	position: relative;
	float: left;
	margin-right: 8px;
}

#feature_content #gnav_sp .close_btn p.text {
	float: left;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
}

#feature_content #gnav_sp .close_btn p.icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #888;
    border-radius: 4px;
}

#feature_content #gnav_sp .close_btn p.icon span:nth-of-type(1) {
  top: 0;
}
#feature_content #gnav_sp .close_btn p.icon span:nth-of-type(2) {
  top: 10px;
}
#feature_content #gnav_sp .close_btn p.icon span:nth-of-type(3) {
  bottom: 0;
}

#feature_content #gnav_sp .close_btn p.icon span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#feature_content #gnav_sp .close_btn p.icon span:nth-of-type(2) {
  opacity: 0;
}
#feature_content #gnav_sp .close_btn p.icon span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

#feature_content .main_title > h2 span.title_sub_ja{
		line-height: 2;
}

#feature_content .overlay {
  transition: all .2s ease-in;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 100;
  /*debug*/
  /*    width: 100%;
  	min-height: 1500px;
  	opacity :0.2;*/ 
}

#feature_content .overlay.on {
  width: 100%;
  min-height: 1500px;
  opacity: 0.5;
}

/* pagemenu */
#feature_content ul.page-menu li {
	width: 49%;
}

#feature_content ul.link_item_page{
	margin-bottom: 4%;
}

#feature_content ul.link_item_page li a{
	padding: 4% 0;
	font-size: 18px;
}

#feature_content ul.link_item_page li a::before{
	width: 30px;
	height: 30px;
}

#feature_content ul.link_item_page li a::after{
	right: 20px;
}

#feature_content .link_pagetop_center{
	margin: 4% 0;
}
	
/* footer */

#feature_content .gnav.footer_menu {
	height: auto;
	padding: 0 10px;
}
	
#feature_content .gnav.footer_menu ul {
	height: auto;
}
	
#feature_content .gnav.footer_menu ul li {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

#feature_content .gnav ul li:last-of-type{
	margin-left: calc(calc(50% - 5px) / 2);
}

#feature_content .gnav ul li:not(:last-of-type){
	margin-right: 0;
}

#feature_content .gnav ul li:not(:nth-of-type(2n)){
	margin-right: 10px;
}
	
#feature_content .gnav.footer_menu ul li a {
    padding: 4% 0;
    height: auto;
}

#feature_content .gnav.footer_menu ul li a span{
	font-size: 14px;
}

#feature_content .gnav ul li a span.f_en{
	font-size: 12px;
}

#feature_content .footer_area p.peq_logo_footer{
	padding-top: 6%;
	margin-bottom: 4%;
}
	
/* header_kv */
#feature_content.collections .header_kv,
#feature_content.history .header_kv,
#feature_content.technologies .header_kv,
#feature_content.news .header_kv {
	background-size: auto 100%;
}
	
#feature_content .header_kv p.ttl {
    padding-top: 30px;
    padding-bottom: 30px;
}

#feature_content .main_visual > div{
	padding: 0 2%;
	box-sizing: border-box;
}
	
/* index */
	
#feature_content.index .campaign {
   margin-top: 20px;
}
	
#feature_content.index .campaign p.sp_640 {
   padding: 0 20px;
}

#feature_content.index .main_visual .left,
#feature_content.index .main_visual .right{
	float: none;
	width: 100%;
	padding:0;
}

#feature_content.index .main_visual .left{
	margin-bottom: 4%;
}
	
#feature_content.index .main_visual .right {
	position: static;
	transform: translateY(0);
    padding-right: 0px;
}

#feature_content.index .main_visual .right p.pequignet-title_sub {
    margin-bottom: 40px;
}
	
#feature_content.index .main_visual .right p.pequignet-title img {
    width: 80%;
}
	
#feature_content.index .main_visual .right p.about_gmt {
	font-size: 12px;
	margin-bottom: 0;
}
	
#feature_content.index .main_visual .right p.intro-lead {
    font-size: 14px;
    line-height: 1.8;
	text-align: left;
}
	
#feature_content.index ul.top-menu {
	margin-bottom: 40px;
}
	
#feature_content.index ul.top-menu li {
	width: 50%;
	margin-bottom: 20px;
}

#feature_content.index ul.top-menu li img {
	margin-bottom: 20px;
}

#feature_content.index .discover{
	margin-bottom: 8%;
}

#feature_content.index .discover p.logo_white img{
	width: 25%;
}

#feature_content.index .discover p.logo_white,
#feature_content.index .discover p.text{
	width: 100%;
	margin: 0 auto;
	padding: 0 2%;
	box-sizing: border-box;
	font-size: 14px;
}

#feature_content.index .discover p.text{
	text-align: left;
}
	
/* Introduction */
#feature_content.introduction .block {
	margin-bottom: 40px;
}
	
#feature_content.introduction .block .photo-area {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#feature_content.introduction .block .text-area {
    float: none;
    width: 100%;
    padding-right: 0;
}

#feature_content.introduction .block p.message {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Collections */	
	
#feature_content.collections .block .detail ul li {
	width: 48%;
	text-align: center;
}

#feature_content.collections .block .detail ul li:not(:nth-of-type(4n)){
	margin-right: 0;
}

#feature_content.collections .block .detail ul li:not(:nth-of-type(2n)){
	margin-right: 4%;
}
	
#feature_content.collections .block .detail ul li img {
    float: none;
    width: auto;
    margin-right: 0;
	margin: 0 auto;
}
	
#feature_content.collections .block .detail ul li p {
    float: none;
    width: 100%;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    padding-top: 40px;
	text-align: center;
}
	
/* Technologies */	
#feature_content.technologies .block .detail h2 {
    font-size: 20px;
    margin-bottom: 20px!important;
    background: url(../img/img_icon_peq.svg) no-repeat 0 0!important;
    background-size: 24px auto!important;
    padding-left: 34px!important;
    padding-bottom: 10px!important;
    line-height: 1.2;
}

#feature_content.technologies .block .detail h2 span {
    font-size: 20px;
}
	
#feature_content.technologies .block .detail {
	width: 75%;
}

#feature_content.technologies .block .photo {
	width: 23%;
    margin-top: 60px;
}
	
	
#feature_content.news .block ul.newslist li.top-news .text p.sub {
    font-size: 14px;
	letter-spacing: 0;
}
	
#feature_content.news .block ul.newslist li.top-news .text p.ttl {
    font-size: 22px;
}

#feature_content.news .block ul.newslist li.top-news .text p.btn {
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
}
	
#feature_content.news .block ul.newslist li .thumb {
    width: 15%;
}
	
#feature_content.news .block ul.newslist li .text {
    width: 85%;
    padding-left: 10px;
}
	
	
}


@media screen and (max-width: 500px) {
#feature_content.index .discover .movie iframe {
    padding: 10px;
    width: 100%;
}
}

@media screen and (max-width: 480px) {
	
.pc_480 {
	display: none;
}
.sp_480 {
	display: block;
}
	
#feature_content .header_kv,
#feature_content .block,
#feature_content .link_item_page,
#feature_content ul.page-menu,
#feature_content p.link_pagetop	{
	padding: 0 10px;
}

#feature_content .header_kv {
	margin-bottom: 20px;
}
	
#feature_content.introduction .header_kv {
	height: 120px;
	background-size: auto 100%;
}
	
#feature_content.history .header_kv {
    background: url(../img/img_head_history.jpg) no-repeat 0 0;
}

#feature_content.technologies .header_kv {
    background: url(../img/img_head_technologies.jpg) no-repeat -10px 0;
}
	
#feature_content.history .header_kv,
#feature_content.technologies .header_kv {
	background-size: auto 100%;
}
	
#feature_content .header_kv p.ttl {
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 30px;
    padding-bottom: 30px;
}
	
#feature_content .header_kv p.ttl span {
    font-size: 13px;
    letter-spacing: 1px;
    padding-top: 10px;
}

#feature_content ul.page-menu {
    margin-bottom: 20px;
}
	
#feature_content ul.page-menu li {
    height: 40px;
    margin-bottom: 20px;
    font-size: 12px;
}
	
#feature_content ul.page-menu li a {
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#feature_content ul.page-menu li.line-2 a {
    padding-top: 0px;
}
	
#feature_content ul.page-menu li img {
    width: 40px;
}	
		
/* pagetop */
#feature_content .block .link_pagetop a {
	padding-left: 10px;
}
	
/* SNS */
#feature_content .share_on p {
	float: none;
    margin-bottom: 10px;
}
	
/* index */
#feature_content.index .main_visual .right p.made-in-france {
	margin-top: 40px;
	margin-bottom: 20px;
}
	
#feature_content.index .main_visual p.intro-lead.sp_640 {
    font-size: 13px;
}
	
#feature_content.index .main_visual p.about_gmt {
	margin-top: 0;
	color: #fff;
    font-size: 12px;
    margin-bottom: 0;
	text-align: center;
}
	
#feature_content.index .main_visual p.about_gmt img {
	padding-right: 5px;
    width: 44px;
}
	
#feature_content.index ul.top-menu {
    margin: 0 10px 20px;
}

#feature_content.index ul.top-menu li img {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
	
#feature_content.history .block {
    position: relative;
    margin-bottom: 30px;
}

#feature_content.introduction .block:nth-of-type(2) {
	margin-bottom: 40px;
}
	
#feature_content.introduction .block h2 {
    font-size: 18px;
}
	
#feature_content.introduction .block h2 span {
    font-size: 28px;
}

#feature_content.collections .block .detail h2,
#feature_content.history .block .detail h2,
#feature_content.technologies .block .detail h2,
#feature_content.news .block  h2{
    position: relative;
    color: #707070;
    font-size: 18px;
    margin-bottom: 15px!important;
    background: url(../img/img_icon_peq.svg) no-repeat 0 0!important;
    background-size: 20px auto!important;
    padding-left: 30px!important;
    padding-bottom: 5px!important;
    line-height: 1.2;
}
	
#feature_content.collections .block .detail h2 span{
    font-size: 20px;
}

#feature_content.technologies .block .detail h2 span {
	display: none;
}
	
#feature_content.introduction .block .text-area p {
	font-size: 13px;
}
	
#feature_content.introduction .block p.message {
    font-size: 18px;
}
	
#feature_content.collections .block .detail p,
#feature_content.history .block .detail p,
#feature_content.technologies .block .detail p{
	font-size: 13px;
}

#feature_content.collections .block .detail p {
	margin-bottom: 20px;
}
	
#feature_content.collections .block .detail ul li {
	margin-bottom: 20px;
}
	
#feature_content.collections .block .detail ul li img {
	width: 100%;
}

#feature_content.collections .block .detail ul li p {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 20px;
}
	
#feature_content.collections .block .detail p.more {
	width: 60%;
	font-size: 14px;
	letter-spacing: 1px;
}

#feature_content.collections .block .detail p.more a:before {
	right: 15px;
}
	
#feature_content.history .block .detail p.text-right {
	width: 100%;
	float: none;
}

#feature_content.history .block .photo {
	width: 100%;
	text-align: center;
}
	
#feature_content.history .block .photo img {
	width: 60%;
}
	
/* Technologies */
#feature_content.technologies .block {
	margin-bottom: 0;
	padding-top: 30px;
}
	
#feature_content.technologies .block:nth-of-type(6){
	margin-bottom: 30px;
}
	
#feature_content.technologies .block .detail {
	width: 70%;
}

#feature_content.technologies .block .photo {
	width: 28%;
    margin-top: 45px;
}

/* news */
#feature_content.news .block {
     margin-bottom: 30px;
}
	
#feature_content.news .block ul.newslist li.top-news .text p.sub {
    font-size: 13px;
}
	
#feature_content.news .block ul.newslist li.top-news .text p.ttl {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

#feature_content.news .block ul.newslist li.top-news .text p.btn {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
	
#feature_content.news .block ul.newslist li .text p.ttl {
    font-size: 13px;
}

#feature_content.news .block ul.newslist li .thumb {
    width: 20%;
}
	
#feature_content.news .block ul.newslist li .text {
    width: 80%;
    padding-left: 10px;
}
	
}

@media screen and (max-width: 450px) {
	#feature_content .main_title{
		padding:0 2%;
	}

	#feature_content .main_title > h2 span.title_sub_ja{
		font-size: 18px;
	}
}

@media screen and (max-width: 360px) {

#feature_content.index .main_visual p.intro-lead.sp_640 br {
	display: none;
}

#feature_content ul.page-menu li {
	width: 100%;
}
	
#feature_content ul.page-menu li br {
	display: none;
}

#feature_content ul.page-menu li.line-2 a {
	padding-top: 10px;
}
	
#feature_content ul.page-menu li img {
    left: 5px;
}

#feature_content.collections .block .detail h2 span {
	display: none;
}
	
#feature_content.collections .block .detail p.more {
	width: 70%;
}
	

}

/* sp end */

/* fadein */
.fade-in-first-kv,
.fade-in-first {
	opacity:0;
}

.fade-in {
	opacity:0;
	transform:translateY(30px);
}

.fade-in-first {
	opacity:0;
	transform:translateY(30px);
}


.fade-in-first-kv {
  transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
}

.fade-in-first,
.fade-in {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

