@charset "utf-8";
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/*-------------------------------

html

-------------------------------*/
html, body {
  font: 13px/1 'Lato',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;

  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";/*文字間詰め*/
	-webkit-text-size-adjust: 100%; /* adjust */
}

*, *:before, *:after{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hover {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.click {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.click:active {
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
  transform: scale(.95);
}

img {
  width: 100%;
  vertical-align: middle;
}

/* PC */
@media screen and (min-width:1024px) {
  html, body {
    font: 16px/1 'Lato',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    letter-spacing: 1px;
    word-break: break-all;
    word-wrap: break-word;

    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    font-feature-settings: "palt";/*文字間詰め*/
    -webkit-text-size-adjust: 100%; /* adjust */
  }

}
/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
	width: 100%;
	display: block;
  position: relative;
  overflow: hidden;
}


/*-------------------------------

#header

-------------------------------*/
#header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}


#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
}


#drawer-txt {
  font-size: 10px;
  text-align: center;
  color: #920783;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
  font-weight: bold;
}


#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}


.drawer-line {
  width: 30px;
  height: 1px;
  background: #920783;
  display: block;
  margin: 0 auto 6px auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}


.drawer-line.open:nth-child(1){
	-webkit-transform:rotate(405deg) translate(5px,5px);
	transform:rotate(405deg) translate(5px,5px);
}


.drawer-line.open:nth-child(2){
  -webkit-opacity: 0;
  opacity:0;
}


.drawer-line.open:nth-child(3){
	-webkit-transform:rotate(-405deg) translate(5px,-5px);
	transform:rotate(-405deg) translate(5px,-5px);
}


/* PC */
@media screen and (min-width: 1024px) {

}

/*-------------------------------

@nav

-------------------------------*/
#nav {
	font-size: 14px;
}

#nav-container {
  padding: 0 20px 0 0;
}

.nav-box {
	position: relative;
	height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: inline-block;
  color: #920783;
  font-weight: bold;
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
	color: #ac6da5;
}

.nav-btn.coming {
	opacity: .5;
}

.nav-icon {
	font-size: 100%;
	padding: 0 5px 0 0;
}

#nav-twitter {
  padding: 18px 8px 18px 15px;
}

.sns-nav {
}

.follow {
  display: inline-block;
  font-weight: bold;
  font-size: .8em;
}

.sns-frame {
  background: #fff;
  color: #920783;
  padding: 5px 10px;
  border-radius: 2px;
  align-items: baseline;
  margin-right: 20px;
}

.sns-frame .nav-box {
  padding: 0 0 0 10px !important;
}

.sns-frame {
  justify-content: center;
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    align-items: flex-end;
    padding: 10px 0;
}

#drawer-nav-dtv a{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  background: #fff;
  color: #920783;
  font-size: .8em;
  font-weight: bold;
}

.dtv-btn{
  position: fixed;
  top: 10px;
  right: 50px;
}

.dtv-btn a{
  display: inline-block;
  padding: 6px 10px 7px;
  border-radius: 2px;
  background: #fff;
  color: #920783;
  font-weight: bold;
}

.dtv-btn a:hover {
  opacity: .7;
}

/* PC */
@media screen and (min-width: 1024px) {
  .sns-frame {
    width: auto;
    background: #fff;
    color: #920783;
    padding: 5px 10px;
    border-radius: 2px;
    align-items: baseline;
    margin-right: 20px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  #nav-dtv {
    padding: 10px 15px;
    height: 100%;
  }

  #nav-dtv a{
    display: inline-block;
    padding: 6px 10px 7px;
    border-radius: 2px;
    background: #fff;
    color: #920783;
    font-weight: bold;
  }

  #nav-dtv a:hover {
    opacity: .7;
  }
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container{
  width:100%;
  height:100%;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: rgba(10,21,44,.9);
  padding: 0 0 50px;
  z-index: 100;
}


#drawer-container-inner{
	width: 100%;
  padding: 6% 0;
	position: relative;
	z-index: 1;
}


#drawer-nav-container{
  font-size: 18px;
  text-align: center;
  width: 90%;
  margin: 40px auto 30px;
}


.drawer-nav-box{
  display: block;
  margin: 0 0 30px 0;
}


.drawer-nav-box:last-child{
  margin: 0 auto;
}


.drawer-nav-btn{
	color: #fff;
	text-decoration: none;
	display: block;
}


.drawer-nav-box.selected{
}


.drawer-nav-btn.selected{
}


/* PC */
@media screen and (min-width: 1024px) {
  #drawer-container{
    width: 420px;
  }
}

/*-------------------------------

#footer

-------------------------------*/
#footer {}

/*-------------------------------

#main

-------------------------------*/
#main {
	display: block;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: rgba(10,21,44,1);
  /* background: #000; */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
	width: 225px;
	height: 280px;
	position: absolute;
	z-index: 1;
	left: calc(50% - 112px);
	top: calc(50% - 140px);
}

#preloader-logo {
  width: 107px;
}

#preloader-roadshow {
  width: 111px;
  position: absolute;
  right: 0;
  bottom: 30px;
}

#preloader-ttl {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

#preloader-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

#preloader-anime {
	position: absolute;
	top: 115px;
	left: 310px;
	z-index: 3;
}

#progress-txt {
	width: 100%;
	display: block;
	font: 11px/1em Arial, Helvetica, sans-serif;
	color: #920783;
	text-align: center;
	position: absolute;
	top: 300px;
	left: 0;
	z-index: 4;
}

#preloaderAnime {
	position: absolute;
	top: 400px;
	left: calc(50% - 8px);
}

#progress-box {
  width: 100%;
  height: 5px;
  background: #fff;
  position: relative;
}
#progress-bar {
  width: 0;
  height: 100%;
  background: #0a152c;
  position: absolute;
  left: 0;
  top: 0;
}

#preloader-white {
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

/* PC */
@media screen and (min-width: 1024px) {
  #preloader-inner {
    width: 450px;
    height: 562px;
    position: absolute;
    z-index: 1;
    left: calc(50% - 225px);
    top: calc(50% - 281px);
  }

  #preloader-logo {
    width: 214px;
  }

  #preloader-roadshow {
    width: 222px;
    position: absolute;
    right: 0;
    bottom: 30px;
  }

  #progress-txt {
    width: 100%;
    display: block;
    font: 11px/1em Arial, Helvetica, sans-serif;
    color: #920783;
    text-align: center;
    position: absolute;
    top: 590px;
    left: 0;
    z-index: 4;
  }

}

/*-------------------------------

@banner

-------------------------------*/
#banner-container {
  padding: 0 5% 40px;
}

.banner-item {
  margin: 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


.banner-item:hover {
  opacity: .6;
}


.banner-img {
}

.banner-item:hover a {
  display: block;
}

@media screen and (min-width:1024px){
  #banner-container {
    padding: 0 0 40px;
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
  }

  .banner-item {
    width: calc(100%/3 - 20px);
  }
}

/*-------------------------------

@SNS

-------------------------------*/
.social-container {
  margin: 20px;
}

.sns-btn {
	display: block;
	height: 40px;
	width: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 15px;
	/* padding: 0 10px 0 0; */
}

.sns-btn:nth-last-child(1) {
	padding: 0;
}

#twitter-share {}
#twitter-follow {}
#facebook-like {}
#line-share {}
#line-like {}
#eiga-com {}

.sns-btn {
	position: relative;
  margin: 0 15px;
  border: 1px solid #920783;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.share-link-btn-icon {
	position: relative;
}

/* Twitterカスタム */
.custom-twitter-btn {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
  position: relative;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  color: #920783;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
}

.custom-twitter-btn:active, .custom-twitter-btn:focus, .custom-twitter-btn:hover {
  /* background-color: #0c7abf; */
}

.custom-twitter-btn .nav-icon {
  font-size: 18px;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 13px;
  height: 14px;
  padding: 0;
}

.custom-twitter-btn .share-link-btn-label {
  margin-left: 4px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

/* Facebookカスタム */
.custom-facebook-btn {
  padding-bottom: 1px;
  border-radius: 3px;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 2px;
  box-sizing: border-box;

  /* background: #4267b2;
  border: 1px solid #4267b2; */
  color: #920783;
  cursor: pointer;
  font-family: Helvetica, Arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
}

.custom-facebook-btn:hover {
  /* background: #365899;
  border: 1px solid #365899; */
}

.custom-facebook-btn .nav-icon {
  font-size: 15px;
  position: relative;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
}

.custom-facebook-btn .share-link-btn-label {
  font-family: Helvetica, Arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  padding-left: 8px;
  padding-right: 4px;
  font-weight: bold;
}

/* Lineカスタム */
.custom-line-btn {
  position: relative;
  min-width: 49px;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  /* background-color: #00b833; */
  color: #920783;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  border-radius: 4px;
}
.custom-line-btn:hover {
  /* background-color: #02a52f; */
}

.custom-line-btn .nav-icon {
	font-size: 22px;
	position: relative;
	top: 0px;
	left: 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0;
}

.custom-line-btn .share-link-btn-label {
  font-family: Helvetica, Arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  color: #920783;
  display: inline-block;
  letter-spacing: .5px;
  padding-left: 6px;
  padding-right: 4px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.share-link-btn {
  transition: all .1s ease;
}

.sns-btn:hover .nav-icon{
	color: #;
}

.share-link-btn:active {
  transform: scale(.95);
}


/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name='google_conversion_frame'] { height: 0 !important; width: 0 !important; line-height: 0 !important; font-size: 0 !important; margin-top: -13px;}


/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
	text-decoration: none;
	display: inline-block;
}
a:link {}
a:visited {}
a:hover {}
a:active {}


/*-------------------------------

@flex

-------------------------------*/
.flex {
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold { font-weight: bold; }


/*-------------------------------

font-style

-------------------------------*/
.italic { font-style: italic; }


/*-------------------------------

display

-------------------------------*/
.none { display: none; }
.block { display: block; }


/*-------------------------------

position

-------------------------------*/
.relative { position: relative; }
.margin-auto { margin: 0 auto; }


/*-------------------------------

guard

-------------------------------*/
.guard{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
	background-repeat: repeat;
}

.protect{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

#cboxOverlay {
  background: rgba(10,21,44,.9);
}

/*-------------------------------

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transform: translate(0px, 30px);
  transition: all 1.5s ease;
}

.fadein.fadein-anime {
  animation: fadein 1.5s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
