@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
    font-family: 'quattrocentoregular';
    src: url('../font/quattrocento-regular-webfont.woff2') format('woff2'),
         url('../font/quattrocento-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/
}

a{
  color: #111111;
  text-decoration: none;
}
a:hover, a:focus{ text-decoration: underline;}

a[href^="tel"]{
  color: inherit;
}

a:hover img,
a:focus img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol {
list-style: none;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }

.pcHide{
	display: none !important;
}
.spHide{
	display: block !important;
}
.pc_br{
	display: inline !important;
}
.sp_br{
	display: none !important;
}

.nolink a{
  background-color: #666666;
  color: #888888;
  pointer-events: none;
  cursor: default;
}

.mt0{
  margin-top: 0 !important;
}

body{
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 2;
	background-color: #ffffff;
	color: #111111;
}

/* Layout */
.wrapper{
	width: 1000px;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
.wrapper:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

h2.tit{
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
  letter-spacing: 3px;
	text-align: center;
}
.txtBox{
  margin-top: 32px;
  font-size: 1.6rem;
  text-align: center;
}

.embed{
	width: 100%;
	display: block;
	padding: 10px 30px 10px 30px;
	background: url(../img/bg_b65.png) repeat center center;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.embed iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed video{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-size: contain;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
	overflow:hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

/* header*/
#header{
	width: 100%;
}
#header:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}


/* footer */
#footer{
	width: 100%;
  padding: 52px 0 0 0;
}
#footer .wrapper{
  padding: 0 0 0 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.0;
}
#footer .wrapper:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer_logo{
  display: block;
  text-align: center;
}
.footer_logo:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer_logo ul{
  display: inline-block;
  text-align: center;
}
.footer_logo ul li{
  display: inline-block;
  margin: 0 20px 0 20px;
  text-align: center;
}
.footer_logo ul li.pubg a{
  width: 99px;
  height: 0;
  display: block;
  padding-top: 80px;
  background: url(../img/f_pubg.png) no-repeat center center;
  background-size: auto 80px;
  overflow: hidden;
}
.footer_logo ul li.yoshimoto a{
  width: 239px;
  height: 0;
  display: block;
  padding-top: 80px;
  background: url(../img/f_yoshimoto.png) no-repeat center center;
  background-size: auto 70px;
  overflow: hidden;
}
#copyright{
  display: block;
  margin: 32px 0 0 0;
  padding: 20px 0 20px 0;
  background-color: #111111;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
}

/* Btn TOP */
#btnTop{
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  bottom: 100px;
  right: 30px;
}
#btnTop a{
  width: 60px;
  height: 0;
  display: block;
  padding-top: 60px;
  background: url(../img/btnTop.png) no-repeat center center;
  background-size: 60px 60px;
  border-bottom: none;
  overflow: hidden;
}
#btnTop a:hover{
  background: url(../img/btnTop_hover.png) no-repeat center center;
  background-size: 60px 60px;
}

/* Entry Btn */
#entryBtn{
  width: 372px;
  height: 72px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}
#entryBtn a{
  width: 372px;
  height: 0;
  display: block;
  padding-top: 72px;
  background: url(../img/btnEntry_start.png) no-repeat center center;
  background-size: 372px 72px;
  border-bottom: none;
  overflow: hidden;
}
#entryBtn a:hover{
  background: url(../img/btnEntry_hover.png) no-repeat center center;
  background-size: 372px 72px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* SP */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 768px) {


  a{
    text-decoration: underline;
  }

  a:hover img,
  a:focus img {
  	filter: alpha(opacity=100);
  	-moz-opacity: 1;
  	opacity: 1;
  }

  .pcHide{
  	display: block !important;
  }
  .spHide{
  	display: none !important;
  }
  .pc_br{
  	display: none !important;
  }
  .sp_br{
  	display: inline !important;
  }

  .nolink a{
    background-color: #666666;
    color: #888888;
    pointer-events: none;
    cursor: default;
  }


  body{
  	line-height: 1.6;
  }

  /* Layout */
  .wrapper{
  	width: auto;
  	display: block;
  	margin: 0 20px 0 20px;
  	font-size: 1.4rem;
  }
  h2.tit{
  	font-size: 2.8rem;
    letter-spacing: 2px;
  }
  .txtBox{
    margin-top: 24px;
    font-size: 1.4rem;
    text-align: left;
  }

  /* header*/
  #header{
  	width: 100%;
  }


  /* footer */
  #footer{
    padding: 32px 0 0 0;
  }
  #footer .wrapper{
    padding: 0 0 0 0;
    font-size: 1.1rem;
  }
  .footer_logo{

  }
  .footer_logo ul li{
    margin: 0 10px 10px 10px;
  }
  .footer_logo ul li.pubg a{
    width: 99px;
    height: 0;
    display: block;
    padding-top: 80px;
    background: url(../img/f_pubg.png) no-repeat center center;
    background-size: auto 80px;
    overflow: hidden;
  }
  .footer_logo ul li.yoshimoto a{
    width: 239px;
    height: 0;
    display: block;
    padding-top: 80px;
    background: url(../img/f_yoshimoto.png) no-repeat center center;
    background-size: auto 70px;
    overflow: hidden;
  }
  #copyright{
    display: block;
    margin: 24px 0 0 0;
    padding: 16px 0 22px 0;
    font-size: 0.9rem;
  }

  /* Btn TOP */
  #btnTop{
    width: 36px;
    height: 36px;
    bottom: 50px;
    right: 10px;
    z-index: 9998;
  }
  #btnTop a{
    width: 36px;
    padding-top: 36px;
    background: url(../img/btnTop.png) no-repeat center center;
    background-size: 36px 36px;
  }
  #btnTop a:hover{
    background: url(../img/btnTop.png) no-repeat center center;
    background-size: 36px 36px;
  }

  /* Entry Btn */
  #entryBtn{
    width: 372px;
    height: 72px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
  #entryBtn a{
    width: 372px;
    height: 0;
    display: block;
    padding-top: 72px;
    background: url(../img/btnEntry.png) no-repeat center center;
    background-size: 372px 72px;
    border-bottom: none;
    overflow: hidden;
  }
  #entryBtn a:hover{
    background: url(../img/btnEntry_hover.png) no-repeat center center;
    background-size: 372px 72px;
  }


}
