@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 98%;
    line-height: 1.8em;
}
@media screen and (max-width:768px) {
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
        font-size: 100%;
        line-height: 1.5em;
    }
}

a {
    text-decoration: none;
    color: var(--link-color);
}
a:hover {
    opacity: 0.7;
}
a img:hover {ｆ
    opacity: 0.7;
}
table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,th {
    text-align: left;

}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

h2{
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
    margin:2em auto 5px auto;
    text-align: center;
	font-size: 2em;
    letter-spacing: 0.1em;
	font-weight: bold;
	color: var(--link-color);
}
h2 span{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	display: block;
    margin: 0 auto;
    font-size: 0.4em;
    letter-spacing: 0.5em;
    line-height: 1;
	color: #6c65d5;
}
h2 img{
    max-width: 640px;
    height: auto;
    margin: auto;
    padding-top: 20px;
}
h3{
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 15px;
}
h4{
    font-weight: bold;
    padding: 1% 2%;
    margin: 1% 0;
    text-align: left;
    background-color: #ffdae2;
}
q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}
.bg:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../img/index/bg.jpg") center no-repeat;
    background-size: cover;
}
.pink {
    color: #fe6a9d !important;
}

.blue {
    color: #81cef2 !important;
}
.yellow{
    color: #ffff00 !important;
}
.light-yellow{
    color: #fffddc !important;
}
.white{
    color: #fff !important;
}
.red{
    color: #f00 !important;
}
.font-w{
    font-weight: bold;
}
.font-b{
    font-size: 1.3em;
    line-height: 1.2em;
}
.font-s{
    font-size: 0.8em;
    line-height: 1.2em;
    font-feature-settings: "palt";
    padding: 0.5em 0;
}
.font-f{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.link_color{
    color: var(--link-color);
}
@media screen and (max-width:768px) {
    .bg:before{
        background: url(../img/index/bg_sp.jpg) top center no-repeat;
        background-size: cover;
    }
	h2{
	font-size: 1.3em;
}
    h2 img{
        width: 100%;
        height: auto;
        padding-top: 12px;
    }
	
	.sp_pr{
		font-size:0.8rem;
	}
	
}

/* Custom CSS
 * --------------------------------------- */
body {
    font-family: arial, helvetica, clean, sans-serif;
    color: rgba(0, 0, 0, 0.7);
    overflow: visible;
}

.main {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0% 0 0% 0;
    /*text-align: center;*/
}

.clr {
    clear: both;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.section {
    text-align: center;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.right {
    text-align: right;
}

.center_img {
    margin: 4% 0;
}

.center_img img {
    width: 100%;
    height: auto;
}

.bottom_center {
    text-align: center;
    margin: auto;
}
.small{
    font-size: 0.8em;
}
.mb-5 {
    margin-bottom: 5%;
}
.mw-100{
    width: 100%;
    height: auto;
}
#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#menu li.active {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#menu li a {
    text-decoration: none;
    color: #000;
}

#menu li.active a:hover {
    color: #000;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.8);
}

#menu li a,
#menu li.active a {
    padding: 9px 18px;
    display: block;
}

#menu li.active a {
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}

/***メニュープルダウン***/
#header-nav {
  width: 80%;
  margin: auto;
	display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
}

/* カラム落ちの防止 */
.header-list {
	width: 100%;
  font-size: 0;
	display: flex;
	align-items: center;
}

/* メインメニュー */
.menu-item {
  display: inline-block;
  width: 20%;
}
.menu-item a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: white;
	position: relative;
}
.menu-item a:before {
content:"";/*疑似要素の中身を指定*/
position:absolute;/*絶対位置指定*/
left:0%;/*横位置の指定*/
top:20%;/*縦位置の指定*/
background:#e6e6e6;/*線の色指定*/
width:1px;/*線の幅指定*/
height:50%;/*線の高さ指定*/
z-index: -1;
}
.menu-item:first-child a:before {
	background-color: transparent;
}
	.menu-item a img{
		width: 90%;
		margin: auto;
	}
	.menu-item a p{
		font-size: 0.7em;
		color: var(--text-color);
	}
	.menu-item a img:hover {
		opacity: 1;
}


/* heder プルダウンメニュー */
#header-nav {
  zoom: 1;
}
#header-nav:after {
  content: "";
  display: table;
  clear: both;
}
#header-nav > ul > li {
  width: 25%;
  text-align: center;
  float: left;
}
#header-nav li ul {
  width: 100%;
  color: white;
  text-align: left;
  position: absolute;
  left: 0;
  padding: 0 0 15px 0;
  background: rgba(0, 0, 0, 1);
	opacity: 1;
	z-index: 2;
}
#header-nav li ul div {
  max-width: 1200px;
	width: 100%;
  margin: 0 auto;
	display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
	justify-content: center;
}
#header-nav li ul div a {
	width: 16%;
	padding: 25px 0 5px 0;
	line-height: 1.2em;
}
#header-nav li ul div a:before {
background:transparent;/*線消す*/
}
#header-nav li ul img {
  float: left;
  margin-right: 20px;
}
.menu-item a.active {
	border-radius: 10px 10px 0px 0px;
	/*background: rgba(0, 0, 0, 1);*/
	opacity: 1;
}

.menu_sub {
  width: 100%;
	display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
justify-content:flex-end;
}

.menu_sub a {
  display:inline-block;
  width: 20%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
	padding: 10px 0;
  color: white;
	display: flex;
	align-items: start;
}
	
@media screen and (max-width:768px) {
#header-nav {
    width: 96%;
    margin: auto;
}
.menu-item {
    width: 20%;
}
.menu-item.sp {
    display: inline-block !important;
}
.menu-item a {
    padding: 3px;
    width: calc(100% - 10px);
}
.menu-item a img {
    width: auto;
    height: 30px;
		margin: 5px auto;
		
}
.menu-item p {
		font-size: 0.5em;
		color: var(--text-color);
		display: block;
	}
	.menu-item a:before {
z-index: 1;
}

	}


/* top カスタマイズ
 * --------------------------------------- */
#header {
    display: block;
    width: 100%;
	padding: 10px 0 0 0;
  	top: 0px;
  	z-index: 990;
	background-color: #fff;
	position: fixed;
}
.hed_main{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: auto;
    display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	flex-wrap:wrap;
}
#header h1 {
    z-index: 997;
	width: 20%;
}
#header h1 a {
	display: block;
	width: 98%;
	padding: 1%;
	margin: 10px 0 0 0;
}
#header h1 img{
    width: 80%;
    height: auto;
	margin: 5% auto;
}


@media screen and (max-width:768px) {
	#header {
	width: 100%;
	padding: 0px 0;
	position: static;
}
	.hed_main{
    margin: 0px auto;
	padding: 0px 0;
	background-color: #fff;
}
#header h1 {
	width: 100%;
	background-color: var(--link-color);
	border-radius:0 0 0 0;
	padding: 3px 0px;
}
#header h1 a {
	width: 36%;
	padding: 10px 2%;
	margin: 0 0 0 0;
}
#header h1 img {
    width: 98%;
    height: auto;
    margin: 1% 1%;
    }
}

#slide_menu {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9998;
}

#container {
    padding-bottom: 30px;
}
.content{
    display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
}
.content_box{
    width: 98%;
    margin: 10px 1%;
}

video{
    width: 100%;
    height: auto;
}

.content_btn{
    display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
}
.content_btn li{
    text-align: center;
    width: 48%;
    margin: 10px 1%;
    font-size: 1.1em;
}
.content_btn li a{
    color: #3b3b3b;
    display: block;
    padding: 8% 10%;
    border-radius: 10px;
    background-color: #fff;
}
.content_btn li a img{
    width: 30%;
    margin-top: -8%;
}

@media screen and (max-width:768px) {
    .content_box{
        width: 48%;
        margin: 10px 1%;
    }
    .content_btn li a img{
        width: 50%;
    }
}
.welcome{
	/* text-align: right; */
    text-align: center;
    margin: 2em 3%;
}
.welcome_btn{
    /*position: absolute;*/
    right:10%;
    width: 80%;
    line-height: 1.1em;
    margin: 0em auto 0 auto;
    clear: both;
    text-align: center;
    font-size: 0.9em;
}
.welcome_btn i{
    display: inline-block;
    font-size: 1.5em;
    width: 20px;
    vertical-align: middle;
    float: left;
    padding: 5px 0 0 5%;
}
.welcome_btn a{
    display: block;
    padding: 0.5em 5%;
    color: #459fed;
    width: 90%;
    border-radius: 9999px;
    border: 1px solid #459fed;
}
.welcome_btn a:hover{
    color: #fff;
    background-color:#459fed;
}
#roulette{
max-width: 500px;
margin: auto;
}
#roulette img{
    width: 100%;
    margin: auto;
}
/*
#roulette{
    display: block;
    position: relative;
    width: 230px;
    margin: 10px auto;
    overflow: hidden;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #ff7400;
}
#roulette a p{
    color: #333;
    width: 219px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    font-size: 0.7em;
    padding: 2%;
    border: 1px solid #c4c4c4;
}
#roulette a{
    display: block;
    padding: 20px 0px 50px 0px;
    color: #fff;
}
#roulette::before {
    left: -45px;
    width: 90px;
    height: 45px;
    padding-top: 23px;
}
#roulette::before {
    font-size: 0.9em;
    content: "NEW";
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    top: 0;
    color: #FFF;
    font-weight: bold;
    font-family: "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    line-height: 1;
    text-align: center;
    text-indent: -1px;
    background-color: #008e10;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/
.roulet_slide{
    font-weight: bold;
    font-size: 0.6em;
    line-height: 1.4em;
    background-color: rgba(255,255,0,0.7);
    padding: 1%;
    position: fixed;
    right: 0;
    bottom: calc(60vw / 5 * 3);
    width: 23%;
    height: auto;
    z-index: 98;
}
.roulet_slide img{
    width: 100%;
    height: auto;
    margin-top: 0.2em;
}
@media screen and (max-width:768px) {
    .roulet_slide{
        font-size: 0.7em;
        line-height: 1.4em;
        bottom: calc(45vw / 5 * 3);
        width: 10%;
    }
    .welcome {
        /* text-align: right; */
        text-align: center;
        margin-bottom: 30px;
    }
    .welcome_btn{
        width: 270px;
        line-height: 1.1em;
        margin: -1.8em 1% 0 0;
        float: right;
        text-align: center;
        font-size: 0.9em;
        right:1%;
    }
}
/*　TOP動画　*/
#chvid0 {
    width: 100%;
    height: auto;
}

preload {
}

poster {
    object-tit: cover;
}

#mainSite {
    display: none;
    position: relative;
    margin-bottom: 12%;
}

.top_center_menu {
    width: 100%;
    background-color: #f5deb3;
    padding: 3% 0 90px 0;
}

.top_center_menu ul {
    position: absolute;
    justify-content: center;
}

.top_center_menu ul li {
    display: inline-block;
    width: 18.5%;
    height: auto;
    margin: 0%;
    padding: 0%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.top_center_menu ul li span {
    color: #FFF;
    display: block;
    margin-top: -15px;
    text-align: center;
    font-size: 0.7em;
    /*text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0 -2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
	
	*/
}


/************TOPブランド**************/
.brand{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
	justify-content: start;
}
.brand_data {
    width: 48%;
    height:auto;
	margin: 0 auto;
}
.brand_data img{
	width: 100%;
    height:auto;
	margin: 2% auto;
}
.brand_box{
    width: 100%;
    height: auto;
	text-shadow: 0 0 16px rgba(0, 0, 0, 1);
	color: #fff;
	min-height: 320px;
	background-size: cover;
    background-position: 50%;
	margin: 0% 0% 2.5em 0%;
    position: relative;
}

.brand_name{
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	top：0;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	/*padding: 15% 3% 0% 3%;*/
	width: 94%;
}
.lineArrow {
  width: 90%;
  height: 36px;
  border-bottom: 2px solid #fff;
  border-right: 3px solid #fff;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -38px 0 0 -36px;
}
.brand_text{
	position: absolute;
	bottom: 2%;
	text-align: left;
  	width: 70%;
  	padding:3%;
	font-weight: 700;
	font-style: normal;
	font-size: 0.9em;
	background: linear-gradient(to right, rgba(0, 0, 0,0.6) 0%,rgba(0, 0, 0,0) 100%);
	max-height: 27em;
	overflow:hidden;
}

.brand_data ul.brand_ic{
	width: 100%;
	margin-bottom: -5px;
}
.brand_data ul.brand_ic li{
	width: 50px;
	height: auto;
	margin: auto;
	display: inline-block;
}
.brand_data ul.brand_ic li img{
	width: 100%;
	height: auto;
}
.brand_more{
	position: absolute;
	bottom:0.5em;
	right: 2%;
	font-size: 1.2em;
	line-height: 1em;
	color: #fff;
	text-align: center;
	display:inline-block;
}

.brand_more a{
	color: #fff;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
}
.brand_more img{
	width: 16px;
	height: auto;
	vertical-align: middle;
}


@media screen and (max-width:768px) {
	.brand_data {
		width: 100%;
		margin: 1% 0;
		height:auto;
		clear: both;
}
	.brand_data img{
	margin: 0 auto;
}
	.brand_box {
    margin: 0% 0% 1em 0%;
		min-height: 250px;
}
	.brand_name{
	font-size: 1.2em;
}
.brand_data ul.brand_ic{
	margin-bottom: -0.5em;
}

	/*
	.brand_data:nth-child(even) .brand_name{
	top：0;
	right: 0;
	text-align: right;
}
.brand_data:nth-child(even) .brand_text{
	right: 0;
	text-align: right;
	background: linear-gradient(to right, rgba(0, 0, 0,0) 0%,rgba(0, 0, 0,0.6) 100%);
}
.brand_data:nth-child(even) ul.brand_ic{
	width: 40%;
	margin: 0 3% 0 57%;
}
.brand_data:nth-child(even) a .brand_more{
	left: 2%;	
}
	*/
}
.top_center_menu ul li:nth-child(1) span {
    text-shadow: 1px 1px 0 #ffa700, -1px -1px 0 #ffa700,
        -1px 1px 0 #ffa700, 1px -1px 0 #ffa700,
        0px 1px 0 #ffa700, 0 -1px 0 #ffa700,
        -1px 0 0 #ffa700, 1px 0 0 #ffa700;
}

.top_center_menu ul li:nth-child(2) span {
    text-shadow: 1px 1px 0 #ff7498, -1px -1px 0 #ff7498,
        -1px 1px 0 #ff7498, 1px -1px 0 #ff7498,
        0px 1px 0 #ff7498, 0 -1px 0 #ff7498,
        -1px 0 0 #ff7498, 1px 0 0 #ff7498;
}

.top_center_menu ul li:nth-child(3) span {
    text-shadow: 1px 1px 0 #77c6ff, -1px -1px 0 #77c6ff,
        -1px 1px 0 #77c6ff, 1px -1px 0 #77c6ff,
        0px 1px 0 #77c6ff, 0 -1px 0 #77c6ff,
        -1px 0 0 #77c6ff, 1px 0 0 #77c6ff;
}

.top_center_menu ul li:nth-child(4) span {
    text-shadow: 1px 1px 0 #0ddb73, -1px -1px 0 #0ddb73,
        -1px 1px 0 #0ddb73, 1px -1px 0 #0ddb73,
        0px 1px 0 #0ddb73, 0 -1px 0 #0ddb73,
        -1px 0 0 #0ddb73, 1px 0 0 #0ddb73;
}

.top_center_menu ul li:nth-child(5) span {
    text-shadow: 1px 1px 0 #9c6cd0, -1px -1px 0 #9c6cd0,
        -1px 1px 0 #9c6cd0, 1px -1px 0 #9c6cd0,
        0px 1px 0 #9c6cd0, 0 -1px 0 #9c6cd0,
        -1px 0 0 #9c6cd0, 1px 0 0 #9c6cd0;
}

.top_center_menu ul li img {
    width: 100%;
    height: auto;
}

.top_center_menu ul li img.menu_move {
    transform: translateX(0px) translateY(-130px) scale(4);
}

.top_center_menu ul li:nth-child(1) img.menu_move {
    transform: translateX(150px) translateY(-130px) scale(4);
}

.top_center_menu ul li:nth-child(2) img.menu_move {
    transform: translateX(70px) translateY(-130px) scale(4);
}

.top_center_menu ul li:nth-child(4) img.menu_move {
    transform: translateX(-70px) translateY(-130px) scale(4);
}

.top_center_menu ul li:nth-child(5) img.menu_move {
    transform: translateX(-150px) translateY(-130px) scale(4);
}

.top_center_menu ul li a {
    display: block;
    height: 100%;
}

/****各店動画*****/
.tab{
    color: #fff;
    text-align: center;
    background-color: #231815;
    /* width: 15%; */
    display: inline-block;
    height: 16px;
    padding: 2% 5%;
    border-radius: 5px 5px 0 0 ;
}
#shop_movie_tab {
    padding: 10px 0 15px 0;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 0.9em;
    width:100%;
    margin:5% auto;
    background-color: #ffd96a;
}
#shop_movie_tab .main {
    position: relative;
}
/*
#shop_movie_tab ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:stretch;
}
*/
.panels > .panel {
    display: none;
}
.panels > .panel.active {
    display: block;
}

/*
.movie_ch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
*/

.shop_mtab {
    width: 92%;
    height: auto;
    /*
    align-items: center;
    position: relative;*/
    margin: 3% 0;
    padding: 3% 4%;
    /* border-bottom: 1px solid #eaeaea; */
}
/*
.shop_mtab:nth-child(even) {
    border-left: 0px solid #eaeaea;
}
.shop_mtab:last-child{
    border-bottom: 0px solid #eaeaea;
}
*/

.shop_mtab p{
    padding-bottom: 3%;
    line-height: 1.3em;
    font-weight: normal;
}
.shop_mtab_box{
    width: 98%;
    height: calc(96vw / 5 * 3);
    align-items: center;
    position: relative;
    margin: 0 1% 3% 1%;
    padding: calc(135vw / 5 * 3) 0% 0 0%;
}

.shop_slide .slide_bg img{
position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.shop_mtab_box video{
    width: 98%;
    height: auto;
    margin: 0 1%;
}
.shop_mtab_box p span{
    font-size: 1.3em;
    line-height: 1.2em;
    height: auto;
    /* padding-bottom: 3%; */
    display: block;
    text-align: center;
    color: #000;
    font-weight:bold;
}
.shop_mtab_box p{
    padding: 3%;
    /*margin-top: 1%; */
    line-height: 1.5em;
    font-weight: normal;
}
.shop_mtab_sub{
position: absolute;
bottom: 0;
}
.shop_mtab_text{
    width: 82%;
    /*height: calc(15vw*640/480); 動画有*/
    height: calc(23vw*640/480);
    margin: 5%;
    padding: 5% 2% 5% 5%;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: normal;
    color: #222;
}

.shop_mtab_text img{
    width: 100%;
    height: auto;
}

.shop_mtab img {
    display: block;
    width: 100%;
    margin: 0;
    opacity: 1;
}
.shop_mtab_box:hover img ,.shop_mtab_box:hover p {
    opacity: 0.5;
}
.shop_mtab_btn{
    text-align: center;
    width: 96%;
    margin: 3% 2%;
    font-size: 0.8em;
    clear: both;
}
.shop_mtab_btn a{
    display: block;
    color: #fff;
    background-color: #231815;
    padding: 3%;
    border-radius: 5px;
}

.rcm-overlay,.rcm-contents {
    display: none;
}

.prev-arrow{
    position: absolute;
    top:42%;
    left: -10px;
    width: 50px;
    height: auto;
    z-index: 3;
}
.next-arrow{
    position: absolute;
    top:42%;
    right: -10px;
    width: 50px;
    height: auto;
    z-index: 3;
}
.prev-arrow img,.prev-arrow img{
width: 100%;
height: auto;
}
@media screen and (max-width:768px) {
    #shop_movie_tab .slick-slider{
        max-width:1200px;
        margin:0 auto;
    }
    #shop_movie_tab {
        padding: 20px 0 40px 0;
        margin: 50px 0;
    }
    #shop_movie_tab ul {
        margin-top: 0%;
    }
    .shop_mtab:last-child {
        padding: 3% 2% 3% 2%;
    }
    .shop_mtab_box{
    height: auto;
        padding: calc(114vw / 5 * 3) 0% 0 0%;
        margin: 0 1% 3% 1%;
    }
    .shop_mtab_text {
        width: 86%;
        /*height: 80px;動画有*/
        height: calc(29vw / 5 * 3);
        margin:4%;
        padding: 3%;
    }
.rcm-overlay {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.shop_mtab_box:hover .rcm-overlay {
    opacity: 1;
}
.rcm-contents {
    display: block;
    color: #fff;
    background-color: #231815;
    opacity : 0.6;
    transform : translate(0, 0);
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.rcm-contents a {
    text-align:center;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 0;
    width: 100%;
    height: 60px;
}
.rcm-contents a i {
    font-size: 2em;
    margin-bottom: 0.5%;
}
.shop_mtab_box:hover .rcm-contents {
    color: #fff;
    opacity : 1;
    transition : all 300ms;
}

}

ul.movie_ch > li a {
    color: #fff;
    display: block;
    width: 100%;
}

.shop_mtab_box a {
    color: #fff;
	vertical-align: bottom;
}

ul.movie_ch > .shop_mtab.active {
    background-color: rgba(255, 0, 0, 0.8);
}

.shop_movie_Box {
    padding: 15px 0px 0 0px;
    width: 100%;
    height: auto;
}

.shop_movie_Box iframe {
    width: 100%;
    height: auto;
}


/* 閉じるアイコン（右上） */
.icon-close {
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    left: 0;
}

/* 閉じるボタン */
.btn-close {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
}

/* 開くボタン */
.btn-open {
    cursor: pointer;
    margin: 10px auto 0 auto;
    width: 100%;
    text-align: center;
}

.btn-open img {
    width: 100%;
    height: auto;
}

footer {
    /*padding: 3% 0 calc(30vw/5*3) 0;*/
    padding: 3% 0;
    clear: both;
    margin-top: -1px;
}

address {
    font-size: 0.7em;
    text-align: center;
    color: #fff;
}



/*フッターメニュー*/
#futmenu{
    /*background: url(../img/index/event_bg.jpg) top left repeat;*/
	background-color: var(--link-color);
    text-align: left;
}
#futmenu .main{
    padding: 8% 0% 3% 0%;
    max-width: 960px;
    margin: auto;
}
#futmenu p{
    width: 30%;
    margin: auto;
}
#futmenu p a{
    color: #fff;
}
#futmenu p img{
    width: 100%;
    height: auto;
}
#futmenu h4{
    color: #fff;
    font-weight: bold;
    margin: 2% 0;
    padding: 1% 2%;
    text-align: center;
    width: 96%;
}

.footer_list{
    width: 100%;
    margin: 3% 0;
    display: inline-flex;
  display: -webkit-inline-flex;
  flex-wrap: wrap;
}
.footer_list_brand {
    font-size: 1.1em;
    width: 25%;
}
.footer_list_brand p{
	width: 100% !important;
    font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	color:#fff;
}
.footer_list_brand ul li a{
    display:block;
    color:#fff;
	padding: 1% 2% 1% 2%;
 }
.footer_list_brand_shop{
	padding: 1% 2% 1.5em 2%;
 }
.footer_list_brand li .fas {
    margin-right: 5px;
}
 .footer_menu {
    width: 60%;
    margin: 0 auto;
    padding: 15px 0;
    clear: both;
}
.footer_menu ul li {
    width: 48.4%;
    margin: 0 0.4%;
    display: inline-block;
    vertical-align: top;
}

.footer_menu ul li a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
}
.footer_menu ul li a img {
    width: 100%;
    height: auto;
}
.footer_menu ul li a:hover {
    opacity: 0.5;
}


@media screen and (max-width:768px) {
    #futmenu p {
        width: 60%;
        height: auto;
    }
	.footer_list_brand {
    font-size: 1em;
    width: 100%;
}
	.footer_list_brand ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    margin: 10px auto 30px auto;
    border-top:1px solid #fff;
    justify-content: start;
}
	.footer_list_brand p{
	width: 100%;
	text-align: center;
		font-size: 1em;
		margin-top: 3em;
}
.footer_list_brand ul li{
    width:50%;
   list-style-type:none;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
   box-sizing: border-box;
   text-align: left;
	font-size: 0.8em;
	display: flex;
	align-items: center;
}
	.footer_list_brand ul li:first-child{
	border-top:none;
}
	.footer_list_brand ul li:nth-child(2){
	border-top:none;
}
	.footer_list_brand ul li:nth-child(even){
	border-right:none;
}

 .footer_list_brand ul li a{
    padding:16px 0px 16px 10px;
	 width: calc(100% - 11px);
 }
	.footer_list_brand_shop {
    padding: 0;
}
	
 .footer_menu {
    width: 98%;
 }	
	
  .footer_menu {
	 display: flex;
	  justify-content: space-around;
 }
	
 .footer_menu ul li {
    width: 48%;
}

}


/*****矢印アイコン******/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow1::before{
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/***topへ戻るボタン****/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0px;
    bottom: calc(5vw / 5 * 3);
    background: #333;
    opacity: 0.6;
    z-index: 2;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_pickup{
    width: 120px;
    height: 120px;
    position: fixed;
    right: 0px;
    top: calc(50vw / 5 * 3);
    z-index: 991;
}
#page_pickup a{
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    text-decoration: none;
}
#page_pickup  img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
    #page_pickup{
        top: calc(200vw / 5 * 3);
    }
}

/* -------------------------------------------------
pager
--------------------------------------------------- */
.page_list_box {
    clear:both;
    text-align:center;
    margin-top: 20px;
    width: 100%;
    height:auto;
}

.pager_area{
    display:block;
    clear:both;
    margin:10px auto;
}

.half {
    clear: both;
    width: 100%;
    margin-top: 5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.half li {
    width: 49%;
    margin: 0 0.5%;
    float: left;
}

.half li img {
    width: 100%;
    height: auto;
}

.top_history {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3% 2% 5% 2%;
    margin: 3% 0;
    color: #FFF;
}

.top_history h4 {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 4em;
    font-family: 'Anton', sans-serif;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

@media screen and (max-width:768px) {
    .main {
        max-width: 100%;
        margin: 0px auto 10px auto;
    }

    .half {
        margin-top: 2%;
    }

    /*top メニュー*/
    .top_center_menu {
        float: right;
        width: 380px;
        padding: 0;
        background-color: transparent;
    }

    .top_center_menu ul {
        position: static;
        padding: 0%;
        margin-bottom: 0px;
    }

    .top_center_menu ul li {
        display: inline-block;
        width: 66px;
        height: auto;
        margin: 0% 1% 0 0;
        padding: 0%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
    }

    .top_center_menu ul li span {
        color: #FFF;
        display: block;
        margin-top: -15px;
        text-align: center;
        font-size: 1em;
    }
    .top_center_menu ul li img.menu_move {
        transform: translateX(0px) translateY(130px) scale(4);
    }

    .top_center_menu ul li:nth-child(1) img.menu_move {
        transform: translateX(150px) translateY(130px) scale(4);
    }

    .top_center_menu ul li:nth-child(2) img.menu_move {
        transform: translateX(70px) translateY(130px) scale(4);
    }

    .top_center_menu ul li:nth-child(4) img.menu_move {
        transform: translateX(-70px) translateY(130px) scale(4);
    }

    .top_center_menu ul li:nth-child(5) img.menu_move {
        transform: translateX(-150px) translateY(130px) scale(4);
    }

    .shop_mtab {
        /*width: 24%;*/
        width: calc(44% - 4px);
        height: auto;
        margin: 1%;
        padding: 2%;
        /*border-bottom: 1px solid #eaeaea; */
    }
        /*
    .shop_mtab:nth-child(even) {
        border-left: 1px solid #eaeaea;
    }
    .shop_mtab:nth-last-child(2),.shop_mtab:last-child{
        border-bottom: 0px solid #eaeaea;
    }
        */
    .shop_mtab_box p span{
        height: 3em;
    }
    .prev-arrow{
        top:40%;
        left: -40px;
        width: 30px;
    }
    .next-arrow{
        top:40%;
        right: -40px;
        width: 30px;
    }

}

/*form*/
/*
.search_btn{
    width: 100%;
    display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
margin-bottom: 20px;
}
.search_btn li {
    width: calc(100% / 3);
    text-align: center;
    font-size: 1.1em;
}
.search_btn li:last-child {
}
.search_btn li a{
    display: block;
    border: 2px solid #ff8ca6;
    margin: 10px 1%;
    border-radius: 30px;
    padding: 5% 10%;
    background-color: #fff;
}
.search_btn li a img{
    width: 30%;
}
*/

/*各地域出勤ボタン*/
.search_btn{
    width: 96%;
    display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
margin: 0px 2%;
}
.search_btn li {
    width: calc(100% / 3);
    text-align: center;
}

.search_btn li a{
    display: block;
    margin: 10px 2%;
    border-radius: 10px;
    padding: 5% 10%;
	color:#fff;
	background: linear-gradient(to bottom, #ec9cb3, #e16c8e);
}
.search_container{
    width: 60%;
    position: relative;
    border: 2px solid #ff8ca6;
    padding: 10px 10px;
    border-radius: 30px;
    overflow: hidden;
    margin: 1% 20% 5% 20%;
    justify-content:stretch;
    height: 2em;
    background-color: #fff;
  }
  .search_container input[type="text"]{
    border: none;
    height: 2.0em;
  }
  .search_container input[type="text"]:focus {
    outline: 0;
  }
  .search_container input[type="submit"]{
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #ff8ca6;
    position: absolute;
    width: 2.5em;
    right: 0;
    top: -10px;
    outline : none;
  }

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 2%;
    appearance: none;
    color: #ff8ca6;
    float: right;
    margin-top: -0.2em;
}

.cast_search{
    display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
}
.cast_search li{
    width: 48%;
    height: auto;
    margin: 0 1%;
}

@media screen and (max-width:768px) {
    /*.search_btn li {
        width: calc(100% / 2);
    }
    .search_btn li:last-child {
        width: 100%;
    }
    .search_btn li a img{
        width: 50%;
    }
    .search_btn li:last-child a img{
        width: 30%;
    }
	*/
	
    .search_container{
        width: 90%;
        padding: 10px 10px;
    border-radius: 40px;
    overflow: hidden;
    margin: 1% auto 5% auto;
    justify-content:stretch;
      }
      .cast_search li{
        width: 96%;
        height: auto;
        margin: 0 2%;
    }
}

.anim-box {
  animation: fadeIn 4.0s cubic-bezier(0.93, 1, 0.18, 1) 1 forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
	transform: scale(0.9);

  }
  100% {
    opacity: 1;
	transform: scale(1);
  }
}




#lean_overlay{
  position: fixed;
  z-index:999; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.modal_close{ 
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  z-index: 2;
  color: #666666;
}

#modal_form{
  	background: none repeat scroll 0 0 #FFFFFF;
  	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  	display: none;
  	padding: 2% !important;
  	width: 92%;
	margin: 1% auto !important;
  	background-repeat:repeat;
  	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
  	position: fixed;
	top: 0px !important;
	left: 1% !important;
	right: 1% !important;
	max-width: 1000px;
	overflow: auto;
	/*max-height: 80%;*/
}
#form_box{
    padding-bottom: 1em;
}

label {
    margin-right: 5px;
}
label input {
    display: none;
}
.search_left{
	width: 50%;
	float: left;
}
.search_li,.checkbox{
	display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:wrap;
margin-bottom: 1%;
clear: both;
}
.search_li p,.checkbox p{
	font-weight: bold;
	width: 100%;
    text-align: left;
}
.search_li li {
	margin: 1% 0 2% 0;
	text-align: left;
}
.search_li li label span {
    color: #333; 
    border-radius: 5px; 
    padding: 5px 20px; 
	background-color: #f3f3f3;
	margin: 1% 0;
}
.search_li li label input:checked + span {
    color: #FFF; 
    background: #FBB; 
    border: 1px solid #FBB; 
}

.search_li li input[type="number"] {
    /*width:40%;*/
	padding: 0.3em;
}

/*  CHECKBOX */
.label_list_item {
            display:inline-block;
            vertical-align:top;
            text-align: left;
            width: 19%;
        }
    .label_list_item label {
        position: relative;
        display: block;
        word-break: break-all;
    }
    .label_list_item label input[type="checkbox"] + span,
    .label_list_item label input[type="radio"] + span {
        position: relative;
        padding: 3px 10px 15px 24px;
    }
    /*  CHECKBOX */
    .checkbox label span {
        display: inline-block;
    }
    .checkbox label input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .checkbox label input[type="checkbox"] + span::before, .checkbox label input[type="checkbox"] + span::after {
        position: absolute;
        top: 3px;
        left: 0;
        display: inline-block;
        content: '';
        box-sizing: border-box;
        color:#fb75a1;
    }
    .checkbox label input[type="checkbox"] + span::before {
        z-index: 0;
        background-color: transparent;
        width: 20px;
        height: 20px;
        border: 1px #3e5569 solid;
        border-radius: 5px;
    }
    .checkbox label input[type="checkbox"] + span::after {
        z-index: 1;
        margin: 5px 8px;
        width: 6px;
        height: 8px;
    }
    .checkbox label input[type="checkbox"]:checked + span::before {
        background-color: #fb75a1;
        border: 1px #fb75a1 solid;
    }
    .checkbox label input[type="checkbox"]:checked + span::after {
        border: 1px solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .checkbox label input[type="checkbox"]:checked + span{
        color: #fb75a1;
    }

.btn {
  display       : inline-block;
  border-radius : 5px;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 12px;
  background    : #fb75a1;
  color         : #ffffff;
  border: 1px solid #fb75a1;
  margin-left: 10px;
}
.btn_close {
    display       : inline-block;
    border-radius : 5px;
    text-align    : center;
    cursor        : pointer;
    padding       : 12px 12px;
    background    : #fff;
    color         : #787878;
    border: 1px solid #787878;
    margin-left: 10px;
  }

@media screen and (max-width:768px) {
	#modal_form{
	padding: 5%;
	width: 88%;
	max-height: 80%;
	font-size: 0.8em;
    }
    .label_list_item {
        width: 32%;
    }
    #form_box{
        padding-bottom: 4em;
    }
    .search_left{
        width: 100%;
        clear: both;
    }
}
