@charset "UTF-8";
/* ----------------------------------------------------------------------------------------

	common

---------------------------------------------------------------------------------------- */
.customer-content-alert-center {
  color: white;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1.75em;
  border-bottom: 1px solid #f55d0b;
}

.btnType01 a,
.btnType01 > span {
  display: block;
  width: 200px;
  height: 50px;
  border: 2px solid #dadada;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: #ddd;
  text-align: center;
  padding-top: 16px;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}
.btnType01 a span,
.btnType01 > span span {
  position: relative;
  z-index: 1;
}
.btnType01 a:after, .btnType01 a:before,
.btnType01 > span:after,
.btnType01 > span:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
  z-index: 0;
}
.btnType01 a:after,
.btnType01 > span:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
.btnType01 a:before,
.btnType01 > span:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
.btnType01 a:hover, .btnType01 a.hovered,
.btnType01 > span:hover,
.btnType01 > span.hovered {
  color: #fff;
}
.btnType01 a:hover:after, .btnType01 a.hovered:after,
.btnType01 > span:hover:after,
.btnType01 > span.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
.btnType01 a:hover:before, .btnType01 a.hovered:before,
.btnType01 > span:hover:before,
.btnType01 > span.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .btnType01 a:after, .btnType01 a:before,
  .btnType01 > span:after,
  .btnType01 > span:before {
    display: none;
  }
  .btnType01 a:hover,
  .btnType01 > span:hover {
    color: #ddd;
  }
  .btnType01 a.hovered,
  .btnType01 > span.hovered {
    color: #fff;
    background-color: rgb(243, 126, 10);
  }
}
.btnType01 a img,
.btnType01 > span img {
  width: 19px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 9px;
}

@media screen and (max-width: 768px) {
  .btnType01 a {
    height: 40px;
    padding-top: 11px;
  }
}
#contents {
  background-color: #000;
}

header .pc .mainLink a.this-page .hover,
header .pc .mainLink .search.this-page .hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

#contents {
  position: relative;
}
#contents .pankuzu {
  background: rgba(0, 0, 0, 0.6);
  padding: 1px 18px;
  height: 24px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#contents .pankuzu li {
  display: inline-block;
  margin-right: 0.25em;
  color: #ddd;
  font-size: 11px;
}
#contents .pankuzu li:last-child {
  margin-right: 0;
}
#contents .pankuzu a {
  color: #ddd;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
#contents .pankuzu a:hover {
  color: #f55d0b;
}
#contents .page-title {
  padding-top: 94px;
  margin-bottom: 70px;
  text-align: center;
  box-sizing: border-box;
}
#contents .page-title h1 {
  font-size: 70px;
  letter-spacing: 0.07em;
  position: relative;
  display: inline-block;
  line-height: 1;
  text-indent: 0.07em;
}
#contents .page-title h1 span {
  font-family: "Beleren";
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #666), color-stop(0.38, #fff));
  background-image: -webkit-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -moz-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -ms-linear-gradient(top, #fff 38%, #666 100%);
  background-image: linear-gradient(to bottom, #fff 38%, #666 100%);
}
#contents .page-title h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 70px;
  font-family: "Beleren";
  z-index: 0;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  z-index: 0;
  -moz-text-shadow: 0px 0px 15px black;
  -webkit-text-shadow: 0px 0px 15px black;
  -ms-text-shadow: 0px 0px 15px black;
  text-shadow: 0px 0px 15px black;
}
#contents .page-title small {
  color: #fff;
  display: block;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-shadow: 0px 0px 5px #000000, 0px 0px 10px rgba(0, 0, 0, 0.75);
}
#contents .page-title.level3 {
  padding-top: 120px;
  margin-bottom: 50px;
  height: 360px;
  text-align: center;
}
#contents .page-title.level3 div {
  background: #000;
  display: inline-block;
  padding: 10px 30px;
}
#contents .page-title.level3 h1 {
  font-size: 50px;
}
#contents .page-title.level3 h1:before {
  display: none;
}
#contents .page-title.level3 small {
  font-size: 18px;
}
#contents .detail-title .directory-title {
  font-family: "Beleren";
  color: #222222;
  font-size: 24px;
  letter-spacing: 0.02em;
}
#contents .search-results {
  background: #fff;
  padding: 19px 20px;
  margin: 0 auto 30px;
}
#contents .search-results .results-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
}
#contents section .sec-header {
  position: relative;
}
#contents section .sec-header h2 span {
  letter-spacing: 0.1em;
  vertical-align: middle;
  text-shadow: 0px 0px 5px #000000, 0px 0px 10px rgba(0, 0, 0, 0.75);
}
#contents section .sec-header h2 .en {
  font-family: "Crimson Text", serif;
  font-size: 38px;
  color: #f55d0b;
  margin-right: 15px;
}
#contents section .sec-header h2 .jp {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
#contents section .sec-header .search-button {
  position: absolute;
  right: 0;
  top: 0;
}
#contents section .sec-header .search-button:after {
  content: "";
  display: table;
  clear: both;
}
#contents section .sec-header .search-button p {
  width: 186px;
  text-align: center;
  border: 1px solid #666;
  background: #414141;
  background: -moz-linear-gradient(top, #414141 0%, #222222 50%);
  background: -webkit-linear-gradient(top, #414141 0%, #222222 50%);
  background: linear-gradient(to bottom, #414141 0%, #222222 50%);
  border-radius: 17px;
  color: #f55d0b;
  box-sizing: border-box;
  padding: 6px 0;
  cursor: pointer;
  float: right;
  box-shadow: 0px 0px 0px 0px #ff5400;
  -moz-box-shadow: 0px 0px 0px 0px #ff5400;
  -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.2s ease-in-out;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
#contents section .sec-header .search-button p:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff5400;
  -moz-box-shadow: 0px 0px 18px 1px #ff5400;
  -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
}
#contents section .sec-header .search-button p .icon img {
  width: 17px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
#contents section .backnumber-list-img {
  letter-spacing: -0.4em;
}
#contents section .backnumber-list-img li {
  width: 280px;
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 40px;
  vertical-align: top;
}
#contents section .backnumber-list-img li:nth-of-type(4n) {
  margin-right: 0;
}
#contents section .backnumber-list-img a {
  text-decoration: none;
  display: block;
}
#contents section .backnumber-list-img a:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#contents section .backnumber-list-img a:hover h3 {
  color: #f55d0b;
}
#contents section .backnumber-list-img figure {
  width: 280px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  margin: 0 0 10px;
  overflow: hidden;
}
#contents section .backnumber-list-img figure img {
  width: 100%;
  height: auto;
  transition: 0.15s ease-in-out;
}
#contents section .backnumber-list-img h3 {
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #ddd;
  font-weight: bold;
  line-height: 1.4;
}
#contents section .pager .pager-list {
  text-align: center;
}
#contents section .pager .pager-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
#contents section .pager .pager-list li a {
  display: block;
  min-width: 36px;
  min-height: 34px;
  border: 2px solid #dadada;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  color: #ddd;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}
#contents section .pager .pager-list li a span {
  position: relative;
  z-index: 1;
}
#contents section .pager .pager-list li a:after, #contents section .pager .pager-list li a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
  z-index: 0;
}
#contents section .pager .pager-list li a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents section .pager .pager-list li a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents section .pager .pager-list li a:hover, #contents section .pager .pager-list li a.hovered {
  color: #fff;
}
#contents section .pager .pager-list li a:hover:after, #contents section .pager .pager-list li a.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents section .pager .pager-list li a:hover:before, #contents section .pager .pager-list li a.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents section .pager .pager-list li a:after, #contents section .pager .pager-list li a:before {
    display: none;
  }
  #contents section .pager .pager-list li a:hover {
    color: #ddd;
  }
  #contents section .pager .pager-list li a.hovered {
    color: #fff;
    background-color: rgb(243, 126, 10);
  }
}
#contents section .pager .pager-list li a:before, #contents section .pager .pager-list li a:after {
  height: 36px;
}
#contents section .pager .pager-list li a span {
  position: relative;
  z-index: 1;
}
#contents section .pager .pager-list li a.active {
  color: #fff;
}
#contents section .pager .pager-list li a.active:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents section .pager .pager-list li a.active:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents .btn-area {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: 80px;
}
#contents .btn-area ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  padding: 42px 0;
}
#contents .btn-area ul li {
  width: 450px;
  margin: 0 auto 15px;
}
#contents .btn-area ul li a {
  width: 100%;
  height: 60px;
  padding-top: 20px;
}
#contents .btn-area ul li:last-child {
  margin-bottom: 0;
}
#contents .sec-related-posts {
  margin-bottom: 60px;
}
#contents .sec-related-posts ul {
  border-top: 1px solid #ccc;
}
#contents .sec-related-posts ul li {
  border-bottom: 1px dotted #aaa;
  margin: 0 auto;
}
#contents .sec-related-posts ul li a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  width: 100%;
}
#contents .sec-related-posts ul li a:hover div p:nth-child(2) {
  color: #f55d0b;
}
#contents .sec-related-posts ul li a div {
  display: table;
}
#contents .sec-related-posts ul li a div > p {
  display: table-cell;
  vertical-align: top;
}
#contents .sec-related-posts ul li a p:nth-child(1) {
  width: 162px;
}
#contents .sec-related-posts ul li a p:nth-child(1) .date {
  font-size: 16px;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.05em;
  color: #333;
  margin-right: 19px;
}
#contents .sec-related-posts ul li a p:nth-child(1) .icon {
  width: 30px;
  display: inline-block;
  margin-right: 19px;
  vertical-align: middle;
}
#contents .sec-related-posts ul li a p:nth-child(1) .icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#contents .sec-related-posts ul li a p:nth-child(2) {
  padding-top: 2px;
  padding-left: 13px;
  transition: color 0.15s ease-in-out;
  color: #333;
}
#contents .sec-related-link {
  margin-bottom: 100px;
}
#contents .sec-related-link ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contents .sec-related-link ul li {
  width: 415px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
#contents .sec-related-link ul li:nth-of-type(2n) {
  margin-right: 0;
}
#contents .sec-related-link ul li a {
  border: 1px solid #ccc;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: #333;
  background: #fff;
  padding: 17px 10px;
  vertical-align: middle;
  font-size: 13px;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
#contents .sec-related-link ul li a:hover {
  color: #f55d0b;
  border-color: #f55d0b;
}
#contents .sec-related-link ul li a i {
  color: #f55d0b;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #contents .pankuzu {
    display: none;
  }
  #contents .page-title {
    padding-top: 30px;
    margin-bottom: 35px;
  }
  #contents .page-title h1 {
    font-size: 40px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  #contents .page-title h1:before {
    font-size: 40px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  #contents .page-title small {
    font-size: 17px;
  }
  #contents .page-title.level3 {
    padding-top: 22%;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 35px;
    text-align: center;
  }
  #contents .page-title.level3 div {
    width: 100%;
    display: block;
    padding: 15px 0 0;
  }
  #contents .page-title.level3 h1 {
    font-size: 35px;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
  }
  #contents .page-title.level3 h1:before {
    display: none;
  }
  #contents .page-title.level3 small {
    font-size: 15px;
  }
  #contents .detail-title .directory-title {
    font-size: 19px;
  }
  #contents .search-results {
    width: 92%;
    background: #fff;
    padding: 15px 0;
    margin: 0 auto 15px;
  }
  #contents .search-results .results-text {
    float: none;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    padding: 0;
  }
  #contents .search-results .results-text span {
    display: block;
  }
  #contents .search-results .search-button p {
    width: 44.6%;
    float: none;
    margin: 0 auto;
    font-size: 13px;
  }
  #contents .btn-area {
    margin-bottom: 35px;
  }
  #contents .btn-area ul {
    padding: 25px 0;
  }
  #contents .btn-area ul li {
    width: 95%;
    margin: 0 auto 8px;
  }
  #contents .btn-area ul li a {
    width: 100%;
    height: auto;
    padding: 16px 0;
  }
  #contents section .sec-header .search-button {
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  #contents section .sec-header .search-button p {
    width: 40%;
  }
  #contents section .sec-header h2 .en {
    font-size: 32px;
    margin-right: 10px;
  }
  #contents section .sec-header h2 .jp {
    font-size: 12px;
  }
  #contents section .backnumber-list-img {
    letter-spacing: -0.4em;
  }
  #contents section .backnumber-list-img li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    vertical-align: top;
  }
  #contents section .backnumber-list-img a {
    display: block;
  }
  #contents section .backnumber-list-img a:hover figure img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  #contents section .backnumber-list-img a:hover h3 {
    color: #222;
  }
  #contents section .backnumber-list-img figure {
    width: 36%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  #contents section .backnumber-list-img div {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin-left: 4%;
  }
  #contents section .pager .pager-list li a.active:after {
    display: block;
    content: "";
  }
  #contents section .pager .pager-list li a.active:before {
    display: block;
    content: "";
  }
  #contents .sec-related-posts {
    margin-bottom: 35px;
  }
  #contents .sec-related-posts ul li {
    margin: 0 auto;
  }
  #contents .sec-related-posts ul li a {
    display: block;
    padding: 14px 10px;
  }
  #contents .sec-related-posts ul li a:hover div p:nth-child(2) {
    color: #333;
  }
  #contents .sec-related-posts ul li a div {
    display: block;
  }
  #contents .sec-related-posts ul li a div > p {
    display: block;
    vertical-align: top;
  }
  #contents .sec-related-posts ul li a p:nth-child(1) {
    width: 100%;
  }
  #contents .sec-related-posts ul li a p:nth-child(1) .date {
    width: auto;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-right: 1em;
  }
  #contents .sec-related-posts ul li a p:nth-child(2) {
    padding-top: 5px;
    padding-left: 5em;
  }
  #contents .sec-related-link {
    margin-bottom: 40px;
  }
  #contents .sec-related-link ul {
    display: block;
  }
  #contents .sec-related-link ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #contents .sec-related-link ul li a {
    padding: 15px 10px;
    font-size: 13px;
  }
  #contents .sec-related-link ul li a:hover {
    color: #333;
    border-color: #ccc;
  }
  #contents .sec-related-link ul li a i {
    color: #f55d0b;
  }
}
@media screen and (max-width: 320px) {
  #contents .page-title.level3 h1 {
    font-size: 30px;
  }
  #contents .page-title.level3 small {
    font-size: 12px;
  }
}

#tag-searchBox {
  width: 100%;
  top: 0;
  transform: translateY(0) translateX(-50%) translateZ(1000px);
  -weblit-transform: translateY(0) translateX(-50%) translateZ(1000px);
  overflow: auto;
  height: 100vh;
  padding: 15% 0 2%;
  box-sizing: border-box;
}
#tag-searchBox .close {
  position: absolute;
  top: 9px;
  right: 11px;
  display: block;
  z-index: 610;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border: 1px solid #666;
}
#tag-searchBox .close span {
  display: block;
  position: absolute;
  left: 4px;
  top: 16px;
  height: 2px;
  width: 24px;
  background-color: #ccc;
}
#tag-searchBox .close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tag-searchBox .close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#tag-searchBox ul {
  margin-bottom: 70px;
  text-align: center;
}
#tag-searchBox ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
#tag-searchBox ul li a {
  background: #999;
  display: block;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  width: auto;
  height: auto;
  padding: 10px 0;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
}
#tag-searchBox .category-list li a {
  min-width: 155px;
}
#tag-searchBox .tag-list li a {
  min-width: 125px;
}
#tag-searchBox .tag-list li a:hover, #tag-searchBox .tag-list li a.select {
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
}

#tag-searchBox2 ul {
  margin-bottom: 70px;
  text-align: center;
}
#tag-searchBox2 ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
#tag-searchBox2 ul li a {
  background: #999;
  display: block;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  width: auto;
  height: auto;
  padding: 10px 0;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
}
#tag-searchBox2 .tag-list li a {
  min-width: 125px;
}
#tag-searchBox2 .tag-list li a:hover, #tag-searchBox2 .tag-list li a.select {
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
}

@media screen and (max-width: 768px) {
  #tag-searchBox ul,
  #tag-searchBox2 ul {
    margin-bottom: 20px;
  }
  #tag-searchBox ul li,
  #tag-searchBox2 ul li {
    width: 26%;
    margin: 0 1% 10px;
  }
  #tag-searchBox ul li a,
  #tag-searchBox2 ul li a {
    font-size: 14px;
    padding: 7px 0;
    width: 100%;
  }
  #tag-searchBox .category-list li a,
  #tag-searchBox2 .category-list li a {
    min-width: 100%;
  }
  #tag-searchBox .category-list li a:hover,
  #tag-searchBox2 .category-list li a:hover {
    background: #999;
  }
  #tag-searchBox .tag-list li a,
  #tag-searchBox2 .tag-list li a {
    min-width: 100%;
  }
  #tag-searchBox .tag-list li a:hover,
  #tag-searchBox2 .tag-list li a:hover {
    background: #999;
  }
  #tag-searchBox .tag-list li a.select,
  #tag-searchBox2 .tag-list li a.select {
    background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%) !important;
    background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%) !important;
    background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 ) !important;
  }
}
.ie #contents .page-title h1 {
  color: #fff;
}
.ie #contents .page-title h1 span {
  background: none;
}

#contents.search-result {
  background: url(/assets/images/common/bg-pattern1.gif) repeat;
}
#contents.search-result .inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
#contents.search-result .sec-search .results {
  font-size: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
#contents.search-result .sec-search .list-article > ul {
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
  padding-top: 4px;
}
#contents.search-result .sec-search .list-article > ul li a {
  display: block;
  text-decoration: none;
  padding: 17px 20px;
  background: #fcfcfc;
  color: #333;
}
#contents.search-result .sec-search .list-article > ul li a:hover {
  color: #f55d0b;
}
#contents.search-result .sec-search .list-article > ul li:nth-of-type(2n) a {
  background: none;
}
#contents.search-result .sec-search .list-article .pager {
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
  padding-top: 50px;
  padding-bottom: 48px;
}
#contents.search-result .sec-search .list-article .btn-area {
  border-bottom: none;
  margin-bottom: 150px;
}
#contents.search-result .sec-search .list-article .btn-area ul {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #contents.search-result {
    background: url(/assets/images/common/bg-pattern1.gif) repeat;
    background-size: 50px 50px;
  }
  #contents.search-result .inner {
    width: 92%;
    margin: 0 auto;
    padding: 30px 0 80px;
  }
  #contents.search-result .sec-search .results {
    font-size: 20px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }
  #contents.search-result .sec-search .list-article {
    width: 100%;
    margin: 0 auto;
  }
  #contents.search-result .sec-search .list-article > ul {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #contents.search-result .sec-search .list-article > ul li a {
    padding: 15px 10px;
  }
  #contents.search-result .sec-search .list-article > ul li a:hover {
    color: #333;
  }
  #contents.search-result .sec-search .list-article .pager {
    background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  #contents.search-result .sec-search .list-article .btn-area {
    margin-bottom: 0;
  }
}
/* ----------------------------------------------------------------------------------------

	reading _reading.scss

---------------------------------------------------------------------------------------- */
#contents.reading-index {
  background: url(/assets/images/reading/bg-page.jpg) no-repeat top center #000;
  background-size: 100% auto;
}
#contents.reading-index .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.reading-index .page-title {
  margin-bottom: 34px;
}
#contents.reading-index .page-title h1:before {
  content: "READING";
}
#contents.reading-index .reading-top {
  padding-bottom: 65px;
}
#contents.reading-index .reading-top:after {
  content: "";
  display: table;
  clear: both;
}
#contents.reading-index .reading-top .search-button {
  margin-bottom: 28px;
}
#contents.reading-index .reading-top .search-button:after {
  content: "";
  display: table;
  clear: both;
}
#contents.reading-index .reading-top .search-button p {
  width: 186px;
  text-align: center;
  border: 1px solid #666;
  background: #414141;
  background: -moz-linear-gradient(top, #414141 0%, #222222 50%);
  background: -webkit-linear-gradient(top, #414141 0%, #222222 50%);
  background: linear-gradient(to bottom, #414141 0%, #222222 50%);
  border-radius: 17px;
  color: #f55d0b;
  box-sizing: border-box;
  padding: 6px 0;
  cursor: pointer;
  float: right;
  box-shadow: 0px 0px 0px 0px #ff5400;
  -moz-box-shadow: 0px 0px 0px 0px #ff5400;
  -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.2s ease-in-out;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
#contents.reading-index .reading-top .search-button p:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff5400;
  -moz-box-shadow: 0px 0px 18px 1px #ff5400;
  -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
}
#contents.reading-index .reading-top .search-button p .icon img {
  width: 17px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
#contents.reading-index .reading-top section {
  width: 580px;
  float: left;
}
#contents.reading-index .reading-top section .sec-header {
  margin-bottom: 20px;
}
#contents.reading-index .reading-top section:last-child {
  float: right;
}
#contents.reading-index .reading-top section ul {
  background: rgba(34, 34, 34, 0.75);
  border-top: 1px solid #666;
}
#contents.reading-index .reading-top section ul li {
  width: 550px;
  border-bottom: 1px dotted #666;
  margin: 0 auto;
}
#contents.reading-index .reading-top section ul li:last-child {
  border-bottom: none;
}
#contents.reading-index .reading-top section ul li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  width: 100%;
}
#contents.reading-index .reading-top section ul li a:hover div p:nth-child(2) {
  color: #f55d0b;
}
#contents.reading-index .reading-top section ul li a div {
  display: table;
}
#contents.reading-index .reading-top section ul li a div > p {
  display: table-cell;
  vertical-align: top;
}
#contents.reading-index .reading-top section ul li a p:nth-child(1) {
  width: 162px;
}
#contents.reading-index .reading-top section ul li a p:nth-child(1) .date {
  width: 75px;
  font-size: 16px;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.05em;
  color: #eb9b00;
  display: inline-block;
}
#contents.reading-index .reading-top section ul li a p:nth-child(1) .icon {
  width: 30px;
  display: inline-block;
  margin-right: 19px;
  vertical-align: middle;
}
#contents.reading-index .reading-top section ul li a p:nth-child(1) .icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#contents.reading-index .reading-top section ul li a p:nth-child(2) {
  padding-top: 2px;
  padding-left: 13px;
  transition: color 0.15s ease-in-out;
  color: #eee;
}
#contents.reading-index .reading-top .sec-newest ul {
  margin-bottom: 25px;
}
#contents.reading-index .reading-top .sec-newest ul li:nth-last-child(2) {
  border-bottom: none;
}
#contents.reading-index .reading-top .sec-newest ul li:last-child {
  display: none;
}
#contents.reading-index .reading-top .sec-ranking ul {
  background: none;
  border-top: 1px solid #666;
}
#contents.reading-index .reading-top .sec-ranking ul li {
  width: 100%;
  border-bottom: none;
}
#contents.reading-index .reading-top .sec-ranking ul li a {
  padding: 18px 30px;
  background: rgba(34, 34, 34, 0.75);
}
#contents.reading-index .reading-top .sec-ranking ul li a p:nth-child(1) {
  width: 145px;
}
#contents.reading-index .reading-top .sec-ranking ul li:nth-of-type(2n) a {
  background: none;
}
#contents.reading-index .sec-category {
  background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
  padding-top: 57px;
}
#contents.reading-index .sec-category .sec-header {
  margin-bottom: 47px;
}
#contents.reading-index .sec-category .sec-header h2 span {
  text-shadow: none;
}
#contents.reading-index .sec-category .sec-header h2 .jp {
  color: #222;
}
#contents.reading-index .sec-category .category-list {
  letter-spacing: -0.4em;
}
#contents.reading-index .sec-category .category-list li {
  width: 280px;
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 65px;
  vertical-align: top;
}
#contents.reading-index .sec-category .category-list li:nth-of-type(4n) {
  margin-right: 0;
}
#contents.reading-index .sec-category .category-list a {
  text-decoration: none;
  display: block;
}
#contents.reading-index .sec-category .category-list a:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#contents.reading-index .sec-category .category-list a:hover h3 {
  color: #f55d0b;
}
#contents.reading-index .sec-category .category-list figure {
  width: 280px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  margin: 0 0 10px;
  overflow: hidden;
}
#contents.reading-index .sec-category .category-list figure img {
  width: 100%;
  height: auto;
  transition: 0.15s ease-in-out;
}
#contents.reading-index .sec-category .category-list .category {
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
#contents.reading-index .sec-category .category-list h3 {
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
#contents.reading-index .sec-backnumber {
  padding-top: 57px;
  background: #000;
  padding-bottom: 180px;
}
#contents.reading-index .sec-backnumber .sec-header {
  margin-bottom: 47px;
}
#contents.reading-index .sec-backnumber .backnumber-list-text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contents.reading-index .sec-backnumber .backnumber-list-text li {
  width: 230px;
  height: auto;
  margin-right: 12.5px;
  margin-bottom: 13px;
}
#contents.reading-index .sec-backnumber .backnumber-list-text li:nth-of-type(5n) {
  margin-right: 0;
}
#contents.reading-index .sec-backnumber .backnumber-list-text li a {
  border: 1px solid #4a4a4a;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: #ddd;
  background: #000;
  padding: 5px 12px;
  vertical-align: middle;
  font-size: 13px;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
#contents.reading-index .sec-backnumber .backnumber-list-text li a:hover {
  color: #f55d0b;
  background: #1d1d1d;
  border-color: #f55d0b;
}

#contents.reading {
  padding-top: 67px;
  background: url(/assets/images/common/bg-pattern1.gif) repeat top left;
}
#contents.reading .detail-title {
  width: 1200px;
  margin: 0 auto;
}
#contents.reading .detail-title .directory-title {
  margin-bottom: 5px;
}
#contents.reading .detail-title .column-title {
  background: #171717;
  padding: 24px;
  position: relative;
  min-height: 120px;
  margin-bottom: 40px;
}
#contents.reading .detail-title .column-title .category {
  margin-bottom: 10px;
}
#contents.reading .detail-title .column-title h1 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
#contents.reading .detail-title .column-title .thum {
  width: 350px;
  border: 5px solid #fff;
  position: absolute;
  right: -6px;
  top: -50px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin: 0;
}
#contents.reading .detail-title .column-title .thum img {
  width: 100%;
  height: auto;
}
#contents.reading .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.reading .inner:after {
  content: "";
  display: table;
  clear: both;
}
#contents.reading .inner .reading-main {
  width: 840px;
  float: left;
}
#contents.reading .inner .reading-main section .sec-header {
  margin-bottom: 15px;
}
#contents.reading .inner .reading-main section .sec-header h2 span {
  text-shadow: none;
}
#contents.reading .inner .reading-main section .sec-header h2 .jp {
  color: #333;
}
#contents.reading .inner .reading-sub {
  width: 300px;
  float: right;
  margin-top: 60px;
}
#contents.reading .inner .reading-sub section {
  margin-bottom: 30px;
}
#contents.reading .inner .reading-sub section .sec-header {
  background: #2a2a2a;
  padding: 14px 15px;
}
#contents.reading .inner .reading-sub section .sec-header h2 span {
  text-shadow: none;
  display: block;
  letter-spacing: 0.05em;
}
#contents.reading .inner .reading-sub section .sec-header h2 .en {
  font-size: 20px;
}
#contents.reading .inner .reading-sub section .sec-header h2 .jp {
  font-size: 11px;
  color: #fff;
  font-weight: normal;
}
#contents.reading .inner .reading-sub section ul {
  border: 1px solid #ccc;
  background: #f8f8f8;
}
#contents.reading .inner .reading-sub section ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
#contents.reading .inner .reading-sub section ul li a:hover div p:nth-child(2) {
  color: #f55d0b;
}
#contents.reading .inner .reading-sub section ul li a div p:nth-child(2) {
  font-size: 13px;
  transition: 0.15s ease-in-out;
}
#contents.reading .inner .reading-sub .sec-ranking ul {
  border-top: none;
  background: #fff;
  padding: 1px;
}
#contents.reading .inner .reading-sub .sec-ranking ul li a {
  background: #eaeaea;
  padding: 10px 10px 15px;
}
#contents.reading .inner .reading-sub .sec-ranking ul li:nth-of-type(2n) a {
  background: #fff;
}
#contents.reading .inner .reading-sub .sec-ranking ul li div p:nth-child(1) {
  margin-bottom: 10px;
}
#contents.reading .inner .reading-sub .sec-ranking ul li div p:nth-child(1) .icon {
  width: 30px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
#contents.reading .inner .reading-sub .sec-ranking ul li div p:nth-child(1) .icon img {
  width: 100%;
  height: auto;
}
#contents.reading .inner .reading-sub .sec-newest .newest-list {
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 0 15px 18px;
}
#contents.reading .inner .reading-sub .sec-newest .newest-list ul {
  margin-bottom: 15px;
}
#contents.reading .inner .reading-sub .sec-newest .newest-list li {
  border-bottom: 1px dotted #aaa;
}
#contents.reading .inner .reading-sub .sec-newest .newest-list li:last-child {
  display: none;
}
#contents.reading .inner .reading-sub .sec-newest .newest-list li a {
  padding: 12px 0;
}
#contents.reading .inner .reading-sub .sec-newest .newest-list li a .date {
  font-size: 16px;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.06em;
  color: #666;
  display: block;
}
#contents.reading .inner .reading-sub .sec-newest .newest-list li a div p:nth-child(1) {
  margin-bottom: 5px;
}
#contents.reading .inner .reading-sub .sec-newest .newest-list .btnType01 a {
  width: 146px;
  padding: 11px 0;
  height: 30px;
  font-size: 11px;
  border: none;
}
#contents.reading .inner .reading-sub .sec-newest ul {
  border: none;
}
#contents.reading .inner .reading-sub .sec-category .category-box {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f8f8f8;
  padding: 13px 15px 18px;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title:before {
  content: "";
  width: 4px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.info {
  color: #ab0707;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.info:before {
  background: #ab0707;
  background: -moz-linear-gradient(top, #ab0707 1%, #e02a2a 100%);
  background: -webkit-linear-gradient(top, #ab0707 1%, #e02a2a 100%);
  background: linear-gradient(to bottom, #ab0707 1%, #e02a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ab0707", endColorstr="#e02a2a",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.strategy {
  color: #1175b8;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.strategy:before {
  background: #1175b8;
  background: -moz-linear-gradient(top, #1175b8 1%, #19a3db 100%);
  background: -webkit-linear-gradient(top, #1175b8 1%, #19a3db 100%);
  background: linear-gradient(to bottom, #1175b8 1%, #19a3db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1175b8", endColorstr="#19a3db",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.pr {
  color: #a87a00;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.pr:before {
  background: #a87a00;
  background: -moz-linear-gradient(top, #a87a00 0%, #d59d08 100%);
  background: -webkit-linear-gradient(top, #a87a00 0%, #d59d08 100%);
  background: linear-gradient(to bottom, #a87a00 0%, #d59d08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a87a00", endColorstr="#d59d08",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.story {
  color: #078d82;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.story:before {
  background: #078d82;
  background: -moz-linear-gradient(top, #078d82 0%, #00bcae 100%);
  background: -webkit-linear-gradient(top, #078d82 0%, #00bcae 100%);
  background: linear-gradient(to bottom, #078d82 0%, #00bcae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#078d82", endColorstr="#00bcae",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.secret {
  color: #758e00;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.secret:before {
  background: #758e00;
  background: -moz-linear-gradient(top, #758e00 0%, #99b417 100%);
  background: -webkit-linear-gradient(top, #758e00 0%, #99b417 100%);
  background: linear-gradient(to bottom, #758e00 0%, #99b417 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#758e00", endColorstr="#99b417",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.column {
  color: #a2308e;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.column:before {
  background: #a2308e;
  background: -moz-linear-gradient(top, #a2308e 0%, #c638ad 100%);
  background: -webkit-linear-gradient(top, #a2308e 0%, #c638ad 100%);
  background: linear-gradient(to bottom, #a2308e 0%, #c638ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a2308e", endColorstr="#c638ad",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.reading {
  color: #42219a;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.reading:before {
  background: #42219a;
  background: -moz-linear-gradient(top, #42219a 0%, #633ec4 100%);
  background: -webkit-linear-gradient(top, #42219a 0%, #633ec4 100%);
  background: linear-gradient(to bottom, #42219a 0%, #633ec4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#42219a", endColorstr="#633ec4",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.watch {
  color: #078d69;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.watch:before {
  background: #078d69;
  background: -moz-linear-gradient(top, #078d69 0%, #00bc77 100%);
  background: -webkit-linear-gradient(top, #078d69 0%, #00bc77 100%);
  background: linear-gradient(to bottom, #078d69 0%, #00bc77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#078d69", endColorstr="#00bc77",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.english {
  color: #0e40af;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.english:before {
  background: #0e40af;
  background: -moz-linear-gradient(top, #0e40af 0%, #3566d3 100%);
  background: -webkit-linear-gradient(top, #0e40af 0%, #3566d3 100%);
  background: linear-gradient(to bottom, #0e40af 0%, #3566d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e40af", endColorstr="#3566d3",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.album {
  color: #bd346f;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.album:before {
  background: #bd346f;
  background: -moz-linear-gradient(top, #bd346f 0%, #dc4b89 100%);
  background: -webkit-linear-gradient(top, #bd346f 0%, #dc4b89 100%);
  background: linear-gradient(to bottom, #bd346f 0%, #dc4b89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bd346f", endColorstr="#dc4b89",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.interview {
  color: #c44e20;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.interview:before {
  background: #c44e20;
  background: -moz-linear-gradient(top, #c44e20 0%, #e66b3c 100%);
  background: -webkit-linear-gradient(top, #c44e20 0%, #e66b3c 100%);
  background: linear-gradient(to bottom, #c44e20 0%, #e66b3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c44e20", endColorstr="#e66b3c",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.topic {
  color: #9a0859;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.topic:before {
  background: #9a0859;
  background: -moz-linear-gradient(top, #9a0859 1%, #bc0a6c 100%);
  background: -webkit-linear-gradient(top, #9a0859 1%, #bc0a6c 100%);
  background: linear-gradient(to bottom, #9a0859 1%, #bc0a6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9a0859", endColorstr="#bc0a6c",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.play {
  color: #4f9226;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.play:before {
  background: #4f9226;
  background: -moz-linear-gradient(top, #4f9226 0%, #68b937 100%);
  background: -webkit-linear-gradient(top, #4f9226 0%, #68b937 100%);
  background: linear-gradient(to bottom, #4f9226 0%, #68b937 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4f9226", endColorstr="#68b937",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.prmovie {
  color: #9d882a;
}
#contents.reading .inner .reading-sub .sec-category .category-box .category-title.prmovie:before {
  background: #9d882a;
  background: -moz-linear-gradient(top, #9d882a 0%, #bea42f 100%);
  background: -webkit-linear-gradient(top, #9d882a 0%, #bea42f 100%);
  background: linear-gradient(to bottom, #9d882a 0%, #bea42f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d882a", endColorstr="#bea42f",GradientType=0 );
}
#contents.reading .inner .reading-sub .sec-category .category-box:last-child {
  border-bottom: 1px solid #ccc;
}
#contents.reading .inner .reading-sub .sec-category .category-box li {
  border-bottom: 1px dotted #aaa;
}
#contents.reading .inner .reading-sub .sec-category .category-box li:last-child {
  border-bottom: none;
}
#contents.reading .inner .reading-sub .sec-category .category-box li a {
  padding: 12px 0;
  transition: 0.15s ease-in-out;
}
#contents.reading .inner .reading-sub .sec-category .category-box li a:hover {
  color: #f55d0b;
}
#contents.reading .inner .reading-sub .sec-category .category-box li figure {
  width: 96px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#contents.reading .inner .reading-sub .sec-category .category-box li figure img {
  width: 100%;
  height: auto;
}
#contents.reading .inner .reading-sub .sec-category .category-box li div {
  width: 155px;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 10px;
}
#contents.reading .inner .reading-sub .sec-category ul {
  border: none;
}
#contents.reading .inner .reading-sub .sec-backnumber .sec-header h2 {
  position: relative;
}
#contents.reading .inner .reading-sub .sec-backnumber .sec-header h2 i {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -6px 0 0 0;
  color: #eb9b00;
}
#contents.reading .inner .reading-sub .sec-backnumber .ac-btn {
  cursor: pointer;
}
#contents.reading .inner .reading-sub .sec-backnumber .ac-btn.open h2 i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#contents.reading .inner .reading-sub .sec-backnumber .ac-area {
  display: none;
}
#contents.reading .inner .reading-sub .sec-backnumber ul li {
  width: 270px;
  margin: 0 auto;
  border-bottom: 1px dotted #999;
  font-size: 13px;
}
#contents.reading .inner .reading-sub .sec-backnumber ul li:last-child {
  border-bottom: none;
}
#contents.reading .inner .reading-sub .sec-backnumber ul li a {
  display: block;
  padding: 12px 0;
  transition: 0.15s ease-in-out;
}
#contents.reading .inner .reading-sub .sec-backnumber ul li a:hover {
  color: #f55d0b;
}

#contents.reading-detail .inner .reading-main .article-title {
  padding-bottom: 20px;
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
  margin-bottom: 10px;
}
#contents.reading-detail .inner .reading-main .article-title time {
  display: block;
  font-family: "Jockey One", sans-serif;
  font-size: 18px;
  color: #f55d0b;
  letter-spacing: 0.06em;
}
#contents.reading-detail .inner .reading-main .article-title h1 {
  color: #222222;
  font-size: 24px;
  letter-spacing: 0.02em;
}
#contents.reading-detail .inner .reading-main .tag-list {
  text-align: right;
  display: block;
  padding: 0 10px 10px;
}
#contents.reading-detail .inner .reading-main .tag-list p {
  display: inline-block;
  width: auto !important;
}
#contents.reading-detail .inner .reading-main .tag-list p a {
  text-decoration: none;
  background: #999;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  color: #fff !important;
  padding: 2px 4px;
}
#contents.reading-detail .inner .reading-main .tag-list p a:hover {
  background: #ccc;
}
#contents.reading-detail .inner .reading-main .name {
  font-size: 16px;
  margin-bottom: 2em;
}
#contents.reading-detail .inner .reading-main .sns-area {
  border: 1px solid #c9c9c9;
  background: #fff;
  padding: 24px 0;
  text-align: center;
  margin-bottom: 45px;
}
#contents.reading-detail .inner .reading-main .sns-area li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contents.reading-detail .inner .reading-main .sns-area li:last-child {
  margin-right: 0;
}
#contents.reading-detail .inner .reading-main .sns-area .text {
  font-size: 14px;
}
#contents.reading-detail .inner .reading-main .sns-area .icon {
  width: 40px;
  height: 40px;
}
#contents.reading-detail .inner .reading-main .sns-area .icon img {
  width: 40px;
  height: auto;
}
#contents.reading-detail .inner .reading-main .sns-area .icon.round a {
  border-radius: 20px;
}
#contents.reading-detail .inner .reading-main .sns-area .icon a {
  display: block;
  box-shadow: 0px 0px 0px 0px #ff9c00;
  -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
  -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.15s ease-in-out;
  background: #fff;
  border-radius: 3px;
}
#contents.reading-detail .inner .reading-main .sns-area .icon a:hover {
  background-color: #fff;
  box-shadow: 0px 0px 18px 1px #ff9c00;
  -moz-box-shadow: 0px 0px 18px 1px #ff9c00;
  -webkit-box-shadow: 0px 0px 18px 1px #ff9c00;
}
#contents.reading-detail .inner .reading-main .next-prev {
  text-align: center;
  margin-bottom: 40px;
}
#contents.reading-detail .inner .reading-main .next-prev li {
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle;
}
#contents.reading-detail .inner .reading-main .next-prev li a {
  height: 60px;
  padding-top: 20px;
}
#contents.reading-detail .inner .reading-main .next-prev li i {
  vertical-align: bottom;
}
#contents.reading-detail .inner .reading-main .next-prev li i:before {
  font-size: 8px;
}
#contents.reading-detail .inner .reading-main .next-prev .btn-prev i {
  margin-right: 0.5em;
}
#contents.reading-detail .inner .reading-main .next-prev .btn-next i {
  margin-left: 0.5em;
}

#contents.reading-list .inner .reading-main .list-top .backnumber-list-img li {
  width: 260px;
  margin-right: 30px;
  margin-bottom: 32px;
}
#contents.reading-list .inner .reading-main .list-top .backnumber-list-img li:nth-of-type(3n) {
  margin-right: 0;
}
#contents.reading-list .inner .reading-main .list-top .backnumber-list-img a:hover h3 {
  color: #f55d0b;
}
#contents.reading-list .inner .reading-main .list-top .backnumber-list-img figure {
  width: 260px;
}
#contents.reading-list .inner .reading-main .list-top .backnumber-list-img figure img {
  vertical-align: top;
}
#contents.reading-list .inner .reading-main .list-top .backnumber-list-img h3 {
  color: #333;
}
#contents.reading-list .inner .reading-main .list-top .backnumber-list-img .category {
  letter-spacing: normal;
}
#contents.reading-list .inner .reading-main .list-article {
  padding-bottom: 4px;
}
#contents.reading-list .inner .reading-main .list-article > ul {
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
  padding-top: 4px;
}
#contents.reading-list .inner .reading-main .list-article > ul li {
  background: #fcfcfc;
}
#contents.reading-list .inner .reading-main .list-article > ul li a {
  display: block;
  text-decoration: none;
  padding: 20px;
}
#contents.reading-list .inner .reading-main .list-article > ul li a:hover div p:nth-child(2) {
  color: #f55d0b;
}
#contents.reading-list .inner .reading-main .list-article > ul li a div {
  display: table;
}
#contents.reading-list .inner .reading-main .list-article > ul li a div > p {
  display: table-cell;
  vertical-align: top;
}
#contents.reading-list .inner .reading-main .list-article > ul li a div > p:nth-child(1) {
  width: auto;
  padding-right: 1em;
}
#contents.reading-list .inner .reading-main .list-article > ul li a p:nth-child(1) .date {
  width: 75px;
  font-size: 16px;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.05em;
  color: #eb9b00;
  display: inline-block;
}
#contents.reading-list .inner .reading-main .list-article > ul li a p:nth-child(2) {
  transition: color 0.15s ease-in-out;
  color: #333;
}
#contents.reading-list .inner .reading-main .list-article > ul li .tag-list {
  text-align: right;
  display: block;
  padding: 0 10px 10px;
}
#contents.reading-list .inner .reading-main .list-article > ul li .tag-list p {
  display: inline-block;
  width: auto !important;
}
#contents.reading-list .inner .reading-main .list-article > ul li .tag-list p a {
  background: #999;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  color: #fff !important;
  padding: 2px 4px;
}
#contents.reading-list .inner .reading-main .list-article > ul li .tag-list p a:hover {
  background: #ccc;
}
#contents.reading-list .inner .reading-main .list-article > ul li:nth-of-type(2n) {
  background: none;
}
#contents.reading-list .inner .reading-main .list-article .pager {
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
  padding-top: 50px;
  padding-bottom: 48px;
}
#contents.reading-list .inner .reading-main .list-article .no-results {
  font-size: 16px;
  text-align: center;
  color: #f55d0b;
  font-weight: bold;
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
  padding: 84px 0 80px;
}
#contents.reading-list .inner .reading-main .list-article .btn-area {
  border-bottom: none;
}
#contents.reading-list .inner .reading-main .list-article .btn-area ul {
  border-bottom: none;
  padding-bottom: 0;
}

#contents.reading-list-all {
  padding-top: 0;
}
#contents.reading-list-all .page-title {
  background: url(/assets/images/reading/bg-page.jpg) no-repeat top center #000;
  background-size: 100% auto;
  margin-bottom: 34px;
}
#contents.reading-list-all .page-title h1:before {
  content: "READING";
}
#contents.reading-list-all .inner .reading-main .list-article > ul li a div > p:nth-child(1) {
  width: 175px;
}

@media screen and (max-width: 768px) {
  #contents.reading-index .inner {
    width: 92%;
  }
  #contents.reading-index .reading-top {
    padding-bottom: 40px;
  }
  #contents.reading-index .reading-top .search-button {
    margin-bottom: 17px;
  }
  #contents.reading-index .reading-top .search-button p {
    width: 46%;
    padding: 8px 0;
    font-size: 13px;
  }
  #contents.reading-index .reading-top .search-button p .icon img {
    width: 14px;
  }
  #contents.reading-index .reading-top section {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  #contents.reading-index .reading-top section .sec-header {
    margin-bottom: 15px;
  }
  #contents.reading-index .reading-top section:last-child {
    float: none;
    margin-bottom: 0;
  }
  #contents.reading-index .reading-top section ul {
    background: none;
    border-top: none;
  }
  #contents.reading-index .reading-top section ul li a {
    display: block;
    text-decoration: none;
    padding: 12px 2%;
    width: 100%;
    position: relative;
  }
  #contents.reading-index .reading-top section ul li a:hover div p:nth-child(2) {
    color: #ddd;
  }
  #contents.reading-index .reading-top section ul li a p:nth-child(1) .icon {
    width: 10%;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translateY(-50%);
  }
  #contents.reading-index .reading-top section ul li a p:nth-child(2) {
    padding: 0;
    color: #ddd;
  }
  #contents.reading-index .reading-top .sec-newest ul {
    width: 98%;
    margin: 0 auto 20px;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    background: none;
  }
  #contents.reading-index .reading-top .sec-newest ul li {
    width: 48%;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    margin: 0 4% 7.5px 0;
  }
  #contents.reading-index .reading-top .sec-newest ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #contents.reading-index .reading-top .sec-newest ul li:nth-last-child(2) {
    border-bottom: 1px solid #777;
  }
  #contents.reading-index .reading-top .sec-newest ul li:last-child {
    display: block;
    border-bottom: 1px solid #777;
  }
  #contents.reading-index .reading-top .sec-newest ul li a {
    display: block;
    width: 100%;
  }
  #contents.reading-index .reading-top .sec-newest ul li a:hover div p:nth-child(2) {
    color: #ddd;
  }
  #contents.reading-index .reading-top .sec-newest ul li a div {
    display: block;
  }
  #contents.reading-index .reading-top .sec-newest ul li a div > p {
    display: block;
  }
  #contents.reading-index .reading-top .sec-newest ul li a p:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  #contents.reading-index .reading-top .sec-newest ul li a p:nth-child(1) .date {
    width: 50%;
    font-size: 15px;
  }
  #contents.reading-index .reading-top .sec-newest ul li a p:nth-child(1) .category {
    font-size: 11px;
    width: 46%;
    max-width: 82px;
    height: auto;
  }
  #contents.reading-index .reading-top .sec-newest ul li a p:nth-child(2) {
    padding: 0;
    line-height: 1.3;
    padding-right: 7px;
  }
  #contents.reading-index .reading-top .sec-ranking ul {
    background: none;
    border-top: none;
  }
  #contents.reading-index .reading-top .sec-ranking ul li {
    width: 100%;
    border-bottom: none;
  }
  #contents.reading-index .reading-top .sec-ranking ul li a {
    padding: 12px 2%;
    background: #222;
  }
  #contents.reading-index .reading-top .sec-ranking ul li a p {
    box-sizing: border-box;
  }
  #contents.reading-index .reading-top .sec-ranking ul li a p:nth-child(1) {
    width: 100%;
    display: block;
    padding-left: 15%;
    margin-bottom: 5px;
  }
  #contents.reading-index .reading-top .sec-ranking ul li a p:nth-child(2) {
    width: 100%;
    display: block;
    padding-left: 15%;
  }
  #contents.reading-index .reading-top .sec-ranking ul li:nth-of-type(2n) a {
    background: none;
  }
  #contents.reading-index .sec-category {
    background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
    background-size: 50px 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #contents.reading-index .sec-category .sec-header {
    margin-bottom: 15px;
  }
  #contents.reading-index .sec-category .category-list li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    vertical-align: top;
  }
  #contents.reading-index .sec-category .category-list a {
    display: block;
  }
  #contents.reading-index .sec-category .category-list a:hover figure img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  #contents.reading-index .sec-category .category-list a:hover h3 {
    color: #222;
  }
  #contents.reading-index .sec-category .category-list figure {
    width: 36%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  #contents.reading-index .sec-category .category-list div {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin-left: 4%;
  }
  #contents.reading-index .sec-category .category-list .category {
    margin-bottom: 5px;
  }
  #contents.reading-index .sec-backnumber {
    padding-top: 30px;
    padding-bottom: 65px;
  }
  #contents.reading-index .sec-backnumber .sec-header {
    margin-bottom: 15px;
  }
  #contents.reading-index .sec-backnumber .ac-btn {
    margin: 25px 0 10px;
  }
  #contents.reading-index .sec-backnumber .ac-btn a {
    width: 92%;
    font-size: 13px;
  }
  #contents.reading-index .sec-backnumber .ac-btn a i {
    color: #f55d0b;
    margin-left: 0.5em;
  }
  #contents.reading-index .sec-backnumber .ac-btn.open i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  #contents.reading-index .sec-backnumber .ac-area {
    display: none;
  }
  #contents.reading-index .sec-backnumber .backnumber-list-text {
    display: block;
  }
  #contents.reading-index .sec-backnumber .backnumber-list-text li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #contents.reading-index .sec-backnumber .backnumber-list-text li:nth-of-type(5n) {
    margin-right: 0;
  }
  #contents.reading-index .sec-backnumber .backnumber-list-text li a {
    padding: 5px 12px;
    font-size: 13px;
  }
  #contents.reading-index .sec-backnumber .backnumber-list-text li a:hover {
    color: #ddd;
    background: #000;
    border-color: #4a4a4a;
  }
  #contents.reading {
    background: url(/assets/images/common/bg-pattern1.gif) repeat top left;
    background-size: 50px 50px;
    padding-top: 18px;
    padding-bottom: 60px;
  }
  #contents.reading .detail-title {
    width: 92%;
    margin: 0 auto;
  }
  #contents.reading .detail-title .column-title {
    padding: 12px 3%;
    min-height: 100%;
    margin-bottom: 15px;
  }
  #contents.reading .detail-title .column-title .category {
    margin-bottom: 5px;
  }
  #contents.reading .detail-title .column-title h1 {
    font-size: 14px;
    width: 60%;
  }
  #contents.reading .detail-title .column-title .thum {
    width: 39%;
    border: 2.5px solid #fff;
    right: -1.4%;
    top: 50%;
    transform: rotate(0) translateY(-50%);
    -webkit-transform: rotate(0) translateY(-50%);
  }
  #contents.reading .inner {
    width: 100%;
    margin: 0 auto;
  }
  #contents.reading .inner .reading-main {
    width: 92%;
    float: none;
    margin: 0 auto;
  }
  #contents.reading .inner .reading-main section .sec-header {
    margin-bottom: 5px;
  }
  #contents.reading .inner .reading-main section .sec-header h2 span {
    font-size: 24px;
  }
  #contents.reading .inner .reading-main section .sec-header h2 .jp {
    font-size: 12px;
  }
  #contents.reading .inner .reading-sub {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  #contents.reading .inner .reading-sub section {
    margin-bottom: 0;
  }
  #contents.reading .inner .reading-sub section .sec-header h2 .en {
    font-size: 21px;
  }
  #contents.reading .inner .reading-sub section ul {
    border: none;
  }
  #contents.reading .inner .reading-sub section ul li a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  #contents.reading .inner .reading-sub section ul li a:hover div p:nth-child(2) {
    color: #f55d0b;
  }
  #contents.reading .inner .reading-sub section ul li a div p:nth-child(2) {
    font-size: 13px;
    transition: 0.15s ease-in-out;
  }
  #contents.reading .inner .reading-sub .sec-ranking ul {
    padding: 0;
  }
  #contents.reading .inner .reading-sub .sec-ranking ul li {
    width: 100%;
    border-bottom: none;
  }
  #contents.reading .inner .reading-sub .sec-ranking ul li a {
    padding: 12px 2%;
    position: relative;
  }
  #contents.reading .inner .reading-sub .sec-ranking ul li a p {
    box-sizing: border-box;
  }
  #contents.reading .inner .reading-sub .sec-ranking ul li a p:nth-child(1) {
    width: 100%;
    display: block;
    padding-left: 15%;
    margin-bottom: 5px;
  }
  #contents.reading .inner .reading-sub .sec-ranking ul li a p:nth-child(1) .icon {
    width: 10%;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translateY(-50%);
  }
  #contents.reading .inner .reading-sub .sec-ranking ul li a p:nth-child(2) {
    width: 100%;
    display: block;
    padding-left: 15%;
  }
  #contents.reading .inner .reading-sub .sec-ranking ul li:nth-of-type(2n) a {
    background: none;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list {
    width: 92%;
    border: none;
    background: none;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul {
    width: 98%;
    margin: 0 auto 20px;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    background: none;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li {
    width: 48%;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    margin: 0 4% 7.5px 0;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li:last-child {
    border-bottom: 1px solid #777;
    display: block;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li a {
    display: block;
    width: 100%;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li a:hover div p:nth-child(2) {
    color: #ddd;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li a div {
    display: block;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li a div > p {
    display: block;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li a p:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li a p:nth-child(1) .date {
    font-size: 15px;
    margin-right: 9px;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li a p:nth-child(1) .category {
    font-size: 11px;
    width: 46%;
    max-width: 82px;
    height: auto;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list ul li a p:nth-child(2) {
    padding: 0;
    line-height: 1.3;
    padding-right: 7px;
  }
  #contents.reading .inner .reading-sub .sec-newest .newest-list .btnType01 a {
    width: 57%;
    padding: 11px 0;
    height: auto;
    font-size: 13px;
    border: 1.5px solid #ddd;
  }
  #contents.reading .inner .reading-sub .sec-newest ul {
    border: none;
  }
  #contents.reading .inner .reading-sub .sec-category,
  #contents.reading .inner .reading-sub .sec-backnumber {
    display: none;
  }
  #contents.reading-detail .inner .reading-main .article-title {
    padding-bottom: 15px;
    background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left/4px 4px;
  }
  #contents.reading-detail .inner .reading-main .article-title time {
    font-size: 16px;
  }
  #contents.reading-detail .inner .reading-main .article-title h1 {
    font-size: 20px;
  }
  #contents.reading-detail .inner .reading-main .tag-list p {
    font-size: 12px;
  }
  #contents.reading-detail .inner .reading-main .name {
    font-size: 14px;
  }
  #contents.reading-detail .inner .reading-main .sns-area {
    padding: 15px 0;
    margin-bottom: 15px;
  }
  #contents.reading-detail .inner .reading-main .sns-area li {
    vertical-align: middle;
    margin-right: 10px;
  }
  #contents.reading-detail .inner .reading-main .sns-area li:last-child {
    margin-right: 0;
  }
  #contents.reading-detail .inner .reading-main .sns-area .text {
    text-align: left;
  }
  #contents.reading-detail .inner .reading-main .sns-area .icon {
    text-align: right;
  }
  #contents.reading-detail .inner .reading-main .sns-area .icon a {
    display: block;
  }
  #contents.reading-detail .inner .reading-main .sns-area .icon a:hover {
    box-shadow: 0px 0px 0px 0px #ff9c00;
    -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
    -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  #contents.reading-detail .inner .reading-main .next-prev {
    margin-bottom: 25px;
  }
  #contents.reading-detail .inner .reading-main .next-prev li {
    width: 42%;
    margin: 0 9px;
  }
  #contents.reading-detail .inner .reading-main .next-prev li a {
    width: 100%;
    height: 40px;
    padding-top: 11px;
  }
  #contents.reading-list .inner .reading-main .list-top {
    margin-bottom: 25px;
  }
  #contents.reading-list .inner .reading-main .list-top .backnumber-list-img {
    letter-spacing: -0.4em;
  }
  #contents.reading-list .inner .reading-main .list-top .backnumber-list-img li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #contents.reading-list .inner .reading-main .list-top .backnumber-list-img li:nth-of-type(4n) {
    margin-right: 0;
  }
  #contents.reading-list .inner .reading-main .list-top .backnumber-list-img li:last-child {
    margin-bottom: 0;
  }
  #contents.reading-list .inner .reading-main .list-top .backnumber-list-img a:hover h3 {
    color: #222;
  }
  #contents.reading-list .inner .reading-main .list-top .backnumber-list-img figure {
    width: 36%;
  }
  #contents.reading-list .inner .reading-main .list-top .backnumber-list-img a:hover h3 {
    color: #f55d0b;
  }
  #contents.reading-list .inner .reading-main .list-article {
    padding-bottom: 60px;
  }
  #contents.reading-list .inner .reading-main .list-article .sec-header h2 span {
    font-size: 32px;
  }
  #contents.reading-list .inner .reading-main .list-article .sec-header h2 .jp {
    font-size: 12px;
  }
  #contents.reading-list .inner .reading-main .list-article > ul {
    background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
    padding-top: 4px;
  }
  #contents.reading-list .inner .reading-main .list-article > ul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #contents.reading-list .inner .reading-main .list-article > ul li a {
    padding: 15px 10px;
  }
  #contents.reading-list .inner .reading-main .list-article > ul li a:hover div p:nth-child(2) {
    color: #333;
  }
  #contents.reading-list .inner .reading-main .list-article > ul li a p:nth-child(1) {
    width: 75px;
  }
  #contents.reading-list .inner .reading-main .list-article > ul li a p:nth-child(1) .date {
    width: auto;
    font-size: 15px;
    margin-right: 0;
  }
  #contents.reading-list .inner .reading-main .list-article > ul li a p:nth-child(2) {
    font-size: 14px;
  }
  #contents.reading-list .inner .reading-main .list-article > ul li .tag-list p {
    font-size: 10px !important;
  }
  #contents.reading-list .inner .reading-main .list-article .pager {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #contents.reading-list .inner .reading-main .list-article .btn-area {
    margin-bottom: 0;
  }
  #contents.reading-list-all {
    padding-top: 0;
  }
  #contents.reading-list-all .inner .reading-main .list-article > ul li {
    margin: 0 auto;
  }
  #contents.reading-list-all .inner .reading-main .list-article > ul li a {
    display: block;
    padding: 14px 10px;
  }
  #contents.reading-list-all .inner .reading-main .list-article > ul li a:hover div p:nth-child(2) {
    color: #333;
  }
  #contents.reading-list-all .inner .reading-main .list-article > ul li a div {
    display: block;
  }
  #contents.reading-list-all .inner .reading-main .list-article > ul li a div > p {
    display: block;
    vertical-align: top;
  }
  #contents.reading-list-all .inner .reading-main .list-article > ul li a p:nth-child(1) {
    width: 100%;
  }
  #contents.reading-list-all .inner .reading-main .list-article > ul li a p:nth-child(1) .date {
    width: auto;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-right: 1em;
  }
  #contents.reading-list-all .inner .reading-main .list-article > ul li a p:nth-child(2) {
    padding-top: 5px;
    padding-left: 5em;
  }
}
/* ----------------------------------------------------------------------------------------

	detail - edit

---------------------------------------------------------------------------------------- */
#contents.reading-detail .inner .reading-main .detail {
  letter-spacing: 0.02em;
  line-height: 2.125;
  padding-bottom: 80px;
}
#contents.reading-detail .inner .reading-main .detail img {
  vertical-align: top;
}
#contents.reading-detail .inner .reading-main .detail .flip-card {
  display: inline-block;
  position: relative;
  margin: 14px 11px 30px 8px;
}
@media screen and (max-width: 768px) {
  #contents.reading-detail .inner .reading-main .detail .flip-card {
    margin: 1em 0px 23px 0px;
  }
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 283px;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll.select a:after {
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll.select a:before {
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  margin: 0;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll a {
  display: block;
  background: #000;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll a:after, #contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 80px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll a:after {
  transform: translateX(-100%) skewX(-8deg);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll a:before {
  transform: translateX(100%) skewX(-8deg);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll a:hover:after {
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .btn-roll a:hover:before {
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .card-box {
  width: 223px;
  height: 311px;
  position: relative;
  perspective: 800px;
  -webkit-perspective: 800px;
  margin: 0 0 15px;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .card-box .card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .card-box .card.flipped {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
#contents.reading-detail .inner .reading-main .detail .flip-card .card-box figure {
  cursor: pointer;
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .card-box figure img {
  margin: 0;
}
#contents.reading-detail .inner .reading-main .detail .flip-card .card-box .back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
#contents.reading-detail .inner .reading-main .detail hr {
  display: block;
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bbb;
}
#contents.reading-detail .inner .reading-main .detail .video {
  position: relative;
  width: 100%;
  height: 360px;
  margin: 20px 0;
  text-align: center;
}
#contents.reading-detail .inner .reading-main .detail .video iframe {
  width: 640px;
  height: 360px;
}
#contents.reading-detail .inner .reading-main .detail .writer {
  margin-bottom: 40px;
}
#contents.reading-detail .inner .reading-main .detail .writer:after {
  content: "";
  display: table;
  clear: both;
}
#contents.reading-detail .inner .reading-main .detail .writer p {
  margin-bottom: 0;
}
#contents.reading-detail .inner .reading-main .detail .writer img {
  margin: 0 0 1em 2em;
  float: right;
}
#contents.reading-detail .inner .reading-main .detail .img-area {
  line-height: 2.125;
  margin-bottom: 40px;
}
#contents.reading-detail .inner .reading-main .detail .img-area:after {
  content: "";
  display: table;
  clear: both;
}
#contents.reading-detail .inner .reading-main .detail .img-area figure {
  width: 400px;
  float: left;
  margin: 0;
  padding: 0;
}
#contents.reading-detail .inner .reading-main .detail .img-area figure img {
  margin: 0;
}
#contents.reading-detail .inner .reading-main .detail .img-area figure figcaption {
  font-size: 14px;
}
#contents.reading-detail .inner .reading-main .detail .img-area .text {
  width: 400px;
  float: right;
  font-size: 16px;
  margin-top: -0.6em;
}
#contents.reading-detail .inner .reading-main .detail .img-area.img-right figure {
  float: right;
}
#contents.reading-detail .inner .reading-main .detail .img-area.img-right .text {
  float: left;
}
#contents.reading-detail .inner .reading-main .detail h4 {
  font-size: 18px;
  color: #fff;
  padding: 14px;
  line-height: 1;
  background: #2a2a2a;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.5;
}
#contents.reading-detail .inner .reading-main .detail h4.prrhead {
  background: #f55d0b !important;
}
#contents.reading-detail .inner .reading-main .detail h4.prrhead:before {
  content: "▼";
  margin-right: 0.5em;
}
#contents.reading-detail .inner .reading-main .detail h4.prrhead.prropen:before {
  content: "▲";
}
#contents.reading-detail .inner .reading-main .detail h4#preflist {
  font-size: 16px;
  background: #666 !important;
  padding: 9px 14px;
}
#contents.reading-detail .inner .reading-main .detail .prrlist {
  display: none;
}
#contents.reading-detail .inner .reading-main .detail a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.reading-detail .inner .reading-main .detail a:hover {
  color: #007576;
}
#contents.reading-detail .inner .reading-main .detail p {
  font-size: 16px;
  margin-bottom: 2em;
}
#contents.reading-detail .inner .reading-main .detail p > img {
  margin: 0;
}
#contents.reading-detail .inner .reading-main .detail ul {
  margin-bottom: 2em;
}
#contents.reading-detail .inner .reading-main .detail ul li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
#contents.reading-detail .inner .reading-main .detail ul li:before {
  content: "・";
}
#contents.reading-detail .inner .reading-main .detail ol {
  margin-left: 1em;
}
#contents.reading-detail .inner .reading-main .detail ol li {
  font-size: 16px;
}
#contents.reading-detail .inner .reading-main .detail ol li img {
  margin: 0;
}
#contents.reading-detail .inner .reading-main .detail blockquote img {
  margin: 0;
}
#contents.reading-detail .inner .reading-main .detail button {
  background: #000;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#contents.reading-detail .inner .reading-main .detail img {
  max-width: 100%;
  height: auto;
  margin: 1em 10px 0 10px;
}
#contents.reading-detail .inner .reading-main .detail td.imtcap {
  text-align: right;
  padding: 0 10px 0 0;
}
#contents.reading-detail .inner .reading-main .detail .img-box {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 40px;
}
#contents.reading-detail .inner .reading-main .detail table.decklist {
  margin: auto;
  background: #fff;
  border: none;
  border-spacing: 0px;
  width: 100%;
  padding-top: 5px;
  margin: 10px auto 20px;
  border-bottom: 3px solid #63659c;
}
#contents.reading-detail .inner .reading-main .detail table.decklist tr.footer {
  background: url(../images/reading/deckbox2.png) no-repeat right bottom #fff;
  height: 48px;
}
#contents.reading-detail .inner .reading-main .detail table.decklist hr {
  margin: 5px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #d8d8d8;
  display: block;
}
#contents.reading-detail .inner .reading-main .detail table.decklist tr td {
  width: 33%;
  vertical-align: top;
  line-height: 1.2;
  padding: 10px 15px 5px;
  box-sizing: border-box;
}
#contents.reading-detail .inner .reading-main .detail table.decklist caption {
  font-weight: bold;
  margin-top: 0px;
  border-top: 3px solid #63659c;
  border-bottom: 3px solid #63659c;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
}
#contents.reading-detail .inner .reading-main .detail div.solidtable table {
  margin: 0.5em auto;
  border: 1px solid #999;
  background: #ffffff;
}
#contents.reading-detail .inner .reading-main .detail div.solidtable tr th {
  color: black;
  font-weight: bold;
  background-color: #c0c0c0;
  padding: 3px 6px;
  border: 1px solid #999;
}
#contents.reading-detail .inner .reading-main .detail div.solidtable tr td {
  border-style: solid none none;
  border-width: 1px;
  padding: 3px 6px;
  border-collapse: separate;
}
#contents.reading-detail .inner .reading-main .detail div.solidtable tr:nth-of-type(odd) {
  background: #f0f8ff;
}
#contents.reading-detail .inner .reading-main .detail div.CardsFan {
  position: relative;
  width: 630px;
  height: 440px;
  margin: auto;
}
#contents.reading-detail .inner .reading-main .detail img.CardsFan {
  transform-origin: center bottom;
  position: absolute;
  left: 200px;
  bottom: 100px;
}
#contents.reading-detail .inner .reading-main .detail div.CardsRow {
  position: relative;
  width: 576px;
  height: 330px;
  margin: auto;
}
#contents.reading-detail .inner .reading-main .detail .cii_w {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: 10px solid #fff;
  border-radius: 10px;
}
#contents.reading-detail .inner .reading-main .detail .cii_s {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: solid 10px silver;
  border-radius: 10px;
}
#contents.reading-detail .inner .reading-main .detail .cii_b {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: solid 10px black;
  border-radius: 10px;
}
#contents.reading-detail .inner .reading-main .detail div.CardsRow img {
  position: absolute;
  left: 0;
  top: 0;
}
#contents.reading-detail .inner .reading-main .detail div.CardsRow img:nth-child(2) {
  left: 125px;
}
#contents.reading-detail .inner .reading-main .detail div.CardsRow img:nth-child(3) {
  left: 250px;
}
#contents.reading-detail .inner .reading-main .detail div.CardsRow img:nth-child(4) {
  left: 375px;
}
#contents.reading-detail .inner .reading-main .detail h5 {
  border-left: 5px solid #f55d0b;
  padding: 5px 0 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
#contents.reading-detail .inner .reading-main .detail .ToEtable {
  background: #fff;
  margin: 0 auto 4em;
}
#contents.reading-detail .inner .reading-main .detail .ToEtable .ToEmatch {
  font-size: 13px;
  box-sizing: content-box;
}
#contents.reading-detail .inner .reading-main .detail .ToEtable .ToEmatch * {
  box-sizing: content-box;
}
#contents.reading-detail .inner .reading-main .detail div.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#contents.reading-detail .inner .reading-main .detail div.video-container iframe,
#contents.reading-detail .inner .reading-main .detail div.video-container object,
#contents.reading-detail .inner .reading-main .detail div.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents.reading-detail .inner .reading-main .detail div.shopList {
  margin-bottom: 20px;
}
#contents.reading-detail .inner .reading-main .detail div.shopList h4 {
  margin-top: 50px;
}
#contents.reading-detail .inner .reading-main .detail div.shopList p.lead {
  margin: 0 0 15px 0;
  padding: 8px 10px;
  background: #000;
  color: #fff;
}
#contents.reading-detail .inner .reading-main .detail div.shopList .tbl {
  margin: 0 0 15px;
  border: 1px solid #000;
}
#contents.reading-detail .inner .reading-main .detail div.shopList table {
  width: 100%;
  border-collapse: collapse;
}
#contents.reading-detail .inner .reading-main .detail div.shopList table th,
#contents.reading-detail .inner .reading-main .detail div.shopList table td {
  padding: 8px 10px;
  border: 1px solid #000;
  line-height: 1.5;
  font-weight: normal;
  background: #fff;
  text-align: center;
  color: #000;
}
#contents.reading-detail .inner .reading-main .detail div.shopList table th.lft,
#contents.reading-detail .inner .reading-main .detail div.shopList table td.lft {
  text-align: left;
  padding: 9px 10px 9px 10px;
}
#contents.reading-detail .inner .reading-main .detail div.shopList table th {
  background: #ccc;
  font-weight: bold;
}
#contents.reading-detail .inner .reading-main .detail div.shopList table td span {
  font-weight: bold;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi {
  display: flex;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi.left div.profile-col {
  margin-right: 15px;
  align-items: flex-start;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi.left div.col p.talk::before {
  content: "";
  background-image: url("/assets/images/reading/fukidashi-arrow.png");
  background-size: 14px 20px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 14px;
  height: 20px;
  display: block;
  position: relative;
  position: absolute;
  left: -14px;
  top: 20px;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi.right {
  justify-content: flex-end;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi.right div.profile-col {
  margin-left: 15px;
  align-items: flex-end;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi.right div.col p.talk::before {
  content: "";
  background-image: url("/assets/images/reading/fukidashi-arrow.png");
  background-size: 14px 20px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 14px;
  height: 20px;
  display: block;
  position: relative;
  position: absolute;
  right: -14px;
  top: 20px;
  transform: rotate(180deg);
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi div.profile-col {
  flex-shrink: 0;
  width: 75px;
  display: flex;
  flex-direction: column;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi div.profile-col figure {
  margin: 0;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi div.profile-col figure > p {
  margin: 0;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi div.profile-col figure > img {
  margin: 0;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi div.profile-col p.name {
  font-size: 10px;
}
#contents.reading-detail .inner .reading-main .detail div.fukidashi div.col p.talk {
  position: relative;
  border: 2px solid #f98343;
  border-radius: 10px;
  padding: 14px;
  font-size: 16px;
  line-height: 23px;
  background-color: #fff7f2;
}
@media screen and (max-width: 768px) {
  #contents.reading-detail .inner .reading-main .detail div.fukidashi div.col p.talk {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
}

@media screen and (max-width: 768px) {
  #contents.reading-detail .inner .reading-main .detail {
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding-bottom: 40px;
  }
  #contents.reading-detail .inner .reading-main .detail .video {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }
  #contents.reading-detail .inner .reading-main .detail .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #contents.reading-detail .inner .reading-main .detail .writer {
    margin-bottom: 20px;
  }
  #contents.reading-detail .inner .reading-main .detail .writer img {
    margin: 0 0 0.5em 1em;
  }
  #contents.reading-detail .inner .reading-main .detail .img-area {
    margin-bottom: 25px;
  }
  #contents.reading-detail .inner .reading-main .detail .img-area figure {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  #contents.reading-detail .inner .reading-main .detail .img-area figure figcaption {
    font-size: 12px;
  }
  #contents.reading-detail .inner .reading-main .detail .img-area .text {
    width: 100%;
    float: none;
    font-size: 14px;
    margin-top: 0;
  }
  #contents.reading-detail .inner .reading-main .detail .img-area.img-right figure {
    float: none;
  }
  #contents.reading-detail .inner .reading-main .detail .img-area.img-right .text {
    float: none;
  }
  #contents.reading-detail .inner .reading-main .detail h4 {
    font-size: 14px;
    padding: 7px;
  }
  #contents.reading-detail .inner .reading-main .detail h4.prrhead:before {
    content: "▼";
    margin-right: 0.5em;
  }
  #contents.reading-detail .inner .reading-main .detail h4.prrhead.prropen:before {
    content: "▲";
  }
  #contents.reading-detail .inner .reading-main .detail h4#preflist {
    font-size: 12px;
    padding: 4px 7px;
  }
  #contents.reading-detail .inner .reading-main .detail table.decklist {
    font-size: 10px;
  }
  #contents.reading-detail .inner .reading-main .detail table.decklist tr.footer {
    background: url(../images/reading/deckbox2.png) no-repeat right bottom #fff;
    background-size: 24px;
    height: 24px;
  }
  #contents.reading-detail .inner .reading-main .detail table.decklist hr {
    margin: 5px;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #d8d8d8;
    display: block;
  }
  #contents.reading-detail .inner .reading-main .detail table.decklist tr td {
    width: 33%;
    padding: 5px 8px 5px;
  }
  #contents.reading-detail .inner .reading-main .detail table.decklist caption {
    padding: 10px 0;
  }
  #contents.reading-detail .inner .reading-main .detail div.solidtable table {
    font-size: 10px;
  }
  #contents.reading-detail .inner .reading-main .detail div.CardsFan {
    position: relative;
    width: 90%;
    height: auto;
    margin: auto;
  }
  #contents.reading-detail .inner .reading-main .detail img.CardsFan {
    transform-origin: center bottom;
    position: absolute;
    left: 200px;
    bottom: 100px;
  }
  #contents.reading-detail .inner .reading-main .detail div.CardsRow {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
  #contents.reading-detail .inner .reading-main .detail .cii_w {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
  }
  #contents.reading-detail .inner .reading-main .detail .cii_s {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
  }
  #contents.reading-detail .inner .reading-main .detail .cii_b {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
    border-radius: 10px;
  }
  #contents.reading-detail .inner .reading-main .detail div.CardsRow:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents.reading-detail .inner .reading-main .detail div.CardsRow img {
    width: 40%;
    position: relative !important;
    left: auto !important;
    margin: 5px 0;
    float: left;
    margin-left: -20%;
  }
  #contents.reading-detail .inner .reading-main .detail div.CardsRow img:nth-child(1) {
    margin-left: 0;
  }
  #contents.reading-detail .inner .reading-main .detail h5 {
    border-left: 5px solid #f55d0b;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #contents.reading-detail .inner .reading-main .detail .ToEtable {
    background: #fff;
    margin: 0 auto 4em;
  }
  #contents.reading-detail .inner .reading-main .detail .ToEmatch {
    font-size: 13px;
    box-sizing: content-box;
  }
  #contents.reading-detail .inner .reading-main .detail .ToEmatch * {
    box-sizing: content-box;
  }
  #contents.reading-detail .inner .reading-main .detail a:hover {
    color: #10b7b9;
  }
  #contents.reading-detail .inner .reading-main .detail p {
    font-size: 14px;
  }
  #contents.reading-detail .inner .reading-main .detail p > img {
    margin: 0;
  }
  #contents.reading-detail .inner .reading-main .detail > ul li {
    font-size: 14px;
  }
  #contents.reading-detail .inner .reading-main .detail ol li {
    font-size: 14px;
  }
  #contents.reading-detail .inner .reading-main .detail ol li img {
    margin: 0;
  }
  #contents.reading-detail .inner .reading-main .detail blockquote img {
    margin: 0;
  }
  #contents.reading-detail .inner .reading-main .detail button {
    font-size: 14px;
  }
  #contents.reading-detail .inner .reading-main .detail img {
    margin: 1em 0 0 0;
  }
  #contents.reading-detail .inner .reading-main .detail .img-box {
    margin-bottom: 25px;
  }
}
/* ----------------------------------------------------------------------------------------

	その他共通・フリーページ

---------------------------------------------------------------------------------------- */
#contents.reading .page-title.custom {
  width: 1200px;
  margin: 0 auto 35px;
  padding-top: 0;
}
#contents.reading .page-title.custom .directory-title {
  font-family: "Beleren";
  color: #222222;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-align: left;
}
#contents.reading .page-title.custom div {
  padding-top: 0;
  height: 250px;
  background-color: #000;
  background-position: right top;
  background-repeat: no-repeat;
}
#contents.reading .page-title.custom div h1 {
  width: 430px;
  display: block;
  padding-top: 80px;
  font-size: 50px;
}
#contents.reading .page-title.custom div small {
  width: 430px;
  font-size: 18px;
}
#contents.reading .page-title.line2 div h1 {
  padding-top: 60px;
}
#contents.reading .page-title.line2 div h1 span {
  display: block;
}
#contents.reading .page-title.line2 div h1 .title-1 {
  font-size: 40px;
}

#contents.free-page .btn-area {
  border-bottom: none;
}
#contents.free-page .btn-area ul {
  border-bottom: none;
  padding-bottom: 0;
}
#contents.free-page .inner .reading-main .article-title {
  margin-bottom: 40px;
}
#contents.free-page .inner .reading-sub {
  margin-top: 0;
}
#contents.free-page .inner .reading-sub .sec-related-posts ul li {
  width: 270px;
  margin: 0 auto;
  font-size: 13px;
}
#contents.free-page .inner .reading-sub .sec-related-posts ul li:last-child {
  border-bottom: none;
}
#contents.free-page .inner .reading-sub .sec-related-posts ul li a {
  padding: 20px 0;
  transition: color 0.15s ease-in-out;
}
#contents.free-page .inner .reading-sub .sec-related-posts ul li a:hover {
  color: #f55d0b;
}
#contents.free-page .inner .reading-sub .sec-format-list .format-box {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f8f8f8;
  padding: 13px 15px 0;
}
#contents.free-page .inner .reading-sub .sec-format-list .format-box .format-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-left: 4px solid #f55d0b;
  padding-left: 7px;
  color: #f55d0b;
}
#contents.free-page .inner .reading-sub .sec-format-list .format-box:last-child {
  border-bottom: 1px solid #ccc;
}
#contents.free-page .inner .reading-sub .sec-format-list .format-box li {
  border-bottom: 1px dotted #aaa;
}
#contents.free-page .inner .reading-sub .sec-format-list .format-box li:last-child {
  border-bottom: none;
}
#contents.free-page .inner .reading-sub .sec-format-list .format-box li a {
  padding: 12px 0;
  transition: 0.15s ease-in-out;
}
#contents.free-page .inner .reading-sub .sec-format-list .format-box li a:hover {
  color: #f55d0b;
}
#contents.free-page .inner .reading-sub .sec-format-list .format-box li div {
  width: 155px;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 10px;
}
#contents.free-page .inner .reading-sub .sec-format-list ul {
  border: none;
}
#contents.free-page .inner .reading-sub .rules-link ul li {
  margin-bottom: 10px;
}
#contents.free-page .inner .reading-sub .rules-link ul li a {
  width: 100%;
  height: auto;
  text-align: left;
  background: #000;
  padding: 24px 0 24px 15px;
  border-width: 1px;
  color: #fff;
}
#contents.free-page .inner .reading-sub .rules-link ul li a small {
  font-size: 12px;
}
#contents.free-page .inner .reading-sub .rules-link ul li a span {
  display: block;
}
#contents.free-page .inner .reading-sub .rules-link ul li a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #eb9b00;
}
#contents.free-page .inner .reading-sub .rules-link ul li a:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #contents.reading .page-title.custom {
    width: 92%;
    margin-bottom: 25px;
  }
  #contents.reading .page-title.custom .directory-title {
    font-size: 19px;
  }
  #contents.reading .page-title.custom div {
    padding-top: 0;
    padding-bottom: 36%;
    height: auto;
    background-position: bottom center;
    background-size: 100% auto;
  }
  #contents.reading .page-title.custom div h1 {
    width: 100%;
    padding-top: 10px;
    font-size: 35px;
  }
  #contents.reading .page-title.custom div small {
    width: 100%;
    font-size: 15px;
  }
  #contents.reading .page-title.custom.line2 div h1 {
    padding-top: 10px;
  }
  #contents.reading .page-title.custom.line2 div h1 .title-1 {
    font-size: 30px;
  }
  #contents.free-page .btn-area {
    margin-bottom: 70px;
  }
  #contents.free-page .inner .reading-main .article-title {
    margin-bottom: 40px;
  }
  #contents.free-page .inner .reading-sub {
    margin-top: 0;
  }
  #contents.free-page .inner .reading-sub .sec-related-posts ul {
    border: 1px solid #ccc;
  }
  #contents.free-page .inner .reading-sub .sec-related-posts ul li {
    width: 92%;
    font-size: 13px;
  }
  #contents.free-page .inner .reading-sub .sec-related-posts ul li a {
    padding: 15px 0;
  }
  #contents.free-page .inner .reading-sub .sec-related-posts ul li a:hover {
    color: #333;
  }
  #contents.free-page .inner .reading-sub .sec-format-list .format-box {
    padding: 13px 4% 0;
  }
  #contents.free-page .inner .reading-sub .sec-format-list .format-box li a {
    padding: 15px 0;
  }
  #contents.free-page .inner .reading-sub .sec-format-list .format-box li a:hover {
    color: #333;
  }
  #contents.free-page .inner .reading-sub .rules-link {
    background: rgba(248, 248, 248, 0.8);
    padding: 25px 0;
    border: 1px solid #ccc;
  }
  #contents.free-page .inner .reading-sub .rules-link ul {
    width: 85.3333%;
    margin: 0 auto;
  }
  #contents.free-page .inner .reading-sub .rules-link ul li {
    margin-bottom: 10px;
  }
  #contents.free-page .inner .reading-sub .rules-link ul li a {
    width: 100%;
    font-size: 13px;
    padding: 17px 0 17px 15px;
    background: #000;
  }
  #contents.free-page .inner .reading-sub .rules-link ul li a i {
    right: 12px;
  }
  #contents.free-page .inner .reading-sub .rules-link ul li a:hover i {
    color: #eb9b00;
  }
}
/* ----------------------------------------------------------------------------------------

	event _event.scss

---------------------------------------------------------------------------------------- */
#contents.event-page .events-relations-wrapper .tab-menu {
  margin: 0 auto;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab:after {
  content: "";
  display: table;
  clear: both;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li {
  width: 450px;
  height: 70px;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li:last-child {
  margin-right: 0;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li i {
  margin-left: 0.5em;
  font-size: 13px;
  vertical-align: top;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li p {
  background: #222222;
  display: block;
  height: 70px;
  border: 2px solid #ddd;
  border-bottom: none;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  color: #ddd;
  position: relative;
  overflow: hidden;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li p span {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li p:after, #contents.event-page .events-relations-wrapper .tab-menu .tab li p:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li p:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li p:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li p:hover {
  color: #fff;
  border: 2px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom: none;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li p:hover:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li p:hover:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li.active p {
  color: #fff;
  border: 2px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom: none;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li.active p:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.event-page .events-relations-wrapper .tab-menu .tab li.active p:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-menu {
    width: 100%;
    margin-bottom: 0;
  }
  #contents.event-page .events-relations-wrapper .tab-menu .tab {
    width: 92%;
  }
  #contents.event-page .events-relations-wrapper .tab-menu .tab li {
    width: 40vw;
    height: auto;
    margin-right: 1.2%;
    font-size: 10px;
  }
  #contents.event-page .events-relations-wrapper .tab-menu .tab li:last-child {
    margin-right: 0;
  }
  #contents.event-page .events-relations-wrapper .tab-menu .tab li i {
    margin: 0;
    display: block;
  }
  #contents.event-page .events-relations-wrapper .tab-menu .tab li strong {
    display: block;
    font-size: 14px;
  }
  #contents.event-page .events-relations-wrapper .tab-menu .tab li p {
    font-size: 14px;
    height: 55px;
    line-height: 1.2;
  }
  #contents.event-page .events-relations-wrapper .tab-menu .tab li p:before, #contents.event-page .events-relations-wrapper .tab-menu .tab li p:after {
    display: none;
  }
  #contents.event-page .events-relations-wrapper .tab-menu .tab li p:hover {
    border: 2px solid #ddd;
    border-bottom: none;
  }
  #contents.event-page .events-relations-wrapper .tab-menu .tab li.active p {
    border: 2px solid #f37e0a;
    border-right-color: #da2b10;
    border-bottom: none;
    background: rgb(243, 126, 10);
    background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
    background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  }
}
#contents.event-page .events-relations-wrapper .tab-content {
  background-image: url("/assets/images/events/about/events-tab-border.png");
  background-size: 1200px 3px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1200px;
  height: 3px;
  display: block;
  position: relative;
  height: auto;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content {
    background-image: url("/assets/images/events/about/events-tab-border-sp.png");
    background-size: 92vw 0.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 92vw;
    height: 0.8vw;
    display: block;
    position: relative;
    height: auto;
  }
}
#contents.event-page .events-relations-wrapper .tab-content.store {
  display: none;
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner {
  padding-top: 25px;
  overflow: hidden;
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner h2 {
  font-size: 26px;
  color: #f55d0b;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner h2 {
    font-size: 19px;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg {
  background-image: url("/assets/images/events/about/events-store-bg.jpg");
  background-size: 1200px 530px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1200px;
  height: 530px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg {
    background-image: url("/assets/images/events/about/events-store-bg-sp.jpg");
    background-size: 92vw 78.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 92vw;
    height: 78.666vw;
    display: block;
    position: relative;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button {
  border: 2px solid #027e74;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px #000000;
  text-align: center;
  transition: 0.2s ease-in-out;
  position: absolute;
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button:hover {
  box-shadow: 0px 0px 10px 1px #ff5400;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button {
    font-size: 2.6666666667vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.small {
  width: 210px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.small {
    width: 20.5333333333vw;
    height: 12vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.medium {
  width: 210px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.medium {
    width: 17.3333333333vw;
    height: 18.6666666667vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.large {
  width: 264px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.large {
    width: 18.6666666667vw;
    height: 20vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no1 {
  left: 61px;
  top: 196px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no1 {
    left: 2vw;
    top: 25vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no2 {
  left: 61px;
  top: 235px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no2 {
    left: 2vw;
    top: 40vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no3 {
  left: 315px;
  top: 175px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no3 {
    left: 26vw;
    top: 18vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no4 {
  left: 315px;
  top: 275px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no4 {
    left: 26vw;
    top: 40vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no5 {
  left: 572px;
  top: 109px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no5 {
    left: 46vw;
    top: 6vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no6 {
  left: 572px;
  top: 219px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no6 {
    left: 46vw;
    top: 29vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no7 {
  left: 572px;
  top: 329px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.no7 {
    left: 46vw;
    top: 52vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.planeswalker-championship {
  width: 270px;
  height: 100px;
  border: 4px solid #07b3a5;
  left: 890px;
  top: 210px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-store-map-bg .store-button.planeswalker-championship {
    width: 21.3333333333vw;
    height: 23.2vw;
    left: 68vw;
    top: 28vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .store-arrow {
  background-image: url("/assets/images/events/about/store-arrow.png");
  background-size: 1164px 44px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1164px;
  height: 44px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .store-arrow {
    background-image: url("/assets/images/events/about/store-arrow.png");
    background-size: 92vw 5.866vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 92vw;
    height: 5.866vw;
    display: block;
    position: relative;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg {
  background-image: url("/assets/images/events/about/events-e-sport-bg2.png");
  background-size: 1200px 825px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1200px;
  height: 825px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg {
    background-image: url("/assets/images/events/about/events-e-sport-bg2-sp.png");
    background-size: 91.6vw 187.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 91.6vw;
    height: 187.333vw;
    display: block;
    position: relative;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg figure.badge1 {
  background-image: url("/assets/images/events/about/events-e-sports-badge1.png");
  background-size: 117px 136px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 117px;
  height: 136px;
  display: block;
  position: relative;
  position: absolute;
  top: 253px;
  left: 36px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg figure.badge1 {
    background-image: url("/assets/images/events/about/events-e-sports-badge1-sp.png");
    background-size: 13.6vw 15.7333333333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 13.6vw;
    height: 15.7333333333vw;
    display: block;
    position: relative;
    position: absolute;
    left: 11.8vw;
    top: 15vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg figure.badge2 {
  background-image: url("/assets/images/events/about/events-e-sports-badge2.png");
  background-size: 162px 136px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 162px;
  height: 136px;
  display: block;
  position: relative;
  position: absolute;
  top: 253px;
  left: 184px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg figure.badge2 {
    background-image: url("/assets/images/events/about/events-e-sports-badge2-sp.png");
    background-size: 18.6666666667vw 15.7333333333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 18.6666666667vw;
    height: 15.7333333333vw;
    display: block;
    position: relative;
    position: absolute;
    left: 9vw;
    top: 30.5vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg figure.badge3 {
  background-image: url("/assets/images/events/about/events-e-sports-badge3.png");
  background-size: 196px 146px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 196px;
  height: 146px;
  display: block;
  position: relative;
  position: absolute;
  top: 230px;
  left: 397px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg figure.badge3 {
    background-image: url("/assets/images/events/about/events-e-sports-badge3-sp.png");
    background-size: 23.3333333333vw 17.3333333333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 23.3333333333vw;
    height: 17.3333333333vw;
    display: block;
    position: relative;
    position: absolute;
    left: 2vw;
    top: 53.5vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg figure.badge4 {
  background-image: url("/assets/images/events/about/events-e-sports-badge4.png");
  background-size: 239px 193px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 239px;
  height: 193px;
  display: block;
  position: relative;
  position: absolute;
  top: 22px;
  left: 922px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg figure.badge4 {
    background-image: url("/assets/images/events/about/events-e-sports-badge4-sp.png");
    background-size: 30.5333333333vw 24.6666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 30.5333333333vw;
    height: 24.6666666667vw;
    display: block;
    position: relative;
    position: absolute;
    left: 24vw;
    top: 136vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-label {
  background-color: #bea017;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-label {
    font-size: 2.6666666667vw;
    border-radius: 5px;
    text-align: center;
  }
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-label sup {
    display: none;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-label.small {
  width: 150px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-label.small {
    width: 39.6vw;
    height: 9.3333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-label.medium {
  width: 245px;
  height: 81px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-label.medium {
    width: 49.0666666667vw;
    height: 14.1333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-label.no1 {
  top: 455px;
  left: 439px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-label.no1 {
    left: 31vw;
    top: 69vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button {
  border: 2px solid #940000;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px #000000;
  text-align: center;
  transition: 0.2s ease-in-out;
  position: absolute;
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button:hover {
  box-shadow: 0px 0px 10px 1px #ff5400;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button {
    font-size: 2.6666666667vw;
  }
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button span.small {
    font-size: 2.1333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.small {
  width: 150px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.small {
    width: 39.6vw;
    height: 8.9333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.medium {
  width: 220px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.medium {
    width: 49.0666666667vw;
    height: 14.1333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.disabled {
  pointer-events: none;
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.no1 {
  left: 58px;
  top: 383px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.no1 {
    left: 33vw;
    top: 22vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.no2 {
  left: 230px;
  top: 383px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.no2 {
    left: 33vw;
    top: 38vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.no3 {
  left: 425px;
  top: 371px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.no3 {
    left: 28vw;
    top: 59vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.world-championship {
  border: 4px solid #e60000;
  width: 160px;
  height: 567px;
  left: 1004px;
  top: 125px;
  color: #f55d0b;
  font-size: 20px;
  font-weight: bold;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.world-championship {
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
    background-image: url("/assets/images/events/about/word-championship-text2-sp.png");
    background-size: 21.0666666667vw 6.2666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 6.2666666667vw;
    display: block;
    position: relative;
    border: 2px solid #e60000;
    background-position: center;
    width: 69.7333333333vw;
    height: 16vw;
    left: 15vw;
    top: 160vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.world-championship span.en {
  color: #fff;
  opacity: 0.2;
  font-family: "Beleren";
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-e-sport-map-bg .e-sport-button.world-championship span.en {
    display: none;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg {
  background-image: url("/assets/images/events/about/events-table-top-bg.png");
  background-size: 1200px 850px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1200px;
  height: 850px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg {
    background-image: url("/assets/images/events/about/events-table-top-bg.png");
    background-size: 100vw 70.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 70.8vw;
    display: block;
    position: relative;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg a {
  transition: filter 0.3s;
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg a:hover {
  filter: drop-shadow(2px 4px 6px black);
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .badge1 {
  background-image: url("/assets/images/events/about/events-table-top-badge1.png");
  background-size: 174px 130px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 174px;
  height: 130px;
  display: block;
  position: relative;
  position: absolute;
  top: 103px;
  left: 422px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .badge1 {
    background-image: url("/assets/images/events/about/events-table-top-badge1.png");
    background-size: 14.5vw 10.8333333333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 14.5vw;
    height: 10.8333333333vw;
    display: block;
    position: relative;
    position: absolute;
    left: 27.8vw;
    top: 6vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg figure.badge2 {
  background-image: url("/assets/images/events/about/events-table-top-badge2.png");
  background-size: 107px 128px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 107px;
  height: 128px;
  display: block;
  position: relative;
  position: absolute;
  top: 303px;
  left: 637px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg figure.badge2 {
    background-image: url("/assets/images/events/about/events-table-top-badge2.png");
    background-size: 8.9166666667vw 10.6666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 8.9166666667vw;
    height: 10.6666666667vw;
    display: block;
    position: relative;
    position: absolute;
    left: 45vw;
    top: 23.5vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg figure.badge3 {
  background-image: url("/assets/images/events/about/events-table-top-badge3.png");
  background-size: 167px 142px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 167px;
  height: 142px;
  display: block;
  position: relative;
  position: absolute;
  top: 469px;
  left: 709px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg figure.badge3 {
    background-image: url("/assets/images/events/about/events-table-top-badge3.png");
    background-size: 13.9166666667vw 11.8333333333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 13.9166666667vw;
    height: 11.8333333333vw;
    display: block;
    position: relative;
    position: absolute;
    left: 51vw;
    top: 36.5vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg figure.badge4 {
  background-image: url("/assets/images/events/about/events-table-top-badge4.png");
  background-size: 162px 132px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 162px;
  height: 132px;
  display: block;
  position: relative;
  position: absolute;
  top: 665px;
  left: 841px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg figure.badge4 {
    background-image: url("/assets/images/events/about/events-table-top-badge4.png");
    background-size: 13.5vw 11vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 13.5vw;
    height: 11vw;
    display: block;
    position: relative;
    position: absolute;
    left: 62vw;
    top: 53vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-label {
  background-color: #bea017;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-label {
    font-size: 2.6666666667vw;
    border-radius: 5px;
    text-align: center;
  }
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-label sup {
    display: none;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-label.small {
  width: 150px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-label.small {
    width: 39.6vw;
    height: 9.3333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-label.medium {
  width: 245px;
  height: 81px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-label.medium {
    width: 49.0666666667vw;
    height: 14.1333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-label.no1 {
  top: 455px;
  left: 439px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-label.no1 {
    left: 31vw;
    top: 69vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button {
  border: 2px solid #940000;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px #000000;
  text-align: center;
  transition: 0.2s ease-in-out;
  position: absolute;
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button:hover {
  box-shadow: 0px 0px 10px 1px #ff5400;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button {
    font-size: 2.6666666667vw;
  }
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button span.small {
    font-size: 2.1333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.small {
  width: 150px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.small {
    width: 39.6vw;
    height: 8.9333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.medium {
  width: 220px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.medium {
    width: 49.0666666667vw;
    height: 14.1333333333vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.disabled {
  pointer-events: none;
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.no1 {
  left: 58px;
  top: 383px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.no1 {
    left: 33vw;
    top: 22vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.no2 {
  left: 230px;
  top: 383px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.no2 {
    left: 33vw;
    top: 38vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.no3 {
  left: 425px;
  top: 371px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.no3 {
    left: 28vw;
    top: 59vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.world-championship {
  border: 4px solid #e60000;
  width: 160px;
  height: 567px;
  left: 1004px;
  top: 125px;
  color: #f55d0b;
  font-size: 20px;
  font-weight: bold;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.world-championship {
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
    background-image: url("/assets/images/events/about/word-championship-text2-sp.png");
    background-size: 21.0666666667vw 6.2666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 6.2666666667vw;
    display: block;
    position: relative;
    border: 2px solid #e60000;
    background-position: center;
    width: 69.7333333333vw;
    height: 16vw;
    left: 15vw;
    top: 160vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.world-championship span.en {
  color: #fff;
  opacity: 0.2;
  font-family: "Beleren";
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .events-table-top-map-bg .e-sport-button.world-championship span.en {
    display: none;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .e-sport-arrow {
  background-image: url("/assets/images/events/about/e-sport-arrow.png");
  background-size: 1164px 44px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1164px;
  height: 44px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .e-sport-arrow {
    background-image: url("/assets/images/events/about/e-sport-arrow-sp.png");
    background-size: 92vw 5.866vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 92vw;
    height: 5.866vw;
    display: block;
    position: relative;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .e-sport-attention {
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .e-sport-attention {
    font-size: 2.4vw;
  }
}
#contents.event-page .events-relations-wrapper .tab-content > div.tab-content-inner .e-sport-attention span {
  color: #bea017;
}
#contents.event-page .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.event-page .sec-bnr-area {
  background: #171717;
  padding: 45px 0;
  margin-bottom: 0;
  border-top: 1px solid #6a6a6a;
}
#contents.event-page .sec-bnr-area .bnr-list:after {
  content: "";
  display: table;
  clear: both;
}
#contents.event-page .sec-bnr-area .bnr-list li {
  float: left;
  margin-right: 12.5px;
}
#contents.event-page .sec-bnr-area .bnr-list li:last-child {
  margin-right: 0;
}
#contents.event-page .sec-bnr-area .bnr-list li a {
  display: block;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
#contents.event-page .sec-bnr-area .bnr-list li a:hover {
  opacity: 0.5;
}
#contents.event-page .refine-search {
  width: 1200px;
  margin: 0 auto 30px;
}
#contents.event-page .refine-search:after {
  content: "";
  display: table;
  clear: both;
}
#contents.event-page .refine-search .event-date-notice {
  font-size: 14px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
#contents.event-page .refine-search .ac-btn {
  width: 200px;
  float: right;
}
#contents.event-page .refine-search .ac-btn a {
  border-color: #666;
}
#contents.event-page .refine-search .ac-btn a i {
  color: #eb9b00;
  margin-left: 0.5em;
}
#contents.event-page .refine-search .ac-btn a:hover span {
  color: #fff;
}
#contents.event-page .refine-search .ac-btn a:hover span i {
  color: #fff;
}
#contents.event-page .refine-search .ac-btn.open a i:before {
  content: "\f056";
}
#contents.event-page .refine-search .ac-area {
  background: rgba(255, 255, 255, 0.2);
  clear: right;
  padding: 23px 0 20px;
  display: none;
}
#contents.event-page .refine-search .ac-area .search-set {
  text-align: center;
  margin-bottom: 20px;
}
#contents.event-page .refine-search .ac-area .search-set div {
  display: inline-block;
  margin-right: 20px;
}
#contents.event-page .refine-search .ac-area .search-set div:last-child {
  margin-right: 0;
}
#contents.event-page .refine-search .ac-area .search-set div select,
#contents.event-page .refine-search .ac-area .search-set div input[type=text],
#contents.event-page .refine-search .ac-area .search-set div input[type=date] {
  border-radius: 4px;
  padding: 18px 12px;
  border: none;
  outline: none;
  background: #fff;
}
#contents.event-page .refine-search .ac-area .search-set div ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
#contents.event-page .refine-search .ac-area .search-set div *::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#contents.event-page .refine-search .ac-area .search-set div :placeholder-shown {
  color: #999;
  opacity: 1;
}
#contents.event-page .refine-search .ac-area .search-set .form-select select {
  width: 180px;
}
#contents.event-page .refine-search .ac-area .search-set .form-text input {
  width: 390px;
}
#contents.event-page .refine-search .ac-area .search-set .form-date span {
  color: #eee;
  font-size: 14px;
  margin: 0 10px;
}
#contents.event-page .refine-search .ac-area .search-set .form-date input {
  width: 212px;
}
#contents.event-page .refine-search .ac-area .search-button {
  width: 210px;
  margin: 0 auto;
}
#contents.event-page .refine-search .ac-area .search-button button {
  width: 100%;
  text-align: center;
  border: 1px solid #666;
  display: block;
  background: #414141;
  background: -moz-linear-gradient(top, #414141 0%, #222222 50%);
  background: -webkit-linear-gradient(top, #414141 0%, #222222 50%);
  background: linear-gradient(to bottom, #414141 0%, #222222 50%);
  border-radius: 23px;
  color: #f55d0b;
  box-sizing: border-box;
  padding: 13px 0;
  cursor: pointer;
  box-shadow: 0px 0px 0px 0px #ff5400;
  -moz-box-shadow: 0px 0px 0px 0px #ff5400;
  -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.2s ease-in-out;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-family: "Jockey One", sans-serif;
  box-shadow: 0px 0px 0px 0px #ff5400;
  -moz-box-shadow: 0px 0px 0px 0px #ff5400;
  -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.2s ease-in-out;
}
#contents.event-page .refine-search .ac-area .search-button button:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff5400;
  -moz-box-shadow: 0px 0px 18px 1px #ff5400;
  -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
}
#contents.event-page .refine-search .ac-area .search-button .icon {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
#contents.event-page .refine-search .ac-area .search-button .icon img {
  width: 100%;
  height: auto;
}
#contents.event-page .sec-shop-list {
  margin-bottom: 165px;
}
#contents.event-page .sec-shop-list .inner {
  background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
  box-sizing: border-box;
  border: 1px solid #666;
  padding-bottom: 50px;
}
#contents.event-page .sec-shop-list .inner .pager {
  margin-top: 45px;
  margin-bottom: 5px;
}
#contents.event-page .sec-shop-list .inner .notice {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  text-align: right;
}
#contents.event-page .sec-shop-list .shop-list-table {
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
  padding-bottom: 4px;
}
#contents.event-page .sec-shop-list .shop-list-table .newIcon {
  height: 1em;
  transform: translateY(-2px);
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .sec-shop-list .shop-list-table .newIcon {
    transform: translateY(-1vw);
  }
}
#contents.event-page .sec-shop-list .shop-list-table .th-map-convenience,
#contents.event-page .sec-shop-list .shop-list-table .td-map-convenience {
  width: 160px;
}
#contents.event-page .sec-shop-list .shop-list-table .th-prefecture-convenience,
#contents.event-page .sec-shop-list .shop-list-table .td-prefecture-convenience,
#contents.event-page .sec-shop-list .shop-list-table .th-city-convenience,
#contents.event-page .sec-shop-list .shop-list-table .td-city-convenience {
  width: 130px;
}
#contents.event-page .sec-shop-list .shop-list-table .th-prefecture-convenience,
#contents.event-page .sec-shop-list .shop-list-table .td-prefecture-convenience {
  padding-right: 0;
}
#contents.event-page .sec-shop-list .shop-list-table .th-city-convenience,
#contents.event-page .sec-shop-list .shop-list-table .td-city-convenience {
  padding-left: 0;
}
#contents.event-page .sec-shop-list .shop-list-table table {
  width: 100%;
  letter-spacing: 0.03em;
}
#contents.event-page .sec-shop-list .shop-list-table table thead {
  background: #171717;
}
#contents.event-page .sec-shop-list .shop-list-table table thead th {
  text-align: center;
  padding: 33px 10px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody td {
  background: #fff;
  text-align: center;
  font-size: 13px;
  padding: 20px 10px;
}
@media screen and (min-width: 1168px) {
  #contents.event-page .sec-shop-list .shop-list-table table tbody td {
    max-width: 600px;
  }
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .td-accordion {
  max-width: 100px;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .td-store-name > div, #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div {
  display: flex;
  align-items: center;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .td-store-name > div p.logo, #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div p.logo {
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .sec-shop-list .shop-list-table table tbody .td-store-name > div p.logo, #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div p.logo {
    width: 32px;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .td-store-name > div p.logo img.level-icon, #contents.event-page .sec-shop-list .shop-list-table table tbody .td-store-name > div p.logo img.meister-icon, #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div p.logo img.level-icon, #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div p.logo img.meister-icon {
    width: 21px;
  }
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .td-info {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div {
    display: block;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div p.logo {
    text-align: left;
    width: 80px;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div p.logo img.meister-icon {
    width: 25px;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div p.logo img.level-icon {
    width: 30px;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .td-info > div p.logo img.meister-level-icon {
    width: 62px;
  }
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .td-store-level p:nth-child(2) {
  margin-left: 5px;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody dl {
  text-align: left;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody dl dt {
  font-weight: bold;
  font-size: 16px;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody dl dd {
  font-weight: bold;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody dl .address {
  color: #666;
  font-weight: normal;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody dl strong {
  color: #f55d0b;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .td-store-mail a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .td-store-mail a:hover {
  text-decoration: underline;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .btn-map a {
  width: 96px;
  height: 30px;
  background: #fff;
  font-weight: normal;
  color: #333;
  border: 1px solid #ccc;
  padding-top: 7px;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .btn-map a:hover {
  color: #fff;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .btn-map a:hover:before, #contents.event-page .sec-shop-list .shop-list-table table tbody .btn-map a:hover:after {
  height: 40px;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .btn-map .sp {
  display: none;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .btn-date a {
  width: 100px;
  height: 40px;
  padding-top: 10px;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .btn-date a:hover {
  color: #fff;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .btn-date a:hover:before, #contents.event-page .sec-shop-list .shop-list-table table tbody .btn-date a:hover:after {
  height: 40px;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .td-mystar i {
  color: #f55d0b;
  font-size: 20px;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .icon-store-level {
  height: 40px;
  display: inline-block;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .icon-store-level img {
  width: auto;
  height: 100%;
  vertical-align: middle;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .icon-store-meister {
  height: 40px;
  display: inline-block;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody .icon-store-meister img {
  margin-bottom: 3px;
  width: auto;
  height: 100%;
  vertical-align: middle;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody tr:nth-of-type(2n) td {
  background: none;
}
#contents.event-page .sec-shop-list .shop-list-table table tbody tr.gray td {
  background: none;
}

#contents.events-index {
  background: url(/assets/images/events/bg-page.jpg) no-repeat top center #000;
  background-size: 100% auto;
}
#contents.events-index .page-title {
  margin-bottom: 80px;
}
#contents.events-index .page-title h1:before {
  content: "EVENT SEARCH";
}
#contents.events-index .events-nav {
  width: 1200px;
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
  padding-bottom: 4px;
  margin: 0 auto 45px;
}
#contents.events-index .events-nav ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#contents.events-index .events-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-index .events-nav ul li {
  width: 360px;
  height: 70px;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
#contents.events-index .events-nav ul li:last-child {
  margin-right: 0;
}
#contents.events-index .events-nav ul li i {
  margin-left: 0.5em;
}
#contents.events-index .events-nav ul li a {
  background: #222222;
  display: block;
  height: 70px;
  border: 2px solid #ddd;
  border-bottom: none;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  color: #ddd;
  position: relative;
  overflow: hidden;
}
#contents.events-index .events-nav ul li a p {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contents.events-index .events-nav ul li a:after, #contents.events-index .events-nav ul li a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.events-index .events-nav ul li a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.events-index .events-nav ul li a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.events-index .events-nav ul li a.this-page, #contents.events-index .events-nav ul li a:hover {
  color: #fff;
  border: 2px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom: none;
}
#contents.events-index .events-nav ul li a.this-page:after, #contents.events-index .events-nav ul li a:hover:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-index .events-nav ul li a.this-page:before, #contents.events-index .events-nav ul li a:hover:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-index .icon-level {
  width: 560px;
  height: 47px;
  margin: 0 auto 63px;
  background: #222;
  letter-spacing: 0.05em;
  padding-top: 10px;
  box-sizing: border-box;
}
#contents.events-index .icon-level .title {
  font-family: "Jockey One", sans-serif;
  color: #f55d0b;
  display: inline-block;
  line-height: 1;
  margin: 0 32px 0 30px;
  font-size: 16px;
  vertical-align: middle;
}
#contents.events-index .icon-level ul {
  display: inline-block;
  vertical-align: middle;
}
#contents.events-index .icon-level ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #eee;
  font-weight: bold;
  margin-right: 20px;
}
#contents.events-index .icon-level ul li:last-child {
  margin-right: 0;
}
#contents.events-index .icon-level ul li i {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #000;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.5em;
  padding-top: 1px;
}
#contents.events-index .icon-level ul li i img {
  width: 14px;
  height: 14px;
  vertical-align: baseline;
}
#contents.events-index .icon-level ul .level1 i {
  background: #03998d;
}
#contents.events-index .icon-level ul .level2 i {
  background: #d7a700;
}
#contents.events-index .icon-level ul .level3 i {
  background: #248b00;
}
#contents.events-index .icon-level ul .level4 i {
  background: #d01010;
}
#contents.events-index section {
  margin-bottom: 40px;
}
#contents.events-index section:nth-last-child(2) {
  margin-bottom: 100px;
}
#contents.events-index section .event-list:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-index section .event-list > li {
  float: left;
  width: 380px;
  margin: 0 30px 40px 0;
}
#contents.events-index section .event-list > li:nth-of-type(3n) {
  margin-right: 0;
}
#contents.events-index section .event-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#contents.events-index section .event-list > li a:hover .hover {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
#contents.events-index section .event-list > li h2 {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  color: #ddd;
}
#contents.events-index section .event-list > li h2 img {
  width: 280px;
  height: auto;
}
#contents.events-index section .event-list > li h2 small {
  display: block;
  letter-spacing: 0.05em;
}
#contents.events-index section .event-list > li .bg {
  width: 100%;
  height: 180px;
  box-sizing: border-box;
  border: 1px solid #0b0b0b;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#contents.events-index section .event-list > li .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
#contents.events-index section .event-list > li .icon-level-list {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#contents.events-index section .event-list > li .icon-level-list li {
  width: 36px;
  height: 36px;
  float: left;
  position: relative;
  margin-left: -10px;
}
#contents.events-index section .event-list > li .icon-level-list li:first-child {
  margin-left: 0;
}
#contents.events-index section .event-list > li .icon-level-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
}
#contents.events-index section .event-list > li .icon-level-list li i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
}
#contents.events-index section .event-list > li .icon-level-list li img {
  width: 16px;
  height: 16px;
  vertical-align: top;
}
#contents.events-index section .event-list > li .icon-level-list li.level1 {
  margin-right: 10px;
}
#contents.events-index section .event-list > li .icon-level-list li.level1 i {
  width: 25px;
  height: 25px;
}
#contents.events-index section .event-list > li .icon-level-list li.level1 i img {
  width: 25px;
  height: 25px;
}
#contents.events-index section .event-list > li .icon-level-list li.level1:before {
  border-color: #03998d transparent transparent transparent;
  border-width: 54px 54px 0 0;
}
#contents.events-index section .event-list > li .icon-level-list li.level2:before {
  border-color: #d7a700 transparent transparent transparent;
}
#contents.events-index section .event-list > li .icon-level-list li.level3:before {
  border-color: #248b00 transparent transparent transparent;
}
#contents.events-index section .event-list > li .icon-level-list li.level4:before {
  border-color: #d01010 transparent transparent transparent;
}
#contents.events-index section .event-list > li .hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  letter-spacing: 0.03em;
  z-index: 2;
  opacity: 0;
  transform: scale(0.96);
  -webkit-transform: scale(0.96);
  -webkit-transition: all 0.25s cubic-bezier(0.475, 0.09, 0.865, 0.57);
  transition: all 0.25s cubic-bezier(0.475, 0.09, 0.865, 0.57);
}
#contents.events-index section .event-list > li .hover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #f37f0a;
  background: -moz-linear-gradient(-65deg, #f37f0a 0%, #da2b10 100%);
  background: -webkit-linear-gradient(-65deg, #f37f0a 0%, #da2b10 100%);
  background: linear-gradient(115deg, #f37f0a 0%, #da2b10 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}
#contents.events-index section .event-list > li .hover .hover-detail {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  box-sizing: border-box;
  padding: 0 4%;
}
#contents.events-index section .event-list > li .hover .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#contents.events-index section .event-list > li .hover .btn-img {
  font-weight: bold;
  color: #ddd;
  background: #000;
  width: 200px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  padding: 10px 0;
  line-height: 1;
  margin: 0 auto;
  font-size: 13px;
}
#contents.events-index .sec-event-sp .sec-header {
  margin-bottom: 40px;
}
#contents.events-index .sec-event-sp .event-list-sp > li .bg:before {
  display: none;
}
#contents.events-index .sec-event-sp .event-list-sp > li .caption {
  font-size: 16px;
  color: #ddd;
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 10px;
}

#contents.events-index.official-shop .page-title h1:before {
  content: "OFFICIAL SHOPS";
}

#contents.events-index.convenience-shop {
  background: url(/assets/images/events/bg-page-convenience.jpg) no-repeat top center #000;
}
@media screen and (max-width: 768px) {
  #contents.events-index.convenience-shop {
    background-size: 100%;
  }
}
#contents.events-index.convenience-shop .page-title h1:before {
  content: "MAGIC RETAIL SHOPS";
}

#contents.events-detail .meister-notice {
  width: 1200px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  text-align: right;
}
#contents.events-detail .meister-notice table {
  margin: 0 0 0 auto;
  border-spacing: 0px 10px;
  border-collapse: separate;
}
@media screen and (max-width: 768px) {
  #contents.events-detail .meister-notice table {
    margin: 0;
  }
}
#contents.events-detail .meister-notice .icon {
  width: 60px;
  text-align: center;
  padding-right: 11px;
}

#contents.events-store-search .events-nav {
  margin: 0 auto 0;
}
#contents.events-store-search .notice {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  text-align: right;
}
#contents.events-store-search .notice table {
  margin: 0 0 0 auto;
  border-spacing: 0px 10px;
  border-collapse: separate;
}
@media screen and (max-width: 768px) {
  #contents.events-store-search .notice table {
    margin: 0;
  }
}
#contents.events-store-search .notice .icon {
  width: 60px;
  text-align: center;
  padding-right: 11px;
}
#contents.events-store-search .refine-search .event-date-notice {
  color: #fff;
}
#contents.events-store-search .store-search {
  width: 1200px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.2);
  padding: 30px 0 30px;
}
#contents.events-store-search .store-search .title-area {
  width: 1120px;
  margin: 0 auto 20px;
}
#contents.events-store-search .store-search .title-area span {
  letter-spacing: 0.1em;
  vertical-align: middle;
}
#contents.events-store-search .store-search .title-area .en {
  font-family: "Crimson Text", serif;
  font-size: 38px;
  color: #fff;
  margin-right: 15px;
}
#contents.events-store-search .store-search .title-area .jp {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
#contents.events-store-search .store-search .search-wrap {
  width: 1120px;
  margin: 0 auto;
}
#contents.events-store-search .store-search .search-wrap .btn-list li {
  width: 96px;
  margin: 0 auto 4px;
  font-size: 13px;
}
#contents.events-store-search .store-search .search-wrap .btn-list li a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.03em;
  display: block;
  padding: 4px 0;
  position: relative;
  overflow: hidden;
}
#contents.events-store-search .store-search .search-wrap .btn-list li a span {
  position: relative;
  z-index: 1;
}
#contents.events-store-search .store-search .search-wrap .btn-list li a:after, #contents.events-store-search .store-search .search-wrap .btn-list li a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 50px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.events-store-search .store-search .search-wrap .btn-list li a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.events-store-search .store-search .search-wrap .btn-list li a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.events-store-search .store-search .search-wrap .btn-list li a.select, #contents.events-store-search .store-search .search-wrap .btn-list li a:hover {
  color: #fff;
  border: 1px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom-color: #da2b10;
}
#contents.events-store-search .store-search .search-wrap .btn-list li a.select:after, #contents.events-store-search .store-search .search-wrap .btn-list li a:hover:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-store-search .store-search .search-wrap .btn-list li a.select:before, #contents.events-store-search .store-search .search-wrap .btn-list li a:hover:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-store-search .store-search .area-wrap {
  border-left: 1px solid rgba(204, 204, 204, 0.2);
  margin-bottom: 30px;
}
#contents.events-store-search .store-search .area-wrap:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-store-search .store-search .area-wrap .tab-menu ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-store-search .store-search .area-wrap .tab-menu ul li {
  width: 160px;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid rgba(204, 204, 204, 0.2);
  color: #fff;
  padding-bottom: 16px;
  float: left;
  text-align: center;
}
#contents.events-store-search .store-search .area-wrap .tab-menu ul li:last-child {
  width: 158px;
}
#contents.events-store-search .store-search .area-wrap .area-box {
  float: left;
  border-right: 1px solid rgba(204, 204, 204, 0.2);
  text-align: center;
  width: 160px;
  min-height: 318px;
}
#contents.events-store-search .store-search .area-wrap .area-box:last-child {
  width: 158px;
}
#contents.events-store-search .store-search .format-wrap .list-format:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-store-search .store-search .format-wrap .list-format li {
  width: 216px;
  float: left;
  font-size: 13px;
  text-align: center;
  margin: 0 10px 10px 0;
}
#contents.events-store-search .store-search .format-wrap .list-format li:nth-of-type(5n) {
  margin-right: 0;
}
#contents.events-store-search .store-search .format-wrap .list-format li a {
  padding: 7px 0;
}

#contents.events-detail {
  background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
  padding-top: 70px;
}
#contents.events-detail .detail-title {
  width: 1200px;
  margin: 0 auto 50px;
}
#contents.events-detail .detail-title .directory-title {
  margin-bottom: 5px;
}
#contents.events-detail .detail-title .bg {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
#contents.events-detail .detail-title .text-area {
  padding-top: 30px;
  background: #000;
  width: 430px;
  min-height: 440px;
  color: #fff;
  position: relative;
  z-index: 2;
}
#contents.events-detail .detail-title .text-area h1 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
#contents.events-detail .detail-title .text-area small {
  width: 100%;
  text-align: center;
  font-size: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents.events-detail .detail-title .text-area .text {
  font-size: 14px;
  width: 332px;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #eee;
}
#contents.events-detail .detail-title .img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contents.events-detail .sec-detail-info {
  text-align: center;
  margin-bottom: 20px;
}
#contents.events-detail .sec-detail-info h2 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
#contents.events-detail .sec-detail-info .inner {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
}
#contents.events-detail .sec-detail-info .inner:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  left: 0;
  background: #ccc;
  width: 100%;
  height: 1px;
}
#contents.events-detail .sec-detail-info .event-dates {
  margin-bottom: 30px;
}
#contents.events-detail .sec-detail-info .event-dates p {
  font-weight: bold;
  color: #f55d0b;
  font-size: 28px;
  letter-spacing: 0.05em;
}
#contents.events-detail .sec-detail-info .event-text p {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2;
}
#contents.events-detail .sec-detail-info .event-text hr {
  display: block;
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bbb;
}
#contents.events-detail .sec-detail-info .event-text .video {
  position: relative;
  width: 100%;
  height: 360px;
  margin: 20px 0;
  text-align: center;
}
#contents.events-detail .sec-detail-info .event-text .video iframe {
  width: 640px;
  height: 360px;
}
#contents.events-detail .sec-detail-info .event-text .writer {
  margin-bottom: 40px;
}
#contents.events-detail .sec-detail-info .event-text .writer:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-detail .sec-detail-info .event-text .writer p {
  margin-bottom: 0;
}
#contents.events-detail .sec-detail-info .event-text .writer img {
  margin: 0 0 1em 2em;
  float: right;
}
#contents.events-detail .sec-detail-info .event-text .img-area {
  line-height: 2.125;
  margin-bottom: 40px;
}
#contents.events-detail .sec-detail-info .event-text .img-area:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-detail .sec-detail-info .event-text .img-area figure {
  width: 400px;
  float: left;
  margin: 0;
  padding: 0;
}
#contents.events-detail .sec-detail-info .event-text .img-area figure img {
  margin: 0;
}
#contents.events-detail .sec-detail-info .event-text .img-area figure figcaption {
  font-size: 14px;
}
#contents.events-detail .sec-detail-info .event-text .img-area .text {
  width: 400px;
  float: right;
  font-size: 16px;
  margin-top: -0.6em;
}
#contents.events-detail .sec-detail-info .event-text .img-area.img-right figure {
  float: right;
}
#contents.events-detail .sec-detail-info .event-text .img-area.img-right .text {
  float: left;
}
#contents.events-detail .sec-detail-info .event-text h4 {
  font-size: 18px;
  color: #fff;
  padding: 14px;
  line-height: 1;
  background: #2a2a2a;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.5;
}
#contents.events-detail .sec-detail-info .event-text h4.prrhead {
  background: #f55d0b !important;
}
#contents.events-detail .sec-detail-info .event-text h4.prrhead:before {
  content: "▼";
  margin-right: 0.5em;
}
#contents.events-detail .sec-detail-info .event-text h4.prrhead.prropen:before {
  content: "▲";
}
#contents.events-detail .sec-detail-info .event-text h4#preflist {
  font-size: 16px;
  background: #666 !important;
  padding: 9px 14px;
}
#contents.events-detail .sec-detail-info .event-text .prrlist {
  display: none;
}
#contents.events-detail .sec-detail-info .event-text a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.events-detail .sec-detail-info .event-text a:hover {
  color: #007576;
}
#contents.events-detail .sec-detail-info .event-text p {
  font-size: 16px;
  margin-bottom: 2em;
}
#contents.events-detail .sec-detail-info .event-text p > img {
  margin: 0;
}
#contents.events-detail .sec-detail-info .event-text ul {
  margin-bottom: 2em;
}
#contents.events-detail .sec-detail-info .event-text ul li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
#contents.events-detail .sec-detail-info .event-text ul li:before {
  content: "・";
}
#contents.events-detail .sec-detail-info .event-text ol {
  margin-left: 1em;
}
#contents.events-detail .sec-detail-info .event-text ol li {
  font-size: 16px;
}
#contents.events-detail .sec-detail-info .event-text ol li img {
  margin: 0;
}
#contents.events-detail .sec-detail-info .event-text blockquote img {
  margin: 0;
}
#contents.events-detail .sec-detail-info .event-text button {
  background: #000;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#contents.events-detail .sec-detail-info .event-text img {
  max-width: 100%;
  height: auto;
  margin: 1em 10px 0 10px;
}
#contents.events-detail .sec-detail-info .event-text td.imtcap {
  text-align: right;
  padding: 0 10px 0 0;
}
#contents.events-detail .sec-detail-info .event-text .img-box {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 40px;
}
#contents.events-detail .sec-detail-info .event-text table.decklist {
  margin: auto;
  background: #fff;
  border: none;
  border-spacing: 0px;
  width: 100%;
  padding-top: 5px;
  margin: 10px auto 20px;
  border-bottom: 3px solid #63659c;
}
#contents.events-detail .sec-detail-info .event-text table.decklist tr.footer {
  background: url(../images/reading/deckbox2.png) no-repeat right bottom #fff;
  height: 48px;
}
#contents.events-detail .sec-detail-info .event-text table.decklist hr {
  margin: 5px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #d8d8d8;
  display: block;
}
#contents.events-detail .sec-detail-info .event-text table.decklist tr td {
  width: 33%;
  vertical-align: top;
  line-height: 1.2;
  padding: 10px 15px 5px;
  box-sizing: border-box;
}
#contents.events-detail .sec-detail-info .event-text table.decklist caption {
  font-weight: bold;
  margin-top: 0px;
  border-top: 3px solid #63659c;
  border-bottom: 3px solid #63659c;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
}
#contents.events-detail .sec-detail-info .event-text div.solidtable table {
  margin: 0.5em auto;
  border: 1px solid #999;
  background: #ffffff;
}
#contents.events-detail .sec-detail-info .event-text div.solidtable tr th {
  color: black;
  font-weight: bold;
  background-color: #c0c0c0;
  padding: 3px 6px;
  border: 1px solid #999;
}
#contents.events-detail .sec-detail-info .event-text div.solidtable tr td {
  border-style: solid none none;
  border-width: 1px;
  padding: 3px 6px;
  border-collapse: separate;
}
#contents.events-detail .sec-detail-info .event-text div.solidtable tr:nth-of-type(odd) {
  background: #f0f8ff;
}
#contents.events-detail .sec-detail-info .event-text div.CardsFan {
  position: relative;
  width: 630px;
  height: 440px;
  margin: auto;
}
#contents.events-detail .sec-detail-info .event-text img.CardsFan {
  transform-origin: center bottom;
  position: absolute;
  left: 200px;
  bottom: 100px;
}
#contents.events-detail .sec-detail-info .event-text div.CardsRow {
  position: relative;
  width: 576px;
  height: 330px;
  margin: auto;
}
#contents.events-detail .sec-detail-info .event-text .cii_w {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: 10px solid #fff;
  border-radius: 10px;
}
#contents.events-detail .sec-detail-info .event-text .cii_s {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: solid 10px silver;
  border-radius: 10px;
}
#contents.events-detail .sec-detail-info .event-text .cii_b {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: solid 10px black;
  border-radius: 10px;
}
#contents.events-detail .sec-detail-info .event-text div.CardsRow img {
  position: absolute;
  left: 0;
  top: 0;
}
#contents.events-detail .sec-detail-info .event-text div.CardsRow img:nth-child(2) {
  left: 125px;
}
#contents.events-detail .sec-detail-info .event-text div.CardsRow img:nth-child(3) {
  left: 250px;
}
#contents.events-detail .sec-detail-info .event-text div.CardsRow img:nth-child(4) {
  left: 375px;
}
#contents.events-detail .sec-detail-info .event-text h5 {
  border-left: 5px solid #f55d0b;
  padding: 5px 0 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
#contents.events-detail .sec-detail-info .event-text .ToEtable {
  background: #fff;
  margin: 0 auto 4em;
}
#contents.events-detail .sec-detail-info .event-text .ToEtable .ToEmatch {
  font-size: 13px;
  box-sizing: content-box;
}
#contents.events-detail .sec-detail-info .event-text .ToEtable .ToEmatch * {
  box-sizing: content-box;
}
#contents.events-detail .sec-detail-info .event-text div.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#contents.events-detail .sec-detail-info .event-text div.video-container iframe,
#contents.events-detail .sec-detail-info .event-text div.video-container object,
#contents.events-detail .sec-detail-info .event-text div.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents.events-detail .sec-detail-info .event-text div.shopList {
  margin-bottom: 20px;
}
#contents.events-detail .sec-detail-info .event-text div.shopList h4 {
  margin-top: 50px;
}
#contents.events-detail .sec-detail-info .event-text div.shopList p.lead {
  margin: 0 0 15px 0;
  padding: 8px 10px;
  background: #000;
  color: #fff;
}
#contents.events-detail .sec-detail-info .event-text div.shopList .tbl {
  margin: 0 0 15px;
  border: 1px solid #000;
}
#contents.events-detail .sec-detail-info .event-text div.shopList table {
  width: 100%;
  border-collapse: collapse;
}
#contents.events-detail .sec-detail-info .event-text div.shopList table th,
#contents.events-detail .sec-detail-info .event-text div.shopList table td {
  padding: 8px 10px;
  border: 1px solid #000;
  line-height: 1.5;
  font-weight: normal;
  background: #fff;
  text-align: center;
  color: #000;
}
#contents.events-detail .sec-detail-info .event-text div.shopList table th.lft,
#contents.events-detail .sec-detail-info .event-text div.shopList table td.lft {
  text-align: left;
  padding: 9px 10px 9px 10px;
}
#contents.events-detail .sec-detail-info .event-text div.shopList table th {
  background: #ccc;
  font-weight: bold;
}
#contents.events-detail .sec-detail-info .event-text div.shopList table td span {
  font-weight: bold;
}
#contents.events-detail .refine-search .ac-area {
  background: rgba(0, 0, 0, 0.75);
}
#contents.events-detail .sec-shop-list {
  margin-bottom: 65px;
}
#contents.events-detail .sec-shop-list .inner {
  border: none;
}
#contents.events-detail .sec-shop-list .shop-list-table {
  border: 1px solid #ccc;
  border-bottom: none;
}
#contents.events-detail .sec-shop-list .pager {
  margin-bottom: 50px;
}
#contents.events-detail .sec-shop-list .btn-area {
  border-bottom: none;
  padding-bottom: 0;
  margin: 45px 0 0;
}
#contents.events-detail .sec-shop-list .btn-area ul {
  border-bottom: none;
  padding-bottom: 0;
}
#contents.events-detail .sec-related-posts .sec-header,
#contents.events-detail .sec-related-link .sec-header {
  margin-bottom: 22px;
}
#contents.events-detail .sec-related-posts .sec-header span,
#contents.events-detail .sec-related-link .sec-header span {
  text-shadow: none;
}
#contents.events-detail .sec-related-posts .sec-header .en,
#contents.events-detail .sec-related-link .sec-header .en {
  font-size: 30px;
}
#contents.events-detail .sec-related-posts .sec-header .jp,
#contents.events-detail .sec-related-link .sec-header .jp {
  font-size: 14px;
  color: #333;
}
#contents.events-detail .sec-related-posts {
  background: #fff;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}
#contents.events-detail .sec-related-link {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #contents.events-detail .sec-related-link {
    padding-top: 40px;
  }
}
#contents.events-detail .sec-related-link ul li {
  width: 390px;
}
#contents.events-detail .sec-related-link ul li:nth-of-type(2n) {
  margin-right: 10px;
}
#contents.events-detail .sec-related-link ul li:nth-of-type(3n) {
  margin-right: 0;
}

#contents.shop-detail .sec-shop-detail {
  margin-bottom: 15px;
}
#contents.shop-detail .sec-shop-detail .directory-title {
  font-family: "Beleren";
  color: #222222;
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
#contents.shop-detail .sec-shop-detail .shop-name {
  margin-bottom: 40px;
}
#contents.shop-detail .sec-shop-detail .shop-name .icon {
  width: 64px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contents.shop-detail .sec-shop-detail .shop-name .icon img {
  width: 100%;
  height: auto;
}
#contents.shop-detail .sec-shop-detail .shop-name h1 {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
#contents.shop-detail .sec-shop-detail .shop-name h1 span {
  display: block;
}
#contents.shop-detail .sec-shop-detail .shop-name h1 .en {
  color: #333;
  font-family: "Jockey One", sans-serif;
  display: block;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
#contents.shop-detail .sec-shop-detail .shop-name h1 .jp {
  color: #222;
  font-size: 28px;
  letter-spacing: 0.01em;
}
#contents.shop-detail .sec-shop-detail .detail-info {
  border: 1px solid #cccccc;
  border-top: 3px solid #f55d0b;
  background: #fff;
  position: relative;
  padding-bottom: 15px;
}
#contents.shop-detail .sec-shop-detail .detail-info table {
  min-width: 700px;
  margin: 13px 0 0 25px;
}
#contents.shop-detail .sec-shop-detail .detail-info table th, #contents.shop-detail .sec-shop-detail .detail-info table td {
  padding: 15px 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
#contents.shop-detail .sec-shop-detail .detail-info table th {
  width: 160px;
  color: #f55d0b;
  letter-spacing: 0.01em;
}
#contents.shop-detail .sec-shop-detail .detail-info table td a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.shop-detail .sec-shop-detail .detail-info table td a:hover {
  text-decoration: underline;
}
#contents.shop-detail .sec-shop-detail .detail-info table td .tel-num {
  cursor: default;
  color: #333;
}
#contents.shop-detail .sec-shop-detail .detail-info table td .tel-num:hover {
  text-decoration: none;
}
#contents.shop-detail .sec-shop-detail .detail-info table tr:last-child th, #contents.shop-detail .sec-shop-detail .detail-info table tr:last-child td {
  border-bottom: none;
}
#contents.shop-detail .sec-shop-detail .detail-info .btn-map {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contents.shop-detail .sec-shop-detail .detail-info .btn-map a {
  width: 320px;
  height: 60px;
  padding-top: 17px;
}
#contents.shop-detail .sec-shop-detail .detail-info .btn-map a i {
  color: #eb9b00;
  font-size: 18px;
  margin-right: 0.5em;
}
#contents.shop-detail .sec-shop-detail .detail-info .btn-map a:hover i {
  color: #fff;
}

#contents.events-teaching {
  padding-top: 70px;
}
#contents.events-teaching .detail-title {
  width: 100%;
  margin: 0 auto 50px;
}
#contents.events-teaching .detail-title .directory-title {
  width: 1200px;
  margin: 0 auto 5px;
}
#contents.events-teaching .detail-title .bg {
  background-color: #000;
  position: relative;
  background-image: url(../images/events/teaching/bg-header1.jpg), url(../images/events/teaching/bg-header2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 40%;
}
#contents.events-teaching .detail-title .text-area {
  margin: 0 auto;
}
#contents.events-teaching .sec-teaching-detail .inner {
  border-bottom: 1px solid #ccc;
  padding-bottom: 87px;
}
#contents.events-teaching .sec-teaching-detail .page-nav {
  text-align: center;
  margin-bottom: 60px;
}
#contents.events-teaching .sec-teaching-detail .page-nav li {
  display: inline-block;
  margin: 0 6px;
}
#contents.events-teaching .sec-teaching-detail .page-nav li a {
  width: 280px;
  height: 70px;
  font-size: 15px;
  padding-top: 26px;
}
#contents.events-teaching .sec-teaching-detail .page-nav li i {
  margin-left: 0.5em;
  font-size: 12px;
}
#contents.events-teaching .sec-teaching-detail .lead {
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  color: #222;
  margin-bottom: 60px;
  margin-top: -90px;
  padding-top: 90px;
}
#contents.events-teaching .sec-teaching-detail .lead small {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 30px;
  font-weight: 700;
}
#contents.events-teaching .sec-teaching-detail .step-area {
  margin-bottom: 50px;
}
#contents.events-teaching .sec-teaching-detail .step-area:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 600px 0 600px;
  border-color: #2a2a2a transparent transparent transparent;
  display: block;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box {
  background: #fff;
  padding-bottom: 15px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 600px 0 600px;
  border-color: #2a2a2a transparent transparent transparent;
  display: block;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box:first-child:before {
  display: none;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box .title {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 50px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box .step-num {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  font-family: "Jockey One", sans-serif;
  background: #f55d0b;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  box-sizing: border-box;
  border-radius: 50%;
  padding-top: 10px;
  margin-bottom: 10px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box .step-num span {
  font-size: 32px;
  font-weight: bold;
  display: block;
  margin-top: -3px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box h3 {
  color: #f55d0b;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box .text-area {
  width: 1135px;
  margin-left: 50px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box .text-area:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box .text-area .text {
  width: 500px;
  float: left;
  font-size: 15px;
  line-height: 2;
  margin-top: -0.5em;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box .text-area figure {
  width: 590px;
  float: right;
  margin: 0;
  padding: 0;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box:nth-of-type(2n) {
  background: #2a2a2a;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box:nth-of-type(2n):before {
  border-color: #fff transparent transparent transparent;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box:nth-of-type(2n) .text-area {
  margin-left: 15px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box:nth-of-type(2n) .text-area .text {
  color: #fff;
  float: right;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box:nth-of-type(2n) .text-area figure {
  float: left;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present {
  padding-bottom: 30px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .title {
  margin-bottom: 30px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .title h3 {
  font-size: 32px;
  color: #fff;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .title .en {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 30px;
  font-weight: 700;
  color: #f55d0b;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present {
  width: 1134px;
  position: relative;
  margin: 0 0 0 44px;
  padding-bottom: 20px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present .catch {
  background: #ff9000;
  background: -moz-linear-gradient(top, #ff9000 1%, #e50a0a 100%);
  background: -webkit-linear-gradient(top, #ff9000 1%, #e50a0a 100%);
  background: linear-gradient(to bottom, #ff9000 1%, #e50a0a 100%);
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  width: 102px;
  height: 102px;
  text-align: center;
  line-height: 1.1;
  box-sizing: border-box;
  padding: 25px 0;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present figure {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl {
  color: #fff;
  margin: -40px 0 30px 100px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl dt {
  float: left;
  clear: left;
  font-family: "Jockey One", sans-serif;
  color: #eb9b00;
  font-size: 16px;
  left: 0.08em;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl dt span {
  font-size: 32px;
  margin-left: 0.25em;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl dd {
  float: left;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin: 6px 0 0 15px;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl dd small {
  font-size: 14px;
  display: block;
  text-indent: -0.5em;
}
#contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present .text {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #eee;
  margin-left: 100px;
}
#contents.events-teaching .sec-teaching-detail .btn-report a {
  width: 750px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #666;
  font-size: 20px;
  line-height: 1.6;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.03em;
  background: url(../images/events/teaching/btn-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 29px 0;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
#contents.events-teaching .sec-teaching-detail .btn-report a:hover {
  opacity: 0.75;
}
#contents.events-teaching .sec-teaching-detail .btn-report a span {
  display: block;
  text-shadow: 0px 0px 5px #000000, 0px 0px 10px rgba(0, 0, 0, 0.75);
}
#contents.events-teaching .sec-teaching-detail .btn-report a .en {
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.08em;
  color: #eb9b00;
  font-size: 16px;
}
#contents.events-teaching .sec-tc-after {
  margin-top: -60px;
  padding-top: 60px;
}
#contents.events-teaching .sec-tc-after .inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  padding: 76px 0 87px;
}
#contents.events-teaching .sec-tc-after .lead-area {
  text-align: center;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  color: #333;
  margin-bottom: 50px;
}
#contents.events-teaching .sec-tc-after .lead-area h3 {
  line-height: 1.1;
  font-size: 48px;
  color: #222;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  margin-bottom: 40px;
}
#contents.events-teaching .sec-tc-after .lead-area .lead {
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  color: #f55d0b;
  margin-bottom: 40px;
}
#contents.events-teaching .sec-tc-after .lead-area .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 25px;
}
#contents.events-teaching .sec-tc-after .lead-area .caution {
  font-size: 13px;
  line-height: 2;
}
#contents.events-teaching .sec-tc-after .type-list:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-teaching .sec-tc-after .type-list li {
  width: 360px;
  background: #2a2a2a;
  float: left;
  margin-right: 60px;
}
#contents.events-teaching .sec-tc-after .type-list li:last-child {
  margin-right: 0;
}
#contents.events-teaching .sec-tc-after .type-list li .list-inner {
  width: 330px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
#contents.events-teaching .sec-tc-after .type-list li .title {
  text-align: center;
  margin-bottom: 20px;
}
#contents.events-teaching .sec-tc-after .type-list li .title .en {
  font-size: 20px;
  color: #f55d0b;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
#contents.events-teaching .sec-tc-after .type-list li .title h4 {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
#contents.events-teaching .sec-tc-after .type-list li .img {
  margin: 0 0 20px;
  padding: 0;
}
#contents.events-teaching .sec-tc-after .type-list li .text {
  color: #ddd;
  font-size: 14px;
  line-height: 1.7;
  min-height: 150px;
  margin-bottom: 10px;
}
#contents.events-teaching .sec-tc-after .type-list li .catch {
  text-align: center;
  margin-bottom: 15px;
}
#contents.events-teaching .sec-tc-after .type-list li .catch img {
  text-align: center;
  width: auto;
  height: 34px;
}
#contents.events-teaching .sec-tc-after .type-list li .detail {
  background: #fff;
  text-align: center;
  padding: 15px 0 0;
  height: 155px;
}
#contents.events-teaching .sec-tc-after .type-list li .detail .time {
  color: #f55d0b;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents.events-teaching .sec-tc-after .type-list li .detail .time strong {
  font-size: 29px;
}
#contents.events-teaching .sec-tc-after .type-list li .detail .text-entry {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
#contents.events-teaching .sec-tc-after .type-list li:nth-child(3) .title h4 {
  letter-spacing: -0.08em;
}
#contents.events-teaching .sec-shop-search {
  margin-top: -60px;
  padding-top: 60px;
}
#contents.events-teaching .sec-shop-search .sec-header {
  border-top: 1px solid #fff;
  padding-top: 76px;
  width: 1200px;
  margin: 0 auto 20px;
  background: url(../images/common/bg-dotted-line.png) repeat-x bottom left;
  padding-bottom: 20px;
}
#contents.events-teaching .sec-shop-search .sec-header h2 span {
  text-shadow: none;
}
#contents.events-teaching .sec-shop-search .sec-header h2 .jp {
  color: #222;
}

#contents.events-pro-play .page-title {
  background: url(/assets/images/events/pro-play/bg-page.jpg) no-repeat center top #000;
  background-size: cover;
}
#contents.events-pro-play .sec-player-ranking {
  margin-bottom: 110px;
}
#contents.events-pro-play .sec-player-ranking .title-ranking {
  margin-bottom: 40px;
}
#contents.events-pro-play .sec-player-ranking .title-ranking h2 {
  font-family: "Crimson Text", serif;
  font-size: 26px;
  color: #f55d0b;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
#contents.events-pro-play .sec-player-ranking .title-ranking h2 strong {
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  font-size: 64px;
  line-height: 1;
  display: block;
}
#contents.events-pro-play .sec-player-ranking .title-ranking h2 span {
  font-size: 38px;
  line-height: 1;
  margin-top: -0.4em;
  display: block;
}
#contents.events-pro-play .sec-player-ranking .title-ranking .date {
  color: #eee;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: bold;
}
#contents.events-pro-play .sec-player-ranking .tab-menu {
  margin: 0 auto;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li {
  width: 260px;
  height: 70px;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  #contents.events-pro-play .sec-player-ranking .tab-menu .tab li {
    height: 16vw;
  }
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li:last-child {
  margin-right: 0;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li i {
  margin-left: 0.5em;
  font-size: 13px;
  vertical-align: top;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li p {
  background: #222222;
  display: block;
  height: 70px;
  border: 2px solid #ddd;
  border-bottom: none;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.5em;
  color: #ddd;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contents.events-pro-play .sec-player-ranking .tab-menu .tab li p {
    height: 16vw;
  }
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li p span {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #contents.events-pro-play .sec-player-ranking .tab-menu .tab li p span {
    font-size: 3.2vw;
  }
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li p:after, #contents.events-pro-play .sec-player-ranking .tab-menu .tab li p:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li p:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li p:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li p:hover {
  color: #fff;
  border: 2px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom: none;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li p:hover:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li p:hover:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li.active p {
  color: #fff;
  border: 2px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom: none;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li.active p:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-pro-play .sec-player-ranking .tab-menu .tab li.active p:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-pro-play .sec-player-ranking .table-ranking {
  border-top: 3px solid #f55d0b;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table {
  width: 100%;
  margin-bottom: 30px;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table thead th {
  background: #171717;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  border-bottom: 2px solid #000;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table thead th.th-player-name {
  text-align: left;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody td {
  background: #2a2a2a;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  color: #eee;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody td img {
  vertical-align: middle;
  margin-right: 1em;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody td img.country-image {
  margin-right: 0.5em;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-ranking {
  color: #eb9b00;
  font-size: 20px;
  font-style: italic;
  width: 80px;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-player {
  text-align: left;
  padding-left: 0px;
  width: 130px;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-player img.player-image {
  width: 48px;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-player img.country-image {
  width: 28px;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-player-name {
  text-align: left;
  padding-left: 0px;
  width: 240px;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-point {
  width: 130px;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-team {
  width: 100px;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-change .none {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #317abf;
  vertical-align: middle;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-change .up:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #add373 transparent;
  margin-right: 5px;
  vertical-align: baseline;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-change .down:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #ee1d24 transparent transparent transparent;
  margin-right: 5px;
  vertical-align: baseline;
}
#contents.events-pro-play .sec-player-ranking .table-ranking table tbody tr:nth-of-type(2n) td {
  background: none;
}
#contents.events-pro-play .sec-jp-top-players {
  padding-bottom: 175px;
}
#contents.events-pro-play .sec-jp-top-players .title {
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#contents.events-pro-play .sec-jp-top-players .title h2 {
  color: #f55d0b;
  font-size: 38px;
  font-family: "Crimson Text", serif;
  margin-bottom: 5px;
}
#contents.events-pro-play .sec-jp-top-players .title small {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
#contents.events-pro-play .sec-jp-top-players .logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #contents.events-pro-play .sec-jp-top-players .logo {
    width: 30vw;
  }
}
#contents.events-pro-play .sec-jp-top-players .logo img {
  width: 100%;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap {
  border-top: 1px solid #333;
  margin-bottom: 85px;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player {
  border-bottom: 1px solid #333;
  padding: 37px 58px;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player .photo {
  width: 380px;
  float: left;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player .photo img {
  width: 100%;
  height: auto;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area {
  width: 670px;
  float: right;
  color: #eee;
  padding-top: 25px;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area h3 {
  margin-bottom: 20px;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area h3 span {
  display: inline-block;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area h3 .jp {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-right: 0.75em;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area h3 .en {
  font-size: 14px;
  color: #f55d0b;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.06em;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area .text {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player:nth-of-type(2n) .photo {
  float: right;
}
#contents.events-pro-play .sec-jp-top-players .player-wrap .player:nth-of-type(2n) .text-area {
  float: left;
}
#contents.events-pro-play .sec-jp-top-players .btnType01 a {
  width: 450px;
  height: 60px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #contents.event-page .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.event-page .sec-bnr-area {
    background: #171717;
    padding: 35px 0;
  }
  #contents.event-page .sec-bnr-area .bnr-list li {
    float: none;
    width: 92%;
    margin: 0 auto 10px;
  }
  #contents.event-page .sec-bnr-area .bnr-list li:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
  #contents.event-page .sec-bnr-area .bnr-list li a {
    display: block;
  }
  #contents.event-page .sec-bnr-area .bnr-list li a:hover {
    opacity: 1;
  }
  #contents.event-page .refine-search {
    width: 100%;
    margin: 0 auto 30px;
  }
  #contents.event-page .refine-search .event-date-notice {
    width: 92%;
    font-size: 12px;
    margin: 0 auto 30px;
    line-height: 1.25;
  }
  #contents.event-page .refine-search .ac-btn {
    width: 44%;
    margin-right: 4%;
  }
  #contents.event-page .refine-search .ac-btn a {
    width: 100%;
    border-width: 1.5px;
    font-size: 13px;
  }
  #contents.event-page .refine-search .ac-btn a:hover span {
    color: #ddd;
  }
  #contents.event-page .refine-search .ac-btn a:hover span i {
    color: #f55d0b;
  }
  #contents.event-page .refine-search .ac-area {
    padding: 25px 0 20px;
    display: none;
  }
  #contents.event-page .refine-search .ac-area .search-set {
    text-align: left;
    width: 88%;
    margin: 0 auto 20px;
  }
  #contents.event-page .refine-search .ac-area .search-set div {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #contents.event-page .refine-search .ac-area .search-set div:last-child {
    margin-right: 0;
  }
  #contents.event-page .refine-search .ac-area .search-set div select,
  #contents.event-page .refine-search .ac-area .search-set div input[type=text],
  #contents.event-page .refine-search .ac-area .search-set div input[type=date] {
    padding: 8px 10px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 38px;
    box-sizing: border-box;
  }
  #contents.event-page .refine-search .ac-area .search-set .form-select select {
    width: 50%;
  }
  #contents.event-page .refine-search .ac-area .search-set .form-text input {
    width: 100%;
  }
  #contents.event-page .refine-search .ac-area .search-set .form-date span {
    width: 8%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 0;
    min-height: 38px;
    vertical-align: baseline;
  }
  #contents.event-page .refine-search .ac-area .search-set .form-date input {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
  }
  #contents.event-page .refine-search .ac-area .search-button {
    width: 46%;
  }
  #contents.event-page .refine-search .ac-area .search-button button {
    width: 100%;
    color: #f55d0b;
    box-sizing: border-box;
    padding: 8px 0;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px #ff5400;
    -moz-box-shadow: 0px 0px 0px 0px #ff5400;
    -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
    transition: 0.2s ease-in-out;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07em;
    font-family: "Jockey One", sans-serif;
    box-shadow: 0px 0px 0px 0px #ff5400;
    -moz-box-shadow: 0px 0px 0px 0px #ff5400;
    -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
    transition: 0.2s ease-in-out;
  }
  #contents.event-page .refine-search .ac-area .search-button button:hover {
    background-color: #000;
    box-shadow: 0px 0px 18px 1px #ff5400;
    -moz-box-shadow: 0px 0px 18px 1px #ff5400;
    -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
  }
  #contents.event-page .refine-search .ac-area .search-button .icon {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  #contents.event-page .refine-search .ac-area .search-button .icon img {
    width: 100%;
    height: auto;
  }
  #contents.event-page .sec-shop-list {
    margin-bottom: 75px;
  }
  #contents.event-page .sec-shop-list .inner {
    background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
    background-size: 50px 50px;
    padding-bottom: 35px;
  }
  #contents.event-page .sec-shop-list .inner .notice {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 10px;
    text-align: left;
    line-height: 1.25;
  }
  #contents.event-page .sec-shop-list .shop-list-table {
    background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
    padding-bottom: 4px;
    margin-bottom: 30px;
  }
  #contents.event-page .sec-shop-list .shop-list-table .td-store-tel,
  #contents.event-page .sec-shop-list .shop-list-table .th-store-tel,
  #contents.event-page .sec-shop-list .shop-list-table .td-store-map,
  #contents.event-page .sec-shop-list .shop-list-table .th-store-map,
  #contents.event-page .sec-shop-list .shop-list-table .th-store-mail,
  #contents.event-page .sec-shop-list .shop-list-table .td-store-mail {
    display: none;
  }
  #contents.event-page .sec-shop-list .shop-list-table .th-map-convenience,
  #contents.event-page .sec-shop-list .shop-list-table .td-map-convenience {
    width: 1%;
  }
  #contents.event-page .sec-shop-list .shop-list-table .th-map-convenience .btn-map a,
  #contents.event-page .sec-shop-list .shop-list-table .td-map-convenience .btn-map a {
    width: 42px;
  }
  #contents.event-page .sec-shop-list .shop-list-table .th-prefecture,
  #contents.event-page .sec-shop-list .shop-list-table .td-prefecture {
    width: 10%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.event-page .sec-shop-list .shop-list-table .td-prefecture {
    width: 4%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #contents.event-page .sec-shop-list .shop-list-table .th-prefecture-convenience, #contents.event-page .sec-shop-list .shop-list-table .th-city-convenience, #contents.event-page .sec-shop-list .shop-list-table .td-prefecture-convenience, #contents.event-page .sec-shop-list .shop-list-table .td-city-convenience {
    width: 2%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #contents.event-page .sec-shop-list .shop-list-table .td-city-convenience {
    padding-left: 0;
  }
  #contents.event-page .sec-shop-list .shop-list-table .th-store-level,
  #contents.event-page .sec-shop-list .shop-list-table .td-store-level {
    width: 13%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.event-page .sec-shop-list .shop-list-table .th-date,
  #contents.event-page .sec-shop-list .shop-list-table .td-date {
    width: 18%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.event-page .sec-shop-list .shop-list-table table {
    width: 100%;
  }
  #contents.event-page .sec-shop-list .shop-list-table table thead {
    background: #171717;
  }
  #contents.event-page .sec-shop-list .shop-list-table table thead th {
    padding: 10px 0;
    line-height: 1;
    font-size: 10px;
    box-sizing: border-box;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody td {
    background: #fff;
    text-align: center;
    font-size: 10px;
    padding: 12px 0;
    box-sizing: border-box;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .td-store-level p:nth-child(2) {
    margin-left: 0;
    margin-top: 5px;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody dl {
    text-align: left;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody dl dt {
    font-weight: bold;
    font-size: 13px;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody dl dd {
    font-size: 10px;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody dl .address {
    font-size: 9px;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .btn-date a {
    width: 100%;
    height: auto;
    padding: 6px 0;
    font-size: 12px;
    border-width: 1px;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .btn-date a:hover {
    color: #ddd;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .btn-date a:hover:before, #contents.event-page .sec-shop-list .shop-list-table table tbody .btn-date a:hover:after {
    display: none;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .icon-store-level {
    height: 34px;
    display: inline-block;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .icon-store-meister {
    height: 28px;
    display: inline-block;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .icon-store-meister img {
    margin-bottom: 0;
  }
  #contents.event-page .sec-shop-list .shop-list-table table tbody .icon-store-meister-level img {
    width: 92%;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format .td-store-tel,
  #contents.event-page .sec-shop-list .shop-list-table.format .th-store-tel,
  #contents.event-page .sec-shop-list .shop-list-table.format .td-store-map,
  #contents.event-page .sec-shop-list .shop-list-table.format .th-store-map {
    display: table-cell;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format .th-prefecture,
  #contents.event-page .sec-shop-list .shop-list-table.format .td-prefecture {
    width: 8%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format .th-store-level,
  #contents.event-page .sec-shop-list .shop-list-table.format .td-store-level {
    width: 13%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format .th-date,
  #contents.event-page .sec-shop-list .shop-list-table.format .td-date {
    width: 18%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format .th-store-map {
    width: 10%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    word-break: break-all;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format .td-store-map {
    width: 4%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format .th-format,
  #contents.event-page .sec-shop-list .shop-list-table.format .td-format {
    width: 16%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format table {
    width: 100%;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format table thead {
    background: #171717;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format table thead th {
    padding: 10px 0;
    line-height: 1;
    font-size: 10px;
    box-sizing: border-box;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format table tbody .td-store-map .sp {
    display: block;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format table tbody .td-store-map a {
    border: none;
    padding: 0;
    color: #f55d0b;
    background: none;
    width: auto;
    height: auto;
    font-size: 35px;
  }
  #contents.event-page .sec-shop-list .shop-list-table.format table tbody .td-store-tel a {
    font-size: 35px;
    color: #f55d0b;
  }
  #contents.events-index .page-title {
    margin-bottom: 25px;
  }
  #contents.events-index .events-nav {
    width: 100%;
    background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  #contents.events-index .events-nav ul {
    width: 92%;
  }
  #contents.events-index .events-nav ul li {
    width: 32%;
    height: 55px;
    margin-right: 0;
    font-size: 10px;
  }
  #contents.events-index .events-nav ul li:nth-child(2) {
    margin: 0 2%;
  }
  #contents.events-index .events-nav ul li:last-child {
    margin-right: 0;
  }
  #contents.events-index .events-nav ul li i {
    margin: 0;
    display: block;
  }
  #contents.events-index .events-nav ul li strong {
    display: block;
    font-size: 14px;
  }
  #contents.events-index .events-nav ul li a {
    height: 55px;
    line-height: 1.2;
  }
  #contents.events-index .events-nav ul li a:before, #contents.events-index .events-nav ul li a:after {
    height: 60px;
  }
  #contents.events-index .events-nav ul li a:hover {
    border: 2px solid #ddd;
    border-bottom: none;
  }
  #contents.events-index .events-nav ul li a:hover:after {
    display: none;
  }
  #contents.events-index .events-nav ul li a:hover:before {
    display: none;
  }
  #contents.events-index .icon-level {
    width: 100%;
    height: auto;
    margin: 0 auto 22.5px;
    padding: 6px 0;
    box-sizing: border-box;
  }
  #contents.events-index .icon-level .title {
    margin: 0 2% 0 4%;
    font-size: 13px;
    width: 20%;
  }
  #contents.events-index .icon-level ul {
    width: 70%;
    vertical-align: baseline;
  }
  #contents.events-index .icon-level ul li {
    font-size: 10px;
    margin-right: 4.4%;
  }
  #contents.events-index .icon-level ul li:last-child {
    margin-right: 0;
  }
  #contents.events-index .icon-level ul li i {
    width: 15px;
    height: 15px;
  }
  #contents.events-index .icon-level ul li i img {
    width: 9px;
    height: 9px;
    vertical-align: baseline;
  }
  #contents.events-index section .event-list > li {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
  #contents.events-index section .event-list > li:nth-of-type(3n) {
    margin-right: 0;
  }
  #contents.events-index section .event-list > li:nth-of-type(2n) {
    float: right;
  }
  #contents.events-index section .event-list > li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  #contents.events-index section .event-list > li h2 img {
    width: 74.6%;
    height: auto;
  }
  #contents.events-index section .event-list > li h2 small {
    font-size: 11px;
  }
  #contents.events-index section .event-list > li .bg {
    height: 112px;
  }
  #contents.events-index section .event-list > li .icon-level-list li {
    width: 22px;
    height: 22px;
  }
  #contents.events-index section .event-list > li .icon-level-list li:before {
    border-width: 22px 22px 0 0;
  }
  #contents.events-index section .event-list > li .icon-level-list li i {
    width: 7.5px;
    height: 7.5px;
    left: 3px;
    top: 3px;
  }
  #contents.events-index section .event-list > li .icon-level-list li img {
    width: 7.5px;
    height: auto;
  }
  #contents.events-index section .event-list > li .icon-level-list li.level1 {
    margin-right: 10px;
  }
  #contents.events-index section .event-list > li .icon-level-list li.level1 i {
    width: 15px;
    height: 15px;
  }
  #contents.events-index section .event-list > li .icon-level-list li.level1 i img {
    width: 15px;
    height: 15px;
  }
  #contents.events-index section .event-list > li .icon-level-list li.level1:before {
    border-width: 34px 34px 0 0;
  }
  #contents.events-index section .event-list > li .hover {
    display: none;
  }
  #contents.events-index .sec-event {
    margin: 25px 0 35px;
  }
  #contents.events-index .sec-event-sp {
    margin-bottom: 55px;
  }
  #contents.events-index .sec-event-sp .sec-header {
    margin-bottom: 30px;
  }
  #contents.events-index .sec-event-sp .sec-header .jp {
    display: block;
  }
  #contents.events-index .sec-event-sp .event-list-sp > li .bg:before {
    display: none;
  }
  #contents.events-index .sec-event-sp .event-list-sp > li .caption {
    font-size: 13px;
    margin-top: 3px;
  }
  #contents.events-store-search .notice {
    width: 92%;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 10px;
    text-align: left;
    line-height: 1.25;
  }
  #contents.events-store-search .store-search {
    width: 100%;
    margin: 0 auto 15px;
    padding: 22.5px 0 27.5px;
  }
  #contents.events-store-search .store-search .title-area {
    width: 92%;
    margin: 0 auto 15px;
  }
  #contents.events-store-search .store-search .title-area .en {
    font-size: 24px;
    margin-right: 10px;
  }
  #contents.events-store-search .store-search .title-area .jp {
    font-size: 12px;
  }
  #contents.events-store-search .store-search .area-wrap {
    border-left: none;
    overflow: hidden;
  }
  #contents.events-store-search .store-search .area-wrap .tab-menu {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #contents.events-store-search .store-search .area-wrap .tab-menu ul {
    width: 191.2%;
  }
  #contents.events-store-search .store-search .area-wrap .tab-menu ul li {
    width: 12%;
    font-size: 14px;
    border-right: none;
    padding: 10px 0;
    margin-right: 1%;
    box-sizing: border-box;
    border: 1px solid #666;
    cursor: pointer;
  }
  #contents.events-store-search .store-search .area-wrap .tab-menu ul li:last-child {
    width: 12%;
    margin-right: 0;
  }
  #contents.events-store-search .store-search .area-wrap .tab-menu ul li:first-child {
    width: 16%;
    margin-left: 2%;
  }
  #contents.events-store-search .store-search .area-wrap .tab-menu ul .active {
    border-bottom: 1px solid #333;
    color: #f55d0b;
  }
  #contents.events-store-search .store-search .area-wrap .tab-content {
    display: none;
  }
  #contents.events-store-search .store-search .area-wrap .tab-content.active {
    display: block;
  }
  #contents.events-store-search .store-search .area-wrap .area-box {
    float: none;
    border-right: none;
    border-top: 1px solid #666;
    text-align: center;
    width: 100%;
    padding-top: 12px;
    min-height: 100%;
    margin-top: -1px;
  }
  #contents.events-store-search .store-search .area-wrap .area-box:last-child {
    width: 100%;
  }
  #contents.events-store-search .store-search .search-wrap {
    width: 100%;
    margin: 0 auto;
  }
  #contents.events-store-search .store-search .search-wrap .btn-list {
    width: 90%;
    margin: 0 auto;
  }
  #contents.events-store-search .store-search .search-wrap .btn-list:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents.events-store-search .store-search .search-wrap .btn-list li {
    width: 24%;
    float: left;
    margin-right: 1%;
  }
  #contents.events-store-search .store-search .search-wrap .btn-list li:nth-of-type(4n) {
    margin-right: 0;
  }
  #contents.events-store-search .store-search .search-wrap .btn-list li a {
    padding: 6px 0;
  }
  #contents.events-store-search .store-search .search-wrap .btn-list li a:hover {
    color: #333;
    border: 1px solid #ccc;
  }
  #contents.events-store-search .store-search .search-wrap .btn-list li a:hover:after {
    display: none;
  }
  #contents.events-store-search .store-search .search-wrap .btn-list li a:hover:before {
    display: none;
  }
  #contents.events-store-search .store-search .format-wrap .list-format li {
    width: 48%;
    margin: 0 0 10px 0;
  }
  #contents.events-store-search .store-search .format-wrap .list-format li:nth-of-type(5n) {
    margin-right: 0;
  }
  #contents.events-store-search .store-search .format-wrap .list-format li:nth-of-type(2n) {
    float: right;
  }
  #contents.events-store-search .store-search .format-wrap .list-format li a {
    padding: 7px 0;
  }
  #contents.events-detail {
    background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
    background-size: 50px 50px;
    padding-top: 18px;
  }
  #contents.events-detail .detail-title {
    width: 92%;
    margin: 0 auto 20px;
  }
  #contents.events-detail .detail-title .text-area {
    padding-top: 10px;
    width: 90%;
    min-height: 100%;
    margin: 0 auto 40px;
  }
  #contents.events-detail .detail-title .text-area h1 {
    margin-bottom: 25px;
  }
  #contents.events-detail .detail-title .text-area h1 img {
    width: 62%;
    margin: 0 auto;
  }
  #contents.events-detail .detail-title .text-area small {
    font-size: 18px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  #contents.events-detail .detail-title .text-area .text {
    font-size: 13px;
    width: 100%;
    line-height: 1.7;
  }
  #contents.events-detail .detail-title .img {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  #contents.events-detail .sec-detail-info {
    text-align: center;
    margin-bottom: 15px;
  }
  #contents.events-detail .sec-detail-info h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #contents.events-detail .sec-detail-info .inner {
    padding-bottom: 20px;
  }
  #contents.events-detail .sec-detail-info .event-dates {
    margin-bottom: 20px;
  }
  #contents.events-detail .sec-detail-info .event-dates p {
    font-size: 19px;
    letter-spacing: 0.03em;
  }
  #contents.events-detail .sec-detail-info .event-text p {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  #contents.events-detail .sec-detail-info .event-text .video {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }
  #contents.events-detail .sec-detail-info .event-text .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #contents.events-detail .sec-detail-info .event-text .writer {
    margin-bottom: 20px;
  }
  #contents.events-detail .sec-detail-info .event-text .writer img {
    margin: 0 0 0.5em 1em;
  }
  #contents.events-detail .sec-detail-info .event-text .img-area {
    margin-bottom: 25px;
  }
  #contents.events-detail .sec-detail-info .event-text .img-area figure {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  #contents.events-detail .sec-detail-info .event-text .img-area figure figcaption {
    font-size: 12px;
  }
  #contents.events-detail .sec-detail-info .event-text .img-area .text {
    width: 100%;
    float: none;
    font-size: 14px;
    margin-top: 0;
  }
  #contents.events-detail .sec-detail-info .event-text .img-area.img-right figure {
    float: none;
  }
  #contents.events-detail .sec-detail-info .event-text .img-area.img-right .text {
    float: none;
  }
  #contents.events-detail .sec-detail-info .event-text h4 {
    font-size: 14px;
    padding: 7px;
  }
  #contents.events-detail .sec-detail-info .event-text h4.prrhead:before {
    content: "▼";
    margin-right: 0.5em;
  }
  #contents.events-detail .sec-detail-info .event-text h4.prrhead.prropen:before {
    content: "▲";
  }
  #contents.events-detail .sec-detail-info .event-text h4#preflist {
    font-size: 12px;
    padding: 4px 7px;
  }
  #contents.events-detail .sec-detail-info .event-text table.decklist {
    font-size: 10px;
  }
  #contents.events-detail .sec-detail-info .event-text table.decklist tr.footer {
    background: url(../images/reading/deckbox2.png) no-repeat right bottom #fff;
    background-size: 24px;
    height: 24px;
  }
  #contents.events-detail .sec-detail-info .event-text table.decklist hr {
    margin: 5px;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #d8d8d8;
    display: block;
  }
  #contents.events-detail .sec-detail-info .event-text table.decklist tr td {
    width: 33%;
    padding: 5px 8px 5px;
  }
  #contents.events-detail .sec-detail-info .event-text table.decklist caption {
    padding: 10px 0;
  }
  #contents.events-detail .sec-detail-info .event-text div.solidtable table {
    font-size: 10px;
  }
  #contents.events-detail .sec-detail-info .event-text div.CardsFan {
    position: relative;
    width: 90%;
    height: auto;
    margin: auto;
  }
  #contents.events-detail .sec-detail-info .event-text img.CardsFan {
    transform-origin: center bottom;
    position: absolute;
    left: 200px;
    bottom: 100px;
  }
  #contents.events-detail .sec-detail-info .event-text div.CardsRow {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
  #contents.events-detail .sec-detail-info .event-text .cii_w {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
  }
  #contents.events-detail .sec-detail-info .event-text .cii_s {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
  }
  #contents.events-detail .sec-detail-info .event-text .cii_b {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
    border-radius: 10px;
  }
  #contents.events-detail .sec-detail-info .event-text div.CardsRow:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents.events-detail .sec-detail-info .event-text div.CardsRow img {
    width: 40%;
    position: relative !important;
    left: auto !important;
    margin: 5px 0;
    float: left;
    margin-left: -20%;
  }
  #contents.events-detail .sec-detail-info .event-text div.CardsRow img:nth-child(1) {
    margin-left: 0;
  }
  #contents.events-detail .sec-detail-info .event-text h5 {
    border-left: 5px solid #f55d0b;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #contents.events-detail .sec-detail-info .event-text .ToEtable {
    background: #fff;
    margin: 0 auto 4em;
  }
  #contents.events-detail .sec-detail-info .event-text .ToEmatch {
    font-size: 13px;
    box-sizing: content-box;
  }
  #contents.events-detail .sec-detail-info .event-text .ToEmatch * {
    box-sizing: content-box;
  }
  #contents.events-detail .sec-detail-info .event-text a:hover {
    color: #10b7b9;
  }
  #contents.events-detail .sec-detail-info .event-text p {
    font-size: 14px;
  }
  #contents.events-detail .sec-detail-info .event-text p > img {
    margin: 0;
  }
  #contents.events-detail .sec-detail-info .event-text > ul li {
    font-size: 14px;
  }
  #contents.events-detail .sec-detail-info .event-text ol li {
    font-size: 14px;
  }
  #contents.events-detail .sec-detail-info .event-text ol li img {
    margin: 0;
  }
  #contents.events-detail .sec-detail-info .event-text blockquote img {
    margin: 0;
  }
  #contents.events-detail .sec-detail-info .event-text button {
    font-size: 14px;
  }
  #contents.events-detail .sec-detail-info .event-text img {
    margin: 1em 0 0 0;
  }
  #contents.events-detail .sec-detail-info .event-text .img-box {
    margin-bottom: 25px;
  }
  #contents.events-detail .sec-shop-list {
    margin-bottom: 20px;
  }
  #contents.events-detail .sec-shop-list .pager {
    margin-bottom: 30px;
  }
  #contents.events-detail .sec-related-posts .sec-header,
  #contents.events-detail .sec-related-link .sec-header {
    margin-bottom: 10px;
  }
  #contents.events-detail .sec-related-posts .sec-header .en,
  #contents.events-detail .sec-related-link .sec-header .en {
    font-size: 24px;
  }
  #contents.events-detail .sec-related-posts .sec-header .jp,
  #contents.events-detail .sec-related-link .sec-header .jp {
    font-size: 12px;
  }
  #contents.events-detail .sec-related-posts {
    padding: 30px 0;
  }
  #contents.events-detail .sec-related-link {
    padding-bottom: 40px;
  }
  #contents.events-detail .sec-related-link ul li {
    width: 100%;
  }
  #contents.events-detail .sec-related-link ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #contents.events-detail .sec-related-link ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #contents.shop-detail .sec-shop-detail {
    margin-bottom: 15px;
  }
  #contents.shop-detail .sec-shop-detail .directory-title {
    font-size: 19px;
    margin-bottom: 5px;
  }
  #contents.shop-detail .sec-shop-detail .shop-name {
    margin-bottom: 20px;
  }
  #contents.shop-detail .sec-shop-detail .shop-name .icon {
    width: 11.5%;
    margin-right: 2%;
  }
  #contents.shop-detail .sec-shop-detail .shop-name h1 {
    width: 80%;
  }
  #contents.shop-detail .sec-shop-detail .shop-name h1 .en {
    font-size: 12px;
    margin-bottom: 0;
  }
  #contents.shop-detail .sec-shop-detail .shop-name h1 .jp {
    font-size: 18px;
  }
  #contents.shop-detail .sec-shop-detail .detail-info {
    padding-bottom: 25px;
  }
  #contents.shop-detail .sec-shop-detail .detail-info table {
    min-width: 92%;
    width: 92%;
    margin: 0 auto 25px;
  }
  #contents.shop-detail .sec-shop-detail .detail-info table th, #contents.shop-detail .sec-shop-detail .detail-info table td {
    padding: 15px 5px;
    font-size: 14px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  #contents.shop-detail .sec-shop-detail .detail-info table th {
    width: 100%;
    color: #f55d0b;
    letter-spacing: 0.01em;
    padding-bottom: 5px;
    border-bottom: none;
  }
  #contents.shop-detail .sec-shop-detail .detail-info table td {
    padding-top: 0;
  }
  #contents.shop-detail .sec-shop-detail .detail-info table td .tel-num {
    color: #10b7b9;
  }
  #contents.shop-detail .sec-shop-detail .detail-info table tr:last-child td {
    border-bottom: 1px dotted #ccc;
  }
  #contents.shop-detail .sec-shop-detail .detail-info .btn-map {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  #contents.shop-detail .sec-shop-detail .detail-info .btn-map a {
    width: 86.5%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    border-width: 1px;
  }
  #contents.shop-detail .sec-shop-detail .detail-info .btn-map a i {
    color: #eb9b00;
    font-size: 18px;
    margin-right: 0.5em;
  }
  #contents.shop-detail .sec-shop-detail .detail-info .btn-map a:hover i {
    color: #fff;
  }
  #contents.events-teaching {
    padding-top: 15px;
  }
  #contents.events-teaching .detail-title {
    width: 100%;
    margin: 0 auto 20px;
  }
  #contents.events-teaching .detail-title .directory-title {
    width: 92%;
    margin: 0 auto 5px;
  }
  #contents.events-teaching .detail-title .bg {
    background-color: #000;
    position: relative;
    background: none;
  }
  #contents.events-teaching .detail-title .text-area {
    margin: 0 auto;
  }
  #contents.events-teaching .detail-title .text-area .text {
    width: 90%;
    margin: 0 auto 30px;
  }
  #contents.events-teaching .detail-title .bg-sp {
    height: auto;
    background: none;
  }
  #contents.events-teaching .detail-title .bg-sp:before {
    content: none;
  }
  #contents.events-teaching .sec-teaching-detail .inner {
    padding-bottom: 35px;
  }
  #contents.events-teaching .sec-teaching-detail .page-nav {
    margin-bottom: 25px;
    letter-spacing: -0.4em;
  }
  #contents.events-teaching .sec-teaching-detail .page-nav li {
    width: 32%;
    margin: 0;
    letter-spacing: normal;
  }
  #contents.events-teaching .sec-teaching-detail .page-nav li:nth-child(2) {
    margin: 0 2%;
  }
  #contents.events-teaching .sec-teaching-detail .page-nav li a {
    width: 100%;
    height: auto;
    font-size: 11px;
    line-height: 1.2;
    padding: 12px 0;
    color: #fff;
  }
  #contents.events-teaching .sec-teaching-detail .page-nav li i {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  #contents.events-teaching .sec-teaching-detail .lead {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0;
  }
  #contents.events-teaching .sec-teaching-detail .lead small {
    margin-top: 10px;
    font-size: 18px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area:after {
    border-width: 30px 300px 0 300px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    left: 50%;
    bottom: 0;
    position: absolute;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box {
    background: #fff;
    padding: 30px 0 15px;
    position: relative;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box:before {
    position: absolute;
    border-width: 30px 300px 0 300px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    top: 0;
    left: 50%;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box:first-child:before {
    display: none;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box .title {
    padding-top: 15px;
    margin-bottom: 20px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box .step-num {
    width: 44px;
    height: 44px;
    font-size: 11px;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box .step-num span {
    font-size: 22px;
    margin-top: 0px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box h3 {
    font-size: 26px;
    margin: 0;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box .text-area {
    width: 92.75%;
    margin: 0 auto;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box .text-area .text {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 0;
    margin-bottom: 20px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box .text-area figure {
    width: 100%;
    float: none;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box:nth-of-type(2n) .text-area {
    margin: 0 auto;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box:nth-of-type(2n) .text-area .text {
    float: none;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box:nth-of-type(2n) .text-area figure {
    float: none;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present {
    padding-bottom: 5px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .title {
    margin-bottom: 6px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .title h3 {
    font-size: 23px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .title .en {
    font-size: 27px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present .catch {
    font-size: 14px;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 15px 0;
    position: relative;
    z-index: 10;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present figure {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    margin: -15% 0 20px 0;
    padding: 0;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl {
    width: 77%;
    margin: 0 auto 25px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl dt {
    font-size: 11px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl dt span {
    font-size: 16px;
    margin-left: 0.25em;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl dd {
    float: left;
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present dl dd small {
    font-size: 10px;
  }
  #contents.events-teaching .sec-teaching-detail .step-area .step-box.present .text-area-present .text {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin-left: 0;
  }
  #contents.events-teaching .sec-teaching-detail .btn-report a {
    width: 92.75%;
    font-size: 17px;
    padding: 10px 0;
  }
  #contents.events-teaching .sec-teaching-detail .btn-report a:hover {
    opacity: 1;
  }
  #contents.events-teaching .sec-teaching-detail .btn-report a span {
    display: block;
    line-height: 1.2;
  }
  #contents.events-teaching .sec-teaching-detail .btn-report a .en {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #contents.events-teaching .sec-tc-after {
    margin: 0;
    padding: 0;
  }
  #contents.events-teaching .sec-tc-after .inner {
    padding: 35px 0 35px;
  }
  #contents.events-teaching .sec-tc-after .lead-area {
    text-align: left;
    margin-bottom: 25px;
  }
  #contents.events-teaching .sec-tc-after .lead-area h3 {
    font-size: 25px;
    margin-bottom: 25px;
    text-align: center;
  }
  #contents.events-teaching .sec-tc-after .lead-area h3 br {
    display: none;
  }
  #contents.events-teaching .sec-tc-after .lead-area .lead {
    font-size: 19px;
    margin-bottom: 25px;
  }
  #contents.events-teaching .sec-tc-after .lead-area .lead br {
    display: none;
  }
  #contents.events-teaching .sec-tc-after .lead-area .text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #contents.events-teaching .sec-tc-after .lead-area .text br {
    display: none;
  }
  #contents.events-teaching .sec-tc-after .lead-area .caution {
    font-size: 11px;
  }
  #contents.events-teaching .sec-tc-after .type-list li {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  #contents.events-teaching .sec-tc-after .type-list li:last-child {
    margin-bottom: 0;
  }
  #contents.events-teaching .sec-tc-after .type-list li .list-inner {
    width: 91.3%;
  }
  #contents.events-teaching .sec-tc-after .type-list li .title {
    margin-bottom: 20px;
  }
  #contents.events-teaching .sec-tc-after .type-list li .title .en {
    font-size: 14px;
  }
  #contents.events-teaching .sec-tc-after .type-list li .title h4 {
    font-size: 19px;
  }
  #contents.events-teaching .sec-tc-after .type-list li .img {
    margin: 0 0 15px;
  }
  #contents.events-teaching .sec-tc-after .type-list li .text {
    font-size: 13px;
    min-height: 100%;
    margin-bottom: 20px;
  }
  #contents.events-teaching .sec-tc-after .type-list li .catch {
    text-align: center;
    margin: 0 auto 15px;
  }
  #contents.events-teaching .sec-tc-after .type-list li .catch img {
    text-align: center;
    width: 100%;
    height: auto;
  }
  #contents.events-teaching .sec-tc-after .type-list li .detail {
    padding: 10px 0 15px;
    height: auto;
  }
  #contents.events-teaching .sec-tc-after .type-list li .detail .time {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #contents.events-teaching .sec-tc-after .type-list li .detail .time strong {
    font-size: 27px;
  }
  #contents.events-teaching .sec-tc-after .type-list li .detail .text-entry {
    font-size: 13px;
  }
  #contents.events-teaching .sec-tc-after .type-list li:nth-child(1) .catch {
    width: 52%;
  }
  #contents.events-teaching .sec-tc-after .type-list li:nth-child(2) .catch {
    width: 75%;
  }
  #contents.events-teaching .sec-tc-after .type-list li:nth-child(3) .catch {
    width: 59%;
  }
  #contents.events-teaching .sec-tc-after .type-list li:nth-child(3) .title h4 {
    letter-spacing: 0;
  }
  #contents.events-teaching .sec-shop-search {
    margin: 0;
    padding: 0;
  }
  #contents.events-teaching .sec-shop-search .sec-header {
    width: 92%;
    margin: 0 auto 10px;
    padding: 35px 0 10px;
  }
  #contents.events-pro-play .page-title {
    background: url(../images/events/pro-play/bg-page-sp.jpg) no-repeat center top;
    background-size: 100%;
    margin-bottom: 25px;
  }
  #contents.events-pro-play .sec-player-ranking {
    margin-bottom: 35px;
  }
  #contents.events-pro-play .sec-player-ranking .title-ranking {
    margin-bottom: 20px;
  }
  #contents.events-pro-play .sec-player-ranking .title-ranking h2 {
    font-size: 20px;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    margin-bottom: 20px;
  }
  #contents.events-pro-play .sec-player-ranking .title-ranking h2 strong {
    font-size: 50px;
  }
  #contents.events-pro-play .sec-player-ranking .title-ranking h2 span {
    font-size: 30px;
    margin-top: 0;
  }
  #contents.events-pro-play .sec-player-ranking .title-ranking .date {
    font-size: 14px;
    font-weight: bold;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table {
    width: 100%;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table thead th {
    background: #171717;
    padding: 20px 0;
    font-size: 12px;
    border-bottom: none;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table thead .td-point-normal {
    display: none;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody td {
    padding: 15px 0;
    font-size: 12px;
    color: #eee;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody td img {
    margin-right: 0.5em;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-ranking {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-player {
    text-align: left;
    padding-left: 0;
    font-size: 13px;
    width: 43vw;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-player img.player-image {
    width: 30px;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-team img {
    width: 35px;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-point-normal {
    display: none;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-change .none {
    width: 9px;
    height: 1px;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-change .up:before {
    border-width: 0 3.5px 4px 3.5px;
    margin-right: 0.5em;
  }
  #contents.events-pro-play .sec-player-ranking .table-ranking table tbody .td-change .down:before {
    border-width: 4px 3.5px 0 3.5px;
    margin-right: 0.5em;
  }
  #contents.events-pro-play .sec-jp-top-players {
    padding-bottom: 70px;
  }
  #contents.events-pro-play .sec-jp-top-players .title {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    margin-bottom: 25px;
  }
  #contents.events-pro-play .sec-jp-top-players .title h2 {
    font-size: 32px;
  }
  #contents.events-pro-play .sec-jp-top-players .title small {
    font-size: 12px;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap {
    margin-bottom: 35px;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player {
    margin: 0 auto;
    padding: 25px 0;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player .photo {
    width: 72.5%;
    margin: 0 auto 20px;
    float: none;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area h3 span {
    display: block;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area h3 .jp {
    font-size: 21px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area h3 .en {
    font-size: 14px;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area .text {
    font-size: 14px;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player .text-area .text a {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player:nth-of-type(2n) .photo {
    float: none;
  }
  #contents.events-pro-play .sec-jp-top-players .player-wrap .player:nth-of-type(2n) .text-area {
    float: none;
  }
  #contents.events-pro-play .sec-jp-top-players .btnType01 a {
    width: 92.75%;
    height: 50px;
    padding-top: 16px;
  }
}
.convenience-bnr {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .convenience-bnr {
    margin-top: 30px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.convenience-bnr img:hover {
  transition: opacity 0.2s ease-in-out;
}
.convenience-bnr img:hover:hover {
  opacity: 0.7;
}
.convenience-bnr img.pc {
  display: inline-block;
}

.event-description-row {
  background: #333333;
  color: #fff !important;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .event-description-row {
    font-size: 2.9vw;
    line-height: 4.6vw;
  }
}
.event-description-row > td {
  background: #333333 !important;
  text-align: left !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .event-description-row > td {
    font-size: 12px !important;
    line-height: 1.6em;
  }
}
.event-description-row > td > div {
  padding-left: 20px !important;
  padding-right: 30px !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .event-description-row > td > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.event-description-row > td > div .entry-fee {
  display: block;
  color: #f55d0b;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .event-description-row > td > div .entry-fee {
    font-size: 13px;
    margin-bottom: 7px;
    margin-top: 14px;
  }
}
.event-description-row > td > div > a.info-link {
  position: relative;
  display: inline-block;
  min-width: 200px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: black;
  font-weight: bold;
  background-color: white;
  border-radius: 22px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  margin-right: 15px;
  transition: opacity 0.3s;
  padding-left: 50px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .event-description-row > td > div > a.info-link {
    min-width: 140px;
    height: 30px;
    font-size: 12px;
    border-radius: 15px;
    padding-top: 5px;
    margin-right: 10px;
    line-height: 1.6em;
  }
}
.event-description-row > td > div > a.info-link:hover {
  opacity: 0.8;
}
.event-description-row > td > div > a.info-link.map::after {
  content: "";
  background-image: url("../images/events/icon-map.png");
  background-size: 20px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 20px;
  height: 30px;
  display: block;
  position: relative;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .event-description-row > td > div > a.info-link.map::after {
    background-image: url("../images/events/icon-map.png");
    background-size: 15px 22px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 15px;
    height: 22px;
    display: block;
    position: relative;
    position: absolute;
  }
}
.event-description-row > td > div > a.info-link.tel::after {
  content: "";
  background-image: url("../images/events/icon-tel.png");
  background-size: 20px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 20px;
  height: 30px;
  display: block;
  position: relative;
  position: absolute;
  left: 18px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .event-description-row > td > div > a.info-link.tel::after {
    background-image: url("../images/events/icon-tel.png");
    background-size: 15px 22px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 15px;
    height: 22px;
    display: block;
    position: relative;
    position: absolute;
  }
}

.td-store-map, .td-format {
  position: relative;
}

.events-info-accordion-button {
  position: relative;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #f55d0b;
  border-radius: 20px;
  text-decoration: none;
  color: white;
  transition: background-color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .events-info-accordion-button {
    width: 53px;
    height: 27px;
    font-size: 10px;
    margin-right: 3px;
  }
}
.events-info-accordion-button:hover {
  color: white;
  opacity: 0.8;
}
.events-info-accordion-button::after {
  content: "";
  background-image: url("/v2/assets/events/image/button-arrow.png");
  background-size: 15px 9px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 15px;
  height: 9px;
  display: block;
  position: relative;
  position: absolute;
  right: 10px;
  bottom: 46%;
  transform: translateY(50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .events-info-accordion-button::after {
    background-image: url("/v2/assets/events/image/button-arrow.png");
    background-size: 9px 5px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 9px;
    height: 5px;
    display: block;
    position: relative;
    position: absolute;
    right: 5px;
  }
}
.events-info-accordion-button.active {
  background-color: #333333;
}
.events-info-accordion-button.active::after {
  transform: translateY(50%) rotate(180deg);
}

.events-info-icon {
  background-image: url("../images/events/info-icon.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  position: absolute;
  left: -10px;
  bottom: 50%;
  transform: translateY(50%);
}
.events-info-icon.active {
  background-image: url("../images/events/info-icon-on.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .events-info-icon {
    background-image: url("../images/events/info-icon.png");
    background-size: 4.5vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 4.5vw;
    height: 4.5vw;
    display: block;
    position: relative;
    position: absolute;
  }
  .events-info-icon.active {
    background-image: url("../images/events/info-icon-on.png");
    background-size: 4.5vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 4.5vw;
    height: 4.5vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
@media screen and (min-width: 1168px) {
  .events-info-icon.sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1167px) {
  .events-info-icon.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .events-info-icon {
    left: auto;
    right: 9px;
    bottom: 6px;
    transform: none;
  }
}

#contents.events-type .page-title {
  background: url(/assets/images/events/type/bg-page.jpg) no-repeat center top #000;
  background-size: cover;
}
#contents.events-type div.sec-header {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents.events-type div.sec-header {
    margin-bottom: 25px;
  }
}
#contents.events-type div.sec-header h2 {
  color: #f55d0b;
  font-size: 38px;
  font-family: "Crimson Text", serif;
}
@media screen and (max-width: 768px) {
  #contents.events-type div.sec-header h2 {
    font-size: 32px;
  }
}
#contents.events-type div.sec-header small {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #contents.events-type div.sec-header small {
    font-size: 12px;
  }
}
#contents.events-type .sec-event-type {
  padding-bottom: 175px;
}
#contents.events-type .sec-event-type .type-list {
  margin-bottom: 65px;
}
#contents.events-type .sec-event-type .type-list li {
  border-bottom: 1px solid #000;
  position: relative;
}
#contents.events-type .sec-event-type .type-list li.beginner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 54px 0 0;
  border-color: #03998d transparent transparent transparent;
  z-index: 1;
}
#contents.events-type .sec-event-type .type-list li.beginner:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/assets/images/events/icon-level1.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 3px;
  top: 4px;
  z-index: 2;
}
#contents.events-type .sec-event-type .type-list li a {
  background: #2a2a2a;
  display: block;
  padding: 26px 30px 26px 40px;
  position: relative;
  text-decoration: none;
}
#contents.events-type .sec-event-type .type-list li a:hover .btnType01 p:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-type .sec-event-type .type-list li a:hover .btnType01 p:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-type .sec-event-type .type-list li:nth-of-type(2n) a {
  background: #111;
}
#contents.events-type .sec-event-type .type-list li .logo {
  width: 270px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#contents.events-type .sec-event-type .type-list li .logo figure {
  margin: 0;
  padding: 0;
}
#contents.events-type .sec-event-type .type-list li .logo figure img {
  width: 80%;
  height: auto;
}
#contents.events-type .sec-event-type .type-list li .text-area {
  width: 590px;
  display: inline-block;
  vertical-align: middle;
}
#contents.events-type .sec-event-type .type-list li dl dt {
  color: #f55d0b;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
#contents.events-type .sec-event-type .type-list li dl dd {
  letter-spacing: 0.01em;
  font-size: 13px;
  color: #ddd;
  line-height: 1.7;
}
#contents.events-type .sec-event-type .type-list li .btnType01 p,
#contents.events-type .sec-event-type .type-list li .btnType01 > span {
  display: block;
  width: 200px;
  height: 50px;
  border: 2px solid #dadada;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: #ddd;
  text-align: center;
  padding-top: 16px;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}
#contents.events-type .sec-event-type .type-list li .btnType01 p span,
#contents.events-type .sec-event-type .type-list li .btnType01 > span span {
  position: relative;
  z-index: 1;
}
#contents.events-type .sec-event-type .type-list li .btnType01 p:after, #contents.events-type .sec-event-type .type-list li .btnType01 p:before,
#contents.events-type .sec-event-type .type-list li .btnType01 > span:after,
#contents.events-type .sec-event-type .type-list li .btnType01 > span:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
  z-index: 0;
}
#contents.events-type .sec-event-type .type-list li .btnType01 p:after,
#contents.events-type .sec-event-type .type-list li .btnType01 > span:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.events-type .sec-event-type .type-list li .btnType01 p:before,
#contents.events-type .sec-event-type .type-list li .btnType01 > span:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.events-type .sec-event-type .type-list li .btnType01 p:hover, #contents.events-type .sec-event-type .type-list li .btnType01 p.hovered,
#contents.events-type .sec-event-type .type-list li .btnType01 > span:hover,
#contents.events-type .sec-event-type .type-list li .btnType01 > span.hovered {
  color: #fff;
}
#contents.events-type .sec-event-type .type-list li .btnType01 p:hover:after, #contents.events-type .sec-event-type .type-list li .btnType01 p.hovered:after,
#contents.events-type .sec-event-type .type-list li .btnType01 > span:hover:after,
#contents.events-type .sec-event-type .type-list li .btnType01 > span.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.events-type .sec-event-type .type-list li .btnType01 p:hover:before, #contents.events-type .sec-event-type .type-list li .btnType01 p.hovered:before,
#contents.events-type .sec-event-type .type-list li .btnType01 > span:hover:before,
#contents.events-type .sec-event-type .type-list li .btnType01 > span.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents.events-type .sec-event-type .type-list li .btnType01 p:after, #contents.events-type .sec-event-type .type-list li .btnType01 p:before,
  #contents.events-type .sec-event-type .type-list li .btnType01 > span:after,
  #contents.events-type .sec-event-type .type-list li .btnType01 > span:before {
    display: none;
  }
  #contents.events-type .sec-event-type .type-list li .btnType01 p:hover,
  #contents.events-type .sec-event-type .type-list li .btnType01 > span:hover {
    color: #ddd;
  }
  #contents.events-type .sec-event-type .type-list li .btnType01 p.hovered,
  #contents.events-type .sec-event-type .type-list li .btnType01 > span.hovered {
    color: #fff;
    background-color: rgb(243, 126, 10);
  }
}
#contents.events-type .sec-event-type .type-list li .btnType01 {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contents.events-type .sec-event-type .type-list li .btnType01 p {
  height: 40px;
  padding-top: 10px;
}
#contents.events-type .sec-event-type .btnType01.btn-topback a {
  width: 450px;
  height: 60px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #contents.events-type .page-title {
    background: url(/assets/images/events/type/bg-page-sp.jpg) no-repeat center top #000;
    background-size: 100%;
  }
  #contents.events-type .sec-event-type {
    padding-bottom: 50px;
  }
  #contents.events-type .sec-event-type .type-list {
    margin-bottom: 30px;
  }
  #contents.events-type .sec-event-type .type-list li a {
    padding: 18px 0;
  }
  #contents.events-type .sec-event-type .type-list li .logo {
    width: 33%;
  }
  #contents.events-type .sec-event-type .type-list li .logo figure img {
    width: 100%;
  }
  #contents.events-type .sec-event-type .type-list li .text-area {
    width: 65%;
  }
  #contents.events-type .sec-event-type .type-list li dl {
    padding-right: 10%;
  }
  #contents.events-type .sec-event-type .type-list li dl dt {
    font-size: 16px;
    letter-spacing: 0.01em;
  }
  #contents.events-type .sec-event-type .type-list li dl dd {
    font-size: 12px;
    line-height: 1.6;
  }
  #contents.events-type .sec-event-type .type-list li i {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    right: 2%;
  }
  #contents.events-type .sec-event-type .btnType01.btn-topback a {
    width: 92.75%;
    height: 50px;
    padding-top: 16px;
  }
}
#contents.hall-of-fame-index .page-title {
  background: url(/assets/images/events/hall_of_fame/index/bg-page.jpg) center top #000;
  background-size: cover;
}
#contents.hall-of-fame-index section .sec-header {
  text-align: center;
  margin-bottom: 50px;
}
#contents.hall-of-fame-index section .sec-header h2 span {
  display: block;
}
#contents.hall-of-fame-index section .sec-header h2 .en {
  margin-right: 0;
}
#contents.hall-of-fame-index .sec-player-profile {
  margin-bottom: 65px;
}
#contents.hall-of-fame-index .sec-player-profile .tab-menu {
  margin-bottom: 45px;
}
#contents.hall-of-fame-index .sec-player-profile .tab-menu .tab:after {
  content: "";
  display: table;
  clear: both;
}
#contents.hall-of-fame-index .sec-player-profile .tab-menu .tab li {
  width: 90px;
  float: left;
  border: 1px solid #1d1d1d;
  background: #000;
  color: #eb9b00;
  line-height: 1;
  padding: 12px 0;
  text-align: center;
  margin: 0 10px 10px 0;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}
#contents.hall-of-fame-index .sec-player-profile .tab-menu .tab li:hover, #contents.hall-of-fame-index .sec-player-profile .tab-menu .tab li.active {
  background: #1d1d1d;
  border-color: #eb9b00;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content {
  display: none;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content.active {
  display: block;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content h3 {
  color: #eb9b00;
  font-size: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  position: relative;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content h3:after {
  content: "";
  display: block;
  background: #eb9b00;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content h3 span {
  background: #000;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 0.5em;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content .player-list:after {
  content: "";
  display: table;
  clear: both;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li {
  width: 200px;
  float: left;
  margin: 0 50px 50px 0;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li:nth-of-type(5n) {
  margin-right: 0;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li a {
  text-decoration: none;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li a:hover figure {
  border-color: #eb9b00;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li a:hover figcaption {
  color: #eb9b00;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li figure {
  border: 1px solid #414141;
  padding: 0;
  margin: 0 0 10px;
  width: 100%;
  transition: 0.15s ease-in-out;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li figcaption {
  font-size: 16px;
  text-align: center;
  color: #eee;
  text-decoration: none;
  transition: 0.15s ease-in-out;
  font-weight: bold;
  line-height: 1;
}
#contents.hall-of-fame-index .sec-player-rules {
  padding-bottom: 130px;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu {
  margin: 0 auto;
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
  padding-bottom: 4px;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab {
  width: 1070px;
  margin: 0 auto;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab:after {
  content: "";
  display: table;
  clear: both;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li {
  width: 260px;
  height: 70px;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li:last-child {
  margin-right: 0;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li i {
  margin-left: 0.5em;
  font-size: 13px;
  vertical-align: top;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p {
  background: #222222;
  display: block;
  height: 70px;
  border: 2px solid #ddd;
  border-bottom: none;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  color: #ddd;
  position: relative;
  overflow: hidden;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p span {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:after, #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:hover {
  color: #fff;
  border: 2px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom: none;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:hover:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:hover:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li.active p {
  color: #fff;
  border: 2px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom: none;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li.active p:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li.active p:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.hall-of-fame-index .sec-player-rules .tab-content {
  padding: 30px 0;
  margin-bottom: 50px;
  display: none;
}
#contents.hall-of-fame-index .sec-player-rules .tab-content.active {
  display: block;
}
#contents.hall-of-fame-index .sec-player-rules .tab-content .text {
  color: #ddd;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.01em;
}
#contents.hall-of-fame-index .sec-player-rules .btnType01 {
  border-top: 1px solid #333;
  padding-top: 80px;
}
#contents.hall-of-fame-index .sec-player-rules .btnType01 a {
  width: 450px;
  height: 60px;
  padding-top: 20px;
}

#contents.hall-of-fame {
  background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
}
#contents.hall-of-fame section .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.hall-of-fame section .sec-header {
  text-align: center;
  margin-bottom: 40px;
}
#contents.hall-of-fame section .sec-header span {
  display: block;
  text-shadow: none;
}
#contents.hall-of-fame section .sec-header .en {
  margin-right: 0;
  text-indent: 0.1em;
  margin-bottom: 5px;
}
#contents.hall-of-fame section .sec-header .jp {
  text-indent: 0.1em;
  color: #222;
}
#contents.hall-of-fame .sec-player-detail {
  background: #000;
  color: #eee;
  padding: 65px 0 100px;
}
#contents.hall-of-fame .sec-player-detail .directory-title {
  font-family: "Beleren";
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  color: #fff;
}
#contents.hall-of-fame .sec-player-detail .detail-area:after {
  content: "";
  display: table;
  clear: both;
}
#contents.hall-of-fame .sec-player-detail .detail-area .photo {
  width: 300px;
  box-sizing: border-box;
  border: 1px solid #606060;
  padding: 0;
  margin: 0;
  float: left;
}
#contents.hall-of-fame .sec-player-detail .detail-area .photo img {
  width: 100%;
  height: auto;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail {
  width: 820px;
  float: right;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail .name {
  margin-bottom: 25px;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail .name span {
  display: block;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail .name .jp {
  font-size: 30px;
  margin-bottom: 10px;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail .name .en {
  font-size: 18px;
  font-family: "Jockey One", sans-serif;
  color: #f55d0b;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail table {
  width: 100%;
  margin-bottom: 20px;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail table th, #contents.hall-of-fame .sec-player-detail .detail-area .detail table td {
  background: #2a2a2a;
  padding: 16px 20px;
  letter-spacing: 0.03em;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail table th {
  width: 300px;
  color: #fff;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail table tr:nth-of-type(2n) th, #contents.hall-of-fame .sec-player-detail .detail-area .detail table tr:nth-of-type(2n) td {
  background: none;
}
#contents.hall-of-fame .sec-player-detail .detail-area .detail .text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
}
#contents.hall-of-fame .sec-player-profile .inner {
  padding: 75px 0;
  border-bottom: 1px solid #ccc;
}
#contents.hall-of-fame .sec-player-profile .text-area p {
  margin-bottom: 1em;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2.25;
}
#contents.hall-of-fame .sec-player-profile .text-area p:last-child {
  margin-bottom: 0;
}
#contents.hall-of-fame .sec-player-profile .text-area p a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.hall-of-fame .sec-player-profile .text-area p a:hover {
  text-decoration: underline;
}
#contents.hall-of-fame .sec-player-record .inner {
  padding: 65px 0 100px;
  border-top: 1px solid #fff;
}
#contents.hall-of-fame .sec-player-record .table-record table {
  width: 100%;
  border: 1px solid #ccc;
}
#contents.hall-of-fame .sec-player-record .table-record table th, #contents.hall-of-fame .sec-player-record .table-record table td {
  vertical-align: top;
  padding: 25px 0;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2;
}
#contents.hall-of-fame .sec-player-record .table-record table th {
  width: 310px;
  padding-left: 35px;
  font-size: 16px;
}
#contents.hall-of-fame .sec-player-record .table-record table tr:nth-of-type(2n) {
  background: #fff;
}
#contents.hall-of-fame .sec-player-gallery {
  background: #000;
  padding-top: 80px;
  padding-bottom: 130px;
}
#contents.hall-of-fame .sec-player-gallery .sec-header .jp {
  color: #fff;
}
#contents.hall-of-fame .sec-player-gallery .slider {
  width: 66.666666666%;
  margin: 0 auto 75px;
  min-height: 450px;
  position: relative;
}
#contents.hall-of-fame .sec-player-gallery .slider img {
  width: 100%;
  height: auto;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-viewport {
  padding-right: 1px;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev,
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-color: #333;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.15s ease-in-out;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev:hover,
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev:after,
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next:after {
  position: absolute;
  top: 16px;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev {
  left: -60px;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev:after {
  left: 17px;
  border-left: 2px solid #ddd;
  border-top: 2px solid #ddd;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next {
  right: -60px;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next:after {
  left: 13px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-pager {
  text-align: center;
  padding-top: 18px;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -9999px;
  background-color: #666;
  overflow: hidden;
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
}
#contents.hall-of-fame .sec-player-gallery .slider .bx-pager .bx-pager-item a.active, #contents.hall-of-fame .sec-player-gallery .slider .bx-pager .bx-pager-item a:hover {
  background-color: #eb9b00;
}
#contents.hall-of-fame .sec-player-gallery .btn-area {
  border-top: 1px solid #333;
  border-bottom: none;
  padding: 80px 0 0;
  margin-bottom: 0;
}
#contents.hall-of-fame .sec-player-gallery .btn-area ul {
  padding: 0;
  border: none;
}

#contents.events-schedule .page-title {
  background: url(../images/events/schedule/bg-page.jpg) no-repeat center top #000;
  background-size: cover;
}
#contents.events-schedule .sec-schedule {
  margin-bottom: 150px;
}
#contents.events-schedule .sec-schedule .schedule-list {
  letter-spacing: -0.4em;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 75px;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month {
  width: 385px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 22px 55px 0;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month:nth-of-type(3n) {
  margin-right: 0;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month .title-month {
  background: #454545;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 18px 0;
  border-bottom: 1px solid #000;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul {
  background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li p, #contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl, #contents.events-schedule .sec-schedule .schedule-list .box-month ul li div {
  float: left;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li .date {
  width: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl {
  width: 220px;
  letter-spacing: 0.01em;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl dt {
  font-size: 14px;
  font-weight: bold;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl dt a {
  color: #333;
  transition: 0.15s ease-in-out;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl dt a:hover {
  text-decoration: none;
  color: #f55d0b;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl dd {
  color: #666;
  font-size: 12px;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li .icon-area {
  width: 105px;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li .icon-area:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li .icon-area span {
  width: 26px;
  float: left;
  margin-right: 4px;
}
#contents.events-schedule .sec-schedule .schedule-list .box-month ul li .icon-area span img {
  width: 100%;
  height: auto;
}
#contents.events-schedule .sec-schedule .btnType01 a {
  width: 450px;
  height: 60px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #contents.hall-of-fame-index .page-title {
    background: url(/assets/images/events/hall_of_fame/index/bg-page-sp.jpg) center top #000;
    background-size: 100% auto;
  }
  #contents.hall-of-fame-index section .inner {
    width: 100%;
  }
  #contents.hall-of-fame-index section .sec-header {
    text-align: center;
    margin-bottom: 50px;
  }
  #contents.hall-of-fame-index section .sec-header h2 span {
    display: block;
  }
  #contents.hall-of-fame-index section .sec-header h2 .en {
    margin-right: 0;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-menu {
    margin: 0 0 0 0;
    padding: 0 4.35%;
    box-sizing: border-box;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: relative;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-menu .tab {
    width: auto;
    display: flex;
    justify-content: safe left;
    -webkit-justify-content: safe left;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-menu .tab li {
    width: auto;
    font-size: 14px;
    margin: 0 4.5px 0 0;
    padding: 15px 23.5px;
    border: 1px solid #666;
    position: relative;
    z-index: 1;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-menu .tab li.active, #contents.hall-of-fame-index .sec-player-profile .tab-menu .tab li:hover {
    color: #eb9b00;
    background: #000;
    border: 1px solid #666;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-menu .tab li.active {
    border-bottom-color: #000;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-content {
    border-top: 1px solid #666;
    width: 100%;
    margin-top: -1px;
    padding-top: 20px;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-content h3 {
    width: 92%;
    font-size: 19px;
    margin: 0 auto 15px;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-content .player-list {
    width: 92%;
    margin: 0 auto;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li {
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li:nth-of-type(5n) {
    margin-right: 2%;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li a:hover figure {
    border-color: #414141;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li a:hover figcaption {
    color: #eee;
  }
  #contents.hall-of-fame-index .sec-player-profile .tab-content .player-list li figcaption {
    font-size: 13px;
  }
  #contents.hall-of-fame-index .sec-player-rules {
    padding-bottom: 75px;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu {
    width: 100%;
    margin-bottom: 0;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab {
    width: 92%;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li {
    width: 24%;
    height: auto;
    margin-right: 1.3%;
    font-size: 10px;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li:last-child {
    margin-right: 0;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li i {
    margin: 0;
    display: block;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li strong {
    display: block;
    font-size: 14px;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p {
    font-size: 14px;
    height: 55px;
    line-height: 1.2;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:before, #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:after {
    display: none;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li p:hover {
    border: 2px solid #ddd;
    border-bottom: none;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-menu .tab li.active p {
    border: 2px solid #f37e0a;
    border-right-color: #da2b10;
    border-bottom: none;
    background: rgb(243, 126, 10);
    background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
    background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-content {
    padding: 20px 0;
    margin-bottom: 25px;
  }
  #contents.hall-of-fame-index .sec-player-rules .tab-content .text {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
  }
  #contents.hall-of-fame-index .sec-player-rules .btnType01 {
    width: 92%;
    margin: 0 auto;
    padding-top: 35px;
  }
  #contents.hall-of-fame-index .sec-player-rules .btnType01 a {
    width: 92.75%;
    height: 50px;
    padding-top: 16px;
  }
  #contents.hall-of-fame {
    background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
    background-size: 50px 50px;
  }
  #contents.hall-of-fame section .inner {
    width: 92%;
  }
  #contents.hall-of-fame section .sec-header {
    text-align: center;
    margin-bottom: 25px;
  }
  #contents.hall-of-fame section .sec-header .en {
    text-indent: 0.05em;
    margin-bottom: 5px;
  }
  #contents.hall-of-fame section .sec-header .jp {
    text-indent: 0.05em;
  }
  #contents.hall-of-fame .sec-player-detail {
    padding: 35px 0 40px;
  }
  #contents.hall-of-fame .sec-player-detail .directory-title {
    font-size: 19px;
  }
  #contents.hall-of-fame .sec-player-detail .detail-area .photo {
    width: 58%;
    padding: 0;
    margin: 0 auto 20px;
    float: none;
  }
  #contents.hall-of-fame .sec-player-detail .detail-area .detail {
    width: 100%;
    float: none;
  }
  #contents.hall-of-fame .sec-player-detail .detail-area .detail .name {
    text-align: center;
    margin-bottom: 20px;
  }
  #contents.hall-of-fame .sec-player-detail .detail-area .detail .name span {
    text-indent: 0.06em;
  }
  #contents.hall-of-fame .sec-player-detail .detail-area .detail .name .jp {
    font-size: 19px;
    margin-bottom: 5px;
  }
  #contents.hall-of-fame .sec-player-detail .detail-area .detail .name .en {
    font-size: 13px;
  }
  #contents.hall-of-fame .sec-player-detail .detail-area .detail table th, #contents.hall-of-fame .sec-player-detail .detail-area .detail table td {
    padding: 10px;
    font-size: 13px;
  }
  #contents.hall-of-fame .sec-player-detail .detail-area .detail table th {
    width: 45%;
  }
  #contents.hall-of-fame .sec-player-detail .detail-area .detail .text {
    font-size: 13px;
    line-height: 1.8;
  }
  #contents.hall-of-fame .sec-player-profile .inner {
    padding: 35px 0;
  }
  #contents.hall-of-fame .sec-player-profile .text-area p {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.7;
  }
  #contents.hall-of-fame .sec-player-profile .text-area p a:hover {
    text-decoration: none;
  }
  #contents.hall-of-fame .sec-player-record .inner {
    padding: 35px 0 45px;
  }
  #contents.hall-of-fame .sec-player-record .table-record table {
    width: 100%;
  }
  #contents.hall-of-fame .sec-player-record .table-record table th, #contents.hall-of-fame .sec-player-record .table-record table td {
    vertical-align: top;
    padding: 15px;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    display: block;
    box-sizing: border-box;
  }
  #contents.hall-of-fame .sec-player-record .table-record table th {
    width: 100%;
    font-size: 14px;
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  #contents.hall-of-fame .sec-player-record .table-record table td {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #contents.hall-of-fame .sec-player-record .table-record table tr:nth-of-type(2n) {
    background: #fff;
  }
  #contents.hall-of-fame .sec-player-gallery {
    padding-top: 35px;
    padding-bottom: 65px;
  }
  #contents.hall-of-fame .sec-player-gallery .inner {
    width: 100%;
    overflow: hidden;
  }
  #contents.hall-of-fame .sec-player-gallery .slider {
    width: 100%;
    margin: 0 auto 30px;
    min-height: inherit;
  }
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev,
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev:hover,
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next:hover {
    background-color: #333;
    box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev:after,
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next:after {
    top: 18px;
    width: 10px;
    height: 10px;
  }
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev {
    left: -6%;
  }
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-prev:after {
    left: 31px;
  }
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next {
    right: -6%;
  }
  #contents.hall-of-fame .sec-player-gallery .slider .bx-controls-direction .bx-next:after {
    left: 8px;
  }
  #contents.hall-of-fame .sec-player-gallery .slider .bx-pager {
    padding-top: 14px;
  }
  #contents.hall-of-fame .sec-player-gallery .slider .bx-pager .bx-pager-item a:hover {
    background-color: #666;
  }
  #contents.hall-of-fame .sec-player-gallery .btn-area {
    width: 92%;
    margin: 0 auto;
    padding: 33px 0 0;
  }
  #contents.hall-of-fame .sec-player-gallery .btn-area ul {
    padding: 0;
    border: none;
  }
  #contents.events-schedule .page-title {
    background: url(../images/events/schedule/bg-page-sp.jpg) no-repeat center top #000;
    background-size: 100% auto;
  }
  #contents.events-schedule .sec-schedule {
    margin-bottom: 55px;
  }
  #contents.events-schedule .sec-schedule .schedule-list {
    letter-spacing: normal;
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month {
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month:last-child {
    margin-bottom: 0;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month .title-month {
    font-size: 16px;
    padding: 14px 0;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul {
    background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
    background-size: 50px 50px;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul li {
    padding: 12px 0 10px;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul li .date {
    width: 16%;
    font-size: 14px;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl {
    width: 60%;
    letter-spacing: 0.01em;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl dt {
    font-size: 13px;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl dt a {
    color: #333;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl dt a:hover {
    text-decoration: underline;
    color: #333;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul li dl dd {
    font-size: 10px;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul li .icon-area {
    width: 24%;
  }
  #contents.events-schedule .sec-schedule .schedule-list .box-month ul li .icon-area span {
    width: 29%;
    margin-right: 2%;
  }
  #contents.events-schedule .sec-schedule .btnType01 a {
    width: 92.75%;
    height: 50px;
    padding-top: 16px;
  }
}
#contents.events-about-events .page-title {
  background: url(/assets/images/events/about/bg-page.jpg) no-repeat center top #000;
  background-size: cover;
}
#contents.events-about-events .sec-about-events {
  margin-bottom: 60px;
}
#contents.events-about-events .sec-about-events .lead {
  font-size: 16px;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  color: #eee;
  line-height: 2.25;
  text-align: center;
  margin-bottom: 60px;
}
#contents.events-about-events .sec-about-events .img {
  margin: 0;
  padding: 0;
}
#contents.events-about-events .sec-about-events-type {
  margin-bottom: 150px;
}
#contents.events-about-events .sec-about-events-type .lead {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#contents.events-about-events .sec-about-events-type .lead strong {
  display: block;
  color: #f55d0b;
  font-size: 26px;
}
#contents.events-about-events .sec-about-events-type .events-type {
  background: url(../images/common/bg-dotted-line.png) repeat-x top #2a2a2a;
  padding: 27px 0 13px;
  text-align: center;
  margin-bottom: 50px;
}
#contents.events-about-events .sec-about-events-type .events-type .text {
  font-size: 16px;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  color: #eee;
  line-height: 1.6;
  margin-bottom: 30px;
}
#contents.events-about-events .sec-about-events-type .events-type .text-last {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  padding-top: 25px;
  margin-bottom: 30px;
}
#contents.events-about-events .sec-about-events-type .events-type .text-last strong {
  font-size: 26px;
  display: block;
  color: #f55d0b;
}
#contents.events-about-events .sec-about-events-type .events-type ul {
  width: 1150px;
  margin: 0 auto;
}
#contents.events-about-events .sec-about-events-type .events-type ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.events-about-events .sec-about-events-type .events-type ul li {
  width: 280px;
  float: left;
  margin: 0 10px 10px 0;
}
#contents.events-about-events .sec-about-events-type .events-type ul li:nth-of-type(4n) {
  margin-right: 0;
}
#contents.events-about-events .sec-about-events-type .events-type ul li.long {
  width: 400px;
}
#contents.events-about-events .sec-about-events-type .events-type ul li a {
  width: 100%;
  height: 60px;
  border-width: 1px;
  font-size: 16px;
  padding: 20px 0 0 0;
}
#contents.events-about-events .sec-about-events-type .events-type ul li a i {
  font-size: 14px;
  color: #eb9b00;
  margin-left: 0.5em;
}
#contents.events-about-events .sec-about-events-type .events-type ul li a:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #contents.events-about-events .page-title {
    background: url(/assets/images/events/about/bg-page-sp.jpg) center top #000;
    background-size: 100% auto;
    margin-bottom: 30px;
  }
  #contents.events-about-events .page-title h1 span {
    display: block;
  }
  #contents.events-about-events .sec-about-events {
    margin-bottom: 25px;
  }
  #contents.events-about-events .sec-about-events .lead {
    font-size: 14px;
    text-indent: 0;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px;
  }
  #contents.events-about-events .sec-about-events-type {
    margin-bottom: 80px;
  }
  #contents.events-about-events .sec-about-events-type .lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #contents.events-about-events .sec-about-events-type .lead strong {
    font-size: 17px;
  }
  #contents.events-about-events .sec-about-events-type .events-type {
    background: url(../images/common/bg-dotted-line.png) repeat-x top #2a2a2a;
    padding: 27px 0 20px;
    margin-bottom: 25px;
  }
  #contents.events-about-events .sec-about-events-type .events-type .text {
    width: 92%;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  #contents.events-about-events .sec-about-events-type .events-type .text-last {
    width: 92%;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 20px;
    margin: 0 auto;
  }
  #contents.events-about-events .sec-about-events-type .events-type .text-last strong {
    font-size: 17px;
    line-height: 1.3;
    display: block;
    color: #f55d0b;
  }
  #contents.events-about-events .sec-about-events-type .events-type ul {
    width: 92%;
    margin: 0 auto;
  }
  #contents.events-about-events .sec-about-events-type .events-type ul li {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
  #contents.events-about-events .sec-about-events-type .events-type ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  #contents.events-about-events .sec-about-events-type .events-type ul li:last-child {
    margin-bottom: 0;
  }
  #contents.events-about-events .sec-about-events-type .events-type ul li.long {
    width: 100%;
  }
  #contents.events-about-events .sec-about-events-type .events-type ul li a {
    width: 100%;
    height: 50px;
    font-size: 13px;
    text-align: left;
    padding: 17px 0 0 14px;
  }
  #contents.events-about-events .sec-about-events-type .events-type ul li a i {
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #eb9b00;
    margin-left: 0;
  }
  #contents.events-about-events .sec-about-events-type .events-type ul li a span {
    width: 100%;
    display: block;
  }
  #contents.events-about-events .sec-about-events-type .events-type ul li a:hover i {
    color: #eb9b00;
  }
}
/* ----------------------------------------------------------------------------------------

	world _world.scss

---------------------------------------------------------------------------------------- */
#contents.world-index .bg-sp {
  display: none !important;
}
#contents.world-index .sec-top {
  background: url(/assets/images/world/bg-sec1.jpg) no-repeat center top;
  background-size: cover;
  height: calc(100vh - 60px);
  min-height: 600px;
  color: #fff;
  position: relative;
}
#contents.world-index .sec-top .inner {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
}
#contents.world-index .sec-top .page-title {
  padding-top: 0;
  margin-bottom: 60px;
}
#contents.world-index .sec-top .page-title h1:before {
  content: "WORLD OF MAGIC";
}
#contents.world-index .sec-top .lead {
  text-align: center;
  margin-bottom: 60px;
}
#contents.world-index .sec-top .lead .img {
  margin-bottom: 10px;
}
#contents.world-index .sec-top .lead .en {
  font-size: 28px;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-shadow: 0px 0px 5px #000000, 0px 0px 10px rgba(0, 0, 0, 0.75);
}
#contents.world-index .sec-top .text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  color: #eee;
  text-align: center;
}
#contents.world-index .sec-world {
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 550px;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
}
#contents.world-index .sec-world .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#contents.world-index .sec-world .bg video {
  width: 100%;
  height: auto;
}
#contents.world-index .sec-world .inner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
#contents.world-index .sec-world .text-area {
  width: 71.428571428%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#contents.world-index .sec-world .text-area h2 {
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
#contents.world-index .sec-world .text-area h2 strong, #contents.world-index .sec-world .text-area h2 small {
  text-shadow: 0px 0px 5px #000000, 0px 0px 10px rgba(0, 0, 0, 0.75);
  display: block;
  line-height: 1;
}
#contents.world-index .sec-world .text-area h2 strong {
  font-size: 50px;
}
#contents.world-index .sec-world .text-area h2 small {
  font-size: 18px;
}
#contents.world-index .sec-world .text-area h2 .en {
  font-family: "Crimson Text", serif;
  color: #f55d0b;
}
#contents.world-index .sec-world .text-area h2 small.en {
  margin-bottom: 10px;
}
#contents.world-index .sec-world .text-area h2 .jp {
  color: #fff;
  font-weight: bold;
}
#contents.world-index .sec-world .text-area .text {
  color: #eee;
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 40px;
  letter-spacing: 0.01em;
}
#contents.world-index .sec-world .text-area .btnType01 a {
  margin: 0;
}
#contents.world-index .sec03 {
  /*アニメーション*/
  /*アニメーション*/
}
#contents.world-index .sec03 .text-area {
  text-align: right;
}
#contents.world-index .sec03 .text-area h2 {
  margin-right: -0.1em;
}
#contents.world-index .sec03 .text-area .text {
  margin-right: -0.01em;
}
#contents.world-index .sec03 .text-area .btnType01 {
  float: right;
}
#contents.world-index .sec03 .slide {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
#contents.world-index .sec03 .slide div {
  animation: show 16s infinite;
  -webkit-animation: show 16s infinite;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#contents.world-index .sec03 .slide div:nth-of-type(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
#contents.world-index .sec03 .slide div:nth-of-type(2) {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}
#contents.world-index .sec03 .slide div:nth-of-type(3) {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}
#contents.world-index .sec03 .slide div:nth-of-type(4) {
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
}
#contents.world-index .sec03 .slide div.slide1 {
  background-image: url(/assets/images/world/slide1.jpg);
}
#contents.world-index .sec03 .slide div.slide2 {
  background-image: url(/assets/images/world/slide2.jpg);
}
#contents.world-index .sec03 .slide div.slide3 {
  background-image: url(/assets/images/world/slide3.jpg);
}
#contents.world-index .sec03 .slide div.slide4 {
  background-image: url(/assets/images/world/slide4.jpg);
}
@keyframes show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
#contents.world-index .world-last {
  height: 669px;
  background: url(/assets/images/world/bg-sec4.jpg) no-repeat center top;
  background-size: cover;
}
#contents.world-index .world-last .inner {
  width: 460px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#contents.world-index .world-last .inner h2 {
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}
#contents.world-index .world-last .inner h2 strong, #contents.world-index .world-last .inner h2 small {
  text-shadow: 0px 0px 5px #000000, 0px 0px 10px rgba(0, 0, 0, 0.75);
  display: block;
  line-height: 1;
}
#contents.world-index .world-last .inner h2 strong {
  font-size: 50px;
}
#contents.world-index .world-last .inner h2 small {
  font-size: 18px;
}
#contents.world-index .world-last .inner h2 .en {
  font-family: "Crimson Text", serif;
  color: #f55d0b;
}
#contents.world-index .world-last .inner h2 small.en {
  margin-bottom: 10px;
}
#contents.world-index .world-last .inner h2 .jp {
  color: #fff;
  font-weight: bold;
}
#contents.world-index .world-last .inner .text-area {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #contents.world-index .bg-pc {
    display: none !important;
  }
  #contents.world-index .sec-top {
    background: url(../images/world/bg-sec1-sp.jpg) no-repeat top center;
    background-size: 100% auto;
    height: 100%;
    min-height: 100%;
  }
  #contents.world-index .sec-top .inner {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin: 0 auto;
    padding: 14% 0px 10%;
  }
  #contents.world-index .sec-top .page-title {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  #contents.world-index .sec-top .page-title h1 {
    font-size: 38px;
  }
  #contents.world-index .sec-top .page-title h1:before {
    font-size: 38px;
  }
  #contents.world-index .sec-top .lead {
    text-align: center;
    margin-bottom: 20px;
  }
  #contents.world-index .sec-top .lead .img {
    width: 75.733333333%;
    margin: 0 auto 5px;
  }
  #contents.world-index .sec-top .lead .en {
    font-size: 15px;
  }
  #contents.world-index .sec-top .text {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    text-indent: 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  #contents.world-index .sec-top .page-title h1 {
    font-size: 32px;
  }
  #contents.world-index .sec-top .page-title h1:before {
    font-size: 32px;
  }
  #contents.world-index .sec-top .page-title small {
    font-size: 12px;
  }
  #contents.world-index .sec-top .lead .en {
    font-size: 12px;
  }
  #contents.world-index .sec-top .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contents.world-index .sec-world {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
  }
  #contents.world-index .sec-world .bg {
    display: none;
  }
  #contents.world-index .sec-world .inner {
    width: 92%;
    position: relative;
    margin: 4% auto;
  }
  #contents.world-index .sec-world .text-area {
    width: 83.768115942%;
    max-width: 83.768115942%;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin: 0 auto;
    padding: 45px 0;
  }
  #contents.world-index .sec-world .text-area h2 {
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  #contents.world-index .sec-world .text-area h2 strong {
    font-size: 30px;
  }
  #contents.world-index .sec-world .text-area h2 small {
    font-size: 14px;
  }
  #contents.world-index .sec-world .text-area h2 small.en {
    font-size: 12px;
  }
  #contents.world-index .sec-world .text-area .text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
  }
  #contents.world-index .sec-world .text-area .btnType01 a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  #contents.world-index .sec-world .text-area h2 strong {
    font-size: 24px;
  }
  #contents.world-index .sec-world .text-area h2 small {
    font-size: 12px;
  }
  #contents.world-index .sec-world .text-area h2 small.en {
    font-size: 10px;
  }
  #contents.world-index .sec-world .text-area .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contents.world-index .sec02 {
    background: url(../images/world/bg-sec2-sp.jpg) no-repeat 0 0;
    background-size: cover;
  }
  #contents.world-index .sec03 {
    background: url(../images/world/bg-sec3-sp.jpg) no-repeat 0 0;
    background-size: cover;
  }
  #contents.world-index .sec03 .text-area {
    text-align: center;
  }
  #contents.world-index .sec03 .text-area h2 {
    margin-right: 0;
  }
  #contents.world-index .sec03 .text-area .text {
    margin-right: 0;
    text-align: left;
  }
  #contents.world-index .sec03 .text-area .btnType01 {
    float: none;
  }
  #contents.world-index .world-last {
    height: 100%;
    background: none;
  }
  #contents.world-index .world-last .bg-sp {
    display: block !important;
  }
  #contents.world-index .world-last .inner {
    width: 100%;
  }
  #contents.world-index .world-last .inner h2 {
    margin-bottom: 30px;
  }
  #contents.world-index .world-last .inner h2 strong {
    font-size: 30px;
  }
  #contents.world-index .world-last .inner h2 small {
    font-size: 14px;
  }
  #contents.world-index .world-last .inner h2 small.en {
    font-size: 12px;
  }
  #contents.world-index .world-last .inner .text-area {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  #contents.world-index .world-last .inner h2 strong {
    font-size: 24px;
  }
  #contents.world-index .world-last .inner h2 small {
    font-size: 12px;
  }
  #contents.world-index .world-last .inner h2 small.en {
    font-size: 10px;
  }
}
/* ----------------------------------------------------------------------------------------

	products _products.scss

---------------------------------------------------------------------------------------- */
#contents.products-detail .sec-products-pack-info .inner .area-pack-list .pack-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

#contents.products-index .sec-products-top {
  background-image: url(/assets/images/products/dominaria/bg-kv.jpg);
}
#contents.products-index .sec-products-pack-info {
  background-image: url(/assets/images/products/dominaria/bg-product.jpg);
}
@media screen and (max-width: 768px) {
  #contents.products-index .sec-products-top {
    background-image: url(/assets/images/products/dominaria/bg-kv-sp.jpg);
  }
}

#contents.products-index.up0618 .sec-products-top {
  background-image: url(/assets/images/products/lci/bg-kv.jpg?202204);
}
#contents.products-index.up0618 .sec-products-pack-info {
  background-image: url(/assets/images/products/lci/bg-product.png?1209);
}
@media screen and (max-width: 768px) {
  #contents.products-index.up0618 .sec-products-pack-info {
    background-image: url("/assets/images/products/lci/bg-product-sp.png?1209");
    background-size: 100vw 304vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-position: bottom;
  }
}
@media screen and (max-width: 768px) {
  #contents.products-index.up0618 .sec-products-top {
    background-image: url(/assets/images/products/lci/bg-kv-sp.jpg?0917);
  }
}
#contents.products-index.up0618 .sec-products-top {
  padding-top: 136px;
}
@media screen and (max-width: 768px) {
  #contents.products-index.up0618 .sec-products-top {
    background-size: 100% auto;
    padding: 81% 0 40px;
    min-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents.products-index.up0618 .sec-products-top .inner {
    width: 100%;
  }
}
#contents.products-index.up0618 .sec-products-top .inner .text-area h1 {
  width: 360px;
  margin-left: 103px;
}
#contents.products-index.up0618 .sec-products-top .inner .text-area .date-area {
  width: 470px;
  background: rgba(0, 0, 0, 0.8);
  margin-left: 45px;
  text-align: center;
  padding: 2px 0 8px 0;
  margin-bottom: 30px;
  margin-top: 0px;
}
#contents.products-index.up0618 .sec-products-top .inner .text-area .date-area .release-date {
  font-size: 47px;
}
#contents.products-index.up0618 .sec-products-top .inner .text-area .date-area .release-date strong {
  font-size: 64px;
  font-weight: normal;
  margin-right: 0.1em;
}
@media screen and (max-width: 768px) {
  #contents.products-index.up0618 .sec-products-top .inner .text-area h1 {
    width: 46%;
    margin: 11px auto 5px;
  }
  #contents.products-index.up0618 .sec-products-top .inner .text-area .date-area {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    background: none;
  }
  #contents.products-index.up0618 .sec-products-top .inner .text-area .date-area .release-date {
    font-size: 28px;
    line-height: 1;
  }
  #contents.products-index.up0618 .sec-products-top .inner .text-area .date-area .release-date strong {
    font-size: 38px;
  }
  #contents.products-index.up0618 .sec-products-top .inner .text-area .date-area .pre-release-date {
    font-size: 9px;
  }
  #contents.products-index.up0618 .sec-products-top .inner .text-area .date-area .pre-release-date strong {
    font-size: 14px;
  }
}

#contents.products-page .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.products-page .inner.wide {
  width: 1520px;
}
#contents.products-page .release-notice {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 40px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #contents.products-page .release-notice {
    width: 86.9%;
    line-height: 1.6em;
    padding-top: 0vw;
    padding-bottom: 13vw;
  }
}
#contents.products-page .sec-products-pack-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  /*********************************************
   * 0531更新.
   *********************************************/
}
@media screen and (max-width: 768px) {
  #contents.products-page .sec-products-pack-info .inner.product-top {
    width: 100%;
  }
}
#contents.products-page .sec-products-pack-info .area-pack-list-0531 {
  position: relative;
  width: 1060px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  background-color: rgba(30, 30, 30, 0.8);
}
#contents.products-page .sec-products-pack-info .area-pack-list-0531.new::before {
  content: " ";
  background-image: url("/assets/images/products/icon-new.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
}
#contents.products-page .sec-products-pack-info .area-pack-list-0531 div.inner {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  width: 1130px;
  height: 327px;
}
#contents.products-page .sec-products-pack-info .area-pack-list-0531 div.inner p.text {
  width: 264px;
}
#contents.products-page .sec-products-pack-info .area-pack-list-0531 div.inner p.text span.title {
  font-size: 20px;
  font-weight: bold;
  color: #f55d0b;
  display: block;
  margin-bottom: 15px;
}
#contents.products-page .sec-products-pack-info .area-pack-list-0531 div.inner p.text span.spec {
  font-size: 13px;
  line-height: 24px;
  color: #dddddd;
}
#contents.products-page .sec-products-pack-info .area-pack-list-0531 div.inner figure {
  margin: 0;
  position: relative;
  bottom: 40px;
}
#contents.products-page .sec-products-pack-info .area-pack-list-0531 div.inner figure:last-child {
  margin-left: -40px;
}
@media screen and (min-width: 1168px) {
  #contents.products-page .sec-products-pack-info .area-pack-list .pack-list {
    display: flex;
    justify-content: center;
  }
  #contents.products-page .sec-products-pack-info .area-pack-list .pack-list:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1167px) {
  #contents.products-page .sec-products-pack-info .area-pack-list .pack-list {
    display: flex;
    justify-content: center;
  }
  #contents.products-page .sec-products-pack-info .area-pack-list .pack-list:nth-child(2) {
    margin-top: 30px;
  }
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list li .img {
  position: relative;
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list li .img.new:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(/assets/images/products/icon-new.png) no-repeat 0 0;
  background-size: 50px 50px;
  position: absolute;
  left: 0;
  top: 0;
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list li .img.new span {
  display: none;
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list li .img.begginer span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #03998d transparent transparent transparent;
  z-index: 1;
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list li .img.begginer span:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(/assets/images/events/icon-level1.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 3px;
  top: -48px;
  z-index: 2;
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list li .img.new.begginer span {
  left: 35px;
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list li dt {
  font-size: 19px;
  color: #f55d0b;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  font-weight: bold;
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list li dd {
  font-size: 13px;
  color: #ddd;
  letter-spacing: 0.01em;
}
#contents.products-page .sec-products-pack-info .area-pack-list .pack-list li dd li {
  text-indent: -1em;
  padding-left: 1em;
}

#contents.products-index {
  background: #000;
}
#contents.products-index .products-header {
  background: #171717;
  border-bottom: 2px solid #000;
}
#contents.products-index .products-header .page-title {
  padding-top: 70px;
  margin-bottom: 20px;
  text-align: left;
}
#contents.products-index .products-header .page-title h1 {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-indent: 0;
  vertical-align: middle;
}
#contents.products-index .products-header .page-title h1:before {
  content: "PRODUCTS";
  font-size: 24px;
  letter-spacing: 0.1em;
  text-indent: 0;
}
#contents.products-index .products-header .page-title small {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 0.5em;
}
#contents.products-index .products-header .products-nav ul {
  margin: 0 auto;
}
#contents.products-index .products-header .products-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-index .products-header .products-nav ul li {
  width: 190px;
  height: 54px;
  float: left;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
#contents.products-index .products-header .products-nav ul li:last-child {
  margin-right: 0;
}
#contents.products-index .products-header .products-nav ul li i {
  margin-left: 0.5em;
  font-size: 13px;
  vertical-align: top;
}
#contents.products-index .products-header .products-nav ul li a {
  background: #000;
  display: block;
  height: 54px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  margin-left: -2px;
  color: #ddd;
  position: relative;
  overflow: hidden;
}
#contents.products-index .products-header .products-nav ul li a p {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transform: translateY(-50%);
}
#contents.products-index .products-header .products-nav ul li a:after, #contents.products-index .products-header .products-nav ul li a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 80px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.products-index .products-header .products-nav ul li a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.products-index .products-header .products-nav ul li a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.products-index .products-header .products-nav ul li a.this-page, #contents.products-index .products-header .products-nav ul li a:hover {
  color: #fff;
}
#contents.products-index .products-header .products-nav ul li a.this-page:after, #contents.products-index .products-header .products-nav ul li a:hover:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-index .products-header .products-nav ul li a.this-page:before, #contents.products-index .products-header .products-nav ul li a:hover:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-index .products-header .products-nav ul li a.this-page {
  border: none;
  margin-left: 0;
}
#contents.products-index .products-header .products-nav ul .nav-gallery {
  float: right;
  margin-left: 0;
}
#contents.products-index .sec-products-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 60px;
  min-height: 880px;
  position: relative;
}
#contents.products-index .sec-products-top .inner {
  width: 86%;
  margin: 0 auto;
}
#contents.products-index .sec-products-top .inner .text-area {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #contents.products-index .sec-products-top .inner .text-area {
    padding-top: 0;
  }
}
#contents.products-index .sec-products-top .inner .text-area h1 {
  width: 495px;
  margin-bottom: 24px;
}
#contents.products-index .sec-products-top .inner .text-area h1 img {
  width: 100%;
  height: auto;
}
#contents.products-index .sec-products-top .inner .text-area .date-area {
  width: 370px;
  background: rgba(0, 0, 0, 0.8);
  margin-left: 60px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 30px;
}
#contents.products-index .sec-products-top .inner .text-area .date-area .release-date {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-family: "Jockey One", sans-serif;
  color: #f55d0b;
  font-size: 35px;
  line-height: 1;
}
#contents.products-index .sec-products-top .inner .text-area .date-area .release-date strong {
  font-size: 47px;
  margin-right: 0.25em;
}
#contents.products-index .sec-products-top .inner .text-area .date-area .pre-release-date {
  font-size: 15px;
  color: #fff;
}
#contents.products-index .sec-products-top .inner .text-area .date-area .pre-release-date strong {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-left: 0.25em;
  font-family: "Jockey One", sans-serif;
}
#contents.products-index .sec-products-top .inner .text-area .movie {
  width: 410px;
  margin-left: 14px;
}
#contents.products-index .sec-products-top .inner .text-area .movie img.thumb {
  width: 100%;
  height: auto;
  border: 3px solid #000;
}
#contents.products-index .sec-products-top .inner .text-area .movie span {
  display: block;
  text-align: center;
  padding: 3px 0 6px 0;
  font-family: "Jockey One", sans-serif;
  font-size: 16px;
}
#contents.products-index .sec-products-top .inner .text-area .movie .watchTrailerBox {
  width: 500px;
  height: 160px;
  margin-left: 103px;
}
#contents.products-index .sec-products-top .inner .text-area .movie .watchTrailerBox div:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #contents.products-index .sec-products-top .inner .text-area .movie .watchTrailerBox {
    margin-top: 6vw;
    margin-left: 0;
  }
}
#contents.products-index .sec-products-top .inner .text-area .movie .trailerBox {
  width: 310px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  box-shadow: 0px 0px 0px 0px #ff5400;
  -moz-box-shadow: 0px 0px 0px 0px #ff5400;
  -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.2s ease-in-out;
}
#contents.products-index .sec-products-top .inner .text-area .movie .trailerBox:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff5400;
  -moz-box-shadow: 0px 0px 18px 1px #ff5400;
  -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
}
#contents.products-index .sec-products-top .inner .text-area .movie .watchTrailer {
  box-sizing: border-box;
  cursor: pointer;
}
#contents.products-index .sec-products-top .inner .text-area .movie .catch {
  width: 403px;
  margin-top: 23px;
}
#contents.products-index .sec-products-top .inner .link-product {
  width: 220px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -110px;
}
#contents.products-index .sec-products-top .inner .link-product a {
  width: 100%;
}
#contents.products-index .sec-products-pack-info {
  padding: 50px 0 60px;
}
#contents.products-index .sec-products-pack-info .area-pack-list {
  /* margin-bottom: 90px;*/
}
#contents.products-index .sec-products-pack-info .area-pack-list .pack-list:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-index .sec-products-pack-info .area-pack-list .pack-list li {
  width: 285px;
  float: left;
  margin-right: 20px;
}
#contents.products-index .sec-products-pack-info .area-pack-list .pack-list li:nth-of-type(5n) {
  margin-right: 0;
}
#contents.products-index .sec-products-pack-info .area-pack-list .pack-list li .img {
  background: #2a2a2a;
  margin-bottom: 20px;
}
#contents.products-index .sec-products-pack-info .area-pack-list.pack3 .pack-list {
  width: 956px;
  margin: 0 auto;
}
#contents.products-index .sec-products-pack-info .area-pack-list.pack3 .pack-list li {
  margin-right: 50px;
}
#contents.products-index .sec-products-pack-info .area-pack-list.pack3 .pack-list li:nth-of-type(3n) {
  margin-right: 0;
}
#contents.products-index .sec-products-pack-info .slider {
  width: 90%;
  margin: 0 auto;
  min-height: 400px;
  position: relative;
}
#contents.products-index .sec-products-pack-info .slider .bx-viewport {
  padding-right: 2px;
}
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev,
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-color: #333;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: none;
  transition: 0.15s ease-in-out;
}
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev:hover,
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
}
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev:after,
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next:after {
  position: absolute;
  top: 16px;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev {
  left: -60px;
}
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev:after {
  left: 17px;
  border-left: 2px solid #ddd;
  border-top: 2px solid #ddd;
}
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next {
  right: -60px;
}
#contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next:after {
  left: 13px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#contents.products-index .sec-products-pack-info .slider .bx-pager {
  text-align: center;
  padding-top: 18px;
}
#contents.products-index .sec-products-pack-info .slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
#contents.products-index .sec-products-pack-info .slider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -9999px;
  background-color: #666;
  overflow: hidden;
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
}
#contents.products-index .sec-products-pack-info .slider .bx-pager .bx-pager-item a.active, #contents.products-index .sec-products-pack-info .slider .bx-pager .bx-pager-item a:hover {
  background-color: #eb9b00;
}
#contents.products-index .sec-products-pack-info .box {
  margin-right: 50px;
  width: 100%;
  display: table;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(34, 34, 34) 100%);
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(34, 34, 34) 100%);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(34, 34, 34) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#222222",GradientType=0 );
  border: 1px solid #333;
}
#contents.products-index .sec-products-pack-info .box a {
  text-decoration: none;
}
#contents.products-index .sec-products-pack-info .box a:hover .btnType01 span {
  color: #fff;
}
#contents.products-index .sec-products-pack-info .box a:hover .btnType01 span:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-index .sec-products-pack-info .box a:hover .btnType01 span:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-index .sec-products-pack-info .box .secLeft {
  display: table-cell;
  width: 640px;
}
#contents.products-index .sec-products-pack-info .box .secLeft img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#contents.products-index .sec-products-pack-info .box .secRight {
  display: table-cell;
  width: 438px;
  vertical-align: top;
  padding: 60px 30px 35px;
}
#contents.products-index .sec-products-pack-info .box .secRight h2 {
  color: #f55d0b;
  font-size: 26px;
  text-align: center;
  margin-bottom: 22px;
}
#contents.products-index .sec-products-pack-info .box .secRight .txt {
  font-size: 14px;
  line-height: 2.1;
  color: #fff;
  margin-bottom: 28px;
}
#contents.products-index .sec-products-archive {
  padding-top: 50px;
  padding-bottom: 100px;
}
#contents.products-index .sec-products-archive .sec-header {
  margin-bottom: 15px;
}
#contents.products-index .sec-products-archive .search-button {
  margin-bottom: 15px;
}
#contents.products-index .sec-products-archive .search-button:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-index .sec-products-archive .search-button p {
  width: 186px;
  text-align: center;
  border: 1px solid #666;
  background: #414141;
  background: -moz-linear-gradient(top, #414141 0%, #222222 50%);
  background: -webkit-linear-gradient(top, #414141 0%, #222222 50%);
  background: linear-gradient(to bottom, #414141 0%, #222222 50%);
  border-radius: 17px;
  color: #f55d0b;
  box-sizing: border-box;
  padding: 6px 0;
  cursor: pointer;
  float: right;
  box-shadow: 0px 0px 0px 0px #ff5400;
  -moz-box-shadow: 0px 0px 0px 0px #ff5400;
  -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.2s ease-in-out;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
#contents.products-index .sec-products-archive .search-button p:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff5400;
  -moz-box-shadow: 0px 0px 18px 1px #ff5400;
  -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
}
#contents.products-index .sec-products-archive .search-button p .icon img {
  width: 17px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
#contents.products-index .sec-products-archive .box-year {
  margin-bottom: 10px;
}
#contents.products-index .sec-products-archive .box-year h3 {
  color: #eb9b00;
  font-size: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  position: relative;
}
#contents.products-index .sec-products-archive .box-year h3:after {
  content: "";
  display: block;
  background: #eb9b00;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
#contents.products-index .sec-products-archive .box-year h3 span {
  background: #000;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 0.5em;
}
#contents.products-index .sec-products-archive .box-year ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-index .sec-products-archive .box-year ul li {
  width: 385px;
  float: left;
  margin-right: 22px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
#contents.products-index .sec-products-archive .box-year ul li:nth-of-type(3n) {
  margin-right: 0;
}
#contents.products-index .sec-products-archive .box-year ul li .img {
  background: #2a2a2a;
  position: relative;
  margin-bottom: 10px;
}
#contents.products-index .sec-products-archive .box-year ul li .img .thum {
  text-align: left;
}
#contents.products-index .sec-products-archive .box-year ul li .img .logo {
  width: 164px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contents.products-index .sec-products-archive .box-year ul li .name {
  color: #ddd;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  font-weight: bold;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
}
#contents.products-index .sec-products-archive .box-year ul li a {
  text-decoration: none;
}
#contents.products-index .sec-products-archive .box-year ul li a:hover .name {
  color: #f55d0b;
}
#contents.products-index .sec-products-archive .year-list {
  margin-bottom: 30px;
}
#contents.products-index .sec-products-archive .year-list ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-index .sec-products-archive .year-list ul li {
  width: 90px;
  float: left;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin: 0 10px 10px 0;
}
#contents.products-index .sec-products-archive .year-list ul li:nth-of-type(12n) {
  margin-right: 0;
}
#contents.products-index .sec-products-archive .year-list ul li a {
  color: #eb9b00;
  background: #000;
  border: 1px solid #4a4a4a;
  display: block;
  padding: 11px;
  text-decoration: none;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
#contents.products-index .sec-products-archive .year-list ul li a.select, #contents.products-index .sec-products-archive .year-list ul li a:hover {
  background: #1d1d1d;
  border-color: #f55d0b;
  color: #f55d0b;
}
#contents.products-index .sec-products-archive.gallery {
  background: url(../images/products/bg-gallery.jpg) no-repeat center top;
  background-size: 100% auto;
}
#contents.products-index .sec-products-archive.gallery .search-button {
  margin-bottom: 15px;
}
#contents.products-index .sec-products-archive.gallery .search-button:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-index .sec-products-archive.gallery .search-button p {
  width: 186px;
  text-align: center;
  border: 1px solid #666;
  background: #414141;
  background: -moz-linear-gradient(top, #414141 0%, #222222 50%);
  background: -webkit-linear-gradient(top, #414141 0%, #222222 50%);
  background: linear-gradient(to bottom, #414141 0%, #222222 50%);
  border-radius: 17px;
  color: #f55d0b;
  box-sizing: border-box;
  padding: 6px 0;
  cursor: pointer;
  float: right;
  box-shadow: 0px 0px 0px 0px #ff5400;
  -moz-box-shadow: 0px 0px 0px 0px #ff5400;
  -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.2s ease-in-out;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
#contents.products-index .sec-products-archive.gallery .search-button p:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff5400;
  -moz-box-shadow: 0px 0px 18px 1px #ff5400;
  -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
}
#contents.products-index .sec-products-archive.gallery .search-button p .icon img {
  width: 17px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
#contents.products-index .sec-products-archive.gallery .archive-list h3 {
  background: #2a2a2a;
  color: #eee;
  font-weight: bold;
  font-size: 18px;
  padding-left: 9px;
  position: relative;
  padding: 12px 0 12px 9px;
  margin-bottom: 25px;
}
#contents.products-index .sec-products-archive.gallery .archive-list h3:before {
  content: "";
  width: 4px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: #f55d0b;
  left: 0;
}
#contents.products-index .sec-products-archive.gallery .search-results {
  background: #000;
  border: 1px solid #333;
  margin-bottom: 40px;
}
#contents.products-index .sec-products-archive.gallery .search-results:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-index .sec-products-archive.gallery .search-results .results-text {
  color: #fff;
  float: left;
}
#contents.products-index .sec-products-archive.gallery .search-results .search-button {
  margin-bottom: 0;
}
#contents.products-index .sec-products-archive.others, #contents.products-index .sec-products-archive.gallery {
  background: #000;
}
#contents.products-index .sec-products-archive.others .page-link, #contents.products-index .sec-products-archive.gallery .page-link {
  width: 1200px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 10;
}
#contents.products-index .sec-products-archive.others .page-link ul:after, #contents.products-index .sec-products-archive.gallery .page-link ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-index .sec-products-archive.others .page-link ul li, #contents.products-index .sec-products-archive.gallery .page-link ul li {
  width: 230px;
  float: left;
  margin-right: 12.5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#contents.products-index .sec-products-archive.others .page-link ul li:nth-of-type(5n), #contents.products-index .sec-products-archive.gallery .page-link ul li:nth-of-type(5n) {
  margin-right: 0;
}
#contents.products-index .sec-products-archive.others .page-link ul li a, #contents.products-index .sec-products-archive.gallery .page-link ul li a {
  border: 1px solid #454545;
  display: block;
  padding: 13px 0;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
#contents.products-index .sec-products-archive.others .page-link ul li a:hover, #contents.products-index .sec-products-archive.gallery .page-link ul li a:hover {
  background: #1d1d1d;
  border-color: #f55d0b;
}
#contents.products-index .sec-products-archive.others .year-list, #contents.products-index .sec-products-archive.gallery .year-list {
  width: 1200px;
  margin: 0 auto;
}
#contents.products-index .sec-products-archive.others .year-list li a, #contents.products-index .sec-products-archive.gallery .year-list li a {
  color: #f55d0b;
}
#contents.products-index .sec-products-archive.others .archive-list, #contents.products-index .sec-products-archive.gallery .archive-list {
  margin-bottom: 10px;
}
#contents.products-index .sec-products-archive.result {
  background: #000;
}

#contents.products-detail {
  background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
  position: relative;
  z-index: 0;
}
#contents.products-detail .sec-detail-top {
  background: #171717;
  padding-top: 25px;
  min-width: 1200px;
}
#contents.products-detail .sec-detail-top:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-detail .sec-detail-top .img-kv {
  width: 67.5%;
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}
#contents.products-detail .sec-detail-top .img-kv img, #contents.products-detail .sec-detail-top .img-kv video {
  width: 100%;
  height: auto;
}
#contents.products-detail .sec-detail-top .img-kv video {
  display: block;
}
#contents.products-detail .sec-detail-top .detail-title {
  width: 32.5%;
  position: absolute;
  padding-top: 12%;
  top: 24px;
  left: 0;
  text-align: center;
}
#contents.products-detail .sec-detail-top .detail-title h1 {
  width: 77%;
  margin: 0 auto 40px;
}
#contents.products-detail .sec-detail-top .detail-title h1 small {
  margin-top: 10px;
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
}
#contents.products-detail .sec-detail-top .detail-title h1 img {
  width: 100%;
  height: auto;
}
#contents.products-detail .sec-detail-top .detail-title .btn-trailer a {
  width: 300px;
  font-family: "Jockey One", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding-top: 14px;
  font-weight: normal;
}
#contents.products-detail .sec-detail-top .detail-title .btn-trailer .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  vertical-align: middle;
  position: relative;
  margin-right: 0.5em;
}
#contents.products-detail .sec-detail-top .detail-title .btn-trailer .icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000000;
}
#contents.products-detail .sec-detail-story {
  padding: 50px 0;
}
#contents.products-detail .sec-detail-story h2 {
  font-size: 54px;
  color: #f55d0b;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  font-family: "Crimson Text", serif;
  line-height: 1;
  margin-bottom: 30px;
}
#contents.products-detail .sec-detail-story .text {
  width: 83%;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  line-height: 2.25;
}
#contents.products-detail .sec-detail-story hr {
  display: block;
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bbb;
}
#contents.products-detail .sec-detail-story .video {
  position: relative;
  width: 100%;
  height: 360px;
  margin: 20px 0;
  text-align: center;
}
#contents.products-detail .sec-detail-story .video iframe {
  width: 640px;
  height: 360px;
}
#contents.products-detail .sec-detail-story .writer {
  margin-bottom: 40px;
}
#contents.products-detail .sec-detail-story .writer:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-detail .sec-detail-story .writer p {
  margin-bottom: 0;
}
#contents.products-detail .sec-detail-story .writer img {
  margin: 0 0 1em 2em;
  float: right;
}
#contents.products-detail .sec-detail-story .img-area {
  line-height: 2.125;
  margin-bottom: 40px;
}
#contents.products-detail .sec-detail-story .img-area:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-detail .sec-detail-story .img-area figure {
  width: 400px;
  float: left;
  margin: 0;
  padding: 0;
}
#contents.products-detail .sec-detail-story .img-area figure img {
  margin: 0;
}
#contents.products-detail .sec-detail-story .img-area figure figcaption {
  font-size: 14px;
}
#contents.products-detail .sec-detail-story .img-area .text {
  width: 400px;
  float: right;
  font-size: 16px;
  margin-top: -0.6em;
}
#contents.products-detail .sec-detail-story .img-area.img-right figure {
  float: right;
}
#contents.products-detail .sec-detail-story .img-area.img-right .text {
  float: left;
}
#contents.products-detail .sec-detail-story h4 {
  font-size: 18px;
  color: #fff;
  padding: 14px;
  line-height: 1;
  background: #2a2a2a;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.5;
}
#contents.products-detail .sec-detail-story h4.prrhead {
  background: #f55d0b !important;
}
#contents.products-detail .sec-detail-story h4.prrhead:before {
  content: "▼";
  margin-right: 0.5em;
}
#contents.products-detail .sec-detail-story h4.prrhead.prropen:before {
  content: "▲";
}
#contents.products-detail .sec-detail-story h4#preflist {
  font-size: 16px;
  background: #666 !important;
  padding: 9px 14px;
}
#contents.products-detail .sec-detail-story .prrlist {
  display: none;
}
#contents.products-detail .sec-detail-story a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.products-detail .sec-detail-story a:hover {
  color: #007576;
}
#contents.products-detail .sec-detail-story p {
  font-size: 16px;
  margin-bottom: 2em;
}
#contents.products-detail .sec-detail-story p > img {
  margin: 0;
}
#contents.products-detail .sec-detail-story ul {
  margin-bottom: 2em;
}
#contents.products-detail .sec-detail-story ul li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
#contents.products-detail .sec-detail-story ul li:before {
  content: "・";
}
#contents.products-detail .sec-detail-story ol {
  margin-left: 1em;
}
#contents.products-detail .sec-detail-story ol li {
  font-size: 16px;
}
#contents.products-detail .sec-detail-story ol li img {
  margin: 0;
}
#contents.products-detail .sec-detail-story blockquote img {
  margin: 0;
}
#contents.products-detail .sec-detail-story button {
  background: #000;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#contents.products-detail .sec-detail-story img {
  max-width: 100%;
  height: auto;
  margin: 1em 10px 0 10px;
}
#contents.products-detail .sec-detail-story td.imtcap {
  text-align: right;
  padding: 0 10px 0 0;
}
#contents.products-detail .sec-detail-story .img-box {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 40px;
}
#contents.products-detail .sec-detail-story table.decklist {
  margin: auto;
  background: #fff;
  border: none;
  border-spacing: 0px;
  width: 100%;
  padding-top: 5px;
  margin: 10px auto 20px;
  border-bottom: 3px solid #63659c;
}
#contents.products-detail .sec-detail-story table.decklist tr.footer {
  background: url(../images/reading/deckbox2.png) no-repeat right bottom #fff;
  height: 48px;
}
#contents.products-detail .sec-detail-story table.decklist hr {
  margin: 5px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #d8d8d8;
  display: block;
}
#contents.products-detail .sec-detail-story table.decklist tr td {
  width: 33%;
  vertical-align: top;
  line-height: 1.2;
  padding: 10px 15px 5px;
  box-sizing: border-box;
}
#contents.products-detail .sec-detail-story table.decklist caption {
  font-weight: bold;
  margin-top: 0px;
  border-top: 3px solid #63659c;
  border-bottom: 3px solid #63659c;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
}
#contents.products-detail .sec-detail-story div.solidtable table {
  margin: 0.5em auto;
  border: 1px solid #999;
  background: #ffffff;
}
#contents.products-detail .sec-detail-story div.solidtable tr th {
  color: black;
  font-weight: bold;
  background-color: #c0c0c0;
  padding: 3px 6px;
  border: 1px solid #999;
}
#contents.products-detail .sec-detail-story div.solidtable tr td {
  border-style: solid none none;
  border-width: 1px;
  padding: 3px 6px;
  border-collapse: separate;
}
#contents.products-detail .sec-detail-story div.solidtable tr:nth-of-type(odd) {
  background: #f0f8ff;
}
#contents.products-detail .sec-detail-story div.CardsFan {
  position: relative;
  width: 630px;
  height: 440px;
  margin: auto;
}
#contents.products-detail .sec-detail-story img.CardsFan {
  transform-origin: center bottom;
  position: absolute;
  left: 200px;
  bottom: 100px;
}
#contents.products-detail .sec-detail-story div.CardsRow {
  position: relative;
  width: 576px;
  height: 330px;
  margin: auto;
}
#contents.products-detail .sec-detail-story .cii_w {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: 10px solid #fff;
  border-radius: 10px;
}
#contents.products-detail .sec-detail-story .cii_s {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: solid 10px silver;
  border-radius: 10px;
}
#contents.products-detail .sec-detail-story .cii_b {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: solid 10px black;
  border-radius: 10px;
}
#contents.products-detail .sec-detail-story div.CardsRow img {
  position: absolute;
  left: 0;
  top: 0;
}
#contents.products-detail .sec-detail-story div.CardsRow img:nth-child(2) {
  left: 125px;
}
#contents.products-detail .sec-detail-story div.CardsRow img:nth-child(3) {
  left: 250px;
}
#contents.products-detail .sec-detail-story div.CardsRow img:nth-child(4) {
  left: 375px;
}
#contents.products-detail .sec-detail-story h5 {
  border-left: 5px solid #f55d0b;
  padding: 5px 0 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
#contents.products-detail .sec-detail-story .ToEtable {
  background: #fff;
  margin: 0 auto 4em;
}
#contents.products-detail .sec-detail-story .ToEtable .ToEmatch {
  font-size: 13px;
  box-sizing: content-box;
}
#contents.products-detail .sec-detail-story .ToEtable .ToEmatch * {
  box-sizing: content-box;
}
#contents.products-detail .sec-detail-story div.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#contents.products-detail .sec-detail-story div.video-container iframe,
#contents.products-detail .sec-detail-story div.video-container object,
#contents.products-detail .sec-detail-story div.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents.products-detail .sec-detail-story div.shopList {
  margin-bottom: 20px;
}
#contents.products-detail .sec-detail-story div.shopList h4 {
  margin-top: 50px;
}
#contents.products-detail .sec-detail-story div.shopList p.lead {
  margin: 0 0 15px 0;
  padding: 8px 10px;
  background: #000;
  color: #fff;
}
#contents.products-detail .sec-detail-story div.shopList .tbl {
  margin: 0 0 15px;
  border: 1px solid #000;
}
#contents.products-detail .sec-detail-story div.shopList table {
  width: 100%;
  border-collapse: collapse;
}
#contents.products-detail .sec-detail-story div.shopList table th,
#contents.products-detail .sec-detail-story div.shopList table td {
  padding: 8px 10px;
  border: 1px solid #000;
  line-height: 1.5;
  font-weight: normal;
  background: #fff;
  text-align: center;
  color: #000;
}
#contents.products-detail .sec-detail-story div.shopList table th.lft,
#contents.products-detail .sec-detail-story div.shopList table td.lft {
  text-align: left;
  padding: 9px 10px 9px 10px;
}
#contents.products-detail .sec-detail-story div.shopList table th {
  background: #ccc;
  font-weight: bold;
}
#contents.products-detail .sec-detail-story div.shopList table td span {
  font-weight: bold;
}
#contents.products-detail .sec-detail-story table.decklist {
  width: 80%;
}
#contents.products-detail .sec-products-pack-info {
  background-image: url(/assets/images/products/bg-packlist.jpg);
  padding: 60px 0 10px;
}
#contents.products-detail .sec-products-pack-info .area-pack-list {
  margin-bottom: 0;
}
#contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li {
  width: 600px;
  float: left;
  margin-bottom: 40px;
}
#contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li .img {
  width: 220px;
  height: 220px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
#contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li .img img {
  width: 100%;
  height: auto;
}
#contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li dl {
  width: 285px;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
#contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li dd {
  color: #333;
}
#contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li dd li {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
#contents.products-detail .sec-products-pack-info .area-pack-list .btnType01 {
  margin-bottom: 50px;
}
#contents.products-detail .sec-products-pack-info .area-pack-list .btnType01 a {
  width: 220px;
}
#contents.products-detail .sec-more-detail-info {
  padding: 60px 0;
}
#contents.products-detail .sec-more-detail-info .box {
  margin-bottom: 55px;
}
#contents.products-detail .sec-more-detail-info .box h3 {
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #222;
  font-weight: bold;
  border-left: 4px solid #f55d0b;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 25px;
}
#contents.products-detail .sec-more-detail-info .box table {
  width: 100%;
  border: 1px solid #ccc;
}
#contents.products-detail .sec-more-detail-info .box table th, #contents.products-detail .sec-more-detail-info .box table td {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.01em;
}
#contents.products-detail .sec-more-detail-info .box table th {
  width: 290px;
  padding-right: 0;
}
#contents.products-detail .sec-more-detail-info .box table td {
  padding-left: 0;
}
#contents.products-detail .sec-more-detail-info .box table tr:nth-of-type(2n) th, #contents.products-detail .sec-more-detail-info .box table tr:nth-of-type(2n) td {
  background: none;
}
#contents.products-detail .sec-more-detail-info .box.info-set .box-inner:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-detail .sec-more-detail-info .box.info-set .box-inner div {
  width: 580px;
}
#contents.products-detail .sec-more-detail-info .box.info-set .box-inner .left {
  float: left;
}
#contents.products-detail .sec-more-detail-info .box.info-set .box-inner .right {
  float: right;
}
#contents.products-detail .sec-more-detail-info .box.info-language ul li {
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-right: 4px;
  background: #fff;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-btn a {
  width: 220px;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-btn i {
  color: #eb9b00;
  margin-left: 0.5em;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-btn:hover i {
  color: #fff;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-btn.open i:before {
  content: "\f139";
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-area {
  background: #fff;
  border: 1px solid #ccc;
  padding: 50px 90px 50px 35px;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-area:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-area div {
  width: 510px;
  float: left;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-area .right {
  float: right;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-area dl {
  margin-bottom: 40px;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-area dl:last-child {
  margin-bottom: 0;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-area dl dt, #contents.products-detail .sec-more-detail-info .box.info-credit .ac-area dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #333;
  width: 380px;
  line-height: 1.8;
}
#contents.products-detail .sec-more-detail-info .box.info-credit .ac-area dl dt {
  font-weight: bold;
  color: #222;
  width: 120px;
}
#contents.products-detail .sec-more-detail-info .btn-area {
  padding-bottom: 0;
  border-bottom: none;
}
#contents.products-detail .sec-more-detail-info .btn-area ul {
  padding-bottom: 0;
  border-bottom: none;
}
#contents.products-detail .sec-related-link .sec-header {
  margin-bottom: 22px;
}
#contents.products-detail .sec-related-link .sec-header span {
  text-shadow: none;
}
#contents.products-detail .sec-related-link .sec-header .en {
  font-size: 30px;
}
#contents.products-detail .sec-related-link .sec-header .jp {
  font-size: 14px;
  color: #333;
}
#contents.products-detail .sec-related-link {
  background: #fff;
  padding: 65px 0 85px;
  margin-bottom: 0;
}
#contents.products-detail .sec-related-link ul li {
  width: 390px;
}
#contents.products-detail .sec-related-link ul li:nth-of-type(2n) {
  margin-right: 10px;
}
#contents.products-detail .sec-related-link ul li:nth-of-type(3n) {
  margin-right: 0;
}

#contents.products-card-list {
  background: url(../images/common/bg-pattern1.gif) repeat 0 0;
}
#contents.products-card-list .detail-title {
  width: 1200px;
  margin: 0 auto 30px;
  padding-top: 68px;
}
#contents.products-card-list .detail-title .notice {
  margin-top: -39px;
  background-color: #FFF;
  padding: 5px 10px;
}
#contents.products-card-list .detail-title .notice .fa-exclamation-circle {
  color: #dd301d;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
#contents.products-card-list .detail-title .list-title {
  background: #171717;
  padding: 6px 5px 6px 20px;
  margin-bottom: 40px;
}
#contents.products-card-list .detail-title .list-title:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-card-list .detail-title .list-title h1 {
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.01em;
  font-weight: bold;
  float: left;
  padding: 14px 0;
}
#contents.products-card-list .detail-title .list-title .set-status {
  float: right;
}
#contents.products-card-list .detail-title .list-title .set-status p {
  display: inline-block;
  vertical-align: middle;
}
#contents.products-card-list .detail-title .list-title .set-status p img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#contents.products-card-list .detail-title .list-title .set-status .logo {
  width: 144px;
  margin-right: 10px;
  margin-top: 5px;
}
#contents.products-card-list .detail-title .list-title .set-status .pict {
  width: 80px;
}
#contents.products-card-list .detail-title .sort-list {
  text-align: center;
}
#contents.products-card-list .detail-title .sort-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contents.products-card-list .detail-title .sort-list li:last-child {
  margin-right: 0;
}
#contents.products-card-list .detail-title .sort-list li a {
  background: #fff;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  color: #333;
  position: relative;
  overflow: hidden;
  padding: 17px;
  font-size: 14px;
}
#contents.products-card-list .detail-title .sort-list li a span {
  z-index: 1;
  position: relative;
}
#contents.products-card-list .detail-title .sort-list li a:after, #contents.products-card-list .detail-title .sort-list li a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 80px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.products-card-list .detail-title .sort-list li a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.products-card-list .detail-title .sort-list li a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.products-card-list .detail-title .sort-list li a.select, #contents.products-card-list .detail-title .sort-list li a:hover {
  color: #fff;
}
#contents.products-card-list .detail-title .sort-list li a.select:after, #contents.products-card-list .detail-title .sort-list li a:hover:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-card-list .detail-title .sort-list li a.select:before, #contents.products-card-list .detail-title .sort-list li a:hover:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-card-list .detail-title .sort-list li a.select {
  border: none;
}
#contents.products-card-list .sec-card-list .box-type {
  margin-bottom: 10px;
}
#contents.products-card-list .sec-card-list .type-header {
  background: url(../images/common/bg-dotted-line.png) repeat-x bottom left;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
#contents.products-card-list .sec-card-list .type-header span {
  letter-spacing: 0.1em;
  display: inline-block;
  color: #222;
  vertical-align: middle;
}
#contents.products-card-list .sec-card-list .type-header .jp {
  font-size: 40px;
}
#contents.products-card-list .sec-card-list .type-header .en {
  font-size: 16px;
  font-family: "Crimson Text", serif;
  margin-left: 0.25em;
}
#contents.products-card-list .sec-card-list .card-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contents.products-card-list .sec-card-list .card-list li {
  width: 223px;
  margin: 0 21px 30px 0;
  position: relative;
}
#contents.products-card-list .sec-card-list .card-list li:nth-of-type(5n) {
  margin-right: 0;
}
#contents.products-card-list .sec-card-list .card-list li figure {
  padding: 0;
  margin: 0 0 15px;
}
#contents.products-card-list .sec-card-list .card-list li figure img {
  width: 100%;
  height: auto;
}
#contents.products-card-list .sec-card-list .card-list li figure img.fade-in {
  opacity: 0;
  transition: opacity 300ms;
}
#contents.products-card-list .sec-card-list .card-list li figure img.fade-in.lazyloaded {
  opacity: 1;
}
#contents.products-card-list .sec-card-list .card-list li figcaption {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  color: #333;
}
#contents.products-card-list .sec-card-list .card-list li a {
  text-decoration: none;
}
#contents.products-card-list .sec-card-list .card-list li .card-box {
  width: 223px;
  height: 311px;
  position: relative;
  perspective: 800px;
  -webkit-perspective: 800px;
  margin: 0 0 15px;
}
#contents.products-card-list .sec-card-list .card-list li .card-box .card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
}
#contents.products-card-list .sec-card-list .card-list li .card-box .card.flipped {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
#contents.products-card-list .sec-card-list .card-list li .card-box figure {
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: url(../images/common/bg-pattern1.gif) repeat 0;
}
#contents.products-card-list .sec-card-list .card-list li .card-box .back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 282px;
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll.select a:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll.select a:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll a {
  display: block;
  background: #000;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll a:after, #contents.products-card-list .sec-card-list .card-list li .btn-roll a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 80px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll a:hover:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-card-list .sec-card-list .card-list li .btn-roll a:hover:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.products-card-list .sec-card-list .btn-area {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 175px;
}
#contents.products-card-list .sec-card-list .btn-area ul {
  padding-bottom: 0;
  border-bottom: none;
}
#contents.products-card-list .sec-card-detail {
  padding-bottom: 170px;
}
#contents.products-card-list .sec-card-detail .card-detail {
  width: 1000px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  border: 5px solid #f0f0f0;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  padding: 50px 60px;
}
#contents.products-card-list .sec-card-detail .card-detail:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-card-list .sec-card-detail .card-detail .card-img {
  width: 223px;
  float: right;
  margin: 0;
  padding: 0;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info {
  width: 590px;
  float: left;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info h2 {
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #222;
  font-weight: bold;
  border-left: 4px solid #f55d0b;
  padding: 5px 0 5px 10px;
  line-height: 1;
  margin-bottom: 34px;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info h2 small {
  font-size: 16px;
  margin-left: 0.5em;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .icon-list {
  margin-bottom: 20px;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .icon-list:after {
  content: "";
  display: table;
  clear: both;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .icon-list li {
  width: 37px;
  float: left;
  margin-right: 6px;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .icon-list li img {
  width: 100%;
  height: auto;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info p {
  letter-spacing: 0.03em;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .type {
  font-size: 16px;
  font-weight: bold;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .type span {
  color: #c8c8c8;
  margin: 0 0.5em;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .power-toughness {
  font-size: 16px;
  font-weight: bold;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .text {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 2;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .text img {
  width: auto;
  height: 15px;
  vertical-align: middle;
  margin: 0 0.3em;
}
#contents.products-card-list .sec-card-detail .card-detail .card-info .num {
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 14px;
}
#contents.products-card-list .sec-card-detail .notice {
  width: 1000px;
  margin: 0 auto 20px;
}
#contents.products-card-list .sec-card-detail .btn-area {
  padding: 20px 0 0 0;
  border: none;
}
#contents.products-card-list .sec-card-detail .btn-area ul {
  padding: 0;
  border: none;
}

.ie #contents.products-card-list .sec-card-list .card-list li .card-box .card.flipped .front {
  transform: rotateY(0) translateZ(30px) !important;
  -ms-transform: rotateY(0) translateZ(30px) !important;
  -webkit-transform: rotateY(0) translateZ(30px) !important;
}
.ie #contents.products-card-list .sec-card-list .card-list li .card-box .card.flipped .front img {
  transform: rotateX(0) rotateY(-180deg) translateZ(30px) !important;
  -ms-transform: rotateX(0) rotateY(-180deg) translateZ(30px) !important;
  -webkit-transform: rotateX(0) rotateY(-180deg) translateZ(30px) !important;
}
.ie #contents.products-card-list .sec-card-list .card-list li .card-box .card.flipped .back {
  transform: rotateY(0) translateZ(30px) !important;
  -ms-transform: rotateY(0) translateZ(30px) !important;
  -webkit-transform: rotateY(0) translateZ(30px) !important;
}
.ie #contents.products-card-list .sec-card-list .card-list li .card-box .card.flipped .back img {
  transform: rotateX(0) rotateY(-180deg) translateZ(30px) !important;
  -ms-transform: rotateX(0) rotateY(-180deg) translateZ(30px) !important;
  -webkit-transform: rotateX(0) rotateY(-180deg) translateZ(30px) !important;
}

@media screen and (max-width: 768px) {
  #contents.products-page .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.products-page .sec-products-pack-info {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0 0 50px;
  }
  #contents.products-page .sec-products-pack-info .area-pack-list {
    margin-bottom: 35px;
  }
  #contents.products-page .sec-products-pack-info .area-pack-list .pack-list li .img {
    position: relative;
  }
  #contents.products-page .sec-products-pack-info .area-pack-list .pack-list li .img img {
    width: 100%;
    height: auto;
  }
  #contents.products-page .sec-products-pack-info .area-pack-list .pack-list li dt {
    font-size: 17px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
  }
  #contents.products-page .sec-products-pack-info .area-pack-list .pack-list li dd {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
  #contents.products-page .sec-products-pack-info .area-pack-list .pack-list li dd li {
    line-height: 1.6;
    margin-bottom: 0;
  }
  #contents.products-index .products-header {
    background: #171717;
  }
  #contents.products-index .products-header .page-title {
    padding-top: 15px;
    margin-bottom: 10px;
  }
  #contents.products-index .products-header .page-title h1 {
    font-size: 19px;
    letter-spacing: 0.02em;
  }
  #contents.products-index .products-header .page-title h1:before {
    font-size: 19px;
    letter-spacing: 0.02em;
  }
  #contents.products-index .products-header .page-title small {
    font-size: 12px;
  }
  #contents.products-index .products-header .products-nav ul {
    margin: 0 auto;
  }
  #contents.products-index .products-header .products-nav ul li {
    width: 33%;
    height: 37.5px;
    margin-left: 0;
    font-size: 12px;
    margin-right: 0.5%;
    margin-top: 5px;
    letter-spacing: 0;
  }
  #contents.products-index .products-header .products-nav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #contents.products-index .products-header .products-nav ul li i {
    font-size: 11px;
    vertical-align: middle;
  }
  #contents.products-index .products-header .products-nav ul li i:before {
    content: "\f054";
  }
  #contents.products-index .products-header .products-nav ul li a {
    display: block;
    height: 37.5px;
    border: 1px solid #ddd;
    margin: 0;
  }
  #contents.products-index .products-header .products-nav ul li a p {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  #contents.products-index .products-header .products-nav ul li a:hover:after, #contents.products-index .products-header .products-nav ul li a:hover:before {
    display: none;
  }
  #contents.products-index .products-header .products-nav ul .nav-gallery {
    float: left;
    margin-left: 0;
  }
  #contents.products-index .sec-products-top {
    background-size: 100% auto;
    padding: 77% 0 35px;
    min-height: 100%;
  }
  #contents.products-index .sec-products-top .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.products-index .sec-products-top .inner .text-area h1 {
    width: 78.5%;
    margin: 0 auto 5px;
  }
  #contents.products-index .sec-products-top .inner .text-area .date-area {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    background: none;
  }
  #contents.products-index .sec-products-top .inner .text-area .date-area .release-date {
    font-size: 28px;
  }
  #contents.products-index .sec-products-top .inner .text-area .date-area .release-date strong {
    font-size: 38px;
  }
  #contents.products-index .sec-products-top .inner .text-area .date-area .pre-release-date {
    font-size: 9px;
  }
  #contents.products-index .sec-products-top .inner .text-area .date-area .pre-release-date strong {
    font-size: 14px;
  }
  #contents.products-index .sec-products-top .inner .text-area .movie {
    width: 86.9%;
    margin: 0 auto;
  }
  #contents.products-index .sec-products-top .inner .text-area .movie iframe {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 3px solid #000;
  }
  #contents.products-index .sec-products-top .inner .text-area .movie .catch {
    width: 80.166666666%;
    margin: 10px 0 0;
  }
  #contents.products-index .sec-products-top .inner .text-area .movie .watchTrailerBox {
    width: 100%;
    height: auto;
  }
  #contents.products-index .sec-products-top .inner .text-area .movie .watchTrailerBox div:nth-child(2) {
    margin-left: 0px;
    margin-top: 10px;
  }
  #contents.products-index .sec-products-top .inner .text-area .movie .trailerBox {
    float: none;
    width: 100%;
  }
  #contents.products-index .sec-products-top .inner .link-product {
    display: none;
  }
  #contents.products-index .sec-products-pack-info {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0 0 50px;
  }
  #contents.products-index .sec-products-pack-info .inner {
    width: 100%;
    overflow: hidden;
  }
  #contents.products-index .sec-products-pack-info .inner {
    width: 100%;
    overflow: hidden;
  }
  #contents.products-index .sec-products-pack-info .area-pack-list {
    margin-bottom: 35px;
  }
  #contents.products-index .sec-products-pack-info .area-pack-list .pack-list {
    width: 80%;
    margin: 0 auto;
  }
  #contents.products-index .sec-products-pack-info .area-pack-list .pack-list li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 35px;
  }
  #contents.products-index .sec-products-pack-info .area-pack-list .pack-list li:last-child {
    margin-bottom: 0;
  }
  #contents.products-index .sec-products-pack-info .area-pack-list .pack-list li .img {
    margin-bottom: 15px;
  }
  #contents.products-index .sec-products-pack-info .area-pack-list.pack3 .pack-list {
    width: 80%;
    margin: 0 auto;
  }
  #contents.products-index .sec-products-pack-info .area-pack-list.pack3 .pack-list li {
    margin-right: 0;
  }
  #contents.products-index .sec-products-pack-info .area-pack-list.pack3 .pack-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  #contents.products-index .sec-products-pack-info .slider {
    width: 75.7333%;
    margin: 0 auto 30px;
    min-height: inherit;
  }
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev,
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev:hover,
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next:hover {
    background-color: #333;
    box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev:after,
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next:after {
    top: 18px;
    width: 10px;
    height: 10px;
  }
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev {
    left: -23%;
  }
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-prev:after {
    left: 31px;
  }
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next {
    right: -23%;
  }
  #contents.products-index .sec-products-pack-info .slider .bx-controls-direction .bx-next:after {
    left: 8px;
  }
  #contents.products-index .sec-products-pack-info .slider .bx-pager {
    padding-top: 14px;
  }
  #contents.products-index .sec-products-pack-info .slider .bx-pager .bx-pager-item a:hover {
    background-color: #666;
  }
  #contents.products-index .sec-products-pack-info .box {
    margin-right: 50px;
    display: block;
  }
  #contents.products-index .sec-products-pack-info .box .secLeft {
    width: 100%;
    display: block;
  }
  #contents.products-index .sec-products-pack-info .box .secRight {
    width: 100%;
    padding: 17px 15px 11px;
  }
  #contents.products-index .sec-products-pack-info .box .secRight h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  #contents.products-index .sec-products-pack-info .box .secRight .txt {
    line-height: 1.8;
    margin-bottom: 14px;
  }
  #contents.products-index .sec-products-pack-info .box .secRight .btnType01 {
    display: none;
  }
  #contents.products-index .sec-products-archive {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  #contents.products-index .sec-products-archive .inner {
    width: 100%;
  }
  #contents.products-index .sec-products-archive .sec-header {
    width: 92%;
    margin: 0 auto 25px;
  }
  #contents.products-index .sec-products-archive .sec-header h2 span {
    display: block;
  }
  #contents.products-index .sec-products-archive .sec-header h2 .en {
    letter-spacing: 0.05em;
  }
  #contents.products-index .sec-products-archive .archive-list {
    padding-bottom: 25px;
  }
  #contents.products-index .sec-products-archive .box-year {
    margin-bottom: 10px;
  }
  #contents.products-index .sec-products-archive .box-year h3 {
    width: 92%;
    font-size: 19px;
    margin: 0 auto 15px;
  }
  #contents.products-index .sec-products-archive .box-year ul {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: baseline;
  }
  #contents.products-index .sec-products-archive .box-year ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: none;
  }
  #contents.products-index .sec-products-archive .box-year ul li .img {
    margin-bottom: 10px;
  }
  #contents.products-index .sec-products-archive .box-year ul li .img img {
    width: 100%;
    height: auto;
  }
  #contents.products-index .sec-products-archive .box-year ul li .img .thum {
    width: 100%;
  }
  #contents.products-index .sec-products-archive .box-year ul li .img .logo {
    width: 70%;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding: 7.5px 0;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  #contents.products-index .sec-products-archive .box-year ul li .name {
    font-size: 13px;
  }
  #contents.products-index .sec-products-archive .box-year ul li a:hover .name {
    color: #ddd;
  }
  #contents.products-index .sec-products-archive .year-list {
    margin: 0 0 0 0;
    padding: 0 4.35%;
    box-sizing: border-box;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: relative;
  }
  #contents.products-index .sec-products-archive .year-list ul {
    width: auto;
    display: flex;
    justify-content: safe left;
    -webkit-justify-content: safe left;
  }
  #contents.products-index .sec-products-archive .year-list ul li {
    width: auto;
    font-size: 14px;
    margin: 0 4.5px 0 0;
  }
  #contents.products-index .sec-products-archive .year-list ul li:nth-of-type(12n) {
    margin-right: 4.5px;
  }
  #contents.products-index .sec-products-archive .year-list ul li a {
    padding: 15px 23.5px;
    border: 1px solid #666;
    position: relative;
    z-index: 1;
  }
  #contents.products-index .sec-products-archive .year-list ul li a.select, #contents.products-index .sec-products-archive .year-list ul li a:hover {
    color: #eb9b00;
    background: #000;
    border: 1px solid #666;
  }
  #contents.products-index .sec-products-archive .year-list ul li a.select {
    border-bottom-color: #000;
  }
  #contents.products-index .sec-products-archive .archive-list.old-list .box-year {
    margin-top: -1px;
    border-top: 1px solid #666;
    padding-top: 25px;
  }
  #contents.products-index .sec-products-archive.gallery .search-button {
    width: 92%;
    margin: 0 auto 15px;
  }
  #contents.products-index .sec-products-archive.gallery .search-button p {
    width: 46%;
    padding: 8px 0;
    font-size: 13px;
  }
  #contents.products-index .sec-products-archive.gallery .search-button p .icon img {
    width: 14px;
  }
  #contents.products-index .sec-products-archive.gallery .search-results {
    background: #222;
    margin-bottom: 20px;
  }
  #contents.products-index .sec-products-archive.gallery .search-results .results-text {
    color: #fff;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #contents.products-index .sec-products-archive.gallery .search-results .results-text strong {
    display: block;
  }
  #contents.products-index .sec-products-archive.gallery .search-results .search-button {
    width: 100%;
    margin: 0 auto;
  }
  #contents.products-index .sec-products-archive.gallery .search-results .search-button .search {
    width: 52%;
    float: none;
    margin: 0 auto;
  }
  #contents.products-index .sec-products-archive.gallery .archive-list h3 {
    width: 92%;
    margin: 0 auto 15px;
    font-size: 16px;
    position: relative;
    padding: 8px 0 8px 12px;
  }
  #contents.products-index .sec-products-archive.gallery .archive-list h3:before {
    width: 3px;
    height: 20px;
    margin-top: -10px;
  }
  #contents.products-index .sec-products-archive.others .page-link, #contents.products-index .sec-products-archive.gallery .page-link {
    width: 92%;
    margin: 0 auto;
  }
  #contents.products-index .sec-products-archive.others .page-link ul li, #contents.products-index .sec-products-archive.gallery .page-link ul li {
    width: 49%;
    float: left;
    margin-right: 0;
    font-size: 11px;
    font-weight: normal;
  }
  #contents.products-index .sec-products-archive.others .page-link ul li:nth-of-type(2n), #contents.products-index .sec-products-archive.gallery .page-link ul li:nth-of-type(2n) {
    float: right;
  }
  #contents.products-index .sec-products-archive.others .page-link ul li a, #contents.products-index .sec-products-archive.gallery .page-link ul li a {
    padding: 9px 0;
  }
  #contents.products-index .sec-products-archive.others .page-link ul li a:hover, #contents.products-index .sec-products-archive.gallery .page-link ul li a:hover {
    background: none;
    border-color: #454545;
  }
  #contents.products-index .sec-products-archive.others .year-list, #contents.products-index .sec-products-archive.gallery .year-list {
    margin-bottom: 30px;
    width: 90%;
    margin: 0px auto 25px;
    padding: 0;
  }
  #contents.products-index .sec-products-archive.others .archive-list, #contents.products-index .sec-products-archive.gallery .archive-list {
    margin-bottom: 10px;
  }
  #contents.products-index .sec-products-archive.others .inner .sec-header, #contents.products-index .sec-products-archive.gallery .inner .sec-header {
    padding-top: 0;
    margin-top: 0;
  }
  #contents.products-detail {
    background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
    background-size: 50px 50px;
  }
  #contents.products-detail .sec-detail-top {
    background: #171717;
    padding-top: 0;
    min-width: 100%;
    padding-bottom: 40px;
  }
  #contents.products-detail .sec-detail-top .img-kv {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
  }
  #contents.products-detail .sec-detail-top .detail-title {
    width: 100%;
    position: relative;
    padding-top: 25px;
    top: auto;
    left: auto;
  }
  #contents.products-detail .sec-detail-top .detail-title h1 {
    width: 100%;
    margin-bottom: 20px;
  }
  #contents.products-detail .sec-detail-top .detail-title h1 img {
    width: 64%;
    margin: 0 auto;
  }
  #contents.products-detail .sec-detail-top .detail-title h1 small {
    width: 92%;
    margin: 5px auto;
    font-size: 18px;
  }
  #contents.products-detail .sec-detail-top .detail-title .btn-trailer a {
    width: 62%;
    padding-top: 10px;
  }
  #contents.products-detail .sec-detail-top .detail-title .btn-trailer a .icon {
    width: 15px;
    height: 15px;
  }
  #contents.products-detail .sec-detail-top .detail-title .btn-trailer a .icon:after {
    border-width: 4px 0 4px 4px;
    left: 6px;
    margin-top: -4px;
  }
  #contents.products-detail .sec-detail-story {
    padding: 25px 0;
  }
  #contents.products-detail .sec-detail-story h2 {
    font-size: 37px;
    line-height: 1;
    margin-bottom: 25px;
  }
  #contents.products-detail .sec-detail-story .text {
    width: 100%;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
  }
  #contents.products-detail .sec-detail-story .video {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }
  #contents.products-detail .sec-detail-story .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #contents.products-detail .sec-detail-story .writer {
    margin-bottom: 20px;
  }
  #contents.products-detail .sec-detail-story .writer img {
    margin: 0 0 0.5em 1em;
  }
  #contents.products-detail .sec-detail-story .img-area {
    margin-bottom: 25px;
  }
  #contents.products-detail .sec-detail-story .img-area figure {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  #contents.products-detail .sec-detail-story .img-area figure figcaption {
    font-size: 12px;
  }
  #contents.products-detail .sec-detail-story .img-area .text {
    width: 100%;
    float: none;
    font-size: 14px;
    margin-top: 0;
  }
  #contents.products-detail .sec-detail-story .img-area.img-right figure {
    float: none;
  }
  #contents.products-detail .sec-detail-story .img-area.img-right .text {
    float: none;
  }
  #contents.products-detail .sec-detail-story h4 {
    font-size: 14px;
    padding: 7px;
  }
  #contents.products-detail .sec-detail-story h4.prrhead:before {
    content: "▼";
    margin-right: 0.5em;
  }
  #contents.products-detail .sec-detail-story h4.prrhead.prropen:before {
    content: "▲";
  }
  #contents.products-detail .sec-detail-story h4#preflist {
    font-size: 12px;
    padding: 4px 7px;
  }
  #contents.products-detail .sec-detail-story table.decklist {
    font-size: 10px;
  }
  #contents.products-detail .sec-detail-story table.decklist tr.footer {
    background: url(../images/reading/deckbox2.png) no-repeat right bottom #fff;
    background-size: 24px;
    height: 24px;
  }
  #contents.products-detail .sec-detail-story table.decklist hr {
    margin: 5px;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #d8d8d8;
    display: block;
  }
  #contents.products-detail .sec-detail-story table.decklist tr td {
    width: 33%;
    padding: 5px 8px 5px;
  }
  #contents.products-detail .sec-detail-story table.decklist caption {
    padding: 10px 0;
  }
  #contents.products-detail .sec-detail-story div.solidtable table {
    font-size: 10px;
  }
  #contents.products-detail .sec-detail-story div.CardsFan {
    position: relative;
    width: 90%;
    height: auto;
    margin: auto;
  }
  #contents.products-detail .sec-detail-story img.CardsFan {
    transform-origin: center bottom;
    position: absolute;
    left: 200px;
    bottom: 100px;
  }
  #contents.products-detail .sec-detail-story div.CardsRow {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
  #contents.products-detail .sec-detail-story .cii_w {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
  }
  #contents.products-detail .sec-detail-story .cii_s {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
  }
  #contents.products-detail .sec-detail-story .cii_b {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
    border-radius: 10px;
  }
  #contents.products-detail .sec-detail-story div.CardsRow:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents.products-detail .sec-detail-story div.CardsRow img {
    width: 40%;
    position: relative !important;
    left: auto !important;
    margin: 5px 0;
    float: left;
    margin-left: -20%;
  }
  #contents.products-detail .sec-detail-story div.CardsRow img:nth-child(1) {
    margin-left: 0;
  }
  #contents.products-detail .sec-detail-story h5 {
    border-left: 5px solid #f55d0b;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #contents.products-detail .sec-detail-story .ToEtable {
    background: #fff;
    margin: 0 auto 4em;
  }
  #contents.products-detail .sec-detail-story .ToEmatch {
    font-size: 13px;
    box-sizing: content-box;
  }
  #contents.products-detail .sec-detail-story .ToEmatch * {
    box-sizing: content-box;
  }
  #contents.products-detail .sec-detail-story a:hover {
    color: #10b7b9;
  }
  #contents.products-detail .sec-detail-story p {
    font-size: 14px;
  }
  #contents.products-detail .sec-detail-story p > img {
    margin: 0;
  }
  #contents.products-detail .sec-detail-story > ul li {
    font-size: 14px;
  }
  #contents.products-detail .sec-detail-story ol li {
    font-size: 14px;
  }
  #contents.products-detail .sec-detail-story ol li img {
    margin: 0;
  }
  #contents.products-detail .sec-detail-story blockquote img {
    margin: 0;
  }
  #contents.products-detail .sec-detail-story button {
    font-size: 14px;
  }
  #contents.products-detail .sec-detail-story img {
    margin: 1em 0 0 0;
  }
  #contents.products-detail .sec-detail-story .img-box {
    margin-bottom: 25px;
  }
  #contents.products-detail .sec-detail-story table.decklist {
    width: 100%;
  }
  #contents.products-detail .sec-products-pack-info {
    background-image: url(/assets/images/products/bg-packlist.jpg);
    background-position: -150px 0;
    background-size: cover;
    padding: 30px 0 40px;
  }
  #contents.products-detail .sec-products-pack-info .area-pack-list {
    margin-bottom: 0;
  }
  #contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  #contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li .img {
    width: 40%;
    height: auto;
    display: block;
    float: left;
  }
  #contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li dl {
    width: 55%;
    display: block;
    margin-left: 0;
    float: right;
  }
  #contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li dt {
    font-size: 16px;
  }
  #contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li dd {
    font-size: 11px;
  }
  #contents.products-detail .sec-products-pack-info .area-pack-list .pack-list li dd li {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  #contents.products-detail .sec-more-detail-info {
    padding: 30px 0 35px;
  }
  #contents.products-detail .sec-more-detail-info .box {
    margin-bottom: 25px;
  }
  #contents.products-detail .sec-more-detail-info .box h3 {
    font-size: 17px;
    letter-spacing: 0.03em;
    padding-left: 8px;
    margin-bottom: 15px;
  }
  #contents.products-detail .sec-more-detail-info .box table {
    width: 100%;
    border: 1px solid #ccc;
  }
  #contents.products-detail .sec-more-detail-info .box table th, #contents.products-detail .sec-more-detail-info .box table td {
    width: 50%;
    padding: 10px;
    font-size: 12px;
  }
  #contents.products-detail .sec-more-detail-info .box.info-set .box-inner div {
    width: 100%;
  }
  #contents.products-detail .sec-more-detail-info .box.info-set .box-inner .left {
    float: none;
    margin-bottom: 10px;
  }
  #contents.products-detail .sec-more-detail-info .box.info-set .box-inner .right {
    float: none;
  }
  #contents.products-detail .sec-more-detail-info .box.info-language ul li {
    padding: 2px 4px;
    font-size: 12px;
    margin-right: 1px;
    margin-bottom: 6px;
  }
  #contents.products-detail .sec-more-detail-info .box.info-credit .ac-btn a {
    width: 200px;
  }
  #contents.products-detail .sec-more-detail-info .box.info-credit .ac-btn:hover i {
    color: #eb9b00;
  }
  #contents.products-detail .sec-more-detail-info .box.info-credit .ac-area {
    background: #fff;
    border: 1px solid #ccc;
    padding: 18px 0;
  }
  #contents.products-detail .sec-more-detail-info .box.info-credit .ac-area div {
    width: 92%;
    float: none;
    margin: 0 auto 20px;
  }
  #contents.products-detail .sec-more-detail-info .box.info-credit .ac-area div:last-child {
    margin-bottom: 0;
  }
  #contents.products-detail .sec-more-detail-info .box.info-credit .ac-area .right {
    float: none;
  }
  #contents.products-detail .sec-more-detail-info .box.info-credit .ac-area dl {
    margin-bottom: 20px;
  }
  #contents.products-detail .sec-more-detail-info .box.info-credit .ac-area dl dt, #contents.products-detail .sec-more-detail-info .box.info-credit .ac-area dl dd {
    display: block;
    font-size: 11px;
    width: 100%;
  }
  #contents.products-detail .sec-more-detail-info .box.info-credit .ac-area dl dt {
    font-size: 12px;
    width: 100%;
  }
  #contents.products-detail .sec-more-detail-info .btn-area {
    padding-bottom: 0;
    border-bottom: none;
  }
  #contents.products-detail .sec-more-detail-info .btn-area ul {
    padding-bottom: 0;
    border-bottom: none;
  }
  #contents.products-detail .sec-related-link .sec-header {
    margin-bottom: 10px;
  }
  #contents.products-detail .sec-related-link .sec-header .en {
    font-size: 24px;
  }
  #contents.products-detail .sec-related-link .sec-header .jp {
    font-size: 12px;
  }
  #contents.products-detail .sec-related-link {
    padding: 40px 0;
  }
  #contents.products-detail .sec-related-link ul li {
    width: 100%;
  }
  #contents.products-detail .sec-related-link ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #contents.products-detail .sec-related-link ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #contents.products-card-list {
    background: url(../images/common/bg-pattern1.gif) repeat 0 0;
    background-size: 50px 50px;
  }
  #contents.products-card-list .detail-title {
    width: 92%;
    margin: 0 auto 20px;
    padding-top: 15px;
  }
  #contents.products-card-list .detail-title .notice {
    margin-top: 0;
  }
  #contents.products-card-list .detail-title .list-title {
    background: #171717;
    padding: 5px 0 6px 10px;
    margin-bottom: 15px;
  }
  #contents.products-card-list .detail-title .list-title:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents.products-card-list .detail-title .list-title h1 {
    width: 56%;
    font-size: 14px;
    padding: 14px 0;
  }
  #contents.products-card-list .detail-title .list-title .set-status {
    width: 40%;
  }
  #contents.products-card-list .detail-title .list-title .set-status .logo {
    width: 56%;
  }
  #contents.products-card-list .detail-title .list-title .set-status .pict {
    width: 40%;
  }
  #contents.products-card-list .detail-title .sort-list li {
    margin: 0 2.5px 5px;
  }
  #contents.products-card-list .detail-title .sort-list li:last-child {
    margin-right: 2.5px;
  }
  #contents.products-card-list .detail-title .sort-list li a {
    padding: 13px;
    font-size: 13px;
  }
  #contents.products-card-list .detail-title .sort-list li a:hover {
    color: #333;
  }
  #contents.products-card-list .detail-title .sort-list li a:hover:after, #contents.products-card-list .detail-title .sort-list li a:hover:before {
    display: none;
  }
  #contents.products-card-list .sec-card-list {
    padding-bottom: 110px;
  }
  #contents.products-card-list .sec-card-list .box-type {
    margin-bottom: 25px;
  }
  #contents.products-card-list .sec-card-list .type-header {
    background: url(../images/common/bg-dotted-line.png) repeat-x bottom left;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #contents.products-card-list .sec-card-list .type-header .jp {
    font-size: 25px;
  }
  #contents.products-card-list .sec-card-list .type-header .en {
    font-size: 12px;
  }
  #contents.products-card-list .sec-card-list .card-list {
    width: 96%;
    margin: 0 auto;
  }
  #contents.products-card-list .sec-card-list .card-list li {
    width: 46%;
    margin: 0 0 30px 0;
  }
  #contents.products-card-list .sec-card-list .card-list li:nth-of-type(2n) {
    margin-left: 8%;
  }
  #contents.products-card-list .sec-card-list .card-list li figcaption {
    font-size: 14px;
  }
  #contents.products-card-list .sec-card-list .card-list li .card-box {
    width: 100%;
    height: auto;
  }
  #contents.products-card-list .sec-card-list .card-list li .card-box figure {
    background: none;
  }
  #contents.products-card-list .sec-card-list .card-list li .btn-roll {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: auto;
    top: 78%;
    z-index: 100;
  }
  #contents.products-card-list .sec-card-list .card-list li .btn-roll a:before, #contents.products-card-list .sec-card-list .card-list li .btn-roll a:after {
    display: none;
  }
  #contents.products-card-list .sec-card-list .card-list li .btn-roll.select a {
    background: rgb(243, 126, 10);
    background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
    background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  }
  #contents.products-card-list .sec-card-list .btn-area {
    margin-bottom: 0;
  }
  #contents.products-card-list .sec-card-detail {
    padding-bottom: 70px;
  }
  #contents.products-card-list .sec-card-detail .card-detail {
    width: 95.65%;
    margin: 0 auto 20px;
    border: 2.5px solid #f0f0f0;
    padding: 20px 0 25px;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-img {
    width: 56%;
    margin: 0 auto 20px;
    float: none;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-info {
    width: 87%;
    margin: 0 auto;
    float: none;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-info h2 {
    font-size: 17px;
    padding: 5px 0 5px 10px;
    line-height: 1;
    margin-bottom: 20px;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-info h2 small {
    font-size: 12px;
    display: block;
    margin-left: 0.75em;
    line-height: 2;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-info .icon-list {
    margin-bottom: 20px;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-info .icon-list li {
    width: 28px;
    margin-right: 5px;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-info .type {
    font-size: 14px;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-info .power-toughness {
    font-size: 14px;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-info .text {
    margin: 15px 0;
    padding-top: 10px;
    line-height: 2;
    left: 0.01em;
  }
  #contents.products-card-list .sec-card-detail .card-detail .card-info .num {
    font-size: 13px;
    padding: 10px;
  }
  #contents.products-card-list .sec-card-detail .notice {
    width: 95.65%;
    margin: 0 auto 20px;
  }
  #contents.products-card-list .sec-card-detail .btn-area {
    padding: 20px 0 0 0;
    border: none;
  }
  #contents.products-card-list .sec-card-detail .btn-area ul {
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #movieBox .movie {
    padding-top: 56.25%;
  }
  #movieBox .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.banner-area {
  position: absolute;
  bottom: 30px;
  width: 86%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .banner-area {
    width: 86.9%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: auto;
    display: block;
    padding-top: 8.5333vw;
  }
}
@media screen and (min-width: 1168px) {
  .banner-area p:nth-child(n+2) {
    margin-left: 10px;
  }
  .banner-area p a {
    display: block;
    box-shadow: 0px 0px 0px 0px #ff5400;
    -moz-box-shadow: 0px 0px 0px 0px #ff5400;
    -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
    transition: 0.2s ease-in-out;
  }
  .banner-area p a:hover {
    background-color: #000;
    box-shadow: 0px 0px 18px 1px #ff5400;
    -moz-box-shadow: 0px 0px 18px 1px #ff5400;
    -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
  }
}
@media screen and (max-width: 768px) {
  .banner-area p:nth-child(n+2) {
    margin-top: 4.5vw;
  }
  .banner-area p:nth-child(2) {
    margin-top: 2vw;
  }
  .banner-area p img {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------

	coverage_coverage.scss

---------------------------------------------------------------------------------------- */
#contents.coverage .detail-title .column-title {
  min-height: 80px;
}
#contents.coverage .search-results .search-button p {
  width: 250px;
}
#contents.coverage .inner .reading-main .article-title .category {
  margin-bottom: 10px;
}
#contents.coverage .inner .reading-main .list-article ul li a p:nth-child(1) {
  width: auto;
  padding-right: 10px;
}
#contents.coverage .inner .reading-sub .sec-results .results-table table {
  border: 1px solid #ccc;
  background: #f8f8f8;
  width: 100%;
}
#contents.coverage .inner .reading-sub .sec-results .results-table table th, #contents.coverage .inner .reading-sub .sec-results .results-table table td {
  text-align: center;
  color: #333;
  padding: 8px 0;
  border-left: 1px solid #ccc;
  width: 50%;
  font-size: 13px;
}
#contents.coverage .inner .reading-sub .sec-results .results-table table th a, #contents.coverage .inner .reading-sub .sec-results .results-table table td a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.coverage .inner .reading-sub .sec-results .results-table table th a:hover, #contents.coverage .inner .reading-sub .sec-results .results-table table td a:hover {
  text-decoration: underline;
}
#contents.coverage .inner .reading-sub .sec-results .results-table tbody tr:nth-child(odd) td {
  background: #eaeaea;
}

#contents.coverage-index {
  background: url(/assets/images/coverage/bg-page.jpg) no-repeat top center #000;
  background-size: 100% auto;
}
#contents.coverage-index .page-title h1:before {
  content: "EVENT COVERAGE";
}
#contents.coverage-index .reading-top .search-button p {
  width: 250px;
}

#contents.reading-detail.coverage .inner .reading-main .list-article {
  padding-bottom: 4px;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article {
  margin-bottom: 20px;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul {
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
  padding-top: 4px;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li {
  background: #fcfcfc;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a:hover div p:nth-child(2),
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a:hover div p:nth-child(2) {
  color: #f55d0b;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a div,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a div {
  display: table;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a div > p,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a div > p {
  display: table-cell;
  vertical-align: top;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a p:nth-child(1),
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a p:nth-child(1) {
  width: 200px;
  padding-right: 1em;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a p:nth-child(1) .date,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a p:nth-child(1) .date {
  width: 75px;
  font-size: 16px;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.05em;
  color: #eb9b00;
  display: inline-block;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a p:nth-child(2),
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a p:nth-child(2) {
  transition: color 0.15s ease-in-out;
  color: #333;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li .tag-list,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li .tag-list {
  text-align: right;
  display: block;
  padding: 0 10px 10px;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li .tag-list p,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li .tag-list p {
  display: inline-block;
  width: auto !important;
  padding: 0;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li .tag-list p a,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li .tag-list p a {
  background: #999;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  color: #fff !important;
  padding: 2px 4px;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li .tag-list p a:hover,
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li .tag-list p a:hover {
  background: #ccc;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li:nth-of-type(2n),
#contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li:nth-of-type(2n) {
  background: none;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks {
  margin-bottom: 50px;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a p:nth-child(1) {
  width: 100%;
  font-size: 14px;
  color: #333;
  transition: color 0.15s ease-in-out;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a:hover div p:nth-child(1) {
  color: #f55d0b;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .list-decks.bottom {
  margin: 40px 0 80px;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .btn-area {
  border-bottom: none;
}
#contents.reading-detail.coverage .inner .reading-main .list-article .btn-area ul {
  border-bottom: none;
  padding-bottom: 0;
}

#contents.reading-list-all.coverage {
  padding-top: 0;
}
#contents.reading-list-all.coverage .page-title {
  background: url(/assets/images/coverage/bg-page-level3.jpg) no-repeat top center #000;
  background-size: 100% auto;
  margin-bottom: 34px;
}
#contents.reading-list-all.coverage .page-title h1:before {
  content: "EVENT COVERAGE";
}

@media screen and (max-width: 768px) {
  #contents.coverage .detail-title .column-title {
    min-height: 100%;
  }
  #contents.coverage .search-results .search-button p {
    width: 80%;
  }
  #contents.coverage .inner .reading-main .list-article > ul li a {
    padding: 14px 10px;
  }
  #contents.coverage .inner .reading-main .list-article > ul li a:hover div p:nth-child(2) {
    color: #333;
  }
  #contents.coverage .inner .reading-main .list-article > ul li a div {
    display: block;
  }
  #contents.coverage .inner .reading-main .list-article > ul li a div > p {
    display: block;
    vertical-align: top;
  }
  #contents.coverage .inner .reading-main .list-article > ul li a p:nth-child(1) {
    padding: 0;
    width: 100%;
  }
  #contents.coverage .inner .reading-main .list-article > ul li a p:nth-child(1) .date {
    width: auto;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-right: 1em;
  }
  #contents.coverage .inner .reading-main .list-article > ul li a p:nth-child(2) {
    padding-top: 5px;
    padding-left: 5em;
  }
  #contents.coverage .inner .reading-sub .sec-results .results-table table {
    border: none;
  }
  #contents.coverage .inner .reading-sub .sec-results .results-table table th, #contents.coverage .inner .reading-sub .sec-results .results-table table td {
    padding: 12px 0;
    border-left: 1px solid #ccc;
    font-size: 14px;
  }
  #contents.coverage .inner .reading-sub .sec-results .results-table table th a:hover, #contents.coverage .inner .reading-sub .sec-results .results-table table td a:hover {
    text-decoration: none;
  }
  #contents.coverage .inner .reading-sub .sec-results .results-table table tr th:first-child,
  #contents.coverage .inner .reading-sub .sec-results .results-table table tr td:first-child {
    border: none;
  }
  #contents.coverage-index .page-title h1 {
    font-size: 30px;
  }
  #contents.coverage-index .page-title h1:before {
    font-size: 30px;
  }
  #contents.coverage-index .sec-category .sec-header .jp {
    display: block;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article {
    padding-bottom: 4px;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .box-article {
    margin-bottom: 20px;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a,
  #contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a {
    padding: 14px 10px;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a:hover div p:nth-child(2),
  #contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a:hover div p:nth-child(2) {
    color: #333;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a div,
  #contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a div {
    display: block;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a div > p,
  #contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a div > p {
    display: block;
    vertical-align: top;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a p:nth-child(1),
  #contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a p:nth-child(1) {
    padding: 0;
    width: 100%;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a p:nth-child(1) .date,
  #contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a p:nth-child(1) .date {
    width: auto;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-right: 1em;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a p:nth-child(2),
  #contents.reading-detail.coverage .inner .reading-main .list-article .box-article ul li a p:nth-child(2) {
    padding-top: 5px;
    padding-left: 5em;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks {
    margin-bottom: 50px;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a p:nth-child(1) {
    width: 100%;
    font-size: 14px;
    color: #333;
    transition: color 0.15s ease-in-out;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks ul li a:hover div p:nth-child(1) {
    color: #f55d0b;
  }
  #contents.reading-detail.coverage .inner .reading-main .list-article .list-decks.bottom {
    margin: 20px 0 40px;
  }
  #contents.reading-detail.coverage-cup .inner .reading-main .detail {
    padding-bottom: 10px;
  }
  #contents.reading-list-all.coverage {
    padding-top: 0;
  }
  #contents.reading-list-all.coverage .page-title {
    background: url(/assets/images/coverage/bg-page-level3.jpg) no-repeat top center #000;
    background-size: 100% auto;
    margin-bottom: 34px;
  }
  #contents.reading-list-all.coverage .page-title h1:before {
    content: "EVENT COVERAGE";
  }
}
/* ----------------------------------------------------------------------------------------

	wpn.scss

---------------------------------------------------------------------------------------- */
#contents.wpn-index {
  background: url(/assets/images/common/bg-pattern1.gif) repeat;
}
#contents.wpn-index .page-title-custom {
  text-align: center;
  padding-top: 90px;
  margin-bottom: 50px;
}
#contents.wpn-index .page-title-custom h1 {
  width: 360px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  border-bottom: 2px solid #f55d0b;
}
#contents.wpn-index .page-title-custom .lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
#contents.wpn-index .kv-wpn {
  width: 100%;
  height: 659px;
  margin: 0 auto 60px;
  text-align: center;
  background: url(/assets/images/wpn/index/kv.jpg) no-repeat center #fff;
}
#contents.wpn-index section .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.wpn-index .sec-wpn-about {
  text-align: center;
  padding-bottom: 110px;
}
#contents.wpn-index .sec-wpn-about .about-box {
  margin-bottom: 50px;
}
#contents.wpn-index .sec-wpn-about .about-box p.benefit-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents.wpn-index .sec-wpn-about .about-box p.benefit-title {
    font-size: 6vw;
  }
}
#contents.wpn-index .sec-wpn-about .about-box ul.benefit-list {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #contents.wpn-index .sec-wpn-about .about-box ul.benefit-list {
    flex-direction: column;
    align-items: center;
  }
}
#contents.wpn-index .sec-wpn-about .about-box ul.benefit-list li {
  padding: 9px;
  background-color: #252525;
}
@media screen and (min-width: 1168px) {
  #contents.wpn-index .sec-wpn-about .about-box ul.benefit-list li:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contents.wpn-index .sec-wpn-about .about-box ul.benefit-list li:nth-child(n+2) {
    margin-top: 20px;
  }
}
#contents.wpn-index .sec-wpn-about .about-box ul.benefit-list li figure {
  margin: 0;
  width: 360px;
}
@media screen and (max-width: 768px) {
  #contents.wpn-index .sec-wpn-about .about-box ul.benefit-list li figure {
    width: 87vw;
  }
}
#contents.wpn-index .sec-wpn-about .about-box ul.benefit-list li figure img {
  width: 100%;
}
#contents.wpn-index .sec-wpn-about .about-box ul.benefit-list li p {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contents.wpn-index .sec-wpn-about .about-box ul.benefit-list li p {
    font-size: 4vw;
  }
}
#contents.wpn-index .sec-wpn-about .about-box .sec-header {
  font-size: 30px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  color: #f55d0b;
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
  padding-bottom: 24px;
  margin-bottom: 25px;
}
#contents.wpn-index .sec-wpn-about .about-box .sec-header h2 {
  font-weight: bold;
}
#contents.wpn-index .sec-wpn-about .about-box .text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.01em;
}
#contents.wpn-index .sec-wpn-about .about-box .text.bottom {
  margin-bottom: 60px;
}
#contents.wpn-index .sec-wpn-about .about-box .bnr {
  width: 550px;
  margin: 50px auto 0;
}
#contents.wpn-index .sec-wpn-about .about-box .bnr a {
  transition: 0.15s ease-in-out;
  display: block;
}
#contents.wpn-index .sec-wpn-about .about-box .bnr a:hover {
  opacity: 0.75;
}
#contents.wpn-index .sec-wpn-about .wpn-contact {
  width: 1000px;
  background: #2a2a2a;
  margin: 0 auto 50px;
  padding: 28px 0;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .sec-header {
  margin-bottom: 25px;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .sec-header span {
  display: block;
  text-shadow: none;
  color: #8793ca;
  font-weight: bold;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .sec-header .icon {
  width: 81px;
  margin: 0 auto 15px;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .sec-header .icon img {
  width: 100%;
  height: auto;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .sec-header .jp {
  font-size: 26px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .sec-header .en {
  margin-right: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact {
  width: 580px;
  margin: 0 auto 25px;
  border-top: 1px solid #8793ca;
  border-bottom: 1px solid #8793ca;
  padding: 20px 0;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div {
  margin-bottom: 10px;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div:last-child {
  margin-bottom: 0;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div p {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  line-height: 1;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div p.title {
  font-size: 16px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  margin: 8px 1em 0 0;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div p.text {
  font-size: 26px;
  text-align: left;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div p.text small {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  font-weight: normal;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div a {
  text-decoration: none;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div a:hover {
  text-decoration: underline;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div.tel a {
  cursor: default;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .contact div.tel a:hover {
  text-decoration: none;
}
#contents.wpn-index .sec-wpn-about .wpn-contact .caution {
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
#contents.wpn-index .sec-wpn-about .form-link {
  width: 830px;
  margin: 0 auto;
  margin-top: 100px;
}
#contents.wpn-index .sec-wpn-about .form-link a {
  transition: 0.15s ease-in-out;
  display: block;
}
#contents.wpn-index .sec-wpn-about .form-link a:hover {
  opacity: 0.75;
}

#contents.wpn-form {
  background: url(/assets/images/common/bg-pattern1.gif) repeat;
}
#contents.wpn-form .page-title-custom {
  text-align: center;
  padding-top: 92px;
  margin-bottom: 40px;
}
#contents.wpn-form .page-title-custom h1 {
  font-size: 42px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
#contents.wpn-form .page-title-custom h1 small {
  display: block;
  font-size: 30px;
}
#contents.wpn-form .page-title-custom h1 .en {
  font-size: 30px;
  display: block;
  font-family: "Crimson Text", serif;
  font-weight: bold;
  margin-top: 10px;
}
#contents.wpn-form section .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.wpn-form .sec-wpn-form-top {
  padding-bottom: 95px;
}
#contents.wpn-form .sec-wpn-form-top figure {
  margin: 0 0 30px;
  padding: 0;
}
#contents.wpn-form .sec-wpn-form-top .text {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 50px;
  letter-spacing: 0.01em;
}
#contents.wpn-form .sec-wpn-form-top .page-nav {
  text-align: center;
}
#contents.wpn-form .sec-wpn-form-top .page-nav li {
  display: inline-block;
  margin: 0 6px;
}
#contents.wpn-form .sec-wpn-form-top .page-nav li a {
  width: 280px;
  height: 70px;
  font-size: 15px;
  padding-top: 26px;
}
#contents.wpn-form .sec-wpn-form-top .page-nav li i {
  margin-left: 0.5em;
  font-size: 12px;
}
#contents.wpn-form .sec-wpn-form-about {
  background: #000;
  padding: 80px 0 90px;
}
#contents.wpn-form .sec-wpn-form-about h2 {
  text-align: center;
  font-size: 30px;
  color: #f55d0b;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  margin-bottom: 20px;
  font-weight: bold;
}
#contents.wpn-form .sec-wpn-form-about .table-about {
  border-top: 3px solid #f55d0b;
  background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
}
#contents.wpn-form .sec-wpn-form-about .table-about table {
  width: 100%;
  border: 1px solid #666;
}
#contents.wpn-form .sec-wpn-form-about .table-about table th, #contents.wpn-form .sec-wpn-form-about .table-about table td {
  vertical-align: top;
  padding: 20px 0 20px 30px;
  letter-spacing: 0.01em;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
#contents.wpn-form .sec-wpn-form-about .table-about table th {
  width: 500px;
  color: #f55d0b;
  font-size: 16px;
  line-height: 1.265;
}
#contents.wpn-form .sec-wpn-form-about .table-about table td {
  font-size: 14px;
  line-height: 1.7;
  padding-right: 40px;
}
#contents.wpn-form .sec-wpn-form-about .table-about table td small {
  font-weight: normal;
  font-size: 13px;
}
#contents.wpn-form .sec-wpn-form {
  background: #000;
  padding: 0 0 150px;
}
#contents.wpn-form .sec-wpn-form h2 {
  text-align: center;
  font-size: 30px;
  color: #f55d0b;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-weight: bold;
  border-bottom: 2px solid #f55d0b;
}
#contents.wpn-form .sec-wpn-form .form-box {
  margin-bottom: 40px;
}
#contents.wpn-form .sec-wpn-form .form-box h3 {
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 20px;
  border-left: 4px solid #f55d0b;
  padding-left: 10px;
  margin-bottom: 12px;
}
#contents.wpn-form .sec-wpn-form .form-box h3 small {
  font-size: 14px;
}
#contents.wpn-form .sec-wpn-form .form-box .wpn-date-clear {
  border: none;
  display: block;
  margin-left: 0;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  #contents.wpn-form .sec-wpn-form .form-box .wpn-date-clear {
    margin-left: auto;
    margin-top: 10px;
  }
}
#contents.wpn-form .sec-wpn-form .form-box .check-list {
  background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
  padding: 25px 0 15px 45px;
}
#contents.wpn-form .sec-wpn-form .form-box .check-list.wpn-date {
  display: flex;
  align-items: center;
  margin-left: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 1168px) {
  #contents.wpn-form .sec-wpn-form .form-box .check-list.wpn-date {
    float: left;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contents.wpn-form .sec-wpn-form .form-box .check-list.wpn-date {
    margin-left: 10px;
  }
}
#contents.wpn-form .sec-wpn-form .form-box .check-list.wpn-date li {
  margin-bottom: 0;
}
#contents.wpn-form .sec-wpn-form .form-box .check-list.wpn-date li:nth-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contents.wpn-form .sec-wpn-form .form-box .check-list.wpn-date li {
    padding-left: 22px;
  }
  #contents.wpn-form .sec-wpn-form .form-box .check-list.wpn-date li:nth-child(2) {
    margin-left: 10px;
  }
}
#contents.wpn-form .sec-wpn-form .form-box .check-list li {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
}
#contents.wpn-form .sec-wpn-form .form-box .check-list li label {
  vertical-align: middle;
}
#contents.wpn-form .sec-wpn-form .form-box .check-list li input[type=radio] {
  display: none;
}
#contents.wpn-form .sec-wpn-form .form-box .check-list li input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f5f5f5;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -8px;
  border: 1px solid #aaa;
}
#contents.wpn-form .sec-wpn-form .form-box .check-list li input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #f55d0b;
  border-radius: 50%;
  left: 4px;
}
#contents.wpn-form .sec-wpn-form .form-box table {
  width: 100%;
  border: 1px solid #666;
  background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
}
#contents.wpn-form .sec-wpn-form .form-box table th, #contents.wpn-form .sec-wpn-form .form-box table td {
  padding: 15px 0;
  box-sizing: border-box;
  vertical-align: middle;
}
#contents.wpn-form .sec-wpn-form .form-box table th {
  width: 290px;
  padding-left: 30px;
  font-size: 16px;
}
#contents.wpn-form .sec-wpn-form .form-box table th span {
  display: inline-block;
  font-size: 12px;
  background: #f10000;
  color: #fff;
  margin-left: 0.5em;
  border-radius: 2px;
  padding: 3px 4px;
  line-height: 1;
}
#contents.wpn-form .sec-wpn-form .form-box table td {
  font-size: 13px;
}
#contents.wpn-form .sec-wpn-form .form-box table td div {
  margin-bottom: 10px;
}
#contents.wpn-form .sec-wpn-form .form-box table td div:last-child {
  margin-bottom: 0;
}
#contents.wpn-form .sec-wpn-form .form-box table td .error {
  color: #f00;
  font-weight: bold;
  font-size: 16px;
}
#contents.wpn-form .sec-wpn-form .form-box table .check-list {
  padding: 0;
  background: none;
}
#contents.wpn-form .sec-wpn-form .form-box table .check-list li:last-child {
  margin-bottom: 0;
}
#contents.wpn-form .sec-wpn-form .form-box table .text-store {
  color: #f55d0b;
  margin-bottom: 5px;
}
#contents.wpn-form .sec-wpn-form .form-box table small {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
#contents.wpn-form .sec-wpn-form .form-box table strong {
  font-size: 14px;
  display: inline-block;
}
#contents.wpn-form .sec-wpn-form .form-box table .form-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contents.wpn-form .sec-wpn-form .form-box table .btnType01 {
  display: inline-block;
  vertical-align: middle;
}
#contents.wpn-form .sec-wpn-form .form-box table .btnType01 a {
  width: 110px;
  height: 35px;
  font-size: 14px;
  padding-top: 8px;
}
#contents.wpn-form .sec-wpn-form .form-box table input[type=text],
#contents.wpn-form .sec-wpn-form .form-box table input[type=date],
#contents.wpn-form .sec-wpn-form .form-box table select {
  width: 100%;
  font-size: 14px;
  padding: 14px 10px;
  border: 1px solid #aaa;
  line-height: 1;
  border-radius: 4px;
  box-sizing: border-box;
}
#contents.wpn-form .sec-wpn-form .form-box table input::-webkit-input-placeholder {
  color: #999;
  line-height: 1.286;
}
#contents.wpn-form .sec-wpn-form .form-box table input:-ms-input-placeholder {
  color: #999;
  line-height: 1.286;
}
#contents.wpn-form .sec-wpn-form .form-box table input::-moz-placeholder {
  color: #999;
  line-height: 1.286;
}
#contents.wpn-form .sec-wpn-form .form-box table .form-num {
  width: 100px;
}
#contents.wpn-form .sec-wpn-form .form-box table .form-select,
#contents.wpn-form .sec-wpn-form .form-box table .form-address {
  width: 170px;
}
#contents.wpn-form .sec-wpn-form .form-box table .form-tel,
#contents.wpn-form .sec-wpn-form .form-box table .form-date {
  width: 250px;
}
#contents.wpn-form .sec-wpn-form .form-box table .form-person,
#contents.wpn-form .sec-wpn-form .form-box table .form-address {
  width: 350px;
}
#contents.wpn-form .sec-wpn-form .form-box table .form-store-name,
#contents.wpn-form .sec-wpn-form .form-box table .form-mail,
#contents.wpn-form .sec-wpn-form .form-box table .form-apart {
  width: 600px;
}
#contents.wpn-form .sec-wpn-form .form-box table .address p {
  margin-bottom: 10px;
}
#contents.wpn-form .sec-wpn-form .form-box table .address p:last-child {
  margin-bottom: 0;
}
#contents.wpn-form .sec-wpn-form .form-box table tr:nth-of-type(2n) {
  background: #fff;
}
#contents.wpn-form .sec-wpn-form .text-release {
  color: #f55d0b;
  text-align: center;
  padding-top: 20px;
  margin: 0 0 60px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
#contents.wpn-form .sec-wpn-form .box-agreement {
  margin-bottom: 50px;
}
#contents.wpn-form .sec-wpn-form .box-agreement h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f55d0b;
  margin-bottom: 30px;
}
#contents.wpn-form .sec-wpn-form .box-agreement .list-agreement {
  padding: 0 10px 30px;
  border-bottom: 1px solid #f55d0b;
}
#contents.wpn-form .sec-wpn-form .box-agreement .list-agreement li {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
#contents.wpn-form .sec-wpn-form .box-policy {
  background: #ddd;
  border: 1px solid #666;
  padding: 20px;
  height: 196px;
  overflow: auto;
  margin-bottom: 50px;
}
#contents.wpn-form .sec-wpn-form .box-policy h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents.wpn-form .sec-wpn-form .box-policy .text {
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: 0.01em;
}
#contents.wpn-form .sec-wpn-form .check-box {
  width: 330px;
  background: #fff;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto 50px;
  border-radius: 4px;
}
#contents.wpn-form .sec-wpn-form .check-box input {
  display: inline-block;
  vertical-align: middle;
}
#contents.wpn-form .sec-wpn-form .check-box label {
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
#contents.wpn-form .sec-wpn-form .btn-submit {
  width: 450px;
  margin: 0 auto;
}
#contents.wpn-form .sec-wpn-form .btn-submit input {
  width: 100%;
  display: block;
  padding: 25px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border: 2px solid #ddd;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f37e0a", endColorstr="#d82d0f", GradientType=1);
  transition: 0.15s ease-in-out;
}
#contents.wpn-form .sec-wpn-form .btn-submit input:hover {
  border-color: #333;
}
#contents.wpn-form .sec-wpn-form.confirm {
  padding: 50px 0 150px;
}
#contents.wpn-form .sec-wpn-form.confirm .form-box .check-list {
  padding-left: 25px;
}
#contents.wpn-form .sec-wpn-form.confirm .form-box .check-list li {
  padding-left: 0;
}
#contents.wpn-form .sec-wpn-form.confirm .form-box table th {
  font-size: 16px;
  vertical-align: middle;
}
#contents.wpn-form .sec-wpn-form.confirm .form-box table td {
  font-size: 16px;
  vertical-align: middle;
}
#contents.wpn-form .sec-wpn-form.confirm .form-box table td div, #contents.wpn-form .sec-wpn-form.confirm .form-box table td p {
  margin: 0;
  width: auto;
  vertical-align: baseline;
}
#contents.wpn-form .sec-wpn-form.confirm .btn-submit {
  padding-top: 50px;
}
#contents.wpn-form .sec-wpn-form.confirm .btn-submit .btn-back {
  width: 200px;
  background: #000;
  font-size: 13px;
  padding: 15px 0;
  margin: 30px auto 0;
}

#contents.wpn-form-comp {
  background: url(/assets/images/wpn/form/bg-thanks.jpg) no-repeat center;
  background-size: cover;
}
#contents.wpn-form-comp .page-title {
  padding-top: 100px;
  margin-bottom: 90px;
}
#contents.wpn-form-comp .page-title h1:before {
  content: "THANK YOU";
}
#contents.wpn-form-comp .sec-wpn-form-comp {
  text-align: center;
  padding-bottom: 160px;
}
#contents.wpn-form-comp .sec-wpn-form-comp h2 {
  color: #f55d0b;
  font-size: 30px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  margin-bottom: 70px;
  font-weight: bold;
}
#contents.wpn-form-comp .sec-wpn-form-comp p {
  color: #eee;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
#contents.wpn-form-comp .sec-wpn-form-comp .lead {
  font-size: 16px;
  line-height: 2.1875;
  margin-bottom: 50px;
}
#contents.wpn-form-comp .sec-wpn-form-comp .text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}
#contents.wpn-form-comp .sec-wpn-form-comp .contact {
  margin-bottom: 70px;
}
#contents.wpn-form-comp .sec-wpn-form-comp .contact span {
  color: #fff;
  font-size: 16px;
  display: block;
}
#contents.wpn-form-comp .sec-wpn-form-comp .contact a {
  cursor: default;
  color: #f55d0b;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 26px;
}
#contents.wpn-form-comp .sec-wpn-form-comp .contact small {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
#contents.wpn-form-comp .sec-wpn-form-comp .btn-topback a {
  width: 450px;
  height: 60px;
  padding-top: 21px;
}

@media screen and (max-width: 768px) {
  #contents.wpn-index {
    background: url(/assets/images/common/bg-pattern1.gif) repeat;
    background-size: 50px 50px;
  }
  #contents.wpn-index .page-title-custom {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #contents.wpn-index .page-title-custom h1 {
    width: 92%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }
  #contents.wpn-index .page-title-custom .lead {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
  }
  #contents.wpn-index .kv-wpn {
    width: 100%;
    height: auto;
    margin: 0 auto 35px;
    background: none;
  }
  #contents.wpn-index section .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.wpn-index .sec-wpn-about {
    text-align: center;
    padding-bottom: 65px;
  }
  #contents.wpn-index .sec-wpn-about .about-box {
    margin-bottom: 25px;
  }
  #contents.wpn-index .sec-wpn-about .about-box .sec-header {
    font-size: 21px;
    background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #contents.wpn-index .sec-wpn-about .about-box .text {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  #contents.wpn-index .sec-wpn-about .about-box .bnr {
    width: 91.71%;
    margin: 20px auto 0;
  }
  #contents.wpn-index .sec-wpn-about .about-box .bnr a:hover {
    opacity: 1;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact {
    width: 100%;
    margin: 0 auto 25px;
    padding: 15px 0 20px;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .sec-header {
    margin-bottom: 20px;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .sec-header .icon {
    width: 17%;
    margin: 0 auto 5px;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .sec-header .jp {
    font-size: 17px;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .sec-header .en {
    margin-right: 0;
    font-size: 11px;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .contact {
    width: 84%;
    margin: 0 auto 15px;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .contact div {
    margin-bottom: 15px;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .contact div p {
    display: block;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .contact div p.title {
    font-size: 15px;
    margin: 0 0 5px;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .contact div p.text {
    font-size: 20px;
    text-align: center;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .contact div p.text small {
    font-size: 12px;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .contact div a {
    text-decoration: none;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .contact div a:hover {
    text-decoration: none;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .contact div.tel a {
    cursor: pointer;
  }
  #contents.wpn-index .sec-wpn-about .wpn-contact .caution {
    font-size: 12px;
  }
  #contents.wpn-index .sec-wpn-about .form-link {
    width: 92%;
    margin: 0 auto;
    margin-top: 50px;
  }
  #contents.wpn-index .sec-wpn-about .form-link a:hover {
    opacity: 1;
  }
  #contents.wpn-form {
    background: url(/assets/images/common/bg-pattern1.gif) repeat;
    background-size: 50px 50px;
  }
  #contents.wpn-form .page-title-custom {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #contents.wpn-form .page-title-custom h1 {
    font-size: 28px;
  }
  #contents.wpn-form .page-title-custom h1 small {
    font-size: 19px;
  }
  #contents.wpn-form .page-title-custom h1 .en {
    font-size: 18px;
  }
  #contents.wpn-form section .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.wpn-form .sec-wpn-form-top {
    padding-bottom: 35px;
  }
  #contents.wpn-form .sec-wpn-form-top figure {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
  }
  #contents.wpn-form .sec-wpn-form-top .text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  #contents.wpn-form .sec-wpn-form-top .page-nav li {
    width: 44%;
    margin: 0 2%;
  }
  #contents.wpn-form .sec-wpn-form-top .page-nav li a {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 10px 0;
  }
  #contents.wpn-form .sec-wpn-form-top .page-nav li i {
    margin-left: 0;
    display: block;
    text-align: center;
  }
  #contents.wpn-form .sec-wpn-form-about {
    padding: 40px 0 35px;
  }
  #contents.wpn-form .sec-wpn-form-about h2 {
    font-size: 21px;
    margin-bottom: 12px;
  }
  #contents.wpn-form .sec-wpn-form-about .table-about {
    border-width: 4px;
    background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
    background-size: 50px 50px;
  }
  #contents.wpn-form .sec-wpn-form-about .table-about table {
    width: 100%;
    border: 1px solid #666;
  }
  #contents.wpn-form .sec-wpn-form-about .table-about table th, #contents.wpn-form .sec-wpn-form-about .table-about table td {
    vertical-align: top;
    display: block;
  }
  #contents.wpn-form .sec-wpn-form-about .table-about table th {
    width: auto;
    padding: 15px 3.5% 10px 3.5%;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: none;
  }
  #contents.wpn-form .sec-wpn-form-about .table-about table td {
    font-size: 13px;
    padding: 0 3.5% 15px 3.5%;
    line-height: 1.4;
  }
  #contents.wpn-form .sec-wpn-form-about .table-about table td small {
    font-size: 10px;
  }
  #contents.wpn-form .sec-wpn-form {
    background: #000;
    padding: 0 0 75px;
  }
  #contents.wpn-form .sec-wpn-form h2 {
    font-size: 21px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-width: 4px;
  }
  #contents.wpn-form .sec-wpn-form .form-box {
    margin-bottom: 20px;
  }
  #contents.wpn-form .sec-wpn-form .form-box h3 {
    font-size: 16px;
    border-width: 3px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  #contents.wpn-form .sec-wpn-form .form-box h3 small {
    display: block;
    font-size: 12px;
  }
  #contents.wpn-form .sec-wpn-form .form-box .check-list {
    background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
    background-size: 50px 50px;
    padding: 15px 3% 15px 3%;
  }
  #contents.wpn-form .sec-wpn-form .form-box .check-list li {
    font-size: 13px;
    padding-left: 30px;
  }
  #contents.wpn-form .sec-wpn-form .form-box table {
    background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
    background-size: 50px 50px;
  }
  #contents.wpn-form .sec-wpn-form .form-box table th, #contents.wpn-form .sec-wpn-form .form-box table td {
    display: block;
  }
  #contents.wpn-form .sec-wpn-form .form-box table th {
    width: 100%;
    padding: 15px 3.5% 10px 3.5%;
    font-size: 14px;
  }
  #contents.wpn-form .sec-wpn-form .form-box table th span {
    font-size: 10px;
  }
  #contents.wpn-form .sec-wpn-form .form-box table td {
    padding: 0 3.5% 15px 3.5%;
    font-size: 13px;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .text-store {
    margin-bottom: 5px;
    font-size: 11px;
  }
  #contents.wpn-form .sec-wpn-form .form-box table small {
    font-size: 11px;
  }
  #contents.wpn-form .sec-wpn-form .form-box table strong {
    font-size: 13px;
    display: inline-block;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .form-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .btnType01 {
    display: inline-block;
    vertical-align: middle;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .btnType01 a {
    width: 92px;
    height: 33px;
    font-size: 12px;
    padding-top: 8px;
  }
  #contents.wpn-form .sec-wpn-form .form-box table input[type=text] {
    -webkit-appearance: none;
  }
  #contents.wpn-form .sec-wpn-form .form-box table input[type=text],
  #contents.wpn-form .sec-wpn-form .form-box table input[type=date],
  #contents.wpn-form .sec-wpn-form .form-box table select {
    padding: 5px 7px;
    display: block;
    background: #fff;
    min-height: 32px;
    font-size: 16px;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .form-num,
  #contents.wpn-form .sec-wpn-form .form-box table .form-select,
  #contents.wpn-form .sec-wpn-form .form-box table .form-date {
    width: 46%;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .form-address {
    width: 100%;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .form-tel {
    width: 67%;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .form-address-num {
    width: 41%;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .form-person,
  #contents.wpn-form .sec-wpn-form .form-box table .form-address {
    width: 100%;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .form-store-name,
  #contents.wpn-form .sec-wpn-form .form-box table .form-mail,
  #contents.wpn-form .sec-wpn-form .form-box table .form-apart {
    width: 100%;
  }
  #contents.wpn-form .sec-wpn-form .form-box table .address p {
    margin-bottom: 5px;
  }
  #contents.wpn-form .sec-wpn-form .text-release {
    padding-top: 0;
    margin: 0 0 35px;
    font-size: 15px;
    line-height: 1.35;
  }
  #contents.wpn-form .sec-wpn-form .box-agreement {
    margin-bottom: 30px;
  }
  #contents.wpn-form .sec-wpn-form .box-agreement h3 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #contents.wpn-form .sec-wpn-form .box-agreement .list-agreement {
    padding: 0 5px 20px;
  }
  #contents.wpn-form .sec-wpn-form .box-agreement .list-agreement li {
    font-size: 12px;
  }
  #contents.wpn-form .sec-wpn-form .box-policy {
    padding: 10px 3.5%;
    height: 143px;
    margin-bottom: 30px;
  }
  #contents.wpn-form .sec-wpn-form .box-policy h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #contents.wpn-form .sec-wpn-form .box-policy .text {
    line-height: 1.3;
    font-size: 13px;
  }
  #contents.wpn-form .sec-wpn-form .check-box {
    width: 71.6%;
    padding: 15px 0;
    margin: 0 auto 25px;
  }
  #contents.wpn-form .sec-wpn-form .check-box label {
    font-size: 13px;
    line-height: 1;
  }
  #contents.wpn-form .sec-wpn-form .btn-submit {
    width: 92%;
  }
  #contents.wpn-form .sec-wpn-form .btn-submit input {
    padding: 20px 0;
    font-size: 13px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  #contents.wpn-form .sec-wpn-form .btn-submit input:hover {
    border-color: #ddd;
  }
  #contents.wpn-form .sec-wpn-form.confirm {
    padding: 25px 0 75px;
  }
  #contents.wpn-form .sec-wpn-form.confirm .form-box .check-list {
    padding-left: 3.5%;
  }
  #contents.wpn-form .sec-wpn-form.confirm .form-box .check-list li {
    padding-left: 0;
  }
  #contents.wpn-form .sec-wpn-form.confirm .form-box table th {
    font-size: 14px;
  }
  #contents.wpn-form .sec-wpn-form.confirm .form-box table td {
    font-size: 14px;
  }
  #contents.wpn-form .sec-wpn-form.confirm .btn-submit {
    padding-top: 30px;
  }
  #contents.wpn-form .sec-wpn-form.confirm .btn-submit .btn-back {
    margin: 25px auto 0;
  }
  #contents.wpn-form-comp {
    background: url(/assets/images/wpn/form/bg-thanks.jpg) no-repeat center top;
    background-size: auto;
  }
  #contents.wpn-form-comp .page-title {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #contents.wpn-form-comp .page-title div {
    height: auto;
    background: none;
    position: static;
  }
  #contents.wpn-form-comp .page-title h1 span {
    display: block;
  }
  #contents.wpn-form-comp .page-title h1:before {
    content: "THANK YOU";
  }
  #contents.wpn-form-comp .sec-wpn-form-comp {
    padding-bottom: 75px;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp h2 {
    font-size: 21px;
    margin-bottom: 35px;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp p {
    padding: 0 3.7%;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp .lead {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp .text {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 20px;
    text-align: left;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp .contact {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #333333;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp .contact span {
    font-size: 15px;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp .contact a {
    cursor: pointer;
    font-size: 20px;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp .contact small {
    font-size: 12px;
  }
  #contents.wpn-form-comp .sec-wpn-form-comp .btn-topback a {
    width: 92%;
    height: auto;
    padding: 16px 0;
  }
}
/* ----------------------------------------------------------------------------------------

	startguide

---------------------------------------------------------------------------------------- */
#contents.startguide .page-title.custom div h1 {
  padding-top: 60px;
}
#contents.startguide .page-title.custom div h1 span {
  display: block;
}
#contents.startguide .page-title.custom div h1 .title-1 {
  font-size: 40px;
}
#contents.startguide .sec-glossary {
  background: url(../images/startguide/index/bg_glossary.jpg) no-repeat center top;
  background-size: cover;
  height: 450px;
  margin-bottom: 80px;
}
#contents.startguide .sec-glossary .inner {
  width: 440px;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  box-sizing: border-box;
  padding-top: 110px;
}
#contents.startguide .sec-glossary .sec-header {
  margin-bottom: 40px;
}
#contents.startguide .sec-glossary .sec-header span {
  display: block;
  text-indent: 0.1em;
}
#contents.startguide .sec-glossary .sec-header .en {
  margin: 0;
}
#contents.startguide .sec-glossary .text {
  color: #eee;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  margin-bottom: 40px;
}
#contents.startguide .sec-glossary .btnType01 a {
  height: 40px;
  padding-top: 12px;
}
#contents.startguide .link-area {
  margin-bottom: 125px;
}
#contents.startguide .link-area a {
  transition: opacity 0.15s ease-in-out;
}
#contents.startguide .link-area a:hover {
  opacity: 0.75;
}
#contents.startguide .link-area .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.startguide .link-area .bnr {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  text-align: center;
}
#contents.startguide .link-area .bnr li {
  width: 500px;
  margin: 0 10px;
  display: inline-block;
}
#contents.startguide .link-area .link-tc {
  border-top: 1px solid #fff;
  padding-top: 40px;
}
#contents.startguide .link-area .link-tc a {
  display: block;
  width: 900px;
  margin: 0 auto;
}

#contents.startguide-index {
  background: url(../images/common/bg-pattern1.gif) repeat 0 0;
}
#contents.startguide-index .page-title.img {
  background: url(../images/startguide/index/bg-page.jpg) no-repeat center top;
  background-size: cover;
  height: 420px;
  padding: 0;
}
#contents.startguide-index .page-title.img h1 {
  width: 622px;
  height: 100%;
  margin: 0 auto;
}
#contents.startguide-index .page-title.img h1 img {
  width: 100%;
  height: auto;
}
#contents.startguide-index section .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.startguide-index .sec-startguide-top .sec-header,
#contents.startguide-index .sec-startguide-howto .sec-header,
#contents.startguide-index .sec-startguide-welcome-deck .sec-header,
#contents.startguide-index .sec-startguide-teaching .sec-header {
  margin-bottom: 40px;
}
#contents.startguide-index .sec-startguide-top .sec-header span,
#contents.startguide-index .sec-startguide-howto .sec-header span,
#contents.startguide-index .sec-startguide-welcome-deck .sec-header span,
#contents.startguide-index .sec-startguide-teaching .sec-header span {
  display: block;
  text-shadow: none;
  color: #222;
}
#contents.startguide-index .sec-startguide-top .sec-header .en,
#contents.startguide-index .sec-startguide-howto .sec-header .en,
#contents.startguide-index .sec-startguide-welcome-deck .sec-header .en,
#contents.startguide-index .sec-startguide-teaching .sec-header .en {
  font-size: 40px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#contents.startguide-index .sec-startguide-top .sec-header .jp,
#contents.startguide-index .sec-startguide-howto .sec-header .jp,
#contents.startguide-index .sec-startguide-welcome-deck .sec-header .jp,
#contents.startguide-index .sec-startguide-teaching .sec-header .jp {
  font-size: 18px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
#contents.startguide-index .sec-startguide-welcome-deck {
  text-align: center;
}
#contents.startguide-index .sec-startguide-welcome-deck .sec-header {
  margin-bottom: 30px;
}
#contents.startguide-index .sec-startguide-welcome-deck .sec-header .en {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #contents.startguide-index .sec-startguide-welcome-deck .sec-header .en {
    font-size: 32px;
  }
}
#contents.startguide-index .sec-startguide-welcome-deck .inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 40px;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul {
  width: 1123px;
  margin: 0 auto;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul li {
  float: left;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul li:nth-child(2) {
  margin-left: 66px;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul li .ticket {
  width: 475px;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul li .ticket img {
  width: 100%;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul li .products {
  width: 580px;
  height: 278px;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul li .products img {
  width: 100%;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul li .text-header {
  margin-bottom: 10px;
  color: #f55d0b;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner ul li .text {
  font-size: 16px;
  line-height: 2em;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner .shop {
  margin-top: 70px;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner .shop .shoplist-btn {
  width: 770px;
  margin: 0 auto;
  margin-bottom: 24px;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner .shop .shoplist-btn a {
  display: block;
  transition: opacity 0.15s ease-in-out;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner .shop .shoplist-btn a:hover {
  opacity: 0.75;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner .shop .txt {
  font-size: 16px;
  line-height: 2em;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner .shop .txt a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.startguide-index .sec-startguide-welcome-deck .inner .shop .txt a:hover {
  text-decoration: underline;
}
#contents.startguide-index .sec-startguide-teaching {
  text-align: center;
}
#contents.startguide-index .sec-startguide-teaching .sec-header {
  margin-bottom: 30px;
}
#contents.startguide-index .sec-startguide-teaching .sec-header .en {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #contents.startguide-index .sec-startguide-teaching .sec-header .en {
    font-size: 32px;
  }
}
#contents.startguide-index .sec-startguide-teaching .inner {
  border-top: 1px solid #fff;
  padding-top: 40px;
}
#contents.startguide-index .sec-startguide-teaching .inner .lead {
  font-size: 16px;
  line-height: 2.5;
  color: #333;
  padding: 0 80px;
}
#contents.startguide-index .sec-startguide-teaching .inner .link-area {
  width: 1200px;
  margin: 0 auto;
}
#contents.startguide-index .sec-startguide-teaching .inner .link-area .bnr {
  padding-bottom: 60px;
  text-align: center;
}
#contents.startguide-index .sec-startguide-teaching .inner .link-area .bnr li {
  margin: 0 0 8px;
}
#contents.startguide-index .sec-startguide-teaching .inner .link-area .bnr li:last-child {
  margin-bottom: 0;
}
#contents.startguide-index .sec-startguide-teaching .inner .link-area .bnr li a {
  display: block;
}
#contents.startguide-index .sec-startguide-teaching .inner .link-area .link-tc {
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: none;
}
#contents.startguide-index .sec-startguide-teaching .inner .link-area .link-tc a {
  display: block;
  margin: 0 auto;
}
#contents.startguide-index .sec-startguide-top {
  text-align: center;
}
#contents.startguide-index .sec-startguide-top .inner {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}
#contents.startguide-index .sec-startguide-top .movie {
  margin-bottom: 30px;
}
#contents.startguide-index .sec-startguide-top .lead {
  font-size: 16px;
  line-height: 2.5;
  color: #333;
  padding: 0 80px;
}
#contents.startguide-index .sec-startguide-howto {
  text-align: center;
}
#contents.startguide-index .sec-startguide-howto .inner {
  border-top: 1px solid #fff;
  padding-top: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu {
  margin: 0 auto;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab {
  width: 1070px;
  margin: 0 auto;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab:after {
  content: "";
  display: table;
  clear: both;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li {
  width: 260px;
  height: 70px;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li:last-child {
  margin-right: 0;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li i {
  margin-left: 0.5em;
  font-size: 13px;
  vertical-align: top;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p {
  background: #222222;
  display: block;
  height: 70px;
  border: 2px solid #ddd;
  border-bottom: none;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  color: #ddd;
  position: relative;
  overflow: hidden;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p span {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:after, #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  z-index: 0;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:hover {
  color: #fff;
  border: 2px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom: none;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:hover:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:hover:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li.active p {
  color: #fff;
  border: 2px solid rgb(243, 126, 10);
  border-right-color: #da2b10;
  border-bottom: none;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li.active p:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li.active p:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content {
  display: none;
  background: #fff;
  border-top: 3px solid #f55d0b;
  padding: 23px 25px 40px;
  text-align: left;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .title-step {
  text-align: left;
  margin-bottom: 15px;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .title-step .step {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #f55d0b;
  font-size: 16px;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
  padding-top: 10px;
  font-weight: normal;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .title-step .step strong {
  display: block;
  font-size: 32px;
  font-weight: normal;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .title-step h3 {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
  font-weight: bold;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .movie {
  margin-bottom: 30px;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area {
  width: 870px;
  position: relative;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .title-point {
  position: absolute;
  bottom: -40px;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point {
  background: #2a2a2a;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 2;
  border-radius: 10px;
  padding: 0px 35px 20px 20px;
  position: relative;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point:after {
  content: "";
  display: table;
  clear: both;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-color: transparent transparent transparent #2a2a2a;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point:last-child {
  margin-bottom: 0;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point p {
  float: left;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point .title {
  color: #fff;
  border-left: 4px solid #f55d0b;
  padding: 0 0 2px 14px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  width: 210px;
  margin-top: 17px;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point .text {
  width: 590px;
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-top: 10px;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point .text a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point .text a:hover {
  text-decoration: underline;
}
#contents.startguide-index .sec-startguide-howto .step-box .tab-content.active {
  display: block;
}
#contents.startguide-index .sec-startguide-howto .step-box .part1 .point-area .title-point {
  right: -300px;
}
#contents.startguide-index .sec-startguide-howto .step-box .part2 .point-area .title-point {
  right: -293px;
}
#contents.startguide-index .sec-startguide-howto .step-box .part3 .point-area .title-point {
  right: -281px;
}
#contents.startguide-index .sec-startguide-howto .step-box .part4 .point-area .title-point {
  right: -305px;
}

#contents.startguide-knowledge .page-title.custom div {
  background-image: url(/assets/images/startguide/knowledge/bg-page.jpg);
}
#contents.startguide-knowledge .page-link {
  width: 1200px;
  margin: 0 auto 40px;
}
#contents.startguide-knowledge .page-link ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.startguide-knowledge .page-link ul li {
  width: 390px;
  float: left;
  margin-right: 15px;
}
#contents.startguide-knowledge .page-link ul li:last-child {
  margin-right: 0;
}
#contents.startguide-knowledge .page-link ul li a {
  display: block;
  width: 100%;
  height: auto;
  border-width: 1px;
  padding: 27px 0;
  font-size: 16px;
}
#contents.startguide-knowledge .page-link ul li a small {
  font-size: 14px;
}
#contents.startguide-knowledge .page-link ul li a i {
  font-size: 14px;
  margin-left: 0.5em;
}
#contents.startguide-knowledge .page-link ul li a:hover i {
  color: #fff;
}
#contents.startguide-knowledge .sec-card-view .sec-header span,
#contents.startguide-knowledge .sec-card-color .sec-header span {
  display: block;
}
#contents.startguide-knowledge .sec-card-view .sec-header .en,
#contents.startguide-knowledge .sec-card-color .sec-header .en {
  letter-spacing: 0.05em;
  font-size: 40px;
  margin-right: 0;
}
#contents.startguide-knowledge .sec-card-view .sec-header .jp,
#contents.startguide-knowledge .sec-card-color .sec-header .jp {
  font-size: 18px;
  letter-spacing: 0.03em;
}
#contents.startguide-knowledge .sec-card-view {
  background: url(/assets/images/startguide/knowledge/bg-card.jpg) no-repeat center top;
  background-size: cover;
  padding: 90px 0 110px;
}
#contents.startguide-knowledge .sec-card-view .sec-header {
  margin-bottom: 40px;
}
#contents.startguide-knowledge .sec-card-view .sec-header span {
  text-shadow: none;
  color: #222;
}
#contents.startguide-knowledge .sec-card-view .inner {
  @inclued clearfix;
}
#contents.startguide-knowledge .sec-card-view .inner .card-img {
  width: 493px;
  margin-top: 120px;
  float: left;
}
#contents.startguide-knowledge .sec-card-view .inner .card-img figure {
  padding: 0;
  margin: 0;
}
#contents.startguide-knowledge .sec-card-view .inner .card-img figure img {
  width: 100%;
  height: auto;
}
#contents.startguide-knowledge .sec-card-view .inner .card-view {
  width: 600px;
  float: right;
}
#contents.startguide-knowledge .sec-card-view .inner .card-view table {
  width: 100%;
  border-top: 1px solid #fff;
}
#contents.startguide-knowledge .sec-card-view .inner .card-view table th, #contents.startguide-knowledge .sec-card-view .inner .card-view table td {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}
#contents.startguide-knowledge .sec-card-view .inner .card-view table th {
  width: 200px;
  font-size: 18px;
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
#contents.startguide-knowledge .sec-card-view .inner .card-view table th span {
  width: 25px;
  height: 25px;
  background: #f55d0b;
  font-family: "Jockey One", sans-serif;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  letter-spacing: 0;
  margin-right: 10px;
  text-indent: 0;
}
#contents.startguide-knowledge .sec-card-view .inner .card-view table td {
  width: 390px;
  font-size: 14px;
  padding-left: 10px;
}
#contents.startguide-knowledge .sec-card-view .inner .card-view table td img {
  width: 100%;
  height: auto;
}
#contents.startguide-knowledge .sec-card-view .inner .card-view table td .img {
  margin-top: 10px;
}
#contents.startguide-knowledge .sec-card-color {
  background: url(../images/startguide/knowledge/bg-color.jpg) no-repeat center;
  background-size: cover;
  padding: 130px 0 120px;
}
#contents.startguide-knowledge .sec-card-color .sec-header {
  margin-bottom: 40px;
}
#contents.startguide-knowledge .sec-card-color .sec-header span {
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}
#contents.startguide-knowledge .sec-card-color .inner {
  @inclued clearfix;
}
#contents.startguide-knowledge .sec-card-color .inner .title-block {
  width: 479px;
  margin-top: 120px;
  float: left;
}
#contents.startguide-knowledge .sec-card-color .inner .title-block .text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-shadow: 1px 1px 2px #000000;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color {
  width: 600px;
  float: right;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li {
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  margin-bottom: 10px;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li .icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li .title {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li .title span {
  display: block;
  text-shadow: 1px 1px 2px #000000;
  color: #fff;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li .title .jp {
  font-size: 28px;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li .title .en {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li .text {
  width: 370px;
  font-size: 14px;
  vertical-align: middle;
  color: #eee;
  line-height: 1.7;
  display: inline-block;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li.blue .title span {
  color: #45a5ff;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li.black .title span {
  color: #979797;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li.red .title span {
  color: #e20909;
}
#contents.startguide-knowledge .sec-card-color .inner .card-color ul li.green .title span {
  color: #93c643;
}
#contents.startguide-knowledge .sec-card-type {
  text-align: center;
  padding: 75px 0 170px;
}
#contents.startguide-knowledge .sec-card-type .sec-header {
  margin-bottom: 50px;
}
#contents.startguide-knowledge .sec-card-type .sec-header span {
  display: block;
  text-shadow: none;
  color: #222;
}
#contents.startguide-knowledge .sec-card-type .sec-header .en {
  font-size: 40px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-right: 0;
}
#contents.startguide-knowledge .sec-card-type .sec-header .jp {
  font-size: 18px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
#contents.startguide-knowledge .sec-card-type .slider {
  width: 100%;
  margin: 0 auto 140px;
  position: relative;
}
#contents.startguide-knowledge .sec-card-type .slider img {
  width: 100%;
  height: auto;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-viewport {
  padding-right: 1px;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev,
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-color: #333;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.15s ease-in-out;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev:hover,
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev:after,
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next:after {
  position: absolute;
  top: 16px;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev {
  left: 0;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev:after {
  left: 17px;
  border-left: 2px solid #ddd;
  border-top: 2px solid #ddd;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next {
  right: 0;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next:after {
  left: 13px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-pager {
  text-align: center;
  padding-top: 18px;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -9999px;
  background-color: #666;
  overflow: hidden;
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
}
#contents.startguide-knowledge .sec-card-type .slider .bx-pager .bx-pager-item a.active, #contents.startguide-knowledge .sec-card-type .slider .bx-pager .bx-pager-item a:hover {
  background-color: #eb9b00;
}
#contents.startguide-knowledge .sec-card-type .card-type-list h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  color: #333;
}
#contents.startguide-knowledge .sec-card-type .card-type-list li {
  height: 450px;
}
#contents.startguide-knowledge .sec-card-type .card-type-list figure {
  width: 82.666666666%;
  margin: 0 auto 30px;
  padding: 0;
}
#contents.startguide-knowledge .sec-card-type .card-type-list .text {
  font-size: 14px;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  line-height: 2;
}
#contents.startguide-knowledge .sec-card-type .btn-area {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
#contents.startguide-knowledge .sec-card-type .btn-area ul {
  padding-bottom: 0;
  border-bottom: none;
}

#contents.startguide-download .page-title.custom {
  margin-bottom: 110px;
}
#contents.startguide-download .page-title.custom div {
  background-image: url(/assets/images/startguide/download/bg-page.jpg);
}
#contents.startguide-download .page-title.custom div small {
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
#contents.startguide-download .sec-download {
  padding-bottom: 150px;
}
#contents.startguide-download .sec-download .area-download {
  width: 850px;
  margin: 0 auto 70px;
}
#contents.startguide-download .sec-download .area-download:after {
  content: "";
  display: table;
  clear: both;
}
#contents.startguide-download .sec-download .box-download {
  width: 380px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  padding: 31px 0 65px 0;
  float: left;
}
#contents.startguide-download .sec-download .box-download:nth-of-type(2n) {
  float: right;
}
#contents.startguide-download .sec-download .box-download .wrap {
  width: 320px;
  margin: 0 auto;
}
#contents.startguide-download .sec-download .box-download figure {
  width: 320px;
  margin: 0 auto 40px;
  padding: 0;
}
#contents.startguide-download .sec-download .box-download figure img {
  width: 100%;
  height: auto;
}
#contents.startguide-download .sec-download .box-download .sec-header {
  text-align: center;
  margin-bottom: 40px;
}
#contents.startguide-download .sec-download .box-download .sec-header span {
  display: block;
}
#contents.startguide-download .sec-download .box-download .sec-header .en {
  margin-right: 0;
}
#contents.startguide-download .sec-download .box-download .btnType01 a {
  height: 40px;
  padding-top: 10px;
}
#contents.startguide-download .sec-download .box-download .btnType01 a i {
  margin-left: 0.5em;
  color: #f55d0b;
}
#contents.startguide-download .sec-download .box-download .btnType01 a:hover i {
  color: #eee;
}
#contents.startguide-download .sec-download .btn-area {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
#contents.startguide-download .sec-download .btn-area ul {
  padding-bottom: 0;
  border-bottom: none;
}

#contents.startguide-detail .btn-area {
  border-bottom: none;
}
#contents.startguide-detail .btn-area ul {
  border-bottom: none;
  padding-bottom: 0;
}
#contents.startguide-detail .inner .reading-main .article-title {
  margin-bottom: 40px;
}
#contents.startguide-detail .inner .reading-sub {
  margin-top: 0;
}
#contents.startguide-detail .inner .reading-sub .sec-related-posts ul li {
  width: 270px;
  margin: 0 auto;
  font-size: 13px;
}
#contents.startguide-detail .inner .reading-sub .sec-related-posts ul li:last-child {
  border-bottom: none;
}
#contents.startguide-detail .inner .reading-sub .sec-related-posts ul li a {
  padding: 20px 0;
  transition: color 0.15s ease-in-out;
}
#contents.startguide-detail .inner .reading-sub .sec-related-posts ul li a:hover {
  color: #f55d0b;
}

#contents.startguide-detail.glossary .page-title.custom div {
  background-image: url(/assets/images/startguide/glossary/bg-page.jpg);
}

@media screen and (max-width: 768px) {
  #contents.startguide .page-title.custom div h1 {
    padding-top: 10px;
  }
  #contents.startguide .page-title.custom div h1 .title-1 {
    font-size: 30px;
  }
  #contents.startguide .sec-glossary {
    background: url(../images/startguide/index/bg_glossary-sp.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    margin-bottom: 35px;
  }
  #contents.startguide .sec-glossary .inner {
    width: 88%;
    height: 100%;
    padding: 35px 0 40px;
  }
  #contents.startguide .sec-glossary .sec-header {
    margin-bottom: 30px;
  }
  #contents.startguide .sec-glossary .sec-header span {
    display: block;
    text-indent: 0.1em;
  }
  #contents.startguide .sec-glossary .sec-header .en {
    margin: 0;
  }
  #contents.startguide .sec-glossary .text {
    color: #eee;
    font-size: 10px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  #contents.startguide .sec-glossary .btnType01 a {
    height: 40px;
    padding-top: 12px;
  }
  #contents.startguide .link-area {
    margin-bottom: 0;
    padding-bottom: 70px;
  }
  #contents.startguide .link-area a:hover {
    opacity: 1;
  }
  #contents.startguide .link-area .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.startguide .link-area .bnr {
    padding-bottom: 30px;
    text-align: center;
  }
  #contents.startguide .link-area .bnr li {
    width: 100%;
    margin: 0 0 8px;
    display: block;
  }
  #contents.startguide .link-area .bnr li:last-child {
    margin-bottom: 0;
  }
  #contents.startguide .link-area .link-tc {
    padding-top: 30px;
  }
  #contents.startguide .link-area .link-tc a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #contents.startguide-index {
    background: url(../images/common/bg-pattern1.gif) repeat 0 0;
    background-size: 50px 50px;
  }
  #contents.startguide-index .page-title.img {
    background: none;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
  }
  #contents.startguide-index .page-title.img h1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #contents.startguide-index .page-title.img h1 img {
    height: auto;
    vertical-align: bottom;
  }
  #contents.startguide-index section .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.startguide-index .sec-startguide-top .sec-header,
  #contents.startguide-index .sec-startguide-howto .sec-header,
  #contents.startguide-index .sec-startguide-welcome-deck .sec-header,
  #contents.startguide-index .sec-startguide-teaching .sec-header {
    margin-bottom: 20px;
  }
  #contents.startguide-index .sec-startguide-top .sec-header .en,
  #contents.startguide-index .sec-startguide-howto .sec-header .en,
  #contents.startguide-index .sec-startguide-welcome-deck .sec-header .en,
  #contents.startguide-index .sec-startguide-teaching .sec-header .en {
    font-size: 32px;
  }
  #contents.startguide-index .sec-startguide-top .sec-header .jp,
  #contents.startguide-index .sec-startguide-howto .sec-header .jp,
  #contents.startguide-index .sec-startguide-welcome-deck .sec-header .jp,
  #contents.startguide-index .sec-startguide-teaching .sec-header .jp {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  #contents.startguide-index .sec-startguide-top .inner {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }
  #contents.startguide-index .sec-startguide-top .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
  #contents.startguide-index .sec-startguide-top .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #contents.startguide-index .sec-startguide-top .lead {
    font-size: 14px;
    line-height: 1.785;
    color: #333;
    padding: 0;
    text-align: left;
  }
  #contents.startguide-index .sec-startguide-top .lead br {
    display: none;
  }
  #contents.startguide-index .sec-startguide-welcome-deck {
    text-align: center;
    margin-bottom: 0px;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .sec-header {
    width: 92%;
    margin: 0 auto 15px;
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .sec-header h2 {
    line-height: 1.1;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .sec-header .en {
    font-size: 28px;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner {
    width: 92%;
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner ul {
    width: 90%;
    margin: 0 auto;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner ul li {
    float: none;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner ul li:nth-child(2) {
    margin-left: 0;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner ul li .ticket {
    width: 100%;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner ul li .ticket img {
    width: 90%;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner ul li .products {
    width: 100%;
    height: auto;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner ul li .products img {
    width: 100%;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner ul li .text-header {
    margin-top: -5%;
    margin-bottom: 2%;
    color: #f55d0b;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner ul li .text {
    font-size: 14px;
    line-height: 1.6em;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner .shop {
    margin-top: 30px;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner .shop .shoplist-btn {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 19px;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner .shop .shoplist-btn img {
    width: 100%;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner .shop .shoplist-btn a {
    transition: opacity 0.15s ease-in-out;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner .shop .shoplist-btn a:hover {
    opacity: 0.75;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner .shop .txt {
    font-size: 14px;
    line-height: 1.6em;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner .shop .txt a {
    color: #10b7b9;
    text-decoration: none;
  }
  #contents.startguide-index .sec-startguide-welcome-deck .inner .shop .txt a:hover {
    text-decoration: underline;
  }
  #contents.startguide-index .sec-startguide-teaching {
    text-align: center;
    margin-bottom: 0px;
  }
  #contents.startguide-index .sec-startguide-teaching .sec-header {
    width: 92%;
    margin: 0 auto 25px;
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
  #contents.startguide-index .sec-startguide-teaching .sec-header h2 {
    line-height: 1.1;
  }
  #contents.startguide-index .sec-startguide-teaching .inner {
    width: 92%;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #contents.startguide-index .sec-startguide-teaching .inner .lead {
    font-size: 14px;
    line-height: 1.785;
    color: #333;
    padding: 0;
    text-align: left;
  }
  #contents.startguide-index .sec-startguide-teaching .inner .link-area {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  #contents.startguide-index .sec-startguide-teaching .inner .link-area .bnr {
    padding-bottom: 10%;
  }
  #contents.startguide-index .sec-startguide-howto {
    text-align: center;
  }
  #contents.startguide-index .sec-startguide-howto .inner {
    width: 100%;
    border-top: none;
    padding-top: 0;
    border-bottom: none;
    padding-bottom: 0px;
  }
  #contents.startguide-index .sec-startguide-howto .inner:after {
    content: "";
    display: block;
    width: 85%;
    border-top: 1px solid #CCC;
    margin: 0 auto;
  }
  #contents.startguide-index .sec-startguide-howto .sec-header {
    width: 92%;
    margin: 0 auto 25px;
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu {
    width: 100%;
    margin-bottom: 0;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab {
    width: 92%;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li {
    width: 24%;
    height: auto;
    margin-right: 1.2%;
    font-size: 10px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li:last-child {
    margin-right: 0;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li i {
    margin: 0;
    display: block;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li strong {
    display: block;
    font-size: 14px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p {
    font-size: 14px;
    height: 55px;
    line-height: 1.2;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:before, #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:after {
    display: none;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li p:hover {
    border: 2px solid #ddd;
    border-bottom: none;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-menu .tab li.active p {
    border: 2px solid #f37e0a;
    border-right-color: #da2b10;
    border-bottom: none;
    background: rgb(243, 126, 10);
    background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
    background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content {
    display: none;
    background: none;
    padding: 13px 0 45px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .title-step {
    width: 92%;
    margin: 0 auto 15px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .title-step .step {
    width: 40px;
    height: 40px;
    font-size: 10px;
    padding-top: 7px;
    margin-right: 8px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .title-step .step strong {
    font-size: 20px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .title-step h3 {
    width: 80%;
    font-size: 18px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .movie {
    position: relative;
    width: 92%;
    padding-top: 56.25%;
    margin: 0 auto 0;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area {
    width: 92%;
    position: relative;
    margin: 0 auto;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .title-point {
    position: relative;
    bottom: auto;
    right: auto;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.6;
    padding: 15px 14px 15px 14px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point:before {
    display: none;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point p {
    float: none;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point .title {
    border-left: 3px solid #f55d0b;
    padding: 2px 0 2px 7px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    margin: 0 0 10px;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point .title br {
    display: none;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content .point-area .point .text {
    width: 100%;
    font-size: 13px;
    margin: 0;
  }
  #contents.startguide-index .sec-startguide-howto .step-box .tab-content.active {
    display: block;
  }
  #contents.startguide-knowledge {
    padding-bottom: 0;
  }
  #contents.startguide-knowledge .page-link {
    width: 92%;
    margin: 0 auto 18px;
  }
  #contents.startguide-knowledge .page-link ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  #contents.startguide-knowledge .page-link ul li:last-child {
    margin-right: 0;
  }
  #contents.startguide-knowledge .page-link ul li a {
    padding: 15px 0 10px;
    font-size: 14px;
  }
  #contents.startguide-knowledge .page-link ul li a i {
    font-size: 10px;
    margin: 5px 0 0 0;
    display: block;
  }
  #contents.startguide-knowledge .page-link ul li a:hover i {
    color: #ddd;
  }
  #contents.startguide-knowledge .sec-card-view .sec-header,
  #contents.startguide-knowledge .sec-card-color .sec-header {
    text-align: center;
  }
  #contents.startguide-knowledge .sec-card-view .sec-header span,
  #contents.startguide-knowledge .sec-card-color .sec-header span {
    display: block;
  }
  #contents.startguide-knowledge .sec-card-view .sec-header .en,
  #contents.startguide-knowledge .sec-card-color .sec-header .en {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    font-size: 32px;
    margin-right: 0;
  }
  #contents.startguide-knowledge .sec-card-view .sec-header .jp,
  #contents.startguide-knowledge .sec-card-color .sec-header .jp {
    font-size: 14px;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
  }
  #contents.startguide-knowledge .sec-card-view {
    background: url(/assets/images/startguide/knowledge/bg-card.jpg) no-repeat center top;
    background-size: cover;
    padding: 35px 0 46px;
  }
  #contents.startguide-knowledge .sec-card-view .sec-header {
    margin-bottom: 20px;
  }
  #contents.startguide-knowledge .sec-card-view .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    float: none;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-img figure {
    padding: 0;
    margin: 0;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-img figure img {
    width: 100%;
    height: auto;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-view {
    width: 100%;
    float: none;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-view table {
    width: 100%;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-view table th, #contents.startguide-knowledge .sec-card-view .inner .card-view table td {
    padding: 15px 7px;
    display: block;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-view table th {
    width: 100%;
    font-size: 15px;
    text-indent: 0;
    padding-left: 7px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 12px;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-view table th br {
    display: none;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-view table th span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin-right: 5px;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-view table td {
    width: 100%;
    font-size: 13px;
    padding-left: 7;
    padding-top: 0;
  }
  #contents.startguide-knowledge .sec-card-view .inner .card-view table td .img {
    margin-top: 10px;
  }
  #contents.startguide-knowledge .sec-card-color {
    background: url(../images/startguide/knowledge/bg-color-sp.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0 35px;
  }
  #contents.startguide-knowledge .sec-card-color .sec-header {
    margin-bottom: 25px;
  }
  #contents.startguide-knowledge .sec-card-color .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.startguide-knowledge .sec-card-color .inner .title-block {
    width: 100%;
    margin: 0 0 15px;
    float: none;
  }
  #contents.startguide-knowledge .sec-card-color .inner .title-block .text {
    font-size: 14px;
    line-height: 1.6;
  }
  #contents.startguide-knowledge .sec-card-color .inner .card-color {
    width: 100%;
    float: none;
  }
  #contents.startguide-knowledge .sec-card-color .inner .card-color ul li {
    width: 100%;
    padding: 15px 2%;
    margin-bottom: 10px;
  }
  #contents.startguide-knowledge .sec-card-color .inner .card-color ul li .icon {
    width: 10%;
    height: auto;
  }
  #contents.startguide-knowledge .sec-card-color .inner .card-color ul li .title {
    width: 17%;
  }
  #contents.startguide-knowledge .sec-card-color .inner .card-color ul li .title .jp {
    font-size: 23px;
  }
  #contents.startguide-knowledge .sec-card-color .inner .card-color ul li .title .en {
    font-size: 12px;
  }
  #contents.startguide-knowledge .sec-card-color .inner .card-color ul li .text {
    width: 70%;
    font-size: 12px;
  }
  #contents.startguide-knowledge .sec-card-type {
    text-align: center;
    padding: 35px 0 65px;
    overflow: hidden;
  }
  #contents.startguide-knowledge .sec-card-type .sec-header {
    margin-bottom: 25px;
  }
  #contents.startguide-knowledge .sec-card-type .sec-header .en {
    font-size: 32px;
  }
  #contents.startguide-knowledge .sec-card-type .sec-header .jp {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  #contents.startguide-knowledge .sec-card-type .slider {
    width: 100%;
    height: 100%;
    margin: 0 auto 40px;
    min-height: inherit;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-viewport {
    padding-right: 1px;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev,
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev:hover,
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next:hover {
    background-color: #333;
    box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev:after,
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next:after {
    top: 18px;
    width: 10px;
    height: 10px;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev {
    left: -6%;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-prev:after {
    left: 31px;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next {
    right: -6%;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-controls-direction .bx-next:after {
    left: 8px;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-pager {
    padding-top: 14px;
  }
  #contents.startguide-knowledge .sec-card-type .slider .bx-pager .bx-pager-item a:hover {
    background-color: #666;
  }
  #contents.startguide-knowledge .sec-card-type .card-type-list ul li {
    height: 250px;
  }
  #contents.startguide-knowledge .sec-card-type .card-type-list h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #contents.startguide-knowledge .sec-card-type .card-type-list figure {
    width: 80%;
    margin: 0 auto 15px;
  }
  #contents.startguide-knowledge .sec-card-type .card-type-list .text {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5;
  }
  #contents.startguide-knowledge .sec-card-type .btn-area {
    width: 92%;
    margin: 0 auto;
  }
  #contents.startguide-download .page-title.custom {
    margin-bottom: 45px;
  }
  #contents.startguide-download .page-title.custom div small {
    font-size: 13px;
  }
  #contents.startguide-download .sec-download {
    padding-bottom: 70px;
  }
  #contents.startguide-download .sec-download .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.startguide-download .sec-download .area-download {
    width: 100%;
    margin: 0 auto 55px;
  }
  #contents.startguide-download .sec-download .box-download {
    width: 100%;
    margin-bottom: 25px;
    padding: 25px 0 30px 0;
    float: none;
  }
  #contents.startguide-download .sec-download .box-download:nth-of-type(2n) {
    float: none;
  }
  #contents.startguide-download .sec-download .box-download:last-child {
    margin-bottom: 0;
  }
  #contents.startguide-download .sec-download .box-download .wrap {
    width: 87%;
    margin: 0 auto;
  }
  #contents.startguide-download .sec-download .box-download figure {
    width: 100%;
    margin: 0 auto 25px;
    padding: 0;
  }
  #contents.startguide-download .sec-download .box-download figure img {
    width: 100%;
    height: auto;
  }
  #contents.startguide-download .sec-download .box-download .sec-header {
    text-align: center;
    margin-bottom: 30px;
  }
  #contents.startguide-download .sec-download .box-download .sec-header span {
    display: block;
    text-shadow: none;
  }
  #contents.startguide-download .sec-download .box-download .sec-header .en {
    margin-right: 0;
  }
  #contents.startguide-download .sec-download .box-download .btnType01 a {
    height: 40px;
    padding-top: 10px;
  }
  #contents.startguide-download .sec-download .box-download .btnType01 a i {
    margin-left: 0.5em;
    color: #f55d0b;
  }
  #contents.startguide-download .sec-download .box-download .btnType01 a:hover i {
    color: #eee;
  }
  #contents.startguide-download .sec-download .btn-area {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #contents.startguide-download .sec-download .btn-area ul {
    padding-bottom: 0;
    border-bottom: none;
  }
  #contents.startguide-detail {
    padding-bottom: 0;
  }
  #contents.startguide-detail .btn-area {
    margin-bottom: 70px;
  }
  #contents.startguide-detail .inner .reading-main .article-title {
    margin-bottom: 20px;
  }
  #contents.startguide-detail .inner .reading-sub {
    margin-top: 0;
  }
  #contents.startguide-detail .inner .reading-sub .sec-related-posts ul {
    border: 1px solid #ccc;
  }
  #contents.startguide-detail .inner .reading-sub .sec-related-posts ul li {
    width: 92%;
    font-size: 13px;
  }
  #contents.startguide-detail .inner .reading-sub .sec-related-posts ul li a {
    padding: 15px 0;
  }
  #contents.startguide-detail .inner .reading-sub .sec-related-posts ul li a:hover {
    color: #333;
  }
  #contents.startguide-detail .inner .reading-sub .btn-area {
    margin: 0;
    padding: 0;
    border-top: none;
  }
  #contents.startguide-detail .inner .reading-sub .btn-area ul {
    border-top: none;
  }
  #contents.startguide-detail .inner .reading-sub .btn-area li {
    width: 87.3%;
  }
}
/* ----------------------------------------------------------------------------------------

	gameplay.scss

---------------------------------------------------------------------------------------- */
#contents.gameplay-index .page-title h1:before {
  content: "GAME PLAY";
}
#contents.gameplay-index .sec-gameplay-index {
  padding-bottom: 160px;
}
#contents.gameplay-index .sec-gameplay-index .inner {
  width: 1205px;
  margin: 0 auto;
}
#contents.gameplay-index .sec-gameplay-index .inner:after {
  content: "";
  display: table;
  clear: both;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay {
  width: 378px;
  min-height: 673px;
  float: left;
  border: 1px solid #38323b;
  padding-top: 30px;
  margin-right: 35px;
  position: relative;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay:last-child {
  margin-right: 0;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay figure {
  width: 320px;
  margin: 0 auto 30px;
  padding: 0;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay figure img {
  width: 100%;
  height: auto;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .sec-header {
  margin-bottom: 35px;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .sec-header h2 {
  text-align: center;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .sec-header h2 span {
  display: block;
  margin: 0;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .sec-header h2 .jp {
  color: #eee;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .text {
  width: 320px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  color: #eee;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .btnType01 {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .btnType01 a {
  height: 40px;
  padding-top: 11px;
  margin: 0 auto;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay.format {
  background: url(../images/gameplay/index/bg1.jpg) no-repeat top center;
  background-size: cover;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay.deck {
  background: url(../images/gameplay/index/bg2.jpg) no-repeat top center;
  background-size: cover;
}
#contents.gameplay-index .sec-gameplay-index .inner .box-gameplay.rules {
  background: url(../images/gameplay/index/bg3.jpg) no-repeat top center;
  background-size: cover;
}

#contents.gameplay-detail .btn-area {
  border-bottom: none;
}
#contents.gameplay-detail .btn-area ul {
  border-bottom: none;
  padding-bottom: 0;
}
#contents.gameplay-detail .inner .reading-main .article-title {
  margin-bottom: 40px;
}
#contents.gameplay-detail .inner .reading-sub {
  margin-top: 0;
}
#contents.gameplay-detail .inner .reading-sub .sec-related-posts ul li {
  width: 270px;
  margin: 0 auto;
  font-size: 13px;
}
#contents.gameplay-detail .inner .reading-sub .sec-related-posts ul li:last-child {
  border-bottom: none;
}
#contents.gameplay-detail .inner .reading-sub .sec-related-posts ul li a {
  padding: 20px 0;
  transition: color 0.15s ease-in-out;
}
#contents.gameplay-detail .inner .reading-sub .sec-related-posts ul li a:hover {
  color: #f55d0b;
}

#contents.gameplay.deck .page-title.custom div {
  background-image: url(/assets/images/gameplay/build_a_deck/bg-page.jpg);
}

#contents.gameplay.format .page-title.custom div {
  background-image: url(/assets/images/gameplay/format/bg-page.jpg);
}

#contents.gameplay.format-index .sec-format-index {
  margin-bottom: 170px;
}
#contents.gameplay.format-index .sec-format-index .title {
  background: url(../images/common/bg-dotted-line.png) repeat-x bottom left;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
#contents.gameplay.format-index .sec-format-index .title h2 span {
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
#contents.gameplay.format-index .sec-format-index .title h2 .jp {
  font-size: 30px;
  margin-right: 0.5em;
}
#contents.gameplay.format-index .sec-format-index .title h2 .en {
  font-size: 16px;
  font-family: "Crimson Text", serif;
  font-weight: bold;
}
#contents.gameplay.format-index .sec-format-index .format-list {
  margin-bottom: 50px;
}
#contents.gameplay.format-index .sec-format-index .format-list ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.gameplay.format-index .sec-format-index .format-list ul li {
  width: 290px;
  min-height: 250px;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-right: 13px;
  margin-bottom: 13px;
  padding-top: 25px;
  position: relative;
}
#contents.gameplay.format-index .sec-format-index .format-list ul li:nth-of-type(4n) {
  margin-right: 0;
}
#contents.gameplay.format-index .sec-format-index .format-list ul dt {
  font-size: 20px;
  font-weight: bold;
  color: #f55d0b;
  text-align: center;
  margin-bottom: 20px;
}
#contents.gameplay.format-index .sec-format-index .format-list ul dd {
  width: 260px;
  margin: 0 auto;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
#contents.gameplay.format-index .sec-format-index .format-list ul .btnType01 {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
}
#contents.gameplay.format-index .sec-format-index .format-list ul .btnType01 a {
  height: 40px;
  padding-top: 11px;
  margin: 0 auto;
}
#contents.gameplay.format-index .sec-format-index .btn-area {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#contents.gameplay.format-index .sec-format-index .btn-area ul {
  border-bottom: none;
  padding-bottom: 0;
}

#contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f8f8f8;
  padding: 13px 15px 0;
}
#contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box .format-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-left: 4px solid #f55d0b;
  padding-left: 7px;
  color: #f55d0b;
}
#contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box:last-child {
  border-bottom: 1px solid #ccc;
}
#contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box li {
  border-bottom: 1px dotted #aaa;
}
#contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box li:last-child {
  border-bottom: none;
}
#contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box li a {
  padding: 12px 0;
  transition: 0.15s ease-in-out;
}
#contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box li a:hover {
  color: #f55d0b;
}
#contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box li div {
  width: 155px;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 10px;
}
#contents.gameplay-detail.format .inner .reading-sub .sec-format-list ul {
  border: none;
}

#contents.gameplay.rules .page-title.custom div {
  background-image: url(/assets/images/gameplay/rules/bg-page.jpg);
}

#contents.rule-index .sec-rule-index .rules-link {
  margin-bottom: 40px;
}
#contents.rule-index .sec-rule-index .rules-link ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.rule-index .sec-rule-index .rules-link ul li {
  width: 390px;
  float: left;
  margin-right: 15px;
}
#contents.rule-index .sec-rule-index .rules-link ul li:last-child {
  margin-right: 0;
}
#contents.rule-index .sec-rule-index .rules-link ul li a {
  display: block;
  width: 100%;
  height: auto;
  border-width: 1px;
  padding: 27px 0;
  font-size: 16px;
}
#contents.rule-index .sec-rule-index .rules-link ul li a small {
  font-size: 14px;
}
#contents.rule-index .sec-rule-index .rules-link ul li a i {
  font-size: 14px;
  margin-left: 0.5em;
  color: #eb9b00;
}
#contents.rule-index .sec-rule-index .rules-link ul li a:hover i {
  color: #fff;
}
#contents.rule-index .sec-rule-index .list-article > ul {
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
  padding-top: 4px;
}
#contents.rule-index .sec-rule-index .list-article > ul li a {
  display: block;
  text-decoration: none;
  padding: 17px 20px;
  background: #fcfcfc;
}
#contents.rule-index .sec-rule-index .list-article > ul li a:hover div p:nth-child(2) {
  color: #f55d0b;
}
#contents.rule-index .sec-rule-index .list-article > ul li a div {
  display: table;
}
#contents.rule-index .sec-rule-index .list-article > ul li a div > p {
  display: table-cell;
  vertical-align: top;
}
#contents.rule-index .sec-rule-index .list-article > ul li a div > p:nth-child(1) {
  padding-right: 1em;
}
#contents.rule-index .sec-rule-index .list-article > ul li a p:nth-child(1) .date {
  width: 75px;
  font-size: 16px;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.05em;
  color: #eb9b00;
  display: inline-block;
}
#contents.rule-index .sec-rule-index .list-article > ul li a p:nth-child(2) {
  transition: color 0.15s ease-in-out;
  color: #333;
}
#contents.rule-index .sec-rule-index .list-article > ul li:nth-of-type(2n) a {
  background: none;
}
#contents.rule-index .sec-rule-index .list-article .pager {
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
  padding-top: 50px;
  padding-bottom: 48px;
}
#contents.rule-index .sec-rule-index .list-article .btn-area {
  border-bottom: none;
  margin-bottom: 150px;
}
#contents.rule-index .sec-rule-index .list-article .btn-area ul {
  border-bottom: none;
  padding-bottom: 0;
}

#contents.gameplay-detail.rules .inner .reading-main .next-prev {
  border-top: 1px solid #ccc;
  margin-bottom: 0;
}
#contents.gameplay-detail.rules .inner .reading-main .next-prev ul {
  border-top: 1px solid #fff;
  padding: 42px 0;
}
#contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li {
  margin-bottom: 10px;
}
#contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li a {
  width: 100%;
  height: auto;
  text-align: left;
  background: #000;
  padding: 24px 0 24px 15px;
  border-width: 1px;
  color: #fff;
}
#contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li a small {
  font-size: 12px;
}
#contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li a span {
  display: block;
}
#contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #eb9b00;
}
#contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li a:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #contents.gameplay-index .sec-gameplay-index {
    padding-bottom: 60px;
  }
  #contents.gameplay-index .sec-gameplay-index .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.gameplay-index .sec-gameplay-index .inner .box-gameplay {
    width: 100%;
    min-height: 100%;
    float: none;
    padding-top: 27.5px;
    padding-bottom: 35px;
    margin-right: 0;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  #contents.gameplay-index .sec-gameplay-index .inner .box-gameplay:last-child {
    margin-bottom: 0;
  }
  #contents.gameplay-index .sec-gameplay-index .inner .box-gameplay figure {
    width: 87%;
    margin: 0 auto 30px;
  }
  #contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .sec-header {
    margin-bottom: 20px;
  }
  #contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .text {
    width: 87%;
    margin: 0 auto 20px;
    font-size: 13px;
    line-height: 1.7;
  }
  #contents.gameplay-index .sec-gameplay-index .inner .box-gameplay .btnType01 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  #contents.gameplay-detail .btn-area {
    margin-bottom: 70px;
  }
  #contents.gameplay-detail .inner .reading-main .article-title {
    margin-bottom: 20px;
  }
  #contents.gameplay-detail .inner .reading-sub {
    margin-top: 0;
  }
  #contents.gameplay-detail .inner .reading-sub .sec-related-posts ul {
    border: 1px solid #ccc;
  }
  #contents.gameplay-detail .inner .reading-sub .sec-related-posts ul li {
    width: 92%;
    font-size: 13px;
  }
  #contents.gameplay-detail .inner .reading-sub .sec-related-posts ul li a {
    padding: 15px 0;
  }
  #contents.gameplay-detail .inner .reading-sub .sec-related-posts ul li a:hover {
    color: #333;
  }
  #contents.gameplay-detail .inner .reading-sub .btn-area {
    margin: 0;
    padding: 0;
    border-top: none;
  }
  #contents.gameplay-detail .inner .reading-sub .btn-area ul {
    border-top: none;
  }
  #contents.gameplay-detail .inner .reading-sub .btn-area li {
    width: 87.3%;
  }
  #contents.gameplay.format-index .sec-format-index {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 0;
  }
  #contents.gameplay.format-index .sec-format-index .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  #contents.gameplay.format-index .sec-format-index .title h2 span {
    letter-spacing: 0.1em;
  }
  #contents.gameplay.format-index .sec-format-index .title h2 .jp {
    font-size: 21px;
    letter-spacing: 0.01em;
  }
  #contents.gameplay.format-index .sec-format-index .title h2 .en {
    font-size: 12px;
  }
  #contents.gameplay.format-index .sec-format-index .format-list {
    margin-bottom: 40px;
  }
  #contents.gameplay.format-index .sec-format-index .format-list ul li {
    width: 100%;
    min-height: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #contents.gameplay.format-index .sec-format-index .format-list ul li:last-child {
    margin-bottom: 0;
  }
  #contents.gameplay.format-index .sec-format-index .format-list ul dl {
    width: 89.8%;
    margin: 0 auto 15px;
  }
  #contents.gameplay.format-index .sec-format-index .format-list ul dt {
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
  }
  #contents.gameplay.format-index .sec-format-index .format-list ul dd {
    width: 100%;
  }
  #contents.gameplay.format-index .sec-format-index .format-list ul .btnType01 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  #contents.gameplay.format-index .sec-format-index .format-list ul .btnType01 a {
    height: 40px;
    padding-top: 11px;
    margin: 0 auto;
  }
  #contents.gameplay.format-index .sec-format-index .btn-area {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #contents.gameplay.format-index .sec-format-index .btn-area ul {
    border-bottom: none;
    padding-bottom: 0;
  }
  #contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box {
    padding: 13px 4% 0;
  }
  #contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box li a {
    padding: 15px 0;
  }
  #contents.gameplay-detail.format .inner .reading-sub .sec-format-list .format-box li a:hover {
    color: #333;
  }
  #contents.rule-index .sec-rule-index .rules-link {
    margin-bottom: 25px;
  }
  #contents.rule-index .sec-rule-index .rules-link ul {
    width: 85.3333%;
    margin: 0 auto;
  }
  #contents.rule-index .sec-rule-index .rules-link ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #contents.rule-index .sec-rule-index .rules-link ul li:last-child {
    margin-bottom: 0;
  }
  #contents.rule-index .sec-rule-index .rules-link ul li a {
    width: 100%;
    font-size: 13px;
    padding: 17px 0 17px 15px;
    text-align: left;
    background: #000;
    color: #fff;
  }
  #contents.rule-index .sec-rule-index .rules-link ul li a small {
    font-size: 12px;
  }
  #contents.rule-index .sec-rule-index .rules-link ul li a span {
    display: block;
  }
  #contents.rule-index .sec-rule-index .rules-link ul li a i {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #eb9b00;
  }
  #contents.rule-index .sec-rule-index .rules-link ul li a:hover i {
    color: #eb9b00;
  }
  #contents.rule-index .sec-rule-index .list-article {
    width: 92%;
    margin: 0 auto;
  }
  #contents.rule-index .sec-rule-index .list-article > ul {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #contents.rule-index .sec-rule-index .list-article > ul li a {
    display: block;
    text-decoration: none;
    padding: 15px 10px;
    background: #fcfcfc;
  }
  #contents.rule-index .sec-rule-index .list-article > ul li a:hover div p:nth-child(2) {
    color: #333;
  }
  #contents.rule-index .sec-rule-index .list-article > ul li a p:nth-child(1) .date {
    width: auto;
    font-size: 15px;
  }
  #contents.rule-index .sec-rule-index .list-article > ul li a p:nth-child(2) {
    color: #333;
  }
  #contents.rule-index .sec-rule-index .list-article > ul li:nth-of-type(2n) a {
    background: none;
  }
  #contents.rule-index .sec-rule-index .list-article .pager {
    background: url(/assets/images/common/bg-dotted-line.png) repeat-x top left;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  #contents.rule-index .sec-rule-index .list-article .btn-area {
    margin-bottom: 0;
  }
  #contents.rule-index #contents.gameplay-detail.rules {
    padding-bottom: 0;
  }
  #contents.rule-index #contents.gameplay-detail.rules .inner .reading-main .next-prev ul {
    padding: 25px 0;
  }
  #contents.rule-index #contents.gameplay-detail.rules .inner .reading-sub .rules-link {
    background: rgba(248, 248, 248, 0.8);
    padding: 25px 0;
    border: 1px solid #ccc;
  }
  #contents.rule-index #contents.gameplay-detail.rules .inner .reading-sub .rules-link ul {
    width: 85.3333%;
    margin: 0 auto;
  }
  #contents.rule-index #contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li {
    margin-bottom: 10px;
  }
  #contents.rule-index #contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li a {
    width: 100%;
    font-size: 13px;
    padding: 17px 0 17px 15px;
    background: #000;
  }
  #contents.rule-index #contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li a i {
    right: 12px;
  }
  #contents.rule-index #contents.gameplay-detail.rules .inner .reading-sub .rules-link ul li a:hover i {
    color: #eb9b00;
  }
}
/* ----------------------------------------------------------------------------------------

	other .scss

---------------------------------------------------------------------------------------- */
#contents.contact-page .page-title {
  background: url(/assets/images/customer/bg-page.jpg) no-repeat 0 0;
  background-size: cover;
}
#contents.contact-page .sec-contact {
  padding-bottom: 180px;
}
#contents.contact-page .sec-contact .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.contact-page .sec-contact table {
  width: 100%;
}
#contents.contact-page .sec-contact table th, #contents.contact-page .sec-contact table td {
  border-bottom: 1px solid #f55d0b;
  padding: 35px 0;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #fff;
  vertical-align: top;
  font-size: 14px;
}
#contents.contact-page .sec-contact table th {
  width: 485px;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 18px;
}
#contents.contact-page .sec-contact table td a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.contact-page .sec-contact table td a:hover {
  text-decoration: underline;
}
#contents.contact-page .sec-contact table td a i {
  color: #f55d0b;
  margin-right: 0.1em;
}
#contents.contact-page .sec-contact table td a.tel {
  color: #fff;
  cursor: default;
}
#contents.contact-page .sec-contact table td a.tel:hover {
  text-decoration: none;
}
#contents.contact-page .sec-contact table tr:first-child th, #contents.contact-page .sec-contact table tr:first-child td {
  padding-top: 0;
}

#contents.sitemap-page .page-title {
  background: url(/assets/images/sitemap/bg-page.jpg) no-repeat 0 0;
  background-size: cover;
}
#contents.sitemap-page .sec-contact {
  padding-bottom: 180px;
}
#contents.sitemap-page .sec-contact .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.sitemap-page .sec-contact table {
  width: 100%;
}
#contents.sitemap-page .sec-contact table th, #contents.sitemap-page .sec-contact table td {
  border-bottom: 1px solid #f55d0b;
  padding: 30px 0;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #fff;
  vertical-align: top;
  font-size: 14px;
}
#contents.sitemap-page .sec-contact table th a, #contents.sitemap-page .sec-contact table td a {
  text-decoration: none;
}
#contents.sitemap-page .sec-contact table th a i, #contents.sitemap-page .sec-contact table td a i {
  color: #f55d0b;
  margin-right: 0.5em;
  font-size: 12px;
}
#contents.sitemap-page .sec-contact table th a:hover, #contents.sitemap-page .sec-contact table td a:hover {
  text-decoration: underline;
}
#contents.sitemap-page .sec-contact table th {
  width: 485px;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 18px;
}
#contents.sitemap-page .sec-contact table th .jp {
  color: #fff;
  margin-right: 0.5em;
}
#contents.sitemap-page .sec-contact table th .en {
  font-family: "Beleren";
  font-size: 13px;
  color: #f55d0b;
}
#contents.sitemap-page .sec-contact table td a {
  color: #eeeeee;
}
#contents.sitemap-page .sec-contact table tr:first-child th, #contents.sitemap-page .sec-contact table tr:first-child td {
  padding-top: 0;
}

#contents.company-page {
  background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
}
#contents.company-page .page-title {
  background: url(/assets/images/company/bg-page.jpg) no-repeat 0 0;
  background-size: cover;
}
#contents.company-page section .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.company-page section .sec-header {
  margin-bottom: 50px;
}
#contents.company-page section .sec-header span {
  text-shadow: none;
}
#contents.company-page .sec-company-outline {
  padding-bottom: 45px;
}
#contents.company-page .sec-company-outline .sec-header {
  margin-bottom: 40px;
}
#contents.company-page .sec-company-outline .sec-header h2 .jp {
  color: #333;
}
#contents.company-page .sec-company-outline table {
  width: 100%;
}
#contents.company-page .sec-company-outline table th, #contents.company-page .sec-company-outline table td {
  vertical-align: top;
  padding: 20px 0;
  background: #fff;
}
#contents.company-page .sec-company-outline table th {
  padding-left: 25px;
  width: 350px;
}
#contents.company-page .sec-company-outline table tr:nth-of-type(2n) th, #contents.company-page .sec-company-outline table tr:nth-of-type(2n) td {
  background: none;
}
#contents.company-page .sec-company-products {
  background: #000;
  padding: 60px 0 90px;
}
#contents.company-page .sec-company-products ul {
  width: 820px;
  margin: 0 auto;
}
#contents.company-page .sec-company-products ul:after {
  content: "";
  display: table;
  clear: both;
}
#contents.company-page .sec-company-products ul li {
  width: 380px;
  float: left;
  text-align: center;
}
#contents.company-page .sec-company-products ul li:nth-of-type(2n) {
  float: right;
}
#contents.company-page .sec-company-products ul li a {
  text-decoration: none;
  color: #eee;
  transition: 0.15s ease-in-out;
}
#contents.company-page .sec-company-products ul li a:hover {
  color: #f55d0b;
}
#contents.company-page .sec-company-products ul li figure {
  margin: 0 0 10px;
  padding: 0;
}
#contents.company-page .sec-company-products ul li figcaption {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
#contents.company-page .sec-company-products ul li img {
  width: 100%;
  height: auto;
}
#contents.company-page .map-wrap {
  width: 100%;
  height: 500px;
}
#contents.company-page .map-wrap .map-area {
  height: 100%;
}

#contents.coming-soon .page-title {
  margin-bottom: 60px;
}
#contents.coming-soon .page-title h1:before {
  display: none;
}
#contents.coming-soon .sec-coming {
  padding-bottom: 170px;
}
#contents.coming-soon .sec-coming .inner .img {
  width: 265px;
  margin: 0 auto 80px;
}
#contents.coming-soon .sec-coming .inner .img img {
  width: 100%;
  height: auto;
}
#contents.coming-soon .sec-coming .inner .btnType01 a {
  width: 450px;
}

@media screen and (max-width: 768px) {
  #contents.contact-page .page-title {
    background: url(/assets/images/customer/bg-page.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  #contents.contact-page .sec-contact {
    padding-bottom: 80px;
  }
  #contents.contact-page .sec-contact .inner {
    width: 92%;
  }
  #contents.contact-page .sec-contact table th, #contents.contact-page .sec-contact table td {
    display: block;
    font-size: 12px;
  }
  #contents.contact-page .sec-contact table th {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    padding: 25px 10px 15px;
    border-bottom: none;
  }
  #contents.contact-page .sec-contact table td {
    padding: 0 10px 25px;
    line-height: 1.6;
  }
  #contents.contact-page .sec-contact table td a {
    color: #10b7b9;
    text-decoration: none;
  }
  #contents.contact-page .sec-contact table td a:hover {
    text-decoration: none;
  }
  #contents.contact-page .sec-contact table td a.tel {
    color: #10b7b9;
    cursor: pointer;
  }
  #contents.sitemap-page .page-title {
    background: url(/assets/images/sitemap/bg-page-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  #contents.sitemap-page .sec-contact {
    padding-bottom: 80px;
  }
  #contents.sitemap-page .sec-contact .inner {
    width: 92%;
  }
  #contents.sitemap-page .sec-contact table th, #contents.sitemap-page .sec-contact table td {
    display: block;
    font-size: 12px;
  }
  #contents.sitemap-page .sec-contact table th {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    padding: 25px 10px 15px;
    border-bottom: none;
  }
  #contents.sitemap-page .sec-contact table td {
    padding: 0 10px 25px;
    line-height: 1.6;
  }
  #contents.sitemap-page .sec-contact table td a:hover {
    text-decoration: none;
  }
  #contents.sitemap-page .sec-contact table .coverage th,
  #contents.sitemap-page .sec-contact table .reading th {
    padding-bottom: 0;
  }
  #contents.company-page {
    background: url(/assets/images/common/bg-pattern1.gif) repeat 0 0;
    background-size: 50px 50px;
  }
  #contents.company-page .page-title {
    background: url(/assets/images/company/bg-page-sp.jpg) no-repeat 0 0 #000;
    background-size: 100% auto;
  }
  #contents.company-page section .inner {
    width: 92%;
  }
  #contents.company-page section .sec-header {
    margin-bottom: 35px;
  }
  #contents.company-page .sec-company-outline {
    padding-bottom: 20px;
  }
  #contents.company-page .sec-company-outline .sec-header {
    margin-bottom: 20px;
  }
  #contents.company-page .sec-company-outline .sec-header h2 .jp {
    color: #333;
  }
  #contents.company-page .sec-company-outline table {
    width: 100%;
  }
  #contents.company-page .sec-company-outline table th, #contents.company-page .sec-company-outline table td {
    padding: 15px 0;
    font-size: 13px;
  }
  #contents.company-page .sec-company-outline table th {
    padding-left: 3%;
    width: 45%;
  }
  #contents.company-page .sec-company-outline table td {
    padding-right: 3%;
  }
  #contents.company-page .sec-company-products {
    padding: 40px 0 55px;
  }
  #contents.company-page .sec-company-products .sec-header .jp {
    display: block;
  }
  #contents.company-page .sec-company-products ul {
    width: 86.9%;
  }
  #contents.company-page .sec-company-products ul li {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  #contents.company-page .sec-company-products ul li:nth-of-type(2n) {
    float: none;
  }
  #contents.company-page .sec-company-products ul li:last-child {
    margin-bottom: 0;
  }
  #contents.company-page .sec-company-products ul li a:hover {
    color: #eee;
  }
  #contents.company-page .sec-company-products ul li figure {
    margin: 0 0 10px;
    padding: 0;
  }
  #contents.company-page .sec-company-products ul li figcaption {
    font-size: 14px;
  }
  #contents.company-page .map-wrap {
    height: 225px;
  }
  #contents.coming-soon .page-title {
    margin-bottom: 25px;
  }
  #contents.coming-soon .page-title h1:before {
    display: none;
  }
  #contents.coming-soon .sec-coming {
    padding-bottom: 70px;
  }
  #contents.coming-soon .sec-coming .inner .img {
    width: 49.6%;
    margin: 0 auto 35px;
  }
  #contents.coming-soon .sec-coming .inner .btnType01 a {
    width: 85%;
  }
}
/* ----------------------------------------------------------------------------------------

	404 .scss

---------------------------------------------------------------------------------------- */
#contents.not-found .sec-not-found {
  padding-bottom: 170px;
}
#contents.not-found .sec-not-found .inner .btnType01 a {
  width: 450px;
}
#contents.not-found .sec-not-found .video-wrap {
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contents.not-found .sec-not-found {
    padding-bottom: 70px;
  }
  #contents.not-found .sec-not-found .inner .img {
    padding-top: 50px;
    width: 70%;
    margin: 0 auto 35px;
  }
  #contents.not-found .sec-not-found .inner .btnType01 a {
    width: 85%;
  }
}
/* ----------------------------------------------------------------------------------------

	reading _world-under.scss

---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------

	contents-world

---------------------------------------------------------------------------------------- */
.br-sp-disp {
  display: none;
}

.pc-disp {
  display: block;
}

.sp-disp {
  display: none;
}

#contents.story-page .bx-viewport,
#contents.planes-detail-page .bx-viewport,
#contents.planes-page .bx-viewport,
#contents.planeswalkers-detail-page .bx-viewport,
#contents.planeswalkers-page .bx-viewport {
  padding-right: 1px;
}
#contents.story-page .bx-controls-direction,
#contents.planes-detail-page .bx-controls-direction,
#contents.planes-page .bx-controls-direction,
#contents.planeswalkers-detail-page .bx-controls-direction,
#contents.planeswalkers-page .bx-controls-direction {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}
#contents.story-page .bx-controls-direction .bx-prev,
#contents.story-page .bx-controls-direction .bx-next,
#contents.planes-detail-page .bx-controls-direction .bx-prev,
#contents.planes-detail-page .bx-controls-direction .bx-next,
#contents.planes-page .bx-controls-direction .bx-prev,
#contents.planes-page .bx-controls-direction .bx-next,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-prev,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-next,
#contents.planeswalkers-page .bx-controls-direction .bx-prev,
#contents.planeswalkers-page .bx-controls-direction .bx-next {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-color: #333;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.15s ease-in-out;
}
#contents.story-page .bx-controls-direction .bx-prev:hover,
#contents.story-page .bx-controls-direction .bx-next:hover,
#contents.planes-detail-page .bx-controls-direction .bx-prev:hover,
#contents.planes-detail-page .bx-controls-direction .bx-next:hover,
#contents.planes-page .bx-controls-direction .bx-prev:hover,
#contents.planes-page .bx-controls-direction .bx-next:hover,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-prev:hover,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-next:hover,
#contents.planeswalkers-page .bx-controls-direction .bx-prev:hover,
#contents.planeswalkers-page .bx-controls-direction .bx-next:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
}
#contents.story-page .bx-controls-direction .bx-prev:after,
#contents.story-page .bx-controls-direction .bx-next:after,
#contents.planes-detail-page .bx-controls-direction .bx-prev:after,
#contents.planes-detail-page .bx-controls-direction .bx-next:after,
#contents.planes-page .bx-controls-direction .bx-prev:after,
#contents.planes-page .bx-controls-direction .bx-next:after,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-prev:after,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-next:after,
#contents.planeswalkers-page .bx-controls-direction .bx-prev:after,
#contents.planeswalkers-page .bx-controls-direction .bx-next:after {
  position: absolute;
  top: 16px;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contents.story-page .bx-controls-direction .bx-prev,
#contents.planes-detail-page .bx-controls-direction .bx-prev,
#contents.planes-page .bx-controls-direction .bx-prev,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-prev,
#contents.planeswalkers-page .bx-controls-direction .bx-prev {
  left: -60px;
}
#contents.story-page .bx-controls-direction .bx-prev:after,
#contents.planes-detail-page .bx-controls-direction .bx-prev:after,
#contents.planes-page .bx-controls-direction .bx-prev:after,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-prev:after,
#contents.planeswalkers-page .bx-controls-direction .bx-prev:after {
  left: 17px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
#contents.story-page .bx-controls-direction .bx-next,
#contents.planes-detail-page .bx-controls-direction .bx-next,
#contents.planes-page .bx-controls-direction .bx-next,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-next,
#contents.planeswalkers-page .bx-controls-direction .bx-next {
  right: -60px;
}
#contents.story-page .bx-controls-direction .bx-next:after,
#contents.planes-detail-page .bx-controls-direction .bx-next:after,
#contents.planes-page .bx-controls-direction .bx-next:after,
#contents.planeswalkers-detail-page .bx-controls-direction .bx-next:after,
#contents.planeswalkers-page .bx-controls-direction .bx-next:after {
  left: 13px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#contents.story-page .bx-pager,
#contents.planes-detail-page .bx-pager,
#contents.planes-page .bx-pager,
#contents.planeswalkers-detail-page .bx-pager,
#contents.planeswalkers-page .bx-pager {
  text-align: center;
  padding-top: 18px;
}
#contents.story-page .bx-pager .bx-pager-item,
#contents.planes-detail-page .bx-pager .bx-pager-item,
#contents.planes-page .bx-pager .bx-pager-item,
#contents.planeswalkers-detail-page .bx-pager .bx-pager-item,
#contents.planeswalkers-page .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
#contents.story-page .bx-pager .bx-pager-item a,
#contents.planes-detail-page .bx-pager .bx-pager-item a,
#contents.planes-page .bx-pager .bx-pager-item a,
#contents.planeswalkers-detail-page .bx-pager .bx-pager-item a,
#contents.planeswalkers-page .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -9999px;
  background-color: #666;
  overflow: hidden;
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
}
#contents.story-page .bx-pager .bx-pager-item a.active, #contents.story-page .bx-pager .bx-pager-item a:hover,
#contents.planes-detail-page .bx-pager .bx-pager-item a.active,
#contents.planes-detail-page .bx-pager .bx-pager-item a:hover,
#contents.planes-page .bx-pager .bx-pager-item a.active,
#contents.planes-page .bx-pager .bx-pager-item a:hover,
#contents.planeswalkers-detail-page .bx-pager .bx-pager-item a.active,
#contents.planeswalkers-detail-page .bx-pager .bx-pager-item a:hover,
#contents.planeswalkers-page .bx-pager .bx-pager-item a.active,
#contents.planeswalkers-page .bx-pager .bx-pager-item a:hover {
  background-color: #eb9b00;
}
#contents.story-page .sec-gallery,
#contents.planes-detail-page .sec-gallery,
#contents.planes-page .sec-gallery,
#contents.planeswalkers-detail-page .sec-gallery,
#contents.planeswalkers-page .sec-gallery {
  padding: 0 0 70px;
  margin-bottom: 0;
}
#contents.story-page .sec-gallery .inner,
#contents.planes-detail-page .sec-gallery .inner,
#contents.planes-page .sec-gallery .inner,
#contents.planeswalkers-detail-page .sec-gallery .inner,
#contents.planeswalkers-page .sec-gallery .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.story-page .sec-legendary-creatures,
#contents.planes-detail-page .sec-legendary-creatures,
#contents.planes-page .sec-legendary-creatures,
#contents.planeswalkers-detail-page .sec-legendary-creatures,
#contents.planeswalkers-page .sec-legendary-creatures {
  padding: 0 0 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
#contents.story-page .sec-legendary-creatures .inner,
#contents.planes-detail-page .sec-legendary-creatures .inner,
#contents.planes-page .sec-legendary-creatures .inner,
#contents.planeswalkers-detail-page .sec-legendary-creatures .inner,
#contents.planeswalkers-page .sec-legendary-creatures .inner {
  width: 1200px;
  margin: 30px auto;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding: 30px 0;
}
#contents.story-page .legendary-creatures-wrap,
#contents.planes-detail-page .legendary-creatures-wrap,
#contents.planes-page .legendary-creatures-wrap,
#contents.planeswalkers-detail-page .legendary-creatures-wrap,
#contents.planeswalkers-page .legendary-creatures-wrap {
  width: 1040px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 10px;
  position: relative;
}
#contents.story-page .legendary-creatures-wrap .btnType01 a,
#contents.planes-detail-page .legendary-creatures-wrap .btnType01 a,
#contents.planes-page .legendary-creatures-wrap .btnType01 a,
#contents.planeswalkers-detail-page .legendary-creatures-wrap .btnType01 a,
#contents.planeswalkers-page .legendary-creatures-wrap .btnType01 a {
  width: 198px;
  height: 40px;
  margin: 0 0 0 0 !important;
  padding-top: 11px;
}
#contents.story-page .legendary-creatures-wrap .bx-controls-direction,
#contents.planes-detail-page .legendary-creatures-wrap .bx-controls-direction,
#contents.planes-page .legendary-creatures-wrap .bx-controls-direction,
#contents.planeswalkers-detail-page .legendary-creatures-wrap .bx-controls-direction,
#contents.planeswalkers-page .legendary-creatures-wrap .bx-controls-direction {
  top: 135px;
}
#contents.story-page .legendary-creatures-wrap .bx-controls-direction .bx-prev,
#contents.story-page .legendary-creatures-wrap .bx-controls-direction .bx-next,
#contents.planes-detail-page .legendary-creatures-wrap .bx-controls-direction .bx-prev,
#contents.planes-detail-page .legendary-creatures-wrap .bx-controls-direction .bx-next,
#contents.planes-page .legendary-creatures-wrap .bx-controls-direction .bx-prev,
#contents.planes-page .legendary-creatures-wrap .bx-controls-direction .bx-next,
#contents.planeswalkers-detail-page .legendary-creatures-wrap .bx-controls-direction .bx-prev,
#contents.planeswalkers-detail-page .legendary-creatures-wrap .bx-controls-direction .bx-next,
#contents.planeswalkers-page .legendary-creatures-wrap .bx-controls-direction .bx-prev,
#contents.planeswalkers-page .legendary-creatures-wrap .bx-controls-direction .bx-next {
  margin-top: 0;
}
#contents.story-page .legendary-dreatures-items,
#contents.planes-detail-page .legendary-dreatures-items,
#contents.planes-page .legendary-dreatures-items,
#contents.planeswalkers-detail-page .legendary-dreatures-items,
#contents.planeswalkers-page .legendary-dreatures-items {
  visibility: hidden;
}
#contents.story-page .legendary-dreatures-items li:after,
#contents.planes-detail-page .legendary-dreatures-items li:after,
#contents.planes-page .legendary-dreatures-items li:after,
#contents.planeswalkers-detail-page .legendary-dreatures-items li:after,
#contents.planeswalkers-page .legendary-dreatures-items li:after {
  content: "";
  display: table;
  clear: both;
}
#contents.story-page .legendary-creatures-item-img,
#contents.planes-detail-page .legendary-creatures-item-img,
#contents.planes-page .legendary-creatures-item-img,
#contents.planeswalkers-detail-page .legendary-creatures-item-img,
#contents.planeswalkers-page .legendary-creatures-item-img {
  float: right;
  width: 500px;
}
#contents.story-page .legendary-creatures-item-info,
#contents.planes-detail-page .legendary-creatures-item-info,
#contents.planes-page .legendary-creatures-item-info,
#contents.planeswalkers-detail-page .legendary-creatures-item-info,
#contents.planeswalkers-page .legendary-creatures-item-info {
  float: left;
  width: 500px;
  text-align: left;
  padding-top: 55px;
}
#contents.story-page .legendary-creatures-tit,
#contents.planes-detail-page .legendary-creatures-tit,
#contents.planes-page .legendary-creatures-tit,
#contents.planeswalkers-detail-page .legendary-creatures-tit,
#contents.planeswalkers-page .legendary-creatures-tit {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.6;
}
#contents.story-page .legendary-creatures-txt,
#contents.planes-detail-page .legendary-creatures-txt,
#contents.planes-page .legendary-creatures-txt,
#contents.planeswalkers-detail-page .legendary-creatures-txt,
#contents.planeswalkers-page .legendary-creatures-txt {
  margin-bottom: 25px;
  font-size: 14px;
  color: #eeeeee;
  line-height: 1.8;
}
#contents.story-page .sec-coming-walkers,
#contents.planes-detail-page .sec-coming-walkers,
#contents.planes-page .sec-coming-walkers,
#contents.planeswalkers-detail-page .sec-coming-walkers,
#contents.planeswalkers-page .sec-coming-walkers {
  padding: 0 0 0;
  margin-bottom: 45px;
}
#contents.story-page .sec-coming-walkers .inner,
#contents.planes-detail-page .sec-coming-walkers .inner,
#contents.planes-page .sec-coming-walkers .inner,
#contents.planeswalkers-detail-page .sec-coming-walkers .inner,
#contents.planeswalkers-page .sec-coming-walkers .inner {
  width: 1200px;
  margin: 0 auto;
  background: #171717;
}
#contents.story-page .state-tribe-area,
#contents.planes-detail-page .state-tribe-area,
#contents.planes-page .state-tribe-area,
#contents.planeswalkers-detail-page .state-tribe-area,
#contents.planeswalkers-page .state-tribe-area {
  padding: 0 0 0;
  margin-bottom: 60px;
}
#contents.story-page .state-tribe-area .inner,
#contents.planes-detail-page .state-tribe-area .inner,
#contents.planes-page .state-tribe-area .inner,
#contents.planeswalkers-detail-page .state-tribe-area .inner,
#contents.planeswalkers-page .state-tribe-area .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.story-page .state-tribe-area .inner:after,
#contents.planes-detail-page .state-tribe-area .inner:after,
#contents.planes-page .state-tribe-area .inner:after,
#contents.planeswalkers-detail-page .state-tribe-area .inner:after,
#contents.planeswalkers-page .state-tribe-area .inner:after {
  content: "";
  display: table;
  clear: both;
}
#contents.story-page .state-tribe-area section,
#contents.planes-detail-page .state-tribe-area section,
#contents.planes-page .state-tribe-area section,
#contents.planeswalkers-detail-page .state-tribe-area section,
#contents.planeswalkers-page .state-tribe-area section {
  width: 580px;
  background: #171717;
  padding-bottom: 15px;
  text-align: center;
}
#contents.story-page .state-tribe-area section:nth-child(odd),
#contents.planes-detail-page .state-tribe-area section:nth-child(odd),
#contents.planes-page .state-tribe-area section:nth-child(odd),
#contents.planeswalkers-detail-page .state-tribe-area section:nth-child(odd),
#contents.planeswalkers-page .state-tribe-area section:nth-child(odd) {
  float: left;
}
#contents.story-page .state-tribe-area section:nth-child(even),
#contents.planes-detail-page .state-tribe-area section:nth-child(even),
#contents.planes-page .state-tribe-area section:nth-child(even),
#contents.planeswalkers-detail-page .state-tribe-area section:nth-child(even),
#contents.planeswalkers-page .state-tribe-area section:nth-child(even) {
  float: right;
}
#contents.story-page .state-tribe-items,
#contents.planes-detail-page .state-tribe-items,
#contents.planes-page .state-tribe-items,
#contents.planeswalkers-detail-page .state-tribe-items,
#contents.planeswalkers-page .state-tribe-items {
  visibility: hidden;
}
#contents.story-page .state-tribe-wrap,
#contents.planes-detail-page .state-tribe-wrap,
#contents.planes-page .state-tribe-wrap,
#contents.planeswalkers-detail-page .state-tribe-wrap,
#contents.planeswalkers-page .state-tribe-wrap {
  width: 420px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 10px;
  position: relative;
}
#contents.story-page .state-tribe-wrap .btnType01 a,
#contents.planes-detail-page .state-tribe-wrap .btnType01 a,
#contents.planes-page .state-tribe-wrap .btnType01 a,
#contents.planeswalkers-detail-page .state-tribe-wrap .btnType01 a,
#contents.planeswalkers-page .state-tribe-wrap .btnType01 a {
  width: 198px;
  height: 40px;
  padding-top: 11px;
}
#contents.story-page .state-tribe-wrap .bx-controls-direction,
#contents.planes-detail-page .state-tribe-wrap .bx-controls-direction,
#contents.planes-page .state-tribe-wrap .bx-controls-direction,
#contents.planeswalkers-detail-page .state-tribe-wrap .bx-controls-direction,
#contents.planeswalkers-page .state-tribe-wrap .bx-controls-direction {
  top: 110px;
}
#contents.story-page .state-tribe-wrap .bx-controls-direction .bx-prev,
#contents.story-page .state-tribe-wrap .bx-controls-direction .bx-next,
#contents.planes-detail-page .state-tribe-wrap .bx-controls-direction .bx-prev,
#contents.planes-detail-page .state-tribe-wrap .bx-controls-direction .bx-next,
#contents.planes-page .state-tribe-wrap .bx-controls-direction .bx-prev,
#contents.planes-page .state-tribe-wrap .bx-controls-direction .bx-next,
#contents.planeswalkers-detail-page .state-tribe-wrap .bx-controls-direction .bx-prev,
#contents.planeswalkers-detail-page .state-tribe-wrap .bx-controls-direction .bx-next,
#contents.planeswalkers-page .state-tribe-wrap .bx-controls-direction .bx-prev,
#contents.planeswalkers-page .state-tribe-wrap .bx-controls-direction .bx-next {
  margin-top: 0;
}
#contents.story-page .state-tribe-wrap .state-loading,
#contents.planes-detail-page .state-tribe-wrap .state-loading,
#contents.planes-page .state-tribe-wrap .state-loading,
#contents.planeswalkers-detail-page .state-tribe-wrap .state-loading,
#contents.planeswalkers-page .state-tribe-wrap .state-loading {
  position: relative;
  width: 420px;
  height: 420px;
}
@media screen and (max-width: 768px) {
  #contents.story-page .state-tribe-wrap .state-loading,
  #contents.planes-detail-page .state-tribe-wrap .state-loading,
  #contents.planes-page .state-tribe-wrap .state-loading,
  #contents.planeswalkers-detail-page .state-tribe-wrap .state-loading,
  #contents.planeswalkers-page .state-tribe-wrap .state-loading {
    width: 100%;
  }
}
#contents.story-page .state-tribe-wrap .state-loading img,
#contents.planes-detail-page .state-tribe-wrap .state-loading img,
#contents.planes-page .state-tribe-wrap .state-loading img,
#contents.planeswalkers-detail-page .state-tribe-wrap .state-loading img,
#contents.planeswalkers-page .state-tribe-wrap .state-loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#contents.story-page .state-tribe-item-img,
#contents.planes-detail-page .state-tribe-item-img,
#contents.planes-page .state-tribe-item-img,
#contents.planeswalkers-detail-page .state-tribe-item-img,
#contents.planeswalkers-page .state-tribe-item-img {
  margin-bottom: 18px;
}
#contents.story-page .state-tribe-tit,
#contents.planes-detail-page .state-tribe-tit,
#contents.planes-page .state-tribe-tit,
#contents.planeswalkers-detail-page .state-tribe-tit,
#contents.planeswalkers-page .state-tribe-tit {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
#contents.story-page .state-tribe-txt,
#contents.planes-detail-page .state-tribe-txt,
#contents.planes-page .state-tribe-txt,
#contents.planeswalkers-detail-page .state-tribe-txt,
#contents.planeswalkers-page .state-tribe-txt {
  margin-bottom: 25px;
  font-size: 14px;
  color: #eeeeee;
  line-height: 1.8;
}
#contents.story-page .sec-related-card .bx-controls-direction .bx-prev,
#contents.story-page .sec-related-card .bx-controls-direction .bx-next,
#contents.planes-detail-page .sec-related-card .bx-controls-direction .bx-prev,
#contents.planes-detail-page .sec-related-card .bx-controls-direction .bx-next,
#contents.planes-page .sec-related-card .bx-controls-direction .bx-prev,
#contents.planes-page .sec-related-card .bx-controls-direction .bx-next,
#contents.planeswalkers-detail-page .sec-related-card .bx-controls-direction .bx-prev,
#contents.planeswalkers-detail-page .sec-related-card .bx-controls-direction .bx-next,
#contents.planeswalkers-page .sec-related-card .bx-controls-direction .bx-prev,
#contents.planeswalkers-page .sec-related-card .bx-controls-direction .bx-next {
  background-color: rgba(0, 0, 0, 0.2);
}
#contents.story-page .sec-related-card .bx-controls-direction .bx-prev,
#contents.planes-detail-page .sec-related-card .bx-controls-direction .bx-prev,
#contents.planes-page .sec-related-card .bx-controls-direction .bx-prev,
#contents.planeswalkers-detail-page .sec-related-card .bx-controls-direction .bx-prev,
#contents.planeswalkers-page .sec-related-card .bx-controls-direction .bx-prev {
  left: -6px;
}
#contents.story-page .sec-related-card .bx-controls-direction .bx-next,
#contents.planes-detail-page .sec-related-card .bx-controls-direction .bx-next,
#contents.planes-page .sec-related-card .bx-controls-direction .bx-next,
#contents.planeswalkers-detail-page .sec-related-card .bx-controls-direction .bx-next,
#contents.planeswalkers-page .sec-related-card .bx-controls-direction .bx-next {
  right: -6px;
}

@media screen and (max-width: 768px) {
  .br-sp-disp {
    display: inline-block;
  }
  .pc-disp {
    display: none;
  }
  .sp-disp {
    display: block;
  }
  #contents.story-page .bx-controls-direction .bx-prev,
  #contents.story-page .bx-controls-direction .bx-next,
  #contents.planes-detail-page .bx-controls-direction .bx-prev,
  #contents.planes-detail-page .bx-controls-direction .bx-next,
  #contents.planes-page .bx-controls-direction .bx-prev,
  #contents.planes-page .bx-controls-direction .bx-next,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-prev,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-next,
  #contents.planeswalkers-page .bx-controls-direction .bx-prev,
  #contents.planeswalkers-page .bx-controls-direction .bx-next {
    width: 50px;
    height: 50px;
    margin-top: -40px;
  }
  #contents.story-page .bx-controls-direction .bx-prev:hover,
  #contents.story-page .bx-controls-direction .bx-next:hover,
  #contents.planes-detail-page .bx-controls-direction .bx-prev:hover,
  #contents.planes-detail-page .bx-controls-direction .bx-next:hover,
  #contents.planes-page .bx-controls-direction .bx-prev:hover,
  #contents.planes-page .bx-controls-direction .bx-next:hover,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-prev:hover,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-next:hover,
  #contents.planeswalkers-page .bx-controls-direction .bx-prev:hover,
  #contents.planeswalkers-page .bx-controls-direction .bx-next:hover {
    background-color: #333;
    box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  #contents.story-page .bx-controls-direction .bx-prev:after,
  #contents.story-page .bx-controls-direction .bx-next:after,
  #contents.planes-detail-page .bx-controls-direction .bx-prev:after,
  #contents.planes-detail-page .bx-controls-direction .bx-next:after,
  #contents.planes-page .bx-controls-direction .bx-prev:after,
  #contents.planes-page .bx-controls-direction .bx-next:after,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-prev:after,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-next:after,
  #contents.planeswalkers-page .bx-controls-direction .bx-prev:after,
  #contents.planeswalkers-page .bx-controls-direction .bx-next:after {
    top: 18px;
    width: 10px;
    height: 10px;
  }
  #contents.story-page .bx-controls-direction .bx-prev,
  #contents.planes-detail-page .bx-controls-direction .bx-prev,
  #contents.planes-page .bx-controls-direction .bx-prev,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-prev,
  #contents.planeswalkers-page .bx-controls-direction .bx-prev {
    left: -10%;
  }
  #contents.story-page .bx-controls-direction .bx-prev:after,
  #contents.planes-detail-page .bx-controls-direction .bx-prev:after,
  #contents.planes-page .bx-controls-direction .bx-prev:after,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-prev:after,
  #contents.planeswalkers-page .bx-controls-direction .bx-prev:after {
    left: 31px;
  }
  #contents.story-page .bx-controls-direction .bx-next,
  #contents.planes-detail-page .bx-controls-direction .bx-next,
  #contents.planes-page .bx-controls-direction .bx-next,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-next,
  #contents.planeswalkers-page .bx-controls-direction .bx-next {
    right: -10%;
  }
  #contents.story-page .bx-controls-direction .bx-next:after,
  #contents.planes-detail-page .bx-controls-direction .bx-next:after,
  #contents.planes-page .bx-controls-direction .bx-next:after,
  #contents.planeswalkers-detail-page .bx-controls-direction .bx-next:after,
  #contents.planeswalkers-page .bx-controls-direction .bx-next:after {
    left: 8px;
  }
  #contents.story-page .bx-pager,
  #contents.planes-detail-page .bx-pager,
  #contents.planes-page .bx-pager,
  #contents.planeswalkers-detail-page .bx-pager,
  #contents.planeswalkers-page .bx-pager {
    padding-top: 14px;
  }
  #contents.story-page .bx-pager .bx-pager-item a:hover,
  #contents.planes-detail-page .bx-pager .bx-pager-item a:hover,
  #contents.planes-page .bx-pager .bx-pager-item a:hover,
  #contents.planeswalkers-detail-page .bx-pager .bx-pager-item a:hover,
  #contents.planeswalkers-page .bx-pager .bx-pager-item a:hover {
    background-color: #666;
  }
  #contents.story-page .bx-pager,
  #contents.planes-detail-page .bx-pager,
  #contents.planes-page .bx-pager,
  #contents.planeswalkers-detail-page .bx-pager,
  #contents.planeswalkers-page .bx-pager {
    text-align: center;
    padding-top: 18px;
  }
  #contents.story-page .bx-pager .bx-pager-item,
  #contents.planes-detail-page .bx-pager .bx-pager-item,
  #contents.planes-page .bx-pager .bx-pager-item,
  #contents.planeswalkers-detail-page .bx-pager .bx-pager-item,
  #contents.planeswalkers-page .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
  }
  #contents.story-page .bx-pager .bx-pager-item a,
  #contents.planes-detail-page .bx-pager .bx-pager-item a,
  #contents.planes-page .bx-pager .bx-pager-item a,
  #contents.planeswalkers-detail-page .bx-pager .bx-pager-item a,
  #contents.planeswalkers-page .bx-pager .bx-pager-item a {
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    background-color: #666;
    overflow: hidden;
    border-radius: 50%;
    transition: background-color 0.2s ease-in-out;
  }
  #contents.story-page .bx-pager .bx-pager-item a.active, #contents.story-page .bx-pager .bx-pager-item a:hover,
  #contents.planes-detail-page .bx-pager .bx-pager-item a.active,
  #contents.planes-detail-page .bx-pager .bx-pager-item a:hover,
  #contents.planes-page .bx-pager .bx-pager-item a.active,
  #contents.planes-page .bx-pager .bx-pager-item a:hover,
  #contents.planeswalkers-detail-page .bx-pager .bx-pager-item a.active,
  #contents.planeswalkers-detail-page .bx-pager .bx-pager-item a:hover,
  #contents.planeswalkers-page .bx-pager .bx-pager-item a.active,
  #contents.planeswalkers-page .bx-pager .bx-pager-item a:hover {
    background-color: #eb9b00;
  }
  #contents.story-page .sec-gallery,
  #contents.planes-detail-page .sec-gallery,
  #contents.planes-page .sec-gallery,
  #contents.planeswalkers-detail-page .sec-gallery,
  #contents.planeswalkers-page .sec-gallery {
    padding: 0 0 30px;
    margin-bottom: 0;
    overflow: hidden;
  }
  #contents.story-page .sec-gallery .inner,
  #contents.planes-detail-page .sec-gallery .inner,
  #contents.planes-page .sec-gallery .inner,
  #contents.planeswalkers-detail-page .sec-gallery .inner,
  #contents.planeswalkers-page .sec-gallery .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.story-page .sec-legendary-creatures,
  #contents.planes-detail-page .sec-legendary-creatures,
  #contents.planes-page .sec-legendary-creatures,
  #contents.planeswalkers-detail-page .sec-legendary-creatures,
  #contents.planeswalkers-page .sec-legendary-creatures {
    margin-bottom: 25px;
    overflow: hidden;
  }
  #contents.story-page .sec-legendary-creatures .inner,
  #contents.planes-detail-page .sec-legendary-creatures .inner,
  #contents.planes-page .sec-legendary-creatures .inner,
  #contents.planeswalkers-detail-page .sec-legendary-creatures .inner,
  #contents.planeswalkers-page .sec-legendary-creatures .inner {
    width: 80%;
    margin: 0 auto;
    padding: 22px 0;
  }
  #contents.story-page .legendary-creatures-wrap,
  #contents.planes-detail-page .legendary-creatures-wrap,
  #contents.planes-page .legendary-creatures-wrap,
  #contents.planeswalkers-detail-page .legendary-creatures-wrap,
  #contents.planeswalkers-page .legendary-creatures-wrap {
    width: 100%;
    padding-bottom: 10px;
  }
  #contents.story-page .legendary-creatures-wrap .btnType01 a,
  #contents.planes-detail-page .legendary-creatures-wrap .btnType01 a,
  #contents.planes-page .legendary-creatures-wrap .btnType01 a,
  #contents.planeswalkers-detail-page .legendary-creatures-wrap .btnType01 a,
  #contents.planeswalkers-page .legendary-creatures-wrap .btnType01 a {
    width: 198px;
    height: 40px;
    margin: 0 auto 0 !important;
    padding-top: 11px;
  }
  #contents.story-page .legendary-creatures-wrap .bx-controls-direction,
  #contents.planes-detail-page .legendary-creatures-wrap .bx-controls-direction,
  #contents.planes-page .legendary-creatures-wrap .bx-controls-direction,
  #contents.planeswalkers-detail-page .legendary-creatures-wrap .bx-controls-direction,
  #contents.planeswalkers-page .legendary-creatures-wrap .bx-controls-direction {
    top: 70px;
  }
  #contents.story-page .legendary-creatures-wrap .bx-controls-direction .bx-prev,
  #contents.planes-detail-page .legendary-creatures-wrap .bx-controls-direction .bx-prev,
  #contents.planes-page .legendary-creatures-wrap .bx-controls-direction .bx-prev,
  #contents.planeswalkers-detail-page .legendary-creatures-wrap .bx-controls-direction .bx-prev,
  #contents.planeswalkers-page .legendary-creatures-wrap .bx-controls-direction .bx-prev {
    left: -20%;
  }
  #contents.story-page .legendary-creatures-wrap .bx-controls-direction .bx-next,
  #contents.planes-detail-page .legendary-creatures-wrap .bx-controls-direction .bx-next,
  #contents.planes-page .legendary-creatures-wrap .bx-controls-direction .bx-next,
  #contents.planeswalkers-detail-page .legendary-creatures-wrap .bx-controls-direction .bx-next,
  #contents.planeswalkers-page .legendary-creatures-wrap .bx-controls-direction .bx-next {
    right: -20%;
  }
  #contents.story-page .legendary-creatures-item-img,
  #contents.planes-detail-page .legendary-creatures-item-img,
  #contents.planes-page .legendary-creatures-item-img,
  #contents.planeswalkers-detail-page .legendary-creatures-item-img,
  #contents.planeswalkers-page .legendary-creatures-item-img {
    float: none;
    width: 100%;
  }
  #contents.story-page .legendary-creatures-item-info,
  #contents.planes-detail-page .legendary-creatures-item-info,
  #contents.planes-page .legendary-creatures-item-info,
  #contents.planeswalkers-detail-page .legendary-creatures-item-info,
  #contents.planeswalkers-page .legendary-creatures-item-info {
    float: none;
    width: 100%;
    padding-top: 15px;
  }
  #contents.story-page .legendary-creatures-tit,
  #contents.planes-detail-page .legendary-creatures-tit,
  #contents.planes-page .legendary-creatures-tit,
  #contents.planeswalkers-detail-page .legendary-creatures-tit,
  #contents.planeswalkers-page .legendary-creatures-tit {
    margin-bottom: 18px;
    font-size: 18px;
    text-align: center;
  }
  #contents.story-page .legendary-creatures-txt,
  #contents.planes-detail-page .legendary-creatures-txt,
  #contents.planes-page .legendary-creatures-txt,
  #contents.planeswalkers-detail-page .legendary-creatures-txt,
  #contents.planeswalkers-page .legendary-creatures-txt {
    margin-bottom: 15px;
    font-size: 13px;
  }
  #contents.story-page .sec-coming-walkers,
  #contents.planes-detail-page .sec-coming-walkers,
  #contents.planes-page .sec-coming-walkers,
  #contents.planeswalkers-detail-page .sec-coming-walkers,
  #contents.planeswalkers-page .sec-coming-walkers {
    padding: 0 0 0;
    margin-bottom: 30px;
  }
  #contents.story-page .sec-coming-walkers .inner,
  #contents.planes-detail-page .sec-coming-walkers .inner,
  #contents.planes-page .sec-coming-walkers .inner,
  #contents.planeswalkers-detail-page .sec-coming-walkers .inner,
  #contents.planeswalkers-page .sec-coming-walkers .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.story-page .state-tribe-area,
  #contents.planes-detail-page .state-tribe-area,
  #contents.planes-page .state-tribe-area,
  #contents.planeswalkers-detail-page .state-tribe-area,
  #contents.planeswalkers-page .state-tribe-area {
    padding: 0 0 0;
    margin-bottom: 25px;
  }
  #contents.story-page .state-tribe-area .inner,
  #contents.planes-detail-page .state-tribe-area .inner,
  #contents.planes-page .state-tribe-area .inner,
  #contents.planeswalkers-detail-page .state-tribe-area .inner,
  #contents.planeswalkers-page .state-tribe-area .inner {
    width: 92%;
    overflow: hidden;
  }
  #contents.story-page .state-tribe-area section,
  #contents.planes-detail-page .state-tribe-area section,
  #contents.planes-page .state-tribe-area section,
  #contents.planeswalkers-detail-page .state-tribe-area section,
  #contents.planeswalkers-page .state-tribe-area section {
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
  }
  #contents.story-page .state-tribe-area section:nth-child(odd),
  #contents.planes-detail-page .state-tribe-area section:nth-child(odd),
  #contents.planes-page .state-tribe-area section:nth-child(odd),
  #contents.planeswalkers-detail-page .state-tribe-area section:nth-child(odd),
  #contents.planeswalkers-page .state-tribe-area section:nth-child(odd) {
    float: none;
  }
  #contents.story-page .state-tribe-area section:nth-child(even),
  #contents.planes-detail-page .state-tribe-area section:nth-child(even),
  #contents.planes-page .state-tribe-area section:nth-child(even),
  #contents.planeswalkers-detail-page .state-tribe-area section:nth-child(even),
  #contents.planeswalkers-page .state-tribe-area section:nth-child(even) {
    float: none;
  }
  #contents.story-page .state-tribe-area section:first-child,
  #contents.planes-detail-page .state-tribe-area section:first-child,
  #contents.planes-page .state-tribe-area section:first-child,
  #contents.planeswalkers-detail-page .state-tribe-area section:first-child,
  #contents.planeswalkers-page .state-tribe-area section:first-child {
    margin-bottom: 25px;
  }
  #contents.story-page .state-tribe-items,
  #contents.planes-detail-page .state-tribe-items,
  #contents.planes-page .state-tribe-items,
  #contents.planeswalkers-detail-page .state-tribe-items,
  #contents.planeswalkers-page .state-tribe-items {
    visibility: hidden;
  }
  #contents.story-page .state-tribe-wrap,
  #contents.planes-detail-page .state-tribe-wrap,
  #contents.planes-page .state-tribe-wrap,
  #contents.planeswalkers-detail-page .state-tribe-wrap,
  #contents.planeswalkers-page .state-tribe-wrap {
    width: 92%;
    padding-bottom: 10px;
  }
  #contents.story-page .state-tribe-wrap .btnType01 a,
  #contents.planes-detail-page .state-tribe-wrap .btnType01 a,
  #contents.planes-page .state-tribe-wrap .btnType01 a,
  #contents.planeswalkers-detail-page .state-tribe-wrap .btnType01 a,
  #contents.planeswalkers-page .state-tribe-wrap .btnType01 a {
    width: 198px;
    height: 40px;
    padding-top: 11px;
  }
  #contents.story-page .state-tribe-wrap .bx-controls-direction,
  #contents.planes-detail-page .state-tribe-wrap .bx-controls-direction,
  #contents.planes-page .state-tribe-wrap .bx-controls-direction,
  #contents.planeswalkers-detail-page .state-tribe-wrap .bx-controls-direction,
  #contents.planeswalkers-page .state-tribe-wrap .bx-controls-direction {
    top: 75px;
  }
  #contents.story-page .state-tribe-item-img,
  #contents.planes-detail-page .state-tribe-item-img,
  #contents.planes-page .state-tribe-item-img,
  #contents.planeswalkers-detail-page .state-tribe-item-img,
  #contents.planeswalkers-page .state-tribe-item-img {
    margin-bottom: 15px;
  }
  #contents.story-page .state-tribe-tit,
  #contents.planes-detail-page .state-tribe-tit,
  #contents.planes-page .state-tribe-tit,
  #contents.planeswalkers-detail-page .state-tribe-tit,
  #contents.planeswalkers-page .state-tribe-tit {
    margin-bottom: 15px;
    font-size: 18px;
  }
  #contents.story-page .state-tribe-txt,
  #contents.planes-detail-page .state-tribe-txt,
  #contents.planes-page .state-tribe-txt,
  #contents.planeswalkers-detail-page .state-tribe-txt,
  #contents.planeswalkers-page .state-tribe-txt {
    font-size: 13px;
  }
  #contents.story-page .sec-related-card .bx-controls-direction .bx-prev,
  #contents.story-page .sec-related-card .bx-controls-direction .bx-next,
  #contents.planes-detail-page .sec-related-card .bx-controls-direction .bx-prev,
  #contents.planes-detail-page .sec-related-card .bx-controls-direction .bx-next,
  #contents.planes-page .sec-related-card .bx-controls-direction .bx-prev,
  #contents.planes-page .sec-related-card .bx-controls-direction .bx-next,
  #contents.planeswalkers-detail-page .sec-related-card .bx-controls-direction .bx-prev,
  #contents.planeswalkers-detail-page .sec-related-card .bx-controls-direction .bx-next,
  #contents.planeswalkers-page .sec-related-card .bx-controls-direction .bx-prev,
  #contents.planeswalkers-page .sec-related-card .bx-controls-direction .bx-next {
    background-color: rgba(0, 0, 0, 0.2);
  }
  #contents.story-page .sec-related-card .bx-controls-direction .bx-prev,
  #contents.planes-detail-page .sec-related-card .bx-controls-direction .bx-prev,
  #contents.planes-page .sec-related-card .bx-controls-direction .bx-prev,
  #contents.planeswalkers-detail-page .sec-related-card .bx-controls-direction .bx-prev,
  #contents.planeswalkers-page .sec-related-card .bx-controls-direction .bx-prev {
    left: -10%;
  }
  #contents.story-page .sec-related-card .bx-controls-direction .bx-next,
  #contents.planes-detail-page .sec-related-card .bx-controls-direction .bx-next,
  #contents.planes-page .sec-related-card .bx-controls-direction .bx-next,
  #contents.planeswalkers-detail-page .sec-related-card .bx-controls-direction .bx-next,
  #contents.planeswalkers-page .sec-related-card .bx-controls-direction .bx-next {
    right: -10%;
  }
}
/* ----------------------------------------------------------------------------------------

	planeswalkers

---------------------------------------------------------------------------------------- */
#contents.planeswalkers-page .pankuzu {
  z-index: 2;
}
#contents.planeswalkers-page .page-title {
  background: url(../../assets/images/world/planeswalkers/bg-page.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.planeswalkers-wrap {
  position: relative;
  z-index: 1;
}

.planeswalkers-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sec-planeswalkers {
  position: relative;
  z-index: 2;
  padding-bottom: 130px;
}
.sec-planeswalkers .btnType01 a {
  width: 450px;
}

.planeswalkers-items {
  width: 1200px;
  margin: 0 auto 70px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.planeswalkers-items:after {
  content: "";
  display: table;
  clear: both;
}
.planeswalkers-items li {
  margin-right: 25px;
  margin-bottom: 35px;
  width: 220px;
  float: left;
}
.planeswalkers-items li:nth-child(5n) {
  margin-right: 0;
}
.planeswalkers-items li a {
  display: block;
  text-decoration: none;
}

.planeswalkers-item-img {
  width: 220px;
  margin-bottom: 10px;
  background: url(../../assets/images/world/planeswalkers/planeswalkers-cover.png) no-repeat 0 0;
  border: 1px solid #999;
  pointer-events: none;
}
.planeswalkers-item-img img {
  width: 100%;
  height: auto;
}

.planeswalkers-item-txt {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  pointer-events: none;
}

.sec-coming-walkers .planeswalkers-items {
  width: 1134px;
  margin: 0 0 0 32px;
  padding-bottom: 0;
  border-bottom: none;
}
.sec-coming-walkers .planeswalkers-items li {
  margin-right: 30px;
  margin-bottom: 25px;
  width: 164px;
  float: left;
}
.sec-coming-walkers .planeswalkers-items li:nth-child(5n) {
  margin-right: 30px;
}
.sec-coming-walkers .planeswalkers-items li:nth-child(6n) {
  margin-right: 0;
}
.sec-coming-walkers .planeswalkers-items li a .planeswalkers-item-img {
  position: relative;
}
.sec-coming-walkers .planeswalkers-items li a .planeswalkers-item-img::before {
  content: "";
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  border: 1px solid #fff;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sec-coming-walkers .planeswalkers-items li a:hover .planeswalkers-item-img::before {
  opacity: 0.15;
}
.sec-coming-walkers .planeswalkers-items li a:hover .planeswalkers-item-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.sec-coming-walkers .planeswalkers-items li a:hover .planeswalkers-item-txt {
  color: #f55d0b;
}
.sec-coming-walkers .planeswalkers-item-img {
  width: 164px;
  margin-bottom: 10px;
  background: none;
  overflow: hidden;
}
.sec-coming-walkers .planeswalkers-item-img img {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.sec-coming-walkers .planeswalkers-item-txt {
  font-size: 15px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.walkers-planes-area .planeswalkers-items {
  width: 632px;
  margin: 0 0 0 25px;
  padding-bottom: 0;
  border-bottom: none;
}
.walkers-planes-area .planeswalkers-items li {
  margin-right: 20px;
  margin-bottom: 25px;
  width: 164px;
  float: left;
}
.walkers-planes-area .planeswalkers-items li:nth-child(5n) {
  margin-right: 20px;
}
.walkers-planes-area .planeswalkers-items li:nth-child(3n) {
  margin-right: 0;
}
.walkers-planes-area .planeswalkers-items li a {
  position: relative;
}
.walkers-planes-area .planeswalkers-items li a .planeswalkers-item-img {
  position: relative;
}
.walkers-planes-area .planeswalkers-items li a .planeswalkers-item-img::before {
  content: "";
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  border: 1px solid #fff;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.walkers-planes-area .planeswalkers-items li a:hover .planeswalkers-item-img::before {
  opacity: 0.15;
}
.walkers-planes-area .planeswalkers-items li a:hover .planeswalkers-item-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.walkers-planes-area .planeswalkers-items li a:hover .planeswalkers-item-txt {
  color: #f55d0b;
}
.walkers-planes-area .planeswalkers-item-img {
  width: 164px;
  margin-bottom: 10px;
  background: none;
  overflow: hidden;
}
.walkers-planes-area .planeswalkers-item-img img {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.walkers-planes-area .planeswalkers-item-txt {
  font-size: 15px;
  color: #dddddd;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  #contents.planeswalkers-page .page-title {
    background: url(../../assets/images/world/planeswalkers/bg-page-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  #contents.planeswalkers-page .planeswalkers-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none !important;
    background-size: cover;
    z-index: 1;
  }
  .planeswalkers-items {
    width: auto;
    margin: 0 15px 30px;
    padding-bottom: 30px;
  }
  .planeswalkers-items li {
    margin-right: 2%;
    margin-bottom: 15px;
    width: 32%;
  }
  .planeswalkers-items li:nth-child(5n) {
    margin-right: 2%;
  }
  .planeswalkers-items li:nth-child(3n) {
    margin-right: 0;
  }
  .planeswalkers-item-img {
    width: 100%;
    height: 0;
    padding-bottom: 133.9%;
    margin-bottom: 6px;
    background: url(../../assets/images/world/planeswalkers/planeswalkers-cover.png) no-repeat 0 0;
    background-size: 100% auto;
    border: none;
  }
  .planeswalkers-item-img img {
    border: 1px solid #999;
  }
  .planeswalkers-item-txt {
    font-size: 13px;
  }
  .sec-planeswalkers {
    padding-bottom: 70px;
  }
  .sec-planeswalkers .btnType01 a {
    width: 85%;
  }
  .walkers-planes-area .planeswalkers-items {
    padding-bottom: 0;
    width: auto;
    margin: 0 15px 0;
    padding-bottom: 0;
  }
  .walkers-planes-area .planeswalkers-items li {
    margin-right: 2%;
    margin-bottom: 15px;
    width: 32%;
  }
  .walkers-planes-area .planeswalkers-items li:nth-child(5n) {
    margin-right: 2%;
  }
  .walkers-planes-area .planeswalkers-items li:nth-child(3n) {
    margin-right: 0;
  }
  .walkers-planes-area .planeswalkers-items li a .planeswalkers-item-img::before {
    display: none;
  }
  .walkers-planes-area .planeswalkers-items li a:hover .planeswalkers-item-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .walkers-planes-area .planeswalkers-items li a:hover .planeswalkers-item-txt {
    color: #ddd;
  }
  .walkers-planes-area .planeswalkers-item-img {
    width: 100%;
    height: 0;
    padding-bottom: 133.9%;
    margin-bottom: 10px;
    background: none;
  }
  .walkers-planes-area .planeswalkers-item-txt {
    font-size: 13px;
  }
}
/* ----------------------------------------------------------------------------------------

	planeswalkers detail

---------------------------------------------------------------------------------------- */
#contents.planeswalkers-detail-page .pankuzu {
  position: absolute;
  z-index: 2;
}
#contents.planeswalkers-detail-page .page-title {
  position: relative;
  z-index: 1;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title {
  margin-bottom: 0;
  min-height: 600px;
  text-align: left;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title .page-title-name {
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 0;
  display: inline-block;
  padding: 25px 20px;
  text-align: left;
  min-width: 300px;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title .page-title-name:after {
  position: absolute;
  content: "";
  width: 100%;
  min-width: 300px;
  height: 100%;
  background: #171717;
  opacity: 0.85;
  left: 0;
  top: 0;
  z-index: 0;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title .page-title-name.state-short {
  text-align: center;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title .page-title-name.state-short h1:before {
  text-align: center !important;
  width: 100%;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title h1 {
  position: relative;
  z-index: 1;
  font-size: 50px;
  margin-bottom: 5px;
  display: block;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 50px;
  font-family: "Beleren";
  z-index: 0;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  z-index: 0;
  content: attr(data-title);
  -moz-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -webkit-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -ms-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  display: block;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title small {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.01em;
  display: inline-block;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title .btnType01 {
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -150px;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title .btnType01:after {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/icon-arrow.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  left: 66px;
  top: 16px;
  z-index: 5;
}
#contents.planeswalkers-detail-page .page-title.detail-page-title .btnType01 a {
  width: 300px;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-about {
  padding-top: 30px;
  padding-bottom: 60px;
  color: #fff;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-about .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers {
  padding-top: 55px;
  padding-bottom: 140px;
  color: #fff;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .sec-header {
  margin-bottom: 20px;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .btnType01 {
  margin-bottom: 20px;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .btnType01:last-child {
  margin-bottom: 0;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .btnType01 a {
  width: 450px;
}
#contents.planeswalkers-detail-page .walkers-planes-area {
  padding: 0 0 65px;
}
#contents.planeswalkers-detail-page .walkers-planes-area .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.planeswalkers-detail-page .walkers-planes-area .inner:after {
  content: "";
  display: table;
  clear: both;
}
#contents.planeswalkers-detail-page .walkers-planes-area .sec-walkers-planes {
  width: 580px;
  background: #171717;
  padding-bottom: 15px;
  text-align: center;
}
#contents.planeswalkers-detail-page .walkers-planes-area .sec-walkers-planes:nth-child(odd) {
  float: left;
}
#contents.planeswalkers-detail-page .walkers-planes-area .sec-walkers-planes:nth-child(even) {
  float: right;
}
#contents.planeswalkers-detail-page .sec-related-card {
  background: #fff;
  padding: 50px 0 60px;
  overflow: hidden;
}
#contents.planeswalkers-detail-page .sec-related-card .sec-header {
  margin-bottom: 20px;
}
#contents.planeswalkers-detail-page .sec-related-card .sec-header h2 span {
  text-shadow: none;
}
#contents.planeswalkers-detail-page .sec-related-card .sec-header h2 .en {
  font-size: 30px;
  margin-right: 15px;
}
#contents.planeswalkers-detail-page .sec-related-card .sec-header h2 .jp {
  font-size: 14px;
  color: #333;
}
#contents.planeswalkers-detail-page .sec-related-card .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.planeswalkers-detail-page .sec-related-posts {
  background: #fff;
  padding: 0 0 60px;
  margin-bottom: 0;
}
#contents.planeswalkers-detail-page .sec-related-posts .sec-header {
  margin-bottom: 20px;
}
#contents.planeswalkers-detail-page .sec-related-posts .sec-header h2 span {
  text-shadow: none;
}
#contents.planeswalkers-detail-page .sec-related-posts .sec-header h2 .en {
  font-size: 30px;
  margin-right: 15px;
}
#contents.planeswalkers-detail-page .sec-related-posts .sec-header h2 .jp {
  font-size: 14px;
  color: #333;
}
#contents.planeswalkers-detail-page .sec-related-posts .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-card {
  margin-bottom: 45px;
}
#contents.planeswalkers-detail-page .sec-planeswalkers-card .inner {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 40px 0 45px;
}

.sec-header-side {
  margin-bottom: 25px;
  text-align: center;
}
.sec-header-side h3,
.sec-header-side h2 {
  font-family: "Crimson Text", serif;
  font-size: 40px;
  color: #f55d0b;
}
.sec-header-side.sec-header-side-l {
  margin-bottom: 30px;
}
.sec-header-side.sec-header-side-l h3,
.sec-header-side.sec-header-side-l h2 {
  font-size: 54px;
}
.sec-header-side small {
  font-size: 20px;
  color: #fff;
}

.sec-header-line-side {
  margin-bottom: 35px;
  padding: 11px 0 11px;
  background: #2a2a2a;
  text-align: left;
}
.sec-header-line-side h2 {
  font-size: 18px;
  color: #f55d0b;
  padding-left: 15px;
  position: relative;
  border-left: 5px solid #f55d0b;
}

.planeswalkers-detail-caption {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 32px;
  font-weight: 700;
}

.world-detail-txt {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  font-size: 16px;
  font-weight: normal;
  color: #eee;
  overflow: hidden;
}
.world-detail-txt p {
  text-align: justify;
  display: inline;
  position: relative;
  line-height: 2;
}
.world-detail-txt p:after {
  content: "\a\a";
  white-space: pre;
}

.world-detail-txt-more {
  display: none;
}

.planeswalkers-card-items {
  position: relative;
  visibility: hidden;
  width: 1080px;
  margin: 0 auto;
}
.planeswalkers-card-items ul:after {
  content: "";
  display: table;
  clear: both;
}
.planeswalkers-card-items ul li {
  width: 192px;
  margin-right: 30px;
  float: left;
  font-size: 15px;
  text-decoration: none;
  color: #ddd;
  line-height: 1.4;
  text-align: center;
}
.planeswalkers-card-items ul li:last-child {
  margin-right: 0;
}
.planeswalkers-card-items ul li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.planeswalkers-card-items .bx-controls-direction {
  top: 130px;
}

.related-card-items {
  position: relative;
  visibility: hidden;
}
.related-card-items ul:after {
  content: "";
  display: table;
  clear: both;
}
.related-card-items ul li {
  width: 213px;
  margin-right: 9px;
  float: left;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  line-height: 1.4;
  text-align: center;
}
.related-card-items ul li:last-child {
  margin-right: 0;
}
.related-card-items ul li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.related-card-items .bx-controls-direction {
  top: 130px;
}

.planeswalkers-card-items.no-slide,
.related-card-items.no-slide {
  overflow: hidden;
}
.planeswalkers-card-items.no-slide:after,
.related-card-items.no-slide:after {
  content: "";
  display: table;
  clear: both;
}
.planeswalkers-card-items.no-slide ul,
.related-card-items.no-slide ul {
  position: relative;
  left: 50%;
  float: left;
}
.planeswalkers-card-items.no-slide ul li,
.related-card-items.no-slide ul li {
  float: left;
  position: relative;
  left: -50%;
}

.gallery-items {
  position: relative;
  visibility: hidden;
  width: 1080px;
  margin: 0 auto;
}
.gallery-items ul {
  text-align: center;
}
.gallery-items ul:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-items ul li {
  width: 1080px;
  margin-right: 9px;
  float: left;
}
.gallery-items ul li:last-child {
  margin-right: 0;
}
.gallery-items ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-items ul li a {
  display: block;
}

.planeswalkers-items-thumb {
  margin: 0 auto 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #999;
}
.planeswalkers-items-thumb:after {
  content: "";
  display: table;
  clear: both;
}
.planeswalkers-items-thumb li {
  margin-right: 8px;
  margin-bottom: 9px;
  width: 72px;
  float: left;
}
.planeswalkers-items-thumb li:nth-child(15n) {
  margin-right: 0;
}
.planeswalkers-items-thumb li a {
  display: block;
  border: 1px solid #999;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.planeswalkers-items-thumb li a img {
  width: 72px;
  height: 96px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.planeswalkers-items-thumb li a::before {
  content: "";
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  border: 1px solid #fff;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.planeswalkers-items-thumb li a:hover::before {
  opacity: 0.15;
}
.planeswalkers-items-thumb li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #contents.planeswalkers-detail-page .page-title {
    background: url(../../assets/images/world/planeswalkers/planeswalkers-01-bg-page-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title {
    margin-bottom: 0;
    padding-top: 93.03%;
    padding-bottom: 0;
    height: auto;
    text-align: center;
    min-height: auto;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title .detail-page-title-inner {
    background: #171717;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title .page-title-name {
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 0;
    position: static;
    margin-top: 0;
    display: inline-block;
    padding: 22px 0;
    text-align: center;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title .page-title-name:after {
    display: none;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title h1 {
    position: relative;
    z-index: 1;
    font-size: 35px;
    margin-bottom: 5px;
    word-break: break-all;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title h1:before {
    display: none;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title small {
    position: relative;
    z-index: 1;
    font-size: 15px;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title .btnType01 {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title .btnType01:after {
    position: absolute;
    content: "";
    background: url(../../assets/images/common/icon-arrow-sp.png) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    left: 50%;
    margin-left: -80px;
    top: 13px;
  }
  #contents.planeswalkers-detail-page .page-title.detail-page-title .btnType01 a {
    width: 235px;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-about {
    padding-top: 20px;
    padding-bottom: 25px;
    color: #fff;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-about .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-card {
    margin-bottom: 25px;
    overflow: hidden;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-card .inner {
    width: 92%;
    margin: 0 auto;
    padding: 20px 0;
  }
  #contents.planeswalkers-detail-page .walkers-planes-area {
    padding: 0 0 32px;
  }
  #contents.planeswalkers-detail-page .walkers-planes-area .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.planeswalkers-detail-page .walkers-planes-area .sec-walkers-planes {
    width: 100%;
    background: #171717;
    padding-bottom: 15px;
    text-align: center;
  }
  #contents.planeswalkers-detail-page .walkers-planes-area .sec-walkers-planes:nth-child(odd) {
    float: none;
  }
  #contents.planeswalkers-detail-page .walkers-planes-area .sec-walkers-planes:nth-child(even) {
    float: none;
  }
  #contents.planeswalkers-detail-page .walkers-planes-area .sec-walkers-planes:first-child {
    margin-bottom: 25px;
  }
  #contents.planeswalkers-detail-page .sec-related-card {
    padding: 22px 0 30px;
  }
  #contents.planeswalkers-detail-page .sec-related-card .sec-header {
    margin-bottom: 15px;
  }
  #contents.planeswalkers-detail-page .sec-related-card .sec-header h2 .en {
    font-size: 24px;
    margin-right: 15px;
  }
  #contents.planeswalkers-detail-page .sec-related-card .sec-header h2 .jp {
    font-size: 12px;
    color: #333;
  }
  #contents.planeswalkers-detail-page .sec-related-card .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.planeswalkers-detail-page .sec-related-posts {
    padding: 0 0 32px;
    margin-bottom: 0;
  }
  #contents.planeswalkers-detail-page .sec-related-posts .sec-header {
    margin-bottom: 15px;
  }
  #contents.planeswalkers-detail-page .sec-related-posts .sec-header h2 span {
    text-shadow: none;
  }
  #contents.planeswalkers-detail-page .sec-related-posts .sec-header h2 .en {
    font-size: 24px;
    margin-right: 15px;
  }
  #contents.planeswalkers-detail-page .sec-related-posts .sec-header h2 .jp {
    font-size: 12px;
    color: #333;
  }
  #contents.planeswalkers-detail-page .sec-related-posts .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.planeswalkers-detail-page .sec-related-posts {
    margin-bottom: 0;
  }
  #contents.planeswalkers-detail-page .sec-related-posts ul li {
    margin: 0 auto;
  }
  #contents.planeswalkers-detail-page .sec-related-posts ul li a {
    display: block;
    padding: 14px 10px;
  }
  #contents.planeswalkers-detail-page .sec-related-posts ul li a:hover div p:nth-child(2) {
    color: #333;
  }
  #contents.planeswalkers-detail-page .sec-related-posts ul li a div {
    display: block;
  }
  #contents.planeswalkers-detail-page .sec-related-posts ul li a div > p {
    display: block;
    vertical-align: top;
  }
  #contents.planeswalkers-detail-page .sec-related-posts ul li a p:nth-child(1) {
    width: 100%;
  }
  #contents.planeswalkers-detail-page .sec-related-posts ul li a p:nth-child(1) .date {
    width: auto;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-right: 1em;
  }
  #contents.planeswalkers-detail-page .sec-related-posts ul li a p:nth-child(2) {
    padding-top: 5px;
    padding-left: 5em;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .sec-header {
    margin-bottom: 15px;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .sec-header h2 .en {
    font-size: 24px;
    margin-right: 15px;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .sec-header h2 .jp {
    font-size: 12px;
    color: #fff;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .btnType01 {
    margin-bottom: 8px;
  }
  #contents.planeswalkers-detail-page .sec-planeswalkers-detail-walkers .btnType01 a {
    width: 86%;
  }
  .sec-planeswalkers-detail-about {
    padding-top: 30px;
    padding-bottom: 50px;
    color: #fff;
  }
  .sec-planeswalkers-detail-about .inner {
    width: 49.6%;
    margin: 0 auto 35px;
  }
  .planeswalkers-detail-caption {
    padding: 20px 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .world-detail-txt-wrap {
    padding: 0 10px 0;
    height: 22em;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  .world-detail-txt-wrap:after {
    content: "";
    width: 100%;
    height: 70px;
    display: block;
    background: url(../../assets/images/world/shadow_cover.png) repeat-x 0 0;
    background-size: 10px 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  body.state-more .world-detail-txt-wrap {
    height: auto;
    overflow: auto;
    margin-bottom: 0;
  }
  body.state-more .world-detail-txt-wrap:after {
    display: none;
  }
  body.state-more .world-detail-txt-more {
    display: none;
  }
  .world-detail-txt-more {
    position: absolute;
    width: 88%;
    margin-left: 3%;
    bottom: 0.2em;
    display: block;
    text-align: center;
    z-index: 3;
  }
  .world-detail-txt-more a {
    display: block;
    color: #eb9b00;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    position: relative;
  }
  .world-detail-txt-more a:after {
    content: "";
    width: 36%;
    height: 1px;
    background: #eb9b00;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
  }
  .world-detail-txt-more a:before {
    content: "";
    width: 36%;
    height: 1px;
    background: #eb9b00;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
  }
  .world-detail-txt-more a span {
    padding: 0 16px 0 24px;
    position: relative;
  }
  .world-detail-txt-more a span:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../assets/images/common/more-arrow.png) no-repeat 0 0;
    background-size: 12px 12px;
    display: block;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -6px;
    z-index: 3;
  }
  .world-detail-txt {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    font-size: 14px;
    font-weight: normal;
    height: auto;
  }
  .world-detail-txt p {
    text-align: justify;
    display: inline;
    position: relative;
    line-height: 2;
  }
  .world-detail-txt p:after {
    content: "\a\a";
    white-space: pre;
  }
  .sec-header-side {
    margin-bottom: 20px;
  }
  .sec-header-side h3,
  .sec-header-side h2 {
    font-size: 32px;
  }
  .sec-header-side.sec-header-side-l {
    margin-bottom: 20px;
  }
  .sec-header-side.sec-header-side-l h3,
  .sec-header-side.sec-header-side-l h2 {
    font-size: 32px;
  }
  .sec-header-side small {
    font-size: 14px;
  }
  .gallery-items {
    width: 100%;
    margin: 0 auto;
  }
  .gallery-items ul {
    text-align: center;
  }
  .gallery-items ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .gallery-items ul li {
    width: 100%;
    margin-right: 0;
  }
  .planeswalkers-card-items {
    width: 100%;
    margin: 0 auto;
  }
  .planeswalkers-card-items ul li {
    width: 33.3%;
    margin-right: auto;
    font-size: 12px;
  }
  .planeswalkers-card-items ul li img {
    margin-bottom: 10px;
  }
  .planeswalkers-card-items .bx-controls-direction {
    top: 90px;
  }
  .related-card-items.no-slide ul li,
  .planeswalkers-card-items.no-slide ul li {
    width: 90px;
  }
  .sec-header-line-side {
    margin-bottom: 20px;
    padding: 8px 0 8px;
  }
  .sec-header-line-side h2 {
    font-size: 16px;
    padding-left: 12px;
    border-left: 3px solid #f55d0b;
  }
  .related-card-items {
    width: 100%;
    padding: 0 14px;
  }
  .related-card-items ul li {
    width: 32%;
    margin-right: 2%;
    font-size: 12px;
  }
  .related-card-items ul li img {
    margin-bottom: 8px;
  }
  .related-card-items ul li:last-child {
    margin-right: 0;
  }
  .related-card-items .bx-controls-direction {
    top: 85px;
  }
  .planeswalkers-items-thumb {
    margin: 0 auto 30px;
    padding-bottom: 30px;
  }
  .planeswalkers-items-thumb li {
    margin-right: 1.52%;
    margin-bottom: 6px;
    width: 15.4%;
    float: left;
  }
  .planeswalkers-items-thumb li:nth-child(15n) {
    margin-right: 1.52%;
  }
  .planeswalkers-items-thumb li:nth-child(6n) {
    margin-right: 0;
  }
  .planeswalkers-items-thumb li a img {
    width: 100%;
    height: auto;
  }
  .planeswalkers-items-thumb li a::before {
    display: none;
  }
  .planeswalkers-items-thumb li a:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ----------------------------------------------------------------------------------------

	planes

---------------------------------------------------------------------------------------- */
.ie #contents.planes-page .planes-name-en {
  color: #fff;
}
.ie #contents.planes-page .planes-name-en span {
  background: none;
}

.story-index-header-tit {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 34px 0 0 0;
}
.story-index-header-tit span {
  display: inline-block;
}
.story-index-header-tit span.en {
  font-family: "Beleren";
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #666), color-stop(0.38, #fff));
  background-image: -webkit-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -moz-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -ms-linear-gradient(top, #fff 38%, #666 100%);
  background-image: linear-gradient(to bottom, #fff 38%, #666 100%);
  font-size: 24px;
  padding: 0 15px 0 240px;
}
.story-index-header-tit span.ja {
  font-size: 14px;
  color: #fff;
  position: relative;
  top: -3px;
}

#contents.planes-page .pankuzu {
  z-index: 2;
  background: #000;
}
#contents.planes-page .page-title {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  margin-bottom: 8px;
  padding-top: 0;
  height: auto;
}
#contents.planes-page .page-title div {
  background: none;
}
#contents.planes-page .page-title div h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 50px;
  font-family: "Beleren";
  z-index: 0;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  z-index: 0;
  content: attr(data-title);
  -moz-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -webkit-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -ms-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  display: block;
}
#contents.planes-page .page-title small {
  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px rgb(0, 0, 0);
}
#contents.planes-page .planes-wrap {
  position: relative;
  z-index: 1;
  height: 800px;
  min-height: 680px;
}
#contents.planes-page .planes-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#contents.planes-page .planes-con {
  width: 100%;
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#contents.planes-page .planes-con-l {
  width: 750px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
}
#contents.planes-page .planes-con-r {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#contents.planes-page .planes-name {
  display: inline-block;
  padding: 10px 30px;
  background-color: rgba(23, 23, 23, 0.85);
  opacity: 0;
}
#contents.planes-page .planes-name-en {
  position: relative;
  font-size: 50px;
  letter-spacing: 0.07em;
  position: absolute;
  display: inline-block;
  line-height: 1;
  text-indent: 0.07em;
  font-family: "Beleren";
  position: relative;
}
#contents.planes-page .planes-name-en span {
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #666), color-stop(0.38, #fff));
  background-image: -webkit-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -moz-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -ms-linear-gradient(top, #fff 38%, #666 100%);
  background-image: linear-gradient(to bottom, #fff 38%, #666 100%);
}
#contents.planes-page .planes-name-en:before {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 50px;
  font-family: "Beleren";
  z-index: 0;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  z-index: 0;
  content: attr(data-title);
  -moz-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -webkit-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -ms-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  display: block;
}
#contents.planes-page .planes-name-ja {
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px rgb(0, 0, 0);
}
#contents.planes-page .btnType01 a {
  width: 260px;
}

body.firefox #contents.planes-page .planes-name-en span {
  color: #eee !important;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #eee;
  background-image: none !important;
  text-shadow: none;
  opacity: 1 !important;
}

.planes-items {
  width: 645px;
  margin: 0 auto 58px;
  margin: 0 auto 20px;
}
.planes-items:after {
  content: "";
  display: table;
  clear: both;
}
.planes-items li {
  margin-right: 15px;
  margin-bottom: 5px;
  width: 150px;
  float: left;
}
.planes-items li:nth-child(4n) {
  margin-right: 0;
}
.planes-items li a {
  display: block;
  text-decoration: none;
  position: relative;
}

.planes-page .planes-items li a::after {
  content: "VIEW MORE";
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.planes-page .planes-items li a::before {
  content: "";
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.planes-page .planes-items li a:hover::after {
  opacity: 1;
}
.planes-page .planes-items li a:hover::before {
  opacity: 0.5;
}
.planes-page .planes-items li a:hover .planes-item-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.planes-item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.planes-item-img img {
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.planes-item-txt {
  display: none;
}

.sec-walkers-planes .planes-items {
  width: 530px;
  margin: 0 0 0 25px;
}
.sec-walkers-planes .planes-items li {
  margin-right: 20px;
  margin-bottom: 25px;
  width: 255px;
  float: left;
}
.sec-walkers-planes .planes-items li:nth-child(4n) {
  margin-right: 0;
}
.sec-walkers-planes .planes-items li:nth-child(2n) {
  margin-right: 0;
}
.sec-walkers-planes .planes-items li a {
  position: relative;
}
.sec-walkers-planes .planes-items li a .planes-item-img {
  position: relative;
}
.sec-walkers-planes .planes-items li a .planes-item-img::before {
  content: "";
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  border: 1px solid #fff;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sec-walkers-planes .planes-items li a:hover .planes-item-img::before {
  opacity: 0.15;
}
.sec-walkers-planes .planes-items li a:hover .planes-item-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.sec-walkers-planes .planes-items li a:hover .planes-item-txt {
  color: #f55d0b;
}
.sec-walkers-planes .planes-item-img {
  margin-bottom: 10px;
  overflow: hidden;
}
.sec-walkers-planes .planes-item-img img {
  width: 100%;
  height: auto;
}
.sec-walkers-planes .planes-item-txt {
  display: block;
  text-align: center;
  color: #ddd;
  font-size: 13px;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  #contents.planes-page .page-title {
    background: url(../../assets/images/world/planes/bg-page-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 22%;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 25px;
    text-align: center;
  }
  #contents.planes-page .page-title div h1:before {
    display: none;
  }
  #contents.planes-page .planes-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 75px;
    height: auto !important;
    min-height: auto !important;
  }
  #contents.planes-page .planes-bg {
    display: none;
  }
  #contents.planes-page .planes-con {
    width: 100%;
    display: block;
    height: auto !important;
    position: relative;
  }
  #contents.planes-page .planes-con-l {
    width: 100%;
    display: block;
    background-color: none;
  }
  #contents.planes-page .planes-con-r {
    display: none;
  }
  #contents.planes-page .planes-items {
    width: auto !important;
    margin: 0 15px 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
  }
  #contents.planes-page .planes-items:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents.planes-page .planes-items li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 50%;
    float: left;
  }
  #contents.planes-page .planes-items li:nth-child(4n) {
    margin-right: 0;
  }
  #contents.planes-page .planes-items li:nth-child(odd) {
    float: left;
    padding-right: 6px;
  }
  #contents.planes-page .planes-items li:nth-child(even) {
    float: right;
    padding-left: 6px;
  }
  #contents.planes-page .planes-items li a::after {
    display: none;
  }
  #contents.planes-page .planes-items li a::before {
    display: none;
  }
  #contents.planes-page .planes-items li a:hover .planes-item-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  #contents.planes-page .planes-item-img {
    width: 100%;
    margin-bottom: 5px;
  }
  #contents.planes-page .planes-item-img img {
    width: 100%;
    height: auto;
  }
  #contents.planes-page .planes-item-txt {
    display: block;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
  }
  #contents.planes-page .btnType01 a {
    width: 85%;
  }
  .sec-walkers-planes .planes-items {
    width: auto;
    margin: 0 15px 0;
  }
  .sec-walkers-planes .planes-items li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 50%;
    float: left;
  }
  .sec-walkers-planes .planes-items li:nth-child(4n) {
    margin-right: 0;
  }
  .sec-walkers-planes .planes-items li:nth-child(2n) {
    margin-right: 0;
  }
  .sec-walkers-planes .planes-items li:nth-child(odd) {
    float: left;
    padding-right: 6px;
  }
  .sec-walkers-planes .planes-items li:nth-child(even) {
    float: right;
    padding-left: 6px;
  }
  .sec-walkers-planes .planes-items li a .planes-item-img::before {
    display: none;
  }
  .sec-walkers-planes .planes-items li a:hover .planes-item-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .sec-walkers-planes .planes-items li a:hover .planes-item-txt {
    color: #ddd;
  }
  .sec-walkers-planes .planes-item-img {
    margin-bottom: 10px;
  }
}
/* ----------------------------------------------------------------------------------------

	planes detail

---------------------------------------------------------------------------------------- */
#contents.planes-detail-page .pankuzu {
  position: absolute;
  z-index: 2;
}
#contents.planes-detail-page .planes-detail-wrap {
  position: relative;
  padding-top: 525px;
}
#contents.planes-detail-page .planes-detail-bg {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#contents.planes-detail-page .planes-detail-bg:after {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#contents.planes-detail-page .planes-detail-about {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 30px 0;
  background: rgba(0, 0, 0, 0.5);
}
#contents.planes-detail-page .page-title.detail-page-title {
  padding-top: 20px;
  margin-bottom: 30px;
}
#contents.planes-detail-page .page-title.detail-page-title h1 {
  position: relative;
  z-index: 1;
  font-size: 50px;
  margin-bottom: 5px;
}
#contents.planes-detail-page .page-title.detail-page-title h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 50px;
  font-family: "Beleren";
  z-index: 0;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  z-index: 0;
  content: attr(data-title);
  -moz-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -webkit-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -ms-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  display: block;
}
#contents.planes-detail-page .page-title.detail-page-title small {
  position: relative;
  z-index: 1;
  font-size: 18px;
  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px rgb(0, 0, 0);
}
#contents.planes-detail-page .planes-detail-txt {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  margin-bottom: 30px;
}
#contents.planes-detail-page .planes-detail-txt p {
  text-align: justify;
  display: inline;
  position: relative;
  line-height: 2;
  font-size: 16px;
  font-weight: normal;
  color: #eee;
}
#contents.planes-detail-page .planes-detail-txt p:after {
  content: "\a\a";
  white-space: pre;
}
#contents.planes-detail-page .banner-magic-stroy {
  margin-bottom: 70px;
}
#contents.planes-detail-page .banner-magic-stroy a {
  width: 660px;
  height: 110px;
  margin: 0 auto;
  display: block;
  background: url(../../assets/images/world/planes/banner-magic-story.jpg) no-repeat 0 0;
  text-indent: -9999px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.8;
}
#contents.planes-detail-page .banner-magic-stroy a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#contents.planes-detail-page .sec-planes-detail-planes {
  padding-top: 40px;
  padding-bottom: 55px;
  background: #fff;
}
#contents.planes-detail-page .sec-planes-detail-planes .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.planes-detail-page .sec-planes-detail-planes .sec-header {
  margin-bottom: 20px;
}
#contents.planes-detail-page .sec-planes-detail-planes .sec-header h2 .jp {
  color: #333;
}
#contents.planes-detail-page .sec-planes-detail-planes .sec-header span {
  text-shadow: none;
}
#contents.planes-detail-page .planes-items-thumb {
  width: 100%;
}
#contents.planes-detail-page .planes-items-thumb:after {
  content: "";
  display: table;
  clear: both;
}
#contents.planes-detail-page .planes-items-thumb li {
  margin-right: 9px;
  margin-bottom: 10px;
  width: 142px;
  float: left;
}
#contents.planes-detail-page .planes-items-thumb li:nth-child(8n) {
  margin-right: 0;
}
#contents.planes-detail-page .planes-items-thumb li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
#contents.planes-detail-page .planes-items-thumb li a img {
  width: 142px;
  height: auto;
  border: 1px solid #999;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
#contents.planes-detail-page .planes-items-thumb li a::before {
  content: "";
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  border: 1px solid #fff;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#contents.planes-detail-page .planes-items-thumb li a:hover::before {
  opacity: 0.15;
}
#contents.planes-detail-page .planes-items-thumb li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#contents.planes-detail-page .planes-detail-btm-btn {
  padding: 60px 0 140px;
}
#contents.planes-detail-page .planes-detail-btm-btn .btnType01 {
  margin-bottom: 20px;
}
#contents.planes-detail-page .planes-detail-btm-btn .btnType01:last-child {
  margin-bottom: 0;
}
#contents.planes-detail-page .planes-detail-btm-btn .btnType01 a {
  width: 450px;
}

@media screen and (max-width: 768px) {
  #contents.planes-detail-page .planes-detail-wrap {
    padding-top: 32%;
  }
  #contents.planes-detail-page .planes-detail-bg {
    width: 100%;
    height: auto !important;
    padding-bottom: 52%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #contents.planes-detail-page .planes-detail-bg:after {
    content: "";
    width: 100%;
    height: 100px;
    display: block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  #contents.planes-detail-page .planes-detail-about {
    width: 92%;
    margin: 0 auto;
    padding: 15px 12px 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #contents.planes-detail-page .page-title.detail-page-title {
    padding-top: 0;
    margin-bottom: 15px;
  }
  #contents.planes-detail-page .page-title.detail-page-title h1 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  #contents.planes-detail-page .page-title.detail-page-title h1:before {
    font-size: 35px;
    display: none;
  }
  #contents.planes-detail-page .page-title.detail-page-title small {
    font-size: 15px;
  }
  #contents.planes-detail-page .planes-detail-txt {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    margin-bottom: 20px;
  }
  #contents.planes-detail-page .planes-detail-txt p {
    line-height: 2;
    font-size: 14px;
  }
  #contents.planes-detail-page .banner-magic-stroy {
    width: 100%;
    padding: 30px 0 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-bottom: 0;
  }
  #contents.planes-detail-page .banner-magic-stroy .inner {
    width: 82.66%;
    margin: 0 auto;
  }
  #contents.planes-detail-page .banner-magic-stroy a {
    width: 100%;
    height: auto;
    padding-bottom: 20.32%;
    background: url(../../assets/images/world/planes/banner-magic-story-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
    opacity: 1;
  }
  #contents.planes-detail-page .banner-magic-stroy a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #contents.planes-detail-page .sec-planes-detail-planes {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #contents.planes-detail-page .sec-planes-detail-planes .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.planes-detail-page .sec-planes-detail-planes .sec-header {
    margin-bottom: 10px;
  }
  #contents.planes-detail-page .sec-planes-detail-planes .sec-header h2 .en {
    font-size: 24px;
    margin-right: 15px;
  }
  #contents.planes-detail-page .sec-planes-detail-planes .sec-header h2 .jp {
    font-size: 12px;
  }
  #contents.planes-detail-page .planes-items-thumb {
    width: 100%;
  }
  #contents.planes-detail-page .planes-items-thumb:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents.planes-detail-page .planes-items-thumb li {
    margin-right: 1.6%;
    margin-bottom: 5px;
    width: 23.8%;
    float: left;
  }
  #contents.planes-detail-page .planes-items-thumb li:nth-child(4n) {
    margin-right: 0;
  }
  #contents.planes-detail-page .planes-items-thumb li a img {
    width: 100%;
    height: auto;
  }
  #contents.planes-detail-page .planes-items-thumb li a::after {
    display: none;
  }
  #contents.planes-detail-page .planes-items-thumb li a::before {
    display: none;
  }
  #contents.planes-detail-page .planes-items-thumb li a:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  #contents.planes-detail-page .planes-detail-btm-btn {
    padding: 35px 0 70px;
  }
  #contents.planes-detail-page .planes-detail-btm-btn .btnType01 {
    margin-bottom: 8px;
  }
  #contents.planes-detail-page .planes-detail-btm-btn .btnType01:last-child {
    margin-bottom: 0;
  }
  #contents.planes-detail-page .planes-detail-btm-btn .btnType01 a {
    width: 86%;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-items {
    width: 92%;
    margin: 0 auto;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-items li {
    margin-right: 2%;
    margin-bottom: 15px;
    width: 32%;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-items li:nth-child(5n) {
    margin-right: 2%;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-items li:nth-child(3n) {
    margin-right: 0;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-items li a .planeswalkers-item-img {
    position: relative;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-items li a .planeswalkers-item-img::after {
    display: none;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-items li a .planeswalkers-item-img::before {
    display: none;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-items li a:hover .planeswalkers-item-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-items li a:hover .planeswalkers-item-txt {
    color: #fff;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-item-img {
    width: 100%;
    margin-bottom: 10px;
  }
  #contents.planes-detail-page .sec-coming-walkers .planeswalkers-item-txt {
    font-size: 12px;
  }
}
/* ----------------------------------------------------------------------------------------

	story

---------------------------------------------------------------------------------------- */
#contents.story-page .pankuzu {
  z-index: 2;
  position: static;
}
#contents.story-page .bx-controls-direction .bx-prev,
#contents.story-page .bx-controls-direction .bx-next {
  width: 100px;
  height: 100px;
  margin-top: -60px;
  background-color: rgba(0, 0, 0, 0.5);
}
#contents.story-page .bx-controls-direction .bx-prev:hover,
#contents.story-page .bx-controls-direction .bx-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 0px 0px #ff9c00;
}
#contents.story-page .bx-controls-direction .bx-prev:after,
#contents.story-page .bx-controls-direction .bx-next:after {
  top: 38px;
  width: 20px;
  height: 20px;
}
#contents.story-page .bx-controls-direction .bx-prev {
  left: -50px;
}
#contents.story-page .bx-controls-direction .bx-prev:after {
  left: 64px;
}
#contents.story-page .bx-controls-direction .bx-next {
  right: -50px;
}
#contents.story-page .bx-controls-direction .bx-next:after {
  left: 8px;
}
#contents.story-page .bx-pager {
  text-align: center;
  padding-top: 18px;
  position: absolute;
  position: relative;
  bottom: 100px;
  z-index: 50;
}
#contents.story-page .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
#contents.story-page .bx-pager .bx-pager-item a {
  width: 36px;
  height: 36px;
  text-indent: 0;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0;
  border: 2px solid #ddd;
  color: #ddd;
  text-decoration: none;
  padding-top: 6px;
  font-size: 13px;
  transition: background-color 0.2s ease-in-out;
}
#contents.story-page .bx-pager .bx-pager-item a.active, #contents.story-page .bx-pager .bx-pager-item a:hover {
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%) !important;
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%) !important;
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 ) !important;
  color: #fff;
  border: none;
  padding-top: 8px;
}

.story-index-header {
  width: 100%;
  height: 92px;
  background: #171717;
  display: table;
}

.ie .story-index-header-tit span {
  color: #fff;
}
.ie .story-index-header-tit span.en {
  background: none;
}

.story-index-header-tit {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 34px 0 0 0;
}
.story-index-header-tit span {
  display: inline-block;
}
.story-index-header-tit span.en {
  font-family: "Beleren";
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #666), color-stop(0.38, #fff));
  background-image: -webkit-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -moz-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -ms-linear-gradient(top, #fff 38%, #666 100%);
  background-image: linear-gradient(to bottom, #fff 38%, #666 100%);
  font-size: 24px;
  padding: 0 15px 0 240px;
}
.story-index-header-tit span.ja {
  font-size: 14px;
  color: #fff;
  position: relative;
  top: -3px;
}

.story-select-items {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}
.story-select-items ul {
  position: relative;
  top: 30px;
  float: left;
  left: 50%;
}
.story-select-items ul:after {
  content: "";
  display: table;
  clear: both;
}
.story-select-items ul li {
  position: relative;
  left: -50%;
  float: left;
  width: 190px;
}
.story-select-items ul li a {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 7px;
  border: 2px solid #aaaaaa;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}
.story-select-items ul li a span {
  position: relative;
}
.story-select-items ul li a span:after {
  position: absolute;
  top: 6px;
  right: -18px;
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.story-select-items ul li a:hover {
  background: #232323;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.story-select-items ul li a.active {
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%) !important;
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%) !important;
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 ) !important;
  border: none;
  padding-top: 9px;
}

.ie .story-items ul li a .story-item-inner div.en {
  color: #fff;
}
.ie .story-items ul li a .story-item-inner div.en span {
  background: none;
}

.story-items {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  padding: 0 2px;
}
.story-items ul {
  position: relative;
}
.story-items ul:after {
  content: "";
  display: table;
  clear: both;
}
.story-items ul li {
  float: left;
  width: 238px;
  overflow: hidden;
  position: relative;
}
.story-items ul li a {
  width: 100%;
  display: block;
  text-align: right;
  position: relative;
  min-height: 600px;
  text-align: left;
  text-decoration: none;
}
.story-items ul li a img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.story-items ul li a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.story-items ul li a:hover:after {
  opacity: 0;
}
.story-items ul li a .story-item-inner {
  margin: auto auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  position: relative;
}
.story-items ul li a .story-item-inner div {
  margin-bottom: 5px;
  position: relative;
  left: 150px;
  z-index: 3;
}
.story-items ul li a .story-item-inner div.en span {
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  font-family: "Beleren";
  position: relative;
  z-index: 2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #666), color-stop(0.38, #fff));
  background-image: -webkit-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -moz-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -ms-linear-gradient(top, #fff 38%, #666 100%);
  background-image: linear-gradient(to bottom, #fff 38%, #666 100%);
  font-size: 35px;
}
.story-items ul li a .story-item-inner div.en:before {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 35px;
  color: #000;
  font-family: "Beleren";
  z-index: 0;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  z-index: 0;
  content: attr(data-title);
  -moz-text-shadow: 0px 0px 15px #000;
  -webkit-text-shadow: 0px 0px 15px #000;
  -ms-text-shadow: 0px 0px 15px #000;
  text-shadow: 0px 0px 15px #000;
}
.story-items ul li a .story-item-inner div.ja {
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 10px rgba(0, 0, 0, 0.75);
}

body.state-modal-pre .modal-story-wrap {
  left: 0;
}
body.state-modal-pre .modal-story-wrap:after {
  left: 0;
  opacity: 1;
}

body.state-modal #wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
body.state-modal .modal-story-wrap {
  position: absolute;
}

.modal-story-wrap {
  width: 100%;
  height: 100%;
  min-height: 800px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: -100%;
  z-index: 100;
}
.modal-story-wrap:after {
  width: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: -100%;
  content: "";
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.modal-story-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 800px;
  border: none;
  z-index: 10;
}

.modal-story-close {
  position: absolute;
  top: 11px;
  right: 18px;
  z-index: 20;
}
.modal-story-close a {
  width: 70px;
  height: 70px;
  display: block;
  background: #cc0000;
  background: url(../images/world/story/modal-close.png) no-repeat 0 0;
  background-size: 70px 70px;
}

.modal-story {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  color: #fff !important;
  opacity: 0;
}

.modal-story-l {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}

.modal-story-r {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background: #000;
}

.ie .modal-story-tit h1 {
  color: #fff;
}
.ie .modal-story-tit h1 span {
  background: none;
}

.modal-story-tit {
  margin-bottom: 10px;
}
.modal-story-tit h1 {
  font-size: 40px;
  letter-spacing: 0.07em;
  position: relative;
  display: inline-block;
  line-height: 1;
  text-indent: 0.07em;
  margin-bottom: 4px;
}
.modal-story-tit h1 span {
  font-family: "Beleren";
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #666), color-stop(0.38, #fff));
  background-image: -webkit-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -moz-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -ms-linear-gradient(top, #fff 38%, #666 100%);
  background-image: linear-gradient(to bottom, #fff 38%, #666 100%);
}
.modal-story-tit h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 40px;
  font-family: "Beleren";
  z-index: 0;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  z-index: 0;
  content: attr(data-title);
  -moz-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -webkit-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  -ms-text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
  color: transparent;
}
.modal-story-tit small {
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.2em;
  text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.modal-story-episode-tit {
  font-family: "Crimson Text", serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-bottom: 12px;
  text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.modal-story-episode-items {
  width: 310px;
  margin: 0 auto;
}
.modal-story-episode-items:after {
  content: "";
  display: table;
  clear: both;
}
.modal-story-episode-items li {
  display: table;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.modal-story-episode-items li span,
.modal-story-episode-items li a {
  display: table-cell;
  vertical-align: middle;
  font-family: "Crimson Text", serif;
  font-size: 24px;
  color: #ddd;
  letter-spacing: 0.1em;
  font-style: italic;
  position: relative;
  width: 50px;
  height: 50px;
  background: none;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.modal-story-episode-items li a {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.modal-story-episode-items li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-story-episode-items li span {
  background: #f55d0b;
  color: #fff;
}
.modal-story-episode-items li:nth-of-type(5n) {
  margin-right: 0;
}

.modal-story-episode-con {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.modal-story-episode-con-num {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
  color: #f55d0b;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.modal-story-episode-con-tit {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.modal-story-episode-con-img {
  margin-bottom: 25px;
}

.modal-story-episode-con-txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 25px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  #contents.story-page .bx-controls-direction .bx-prev,
  #contents.story-page .bx-controls-direction .bx-next {
    width: 60px;
    height: 60px;
    margin-top: -120px;
  }
  #contents.story-page .bx-controls-direction .bx-prev:hover,
  #contents.story-page .bx-controls-direction .bx-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #contents.story-page .bx-controls-direction .bx-prev:after,
  #contents.story-page .bx-controls-direction .bx-next:after {
    top: 24px;
    width: 10px;
    height: 10px;
  }
  #contents.story-page .bx-controls-direction .bx-prev {
    left: -30px;
  }
  #contents.story-page .bx-controls-direction .bx-prev:after {
    left: 42px;
  }
  #contents.story-page .bx-controls-direction .bx-next {
    right: -30px;
  }
  #contents.story-page .bx-controls-direction .bx-next:after {
    left: 4px;
  }
  #contents.story-page .bx-pager {
    padding-top: 18px;
    position: static;
    position: relative;
    bottom: 0;
    padding: 33px 0 28px;
    background: #171717;
    z-index: 150;
  }
  #contents.story-page .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 5px 5px;
  }
  #contents.story-page .bx-pager .bx-pager-item a {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #contents.story-page .bx-pager .bx-pager-item a.active, #contents.story-page .bx-pager .bx-pager-item a:hover {
    padding-top: 10px;
  }
  #contents.story-page .bx-pager .bx-pager-item a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #ddd;
    padding-top: 8px;
    color: #ddd;
  }
  #contents.story-page .bx-pager .bx-pager-item a.active {
    padding-top: 10px;
  }
  .story-index-header {
    height: 108px;
    display: block;
  }
  .story-index-header-tit {
    width: 92%;
    margin: 0 auto;
    display: block;
    padding: 18px 0 18px 0;
  }
  .story-index-header-tit:after {
    content: "";
    display: table;
    clear: both;
  }
  .story-index-header-tit span {
    display: block;
    float: left;
  }
  .story-index-header-tit span.en {
    font-size: 19px;
    padding: 0 12px 0 0;
  }
  .story-index-header-tit span.ja {
    font-size: 12px;
    top: -3px;
  }
  .story-select-items {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  .story-select-items ul {
    width: 100%;
    top: 0;
  }
  .story-select-items ul li {
    width: 50%;
  }
  .story-select-items ul li:nth-child(odd) {
    padding-right: 2px;
  }
  .story-select-items ul li:nth-child(even) {
    padding-left: 2px;
  }
  .story-select-items ul li a {
    height: 38px;
    padding-top: 7px;
    font-size: 13px;
  }
  .story-select-items ul li a span:after {
    top: 4px;
  }
  .story-select-items ul li a.active {
    padding-top: 9px;
  }
  .story-items {
    min-height: auto;
    height: auto !important;
    padding: 0 0px 0 2px;
  }
  .story-items ul li {
    width: 25%;
  }
  .story-items ul li a {
    min-height: auto;
    height: 380px !important;
  }
  .story-items ul li a:after {
    display: none;
  }
  .story-items ul li a .story-item-inner div {
    left: 30px;
  }
  .story-items ul li a .story-item-inner div.en span {
    font-size: 25px;
  }
  .story-items ul li a .story-item-inner div.en:before {
    font-size: 25px;
  }
  .story-items ul li a .story-item-inner div.ja {
    font-size: 13px;
  }
  .modal-story-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
  }
  .modal-story-close a {
    width: 35px;
    height: 35px;
    background: url(../images/world/story/modal-close.png) no-repeat 0 0;
    background-size: 35px 35px;
  }
  .modal-story {
    height: auto;
    display: block;
    color: #fff !important;
  }
  .modal-story-l {
    display: table;
    width: 100%;
    height: 230px;
  }
  .modal-story-l-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .modal-story-r {
    display: block;
    vertical-align: middle;
    width: 100%;
    background: #000;
    padding: 22px 0 40px;
  }
  .modal-story-tit {
    margin-bottom: 10px;
  }
  .modal-story-tit h1 {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .modal-story-tit h1:before {
    font-size: 30px;
  }
  .modal-story-tit small {
    font-size: 15px;
  }
  .modal-story-episode-tit {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .modal-story-episode-items {
    width: 90%;
    margin: 0 auto;
  }
  .modal-story-episode-items li {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .modal-story-episode-items li span,
  .modal-story-episode-items li a {
    font-size: 19px;
    width: 35px;
    height: 35px;
  }
  .modal-story-episode-items li a:hover {
    background-color: none;
  }
  .modal-story-episode-items li span {
    background: #f55d0b;
  }
  .modal-story-episode-items li:nth-of-type(5n) {
    margin-right: 0;
    margin-right: 15px;
  }
  .modal-story-episode-items li:nth-of-type(7n) {
    margin-right: 0;
  }
  .modal-story-episode-con {
    width: 84%;
  }
  .modal-story-episode-con-num {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal-story-episode-con-tit {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.6;
  }
  .modal-story-episode-con-img {
    margin-bottom: 25px;
    text-align: center;
  }
  .modal-story-episode-con-img img {
    width: 250px;
    height: auto;
  }
  .modal-story-episode-con-txt {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
#contents.story-detail {
  padding-top: 67px;
  background: url(../../assets/images/common/bg-pattern1.gif) repeat top left;
}
#contents.story-detail .detail-title {
  width: 1200px;
  margin: 0 auto;
}
#contents.story-detail .detail-title .directory-title {
  margin-bottom: 5px;
}
#contents.story-detail .detail-title .story-title {
  background: #171717;
  padding: 24px;
  position: relative;
  min-height: 85px;
  margin-bottom: 40px;
}
#contents.story-detail .detail-title .story-title h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
#contents.story-detail .detail-title .story-title .thum {
  width: 350px;
  border: 5px solid #fff;
  position: absolute;
  right: -6px;
  top: -50px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin: 0;
}
#contents.story-detail .detail-title .story-title .thum img {
  width: 100%;
  height: auto;
}
#contents.story-detail .inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.story-detail .inner:after {
  content: "";
  display: table;
  clear: both;
}
#contents.story-detail .story-detail-main {
  width: 840px;
  float: left;
}
#contents.story-detail .story-detail-main section .sec-header {
  margin-bottom: 15px;
}
#contents.story-detail .story-detail-main section .sec-header h2 span {
  text-shadow: none;
}
#contents.story-detail .story-detail-main section .sec-header h2 .jp {
  color: #333;
}
#contents.story-detail .story-detail-sub {
  width: 300px;
  float: right;
  margin-top: 60px;
}
#contents.story-detail .story-detail-sub .sec-header {
  background: #2a2a2a;
  padding: 16px 20px;
}
#contents.story-detail .story-detail-sub .sec-header h2 span {
  display: block;
}
#contents.story-detail .story-detail-sub .sec-header h2 .en {
  font-size: 20px;
  text-shadow: none;
  margin-bottom: 3px;
}
#contents.story-detail .story-detail-sub .sec-header h2 .jp {
  font-size: 12px;
  color: #fff;
}
#contents.story-detail .article-title {
  padding-bottom: 20px;
  background: url(../../assets/images/common/bg-dotted-line.png) repeat-x bottom left;
  margin-bottom: 10px;
}
#contents.story-detail .article-title .episode {
  display: block;
  font-family: "Jockey One", sans-serif;
  font-size: 18px;
  color: #f55d0b;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}
#contents.story-detail .article-title h1 {
  color: #222222;
  font-size: 24px;
  letter-spacing: 0.02em;
}
#contents.story-detail .tag-list {
  text-align: right;
  display: block;
  padding: 0 10px 10px;
}
#contents.story-detail .tag-list p {
  display: inline-block;
  width: auto !important;
}
#contents.story-detail .tag-list p span,
#contents.story-detail .tag-list p a {
  text-decoration: none;
  background: #999;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  color: #fff !important;
  padding: 2px 4px;
}
#contents.story-detail .tag-list p a:hover {
  background: #ccc;
}
#contents.story-detail .name {
  font-size: 16px;
  margin-bottom: 2em;
}
#contents.story-detail .sns-area {
  border: 1px solid #c9c9c9;
  background: #fff;
  padding: 24px 0;
  text-align: center;
  margin-bottom: 45px;
}
#contents.story-detail .sns-area li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contents.story-detail .sns-area li:last-child {
  margin-right: 0;
}
#contents.story-detail .sns-area .text {
  font-size: 14px;
}
#contents.story-detail .sns-area .icon {
  width: 40px;
  height: 40px;
}
#contents.story-detail .sns-area .icon img {
  width: 40px;
  height: auto;
}
#contents.story-detail .sns-area .icon a {
  display: block;
  box-shadow: 0px 0px 0px 0px #ff9c00;
  -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
  -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.15s ease-in-out;
  background: #fff;
  border-radius: 3px;
}
#contents.story-detail .sns-area .icon a:hover {
  background-color: #fff;
  box-shadow: 0px 0px 18px 1px #ff9c00;
  -moz-box-shadow: 0px 0px 18px 1px #ff9c00;
  -webkit-box-shadow: 0px 0px 18px 1px #ff9c00;
}
#contents.story-detail .detail {
  line-height: 2.125;
  padding-bottom: 60px;
}
#contents.story-detail .detail p {
  font-size: 14px;
  margin-bottom: 30px;
}
#contents.story-detail .detail p:last-child {
  margin-bottom: 0;
}
#contents.story-detail .detail a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.story-detail .detail hr {
  display: block;
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bbb;
}
#contents.story-detail .detail .video {
  position: relative;
  width: 100%;
  height: 360px;
  margin: 20px 0;
  text-align: center;
}
#contents.story-detail .detail .video iframe {
  width: 640px;
  height: 360px;
}
#contents.story-detail .detail .writer {
  margin-bottom: 40px;
}
#contents.story-detail .detail .writer:after {
  content: "";
  display: table;
  clear: both;
}
#contents.story-detail .detail .writer p {
  margin-bottom: 0;
}
#contents.story-detail .detail .writer img {
  margin: 0 0 1em 2em;
  float: right;
}
#contents.story-detail .detail .img-area {
  line-height: 2.125;
  margin-bottom: 40px;
}
#contents.story-detail .detail .img-area:after {
  content: "";
  display: table;
  clear: both;
}
#contents.story-detail .detail .img-area figure {
  width: 400px;
  float: left;
  margin: 0;
  padding: 0;
}
#contents.story-detail .detail .img-area figure img {
  margin: 0;
}
#contents.story-detail .detail .img-area figure figcaption {
  font-size: 14px;
}
#contents.story-detail .detail .img-area .text {
  width: 400px;
  float: right;
  font-size: 16px;
  margin-top: -0.6em;
}
#contents.story-detail .detail .img-area.img-right figure {
  float: right;
}
#contents.story-detail .detail .img-area.img-right .text {
  float: left;
}
#contents.story-detail .detail h4 {
  font-size: 18px;
  color: #fff;
  padding: 14px;
  line-height: 1;
  background: #2a2a2a;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.5;
}
#contents.story-detail .detail h4.prrhead {
  background: #f55d0b !important;
}
#contents.story-detail .detail h4.prrhead:before {
  content: "▼";
  margin-right: 0.5em;
}
#contents.story-detail .detail h4.prrhead.prropen:before {
  content: "▲";
}
#contents.story-detail .detail h4#preflist {
  font-size: 16px;
  background: #666 !important;
  padding: 9px 14px;
}
#contents.story-detail .detail .prrlist {
  display: none;
}
#contents.story-detail .detail a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.story-detail .detail a:hover {
  color: #007576;
}
#contents.story-detail .detail p {
  font-size: 16px;
  margin-bottom: 2em;
}
#contents.story-detail .detail p > img {
  margin: 0;
}
#contents.story-detail .detail ul {
  margin-bottom: 2em;
}
#contents.story-detail .detail ul li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
#contents.story-detail .detail ul li:before {
  content: "・";
}
#contents.story-detail .detail ol {
  margin-left: 1em;
}
#contents.story-detail .detail ol li {
  font-size: 16px;
}
#contents.story-detail .detail ol li img {
  margin: 0;
}
#contents.story-detail .detail blockquote img {
  margin: 0;
}
#contents.story-detail .detail button {
  background: #000;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#contents.story-detail .detail img {
  max-width: 100%;
  height: auto;
  margin: 1em 10px 0 10px;
}
#contents.story-detail .detail td.imtcap {
  text-align: right;
  padding: 0 10px 0 0;
}
#contents.story-detail .detail .img-box {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 40px;
}
#contents.story-detail .detail table.decklist {
  margin: auto;
  background: #fff;
  border: none;
  border-spacing: 0px;
  width: 100%;
  padding-top: 5px;
  margin: 10px auto 20px;
  border-bottom: 3px solid #63659c;
}
#contents.story-detail .detail table.decklist tr.footer {
  background: url(../images/reading/deckbox2.png) no-repeat right bottom #fff;
  height: 48px;
}
#contents.story-detail .detail table.decklist hr {
  margin: 5px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #d8d8d8;
  display: block;
}
#contents.story-detail .detail table.decklist tr td {
  width: 33%;
  vertical-align: top;
  line-height: 1.2;
  padding: 10px 15px 5px;
  box-sizing: border-box;
}
#contents.story-detail .detail table.decklist caption {
  font-weight: bold;
  margin-top: 0px;
  border-top: 3px solid #63659c;
  border-bottom: 3px solid #63659c;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
}
#contents.story-detail .detail div.solidtable table {
  margin: 0.5em auto;
  border: 1px solid #999;
  background: #ffffff;
}
#contents.story-detail .detail div.solidtable tr th {
  color: black;
  font-weight: bold;
  background-color: #c0c0c0;
  padding: 3px 6px;
  border: 1px solid #999;
}
#contents.story-detail .detail div.solidtable tr td {
  border-style: solid none none;
  border-width: 1px;
  padding: 3px 6px;
  border-collapse: separate;
}
#contents.story-detail .detail div.solidtable tr:nth-of-type(odd) {
  background: #f0f8ff;
}
#contents.story-detail .detail div.CardsFan {
  position: relative;
  width: 630px;
  height: 440px;
  margin: auto;
}
#contents.story-detail .detail img.CardsFan {
  transform-origin: center bottom;
  position: absolute;
  left: 200px;
  bottom: 100px;
}
#contents.story-detail .detail div.CardsRow {
  position: relative;
  width: 576px;
  height: 330px;
  margin: auto;
}
#contents.story-detail .detail .cii_w {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: 10px solid #fff;
  border-radius: 10px;
}
#contents.story-detail .detail .cii_s {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: solid 10px silver;
  border-radius: 10px;
}
#contents.story-detail .detail .cii_b {
  display: inline-block;
  width: 200px;
  height: 285px;
  box-shadow: 5px 5px 7px 1px black, 0 0 0 1px black;
  margin: 10px;
  border: solid 10px black;
  border-radius: 10px;
}
#contents.story-detail .detail div.CardsRow img {
  position: absolute;
  left: 0;
  top: 0;
}
#contents.story-detail .detail div.CardsRow img:nth-child(2) {
  left: 125px;
}
#contents.story-detail .detail div.CardsRow img:nth-child(3) {
  left: 250px;
}
#contents.story-detail .detail div.CardsRow img:nth-child(4) {
  left: 375px;
}
#contents.story-detail .detail h5 {
  border-left: 5px solid #f55d0b;
  padding: 5px 0 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
#contents.story-detail .detail .ToEtable {
  background: #fff;
  margin: 0 auto 4em;
}
#contents.story-detail .detail .ToEtable .ToEmatch {
  font-size: 13px;
  box-sizing: content-box;
}
#contents.story-detail .detail .ToEtable .ToEmatch * {
  box-sizing: content-box;
}
#contents.story-detail .detail div.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#contents.story-detail .detail div.video-container iframe,
#contents.story-detail .detail div.video-container object,
#contents.story-detail .detail div.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents.story-detail .detail div.shopList {
  margin-bottom: 20px;
}
#contents.story-detail .detail div.shopList h4 {
  margin-top: 50px;
}
#contents.story-detail .detail div.shopList p.lead {
  margin: 0 0 15px 0;
  padding: 8px 10px;
  background: #000;
  color: #fff;
}
#contents.story-detail .detail div.shopList .tbl {
  margin: 0 0 15px;
  border: 1px solid #000;
}
#contents.story-detail .detail div.shopList table {
  width: 100%;
  border-collapse: collapse;
}
#contents.story-detail .detail div.shopList table th,
#contents.story-detail .detail div.shopList table td {
  padding: 8px 10px;
  border: 1px solid #000;
  line-height: 1.5;
  font-weight: normal;
  background: #fff;
  text-align: center;
  color: #000;
}
#contents.story-detail .detail div.shopList table th.lft,
#contents.story-detail .detail div.shopList table td.lft {
  text-align: left;
  padding: 9px 10px 9px 10px;
}
#contents.story-detail .detail div.shopList table th {
  background: #ccc;
  font-weight: bold;
}
#contents.story-detail .detail div.shopList table td span {
  font-weight: bold;
}
#contents.story-detail .next-prev {
  text-align: center;
  margin-bottom: 40px;
}
#contents.story-detail .next-prev li {
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle;
}
#contents.story-detail .next-prev li a {
  height: 60px;
  padding-top: 20px;
}
#contents.story-detail .next-prev li i {
  vertical-align: bottom;
}
#contents.story-detail .next-prev li i:before {
  font-size: 8px;
}
#contents.story-detail .next-prev .btn-prev i {
  margin-right: 0.5em;
}
#contents.story-detail .next-prev .btn-next i {
  margin-left: 0.5em;
}
#contents.story-detail .btn-area {
  border-bottom: none !important;
  margin-bottom: 80px;
}
#contents.story-detail .btn-area ul {
  border-bottom: none !important;
}
#contents.story-detail .side-story-items {
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 5px 15px;
  margin-bottom: 40px;
}
#contents.story-detail .side-story-items li {
  border-bottom: 1px dotted #666;
}
#contents.story-detail .side-story-items li:last-child {
  border-bottom: none;
}
#contents.story-detail .side-story-items li a {
  display: block;
  padding: 15px 2px;
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#contents.story-detail .side-story-items li a:hover {
  color: #f55d0b;
}
#contents.story-detail .side-story-items li a span {
  display: block;
}
#contents.story-detail .side-story-items li a span.episode {
  font-size: 15px;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 2px;
}
#contents.story-detail .side-story-items li a span.story-title {
  font-size: 13px;
}
#contents.story-detail .side-other-story-items {
  border: 1px solid #ccc;
  background: #f8f8f8;
}
#contents.story-detail .side-other-story-items li {
  border-bottom: 1px dotted #666;
}
#contents.story-detail .side-other-story-items li:last-child {
  border-bottom: none;
}
#contents.story-detail .side-other-story-items li a {
  display: table;
  vertical-align: middle;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#contents.story-detail .side-other-story-items li a:hover {
  color: #f55d0b;
}
#contents.story-detail .side-other-story-items li a:hover .other-story-item-img::after {
  opacity: 0.15;
}
#contents.story-detail .side-other-story-items li a:hover .other-story-item-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#contents.story-detail .other-story-item-img {
  display: table-cell;
  vertical-align: middle;
  width: 95px;
  overflow: hidden;
  position: relative;
}
#contents.story-detail .other-story-item-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#contents.story-detail .other-story-item-img img {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}
#contents.story-detail .other-story-item-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
#contents.story-detail .sec-side-other-story .btnType01 {
  display: none;
}

@media screen and (max-width: 768px) {
  #contents.story-detail {
    background: url(../../assets/images/common/bg-pattern1.gif) repeat top left;
    background-size: 50px 50px;
    padding-top: 18px;
    padding-bottom: 60px;
  }
  #contents.story-detail .detail-title {
    width: 92%;
    margin: 0 auto;
  }
  #contents.story-detail .detail-title .directory-title {
    margin-bottom: 5px;
  }
  #contents.story-detail .detail-title .story-title {
    padding: 12px 3%;
    min-height: 100%;
    margin-bottom: 15px;
  }
  #contents.story-detail .detail-title .story-title h1 {
    font-size: 14px;
    width: 60%;
  }
  #contents.story-detail .detail-title .story-title .thum {
    width: 39%;
    border: 2.5px solid #fff;
    right: -1.4%;
    top: 50%;
    transform: rotate(0) translateY(-50%);
    -webkit-transform: rotate(0) translateY(-50%);
  }
  #contents.story-detail .inner {
    width: 100%;
    margin: 0 auto;
  }
  #contents.story-detail .story-detail-main {
    width: 92%;
    float: none;
    margin: 0 auto 15px;
  }
  #contents.story-detail .story-detail-main section .sec-header {
    margin-bottom: 5px;
  }
  #contents.story-detail .story-detail-main section .sec-header h2 span {
    font-size: 24px;
  }
  #contents.story-detail .story-detail-main section .sec-header h2 .jp {
    font-size: 12px;
  }
  #contents.story-detail .story-detail-sub {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  #contents.story-detail .story-detail-sub .sec-header {
    padding: 13px 15px;
  }
  #contents.story-detail .story-detail-sub .sec-header h2 .en {
    font-size: 21px;
    margin-bottom: 3px;
  }
  #contents.story-detail .story-detail-sub .sec-header h2 .jp {
    font-size: 11px;
    color: #fff;
  }
  #contents.story-detail .article-title {
    padding-bottom: 15px;
    background: url(../../assets/images/common/bg-dotted-line.png) repeat-x bottom left/4px 4px;
  }
  #contents.story-detail .article-title .episode {
    font-size: 16px;
  }
  #contents.story-detail .article-title h1 {
    font-size: 20px;
  }
  #contents.story-detail .tag-list p span,
  #contents.story-detail .tag-list p a {
    font-size: 12px;
  }
  #contents.story-detail .tag-list p a:hover {
    background: #999;
  }
  #contents.story-detail .name {
    font-size: 14px;
    margin-bottom: 2em;
  }
  #contents.story-detail .sns-area {
    padding: 15px 0;
    margin-bottom: 25px;
  }
  #contents.story-detail .sns-area li {
    vertical-align: middle;
    margin-right: 10px;
  }
  #contents.story-detail .sns-area li:last-child {
    margin-right: 0;
  }
  #contents.story-detail .sns-area .text {
    text-align: left;
  }
  #contents.story-detail .sns-area .icon {
    text-align: right;
  }
  #contents.story-detail .sns-area .icon a {
    display: block;
  }
  #contents.story-detail .sns-area .icon a:hover {
    box-shadow: 0px 0px 0px 0px #ff9c00;
    -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
    -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  #contents.story-detail .next-prev {
    margin-bottom: 20px;
  }
  #contents.story-detail .next-prev li {
    width: 42%;
    margin: 0 9px;
  }
  #contents.story-detail .next-prev li a {
    width: 100%;
    height: 40px;
    padding-top: 11px;
  }
  #contents.story-detail .detail {
    line-height: 1.8;
    padding-bottom: 30px;
  }
  #contents.story-detail .detail .video {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }
  #contents.story-detail .detail .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #contents.story-detail .detail .writer {
    margin-bottom: 20px;
  }
  #contents.story-detail .detail .writer img {
    margin: 0 0 0.5em 1em;
  }
  #contents.story-detail .detail .img-area {
    margin-bottom: 25px;
  }
  #contents.story-detail .detail .img-area figure {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  #contents.story-detail .detail .img-area figure figcaption {
    font-size: 12px;
  }
  #contents.story-detail .detail .img-area .text {
    width: 100%;
    float: none;
    font-size: 14px;
    margin-top: 0;
  }
  #contents.story-detail .detail .img-area.img-right figure {
    float: none;
  }
  #contents.story-detail .detail .img-area.img-right .text {
    float: none;
  }
  #contents.story-detail .detail h4 {
    font-size: 14px;
    padding: 7px;
  }
  #contents.story-detail .detail h4.prrhead:before {
    content: "▼";
    margin-right: 0.5em;
  }
  #contents.story-detail .detail h4.prrhead.prropen:before {
    content: "▲";
  }
  #contents.story-detail .detail h4#preflist {
    font-size: 12px;
    padding: 4px 7px;
  }
  #contents.story-detail .detail table.decklist {
    font-size: 10px;
  }
  #contents.story-detail .detail table.decklist tr.footer {
    background: url(../images/reading/deckbox2.png) no-repeat right bottom #fff;
    background-size: 24px;
    height: 24px;
  }
  #contents.story-detail .detail table.decklist hr {
    margin: 5px;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #d8d8d8;
    display: block;
  }
  #contents.story-detail .detail table.decklist tr td {
    width: 33%;
    padding: 5px 8px 5px;
  }
  #contents.story-detail .detail table.decklist caption {
    padding: 10px 0;
  }
  #contents.story-detail .detail div.solidtable table {
    font-size: 10px;
  }
  #contents.story-detail .detail div.CardsFan {
    position: relative;
    width: 90%;
    height: auto;
    margin: auto;
  }
  #contents.story-detail .detail img.CardsFan {
    transform-origin: center bottom;
    position: absolute;
    left: 200px;
    bottom: 100px;
  }
  #contents.story-detail .detail div.CardsRow {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
  #contents.story-detail .detail .cii_w {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
  }
  #contents.story-detail .detail .cii_s {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
  }
  #contents.story-detail .detail .cii_b {
    width: 40%;
    height: auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-width: 4px;
    border-radius: 10px;
  }
  #contents.story-detail .detail div.CardsRow:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents.story-detail .detail div.CardsRow img {
    width: 40%;
    position: relative !important;
    left: auto !important;
    margin: 5px 0;
    float: left;
    margin-left: -20%;
  }
  #contents.story-detail .detail div.CardsRow img:nth-child(1) {
    margin-left: 0;
  }
  #contents.story-detail .detail h5 {
    border-left: 5px solid #f55d0b;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #contents.story-detail .detail .ToEtable {
    background: #fff;
    margin: 0 auto 4em;
  }
  #contents.story-detail .detail .ToEmatch {
    font-size: 13px;
    box-sizing: content-box;
  }
  #contents.story-detail .detail .ToEmatch * {
    box-sizing: content-box;
  }
  #contents.story-detail .detail a:hover {
    color: #10b7b9;
  }
  #contents.story-detail .detail p {
    font-size: 14px;
  }
  #contents.story-detail .detail p > img {
    margin: 0;
  }
  #contents.story-detail .detail > ul li {
    font-size: 14px;
  }
  #contents.story-detail .detail ol li {
    font-size: 14px;
  }
  #contents.story-detail .detail ol li img {
    margin: 0;
  }
  #contents.story-detail .detail blockquote img {
    margin: 0;
  }
  #contents.story-detail .detail button {
    font-size: 14px;
  }
  #contents.story-detail .detail img {
    margin: 1em 0 0 0;
  }
  #contents.story-detail .detail .img-box {
    margin-bottom: 25px;
  }
  #contents.story-detail .btn-area {
    margin-bottom: 0;
  }
  #contents.story-detail .side-story-items {
    padding: 5px 0;
    margin-bottom: 25px;
  }
  #contents.story-detail .side-story-items li {
    border-bottom: none;
  }
  #contents.story-detail .side-story-items li:last-child {
    border-bottom: none;
  }
  #contents.story-detail .side-story-items li:last-child a {
    border-bottom: none;
  }
  #contents.story-detail .side-story-items li a {
    width: 100%;
    padding: 13px 15px;
    color: #666;
    border-bottom: 1px dotted #666;
  }
  #contents.story-detail .side-story-items li a:hover {
    color: #666;
  }
  #contents.story-detail .side-story-items li a span.episode {
    font-size: 12px;
  }
  #contents.story-detail .side-story-items li a span.story-title {
    font-size: 14px;
  }
  #contents.story-detail .side-other-story-items {
    margin-bottom: 30px;
  }
  #contents.story-detail .side-other-story-items li {
    border-bottom: 1px dotted #666;
  }
  #contents.story-detail .side-other-story-items li:last-child {
    border-bottom: none;
  }
  #contents.story-detail .side-other-story-items li a {
    display: table;
    vertical-align: middle;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
  }
  #contents.story-detail .side-other-story-items li a:hover {
    color: #333;
  }
  #contents.story-detail .side-other-story-items li a:hover .other-story-item-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  #contents.story-detail .other-story-item-img {
    width: 100px;
  }
  #contents.story-detail .other-story-item-img::after {
    display: none;
  }
  #contents.story-detail .other-story-item-txt {
    padding-left: 16px;
  }
  #contents.story-detail .sec-side-other-story .btnType01 {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  #contents.story-detail .sec-side-other-story .btnType01 a {
    width: 92.75%;
    height: 50px;
    padding-top: 16px;
  }
}
body.modal-iframe {
  background: #000;
}

/* ----------------------------------------------------------------------------------------

	comics .scss

---------------------------------------------------------------------------------------- */
body.comic {
  background-color: black;
  min-width: 900px;
}
@media screen and (max-width: 768px) {
  body.comic {
    min-width: 320px;
  }
}
body.comic #wrap {
  height: 100% !important;
}
@media screen and (min-width: 768px) and (max-width: 1167px) {
  body.comic #wrap {
    min-height: 820px;
  }
}
@media screen and (min-width: 1168px) {
  body.comic #wrap {
    min-height: 820px;
  }
}
body.comic main {
  height: 100%;
}
body.comic .comic-wrapper {
  width: 100%;
  height: 100%;
}
body.comic .comic-wrapper .comic-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.comic .comic-wrapper .comic-image .last-page {
  background-image: url("/assets/images/common/bg-pattern1.gif");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
  background-repeat: repeat;
  width: 80%;
  height: 89%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1168px) {
  body.comic .comic-wrapper .comic-image .last-page {
    max-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  body.comic .comic-wrapper .comic-image .last-page {
    width: 88%;
    height: 70%;
  }
}
body.comic .comic-wrapper .comic-image .last-page.portrait {
  width: 40%;
}
body.comic .comic-wrapper .comic-image .last-page figure.manga-banner-wrap {
  background: white;
  padding: 7px;
}
@media screen and (max-width: 768px) {
  body.comic .comic-wrapper .comic-image .last-page figure.manga-banner-wrap {
    width: 70%;
  }
}
body.comic .comic-wrapper .comic-image .last-page figure.manga-banner-wrap img.manga-banner {
  width: 283px;
}
@media screen and (min-width: 768px) and (max-width: 1167px) {
  body.comic .comic-wrapper .comic-image .last-page div.btn-area ul li.btnType01 a {
    width: 300px;
  }
}
@media screen and (min-width: 1168px) {
  body.comic .comic-wrapper .comic-image .last-page div.btn-area ul li.btnType01 a {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  body.comic .comic-wrapper .comic-image .last-page div.btn-area ul li.btnType01 a {
    width: 105%;
  }
}
body.comic .comic-wrapper .comic-image .last-page div.btn-area ul li.btnType01.margin {
  margin-top: 30px;
}
body.comic .comic-wrapper .comic-image img {
  float: right;
}
@media screen and (min-width: 1168px) {
  body.comic .comic-wrapper .comic-image img {
    max-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  body.comic .comic-wrapper .comic-image img {
    width: 88%;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body.comic .comic-wrapper .comic-image img {
    width: 37%;
  }
}
body.comic .comic-wrapper .navigation-left {
  position: absolute;
  left: 0;
  height: 100%;
  width: 10%;
  background-color: #111;
  cursor: pointer;
}
body.comic .comic-wrapper .navigation-left:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-right: 2px solid #f55d0b;
  border-bottom: 2px solid #f55d0b;
  top: 50%;
  right: 50%;
  transform: rotate(135deg) translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  body.comic .comic-wrapper .navigation-left {
    width: 5%;
  }
  body.comic .comic-wrapper .navigation-left:after {
    width: 8px;
    height: 8px;
  }
}
body.comic .comic-wrapper .navigation-left.hide:after {
  opacity: 0;
}
body.comic .comic-wrapper .navigation-right {
  position: absolute;
  right: 0;
  height: 100%;
  width: 10%;
  background-color: #111;
  cursor: pointer;
}
body.comic .comic-wrapper .navigation-right:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-right: 2px solid #f55d0b;
  border-bottom: 2px solid #f55d0b;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  body.comic .comic-wrapper .navigation-right {
    width: 5%;
  }
  body.comic .comic-wrapper .navigation-right:after {
    width: 8px;
    height: 8px;
  }
}
body.comic .comic-wrapper .navigation-right.hide:after {
  opacity: 0;
}
body.comic .comic-wrapper .pager {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
body.comic .comic-wrapper .pager p {
  font-size: 16px;
}

/* ----------------------------------------------------------------------------------------

	mtgarena .scss

---------------------------------------------------------------------------------------- */
#contents.mtgarena-page img {
  width: 100%;
  height: auto;
  vertical-align: auto;
}
#contents.mtgarena-page .pankuzu {
  z-index: 1;
}
#contents.mtgarena-page .ma_mv {
  width: 100%;
  min-height: 600px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_mv {
    background-image: url("../images/mtgarena/mv-sp-20220412.jpg");
    background-size: 100% 140vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 140vw;
    display: block;
    position: relative;
    background-size: cover;
    height: 100vh;
    min-height: 140vw;
  }
}
#contents.mtgarena-page .ma_mv-bg-pc {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_mv-bg-pc {
    display: none;
  }
}
#contents.mtgarena-page .ma_mv-bg-pc video {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
#contents.mtgarena-page .ma_mv-l-wrap {
  width: 100%;
  position: absolute;
  bottom: 11.95%;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_mv-l-wrap {
    bottom: 17.733vw;
  }
}
#contents.mtgarena-page .ma_mv-ttl {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/mtgarena/mv-ttl.png");
  background-size: 658px 224px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 224px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_mv-ttl {
    background-image: url("../images/mtgarena/mv-ttl.png");
    background-size: 69.466vw 25.466vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 25.466vw;
    display: block;
    position: relative;
  }
}
#contents.mtgarena-page .ma_mv-dl-btn .dl-btn {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/mtgarena/mv-dl-btn_pc.png");
  background-size: 516px 135px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 516px;
  height: 135px;
  display: block;
  position: relative;
  margin: 0 auto;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_mv-dl-btn .dl-btn {
    background-image: url("../images/mtgarena/mv-dl-btn_sp.png");
    background-size: 73.2vw 18.933vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 73.2vw;
    height: 18.933vw;
    display: block;
    position: relative;
  }
}
#contents.mtgarena-page .ma_mv-dl-btn .dl-btn:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .ma_mv-dl-btn .ma_mv-dl-btn-info {
  color: #eee;
  text-align: center;
  letter-spacing: 0.03em;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  margin-top: -10px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_mv-dl-btn .ma_mv-dl-btn-info {
    font-size: 3.2vw;
    margin-top: -0.5333vw;
  }
}
#contents.mtgarena-page .ma_mv-txt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/mtgarena/mv-txt_pc.png");
  background-size: 797px 70px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_mv-txt {
    background-image: url("../images/mtgarena/mv-txt_sp.png");
    background-size: 56.933vw 17.866vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 17.866vw;
    display: block;
    position: relative;
    margin-top: 8.66vw;
  }
}
#contents.mtgarena-page .ma_bn {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn {
    padding: 4vw 0;
  }
}
#contents.mtgarena-page .ma_bn-l-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-l-inner {
    min-height: 53.333vw;
  }
}
#contents.mtgarena-page .ma_bn-container {
  width: 2526px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-container {
    width: 220.4vw;
  }
}
#contents.mtgarena-page .ma_bn-list li {
  width: 842px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-list li {
    width: 73.466vw;
  }
}
#contents.mtgarena-page .ma_bn-list li a {
  display: block;
  width: 782px;
  margin: 0 auto;
  padding: 4px 0;
  background-color: #232425;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-list li a {
    width: 64.666vw;
    padding: 0.533vw 0;
  }
}
#contents.mtgarena-page .ma_bn-list li a:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .ma_bn-list li a.disabled {
  opacity: 1;
  cursor: default;
}
#contents.mtgarena-page .ma_bn-l-wrap {
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 4px 18px 4px 36px;
  background-image: url("../images/mtgarena/bn-bg-deco_pc.png");
  background-size: 24px 177px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 177px;
  display: block;
  position: relative;
  background-position: 6px center;
  width: 771px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-l-wrap {
    border: 0.266vw solid rgba(0, 0, 0, 0.5);
    padding: 0.533vw 1.066vw 0.533vw 4.8vw;
    background-image: url("../images/mtgarena/bn-bg-deco_sp.png");
    background-size: 3.2vw 49.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 49.333vw;
    display: block;
    position: relative;
    background-position: 0.8vw center;
    width: 63.333vw;
    height: auto;
  }
}
#contents.mtgarena-page .ma_bn-img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-img {
    width: 57.066vw;
  }
}
#contents.mtgarena-page .ma_bn-img img {
  width: 100%;
  height: auto;
}
#contents.mtgarena-page .ma_bn-cont {
  width: 295px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-cont {
    width: 57.066vw;
  }
}
#contents.mtgarena-page .ma_bn-cont dt {
  font-size: 20px;
  font-family: "Beleren";
  color: #ebebea;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-cont dt {
    font-size: 4.266vw;
    margin-top: 1.466vw;
  }
}
#contents.mtgarena-page .ma_bn-cont dd {
  letter-spacing: 0.03em;
  color: #999;
  font-weight: 500;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-cont dd {
    font-size: 3.2vw;
    padding-top: 0.533vw;
    padding-bottom: 1.733vw;
  }
}
#contents.mtgarena-page .ma_bn-cont dd .color-ttl {
  color: #f55d0b;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-cont dd .color-ttl {
    font-size: 3.733vw;
    line-height: 1.142;
    margin-bottom: 2vw;
  }
}
#contents.mtgarena-page .ma_bn-btn-wrap {
  width: 867px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-btn-wrap {
    width: 79.066vw;
    height: 8.533vw;
  }
}
#contents.mtgarena-page .ma_bn-btn-wrap .ma_bn-prev-btn,
#contents.mtgarena-page .ma_bn-btn-wrap .ma_bn-next-btn {
  background-image: url("../images/mtgarena/bn-btn-arrow.png");
  background-size: 27px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 27px;
  height: 40px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: auto;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  outline: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_bn-btn-wrap .ma_bn-prev-btn,
  #contents.mtgarena-page .ma_bn-btn-wrap .ma_bn-next-btn {
    background-image: url("../images/mtgarena/bn-btn-arrow.png");
    background-size: 5.733vw 8.533vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 5.733vw;
    height: 8.533vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.mtgarena-page .ma_bn-btn-wrap .ma_bn-prev-btn:hover,
#contents.mtgarena-page .ma_bn-btn-wrap .ma_bn-next-btn:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .ma_bn-btn-wrap .ma_bn-prev-btn {
  left: 0;
}
#contents.mtgarena-page .ma_bn-btn-wrap .ma_bn-next-btn {
  right: 0;
  transform-origin: center;
  transform: rotateZ(180deg);
}
#contents.mtgarena-page .ma_abt {
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_abt {
    background-image: url("../images/mtgarena/abt-bg_sp_0126.png");
    background-size: 100% 98.4vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 98.4vw;
    display: block;
    position: relative;
    height: auto;
    min-height: 112.266vw;
    margin-top: 0;
    padding-top: 16vw;
    padding-bottom: 22.4vw;
  }
}
#contents.mtgarena-page .ma_abt-l-inner {
  width: 100%;
  margin: 113px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_abt-l-inner {
    max-width: 100%;
    margin: 57.266vw auto 0;
  }
}
#contents.mtgarena-page .ma_abt-l-inner::before {
  content: "";
  display: block;
  background-image: url("../images/mtgarena/abt-gems-01_pc.png");
  background-size: 258px 305px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 258px;
  height: 305px;
  display: block;
  position: relative;
  position: absolute;
  top: 154px;
  left: -79px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_abt-l-inner::before {
    background-image: url("../images/mtgarena/abt-gems-01_sp.png");
    background-size: 32.666vw 54.533vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 32.666vw;
    height: 54.533vw;
    display: block;
    position: relative;
    position: absolute;
    top: 28.666vw;
    left: 0;
    z-index: 0;
  }
}
#contents.mtgarena-page .ma_abt-l-inner::after {
  content: "";
  display: block;
  background-image: url("../images/mtgarena/abt-gems-02_pc.png");
  background-size: 338px 345px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 338px;
  height: 345px;
  display: block;
  position: relative;
  position: absolute;
  top: 550px;
  left: 464px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_abt-l-inner::after {
    background-image: url("../images/mtgarena/abt-gems-02_sp.png");
    background-size: 37.866vw 54.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 37.866vw;
    height: 54.666vw;
    display: block;
    position: relative;
    position: absolute;
    top: 117.066vw;
    left: auto;
    right: 0;
  }
}
#contents.mtgarena-page .ma_abt-l-bg {
  background-image: url("../images/mtgarena/abt-bg_pc_0126.png");
  background-size: 1375px 955px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1375px;
  height: 955px;
  display: block;
  position: relative;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
  width: 1375px;
  height: 955px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_abt-l-bg {
    display: none;
  }
}
#contents.mtgarena-page .ma_abt-l-wrap {
  background-image: url("../images/mtgarena/abt-arena-icon.png");
  background-size: 331px 257px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 257px;
  display: block;
  position: relative;
  width: 578px;
  height: auto;
  margin-left: 70px;
  padding-top: 342px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_abt-l-wrap {
    background-image: url("../images/mtgarena/abt-arena-icon.png");
    background-size: 57.733vw 44.933vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 44.933vw;
    display: block;
    position: relative;
    width: 91.466vw;
    height: auto;
    margin: 0 auto;
    padding-top: 55.866vw;
  }
}
#contents.mtgarena-page .ma_abt-ttl .small-ttl {
  line-height: 1;
  font-size: 37px;
  color: #ebebea;
  font-family: "Beleren";
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_abt-ttl .small-ttl {
    font-size: 5.6vw;
    text-align: center;
  }
}
#contents.mtgarena-page .ma_abt-ttl .big-ttl {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/mtgarena/abt-ttl_pc.png");
  background-size: 633px 184px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 633px;
  height: 184px;
  display: block;
  position: relative;
  margin-top: -56px;
  margin-left: -58px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_abt-ttl .big-ttl {
    background-image: url("../images/mtgarena/abt-ttl_sp.png");
    background-size: 86.933vw 26.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 86.933vw;
    height: 26.8vw;
    display: block;
    position: relative;
    margin: -7.733vw auto 0;
  }
}
#contents.mtgarena-page .ma_abt-txt {
  width: 552px;
  font-size: 16px;
  line-height: 2.25;
  color: #ddd;
  letter-spacing: -0.07em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_abt-txt {
    width: 100%;
    font-size: 3.733vw;
    line-height: 1.78;
    margin-top: -2.666vw;
  }
}
#contents.mtgarena-page .ma_l-bg-fire-wrap {
  background-image: url("../images/mtgarena/bg-fire_pc.png");
  background-size: 2009px 901px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 901px;
  display: block;
  position: relative;
  background-position: calc(50% - 157px) top;
  width: 100%;
  height: auto;
  margin-top: -37px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_l-bg-fire-wrap {
    background-image: url("../images/mtgarena/bg-fire_sp.png");
    background-size: 100% 95.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 95.2vw;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -17.066vw;
  }
}
#contents.mtgarena-page .ma_l-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_l-wrap {
    width: 100%;
    padding-top: 16.666vw;
    display: block;
  }
}
#contents.mtgarena-page .ma_tps {
  width: 580px;
  height: 610px;
  background-color: rgba(34, 34, 34, 0.8);
  padding: 22px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps {
    width: 92vw;
    height: 117.466vw;
    margin: 0 auto 10.666vw;
    padding: 3.4vw 0;
  }
}
#contents.mtgarena-page .ma_tps::before, #contents.mtgarena-page .ma_tps::after {
  content: "";
  display: block;
  background-image: url("../images/mtgarena/tps-deco-line_pc.png");
  background-size: 580px 13px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 580px;
  height: 13px;
  display: block;
  position: relative;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps::before, #contents.mtgarena-page .ma_tps::after {
    background-image: url("../images/mtgarena/deco-line_sp.png");
    background-size: 100% 2.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2.666vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.mtgarena-page .ma_tps::before {
  top: 0;
}
#contents.mtgarena-page .ma_tps::after {
  transform-origin: center;
  transform: rotateZ(180deg);
  bottom: 0;
}
#contents.mtgarena-page .ma_tps-l-inner {
  width: 550px;
  height: 564px;
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-l-inner {
    width: 88vw;
    height: 110.666vw;
    border: 0.266vw solid rgba(0, 0, 0, 0.5);
  }
}
#contents.mtgarena-page .ma_tps-l-wrap {
  width: 520px;
  height: 100%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-l-wrap {
    width: 82.666vw;
    padding-top: 3.733vw;
  }
}
#contents.mtgarena-page .ma_tps-ttl {
  font-size: 44px;
  font-family: "Beleren";
  color: #d7d8d8;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-ttl {
    font-size: 8.533vw;
    padding-bottom: 2.666vw;
  }
}
#contents.mtgarena-page .ma_tps-list-wrap {
  width: 100%;
  height: 475px;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
#contents.mtgarena-page .ma_tps-list-wrap::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-list-wrap {
    height: 93.5vw;
  }
}
#contents.mtgarena-page .ma_tps-list {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-list {
    padding-bottom: 1.333vw;
  }
}
#contents.mtgarena-page .ma_tps-list li {
  font-size: 15px;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-list li {
    font-size: 3.466vw;
  }
}
#contents.mtgarena-page .ma_tps-list li.new .date::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-list li.new .date::after {
    display: block;
  }
}
#contents.mtgarena-page .ma_tps-list li.new .info::before {
  display: block;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-list li.new .info::before {
    display: none;
  }
}
#contents.mtgarena-page .ma_tps-list li a {
  display: block;
  display: flex;
  flex-direction: row;
  padding: 10px 0 10px 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-list li a {
    display: block;
    padding: 2.266vw 0.666vw;
  }
}
#contents.mtgarena-page .ma_tps-list li a:hover .info {
  color: #db6c12;
}
#contents.mtgarena-page .ma_tps-list .date {
  font-weight: bold;
  color: #f55d0b;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-list .date {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-list .date::after {
    content: "NEW";
    display: block;
    width: 12.533vw;
    padding: 0.266vw 0;
    font-size: 3.466vw;
    font-family: "Beleren";
    line-height: 1;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #e6150b, #930700);
    margin-left: 4.4vw;
    display: none;
  }
}
#contents.mtgarena-page .ma_tps-list .info {
  width: 353px;
  color: #ddd;
  line-height: 1.5;
  margin-left: 44px;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-list .info {
    width: 100%;
    line-height: 1.46;
    margin-left: 0;
  }
}
#contents.mtgarena-page .ma_tps-list .info::before {
  content: "NEW";
  display: block;
  width: 70px;
  padding: 2px 0;
  font-size: 16px;
  font-family: "Beleren";
  line-height: 1;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #e6150b, #930700);
  margin-bottom: 4px;
  display: none;
}
#contents.mtgarena-page .ma_tps-more-btn {
  width: 178px;
  height: 50px;
  position: absolute;
  top: 18px;
  right: -7px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-more-btn {
    width: 37.066vw;
    height: 9.866vw;
    position: absolute;
    top: 3.6vw;
    right: -1.066vw;
  }
}
#contents.mtgarena-page .ma_tps-more-btn a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/mtgarena/tps-more-btn.png");
  background-size: 178px 50px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 178px;
  height: 50px;
  display: block;
  position: relative;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_tps-more-btn a {
    background-image: url("../images/mtgarena/tps-more-btn.png");
    background-size: 37.066vw 9.866vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 37.066vw;
    height: 9.866vw;
    display: block;
    position: relative;
  }
}
#contents.mtgarena-page .ma_tps-more-btn a:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .ma_twt {
  width: 590px;
  height: 610px;
  background: linear-gradient(#41392e, #000000);
  border: 3px solid rgba(178, 143, 83, 0.5);
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_twt {
    width: 92vw;
    height: 93.333vw;
    border: 0.4vw solid rgba(178, 143, 83, 0.5);
    margin: 0 auto;
  }
}
#contents.mtgarena-page .ma_twt-l-inner {
  background-image: url("../images/mtgarena/twt-deco-line_pc.png");
  background-size: 38px 559px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 559px;
  display: block;
  position: relative;
  background-position: 10px center;
  width: 574px;
  height: 594px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 6px 0 0 59px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_twt-l-inner {
    background-image: url("../images/mtgarena/twt-deco-line_sp.png");
    background-size: 6.933vw 86.4vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 86.4vw;
    display: block;
    position: relative;
    background-position: 1.733vw center;
    width: 89.6vw;
    height: 90.8vw;
    position: absolute;
    padding: 0.4vw 0 0 10.533vw;
    border: 0.266vw solid rgba(0, 0, 0, 0.5);
  }
}
#contents.mtgarena-page .ma_twt-l-inner::before {
  content: "";
  display: block;
  width: 574px;
  height: 594px;
  border: 2px solid rgba(117, 109, 54, 0.5);
  border-radius: 6px;
  position: absolute;
  top: -4px;
  left: -4px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_twt-l-inner::before {
    width: 89.6vw;
    height: 90.8vw;
    border: 0.266vw solid rgba(117, 109, 54, 0.5);
    position: absolute;
    top: -0.532vw;
    left: -0.532vw;
  }
}
#contents.mtgarena-page .ma_twt-ttl {
  font-size: 44px;
  font-family: "Beleren";
  color: #d7d8d8;
  padding-left: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_twt-ttl {
    font-size: 8.533vw;
    padding-left: 0;
    padding-bottom: 1.2vw;
  }
}
#contents.mtgarena-page .ma_twt-timeline {
  width: 500px;
  height: 505px;
  background-color: #fff;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_twt-timeline {
    width: 76vw;
    height: 76.8vw;
  }
}
#contents.mtgarena-page .ma_es {
  padding: 150px 0 155px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_es {
    padding: 13.6vw 0 14.4vw;
  }
}
#contents.mtgarena-page .ma_es-banner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_es-banner {
    width: 92vw;
  }
}
#contents.mtgarena-page .ma_es-banner a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/mtgarena/es-bnr_pc.jpg");
  background-size: 1200px 280px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1200px;
  height: 280px;
  display: block;
  position: relative;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_es-banner a {
    background-image: url("../images/mtgarena/es-bnr_sp.jpg");
    background-size: 92vw 42.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 92vw;
    height: 42.666vw;
    display: block;
    position: relative;
  }
}
#contents.mtgarena-page .ma_es-banner a:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .ma_gid {
  padding-bottom: 168px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid {
    padding-bottom: 18.4vw;
  }
}
#contents.mtgarena-page .ma_gid-l-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-l-inner {
    width: 92vw;
  }
}
#contents.mtgarena-page .ma_gid-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #ebebea;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-ttl {
    font-size: 3.466vw;
    margin-bottom: 4vw;
  }
}
#contents.mtgarena-page .ma_gid-ttl span {
  display: block;
  font-size: 80px;
  font-family: "Beleren";
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-ttl span {
    font-size: 10.666vw;
    margin-bottom: 0.666vw;
  }
}
#contents.mtgarena-page .ma_gid-main-disp {
  width: 100%;
  height: 674.55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-main-disp {
    height: 51.733vw;
  }
}
#contents.mtgarena-page .ma_gid-main-disp li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}
#contents.mtgarena-page .ma_gid-main-disp li:first-of-type {
  opacity: 1;
}
#contents.mtgarena-page .ma_gid-main-disp li.active {
  display: block;
}
#contents.mtgarena-page .ma_gid-main-disp li iframe {
  width: 100%;
  height: 100%;
}
#contents.mtgarena-page .ma_gid-l-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-l-wrap {
    margin-top: -0.533vw;
  }
}
#contents.mtgarena-page .ma_gid-container {
  width: 1050px;
  margin: 0 auto;
  padding-top: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-container {
    width: 84vw;
    padding-top: 1.866vw;
  }
}
#contents.mtgarena-page .ma_gid-tmb-slide {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#contents.mtgarena-page .ma_gid-tmb-slide li {
  display: block;
  position: relative;
}
#contents.mtgarena-page .ma_gid-tmb-slide li:last-of-type {
  margin-right: 0;
}
#contents.mtgarena-page .ma_gid-tmb-slide li a {
  display: block;
  width: 200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-tmb-slide li a {
    width: 26.666vw;
  }
}
#contents.mtgarena-page .ma_gid-tmb-slide li a .play-btn {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/mtgarena/play-btn.png");
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-tmb-slide li a .play-btn {
    background-image: url("../images/mtgarena/play-btn.png");
    background-size: 6vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 6vw;
    height: 6vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.mtgarena-page .ma_gid-tmb-slide li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-tmb-slide li::before {
    border-width: 0 2vw 2vw 2vw;
    top: -1.8666vw;
  }
}
#contents.mtgarena-page .ma_gid-tmb-slide li::after {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #ccc;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-tmb-slide li::after {
    width: 26.666vw;
    border: 0.4vw solid #ccc;
  }
}
#contents.mtgarena-page .ma_gid-tmb-slide li.active::before, #contents.mtgarena-page .ma_gid-tmb-slide li.active::after {
  display: block;
}
#contents.mtgarena-page .ma_gid-btn-wrap {
  width: 1120px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-btn-wrap {
    width: 100%;
    height: 5.546vw;
  }
}
#contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-prev-btn,
#contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-next-btn {
  background-image: url("../images/mtgarena/bn-btn-arrow.png");
  background-size: 20px 29px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 20px;
  height: 29px;
  display: block;
  position: relative;
  position: absolute;
  top: 7px;
  bottom: 0;
  pointer-events: auto;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  outline: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-prev-btn,
  #contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-next-btn {
    background-image: url("../images/mtgarena/bn-btn-arrow.png");
    background-size: 3.726vw 5.546vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.726vw;
    height: 5.546vw;
    display: block;
    position: relative;
    position: absolute;
    top: 0.933vw;
  }
}
#contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-prev-btn:hover,
#contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-next-btn:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-prev-btn.off,
#contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-next-btn.off {
  opacity: 0.3;
  pointer-events: none;
}
#contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-prev-btn {
  left: 0;
}
#contents.mtgarena-page .ma_gid-btn-wrap .ma_gid-next-btn {
  right: 0;
  transform-origin: center;
  transform: rotateZ(180deg);
}
#contents.mtgarena-page .ma_l-bg-tile-wrap {
  overflow: hidden;
  position: relative;
}
#contents.mtgarena-page .ma_l-bg-tile-wrap::before {
  content: "";
  display: block;
  background-image: url("../images/mtgarena/pw-bg_pc.png");
  background-size: 1920px 1129px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 1129px;
  display: block;
  position: relative;
  position: absolute;
  top: 471px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_l-bg-tile-wrap::before {
    background-image: url("../images/mtgarena/pw-bg_sp.png");
    background-size: 100% 150.533vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 150.533vw;
    display: block;
    position: relative;
    position: absolute;
    top: 61.6vw;
  }
}
#contents.mtgarena-page .ma_pw {
  position: relative;
  padding-bottom: 84px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_pw {
    padding-bottom: 11.333vw;
  }
}
#contents.mtgarena-page .ma_pw-ttl {
  width: 1200px;
  margin: 0 auto 63px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #ebebea;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_pw-ttl {
    width: 92vw;
    font-size: 3.466vw;
    margin-bottom: 5.733vw;
  }
}
#contents.mtgarena-page .ma_pw-ttl span {
  display: block;
  font-size: 80px;
  font-family: "Beleren";
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_pw-ttl span {
    font-size: 10.666vw;
    margin-bottom: 0.666vw;
  }
}
#contents.mtgarena-page .ma_pw-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_pw-list {
    width: 92vw;
    max-width: 92vw;
  }
}
#contents.mtgarena-page .ma_pw-list li {
  width: 252px;
  min-width: 252px;
  margin-right: 64px;
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_pw-list li {
    width: 28.266vw;
    min-width: 28.266vw;
    margin-right: 3.6vw;
    margin-bottom: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_pw-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #contents.mtgarena-page .ma_pw-list li:nth-of-type(4n) {
    margin-right: 0;
  }
}
#contents.mtgarena-page .ma_pw-list li.active .pw-img-wrap::after {
  display: block;
}
#contents.mtgarena-page .ma_pw-list li.active .pw-img {
  border-color: #e65100;
}
#contents.mtgarena-page .pw-img-wrap {
  background-image: url("../images/mtgarena/pw-off.png");
  background-size: 252px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 252px;
  height: 252px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .pw-img-wrap {
    background-image: url("../images/mtgarena/pw-off.png");
    background-size: 28.266vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 28.266vw;
    height: 28.266vw;
    display: block;
    position: relative;
  }
}
#contents.mtgarena-page .pw-img-wrap::after {
  content: "";
  background-image: url("../images/mtgarena/pw-on.png");
  background-size: 296px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 296px;
  height: 296px;
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .pw-img-wrap::after {
    background-image: url("../images/mtgarena/pw-on.png");
    background-size: 33.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 33.2vw;
    height: 33.2vw;
    display: block;
    position: relative;
    position: absolute;
    display: none;
  }
}
#contents.mtgarena-page .pw-img {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #888;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .pw-img {
    width: 25.733vw;
    height: 25.733vw;
  }
}
#contents.mtgarena-page .pw-name {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  color: #d7d8d8;
  text-align: center;
  margin-top: 17px;
  padding-bottom: 15px;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .pw-name {
    font-size: 2.666vw;
    margin-top: 1.6vw;
    padding-bottom: 1.333vw;
  }
}
#contents.mtgarena-page .ma_modal {
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_modal {
    min-width: 100%;
  }
}
#contents.mtgarena-page .modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.88);
}
#contents.mtgarena-page .modal-cont {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-cont {
    width: 92vw;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: auto;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  #contents.mtgarena-page .modal-cont::-webkit-scrollbar { /* Chrome, Safari 対応 */
    display: none;
  }
}
#contents.mtgarena-page .modal-cont-l-inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-cont-l-inner {
    padding-bottom: 6.666vw;
  }
}
#contents.mtgarena-page .modal-img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img {
    top: 6.666vw;
    transform: translateY(0);
  }
}
#contents.mtgarena-page .modal-img.pw-01 {
  width: 621px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-01 {
    width: 100%;
  }
}
#contents.mtgarena-page .modal-img.pw-02 {
  width: 578px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-02 {
    width: 100%;
  }
}
#contents.mtgarena-page .modal-img.pw-03 {
  width: 708px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-03 {
    width: 100%;
  }
}
#contents.mtgarena-page .modal-img.pw-04 {
  width: 651px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-04 {
    width: 100%;
  }
}
#contents.mtgarena-page .modal-img.pw-05 {
  width: 939px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-05 {
    width: 100%;
    left: 0;
  }
}
#contents.mtgarena-page .modal-img.pw-06 {
  width: 664px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-06 {
    width: 100%;
  }
}
#contents.mtgarena-page .modal-img.pw-07 {
  width: 670px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-07 {
    width: 100%;
  }
}
#contents.mtgarena-page .modal-img.pw-08 {
  width: 753px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-08 {
    width: 100%;
  }
}
#contents.mtgarena-page .modal-img.pw-09 {
  width: 982px;
  left: -240px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-09 {
    width: 100%;
    left: 0;
  }
}
#contents.mtgarena-page .modal-img.pw-10 {
  width: 932px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-10 {
    width: 100%;
  }
}
#contents.mtgarena-page .modal-img.pw-11 {
  width: 677px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-11 {
    width: 100%;
  }
}
#contents.mtgarena-page .modal-img.pw-12 {
  width: 857px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-img.pw-12 {
    width: 100%;
    left: 0;
  }
}
#contents.mtgarena-page .modal-l-wrap {
  width: 530px;
  margin: 0 5px 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-l-wrap {
    width: 90vw;
    margin: 0 auto;
    padding-top: 72vw;
  }
}
#contents.mtgarena-page .modal-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #d7d8d8;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-ttl {
    font-size: 3.73vw;
  }
}
#contents.mtgarena-page .modal-ttl span {
  display: block;
  font-size: 60px;
  font-family: "Beleren";
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-ttl span {
    font-size: 8vw;
  }
}
#contents.mtgarena-page .modal-txt {
  font-size: 15px;
  line-height: 2.4;
  color: #fff;
  margin-top: 55px;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-txt {
    font-size: 3.306vw;
    line-height: 1.8;
    margin-top: 7.333vw;
  }
}
#contents.mtgarena-page .modal-close-btn {
  width: 178px;
  position: relative;
  cursor: pointer;
  margin: 35px auto 0;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-close-btn {
    width: 46.6vw;
    margin: 6vw auto 0;
  }
}
#contents.mtgarena-page .modal-close-btn:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .modal-close-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 16px;
  right: 19px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-close-icon {
    width: 10.666vw;
    height: 10.666vw;
    top: 2.666vw;
    right: 2.666vw;
  }
}
#contents.mtgarena-page .modal-close-icon::before, #contents.mtgarena-page .modal-close-icon::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .modal-close-icon::before, #contents.mtgarena-page .modal-close-icon::after {
    width: 10.666vw;
    height: 0.4vw;
  }
}
#contents.mtgarena-page .modal-close-icon::before {
  transform: rotateZ(45deg);
}
#contents.mtgarena-page .modal-close-icon::after {
  transform: rotateZ(-45deg);
}
#contents.mtgarena-page .modal-close-icon:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .ma_link {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_link {
    padding-bottom: 13.733vw;
  }
}
#contents.mtgarena-page .ma_link-l-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_link-l-inner {
    width: 92vw;
  }
}
#contents.mtgarena-page .ma_link-ttl {
  font-size: 44px;
  font-family: "Beleren";
  color: #696c6d;
  margin-bottom: 22px;
  padding-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_link-ttl {
    font-size: 8.533vw;
    margin-bottom: 4vw;
    padding-bottom: 2.666vw;
  }
}
#contents.mtgarena-page .ma_link-ttl::after {
  content: "";
  display: block;
  background-image: url("../images/mtgarena/deco-line_pc.png");
  background-size: 1200px 13px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1200px;
  height: 13px;
  display: block;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_link-ttl::after {
    background-image: url("../images/mtgarena/deco-line_sp.png");
    background-size: 92vw 2.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 92vw;
    height: 2.666vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.mtgarena-page .ma_link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents.mtgarena-page .ma_link-list li {
  width: 595px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_link-list li {
    width: 100%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_link-list li:last-of-type {
    margin-bottom: 0;
  }
}
#contents.mtgarena-page .ma_link-list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding-left: 54px;
  font-size: 14.5px;
  font-weight: bold;
  color: #ddd;
  text-decoration: none;
  border: 1px solid #454545;
  box-sizing: border-box;
  background-color: #000;
  position: relative;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_link-list li a {
    min-height: 12vw;
    padding-left: 10.533vw;
    font-size: 3.306vw;
  }
}
#contents.mtgarena-page .ma_link-list li a::before {
  content: "";
  background-image: url("../images/mtgarena/link-check-icon.png");
  background-size: 25px 18px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 25px;
  height: 18px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_link-list li a::before {
    background-image: url("../images/mtgarena/link-check-icon.png");
    background-size: 4.266vw 3.066vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 4.266vw;
    height: 3.066vw;
    display: block;
    position: relative;
    position: absolute;
    left: 3.6vw;
  }
}
#contents.mtgarena-page .ma_link-list li a:hover {
  color: #db6c12;
}
#contents.mtgarena-page .ma_spec-l-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 56px 0 54px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-l-inner {
    width: 92vw;
    padding: 8vw 0 9.866vw;
  }
}
#contents.mtgarena-page .ma_spec-l-inner .spec-ttl {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-l-inner .spec-ttl {
    font-size: 5vw;
    margin-top: 12vw;
  }
}
#contents.mtgarena-page .ma_spec-l-inner dl {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-l-inner dl {
    margin-top: 8vw;
  }
}
#contents.mtgarena-page .ma_spec-l-inner dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #eee;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-l-inner dl dt {
    font-size: 4vw;
    padding-bottom: 2.533vw;
  }
}
#contents.mtgarena-page .ma_spec-l-inner dl dd {
  font-size: 14px;
  color: #ccc;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-l-inner dl dd {
    font-size: 2.933vw;
    line-height: 1.63;
  }
}
#contents.mtgarena-page .ma_spec-faq {
  text-align: center;
}
#contents.mtgarena-page .ma_spec-faq a {
  display: inline-block;
  font-size: 22px;
  font-family: "Crimson Text", serif;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-bottom: 1px solid #f55d0b;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-faq a {
    font-size: 4.8vw;
  }
}
#contents.mtgarena-page .ma_spec-faq a:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .ma_spec-arena {
  padding: 50px 0 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-arena {
    width: 92vw;
    margin: 0 auto;
    padding: 7.466vw 0 9.066vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#contents.mtgarena-page .ma_spec-arena-logo {
  width: 121px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-arena-logo {
    width: 22.133vw;
    margin: 0 44px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-arena-l-wrap {
    text-align: left;
  }
}
#contents.mtgarena-page .ma_spec-arena-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #ddd;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-arena-ttl {
    font-size: 3.733vw;
    letter-spacing: -0.03em;
    margin-bottom: 2vw;
  }
}
#contents.mtgarena-page .ma_spec-arena-copy {
  font-size: 12px;
  font-family: "Crimson Text", serif;
  color: #999;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_spec-arena-copy {
    font-size: 2.666vw;
    line-height: 1.3;
  }
}
#contents.mtgarena-page .ma_dl-btn {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 20;
  opacity: 0;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_dl-btn {
    position: fixed;
    top: 52px;
    display: none;
  }
}
#contents.mtgarena-page .ma_dl-btn span {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/mtgarena/dl-btn_pc.png");
  background-size: 399px 114px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 399px;
  height: 114px;
  display: block;
  position: relative;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .ma_dl-btn span {
    background-image: url("../images/mtgarena/dl-btn_sp.png");
    background-size: 47.2vw 15.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 47.2vw;
    height: 15.333vw;
    display: block;
    position: relative;
  }
}
#contents.mtgarena-page .ma_dl-btn span:hover {
  opacity: 0.7;
}
#contents.mtgarena-page #zendikar-btn {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 100;
  width: 330px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page #zendikar-btn {
    top: auto;
    bottom: 55px;
    right: auto;
    left: 3vw;
    width: 94vw;
    height: 25.02vw;
  }
}
#contents.mtgarena-page #zendikar-btn #zendikar_dl_btn {
  position: relative;
  display: block;
}
#contents.mtgarena-page #zendikar-btn #zendikar_dl_btn span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 330px;
  height: 180px;
  background: url(/assets/images/mtgarena/bro-btn_pc.png);
  text-indent: -9999px;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
#contents.mtgarena-page #zendikar-btn #zendikar_dl_btn span:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page #zendikar-btn #zendikar_dl_btn span {
    background: url("../images/mtgarena/bro-btn_sp.png");
    background-size: contain;
    width: 94vw;
    height: 25.02vw;
  }
}
#contents.mtgarena-page #zendikar-btn #zendikar_close_btn {
  position: relative;
  display: block;
}
#contents.mtgarena-page #zendikar-btn #zendikar_close_btn span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
#contents.mtgarena-page section.form-modal {
  display: none;
  position: relative;
  z-index: 450;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
}
#contents.mtgarena-page section.form-modal .modal-close-btn {
  background-image: url("../images/mtgarena/modal-close-btn.png");
  background-size: 6.9333vw;
  background-repeat: no-repeat;
  background-position: center top;
  width: 6.9333vw;
  height: 6.9333vw;
  display: block;
  position: relative;
  position: absolute;
  right: 6vw;
  top: 6vw;
}
#contents.mtgarena-page section.form-modal .logo {
  background-image: url("../images/mtgarena/logo-sp.png");
  background-size: 75.0666vw 27.2569vw;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 27.2569vw;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-top: 22.9333vw;
  position: relative;
  z-index: 1;
  margin-bottom: 5.333vw;
}
#contents.mtgarena-page section.form-modal .notice {
  font-size: 3.7333vw;
  color: #f55d0b;
  text-align: center;
  margin-bottom: 5vw;
}
#contents.mtgarena-page section.form-modal .dl-text {
  font-size: 3.4666vw;
  text-align: center;
  color: #eeeeee;
}
#contents.mtgarena-page section.form-modal input[type=text] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80vw;
  margin-top: 2.533vw;
  margin-bottom: 9.0666vw;
}
#contents.mtgarena-page section.form-modal .privacy {
  display: block;
  text-align: center;
  font-size: 3.333vw;
  letter-spacing: 0.1rem;
  color: #eee;
}
#contents.mtgarena-page section.form-modal .privacy a {
  color: #eee;
}
#contents.mtgarena-page section.form-modal .privacy input[type=checkbox] {
  margin-right: 2vw;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
#contents.mtgarena-page section.form-modal a.submit-btn {
  width: 56.666vw;
  height: 10.666vw;
  color: #FFF;
  font-size: 16px;
  border: 2px solid #FFF;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.7333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
#contents.mtgarena-page section.form-modal a.submit-btn:hover {
  opacity: 0.7;
}
#contents.mtgarena-page .mobile_download-box {
  width: 600px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .mobile_download-box {
    width: 100%;
  }
}
#contents.mtgarena-page .mobile_download-box a {
  transition: opacity 0.4s;
}
#contents.mtgarena-page .mobile_download-box a:hover {
  opacity: 0.8;
}
#contents.mtgarena-page .mobile_download-box a img {
  width: 200px;
}
#contents.mtgarena-page .mobile_download-box a img.google {
  width: 242px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #contents.mtgarena-page .mobile_download-box a img {
    width: 40vw;
  }
  #contents.mtgarena-page .mobile_download-box a img.google {
    width: 48vw;
    margin-right: 10px;
  }
}

/* ----------------------------------------------------------------------------------------

	teaching_meister .scss

---------------------------------------------------------------------------------------- */
#contents.teaching-meister {
  background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
  padding-top: 97px;
  /**************************************************************************************************************************************
   * 無料プレゼント.
   **************************************************************************************************************************************/
  /****************************************************************
   * ティーチングキャラバン.
   ****************************************************************/
  /**************************************************************************************************************************************
   * 検索フォーム.
   **************************************************************************************************************************************/
}
#contents.teaching-meister .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister {
    padding-top: 8vw;
  }
}
#contents.teaching-meister h1 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister h1 {
    font-size: 7.46666vw;
    margin-bottom: 10.6666vw;
  }
}
#contents.teaching-meister div.main-visual {
  background-image: url("/assets/images/teaching_meister/header-bg.jpg");
  background-size: 1680px 421px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 421px;
  display: block;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.main-visual {
    background-image: url("/assets/images/teaching_meister/header-bg-sp.jpg");
    background-size: 100vw 97.333333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 97.333333vw;
    display: block;
    position: relative;
    margin-bottom: 7.3333vw;
  }
}
#contents.teaching-meister div.main-visual div.inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.main-visual div.inner {
    width: 100%;
    flex-direction: column;
  }
}
#contents.teaching-meister div.main-visual div.inner div.left {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.main-visual div.inner div.left {
    order: 2;
    width: 92%;
    position: relative;
    z-index: 30;
    margin-right: auto;
    margin-left: auto;
  }
}
#contents.teaching-meister div.main-visual div.inner div.left h3 {
  font-size: 30px;
  color: #f55d0b;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.main-visual div.inner div.left h3 {
    font-size: 5.6vw;
    margin-top: 53vw;
  }
}
#contents.teaching-meister div.main-visual div.inner div.left p {
  font-size: 19px;
  color: #eeeeee;
  line-height: 44px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.main-visual div.inner div.left p {
    font-size: 3.8vw;
    line-height: 5.866vw;
    margin-top: 6vw;
  }
}
#contents.teaching-meister div.main-visual div.inner div.right {
  background-image: url("/assets/images/teaching_meister/header-right.png");
  background-size: 559px 471px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 559px;
  height: 471px;
  display: block;
  position: relative;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.main-visual div.inner div.right {
    order: 1;
    background-image: url("/assets/images/teaching_meister/header-right-sp.png");
    background-size: 98.133333vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 98.133333vw;
    height: 106.133333vw;
    display: block;
    position: relative;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
    margin-top: -10vw;
  }
}
#contents.teaching-meister h2 {
  font-size: 30px;
  font-weight: bold;
  color: #f55d0b;
  text-align: center;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister h2 {
    font-size: 5.2vw;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
}
#contents.teaching-meister h2::after {
  background-image: url("/assets/images/teaching_meister/h2-border.png");
  background-size: 2px 3px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 2px;
  height: 3px;
  display: block;
  position: relative;
  background-repeat: repeat-x;
  content: " ";
  width: 100%;
  height: 2px;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister h2::after {
    background-image: url("/assets/images/teaching_meister/h2-border-sp.png");
    background-size: 2px 8px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 2px;
    height: 8px;
    display: block;
    position: relative;
    background-repeat: repeat-x;
    content: " ";
    width: 100%;
    height: 4px;
    margin-top: 3.3333vw;
    display: block;
  }
}
#contents.teaching-meister div.shop-block {
  width: 1200px;
  display: flex;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.shop-block {
    width: 100%;
    flex-direction: column;
    margin-bottom: 9.333vw;
  }
}
#contents.teaching-meister div.shop-block div.left {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.shop-block div.left {
    margin-left: 0;
  }
}
#contents.teaching-meister div.shop-block div.left p.photo {
  background-image: url("/assets/images/teaching_meister/shop-photo-sp.jpg");
  background-size: 510px 390px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 510px;
  height: 390px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.shop-block div.left p.photo {
    background-image: url("/assets/images/teaching_meister/shop-photo-sp.jpg");
    background-size: 92vw 70.352941vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 70.352941vw;
    display: block;
    position: relative;
  }
}
#contents.teaching-meister div.shop-block div.right {
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.shop-block div.right {
    margin-left: 0;
    margin-top: 6.6666vw;
  }
}
#contents.teaching-meister div.shop-block div.right p.step {
  background-image: url("/assets/images/teaching_meister/shop-step.png");
  background-size: 597px 317px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 597px;
  height: 317px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.shop-block div.right p.step {
    background-image: url("/assets/images/teaching_meister/shop-step-sp.png");
    background-size: 89.2vw 58vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 58vw;
    display: block;
    position: relative;
  }
}
#contents.teaching-meister div.shop-block ul {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.shop-block ul {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 9.0666vw;
  }
}
#contents.teaching-meister div.shop-block ul li {
  font-size: 13px;
  line-height: 32px;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister div.shop-block ul li {
    font-size: 2.9333vw;
    line-height: 4.2666vw;
  }
}
#contents.teaching-meister div.shop-block ul li::before {
  content: "※";
  color: #ec0000;
  margin-left: -1rem;
}
#contents.teaching-meister p.present {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("/assets/images/teaching_meister/present.png");
  background-size: 1200px 400px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister p.present {
    background-image: url("/assets/images/teaching_meister/present-sp.png");
    background-size: 92vw 98.9333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 98.9333vw;
    display: block;
    position: relative;
    margin-top: 5.333vw;
    margin-bottom: 9.333vw;
  }
}
#contents.teaching-meister .join-caravan {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister .join-caravan {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 3.7333vw;
    line-height: 6vw;
    margin-top: 5.333vw;
  }
}
#contents.teaching-meister a.caravan-banner {
  background-image: url("/assets/images/teaching_meister/caravan-report-banner.png");
  background-size: 750px 118px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 118px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-top: 33px;
  margin-bottom: 40px;
  transition: opacity 0.2s ease-in-out;
}
#contents.teaching-meister a.caravan-banner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister a.caravan-banner {
    background-image: url("/assets/images/teaching_meister/caravan-report-banner-sp.png");
    background-size: 85.333vw 24.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 24.666vw;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
    margin-top: 6.2666vw;
    margin-bottom: 9.2666vw;
  }
}
#contents.teaching-meister hr.caravan-hr {
  width: 1200px;
  height: 1px;
  background-color: #cccccc;
  border: none;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister hr.caravan-hr {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
}
#contents.teaching-meister .caravan-date-head {
  text-align: center;
  font-size: 22px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister .caravan-date-head {
    font-size: 4.5333vw;
    margin-top: 6vw;
  }
}
#contents.teaching-meister a.caravan-date-banner {
  background-image: url("/assets/images/teaching_meister/free-trial_bn.png");
  background-size: 900px 145px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 145px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-top: 20px;
  margin-bottom: 155px;
  transition: opacity 0.2s ease-in-out;
}
#contents.teaching-meister a.caravan-date-banner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #contents.teaching-meister a.caravan-date-banner {
    background-image: url("/assets/images/teaching_meister/free-trial_bn_sp.png");
    background-size: 92vw 44.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 44.666vw;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
    margin-top: 4vw;
    margin-bottom: 18.666vw;
  }
}
#contents.teaching-meister .refine-search {
  width: 1200px;
  margin: 30px auto 30px;
}
#contents.teaching-meister .refine-search:after {
  content: "";
  display: table;
  clear: both;
}
#contents.teaching-meister .refine-search .event-date-notice {
  font-size: 14px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
#contents.teaching-meister .refine-search .ac-btn {
  width: 200px;
  float: right;
}
#contents.teaching-meister .refine-search .ac-btn a {
  border-color: #666;
}
#contents.teaching-meister .refine-search .ac-btn a i {
  color: #eb9b00;
  margin-left: 0.5em;
}
#contents.teaching-meister .refine-search .ac-btn a:hover span {
  color: #fff;
}
#contents.teaching-meister .refine-search .ac-btn a:hover span i {
  color: #fff;
}
#contents.teaching-meister .refine-search .ac-btn.open a i:before {
  content: "\f056";
}
#contents.teaching-meister .refine-search .ac-area {
  background: rgba(255, 255, 255, 0.2);
  clear: right;
  padding: 23px 0 20px;
  display: none;
}
#contents.teaching-meister .refine-search .ac-area .search-set {
  text-align: center;
  margin-bottom: 20px;
}
#contents.teaching-meister .refine-search .ac-area .search-set div {
  display: inline-block;
  margin-right: 20px;
}
#contents.teaching-meister .refine-search .ac-area .search-set div:last-child {
  margin-right: 0;
}
#contents.teaching-meister .refine-search .ac-area .search-set div select,
#contents.teaching-meister .refine-search .ac-area .search-set div input[type=text],
#contents.teaching-meister .refine-search .ac-area .search-set div input[type=date] {
  border-radius: 4px;
  padding: 18px 12px;
  border: none;
  outline: none;
  background: #fff;
}
#contents.teaching-meister .refine-search .ac-area .search-set div ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
#contents.teaching-meister .refine-search .ac-area .search-set div *::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#contents.teaching-meister .refine-search .ac-area .search-set div :placeholder-shown {
  color: #999;
  opacity: 1;
}
#contents.teaching-meister .refine-search .ac-area .search-set .form-select select {
  width: 180px;
}
#contents.teaching-meister .refine-search .ac-area .search-set .form-text input {
  width: 390px;
}
#contents.teaching-meister .refine-search .ac-area .search-set .form-date span {
  color: #eee;
  font-size: 14px;
  margin: 0 10px;
}
#contents.teaching-meister .refine-search .ac-area .search-set .form-date input {
  width: 212px;
}
#contents.teaching-meister .refine-search .ac-area .search-button {
  width: 210px;
  margin: 0 auto;
}
#contents.teaching-meister .refine-search .ac-area .search-button button {
  width: 100%;
  text-align: center;
  border: 1px solid #666;
  display: block;
  background: #414141;
  background: -moz-linear-gradient(top, #414141 0%, #222222 50%);
  background: -webkit-linear-gradient(top, #414141 0%, #222222 50%);
  background: linear-gradient(to bottom, #414141 0%, #222222 50%);
  border-radius: 23px;
  color: #f55d0b;
  box-sizing: border-box;
  padding: 13px 0;
  cursor: pointer;
  box-shadow: 0px 0px 0px 0px #ff5400;
  -moz-box-shadow: 0px 0px 0px 0px #ff5400;
  -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.2s ease-in-out;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-family: "Jockey One", sans-serif;
  box-shadow: 0px 0px 0px 0px #ff5400;
  -moz-box-shadow: 0px 0px 0px 0px #ff5400;
  -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.2s ease-in-out;
}
#contents.teaching-meister .refine-search .ac-area .search-button button:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff5400;
  -moz-box-shadow: 0px 0px 18px 1px #ff5400;
  -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
}
#contents.teaching-meister .refine-search .ac-area .search-button .icon {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
#contents.teaching-meister .refine-search .ac-area .search-button .icon img {
  width: 100%;
  height: auto;
}
#contents.teaching-meister .sec-shop-list {
  margin-bottom: 85px;
}
#contents.teaching-meister .sec-shop-list .inner {
  background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
  box-sizing: border-box;
  border: 1px solid #666;
  padding-bottom: 50px;
}
#contents.teaching-meister .sec-shop-list .inner .pager {
  margin-top: 45px;
  margin-bottom: 5px;
}
#contents.teaching-meister .sec-shop-list .inner .notice {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  text-align: right;
}
#contents.teaching-meister .sec-shop-list .shop-list-table {
  background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
  padding-bottom: 4px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table .th-map-convenience,
#contents.teaching-meister .sec-shop-list .shop-list-table .td-map-convenience {
  width: 160px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table .th-prefecture-convenience,
#contents.teaching-meister .sec-shop-list .shop-list-table .td-prefecture-convenience,
#contents.teaching-meister .sec-shop-list .shop-list-table .th-city-convenience,
#contents.teaching-meister .sec-shop-list .shop-list-table .td-city-convenience {
  width: 130px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table .th-prefecture-convenience,
#contents.teaching-meister .sec-shop-list .shop-list-table .td-prefecture-convenience {
  padding-right: 0;
}
#contents.teaching-meister .sec-shop-list .shop-list-table .th-city-convenience,
#contents.teaching-meister .sec-shop-list .shop-list-table .td-city-convenience {
  padding-left: 0;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table {
  width: 100%;
  letter-spacing: 0.03em;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table thead {
  background: #171717;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table thead th {
  text-align: center;
  padding: 33px 10px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody td {
  background: #fff;
  text-align: center;
  font-size: 13px;
  padding: 20px 10px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .td-store-level p:nth-child(2) {
  margin-left: 5px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody dl {
  text-align: left;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody dl dt {
  font-weight: bold;
  font-size: 16px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody dl dd {
  font-weight: bold;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody dl .address {
  color: #666;
  font-weight: normal;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody dl strong {
  color: #f55d0b;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .td-store-mail a {
  color: #10b7b9;
  text-decoration: none;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .td-store-mail a:hover {
  text-decoration: underline;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-map a {
  width: 96px;
  height: 30px;
  background: #fff;
  font-weight: normal;
  color: #333;
  border: 1px solid #ccc;
  padding-top: 7px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-map a:hover {
  color: #fff;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-map a:hover:before, #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-map a:hover:after {
  height: 40px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-map .sp {
  display: none;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-date a {
  width: 100px;
  height: 40px;
  padding-top: 10px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-date a:hover {
  color: #fff;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-date a:hover:before, #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-date a:hover:after {
  height: 40px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .td-mystar i {
  color: #f55d0b;
  font-size: 20px;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .icon-store-level {
  height: 35px;
  display: inline-block;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .icon-store-level img {
  width: auto;
  height: 100%;
  vertical-align: middle;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .icon-store-meister {
  height: 40px;
  display: inline-block;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody .icon-store-meister img {
  margin-bottom: 3px;
  width: auto;
  height: 100%;
  vertical-align: middle;
}
#contents.teaching-meister .sec-shop-list .shop-list-table table tbody tr:nth-of-type(2n) td {
  background: none;
}

/****************************************************************************************************************************
 * Smartphone.
 ****************************************************************************************************************************/
@media screen and (max-width: 768px) {
  #contents.teaching-meister {
    background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
    background-size: 50px 50px;
    /**************************************************************************************************************************************
     * 検索フォーム.
     **************************************************************************************************************************************/
  }
  #contents.teaching-meister .inner {
    width: 92%;
    margin: 0 auto;
  }
  #contents.teaching-meister .refine-search {
    width: 100%;
    margin: 30px auto 30px;
  }
  #contents.teaching-meister .refine-search .event-date-notice {
    width: 92%;
    font-size: 12px;
    margin: 0 auto 30px;
    line-height: 1.25;
  }
  #contents.teaching-meister .refine-search .ac-btn {
    width: 48%;
    margin-right: 4%;
  }
  #contents.teaching-meister .refine-search .ac-btn a {
    width: 100%;
    border-width: 1.5px;
    font-size: 13px;
  }
  #contents.teaching-meister .refine-search .ac-btn a:hover span {
    color: #ddd;
  }
  #contents.teaching-meister .refine-search .ac-btn a:hover span i {
    color: #f55d0b;
  }
  #contents.teaching-meister .refine-search .ac-area {
    padding: 25px 0 20px;
    display: none;
  }
  #contents.teaching-meister .refine-search .ac-area .search-set {
    text-align: left;
    width: 88%;
    margin: 0 auto 20px;
  }
  #contents.teaching-meister .refine-search .ac-area .search-set div {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #contents.teaching-meister .refine-search .ac-area .search-set div:last-child {
    margin-right: 0;
  }
  #contents.teaching-meister .refine-search .ac-area .search-set div select,
  #contents.teaching-meister .refine-search .ac-area .search-set div input[type=text],
  #contents.teaching-meister .refine-search .ac-area .search-set div input[type=date] {
    padding: 8px 10px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 38px;
    box-sizing: border-box;
  }
  #contents.teaching-meister .refine-search .ac-area .search-set .form-select select {
    width: 50%;
  }
  #contents.teaching-meister .refine-search .ac-area .search-set .form-text input {
    width: 100%;
  }
  #contents.teaching-meister .refine-search .ac-area .search-set .form-date span {
    width: 8%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 0;
    min-height: 38px;
    vertical-align: baseline;
  }
  #contents.teaching-meister .refine-search .ac-area .search-set .form-date input {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
  }
  #contents.teaching-meister .refine-search .ac-area .search-button {
    width: 46%;
  }
  #contents.teaching-meister .refine-search .ac-area .search-button button {
    width: 100%;
    color: #f55d0b;
    box-sizing: border-box;
    padding: 8px 0;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px #ff5400;
    -moz-box-shadow: 0px 0px 0px 0px #ff5400;
    -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
    transition: 0.2s ease-in-out;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07em;
    font-family: "Jockey One", sans-serif;
    box-shadow: 0px 0px 0px 0px #ff5400;
    -moz-box-shadow: 0px 0px 0px 0px #ff5400;
    -webkit-box-shadow: 0px 0px 0px 0px #ff5400;
    transition: 0.2s ease-in-out;
  }
  #contents.teaching-meister .refine-search .ac-area .search-button button:hover {
    background-color: #000;
    box-shadow: 0px 0px 18px 1px #ff5400;
    -moz-box-shadow: 0px 0px 18px 1px #ff5400;
    -webkit-box-shadow: 0px 0px 18px 1px #ff5400;
  }
  #contents.teaching-meister .refine-search .ac-area .search-button .icon {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  #contents.teaching-meister .refine-search .ac-area .search-button .icon img {
    width: 100%;
    height: auto;
  }
  #contents.teaching-meister .sec-shop-list {
    margin-bottom: 75px;
  }
  #contents.teaching-meister .sec-shop-list .inner {
    background: url(/assets/images/common/bg-pattern1.gif) repeat left top;
    background-size: 50px 50px;
    padding-bottom: 35px;
  }
  #contents.teaching-meister .sec-shop-list .inner .notice {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 10px;
    text-align: left;
    line-height: 1.25;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table {
    background: url(/assets/images/common/bg-dotted-line.png) repeat-x bottom left;
    padding-bottom: 4px;
    margin-bottom: 30px;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-store-tel,
  #contents.teaching-meister .sec-shop-list .shop-list-table .th-store-tel,
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-store-map,
  #contents.teaching-meister .sec-shop-list .shop-list-table .th-store-map,
  #contents.teaching-meister .sec-shop-list .shop-list-table .th-store-mail,
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-store-mail {
    display: none;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table .th-map-convenience,
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-map-convenience {
    width: 1%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table .th-map-convenience .btn-map a,
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-map-convenience .btn-map a {
    width: 42px;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table .th-prefecture,
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-prefecture {
    width: 10%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-prefecture {
    width: 4%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table .th-prefecture-convenience, #contents.teaching-meister .sec-shop-list .shop-list-table .th-city-convenience, #contents.teaching-meister .sec-shop-list .shop-list-table .td-prefecture-convenience, #contents.teaching-meister .sec-shop-list .shop-list-table .td-city-convenience {
    width: 2%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-city-convenience {
    padding-left: 0;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table .th-store-level,
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-store-level {
    width: 13%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table .th-date,
  #contents.teaching-meister .sec-shop-list .shop-list-table .td-date {
    width: 18%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table {
    width: 100%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table thead {
    background: #171717;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table thead th {
    padding: 10px 0;
    line-height: 1;
    font-size: 10px;
    box-sizing: border-box;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody td {
    background: #fff;
    text-align: center;
    font-size: 10px;
    padding: 12px 0;
    box-sizing: border-box;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .td-store-level p:nth-child(2) {
    margin-left: 0;
    margin-top: 5px;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody dl {
    text-align: left;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody dl dt {
    font-weight: bold;
    font-size: 13px;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody dl dd {
    font-size: 10px;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody dl .address {
    font-size: 9px;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-date a {
    width: 100%;
    height: auto;
    padding: 6px 0;
    font-size: 12px;
    border-width: 1px;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-date a:hover {
    color: #ddd;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-date a:hover:before, #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .btn-date a:hover:after {
    display: none;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .icon-store-level {
    height: 23px;
    display: inline-block;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .icon-store-meister {
    height: 28px;
    display: inline-block;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .icon-store-meister img {
    margin-bottom: 0;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table table tbody .icon-store-meister-level img {
    width: 92%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .td-store-tel,
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .th-store-tel,
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .td-store-map,
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .th-store-map {
    display: table-cell;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .th-prefecture,
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .td-prefecture {
    width: 4%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .th-store-level,
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .td-store-level {
    width: 13%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .th-date,
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .td-date {
    width: 18%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .th-store-map {
    width: 1%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    word-break: break-all;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .td-store-map {
    width: 4%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .th-format,
  #contents.teaching-meister .sec-shop-list .shop-list-table.format .td-format {
    width: 16%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format table {
    width: 100%;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format table thead {
    background: #171717;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format table thead th {
    padding: 10px 0;
    line-height: 1;
    font-size: 10px;
    box-sizing: border-box;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format table tbody .td-store-map .sp {
    display: block;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format table tbody .td-store-map a {
    border: none;
    padding: 0;
    color: #f55d0b;
    background: none;
    width: auto;
    height: auto;
    font-size: 35px;
  }
  #contents.teaching-meister .sec-shop-list .shop-list-table.format table tbody .td-store-tel a {
    font-size: 35px;
    color: #f55d0b;
  }
}
/* ----------------------------------------------------------------------------------------

	war .scss

---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------

	war

---------------------------------------------------------------------------------------- */
.overrayWar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 500;
  cursor: pointer;
  transform: translateZ(500px);
  -weblit-transform: translateZ(500px);
}

.modalWar {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translateY(-50%) translateX(-50%) translateZ(1000px);
  -weblit-transform: translateY(-50%) translateX(-50%) translateZ(1000px);
  z-index: 1000;
  text-align: center;
}
.modalWar img {
  width: auto;
  height: calc(100vh - 130px);
  max-height: 520px;
  max-height: 640px;
}
.modalWar iframe {
  width: 1125px;
  height: calc(100vh - 130px);
  border: none;
  background: #fff;
}
.modalWar .card-name {
  position: relative;
  color: #fff !important;
  font-size: 26px;
  margin-top: 20px;
  letter-spacing: 0.08em;
}
.modalWar .card-name span {
  font-size: 20px;
  padding-right: 1em;
  position: relative;
  letter-spacing: 0em;
}
.modalWar .card-name span:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "：";
  display: inline;
  font-size: 20px;
}

.jsLazyAnime {
  opacity: 0;
}

.jsLazyAnime.lazyAnimate {
  opacity: 1;
  transition: opacity 1s 0s ease;
}

#contents.page-war {
  color: #eeeeee;
}
#contents.page-war .mb-40-20 {
  margin-bottom: 40px;
}
#contents.page-war .mb-40-30 {
  margin-bottom: 40px;
}
#contents.page-war .br-sp-hack {
  display: none;
}
#contents.page-war .pc-disp {
  display: block;
}
#contents.page-war .sp-disp {
  display: none;
}
#contents.page-war .pc-layout-table {
  width: 100%;
  display: table;
}
#contents.page-war .pc-layout-table-l,
#contents.page-war .pc-layout-table-r {
  display: table-cell;
  vertical-align: middle;
}
#contents.page-war .pc-w-650 {
  width: 650px;
}
#contents.page-war .pc-pos-l-10 {
  position: relative;
  left: -10px;
}
#contents.page-war .col-ff0000 {
  color: #ff0000;
}
#contents.page-war .list-indent.add-ml {
  margin: 0 1em;
}
#contents.page-war .list-indent li {
  position: relative;
  left: -2px;
  padding-left: 1.2em;
  line-height: 2;
  font-size: 13px;
}
#contents.page-war .list-indent li:last-child {
  margin-bottom: 0;
}
#contents.page-war .list-indent li.fs-s {
  font-size: 13px;
}
#contents.page-war .list-indent li.fs-l {
  font-size: 16px;
  margin-bottom: 2px;
  margin-bottom: 4px;
}
#contents.page-war .list-indent li b {
  font-size: 20px;
  padding-left: 4px;
  position: relative;
  top: 1px;
}
#contents.page-war .list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
#contents.page-war .list-indent li.pos-hack {
  margin-top: -10px;
}
#contents.page-war .list-indent li.pos-hack span.indent {
  top: 10px;
}
#contents.page-war .pankuzu {
  position: absolute;
  z-index: 4;
}
#contents.page-war .kv {
  position: absolute;
  position: relative;
  width: 100%;
  height: calc(100vh - 107px);
  z-index: 3;
  /*アニメーション*/
  /*アニメーション*/
}
@media screen and (max-width: 768px) {
  #contents.page-war .kv {
    z-index: 4;
  }
}
#contents.page-war .kv .slide {
  height: 100%;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}
#contents.page-war .kv .slide div {
  animation: show 12s infinite;
  -webkit-animation: show 12s infinite;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#contents.page-war .kv .slide div:nth-of-type(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
#contents.page-war .kv .slide div:nth-of-type(2) {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}
#contents.page-war .kv .slide div:nth-of-type(3) {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}
#contents.page-war .kv .slide div.slide1 {
  background-image: url(../../assets/images/war/kv_01_pc.jpg);
}
#contents.page-war .kv .slide div.slide2 {
  background-image: url(../../assets/images/war/kv_02_pc.jpg);
}
#contents.page-war .kv .slide div.slide3 {
  background-image: url(../../assets/images/war/kv_03_pc.jpg);
}
@keyframes show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
}
#contents.page-war .kv-copy {
  position: absolute;
  width: 33.33%;
  top: 15%;
  left: 9.2%;
  z-index: 2;
}
#contents.page-war .kv-copy img {
  width: 100%;
  max-width: 640px;
  min-width: 540px;
  height: auto;
}
@media screen and (max-height: 760px) and (min-width: 768px) {
  #contents.page-war .kv-copy {
    top: 9%;
  }
}
#contents.page-war .kv-btn {
  position: absolute;
  width: 502px;
  height: 180px;
  background: #fff;
  top: 65%;
  left: 10.55%;
  z-index: 2;
}
#contents.page-war .kv-btn img {
  width: 502px;
  height: auto;
}
#contents.page-war .kv-btn a {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
#contents.page-war .kv-btn a:hover {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0.85;
}
#contents.page-war .sec-preRelease {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0 145px;
  background: #000;
  position: relative;
  z-index: 3;
}
#contents.page-war .sec-preRelease-inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.page-war .preRelease-day {
  margin-bottom: 65px;
  text-align: center;
}
#contents.page-war .preRelease-day img {
  width: 775px;
  height: auto;
}
#contents.page-war .preRelease-tit {
  color: #f55d0b;
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
}
#contents.page-war .preRelease-tit span {
  display: block;
  margin-top: 4px;
  font-size: 30px;
}
#contents.page-war .preRelease-txt {
  color: #eeeeee;
  font-size: 16px;
  line-height: 2;
}
#contents.page-war .sec-pickup-01 {
  width: 100%;
  height: 507px;
  background: url(../../assets/images/war/bg_tex_pc.png) repeat-y 0 0;
  background-size: 100% auto;
  position: relative;
  z-index: 10;
  /* 0429更新分 */
  padding-top: 70px;
  padding-bottom: 70px;
  height: auto;
}
#contents.page-war .sec-pickup-01-inner {
  position: relative;
  width: 1200px;
  height: 507px;
  margin: 0 auto;
}
#contents.page-war .pickup-01-tit {
  position: absolute;
  top: 74px;
  left: 0;
}
#contents.page-war .pickup-01-txt {
  position: absolute;
  top: 215px;
  left: 10px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}
#contents.page-war .pickup-01-txt b {
  display: block;
  font-size: 54px;
  margin: 14px 0;
}
#contents.page-war .pickup-01-card {
  position: absolute;
  top: -40px;
  right: 10px;
}
#contents.page-war .sec-pickup-02 {
  width: 100%;
  background: url(../../assets/images/war/bg_pickup_02_pc.jpg) no-repeat center 0 #000;
  background-size: 100% auto;
  padding-top: 145px;
  padding-bottom: 105px;
}
#contents.page-war .pickup-02-tit {
  text-align: center;
  margin-bottom: 100px;
}
#contents.page-war .pickup-02-txt {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 125px;
  -moz-text-shadow: 0px 0px 15px #000;
  -webkit-text-shadow: 0px 0px 15px #000;
  -ms-text-shadow: 0px 0px 15px #000;
  text-shadow: 0px 0px 15px #000;
}
#contents.page-war .pickup-02-txt span {
  font-size: 45px;
}
#contents.page-war .pickup-02-txt b {
  font-size: 54px;
}
#contents.page-war .pickup-02-card-items {
  width: 96%;
  margin: 0 auto;
  max-width: 1850px;
  display: flex;
  flex-wrap: wrap;
}
#contents.page-war .pickup-02-card-items li {
  width: 300px;
  width: 16.66%;
  margin: 0 0 10px;
  padding: 0 5px;
}
#contents.page-war .pickup-02-card-items li a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#contents.page-war .pickup-02-card-items li a span {
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  z-index: 3;
  opacity: 0;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#contents.page-war .pickup-02-card-items li a::before {
  content: "";
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#contents.page-war .pickup-02-card-items li a img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.4s ease, transform 0.3s ease;
  transition: opacity 0.4s ease, transform 0.3s ease;
}
#contents.page-war .pickup-02-card-items li a:hover span {
  opacity: 1;
}
#contents.page-war .pickup-02-card-items li a:hover::before {
  opacity: 0.5;
}
#contents.page-war .pickup-02-card-items li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#contents.page-war .sec-climax {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
#contents.page-war .climax-bg {
  position: relative;
  width: 100%;
  padding-bottom: 42.03%;
}
#contents.page-war .climax-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#contents.page-war .climax-bg-img video {
  width: auto;
  height: auto;
  margin-top: -7.2%;
}
#contents.page-war .climax-bg-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
  opacity: 0;
}
#contents.page-war .climax-bg-txt.rolled {
  opacity: 1;
}
#contents.page-war .climax-main-txt {
  text-align: center;
  margin-bottom: 50px;
}
#contents.page-war .climax-sub-txt {
  font-size: 34px;
  -moz-text-shadow: 0px 0px 15px #000;
  -webkit-text-shadow: 0px 0px 15px #000;
  -ms-text-shadow: 0px 0px 15px #000;
  text-shadow: 0px 0px 15px #000;
}
#contents.page-war .climax-btm {
  position: relative;
  width: 100%;
  padding-bottom: 27.18%;
  z-index: 5;
}
#contents.page-war .climax-btm img {
  width: 100%;
  height: auto;
}
#contents.page-war .climax-btm-items li {
  position: absolute;
}
#contents.page-war .climax-btm-items li:nth-child(1) {
  width: 14.16%;
  top: -15.61%;
  left: 58.85%;
}
#contents.page-war .climax-btm-items li:nth-child(2) {
  width: 11.97%;
  top: -6.54%;
  left: 80%;
}
#contents.page-war .climax-btm-items li:nth-child(3) {
  width: 17.18%;
  top: 36.91%;
  left: 49.84%;
}
#contents.page-war .climax-btm-items li:nth-child(4) {
  width: 17.18%;
  top: 56.32%;
  left: 79.37%;
}
#contents.page-war .climax-btm-items li:nth-child(5) {
  width: 18.59%;
  top: -22.75%;
  left: 40.72%;
}
#contents.page-war .climax-btm-items li:nth-child(6) {
  width: 16.97%;
  top: 18.82%;
  left: 65.31%;
}
#contents.page-war .climax-btm-txt {
  position: absolute;
  top: -5.4%;
  width: 43.02%;
}
#contents.page-war .sec-product {
  width: 100%;
  box-sizing: border-box;
  padding: 45px 0 120px;
  background: #000;
}
#contents.page-war .sec-product-inner {
  width: 1200px;
  margin: 0 auto;
}
#contents.page-war .product-tit {
  margin-bottom: 40px;
  text-align: center;
}
#contents.page-war .product-tit img {
  width: 330px;
  height: auto;
}
#contents.page-war .product-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
#contents.page-war .product-items .product-item {
  width: 306px;
}
#contents.page-war .product-item-img {
  width: 306px;
  height: 360px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents.page-war .product-item-img img {
  width: 100%;
  height: auto;
}
#contents.page-war .product-item-con {
  padding: 0 0 0 10px;
}
#contents.page-war .product-item-tit {
  color: #f55d0b;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
#contents.page-war .sec-present {
  width: 100%;
  background: url(../../assets/images/war/bg_tex_pc.png) repeat-y 0 0;
  background-size: 100% auto;
  color: #fff;
  padding-bottom: 100px;
}
#contents.page-war .toggleWarCon {
  width: 1215px;
  margin: 0 auto;
  display: none;
}
#contents.page-war .toggleWarCon iframe {
  background-color: black;
  margin-top: 40px;
  width: 104%;
  height: 1215px;
  border: none;
  overflow-x: hidden;
}
#contents.page-war .sec-present-inner {
  position: relative;
  width: 1200px;
  height: 1000px;
  margin: 0 auto;
}
#contents.page-war .present-tit {
  position: absolute;
  top: 68px;
  left: 8px;
}
#contents.page-war .present-txt {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 122px;
  left: 12px;
}
#contents.page-war .present-item-img {
  position: absolute;
  width: 1200px;
  height: 912px;
  top: 0;
  left: 0;
  background: url(../../assets/images/war/present_item_bg.png) no-repeat 0 0;
  background-size: 100% auto;
}
#contents.page-war .present-btn {
  position: absolute;
  width: 100%;
  top: 930px;
}
#contents.page-war .sec-present-con {
  position: absolute;
  width: 580px;
  top: 368px;
  left: 618px;
  color: #dddddd !important;
}
#contents.page-war .sec-present-con-tit {
  color: #f55d0b;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
}
#contents.page-war .present-change {
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 10px 14px 12px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 40px;
}
#contents.page-war .present-change b {
  font-size: 20px;
  padding: 0 2px;
}
#contents.page-war .sec-event {
  width: 100%;
  padding: 110px 0 30px;
  background: url(../../assets/images/war/bg_event_pc.jpg) no-repeat center center;
  background-size: cover;
}
#contents.page-war .sec-event-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #dddddd;
}
#contents.page-war .event-tit {
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
}
#contents.page-war .event-tit span {
  font-family: "Beleren";
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #666), color-stop(0.38, #fff));
  background-image: -webkit-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -moz-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -ms-linear-gradient(top, #fff 38%, #666 100%);
  background-image: linear-gradient(to bottom, #fff 38%, #666 100%);
  font-size: 34px;
  display: inline-block;
  position: relative;
}
#contents.page-war .event-tit:before {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  font-size: 34px;
  font-family: "Beleren";
  content: "EVENT INFORMATION";
  z-index: 0;
  -moz-text-shadow: 0px 0px 15px black;
  -webkit-text-shadow: 0px 0px 15px black;
  -ms-text-shadow: 0px 0px 15px black;
  text-shadow: 0px 0px 15px black;
}
#contents.page-war .event-txt {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 100px;
  color: #f55d0b;
  -moz-text-shadow: 0px 0px 15px black;
  -webkit-text-shadow: 0px 0px 15px black;
  -ms-text-shadow: 0px 0px 15px black;
  text-shadow: 0px 0px 15px black;
}
#contents.page-war .event-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents.page-war .event-items .event-item {
  width: 330px;
  text-align: center;
  color: #dddddd;
  margin-bottom: 100px;
}
#contents.page-war .event-item-img {
  margin-bottom: 15px;
}
#contents.page-war .event-item-img img {
  width: 100%;
  height: auto;
}
#contents.page-war .event-item-tit {
  width: 100%;
  height: 66px;
  display: table;
}
#contents.page-war .event-item-tit span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -10px;
}
#contents.page-war .event-item-tit span.fs-s {
  font-size: 17px;
}
#contents.page-war .event-item-date {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
#contents.page-war .event-item-btn a {
  display: block;
  width: 200px;
  height: 40px;
  border: 2px solid #dadada;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: #ddd;
  text-align: center;
  padding-top: 11px;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}
#contents.page-war .event-item-btn a span {
  position: relative;
  z-index: 1;
}
#contents.page-war .event-item-btn a:after, #contents.page-war .event-item-btn a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
  z-index: 0;
}
#contents.page-war .event-item-btn a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.page-war .event-item-btn a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.page-war .event-item-btn a:hover, #contents.page-war .event-item-btn a.hovered {
  color: #fff;
}
#contents.page-war .event-item-btn a:hover:after, #contents.page-war .event-item-btn a.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.page-war .event-item-btn a:hover:before, #contents.page-war .event-item-btn a.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents.page-war .event-item-btn a:after, #contents.page-war .event-item-btn a:before {
    display: none;
  }
  #contents.page-war .event-item-btn a:hover {
    color: #ddd;
  }
  #contents.page-war .event-item-btn a.hovered {
    color: #fff;
    background-color: rgb(243, 126, 10);
  }
}
#contents.page-war .btnWar {
  text-align: center;
}
#contents.page-war .btnWar.btnWarB a {
  border: 1px solid #fff;
  color: #fff;
  background: #000;
  padding-left: 5px;
}
#contents.page-war .btnWar a {
  display: block;
  margin: 0 auto;
  width: 444px;
  height: 70px;
  border: 1px solid #f55d0b;
  color: #f55d0b;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
  overflow: hidden;
}
#contents.page-war .btnWar a span {
  position: relative;
  z-index: 1;
}
#contents.page-war .btnWar a:after, #contents.page-war .btnWar a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
  z-index: 0;
}
#contents.page-war .btnWar a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.page-war .btnWar a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.page-war .btnWar a:hover, #contents.page-war .btnWar a.hovered {
  color: #fff;
}
#contents.page-war .btnWar a:hover:after, #contents.page-war .btnWar a.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.page-war .btnWar a:hover:before, #contents.page-war .btnWar a.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents.page-war .btnWar a:after, #contents.page-war .btnWar a:before {
    display: none;
  }
  #contents.page-war .btnWar a:hover {
    color: #ddd;
  }
  #contents.page-war .btnWar a.hovered {
    color: #fff;
    background-color: rgb(243, 126, 10);
  }
}
#contents.page-war .btnWar a:hover div span:after {
  background: url(../../assets/images/war/icon_arrow_r.png) no-repeat 0 -12px;
  background-size: 12px 24px;
}
#contents.page-war .btnWar a div {
  padding-top: 20px;
  width: 444px;
  height: 70px;
}
#contents.page-war .btnWar a div span {
  position: relative;
  padding: 0 0 0 24px;
}
#contents.page-war .btnWar a div span:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../../assets/images/war/icon_arrow_r.png) no-repeat 0 0;
  background-size: 12px 24px;
  width: 12px;
  height: 12px;
  left: 0;
  top: 8px;
}
#contents.page-war .btnWar a.toggle-btn:hover div span:after {
  background: url(../../assets/images/war/icon_arrow_t.png) no-repeat 0 -12px;
  background-size: 24px 24px;
}
#contents.page-war .btnWar a.toggle-btn div span:after {
  background: url(../../assets/images/war/icon_arrow_t.png) no-repeat 0 0;
  background-size: 24px 24px;
}
#contents.page-war .btnWar a.toggle-btn.state-active:hover div span:after {
  background: url(../../assets/images/war/icon_arrow_t.png) no-repeat -12px -12px;
  background-size: 24px 24px;
}
#contents.page-war .btnWar a.toggle-btn.state-active div span:after {
  background: url(../../assets/images/war/icon_arrow_t.png) no-repeat -12px 0;
  background-size: 24px 24px;
}

@media screen and (max-width: 768px) {
  .modalWar {
    width: 100%;
    padding: 0 5%;
  }
  .modalWar img {
    width: 100%;
    height: auto;
  }
  .modalWar iframe {
    width: 100%;
  }
  .modalWar .card-name {
    margin-top: 14px;
    font-size: 16px;
  }
  .modalWar .card-name span {
    font-size: 12px;
  }
  .modalWar .card-name span:after {
    content: "：";
    display: inline;
    font-size: 12px;
  }
  #contents.page-war .br-sp-hack {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 340px) {
  #contents.page-war .br-sp-hack {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents.page-war .mb-40-20 {
    margin-bottom: 2.6%;
  }
  #contents.page-war .mb-40-30 {
    margin-bottom: 6%;
  }
  #contents.page-war .pc-disp {
    display: none;
  }
  #contents.page-war .sp-disp {
    display: block;
  }
  #contents.page-war .pc-layout-table {
    display: block;
  }
  #contents.page-war .pc-layout-table-l,
  #contents.page-war .pc-layout-table-r {
    display: block;
  }
  #contents.page-war .pc-w-650 {
    width: 100%;
  }
  #contents.page-war .pc-pos-l-10 {
    left: 0;
  }
  #contents.page-war .list-indent li {
    font-size: 12px;
  }
  #contents.page-war .list-indent li.fs-s {
    font-size: 13px;
  }
  #contents.page-war .list-indent li.fs-l {
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 1.6;
  }
  #contents.page-war .list-indent li b {
    font-size: 15px;
    padding-left: 2px;
    position: relative;
    top: 1px;
  }
  #contents.page-war .list-indent li.pos-hack {
    margin-top: 0;
    line-height: 1.4;
  }
  #contents.page-war .list-indent li.pos-hack span.indent {
    top: 4px;
  }
  #contents.page-war .pankuzu {
    display: none;
  }
  #contents.page-war .kv {
    height: calc(100vh - 46px);
  }
  #contents.page-war .kv .slide div {
    animation: show 12s infinite;
    -webkit-animation: show 12s infinite;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #contents.page-war .kv .slide div:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
  }
  #contents.page-war .kv .slide div:nth-of-type(2) {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
  }
  #contents.page-war .kv .slide div:nth-of-type(3) {
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
  }
  #contents.page-war .kv .slide div.slide1 {
    background-image: url(../../assets/images/war/kv_01_sp.jpg);
  }
  #contents.page-war .kv .slide div.slide2 {
    background-image: url(../../assets/images/war/kv_02_sp.jpg);
  }
  #contents.page-war .kv .slide div.slide3 {
    background-image: url(../../assets/images/war/kv_03_sp.jpg);
  }
  #contents.page-war .kv-copy {
    width: 64%;
    top: 57.69% !important;
    left: 18%;
  }
  #contents.page-war .kv-copy img {
    min-width: auto;
  }
  #contents.page-war .kv-btn {
    width: 76%;
    height: auto;
    top: 90.2%;
    left: 12%;
  }
  #contents.page-war .kv-btn img {
    width: 100%;
  }
  #contents.page-war .sec-preRelease {
    padding: 80px 15px 60px;
  }
  #contents.page-war .sec-preRelease-inner {
    width: 100%;
  }
  #contents.page-war .preRelease-day {
    margin-bottom: 15px;
  }
  #contents.page-war .preRelease-day img {
    width: 100%;
  }
  #contents.page-war .preRelease-tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #contents.page-war .preRelease-tit span {
    margin-top: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 340px) {
  #contents.page-war .preRelease-tit {
    font-size: 22px;
  }
  #contents.page-war .preRelease-tit span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #contents.page-war .preRelease-txt {
    font-size: 12px;
    line-height: 1.8;
  }
  #contents.page-war .sec-pickup-01 {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    padding-bottom: 84.66%;
    background: url(../../assets/images/war/bg_tex_sp.png) repeat-y 0 0;
    background-size: 100% auto;
    /** 0429 更新分 **/
    margin-top: 18vw;
  }
  #contents.page-war .sec-pickup-01-inner {
    width: 100%;
    height: auto;
  }
  #contents.page-war .pickup-01-tit {
    position: absolute;
    z-index: 2;
    width: 32%;
    margin-top: 21%;
    top: 0;
    left: 0;
  }
  #contents.page-war .pickup-01-txt {
    position: absolute;
    z-index: 2;
    top: 57.78%;
    margin-top: 51%;
    top: 0;
    left: 4%;
    font-size: 20px;
  }
  #contents.page-war .pickup-01-txt b {
    font-size: 24px;
    margin: 8px 0;
  }
  #contents.page-war .pickup-01-card {
    position: absolute;
    width: 69.33%;
    top: -7.8%;
    margin-top: -4%;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #contents.page-war .sec-pickup-02 {
    background: url(../../assets/images/war/bg_pickup_02_sp.jpg) no-repeat center 0 #000;
    background-size: 100% auto;
    padding-top: 12.26%;
    padding-top: 12.26%;
    padding-bottom: 10%;
  }
  #contents.page-war .pickup-02-tit {
    margin-bottom: 24%;
  }
  #contents.page-war .pickup-02-tit img {
    width: 96%;
    margin: 0 auto;
  }
  #contents.page-war .pickup-02-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 13.3%;
  }
  #contents.page-war .pickup-02-txt span {
    font-size: 22px;
  }
  #contents.page-war .pickup-02-txt b {
    font-size: 27px;
    line-height: 1.2;
    margin: 5px 0;
    display: inline;
  }
  #contents.page-war .pickup-02-card-items {
    width: 94%;
    margin: 0 auto;
    max-width: 96%;
    display: flex;
    flex-wrap: wrap;
  }
  #contents.page-war .pickup-02-card-items li {
    width: 300px;
    width: 33.33%;
    margin: 0 0 4px;
    padding: 0 2px;
  }
  #contents.page-war .pickup-02-card-items li a span {
    display: none;
  }
  #contents.page-war .pickup-02-card-items li a::before {
    display: none;
  }
  #contents.page-war .sec-climax {
    margin-bottom: 10.66%;
    margin-bottom: 0;
  }
  #contents.page-war .climax-bg {
    position: static;
    height: auto;
    padding-bottom: 0;
  }
  #contents.page-war .climax-bg-img {
    position: static;
    height: auto;
    padding-bottom: 46.66%;
    background: url(../../assets/images/war/bg_climax_sp.jpg) no-repeat center center #000;
    background-size: cover;
    z-index: 1;
  }
  #contents.page-war .climax-bg-img video {
    display: none;
  }
  #contents.page-war .climax-bg-txt {
    position: static;
    height: auto;
    width: 100%;
    display: block;
    opacity: 1;
  }
  #contents.page-war .climax-main-txt {
    text-align: center;
    margin-bottom: 6%;
    margin-top: 0;
  }
  #contents.page-war .climax-main-txt img {
    width: 88%;
    margin: 0 auto;
  }
  #contents.page-war .climax-sub-txt {
    font-size: 16px;
    font-weight: 700;
    -moz-text-shadow: 0px 0px 15px #000;
    -webkit-text-shadow: 0px 0px 15px #000;
    -ms-text-shadow: 0px 0px 15px #000;
    text-shadow: 0px 0px 15px #000;
    margin-bottom: 6%;
  }
  #contents.page-war .climax-btm {
    padding-bottom: 52%;
  }
  #contents.page-war .climax-btm-items li {
    position: absolute;
  }
  #contents.page-war .climax-btm-items li:nth-child(1) {
    width: 21.46%;
    top: -12.87%;
    left: 65.86%;
    z-index: 2;
  }
  #contents.page-war .climax-btm-items li:nth-child(2) {
    width: 18.26%;
    top: 11.28%;
    left: 76.13%;
    z-index: 3;
  }
  #contents.page-war .climax-btm-items li:nth-child(3) {
    width: 26%;
    top: 5.12%;
    left: 42.93%;
    z-index: 1;
  }
  #contents.page-war .climax-btm-items li:nth-child(4) {
    width: 25.73%;
    top: 66.92%;
    left: auto;
    right: 0;
  }
  #contents.page-war .climax-btm-items li:nth-child(5) {
    width: 28.26%;
    top: 60%;
    left: 26.4%;
  }
  #contents.page-war .climax-btm-items li:nth-child(6) {
    width: 25.73%;
    top: 34.61%;
    left: 60%;
    z-index: 10;
  }
  #contents.page-war .climax-btm-txt {
    position: absolute;
    top: -5.4%;
    width: 52%;
  }
  #contents.page-war .sec-product {
    padding: 9.33% 0 16.66%;
  }
  #contents.page-war .sec-product-inner {
    width: 100%;
  }
  #contents.page-war .product-tit {
    margin-bottom: 5.33%;
  }
  #contents.page-war .product-tit img {
    width: 57.33%;
  }
  #contents.page-war .product-items {
    display: block;
    margin-bottom: 8.66%;
  }
  #contents.page-war .product-items .product-item {
    width: 100%;
    margin-bottom: 8.66%;
  }
  #contents.page-war .product-item-img {
    width: 100%;
    height: auto;
    margin-bottom: 2%;
    text-align: center;
    display: block;
  }
  #contents.page-war .product-item-img img {
    width: 68%;
    height: auto;
    margin: 0 auto;
  }
  #contents.page-war .product-item-con {
    width: 78%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  #contents.page-war .product-item-tit {
    font-size: 17px;
    margin-bottom: 3.4%;
  }
  #contents.page-war .sec-present {
    width: 100%;
    height: auto;
    background: url(../../assets/images/war/bg_tex_sp.png) repeat-y 0 0;
    background-size: 100% auto;
    color: #fff;
    padding-bottom: 6%;
  }
  #contents.page-war .toggleWarCon {
    width: 92%;
    position: relative;
    top: -10px;
  }
  #contents.page-war .toggleWarCon iframe {
    margin-top: 0;
    width: 100%;
    height: 500px;
  }
  #contents.page-war .sec-present-inner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 9.6%;
    padding-bottom: 13.3%;
    padding-bottom: 10%;
  }
  #contents.page-war .present-tit {
    position: relative;
    top: 0;
    left: 0;
    width: 44%;
    margin-left: 3%;
    margin-bottom: 2.8%;
  }
  #contents.page-war .present-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 4%;
    margin-bottom: 66.66%;
    -moz-text-shadow: 0px 0px 15px black;
    -webkit-text-shadow: 0px 0px 15px black;
    -ms-text-shadow: 0px 0px 15px black;
    text-shadow: 0px 0px 15px black;
  }
}
@media screen and (max-width: 768px) and (min-width: 340px) {
  #contents.page-war .present-txt {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  #contents.page-war .present-item-img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background: url(../../assets/images/war/present_item_bg_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    padding-bottom: 94.66%;
  }
  #contents.page-war .present-btn {
    position: static;
    top: 0;
    margin-top: 10%;
  }
  #contents.page-war .sec-present-con {
    position: absolute;
    position: static;
    width: 92%;
    margin: 0 auto;
    top: 0;
    left: 0;
  }
  #contents.page-war .sec-present-con-tit {
    font-size: 16px;
    margin-bottom: 3.3%;
  }
  #contents.page-war .present-change {
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 10px 12px 12px;
    line-height: 1.6;
    font-size: 11px;
    font-weight: 700;
    margin-top: 3.7%;
    margin-bottom: 8.6%;
  }
  #contents.page-war .present-change b {
    font-size: 13px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 768px) and (min-width: 340px) {
  #contents.page-war .present-change {
    padding: 10px 14px 12px;
    font-size: 12px;
  }
  #contents.page-war .present-change b {
    font-size: 15px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 768px) {
  #contents.page-war .sec-event {
    width: 100%;
    padding: 9.33% 0 0;
    background: url(../../assets/images/war/bg_event_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #contents.page-war .sec-event-inner {
    width: 92%;
  }
  #contents.page-war .event-tit {
    margin-bottom: 2.66%;
  }
  #contents.page-war .event-tit span {
    font-size: 18px;
  }
  #contents.page-war .event-tit:before {
    font-size: 18px;
  }
  #contents.page-war .event-txt {
    font-size: 21px;
    margin-bottom: 8.22%;
  }
  #contents.page-war .event-items .event-item {
    width: 48.2%;
    margin-bottom: 14%;
  }
}
@media screen and (max-width: 768px) and (min-width: 340px) {
  #contents.page-war .event-items .event-item {
    width: 48.6%;
  }
}
@media screen and (max-width: 768px) {
  #contents.page-war .event-item-img {
    margin-bottom: 0;
  }
  #contents.page-war .event-item-tit {
    height: 44px;
    margin-bottom: 0;
  }
  #contents.page-war .event-item-tit span {
    font-size: 10px;
    top: 0;
  }
  #contents.page-war .event-item-tit span.fs-s {
    font-size: 10px;
  }
  #contents.page-war .event-item-date {
    padding: 0 0;
    font-size: 11px;
    margin-bottom: 6%;
    width: 100%;
    display: table;
    height: 50px;
  }
}
@media screen and (max-width: 768px) and (min-width: 340px) {
  #contents.page-war .event-item-date {
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  #contents.page-war .event-item-date span {
    display: table-cell;
    vertical-align: middle;
  }
  #contents.page-war .event-item-btn a {
    width: 140px;
    height: 34px;
    font-size: 11px;
    font-weight: 600;
    padding-top: 9px;
  }
  #contents.page-war .btnWar.btnWarB a {
    font-size: 12px;
    padding-left: 0;
  }
  #contents.page-war .btnWar a {
    display: table;
    width: 288px;
    height: 44px;
    font-size: 12px;
  }
  #contents.page-war .btnWar a div {
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
    height: 44px;
  }
  #contents.page-war .btnWar a div span {
    padding: 0 0 0 18px;
  }
  #contents.page-war .btnWar a div span:after {
    left: 0;
    top: 4px;
  }
  #contents.page-war .btnWar a.toggle-btn:hover div span:after {
    background: url(../../assets/images/war/icon_arrow_t.png) no-repeat 0 0;
    background-size: 24px 24px;
  }
  #contents.page-war .btnWar a.toggle-btn div span:after {
    background: url(../../assets/images/war/icon_arrow_t.png) no-repeat 0 0;
    background-size: 24px 24px;
  }
  #contents.page-war .btnWar a.toggle-btn.state-active:hover div span:after {
    background: url(../../assets/images/war/icon_arrow_t.png) no-repeat -12px 0;
    background-size: 24px 24px;
  }
  #contents.page-war .btnWar a.toggle-btn.state-active div span:after {
    background: url(../../assets/images/war/icon_arrow_t.png) no-repeat -12px 0;
    background-size: 24px 24px;
  }
}
/* ----------------------------------------------------------------------------------------

	rulebook .scss

---------------------------------------------------------------------------------------- */
#contents.rulebook-detail .pankuzu {
  z-index: 1;
}
#contents.rulebook-detail span.color-red {
  color: #ec0000 !important;
  font-weight: 700 !important;
}
#contents.rulebook-detail span.color-blue {
  color: #10b7b9 !important;
  font-weight: 700 !important;
}
#contents.rulebook-detail section.htp_index {
  width: 100%;
  background-image: url("../images/howtoplay/index/bg_pc.png");
  background-size: 1920px 890px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 890px;
  display: block;
  position: relative;
  height: auto;
  padding: 156px 0 150px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index {
    background-image: url("../images/howtoplay/index/bg_sp.png");
    background-size: 100% 96.133vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 96.133vw;
    display: block;
    position: relative;
    height: auto;
    padding: 6.666vw 0 16vw;
  }
}
#contents.rulebook-detail section.htp_index .htp_index-l-inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index .htp_index-l-inner {
    width: 92vw;
    margin: 0 auto;
  }
}
#contents.rulebook-detail section.htp_index .htp_index-ttl {
  background-image: url("../images/howtoplay/index/ttl_pc.png");
  background-size: 485px 103px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 485px;
  height: 103px;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index .htp_index-ttl {
    background-image: url("../images/howtoplay/index/ttl_sp.png");
    background-size: 73.066vw 17.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 17.333vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail section.htp_index .htp_index-intro-ttl {
  background-image: url("../images/howtoplay/index/intro-ttl.png");
  background-size: 592px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 592px;
  height: auto;
  display: block;
  position: relative;
  height: 124px;
  margin: 57px auto 25px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index .htp_index-intro-ttl {
    background-image: url("../images/howtoplay/index/intro-ttl.png");
    background-size: 83.2vw 16.533vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 83.2vw;
    height: 16.533vw;
    display: block;
    position: relative;
    margin: 8.3vw auto 8vw;
  }
}
#contents.rulebook-detail section.htp_index .htp_index-intro-txt {
  color: #eee;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index .htp_index-intro-txt {
    text-shadow: 0 2px 3px #000;
    text-align: left;
    font-size: 3.733vw;
    line-height: 1.71;
  }
}
#contents.rulebook-detail section.htp_index .htp_index-contents {
  width: 1102px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index .htp_index-contents {
    width: 100%;
    margin: 8.7vw auto 0;
  }
}
#contents.rulebook-detail section.htp_index .htp_index-contents-ttl {
  background-image: url("../images/howtoplay/common/contents-ttl.png");
  background-size: 276px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 276px;
  height: auto;
  display: block;
  position: relative;
  height: 26px;
  margin: 0 auto 30px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index .htp_index-contents-ttl {
    background-image: url("../images/howtoplay/common/contents-ttl.png");
    background-size: 62vw 5.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 62vw;
    height: 5.733vw;
    display: block;
    position: relative;
    margin: 0 auto 5.3vw;
  }
}
#contents.rulebook-detail section.htp_index .htp_index-contents-list {
  counter-reset: index_contents_num;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents.rulebook-detail section.htp_index .htp_index-contents-item {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index .htp_index-contents-item {
    margin-top: 3.333vw;
  }
}
#contents.rulebook-detail section.htp_index .htp_index-contents-item a {
  display: block;
  width: 350px;
  border: 2px solid #ddd;
  color: #ddd;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding: 0 65px;
  line-height: 56px;
  letter-spacing: 0.03em;
  transition: 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index .htp_index-contents-item a {
    width: 44.666vw;
    border: 1px solid #ddd;
    font-size: 3.466vw;
    padding: 0 0 0 10.4vw;
    line-height: 13.333vw;
  }
}
#contents.rulebook-detail section.htp_index .htp_index-contents-item a::before {
  counter-increment: index_contents_num;
  content: counter(index_contents_num);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #f55d0b;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 29px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail section.htp_index .htp_index-contents-item a::before {
    width: 5.333vw;
    height: 5.333vw;
    line-height: 5.333vw;
    font-size: 4.266vw;
    left: 2.8vw;
  }
}
@media screen and (min-width: 1168px) {
  #contents.rulebook-detail section.htp_index .htp_index-contents-item:hover a {
    border-color: #f55d0b;
    color: #f55d0b;
    background: #1d1d1d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1167px) {
  #contents.rulebook-detail section.htp_index .htp_index-contents-item:hover a {
    border-color: #f55d0b;
    color: #f55d0b;
    background: #1d1d1d;
  }
}
#contents.rulebook-detail div.htp_phase {
  background-image: url("../images/howtoplay/common/bg_pc.jpg");
  background-size: 769px 257px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 257px;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: repeat;
  padding-top: 67px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase {
    background-image: url("../images/howtoplay/common/bg_sp.jpg");
    background-size: 100% 34.266vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 34.266vw;
    display: block;
    position: relative;
    height: auto;
    background-repeat: repeat-y;
    padding-top: 5.066vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-l-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-l-inner {
    width: 92%;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-ttl {
  background-image: url("../images/howtoplay/phase1/phase-ttl.png");
  background-size: 153px 19px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 153px;
  height: 19px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-ttl {
    background-image: url("../images/howtoplay/phase1/phase-ttl.png");
    background-size: 32.4vw 4vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 32.4vw;
    height: 4vw;
    display: block;
    position: relative;
    margin-bottom: 1.6vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-head {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-head {
    margin-bottom: 9.066vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-ttl-block {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-head-ttl-block {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-ttl {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-btn-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-head-btn-list {
    display: block;
    margin-top: 7.6vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
  margin-right: 12.5px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item {
    margin-right: 0;
    margin-bottom: 2.666vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item a {
  display: block;
  width: 230px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0.03em;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item a {
    width: 100%;
    border: 0.133vw solid #ccc;
    font-size: 3.466vw;
    font-weight: 700;
    line-height: 13.333vw;
    padding-left: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item a::after {
  display: inline-block;
  content: "";
  background-image: url("../images/howtoplay/common/more-arrow-y.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform-origin: center;
  transform: rotateZ(90deg);
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item a::after {
    background-image: url("../images/howtoplay/common/more-arrow-y.png");
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.2vw;
    height: 3.2vw;
    display: block;
    position: relative;
    background-size: contain;
    position: absolute;
    right: 4vw;
    transform-origin: center;
    transform: rotateZ(0);
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item:last-of-type {
    margin-bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item::before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background: linear-gradient(135deg, #f37e0a 0%, #d82d0f 100%);
  transform-origin: right top;
  transform: skewX(-8deg) scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  position: absolute;
  top: 0;
  left: 0;
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item:hover::before {
  transform-origin: left top;
  transform: skewX(-8deg) scale(1, 1);
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item:hover::before {
    transform-origin: right top;
    transform: skewX(-8deg) scale(0, 1);
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item:hover a::after {
  background-image: url("../images/howtoplay/common/more-arrow-w.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-head-btn-item:hover a::after {
    background-image: url("../images/howtoplay/common/more-arrow-y.png");
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.2vw;
    height: 3.2vw;
    display: block;
    position: relative;
    background-size: contain;
    position: absolute;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-block {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-block {
    margin-bottom: 10.666vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-block-ttl {
  background-color: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 0 25px;
  line-height: 82px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-block-ttl {
    font-size: 5.333vw;
    padding: 3.735vw 3.333vw;
    line-height: 1.35;
    margin-bottom: 1.066vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-block-ttl::after {
  content: "";
  display: block;
  background-image: url("../images/howtoplay/common/ttl-pattern.png");
  background-size: 2px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 4px;
  display: block;
  position: relative;
  background-repeat: repeat;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-block-ttl::after {
    background-image: url("../images/howtoplay/common/ttl-pattern.png");
    background-size: 0.266vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1.066vw;
    display: block;
    position: relative;
    background-repeat: repeat;
    position: absolute;
    bottom: -1.066vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-block-ttl-num {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-block-ttl-num {
    margin-left: 3.2vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block {
    padding-bottom: 8.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-ttl {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #f55d0b;
  text-align: center;
  padding: 11px 0;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-ttl {
    font-size: 5.333vw;
    line-height: 1.1;
    padding: 1.21vw 0;
    margin-bottom: 1.066vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-ttl span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Jockey One";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-ttl span {
    font-size: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-ttl::after {
  content: "";
  display: block;
  background-image: url("../images/howtoplay/common/ttl-pattern.png");
  background-size: 2px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 4px;
  display: block;
  position: relative;
  background-repeat: repeat;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-ttl::after {
    background-image: url("../images/howtoplay/common/ttl-pattern.png");
    background-size: 0.266vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1.066vw;
    display: block;
    position: relative;
    background-repeat: repeat;
    position: absolute;
    bottom: -1.066vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-cont {
  width: 1140px;
  margin: 33px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-cont {
    width: 85.333vw;
    margin: 5.333vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-cont .card-guide-txt {
  font-size: 16px;
  color: #333;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-cont .card-guide-txt {
    font-size: 3.733vw;
    line-height: 1.42;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-desc-wrap {
  width: 1130px;
  margin: 36px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-desc-wrap {
    width: 100%;
    margin: 5vw auto 0;
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-desc {
  width: 555px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-desc {
    width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-desc:first-of-type {
    margin-bottom: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-desc-ttl {
  font-size: 16px;
  font-weight: 700;
  color: #f55d0b;
  letter-spacing: 0.01em;
  background-color: #2a2a2a;
  padding: 10.5px 18px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-desc-ttl {
    font-size: 3.733vw;
    padding: 2.07vw 2.666vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-desc-txt {
  font-size: 14px;
  color: #333;
  line-height: 1.85;
  letter-spacing: 0.01em;
  background-color: #f8f8f8;
  border: 1px solid #2a2a2a;
  padding: 10px 15px 18px 15px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase-detail-block-desc-txt {
    font-size: 3.466vw;
    line-height: 1.46;
    padding: 2.6vw 2.4vw 3.4vw 2.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase-detail-block-desc-txt span {
  color: #ec0000;
  font-weight: 700;
}
#contents.rulebook-detail div.htp_phase .htp_phase-contents {
  width: 100%;
  min-width: 1200px;
  padding: 60px 0;
  margin-top: 135px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-contents {
    width: 100%;
    min-width: 100%;
    padding: 10vw 0 10.6vw;
    margin: 14.7vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-contents-l-inner {
  width: 1102px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-contents-l-inner {
    width: 92vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-contents-ttl {
  background-image: url("../images/howtoplay/common/contents-ttl.png");
  background-size: 276px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 276px;
  height: auto;
  display: block;
  position: relative;
  height: 26px;
  margin: 0 auto 27px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-contents-ttl {
    background-image: url("../images/howtoplay/common/contents-ttl.png");
    background-size: 62vw 5.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 62vw;
    height: 5.733vw;
    display: block;
    position: relative;
    margin: 0 auto 5.3vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-contents-list {
  counter-reset: phase_contents_num;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents.rulebook-detail div.htp_phase .htp_phase-contents-item {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-contents-item {
    margin-top: 3.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-contents-item a {
  display: block;
  width: 350px;
  border: 1px solid #ddd;
  color: #ddd;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding: 0 65px;
  line-height: 56px;
  letter-spacing: 0.03em;
  transition: 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-contents-item a {
    width: 44.666vw;
    border: 1px solid #ddd;
    font-size: 3.466vw;
    padding: 0 0 0 10.4vw;
    line-height: 13.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-contents-item a::before {
  counter-increment: phase_contents_num;
  content: counter(phase_contents_num);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #f55d0b;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 29px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-contents-item a::before {
    width: 5.333vw;
    height: 5.333vw;
    line-height: 5.333vw;
    font-size: 4.266vw;
    left: 2.8vw;
  }
}
#contents.rulebook-detail div.htp_phase .htp_phase-contents-item.active a {
  border-color: #f55d0b;
  color: #f55d0b;
}
@media screen and (min-width: 1168px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-contents-item:hover a {
    border-color: #f55d0b;
    color: #f55d0b;
    background: #1d1d1d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1167px) {
  #contents.rulebook-detail div.htp_phase .htp_phase-contents-item:hover a {
    border-color: #f55d0b;
    color: #f55d0b;
    background: #1d1d1d;
  }
}
#contents.rulebook-detail div.htp_phase#phase1 .htp_phase-head-ttl {
  background-image: url("../images/howtoplay/phase1/phase1-ttl_pc.png");
  background-size: 207px 86px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 430px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase1 .htp_phase-head-ttl {
    background-image: url("../images/howtoplay/phase1/phase1-ttl_sp.png");
    background-size: 37.733vw 13.6vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 21.333vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.rulebook-detail div.htp_phase#phase1 .htp_phase-head-ttl-img {
  background-image: url("../images/howtoplay/phase1/phase1-ttl-img.jpg");
  background-size: 770px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 770px;
  height: 250px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase1 .htp_phase-head-ttl-img {
    background-image: url("../images/howtoplay/phase1/phase1-ttl-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 29.866vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-1.png");
  background-size: 74px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 74px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-1.png");
    background-size: 17.2vw 2.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-txt {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  text-align: center;
  line-height: 1.54;
  margin: 44px 0 46px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-txt {
    font-size: 4vw;
    margin: 5vw 0 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-list {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-list {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item {
  width: 370px;
  margin-right: 15px;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item {
    width: 40.666vw;
    margin-right: 4vw;
    margin-bottom: 6.8vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item:first-of-type {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item:first-of-type {
    margin-left: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item-img {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.green {
  background-image: url("../images/howtoplay/phase1/phase-1-1-green_pc.png");
  background-size: 370px 307px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 307px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.green {
    background-image: url("../images/howtoplay/phase1/phase-1-1-green_sp.png");
    background-size: 40.666vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 41vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.white {
  background-image: url("../images/howtoplay/phase1/phase-1-1-white_pc.png");
  background-size: 370px 307px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 307px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.white {
    background-image: url("../images/howtoplay/phase1/phase-1-1-white_sp.png");
    background-size: 40.666vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 41vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.red {
  background-image: url("../images/howtoplay/phase1/phase-1-1-red_pc.png");
  background-size: 370px 307px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 307px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.red {
    background-image: url("../images/howtoplay/phase1/phase-1-1-red_sp.png");
    background-size: 40.666vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 41vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.black {
  background-image: url("../images/howtoplay/phase1/phase-1-1-black_pc.png");
  background-size: 370px 307px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 307px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.black {
    background-image: url("../images/howtoplay/phase1/phase-1-1-black_sp.png");
    background-size: 40.666vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 41vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.blue {
  background-image: url("../images/howtoplay/phase1/phase-1-1-blue_pc.png");
  background-size: 370px 307px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 307px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item-img.blue {
    background-image: url("../images/howtoplay/phase1/phase-1-1-blue_sp.png");
    background-size: 40.666vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 41vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-1-color-item-txt {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1.7;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-1-color-item-txt {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 2.5vw;
    text-align: left;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-2 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-2 {
    padding-bottom: 7.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-2 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-2.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-2 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-2.png");
    background-size: 17.6vw 2.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.6vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-2-conditions-list {
  width: 680px;
  margin: 0 auto;
  background-color: #222;
  padding: 16.5px 0;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-2-conditions-list {
    width: 85.333vw;
    padding: 3.7vw 0 4.5vw;
    margin-top: 5.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-2-conditions-item {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 80px;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-2-conditions-item {
    font-size: 4vw;
    line-height: 1.3;
    padding-left: 8.266vw;
    margin-bottom: 3vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-2-conditions-item span {
  color: #ec0000;
}
#contents.rulebook-detail div.htp_phase .phase1-2-conditions-item::before {
  content: "";
  display: inline-block;
  background-image: url("../images/howtoplay/phase1/check-icon.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 20px;
  height: 15px;
  display: block;
  position: relative;
  position: absolute;
  top: 10px;
  left: 42px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-2-conditions-item::before {
    background-image: url("../images/howtoplay/phase1/check-icon.png");
    background-size: 3.466vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.466vw;
    height: 2.666vw;
    display: block;
    position: relative;
    position: absolute;
    top: 1.5vw;
    left: 3.2vw;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-2-conditions-item:last-of-type {
    margin-bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-3 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-3 {
    padding-bottom: 10vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-3 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-3.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-3 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-3.png");
    background-size: 17.466vw 2.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.466vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide {
  width: 1138px;
  margin: 35px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-3-card-guide {
    width: 85.333vw;
    margin: 5.333vw auto 0;
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide-img {
  background-image: url("../images/howtoplay/phase1/phase1-3-card-img.jpg");
  background-size: 493px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 493px;
  height: 523px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-3-card-guide-img {
    background-image: url("../images/howtoplay/phase1/phase1-3-card-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 90.533vw;
    display: block;
    position: relative;
    margin-bottom: 8.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide-list {
  counter-reset: card_guide_num;
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item {
  width: 608px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding: 17px 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item {
    width: 100%;
    display: block;
    padding: 3.2vw 1.866vw 3.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item dt {
  width: 205px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item dt {
    width: 100%;
    font-size: 4vw;
    padding-left: 6.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item dt::before {
  counter-increment: card_guide_num;
  content: counter(card_guide_num);
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #f55d0b;
  border-radius: 50%;
  font-size: 20px;
  font-family: "Jockey One";
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item dt::before {
    width: 4.8vw;
    height: 4.8vw;
    line-height: 4.8vw;
    font-size: 3.733vw;
    top: 0;
    bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item dd {
  width: 403px;
  font-size: 14px;
  color: #333;
  line-height: 1.57;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item dd {
    width: 100%;
    font-size: 3.466vw;
    line-height: 1.38;
    margin-top: 1.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item dd span {
  color: #10b7b9;
  font-weight: 700;
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide-item:first-of-type {
  border-top: 1px solid #ddd;
}
#contents.rulebook-detail div.htp_phase .phase1-3-card-guide-symbol-img {
  background-image: url("../images/howtoplay/phase1/phase1-3-card-symbol-img.jpg");
  background-size: 400px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 400px;
  height: 176px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-3-card-guide-symbol-img {
    background-image: url("../images/howtoplay/phase1/phase1-3-card-symbol-img.jpg");
    background-size: 80.533vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 80.533vw;
    height: 35.466vw;
    display: block;
    position: relative;
    margin: 3.3vw 0 3.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-4.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-4.png");
    background-size: 17.6vw 2.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.6vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-txt {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin: 40px 0 32px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-txt {
    font-size: 4vw;
    margin: 4.9vw 0 5.1vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-list {
  counter-reset: card_ttl_num;
  width: 1140px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-list {
    width: 85.333vw;
    margin: 0 auto 8vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-item {
  width: 256px;
  padding: 30px 0;
  margin-right: 38.5px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-item {
    width: 40.666vw;
    padding: 4.666vw 0;
    margin-right: 4vw;
    margin-bottom: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-item.card1 {
  background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-01_pc.jpg");
  background-size: 256px 286px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 256px;
  height: 286px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-item.card1 {
    background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-01_sp.jpg");
    background-size: 40.666vw 57.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 57.333vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-item.card2 {
  background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-02_pc.jpg");
  background-size: 256px 286px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 256px;
  height: 286px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-item.card2 {
    background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-02_sp.jpg");
    background-size: 40.666vw 57.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 57.333vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-item.card3 {
  background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-03_pc.jpg");
  background-size: 256px 286px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 256px;
  height: 286px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-item.card3 {
    background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-03_sp.jpg");
    background-size: 40.666vw 57.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 57.333vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-item.card4 {
  background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-04_pc.jpg");
  background-size: 256px 286px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 256px;
  height: 286px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-item.card4 {
    background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-04_sp.jpg");
    background-size: 40.666vw 57.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 57.333vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-item.card5 {
  background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-05_pc.jpg");
  background-size: 256px 286px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 256px;
  height: 286px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-item.card5 {
    background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-05_sp.jpg");
    background-size: 40.666vw 57.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 57.333vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-item.card6 {
  background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-06_pc.jpg");
  background-size: 256px 286px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 256px;
  height: 286px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-item.card6 {
    background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-06_sp.jpg");
    background-size: 40.666vw 57.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 57.333vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-item.card7 {
  background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-07_pc.jpg");
  background-size: 256px 286px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 256px;
  height: 286px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-item.card7 {
    background-image: url("../images/howtoplay/phase1/phase1-4-card-bg-07_sp.jpg");
    background-size: 40.666vw 57.333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 40.666vw;
    height: 57.333vw;
    display: block;
    position: relative;
    margin-bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #f55d0b;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-ttl {
    font-size: 4vw;
    letter-spacing: 0em;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-ttl-num {
  font-size: 12px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  background-color: #f55d0b;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 8px 0;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-ttl-num {
    font-size: 2.533vw;
    width: 8.8vw;
    height: 8.8vw;
    padding: 1.5vw 0 0.9vw;
    margin: 0 auto 0.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-ttl-num::after {
  counter-increment: card_ttl_num;
  content: counter(card_ttl_num);
  display: block;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-ttl-num::after {
    font-size: 4.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-more-btn {
  width: 198px;
  background-color: #000;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-more-btn {
    width: 36vw;
    bottom: 12vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-more-btn a {
  display: block;
  border: 2px solid #ddd;
  font-size: 13px;
  font-weight: 700;
  color: #ddd;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.03em;
  padding-right: 19px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-more-btn a {
    border: 0.266vw solid #ddd;
    font-size: 3.466vw;
    line-height: 8.55vw;
    padding-right: 4.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-more-btn a::after {
  content: "";
  display: inline-block;
  background-image: url("../images/howtoplay/common/more-btn-arrow.png");
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 11px;
  height: 7px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-more-btn a::after {
    background-image: url("../images/howtoplay/common/more-btn-arrow.png");
    background-size: 2.666vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 2.666vw;
    height: 1.733vw;
    display: block;
    position: relative;
    position: absolute;
    right: 5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-more-btn::before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background: linear-gradient(135deg, #f37e0a 0%, #d82d0f 100%);
  transform-origin: right top;
  transform: skewX(-8deg) scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  position: absolute;
  top: 0;
  left: 0;
}
#contents.rulebook-detail div.htp_phase .phase1-4-card-more-btn:hover::before {
  transform-origin: left top;
  transform: skewX(-8deg) scale(1, 1);
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-4-card-more-btn:hover::before {
    transform-origin: right top;
    transform: skewX(-8deg) scale(0, 1);
  }
}
#contents.rulebook-detail div.htp_phase .card1 .phase-detail-block-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .card1 .phase-detail-block-cont {
    display: block;
    margin-top: 5.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .card1-card-img {
  background-image: url("../images/howtoplay/phase1/phase1-4-card1-img01_pc.png");
  background-size: 570px 581px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 570px;
  height: 581px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .card1-card-img {
    background-image: url("../images/howtoplay/phase1/phase1-4-card1-img01_sp.png");
    background-size: 85.333vw 81.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 85.333vw;
    height: 81.733vw;
    display: block;
    position: relative;
    margin-bottom: 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .card1-card-guide-list-img {
  background-image: url("../images/howtoplay/phase1/phase1-4-card1-img02_pc.png");
  background-size: 510px 581px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 510px;
  height: 581px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .card1-card-guide-list-img {
    background-image: url("../images/howtoplay/phase1/phase1-4-card1-img02_sp.png");
    background-size: 85.333vw 96.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 85.333vw;
    height: 96.8vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .card2 .card-guide-img {
  background-image: url("../images/howtoplay/phase1/phase1-4-card2-img.png");
  background-size: 871px 409px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 871px;
  height: 409px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 139px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .card2 .card-guide-img {
    background-image: url("../images/howtoplay/phase1/phase1-4-card2-img.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 40vw;
    display: block;
    position: relative;
    margin: 0;
    margin-top: 5.1vw;
    margin-bottom: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .card3-4 .card-guide-img {
  background-image: url("../images/howtoplay/phase1/phase1-4-card3-4-img.png");
  background-size: 624px 410px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 624px;
  height: 410px;
  display: block;
  position: relative;
  margin: 22px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .card3-4 .card-guide-img {
    background-image: url("../images/howtoplay/phase1/phase1-4-card3-4-img.png");
    background-size: 78.533vw 52.133vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 78.533vw;
    height: 52.133vw;
    display: block;
    position: relative;
    margin: 3.5vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .card5 .card-guide-img {
  background-image: url("../images/howtoplay/phase1/phase1-4-card5-img.png");
  background-size: 624px 410px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 624px;
  height: 410px;
  display: block;
  position: relative;
  margin: 22px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .card5 .card-guide-img {
    background-image: url("../images/howtoplay/phase1/phase1-4-card5-img.png");
    background-size: 78.533vw 52.133vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 78.533vw;
    height: 52.133vw;
    display: block;
    position: relative;
    margin: 3.5vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .card6 .card-guide-img {
  background-image: url("../images/howtoplay/phase1/phase1-4-card6-img.png");
  background-size: 624px 410px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 624px;
  height: 410px;
  display: block;
  position: relative;
  margin: 22px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .card6 .card-guide-img {
    background-image: url("../images/howtoplay/phase1/phase1-4-card6-img.png");
    background-size: 78.533vw 52.133vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 78.533vw;
    height: 52.133vw;
    display: block;
    position: relative;
    margin: 3.5vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .card7 .card-guide-img {
  background-image: url("../images/howtoplay/phase1/phase1-4-card7-img.png");
  background-size: 902px 410px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 902px;
  height: 410px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 123px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .card7 .card-guide-img {
    background-image: url("../images/howtoplay/phase1/phase1-4-card7-img.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 39vw;
    display: block;
    position: relative;
    margin: 0;
    margin-top: 5.1vw;
    margin-bottom: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5 {
    padding-bottom: 5.8vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-5.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase1/phase-block-ttl-1-5.png");
    background-size: 17.466vw 2.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.466vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-img {
  background-image: url("../images/howtoplay/phase1/phase1-5-card-set-img.png");
  background-size: 1140px 788px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1140px;
  height: 788px;
  display: block;
  position: relative;
  margin: 35px auto 15px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-img {
    background-image: url("../images/howtoplay/phase1/phase1-5-card-set-img.png");
    background-size: 85.333vw 58.933vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 85.333vw;
    height: 58.933vw;
    display: block;
    position: relative;
    margin: 6.4vw auto 4.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-list {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-list {
    width: 85.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item {
    display: block;
    padding: 2.3vw 0 2.6vw 1.733vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item dt {
  width: 147px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #94cc00;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item dt {
    width: 100%;
    font-size: 4vw;
    padding-left: 0;
    margin-bottom: 1.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item dd {
  width: 933px;
  font-size: 14px;
  color: #333;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item dd {
    width: 100%;
    font-size: 3.466vw;
    line-height: 1.3;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item:first-of-type {
  border-top: 1px solid #ddd;
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item:first-of-type div {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item:first-of-type div {
    padding-left: 3.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item:first-of-type div span {
  display: inline-block;
  font-size: 22px;
  font-family: "Jockey One";
  color: #f55d0b;
  margin-right: 15px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item:first-of-type div span {
    font-size: 4.266vw;
    margin-right: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item:first-of-type div:first-of-type {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-item:first-of-type div:first-of-type {
    margin-bottom: 1.9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-supplement {
  font-size: 14px;
  color: #333;
  margin-top: 18px;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase1-5-card-set-desc-supplement {
    font-size: 3.466vw;
    margin-top: 1.7vw;
    padding-left: 0.4vw;
  }
}
#contents.rulebook-detail div.htp_phase#phase2 .htp_phase-head-ttl {
  background-image: url("../images/howtoplay/phase2/phase2-ttl.png");
  background-size: 212px 85px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 430px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase2 .htp_phase-head-ttl {
    background-image: url("../images/howtoplay/phase2/phase2-ttl.png");
    background-size: 39vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 21.333vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.rulebook-detail div.htp_phase#phase2 .htp_phase-head-ttl-img {
  background-image: url("../images/howtoplay/phase2/phase2-ttl-img.jpg");
  background-size: 770px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 770px;
  height: 250px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase2 .htp_phase-head-ttl-img {
    background-image: url("../images/howtoplay/phase2/phase2-ttl-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 29.866vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase2/phase-block-ttl-2-1.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase2/phase-block-ttl-2-1.png");
    background-size: 17.6vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.6vw;
    height: 2.7vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-txt {
  font-size: 16px;
  color: #333;
  line-height: 1.87;
  padding: 0 30px;
  margin: 42px 0 39px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-txt {
    width: 85.333vw;
    margin: 5vw auto;
    font-size: 3.733vw;
    line-height: 1.42;
    padding: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase-detail-block-ttl {
  padding: 23px 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase-detail-block-ttl {
    padding: 3.35vw 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase-detail-block-cont {
  width: 1140px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase-detail-block-cont {
    width: 85.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1.phase-detail-block {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1.phase-detail-block {
    padding-bottom: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-cont {
    display: block;
    margin-top: 6.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-img {
  background-image: url("../images/howtoplay/phase2/phase2-1-card-img01.png");
  background-size: 396px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 570px;
  height: 578px;
  display: block;
  position: relative;
  background-position: 103px top;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-img {
    background-image: url("../images/howtoplay/phase2/phase2-1-card-img01.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 125vw;
    display: block;
    position: relative;
    margin-bottom: 4.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-txt-wrap {
  width: 555px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-txt-wrap {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-txt {
  font-size: 15px;
  line-height: 1.733;
  background-color: #f8f8f8;
  border: 1px solid #2a2a2a;
  padding: 17px 13px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-txt {
    font-size: 3.466vw;
    line-height: 1.5;
    padding: 2.6vw 2.4vw 3.4vw 2.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-supplement-txt {
  font-size: 14px;
  line-height: 1.57;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-supplement-txt {
    font-size: 3.333vw;
    line-height: 1.5;
    margin-top: 1.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-supplement-txt:last-of-type {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-1 .phase-detail-block-supplement-txt:last-of-type {
    margin-top: 0.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2.phase-detail-block {
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2.phase-detail-block {
    padding-bottom: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-cont {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-cont {
    margin-top: 6.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-img {
  background-image: url("../images/howtoplay/phase2/phase2-1-card-img02.png");
  background-size: 718px 646px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 646px;
  display: block;
  position: relative;
  background-position: 273px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-img {
    background-image: url("../images/howtoplay/phase2/phase2-1-card-img02.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 77vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap {
  width: 935px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap .mana-red,
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap .mana-4 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  position: relative;
  padding-left: 17px;
  margin: 0 3px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap .mana-red,
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap .mana-4 {
    padding-left: 3.3vw;
    margin: 0 0.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap .mana-red::before {
  content: "";
  background-image: url("../images/howtoplay/phase2/red-mana.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 17px;
  height: 17px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap .mana-red::before {
    background-image: url("../images/howtoplay/phase2/red-mana.png");
    background-size: 3.3vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.3vw;
    height: 3.3vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap .mana-4::before {
  content: "";
  background-image: url("../images/howtoplay/phase2/4-mana.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 17px;
  height: 17px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt-wrap .mana-4::before {
    background-image: url("../images/howtoplay/phase2/4-mana.png");
    background-size: 3.3vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.3vw;
    height: 3.3vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.05em;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase2-1 .phase2-1-2 .phase-detail-block-txt {
    font-size: 3.6vw;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 4.266vw;
  }
}
#contents.rulebook-detail div.htp_phase#phase3 .htp_phase-head-ttl {
  background-image: url("../images/howtoplay/phase3/phase3-ttl.png");
  background-size: 211px 85px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 430px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase3 .htp_phase-head-ttl {
    background-image: url("../images/howtoplay/phase3/phase3-ttl.png");
    background-size: 39vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 21.333vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.rulebook-detail div.htp_phase#phase3 .htp_phase-head-ttl-img {
  background-image: url("../images/howtoplay/phase3/phase3-ttl-img.jpg");
  background-size: 770px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 770px;
  height: 250px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase3 .htp_phase-head-ttl-img {
    background-image: url("../images/howtoplay/phase3/phase3-ttl-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 29.866vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase#phase3 .phase-detail-block-ttl {
  padding: 23px 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase3 .phase-detail-block-ttl {
    padding: 3.35vw 0;
  }
}
#contents.rulebook-detail div.htp_phase#phase3 .phase-detail-block-cont {
  width: 1140px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase3 .phase-detail-block-cont {
    width: 85.333vw;
  }
}
#contents.rulebook-detail div.htp_phase#phase3 .card-guide-img {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase3 .card-guide-img {
    margin-top: 4.3vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-guide-txt {
  width: 1140px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 40px auto 52px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-guide-txt {
    width: 85.333vw;
    font-size: 4vw;
    line-height: 1.54;
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-guide-supplement-txt {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-guide-supplement-txt {
    font-size: 3.466vw;
    margin-top: 1.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-guide-cont {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-guide-cont {
    width: 85.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-list {
  counter-reset: flow_ttl_num;
  width: 570px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-list {
    width: 100%;
    margin-bottom: 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-item {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-ttl {
  width: 55px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-ttl {
    width: 8.8vw;
    margin-right: 2.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-ttl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #eb9d00 transparent transparent transparent;
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-ttl::after {
    border-width: 3vw 3vw 0 3vw;
    top: 13.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-ttl-num {
  font-size: 12px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  background-color: #f55d0b;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-ttl-num {
    font-size: 2.533vw;
    width: 8.8vw;
    height: 8.8vw;
    padding: 1.5vw 0 0.9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-ttl-num::after {
  counter-increment: flow_ttl_num;
  content: counter(flow_ttl_num);
  display: block;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-ttl-num::after {
    font-size: 4.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-btn {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
  width: 420px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-btn {
    width: 74vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-btn .phase3-flow-btn-l-inner {
  display: block;
  width: 100%;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0.03em;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-btn .phase3-flow-btn-l-inner {
    border: 0.133vw solid #ccc;
    font-size: 3.466vw;
    font-weight: 700;
    line-height: 13.333vw;
    padding-left: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-btn .phase3-flow-btn-l-inner a {
  display: block;
  background-image: url("../images/howtoplay/common/more-arrow-y.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 12px;
  display: block;
  position: relative;
  background-position: center;
  width: 59px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotateZ(90deg);
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-btn .phase3-flow-btn-l-inner a {
    background-image: url("../images/howtoplay/common/more-arrow-y.png");
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 3.2vw;
    display: block;
    position: relative;
    background-position: center;
    width: 11vw;
    height: 100%;
    position: absolute;
    transform: rotateZ(0deg);
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-btn .phase3-flow-btn-l-inner a:hover {
  background-image: url("../images/howtoplay/common/more-arrow-w.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 12px;
  display: block;
  position: relative;
  background-position: center;
  width: 59px;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-btn .phase3-flow-btn-l-inner a:hover {
    background-image: url("../images/howtoplay/common/more-arrow-y.png");
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 3.2vw;
    display: block;
    position: relative;
    background-position: center;
    width: 11vw;
    height: 100%;
    position: absolute;
    transform: rotateZ(0deg);
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-btn::before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background: linear-gradient(135deg, #f37e0a 0%, #d82d0f 100%);
  transform-origin: right top;
  transform: skewX(-8deg) scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  position: absolute;
  top: 0;
  left: 0;
}
#contents.rulebook-detail div.htp_phase .phase3-flow-btn.active::before {
  transform-origin: left top;
  transform: skewX(-8deg) scale(1, 1);
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-btn.active::before {
    transform-origin: right top;
    transform: skewX(-8deg) scale(0, 1);
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-txt {
  width: 360px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  background-color: #fff;
  border: 2px solid #eb9b00;
  border-radius: 10px;
  padding: 9px 14px;
  letter-spacing: -0.05em;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 49px;
  left: 165px;
  transition: opacity 0.15s ease-out;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-txt {
    width: 70vw;
    font-size: 3.466vw;
    padding: 1.5vw 2.5vw;
    bottom: 11vw;
    left: auto;
    right: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-flow-txt.active {
  opacity: 1;
}
#contents.rulebook-detail div.htp_phase .phase3-flow-last {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-flow-last {
    font-size: 4.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-1 {
  padding-bottom: 62px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-1 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-1 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-1.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-1 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-1.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-1 .phase3-guide-txt {
  margin: 40px auto 5px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-1 .phase3-guide-txt {
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-1 .phase3-guide-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-1 .phase3-guide-cont {
    display: block;
    padding-top: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-1-guide-img {
  background-image: url("../images/howtoplay/phase3/phase3-1-guide.png");
  background-size: 274px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 274px;
  height: 403px;
  display: block;
  position: relative;
  margin-top: 8px;
  margin-left: 127px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-1-guide-img {
    background-image: url("../images/howtoplay/phase3/phase3-1-guide.png");
    background-size: 53vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 53vw;
    height: 78.2vw;
    display: block;
    position: relative;
    margin: 0 auto 6.933vw 15.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-2 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-2.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-2 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-2.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-2-guide-img {
  background-image: url("../images/howtoplay/phase3/phase3-2-guide.png");
  background-size: 672px 215px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 672px;
  height: 215px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 217px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-2-guide-img {
    background-image: url("../images/howtoplay/phase3/phase3-2-guide.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 27.2vw;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-3 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-3.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-3 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-3.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-3-guide-img {
  background-image: url("../images/howtoplay/phase3/phase3-3-guide.png");
  background-size: 848px 248px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 848px;
  height: 248px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 109px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-3-guide-img {
    background-image: url("../images/howtoplay/phase3/phase3-3-guide.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 24.8vw;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-4 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-4 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-4 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-4.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-4 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-4.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-4 .phase3-guide-txt {
  margin: 40px auto 5px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-4 .phase3-guide-txt {
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-4 .phase3-guide-txt span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-4 .phase3-guide-txt span {
    font-size: 3.466vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-4 .phase3-guide-cont {
  margin: 42px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-4 .phase3-guide-cont {
    display: block;
    margin-top: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-4 .phase3-flow-item:last-of-type {
  margin-bottom: 0;
}
#contents.rulebook-detail div.htp_phase .phase3-4 .phase3-flow-item:last-of-type .phase3-flow-ttl::after {
  display: none;
}
#contents.rulebook-detail div.htp_phase .phase3-4 .phase3-flow-txt {
  bottom: 40px;
  left: 204px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-4 .phase3-flow-txt {
    bottom: 11vw;
    left: auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-4-guide-img {
  background-image: url("../images/howtoplay/phase3/phase3-4-guide.png");
  background-size: 417px 387px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 486px;
  height: 387px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-position: 63px top;
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-4-guide-img {
    background-image: url("../images/howtoplay/phase3/phase3-4-guide.png");
    background-size: 67vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 67vw;
    height: 62.2vw;
    display: block;
    position: relative;
    margin: 0 auto 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-5 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-5.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-5 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-5.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-5-guide-img {
  background-image: url("../images/howtoplay/phase3/phase3-5-guide.png");
  background-size: 528px 248px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 528px;
  height: 248px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 312px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-5-guide-img {
    background-image: url("../images/howtoplay/phase3/phase3-5-guide.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 40vw;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-6 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-6.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-6 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase3/phase-block-ttl-3-6.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.666vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-6 .phase3-guide-txt {
  margin: 40px auto 13px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-6 .phase3-guide-txt {
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-6-guide-img {
  background-image: url("../images/howtoplay/phase3/phase3-6-guide.png");
  background-size: 434px 215px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 434px;
  height: 215px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 620px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-6-guide-img {
    background-image: url("../images/howtoplay/phase3/phase3-6-guide.png");
    background-size: 73vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 73vw;
    height: 36vw;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-6-1 .card-guide-img {
  width: 837px;
  margin-left: 141px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase3-6-1 .card-guide-img {
    width: 100%;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase3-6-1 .card-guide-img img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase#phase4 .htp_phase-head-ttl {
  background-image: url("../images/howtoplay/phase4/phase4-ttl.png");
  background-size: 214px 87px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 430px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase4 .htp_phase-head-ttl {
    background-image: url("../images/howtoplay/phase4/phase4-ttl.png");
    background-size: 39vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 21.333vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.rulebook-detail div.htp_phase#phase4 .htp_phase-head-ttl-img {
  background-image: url("../images/howtoplay/phase4/phase4-ttl-img.jpg");
  background-size: 770px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 770px;
  height: 250px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase4 .htp_phase-head-ttl-img {
    background-image: url("../images/howtoplay/phase4/phase4-ttl-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 29.866vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase#phase4 .htp_phase-head-btn-item {
  margin-right: 13.333px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase4 .htp_phase-head-btn-item {
    margin-right: 0;
  }
}
#contents.rulebook-detail div.htp_phase#phase4 .htp_phase-head-btn-item a {
  width: 290px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase4 .htp_phase-head-btn-item a {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase#phase4 .htp_phase-head-btn-item:nth-of-type(4n) {
  margin-right: 0;
}
#contents.rulebook-detail div.htp_phase#phase4 .phase-detail-block-ttl {
  padding: 23px 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase4 .phase-detail-block-ttl {
    padding: 3.35vw 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-guide-txt {
  width: 1140px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 40px auto 52px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-guide-txt {
    width: 85.333vw;
    font-size: 4vw;
    line-height: 1.54;
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-guide-cont {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-guide-cont {
    width: 85.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .play-btn {
  width: 208px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .play-btn {
    width: 47vw;
  }
}
#contents.rulebook-detail div.htp_phase .play-btn img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase .phase4-1 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-1 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-1 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-1.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-1 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-1.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-1 .phase4-guide-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-1 .phase4-guide-cont {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-1-guide-img {
  background-image: url("../images/howtoplay/phase4/phase4-1-guide.png");
  background-size: 219px 306px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 219px;
  height: 306px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-top: 219px;
  margin-left: 56px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-1-guide-img {
    background-image: url("../images/howtoplay/phase4/phase4-1-guide.png");
    background-size: 44vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 44vw;
    height: 61.7vw;
    display: block;
    position: relative;
    margin: 0 auto 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-1-card-guide-img {
  width: 770px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-1-card-guide-img {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-1-card-guide-img img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase .phase4-2 {
  padding-bottom: 57px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-2 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-2 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-2.png");
  background-size: 77px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 77px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-2 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-2.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-2 .phase4-guide-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-2 .phase4-guide-cont {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-2-guide-img {
  background-image: url("../images/howtoplay/phase4/phase4-2-guide.png");
  background-size: 278px 480px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 278px;
  height: 480px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-top: 86px;
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-2-guide-img {
    background-image: url("../images/howtoplay/phase4/phase4-2-guide.png");
    background-size: 44.8vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 44.8vw;
    height: 77.5vw;
    display: block;
    position: relative;
    margin: 0 auto 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-2-card-guide-img {
  width: 770px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-2-card-guide-img {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-2-card-guide-img img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase .phase4-3 {
  padding-bottom: 57px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-3 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-3 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-3.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-3 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-3.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-3 .phase4-guide-txt {
  margin: 40px auto 44px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-3 .phase4-guide-txt {
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-3 .phase4-guide-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-3 .phase4-guide-cont {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-3-guide-img {
  background-image: url("../images/howtoplay/phase4/phase4-3-guide.png");
  background-size: 317px 545px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 317px;
  height: 545px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-top: 148px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-3-guide-img {
    background-image: url("../images/howtoplay/phase4/phase4-3-guide.png");
    background-size: 61vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 61vw;
    height: 105vw;
    display: block;
    position: relative;
    margin: 0 auto 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-3-card-guide-img {
  width: 770px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-3-card-guide-img {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-3-card-guide-img img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase .phase4-4 {
  padding-bottom: 57px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-4 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-4 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-4.png");
  background-size: 77px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 77px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-4 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-4.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-4 .phase4-guide-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-4 .phase4-guide-cont {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-4 .play-btn {
  position: absolute;
  top: -18px;
  left: 327px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-4 .play-btn {
    position: static;
    margin: 3vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-4-guide-img {
  background-image: url("../images/howtoplay/phase4/phase4-4-guide.png");
  background-size: 308px 463px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 308px;
  height: 463px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-4-guide-img {
    background-image: url("../images/howtoplay/phase4/phase4-4-guide.png");
    background-size: 49.5vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 49.5vw;
    height: 74.5vw;
    display: block;
    position: relative;
    margin: 0 auto 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-4-card-guide-img {
  width: 770px;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-4-card-guide-img {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-4-card-guide-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#contents.rulebook-detail div.htp_phase .phase4-4-card-guide-img .before {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-out;
}
#contents.rulebook-detail div.htp_phase .phase4-4-card-guide-img .before.active {
  opacity: 0;
}
#contents.rulebook-detail div.htp_phase .phase4-5 {
  padding-bottom: 74px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-5 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-5 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-5.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-5 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-5.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-5-guide-img {
  background-image: url("../images/howtoplay/phase4/phase4-5-guide.png");
  background-size: 544px 274px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 544px;
  height: 274px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 300px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-5-guide-img {
    background-image: url("../images/howtoplay/phase4/phase4-5-guide.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 43.1vw;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6 {
  padding-bottom: 42px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-6.png");
  background-size: 77px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 77px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase4/phase-block-ttl-4-6.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6 .play-btn {
  margin: 0 auto;
}
#contents.rulebook-detail div.htp_phase .phase4-6 .phase-detail-block.phase4-6-1 {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6 .phase-detail-block.phase4-6-1 {
    margin-top: 8.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6 .phase-detail-block.phase4-6-2 {
  padding-bottom: 0;
}
#contents.rulebook-detail div.htp_phase .card-guide-u-txt {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .card-guide-u-txt {
    font-size: 4vw;
    margin-top: 5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-guide-img {
  background-image: url("../images/howtoplay/phase4/phase4-6-guide.png");
  background-size: 750px 230px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 750px;
  height: 230px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-top: 10px;
  margin-left: 381px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-guide-img {
    background-image: url("../images/howtoplay/phase4/phase4-6-guide.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 26.5vw;
    display: block;
    position: relative;
    margin: 3vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-1-vs-list {
  counter-reset: vs_ttl_num;
  margin-top: 38px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-1-vs-list {
    display: block;
    margin-top: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-1-vs-item {
  width: 340px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-1-vs-item {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-1-vs-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #f55d0b;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-1-vs-ttl {
    font-size: 4vw;
    letter-spacing: 0em;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-1-vs-ttl-num {
  font-size: 12px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  background-color: #f55d0b;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 8px 0;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-1-vs-ttl-num {
    font-size: 2.533vw;
    width: 8.8vw;
    height: 8.8vw;
    padding: 1.5vw 0 0.9vw;
    margin: 0 auto 0.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-1-vs-ttl-num::after {
  counter-increment: vs_ttl_num;
  content: counter(vs_ttl_num);
  display: block;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-1-vs-ttl-num::after {
    font-size: 4.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-1-vs-img {
  margin: 23px 0 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-1-vs-img {
    margin: 3vw 0 2vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-1-vs-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#contents.rulebook-detail div.htp_phase .phase4-6-1-vs-img .before {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-out;
}
#contents.rulebook-detail div.htp_phase .phase4-6-1-vs-img .before.active {
  opacity: 0;
}
#contents.rulebook-detail div.htp_phase .phase4-6-2-vs-list {
  margin: 38px 0 27px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-2-vs-list {
    display: block;
    margin: 4.3vw 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-2-vs-item {
  width: 550px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-2-vs-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase4-6-2-vs-item:last-of-type {
    margin-top: 4.3vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase4-6-2-vs-img img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase#phase5 .htp_phase-head-ttl {
  background-image: url("../images/howtoplay/phase5/phase5-ttl.png");
  background-size: 212px 87px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 430px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase5 .htp_phase-head-ttl {
    background-image: url("../images/howtoplay/phase5/phase5-ttl.png");
    background-size: 39vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 21.333vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.rulebook-detail div.htp_phase#phase5 .htp_phase-head-ttl-img {
  background-image: url("../images/howtoplay/phase5/phase5-ttl-img.jpg");
  background-size: 770px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 770px;
  height: 250px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase5 .htp_phase-head-ttl-img {
    background-image: url("../images/howtoplay/phase5/phase5-ttl-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 29.866vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-guide-txt {
  width: 1140px;
  font-size: 16px;
  color: #333;
  line-height: 1.87;
  margin: 42px auto 60px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-guide-txt {
    width: 85.333vw;
    font-size: 3.733vw;
    line-height: 1.42;
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-guide-cont {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-guide-cont {
    width: 85.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase5/phase-block-ttl-5-1.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase5/phase-block-ttl-5-1.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-l-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-step-l-wrap {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-list {
  counter-reset: step_ttl_num;
  width: 570px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-step-list {
    width: 100%;
    margin-bottom: 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-step-item {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-item:last-of-type {
  margin-bottom: 0;
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-item:last-of-type .phase5-1-step-ttl::after {
  display: none;
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-ttl {
  width: 55px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-step-ttl {
    width: 8.8vw;
    margin-right: 2.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-ttl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #eb9d00 transparent transparent transparent;
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-step-ttl::after {
    border-width: 3vw 3vw 0 3vw;
    top: 21vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-ttl-num {
  font-size: 12px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  background-color: #f55d0b;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 8px 0;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-step-ttl-num {
    font-size: 2.533vw;
    width: 8.8vw;
    height: 8.8vw;
    padding: 1.5vw 0 0.9vw;
    margin: 0 auto 0.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-ttl-num::after {
  counter-increment: step_ttl_num;
  content: counter(step_ttl_num);
  display: block;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-step-ttl-num::after {
    font-size: 4.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-step-txt {
  width: 500px;
  font-size: 16px;
  color: #333;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-step-txt {
    width: 74vw;
    font-size: 3.733vw;
    line-height: 1.42;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-card-guide-img {
  width: 475px;
  margin-top: 14px;
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-card-guide-img {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-card-guide-img img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase .phase5-1-q {
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-q {
    margin-top: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-q-ttl {
  width: 149px;
  margin: 0 auto 6px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-q-ttl {
    width: 32vw;
    margin: 0 auto 2vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-q-ttl img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase .phase5-1-q-Qtxt {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #f55d0b;
  background-color: #000;
  padding: 10.5px 42px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-q-Qtxt {
    font-size: 4.266vw;
    text-align: left;
    padding: 3vw 2vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-q-l-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-q-l-wrap {
    display: block;
    margin-top: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-q-Atxt {
  width: 490px;
  text-align: left;
  font-size: 16px;
  line-height: 1.87;
  margin-top: 155px;
  padding-left: 7px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-q-Atxt {
    width: 100%;
    font-size: 3.733vw;
    line-height: 1.42;
    margin-top: 0;
    margin-bottom: 6.933vw;
    padding-left: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-q-Aimg {
  width: 497px;
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase5-1-q-Aimg {
    width: 100%;
    margin-right: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase5-1-q-Aimg img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-ttl {
  background-image: url("../images/howtoplay/phase6/phase6-ttl.png");
  background-size: 216px 85px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 430px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-ttl {
    background-image: url("../images/howtoplay/phase6/phase6-ttl.png");
    background-size: 39vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 21.333vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-ttl-img {
  background-image: url("../images/howtoplay/phase6/phase6-ttl-img.jpg");
  background-size: 770px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 770px;
  height: 250px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-ttl-img {
    background-image: url("../images/howtoplay/phase6/phase6-ttl-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 29.866vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-txt {
    font-size: 4vw;
    line-height: 1.54;
    margin-top: 7.7vw;
  }
}
#contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-btn-list {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-btn-list {
    margin-top: 7.7vw;
  }
}
#contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-btn-item {
  margin-right: 13.333px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-btn-item {
    margin-right: 0;
  }
}
#contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-btn-item a {
  width: 290px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase6 .htp_phase-head-btn-item a {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase#phase6 img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase#phase6 .htp_phase-block {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase6 .htp_phase-block {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-guide-txt {
  width: 1140px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-guide-txt {
    width: 85.333vw;
    font-size: 4vw;
    line-height: 1.54;
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-guide-cont {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-guide-cont {
    width: 85.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-1 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase6/phase-block-ttl-6-1.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-1 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase6/phase-block-ttl-6-1.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-1 .phase6-guide-cont {
  padding-bottom: 76px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-1 .phase6-guide-cont {
    padding-bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-1-card-guide-img01 {
  width: 666px;
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-1-card-guide-img01 {
    width: 100%;
    margin-left: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-1-card-guide-img02 {
  width: 643px;
  position: absolute;
  top: 75px;
  left: 488px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-1-card-guide-img02 {
    width: 100%;
    position: static;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-2 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase6/phase-block-ttl-6-2.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-2 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase6/phase-block-ttl-6-2.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-2 .phase6-guide-cont {
  padding-bottom: 87px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-2 .phase6-guide-cont {
    padding-bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-2-card-guide-img01 {
  width: 667px;
  margin-left: 22px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-2-card-guide-img01 {
    width: 100%;
    margin-left: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-2-card-guide-img02 {
  width: 635px;
  position: absolute;
  top: 87px;
  left: 490px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-2-card-guide-img02 {
    width: 100%;
    position: static;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-3 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase6/phase-block-ttl-6-3.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-3 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase6/phase-block-ttl-6-3.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-3 .phase6-guide-txt {
  margin: 40px auto 45px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-3 .phase6-guide-txt {
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-3 .phase6-guide-cont {
  padding-bottom: 387px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-3 .phase6-guide-cont {
    padding-bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-3-card-guide-img01 {
  width: 1033px;
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-3-card-guide-img01 {
    width: 100%;
    margin-left: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase6-3-card-guide-img02 {
  width: 1087px;
  position: absolute;
  top: 377px;
  left: 42px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase6-3-card-guide-img02 {
    width: 100%;
    position: static;
  }
}
#contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-ttl {
  background-image: url("../images/howtoplay/phase7/phase7-ttl.png");
  background-size: 212px 86px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 430px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-ttl {
    background-image: url("../images/howtoplay/phase7/phase7-ttl.png");
    background-size: 39vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 21.333vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-ttl-img {
  background-image: url("../images/howtoplay/phase7/phase7-ttl-img.jpg");
  background-size: 770px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 770px;
  height: 250px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-ttl-img {
    background-image: url("../images/howtoplay/phase7/phase7-ttl-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 29.866vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-txt {
    font-size: 4vw;
    line-height: 1.54;
    margin-top: 7.7vw;
  }
}
#contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-btn-list {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-btn-list {
    margin-top: 7.7vw;
  }
}
#contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-btn-item {
  margin-right: 13.333px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-btn-item {
    margin-right: 0;
  }
}
#contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-btn-item a {
  width: 290px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase7 .htp_phase-head-btn-item a {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase#phase7 img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase .phase7-guide-txt {
  width: 1140px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 40px auto 52px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-guide-txt {
    width: 85.333vw;
    font-size: 4vw;
    line-height: 1.54;
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-guide-cont {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-guide-cont {
    width: 85.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-list {
  counter-reset: step_ttl_num;
  width: 570px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-list {
    width: 100%;
    margin-bottom: 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-item {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-item:last-of-type {
  margin-bottom: 0;
}
#contents.rulebook-detail div.htp_phase .phase7-step-item:last-of-type .phase7-step-ttl::after {
  display: none;
}
#contents.rulebook-detail div.htp_phase .phase7-step-ttl {
  width: 55px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-ttl {
    width: 8.8vw;
    margin-right: 2.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-ttl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #eb9d00 transparent transparent transparent;
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-ttl::after {
    border-width: 3vw 3vw 0 3vw;
    top: 13.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-ttl-num {
  font-size: 12px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  background-color: #f55d0b;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-ttl-num {
    font-size: 2.533vw;
    width: 8.8vw;
    height: 8.8vw;
    padding: 1.5vw 0 0.9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-ttl-num::after {
  counter-increment: step_ttl_num;
  content: counter(step_ttl_num);
  display: block;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-ttl-num::after {
    font-size: 4.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-btn {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
  width: 420px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-btn {
    width: 74vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-btn a {
  cursor: pointer;
  display: block;
  width: 100%;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0.03em;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-btn a {
    border: 0.133vw solid #ccc;
    font-size: 3.466vw;
    font-weight: 700;
    line-height: 13.333vw;
    padding-left: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-btn a::after {
  display: inline-block;
  content: "";
  background-image: url("../images/howtoplay/common/more-arrow-y.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform-origin: center;
  transform: rotateZ(90deg);
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-btn a::after {
    background-image: url("../images/howtoplay/common/more-arrow-y.png");
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.2vw;
    height: 3.2vw;
    display: block;
    position: relative;
    background-size: contain;
    position: absolute;
    right: 4vw;
    transform-origin: center;
    transform: rotateZ(0);
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-btn::before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background: linear-gradient(135deg, #f37e0a 0%, #d82d0f 100%);
  transform-origin: right top;
  transform: skewX(-8deg) scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  position: absolute;
  top: 0;
  left: 0;
}
#contents.rulebook-detail div.htp_phase .phase7-step-btn:hover::before {
  transform-origin: left top;
  transform: skewX(-8deg) scale(1, 1);
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-btn:hover::before {
    transform-origin: right top;
    transform: skewX(-8deg) scale(0, 1);
  }
}
#contents.rulebook-detail div.htp_phase .phase7-step-btn:hover a::after {
  background-image: url("../images/howtoplay/common/more-arrow-w.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-step-btn:hover a::after {
    background-image: url("../images/howtoplay/common/more-arrow-y.png");
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.2vw;
    height: 3.2vw;
    display: block;
    position: relative;
    background-size: contain;
    position: absolute;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase7/phase-block-ttl-7-1.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase7/phase-block-ttl-7-1.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1 .phase-detail-block-ttl {
  padding: 23px 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1 .phase-detail-block-ttl {
    padding: 3.35vw 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1 .phase-detail-block-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1 .phase-detail-block-cont {
    display: block;
    margin: 5.333vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1 .phase-detail-block-desc-ttl {
  font-size: 18px;
  padding: 12.5px 18px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1 .phase-detail-block-desc-ttl {
    font-size: 3.733vw;
    padding: 2.07vw 2.666vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1 .phase-detail-block-desc-txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1 .phase-detail-block-desc-txt {
    font-size: 3.466vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-1 .phase-detail-block-cont {
  align-items: flex-start;
}
#contents.rulebook-detail div.htp_phase .phase7-1-1 .phase-detail-block-desc {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1 .phase-detail-block-desc {
    margin-top: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-1-card-img {
  width: 569px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1-card-img {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-1-btn-list {
  width: 710px;
  margin: 27px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1-btn-list {
    width: 85.333vw;
    margin: 6vw auto 0;
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-1-btn {
  width: 350px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1-btn {
    width: 100%;
    margin-bottom: 2.666vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-1-btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1-btn a {
    width: 100%;
    border: 0.133vw solid #ccc;
    font-size: 3.466vw;
    font-weight: 700;
    line-height: 13.333vw;
    padding-left: 4vw;
    text-align: left;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-1-btn a span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1-btn a span {
    width: 100%;
    padding-right: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-1-btn a span::after {
  display: inline-block;
  content: "";
  background-image: url("../images/howtoplay/common/more-arrow-y.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1-btn a span::after {
    background-image: url("../images/howtoplay/common/more-arrow-y.png");
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.2vw;
    height: 3.2vw;
    display: block;
    position: relative;
    background-size: contain;
    position: absolute;
    right: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1-btn:last-of-type {
    margin-bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-1-btn::before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background: linear-gradient(135deg, #f37e0a 0%, #d82d0f 100%);
  transform-origin: right top;
  transform: skewX(-8deg) scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  position: absolute;
  top: 0;
  left: 0;
}
#contents.rulebook-detail div.htp_phase .phase7-1-1-btn:hover::before {
  transform-origin: left top;
  transform: skewX(-8deg) scale(1, 1);
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1-btn:hover::before {
    transform-origin: right top;
    transform: skewX(-8deg) scale(0, 1);
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-1-btn:hover a span::after {
  background-image: url("../images/howtoplay/common/more-arrow-w.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-1-btn:hover a span::after {
    background-image: url("../images/howtoplay/common/more-arrow-y.png");
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.2vw;
    height: 3.2vw;
    display: block;
    position: relative;
    background-size: contain;
    position: absolute;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-2 {
  padding-bottom: 53px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-2 {
    padding-bottom: 8.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-2-card-img {
  width: 252px;
  margin-left: 157px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-2-card-img {
    width: 50vw;
    margin: 0 auto 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-1-3-card-img {
  width: 329px;
  margin-left: 113px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-1-3-card-img {
    width: 60vw;
    margin: 0 auto 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2 {
  padding-bottom: 76px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase7/phase-block-ttl-7-2.png");
  background-size: 77px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 77px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase7/phase-block-ttl-7-2.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2 .phase7-guide-txt {
  margin: 40px auto 29px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2 .phase7-guide-txt {
    margin: 5vw auto 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-guide-l-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-guide-l-wrap {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-guide-img01 {
  background-image: url("../images/howtoplay/phase7/phase7-2-guide01.png");
  background-size: 264px 337px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 264px;
  height: 337px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 155px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-guide-img01 {
    background-image: url("../images/howtoplay/phase7/phase7-2-guide01.png");
    background-size: 53vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 53vw;
    height: 67.8vw;
    display: block;
    position: relative;
    margin: 0 auto 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-card-img {
  width: 228px;
  margin-right: 203px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-card-img {
    width: 50vw;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-point {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-point {
    margin-top: 5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-point-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #f55d0b;
  background-color: #000;
  padding: 19.5px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-point-ttl {
    font-size: 4.266vw;
    padding: 3vw 2vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-guide-img02 {
  background-image: url("../images/howtoplay/phase7/phase7-2-guide02.png");
  background-size: 716px 215px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 716px;
  height: 215px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin: 7px 0 0 308px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-guide-img02 {
    background-image: url("../images/howtoplay/phase7/phase7-2-guide02.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 24.5vw;
    display: block;
    position: relative;
    margin: 4vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-point-img-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-point-img-wrap {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-point-img {
  width: 550px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-point-img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-point-img:first-of-type {
    margin-bottom: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-guide-img03 {
  background-image: url("../images/howtoplay/phase7/phase7-2-guide03.png");
  background-size: 821px 237px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 821px;
  height: 237px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin: 22px 0 10px 145px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-guide-img03 {
    background-image: url("../images/howtoplay/phase7/phase7-2-guide03.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 24.8vw;
    display: block;
    position: relative;
    margin: 8vw auto 4.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-2-decklist-img {
  width: 1099px;
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-2-decklist-img {
    width: 100%;
    margin-left: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase7/phase-block-ttl-7-3.png");
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 76px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase7/phase-block-ttl-7-3.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3 .phase7-guide-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 66px 0 62px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3 .phase7-guide-cont {
    display: block;
    margin: 5vw auto 8vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-guide-img01 {
  background-image: url("../images/howtoplay/phase7/phase7-3-guide01.png");
  background-size: 277px 248px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 277px;
  height: 248px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin: 37px 0 0 142px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-guide-img01 {
    background-image: url("../images/howtoplay/phase7/phase7-3-guide01.png");
    background-size: 44.8vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 44.8vw;
    height: 40.4vw;
    display: block;
    position: relative;
    margin: 0 auto 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-format-list {
  counter-reset: format_ttl_num;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-format-list {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-format-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #f55d0b;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-format-ttl {
    font-size: 4vw;
    letter-spacing: 0em;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-format-ttl-num {
  font-size: 12px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  background-color: #f55d0b;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 8px 0;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-format-ttl-num {
    font-size: 2.1vw;
    width: 8.8vw;
    height: 8.8vw;
    letter-spacing: 0.04em;
    padding: 1.5vw 0 0.9vw;
    margin: 0 auto 0.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-format-ttl-num::after {
  counter-increment: format_ttl_num;
  content: counter(format_ttl_num);
  display: block;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-format-ttl-num::after {
    font-size: 4.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-format-txt {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-format-txt {
    font-size: 3.733vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-format-txt li {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-format-txt li {
    padding-left: 4.2vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-format-txt li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #eb9b00;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-format-txt li::before {
    width: 3vw;
    height: 3vw;
    top: 2vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-1 {
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-1 {
    padding-bottom: 8.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-1 .phase7-3-format-list {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-1 .phase7-3-format-list {
    margin-top: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-1 .phase7-3-format-item {
  width: 350px;
  background-color: #f8f8f8;
  border: 1px solid #2a2a2a;
  padding: 34px 25px 30px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-1 .phase7-3-format-item {
    width: 100%;
    padding: 6vw 3vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-1 .phase7-3-format-item:last-of-type {
    margin-bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-1 .phase7-3-format-img {
  width: 185px;
  margin: 28px 0 0 54px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-1 .phase7-3-format-img {
    width: 50vw;
    margin: 3vw auto 2vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-2 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-2 {
    padding-bottom: 8.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-guide-img03 {
  background-image: url("../images/howtoplay/phase7/phase7-3-guide03.png");
  background-size: 486px 234px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 486px;
  height: 234px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin: 28px 0 20px 318px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-guide-img03 {
    background-image: url("../images/howtoplay/phase7/phase7-3-guide03.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 41.2vw;
    display: block;
    position: relative;
    margin: 6vw auto 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-2-color-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-2-color-list {
    display: block;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-2-color-item {
  width: 360px;
  border: 1px solid #2a2a2a;
  padding: 26px 13px 30px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-2-color-item {
    width: 100%;
    padding: 5vw 3vw 6vw;
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-2-color-item:first-of-type {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-2-color-item:first-of-type {
    margin-left: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-2-color-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-2-color-item:last-of-type {
    margin-bottom: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-2-color-ttl {
  width: 133px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-2-color-ttl {
    width: 35vw;
    margin: 0 auto 3vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-2-color-txt {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: -0.087em;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-2-color-txt {
    font-size: 3.733vw;
    line-height: 1.42;
    text-align: left;
    letter-spacing: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-3 {
  padding-bottom: 82px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-3 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-3 .phase7-3-format-list {
  margin-top: 80px;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-3 .phase7-3-format-list {
    margin-top: 8vw;
    padding: 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-3 .phase7-3-format-item {
  width: 294px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-3 .phase7-3-format-item {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-3 .phase7-3-format-img {
  width: 294px;
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-3 .phase7-3-format-img {
    width: 70vw;
    margin: 4vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-3-u-txt {
  font-size: 24px;
  font-weight: 700;
  color: #f55d0b;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-3-u-txt {
    font-size: 4vw;
    line-height: 1.54;
    text-align: left;
    margin-top: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-4 {
  padding-bottom: 76px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-4 {
    padding-bottom: 8.266vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-4 .phase-detail-block-cont {
  position: relative;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-4 .phase-detail-block-cont {
    margin: 5vw auto 0;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-guide-img02 {
  background-image: url("../images/howtoplay/phase7/phase7-3-guide02.png");
  background-size: 348px 418px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 348px;
  height: 418px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 45px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-guide-img02 {
    background-image: url("../images/howtoplay/phase7/phase7-3-guide02.png");
    background-size: 67vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 67vw;
    height: 80.7vw;
    display: block;
    position: relative;
    position: static;
    margin: 0 auto 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase7-3-4-card-guide-img {
  width: 963px;
  margin: 0 0 0 auto;
  padding-top: 37px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase7-3-4-card-guide-img {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase#phase8 .htp_phase-head-ttl {
  background-image: url("../images/howtoplay/phase8/phase8-ttl.png");
  background-size: 216px 85px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 430px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase8 .htp_phase-head-ttl {
    background-image: url("../images/howtoplay/phase8/phase8-ttl.png");
    background-size: 39vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 21.333vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.rulebook-detail div.htp_phase#phase8 .htp_phase-head-ttl-img {
  background-image: url("../images/howtoplay/phase8/phase8-ttl-img.jpg");
  background-size: 770px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 770px;
  height: 250px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase8 .htp_phase-head-ttl-img {
    background-image: url("../images/howtoplay/phase8/phase8-ttl-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 29.866vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase#phase8 img {
  width: 100%;
  height: auto;
}
#contents.rulebook-detail div.htp_phase .phase8-guide-cont {
  width: 1140px;
  margin: 0 auto;
  padding-top: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-guide-cont {
    width: 85.333vw;
    padding-top: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 {
  padding-bottom: 108px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase8/phase-block-ttl-8-1.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase8/phase-block-ttl-8-1.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-guide-img {
  background-image: url("../images/howtoplay/phase8/phase8-1-guide.png");
  background-size: 483px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 483px;
  height: 230px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 280px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-guide-img {
    background-image: url("../images/howtoplay/phase8/phase8-1-guide.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 40.8vw;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-list {
  counter-reset: item_list_num;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-list {
    display: block;
    margin-top: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item {
  width: 350px;
  border: 1px solid #2a2a2a;
  background-color: #f8f8f8;
  padding: 40px 27.5px 23px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item {
    width: 100%;
    padding: 6vw 3vw;
    margin-bottom: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item.item01 .phase8-1-item-img {
  width: 183px;
  margin-left: 50px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item.item01 .phase8-1-item-img {
    width: 50vw;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item:last-of-type {
  margin-bottom: 0;
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #f55d0b;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-ttl {
    font-size: 4vw;
    letter-spacing: 0em;
    margin-bottom: 4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-ttl-num {
  font-size: 12px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  background-color: #f55d0b;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  letter-spacing: 0.05em;
  margin: 0 auto 17px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-ttl-num {
    font-size: 2.1vw;
    width: 8.8vw;
    height: 8.8vw;
    line-height: 8.8vw;
    letter-spacing: 0.04em;
    margin: 0 auto 0.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-ttl-num::after {
  counter-increment: item_list_num;
  content: counter(item_list_num);
  display: block;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-ttl-num::after {
    font-size: 4.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-img-wrap {
  width: 100%;
  height: 228px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-img-wrap {
    height: 62.2vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-img {
  width: 100%;
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-img {
    padding-top: 7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-txt {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-txt {
    font-size: 3.733vw;
    margin-top: 2.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-txt li {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase8-1 .phase8-1-item-txt li {
    padding-left: 4.2vw;
  }
}
#contents.rulebook-detail div.htp_phase#phase9 .htp_phase-head-ttl {
  background-image: url("../images/howtoplay/phase9/phase9-ttl.png");
  background-size: 216px 86px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 430px;
  height: 250px;
  display: block;
  position: relative;
  background-color: #000;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase9 .htp_phase-head-ttl {
    background-image: url("../images/howtoplay/phase9/phase9-ttl.png");
    background-size: 39vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 21.333vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.rulebook-detail div.htp_phase#phase9 .htp_phase-head-ttl-img {
  background-image: url("../images/howtoplay/phase9/phase9-ttl-img.jpg");
  background-size: 770px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 770px;
  height: 250px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase#phase9 .htp_phase-head-ttl-img {
    background-image: url("../images/howtoplay/phase9/phase9-ttl-img.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 29.866vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-guide-cont {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-guide-cont {
    width: 85.333vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1 {
    padding-bottom: 9vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1 .htp_phase-block-ttl-num {
  background-image: url("../images/howtoplay/phase9/phase-block-ttl-9-1.png");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 75px;
  height: 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1 .htp_phase-block-ttl-num {
    background-image: url("../images/howtoplay/phase9/phase-block-ttl-9-1.png");
    background-size: 17.2vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 17.2vw;
    height: 2.636vw;
    display: block;
    position: relative;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-guide-cont {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-guide-cont {
    margin-top: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-guide-img {
  background-image: url("../images/howtoplay/phase9/phase9-1-guide.png");
  background-size: 501px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 501px;
  height: 209px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 63px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-guide-img {
    background-image: url("../images/howtoplay/phase9/phase9-1-guide.png");
    background-size: 81vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 81vw;
    height: 34vw;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-l-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-l-wrap {
    display: block;
    margin-top: 6vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-list {
  counter-reset: step_ttl_num;
  width: 570px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-list {
    width: 100%;
    margin-bottom: 6.933vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-item {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-item:last-of-type {
  margin-bottom: 0;
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-item:last-of-type .phase9-1-step-num-wrap::after {
  display: none;
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-num-wrap {
  width: 55px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-num-wrap {
    width: 8.8vw;
    margin-right: 2.5vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-num-wrap::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #eb9d00 transparent transparent transparent;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-num-wrap::after {
    border-width: 3vw 3vw 0 3vw;
    top: 15vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-num {
  font-size: 12px;
  font-weight: 400;
  font-family: "Jockey One";
  color: #fff;
  background-color: #f55d0b;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 8px 0;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-num {
    font-size: 2.533vw;
    width: 8.8vw;
    height: 8.8vw;
    padding: 1.5vw 0 0.9vw;
    margin: 0 auto 0.7vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-num::after {
  counter-increment: step_ttl_num;
  content: counter(step_ttl_num);
  display: block;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-num::after {
    font-size: 4.4vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-txt-wrap {
  width: 500px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-txt-wrap {
    width: 74vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #f55d0b;
  line-height: 1.1;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-ttl {
    font-size: 4.266vw;
    margin-bottom: 1vw;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-step-txt {
  font-size: 16px;
  color: #333;
  line-height: 1.62;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-step-txt {
    font-size: 3.733vw;
    line-height: 1.42;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-card-guide-img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  #contents.rulebook-detail div.htp_phase .phase9-1-card-guide-img {
    width: 100%;
  }
}
#contents.rulebook-detail div.htp_phase .phase9-1-card-guide-img img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------

	stx .scss

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .stx header {
    position: relative;
    z-index: 3;
  }
}

#contents.stx-index {
  position: relative;
}
#contents.stx-index::before {
  content: "";
  background-image: url("/assets/images/strixhaven/about-bg_pc.jpg");
  background-size: 1920px 3104px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 3104px;
  display: block;
  position: relative;
  position: fixed;
  top: -419px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.stx-index::before {
    background-image: url("/assets/images/strixhaven/about-bg_sp.jpg");
    background-size: 100vw 260.2666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 260.2666666667vw;
    display: block;
    position: relative;
    position: fixed;
    top: -52.6666666667vw;
    left: 0;
  }
}
#contents.stx-index img {
  width: 100%;
  height: auto;
  vertical-align: auto;
}
#contents.stx-index .pankuzu {
  z-index: 1;
}
#contents.stx-index .fixed {
  overflow: hidden;
}
#contents.dmu-index.stx-index .dmu_prd-btn a, #contents.dmu-index.stx-index .dmu_cp-btn li a, #contents.dmu-index.stx-index .dmu_cp-block-btn a, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a, #contents.dmu-index.stx-index .dmu_promo-block-btn li a, #contents.neo-index.stx-index .neo_prd-btn a, #contents.neo-index.stx-index .neo_cp-btn a, #contents.neo-index.stx-index .neo_info-btn li a, #contents.neo-index.stx-index .neo_info-amulet-btn a, #contents.stx-index .stx_prd-btn a, #contents.stx-index .stx_info-btn li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  border: 2px solid #f55d0b;
  text-align: center;
  padding: 19.5px 0;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}
#contents.dmu-index.stx-index .dmu_prd-btn a span, #contents.dmu-index.stx-index .dmu_cp-btn li a span, #contents.dmu-index.stx-index .dmu_cp-block-btn a span, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a span, #contents.dmu-index.stx-index .dmu_promo-block-btn li a span, #contents.neo-index.stx-index .neo_prd-btn a span, #contents.neo-index.stx-index .neo_cp-btn a span, #contents.neo-index.stx-index .neo_info-btn li a span, #contents.neo-index.stx-index .neo_info-amulet-btn a span, #contents.stx-index .stx_prd-btn a span, #contents.stx-index .stx_info-btn li a span {
  position: relative;
  z-index: 1;
}
#contents.dmu-index.stx-index .dmu_prd-btn a:after, #contents.dmu-index.stx-index .dmu_cp-btn li a:after, #contents.dmu-index.stx-index .dmu_cp-block-btn a:after, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:after, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:after, #contents.neo-index.stx-index .neo_prd-btn a:after, #contents.neo-index.stx-index .neo_cp-btn a:after, #contents.neo-index.stx-index .neo_info-btn li a:after, #contents.neo-index.stx-index .neo_info-amulet-btn a:after, #contents.stx-index .stx_prd-btn a:after, #contents.stx-index .stx_info-btn li a:after, #contents.dmu-index.stx-index .dmu_prd-btn a:before, #contents.dmu-index.stx-index .dmu_cp-btn li a:before, #contents.dmu-index.stx-index .dmu_cp-block-btn a:before, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:before, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:before, #contents.neo-index.stx-index .neo_prd-btn a:before, #contents.neo-index.stx-index .neo_cp-btn a:before, #contents.neo-index.stx-index .neo_info-btn li a:before, #contents.neo-index.stx-index .neo_info-amulet-btn a:before, #contents.stx-index .stx_prd-btn a:before, #contents.stx-index .stx_info-btn li a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
  z-index: 0;
}
#contents.dmu-index.stx-index .dmu_prd-btn a:after, #contents.dmu-index.stx-index .dmu_cp-btn li a:after, #contents.dmu-index.stx-index .dmu_cp-block-btn a:after, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:after, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:after, #contents.neo-index.stx-index .neo_prd-btn a:after, #contents.neo-index.stx-index .neo_cp-btn a:after, #contents.neo-index.stx-index .neo_info-btn li a:after, #contents.neo-index.stx-index .neo_info-amulet-btn a:after, #contents.stx-index .stx_prd-btn a:after, #contents.stx-index .stx_info-btn li a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.dmu-index.stx-index .dmu_prd-btn a:before, #contents.dmu-index.stx-index .dmu_cp-btn li a:before, #contents.dmu-index.stx-index .dmu_cp-block-btn a:before, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:before, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:before, #contents.neo-index.stx-index .neo_prd-btn a:before, #contents.neo-index.stx-index .neo_cp-btn a:before, #contents.neo-index.stx-index .neo_info-btn li a:before, #contents.neo-index.stx-index .neo_info-amulet-btn a:before, #contents.stx-index .stx_prd-btn a:before, #contents.stx-index .stx_info-btn li a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.dmu-index.stx-index .dmu_prd-btn a:hover, #contents.dmu-index.stx-index .dmu_cp-btn li a:hover, #contents.dmu-index.stx-index .dmu_cp-block-btn a:hover, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:hover, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:hover, #contents.neo-index.stx-index .neo_prd-btn a:hover, #contents.neo-index.stx-index .neo_cp-btn a:hover, #contents.neo-index.stx-index .neo_info-btn li a:hover, #contents.neo-index.stx-index .neo_info-amulet-btn a:hover, #contents.stx-index .stx_prd-btn a:hover, #contents.stx-index .stx_info-btn li a:hover, #contents.dmu-index.stx-index .dmu_prd-btn a.hovered, #contents.dmu-index.stx-index .dmu_cp-btn li a.hovered, #contents.dmu-index.stx-index .dmu_cp-block-btn a.hovered, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a.hovered, #contents.dmu-index.stx-index .dmu_promo-block-btn li a.hovered, #contents.neo-index.stx-index .neo_prd-btn a.hovered, #contents.neo-index.stx-index .neo_cp-btn a.hovered, #contents.neo-index.stx-index .neo_info-btn li a.hovered, #contents.neo-index.stx-index .neo_info-amulet-btn a.hovered, #contents.stx-index .stx_prd-btn a.hovered, #contents.stx-index .stx_info-btn li a.hovered {
  color: #fff;
}
#contents.dmu-index.stx-index .dmu_prd-btn a:hover:after, #contents.dmu-index.stx-index .dmu_cp-btn li a:hover:after, #contents.dmu-index.stx-index .dmu_cp-block-btn a:hover:after, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:hover:after, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:hover:after, #contents.neo-index.stx-index .neo_prd-btn a:hover:after, #contents.neo-index.stx-index .neo_cp-btn a:hover:after, #contents.neo-index.stx-index .neo_info-btn li a:hover:after, #contents.neo-index.stx-index .neo_info-amulet-btn a:hover:after, #contents.stx-index .stx_prd-btn a:hover:after, #contents.stx-index .stx_info-btn li a:hover:after, #contents.dmu-index.stx-index .dmu_prd-btn a.hovered:after, #contents.dmu-index.stx-index .dmu_cp-btn li a.hovered:after, #contents.dmu-index.stx-index .dmu_cp-block-btn a.hovered:after, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a.hovered:after, #contents.dmu-index.stx-index .dmu_promo-block-btn li a.hovered:after, #contents.neo-index.stx-index .neo_prd-btn a.hovered:after, #contents.neo-index.stx-index .neo_cp-btn a.hovered:after, #contents.neo-index.stx-index .neo_info-btn li a.hovered:after, #contents.neo-index.stx-index .neo_info-amulet-btn a.hovered:after, #contents.stx-index .stx_prd-btn a.hovered:after, #contents.stx-index .stx_info-btn li a.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.dmu-index.stx-index .dmu_prd-btn a:hover:before, #contents.dmu-index.stx-index .dmu_cp-btn li a:hover:before, #contents.dmu-index.stx-index .dmu_cp-block-btn a:hover:before, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:hover:before, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:hover:before, #contents.neo-index.stx-index .neo_prd-btn a:hover:before, #contents.neo-index.stx-index .neo_cp-btn a:hover:before, #contents.neo-index.stx-index .neo_info-btn li a:hover:before, #contents.neo-index.stx-index .neo_info-amulet-btn a:hover:before, #contents.stx-index .stx_prd-btn a:hover:before, #contents.stx-index .stx_info-btn li a:hover:before, #contents.dmu-index.stx-index .dmu_prd-btn a.hovered:before, #contents.dmu-index.stx-index .dmu_cp-btn li a.hovered:before, #contents.dmu-index.stx-index .dmu_cp-block-btn a.hovered:before, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a.hovered:before, #contents.dmu-index.stx-index .dmu_promo-block-btn li a.hovered:before, #contents.neo-index.stx-index .neo_prd-btn a.hovered:before, #contents.neo-index.stx-index .neo_cp-btn a.hovered:before, #contents.neo-index.stx-index .neo_info-btn li a.hovered:before, #contents.neo-index.stx-index .neo_info-amulet-btn a.hovered:before, #contents.stx-index .stx_prd-btn a.hovered:before, #contents.stx-index .stx_info-btn li a.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.stx-index .dmu_prd-btn a:after, #contents.dmu-index.stx-index .dmu_cp-btn li a:after, #contents.dmu-index.stx-index .dmu_cp-block-btn a:after, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:after, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:after, #contents.neo-index.stx-index .neo_prd-btn a:after, #contents.neo-index.stx-index .neo_cp-btn a:after, #contents.neo-index.stx-index .neo_info-btn li a:after, #contents.neo-index.stx-index .neo_info-amulet-btn a:after, #contents.stx-index .stx_prd-btn a:after, #contents.stx-index .stx_info-btn li a:after, #contents.dmu-index.stx-index .dmu_prd-btn a:before, #contents.dmu-index.stx-index .dmu_cp-btn li a:before, #contents.dmu-index.stx-index .dmu_cp-block-btn a:before, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:before, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:before, #contents.neo-index.stx-index .neo_prd-btn a:before, #contents.neo-index.stx-index .neo_cp-btn a:before, #contents.neo-index.stx-index .neo_info-btn li a:before, #contents.neo-index.stx-index .neo_info-amulet-btn a:before, #contents.stx-index .stx_prd-btn a:before, #contents.stx-index .stx_info-btn li a:before {
    display: none;
  }
  #contents.dmu-index.stx-index .dmu_prd-btn a:hover, #contents.dmu-index.stx-index .dmu_cp-btn li a:hover, #contents.dmu-index.stx-index .dmu_cp-block-btn a:hover, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:hover, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:hover, #contents.neo-index.stx-index .neo_prd-btn a:hover, #contents.neo-index.stx-index .neo_cp-btn a:hover, #contents.neo-index.stx-index .neo_info-btn li a:hover, #contents.neo-index.stx-index .neo_info-amulet-btn a:hover, #contents.stx-index .stx_prd-btn a:hover, #contents.stx-index .stx_info-btn li a:hover {
    color: #ddd;
  }
  #contents.dmu-index.stx-index .dmu_prd-btn a.hovered, #contents.dmu-index.stx-index .dmu_cp-btn li a.hovered, #contents.dmu-index.stx-index .dmu_cp-block-btn a.hovered, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a.hovered, #contents.dmu-index.stx-index .dmu_promo-block-btn li a.hovered, #contents.neo-index.stx-index .neo_prd-btn a.hovered, #contents.neo-index.stx-index .neo_cp-btn a.hovered, #contents.neo-index.stx-index .neo_info-btn li a.hovered, #contents.neo-index.stx-index .neo_info-amulet-btn a.hovered, #contents.stx-index .stx_prd-btn a.hovered, #contents.stx-index .stx_info-btn li a.hovered {
    color: #fff;
    background-color: rgb(243, 126, 10);
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.stx-index .dmu_prd-btn a, #contents.dmu-index.stx-index .dmu_cp-btn li a, #contents.dmu-index.stx-index .dmu_cp-block-btn a, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a, #contents.dmu-index.stx-index .dmu_promo-block-btn li a, #contents.neo-index.stx-index .neo_prd-btn a, #contents.neo-index.stx-index .neo_cp-btn a, #contents.neo-index.stx-index .neo_info-btn li a, #contents.neo-index.stx-index .neo_info-amulet-btn a, #contents.stx-index .stx_prd-btn a, #contents.stx-index .stx_info-btn li a {
    font-size: 3.3333333333vw;
    border: 0.2666666667vw solid #f55d0b;
    padding: 3vw 0;
  }
}
#contents.dmu-index.stx-index .dmu_prd-btn a span, #contents.dmu-index.stx-index .dmu_cp-btn li a span, #contents.dmu-index.stx-index .dmu_cp-block-btn a span, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a span, #contents.dmu-index.stx-index .dmu_promo-block-btn li a span, #contents.neo-index.stx-index .neo_prd-btn a span, #contents.neo-index.stx-index .neo_cp-btn a span, #contents.neo-index.stx-index .neo_info-btn li a span, #contents.neo-index.stx-index .neo_info-amulet-btn a span, #contents.stx-index .stx_prd-btn a span, #contents.stx-index .stx_info-btn li a span {
  display: inline-block;
  padding: 0 13px 0 23px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.stx-index .dmu_prd-btn a span, #contents.dmu-index.stx-index .dmu_cp-btn li a span, #contents.dmu-index.stx-index .dmu_cp-block-btn a span, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a span, #contents.dmu-index.stx-index .dmu_promo-block-btn li a span, #contents.neo-index.stx-index .neo_prd-btn a span, #contents.neo-index.stx-index .neo_cp-btn a span, #contents.neo-index.stx-index .neo_info-btn li a span, #contents.neo-index.stx-index .neo_info-amulet-btn a span, #contents.stx-index .stx_prd-btn a span, #contents.stx-index .stx_info-btn li a span {
    padding: 0 0 0 4.8vw;
  }
}
#contents.dmu-index.stx-index .dmu_prd-btn a span::before, #contents.dmu-index.stx-index .dmu_cp-btn li a span::before, #contents.dmu-index.stx-index .dmu_cp-block-btn a span::before, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a span::before, #contents.dmu-index.stx-index .dmu_promo-block-btn li a span::before, #contents.neo-index.stx-index .neo_prd-btn a span::before, #contents.neo-index.stx-index .neo_cp-btn a span::before, #contents.neo-index.stx-index .neo_info-btn li a span::before, #contents.neo-index.stx-index .neo_info-amulet-btn a span::before, #contents.stx-index .stx_prd-btn a span::before, #contents.stx-index .stx_info-btn li a span::before {
  content: "";
  background-image: url("/assets/images/common/more-arrow.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  transform-origin: center;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.stx-index .dmu_prd-btn a span::before, #contents.dmu-index.stx-index .dmu_cp-btn li a span::before, #contents.dmu-index.stx-index .dmu_cp-block-btn a span::before, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a span::before, #contents.dmu-index.stx-index .dmu_promo-block-btn li a span::before, #contents.neo-index.stx-index .neo_prd-btn a span::before, #contents.neo-index.stx-index .neo_cp-btn a span::before, #contents.neo-index.stx-index .neo_info-btn li a span::before, #contents.neo-index.stx-index .neo_info-amulet-btn a span::before, #contents.stx-index .stx_prd-btn a span::before, #contents.stx-index .stx_info-btn li a span::before {
    background-image: url("/assets/images/common/more-arrow.png");
    background-size: 2.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 2.8vw;
    height: 2.8vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.dmu-index.stx-index .dmu_prd-btn a:hover span::before, #contents.dmu-index.stx-index .dmu_cp-btn li a:hover span::before, #contents.dmu-index.stx-index .dmu_cp-block-btn a:hover span::before, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:hover span::before, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:hover span::before, #contents.neo-index.stx-index .neo_prd-btn a:hover span::before, #contents.neo-index.stx-index .neo_cp-btn a:hover span::before, #contents.neo-index.stx-index .neo_info-btn li a:hover span::before, #contents.neo-index.stx-index .neo_info-amulet-btn a:hover span::before, #contents.stx-index .stx_prd-btn a:hover span::before, #contents.stx-index .stx_info-btn li a:hover span::before {
  background-image: url("/assets/images/common/more-arrow-white.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.stx-index .dmu_prd-btn a:hover span::before, #contents.dmu-index.stx-index .dmu_cp-btn li a:hover span::before, #contents.dmu-index.stx-index .dmu_cp-block-btn a:hover span::before, #contents.dmu-index.stx-index .dmu_cp-block-info-btn a:hover span::before, #contents.dmu-index.stx-index .dmu_promo-block-btn li a:hover span::before, #contents.neo-index.stx-index .neo_prd-btn a:hover span::before, #contents.neo-index.stx-index .neo_cp-btn a:hover span::before, #contents.neo-index.stx-index .neo_info-btn li a:hover span::before, #contents.neo-index.stx-index .neo_info-amulet-btn a:hover span::before, #contents.stx-index .stx_prd-btn a:hover span::before, #contents.stx-index .stx_info-btn li a:hover span::before {
    background-image: url("/assets/images/common/more-arrow-white.png");
    background-size: 2.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 2.8vw;
    height: 2.8vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.stx-index .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 10;
}
#contents.stx-index .stx_mv {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  min-height: 600px;
  max-height: 950px;
  margin: 0 auto;
  background-color: #000;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv {
    min-width: 100%;
    max-width: none;
    min-height: 148vw;
    max-height: none;
  }
}
#contents.stx-index .stx_mv-inner-wrap {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-inner-wrap {
    max-width: none;
  }
}
#contents.stx-index .stx_mv-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#contents.stx-index .stx_mv-bg {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-bg {
    width: 100%;
  }
}
#contents.stx-index .stx_mv-bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-bg-img {
    width: 100%;
  }
}
#contents.stx-index .stx_mv-bg-img.bg-01 {
  background-image: url("/assets/images/strixhaven/mv-bg-01_pc.jpg");
  background-size: 1920px 950px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 950px;
  display: block;
  position: relative;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-bg-img.bg-01 {
    background-image: url("/assets/images/strixhaven/mv-bg-01_sp.jpg");
    background-size: 100vw 160vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 160vw;
    display: block;
    position: relative;
    height: 100%;
    background-size: cover;
    position: absolute;
  }
}
#contents.stx-index .stx_mv-bg-img.bg-02 {
  background-image: url("/assets/images/strixhaven/mv-bg-02_pc.jpg");
  background-size: 1920px 950px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 950px;
  display: block;
  position: relative;
  height: 100%;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-bg-img.bg-02 {
    background-image: url("/assets/images/strixhaven/mv-bg-02_sp.jpg");
    background-size: 100vw 160vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 160vw;
    display: block;
    position: relative;
    height: 100%;
    background-size: cover;
    position: absolute;
  }
}
#contents.stx-index .stx_mv-chara {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-chara {
    max-width: none;
  }
}
#contents.stx-index .stx_mv-chara .chara-01 {
  width: 873px;
  position: absolute;
  bottom: -60px;
  left: -300px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-chara .chara-01 {
    width: 69.2vw;
    top: auto;
    bottom: -10.1333333333vw;
    left: 0;
  }
}
#contents.stx-index .stx_mv-chara .chara-02 {
  width: 760px;
  position: absolute;
  bottom: -60px;
  right: -130px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-chara .chara-02 {
    width: 91.0666666667vw;
    top: auto;
    bottom: -10.1333333333vw;
    right: 0;
  }
}
#contents.stx-index .stx_mv-ttl {
  width: 722px;
  position: absolute;
  bottom: calc(50% - 164px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-ttl {
    width: 87.6vw;
    top: auto;
    bottom: calc(50% - 48.1333333333vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
#contents.stx-index .stx_mv-ttl span {
  display: inline-block;
  opacity: 0;
}
#contents.stx-index .stx_mv-btn-wrap {
  position: absolute;
  bottom: calc(50% - 241px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 615px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-btn-wrap {
    width: 66.6666666667vw;
    bottom: calc(50% - 70.9333333333vw);
  }
}
#contents.stx-index .stx_mv-btn-l-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-btn-l-inner {
    display: block;
  }
}
#contents.stx-index .stx_mv-btn {
  width: 300px;
  height: 60px;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-btn {
    width: 100%;
    height: 11.3333333333vw;
    margin-bottom: 2.2666666667vw;
  }
}
#contents.stx-index .stx_mv-btn:last-of-type {
  margin-bottom: 0;
}
#contents.stx-index .stx_mv-btn > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(-7deg, rgba(128, 21, 4, 0.9) 12%, rgba(196, 87, 69, 0.9) 55%, rgba(128, 21, 4, 0.9) 94%);
  border: 2px solid #ddd;
  transition: opacity 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-btn > a {
    font-size: 4.5333333333vw;
  }
}
#contents.stx-index .stx_mv-btn > a:hover {
  opacity: 0.9;
}
#contents.stx-index .stx_mv-btn.wpn-shop > a {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-btn.wpn-shop > a {
    font-size: 3.7333333333vw;
  }
}
#contents.stx-index .stx_mv-btn ul {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #666;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-btn ul {
    top: 11.3333333333vw;
  }
}
#contents.stx-index .stx_mv-btn ul li a {
  display: block;
  font-size: 14px;
  color: #ddd;
  padding: 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-btn ul li a {
    font-size: 3.6vw;
    padding: 1.6vw;
  }
}
#contents.stx-index .stx_mv-btn ul li a:hover {
  background-color: rgba(131, 20, 0, 0.7);
}
@media screen and (min-width: 1168px) {
  #contents.stx-index .stx_mv-btn ul:hover {
    display: block;
  }
}
#contents.stx-index .stx_mv-movie {
  width: 300px;
  background-color: #000;
  position: absolute;
  bottom: 37px;
  left: 30px;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_mv-movie {
    width: 82.6666666667vw;
    bottom: -55.6vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#contents.stx-index .stx_mv-movie a {
  display: block;
  width: 100%;
  transition: opacity 0.15s ease-out;
}
#contents.stx-index .stx_mv-movie a:hover {
  opacity: 0.7;
}
#contents.stx-index .stx_info {
  padding: 137px 0 200px;
  background-color: #000;
  background-image: url("/assets/images/strixhaven/info-bg_pc.png");
  background-size: 1514px 261px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background-position: center 177px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_info {
    padding: 14.6666666667vw 0 16.1333333333vw;
    background-image: url("/assets/images/strixhaven/info-bg_sp.png");
    background-size: 100vw 48.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-position: center 64.2666666667vw;
  }
}
#contents.stx-index .stx_info-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_info-inner {
    width: 100%;
  }
}
#contents.stx-index .stx_info-ttl {
  width: 315px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_info-ttl {
    width: 42.9333333333vw;
    margin: 0 auto 3.8666666667vw;
  }
}
#contents.stx-index .stx_info-date {
  width: 671px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_info-date {
    width: 90.1333333333vw;
    margin: 0 auto 6vw;
  }
}
#contents.stx-index .stx_info-l-wrap {
  width: 477px;
  margin-left: 61px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_info-l-wrap {
    width: 100%;
    margin-left: 0;
  }
}
#contents.stx-index .stx_info-txt {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: -0.04em;
  color: #ffef6d;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_info-txt {
    font-size: 4vw;
    margin-bottom: 1.7333333333vw;
  }
}
#contents.stx-index .stx_info-img {
  width: 588px;
  position: absolute;
  top: -36px;
  right: -656px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_info-img {
    width: 78.4vw;
    margin: 0 auto;
    position: static;
  }
}
#contents.stx-index .stx_info-btn {
  width: 440px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_info-btn {
    width: 76.8vw;
    margin: 4vw auto 0;
  }
}
#contents.stx-index .stx_info-btn li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_info-btn li {
    margin-bottom: 2.5333333333vw;
  }
}
#contents.stx-index .stx_info-btn li:last-of-type {
  margin-bottom: 0;
}
#contents.stx-index .stx_cp {
  padding: 133px 0 142px;
  background-color: #000;
  background-image: url("/assets/images/strixhaven/cp-bg_pc.jpg");
  background-size: 1920px 2301px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp {
    padding: 14.5333333333vw 0 13.7333333333vw;
    background-image: url("/assets/images/strixhaven/cp-bg_sp.jpg");
    background-size: 100vw 306.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
}
#contents.stx-index .stx_cp-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-inner {
    width: 94.6666666667vw;
  }
}
#contents.stx-index .stx_cp-ttl {
  width: 722px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-ttl {
    width: 50.9333333333vw;
    margin: 0 auto 11.2vw;
  }
}
#contents.stx-index .stx_cp-info {
  width: 100%;
  position: relative;
}
#contents.stx-index .stx_cp-info-img {
  width: 502px;
  position: absolute;
  top: -60px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-info-img {
    width: 52.4vw;
    top: -9.7333333333vw;
  }
}
#contents.stx-index .stx_cp-info-txt-wrap {
  width: 774px;
  margin-left: 407px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-info-txt-wrap {
    width: 100%;
    margin: 0 auto;
  }
}
#contents.stx-index .stx_cp-info-t-txt {
  width: 545px;
  margin: 0 auto 19px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-info-t-txt {
    width: 53.4666666667vw;
    margin: 0 -0.6666666667vw 6.5333333333vw auto;
  }
}
#contents.stx-index .stx_cp-info-u-txt {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-info-u-txt {
    width: 81.3333333333vw;
    margin: 0 auto;
  }
}
#contents.stx-index .stx_cp-block-wrap {
  margin-top: 94px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-wrap {
    margin-top: 8.9333333333vw;
  }
}
#contents.stx-index .stx_cp-block-wrap::after {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  background-color: #454545;
  margin: 77px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-wrap::after {
    width: 90.6666666667vw;
    margin: 12vw auto 0;
  }
}
#contents.stx-index .stx_cp-block {
  position: relative;
}
#contents.stx-index .stx_cp-block-l-wrap {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-l-wrap {
    position: static;
  }
}
#contents.stx-index .stx_cp-block-ttl {
  width: 103px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-ttl {
    width: 20.4vw;
    margin: 0 auto 4.4vw;
  }
}
#contents.stx-index .stx_cp-block-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: -0.05em;
  color: #ddd;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#contents.stx-index .stx_cp-block-txt span {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffef6d;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-txt span {
    font-size: 5.8666666667vw;
    line-height: 1.23;
    margin-top: 2vw;
  }
}
#contents.stx-index .stx_cp-block-txt small {
  display: block;
  font-size: 18px;
  color: #e0540a;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-txt small {
    font-size: 3.2vw;
    margin-top: 1.2vw;
  }
}
#contents.stx-index .stx_cp-block-prd {
  position: relative;
}
#contents.stx-index .stx_cp-block-prd-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents.stx-index .stx_cp-block-prd-list li {
  width: 185px;
  box-shadow: 0 0 30px 0 rgba(255, 239, 109, 0.2), 0 1px 10px rgba(0, 0, 0, 0.75);
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-prd-list li {
    width: 26.6666666667vw;
    box-shadow: 0 0 4vw 0 rgba(255, 239, 109, 0.2), 0 0.1333333333vw 1.3333333333vw rgba(0, 0, 0, 0.75);
  }
}
#contents.stx-index .stx_cp-block-prd-list li:first-of-type {
  margin-left: 85px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-prd-list li:first-of-type {
    margin-left: 7.0666666667vw;
  }
}
#contents.stx-index .stx_cp-block-prd-list li:nth-of-type(4), #contents.stx-index .stx_cp-block-prd-list li:nth-of-type(5), #contents.stx-index .stx_cp-block-prd-list li:nth-of-type(6) {
  margin-top: -78px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-prd-list li:nth-of-type(4), #contents.stx-index .stx_cp-block-prd-list li:nth-of-type(5), #contents.stx-index .stx_cp-block-prd-list li:nth-of-type(6) {
    margin-top: -6vw;
  }
}
#contents.stx-index .stx_cp-block-prd-list li:last-of-type {
  margin-right: 85px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-prd-list li:last-of-type {
    margin-right: 7.0666666667vw;
  }
}
#contents.stx-index .stx_cp-block-prd-slide {
  width: 100%;
}
#contents.stx-index .stx_cp-block-prd-slide li {
  opacity: 0;
}
#contents.stx-index .stx_cp-block-prd-slide li .sl-img {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-prd-slide li .sl-img {
    margin-bottom: 0.9333333333vw;
  }
}
#contents.stx-index .stx_cp-block-prd-name {
  font-size: 14px;
  font-weight: 500;
  color: #ddd;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-prd-name {
    font-size: 2.4vw;
  }
}
#contents.stx-index .stx_cp-block-prd-name span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block-prd-name span {
    font-size: 2.1333333333vw;
    line-height: 1;
  }
}
#contents.stx-index .stx_cp-block.cp-01 {
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-01 {
    margin-bottom: 16vw;
  }
}
#contents.stx-index .stx_cp-block.cp-01 .stx_cp-block-l-wrap {
  top: 58px;
  left: 44px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-01 .stx_cp-block-l-wrap {
    margin-bottom: 7.7333333333vw;
  }
}
#contents.stx-index .stx_cp-block.cp-01 .stx_cp-block-prd {
  width: 666px;
  margin: 0 17px 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-01 .stx_cp-block-prd {
    width: 90.6666666667vw;
    margin: 0 auto 0 1.7333333333vw;
  }
}
#contents.stx-index .stx_cp-block.cp-01 .stx_cp-block-prd-name {
  position: absolute;
  right: 12px;
  bottom: 7px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-01 .stx_cp-block-prd-name {
    right: 0;
    bottom: -5.0666666667vw;
  }
}
#contents.stx-index .stx_cp-block.cp-02 {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-02 {
    margin-bottom: 11.4666666667vw;
  }
}
#contents.stx-index .stx_cp-block.cp-02 .stx_cp-block-l-wrap {
  top: 63px;
  right: 164px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-02 .stx_cp-block-l-wrap {
    margin-bottom: 5.3333333333vw;
  }
}
#contents.stx-index .stx_cp-block.cp-02 .stx_cp-block-prd {
  width: 249px;
  margin: 0 auto 0 200px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-02 .stx_cp-block-prd {
    width: 50.6666666667vw;
    margin: 0 auto;
  }
}
#contents.stx-index .stx_cp-block.cp-03 .stx_cp-block-l-wrap {
  top: -10px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-03 .stx_cp-block-l-wrap {
    margin-bottom: 3.6vw;
  }
}
#contents.stx-index .stx_cp-block.cp-03 .stx_cp-block-prd {
  width: 710px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-03 .stx_cp-block-prd {
    width: 94.6666666667vw;
    margin: 0 auto;
  }
}
#contents.stx-index .stx_cp-block.cp-03 .stx_cp-block-prd-name {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-block.cp-03 .stx_cp-block-prd-name {
    bottom: 0;
  }
}
#contents.stx-index .stx_cp-attention {
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-attention {
    margin-top: 4.6666666667vw;
  }
}
#contents.stx-index .stx_cp-attention dt {
  font-size: 18px;
  font-weight: 700;
  color: #f55d0b;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-attention dt {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
#contents.stx-index .stx_cp-attention dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #ddd;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_cp-attention dd {
    font-size: 2.9333333333vw;
    line-height: 1.36;
  }
}
#contents.stx-index .stx_about {
  padding-top: 170px;
  padding-bottom: 122px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about {
    padding-top: 14.4vw;
    padding-bottom: 15.6vw;
  }
}
#contents.stx-index .stx_about::after {
  content: "";
  background-image: url("/assets/images/strixhaven/about-txt-bg_pc.png");
  background-size: 946px 394px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 394px;
  display: block;
  position: relative;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about::after {
    background-image: url("/assets/images/strixhaven/about-txt-bg_sp.png");
    background-size: 77.0666666667vw 35.4666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 35.4666666667vw;
    display: block;
    position: relative;
    background-position: left top;
    position: absolute;
  }
}
#contents.stx-index .stx_about-inner {
  width: 100%;
  min-width: 1200px;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #eee;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-inner {
    min-width: 100%;
    max-width: none;
  }
}
#contents.stx-index .stx_about-ttl {
  width: 773px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-ttl {
    width: 90.8vw;
    margin: 0 auto 7.2vw;
  }
}
#contents.stx-index .stx_about-txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.64;
  text-align: center;
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.74), 1px 0px 10px rgba(0, 0, 0, 0.74), 1px 0px 10px rgba(0, 0, 0, 0.74);
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-txt {
    font-size: 3.4666666667vw;
    line-height: 1.84;
  }
}
#contents.stx-index .stx_about-note {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.74), 1px 0px 10px rgba(0, 0, 0, 0.74), 1px 0px 10px rgba(0, 0, 0, 0.74);
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-note {
    font-size: 2.9333333333vw;
    line-height: 1.45;
    margin-top: 3.4666666667vw;
  }
}
#contents.stx-index .stx_about-note span {
  color: #e70000;
}
#contents.stx-index .stx_about-prd {
  width: 1200px;
  margin: 46px auto 17px;
  padding: 36px 0 26px;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-prd {
    width: 100%;
    margin: 5.6vw auto 3.2vw;
    padding: 5.6vw 0 2.9333333333vw;
    display: block;
  }
}
#contents.stx-index .stx_about-prd::before, #contents.stx-index .stx_about-prd::after {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-prd::before, #contents.stx-index .stx_about-prd::after {
    width: 90.6666666667vw;
  }
}
#contents.stx-index .stx_about-prd::before {
  top: 0;
}
#contents.stx-index .stx_about-prd::after {
  bottom: 0;
}
#contents.stx-index .stx_about-prd-txt {
  width: 525px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: -0.04em;
  color: #ffef6d;
  margin-top: 112px;
  margin-left: 37px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-prd-txt {
    width: 100%;
    font-size: 4vw;
    line-height: 1.53;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
  }
}
#contents.stx-index .stx_about-prd-img {
  width: 608px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-prd-img {
    width: 81.0666666667vw;
    margin: 1.7333333333vw auto 0;
  }
}
#contents.stx-index .stx_about-en-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.74), 1px 0px 10px rgba(0, 0, 0, 0.74), 1px 0px 10px rgba(0, 0, 0, 0.74);
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-en-txt {
    font-size: 3.2vw;
    line-height: 1.66;
  }
}
#contents.stx-index .stx_about-card-block {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block {
    margin-top: 9.8666666667vw;
  }
}
#contents.stx-index .stx_about-card-block .card-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block .card-list {
    width: 96vw;
    margin: 0 auto;
  }
}
#contents.stx-index .stx_about-card-block .card-list li {
  width: 219px;
  margin: 0 10px 45px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block .card-list li {
    width: 29.2vw;
    margin: 0 1.3333333333vw 2.4vw;
  }
}
#contents.stx-index .stx_about-card-block .card-wrap {
  width: 219px;
  height: 300px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block .card-wrap {
    width: 29.2vw;
    height: 40vw;
  }
}
#contents.stx-index .stx_about-card-block .card-wrap:hover {
  filter: brightness(1.25);
}
#contents.stx-index .stx_about-card-block .card {
  width: 180px;
  height: 251px;
  position: absolute;
  box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.75);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block .card {
    width: 24vw;
    height: 33.4666666667vw;
    box-shadow: -1px 1px 1.3333333333vw 0 rgba(0, 0, 0, 0.75);
    border-radius: 1.0666666667vw;
  }
}
#contents.stx-index .stx_about-card-block .card.back {
  top: 9px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block .card.back {
    top: 1.2vw;
    left: 1.3333333333vw;
  }
}
#contents.stx-index .stx_about-card-block .card.front {
  bottom: 10px;
  right: 9px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block .card.front {
    bottom: 1.3333333333vw;
    right: 1.2vw;
  }
}
#contents.stx-index .stx_about-card-block .change-btn {
  width: 29px;
  height: 29px;
  background-color: #000;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 271px;
  left: 13px;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block .change-btn {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    border: 0.2666666667vw solid #ccc;
    border-radius: 0.4vw;
    top: 34.6666666667vw;
    left: 1.7333333333vw;
  }
}
#contents.stx-index .stx_about-card-block .change-btn::before {
  content: "";
  background-image: url("/assets/images/strixhaven/btn-arrow.png");
  background-size: 14px 11px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block .change-btn::before {
    background-image: url("/assets/images/strixhaven/btn-arrow.png");
    background-size: 3.2vw 2.6666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 5.6vw;
    height: 5.6vw;
    display: block;
    position: relative;
    background-position: center;
  }
}
#contents.stx-index .stx_about-card-block .change-btn:hover {
  background: linear-gradient(to bottom, #f02809, #ff962c);
}
#contents.stx-index .stx_about-card-block .card-txt {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_about-card-block .card-txt {
    font-size: 2.6666666667vw;
    margin-top: 0.9333333333vw;
  }
}
#contents.stx-index .stx_prd {
  padding: 140px 0 163px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd {
    padding: 15.7333333333vw 0 20vw;
  }
}
#contents.stx-index .stx_prd-inner {
  width: 100%;
  min-width: 1200px;
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-inner {
    min-width: 100%;
    max-width: none;
  }
}
#contents.stx-index .stx_prd-inner::after {
  content: "";
  display: block;
  background-image: url("/assets/images/strixhaven/prd-chara-img_pc.png");
  background-size: 590px 940px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 590px;
  height: 940px;
  display: block;
  position: relative;
  position: absolute;
  top: 134px;
  right: -221px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-inner::after {
    background-image: url("/assets/images/strixhaven/prd-chara-img_sp.png");
    background-size: 55.8666666667vw 128.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 55.8666666667vw;
    height: 128.8vw;
    display: block;
    position: relative;
    position: absolute;
    top: 9.3333333333vw;
    right: 0;
    opacity: 0.5;
  }
}
#contents.stx-index .stx_prd-ttl {
  width: 402px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-ttl {
    width: 54vw;
    margin: 0 auto 9.4666666667vw;
  }
}
#contents.stx-index .stx_prd-list {
  width: 903px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-list {
    width: 92.5333333333vw;
    margin: 0 auto;
    display: block;
  }
}
#contents.stx-index .stx_prd-list > li {
  width: 285px;
  margin-right: 24px;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-list > li {
    width: 74.4vw;
    margin-right: 0;
    margin-bottom: 10.2666666667vw;
  }
}
#contents.stx-index .stx_prd-list > li:nth-of-type(3), #contents.stx-index .stx_prd-list > li:nth-of-type(5) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-list > li:nth-of-type(even) {
    margin: 0 0 10.2666666667vw auto;
  }
}
#contents.stx-index .stx_prd-list > li:last-of-type {
  margin-bottom: 0;
}
#contents.stx-index .stx_prd-list-l-wrap {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #ddd;
  padding-left: 20px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-list-l-wrap {
    font-size: 3.2vw;
    letter-spacing: -0.03em;
    padding-left: 4.6666666667vw;
    margin-top: 2.4vw;
  }
}
#contents.stx-index .stx_prd-list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #f55d0b;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-list-ttl {
    font-size: 4.5333333333vw;
  }
}
#contents.stx-index .stx_prd-list-txt {
  line-height: 1.84;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-list-txt {
    line-height: 1.83;
    margin-top: 3.8666666667vw;
  }
}
#contents.stx-index .stx_prd-list-txt li {
  padding-left: 1em;
  position: relative;
}
#contents.stx-index .stx_prd-list-txt li::before {
  content: "■";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#contents.stx-index .stx_prd-list small {
  display: block;
  color: #ddd;
}
#contents.stx-index .stx_prd-list .attention {
  color: #e70000;
}
#contents.stx-index .stx_prd-btn {
  width: 535px;
  margin: 92px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-btn {
    width: 82.6666666667vw;
    margin: 14.4vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-btn a {
    line-height: 1.38;
    padding: 3.7333333333vw 0;
  }
}
#contents.stx-index .stx_prd-btn a span {
  display: inline;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .stx_prd-btn a span::before {
    top: 0.9333333333vw;
    bottom: auto;
  }
}
#contents.stx-index .card-modal {
  width: 100%;
  height: 100%;
  min-height: 700px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .card-modal {
    min-height: auto;
  }
}
#contents.stx-index .card-modal.active {
  display: block;
}
#contents.stx-index .card-modal_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
#contents.stx-index .card-modal_cont {
  width: 265px;
  padding-top: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .card-modal_cont {
    width: 80vw;
    max-width: 265px;
    padding-top: 16vw;
  }
}
#contents.stx-index .card-modal_cont .close-btn {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .card-modal_cont .close-btn {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    right: 0vw;
  }
}
#contents.stx-index .card-modal_cont .close-btn::before, #contents.stx-index .card-modal_cont .close-btn::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .card-modal_cont .close-btn::before, #contents.stx-index .card-modal_cont .close-btn::after {
    width: 16vw;
  }
}
#contents.stx-index .card-modal_cont .close-btn::before {
  transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}
#contents.stx-index .card-modal_cont .close-btn::after {
  transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}
#contents.stx-index .card-modal_cont .card-img {
  width: 100%;
  pointer-events: auto;
}
#contents.stx-index .yt-modal {
  width: 100%;
  height: 100%;
  min-height: 700px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .yt-modal {
    min-height: auto;
  }
}
#contents.stx-index .yt-modal.active {
  display: block;
}
#contents.stx-index .yt-modal_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
#contents.stx-index .yt-modal_cont {
  width: 780px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  #contents.stx-index .yt-modal_cont {
    width: 82.6666666667vw;
  }
}
#contents.stx-index .yt-modal_cont .close-btn {
  width: 43px;
  height: 43px;
  position: absolute;
  top: -60px;
  right: -60px;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .yt-modal_cont .close-btn {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    top: -16vw;
    right: 0vw;
  }
}
#contents.stx-index .yt-modal_cont .close-btn::before, #contents.stx-index .yt-modal_cont .close-btn::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  #contents.stx-index .yt-modal_cont .close-btn::before, #contents.stx-index .yt-modal_cont .close-btn::after {
    width: 16vw;
  }
}
#contents.stx-index .yt-modal_cont .close-btn::before {
  transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}
#contents.stx-index .yt-modal_cont .close-btn::after {
  transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}
#contents.stx-index .yt-modal_movie {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#contents.stx-index .yt-modal_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ----------------------------------------------------------------------------------------

	cookie .scss

---------------------------------------------------------------------------------------- */
#contents.cookie-index .cookie_kv {
  background-color: #fff;
}
#contents.cookie-index .cookie_kv .page-title-custom {
  text-align: center;
  padding: 93px 0 78px;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_kv .page-title-custom {
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
}
#contents.cookie-index .cookie_kv .page-title-custom h1 {
  width: 360px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  border-bottom: 2px solid #f55d0b;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_kv .page-title-custom h1 {
    width: 92vw;
    margin: 0 auto 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#contents.cookie-index .cookie_kv .page-title-custom .lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_kv .page-title-custom .lead {
    font-size: 2vw;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
  }
}
#contents.cookie-index .cookie_about {
  background: url(/assets/images/common/bg-pattern1.gif) repeat;
}
#contents.cookie-index .cookie_about-l-inner {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 68px 0 140px;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-l-inner {
    width: 92vw;
    font-size: 1.8666666667vw;
    padding: 6.6666666667vw 0 13.3333333333vw;
  }
}
#contents.cookie-index .cookie_about-date {
  font-weight: bold;
  color: #f55d0b;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-date {
    margin-bottom: 1.8666666667vw;
  }
}
#contents.cookie-index .cookie_about-txt {
  line-height: 2.25;
  text-align: center;
}
#contents.cookie-index .cookie_about-table-wrap {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-table-wrap {
    margin-top: 5.3333333333vw;
  }
}
#contents.cookie-index .cookie_about-table {
  table-layout: fixed;
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-table {
    width: 100%;
  }
}
#contents.cookie-index .cookie_about-table .thead {
  width: 100%;
  height: 70px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-table .thead {
    height: 9.3333333333vw;
  }
}
#contents.cookie-index .cookie_about-table .thead th {
  width: 285px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.01em;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-table .thead th {
    width: 28vw;
    font-size: 1.7333333333vw;
  }
}
#contents.cookie-index .cookie_about-table .thead th.wide {
  width: 450px;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-table .thead th.wide {
    width: 36vw;
  }
}
#contents.cookie-index .cookie_about-table tr {
  width: 100%;
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-table tr {
    font-size: 1.6vw;
  }
}
#contents.cookie-index .cookie_about-table tr th {
  font-weight: bold;
  padding: 19px 20px 23px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-table tr th {
    padding: 2.5333333333vw 2.6666666667vw 3.0666666667vw;
  }
}
#contents.cookie-index .cookie_about-table tr td {
  padding: 19px 13.5px 23px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  #contents.cookie-index .cookie_about-table tr td {
    padding: 2.5333333333vw 1.8vw 3.0666666667vw;
  }
}
#contents.cookie-index .cookie_about-table tr td a {
  text-decoration: none;
  color: #333;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 1168px) {
  #contents.cookie-index .cookie_about-table tr td a:hover {
    color: #f55d0b;
    text-decoration: underline;
  }
}

/* ----------------------------------------------------------------------------------------

	neo .scss

---------------------------------------------------------------------------------------- */
.float-banner {
  position: fixed;
  right: 0;
  top: 117px;
  z-index: 10;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 768px) {
  .float-banner {
    top: auto;
    bottom: 55px;
    right: 50%;
    transform: translateX(50%);
  }
}
.float-banner.disabled {
  opacity: 0;
}
.float-banner a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("/assets/images/common/0224_cp_cut_rev2.png");
  background-size: 369px 207px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 369px;
  height: 207px;
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .float-banner a {
    background-image: url("/assets/images/common/0224_cp_cut_rev2.png");
    background-size: 50vw 28vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 50vw;
    height: 28vw;
    display: block;
    position: relative;
  }
}
.float-banner a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .neo header {
    position: relative;
    z-index: 3;
  }
}

#contents.neo-index {
  color: #eee;
  position: relative;
}
#contents.neo-index::before {
  content: "";
  background-image: url("/assets/images/neo/cp-bg_pc.jpg");
  background-size: 1920px 1187px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 1187px;
  display: block;
  position: relative;
  position: fixed;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index::before {
    background-image: url("/assets/images/neo/cp-bg_sp.jpg");
    background-size: 100vw 260.2666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 260.2666666667vw;
    display: block;
    position: relative;
    position: fixed;
    top: -52.6666666667vw;
    left: 0;
  }
}
#contents.neo-index img {
  width: 100%;
  height: auto;
  vertical-align: auto;
}
#contents.neo-index .pankuzu {
  z-index: 1;
}
#contents.neo-index .fixed {
  overflow: hidden;
}
#contents.neo-index .inview-item {
  transition: transform 0.45s linear, opacity 0.6s linear;
  transform: translateY(5px);
  opacity: 0;
}
#contents.neo-index .glitchImg {
  opacity: 0;
}
#contents.dmu-index.neo-index .dmu_prd-btn a, #contents.dmu-index.neo-index .dmu_cp-btn li a, #contents.dmu-index.neo-index .dmu_cp-block-btn a, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a, #contents.dmu-index.neo-index .dmu_promo-block-btn li a, #contents.neo-index .neo_prd-btn a, #contents.neo-index .neo_cp-btn a, #contents.neo-index .neo_info-btn li a, #contents.neo-index .neo_info-amulet-btn a, #contents.stx-index.neo-index .stx_info-btn li a, #contents.stx-index.neo-index .stx_prd-btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  border: 2px solid #f55d0b;
  text-align: center;
  padding: 19.5px 0;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}
#contents.dmu-index.neo-index .dmu_prd-btn a span, #contents.dmu-index.neo-index .dmu_cp-btn li a span, #contents.dmu-index.neo-index .dmu_cp-block-btn a span, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a span, #contents.dmu-index.neo-index .dmu_promo-block-btn li a span, #contents.neo-index .neo_prd-btn a span, #contents.neo-index .neo_cp-btn a span, #contents.neo-index .neo_info-btn li a span, #contents.neo-index .neo_info-amulet-btn a span, #contents.stx-index.neo-index .stx_info-btn li a span, #contents.stx-index.neo-index .stx_prd-btn a span {
  position: relative;
  z-index: 1;
}
#contents.dmu-index.neo-index .dmu_prd-btn a:after, #contents.dmu-index.neo-index .dmu_cp-btn li a:after, #contents.dmu-index.neo-index .dmu_cp-block-btn a:after, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:after, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:after, #contents.neo-index .neo_prd-btn a:after, #contents.neo-index .neo_cp-btn a:after, #contents.neo-index .neo_info-btn li a:after, #contents.neo-index .neo_info-amulet-btn a:after, #contents.stx-index.neo-index .stx_info-btn li a:after, #contents.stx-index.neo-index .stx_prd-btn a:after, #contents.dmu-index.neo-index .dmu_prd-btn a:before, #contents.dmu-index.neo-index .dmu_cp-btn li a:before, #contents.dmu-index.neo-index .dmu_cp-block-btn a:before, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:before, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:before, #contents.neo-index .neo_prd-btn a:before, #contents.neo-index .neo_cp-btn a:before, #contents.neo-index .neo_info-btn li a:before, #contents.neo-index .neo_info-amulet-btn a:before, #contents.stx-index.neo-index .stx_info-btn li a:before, #contents.stx-index.neo-index .stx_prd-btn a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
  z-index: 0;
}
#contents.dmu-index.neo-index .dmu_prd-btn a:after, #contents.dmu-index.neo-index .dmu_cp-btn li a:after, #contents.dmu-index.neo-index .dmu_cp-block-btn a:after, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:after, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:after, #contents.neo-index .neo_prd-btn a:after, #contents.neo-index .neo_cp-btn a:after, #contents.neo-index .neo_info-btn li a:after, #contents.neo-index .neo_info-amulet-btn a:after, #contents.stx-index.neo-index .stx_info-btn li a:after, #contents.stx-index.neo-index .stx_prd-btn a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.dmu-index.neo-index .dmu_prd-btn a:before, #contents.dmu-index.neo-index .dmu_cp-btn li a:before, #contents.dmu-index.neo-index .dmu_cp-block-btn a:before, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:before, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:before, #contents.neo-index .neo_prd-btn a:before, #contents.neo-index .neo_cp-btn a:before, #contents.neo-index .neo_info-btn li a:before, #contents.neo-index .neo_info-amulet-btn a:before, #contents.stx-index.neo-index .stx_info-btn li a:before, #contents.stx-index.neo-index .stx_prd-btn a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.dmu-index.neo-index .dmu_prd-btn a:hover, #contents.dmu-index.neo-index .dmu_cp-btn li a:hover, #contents.dmu-index.neo-index .dmu_cp-block-btn a:hover, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:hover, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:hover, #contents.neo-index .neo_prd-btn a:hover, #contents.neo-index .neo_cp-btn a:hover, #contents.neo-index .neo_info-btn li a:hover, #contents.neo-index .neo_info-amulet-btn a:hover, #contents.stx-index.neo-index .stx_info-btn li a:hover, #contents.stx-index.neo-index .stx_prd-btn a:hover, #contents.dmu-index.neo-index .dmu_prd-btn a.hovered, #contents.dmu-index.neo-index .dmu_cp-btn li a.hovered, #contents.dmu-index.neo-index .dmu_cp-block-btn a.hovered, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a.hovered, #contents.dmu-index.neo-index .dmu_promo-block-btn li a.hovered, #contents.neo-index .neo_prd-btn a.hovered, #contents.neo-index .neo_cp-btn a.hovered, #contents.neo-index .neo_info-btn li a.hovered, #contents.neo-index .neo_info-amulet-btn a.hovered, #contents.stx-index.neo-index .stx_info-btn li a.hovered, #contents.stx-index.neo-index .stx_prd-btn a.hovered {
  color: #fff;
}
#contents.dmu-index.neo-index .dmu_prd-btn a:hover:after, #contents.dmu-index.neo-index .dmu_cp-btn li a:hover:after, #contents.dmu-index.neo-index .dmu_cp-block-btn a:hover:after, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:hover:after, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:hover:after, #contents.neo-index .neo_prd-btn a:hover:after, #contents.neo-index .neo_cp-btn a:hover:after, #contents.neo-index .neo_info-btn li a:hover:after, #contents.neo-index .neo_info-amulet-btn a:hover:after, #contents.stx-index.neo-index .stx_info-btn li a:hover:after, #contents.stx-index.neo-index .stx_prd-btn a:hover:after, #contents.dmu-index.neo-index .dmu_prd-btn a.hovered:after, #contents.dmu-index.neo-index .dmu_cp-btn li a.hovered:after, #contents.dmu-index.neo-index .dmu_cp-block-btn a.hovered:after, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a.hovered:after, #contents.dmu-index.neo-index .dmu_promo-block-btn li a.hovered:after, #contents.neo-index .neo_prd-btn a.hovered:after, #contents.neo-index .neo_cp-btn a.hovered:after, #contents.neo-index .neo_info-btn li a.hovered:after, #contents.neo-index .neo_info-amulet-btn a.hovered:after, #contents.stx-index.neo-index .stx_info-btn li a.hovered:after, #contents.stx-index.neo-index .stx_prd-btn a.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.dmu-index.neo-index .dmu_prd-btn a:hover:before, #contents.dmu-index.neo-index .dmu_cp-btn li a:hover:before, #contents.dmu-index.neo-index .dmu_cp-block-btn a:hover:before, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:hover:before, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:hover:before, #contents.neo-index .neo_prd-btn a:hover:before, #contents.neo-index .neo_cp-btn a:hover:before, #contents.neo-index .neo_info-btn li a:hover:before, #contents.neo-index .neo_info-amulet-btn a:hover:before, #contents.stx-index.neo-index .stx_info-btn li a:hover:before, #contents.stx-index.neo-index .stx_prd-btn a:hover:before, #contents.dmu-index.neo-index .dmu_prd-btn a.hovered:before, #contents.dmu-index.neo-index .dmu_cp-btn li a.hovered:before, #contents.dmu-index.neo-index .dmu_cp-block-btn a.hovered:before, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a.hovered:before, #contents.dmu-index.neo-index .dmu_promo-block-btn li a.hovered:before, #contents.neo-index .neo_prd-btn a.hovered:before, #contents.neo-index .neo_cp-btn a.hovered:before, #contents.neo-index .neo_info-btn li a.hovered:before, #contents.neo-index .neo_info-amulet-btn a.hovered:before, #contents.stx-index.neo-index .stx_info-btn li a.hovered:before, #contents.stx-index.neo-index .stx_prd-btn a.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.neo-index .dmu_prd-btn a:after, #contents.dmu-index.neo-index .dmu_cp-btn li a:after, #contents.dmu-index.neo-index .dmu_cp-block-btn a:after, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:after, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:after, #contents.neo-index .neo_prd-btn a:after, #contents.neo-index .neo_cp-btn a:after, #contents.neo-index .neo_info-btn li a:after, #contents.neo-index .neo_info-amulet-btn a:after, #contents.stx-index.neo-index .stx_info-btn li a:after, #contents.stx-index.neo-index .stx_prd-btn a:after, #contents.dmu-index.neo-index .dmu_prd-btn a:before, #contents.dmu-index.neo-index .dmu_cp-btn li a:before, #contents.dmu-index.neo-index .dmu_cp-block-btn a:before, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:before, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:before, #contents.neo-index .neo_prd-btn a:before, #contents.neo-index .neo_cp-btn a:before, #contents.neo-index .neo_info-btn li a:before, #contents.neo-index .neo_info-amulet-btn a:before, #contents.stx-index.neo-index .stx_info-btn li a:before, #contents.stx-index.neo-index .stx_prd-btn a:before {
    display: none;
  }
  #contents.dmu-index.neo-index .dmu_prd-btn a:hover, #contents.dmu-index.neo-index .dmu_cp-btn li a:hover, #contents.dmu-index.neo-index .dmu_cp-block-btn a:hover, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:hover, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:hover, #contents.neo-index .neo_prd-btn a:hover, #contents.neo-index .neo_cp-btn a:hover, #contents.neo-index .neo_info-btn li a:hover, #contents.neo-index .neo_info-amulet-btn a:hover, #contents.stx-index.neo-index .stx_info-btn li a:hover, #contents.stx-index.neo-index .stx_prd-btn a:hover {
    color: #ddd;
  }
  #contents.dmu-index.neo-index .dmu_prd-btn a.hovered, #contents.dmu-index.neo-index .dmu_cp-btn li a.hovered, #contents.dmu-index.neo-index .dmu_cp-block-btn a.hovered, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a.hovered, #contents.dmu-index.neo-index .dmu_promo-block-btn li a.hovered, #contents.neo-index .neo_prd-btn a.hovered, #contents.neo-index .neo_cp-btn a.hovered, #contents.neo-index .neo_info-btn li a.hovered, #contents.neo-index .neo_info-amulet-btn a.hovered, #contents.stx-index.neo-index .stx_info-btn li a.hovered, #contents.stx-index.neo-index .stx_prd-btn a.hovered {
    color: #fff;
    background-color: rgb(243, 126, 10);
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.neo-index .dmu_prd-btn a, #contents.dmu-index.neo-index .dmu_cp-btn li a, #contents.dmu-index.neo-index .dmu_cp-block-btn a, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a, #contents.dmu-index.neo-index .dmu_promo-block-btn li a, #contents.neo-index .neo_prd-btn a, #contents.neo-index .neo_cp-btn a, #contents.neo-index .neo_info-btn li a, #contents.neo-index .neo_info-amulet-btn a, #contents.stx-index.neo-index .stx_info-btn li a, #contents.stx-index.neo-index .stx_prd-btn a {
    font-size: 3.3333333333vw;
    border: 0.2666666667vw solid #f55d0b;
    padding: 3vw 0;
  }
}
#contents.dmu-index.neo-index .dmu_prd-btn a span, #contents.dmu-index.neo-index .dmu_cp-btn li a span, #contents.dmu-index.neo-index .dmu_cp-block-btn a span, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a span, #contents.dmu-index.neo-index .dmu_promo-block-btn li a span, #contents.neo-index .neo_prd-btn a span, #contents.neo-index .neo_cp-btn a span, #contents.neo-index .neo_info-btn li a span, #contents.neo-index .neo_info-amulet-btn a span, #contents.stx-index.neo-index .stx_info-btn li a span, #contents.stx-index.neo-index .stx_prd-btn a span {
  display: inline-block;
  padding: 0 13px 0 23px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.neo-index .dmu_prd-btn a span, #contents.dmu-index.neo-index .dmu_cp-btn li a span, #contents.dmu-index.neo-index .dmu_cp-block-btn a span, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a span, #contents.dmu-index.neo-index .dmu_promo-block-btn li a span, #contents.neo-index .neo_prd-btn a span, #contents.neo-index .neo_cp-btn a span, #contents.neo-index .neo_info-btn li a span, #contents.neo-index .neo_info-amulet-btn a span, #contents.stx-index.neo-index .stx_info-btn li a span, #contents.stx-index.neo-index .stx_prd-btn a span {
    padding: 0 0 0 4.8vw;
  }
}
#contents.dmu-index.neo-index .dmu_prd-btn a span::before, #contents.dmu-index.neo-index .dmu_cp-btn li a span::before, #contents.dmu-index.neo-index .dmu_cp-block-btn a span::before, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a span::before, #contents.dmu-index.neo-index .dmu_promo-block-btn li a span::before, #contents.neo-index .neo_prd-btn a span::before, #contents.neo-index .neo_cp-btn a span::before, #contents.neo-index .neo_info-btn li a span::before, #contents.neo-index .neo_info-amulet-btn a span::before, #contents.stx-index.neo-index .stx_info-btn li a span::before, #contents.stx-index.neo-index .stx_prd-btn a span::before {
  content: "";
  background-image: url("/assets/images/common/more-arrow.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  transform-origin: center;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.neo-index .dmu_prd-btn a span::before, #contents.dmu-index.neo-index .dmu_cp-btn li a span::before, #contents.dmu-index.neo-index .dmu_cp-block-btn a span::before, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a span::before, #contents.dmu-index.neo-index .dmu_promo-block-btn li a span::before, #contents.neo-index .neo_prd-btn a span::before, #contents.neo-index .neo_cp-btn a span::before, #contents.neo-index .neo_info-btn li a span::before, #contents.neo-index .neo_info-amulet-btn a span::before, #contents.stx-index.neo-index .stx_info-btn li a span::before, #contents.stx-index.neo-index .stx_prd-btn a span::before {
    background-image: url("/assets/images/common/more-arrow.png");
    background-size: 2.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 2.8vw;
    height: 2.8vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.dmu-index.neo-index .dmu_prd-btn a:hover span::before, #contents.dmu-index.neo-index .dmu_cp-btn li a:hover span::before, #contents.dmu-index.neo-index .dmu_cp-block-btn a:hover span::before, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:hover span::before, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:hover span::before, #contents.neo-index .neo_prd-btn a:hover span::before, #contents.neo-index .neo_cp-btn a:hover span::before, #contents.neo-index .neo_info-btn li a:hover span::before, #contents.neo-index .neo_info-amulet-btn a:hover span::before, #contents.stx-index.neo-index .stx_info-btn li a:hover span::before, #contents.stx-index.neo-index .stx_prd-btn a:hover span::before {
  background-image: url("/assets/images/common/more-arrow-white.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index.neo-index .dmu_prd-btn a:hover span::before, #contents.dmu-index.neo-index .dmu_cp-btn li a:hover span::before, #contents.dmu-index.neo-index .dmu_cp-block-btn a:hover span::before, #contents.dmu-index.neo-index .dmu_cp-block-info-btn a:hover span::before, #contents.dmu-index.neo-index .dmu_promo-block-btn li a:hover span::before, #contents.neo-index .neo_prd-btn a:hover span::before, #contents.neo-index .neo_cp-btn a:hover span::before, #contents.neo-index .neo_info-btn li a:hover span::before, #contents.neo-index .neo_info-amulet-btn a:hover span::before, #contents.stx-index.neo-index .stx_info-btn li a:hover span::before, #contents.stx-index.neo-index .stx_prd-btn a:hover span::before {
    background-image: url("/assets/images/common/more-arrow-white.png");
    background-size: 2.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 2.8vw;
    height: 2.8vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.neo-index .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 10;
}
#contents.neo-index .neo_mv {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  min-height: 600px;
  max-height: 950px;
  margin: 0 auto;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv {
    min-width: 100%;
    max-width: none;
    min-height: 153.3333333333vw;
    max-height: 164vw;
  }
}
#contents.neo-index .neo_mv-inner-wrap {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-inner-wrap {
    max-width: none;
  }
}
#contents.neo-index .neo_mv-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#contents.neo-index .neo_mv-bg {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-bg {
    width: 100%;
  }
}
#contents.neo-index .neo_mv-bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contents.neo-index .neo_mv-bg-img.bg-01 {
  background-image: url("/assets/images/neo/mv-bg-01_pc.jpg");
  background-size: 1920px 950px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 950px;
  display: block;
  position: relative;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-bg-img.bg-01 {
    background-image: url("/assets/images/neo/mv-bg-01_sp.jpg");
    background-size: 100vw 160vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 160vw;
    display: block;
    position: relative;
    height: 100%;
    background-size: cover;
    position: absolute;
  }
}
#contents.neo-index .neo_mv-bg-img.bg-02 {
  background-image: url("/assets/images/neo/mv-bg-02_pc.jpg");
  background-size: 1920px 950px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 950px;
  display: block;
  position: relative;
  height: 100%;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-bg-img.bg-02 {
    background-image: url("/assets/images/neo/mv-bg-02_sp.jpg");
    background-size: 100vw 160vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 160vw;
    display: block;
    position: relative;
    height: 100%;
    background-size: cover;
    position: absolute;
  }
}
#contents.neo-index .neo_mv-chara {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-chara {
    max-width: none;
  }
}
#contents.neo-index .neo_mv-chara-inner {
  width: 1200px;
  height: 1337px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-chara-inner {
    width: 100%;
    height: 172.6666666667vw;
  }
}
#contents.neo-index .neo_mv-chara .chara {
  width: 1776px;
  position: absolute;
  top: 0;
  right: -360px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-chara .chara {
    width: 100vw;
    right: 0;
  }
}
#contents.neo-index .neo_mv-chara .chara canvas {
  width: 100%;
  height: auto;
}
#contents.neo-index .neo_mv-ttl {
  width: 616px;
  position: absolute;
  bottom: calc(50% - 132px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-ttl {
    width: 82.1333333333vw;
    top: auto;
    bottom: calc(50% - 32vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
#contents.neo-index .neo_mv-ttl span {
  display: inline-block;
}
#contents.neo-index .neo_mv-btn-wrap {
  position: absolute;
  bottom: calc(50% - 241px);
  left: 0;
  right: 0;
  margin: auto;
  width: 930px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-btn-wrap {
    width: 66.6666666667vw;
    bottom: calc(50% - 77vw);
  }
}
#contents.neo-index .neo_mv-btn-l-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-btn-l-inner {
    display: block;
  }
}
#contents.neo-index .neo_mv-btn {
  width: 300px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-btn {
    width: 100%;
    height: 11.3333333333vw;
    margin-bottom: 2.2666666667vw;
  }
}
#contents.neo-index .neo_mv-btn:last-of-type {
  margin-bottom: 0;
}
#contents.neo-index .neo_mv-btn > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(-8deg, rgba(0, 173, 235, 0.8) 0%, rgba(0, 173, 235, 0.8) 7%, rgba(255, 0, 128, 0.8) 100%);
  border: 2px solid #ddd;
  transition: opacity 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-btn > a {
    font-size: 4.5333333333vw;
  }
}
#contents.neo-index .neo_mv-btn > a:hover {
  opacity: 0.9;
}
#contents.neo-index .neo_mv-btn.wpn-shop > a {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-btn.wpn-shop > a {
    font-size: 3.7333333333vw;
  }
}
#contents.neo-index .neo_mv-btn ul {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #666;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-btn ul {
    top: 11.3333333333vw;
  }
}
#contents.neo-index .neo_mv-btn ul li a {
  display: block;
  font-size: 14px;
  color: #ddd;
  padding: 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_mv-btn ul li a {
    font-size: 3.6vw;
    padding: 1.6vw;
  }
}
#contents.neo-index .neo_mv-btn ul li a:hover {
  background-color: rgba(131, 20, 0, 0.7);
}
@media screen and (min-width: 1168px) {
  #contents.neo-index .neo_mv-btn ul:hover {
    display: block;
  }
}
#contents.neo-index .neo_movie {
  background-color: #000;
  position: relative;
}
#contents.neo-index .neo_movie-inner {
  padding-top: 148px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_movie-inner {
    padding-top: 13.3333333333vw;
  }
}
#contents.neo-index .neo_movie-frame {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #047ab2;
  box-shadow: 0 0 30px rgba(0, 114, 168, 0.9);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_movie-frame {
    width: 82.6666666667vw;
  }
}
#contents.neo-index .neo_movie-yt {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#contents.neo-index .neo_movie-yt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contents.neo-index .neo_info {
  padding: 103px 0 124px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info {
    padding: 12vw 0 14.9333333333vw;
  }
}
#contents.neo-index .neo_info-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-inner {
    width: 100%;
  }
}
#contents.neo-index .neo_info-ttl {
  width: 365px;
  margin: 0 auto 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-ttl {
    width: 48.5333333333vw;
    margin: 0 auto 0.8vw;
  }
}
#contents.neo-index .neo_info-date {
  width: 671px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-date {
    width: 87.7333333333vw;
    margin: 0 auto;
  }
}
#contents.neo-index .neo_info-block {
  margin-top: 167px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-block {
    margin-top: -1.2vw;
  }
}
#contents.neo-index .neo_info-block-l-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-block-l-wrap {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
#contents.neo-index .neo_info-amulet {
  position: relative;
}
#contents.neo-index .neo_info-amulet-img-wrap {
  width: 662px;
  position: absolute;
  top: -150px;
  right: -11px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-amulet-img-wrap {
    width: 88.2666666667vw;
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
  }
}
#contents.neo-index .neo_info-amulet-notes {
  font-size: 11px;
  color: #ddd;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-amulet-notes {
    font-size: 2.1333333333vw;
    bottom: -0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-amulet-cont {
    margin-top: 4.9333333333vw;
  }
}
#contents.neo-index .neo_info-amulet-txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.04em;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-amulet-txt {
    font-size: 4.2666666667vw;
    line-height: 1.46;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 4.8vw;
  }
}
#contents.neo-index .neo_info-amulet-txt span {
  display: block;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -0.07em;
  color: #f00189;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-amulet-txt span {
    font-size: 4.8vw;
    line-height: 1.38;
    letter-spacing: -0.04em;
  }
}
#contents.neo-index .neo_info-amulet-txt span span {
  display: inline-block;
  font-size: 26px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-amulet-txt span span {
    font-size: 4.8vw;
  }
}
#contents.neo-index .neo_info-amulet-btn {
  width: 340px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-amulet-btn {
    width: 61.3333333333vw;
    margin: 0 auto;
  }
}
#contents.neo-index .neo_info-download {
  background-image: url("/assets/images/neo/info-download-bg_pc.jpg");
  background-size: 600px 220px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 600px;
  height: 220px;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-download {
    background-image: url("/assets/images/neo/info-download-bg_sp.jpg");
    background-size: 92vw 38.6666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 92vw;
    height: 38.6666666667vw;
    display: block;
    position: relative;
    margin: 0 auto;
    font-size: 3.2vw;
    line-height: 1.66;
    display: flex;
  }
}
#contents.neo-index .neo_info-download-inner {
  padding-left: 217px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-download-inner {
    padding-left: 31.3333333333vw;
  }
}
#contents.neo-index .neo_info-download-btn {
  width: 300px;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-download-btn {
    width: 48vw;
    margin-top: 2.4vw;
  }
}
#contents.neo-index .neo_info-download-btn a {
  display: block;
  width: 100%;
  border: 2px solid #ddd;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  color: #ddd;
  text-decoration: none;
  text-align: center;
  padding: 9px 0;
  transition: opacity 0.2s ease-in-out;
}
#contents.neo-index .neo_info-download-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-download-btn a {
    border: 0.2666666667vw solid #ddd;
    font-size: 3.2vw;
    padding: 1.7466666667vw 0;
  }
}
#contents.neo-index .neo_info-download-btn a span {
  display: inline-block;
  padding: 0 10px 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-download-btn a span {
    padding: 0 0.6666666667vw 0 4.9333333333vw;
  }
}
#contents.neo-index .neo_info-download-btn a span::before {
  content: "";
  background-image: url("/assets/images/neo/ico-download.png");
  background-size: 16px 20px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 16px;
  height: 20px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-download-btn a span::before {
    background-image: url("/assets/images/neo/ico-download.png");
    background-size: 2.9333333333vw 3.6vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 2.9333333333vw;
    height: 3.6vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.neo-index .neo_info-prd {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-prd {
    align-items: center;
    justify-content: center;
    margin-top: 3.0666666667vw;
  }
}
#contents.neo-index .neo_info-prd-img {
  width: 183px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-prd-img {
    width: 24.2666666667vw;
    margin-right: 4vw;
    margin-left: 2.4vw;
  }
}
#contents.neo-index .neo_info-prd-cont {
  font-weight: 700;
  margin-top: 108px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-prd-cont {
    margin-top: 0;
  }
}
#contents.neo-index .neo_info-prd-name {
  font-size: 20px;
  color: #f00189;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-prd-name {
    font-size: 3.4666666667vw;
  }
}
#contents.neo-index .neo_info-prd-info {
  font-size: 16px;
  line-height: 1.75;
  color: #ddd;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-prd-info {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 1.3333333333vw;
  }
}
#contents.neo-index .neo_info-prd-info li::before {
  content: "■";
}
#contents.neo-index .neo_info-prd-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.66;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-prd-price {
    font-size: 2.4vw;
    line-height: 1.44;
    margin-top: 0.8vw;
  }
}
#contents.neo-index .neo_info-cp {
  min-height: 290px;
  border: 1px solid #0093d9;
  background-color: rgba(0, 119, 228, 0.2);
  background-image: url("/assets/images/neo/info-cp-bg_pc.png");
  background-size: 655px 213px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background-position: right 75px;
  margin-top: 56px;
  padding: 35px 0 42px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp {
    min-height: auto;
    background-image: url("/assets/images/neo/info-cp-bg_sp.png");
    background-size: 86.8vw 28.4vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 92vw;
    height: auto;
    display: block;
    position: relative;
    background-position: right -0.9333333333vw;
    margin: 2.6666666667vw auto 0;
    padding: 4.6666666667vw 0 1.6vw;
  }
}
#contents.neo-index .neo_info-cp-inner {
  text-align: center;
}
#contents.neo-index .neo_info-cp-ttl {
  width: 443px;
  margin: 0 auto 11px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-ttl {
    width: 71.2vw;
    margin: 0 auto;
  }
}
#contents.neo-index .neo_info-cp-card {
  width: 307px;
  position: absolute;
  top: -58px;
  left: 37px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-card {
    width: 39.8666666667vw;
    margin: -1.3333333333vw auto 0;
    position: static;
  }
}
#contents.neo-index .neo_info-cp-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-txt {
    font-size: 3.4666666667vw;
    line-height: 1.46;
  }
}
#contents.neo-index .neo_info-cp-txt span {
  display: block;
  color: #f00189;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-txt span {
    margin-top: 0.5333333333vw;
  }
}
#contents.neo-index .neo_info-cp-prd {
  width: 231px;
  position: absolute;
  top: 13px;
  right: 47px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-prd {
    width: auto;
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-prd-img {
    width: 33.8666666667vw;
  }
}
#contents.neo-index .neo_info-cp-prd-txt {
  font-weight: 700;
  margin-top: -15px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-prd-txt {
    margin-top: 10.4vw;
    padding-left: 2.4vw;
  }
}
#contents.neo-index .neo_info-cp-prd-txt dt {
  font-size: 15px;
  color: #f00189;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-prd-txt dt {
    font-size: 3.2vw;
  }
}
#contents.neo-index .neo_info-cp-prd-txt dd {
  font-size: 16px;
  line-height: 1.55;
  color: #ddd;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-prd-txt dd {
    font-size: 2.9333333333vw;
    line-height: 1.27;
  }
}
#contents.neo-index .neo_info-cp-prd-txt dd span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-cp-prd-txt dd span {
    font-size: 2.9333333333vw;
  }
}
#contents.neo-index .neo_info-btn {
  width: 902px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 85px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-btn {
    width: 76.8vw;
    margin: 7.0666666667vw auto 0;
    display: block;
  }
}
#contents.neo-index .neo_info-btn li {
  width: 440px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-btn li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_info-btn li:last-of-type {
    margin-top: 2.4vw;
  }
}
#contents.neo-index .neo_cp {
  padding: 100px 0;
  position: relative;
}
#contents.neo-index .neo_cp-inner {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #047ab2;
  box-shadow: 0 0 30px rgba(0, 114, 168, 0.9);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 67px 50px 68px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-inner {
    width: 94.6666666667vw;
    padding: 5.3333333333vw 0 8.6666666667vw;
  }
}
#contents.neo-index .neo_cp-ttl {
  width: 778px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-ttl {
    width: 58.8vw;
    margin: 0 auto 6.6666666667vw;
  }
}
#contents.neo-index .neo_cp-info {
  width: 100%;
  position: relative;
}
#contents.neo-index .neo_cp-info-img {
  width: 473px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-info-img {
    width: 44.4vw;
    position: absolute;
    top: -9.3333333333vw;
    left: 3.3333333333vw;
  }
}
#contents.neo-index .neo_cp-info-txt-wrap {
  width: 671px;
  position: absolute;
  top: 68px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-info-txt-wrap {
    width: 100%;
    position: static;
  }
}
#contents.neo-index .neo_cp-info-t-txt {
  width: 545px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-info-t-txt {
    width: 44.9333333333vw;
    margin: 0 3.4666666667vw 8.2666666667vw auto;
  }
}
#contents.neo-index .neo_cp-info-u-txt {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-info-u-txt {
    width: 89.4666666667vw;
    margin: 0 auto;
  }
}
#contents.neo-index .neo_cp-block-wrap {
  margin-top: 28px;
  padding: 25px 0 42px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block-wrap {
    width: 90.6666666667vw;
    margin: 6vw auto 0;
    padding: 4.4vw 0 6.9333333333vw;
  }
}
#contents.neo-index .neo_cp-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block {
    display: block;
  }
}
#contents.neo-index .neo_cp-block.block-01 {
  flex-direction: row;
}
#contents.neo-index .neo_cp-block.block-01 .neo_cp-block-cont {
  padding: 0 0 10px 20px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-01 .neo_cp-block-cont {
    padding: 0;
  }
}
#contents.neo-index .neo_cp-block.block-01 .neo_cp-block-ttl {
  width: 230px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-01 .neo_cp-block-ttl {
    width: 35.8666666667vw;
  }
}
#contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd {
  padding: 58px 24px 0 0;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd {
    width: 86.6666666667vw;
    margin: 4.2666666667vw auto 0;
    padding: 0;
  }
}
#contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd::before {
  content: "";
  background-image: url("/assets/images/neo/cp-block-prd-circle.png");
  background-size: 120px 121px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 120px;
  height: 121px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd::before {
    background-image: url("/assets/images/neo/cp-block-prd-circle.png");
    background-size: 19.0666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 19.0666666667vw;
    height: 19.0666666667vw;
    display: block;
    position: relative;
    position: absolute;
    top: -8vw;
    right: -1.0666666667vw;
  }
}
#contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd-list {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd-list {
    width: 100%;
  }
}
#contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd-list li {
  width: 322px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd-list li {
    width: 43.8666666667vw;
  }
}
#contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd-list li:last-of-type {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd-list li:last-of-type {
    margin-left: -1.3333333333vw;
  }
}
#contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd-notes {
  padding-right: 7px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-01 .neo_cp-block-prd-notes {
    padding-right: 0;
    margin-top: -0.6666666667vw;
  }
}
#contents.neo-index .neo_cp-block.block-02 {
  flex-direction: row-reverse;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-02 {
    margin-top: 8.4vw;
  }
}
#contents.neo-index .neo_cp-block.block-02 .neo_cp-block-cont {
  padding: 0 13px 8px 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-02 .neo_cp-block-cont {
    padding: 0;
  }
}
#contents.neo-index .neo_cp-block.block-02 .neo_cp-block-ttl {
  width: 195px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-02 .neo_cp-block-ttl {
    width: 30.4vw;
  }
}
#contents.neo-index .neo_cp-block.block-02 .neo_cp-block-prd {
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-02 .neo_cp-block-prd {
    width: 89.6vw;
    margin: 2.2666666667vw auto 0;
  }
}
#contents.neo-index .neo_cp-block.block-02 .neo_cp-block-prd-list {
  width: 697px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-02 .neo_cp-block-prd-list {
    width: 89.0666666667vw;
  }
}
#contents.neo-index .neo_cp-block.block-02 .neo_cp-block-prd-list li {
  width: 100%;
}
#contents.neo-index .neo_cp-block.block-02 .neo_cp-block-prd-notes {
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block.block-02 .neo_cp-block-prd-notes {
    padding-left: 1.4666666667vw;
    margin-top: -1.3333333333vw;
  }
}
#contents.neo-index .neo_cp-block-ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block-ttl {
    margin: 0 auto 0.5333333333vw;
  }
}
#contents.neo-index .neo_cp-block-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
  color: #ddd;
  padding-left: 12px;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block-txt {
    font-size: 3.4666666667vw;
    line-height: 1.38;
    padding-left: 0;
    text-align: center;
  }
}
#contents.neo-index .neo_cp-block-txt span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #f00189;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block-txt span {
    font-size: 6.1333333333vw;
    line-height: 1.17;
    padding-top: 1.8666666667vw;
  }
}
#contents.neo-index .neo_cp-block-prd {
  position: relative;
}
#contents.neo-index .neo_cp-block-prd-notes {
  display: inline-block;
  font-size: 11px;
  color: #ddd;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-block-prd-notes {
    font-size: 2.4vw;
  }
}
#contents.neo-index .neo_cp-btn {
  width: 440px;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 46px auto 32px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-btn {
    width: 76.8vw;
    margin: 7.3333333333vw auto 6vw;
  }
}
#contents.neo-index .neo_cp-attention {
  text-align: center;
  color: #ddd;
}
#contents.neo-index .neo_cp-attention dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-attention dt {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}
#contents.neo-index .neo_cp-attention dd {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_cp-attention dd {
    font-size: 2.9333333333vw;
    line-height: 1.45;
  }
}
#contents.neo-index .neo_showcase {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #000;
  position: relative;
  background-image: url("/assets/images/neo/showcase-bg_pc.png");
  background-size: 1920px 1416px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase {
    background-image: url("/assets/images/neo/showcase-bg_sp.png");
    background-size: 100vw 188.4vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
}
#contents.neo-index .neo_showcase.ios-bg {
  background-image: none;
}
#contents.neo-index .neo_showcase.ios-bg .neo_showcase-bg {
  display: block;
}
#contents.neo-index .neo_showcase-bg {
  position: sticky;
  top: 0;
  height: 0;
  display: none;
}
#contents.neo-index .neo_showcase-bg::before {
  content: "";
  background-image: url("/assets/images/neo/showcase-bg_pc.png");
  background-size: 1920px 1416px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 1416px;
  display: block;
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-bg::before {
    background-image: url("/assets/images/neo/showcase-bg_sp.png");
    background-size: 100vw 188.4vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 188.4vw;
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    position: absolute;
  }
}
#contents.neo-index .neo_showcase-inner {
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 140px 0 154px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-inner {
    max-width: none;
    min-width: auto;
    padding: 14.4vw 0 16vw;
  }
}
#contents.neo-index .neo_showcase-ttl {
  width: 781px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-ttl {
    width: 96.1333333333vw;
  }
}
#contents.neo-index .neo_showcase-card {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card {
    margin-top: 4.6666666667vw;
  }
}
#contents.neo-index .neo_showcase-card-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-list {
    width: 77.3333333333vw;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
#contents.neo-index .neo_showcase-card-list li {
  margin-right: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-list li {
    margin-right: 13.0666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-list li:nth-of-type(2) {
    margin-right: 0;
  }
}
#contents.neo-index .neo_showcase-card-list li:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-list li:nth-of-type(3) {
    margin-right: auto;
    margin-bottom: 0;
  }
}
#contents.neo-index .neo_showcase-card-ct {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-ct {
    width: 92vw;
    margin: 5.3333333333vw auto 0;
  }
}
#contents.neo-index .neo_showcase-card-ct dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-ct dl {
    margin-bottom: 4vw;
  }
}
#contents.neo-index .neo_showcase-card-ct dl:last-of-type {
  margin-bottom: 0;
}
#contents.neo-index .neo_showcase-card-ct dl.active dt::after {
  transform: rotate(180deg);
}
#contents.neo-index .neo_showcase-card-ct dl dt {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12px 24px 16px;
  border: 1px solid #047ab2;
  box-shadow: 0 0 30px rgba(0, 114, 168, 0.9);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-ct dl dt {
    font-size: 5.0666666667vw;
    padding: 3.2666666667vw 2.8vw 3.4vw;
  }
}
#contents.neo-index .neo_showcase-card-ct dl dt > div {
  font-size: 18px;
  font-family: "Beleren";
  line-height: 1;
  color: #ddd;
  padding-top: 7px;
  margin-left: 22px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-ct dl dt > div {
    font-size: 2.4vw;
    padding-top: 0.6666666667vw;
    margin-left: 3.3333333333vw;
  }
}
#contents.neo-index .neo_showcase-card-ct dl dt > div span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-ct dl dt > div span {
    font-size: 3.2vw;
  }
}
#contents.neo-index .neo_showcase-card-ct dl dt::after {
  content: "";
  background-image: url("/assets/images/neo/ct-arrow.svg");
  background-size: 37px 21px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 37px;
  height: 21px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-ct dl dt::after {
    background-image: url("/assets/images/neo/ct-arrow.svg");
    background-size: 4.9333333333vw 2.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 4.9333333333vw;
    height: 2.8vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.neo-index .neo_showcase-card-ct dl dd {
  display: none;
}
#contents.neo-index .neo_showcase-card-ct dl dd ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 15.5px 60px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-ct dl dd ul {
    padding: 2.6666666667vw 1.3333333333vw 0.6666666667vw;
  }
}
#contents.neo-index .neo_showcase-card-ct dl dd ul li {
  width: 185px;
  position: relative;
  margin: 20px 19.5px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-ct dl dd ul li {
    width: 26.6666666667vw;
    margin: 2vw 4.6666666667vw 2vw 0;
  }
}
#contents.neo-index .neo_showcase-card-ct dl dd ul li span {
  display: block;
  width: 99%;
  height: 99%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 18px rgba(55, 182, 255, 0.6), 0 0 18px rgba(55, 182, 255, 0.6);
  border-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card-ct dl dd ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
#contents.neo-index .neo_showcase-card .card-img-wrap {
  display: flex;
  flex-direction: row;
}
#contents.neo-index .neo_showcase-card .card-img-wrap .card-img {
  width: 238px;
  margin-right: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card .card-img-wrap .card-img {
    width: 32vw;
    margin-right: 13.0666666667vw;
  }
}
#contents.neo-index .neo_showcase-card .card-img-wrap .card-img:last-of-type {
  margin-right: 0;
}
#contents.neo-index .neo_showcase-card .card-img-wrap .card-img span {
  display: block;
  width: 99%;
  height: 99%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 18px rgba(55, 182, 255, 0.6), 0 0 18px rgba(55, 182, 255, 0.6);
  border-radius: 10px;
  z-index: -1;
}
#contents.neo-index .neo_showcase-card .card-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card .card-name {
    font-size: 3.4666666667vw;
    margin-top: 0.9333333333vw;
  }
}
#contents.neo-index .neo_showcase-card .card-name span {
  display: block;
  font-family: "Beleren";
  font-size: 12px;
  color: #ddd;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_showcase-card .card-name span {
    font-size: 2.6666666667vw;
    margin-top: 0;
  }
}
#contents.neo-index .neo_prd {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
#contents.neo-index .neo_prd-inner {
  width: 100%;
  min-width: 1200px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 140px 0 185px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-inner {
    min-width: 100%;
    max-width: none;
    padding: 15.3333333333vw 0 23.7333333333vw;
  }
}
#contents.neo-index .neo_prd-chara {
  width: 1122px;
  height: 1122px;
  position: absolute;
  top: 80px;
  right: -160px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-chara {
    width: 100vw;
    height: 142.4vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#contents.neo-index .neo_prd-ttl {
  width: 446px;
  margin: 0 auto 63px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-ttl {
    width: 59.3333333333vw;
    margin: 0 auto 1.3333333333vw;
  }
}
#contents.neo-index .neo_prd-list {
  width: 945px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-list {
    width: 92vw;
    margin: 0 auto;
    display: block;
  }
}
#contents.neo-index .neo_prd-list > li {
  width: 290px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-list > li {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
#contents.neo-index .neo_prd-list > li:nth-of-type(1) {
  margin-right: 49px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-list > li:nth-of-type(1) {
    margin-right: 0;
  }
}
#contents.neo-index .neo_prd-list > li:nth-of-type(2) {
  margin-right: 26px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-list > li:nth-of-type(2) {
    margin-right: 0;
  }
}
#contents.neo-index .neo_prd-list > li:nth-of-type(4) {
  margin-right: 64px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-list > li:nth-of-type(4) {
    margin-right: 0;
  }
}
#contents.neo-index .neo_prd-list > li:nth-of-type(even) .neo_prd-list-l-wrap {
  width: 66.6666666667vw;
  margin: 0 0 0 auto;
}
#contents.neo-index .neo_prd-list-l-wrap {
  letter-spacing: -0.01em;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-list-l-wrap {
    padding-left: 0.4vw;
  }
}
#contents.neo-index .neo_prd-list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #f55d0b;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-list-ttl {
    font-size: 4.5333333333vw;
  }
}
#contents.neo-index .neo_prd-list-txt {
  font-size: 13px;
  line-height: 1.84;
  color: #ddd;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-list-txt {
    font-size: 3.2vw;
    line-height: 1.83;
    margin-top: 3.7333333333vw;
  }
}
#contents.neo-index .neo_prd-list-txt li {
  padding-left: 1em;
  position: relative;
}
#contents.neo-index .neo_prd-list-txt li::before {
  content: "■";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#contents.neo-index .neo_prd-btn {
  width: 500px;
  margin: 34px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-btn {
    width: 82.6666666667vw;
    margin: 15.3333333333vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-btn a {
    line-height: 1.38;
    padding: 3.7333333333vw 0;
  }
}
#contents.neo-index .neo_prd-btn a span {
  display: inline;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .neo_prd-btn a span::before {
    top: 0.9333333333vw;
    bottom: auto;
  }
}
#contents.neo-index .pre_t {
  position: absolute;
  top: 158px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1573px;
  text-align: center;
}
#contents.neo-index .pre_t img {
  max-width: 100%;
  min-width: 1200px;
}
#contents.neo-index #pre_t1 {
  animation: pre_t1 10s ease-in infinite;
}
#contents.neo-index #pre_t2 {
  animation: pre_t2 10s ease-in infinite;
}
#contents.neo-index #canvas_wrap {
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: 0;
}
#contents.neo-index #canvas {
  display: block;
  width: 100%;
  height: 100%;
}
#contents.neo-index #canvas_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 3%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgb(0, 0, 0) 97%);
  background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 3%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgb(0, 0, 0) 97%);
  background: linear-gradient(90deg, rgb(0, 0, 0) 3%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgb(0, 0, 0) 97%);
}
#contents.neo-index #canvas_mask2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 98%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 98%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 98%);
}
#contents.neo-index #huda1 {
  position: absolute;
  top: 10%;
  left: 8%;
  animation: flicker 3s infinite alternate;
  opacity: 0.8;
  line-height: 1;
  filter: blur(1px);
}
#contents.neo-index #huda1 img {
  opacity: 0.5;
  vertical-align: bottom;
  width: 100%;
}
#contents.neo-index #huda2 {
  position: absolute;
  top: 25%;
  right: 5%;
  animation: flicker2 2s infinite alternate;
  opacity: 0.8;
  line-height: 1;
  width: 70px;
  filter: blur(1px);
}
#contents.neo-index #huda2 img {
  vertical-align: bottom;
  width: 100%;
}
#contents.neo-index #huda3 {
  position: absolute;
  top: 45%;
  right: 12%;
  animation: flicker2 2s infinite alternate;
  opacity: 0.5;
  line-height: 1;
  width: 200px;
  filter: blur(2px);
}
#contents.neo-index #huda3 img {
  vertical-align: bottom;
  width: 100%;
}
#contents.neo-index #huda4 {
  position: absolute;
  top: 40%;
  left: 48%;
  animation: flicker2 2s infinite alternate;
  opacity: 0.3;
  line-height: 1;
  filter: blur(2px);
}
#contents.neo-index #huda4 img {
  vertical-align: bottom;
  width: 100%;
}
#contents.neo-index #huda5 {
  position: absolute;
  top: 60%;
  right: 30%;
  animation: flicker 2s infinite alternate;
  opacity: 0.4;
  width: 250px;
  line-height: 1;
  filter: blur(2px);
}
#contents.neo-index #huda5 img {
  vertical-align: bottom;
  width: 100%;
}
#contents.neo-index #huda6 {
  position: absolute;
  top: 35%;
  left: 30%;
  animation: flicker 3s infinite alternate;
  opacity: 0.8;
  line-height: 1;
  filter: blur(1px);
}
#contents.neo-index #huda6 img {
  opacity: 0.5;
  vertical-align: bottom;
  width: 100%;
}
#contents.neo-index #huda7 {
  position: absolute;
  top: 45%;
  left: 20%;
  animation: flicker2 2s infinite alternate;
  opacity: 0.7;
  line-height: 1;
  width: 210px;
  filter: blur(1px);
}
#contents.neo-index #huda7 img {
  vertical-align: bottom;
  width: 100%;
}
#contents.neo-index #huda8 {
  position: absolute;
  top: 63%;
  right: 10%;
  animation: flicker 3s infinite alternate;
  opacity: 0.5;
  line-height: 1;
  filter: blur(2px);
  width: 90px;
}
#contents.neo-index #huda8 img {
  opacity: 0.5;
  vertical-align: bottom;
  width: 100%;
}
#contents.neo-index #huda9 {
  position: absolute;
  top: 57%;
  left: 10%;
  animation: flicker2 2s infinite alternate;
  opacity: 0.4;
  line-height: 1;
  filter: blur(1px);
  width: 90px;
}
#contents.neo-index #huda9 img {
  vertical-align: bottom;
  width: 100%;
}
#contents.neo-index #huda_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    box-shadow: 0 0 0.5rem #2f82aa, inset 0 0 0.5rem #2f82aa, 0 0 2rem #08f, inset 0 0 2rem #08f, 0 0 4rem #08f, inset 0 0 4rem #08f;
  }
  20%, 24%, 55% {
    box-shadow: none;
  }
}
@keyframes flicker2 {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    box-shadow: 0 0 0.5rem #9e0b5e, inset 0 0 0.5rem #9e0b5e, 0 0 2rem #f00189, inset 0 0 2rem #f00189, 0 0 4rem #f00189, inset 0 0 4rem #f00189;
  }
  15%, 18%, 55% {
    box-shadow: none;
  }
}
@keyframes pre_t1 {
  from {
    opacity: 0.5;
  }
  10.5% {
    opacity: 1;
  }
  21% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  55% {
    opacity: 1;
  }
  81% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.8;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes pre_t2 {
  from {
    opacity: 0;
  }
  10.5% {
    opacity: 0;
  }
  21% {
    opacity: 0.8;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  51% {
    opacity: 0;
  }
  55% {
    opacity: 0.7;
  }
  81% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
#contents.neo-index .sp_block {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.neo-index .pc_block {
    display: none;
  }
  #contents.neo-index .sp_block {
    display: block;
  }
  #contents.neo-index #canvas_wrap {
    top: 0;
    height: 200vh;
    width: 210%;
    left: -50%;
  }
  #contents.neo-index #canvas_mask {
    background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 80%, rgb(0, 0, 0) 98%);
    background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 80%, rgb(0, 0, 0) 98%);
    background: linear-gradient(90deg, rgb(0, 0, 0) 6%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 80%, rgb(0, 0, 0) 98%);
  }
  #contents.neo-index #canvas_mask2 {
    background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0.5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0) 99.5%);
    background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0.5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0) 99.5%);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0.5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0) 99.5%);
  }
  #contents.neo-index .contents_fig {
    min-width: 100%;
  }
  #contents.neo-index .pre_t {
    width: 105.0666666667vw;
    top: 19.4666666667vw;
    left: calc(50% - 0.4vw);
  }
  #contents.neo-index .pre_t img {
    max-width: 100%;
    min-width: 0;
  }
  #contents.neo-index #huda7 {
    left: 12%;
    width: 180px;
  }
}

/* ----------------------------------------------------------------------------------------

	dmu .scss

---------------------------------------------------------------------------------------- */
.dmu {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .dmu header {
    position: relative;
    z-index: 3;
  }
}

#contents.dmu-index {
  overflow: hidden;
  position: relative;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index {
    min-width: 100%;
  }
}
#contents.dmu-index img {
  width: 100%;
  height: auto;
  vertical-align: auto;
}
#contents.dmu-index .pankuzu {
  z-index: 1;
}
#contents.dmu-index .fixed {
  overflow: hidden;
}
#contents.dmu-index .inview-item {
  transition: transform 0.45s linear, opacity 0.6s linear;
  transform: translateY(5px);
  opacity: 0;
}
#contents.dmu-index .dmu_prd-btn a, #contents.dmu-index .dmu_cp-btn li a, #contents.dmu-index .dmu_cp-block-btn a, #contents.dmu-index .dmu_cp-block-info-btn a, #contents.dmu-index .dmu_promo-block-btn li a, #contents.stx-index.dmu-index .stx_info-btn li a, #contents.stx-index.dmu-index .stx_prd-btn a, #contents.neo-index.dmu-index .neo_info-amulet-btn a, #contents.neo-index.dmu-index .neo_info-btn li a, #contents.neo-index.dmu-index .neo_cp-btn a, #contents.neo-index.dmu-index .neo_prd-btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  border: 2px solid #f55d0b;
  text-align: center;
  padding: 19.5px 0;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}
#contents.dmu-index .dmu_prd-btn a span, #contents.dmu-index .dmu_cp-btn li a span, #contents.dmu-index .dmu_cp-block-btn a span, #contents.dmu-index .dmu_cp-block-info-btn a span, #contents.dmu-index .dmu_promo-block-btn li a span, #contents.stx-index.dmu-index .stx_info-btn li a span, #contents.stx-index.dmu-index .stx_prd-btn a span, #contents.neo-index.dmu-index .neo_info-amulet-btn a span, #contents.neo-index.dmu-index .neo_info-btn li a span, #contents.neo-index.dmu-index .neo_cp-btn a span, #contents.neo-index.dmu-index .neo_prd-btn a span {
  position: relative;
  z-index: 1;
}
#contents.dmu-index .dmu_prd-btn a:after, #contents.dmu-index .dmu_cp-btn li a:after, #contents.dmu-index .dmu_cp-block-btn a:after, #contents.dmu-index .dmu_cp-block-info-btn a:after, #contents.dmu-index .dmu_promo-block-btn li a:after, #contents.stx-index.dmu-index .stx_info-btn li a:after, #contents.stx-index.dmu-index .stx_prd-btn a:after, #contents.neo-index.dmu-index .neo_info-amulet-btn a:after, #contents.neo-index.dmu-index .neo_info-btn li a:after, #contents.neo-index.dmu-index .neo_cp-btn a:after, #contents.neo-index.dmu-index .neo_prd-btn a:after, #contents.dmu-index .dmu_prd-btn a:before, #contents.dmu-index .dmu_cp-btn li a:before, #contents.dmu-index .dmu_cp-block-btn a:before, #contents.dmu-index .dmu_cp-block-info-btn a:before, #contents.dmu-index .dmu_promo-block-btn li a:before, #contents.stx-index.dmu-index .stx_info-btn li a:before, #contents.stx-index.dmu-index .stx_prd-btn a:before, #contents.neo-index.dmu-index .neo_info-amulet-btn a:before, #contents.neo-index.dmu-index .neo_info-btn li a:before, #contents.neo-index.dmu-index .neo_cp-btn a:before, #contents.neo-index.dmu-index .neo_prd-btn a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
  z-index: 0;
}
#contents.dmu-index .dmu_prd-btn a:after, #contents.dmu-index .dmu_cp-btn li a:after, #contents.dmu-index .dmu_cp-block-btn a:after, #contents.dmu-index .dmu_cp-block-info-btn a:after, #contents.dmu-index .dmu_promo-block-btn li a:after, #contents.stx-index.dmu-index .stx_info-btn li a:after, #contents.stx-index.dmu-index .stx_prd-btn a:after, #contents.neo-index.dmu-index .neo_info-amulet-btn a:after, #contents.neo-index.dmu-index .neo_info-btn li a:after, #contents.neo-index.dmu-index .neo_cp-btn a:after, #contents.neo-index.dmu-index .neo_prd-btn a:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.dmu-index .dmu_prd-btn a:before, #contents.dmu-index .dmu_cp-btn li a:before, #contents.dmu-index .dmu_cp-block-btn a:before, #contents.dmu-index .dmu_cp-block-info-btn a:before, #contents.dmu-index .dmu_promo-block-btn li a:before, #contents.stx-index.dmu-index .stx_info-btn li a:before, #contents.stx-index.dmu-index .stx_prd-btn a:before, #contents.neo-index.dmu-index .neo_info-amulet-btn a:before, #contents.neo-index.dmu-index .neo_info-btn li a:before, #contents.neo-index.dmu-index .neo_cp-btn a:before, #contents.neo-index.dmu-index .neo_prd-btn a:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
#contents.dmu-index .dmu_prd-btn a:hover, #contents.dmu-index .dmu_cp-btn li a:hover, #contents.dmu-index .dmu_cp-block-btn a:hover, #contents.dmu-index .dmu_cp-block-info-btn a:hover, #contents.dmu-index .dmu_promo-block-btn li a:hover, #contents.stx-index.dmu-index .stx_info-btn li a:hover, #contents.stx-index.dmu-index .stx_prd-btn a:hover, #contents.neo-index.dmu-index .neo_info-amulet-btn a:hover, #contents.neo-index.dmu-index .neo_info-btn li a:hover, #contents.neo-index.dmu-index .neo_cp-btn a:hover, #contents.neo-index.dmu-index .neo_prd-btn a:hover, #contents.dmu-index .dmu_prd-btn a.hovered, #contents.dmu-index .dmu_cp-btn li a.hovered, #contents.dmu-index .dmu_cp-block-btn a.hovered, #contents.dmu-index .dmu_cp-block-info-btn a.hovered, #contents.dmu-index .dmu_promo-block-btn li a.hovered, #contents.stx-index.dmu-index .stx_info-btn li a.hovered, #contents.stx-index.dmu-index .stx_prd-btn a.hovered, #contents.neo-index.dmu-index .neo_info-amulet-btn a.hovered, #contents.neo-index.dmu-index .neo_info-btn li a.hovered, #contents.neo-index.dmu-index .neo_cp-btn a.hovered, #contents.neo-index.dmu-index .neo_prd-btn a.hovered {
  color: #fff;
}
#contents.dmu-index .dmu_prd-btn a:hover:after, #contents.dmu-index .dmu_cp-btn li a:hover:after, #contents.dmu-index .dmu_cp-block-btn a:hover:after, #contents.dmu-index .dmu_cp-block-info-btn a:hover:after, #contents.dmu-index .dmu_promo-block-btn li a:hover:after, #contents.stx-index.dmu-index .stx_info-btn li a:hover:after, #contents.stx-index.dmu-index .stx_prd-btn a:hover:after, #contents.neo-index.dmu-index .neo_info-amulet-btn a:hover:after, #contents.neo-index.dmu-index .neo_info-btn li a:hover:after, #contents.neo-index.dmu-index .neo_cp-btn a:hover:after, #contents.neo-index.dmu-index .neo_prd-btn a:hover:after, #contents.dmu-index .dmu_prd-btn a.hovered:after, #contents.dmu-index .dmu_cp-btn li a.hovered:after, #contents.dmu-index .dmu_cp-block-btn a.hovered:after, #contents.dmu-index .dmu_cp-block-info-btn a.hovered:after, #contents.dmu-index .dmu_promo-block-btn li a.hovered:after, #contents.stx-index.dmu-index .stx_info-btn li a.hovered:after, #contents.stx-index.dmu-index .stx_prd-btn a.hovered:after, #contents.neo-index.dmu-index .neo_info-amulet-btn a.hovered:after, #contents.neo-index.dmu-index .neo_info-btn li a.hovered:after, #contents.neo-index.dmu-index .neo_cp-btn a.hovered:after, #contents.neo-index.dmu-index .neo_prd-btn a.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
#contents.dmu-index .dmu_prd-btn a:hover:before, #contents.dmu-index .dmu_cp-btn li a:hover:before, #contents.dmu-index .dmu_cp-block-btn a:hover:before, #contents.dmu-index .dmu_cp-block-info-btn a:hover:before, #contents.dmu-index .dmu_promo-block-btn li a:hover:before, #contents.stx-index.dmu-index .stx_info-btn li a:hover:before, #contents.stx-index.dmu-index .stx_prd-btn a:hover:before, #contents.neo-index.dmu-index .neo_info-amulet-btn a:hover:before, #contents.neo-index.dmu-index .neo_info-btn li a:hover:before, #contents.neo-index.dmu-index .neo_cp-btn a:hover:before, #contents.neo-index.dmu-index .neo_prd-btn a:hover:before, #contents.dmu-index .dmu_prd-btn a.hovered:before, #contents.dmu-index .dmu_cp-btn li a.hovered:before, #contents.dmu-index .dmu_cp-block-btn a.hovered:before, #contents.dmu-index .dmu_cp-block-info-btn a.hovered:before, #contents.dmu-index .dmu_promo-block-btn li a.hovered:before, #contents.stx-index.dmu-index .stx_info-btn li a.hovered:before, #contents.stx-index.dmu-index .stx_prd-btn a.hovered:before, #contents.neo-index.dmu-index .neo_info-amulet-btn a.hovered:before, #contents.neo-index.dmu-index .neo_info-btn li a.hovered:before, #contents.neo-index.dmu-index .neo_cp-btn a.hovered:before, #contents.neo-index.dmu-index .neo_prd-btn a.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-btn a:after, #contents.dmu-index .dmu_cp-btn li a:after, #contents.dmu-index .dmu_cp-block-btn a:after, #contents.dmu-index .dmu_cp-block-info-btn a:after, #contents.dmu-index .dmu_promo-block-btn li a:after, #contents.stx-index.dmu-index .stx_info-btn li a:after, #contents.stx-index.dmu-index .stx_prd-btn a:after, #contents.neo-index.dmu-index .neo_info-amulet-btn a:after, #contents.neo-index.dmu-index .neo_info-btn li a:after, #contents.neo-index.dmu-index .neo_cp-btn a:after, #contents.neo-index.dmu-index .neo_prd-btn a:after, #contents.dmu-index .dmu_prd-btn a:before, #contents.dmu-index .dmu_cp-btn li a:before, #contents.dmu-index .dmu_cp-block-btn a:before, #contents.dmu-index .dmu_cp-block-info-btn a:before, #contents.dmu-index .dmu_promo-block-btn li a:before, #contents.stx-index.dmu-index .stx_info-btn li a:before, #contents.stx-index.dmu-index .stx_prd-btn a:before, #contents.neo-index.dmu-index .neo_info-amulet-btn a:before, #contents.neo-index.dmu-index .neo_info-btn li a:before, #contents.neo-index.dmu-index .neo_cp-btn a:before, #contents.neo-index.dmu-index .neo_prd-btn a:before {
    display: none;
  }
  #contents.dmu-index .dmu_prd-btn a:hover, #contents.dmu-index .dmu_cp-btn li a:hover, #contents.dmu-index .dmu_cp-block-btn a:hover, #contents.dmu-index .dmu_cp-block-info-btn a:hover, #contents.dmu-index .dmu_promo-block-btn li a:hover, #contents.stx-index.dmu-index .stx_info-btn li a:hover, #contents.stx-index.dmu-index .stx_prd-btn a:hover, #contents.neo-index.dmu-index .neo_info-amulet-btn a:hover, #contents.neo-index.dmu-index .neo_info-btn li a:hover, #contents.neo-index.dmu-index .neo_cp-btn a:hover, #contents.neo-index.dmu-index .neo_prd-btn a:hover {
    color: #ddd;
  }
  #contents.dmu-index .dmu_prd-btn a.hovered, #contents.dmu-index .dmu_cp-btn li a.hovered, #contents.dmu-index .dmu_cp-block-btn a.hovered, #contents.dmu-index .dmu_cp-block-info-btn a.hovered, #contents.dmu-index .dmu_promo-block-btn li a.hovered, #contents.stx-index.dmu-index .stx_info-btn li a.hovered, #contents.stx-index.dmu-index .stx_prd-btn a.hovered, #contents.neo-index.dmu-index .neo_info-amulet-btn a.hovered, #contents.neo-index.dmu-index .neo_info-btn li a.hovered, #contents.neo-index.dmu-index .neo_cp-btn a.hovered, #contents.neo-index.dmu-index .neo_prd-btn a.hovered {
    color: #fff;
    background-color: rgb(243, 126, 10);
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-btn a, #contents.dmu-index .dmu_cp-btn li a, #contents.dmu-index .dmu_cp-block-btn a, #contents.dmu-index .dmu_cp-block-info-btn a, #contents.dmu-index .dmu_promo-block-btn li a, #contents.stx-index.dmu-index .stx_info-btn li a, #contents.stx-index.dmu-index .stx_prd-btn a, #contents.neo-index.dmu-index .neo_info-amulet-btn a, #contents.neo-index.dmu-index .neo_info-btn li a, #contents.neo-index.dmu-index .neo_cp-btn a, #contents.neo-index.dmu-index .neo_prd-btn a {
    font-size: 3.3333333333vw;
    border: 0.2666666667vw solid #f55d0b;
    padding: 3vw 0;
  }
}
#contents.dmu-index .dmu_prd-btn a span, #contents.dmu-index .dmu_cp-btn li a span, #contents.dmu-index .dmu_cp-block-btn a span, #contents.dmu-index .dmu_cp-block-info-btn a span, #contents.dmu-index .dmu_promo-block-btn li a span, #contents.stx-index.dmu-index .stx_info-btn li a span, #contents.stx-index.dmu-index .stx_prd-btn a span, #contents.neo-index.dmu-index .neo_info-amulet-btn a span, #contents.neo-index.dmu-index .neo_info-btn li a span, #contents.neo-index.dmu-index .neo_cp-btn a span, #contents.neo-index.dmu-index .neo_prd-btn a span {
  display: inline-block;
  padding: 0 13px 0 23px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-btn a span, #contents.dmu-index .dmu_cp-btn li a span, #contents.dmu-index .dmu_cp-block-btn a span, #contents.dmu-index .dmu_cp-block-info-btn a span, #contents.dmu-index .dmu_promo-block-btn li a span, #contents.stx-index.dmu-index .stx_info-btn li a span, #contents.stx-index.dmu-index .stx_prd-btn a span, #contents.neo-index.dmu-index .neo_info-amulet-btn a span, #contents.neo-index.dmu-index .neo_info-btn li a span, #contents.neo-index.dmu-index .neo_cp-btn a span, #contents.neo-index.dmu-index .neo_prd-btn a span {
    padding: 0 0 0 4.8vw;
  }
}
#contents.dmu-index .dmu_prd-btn a span::before, #contents.dmu-index .dmu_cp-btn li a span::before, #contents.dmu-index .dmu_cp-block-btn a span::before, #contents.dmu-index .dmu_cp-block-info-btn a span::before, #contents.dmu-index .dmu_promo-block-btn li a span::before, #contents.stx-index.dmu-index .stx_info-btn li a span::before, #contents.stx-index.dmu-index .stx_prd-btn a span::before, #contents.neo-index.dmu-index .neo_info-amulet-btn a span::before, #contents.neo-index.dmu-index .neo_info-btn li a span::before, #contents.neo-index.dmu-index .neo_cp-btn a span::before, #contents.neo-index.dmu-index .neo_prd-btn a span::before {
  content: "";
  background-image: url("/assets/images/common/more-arrow.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  transform-origin: center;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-btn a span::before, #contents.dmu-index .dmu_cp-btn li a span::before, #contents.dmu-index .dmu_cp-block-btn a span::before, #contents.dmu-index .dmu_cp-block-info-btn a span::before, #contents.dmu-index .dmu_promo-block-btn li a span::before, #contents.stx-index.dmu-index .stx_info-btn li a span::before, #contents.stx-index.dmu-index .stx_prd-btn a span::before, #contents.neo-index.dmu-index .neo_info-amulet-btn a span::before, #contents.neo-index.dmu-index .neo_info-btn li a span::before, #contents.neo-index.dmu-index .neo_cp-btn a span::before, #contents.neo-index.dmu-index .neo_prd-btn a span::before {
    background-image: url("/assets/images/common/more-arrow.png");
    background-size: 2.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 2.8vw;
    height: 2.8vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.dmu-index .dmu_prd-btn a:hover span::before, #contents.dmu-index .dmu_cp-btn li a:hover span::before, #contents.dmu-index .dmu_cp-block-btn a:hover span::before, #contents.dmu-index .dmu_cp-block-info-btn a:hover span::before, #contents.dmu-index .dmu_promo-block-btn li a:hover span::before, #contents.stx-index.dmu-index .stx_info-btn li a:hover span::before, #contents.stx-index.dmu-index .stx_prd-btn a:hover span::before, #contents.neo-index.dmu-index .neo_info-amulet-btn a:hover span::before, #contents.neo-index.dmu-index .neo_info-btn li a:hover span::before, #contents.neo-index.dmu-index .neo_cp-btn a:hover span::before, #contents.neo-index.dmu-index .neo_prd-btn a:hover span::before {
  background-image: url("/assets/images/common/more-arrow-white.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-btn a:hover span::before, #contents.dmu-index .dmu_cp-btn li a:hover span::before, #contents.dmu-index .dmu_cp-block-btn a:hover span::before, #contents.dmu-index .dmu_cp-block-info-btn a:hover span::before, #contents.dmu-index .dmu_promo-block-btn li a:hover span::before, #contents.stx-index.dmu-index .stx_info-btn li a:hover span::before, #contents.stx-index.dmu-index .stx_prd-btn a:hover span::before, #contents.neo-index.dmu-index .neo_info-amulet-btn a:hover span::before, #contents.neo-index.dmu-index .neo_info-btn li a:hover span::before, #contents.neo-index.dmu-index .neo_cp-btn a:hover span::before, #contents.neo-index.dmu-index .neo_prd-btn a:hover span::before {
    background-image: url("/assets/images/common/more-arrow-white.png");
    background-size: 2.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 2.8vw;
    height: 2.8vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.dmu-index .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 10;
}
#contents.dmu-index .dmu_mv {
  width: 100%;
  height: 100vh;
  min-width: 1200px;
  min-height: 650px;
  max-height: 950px;
  margin: 0 auto;
  background-color: #000;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv {
    min-width: 100%;
    min-height: 153.3333333333vw;
    max-height: 164vw;
  }
}
#contents.dmu-index .dmu_mv-inner {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-image: url("/assets/images/dmu/mv-bg_pc.jpg");
  background-size: 1920px 950px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 950px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-inner {
    max-width: none;
    background-image: url("/assets/images/dmu/mv-bg_sp.jpg");
    background-size: 100vw 160vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 160vw;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
#contents.dmu-index .dmu_mv-ttl-wrap {
  width: 100%;
  height: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}
#contents.dmu-index .dmu_mv-ttl-block {
  width: 554px;
  position: absolute;
  top: 37.58%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-ttl-block {
    width: 89.2vw;
    top: 51.8%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
#contents.dmu-index .dmu_mv-ttl span {
  display: inline-block;
  width: 100%;
  opacity: 0;
}
#contents.dmu-index .dmu_mv-date {
  width: 385px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-date {
    width: 69.4666666667vw;
    margin: 0 auto;
  }
}
#contents.dmu-index .dmu_mv-date span {
  display: inline-block;
  opacity: 0;
}
#contents.dmu-index .dmu_mv-btn-wrap {
  width: 930px;
  position: absolute;
  top: 88.5%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-btn-wrap {
    width: 66.6666666667vw;
    top: 84.2%;
  }
}
#contents.dmu-index .dmu_mv-btn-l-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-btn-l-inner {
    display: block;
  }
}
#contents.dmu-index .dmu_mv-btn {
  width: 300px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-btn {
    width: 100%;
    height: 10.6666666667vw;
    margin-bottom: 1.7333333333vw;
  }
}
#contents.dmu-index .dmu_mv-btn:last-of-type {
  margin-bottom: 0;
}
#contents.dmu-index .dmu_mv-btn > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff100;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(113, 38, 204, 0.9) 0%, rgba(152, 90, 163, 0.9) 100%);
  border: 2px solid #ddd;
  transition: opacity 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-btn > a {
    font-size: 4.5333333333vw;
  }
}
#contents.dmu-index .dmu_mv-btn > a:hover {
  opacity: 0.9;
}
#contents.dmu-index .dmu_mv-btn.wpn-shop > a {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-btn.wpn-shop > a {
    font-size: 3.7333333333vw;
  }
}
#contents.dmu-index .dmu_mv-btn ul {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #666;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-btn ul {
    top: 10.6666666667vw;
  }
}
#contents.dmu-index .dmu_mv-btn ul li a {
  display: block;
  font-size: 14px;
  color: #ddd;
  padding: 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_mv-btn ul li a {
    font-size: 3.6vw;
    padding: 1.6vw;
  }
}
#contents.dmu-index .dmu_mv-btn ul li a:hover {
  background-color: rgba(131, 20, 0, 0.7);
}
@media screen and (min-width: 1168px) {
  #contents.dmu-index .dmu_mv-btn ul:hover {
    display: block;
  }
}
#contents.dmu-index .dmu_movie {
  background-color: #f2ede4;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#contents.dmu-index .dmu_movie-inner {
  padding-top: 93px;
  background-image: url("/assets/images/dmu/movie-bg_pc.jpg");
  background-size: 1920px 769px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 769px;
  display: block;
  position: relative;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_movie-inner {
    padding-top: 21.3333333333vw;
    background-image: url("/assets/images/dmu/movie-bg_sp.jpg");
    background-size: 100vw 81.3333333333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 81.3333333333vw;
    display: block;
    position: relative;
  }
}
#contents.dmu-index .dmu_movie-bg-logo {
  width: 1825px;
  position: absolute;
  top: 164px;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: color-burn;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_movie-bg-logo {
    width: 94.8vw;
    top: 1.0666666667vw;
  }
}
#contents.dmu-index .dmu_movie-frame {
  width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_movie-frame {
    width: 82.6666666667vw;
  }
}
#contents.dmu-index .dmu_movie-yt {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#contents.dmu-index .dmu_movie-yt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contents.dmu-index .dmu_promo {
  width: 100%;
  position: relative;
}
#contents.dmu-index .dmu_promo-bg {
  background-image: url("/assets/images/dmu/promo-bg.jpg");
  background-size: 3000px 1339px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 3000px;
  height: 1339px;
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  will-change: translate;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-bg {
    background-image: url("/assets/images/dmu/promo-bg.jpg");
    background-size: 400vw 178.5333333333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 400vw;
    height: 178.5333333333vw;
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: absolute;
  }
}
#contents.dmu-index .dmu_promo-inner {
  position: relative;
  padding: 112px 0 152px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-inner {
    padding: 10.6666666667vw 0 15.2vw;
  }
}
#contents.dmu-index .dmu_promo-block {
  width: 1200px;
  margin: 0 auto;
  background-color: rgba(243, 240, 233, 0.75);
  padding: 51px 0 60px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block {
    width: 92vw;
    padding: 8.1333333333vw 0 8.2666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-inner {
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-inner {
    width: 88vw;
  }
}
#contents.dmu-index .dmu_promo-block-ttl-logo {
  width: 339px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-ttl-logo {
    width: 52.8vw;
  }
}
#contents.dmu-index .dmu_promo-block-ttl {
  width: 900px;
  margin: 22px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-ttl {
    width: 88.6666666667vw;
    margin: 3.7333333333vw auto 0;
  }
}
#contents.dmu-index .dmu_promo-block-info {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info {
    margin-top: 3.8666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-box {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 22.5px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box {
    padding: 4vw 0 8.2666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-box::before, #contents.dmu-index .dmu_promo-block-info-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffd591;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box::before, #contents.dmu-index .dmu_promo-block-info-box::after {
    height: 0.2666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-box::before {
  top: -2px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box::before {
    top: -0.2666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-box::after {
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box::after {
    bottom: -0.2666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-box-txt {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.57;
  color: #fff;
  letter-spacing: -0.015em;
  font-feature-settings: "palt" 1;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box-txt {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    text-shadow: 0 0 2vw rgba(0, 0, 0, 0.3), 0 0 2vw rgba(0, 0, 0, 0.3);
  }
}
#contents.dmu-index .dmu_promo-block-info-box-txt span {
  font-size: 40px;
  line-height: 1.4;
  color: #fef001;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box-txt span {
    font-size: 5.6vw;
    line-height: 1.33;
  }
}
#contents.dmu-index .dmu_promo-block-info-box ul {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#contents.dmu-index .dmu_promo-block-info-box ul li {
  position: absolute;
}
#contents.dmu-index .dmu_promo-block-info-box ul li.product-box-01 {
  width: 178px;
  bottom: -139px;
  right: 133px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box ul li.product-box-01 {
    width: 25.2vw;
    bottom: -20.1333333333vw;
    right: 24vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-box ul li.product-box-01 p {
  margin-top: -9px;
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box ul li.product-box-01 p {
    margin-top: -0.8vw;
    margin-left: -3.2vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-box ul li.product-box-02 {
  width: 148px;
  bottom: -130px;
  right: -18px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box ul li.product-box-02 {
    width: 20.2666666667vw;
    bottom: -18.8vw;
    right: 1.8666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-box ul li.product-box-02 p {
  margin-top: -5px;
  margin-left: -6px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box ul li.product-box-02 p {
    margin-top: -0.6666666667vw;
    margin-left: -3.4666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-box ul li p {
  font-size: 12px;
  font-weight: bold;
  color: #310a0a;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-box ul li p {
    font-size: 2.4vw;
    line-height: 1;
    text-align: center;
  }
}
#contents.dmu-index .dmu_promo-block-info-notes {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #310a0a;
  text-align: center;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-notes {
    font-size: 2.9333333333vw;
    line-height: 1.45;
    margin-top: 25.7333333333vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-card {
  margin-top: 35px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-card {
    margin-top: 6.9333333333vw;
    padding: 0;
  }
}
#contents.dmu-index .dmu_promo-block-info-card-ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #fef001;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-card-ttl {
    font-size: 4.5333333333vw;
    line-height: 1.4;
    text-shadow: 0 0 2vw rgba(0, 0, 0, 0.6), 0 0 2vw rgba(0, 0, 0, 0.6);
    text-align: center;
  }
}
#contents.dmu-index .dmu_promo-block-info-card-ttl span {
  display: block;
  font-family: "Beleren";
  font-size: 20px;
  color: #7b5aa3;
  text-shadow: none;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-card-ttl span {
    font-size: 3.4666666667vw;
    margin-bottom: 0.4vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-card-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-card-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4.6666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-card-list li {
  width: 209px;
  font-size: 14px;
  font-weight: 500;
  color: #310a0a;
  line-height: 1.57;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-card-list li {
    width: 31.8666666667vw;
    font-size: 3.2vw;
    margin: 4.1333333333vw 4.1333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-card-list li:first-of-type, #contents.dmu-index .dmu_promo-block-info-card-list li:nth-of-type(2) {
    margin-top: 0;
  }
}
#contents.dmu-index .dmu_promo-block-info-card-list li .artist-name {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-card-list li .artist-name {
    margin-bottom: 1.0666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-card-list li .card-name {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-card-list li .card-name {
    margin-top: 0.8vw;
    font-size: 2.9333333333vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-card-notes {
  font-size: 11px;
  line-height: 1.45;
  color: #310a0a;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-card-notes {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    margin-top: 3.3333333333vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-card-notes small {
  display: block;
  text-align: right;
}
#contents.dmu-index .dmu_promo-block-info-art {
  position: relative;
}
#contents.dmu-index .dmu_promo-block-info-art-txt {
  width: 691px;
  margin: 6px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-art-txt {
    width: 72vw;
    margin: 4vw auto 0 3.4666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-art-info {
  width: 527px;
  position: absolute;
  bottom: 360px;
  right: -12px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-art-info {
    width: 58.9333333333vw;
    bottom: -6.5333333333vw;
    right: -1.0666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-art-img {
  width: 1158px;
  margin: 0 -13px 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-art-img {
    width: 87.3333333333vw;
    margin: 2.4vw auto 0 -0.4vw;
  }
}
#contents.dmu-index .dmu_promo-block-info-art-ticket {
  width: 227px;
  position: absolute;
  top: 68px;
  left: 22px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-info-art-ticket {
    width: 30.2666666667vw;
    top: 29.6vw;
    left: auto;
    right: -0.4vw;
  }
}
#contents.dmu-index .dmu_promo-block-btn {
  margin: 38px auto 0;
  padding: 35px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-btn {
    width: 76.8vw;
    margin: 7.0666666667vw auto 0;
    padding: 5.3333333333vw 0;
    display: block;
  }
}
#contents.dmu-index .dmu_promo-block-btn::before, #contents.dmu-index .dmu_promo-block-btn::after {
  content: "";
  display: block;
  width: 1140px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-btn::before, #contents.dmu-index .dmu_promo-block-btn::after {
    width: 88vw;
  }
}
#contents.dmu-index .dmu_promo-block-btn::before {
  top: 0;
}
#contents.dmu-index .dmu_promo-block-btn::after {
  bottom: 0;
}
#contents.dmu-index .dmu_promo-block-btn li {
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-btn li {
    width: 100%;
  }
}
#contents.dmu-index .dmu_promo-block-btn li a {
  background-color: rgba(0, 0, 0, 0.8);
}
#contents.dmu-index .dmu_promo-block-attention {
  color: #310a0a;
  text-align: center;
  font-feature-settings: "palt" 1;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-attention {
    margin-top: 5.8666666667vw;
  }
}
#contents.dmu-index .dmu_promo-block-attention dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-attention dt {
    font-size: 3.2vw;
    margin-bottom: 2.9333333333vw;
  }
}
#contents.dmu-index .dmu_promo-block-attention dd {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_promo-block-attention dd {
    font-size: 2.9333333333vw;
    line-height: 1.45;
  }
}
#contents.dmu-index .dmu_cp {
  background-color: #f2ede4;
  overflow: hidden;
  position: relative;
}
#contents.dmu-index .dmu_cp::before {
  content: "";
  background-image: url("/assets/images/dmu/cp-bg_pc.jpg");
  background-size: 1920px 1597px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 1597px;
  display: block;
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp::before {
    background-image: url("/assets/images/dmu/cp-bg_sp.jpg");
    background-size: 100vw 456vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 456vw;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
  }
}
#contents.dmu-index .dmu_cp-inner {
  width: 100%;
  max-width: 1794px;
  margin: 0 auto;
  padding: 120px 0 95px;
  position: relative;
}
@media screen and (max-width: 1620px) {
  #contents.dmu-index .dmu_cp-inner {
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-inner {
    width: 100%;
    max-width: none;
    padding: 10vw 0 17.3333333333vw;
  }
}
#contents.dmu-index .dmu_cp-block {
  width: 100%;
}
#contents.dmu-index .dmu_cp-block.cp-02 {
  margin-top: 155px;
}
@media screen and (max-width: 1620px) {
  #contents.dmu-index .dmu_cp-block.cp-02 {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block.cp-02 {
    margin-top: 18.6666666667vw;
  }
}
#contents.dmu-index .dmu_cp-block.cp-02 .dmu_cp-block-info {
  width: 594px;
  margin: 0 40px 0 auto;
}
@media screen and (max-width: 1620px) {
  #contents.dmu-index .dmu_cp-block.cp-02 .dmu_cp-block-info {
    width: 590px;
    margin: 0 5px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block.cp-02 .dmu_cp-block-info {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block.cp-02 .dmu_cp-block-info-ttl {
    width: 76.5333333333vw;
  }
}
#contents.dmu-index .dmu_cp-block.cp-02 .dmu_cp-block-product {
  width: 948px;
  right: auto;
  top: -43px;
  left: -9px;
}
@media screen and (max-width: 1620px) {
  #contents.dmu-index .dmu_cp-block.cp-02 .dmu_cp-block-product {
    width: 585px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block.cp-02 .dmu_cp-block-product {
    width: 98.6666666667vw;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block.cp-02 .dmu_cp-block-btn {
    margin: 20.5333333333vw auto 0;
  }
}
#contents.dmu-index .dmu_cp-block-inner {
  max-width: 1694px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-inner {
    max-width: none;
  }
}
#contents.dmu-index .dmu_cp-block-info {
  width: 655px;
  margin-left: 4.84%;
}
@media screen and (max-width: 1620px) {
  #contents.dmu-index .dmu_cp-block-info {
    width: 590px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-info {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-info-ttl {
    width: 84.2666666667vw;
    margin: 0 auto;
  }
}
#contents.dmu-index .dmu_cp-block-info-date {
  width: 380px;
  margin: 17px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-info-date {
    width: 68.2666666667vw;
    margin: 4vw auto 0;
  }
}
#contents.dmu-index .dmu_cp-block-info-txt {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.43;
  color: #310a0a;
  text-align: center;
  font-feature-settings: "palt" 1;
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-info-txt {
    font-size: 4.2666666667vw;
    margin-top: 2.8vw;
  }
}
#contents.dmu-index .dmu_cp-block-info-txt span {
  display: block;
  font-size: 18px;
  line-height: 1.22;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-info-txt span {
    font-size: 2.9333333333vw;
    margin-top: 1.0666666667vw;
  }
}
#contents.dmu-index .dmu_cp-block-info-notes {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-info-notes {
    margin-top: 3.6vw;
  }
}
#contents.dmu-index .dmu_cp-block-info-notes small {
  display: block;
  font-size: 13px;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
  line-height: 1.69;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-info-notes small {
    font-size: 2.9333333333vw;
    line-height: 1.36;
  }
}
#contents.dmu-index .dmu_cp-block-info-btn {
  width: 440px;
  margin: 30px auto;
}
#contents.dmu-index .dmu_cp-block-info-btn a {
  background-color: rgba(0, 0, 0, 0.8);
}
#contents.dmu-index .dmu_cp-block-product {
  width: 781px;
  position: absolute;
  top: 18px;
  right: 1.18%;
}
@media screen and (max-width: 1620px) {
  #contents.dmu-index .dmu_cp-block-product {
    width: 570px;
    top: -40px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-product {
    width: 94.1333333333vw;
    margin: 41px auto 0;
    position: static;
  }
}
#contents.dmu-index .dmu_cp-block-product-shipping {
  position: absolute;
  top: 309px;
  left: 235px;
  display: flex;
  flex-direction: row;
  align-items: end;
}
@media screen and (max-width: 1620px) {
  #contents.dmu-index .dmu_cp-block-product-shipping {
    top: 224px;
    left: 131px;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-product-shipping {
    top: 32.5333333333vw;
    left: 27.4666666667vw;
  }
}
#contents.dmu-index .dmu_cp-block-product-shipping-img {
  width: 193px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-product-shipping-img {
    width: 28.5333333333vw;
  }
}
#contents.dmu-index .dmu_cp-block-product-shipping-info {
  font-weight: 700;
  font-feature-settings: "palt" 1;
  text-align: left;
  margin: 0 0 10px -9px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-product-shipping-info {
    margin: 0 0 2vw -0.4vw;
  }
}
#contents.dmu-index .dmu_cp-block-product-shipping-info dt {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #7b5aa3;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-product-shipping-info dt {
    font-size: 2.9333333333vw;
    margin-bottom: 0.2666666667vw;
  }
}
#contents.dmu-index .dmu_cp-block-product-shipping-info dd {
  font-size: 13px;
  line-height: 1.3;
  color: #310a0a;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-product-shipping-info dd {
    font-size: 2.6666666667vw;
  }
}
#contents.dmu-index .dmu_cp-block-guide {
  width: 825px;
  border: 1px solid #7b5aa3;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 38px 0;
  margin: 63px auto 0 50px;
  position: relative;
}
@media screen and (max-width: 1620px) {
  #contents.dmu-index .dmu_cp-block-guide {
    margin: 110px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide {
    width: 88vw;
    padding: 6.5333333333vw 0 3.4666666667vw;
    margin: 3.3333333333vw auto 0;
  }
}
#contents.dmu-index .dmu_cp-block-guide-ttl {
  font-size: 28px;
  line-height: 1;
  color: #fff100;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-ttl {
    font-size: 5.8666666667vw;
  }
}
#contents.dmu-index .dmu_cp-block-guide-ttl span {
  display: inline-block;
  background: linear-gradient(#7126cc, #985aa3);
  padding: 7px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-ttl span {
    padding: 1.2666666667vw 1.6666666667vw;
  }
}
#contents.dmu-index .dmu_cp-block-guide-txt {
  font-size: 15px;
  color: #310a0a;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-txt {
    font-size: 3.4666666667vw;
    line-height: 1.31;
    margin-top: 0.5333333333vw;
  }
}
#contents.dmu-index .dmu_cp-block-guide-privilege {
  font-size: 16px;
  color: #7232c3;
  letter-spacing: 0.03em;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-privilege {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
}
#contents.dmu-index .dmu_cp-block-guide-privilege small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
  line-height: 1.69;
  color: #310a0a;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-privilege small {
    font-size: 2.9333333333vw;
    line-height: 1.36;
  }
}
#contents.dmu-index .dmu_cp-block-guide-prd {
  width: 203px;
  position: absolute;
  top: 11px;
  right: 23px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-prd {
    width: auto;
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3.4666666667vw;
    margin-left: 12.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-prd-img {
    width: 30.5333333333vw;
  }
}
#contents.dmu-index .dmu_cp-block-guide-prd-info {
  text-align: left;
  margin-top: -11px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-prd-info {
    margin-top: 5.0666666667vw;
    padding-left: 2.1333333333vw;
  }
}
#contents.dmu-index .dmu_cp-block-guide-prd-info dt {
  font-size: 14px;
  color: #7b5aa3;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-prd-info dt {
    font-size: 2.9333333333vw;
    margin-bottom: 0.6666666667vw;
  }
}
#contents.dmu-index .dmu_cp-block-guide-prd-info dd {
  font-size: 13px;
  line-height: 1.3;
  color: #310a0a;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-prd-info dd {
    font-size: 2.6666666667vw;
  }
}
#contents.dmu-index .dmu_cp-block-guide-card {
  width: 266px;
  position: absolute;
  top: -56px;
  left: -46px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-guide-card {
    width: 47.4666666667vw;
    margin: 0.4vw auto 0;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-block-btn {
    width: 76.8vw;
    margin: 9.3333333333vw auto 0;
  }
}
#contents.dmu-index .dmu_cp-block-btn a {
  background-color: rgba(0, 0, 0, 0.8);
}
#contents.dmu-index .dmu_cp-btn {
  margin: 38px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-btn {
    margin: 7.0666666667vw auto 0;
  }
}
#contents.dmu-index .dmu_cp-btn li {
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_cp-btn li {
    width: 100%;
  }
}
#contents.dmu-index .dmu_cp-btn li a {
  background-color: rgba(0, 0, 0, 0.8);
}
#contents.dmu-index .dmu_prd {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd {
    background: linear-gradient(#030003 142.2666666667vw, #030003 142.4vw, #2b1529 100%);
  }
}
#contents.dmu-index .dmu_prd::before {
  content: "";
  background-image: url("/assets/images/dmu/prd-bg_pc.jpg");
  background-size: 1920px 1584px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1920px;
  height: 1584px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd::before {
    background-image: url("/assets/images/dmu/prd-bg_sp.jpg");
    background-size: 100vw 142.4vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 142.4vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
#contents.dmu-index .dmu_prd-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 147px 0 133px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-inner {
    width: 92vw;
    padding: 14vw 0 18.6666666667vw;
  }
}
#contents.dmu-index .dmu_prd-ttl {
  width: 413px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-ttl {
    width: 54.5333333333vw;
    margin: 0 auto 8vw;
  }
}
#contents.dmu-index .dmu_prd-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-list {
    display: block;
  }
}
#contents.dmu-index .dmu_prd-list > li {
  width: 354px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-list > li {
    width: 67.2vw;
    margin-bottom: 9.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-list > li:nth-of-type(even) {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-list > li.prd-01 .dmu_prd-list-l-wrap {
    margin-top: -3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-list > li.prd-06 .dmu_prd-list-l-wrap {
    margin-top: -3.0666666667vw;
  }
}
#contents.dmu-index .dmu_prd-list-l-wrap {
  padding-left: 59px;
  padding-right: 18px;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-list-l-wrap {
    padding-left: 0.9333333333vw;
    padding-right: 0;
  }
}
#contents.dmu-index .dmu_prd-list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #f55d0b;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-list-ttl {
    font-size: 4.5333333333vw;
  }
}
#contents.dmu-index .dmu_prd-list-txt {
  font-size: 13px;
  line-height: 1.69;
  color: #ddd;
  margin-top: 15px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-list-txt {
    font-size: 3.2vw;
    line-height: 1.83;
    margin-top: 3.7333333333vw;
  }
}
#contents.dmu-index .dmu_prd-list-txt li {
  padding-left: 1em;
  position: relative;
}
#contents.dmu-index .dmu_prd-list-txt li::before {
  content: "■";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#contents.dmu-index .dmu_prd-btn {
  width: 500px;
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-btn {
    width: 82.6666666667vw;
    margin: 16vw auto 0;
  }
}
#contents.dmu-index .dmu_prd-btn a {
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-btn a {
    line-height: 1.38;
    padding: 3.7333333333vw 0;
  }
}
#contents.dmu-index .dmu_prd-btn a span {
  display: inline;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-btn a span::before {
    top: 0.9333333333vw;
    bottom: auto;
  }
}
#contents.dmu-index .dmu_prd-banner {
  width: 758px;
  margin: 110px auto 0;
}
@media screen and (max-width: 768px) {
  #contents.dmu-index .dmu_prd-banner {
    width: 69.3333333333vw;
    margin: 13.3333333333vw auto 0;
  }
}
#contents.dmu-index .dmu_prd-banner a {
  display: block;
  transition: opacity 0.15s ease-out;
}
#contents.dmu-index .dmu_prd-banner a:hover {
  opacity: 0.9;
}

/*# sourceMappingURL=subpage.css.map */
