@charset "UTF-8";

/******************************
記事一覧
******************************/
.contBg.contBgPageArticlesList {
  background: url(../img/bg_list.png) center top;
  background-size: 100% 100%;
  width: 100%;
}
.pageArticlesList {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.pageArticlesList .seriesImg {
  width: calc(100% - 20px);
  margin-top: 0;
  margin-left: 20px;
}
.pageArticlesList .seriesDesc {
  position: relative;
  background-color: #ffffff;
  padding: 25px 25px 10px;
  width: calc(100% - 20px);
  margin-top: -160px;
  margin-left: 0;
  z-index: 1;
  box-sizing: border-box;
}
.pageArticlesList .seriesDescTit {
  font-size: 26px;
  font-weight: bold;
  color: #1b1b1b;
}
.pageArticlesList .seriesDescText {
  font-size: 14px;
}
.pageArticlesList .seriesDescBottom {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.pageArticlesList .numBox {
  font-family: ministry, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #1690cf;
  font-size: 20px;
  line-height: 1.0;
}
.pageArticlesList .num {
  font-size: 50px;
}
.pageArticlesList .numText {
  display: inline-block;
}
.pageArticlesList .sns,
.pageArticlesList .snsList {
  display: flex;
  align-items: center;
  line-height: 1.0;
}
.pageArticlesList .sns {
  justify-content: flex-end;
  font-family: ministry, sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
}
.pageArticlesList .snsTit {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.05em;
}
.pageArticlesList .articlesList.list li.snsItem {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  float: none;
}
.pageArticlesList .articlesList.list li.snsItem:nth-of-type(even) {
  margin-left: 10px;
}
.pageArticlesList .articlesList.list li.pageArticlesListsItem a {
  position: relative;
}
.pageArticlesList .articlesList.list li.pageArticlesListsItem a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 112px 112px 0;
  border-color: transparent #bdd524 transparent transparent;
  z-index: 1;
}
.pageArticlesList .articlesList.list li.pageArticlesListsItem a .volumeNum {
  position: absolute;
  top: 3px;
  right: 8px;
  color: #222222;
  font-family: ministry, sans-serif;
  font-weight: bold;
  font-size: 28px;
  z-index: 1;
}
.pageArticlesList .articlesList.list li.pageArticlesListsItem a .volumeNumTxt {
  font-size: 18px;
  display: block;
  margin-bottom: -17px;
}
.pageArticlesList .articlesList.list li a.snsLink {
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 7px 20px 4px;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-size: 14px;
  white-space: nowrap;
}
.pageArticlesList .articlesList.list li a.snsLink:hover {
  opacity: 0.7;
}
.list .pageArticlesLists .data {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.articlesList .pageArticlesLists .tit {
  color: #222222;
  margin-top: 5px;
  font-weight: bold;
}
.inReadAd {
  margin: 0 auto;
}

/******************************
add
******************************/
.addHead {
  background-color: #1690cf;
  padding: 20px 0 25px;
  margin-top: 110px;
}
.iasItem:nth-child(n+2) .addHead {
  background: none;
}

/******************************
共通
******************************/
.wrapper {
  overflow: hidden;
}
.cont {
  width: 97.5%;/*1170px*/
}
.contLeft {
  max-width: 800px;
  width: 68.376%;
}
.contRight {
  width: 25.641%;
}
.fa-twitter,
.fa-facebook,
.fa-instagram,
.fa-youtube {
  color: #ffffff;
}
.contTop {
  padding-top: 130px;
}
.contTitHead {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contTit span.contTitCatch,
.contTit {
  font-weight: bold;
  color: #1690cf;
  letter-spacing: 0.02em;
}
.contTit span.contTitCatch {
  line-height: 1.0;
  font-style: normal;
  display: block;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contTit.contTitMakersVoice span.contTitCatch,
.contTit.contTitSchool span.contTitCatch {
  color: #bdd524;
}
.contTit {
  font-family: ministry, sans-serif;
  font-style: italic;
  font-size: 50px;
}
.contTit.contTitMakersVoice,
.contTit.contTitSchool {
  color: #ffffff;
}
.contTit.contTitSchool{
  text-shadow: rgba(0,0,0,0.3) 2px 0 25px;
}
.contTop .contTit,
.contTit.contTitMakersVoice,
.contTit.contTitSchool,
.contTit.contTitSeries{
  font-size: 80px;
}
.contRight .contTit span.contTitCatch {
  font-size: 12px;
}
.contRight .contTit {
  font-size: 30px;
}
.contBtn a {
  background: #bdd524;
  font-size: 1.5rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.contBtn a:hover {
  background: #bdd524;
  opacity: 0.7;
}
.addHead + .cont{
  margin-top: 60px;
}
.articleGalleryImg{
  margin-top: 30px;
}
.magazinesIndexList li .contBtn a{
  width: auto;
  background: #bdd524;
}
.magazinesDetail .txtWrap .btnS a {
  color: #fff;
  background: #bdd524;
}
.magazinesDetail .txtWrap .btnS a:hover {
  background: #bdd524;
  opacity: 0.7;
}
.articleDetailTxt{
  margin-top: 40px;
  line-height: 1.5;
  font-size: 1.8rem;
}
.articleDetailTxt h2 {
  margin: 3rem 0 2rem;
  padding: 5px 0 5px 15px;
  border-left: 3px solid #1690CF;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
}
.articleDetailTxt h3 {
  margin: 2rem 0 1.5rem;
  padding: 5px 0 5px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0;
  color: #000;
}
.magazinesBacknumberList,
.magazinesIndexList,
.autherDetail{
  margin-top: 30px;
}
.articlesList .vol{
  display: inline-block;
  font-size: 1.2rem;
}
.seriesImg{
  margin-top: 20px;
}
.seriesDesc{
  margin-top: 15px;
}
.articleDetailAdd .add,
.articleDetailAdd .addSide{
  margin: 0 8px;
}
.magazinesDetailList{
  padding-bottom: 80px;
}

/******************************
right cont
******************************/
.addSide {
  margin-bottom: 40px;
}
.contRight .contTitCatch {
  margin-bottom: 5px;
}
.contRight .contTit {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  letter-spacing: 0.1em;
}
.contRight .contTit img {
  width: auto;
  height: 42px;
}
.contRight .sideArticlesList a {
  padding-top: 5px;
  padding-left: 5px;
}
.contRight .sideArticlesList {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.contRight .sidePrSection .sideArticlesList{
  margin-bottom: 10px;
}
.contRight .sideArticlesList .pr{
  font-size: 1.1rem;
  line-height: 1.0;
  padding: 2px 4px;
  border: 1px solid #999999;
  margin-left: 5px;
  display: inline-block;
  color: #999999;
}

/******************************
ranking(right cont)
******************************/
.contRight .sideArticlesList.sideArticlesListRanking li {
  position: relative;
}
.contRight .sideArticlesList.sideArticlesListRanking li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #bdd524;
  color: #ffffff;
  font-size: 1.2rem;
  z-index: 1;
}
.contRight .sideArticlesList.sideArticlesListRanking li:nth-child(1)::before {
  content: "1";
}
.contRight .sideArticlesList.sideArticlesListRanking li:nth-child(2)::before {
  content: "2";
}
.contRight .sideArticlesList.sideArticlesListRanking li:nth-child(3)::before {
  content: "3";
}
.contRight .sideArticlesList.sideArticlesListRanking li:nth-child(4)::before {
  content: "4";
}
.contRight .sideArticlesList.sideArticlesListRanking li:nth-child(5)::before {
  content: "5";
}
.contRight .sideArticlesList.sideArticlesListRanking a > div {
  vertical-align: top;
}
.contRight .sideArticlesList.sideArticlesListRanking .data {
  font-size: 1.3rem;
  color: #999999;
}
.contRight .sideArticlesList.sideArticlesListRanking .tit {
  font-size: 1.3rem;
  color: #222222;
}

/******************************
detail
******************************/
.contBg.contBgDetail {
  background: none;
}
.contDetail {
  padding-top: 60px;
  padding-bottom: 60px;
}
.detailWrap {
  position: relative;
}
.contDetail .data,
.contDetail .pr {
  display: inline-block;
  color: #999999;
}
.contDetail .data {
  font-size: 1.2rem;
}
.contDetail .pr {
  font-size: 1.1rem;
  line-height: 1.0;
  padding: 2px 3px;
  border: 1px solid #999999;
  margin-left: 5px;
}
.contDetail .cate {
  background-color: #bdd524;
  color: #222222;
  font-size: 1.2rem;
  display: inline-block;
  padding: 4px 10px;
  line-height: 1.0;
  border-radius: 50px;
}
.contTit.contTitDetail {
  margin-top: 20px;
  font-size: 2.8rem;
  color: #323232;
  font-family: initial;
  font-style: normal;
}

.contributor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.contributorLeft,
.contributorRight,
.contributorRight .snsList {
  display: flex;
  align-items: center;
}
.contributorIcon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dcdcdc;
  border-radius: 50%;
  margin-right: 10px;
  background-size: cover;
}
.contributorName,
.contributorMeta {
  font-size: 1.3rem;
  line-height: 1.0;
}
.contributorName {
  color: #222222;
}
.contributorMeta {
  color: #999999;
  margin-top: 5px;
}
.contributorRightTit {
  line-height: 1.0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #999999;
  position: relative;
  padding-right: 70px;
}
.contributorRightTit::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #cccccc;
}
.contributorRight .snsList li + li {
  margin-left: 18px;
}
.contributorRight .snsList li.btn-facebook {
  margin-left: 14px;
}
.contributorRight .snsList .fa-line,
.contributorRight .snsList .fa-twitter,
.contributorRight .snsList .fa-facebook {
  font-size: 2.4rem;
  color: #222222;
}
.contributorRight .snsList .x-twitter img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.contributorRight .snsList .facebook img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.detail {
  margin-top: 30px;
}
.detailMainImage {
  width: 100%;
}
.detailCaption {
  margin-top: 20px;
  font-size: 1.3rem;
  color: #222222;
}
.detailCheckAll {
  line-height: 1.0;
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.detailCheckAll a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #eeedeb;
  border-radius: 5px;
  width: auto;
  transition: 0.3s all ease;
}
.detailCheckAll a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.detailCheckAll a img {
  margin-right: 5px;
}
.detailBoxWrap {
  /* margin-top: 40px; */
}
.detailBoxTop {
  overflow: hidden;
}
.detailBoxAdd {
  float: left;
  margin-bottom: 35px;
  margin-right: 35px;
}
.detailBoxTit {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.detailBoxTxt {
  font-size: 1.6rem;
}
.detailBoxTxt + .detailBoxTxt {
  margin-top: 40px;
}
.detailMetaBox {
  margin-top: 45px;
}
.detailMetaStaff {
  font-size: 1.3rem;
  color: #222222;
  line-height: 1.0;
}
.detailTag {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.detailTagTit {
  font-size: 1.3rem;
  margin-right: 20px;
  white-space: nowrap;
}
.detailTagList {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.detailTagList li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.detailTagList a {
  color: #999999;
  border: 1px solid #999999;
  padding: 10px;
  line-height: 1.0;
  border-radius: 50px;
}
.detailTagList a:hover {
  text-decoration: none;
}
.detailBoxWrap .contBtn{
  margin-top: 35px;
}

.detailAddBottomWrap {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailAddBottom {
  margin-left: 10px;
  margin-right: 10px;
}

.articlesListWrap {
  margin-top: 60px;
}
.articlesListWrap .contTit {
  letter-spacing: -0.05em;
}

.articlesList.articlesListDetail.col3 li .txtBox {
  line-height: 1.0;
}
.articlesList.articlesListDetail.col3 li .data,
.articlesList.articlesListDetail.col3-4 li .data {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.articlesList.articlesListDetail.col3 li .tit,
.articlesList.articlesListDetail.col3-4 li .tit {
  font-size: 1.5rem;
}
.articlesList.articlesListDetail .img {
  padding-top: 64%;
}
.captionRecommended {
  font-size: 1.2rem;
  color: #999999;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.contRight .captionRecommended {
  margin-top: -30px;
}
.articlesList.articlesListDetail li:nth-of-type(odd) {
  clear: none;
}

/******************************
footer
******************************/
.footer {
  margin-top: 0;
}
.footerTop {
  background-color: #f2f2f2;
}
.footerTopIn {
  padding: 40px 0;
}
.footerLogo img {
  width: 100%;
  max-width: 158px;
}
.footerLink ul li {
  font-size: 1.3rem;
}
.footerLink ul li + li {
  margin-left: 14px;
  padding-left: 14px;
  border-left: none;
}
.footerCopy {
  font-size: 1.3rem;
  color: #999999;
}
.footerSns .fa-twitter:before,
.footerSns .fa-facebook:before,
.footerSns .fa-instagram:before,
.footerSns .fa-youtube:before {
  color: #000000;
}
.footerSns .x-twitter img {
  width: 17px;
  height: 17px;
  margin-top: 9px;
}
.footerSns .facebook img {
  width: 20px;
  height: 20px;
  margin-top: 7px;
}

/******************************
header
******************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 960px;
  background-color: #1690cf;
  z-index: 10;
}
.headerInner {
  max-width: 1200px;
  width: 97.5%;
  margin: 0 auto;
  padding: 25px 0;
  display: table;
}
.headerRight {
  width: calc(97.5% - 158px);
}
.headerSearch input[type="text"] {
  border: none;
}
.headerTop {
  max-width: initial;
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerTop > div {
  display: initial;
}
.headerSns {
  width: auto;
}
.headerInner .headerLogo img {
  width: 158px;
}
.headerBottom {
  background-color: #1690cf;
  margin-top: 20px;
}
.headerBottom ul.gnavInList {
  min-width: auto;
  display: flex;
  justify-content: flex-end;
}
.headerBottom ul li:hover {
  background-color: transparent;
}
.headerBottom ul li a {
  padding: 0;
  color: #ffffff;
  line-height: 1.0;
}
.headerBottom ul li:last-child a {
  padding-right: 0;
}
.headerInner .gnav {
    padding-right: 0;
}
.headerInner .gnav li {
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.0;
}
.headerInner .gnav li {
  position: relative;
}
.headerInner .gnav li.active::after,
.headerInner .gnav li:hover::after {
  position: absolute;
  bottom: -10px;
  left: -2px;
  content: "";
  width: calc(100% + 4px);
  height: 4px;
  background-color: #c8e21f;
}
.headerInner .gnav li + li {
  margin-left: 2%;
}

.headerBottom ul li:hover .inList {
  top: 39px;
}
.headerBottom ul li .inList ul {
  float: none;
  padding-right: 0;
}
.headerInner .gnav li .inList {
  width: 180px;
  position: absolute;
  left: calc(50% - 90px);
  background: rgba(34, 34, 34, 0.9);
  padding: 30px 0;
  border-radius: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  overflow: visible;
}
.headerInner .gnav li .inList:before {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #222222 transparent;
  top: -6px;
  left: calc(50% - 6px);
  opacity: 0.9;
}
.headerInner .gnav li .inList li {
  line-height: 1.0;
  display: inline-block;
  transition: 0.3s all ease;
  width: 100%;
  text-align: center;
}
.headerInner .gnav li .inList li + li {
  margin-top: 20px;
}
.headerBottom ul li .inList li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.headerInner .gnav li .inList li:hover::after {
  content: none;
}
.headerInner .gnav li .inList a {
  color: #ffffff;
}
.headerSns .x-twitter img {
  width: 17px;
  height: 17px;
  margin-top: 10px;
}
.headerCart4 .headerCartLink a {
  display: flex;
  align-items: center; 
  color: #1690cf;
  text-decoration: none;
  border-radius: 45px;
  border: 1px solid;
  border-color: #fff;
  margin: 0 20px 0 0;
  text-align: center;
  background-color: #fff;
  font-size: 1.3rem;
  padding: 2px 1px 2px 8px;
}
.headerCart4 .headerCartLink a:hover {
  color: #fff;
  border-color: #fff;
  background-color: #1690cf;
  color: #fff;
}
.headerCart4 .headerCartLink a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 2px 3px;
  background-image: url('/asset/frontend/img/shop_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(33%) sepia(100%) saturate(750%) hue-rotate(180deg) brightness(90%) contrast(95%);
}

.headerCart4 .headerCartLink a:hover::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 2px 3px;
  background-image: url('/asset/frontend/img/shop_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(100%);
}

/******************************
list
******************************/
.contBg.contBgList {
  background: url(/asset/frontend/img/bg_list.png) center top;
  background-size: 100% 100%;
}
.contList {
  padding-top: 60px;
}
.listWrap {
  position: relative;
  padding-bottom: 80px;
}
.contTitList img {
  width: auto;
  height: 100%;
  max-height: 85px;
}
.listNavWrap {
  border-bottom: 1px solid #cccccc;
}
.listNav {
  width: 100%;
  font-size: 0;
  /* margin-bottom: 20px; */
}
.listNavList {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 15px 2.5% 0;
  padding-bottom: 10px;
}
.listNavList {
  position: relative;
}
.listNavList a:hover {
  text-decoration: none;
}
.listNavList.active::after,
.listNavList:hover::after {
  content: "";
  width: calc(100% + 6px);
  height: 4px;
  background-color: #c8e21f;
  position: absolute;
  bottom: 0;
  left: -3px;

}

.articlesList.list li {
  width: calc(50% - 10px);
  margin-top: 30px;
  margin-bottom: 0;
}
.articlesList.list li:nth-of-type(even) {
  margin-left: 20px;
}
.list a {
  padding-left: 20px;
}
.list .img {
  padding-top: 64.864%;
}
.list .txtBox {
  position: relative;
  background-color: #ffffff;
  padding: 15px 20px;
  width: calc(100% - 40px);
  margin-top: -40px;
  margin-left: -20px;
  z-index: 1;
}
.list .data {
  display: inline-block;
  margin: 0;
}
.list .pr {
  font-size: 11px;
  color: #999999;
  display: inline-block;
  padding: 2px 3px;
  line-height: 1.0;
  border: 1px solid #999999;
  margin-left: 10px;
}
.list.col2-3 li .tit {
  margin-top: 5px;
  font-size: 1.8rem;
}

.pagerWrap {
  text-align: center;
  margin-top: 50px;
}
.pagerList {
  font-size: 0;
}
.pager {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 1.25%;
}
.pager a {
  line-height: 40px;
  width: 40px;
  text-align: center;
  border: 1px solid #dfdfdf;
  background-color: #f4f4f4;
}
.pager a:hover {
  text-decoration: none;
}
.pager.active a,
.pager a:hover {
  background-color: #c8e21f;
  border: 1px solid #c8e21f;
  color: #ffffff;
}

/******************************
mv
******************************/
.topMainSection {
  height: 500px;
  padding: 0;
  position: relative;
}
.topMainSection a {
  background: transparent;
}
.mv {
  width: 100%;
  font-size: 0;
  position: relative;
}
.mvLeft,
.mvRight {
  width: 50%;
  min-height: 500px;
  font-size: 12px;
  position: absolute;
  top: 0;
}
.mvLeft {
  width: 58.615%;
  background: url(/asset/frontend/img/bg_mv.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  left: 0;
}
.mvLeftListWrap,
.mvRightListWrap {
  display: none;
}
.mvLeftListWrap.slick-initialized,
.mvRightListWrap.slick-initialized {
  display: block;
}

.topMainSection a .txtBox {
  position: relative;
  background: none;
  padding: 0 120px 0 15px;
  padding-left: 35px;
  width: 80%;
}
.topMainSection .cate {
  background-color: #bdd524;
  color: #222222;
  font-size: 1.3rem;
  display: inline-block;
  padding: 8px 18px;
  line-height: 1.0;
  border-radius: 50px;
}
.topMainSection .data {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.5rem;
}
.topMainSection .tit {
  font-size: 3.0rem;
  margin: 20px 0;
}
.topMainSection .txt {
  font-size: 1.5rem;
  margin-top: 20px;
}
.topMainSection .txtBoxMore {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transform: skew(-15deg);
  margin-top: 55px;
  position: relative;
  line-height: 1.0;
}
.topMainSection .txtBoxMore::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #bdd524;
  transform: skew(15deg);
  margin-top: 7px;
  margin-left: 3px;
}
.mvRight {
  width: 100%;
  z-index: 5;
  right: 0;
  transform: skew(-15deg);
  margin-right: -48%;
}
.mvLeftList,
.mvRightList {
  min-height: 500px;
}
.mvLeftList a {
  min-height: 500px;
  display: flex;
  align-items: center;
}
.mvRightList a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.mvRightList .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  transform: skew(15deg) scale(1.3);
}
.next-arrow-mv,
.prev-arrow-mv {
  position: absolute;
  width: 10px;
  top: calc(50% - 9px);
  z-index: 1;
  /* transform: skew(15deg); */
}
.next-arrow-mv {
  right: 25px;
}
.prev-arrow-mv {
  left: 25px;
}
.topMainSection .mvArrow {
  position: absolute;
  right: -10px;
  bottom: -17px;
  z-index: 6;
}
.topMainSection .slide-dots-mv {
  background-color: #bdd524;
  display: block !important;
  width: 250px !important;
  text-align: center;
  padding: 20px 0 14px;
  transform: skew(-15deg);
}
.topMainSection .slide-dots-mv li {
  position: relative;
  display: inline-block;
  width: 30px;
  line-height: 1.0;
  padding-bottom: 10px;
}
.mvRightListWrap .slide-dots-mv {
  display: none !important;
}
.topMainSection .slide-dots-mv li + li {
  border-left: none;
}
.topMainSection .slide-dots-mv li.slick-active {
  position: relative;
}
.topMainSection .slide-dots-mv li.slick-active::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);
  transform: skew(15deg);
}
.topMainSection .slide-dots-mv li button {
  display: none;
}
.topMainSection .slide-dots-mv li::before {
  color: #ffffff;
}
.topMainSection .slide-dots-mv li:nth-child(1)::before {
  content: "1";
}
.topMainSection .slide-dots-mv li:nth-child(2)::before {
  content: "2";
}
.topMainSection .slide-dots-mv li:nth-child(3)::before {
  content: "3";
}
.topMainSection .slide-dots-mv li:nth-child(4)::before {
  content: "4";
}
.topMainSection .slide-dots-mv li:nth-child(5)::before {
  content: "5";
}
.topMainSection .slide-dots-mv li:nth-child(6)::before {
  content: "6";
}

/******************************
共通
******************************/
.cont.contPage {
  margin-bottom: 90px;
}
.contTitHead.jp .contTit{
  font-style: normal;
}

/******************************
会社概要
******************************/
.outline + .outline {
  margin-top: 50px;
}

/******************************
シリーズ
******************************/
.contBg.contBgPageSeriesList {
  background: url(../img/bg_list.png) center top;
  background-size: 100% 100%;
}
.pageSeriesList {
width: 100%;
margin-top: -43px;
}
.pageSeriesList .articlesList + .articlesList {
margin-top: 50px;
}
.pageSeriesList .articlesList.list {
width: 100%;
}
.pageSeriesList .main {
width: 97.5%;
padding-top: 40%;
background-size: 100%;
background-position: center top;
margin-left: 7.5%;

}
.pageSeriesList .main .mainImage {
width: 100%;
}
.pageSeriesList .articlesList.list li {
width: 32.35%;
margin-top: 0;
}
.pageSeriesList .articlesList.list li a {
padding-left: 0;
position: relative;
}
.pageSeriesList .articlesList.list li a::before {
position: absolute;
top: 0;
right: 0;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 75px 75px 0;
border-color: transparent #bdd524 transparent transparent;
z-index: 1;
}
.pageSeriesList .articlesList.list li a .volumeNum {
position: absolute;
top: 3px;
right: 8px;
color: #222222;
font-family: ministry, sans-serif;
font-weight: bold;
font-size: 18px;
z-index: 1;
}
.pageSeriesList .articlesList.list li a .volumeNumTxt {
font-size: 12px;
display: block;
margin-bottom: -12px;
}
.pageSeriesList .articlesList.list li:nth-child(n+2){
margin-left: 1.25%;
}
.pageSeriesList .articlesList li:nth-of-type(odd) {
clear: none;
}
.pageSeriesList .articlesBox {
background-color: #0c5073;
padding-left: 100%;
padding-bottom: 30px;
margin-left: -100%;
margin-right: 30px;
margin-top: -20px;
transform: skew(20deg);
}
.pageSeriesList .articlesBoxInner {
transform: skew(-20deg);
margin-right: -30px;
}
.pageSeriesList .articlesBoxTop {
display: flex;
align-items: flex-end;
}
.pageSeriesList .articlesNumBoxWrap {
width: 100%;
max-width: 120px;
}
.pageSeriesList .articlesLists {
margin-top: -110px;
overflow: hidden;
}
.pageSeriesList .articlesList.list li .txtBox {
position: relative;
background-color: #ffffff;
padding: 10px 10px 20px;
width: 100%;
margin-top: 0;
margin-left: 0;
z-index: 1;
box-sizing: border-box;
}
.pageSeriesList .articlesList.list li .tit {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #444;
}
.pageSeriesList .articlesNumBox {
font-family: ministry, sans-serif;
font-style: italic;
font-weight: bold;
color: #bdd524;
text-align: left;
margin-bottom: -3px;
}
.pageSeriesList .articlesNum,
.pageSeriesList .articlesNumText {
display: block;
line-height: 1.0;
}
.pageSeriesList .articlesNum {
font-size: 57px;

}
.pageSeriesList .articlesNumText {
font-size: 19px;
}
.pageSeriesList .articlesBoxBottom {
width: 93.75%;
}
.pageSeriesList .articlesBoxTit,
.pageSeriesList .articlesBoxText {
color: #ffffff;
}
.pageSeriesList .articlesBoxTit {
font-size: 26px;
margin-top: 20px;
}
.pageSeriesList .articlesBoxText {
font-size: 15px;
}

/******************************
cont
******************************/
.contBg {
  background: url('/asset/frontend/img/bg.png') repeat-y;
  background-size: 100%;
}

.cont.contTop,
.contMakersVoice .cont,
.contSeries .cont,
.contSchool .cont{
  min-height: 0;
}

/******************************
TODO
******************************/
.bnr_tennis a {
  display: block;
}
.bnr_tennis {
  margin: 0 auto;
  width: 100%;
  /* max-width: 980px; */
  clear: both;
  /* padding-top: 50px; */
  padding-bottom: 50px;
}
.bnr_tennis img {
  width: 100%;
}

/******************************
xxxxx
******************************/
.topSection .contBtn a{
  color: #444444;
}
.topSectionDailyTopics {
  position: relative;
}
.contTitHeadDailyTopics {
  position: absolute;
  top: -70px;
  z-index: 1;
}
.contTitDailyTopics img {
  width: 100%;
  max-width: 525px;
}
.articlesList.dailyTopicsList li {
  width: calc(50% - 10px);
}
.articlesList.dailyTopicsList li:nth-of-type(2n) {
  margin-left: 20px;
}
.articlesList.col2-3.dailyTopicsList li:nth-of-type(n+3) {
  width: 31.25%;
  margin-left: 3.125%;
}
.articlesList.col2-3.dailyTopicsList li:nth-of-type(3),
.articlesList.col2-3.dailyTopicsList li:nth-of-type(6) {
  margin-left: 0;
}
.dailyTopicsList a {
  padding-left: 20px;
}
.dailyTopicsList .img {
  padding-top: 64.864%;
}
.dailyTopicsList .txtBox {
  position: relative;
  background-color: #ffffff;
  padding: 15px 20px;
  width: calc(100% - 40px);
  margin-top: -40px;
  margin-left: -20px;
  z-index: 1;
}
.dailyTopicsList .cate {
  background-color: #bdd524;
  color: #222222;
  font-size: 1.2rem;
  display: inline-block;
  padding: 4px 10px;
  line-height: 1.0;
  border-radius: 50px;
}
.dailyTopicsList .data {
  display: inline-block;
  margin-left: 10px;
}
.dailyTopicsList .pr {
  font-size: 1.1rem;
  line-height: 1.0;
  color: #999999;
  background-color: #fff;
  border: solid 1px #999999;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 5px;
}
.dailyTopicsList.col2-3 li .tit {
  margin-top: 5px;
}
.dailyTopicsList.col2-3 li:nth-of-type(n+3) .tit {
  margin-top: 10px;
}
.dailyTopicsList.col2-3 li:nth-of-type(n+3) .tit {
  font-size: 1.5rem;
}

/******************************
xxxxx
******************************/
.topSectionTechnic {
  position: relative;
  margin-top: 75px !important;
}
.contTitHeadTechnic {
  position: absolute;
  top: -50px;
  z-index: 1;
}
.contTitTechnic img {
  width: 100%;
  max-width: 329px;
}
.technicList {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.technicList,
.technicList li {
  width: 100%;
}
.articlesList.technicList li:nth-of-type(odd) {
  clear: none;
}
.technicList li:nth-of-type(n+2) {
  width: 31.5%;
  transform: skew(-15deg);
  overflow: hidden;
}
.technicList li:nth-of-type(n+2) .imgWrap {
  height: 142px;
  overflow: hidden;
}
.technicList li:nth-of-type(n+3){
  margin-left: 2.75%;
}
.technicList li:nth-of-type(2),
.technicList li:nth-of-type(5) {
  margin-left: 0;
}
.technicList .img {
  padding-top: 0;
}
.technicList .txtBox {
  padding: 10px 20px 20px;
  background-color: #ffffff;
}
.technicList li .data {
  display: inline-block;
  font-size: 1.3rem;
  color: #222222;
}
.technicList li .data,
.technicList li .pr,
.technicList li .tit {
  transform: skew(15deg);
  margin: 0;
}
.technicList li .pr {
  font-size: 1.1rem;
  line-height: 1.0;
  color: #999999;
  background-color: #e8e8e8;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 5px;
}
.technicList li .tit {
  margin-top: 5px;
  font-size: 1.5rem;
  width: 95%;
}
.technicList li:first-child {
  transform: skew(-15deg);
}
.technicList li:first-child a {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.technicList li:first-child .imgWrap {
  overflow: hidden;
}
.technicList li:first-child .imgWrap{
  width: 100%;
  max-width: 400px;
}

.technicList li .img {
  transform: skew(15deg) scale(1.3);
  height: 0;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.technicList li:first-child {
  margin-bottom: 40px;
}
.technicList li:first-child .txtBox {
  display: flex;
  align-items: center;
  margin: 20px -20px -20px 0;
  flex-grow: 1;
}
.technicList li:first-child .txtBoxMore {
  display: inline-block;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transform: skew(-15deg);
  margin-top: 25px;
  margin-left: 20px;
  position: relative;
  line-height: 1.0;
}
.technicList li:first-child .txtBoxMore::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #bdd524;
  transform: skew(15deg);
  margin-top: 7px;
  margin-left: 5px;
}
.technicList li:first-child .data {
  color: #999999;
}

/******************************
makers voice
******************************/
.contMakersVoice {
  background: url('/asset/frontend/img/bg_makers_voice.png') no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 60px;
}
.contMakersVoice .cont {
  padding-top: 0;
  width: 100%;
  min-width: 1400px;
  max-width: 100%;
}
.contTitMakersVoice {
  position: relative;
  z-index: 2;
}
.contTitMakersVoice img {
  width: 100%;
  max-width: 595px;
}

.makersVoice1st {
  margin-top: -28px;
}
.makersVoice1st a {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  align-items: center;
}
.makersVoice1st .imgWrap {
  transform: skew(-15deg);
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  z-index: 0;
}
.makersVoice1st .img {
  transform: skew(15deg) scale(1.2);
  height: 0;
  padding-top: 75%;
}
.makersVoice1st .txtBox {
  transform: skew(-15deg);
  height: 280px;
  display: flex;
  align-items: center;
  margin-right: -50px;
  margin-top: 30px;
  background-color: #0c5073;
  z-index: 1;
}
.makersVoice1st .txtBoxInner {
  padding: 40px;
}
.makersVoice1st .txtBoxMore {
  display: inline-block;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transform: skew(-15deg);
  margin-top: 25px;
  margin-left: 20px;
  position: relative;
  line-height: 1.0;
}
.makersVoice1st .data {
  color: #999999;
}
.topSectionMakersVoiceInner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.topSectionMakersVoiceInner .makersVoice1st {
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: -125px;
}

.makersVoice1st .data {
  display: inline-block;
  font-size: 1.2rem;
  color: #ffffff;
}
.makersVoice1st .data,
.makersVoice1st .pr,
.makersVoice1st .tit {
  transform: skew(15deg);
  margin: 0;
}
.makersVoice1st .pr {
  font-size: 1.1rem;
  line-height: 1.0;
  color: #999999;
  background-color: #e8e8e8;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 5px;
}
.makersVoice1st .tit {
  margin-top: 5px;
  font-size: 2.2rem;
  width: 95%;
  color: #ffffff;
  padding-left: 20px;
}

.makersVoice1st .txtBoxMore {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transform: skew(0);
  margin-top: 25px;
  margin-left: 35px;
  position: relative;
  line-height: 1.0;
}
.makersVoice1st .txtBoxMore::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #bdd524;
  transform: skew(15deg);
  margin-top: 7px;
  margin-left: 3px;
}

.makersVoiceList {
  margin-top: 35px;
  margin-bottom: 30px;
}
.makersVoiceList li a {
  width: 92%;
  min-width: 250px;
}
.makersVoiceList .imgWrap {
  transform: skew(-15deg);
  overflow: hidden;
  position: relative;
  min-height: 180px;
}
.makersVoiceList .imgWrap .img {
  width: 100%;
  transform: skew(15deg) scale(1.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 75%;
}
.makersVoiceList .imgWrap::before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.makersVoiceList li a:hover .imgWrap::before {
  background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.4));
}
.makersVoiceList .txtBox {
  width: 100%;
  padding: 10px 10px 10px 20px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  box-sizing: border-box;
}
.makersVoiceList .data,
.makersVoiceList .pr,
.makersVoiceList .tit {
  margin: 0;
  transform: skew(15deg);
}
.makersVoiceList .data {
  display: inline-block;
  font-size: 1.2rem;
  color: #ffffff;
}
.makersVoiceList .pr {
  font-size: 1.1rem;
  line-height: 1.0;
  color: #999999;
  background-color: #e8e8e8;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 5px;
}
.makersVoiceList .tit {
  margin-top: 5px;
  font-size: 1.3rem;
  width: 95%;
  color: #ffffff;
}
.prev-arrow-makers,
.next-arrow-makers {
  width: 100%;
  max-width: 50px;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
}
.prev-arrow-makers {
  left: 0;
}
.next-arrow-makers {
  right: 0;
}

/******************************
series
******************************/
/* .contSeries {
  
} */
.contSeries .cont {
  padding-top: 0;
  /* width: 97.5%; */
  width: 100%;
  max-width: 100%;
  min-width: 1200px;
}
.contTitSeries {
  position: relative;
  z-index: 1;
}
.contTitSeries img {
  width: 100%;
  max-width: 267px;
}

.topSectionSeries {
  position: relative;
}
.topSectionSeriesInner {
  position: relative;
}
.contTitHead.contTitHeadSeries {
  position: absolute;
  left: 100px;
  top: 50px;
}


.seriesList {
  text-align: center;
}
.seriesList li.seriesItems a {
  width: 100%;
}
.seriesList .seriesItem a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 75px 75px 0;
  border-color: transparent #bdd524 transparent transparent;
  z-index: 1;
}
.seriesList .seriesItem a .volumeNum {
  position: absolute;
  top: 3px;
  right: 8px;
  color: #222222;
  font-family: ministry, sans-serif;
  font-weight: bold;
  font-size: 18px;
  z-index: 1;
}
.seriesList .seriesItem a .volumeNumTxt {
  font-size: 12px;
  display: block;
  margin-bottom: -12px;
}
.seriesList .imgWrap {
  overflow: hidden;
}
.seriesList .imgWrap .img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 63.63%; /* w220/h140 */
}
.seriesList .txtBox {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  background-color: #ffffff;
}
.seriesList .data,
.seriesList .pr,
.seriesList .tit {
  margin: 0;
}
.seriesList li a:hover {
  text-decoration: none;
}
.seriesList .data {
  display: inline-block;
  font-size: 1.2rem;
  color: #222222;
}
.seriesList .pr {
  font-size: 1.1rem;
  line-height: 1.0;
  color: #999999;
  background-color: #e8e8e8;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 5px;
}
.seriesList .tit {
  font-size: 1.5rem;
  width: 100%;
  color: #222222;
}

.seriesListBgWrap{
  background-size: cover;
  background-repeat: no-repeat;
}

.seriesListBg {
  /* overflow: hidden; */
  padding: 135px 65px 200px;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(90deg, rgba(255,255,255,1) 8%, rgba(255,255,255,0));
}
.seriesListGroup{
  position: relative;
}
.seriesListGroup::after {
  position: absolute;
  /* right: -40px; */
  /* top: 165px; */
  /* height: 245px; */
  top: 30px;
  height: calc(100% + 30px);
  width: 150%;
  left: 40px;
  content: "";
  transform: skew(-15deg);
  background-color: #0c5073;
}
.seriesItem {
  width: 220px;
  float: left;
  position: relative;
  z-index: 1;
}
.seriesItem a{
  display: block;
}
.seriesItem + .seriesItem {
  margin-left: 10px;
}
.seriesItem {
  transition: all .4s;
  opacity: 0;
  transform: translateX(-20px);
}
.slick-active .seriesItem {
  opacity: 1.0;
  transform: translateX(0);
}
.seriesItem1 {
  transition-delay: .4s;
}
.seriesItem2 {
  transition-delay: .8s;
}
.seriesItem3 {
  transition-delay: 1.2s;
}
.seriesListGroup {
  display: flex;
}
.seriesTxtWrap,
.seriesItemWrap {
  display: inline-block;
}
.seriesTxtWrap {
  width: calc(100% - 680px);
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-right: 3.461%;
  padding-left: 10%;
  box-sizing: border-box;
  text-align: left;
}
.seriesItemWrap {
  width: 680px;
  position: relative;
}
.seriesListTit,
.seriesListTxt {
  color: #ffffff;
  text-align: left;
}
.seriesListTit {
  font-size: 26px;
  font-weight: 600;
}

.prev-arrow-series,
.next-arrow-series {
  width: 100%;
  max-width: 10px;
  position: absolute;
  top: calc(50% - 8px);
  z-index: 1;
}
.prev-arrow-series {
  left: -12px;
}
.next-arrow-series {
  right: -12px;
}
.slide-dots-series {
  text-align: center;
  position: absolute;
  left: calc(65px + 10%);
  bottom: 160px;
  padding: 0 10px;
}
.slide-dots-series li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 8px;
}
.slide-dots-series li.slick-active {
  background-color: #bdd524;
}
.slide-dots-series li button {
  display: none;
}

.contBtn.contBtnSeries {
  position: absolute;
  width: 100%;
  bottom: 50px;
}

/******************************
School
******************************/
.contSchool {
  background: #041b26;
  padding-top: 85px;
  padding-bottom: 65px;
}
.contSchool .cont {
  padding-top: 0;
  width: 100%;
  max-width: 100%;
}
.contTitHeadSchool {
  text-align: center;
}
.contTitSchool {
  position: relative;
  z-index: 1;
  text-align: left;
  display: inline-block;
}
.contTitSchool img {
  width: 100%;
  max-width: 311px;
}
.topSectionSchoolInner {
  margin-bottom: -50px;
}


.schoolList {
  margin-top: -25px;
  margin-bottom: 30px;
  text-align: center;
}
.schoolList li a {
  width: 100%;
}
.schoolList .imgWrap {
  overflow: hidden;
}
.schoolList .slick-slide .img {
  width: 100%;
  padding-top: 66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.schoolList .slick-slide li {
  transform: scale(0.8);
  opacity: 0.5;
  transition: 0.7s;
}
.schoolList .slick-slide.slick-active li {
  transform: scale(1);
  opacity: 1;
}
.schoolList .txtBox {
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
  text-align: left;
  background-color: transparent;
}
.schoolList .data,
.schoolList .pr,
.schoolList .tit {
  margin: 0;
}
.schoolList li a:hover {
  text-decoration: none;
}
.schoolList .data {
  display: inline-block;
  font-size: 1.5rem;
  color: #ffffff;
}
.schoolList .pr {
  font-size: 1.1rem;
  line-height: 1.0;
  color: #999999;
  background-color: #e8e8e8;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 5px;
}
.schoolList .tit {
  margin-top: 5px;
  font-size: 2.0rem;
  width: 100%;
  color: #ffffff;
}

.prev-arrow-school,
.next-arrow-school {
  width: 100%;
  max-width: 30px;
  position: absolute;
  top: calc(33% - 28px);
  z-index: 1;
}
.prev-arrow-school {
  left: 33%;
}
.next-arrow-school {
  right: 33%;
}
.slide-dots-school {
  text-align: center;
  margin-top: 20px;
}
.slide-dots-school li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 8px;
}
.slide-dots-school li.slick-active {
  background-color: #bdd524;
}
.slide-dots-school li button {
  display: none;
  font-size: 0;
}

/*
  For Member
*/
.contributorRight ul.memberList {
  display: flex;
  margin-right: 10px;
}

.memberList li.btn {
  box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 120px;
    padding: 7px;
    margin: 5px;
    background: #eee;
    text-align: center;
    font-size: 1rem;
    color: #999999;
    transition: all 0.3s ease;
    cursor: pointer;
}

.memberList li.btn:hover {
  background: #323232;
  color: #fff;
}

.headerLogin {
  width: auto !important;
  text-align: center;
  padding-left: 30px;
}

.headerLogin a:hover {
  text-decoration: none;
}

.headerLogin a {
  display: inline-block;
  background-color: #fff;
  color: #1690cf;
  line-height: 28px;
  font-size: 1.3rem;
  width: 146px;
}

.autherDetail .txtWrap .btn span {
  color: #999;
  background: #eee;
}

.autherDetail .txtWrap .btn span:hover {
  background: #323232;
  color: #fff;
}

/* 会員登録 */
.applyForm th .req {
  color: #E35C4B;
}

.applyForm .myPageFormSelect {
  width: 100%;
  font-size: 1.4rem;
  background: #F7F7F7;
  border-radius: 5px;
  position: relative;
}

.applyForm .myPageFormSelect:before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 2px #323232;
  border-right: solid 2px #323232;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}

.applyForm .myPageFormSelect select {
  width: 100%;
  margin: 0;
  padding: 5px 15px;
  border: none;
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

footer{
  position: absolute;
  bottom: 0;
  width: 100%;

}
.wrapper{
  min-height: 100vh;
  position: relative;
  padding-bottom: 175px;
  box-sizing: border-box;
}