@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");



html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 75%;
  font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  line-height: 2.0;
}

a {
  color: #0081cc !important;
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
a:hover {
	opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
}
a.linkBtn {
  display: block;
  margin: 2rem auto !important;
  padding: 1.5rem 2rem;
  width: 18rem;
  border: solid 6px #ff6124;
  border-radius: 10px;
  background-color: #ff6124;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  color: #fff !important;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
a.linkBtn:hover {
  box-shadow: 0 0px 5px rgba(0,0,0,0.6);
}
p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 2.0rem;
}
p span {
  font-weight: 600;
  /* font-size: 1.1rem; */
}
.note {
  font-size: 90%;
  line-height: 1.4rem;
  margin: 1rem 0 0 0;
}
small {
  font-size: 1.2rem;
}
ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
h1 {
  position:relative;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  display: block;
}
h1 .title {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 225px;
  left: 49%;
}
h1 #invitation01 {
  margin: 0 auto;
  padding: 0;
  width: 46%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 88%;
  left: 26%;
}
h1 #invitation02 {
  margin: 0 auto;
  padding: 0;
  width: 46%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 88%;
  left: 74%;
  line-height: 2rem;
  text-shadow: 0 0 10px rgba(255,255,255,1.0);
}
h1 #invitation02 a {
  color: #333 !important;
  text-decoration: underline;
}
h1 p {
  margin: 0 auto;
  padding: 10px 10px 15px 10px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 90%;
  left: 50%;
  font-size: 2rem;
  font-weight: 800;
  border: solid 1px #333;
  background-color: #fff;
  width: 330px;
}
h2 {
  width: 90%;
  text-align: center;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.6;
  margin: 0 auto 20px auto;
  background-color: #0081cc;
  color: #fff;
  border-radius: 50px;
}
h3 {
  margin: 2rem 0 2.2rem 0;
  padding: 0 0 0.5rem 0;
  width: 100%;
  border-bottom: solid 1px #0081cc;
  color: #0081cc;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
}
.pageTop {
  margin: 4em 0;
  width: 100%;
  text-align: center;
}
.pc {
  display: none;
}
.sp {
  display: block;
}

/* 画面外にいる状態 */
.fadeinLeft {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(-50px, 0);
  -moz-transform : translate(-50px, 0);
  -ms-transform : translate(-50px, 0);
  -o-transform : translate(-50px, 0);
  transform : translate(-50px, 0);
  -moz-opacity:0.0;
}
.fadeinRight {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(50px, 0);
  -moz-transform : translate(50px, 0);
  -ms-transform : translate(50px, 0);
  -o-transform : translate(50px, 0);
  transform : translate(50px, 0);
  -moz-opacity:0.0;
}
.fadeinBottom {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(0, 50px);
  -moz-transform : translate(0, 50px);
  -ms-transform : translate(0, 50px);
  -o-transform : translate(0, 50px);
  transform : translate(0, 50px);
  -moz-opacity:0.0;
}

/* 画面内に入った状態 */
.fadeinLeft.scrollin, .fadeinRight.scrollin, .fadeinBottom.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transform : translate(0, 0);
  -moz-transform : translate(0, 0);
  -ms-transform : translate(0, 0);
  -o-transform : translate(0, 0);
  transform : translate(0, 0);
  -moz-opacity:1.0;
}



/*header*/
.container {
  padding: 1rem 0 0.5rem 0;
  position: absolute;
  z-index: 9999;
  transform: translate(-50%,0);
  left: 50%;
  width: 100%;
}
header {
  display: flex;
  margin: 0rem auto;
  width: 90%;
  justify-content: space-between;
  align-content: center;
}
.asadigiLogo {
  display: block;
  align-content: center;
  color: #000;
}
.snsArea {
  display: flex;
  align-content: center;
  color: #000;
}
.asadigiLogo p {
  font-size: 0.8rem;
  text-indent: 0rem;
  line-height: 1.2rem;
  color: #000;
}
.share_text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
}
.share_link {
  width: 30px;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .share_link {
    width: 25px;
  }
}
.share_link.share-fb {
  width: 13px;
  height: 26px;
}
@media screen and (max-width: 749px) {
  .share_link.share-fb {
    width: 10px;
    height: 20px;
    margin-top: 4px;
  }
}
.share_link.share-tw {
  width: 26px;
  height: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 749px) {
  .share_link.share-tw {
    width: 22px;
    height: 16px;
  }
}

#headerArea {
  margin: 0 auto;
  padding: 0.5rem 0;
  width: 100%;
  background-color: #00c0e6;
  text-indent: 1rem;
}
#headerArea p {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.0rem;
}

#hero {
  position: relative;
  z-index: 9989;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
.hero1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  text-align: center !important;
  position: relative;
  background: url("../img/img_hero_sp.png") no-repeat center center;
  background-size: cover;
}

#advertising {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 3%;
  left: 50%;
  display: block;
  width: 90%;
}
#advertising p {
  display: block;
  border: solid 1px #333;
  color: #333;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  line-height: 1.0rem;
  text-align: left;
  width: fit-content;
}

#floatingBanner {
  position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999999;
  display: flex;
	transform: translate(0,0);

  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
a.floatingBtn {
  display: block;
  margin: 0.5rem;
  padding: 0.5rem 0;
  width: 95vw;
	height: 2rem;
  border: solid 3px #fff;
  border-radius: 10px;
  background-color: #ef8200;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  color: #fff !important;
  text-align: center;
  letter-spacing: 0.08rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
a.floatingBtn span {
  font-size: 1.4rem;
}



/*contents*/
#contentsArea1, #contentsArea2, #contentsArea3, #contentsArea4, #contentsArea5 {
  position: relative;
  display: block;
  padding: 40px 0;
  width: 100%;
  overflow: hidden;
}
.contentSet {
  margin: 0 auto;
  width: 90%;
  word-wrap: break-word;
}
/*------------------------------------------*/
#contentsArea1 {
  z-index: 1;
  position: relative;
}
#contentsArea1 .contentSet {
  position: relative;
  z-index: 4;
}
#contentsArea1 p {
  text-align: left;
}
#contentsArea1 p.about {
  font-size: 1.1rem;
  line-height: 2.2;
  display: block;
  margin: 0 0 40px 0;
  font-weight: 600;
}
#contentsArea1 p.sponser {
  text-align: left !important;
  display: block;
  margin: 40px auto;
  width: 90%;
}
#contentsArea1 p.sponser img {
  height: 1.3rem;
  vertical-align: text-top;
}
#date {
  display: block;
  margin: 0 auto 2rem auto;
  padding: 2rem 0;
  width: 100%;
  background-color: #0081cc;
  text-align: center;
}
#date img {
  width: 90%;
}
#streaming {
  padding: 0;
}
#streaming .video{
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
  margin: 1rem auto 0 auto;
}
#streaming .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*------------------------------------------*/
#contentsArea2 {
  z-index: 2;
}
#contentsArea2 .contentSet {
  display: block;
}
#contentsArea2 .contentSet div {
  display: block;
  width: 100%;
}
#contentsArea2 .contentSet div img {
  width: 90%;
}
#contentsArea2 .contentSet div span {
  font-size: 2.0rem;
  text-align: center;
}
#contentsArea2 .contentSet div ul {
  list-style: disc;
  padding-left: 1.1rem;
  margin-top: 1rem;
}
#contentsArea2 .contentSet div ul li {
  line-height: 1.1rem;
  margin-bottom: 0.5rem;
}
#contentsArea2 iframe {
  width: 100%;
  height: 16rem;
  margin: 10px 0 0 0;
}

/*------------------------------------------*/
#contentsArea3 {
  z-index: 3;
}
#contentsArea3 dl {
  font-size: 1.1rem;
  line-height: 2.0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#contentsArea3 dl dt {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  line-height: 2.0rem;
  border-left: solid 6px #0081cc;
}
#contentsArea3 dl dt span, #contentsArea3 span {
  font-size: 1.8rem;
  font-weight: 600;
}
#contentsArea3 dl dt span {
  line-height: 2.2rem;
}
#contentsArea3 span {
  line-height: 2.2rem;
  display: block;
  padding: 0 0 0.5rem 0;
}
#contentsArea3 p {
  border-left: solid 6px #00c0e6;
  padding: 0 0 0 20px;
}
#contentsArea3 dl dd {
  width: 150px;
  height: 150px;
  background-color: #ddd;
  display: block;
  margin: 0 auto 40px auto;
}
#contentsArea3 dl dd#panel {
  width: 230px;
  height: 230px;
  background-color: #ddd;
  display: block;
}
#contentsArea3 dl dd#panel p {
  border: none;
  display: block;
  text-align: right;
  font-size: 0.6rem;
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
#contentsArea3 dl dd img {
  width: 100%;
}

#contentsArea3 #present {
  width: 90%;
  margin: 70px auto 0 auto;
  padding: 2.5rem 0 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  border: solid 2px #ef8200;
  border-radius: 20px;
  line-height: 1.8rem;
  position: relative;
}
#contentsArea3 #present small {
  font-size: 1.0rem;
}
#contentsArea3 #present span {
  display: block;
  width: 85%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 0;
  left: 50%;
  background-color: #ef8200;
  border: solid 1px #fff;
  border-radius: 20px;
  padding: 0.2rem 0 0.3rem 0;
  font-size: 1.4rem;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  color: #fff;
}
/*------------------------------------------*/
#contentsArea4 {
  z-index: 4;
}
#contentsArea4 ul {
  font-size: 1.1rem;
  line-height: 2.0rem;
  display: block;
  margin: 2rem auto 0 auto;
  width: 100%;
}
#contentsArea4 ul li {
  width: 100%;
}
#contentsArea4 dl {
  font-size: 1.1rem;
  line-height: 2.0rem;
  margin: 2rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#contentsArea4 dl dt {
  width: 100%;
  min-height: 2rem;
  border: solid 1px #000;
  margin: 0 0 0.5rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contentsArea4 dl dd {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
#contentsArea4 dl dd a, .application {
  display: block;
  border: solid 3px #fff;
  border-radius: 10px;
  padding: 0.5rem;
  background-color: #ef8200;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
.application {
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto 1rem auto;
  padding: 1.4rem 0;
}
#contentsArea4 dl dd a:nth-child(2) {
  margin: 10px 0 0 0;
}
#contentsArea4 dl dd a#mailTo {
  color: #ff6124 !important;
  display: inline;
  background: none;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  font-weight: 400 !important;
  padding: 0;
}
/*------------------------------------------*/
#contentsArea5 {
  z-index: 5;
  text-align: center;
}
/*------------------------------------------*/

/*footer*/
footer {
  display: block;
  margin: 0 auto;
  padding: 1rem 0;
  width: 90%;
  background-color: #fff;
}
#footerContent {
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
#footerContent p {
  display: block;
  margin: 1.0rem auto;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
