@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bungee&family=Noto+Sans+JP:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee&family=Noto+Sans+JP:wght@400;900&display=swap");
/* ====================================================================== */
/* 独自設定 */
/* ====================================================================== */
.bsbb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alt {
  display: none;
}

.dummymovie {
  width: 100%;
  height: auto;
}

/*---------------------------
 LAYOUT
----------------------------- */
body {
  background: url("../images/bg.jpg") no-repeat top center #e6cfc1;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-attachment: fixed;
  color: #292929;
}

.sp-content {
  font-size: 14px;
  padding: 0 0 100px;
}
.sp-content div, .sp-content ul, .sp-content li, .sp-content p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-content p {
  text-align: justify;
  line-height: 1.8;
}
.sp-content a {
  color: #b84c01;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sp-content a:hover {
  color: #EB6101;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}
.sp-content a:visited {
  color: #5486a4;
}
.sp-content img {
  max-width: 100%;
  height: auto;
}
.sp-content .lang_en, .sp-content .lang_en p {
  -ms-word-break: normal;
  word-break: normal;
}

.sp-header {
  padding: 2em;
}
.sp-header .sp-title {
  padding: 60px 5vw 30px;
}
.sp-header .sp-title img {
  display: block;
  margin: 0 auto;
}
.sp-header .sp-catch {
  padding: 0 0 60px;
}
.sp-header .sp-catch img {
  display: block;
  margin: 0 auto;
}
.sp-header .sp-meta {
  color: #b4800f;
  padding: 0;
  font-weight: bold;
}
.sp-header .sp-meta strong {
  font-family: "Bungee", cursive;
}
.sp-header .sp-meta p {
  font-size: 1.14286em;
  line-height: 1;
  margin: 0 0 .4em;
}
.sp-header .sp-meta p a, .sp-header .sp-meta p a:hover, .sp-header .sp-meta p a:visited {
  color: #b4800f;
  text-decoration: none;
}
.sp-header .sp-meta p small {
  font-size: 0.7em;
}
.sp-header .sp-meta li {
  display: inline-block;
}
.sp-header .sp-meta li + li {
  margin-left: 0.1em;
}
.sp-header .sp-meta button {
  outline: none;
  background: rgba(180, 128, 15, 0.2);
  color: #b4800f;
  font-size: 1em;
  padding: .5em 1em;
  line-height: 1.2;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sp-header .sp-meta button:hover, .sp-header .sp-meta button:focus {
  background: #b4800f;
  color: #fff;
  border: none;
  outline: none;
}
.sp-header .sp-homelink {
  text-align: right;
}
.sp-header .sp-homelink a {
  outline: none;
  color: #b4800f;
  font-size: 1em;
  padding: .5em 1em;
  line-height: 1.2;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sp-header .sp-homelink a:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: .4em;
  border-color: transparent transparent transparent #b4800f;
  vertical-align: middle;
}
.sp-header .sp-homelink a:hover, .sp-header .sp-homelink a:focus {
  background: rgba(180, 128, 15, 0.2);
  border: none;
  outline: none;
}
.sp-header .sp-title {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear 0.3s;
  -moz-transition: opacity 0.4s linear 0.3s;
  -ms-transition: opacity 0.4s linear 0.3s;
  -o-transition: opacity 0.4s linear 0.3s;
  transition: opacity 0.4s linear 0.3s;
}
.sp-header .sp-catch {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sp-header .on.sp-title, .sp-header .on.sp-catch {
  opacity: 1;
}

.sp-body {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2em;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sp-body_main {
  width: calc( 100% - 300px );
}

.sp-body_side {
  width: 250px;
}

.socialBtn {
  max-width: 1050px;
  padding: 0 2em;
  margin: 0 auto 1em;
  float: none;
}
.socialBtn ul {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.socialBtn li + li {
  padding-left: 0.1em;
}
.socialBtn .ballon {
  position: relative;
  float: right;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid #CCC;
  margin-left: 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  height: 18px;
  line-height: 18px;
  background-color: #FFF;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}
.socialBtn .ballon:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #AAA;
}
.socialBtn .ballon:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #FFF;
}
.socialBtn a, .socialBtn a:hover, .socialBtn a:visited {
  color: #000;
}
.socialBtn a:hover {
  text-decoration: none;
  text-shadow: none;
}

/*---------------------------
 sp-body
----------------------------- */
.sp-news {
  display: block;
  padding: 1em;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.6);
}
.sp-news ul {
  margin: 0;
}
.sp-news li {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 .4em;
}
.sp-news li > * {
  text-indent: 0;
}
.sp-news li:before {
  content: "";
  display: inline-block;
  width: .6em;
  padding-top: .6em;
  margin-right: .4em;
  text-indent: 0;
  background: #EB6101;
  vertical-align: middle;
}
.sp-news li:nth-child(n+6) {
  display: none;
}
.sp-news small {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.85714em;
  color: #b3a991;
}

.sp-content h2 {
  margin: 0 0 30px;
  padding: 1em 0;
  font-family: "Bungee", "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 2.28571em;
  line-height: 1.2;
  letter-spacing: .1em;
  position: relative;
  background: url("../images/h2_after.png") repeat-x bottom center, url("../images/h2_after.png") repeat-x top center;
}
.sp-content h2:before {
  content: none;
}
.sp-content h2 small {
  font-size: 0.75em;
}
.sp-content .sp-foot-nav {
  margin-top: 2em;
}
.sp-content .gotop {
  display: block;
  padding: .8em;
  border: 1px solid #b4800f;
  text-align: center;
  margin: 0 auto;
  width: 75%;
}
.sp-content .gotop:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent #b4800f transparent transparent;
  margin-right: .4em;
  margin-left: -12px;
}
.sp-content .gotop:hover {
  text-shadow: none;
  text-decoration: none;
  background-color: rgba(180, 128, 15, 0.2);
}
.sp-content .gotop, .sp-content .gotop:visited {
  color: #b4800f;
}


.sp-body_main > * {
  margin-bottom: 100px;
}
.sp-body_main > *:last-child {
  margin-bottom: 0;
}
.sp-body_main h3 {
  background: url("../images/h3_bg.png") repeat-x top center;
  margin: 2em 0 1em;
  padding: 0.8em 0;
  font-family: "Bungee", "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 2em;
  letter-spacing: .1em;
  border-style: solid;
  border-color: #b4800f;
  border-width: 1px 0 0;
  position: relative;
}
.sp-body_main h3:before {
  content: none;
}
.sp-body_main h3:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: .6em;
  border-color: #b4800f transparent transparent transparent;
  position: absolute;
  margin-left: -.6em;
  bottom: -.8em;
  left: 50%;
}
.sp-body_main h2 + h3,
.sp-body_main h3:first-child {
  margin-top: 0;
}
.sp-body_main .sp-news h3 {
  background: none;
  border: none;
  padding-top: 0;
  color: #927030;
}

.sp-body_side > * {
  margin-bottom: 60px;
}
.sp-body_side > *:last-child {
  margin-bottom: 0;
}
.sp-body_side > * > * {
  margin-bottom: 30px;
}
.sp-body_side > * > *:last-child {
  margin-bottom: 0;
}
.sp-body_side h3, .sp-body_side .headline_l {
  display: block;
  margin: 0 0 .6em;
  padding: .6em 0 .7em;
  font-family: "Bungee", "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: left;
  font-size: 1.28571em;
  line-height: 1.2;
  letter-spacing: .1em;
  border-top: 1px solid #927030;
  background: url("../images/h2_after.png") no-repeat bottom left;
  position: relative;
}
.sp-body_side h4, .sp-body_side .headline_m {
  display: block;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background-color: rgba(235, 97, 1, 0.2);
  line-height: 1.2;
  padding: .4em;
  margin-bottom: .5em;
}
.sp-body_side h4 a, .sp-body_side .headline_m a {
  position: relative;
}
.sp-body_side h4 a, .sp-body_side h4 a:hover, .sp-body_side h4 a:visited, .sp-body_side .headline_m a, .sp-body_side .headline_m a:hover, .sp-body_side .headline_m a:visited {
  color: #FFF !important;
}
.sp-body_side h3.headline_sponsor {
  background: #000;
  color: #FFF;
  border-left: 1em solid #ec1414;
  padding: .3em .3em .3em .5em;
  border-top: none;
}
.sp-body_side h3.headline_sponsor:after {
  content: none;
}
.sp-body_side .sp-twitter > li {
  display: block;
  margin-bottom: 30px;
}
.sp-body_side .sp-twitter > li:last-child {
  margin-bottom: 0;
}
.sp-body_side .sp-twitter .twitter-timeline {
  min-height: 500px;
}
.sp-body_side .sp-news h3 {
  border-top: none;
  padding-top: 0;
  color: #927030;
}

.sp-nav > div {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.sp-nav > div:last-child {
  margin-bottom: 0;
}

.sp-nav_list a {
  color: #FFF;
  display: inline-block;
  padding: .2em 0 .2em 1em;
  text-indent: -1em;
}
.sp-nav_list a > * {
  text-indent: 0;
}
.sp-nav_list a:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: .4em .5em;
  border-color: transparent transparent transparent #EB6101;
  text-indent: 0;
  color: #b84c01;
}
.sp-nav_list > li {
  line-height: 1.4;
  margin: 0 0 .8em;
  padding: 0 0 .8em 0;
  border-style: dashed;
  border-width: 0 0 1px;
  border-color: rgba(255, 255, 255, 0.2);
}
.sp-nav_list > li ul {
  margin-top: 0.4em;
}

.sp-links a {
  display: block;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.28571em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 3px #b5a582;
  box-shadow: 0 1px 3px #b5a582;
}
.sp-links a.txt_link, .sp-links a.logo_link {
  padding: 1em 0;
}
.sp-links a.txt_link, .sp-links a.txt_link:hover, .sp-links a.txt_link:visited, .sp-links a.logo_link, .sp-links a.logo_link:hover, .sp-links a.logo_link:visited {
  color: #333;
}
.sp-links a.txt_link:hover, .sp-links a.logo_link:hover {
  text-decoration: none;
  opacity: .8;
  text-shadow: none;
}
.sp-links a.txt_link img, .sp-links a.logo_link img {
  max-width: 80%;
  height: auto;
}
.sp-links li + li {
  margin-top: 1em;
}

.sp-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 60px;
}
.sp-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-about p {
  font-size: 1.14286em;
  line-height: 1.9;
  margin: 0 0 1em;
}
.sp-about p:last-child {
  margin-bottom: 0;
}
.sp-about.sp_accordion label:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 1em;
  border-color: #b4800f transparent transparent transparent;
  position: absolute;
  margin-left: -1em;
  bottom: -3em;
  left: 50%;
  transition: all .2s;
}
.sp-about.sp_accordion label:hover {
  cursor: pointer;
  filter: brightness(120%);
}
.sp-about.sp_accordion label + * {
  height: 4em;
  opacity: .2;
  filter: blur(0.1em);
}
.sp-about.sp_accordion input:checked ~ label:after {
  opacity: 0;
}
.sp-about.sp_accordion input:checked ~ label + * {
  height: auto;
  opacity: 1;
  filter: blur(0);
}

.sp-datetime, .sp-coop {
  text-align: center;
  padding: 0 0 1.5em;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px #b5a582;
  box-shadow: 0 1px 5px #b5a582;
  background-color: rgba(255, 245, 215, 0.5);
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.sp-datetime h3, .sp-coop h3 {
  border-top: none;
}
.sp-datetime h4, .sp-coop h4 {
  margin: 1.6em 0 0;
  font-weight: bold;
  font-size: 1.42857em;
}
.sp-datetime h4:first-child, .sp-coop h4:first-child {
  margin-top: 0;
}
.sp-datetime p, .sp-coop p {
  padding: 0 1em;
}
.sp-datetime ul, .sp-coop ul {
  margin: 0;
  padding: 0 1em;
  font-weight: bold;
  font-size: 2.28571em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.sp-datetime ul li, .sp-coop ul li {
  line-height: 1.2;
  margin-bottom: 0.5em;
  -ms-word-break: break-all;
  word-break: break-all;
}
.sp-datetime ul.sp-cooplogo, .sp-coop ul.sp-cooplogo {
  margin-left: 1em;
  margin-right: 1em;
  padding: 1em 0;
  background-color: #FFF;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.sp-datetime ul.sp-cooplogo > *, .sp-coop ul.sp-cooplogo > * {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.sp-datetime dl, .sp-coop dl {
  padding: 0 1.5em;
  font-weight: bold;
  font-size: 2.28571em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 1.5rem;
}
.sp-datetime dt, .sp-coop dt {
  width: 40%;
  display: inline-block;
  text-align: right;
}
.sp-datetime dd, .sp-coop dd {
  width: 40%;
  display: inline-block;
  text-align: left;
  margin-left: 1%;
}
.sp-datetime p, .sp-coop p {
  padding: 0 1.5em;
  line-height: 1.2;
}


.sp-media {
  text-align: center;
  padding: 0 0 1.5em;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px #b5a582;
  box-shadow: 0 1px 5px #b5a582;
  background-color: rgba(255, 245, 215, 0.5);
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.sp-media h3 {
  border-top: none;
}
.sp-media p {
  margin: 0 1em;
  text-align: center;
  font-size: 1.42857em;
}
.sp-media ul {
  margin: 0 1em;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.sp-media ul li {
  width: 31.5%;
  display: block;
}
.sp-media ul li:nth-child(n+4) {
  margin-top: 3%;
}
.sp-media ul a:hover {
  opacity: .75;
}
.sp-media ul a img {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px #B5A582;
  box-shadow: 0 1px 3px #B5A582;
}

.sp-entries > div {
  margin-bottom: 60px;
}
.sp-entries > div:last-child {
  margin-bottom: 0;
}
.sp-entries .newList {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp-entries .newList:after {
  width: 31%;
  content: "";
  display: inline-block;
}
.sp-entries .newList > li {
  width: 31%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
.sp-entries .newList > li:nth-child(n+4) {
  margin-top: 5%;
}
.sp-entries .newList > li > a {
  display: block;
  padding: 1em;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-entries .newList a {
  color: #292929;
}
.sp-entries .newList a:hover {
  text-decoration: none;
}
.sp-entries .newList .imgBox {
  position: relative;
  width: 100%;
  height: auto;
}
.sp-entries .newList .imgBox:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.sp-entries .newList .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 1px #b99a56;
  box-shadow: 0 0 1px #b99a56;
}
.sp-entries .newList .original {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 50% 50%;
}
.sp-entries .newList .textWrap {
  flex: 1;
  padding: 0 0 2.2em;
}
.sp-entries .newList .textWrap .articleTitle {
  margin: 0.4em 0 .6em;
  font-weight: bold;
}
.sp-entries .newList .textWrap .bottomMeta {
  color: #b3a991;
  position: absolute;
  bottom: 1em;
  left: 5%;
  width: 90%;
  font-size: 85%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.sp-entries .newList .textWrap .bottomMeta li {
  padding: 3px 5px;
  max-height: 26px;
  white-space: nowrap;
}
.sp-entries .newList .textWrap .bottomMeta li.articleCategory {
  background-color: #ccc;
  color: #000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 5%;
  cursor: default;
  max-width: 100px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-entries .newList ul .date {
  font-size: 0.85714em;
}
.sp-entries .newList .default .date {
  margin-left: 10px;
  font-size: 85%;
}
.sp-entries .itemBox {
  overflow: hidden;
  padding: 1.5em .5em;
  border-bottom: 1px solid #b4800f;
}
.sp-entries .itemBox:last-child {
  border: none;
}
.sp-entries .itemBox a {
  color: #FFF;
}
.sp-entries .itemBox a:hover {
  text-decoration: none;
}
.sp-entries .itemBox a.imgBox {
  display: block;
  position: relative;
  float: left;
  margin-right: 1em;
  width: 160px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.sp-entries .itemBox a.imgBox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.sp-entries .itemBox .textArea {
  overflow: hidden;
}
.sp-entries .itemBox .newsTitle {
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 1.14286em;
  line-height: 1.3;
}
.sp-entries .itemBox .newsTitle a {
  color: #b84c01;
}
.sp-entries .itemBox .newsHead {
  margin-bottom: .5em;
  height: auto;
  line-height: 1.4;
}
.sp-entries .itemBox .news-time {
  line-height: 1;
  color: #b3a991;
  text-align: right;
  margin-right: 5px;
  font-size: 0.85714em;
}

.sp-news-tab_body {
  position: relative;
}
.sp-news-tab_body > * {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity .4s linear .2s;
  -moz-transition: opacity .4s linear .2s;
  -ms-transition: opacity .4s linear .2s;
  -o-transition: opacity .4s linear .2s;
  transition: opacity .4s linear .2s;
}
.sp-news-tab_body > .current {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.sp-news-tab {
  display: table;
  width: 100%;
  line-height: 1.2;
  background: none;
  table-layout: fixed;
  border-collapse: collapse;
}
.sp-news-tab > li {
  display: table-cell;
  border-style: solid;
  border-color: #b4800f;
  border-width: 1px 0 1px 1px;
  background-color: rgba(180, 128, 15, 0.1);
  vertical-align: middle;
}
.sp-news-tab a {
  outline: 0;
  text-align: center;
  display: block;
  padding: 0.6em 0;
  text-decoration: none;
  font-size: 1.42857em;
  font-weight: bold;
}
.sp-news-tab a, .sp-news-tab a:hover, .sp-news-tab a:visited {
  color: #855f0b;
}
.sp-news-tab a:hover {
  background-color: rgba(180, 128, 15, 0.2);
}
.sp-news-tab .current {
  border-bottom-width: 0;
  background: none;
}

.sp-cast {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.sp-cast > li {
  width: 40%;
  text-align: center;
}
.sp-cast > li:nth-child(n+4) {
  margin-top: 30px;
}
.sp-cast > li img {
  margin: 0 0 .4em;
}
.sp-cast p {
  font-size: 0.85714em;
  text-align: center;
  line-height: 1.3;
}
.sp-cast + ul, .sp-cast + p {
  margin-top: 1em;
}

.sp-article h2 {
  font-size: 1.71429em;
  line-height: 1.3;
}
.sp-article h2:after {
  left: auto;
  right: 0;
  margin-left: 0;
  bottom: -4px;
}
.sp-article h3 {
  font-size: 1.42857em;
  text-align: left;
  padding: 1em .2em;
  border-width: 1px 0;
}
.sp-article h3:after {
  content: none;
}
.sp-article .sp-article-body {
  background: #fff;
  color: #000;
  padding: 2em;
}
.sp-article .sp-article-body a {
  color: #0177a6;
  text-decoration: underline;
}
.sp-article .sp-article-body a:hover {
  text-decoration: none;
}
.sp-article .sp-article-body h2 {
  border-color: #000;
  margin-top: 2em;
  text-shadow: none;
}
.sp-article .sp-article-body h2:first-child {
  margin-top: 0;
}
.sp-article .sp-article-body h2:after {
  border-color: #000;
}
.sp-article .sp-article-body h3 {
  color: #000;
  margin-top: 2em;
  background: none;
  padding: .4em 0 .4em .8em;
  border-color: #b4800f;
  border-width: 0 0 0 8px;
  text-shadow: none;
}
.sp-article .sp-article-body h3:first-child {
  margin-top: 0;
}

.sp_accordion input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.sp_accordion label {
  position: relative;
}
.sp_accordion label + * {
  z-index: 1;
  overflow: hidden;
  position: relative;
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -ms-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
}
.sp_accordion input:checked ~ label + * {
  height: 0;
  z-index: 0;
  opacity: 0;
}

.sp-indexpage .sp-header .sp-news {
  display: none;
}
.sp-indexpage .sp-body_main .sp-news {
  display: none;
}
.sp-indexpage .sp-body_main .sp-links-sponsor {
  display: none;
}
.sp-indexpage .sp-body_side .sp-entries {
  display: none;
}

.sp-entrypage .sp-header {
  padding-bottom: 2em;
}
.sp-entrypage .sp-header .sp-title {
  padding: 2em 0 1em;
}
.sp-entrypage .sp-header .sp-title img {
  width: 700px;
}
.sp-entrypage .sp-header .sp-catch {
  padding-bottom: 1em;
}
.sp-entrypage .sp-header .sp-catch img {
  width: 500px;
}
.sp-entrypage .sp-header .sp-news {
  display: none;
}
.sp-entrypage .sp-body_side .sp-entries {
  display: none;
}

.sp-article .sp-article-heading {
  margin-bottom: 30px;
}
.sp-article .sp-meta {
  text-align: right;
  color: #b4800f;
}
.sp-article .sp-meta li {
  display: inline-block;
}
.sp-article p {
  line-height: 1.9;
  margin: 0 0 1em;
}

.sp-content .fontsize_l {
  font-size: 1.42857em;
}
.sp-content small, .sp-content .fontsize_s {
  font-size: 0.85714em;
}
.sp-content .text-center, .sp-content p.text-center {
  text-align: center;
}
.sp-content .text-right, .sp-content p.text-right {
  text-align: right;
}
.sp-content .text-left, .sp-content p.text-left {
  text-align: left;
}
.sp-content .marklist > li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 0 0 .4em;
}
.sp-content .marklist > li > * {
  text-indent: 0;
}
.sp-content .marklist > li > i:first-child {
  display: inline-block;
  width: 1em;
  font-style: normal;
}
.sp-content .datalist.data_s dt {
  font-weight: bold;
  display: inline-block;
  width: 5em;
  float: left;
  margin-bottom: 0.4em;
}
.sp-content .datalist.data_s dd {
  margin-left: 5em;
  margin-bottom: 0.4em;
}
.sp-content .text-sub {
  color: #999;
}
.sp-content .text-copyright {
  color: #999;
  line-height: 1.3;
  margin-top: 1.6em;
}
.sp-content .hidden {
  display: none;
}
.sp-content .note {
  font-size: 0.92857em;
  margin-top: 1.5em;
}
.sp-content .comingsoon {
  text-align: center;
  font-size: 1.42857em;
}
.sp-content .datahead {
  margin-bottom: 1em;
}
.sp-content .gameimg {
  text-align: center;
  margin-top: 1.6em;
}
.sp-content .gameimg img {
  margin: 0 auto;
}
.sp-content .gameimg + .gameimg {
  margin-top: .5em;
}
.sp-content .bnr, .sp-content a.bnr {
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  padding: .8em;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.sp-content .bnr:before, .sp-content a.bnr:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #000;
}
.sp-content .bnr:hover, .sp-content a.bnr:hover {
  background-color: #000;
  color: #FFF;
}
.sp-content .bnr:hover:before, .sp-content a.bnr:hover:before {
  border-left-color: #FFF;
}
.sp-content .imggrid {
  margin: 1em auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.sp-content .imggrid > figure {
  padding: 0 5%;
}
.sp-content .imggrid.grid-thumb {
  -webkit-align-items: start;
  align-items: start;
}
.sp-content .imggrid.grid-thumb > figure {
  padding: 0;
  width: 25%;
}
.sp-content .imggrid.grid-thumb > div {
  width: 70%;
}
.sp-content .link-arrow:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #000;
}
.sp-content a.def {
  color: #292929;
  text-decoration: underline;
}
.sp-content a.def:visited {
  color: #EB6101;
}
.sp-content a.def:hover {
  color: #EB6101;
}

a.sp-btn-pagetop {
  line-height: 1.2;
  text-align: center;
  display: block;
  margin: 5% auto 0;
  max-width: 1050px;
  border: 1px solid #b4800f;
  padding: .8em;
  text-decoration: none;
  color: #b4800f;
  font-weight: bold;
}
a.sp-btn-pagetop:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 6px;
  border-color: transparent transparent #b4800f transparent;
  margin-right: .5em;
}
a.sp-btn-pagetop, a.sp-btn-pagetop:hover, a.sp-btn-pagetop:visited {
  color: #b4800f;
}
a.sp-btn-pagetop:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
a.link-img:hover {
  filter: brightness(110%);
}

@media screen and (max-width: 767px) {
  body {
    background: #fff0cb;
  }

  .sp-content {
    position: relative;
    font-size: 14px;
    padding: 0 0 8vw;
  }

  .sp-header {
    background: url("../images/bg.jpg") no-repeat bottom center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 1em;
  }
  .sp-header .sp-title {
    padding: 8vw 0 5vw;
    opacity: 1;
  }
  .sp-header .sp-catch {
    padding: 0 0 8vw;
    opacity: 1;
  }
  .sp-header .sp-meta {
    border-left: none;
    text-align: center;
  }
  .sp-header .sp-meta p {
    display: none;
  }
  .sp-header .sp-meta button {
    font-size: 1.14286em;
  }
  .sp-header .sp-homelink {
    text-align: right;
  }

  .sp-body {
    background: url("../images/bg_sp_pat.jpg") repeat-y top center #e6cfc1;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 8vw;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-body_main {
    width: 100%;
  }

  .sp-body_side {
    width: 100%;
  }

  .sp-footer {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .socialBtn {
    padding-left: 0;
    padding-right: 0;
  }
  .socialBtn ul {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp-content h2 {
    margin: 0 0 5vw;
    font-size: 1.42857em;
  }
  .sp-content h2:after {
    width: 6em;
    margin: 0 0 0 -3em;
  }
  .sp-content h2 small {
    font-size: 0.75em;
  }

  .sp-body_main > * {
    margin-bottom: 14vw;
  }
  .sp-body_main > *:last-child {
    margin-bottom: 0;
  }
  .sp-body_main h3 {
    font-size: 1.28571em;
  }

  .sp-body_side > * {
    margin-bottom: 8vw;
  }
  .sp-body_side > *:last-child {
    margin-bottom: 0;
  }
  .sp-body_side h3,
  .sp-body_side .sp-nav label {
    font-size: 1.14286em;
  }
  .sp-body_side .sp-twitter > li {
    margin-bottom: 5vw;
  }
  .sp-body_side .sp-twitter > li:last-child {
    margin-bottom: 0;
  }

  .sp-nav > div {
    margin-bottom: 5vw;
  }
  .sp-nav > div:last-child {
    margin-bottom: 0;
  }

  .sp-movie {
    margin-bottom: 8vw;
  }

  .sp-about p {
    font-size: 1.14286em;
  }

  .sp-datetime h4, .sp-coop h4 {
    font-size: 1.28571em;
  }
  .sp-datetime ul, .sp-coop ul {
    font-size: 1.42857em;
  }
  .sp-datetime p, .sp-coop p {
    padding: 0 1.5em;
  }

  .sp-media ul {
    margin: 0 1em;
  }
  .sp-media ul:after,
  .sp-media ul li {
    width: 48%;
  }
  .sp-media ul li:nth-child(n+3) {
    margin-top: 3%;
  }

  .sp-entries > div {
    margin-bottom: 8vw;
  }
  .sp-entries > div:last-child {
    margin-bottom: 0;
  }
  .sp-entries .newList > li {
    width: 100%;
  }
  .sp-entries .newList > li:nth-child(n+2) {
    margin-top: 5%;
  }
  .sp-entries .itemBox {
    padding: 1em 0;
    display: flex;
  }
  .sp-entries .itemBox a.imgBox {
    flex: 0 0 35%;
    max-width: 130px;
    max-height: 100px;
    margin-right: 0;
  }
  .sp-entries .itemBox .textArea {
    display: inline;
    flex: 0 0 65%;
    padding-left: 16px;
  }
  .sp-entries .itemBox .newsTitle {
    font-size: 1em;
  }
  .sp-entries .itemBox .newsHead {
    display: none;
  }

  .sp-news-tab a {
    padding: 1em 0;
    font-size: 0.85714em;
  }

  .sp-cast > li:nth-child(n+4) {
    margin-top: 5vw;
  }

  .sp-article h2 {
    font-size: 1.42857em;
  }
  .sp-article h3 {
    font-size: 1.28571em;
  }
  .sp-article .sp-article-body {
    padding: 1em 1.4em;
  }

  .sp-indexpage .sp-header .sp-news {
    display: block;
  }
  .sp-indexpage .sp-body_main .sp-news {
    display: block;
  }
  .sp-indexpage .sp-body_main .sp-entries {
    display: none;
  }
  .sp-indexpage .sp-body_main .sp-links-sponsor {
    display: block;
  }
  .sp-indexpage .sp-body_side .sp-news {
    display: none;
  }
  .sp-indexpage .sp-body_side .sp-entries {
    display: block;
  }

  .sp-entrypage .sp-header {
    padding-bottom: 1em;
  }
  .sp-entrypage .sp-header .sp-title img {
    width: 100%;
  }
  .sp-entrypage .sp-header .sp-catch {
    padding-bottom: 8vw;
  }
  .sp-entrypage .sp-header .sp-catch img {
    width: 90%;
  }
  .sp-entrypage .sp-body_main {
    margin-bottom: 14vw;
  }
  .sp-entrypage .sp-body_side .sp-entries {
    display: block;
  }
  .sp-entrypage .sp-body_side .sp-side-program, .sp-entrypage .sp-body_side .sp-twitter, .sp-entrypage .sp-body_side .sp-links {
    display: none;
  }

  .sp-article .sp-article-heading {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .sp-content .for-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-content .for-pc {
    display: none !important;
  }
}
.sp-content.lang_jp .sp-header .sp-meta button[value='jp'] {
  background-color: #b4800f;
  color: #fff;
}
.sp-content.lang_jp .lang_en, .sp-content.lang_jp .lang_ch {
  display: none;
}

.sp-content.lang_en .sp-header .sp-meta button[value='en'] {
  background-color: #b4800f;
  color: #fff;
}
.sp-content.lang_en .lang_jp, .sp-content.lang_en .lang_ch {
  display: none;
}

.sp-content.lang_ch .sp-header .sp-meta button[value='ch'] {
  background-color: #b4800f;
  color: #fff;
}
.sp-content.lang_ch .lang_jp, .sp-content.lang_ch .lang_en {
  display: none;
}
