.body{
  background-color: #666!important;
}
#main div img{
  max-width: 1000px!important;
  width: 100%;
}
#main div{
  text-align: center;
}
#main{
  margin: 3em auto;
  max-width:1000px!important;
}
.gentei{
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0 0 0!important;
  transition: 0.3s;
}
.gentei img :hover{opacity: 0.8;}
.gentei2{
  color: #696768;
  font-weight: bold;
  font-size: 2em;
  margin: 1em 0 0 0!important;
}
.cvflex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 0 auto!important;
}
.cvflex img{
  width: 230px!important;
  margin: 1em!important;
}

.header{
  position: fixed;
  width: 100%;
  top: 0;
  background: (#a5d5b7,#90bfa5,#A6ABC2,#cea6cc,#cea6cc)!important;
}
.headerdiv {
  background-color:  #000!important;
  text-align: center;
  padding: 0.5em 0 0.5em 0!important;

}
.headerdiv img{
  width: 25%;
}
.purple{
  background-color: #C68BB7;
  width: 100%;
}
.green{
  background-color: #B3D1AD;
}
.white{
  background-color: #fff;
}


#eyelash_pokemon_premium footer { background: #fff;}
#eyelash_pokemon_premium footer ul {
  display: flex;
  justify-content: center;
  padding: 50px 0 30px;
}
#eyelash_pokemon_premium footer ul li { border-right: solid 1px #ababab;}
#eyelash_pokemon_premium footer ul li:last-child { border-right: none;}
#eyelash_pokemon_premium footer ul li a {
  display: block;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 26px;
  text-decoration: underline;
  padding: 0 25px;
}
#eyelash_pokemon_premium footer .logo { text-align: center;}
#eyelash_pokemon_premium footer .copy {
  font-size: 13px;
  text-align: center;
  padding: 27px 0 40px;
}

@media screen and (min-width:750px)   and ( max-width: 1000px) {
  #eyelash_pokemon_premium footer ul { padding: 5vw 0 3vw;}
  #eyelash_pokemon_premium footer ul li a {
    font-size: 1.5vw;
    line-height: 2.6vw;
    padding: 0 2.5vw;
  }
  #eyelash_pokemon_premium footer .logo {
    width: 26vw;
    margin: 0 auto;
  }
  #eyelash_pokemon_premium footer .copy {
    font-size: 1.3vw;
    padding: 2.7vw 0 4vw;
  }
}

#eyelash_pokemon_premium ul li {
  list-style: none;
  margin: 0 2em 0 0;
}
.header-inBlock__inner {
  background: linear-gradient(to right, #67A677, #B46199)!important;
}
#eyelash_pokemon_premium a{
  color: #fff!important;
}
#eyelash_pokemon_premium{padding:15px!important;}
.purple{background-color: #C68BB7!important;}
.purple img{
  transition: 0.3s!important;
}
.rotate:hover{
  transform: rotate(-10deg)!important;
}
.green{
  background-color: #B3D1AD!important;
  margin: 0 0 2em 0!important;
}
.green img{
  transition: 0.3s!important;
}
.spimg{width: 35%!important;}


#eyelash_pokemon_premium footer ul li a{color:#000!important;}














@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/NotoSansJP-Regular.woff') format('woff2'),
	url('/fonts/NotoSansJP-Regular.woff') format('woff'),
	url('/fonts/NotoSansJP-Regular.otf')  format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/NotoSansJP-Medium.woff') format('woff2'),
	url('/fonts/NotoSansJP-Medium.woff') format('woff'),
	url('/fonts/NotoSansJP-Medium.otf')  format('opentype');
}

:root {
  --color_key: #f27b99;
  --color_key--accent: #f27b99;
  --color_key--light: #f4c8d3;
  --font_marugo: "Zen Maru Gothic", serif;
  --font_mincho: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
}

/*---------------- ▼全幅共通CSS▼ ------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:not([type="checkbox"]), textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -moz-appearance: normal;
  -webkit-appearance: normal;
}

body{
	--common_head-height: 50px;/* SP版ヘッダーアイコン、ヘッダーそのものの高さなどの調整で使用。 */
	padding-top: var(--common_head-height);
}
body#eyelash,
body#eyelash_premium_lp,
#global-wrapper.type-eyes{
	padding-top: 0;
}
@media screen and (min-width: 875px){
	body{
		padding-top: 60px;
		min-width: 1200px;
	}
}
body,input, textarea, select {
  font-family: 'Didact Gothic', "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #5e5e5e;
}

body img {
  letter-spacing: 0;
  text-indent: 0;
    max-width: 85%;
    height: auto;
}

.ie select::-ms-expand {
  /*IEでselectの矢印を非表示にする*/
  display: none;
}
a{
  color: #5e5e5e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.newclearfix{zoom:1}
.newclearfix:after{content:"";clear:both;display:block}

#contWrap {
  overflow: hidden;
}
.layoutWrap {
  padding: 0 4%;
  margin: auto;
}
.text-inlineBlock {
  display: inline-block;
}

/*---------------- ▲全幅共通CSS▲ ------------------*/
input, textarea, select {
  font-size: 16px !important;
}

.nosp{
	display: block !important;
}
.nopc{
	display: none !important;
}
@media screen and (max-width: 875px){
	.nosp{
		display: none !important;
	}
	.nopc{
		display: block !important;
	}
}

.is-fade-contents {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.is-fade-contents.fade-in {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


.p-blockTitle-lineup{
	font-size: 25px;
	font-size: 2.5rem;
	color: #e04a6f;
	font-family: "Noto Sans Japanese";
	text-align: center;
	margin: 8% auto;
}

/*---------------- ▼header▼ ------------------*/
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
}
.header-inBlock {
  background: var(--color_key);
	height: 60px;
}
.l-logo{
	float: left;
	margin: 42px 0 0 30px;
}
.l-header-nav-wrap{
	float: right;
}
.l-header-nav-wrap a{
	display: block;
	background-repeat: no-repeat;
}
.l-header-nav-wrap a:hover img,
.l-header-nav-wrap a.is-current img{
	opacity: 0;
}
.l-header-nav li{
	float: left;
	background-color: var(--color_key);
	text-align: center;
}
/*
.l-header-nav li:nth-of-type(7){
	border-left: 1px solid #fff;
}
*/
/*最後の左側*/
.l-header-nav li:nth-last-of-type(1){
	border-left: 1px solid #fff;
}

/*
.l-header-nav li:nth-of-type(1) a:hover,
.l-header-nav li:nth-of-type(1) a.is-current{
	background-image: url(/images/common/img_nav01_on.png);
}
.l-header-nav li:nth-of-type(2) a:hover,
.l-header-nav li:nth-of-type(2) a.is-current{
	background-image: url(/images/common/img_nav02_on.png);
}
.l-header-nav li:nth-of-type(3) a:hover,
.l-header-nav li:nth-of-type(3) a.is-current{
	background-image: url(/images/common/img_nav03_on.png);
}
.l-header-nav li:nth-of-type(4) a:hover,
.l-header-nav li:nth-of-type(4) a.is-current{
	background-image: url(/images/common/img_nav04_on.png);
}
.l-header-nav li:nth-of-type(5) a:hover,
.l-header-nav li:nth-of-type(5) a.is-current{
	background-image: url(/images/common/img_nav05_on.png);
}

.l-header-nav li:nth-of-type(6) a:hover,
.l-header-nav li:nth-of-type(6) a.is-current{
	background-image: url(/images/common/img_nav06_on.png);
}
.l-header-nav li:nth-of-type(7) a:hover,
.l-header-nav li:nth-of-type(7) a.is-current{
	background-image: url(/images/common/img_nav07_on.png);
}
*/


.l-header-nav img{
	transition: .2s;
}
.l-header-nav a:hover img{
	opacity: 0;
}
@media screen and (max-width: 1250px){
	.l-header{
/*		min-width: inherit;*/
	}
	.l-logo{
		width: 17%;
	}
	.l-header-nav-wrap{
		width: 78%;
		display: table;
		height: 60px;
	}
	.l-header-nav-wrap ul{
		display: flex;
		height: 100%;
		vertical-align: middle;
	}
	.l-header-nav li{
		display: flex;
		align-items: center;
	}

	/*
	.l-header-nav li:nth-of-type(1){
		width: 11.1468381565%;
	}
	.l-header-nav li:nth-of-type(2){
		width: 11.4683815648%;
	}
	.l-header-nav li:nth-of-type(3){
		width: 12.8617363344%;
	}
	.l-header-nav li:nth-of-type(4){
		width: 9.96784565916%;
	}
	.l-header-nav li:nth-of-type(5){
		width: 14.4694533762%;
	}
	.l-header-nav li:nth-of-type(6){
		width: 18.6495176849%;
	}

	.l-header-nav li:nth-of-type(7){
		width: 21.3290460879%;
	}
	*/
	.l-header-nav li a{
		background-size: contain;
	}
}
@media screen and (max-width: 875px){
.l-header {
	min-width: inherit;
	box-shadow: 0 0 2px rgb(0 0 0 / 15%);
}
.l-header .logoWrap {
  display: flex;
  align-items: center;
  padding-left: 4vw;
}
.header-inBlock {
	height: var(--common_head-height);
}
.l-header .logo {
  padding: 18px 0;
}
.l-header .logo img {
  width: 224px;
}
.l-header .etcBtn-wrap {
  float: right;
}
.l-header .storeBtn,
.l-header .hamburgerBtn-img {
  float: left;
  border-left: solid 0.4rem #ffffff;
}
.l-header .storeBtn img,
.l-header .hamburgerBtn-img img {
  width: 120px;
}
.l-header .ulWrap {
  background: rgba(255, 255, 255, 0.95);
  visibility: hidden;
}
.l-header .spNav-inner {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.l-header .topLevel-li {
  font-size: 16px;
  background: #ffffff;
  border-bottom: solid 0.1rem #fff3f6;
}
.l-header .topLevel-a,
.l-header .childLevel2-a {
  color: var(--color_key);
  display: inline-block;
  width: 100%;
  padding: 1em 4%;
  position: relative;
}
.l-header .topLevel-a:after,
.l-header .childLevel2-a:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  z-index: 1;
  width: 0.75em;
  height: 1em;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  margin: auto;
  background: url(/images/common/icon_left_pink01.svg) no-repeat center;
}
.l-header .childLevel2-li {
  background: #fff3f6;
}
.l-header .childLevel2-a {
  padding-left: 9.33333%;
}
.l-header .head-spBtn-wrap {
  background: none;
}
.l-header .head-shopinfo-btn-sp {
  background: none;
  padding: 1.5em 4% 0;
  font-weight: bold;
  text-align: center;
}
.l-header .head-shopinfo-btn-a {
  display: inline-block;
  width: 100%;
  padding: 1.5em 1em;
  color: var(--color_key);
  position: relative;
  border: solid 0.2rem var(--color_key);
}
.l-header .head-shopinfo-btn-a:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  z-index: 1;
  width: 0.75em;
  height: 1em;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  margin: auto;
  background: url(/images/common/icon_left_pink01.svg) no-repeat center;
}
.l-header .head-snsbtn-sp {
  padding: 1.5em 4%;
  text-align: center;
}
.l-header .head-snsbtn-a {
  display: inline-block;
  width: 5rem;
}
.l-header .head-snsbtn-a:nth-of-type(n+2) {
  margin-left: 2rem;
}
.l-header .head-scalpbnr-sp {
  padding: 1.5em 4%;
}
.l-header .head-scalpbnr-a {
  float: left;
  width: 47.82609%;
}
.l-header .head-scalpbnr-a:nth-of-type(even) {
  float: right;
}
.l-header .head-scalpbnr-a:nth-of-type(n+3) {
  padding-top: .9375em;
}
.l-header.on {
  height: 100%;
}
}

/*---------------- ▼footer▼ ------------------*/
.l-footer-wrap{
  background: var(--color_key);
	letter-spacing: 0.05em;
}
.footer-snslink-wrap,
.footer-shopinfo-wrap {
  text-align: center;
}
.footer-snslink-li,
.footer-snslink-a{
  display: inline-block;
}
.footer-snslink-ul,
.footer-shopinfo-wrap {
  padding: 1.6rem 0;
}
.footer-snslink-li {
  width: 5rem;
}
.footer-snslink-li:nth-of-type(n+2) {
  margin-left: 3rem;
}
.footer-shopinfo-wrap {
  border-top: solid 0.1rem #ffbfcc;
}
.footer-shopinfo-a {
	display: inline-block;
	padding: 10px 0 10px 50px;
  position: relative;
}
.footer-shopinfo-a:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  background: url(/images/common/icon_map01.svg) no-repeat center;
  margin: auto;
}
.footer-shopinfo-a img{
	width: 150px;
	vertical-align: baseline;
}
.footer-about,
.footer-relation-site {
  padding: 1.8rem 0;
  border-top: solid 0.2rem #ffffff;
  text-align: center;
}
.footer-about-inner,
.footer-relation-site-inner,
.footer-relation-site2-inner,
.footer-relation-clinic-inner {
  padding-top: 1.5rem;
}
.footer-about-ul,
.footer-relation-site-ul,

.footer-relation-site2-ul,

.footer-relation-clinic-ul {
  font-size: 1.1rem;
  margin-top: -1.1em;
}
.footer-about-li,
.footer-relation-site-li,
.footer-relation-site2-li,
.footer-relation-clinic-li {
  margin-top: 1.1em;
}
.footer-about-li,
.footer-relation-site-li {
  border-right: solid 0.1rem #ffffff;
}
.footer-about-li:last-of-type,
.footer-relation-site-li:last-of-type {
  border-right: none;
}
.footer-about-li,
.footer-about-a,
.footer-relation-site-li,
.footer-relation-site-a,

.footer-relation-site2-li,
.footer-relation-site2-a,

.footer-relation-clinic-li,
.footer-relation-clinic-a {
  display: inline-block;
  vertical-align: middle;
}
.footer-about-a,
.footer-relation-site-a,

.footer-relation-site2-a,

.footer-relation-clinic-a {
  padding: 0 1em;
}
.footer-about-a,
.footer-relation-site-a {
  color: #ffffff;
}
.footer-about-title img {
  width: 17.5rem;
}
.footer-relation-site-title,

.footer-relation-site2-title,

.footer-relation-clinic-title {
  font-weight: bold;
  font-size: 1.3rem;
}
.footer-relation-site-title {
  color: #ffffff;
}



.footer-relation-site2 {
  padding: 1.8rem 0;
/*  border-top: solid 0.2rem #ffffff; */
  text-align: center;
}
.footer-about-li,
.footer-relation-site2-li {
  border-right: solid 0.1rem #ffffff;
}
.footer-about-li:last-of-type,
.footer-relation-site2-li:last-of-type {
  border-right: none;
}

.footer-about-a,
.footer-relation-site2-a {
  color: #ffffff;
}
.footer-relation-site2-title {
  color: #ffffff;
}



.footer-relation-clinic {
  text-align: center;
}
.footer-relation-clinic-inner {
  background: #ffffff;
  padding-bottom: 1.8rem;
	display: none;
}
.footer-relation-clinic-title {
  background: #faa0b5;
  padding: 1em 4%;
  position: relative;
}
.footer-relation-clinic-title:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 1.3em;
  height: 1em;
  background: url(/images/common/icon_down_pink01.svg) no-repeat center;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  margin: auto 4% auto auto;
}
.footer-relation-clinic-title.active:after{
  background: url(/images/common/icon_down_pink01_on.png) no-repeat center;
}

.footer-relation-clinic-li {
  border-right: solid 0.1rem #5e5e5e;
}
.footer-relation-clinic-li:last-of-type {
  border-right: none;
}
.l-footer-copy {
  font-size: 1rem;
  text-align: center;
  background: #e7e7e7;
  padding: 1em;
}
small {
  display: inline-block;
}


@media screen and (min-width: 876px){
	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
	.footer-infoBlock{
		width: 1200px;
		margin: 0 auto;
	}
	.footer-snslink-ul{
		float: left;
		width: 50%;
		position: relative;
	}
	.footer-snslink-ul:after{
		display: block;
		content: "";
		width: 1px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #fff;
	}
	.footer-snslink-li{
		width: 60px;
	}
	.footer-shopinfo-wrap{
		width: 50%;
		float: right;
	}
	.footer-shopinfo-a{
		font-size: 30px;
		padding: 15px 0 15px 75px;
	}
	.footer-shopinfo-a:after{
		width: 60px;
		height: 60px;
	}
	.footer-shopinfo-a img{
		width: 185px;
	}
	.footer-shopinfo-wrap{
		border-top: none;
	}
	.footer-about{
		border-top: 1px solid #fff;
		text-align: left;
		padding-bottom: 2.8rem;
	}
	.l-footer-nav{
		float: left;
		width: 580px;
	}
	.l-footer-nav a{
		color: #fff;
	}
	.l-footer-nav-list{
		float: left;
		font-size: 16px;
	}
	.l-footer-nav-list + .l-footer-nav-list{
		margin-left: 60px;
	}
	.l-footer-nav-list > li + li{
		margin-top: 15px;
	}
	.l-footer-nav-list > li a{
		background-image: url(/images/common/icn_footer_arrow.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 12px;
	}
	.l-footer-nav-list-sub{
		padding-left: 12px;
		font-size: 14px;
		margin-top: 10px;
	}
	.l-footer-nav-list-sub li + li{
		margin-top: 10px;
	}

	.l-footer-right{
		float: right;
		width: 470px;
	}
	.footer-about-title img{
		width: 200px;
	}
	.footer-about-ul{
		font-size: 11px;
		margin-top: 0;
	}
	.footer-about-li{
		display: block;
		border: none;
		width: 50%;
		float: left;
	}
	.footer-about-inner{
		padding-top: 5px;
	}
	.footer-relation-site,
	.footer-relation-site2{
		border-top-width: 1px;
	}
	.footer-relation-site-title,
	.footer-relation-site2-title{
		font-size: 13px;
	}
	.footer-relation-site-ul,
	.footer-relation-site2-ul,
	.footer-relation-clinic-ul{
		font-size: 12px;
	}
	.footer-relation-clinic-title{
		font-size: 13px;
		background-color: var(--color_key);
		color: #fff;
		padding-bottom: 0;
	}
	.footer-relation-clinic-title:after{
		display: none;
	}
	.footer-relation-clinic-inner{
		background-color: var(--color_key);
		display: block !important;
		height: auto !important;
		padding-bottom: 1.8rem !important;
		padding-top: 1.5rem !important;
		margin-top: auto !important;
	}
	.footer-relation-clinic-li{
		border-color: #fff;
	}
	.footer-relation-clinic-li a{
		color: #fff;
	}

	.l-footer-copy {
	  font-size: 8px;
	}


	.l-matsuge-footer{
		background-color: #fcf0f3;
		padding: 50px 0;
	}
	.l-matsuge-footer-inner{
		width: 1200px;
		margin: 0 auto;
		display: table;
	}
	.l-matsuge-footer-list{
		padding: 0 55px;
		width: 33.3333%;
		display: table-cell;
		border-left: 1px solid var(--color_key);
	}
	.l-matsuge-footer-list:last-of-type{
		border-right: 1px solid var(--color_key);
	}
	.l-matsuge-footer-list ul{
		display: block !important;
		height: auto !important;
	}
	.l-matsuge-footer-mh{
		font-family: 'Noto Sans Japanese';
		font-size: 20px;
		font-weight: bold;
		color: #e04a6f;
		margin-bottom: 15px;
	}
	.l-matsuge-footer-list a{
		display: block;
		padding: 2px 0 2px 25px;
		font-size: 16px;
		color: var(--color_key);
		background-image: url(/images/matsuge/icn_arrow.png);
		background-repeat: no-repeat;
		background-position: 10px center;
	}
}
@media screen and (max-width: 875px){
	.l-matsuge-footer{
		padding: 0;
	}
	.l-matsuge-footer-mh{
		font-family: 'Noto Sans Japanese';
		font-size: 14px;
		font-weight: 400;
		color: var(--color_key);
		background-color: #f5c7d4;
		text-align: center;
		cursor: pointer;
		padding: 10px;
		background-image: url(/images/matsuge/icn_arrow_mh_close.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 18px;
		margin-bottom: 1px;
	}
	.l-matsuge-footer-mh.is-open{
		background-image: url(/images/matsuge/icn_arrow_mh_open.png);
	}
	.l-matsuge-footer-list ul{
		margin: 15px 0 20px;
		display: none;
	}
	.l-matsuge-footer-list li{
		padding: 0 10px;
	}
	.l-matsuge-footer-list a{
		display: block;
		padding: 3px 0 3px 25px;
		font-size: 14px;
		color: var(--color_key);
		background-image: url(/images/matsuge/icn_arrow_sp.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 8px;
	}
}

/*---------------- ▼hamburger▼ ------------------*/
#hamburgerWrap{
	display: none;
}

/*---------------- ▼スマホ以降CSS▼ ------------------*/
@media screen and (max-width: 875px) {
  html {
    font-size: .625rem;
  }

  /*---------------- ▼header▼ ------------------*/
  .l-header .logo {
    padding: 9px 0;
  }
  .l-header .logo img {
    width: 50vw;
  }
  .l-header .storeBtn,
  .l-header .hamburgerBtn-img {
    border-left: solid 2px #ffffff;
  }
  .l-header .storeBtn img,
  .l-header .hamburgerBtn-img img {
    width: 50px;
  }

  /*---------------- ▼footer▼ ------------------*/
  /*---------------- ▼hamburger▼ ------------------*/
/*---------------- ▼hamburger▼ ------------------*/
#hamburgerWrap {
	display: block;
  background: #000000;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
    width: var(--common_head-height);
    height: var(--common_head-height);
    padding: 10px;
}
#hamburgerWrap div {
  transition: 0.3s;
  height: 4px;
  width: 30px;
  position: absolute;
  margin: auto;
}
#hamburgerWrap div:first-of-type {
  top: 15px;
}
#hamburgerWrap div:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#hamburgerWrap div:last-of-type {
  bottom: 15px;
}
#hamburgerWrap div:before, #hamburgerWrap div:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background: #ffffff;
}
#hamburgerWrap div:before {
  left: 0;
  width: 10%;
}
#hamburgerWrap div:after {
  right: 0;
  width: 80%;
}
#hamburgerWrap.on div {
  background: #ffffff;
}
#hamburgerWrap.on div:first-of-type {
  bottom: 15px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#hamburgerWrap.on div:nth-of-type(2) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#hamburgerWrap.on div:last-of-type {
  top: 15px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburgerWrap.on div:before, #hamburgerWrap.on div:after {
  display: none;
}
  #hamburgerWrap div {
    width: 20px;
    height: 2px;
  }
  #hamburgerWrap div:first-of-type {
    top: 10px;
  }
  #hamburgerWrap div:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  #hamburgerWrap div:last-of-type {
    bottom: 10px;
  }
  #hamburgerWrap.on div:first-of-type {
    bottom: 10px;
  }
  #hamburgerWrap.on div:last-of-type {
    top: 10px;
  }
}

/*---------------- ▼topic-path▼ ------------------*/
#topic-path-inner{
	font-size: 14px;
	letter-spacing: 0.1em;
}
#topic-path-inner span{
	padding: 0 8px;
	color: #e04a6f;
}
#topic-path-inner a span{
	color: #3e3e3e;
}
@media screen and (max-width: 875px){
	#topic-path{
		display: none;
	}
	#topic-path-inner{
		font-size: 13px;
	}
	#topic-path-inner span{
		display: inline-block;
	}
}



.l-content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.m-second-mh{
	text-align: center;
	padding: 45px 0 60px;
}
@media screen and (max-width: 875px){
	.l-content{
		width: 92%;
	}

	.m-second-mh{
		background-color: #f47c9b;
		color: #fff;
		padding: 30px 0;
	}
}


.m-mh{
	text-align: center;
}
@media screen and (min-width: 875px){
	.m-mh{
		width: 450px;
		margin: 0 auto;
	}
}



/* 20240307リニューアルで追加 ▼ */
.zen-maru {
  font-family: var(--font_marugo);
  font-weight: 400;
  font-style: normal;
}


/* ==================
* Header
* ================== */
.header-inBlock .nosp {
  display: contents !important;
}
@media screen and (max-width: 875px) {
  /* sp only */
  .header-inBlock .nosp {
  	display: none !important;
  }
} /* sp only */

.header-inBlock__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header-inBlock__inner .l-logo {
  float: none;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-inBlock__inner .l-header-nav-wrap {
  float: none;
}

.l-header-nav {
  height: 100%;
}
.l-header-nav li {
  height: 100%;
}
.l-header-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #FFF;
  font-family: var(--font_marugo);
  font-weight: bold;
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  padding-inline: 20px;
  letter-spacing: 2px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.l-header-nav li a svg .st0 {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.l-header-nav li a.online-store {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.l-header-nav li a.online-store svg {
  width: 21px;
}
.l-header-nav li a:hover {
  background-color: #FFF;
  color: var(--color_key);
}
.l-header-nav li a:hover svg .st0 {
  fill: var(--color_key);
}


@media screen and (max-width: 875px) {
  /* sp only */
  .sp_header_inner {
  	display: flex !important;
  	justify-content: space-between;
  }
} /* sp only */
/* end Header */




/* ==================
* card
* ================== */
.big-lineup-list--solo {
  gap: 50px;
}

.card--renewal {
  position: relative;
}
.card--renewal::before {
  content: "";
  background: url("images/renewal_text.svg") rgba(255, 255, 255, 0) no-repeat top 50% left 50%/contain;
  aspect-ratio: 489/125;
  width: 200px;
  position: absolute;
  left: -65px;
  top: -25px;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}

@media screen and (max-width: 875px) {
  /* sp only */
  .card--renewal::before {
    width: 160px;
    left: -13px;
    top: -26px;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
} /* sp only */
/* end card */


/* header */
.l-logo_image {
  width: 250px;
}

.header-inBlock {
  background: var(--color_key);
}

.l-header-nav li {
  background: var(--color_key);
}

#topic-path-inner > span > span {
  color: var(--color_key);
}
/* //header */


/* 共通 */
.p-check-btn a {
  background: var(--color_key);
}
/* end 共通 */


/* TOPICS */
.p-topicsBlock {
  background: var(--color_key--light);
}

/* end TOPICS */


/* LINEUP */
.big-lineup-list .card .left-block .text-block .material li {
  background-color: var(--color_key--light);
}

/* end LINEUP */


/* MOVIEICS */
.p-movieBlock {
  background: var(--color_key--light);
}

/* end MOVIE */


/* INSTAGRAM */
.p-instaBlock {
  background: var(--color_key--light);
}
/* end INSTAGRAM */


/* footer */
.l-footer-wrap {
  background: var(--color_key);
}
/* //footer */




/* 20240307リニューアルで追加 ▲ */

