@charset "utf-8";
/* CSS Document */

@font-face {
	 font-family: 'Noto Serif Japanese';
	 font-style: normal;
	 font-weight: 400;
	 src: url(../font/NotoSerifJP-R_sub.eot); /* IE9 */
	 src: url(../font/NotoSerifJP-R_sub.eot?#iefix) format('embedded-opentype'),
				url(../font/NotoSerifJP-R_sub.woff) format('woff'),
				url(../font/NotoSerifJP-R_sub.ttf) format('truetype');
}
@font-face {
	 font-family: 'Noto Serif Japanese';
	 font-style: bold;
	 font-weight: 700;
	 src: url(../font/NotoSerifJP-B_sub.eot); /* IE9 */
	 src: url(../font/NotoSerifJP-B_sub.eot?#iefix) format('embedded-opentype'),
				url(../font/NotoSerifJP-B_sub.woff) format('woff'),
				url(../font/NotoSerifJP-B_sub.ttf) format('truetype');
}

html {
  height: 100%;
}

body {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 18px;
	line-height: 1.87;
  background: url("../common/img/bg.gif");
  height: 100%;
  min-height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
	vertical-align: top;
	border: 0;
}

.f-mincho {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",'SimSun', "Noto Serif Japanese", serif;
}

#teaser{
	width: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
}

#title {
	display: table;
	margin: 0 auto 30px;
	padding: 0 0 22px;
}

#title img {
  width: 336px;
}

#title .number{
	display: inline-block;
	padding: 42px 22px 0 0;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	line-height: 1;
}

#title .year{
	display: inline-block;
	padding: 42px 0 0 22px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	line-height: 1;
}

#teaser p{
  padding: 0 0 20px;
}

#teaser p.comingsoon{
	font-size: 36px;
  padding: 0 0 25px;
}

.link_btn{
  display: block;
  width: 250px;
  padding: 8px 10px 8px 0;
  margin: 0 auto;
  border: 2px solid #000;
  color: #000;
  font-size: 19px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
	transition: all 0.2s;
  position: relative;
  background: #fff;
}

.link_btn:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 10px;
  width: 10px;
  height: 2px;
  background-color: #000000;
  transform: rotate(55deg);
  transform-origin: calc(100% - 1px) 50%;
}

.link_btn:after {
  content: "";
  top: 20px;
  right: 10px;
  position: absolute;
  width: 21px;
  height: 2px;
  margin-top: 5.7px;
  background-color: #000000;
}

@media (hover: hover) and (pointer: fine) {
  .link_btn:hover:before {
    background-color: #ce2b30;
  }

  .link_btn:hover:after {
    background-color: #ce2b30;
  }

  .link_btn:hover {
    color: #ce2b30 !important;
    border-color: #ce2b30 !important;
  }
}

.sponsored {
	margin-top: 80px;
  padding: 0 !important;
	font-size: 15px;
	letter-spacing: 0.1em;
}




@media screen and ( max-width:640px) {

	body {
		font-size: calc(100vw / ( 375 / 16 ));
		line-height: 1.6;
	}

	#teaser {
		width: auto;
		padding: 0 4%;
	}

  #title {
    padding: 0 0 3.6%;
    text-align: center;
  }

  #title .logo {
    width: 60%;
  }

  #title .number {
    padding: 21px 7px 0 0;
    font-size: calc(100vw / ( 375 / 10 ));
  }

  #title .year{
    padding: 21px 0 0 7px;
    font-size: calc(100vw / ( 375 / 10 ));
  }

#teaser p.comingsoon{
    font-size: calc(100vw / ( 375 / 36 ));
}

.sponsored {
		margin-top: 12%;
		font-size: calc(100vw / ( 375 / 11 ));
		text-align: center;
	}
  
}