@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
  letter-spacing: 0.01em;
  font-family: "游ゴシック", "Yu Gothic" , sans-serif;
  font-family: "游ゴシック体", YuGothic , sans-serif;
  font-size: 1.6rem;
}
.line-height1-5 {line-height: 1.5;}
a {
	box-sizing: border-box;
}
a:hover {opacity: .8;}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sp-menu_area {display: none;}
.bold {font-weight: bold;}

/*
header
=======================================*/
header {
	font-size: 1.8rem;
	background: #ffffff;
	position: relative;
	z-index: 1;
}
header::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 303px;
	background: #e5e5e5;
}
.mainVisual {position: relative;z-index: 3;}
.mainVisual .sp-display {display: none;}
.mainVisual img {display: block;}
.pc-menu_area .bg--white {
	justify-content: space-between;
}
.pc-menu_area a {
    color: #ff0109;
}
.pc-menu_area ul a {
	border-bottom: 1px solid #ff0109;
	padding-bottom: 10px;
	font-family: "Noto Sans CJK JP" , sans-serif;
}
.pc-menu_area ul li {margin-right: 35px;}
.pc-menu_area ul li:last-of-type {
	margin-right: 0;
}
header .yellow_btn{margin: 10px 0;}
.conte_wide {
	width: 1200px;
	margin: 0 auto;
}
/*yellow_btm*/
.yellow_btn {width: 246px;}
.yellow_btn a {
	color: #000;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 18px;
	background: #ffea01;
	text-align: center;
	font-size: 1.8rem;
	box-shadow: 3px 4px 0 #00000036;
	display: flex;
	justify-content: center;
	align-items: center;
}
.arrow {margin-left: 12px;}
/*スクロールダウン*/
.mainVisual .scroll__down {
  padding-top: 60px;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.mainVisual .scroll__down .scroll__arrow {
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
.scroll__down img {margin: 0 auto;}
.scroll__down .scroll__arrow {margin-top: 13px;}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0px, 5px);
  }
  40% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0px, 5px);
  }
  40% {
    transform: translate(0, 0);
  }
}
/*
バナーエリア
=======================================*/
.bnr--area {
	text-align: center;
	padding: 30px 0;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

/*
.bnr--area img{
    margin: 0 10px;
	width: 46%;
}
*/
.bnr--area a {
	width: 46%;
	margin: 1%;
}

@media all and (max-width: 1070px) {
/*
  .bnr--area img{
    width: 46%;
  }
 */
}

@media all and (max-width: 768px) {
/*
  .bnr--area img{
     width: 98%;
  }
*/
  .bnr--area a {
  	width: 95%;
  }
}

@media all and (max-width: 600px) {
/*
  .bnr--area img{
    width: 91%;
    margin: 20px 10px;
  }
*/
  .bnr--area a {
  	width: 91%;
  	margin: 1%;
  }

}
/*
lip_collection
=======================================*/
.cole__outer {position: relative;border-bottom: 1px solid #c30c38;}
.cole__outer::before {
	content: "";
	position: absolute;
	width:100%;
	height: 182px;
	bottom: 0;
	background: #e7edf1;
	z-index: 0;
}
.cole__inner {
	justify-content: space-between;
	position: relative;
	z-index: 0;
	align-items: flex-end;
}
.cole__inner img {display: block;}
/*
profile
=======================================*/
.prpfile {
	padding: 54px 0 50px;
	background: url(../images/lip_img/profile_bg.jpg) no-repeat;
	background-size: cover;
}
.prpfile h2 {margin-bottom: 20px;}
.profile__items {
	background: #fff;
	border-radius: 20px;
	justify-content: center;
	font-size: 1.6rem;
	line-height: 1.6875;
	padding: 0 18px 0 53px;
}
.profile__items span {display: inline;}
.profile__items:first-of-type {margin-bottom: 40px;}
.profile__items figure {width:51%;}
.profile__items .profBox {width:49%;}
.prof_marg {margin-bottom: 16px;}
.profile__items figure img {display: block;}
/*
offer
=======================================*/
.offer {
	padding: 35px 0;
	background: url(../images/lip_img/offer_bg.jpg) no-repeat center;
	background-size: cover;
}
.offer .flex {
	align-items: flex-end;
}
.offer .flex figure:first-of-type {margin-right: 68px;}

/*
movie
=======================================*/
.movie {
	padding: 54px 0 48px;
	background: url(../images/lip_img/movie_bg.jpg) no-repeat center;
	background-size: cover;
}
.movie h2 {margin-bottom: 37px;}
.movie .flex {
	padding: 0 2px;
	flex-wrap: wrap;
}
.movie .youtube {
  position: relative;
  width: calc((100% / 3) - 16px);
  padding-top: 18.25%;
}
.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie .flex .youtube:nth-of-type(2) {margin: 0 8px;}
.margBottom8 {margin-bottom: 8px;}
.movie .yellow_btn {margin: 35px auto 0;}
/*
news
=======================================*/
.news {padding: 112px 0;background: #414141;}
.news h2 {margin-bottom: 37px;}
.news__list li {
	display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #636363;
    color: #fff;
}
.news__list li span {margin-right: 20px;word-wrap: break-word;width: 100%;}


.news .link-color {
	color: #fff;
	text-decoration: underline;
}
.news .allText-size {font-size: 2.5rem;}
.link-color:hover,
.link-color:hover span {opacity: .8;}
.article-tit {display: block;margin-top: 8px;}

.news__end {
	position: relative;
	background: #0000005e;
	padding: 1%;
}
.news__end::after {
    content: "終了";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15rem;
    z-index: 1;
	width: 100%;
	text-align: center;
}

@media all and (max-width: 600px) {
	.news__end::after {
		font-size: 10rem;
	}
}

/*
twitter
=======================================*/
.twitter {padding: 58px 0 154px;}
.twitter h2 {margin-bottom: 40px;}
.twitter .flex {
	align-items: flex-start;
}
.twitter .twitter__items {
	width: 50%;
/*	border:2px solid #cbcbcb;*/
}
.twitter .twitter-timeline {
	width: 100%;
	height: 100%;
}
.twitter .twitter-left {margin-right: 8px;}
/*
footer
=======================================*/
.foot_nav {margin-bottom: 66px;}
.foot_nav li {margin-right: 35px;}
.foot_nav li:last-of-type {margin-right: 0;}
.foot_nav a {
	font-size: 1.8rem;
	color: #000000;
}
.foot_nav a {
	font-family: "Noto Sans CJK JP" , sans-serif;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #ee1c25;
	font-weight: bold;
	padding: 28px 0 22px;
}
.copyright {
	font-family: Verdana, “Droid Sans” , sans-serif;
	display: inline;
}
.sity {
	width: 100px;
	margin: 0 auto 60px;
	display: block;
}
/*
スクロール後固定
=======================================*/
.nav {
    padding: 0 20px;
    margin: 0 auto 60px;
    width: 760px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding-bottom: 13px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 12%);
}
.fixed ul  a {
	color: #000;
	border-bottom: 1px solid #000;
}

/*
ページTOPへボタン
=======================================*/
.Page {
  position: relative;
}
.ScrollTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
}
.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}
.arrow::before {
    content:  '';
    width: 12px;
    height: 12px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}
.fancybox-content {width: 900px;}
.fancybox-content img {width: 100%;height: auto;}
.fancybox-content img:not(:last-of-type) {margin-bottom: 3%;}
@media all and (max-width: 1200px) {
	html {font-size: 52.5%;}
	.conte_wide {width: 100%;padding: 0 20px;}
	/*header*/
	header::before {height: 33.25%;}
	.cole__inner li{margin-right: 2%;}
	.cole__inner li:last-of-type{margin-right: 0;}
	/*profile*/
	.profile__items {padding: 20px 1.8rem 20px 5.3rem;}
	.profile__items figure {
		width: 48%;
    	margin-right: 4rem;
	}
	.profile__items .profBox {width: 52%;}
	.movie .flex {padding: 0 20px;}
}/*1200px*/
@media all and (max-width: 900px) {
	.fancybox-content {width: 100%;}
	.cole__outer::before {height: 66.17%;}
	.yellow_btn {margin-left: 25px;}
	.yellow_btn a {
		padding: 15px 0;
		font-size: 14px;
	}
	.yellow_btn a img {width: 1rem;}
}/*900*/
@media all and (max-width: 768px) {
	header::before {height: 32%;}
	h2 img {width: 160px;}
	/*profile*/
	.profile .flex {flex-wrap: wrap;}
	.profile__items {padding: 5.3rem;}
	.profile__items figure,
	.profile__items .profBox {width: 100%;}
	.profile__items figure {margin:0 0 1.6rem;}
	.profile__items figure img {width: 100%;}
	/*offer*/
	.offer .flex figure:first-of-type {margin-right: 4%;}
	.pc-menu_area {display: none;}
	.sp-menu_area {
		background: #fff;
		position: fixed;
		width: 100%;
		z-index: 999;
		display: flex;
		padding: 10px 10px 10px 0;
		box-shadow: 0 1px 5px #00000026;
	}
	/*twitter*/
	.twitter {padding:7.55% 0 20.05%}
	/*
	ハンバーガーメニュー
	=======================================*/
	header .sp-yellow__btn {
		margin: 0;
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	header .sp-yellow__btn a {width: 180px;}
	.hamburger {
	  display : block;
	  position: absolute;
	  z-index : 9;
	  left : 13px;
	  top   : 50%;
	  transform: translateY(-50%);
	  width : 42px;
	  height: 42px;
	  cursor: pointer;
	  text-align: center;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 30px;
	  height  : 2px ;
	  left    : 6px;
	  background : #555;
	  -webkit-transition: 0.5s ease-in-out;
	  -moz-transition   : 0.5s ease-in-out;
	  transition        : 0.5s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	  top: 10px;
	}
	.hamburger span:nth-child(2) {
	  top: 20px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}
	/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
	  top : 16px;
	  left: 6px;
	  -webkit-transform: rotate(315deg);
	  -moz-transform   : rotate(315deg);
	  transform        : rotate(315deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
	  top: 16px;
	  -webkit-transform: rotate(-315deg);
	  -moz-transform   : rotate(-315deg);
	  transform        : rotate(-315deg);
	}
	nav.globalMenuSp {
	  position: fixed;
	  z-index : 4;
	  top  : 0;
	  left : -100%;
	  color: #000;
	  background: #fff;
	  text-align: center;
	  transition: all 0.6s;
	  width: 240px;
	  height: 100%;
	}
	nav.globalMenuSp ul {
	  background: #d70d1a;
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	  padding: 60px 20px 20px;
	}
	nav.globalMenuSp ul li {
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	  border-bottom: 1px solid #fff;
	}
	nav.globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	  border-bottom: none;
	}
	nav.globalMenuSp ul li a {
	  display: block;
	  text-align: left;
	  color: #fff;
	  padding: 2em 0;
	  text-decoration :none;
	}
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
	  left:0;
	}
	.active span {background: #fff;}
	/* バナーエリア */
	.bnr--area {padding: 3%;}
}/*768*/
@media all and (max-width: 480px) {
	.fancybox-content {padding: 44px 16px;} 
	html {font-size: 58.5%;}
	header::before {height: 30%;}
	.mainVisual {padding: 0;}
	.mainVisual .pc-display {display: none;}
	.mainVisual .sp-display {display: block;padding-top: 20px;}
	h2 img {width: 130px;}
	.yellow_btn a {padding: 10px 0;}
	/*profile*/
	.prpfile h2 {margin-bottom: 4.17%;}
	.profile__items {padding: 3rem;}
	/*offer*/
	.offer {background:#ee1c24;padding-bottom: 0;}
	.offer .flex {flex-wrap: wrap;padding: 0;}
	.offer .flex figure {
	    padding: 15% 6% 4%;
	    text-align: center;
	}
	.offer .flex figure:first-of-type {
		margin-right: 0;
	    background: url(../images/lip_img/offer_SPbg01.jpg) no-repeat 16%;
	    background-size: cover;
	}
	.offer .flex figure:last-of-type {
	    background: url(../images/lip_img/offer_SPbg02.jpg) no-repeat 0%;
	    background-size: cover;
	}
	/*movie*/
	.movie h2 {margin-bottom: 7.71%;}
	.movie .flex {flex-wrap: wrap;}
	.movie .youtube {width: 100%;margin-bottom: 16px;padding-top: 56.2%;}
	.movie .flex .youtube:nth-of-type(2) {margin: 0 0 16px;}
	.movie .flex .youtube:last-of-type {margin-bottom: 0;}
	/*news*/
	.news h2 {margin-bottom: 7.71%;}
	.news .allText-size {font-size: 1.8rem;}
	.article-tit {display: block;margin-top: 16px;}
	/*twitter*/
	.twitter h2 {margin-bottom: 8.33%;}
	.twitter .flex {flex-wrap: wrap;}
	.twitter .twitter__items {width: 100%;}
	.twitter .twitter-left {margin: 0 0 20px;}
	.news {padding: 54px 0;}
	.news__list li span:first-of-type {width: 25%;}
	.news__list li span:last-of-type {width: 100%;/* 75% */}
	/*footer*/
	.foot_nav {
		flex-wrap: wrap;
	    justify-content: space-between;
	    width: 300px;
	    margin: 0 auto 8.59%;
	}
	.foot_nav li {width: calc(100% / 3);margin-right: 0;text-align: center;}
	.foot_nav li:first-of-type,
	.foot_nav li:nth-of-type(2),
	.foot_nav li:nth-of-type(3) {margin-bottom: 25px;}
	.foot_nav a {font-size: 1.4rem;}
	.sity {width: 75px;margin-bottom: 8.59%;}
	/*scroll TOp*/
	.ScrollTop {
		bottom: 35px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	.arrow::before {
		width: 8px;
		height: 8px;
		border-top: solid 1px;
    	border-right: solid 1px;
    	top: 6px;
	}
}/*480*/