@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
.cl:after {
  width: 1px;
  height: 0px;
  content: "";
  line-height: 0;
  display: block;
  clear: both;
}
.tel {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel {
    pointer-events: auto;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
}
:root {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  :root {
    background: #fff;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 15px;
  }
}
body {
  background: #fff;
}
@media screen and (min-width: 768px) {
  a:focus {
    outline: none;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  a:visited {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  a:visited {
    color: #333;
  }
}
.deadLink,
.deadlink {
  pointer-events: none !important;
  cursor: default !important;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.u_line {
  text-decoration: underline;
}
.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main {
    width: 100vw;
    overflow: hidden;
  }
}
header {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  header {
    width: 100%;
    height: 730px;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header p img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header p img {
    width: 100%;
  }
}
header h1 {
  color: #fff;
  background: #c38e00;
  margin: 48px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  header h1 {
    width: 378px;
    height: 378px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 90%;
    padding: 30px 0;
  }
}
header h1 .year {
  display: block;
}
@media screen and (min-width: 768px) {
  header h1 .year {
    font-size: 5.75rem;
  }
}
@media screen and (max-width: 768px) {
  header h1 .year {
    font-size: 4.5rem;
  }
}
header h1 .sub {
  border-top: 1px #fff solid;
  margin-top: 30px;
  padding-top: 30px;
  display: block;
}
@media screen and (min-width: 768px) {
  header h1 .sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  header h1 .sub {
    font-size: 1.1rem;
  }
}
header h1 strong {
  margin-top: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  header h1 strong {
    font-size: 3.45rem;
  }
}
@media screen and (max-width: 768px) {
  header h1 strong {
    font-size: 2.5rem;
  }
}
section,
artcle {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section,
  artcle {
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  section,
  artcle {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
  }
}
.imgbox {
  width: 100%;
}
.imgbox img {
  width: 100%;
}
#logo {
  padding: 58px 0;
}
@media screen and (min-width: 768px) {
  #logo img {
    width: 368px;
  }
}
@media screen and (max-width: 768px) {
  #logo img {
    width: 40%;
  }
}

#members .members_area {
  padding: 60px 0 30px;
  text-align: center;
}

#members .members_area .comment {
  margin: 12vh 0 6vh;
  
}

#members .members_area .comment p {
  width: 40vw;
  margin: 1.8rem auto 0;
}

#members .members_area .comment a {
  color: #005AFF;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #members .members_area {
    padding: 30px 0 0px;
    text-align: center;
  }

  #members .members_area .comment {
    margin: 6vh 0 3vh;
    
  }

  #members .members_area .comment p {
    width: 84vw;
    margin: 1.8rem auto 0;
  }
  
  #members .members_area .comment a {
    color: #005AFF;
    font-size: 1.2rem;
  }
}


.btn3 {
  margin: 0 auto;
}
.btn3 a {
  margin: 0 auto;
  background: #b0060a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 6px solid #bc7c00;
  -webkit-filter: drop-shadow(5px 5px 0px #452d00);
          filter: drop-shadow(5px 5px 0px #452d00);
}
@media screen and (min-width: 768px) {
  .btn3 a {
    font-size: 1.8rem;
    width: 600px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    height: 94px;
  }
}
@media screen and (max-width: 768px) {
  .btn3 a {
    font-size: 1.5rem;
    width: 90%;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    height: 70px;
  }
}
.btn3 a span {
  background: url("../images/icon.png") left center no-repeat;
}
@media screen and (min-width: 768px) {
  .btn3 a span {
    background-size: 55px auto;
    padding-left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .btn3 a span {
    background-size: 30px auto;
    padding-left: 44px;
  }
}



#youtube {
  padding: 40px 0;
}
#youtube .h2Wrap {
  margin: 36px auto 24px;
  background: -webkit-gradient(linear, left top, right top, from(#9b7100), to(#dbb900));
  background: -o-linear-gradient(left, #9b7100 0%, #dbb900 100%);
  background: linear-gradient(90deg, #9b7100 0%, #dbb900 100%);
  text-align: center;
  padding: 4px;
}

#youtube .wrap .live {
  width: 420px;
  margin: 24px auto;
}
@media screen and (max-width: 768px) {
  #youtube .wrap .live{
    width: 90%;
    font-size: 1.8rem;
    min-height: 90px;
    margin: 24px auto;
    text-align: center;
  }
  #youtube .wrap .live a .sp {
    width: 90%;
    margin: 0 auto;
  }
}


#youtube .wrap .h2_live {
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8rem;
}

#youtube .wrap .text {
  font-size: 0.8rem;
  margin: 12px auto;
  text-align: center;
  line-height: 1.2rem;
}

@media screen and (min-width: 768px) {
  #youtube .h2Wrap {
    width: 536px;
    font-size: 1.8rem;
    min-height: 90px;
    margin: 24px auto;
  }
}
@media screen and (max-width: 768px) {
  #youtube .h2Wrap {
    width: 90%;
    font-size: 1.2rem;
    min-height: 90px;
  }
}
#youtube .h2Wrap h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #c38e00;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  #youtube .h2Wrap h2 {
    width: 528px;
    min-height: 82px;
  }
}
@media screen and (max-width: 768px) {
  #youtube .h2Wrap h2 {
    width: calc(100% - 4px);
    min-height: 90px;
  }
}
#youtube .h2Wrap h2 span {
  line-height: 1.2;
}
#youtube .youtubeWrap {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #youtube .youtubeWrap {
    width: 1036px;
  }
}
@media screen and (max-width: 768px) {
  #youtube .youtubeWrap {
    width: 90%;
  }
}
#youtube .youtubeWrap .youtubeBox {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#youtube .youtubeWrap .youtubeBox .youtubeInbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 8px;
  border: 2px solid #bc7c00;
}
#youtube .youtubeWrap .youtubeBox .youtubeInbox iframe {
  width: 100%;
  height: 100%;
}





#teamMember {
  background: #800;
  background: -webkit-gradient(linear, left top, right top, from(#fefcec), color-stop(0%, #e8e8e8), to(#ffef89));
  background: -o-linear-gradient(left, #fefcec 0%, #e8e8e8 0%, #ffef89 100%);
  background: linear-gradient(90deg, #fefcec 0%, #e8e8e8 0%, #ffef89 100%);
  padding: 65px 0;
}
#teamMember h2 {
  text-align: center;
  color: #503e0e;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #teamMember h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  #teamMember h2 {
    font-size: 2.25rem;
  }
}
#teamMember ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #teamMember ul {
    width: 1060px;
    margin: 65px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #teamMember ul {
    width: 90%;
    margin: 65px auto 0;
  }
}
#teamMember ul li {
  width: 250px;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  #teamMember ul li {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #teamMember ul li {
    width: calc(50% - 8px);
  }
}
#teamMember ul li a {
  display: block;
  text-decoration: none;
  color: #503e0e;
}
#teamMember ul li img {
  width: 100%;
}
#teamMember ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #503e0e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/teamMemberLine.png") left center no-repeat;
  background-size: 24px auto;
  height: 30px;
  margin-top: 10px;
}
#teamMember ul li dl dt {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  #teamMember ul li dl dt {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #teamMember ul li dl dt {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #teamMember ul li dl dd {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  #teamMember ul li dl dd {
    font-size: 0.55rem;
  }
}
#teamMember ul .cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 0.8rem;
  color: #503e0e;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#teamMember ul .cap p {
  text-align: right;
}
.btn {
  margin-top: 68px;
}
.btn a {
  margin: 0 auto;
  background: #9e7300;
  background: -o-linear-gradient(30deg, #9e7300 0%, #dbb900 100%);
  background: linear-gradient(60deg, #9e7300 0%, #dbb900 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 6px solid #bc7c00;
  -webkit-filter: drop-shadow(5px 5px 0px #452d00);
          filter: drop-shadow(5px 5px 0px #452d00);
}
@media screen and (min-width: 768px) {
  .btn a {
    font-size: 1.8rem;
    width: 600px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    height: 94px;
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 1.5rem;
    width: 90%;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    height: 70px;
  }
}
.btn a span {
  background: url("../images/icon.png") left center no-repeat;
}
@media screen and (min-width: 768px) {
  .btn a span {
    background-size: 55px auto;
    padding-left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .btn a span {
    background-size: 30px auto;
    padding-left: 44px;
  }
}
.btn2 {
  margin-top: 68px;
}
.btn2 a {
  margin: 0 auto;
  background: #b0060a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 6px solid #bc7c00;
  -webkit-filter: drop-shadow(5px 5px 0px #452d00);
          filter: drop-shadow(5px 5px 0px #452d00);
}
@media screen and (min-width: 768px) {
  .btn2 a {
    font-size: 1.8rem;
    width: 600px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    height: 94px;
  }
}
@media screen and (max-width: 768px) {
  .btn2 a {
    font-size: 1.5rem;
    width: 90%;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    height: 70px;
  }
}
.btn2 a span {
  background: url("../images/icon.png") left center no-repeat;
}
@media screen and (min-width: 768px) {
  .btn2 a span {
    background-size: 55px auto;
    padding-left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .btn2 a span {
    background-size: 30px auto;
    padding-left: 44px;
  }
}



#schedule {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(79%, #f4efc6), to(#feef8f));
  background: -o-linear-gradient(top, #fff 0%, #fff 50%, #f4efc6 79%, #feef8f 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f4efc6 79%, #feef8f 100%);
}
@media screen and (min-width: 768px) {
  #schedule {
    padding: 160px 0 108px;
  }
}
@media screen and (max-width: 768px) {
  #schedule {
    padding: 60px 0 48px;
  }
}
#schedule h2 {
  color: #503e0e;
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #schedule h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule h2 {
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList {
    margin: 128px auto 0;
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList {
    margin: 48px auto 0;
    width: 90%;
  }
}
#schedule .scheduleList li {
  background: #800;
  background: -webkit-gradient(linear, left top, right top, from(#800), to(#db0009));
  background: -o-linear-gradient(left, #800 0%, #db0009 100%);
  background: linear-gradient(90deg, #800 0%, #db0009 100%);
  color: #fff;
  padding: 4px;
  -webkit-filter: drop-shadow(5px 5px 0px rgba(69,45,0,0.1));
          filter: drop-shadow(5px 5px 0px rgba(69,45,0,0.1));
}

#schedule .scheduleList li a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #schedule .scheduleList li {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li {
    margin-top: 20px;
  }
}
#schedule .scheduleList li .bgWrap {
  background: url("../images/teamMemberBg.png") no-repeat right center;
  background-size: 264px auto;
}
#schedule .scheduleList li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #c38e00;
}
#schedule .scheduleList li dl dt {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dt {
    width: 268px;
    padding: 30px 0 25px;
    padding-left: 107px;
    background: url("../images/teamMemberMark.png") center right no-repeat;
    background-size: 158px auto;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dt {
    width: 29%;
    padding: 30px 20px 25px;
    background: url("../images/teamMemberMark.png") center center no-repeat;
    background-size: 90% auto;
  }
}
#schedule .scheduleList li dl dt .scheduleListDt {
  margin-top: -15px;
}
#schedule .scheduleList li dl dt h3 {
  color: #be913a;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dt h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dt h3 {
    text-align: center;
    font-size: 1rem;
  }
}
#schedule .scheduleList li dl dt p {
  color: #fff;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dt p {
    font-size: 0.6rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dt p {
    font-size: 0.6rem;
    margin-top: 5px;
  }
}
#schedule .scheduleList li dl dd {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd {
    padding: 30px 0 25px;
    width: calc(100% - 268px);
    padding-right: 208px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd {
    padding: 25px 0 25px;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd.finish {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd.finish {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#schedule .scheduleList li dl dd .scheduleListDt {
  margin-top: -15px;
}
#schedule .scheduleList li dl dd h3 {
  color: #be913a;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd h3 {
    font-size: 1.85rem;
  }
}
#schedule .scheduleList li dl dd .ennames {
  color: #be913a;
  width: 100%;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd .ennames {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd .ennames {
    font-size: 0.8rem;
  }
}
#schedule .scheduleList li dl dd .days {
  color: #fff;
  width: 100%;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd .days {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd .days {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
#schedule .scheduleList li dl dd .scheduleListDdEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd {
    padding: 0 5px;
  }
}
#schedule .scheduleList li dl dd .scheduleListDdEnd .text .jpname {
  text-align: left;
  color: #be913a;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .text .jpname {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .text .jpname {
    font-size: 1rem;
  }
}
#schedule .scheduleList li dl dd .scheduleListDdEnd .text .enname {
  text-align: left;
  color: #be913a;
  font-size: 0.6rem;
}
#schedule .scheduleList li dl dd .scheduleListDdEnd .text .teammember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .text .teammember {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .text .teammember {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#schedule .scheduleList li dl dd .scheduleListDdEnd .text .teammember .order {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .text .teammember .order {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .text .teammember .order {
    font-size: 0.7rem;
    text-align: left;
    width: 100%;
  }
}
#schedule .scheduleList li dl dd .scheduleListDdEnd .text .teammember .teammemberName {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .text .teammember .teammemberName {
    padding-left: 30px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .text .teammember .teammemberName {
    text-align: left;
    width: 100%;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .photo {
    width: 253px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList li dl dd .scheduleListDdEnd .photo {
    width: 35%;
  }
}
#schedule .scheduleList li dl dd .scheduleListDdEnd .photo img {
  width: 100%;
}
#bnr {
  position: relative;
}
@media screen and (min-width: 768px) {
  #bnr {
    padding: 114px 0 74px;
  }
}

#bnr:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 265px 0 265px;
  border-color: #fdef93 transparent transparent transparent;
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -265px;
  display: block;
}

#bnr .wrap {
  margin: 60px auto 0;
}

#bnr .wrap a .pc {
width: 69vw;
display: block !important;
margin: 0 auto;
}
#bnr .wrap a .sp {
  width: ;100%;
  display: none !important;
  }

@media screen and (max-width: 768px) {
  #bnr .wrap {
    margin: 0 auto;
  }
  #bnr .wrap a .pc {
    display: none !important;
    }
  #bnr .wrap a .sp {
    width: 100%;
    display: block !important;
    }
}

#bnr .wrap a .ssg {
  width: 69vw;
  display: block !important;
  margin: 0 auto;
  }

#bnr dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  #bnr dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#bnr dl dt {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 768px) {
  #bnr dl dt {
    width: 50%;
    padding: 70px 107px;
  }
}
@media screen and (max-width: 768px) {
  #bnr dl dt {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #bnr dl dt img {
    width: 307px;
  }
}
@media screen and (max-width: 768px) {
  #bnr dl dt img {
    width: 60%;
  }
}
#bnr dl dd {
  background: #b9d6e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 768px) {
  #bnr dl dd {
    width: 50%;
    padding: 70px 107px;
  }
}
@media screen and (max-width: 768px) {
  #bnr dl dd {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #bnr dl dd img {
    width: 307px;
  }
}
@media screen and (max-width: 768px) {
  #bnr dl dd img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #bnr .superstar img {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  #bnr .superstar img {
    width: 90%;
  }
}
#bnr .campion {
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  #bnr .campion img {
    width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  #bnr .campion img {
    width: 100%;
  }
}
#bnr .superStar {
  background: #800;
  background: -webkit-gradient(linear, left top, right top, from(#800), to(#db0009));
  background: -o-linear-gradient(left, #800 0%, #db0009 100%);
  background: linear-gradient(90deg, #800 0%, #db0009 100%);
  color: #fff;
  padding: 4px;
  -webkit-filter: drop-shadow(5px 5px 0px rgba(69,45,0,0.1));
          filter: drop-shadow(5px 5px 0px rgba(69,45,0,0.1));
}
@media screen and (min-width: 768px) {
  #bnr .superStar {
    width: 70vw;
    margin: 36px auto 0;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#bnr .bnr_area {
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  #bnr .bnr_area {
    margin: 60px auto;
  }
  #bnr .bnr_area .kenkoba {
    width: 100%;
  }
}

#bnr .superStar .superStarwrap {
  border: 2px solid #c38e00;
  width: 100%;
  height: 100%;
}
#bnr .superStar .superStarwrap a {
  background: url("../images/teamMemberBgL.png") no-repeat right center;
  background-size: 542px auto;
  display: block;
  text-decoration: none;
  padding: 106px 0;
}
@media screen and (max-width: 768px) {
  #bnr .superStar .superStarwrap a {
    padding: 84px 0 24px;
  }
  #bnr .bnr_area .kenkoba {
    width: 100%;
  }
}

#bnr .superStar .superStarwrap a .title {
  color: #be913a;
  font-size: 3rem;
}
#bnr .superStar .superStarwrap a .titleB {
  color: #be913a;
  font-size: 3rem;
  margin-top: 10px;
}
#bnr .superStar .superStarwrap a .enTitle {
  color: #be913a;
  font-size: 0.9rem;
  margin-top: 15px;
}
#bnr .superStar .superStarwrap a .days {
  margin-top: 20px;
  color: #fff;
  font-size: 1.2rem;
}
footer {
  background: #810000;
}
footer p {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}
.caution {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 25px;
}
.comingsoon {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 25px;
}
