@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
  background: #ffffff;
  color: #000;
  font-size:0.625rem;
}
body{
  width: 100%;
  /*margin: 0 auto;*/
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
}

body #wrap {
  padding: 0;
  border: 0;
  font-size: 1.0rem;
  line-height: 1;
  /*overflow-y: scroll;*/
  word-break: break-all;
  -webkit-text-size-adjust:100%;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size: 1.4rem;
}
li{
	list-style-type:none;
}
#wrap img{
	max-width:100%;
	height:auto;
}
#wrap a img{
	transition: opacity .4s cubic-bezier(.210, .60, .350, 1);
}
#wrap a{
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#wrap a:hover{
  cursor: pointer;
}
#wrap sub,sup{
  font-size: 80%;
  padding-right: 0.12725em;
}

/*  共通
-----------------------------------------------*/
#wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.btn a{
  transition: opacity .4s cubic-bezier(.210, .60, .350, 1);
}
.btn a:hover{
  opacity:0.8;
}
.spview{
  display: none;
}
.pcview{
  display: inline-block;
}
@media screen and (max-width: 767px) {
.spview{
  display: inline-block;
}
.pcview{
  display: none;
}
}

/* =================================================
  main
================================================= */
#main{
	position: relative;
	padding: 0 0 60px 0;
}
#main #live{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	z-index: 3;
}
#main::before{
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 90%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(90deg,#2258bb,#62e985);
}
#main .inner{
	overflow: hidden;
	position: relative;
	z-index: 6;
	width: 96%;
	height: 500px;
	background-image: url("bgiMain.jpg");
  background-repeat: repeat-x;
	background-position: center right;
	background-size: cover;
}
.main_title{
  text-align: center;
  padding: 65px 0;
  transition: .5s ease-in-out;
}

#main h1{
	margin-top: 10px;
	color: #fff;
	font-feature-settings: "palt";
	font-size: 4.7rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
	white-space: nowrap;
  padding-bottom: 5px;
}
#main .data{
	position: absolute;
	right: 2px;
	bottom: 10px;
	z-index: 2;
	max-width: 400px;
}
#main .data img{
	width: 100%;
}

@media only screen and (max-width: 999px){
  #main {
    padding: 0 0 5% 0;
  }
  #main .main_title{
		margin: 0 auto 0;
	}
}

@media only screen and (max-width: 768px){
#main #live{
	width: 120px;
}
#main .inner {
  background-image: url(bgiMain.jpg);
    background-repeat: repeat-x;
    background-position: top right;
    background-size: cover;
  height: auto;
}
.main_title {
  text-align: center;
  padding: 15px 0;
  width: 500px;
  max-width: 90%;
}
}
@media only screen and (max-width: 560px){
  #main .data{
    max-width: 120px;
  }
}


/*  maincontent
-----------------------------------------------*/
.lead{
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 0 0 40px;
  overflow: hidden;
}
.lead p{
  margin: 0 80px;
  font-size: 1.6rem;
  line-height: 2;
}
p.link{
  padding-top: 30px;
  text-align: right;
  line-height: 1;
}
p.link a{
  text-decoration: none;
  border: 1px solid #003ba5;
  border-radius: 3px;
  color: #003ba5;
  padding: .5em 1em;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  font-feature-settings: "palt";
}
p.link a span{
  margin-left: .25em;
  -webkit-transition: .8s ease-in-out;
  transition: .5s ease-in-out;
}
p.link a:hover{
  background-color: #eee;
}
p.link a:hover span{
  position: relative;
  left: 2px;
}
.container{
  margin: 0 auto;
  background-color: #e3eaf1;
  padding: 15px 0 60px;
  margin-top: 60px;
  overflow: hidden;
}
.section{
  margin: 0 auto 30px;
  max-width: 1000px;
  overflow: hidden;
  padding-top: 30px;
}
.shoulder_ttl{
  background-color: #859fc0;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  padding: 5px 25px;
  margin-bottom: 10px;
}
.heading01 {
  position: relative;
  margin: 0 auto 30px;
  padding: 10px 100px;
  color: #0a3965;
  border-bottom: 2px solid #859fc0;
}
.heading01:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: inherit;
  border-bottom: 2px solid #d31726;
}
.heading01 h2, .heading02 h2{
  font-size: 3.3rem;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
.heading01 .sub_ttl, .heading02 .sub_ttl{
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 2em;
  text-indent: -2em;
}
span.double{
  letter-spacing: -2px;
  margin-right: 5px;
}
.section_inner{
  max-width: calc(100% - 200px);
  margin: 0 auto;
}
.section_inner .heading02 {
  position: relative;
  margin: 0 auto 30px;
  padding: 10px 0 10px 0px;
  color: #333;
  border-bottom: 2px solid #859fc0;
}
.section_inner .heading02:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 55px;
  height: inherit;
  border-bottom: 2px solid #d31726;
}
.section_inner .heading02 .sub_ttl{
  margin-bottom: 0;
  line-height: 1.1;
  line-height: 1.3;
}
.section_inner p{
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1em;
}
.section_inner a{
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.section_inner a img:hover{
  opacity: 0.8;
}
.image{
  max-width: 100%;
}
.image .image_right{
  width: 320px;
  float: right;
  margin: 0 0 40px 40px;
}
.image .image_right.pictures a img + img{
  display: inline-block;
  margin-top: 20px;
}
.image .image_center{
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.image .released{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 28.125% 0;
    background-color: #cecdd3;
}
.image .released span{
  font-size: 2rem;
  color: #333;
}
.sub_guide{
  background-color: #fff;
  border: 1px solid #ccc;
  color: #444;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 6px 10px 6px 10px;
  position: absolute;
    top: 10px;
    right: 0;
}
.sub_guide em{
  background-color: #f8df35;
  border-radius: 6px;
  font-size: 1.7rem;
  font-style: normal;
  padding: 8px 20px;
}

@media screen and (max-width: 999px) {
  .container {
    margin-top: 5%;
  }
  .image .image_right{
    width: calc(50% - 40px);
    float: right;
    margin: 0 0 20px 40px;
  }
}

@media screen and (min-width: 769px) {
  .heading01 .sub_guide{
    position: absolute;
    top: 10px;
    right: 100px;
  }
}

@media screen and (max-width: 768px) {
  .header{
    margin-bottom: 30px;
  }
  .lead{
    padding: 0 0 20px;
  }
  .lead p{
    margin: 0 20px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .container {
    padding: 0px 0 30px;
  }
  .section{
    padding-top: 15px;
    margin: 0 auto 10px;
  }
  .section_inner{
    max-width: calc(100% - 40px);
  }
  .section_inner p{
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .heading01 {
    margin: 0 auto 15px;
    padding: 5px 10px 5px 20px;
  }
  .heading01::before {
    width: 20px;
  }
  .shoulder_ttl {
    font-size: 1.4rem;
    padding: 5px 20px;
    margin-bottom: 6px;
  }
  .heading01 h2, .heading02 h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .heading01 .sub_ttl, .heading02 .sub_ttl {
    font-size: 1.4rem;
  }
  .image .image_right{
    clear: both;
    width:  100%;
    margin: 15px auto 15px;
    text-align: center;
  }
  .image .image_right img{
    width: 60%;
    height: auto;
  }
  .sub_guide {
    font-size: 1.4rem;
    padding: 5px 10px 5px 10px;
  }
  .heading01 .sub_guide{
    position: absolute;
    top: 5px;
    right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .heading01 .sub_guide{
    position: absolute;
    top: 6px;
    right: 10px;
  }
}

@media screen and (max-width: 480px) {
  p.link{
    text-align: center;
  }
  p.link a{
    border-radius: 3px;
    padding: .5em 1em;
    position: relative;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  p.link a{
    font-size: 1.1rem;
  }
}

/*  note_text
-----------------------------------------------*/
.aside{
  background-color: #e2e8ef;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.aside.bgnone{
  background-color: #fff;
  margin-bottom: 30px;
}
.aside .crypt_btn{
  width: 500px;
  margin: 0 auto;
  position: relative;
  top: -15px;
  margin-bottom: 20px;
}
.aside .crypt_btn a{
  text-decoration: none;
  display: inline-block;
}
.aside .crypt_btn a .crypt_btn_img{
  position: relative;
  top: 15px;
  z-index: 100;
}
.aside .crypt_btn a .crypt_btn_img img{
  width: 108px;
  height: 100px;
}
.aside .crypt_btn a .btn_bg{
  background-color: #d31726;
  border:4px solid #d31726;
  border-radius: 10px;
  text-decoration: none;
  padding: 20px 80px 20px 80px;
  position: absolute;
  left: 80px;
  top: 50px;
  z-index:1;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 2px 2px 8px #999;
}
.aside .crypt_btn a .btn_bg em{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-style: normal;
  padding-right: 15px;
}
.aside .crypt_btn a .btn_bg em::after{
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: solid 4px #fff; 
  border-right: solid 4px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
}
.aside .crypt_btn a:hover .btn_bg{
  box-shadow: 2px 2px 8px #666;
}
.aside .crypt_btn a:hover .btn_bg em::after{
  border-top: solid 4px #d31726; 
  border-right: solid 4px #d31726;
}
.aside .crypt_btn a:hover .btn_bg{
  background-color: #fff;
}
.aside .crypt_btn a:hover .btn_bg em{
  color: #d31726;
}
.aside .crypt_btn a:active .btn_bg{
  box-shadow: 0px 0px 0px #fff;
}

.aside .crypt_btn.released{
  position: relative;
  top: 20px;
  height: 68px;
}
.aside .crypt_btn.released a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.aside .crypt_btn.released a .btn_bg{
  background-color: #8a8a8a;
  border:4px solid #8a8a8a;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  left: 15%;
  top: 0;
  z-index:1;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0;
}
.aside .crypt_btn.released a .btn_bg em {
  position: relative;
  left: 0;
  top: 2px;
  padding-right: 0;
}
.aside .crypt_btn.released a .btn_bg em::after {
  display: none;
}
#note_text{
  color: #666;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: 49em;
  margin: 0 auto;
  text-align: center;
}
#note_text span{
  display: inline-block;
}
#errorMessage{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aside{
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
  .aside .crypt_btn {
    width: 350px;
    margin-bottom: 10px;
  }
  .aside .crypt_btn a .crypt_btn_img img {
    width: 84px;
    height: 78px;
  }
  .aside .crypt_btn a .btn_bg {
    padding: 15px 30px 15px 40px;
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 1;
  }
  .aside .crypt_btn a .btn_bg em {
    font-size: 1.7rem;
  }
  #note_text{
    font-size: 1.1rem;
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .aside{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .aside .crypt_btn {
    width: 300px;
  }
  .aside .crypt_btn a .btn_bg {
    padding: 15px 15px 15px 32px;
  }
  .aside .crypt_btn a .btn_bg em {
    font-size: 1.2rem;
  }
  .aside .crypt_btn a .btn_bg em::after {
    position: absolute;
    top: 50%;
    right: -5px;
  }
  #note_text{
    font-size: 1.0rem;
    width: calc(100% - 18px);
  }
}

body.p2 .container{
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.p2 .container{
    margin-top: 45px;
  }
}
/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: .6;
  transition: 0.5s;
}
.pagetop a:hover {
    opacity: 1.0;
}
@media screen and (max-width: 768px){
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 40px;
    height: 40px;
  }
}