@charset "utf-8";
/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
	border: 0;
	margin: 0;
	padding: 0;
	color:#000;
	font-size:14px;
	letter-spacing:0px;
  font-feature-settings : "palt";
  -webkit-text-size-adjust: 100%;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFF;
}

h1, h2, h3, h4, h5,h6{
  font-weight: normal;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

html,body {
	line-height: 1;
	width: 100%;
	height: 100%;
	position: relative;
	min-width: 1280px;
  background: #e53030; 
}
ol, ul {
	list-style: none;
}
a{
	outline:none;
	text-decoration:none;
	/*cursor: pointer;*/
	}
a img {
	border: none;
	border-style:none;
}

img{
  width: 100%;
  height: auto;
 }
 img:not(nav>ul>li>a>img){
  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-touch-callout:none;
  /*pointer-events: none;*/
}
li{
	list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.bxslider li {
display: none;
}
.bx-viewport .bxslider li {
display: block !important;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   OPENNING   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


article#mv h1 figure.logobase{
  opacity: 0;
  transition: all ease 1.2s;
}
article#mv h1 figure.logobase.ignition{
  opacity: 1;
}
article#mv h1 figure.logoline01{
  opacity: 0;
  transform: scaleY(0);
  transition: all ease 0.5s;
}
article#mv h1 figure.logoline01.ignition{
  opacity: 1;
  transform: scaleY(1);
}
article#mv h1 figure.logoline02{
  opacity: 0;
  transform: scaleY(0);
  transition: all ease 0.5s;
}
article#mv h1 figure.logoline02.ignition{
  opacity: 1;
  transform: scaleY(1);
}
article#mv h1 figure.logoline03{
  opacity: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
}
article#mv h1 figure.logoline03.ignition{
  opacity: 1;
  transform: scaleX(1);
}
article#mv h2.fade{
  opacity: 0;
  transition: all ease 1s;
}
article#mv h2.fade.ignition{
  opacity: 1;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   HEADER   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

header{
  width: 100%;
  height: 165px;
  background: url(../images/nav_bg.jpg) no-repeat center;
  background-size: cover;

}

header#top{
  position: fixed;
  top: -165px;
  left: 0;
  z-index: 9999;
  transition: all ease 0.2s; 
}

header#top.action{
  top: 0;
}


header .wrap{
  width: 1100px;
  margin: 0 auto;
}

header .wrap h1{
  width: 110px;
  float: left;
  padding: 20px 70px 20px 0;
}

header .wrap nav{
  width: 920px;
  float: left;
}
header .wrap nav ul{
  float: left;
  padding-right: 10px
}

header .wrap nav ul li{
  float: left;
  padding: 65px 40px 0 0;
}
header .wrap nav ul li:nth-child(1){width:86px;}
header .wrap nav ul li:nth-child(2){width:106px;}
header .wrap nav ul li:nth-child(3){width:96px;}
header .wrap nav ul li:nth-child(4){width:104px;}
header .wrap nav ul li:nth-child(5){width:61px;}
header .wrap nav ul li:nth-child(6){width:79px;}

header .wrap nav ul li a,
header .wrap nav figure a{
  transition: all ease 0.2s;
}
header .wrap nav ul li a.on,
header .wrap nav ul li a:hover,
header .wrap nav figure a:hover{
  opacity: 0.5;
}


header .wrap nav figure{
  width:120px;
  float: left;
  padding-top: 62px;
}

header .wrap nav figure a{
  width: 30px;
  display: block;
  float: left;
  padding-right:15px;
}

header .wrap nav figure a:last-child{
  padding-right: 0px;
}

#raw_head,
.close{
  display: none;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　COMMON   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.load{
  transition: all 1s ease;
  opacity: 0;
}
.fadein{
  opacity: 1.0;
}

.wrap{
  width: 1100px;
  margin: 0 auto;
}

.pan{
  width: 100%;
  background:#c42020;
  margin-top:8px;
}

.pan ul{
  width: 1100px;
  margin: 0 auto;
}
.pan ul li{
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
}
.pan ul li a{
  font-size: 12px;
  background: url(../images/pan_icon.png) no-repeat right center;
  background-size: 6px;
  padding-right: 20px;
  margin-right: 10px;
  color: #ef9e9e;
}

aside figure{
  position: fixed;
  top: 65%;
  width: 14px;
  height: 215px;
  margin-top: -107.5px;
}

aside figure.left{
  left: 15px;
}

aside figure.right{
  right: 15px;
}

.sp_br{
  display: none;
}


footer{
  background: #e53030;
  position: relative;
}

footer .copy{
  text-align:center;
  color: #FFF;
  line-height:20px;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
footer .copy a{
  display: block;
  background: #FFF;
  color: #e53030;
  border-radius:30px;
  width:200px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  margin-bottom: 30px;
}

footer .pagetop{
  width: 46px;
  position: fixed;
  right: 50px;
  bottom: 30px; 
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   TOP   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



article#mv{
  width: 100%;
  background: url(../images/mv_bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

article#mv .wrap{
  width: 467px;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -235.5px;
  z-index: 90;
}

article#mv figure.main{
  padding-top: 380px;
}

article#mv .btn{
  width: 49px;
  position: absolute;
  top: 60px;
  right: 60px;
  /*cursor: pointer;*/
  display: block;
}


#topics{
  width: 1100px;
  margin: -70px auto 0;
  position: relative;
  z-index: 888;
}


#topics dt{
  width: 197px;
  height: 42px;
}
#topics dd{
  width: 600px;
  height: 50px;
  background: #FFF;
}

#topics .bx-viewport li { min-height: 1px; min-width: 1px; }
#topics .bx-clone {display: none;}

#topics dd .bx-viewport{
  height: 50px !important
}

#topics dd ul li{
  width: 800px !important;
  line-height: 50px;
  text-indent:20px;
  letter-spacing: 0.1em
}

#topics dd ul li,
#topics dd ul li a{
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #000;
}
#topics .bx-clone{
  display: none;
}



article#mv h1{
  width: 222px;
  margin:0 auto 100px;
  position: relative;
}

article#mv h2{
  width: 127px;
  position: absolute;
  top: 60px;
  left: 60px;
}

article#mv h1 figure.logobase{
  width: 210px;
  margin-left:0;
  position: relative;
  opacity: 0;
}

article#mv h1 figure.logoline01{
  width: 3px;
  height: 240px;
  position: absolute;
  top: -6px;
  right:10px;
}

article#mv h1 figure.logoline02{
  width: 3px;
  height: 356px;
  position: absolute;
  top: 175px;
  left: 100px;
}
article#mv h1 figure.logoline03{
  width: 222px;
  position: absolute;
  top: 210px;
  left: 0px;
}

section .wrap{
  width: 1100px;
  margin:0 auto;
  padding: 100px 0;
}

section.top_interview .wrap{
  background: url(../images/top_interview.png) no-repeat right top;
  background-size: 380px;
}

section.top_interview h3{
  width: 780px;
  padding-bottom: 30px;
}
section.top_interview p{
  width: 675px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 34px;
}
section.top_interview p.btm60{
  padding-bottom:60px;

}

.interview_btn{
  width: 150px;
  padding: 15px 35px;
  display: block;
  background: #fc5b5b;
  border-radius: 30px;
  transition: all 0.2s ease;
} 

a.interview_btn:hover{
  background: #ff8383;
}

.top_twitter h3{
  width: 350px;
  margin: 0 auto 50px;
}



#box {
  position: relative;
  max-width: 1140px;
  margin: 0 auto 100px;   /*全体の中央寄せ*/
}
.grid {
  width: 100%;
  margin: 0 auto;   /*中央寄せ*/
  position: relative;
}
.grid-item{
  margin: 15px;
  width: 252px;
  background: #FFF;
  overflow: hidden;
  border-radius: 5px;
}

.grid-item dl{
  padding: 20px;
}

.grid-item dl dt,
.grid-item dl dd{
  color: #000;
  line-height: 22px;
}
.grid-item dl dt{
  padding-bottom: 15px;
  color: #3d0303;
}
.grid-item dl dt img.profile{
  width: 34px;
  float: left;
  margin-right:15px;
  border-radius:2px;
}


.grid-item dl dd{
  font-size: 11px;
  color: #c09f9f;
}


/*2022.02.09 期間限定での通信販売実施のお知らせ*/

.goods_info {
    background: #fff;
    width: 1100px;
    margin: 30px auto;
    padding: 30px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px

}

.goods_info h4{
	color:#000;
	font-size: 18px;
    margin-bottom: 30px;
}
.goods_info p{
	color:#000;
	font-size: 16px;
    line-height: 1.8;
	margin-bottom: 30px;
}
.goods_info a{
	display: block;
    background: #e53030;
    padding: 15px;
    margin: auto;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
    border-radius: 2px;
    width: 150px;
}

.goods_info a:hover{
	background-color:#b21b1b;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   CONCEPT   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#concept_mv{
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  background: url(../images/concept_mv_pc.jpg) no-repeat center;
  background-size:100%; 
}

#concept_con{
  width: 1260px;
  margin: 0 auto;
  position: relative;
}


#concept_con .wrap{
  width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
}

#concept_con .wrap h2{
  width: 350px;
  margin: 0 auto 50px;
}

#concept_con dl dt{
  width: 146px;
  float: right;
  opacity: 0.9;
}

#concept_con dl dd{
  width: 880px;
  float: left;
}
#concept_con dl dd p{
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: justify;
  opacity: 0.9;
}

#concept_con dl dd h4{
  padding-top: 50px;
  font-size: 20px;
  opacity: 0.9;
}

#concept_con dl dd h4::before{
  content: '';
  width:50px;
  height: 1px;
  background:rgba(255,255,255,0.9);
  display: block;
  margin-bottom: 50px;

}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   EXHIBITION   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



#exhibition_con{
  width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
}

#exhibition_con .wrap{
  padding-top: 0;
}

#exhibition_con .wrap h2{
  width: 350px;
  margin: 0 auto 80px;
}

#exhibition_con .wrap h3{
  width: 870px;
  margin: 0 auto 120px;
}

#exhibition_con .wrap ul li{
  width: 328px;
  height: 250px;
  float: left;
  margin-right: 50px;
  margin-bottom: 80px;
  position: relative;
  border: 2px solid #FFF;
}

#exhibition_con .wrap ul li:nth-child(3n){
  margin-right:0;
}

#exhibition_con .wrap ul li a{
  display: block;
  height: 250px;
  background: transparent;
  transition: all 0.2s ease;
}

#exhibition_con .wrap ul li a h4{
  position: relative;
  z-index: 50;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  padding-top: 80px;
  letter-spacing: 0.1em
}
#exhibition_con .wrap ul li:nth-child(6) h4{
  padding-top: 100px;

}

#exhibition_con .wrap ul li a::before{
  content: '';
  width:100%;
  height:100%;
  background:#e53030;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease 0.2s;
}

#exhibition_con .wrap ul li a:hover::before,
#exhibition_con .wrap ul li a.on::before{
  opacity: 0
}


#exhibition_con .wrap ul li:nth-child(1) a{
  background: url(../images/exhibition_bg01.jpg) no-repeat;
  background-size: cover;
}

#exhibition_con .wrap ul li.comming{
  background: url(../images/exhibition_commingsoon2.jpg) no-repeat;
  background-size: cover;
}


#exhibition_con .wrap ul li:nth-child(2) a{
  background: url(../images/exhibition_bg02.jpg) no-repeat;
  background-size: cover;
}
#exhibition_con .wrap ul li:nth-child(3) a{
  background: url(../images/exhibition_bg03.jpg) no-repeat;
  background-size: cover;
}
#exhibition_con .wrap ul li:nth-child(4) a{
  background: url(../images/exhibition_bg04.jpg) no-repeat;
  background-size: cover;
}
#exhibition_con .wrap ul li:nth-child(5) a{
  background: url(../images/exhibition_bg05.jpg) no-repeat;
  background-size: cover;
}
#exhibition_con .wrap ul li:nth-child(6) a{
  background: url(../images/exhibition_bg06.jpg) no-repeat;
  background-size: cover;
}


#exhibition_con .wrap ul li .icon{
  width: 84px;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -42px;
}

#exhibition_con .wrap ul li .arrow{
  width: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
}

#exhibition_con .wrap p{
  text-align: center;
  font-size: 20px;
  line-height:40px;
  letter-spacing: 0.05em
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   EXHIBITION詳細   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.exhibition_mv {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.exhibition_mv #image-bloc {
  height: 625px;
  background: #000;
}

.exhibition_mv figure{
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
 
.exhibition_mv .bx-viewport {
  overflow: visible!important;
  width: 1000px!important;
}
 
.exhibition_mv .slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.slider li {
  width: 1000px!important;
  height: 625px;
  margin: 0;
  padding: 0;
  opacity: 0.8;
}


.bx-prev{
  width: 35px;
  height: 38px;
  background: url(../images/slider_prev.svg) no-repeat;
  background-size: 35px;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -60px;
  text-indent: -9999px;
}

.bx-next{
  width: 35px;
  height: 38px;
  background: url(../images/slider_next.svg) no-repeat;
  background-size: 35px; 
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -60px; 
  text-indent: -9999px;
}

#exhibition_con dl.title{
  padding-bottom: 80px;
}


#exhibition_con dl.title dt{
  width: 100px;
  margin: 0 auto 40px;
  font-size: 18px;
  text-align: center;
  border-bottom:1px solid #FFF;
  padding-bottom: 20px;
  letter-spacing: 0.2em
}
#exhibition_con dl.title dd{
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
#exhibition_con dl.title dd span.cap01{
  position: absolute;
  top: -15px;
  left: 50%;
  font-size: 10px;
  margin-left: -148px;
}
#exhibition_con dl.title dd span.cap02{
  position: absolute;
  top: -15px;
  left: 50%;
  font-size: 10px;
  margin-left: -102px;
}

article.chapter{
  padding-bottom: 100px;
}

article.chapter h4{
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 28px;
  line-height: 40px;
  padding: 20px 0;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  opacity: 0.9;
  position: relative;
}
article.chapter h4 strong{
  font-size: 40px;
  line-height: 40px;
  padding: 0 30px;
  opacity: 0.9;
}

article.chapter h4 span{
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 14px;
  letter-spacing:0.1em;
}

article.chapter dl{
  position: relative;
}

article.chapter dl dd p{
  background: none;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 30px !important;
  color: #FFF;
  opacity: 0.5;
}

article.chapter01_01 dl dt,
article.chapter02_01 dl dt,
article.chapter03_01 dl dt,
article.chapter04_01 dl dt,
article.chapter05_01 dl dt,
article.chapter06_01 dl dt{
  width: 700px;
  text-align: justify;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.05em;
  padding:0 30px;
  opacity: 0.9;
  float: left;
  padding-bottom: 50px;
  z-index: 2;
  position: relative;
}

article.chapter01_02 dl dt,
article.chapter02_02 dl dt,
article.chapter04_02 dl dt,
article.chapter05_02 dl dt,
article.chapter06_02 dl dt{
  width: 700px;
  text-align: justify;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.05em;
  opacity: 0.9;
  float: right;
  padding-bottom: 50px;
}
article.chapter03_02 dl dt{
  width: 100%;
  float: left;
  text-align: justify;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.05em;
  opacity: 0.9;
  padding-bottom: 50px;
}
article.chapter04_02 dl dt{
  padding-bottom: 150px;
}
article.chapter05_02 dl dt{
  padding-bottom: 95px;
}

article.chapter dl dd{
  position: absolute;
}
article.chapter01_01 dl dd{
  width: 280px;
  top: -185px;
  right: 0;
  z-index: 1;
}
article.chapter01_02 dl dd{
  width: 500px;
  bottom: -2px;
  left: 0;
  z-index: -1;
}
article.chapter02_01 dl dd{
  width: 320px;
  top: -85px;
  right: 5px;
  z-index: 1;
}
article.chapter02_02 dl dd{
  width: 277px;
  bottom: -2px;
  left: 60px;
  z-index:1;
}
article.chapter03_01 dl dd{
  width: 440px;
  bottom: -2px;
  right: -20px;
  z-index: 1;
}
article.chapter04_01 dl dd{
  width: 260px;
  top: -120px;
  right: 50px;
  z-index: 1;
}




article.chapter04_02 dl dd{
  width: 260px;
  bottom: -2px;
  left: 70px;
  z-index:1;
}
article.chapter05_01 dl dd{
  width: 390px;
  bottom:-2px;
  right: 0px;
  z-index: 1;
}
article.chapter05_02 dl dd{
  width: 375px;
  bottom: -2px;
  left: 30px;
  z-index:1;
}
article.chapter06_01 dl dd{
  width: 360px;
  top:0px;
  right: -5px;
  z-index: 1;
}
article.chapter06_02 dl dd{
  width: 270px;
  bottom: -2px;
  left: 55px;
  z-index:-1;
}

article.chapter p,
article.chapter p span{
  width: 100%;
  background: #FFF;
  color: #e53030;
  line-height: 50px;
  font-size: 18px !important;
  padding: 15px 0;
  margin-bottom: 80px;
}
article.chapter h5{
  width: 420px;
  margin: 0 auto 50px;
}


#exhibition_con .wrap ul.popup li{
  width: 250px;
  height: 250px;
  float: left;
  margin-right: 20px;
  margin-bottom: 80px;
  position: relative;
  border: 2px solid #FFF;
}

#exhibition_con .wrap ul.popup li:nth-child(3n){
  margin-right:20px;
}
#exhibition_con .wrap ul.popup li:nth-child(4n){
  margin-right: 0;
}
#exhibition_con .wrap ul.popup li a{
  display: block;
  height: 250px;
  transition: all 0.2s ease;
}
#exhibition_con .wrap ul.popup li a::before{
 display: none;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   SCHEDULE   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.schedule_mv{
  background: url(../images/schedule_bg.svg) repeat center;
  background-size: 50px;
  width: 100%;
  height: 960px;
  position: relative;
  overflow: hidden;
}

.schedule_mv h2{
  width: 350px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 50;
}
.schedule_mv h3{
  width: 262px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 50;
}

.schedule_mv h4{
  font-size: 18px;
  letter-spacing:0.2em;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 50;
}

.schedule_mv ul li.end{
  opacity: 0.4;
}

.schedule_mv ul{
  width: 920px;
  height: 960px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -400px;
  margin-left: -480px;
}

.schedule_mv ul li.end{
  opacity: 0.4;
}


.schedule_mv ul li:nth-child(1){
  width: 77px;
  position: absolute;
  top: 302px;
  right: 0px;
  z-index: 100;
}
.schedule_mv ul li:nth-child(2){
  width: 81px;
  position: absolute;
  top: 203px;
  left: 210px;
  z-index: 100;
}
.schedule_mv ul li:nth-child(3){
  width: 101px;
  position: absolute;
  top: 476px;
  right: 96px;
  z-index: 100;
}
.schedule_mv ul li:nth-child(4){
  width: 65px;
  position: absolute;
  top: 553px;
  right: 252px;
  z-index: 100;
}
.schedule_mv ul li:nth-child(5){
  width: 91px;
  position: absolute;
  top: 331px;
  left: 104px;
  z-index: 100;
}
.schedule_mv ul li:nth-child(6){
  width: 95px;
  position: absolute;
  top: 420px;
  left: 2px;
  z-index: 100;
}
.schedule_mv ul li:nth-child(7){
  width: 80px;
  position: absolute;
  top:274px;
  left:441px;
  z-index: 100;
}
.schedule_mv ul li:nth-child(8){
  width:103px;
  position: absolute;
  top:10px;
  left:393px;
  z-index: 100;
}



.schedule_mv figure.japan{
  width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -400px;
  margin-left: -480px;
  z-index: 50;
}

.sign{
  width:32px;
  height:32px;
  background: rgba(255,255,255,0.2);
  border-radius:50%;
  position: absolute;
  z-index: 50;
  animation:blink 0.5s linear infinite alternate;
}

.sign.fukuoka{
  top: 503px;
  left: 250px;
}

.sign.kobe{
  top: 456px;
  left: 410px;
}

.sign.shimane{
  top: 454px;
  left: 302px;
}

.sign.aomori{
  top: 201px;
  left: 593px;
}

.sign.toyama{
  top: 384px;
  left: 466px;
}

.sign.shizuoka{
  top: 444px;
  left: 516px;
}

.sign.niigata{
  top: 332px;
  left:540px;
}

.sign.hokkaido{
  top:98px;
  left:617px;
}


@keyframes blink{
    0% {
      opacity:0;
      transform: scale(0.6,0.6);
    }
    100% {
      opacity:1;
      transform: scale(1,1);
    }
}

.sign .inner{
  width:24px;
  height:24px;
  background: rgba(255,255,255,0.2);
  border-radius:50%;
  position: absolute;
  top: 4px;
  left:4px;
}

.sign .inner .inner{
  width:16px;
  height: 16px;
  background: rgba(255,255,255,0.2);
  border-radius:50%;
  top: 4px;
  left:4px;
}


.schedule_mv figure.circle{
  width: 774px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -387px;
  margin-left: -387px;
  z-index: 20;
  animation: circle 6s ease infinite alternate;
}

@keyframes circle {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(30deg); }
}

.schedule_mv figure.radar{
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -500px;
  margin-left: -500px;
  z-index: 20;
  animation: radar 6s linear infinite;
  opacity: 0.5;
}

@keyframes radar {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.schedule_mv aside figure{
  position: absolute;
  top: 50%;
  width: 14px;
  height: 336px;
  margin-top: -168px;
  z-index: 15;
}

.schedule_mv aside figure.left{
  left: 20px;
}


.schedule_mv aside figure.right{
  right: 20px;
}

.schedule_mv object.bar_x{
  width: 100%;
  height: 4px;
  background: #e53030;
  position: absolute;
  top: 50%;
  left:0;
  margin-top: -2px;
  z-index: 10;
}

.schedule_mv object.bar_y{
  width: 4px;
  height: 100%;
  background: #e53030;
  position: absolute;
  top: 0;
  left:50%;
  margin-left: -2px;
  z-index: 10;
}
#place{
  padding-bottom: 50px;
}

#place .wrap h3{
  text-align: center;
  font-size: 55px;
  padding-bottom: 50px;
}

#place .wrap ul li{
  width: 363px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}

#place .wrap ul li.end{
  opacity: 0.4;
  background:#b21b1b;
}


#place .wrap ul li.end{
  opacity: 0.4;
  background:#b21b1b;
}


#place .wrap ul li figure.just_before{
  width:90px;
  height:90px;
  border-radius:50%;
  background: #ffd9de;
  color: #e53030;
  line-height:90px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -30px;
  /*animation: scale 0.3s ease infinite alternate;*/
}

@keyframes scale {
  0%   { transform: scale(1.1,1.1); }
  100% { transform: scale(1,1); }
}

#place .wrap ul li figure.during{
  width:90px;
  height: 90px;
  border-radius:50%;
  background: #ff7171;
  color: #FFF;
  line-height: 90px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -30px;
}
#place .wrap ul li figure.finished{
  width:90px;
  height: 90px;
  border-radius:50%;
  background:#7F7070;
  color: #FFF;
  line-height: 90px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -30px;
}



#place .wrap ul li:nth-child(1),
#place .wrap ul li:nth-child(2),
#place .wrap ul li:nth-child(3),
#place .wrap ul li:nth-child(4),
#place .wrap ul li:nth-child(5),
#place .wrap ul li:nth-child(6),
#place .wrap ul li:nth-child(7),
#place .wrap ul li:nth-child(8)
{
  background:#b21b1b;
}


/*#place .wrap ul li:nth-child(8){
  background:#db1f1f;
}*/

#place .wrap ul li:nth-child(3n){
  margin-right: 0px;
}
#place .wrap ul li dl{
  text-align:center; 
  padding: 65px 0;
}
#place .wrap ul li:nth-child(4) dl,#place .wrap ul li:nth-child(5) dl,#place .wrap ul li:nth-child(6) dl{
  padding:46px 0!important;
}

#place .wrap ul li:nth-child(6) dl{
  padding: 61px 0;
}


#place .wrap ul li dl dt{
  font-size: 28px;
  line-height:38px;
  padding-bottom: 20px;
}
#place .wrap ul li dl dd{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

#place .wrap ul li dl dd a{
  display: block;
  border:1px solid #FFF;
  width: 160px;
  margin: 10px auto 0;
  border-radius: 2px;
  transition: 0.2s ease all;
}

#place .wrap ul li dl dd a:hover{
  background: #FFF;
  color: #e53030
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   INTERVIEW   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#messsage .wrap h2.interview,
#movie .wrap h2{
  width: 350px;
  margin: 0 auto 80px;
}

section.sec01 .wrap .right{
  width: 131px;
  float: right;
  height: 1080px;
  position: relative;
}

section.sec01 .wrap .right h2{
  width: 131px;
}
section.sec01 .wrap .right figure{
  width: 280px;
  position: absolute;
  bottom: 0;
  right:-80px;
}

section.sec01 .wrap .left{
  width: 879px;
  float: left;
  padding-right: 90px;
}

section.sec01 .wrap .left p{
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 30px;
  letter-spacing: 0.1em
}

section.sec01 .wrap .left p.pdb_50{
  padding-bottom: 50px;
}

section.sec01 .wrap .left dl.sp_display{
  display: none;
}

section.sec01 .wrap .left dl{
  width:288px;
  float: left;
  padding-right: 40px;
}
section.sec01 .wrap .left dl dt{
  padding-bottom: 30px;
}
section.sec01 .wrap .left dl dd h3{
  font-size: 42px;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
}
section.sec01 .wrap .left dl dd p{
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
}
section.sec01 .wrap .left dl dd caption{
  font-size: 18px;
  letter-spacing: 0.05em;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   SUMMARY   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



#summary_con h2{
  width: 350px;
  margin: 0 auto 50px;
}

#summary_con ul{
  width: 800px;
  margin: 0 auto 50px;
  border-top: 1px solid #FFF;
}


#summary_con ul li{
  border-bottom: 1px solid #FFF;
}

#summary_con ul li dl dt,
#summary_con ul li dl dd{
  display: inline-block;
  padding:15px 24px;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
}

#summary_con ul li dl dt{
  width: 150px;
  margin: 10px 0;

}
#summary_con ul li dl dd{
  border-left: 1px solid #FFF;
  margin: 10px 0;

}

#summary_con ul li dl dd p{
  padding-bottom: 15px;
  text-indent: -10px;
}
.Postponed{
    background: #fff;
    color: #e53030;
    border-radius: 2px;
    padding: 0 4%;
    margin-left: 2%;
    box-sizing: border-box;
}
.PostponedExplain{
    text-indent: 0!important;
    margin-left: 3%;
    border: 1px #fff dotted;
    padding: 2%;
    margin-bottom: 2%;
}
.PostponedExplain a{
    display: block;
    margin: 2% auto;
    text-align: center;
    border-bottom: dotted 1px;
    width: 30%;
}
#summary_con ul li dl dd p.none{
  padding-bottom: 0;
}


#summary_con p.cap{
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   goods   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


.BrandNew{
	width: 100%;
	/*margin: 0 auto 10% auto;*/
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
.BrandNew li{
	width: 35%;
	margin-bottom: 10%;
}
/*.BrandNewProducts dl dd{
	text-align: center!important;
	font-size: 18px!important;
}*/
#goods_con{
  width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
}

#goods_con .wrap{
  padding-top: 0;
  position: relative;
}

#goods_con .wrap h2{
  width: 350px;
  margin: 0 auto 30px;
}

#goods_con .wrap h2 img{
  position: relative;
  z-index: 2;

}

#goods_con .wrap h2:before{
  content: "";
  width:1100px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top:57px;
  left: 0;
  z-index: 1;
}

#goods_con .wrap article .wrapping{
  width: 940px;
  margin: 0 auto;
  padding: 50px 0;
}

#goods_con .wrap article .wrapping .left{
  width: 480px;
  float: left;
  margin-right: 90px;

}

#goods_con .wrap article .wrapping .right{
  width: 370px;
  float: right;
}

#goods_con .wrap article.second .wrapping .left{
  width: 370px;
  float: left;
  margin-right: 90px;

}
#Voice_guide{
	margin-right: 0!important;
	text-align: center;
}
#Voice_guide img{
	width: 200px;
}
#Voice_guide_Detail br{
	display: none;
}

#goods_con .wrap article.second .wrapping .right{
  width: 480px;
  float: left;
  padding-top:80px;
}


#goods_con .wrap article h3{
  font-size: 34px;
  line-height: 50px;
  padding-bottom: 15px;
  letter-spacing: 0.05em
}
#goods_con .wrap article.second .wrapping .right h3{
  padding-bottom: 0;
}

#goods_con .wrap article h6{
  border: 1px solid #FFF;
  font-size: 16px;
  padding:10px 20px;
}
#goods_con .wrap article p{
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
  letter-spacing: 0.03em;
  text-align: justify;
}
#goods_con .wrap article dl{
  /*background: url(../images/goods_icon.svg) no-repeat #FFF left;*/
  height: 36px;
  margin-bottom: 25px;
}

#goods_con .wrap article dl dt{
  line-height: 36px;
  font-size: 15px;
  /*text-indent: 14px;*/
  letter-spacing: 0.1em;
  float: left;
}
#goods_con .wrap article dl dd{
  line-height: 36px;
  font-size: 18px;
  /*text-indent: 14px;*/
  letter-spacing: 0.1em;
  color: #e53030;
  /*padding-left: 40px;*/
  float: left;
	word-break: break-all;
	width:100%;
}
#goods_con .wrap article .price strong{
  border-top:1px solid #FFF; 
  border-bottom:1px solid #FFF;
  font-size: 14px;
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

#goods_con .wrap article .price{
  font-size: 56px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-style: normal;
}

#goods_con .wrap article .price span.yen{
  font-size: 30px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  padding-left: 5px;

}

#goods_con .wrap article .price span{
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;

}




#goods_con .wrap article .slider li {
    width: 370px!important;
    height: 467px!important;
    margin: 0;
    padding: 0;
    opacity:1;
}

#goods_con .wrap article .bx-controls-direction{
  display: none;
}

.Blade_light{
    width: 100%!important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%!important;
}
.Blade_light dl{
    height: auto!important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.Blade_light dl dt{
    width: 48%!important;
    text-indent: 0!important;
}
.Blade_light dl dd{
    text-indent: 0!important;
}

.Blade_light_ChildWrap{
    width: 48%!important;
}
.Blade_light_Child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.BrandNewProducts{
	padding-top: 80px;
}

.BrandNewProducts dd {
    padding-top: 15px;
}

#specification{
    margin-top: 5%;
}
#specification dl{
    width: 100%;
}
#specification dt{
    font-size: 16px!important;
    width: 100%;
}
#specification dd{
    font-size: 16px!important;
    width: 100%;
}

#goods_con .wrap article svg{
    width:1100px;
    height:10px;
}
#goods_con .wrap article svg line{
    fill: none;
    stroke: #FFF;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray:0, 10;
}
#goods_con .wrap ul.list{
  width: 1100px;
  padding-top: 80px;
}

#goods_con .wrap ul.list li{
  width:235px;
  height: 320px;
  float: left;
  text-align: center;
  padding: 0 40px 90px 0;
}
#goods_con .wrap ul.list li dl dd{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  padding-top:15px;
}

#goods_con .wrap ul.list li dl dd span{
  font-size: 11px;
  letter-spacing: 0.05em;
  padding-left: 2px;
}

#goods_con .wrap #attention{
  padding-top: 70px;
}
#goods_con .wrap #attention h3{
    font-size: 34px;
    line-height: 50px;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
}

#goods_con .wrap #attention ul li{
    list-style: none;
    font-size: 16px;
    line-height: 1.8em;
    /* padding: 20px 0; */
    letter-spacing: 0.03em;
    text-align: justify;
}
#goods_con .wrap svg {
  width: 1100px;
  height: 10px;

}

#goods_con .wrap svg line{
fill: none;
    stroke: #FFF;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 0, 10;
}

.iziModal-content p{
  font-size: 12px;
  padding-top: 20px;
  text-align: left;
  line-height: 20px;
  letter-spacing: 0.05em;

}
#BNP{
	width: 50%;
	display: block;
	margin: 3% auto;
}
.BrandNew dl,.BrandNew dt,.BrandNew dd{
	color: #fff!important;
	line-height: 1.6!important;
}
.Product_Name{
	text-align: center!important;
}
.BrandNew_Products{
	margin-bottom: 10%;
}
.Product_Ex{
	font-size: 16px!important;
	text-indent: 0!important;
}
.list dl::before{
	content: "";
	padding: 2%;
    display: block;
    width: 80%;
    margin: 3% auto;
	height: 16px;
}
.New_Products::before{
	content: "NEW PRODUCTS"!important;
	background-color: #fff;
	border-radius: 6px;
	color: #e53030;
	font-size: 14px;
}
.New_Releases::before{
	content: "NEW RELEASES"!important;
	border: solid 1px #fff;
	border-radius: 6px;
	font-size: 14px;
}
.NEW::before{
	content: "NEW";
	border: solid 1px #fff;
	border-radius: 6px;
	padding: 1% 5%;
	position: absolute;
	top:-10%;
}



#weekly #post_area .wrap{
  width: 800px;
  margin: 0 auto;

}

#weekly #post_area h2{
  width: 300px;
  margin: 0 auto 50px;
}

#weekly #post_area h3{
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 50px;
}

#weekly #post_area .post p{
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.1em;
}

#weekly #post_area .post ul#img_list{

}
#weekly #post_area .post ul#img_list li{
  width:256px;
  height:256px;
  float: left;
  margin-right:8px;
  margin-bottom:8px;
  border:none;
  border-radius:0;
  overflow: hidden;
  box-sizing: border-box;
}

#weekly #post_area .post ul#img_list li img{
  display: block;

}
#weekly #post_area .post ul#img_list li:nth-child(3n){
  margin-right: 0;
}


#weekly #post_area .btn_w{
  width: 300px;
  margin: 0 auto;
  padding-top: 100px;
}
#weekly #post_area .btn_w a{
  font-size: 16px;
  line-height: 50px;
  display: block;
  text-align: center;
  color:#FFF;
  border: 2px solid #FFF;
  letter-spacing: 0.2em;
  transition: 0.2s ease 
}

#weekly #post_area .btn_w a:hover{
  background: #FFF;
  color:#e53030;

}

#weekly #post_area ul{
  padding-top: 50px;
}

#weekly #post_area ul li{
  width:200px;
  float: left;
  margin-right: 90px;
  margin-bottom: 90px;
  border: 2px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
}
#weekly #post_area ul li:nth-child(3n){
  margin-right: 0;
}
#weekly #post_area ul li a{
  font-size: 26px;
  line-height: 200px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  transition: 0.2s ease 
}

#weekly #post_area ul li a:hover{
  background: #FFF;
  color:#e53030;
}

#weekly #post_area .center{
	text-align:center;	
}

#weekly #post_area .video{
	margin:20px 0;	
}

.note{
	text-align: right;
    margin-bottom: 20px;
}

/*20201220*/


dl.Blade_light_Child {
    padding-left: 40px;
}

#goods_con .wrap article dl dd.Blade_light_ChildWrap .Product_Name {
    width: auto;
}
#goods_con .wrap article dl dd.Blade_light_ChildWrap .Product_Ex {
    width: 80%;
	
}
