@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "平成明朝",
 "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
 "ＭＳ Ｐゴシック", sans-serif;
  font-display: swap;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  background-image: url("");
  background-color: #fff;
  background-repeat: no-repeat;
}

p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
dl {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

.red {
  color: #f00;
}

.f-xs {
  font-size: 0.8em;
}

.f-lg {
  font-size: 1.4em;
}

.bld {
  font-weight: bold;
}

#wrapper {
  overflow: hidden;
}

/* header */
#header {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 60px 0 0;
  border-bottom: 1px solid #cc9957;
}

#header img {
  margin: 0 auto;
}

/* sp-footer */
#footer {
  background: #34901d;
  padding-bottom: 1em;
  line-height: 1.4em;
  color: #fff;
}

#footer a {
  color: #fff;
}

#sp-footer {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

#sp-footer li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style: none;
  width: 32%;
  font-size: 70%;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

#sp-footer span,
#sp-footer i {
  font-size: 180%;
}

#sp-footer a {
  color: #fff;
}

#sp-footer a {
  display: block;
  padding: 0.8em;
}

#sp-footer a:hover,
#sp-footer a:active {
  background: #3cf;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

#copyright {
  text-align: center;
  padding: 1em;
  font-size: 0.8em;
}

/*SNS*/
.snsbtn {
  padding-top: 1em;
  margin-bottom: 1em;
  overflow: visible;
  padding-left: 0;
  text-align: center;
}

.snsbtn li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}

.snsbtn li:last-child {
  margin-right: 0;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 12px;
  bottom: 50px;
  width: 54px;
  height: 54px;
  text-align: center;
  z-index: 999;
  background: #fff;
  box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -webkit-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -moz-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  border-radius: 50%;
  overflow: hidden;
}

#pagetop a {
  display: block;
  font-size: 3em;
  color: #fff;
  background: #ff43a6;
  height: 54px;
}

#pagetop a:hover {
  color: #fff;
  background: #fbb03b;
}

/* utility */
.visible-xs {
  display: block;
}

@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

br.visible-xs {
  display: inline;
}

@media (min-width: 768px) {
  br.visible-xs {
    display: none;
  }
}

.hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

br.hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  br.hidden-xs {
    display: inline;
  }
}

/* PC */
@media (min-width: 768px) {
  #wrapper {
    width: 100%;
    position: relative;
    height: auto !important;
    /*IE6対策*/
    height: 100%;
    /*IE6対策*/
    min-height: 100%;
  }
  #content {
    margin: 0 auto;
    padding-bottom: 136px;
  }
  #footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 136px;
  }
  #pnkz {
    max-width: 980px;
    margin: 0.5em auto 1em;
    padding: 0 1em;
  }
  #copyright {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1em;
    text-align: center;
  }
  .snsbtn {
    margin-bottom: 0.3em;
  }
  /* pagetop */
  #pagetop {
    bottom: 92px;
    right: 3%;
  }
}

/* main_contents */
#wrapper {
  background: url(../img/bg.jpg);
}

#header {
  background: url(../img/headerbg.png) no-repeat center top/cover;
  position: relative;
}

#header .asamimilogo {
  position: absolute;
  width: 100%;
  max-width: 980px;
  text-align: left;
  padding: 0.3em;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  #header .asamimilogo {
    padding: 0.5em 0;
  }
}

#header .asamimilogo a {
  width: 80px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

@media (min-width: 992px) {
  #header .asamimilogo a {
    width: 120px;
  }
}

.item {
  padding: 2em 0;
}

@media (min-width: 768px) {
  .item {
    padding: 4em 0;
  }
}

#nextwrap {
  background: url(../img/nextbg.jpg) no-repeat center center/cover;
  border-bottom: 1px solid #114d2f;
}

#nextwrap .next {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 1em;
  border-radius: 6px;
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  #nextwrap .next {
    padding: 2em;
    max-width: 980px;
  }
}

#nextwrap .next h2 {
  border-bottom: 2px solid #6c6c6c;
  color: #ff1212;
  font-size: 1.2em;
  padding: 0.2em 0;
  position: relative;
  margin-bottom: 1.5em;
}

#nextwrap .next h2:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-bottom: 1px solid #6c6c6c;
}

#nextwrap .next h2 .oadate {
  color: #333;
  display: block;
}

@media (min-width: 768px) {
  #nextwrap .next h2 .oadate {
    margin-left: 1em;
    display: inline;
  }
}

#nextwrap .next .nextimg img {
  border: 1px solid #ccc;
  border-radius: 6px;
}

#nextwrap .next .nexttext {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  #nextwrap .next .nexttext {
    margin-top: 0;
  }
}

#snstl {
  background: url(../img/snstlbg.jpg);
  text-align: center;
  border-bottom: 1px solid #cfa165;
}

#snstl .fb_iframe_widget {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  height: auto;
}

#snstl .twitl {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  #snstl .twitl {
    margin-bottom: 0;
  }
}

#sponsor {
  padding-right: 1em;
  padding-left: 1em;
  background: #fff;
  text-align: center;
}

#sponsor a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

h1 {
  text-align: center;
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  h1 {
    margin: 0 0 1.5rem;
  }
}

.livenet {
  padding: 0;
  background-color: #2ca6e0;
}

.livenet .livenet-inner {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .livenet .livenet-inner {
    padding: 2rem;
  }
}

.livenet .livenet-inner h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #ee5a8b;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #2ca6e0;
}

@media (min-width: 768px) {
  .livenet .livenet-inner h2 {
    font-size: 2rem;
  }
}

.livenet .livenet-inner h2 span {
  display: block;
  font-size: 1rem;
  color: #2ec21f;
}

@media (min-width: 768px) {
  .livenet .livenet-inner h2 span {
    font-size: 1.5rem;
  }
}

.livenet .livenet-inner .time {
  font-size: 1.2rem;
  color: #2ca6e0;
  font-weight: bold;
  padding-bottom: 0.25rem;
}

.livenet .livenet-inner .livenet-text {
  margin-bottom: 1rem;
}

.livenet .livenet-inner .youtube-wrap {
  max-width: 100%;
}

.livenet .livenet-inner .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.livenet .livenet-inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ytube-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .ytube-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
  }
}

.ytube-flex .vitem {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .ytube-flex .vitem {
    width: 46%;
  }
}

.ytube-flex .vitem p {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */