@charset "UTF-8";
/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  color: #444;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
}
body * {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-wrap {
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
#fancybox-wrap * {
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
#fancybox-tmp, #fancybox-loading {
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
a {
  color: #509DC5;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
a:link, a:hover, a:focus {
  color: #509DC5;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::-moz-selection {
  background-color: #DDD;
  color: #444;
  /* Safari */
}
::selection {
  background-color: #DDD;
  color: #444;
  /* Safari */
}
::-moz-selection {
  background-color: #DDD;
  color: #444;
  /* Firefox */
}
a {
  display: inline-block;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/
.clearfix {
  display: inline-block;
  min-height: 1%;
}
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
/* End hide from IE-mac */
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/
br.clear {
  display: inline !important;
  display: none;
  clear: both;
  line-height: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  br.clear {
    display: block !important;
    content: " ";
  }
}
div.clear {
  clear: both;
  line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#topcontrol {
  z-index: 100;
}
#topcontrol a {
  background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
  background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat \9;
  /* IE8 and below */
  *background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat;
  /* IE7 and below */
  _background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat;
  /* IE6 */
  background-size: 40px 40px;
  font-size: 0;
  text-decoration: none;
  display: block;
  height: 38px;
  width: 38px;
  opacity: 0.7;
  border-radius: 38px;
  box-sizing: border-box;
  transition: all .15s ease-in-out;
}
#topcontrol a:hover {
  background-size: 54px 54px;
  opacity: 1;
  height: 50px;
  width: 50px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
/*-- WRAP --*/
.inr {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}
/*-- HEADER --*/
#header {
  background-color: #FFF;
  width: 100%;
}
#header div.inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  height: 45px;
  max-height: 45px;
}
#header #headLogo ul {
  display: flex;
  align-items: flex-end;
}
#header #headLogo ul li {
  display: flex;
  align-items: flex-end;
  padding: 0 5px;
}
#header #headLogo ul li img {
  height: 17px;
  width: auto;
}
#header #headLogo ul li:first-of-type img {
  height: 25px;
  width: auto;
}
#header #snsList {
  margin-left: auto;
  width: 50%;
}
#header #snsList ul {
  display: flex;
  justify-content: flex-end;
  height: 45px;
  max-height: 45px;
}
#header #snsList ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #D8D4CA;
  width: 160px;
  padding: 0px;
}
#header #snsList ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #snsList ul li a img {
  width: auto;
  height: 25px;
}
#header #snsList ul li:first-of-type a img {
  height: 20px;
}
#header #snsList ul li.last {
  background: #F52F75;
  border: none;
}
#header #naviArea {
  background: #123957;
  height: 75px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header #naviArea #logo {
  display: flex;
  align-items: center;
}
#header #naviArea #logo a {
  display: flex;
  align-items: center;
}
#header #naviArea #logo img {
  height: 45px;
  width: auto;
}
#header #naviArea #gNavi {
  float: right;
  width: 70%;
}
#header #naviArea #gNavi ul {
  display: flex;
  justify-content: flex-end;
}
#header #naviArea #gNavi ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #naviArea #gNavi ul li a {
  color: #FFF;
  font-family: 'Cantata One', serif;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  padding: 0 25px;
}
#header #naviArea #gNavi ul li a span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.0rem;
  padding-top: 5px;
  white-space: nowrap;
  transform: scale(0.8);
  transform-origin: center center;
}
#header #naviArea #gNavi ul li a:hover, #header #naviArea #gNavi ul li a.active {
  color: #AA8328;
}
/*-------recruitNavi--------*/
#recruitNavi {
  background: #EB6D82;
  padding: 10px 0;
}
#recruitNavi ul {
  margin: 0 auto;
  width: 800px;
}
#recruitNavi ul li {
  display: inline-block;
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
}
#recruitNavi ul li .noLink {
  color: #FFF;
  display: block;
}
#recruitNavi ul li ul.sub {
  border: 1px solid #DDD;
  background-color: #FFF;
  position: absolute;
  top: 28px;
  left: 0px;
  z-index: 1000;
  display: none;
  width: 110%;
}
#recruitNavi ul li ul.sub li {
  border-bottom: 1px dotted #CCC;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}
#recruitNavi ul li ul.sub li a {
  background-color: #FFF;
  color: #666;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  transition: 0.1s;
}
#recruitNavi ul li ul.sub li a:hover {
  background-color: #FBEBEE;
  color: #ED6C81;
}
#recruitNavi ul li:hover ul.sub {
  display: block;
}
#recruitNavi > ul > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#recruitNavi > ul > li.last {
  border-right: none;
  padding-right: 0;
}
#recruitNavi > ul > li > a, #recruitNavi > ul > li > span {
  border-right: 1px dotted #FFF;
  padding: 10px 50px;
}
#recruitNavi > ul > li.first > a {
  border-left: 1px dotted #FFF;
}
#recruitNavi > ul > li > a {
  color: #FFF;
  text-decoration: none !important;
  transition: 0.2s;
}
#recruitNavi > ul > li:hover, #recruitNavi > ul > li > a:hover {
  color: #36151A;
}
/*==========================================*/
/*-- gnavi --*/
#gNav {
  width: 100%;
}
#gNav .gNavInr {
  margin: 0 auto;
  width: 1000px;
}
#gNav .gNavInr ul {
  clear: both;
  overflow: hidden;
}
#gNav .gNavInr ul li {
  padding: 3% 0;
  float: left;
  text-align: center;
  height: 100px;
}
#gNav .gNavInr ul li a {
  border-right: dotted 1px #DDD;
  color: #333;
  display: block;
  font-family: 'Noto Sans Japanese';
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 50px 0;
  text-align: center;
  text-decoration: none;
}
#gNav .gNavInr ul li:last-child a {
  border: none;
}
#gNav .gNavInr ul li span {
  display: block;
  padding-bottom: 15px;
}
#gNav .gNavInr ul li.li01 {
  background: url(../cmn_img/img_navi01.png) center top no-repeat;
}
#gNav .gNavInr ul li.li02 {
  background: url(../cmn_img/img_navi02.png) center top no-repeat;
}
#gNav .gNavInr ul li.li03 {
  background: url(../cmn_img/img_navi03.png) center top no-repeat;
}
#gNav .gNavInr ul li.li04 {
  background: url(../cmn_img/img_navi04.png) center top no-repeat;
}
#gNav .gNavInr ul li.li05 {
  background: url(../cmn_img/img_navi05.png) center top no-repeat;
}
#gNav .gNavInr ul li.li01 a:hover span, #gNav .gNavInr ul li.li01 a.curent span {
  border-bottom: solid 2px #5CC57C;
  color: #5CC57C;
}
#gNav .gNavInr ul li.li02 a:hover span, #gNav .gNavInr ul li.li02 a.curent span {
  border-bottom: solid 2px #EB6D82;
  color: #EB6D82;
}
#gNav .gNavInr ul li.li03 a:hover span, #gNav .gNavInr ul li.li03 a.curent span {
  border-bottom: solid 2px #FFAB3B;
  color: #FFAB3B;
}
#gNav .gNavInr ul li.li04 a:hover span, #gNav .gNavInr ul li.li04 a.curent span {
  border-bottom: solid 2px #2DB3E7;
  color: #2DB3E7;
}
#gNav .gNavInr ul li.li05 a:hover span, #gNav .gNavInr ul li.li05 a.curent span {
  border-bottom: solid 2px #F52F75;
  color: #F52F75;
}
/*==========================================*/
/*-- BREADCHUMBS --*/
#breadChumbs {
  background-color: #E8E3D7;
  margin: 0 auto;
  padding: 12px 20px;
}
#breadChumbs p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 auto;
  transition: 0.2s;
  max-width: 1080px;
}
#breadChumbs p a {
  color: #999;
  transition: 0.2s;
}
#breadChumbs p a:hover, #breadChumbs p a.currentPoint {
  color: #444;
  text-decoration: none;
}
/*==========================================*/
/*-- MV --*/
#mv, .cmnmv {
  height: 300px;
  display: table;
  position: relative;
  width: 100%;
}
#mv .cName, .cmnmv .cName {
  height: 160px;
  display: table-cell;
  line-height: 1.4;
  letter-spacing: 0.04em;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  transition: 0.2s;
  font-size: 1.6em;
  color: #222;
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
}
#mv .cName span, .cmnmv .cName span {
  color: #FFF;
  display: block;
  transition: 0.2s;
}
#mv .cName span.en, .cmnmv .cName span.en {
  font-size: 38px;
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1.0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mv .cName span.jp, .cmnmv .cName span.jp {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.team #mv {
  background: url(../cmn_img/bg_team.jpg) center top no-repeat;
  background-size: cover;
}
.schedule #mv {
  background: url(../cmn_img/bg_schedule.jpg) center top no-repeat;
  background-size: cover;
}
.game #mv {
  background: url(../cmn_img/bg_game.jpg) center top no-repeat;
  background-size: cover;
}
.partner #mv {
  background: url(../cmn_img/bg_partner.jpg) center top no-repeat;
  background-size: cover;
}
.fan #mv {
  background: url(../../fan/img/mv.jpg?202007120000) center top no-repeat;
  background-size: cover;
}
.community #mv {
  background: url(../../community/img/mv.jpg) center center no-repeat;
  background-size: cover;
}
/*-----mv2-------*/
#mv2 {
  background: #F7F7F7;
  height: 175px;
  display: table;
  position: relative;
  width: 100%;
}
#mv2 .cName {
  color: #123957;
  display: table-cell;
  line-height: 1.4;
  letter-spacing: 0.04em;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
/*-- CONTENTS --*/
#contents {
  margin: 0 auto 100px;
  position: relative;
  z-index: 2;
}
.member #contents {
  margin-bottom: 0;
}
#contents p, #contents li, #contents dt, #contents dd, #contents th, #contents td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
#main {
  background-color: #FFF;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 500px;
  padding: 85px 20px 45px;
  position: relative;
}
#mainArea {
  float: right;
  width: 68%;
}
.bgMain {
  background: #F5F5F4;
  padding: 5% 0;
}
.bgMain2 {
  background: #EEECE8;
}
.main {
  margin: 0 auto;
  max-width: 1080px;
  min-height: 500px;
  padding: 85px 20px 45px;
  position: relative;
}
.wrap {
  margin: 0 auto;
  max-width: 1080px;
}
#contents .bgMain .main {
  padding-top: 0;
}
#sideArea {
  border-top: solid 5px #123957;
  float: left;
  width: 25%;
}
#sideArea h3 {
  color: #AA8328;
  position: relative;
  display: inline-block;
  padding: 40px 35px 35px;
}
#sideArea h3:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #AA8328;
  left: 0;
}
#sideArea .dropdown {
  border-top: solid 1px #E3DFD4;
}
#sideArea .dropdown li {
  border-bottom: dotted 1px #E3DFD4;
  padding: 15px 10px 13px;
  position: relative;
}
#sideArea .dropdown li.selected {
  background-color: #F2F2F2;
}
#sideArea .dropdown li a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  padding-left: 15px;
}
#sideArea .dropdown li a::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background: transparent;
  border-top: 2px solid #AA8328;
  border-right: 2px solid #AA8328;
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 23px;
  left: 5px;
}
#sideArea .dropdown li a:hover::before {
  transform: rotate(136deg);
}
#sideArea .dropdown li > ul {
  padding-top: 2%;
}
#sideArea .dropdown li > ul li {
  padding: 10px 15px;
}
#sideArea .dropdown li > ul li a {
  color: #AA8328;
}
#sideArea .dropdown li > ul li a:hover::before {
  transform: rotate(45deg);
}
#sideArea .dropdown li > ul li a::before {
  position: absolute;
  top: 19px;
  left: 10px;
}
#sideArea .dropdown li > ul li > ul li {
  padding: 10px 30px;
}
#sideArea .dropdown li > ul li.last {
  border: none;
  padding-bottom: 0;
}
/*---- DROPDOWN----*/
/*---------------------------*/
#pageMenu .community {
  background: url(../cmn_img/bg_img_activity.png) repeat;
  padding: 3% 0;
}
#pageMenu .facilities {
  background: url(../cmn_img/bg_img_facilities.png) repeat;
  padding: 3% 0;
}
#pageMenu ul {
  width: 1080px;
  margin: 0 auto;
}
#pageMenu ul li {
  float: left;
  margin-right: 15px;
  width: 250px;
}
#pageMenu ul li:lastychild {
  margin-right: 0;
}
#pageMenu ul li img {
  width: 100%;
}
#pageMenu ul li a {
  text-decoration: none;
  color: #000;
}
#pageMenu ul li a:hover {
  opacity: 0.5;
}
#pageMenu ul li span {
  display: block;
  font-family: 'Noto Sans Japanese';
  font-size: 0.9em;
  padding-top: 10px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
/*---------------------------*/
.pager {
  overflow: hidden;
}
.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
.pager ul li {
  margin: 0 1px;
  position: relative;
  left: -50%;
  float: left;
}
.pager ul li span {
  display: block;
  font-size: 16px;
  padding: 0.6em 1em;
  border-radius: 3px;
}
.pager ul li a {
  display: block;
  font-size: 16px;
  padding: 0.6em 1em;
  border-radius: 3px;
  background: #EEE;
  color: #000;
  text-decoration: none;
}
.pager ul li a:hover, .pager ul li a.cr {
  background: #39B281;
  color: #FFF;
}
/*-- FOOTER --*/
#footer {
  background: #123957;
}
#footer .ftInr {
  margin: 0 auto;
  max-width: 1080px;
  padding: 25px 0;
  overflow: hidden;
}
#footer .ftInr .logo {
  float: left;
  width: 215px;
}
#footer .ftInr .logo img {
  max-width: 100%;
  height: auto;
}
#footer .fBtn {
  float: right;
}
#footer .fBtn a {
  background-color: #FFF;
  border-radius: 60px;
  border: 2px solid #AA8328;
  color: #123957;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  min-width: 215px;
  padding: 10px 35px 10px 35px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 200ms ease all;
}
#footer .fBtn a:hover {
  background: #AA8328;
  color: #FFF;
}
#footer .fBtn a::before {
  content: "\f003";
  font-family: "fontawesome";
  font-weight: normal;
  margin-right: 10px;
}
#footer small {
  border-top: solid 1px #1D4767;
  color: #919CA7;
  display: block;
  font-size: 1.2rem;
  padding: 10px;
  text-align: center !important;
  width: 100%;
}
/*デバイスの横幅が750px以下の場合*/
#my-button {
  display: none;
  /*
	position: absolute;
	top: 7px;
	right: 7px;
	*/
  transition: 0.2s;
}
#my-button a {
  border-radius: 4px;
  display: block;
  text-decoration: none;
  padding: 5px 8px 5px;
}
#my-button a:hover {
  text-decoration: none;
}
#my-button .menuName {
  color: #123957;
  display: none;
  font-size: 11px;
  padding-top: 5px;
  text-align: center;
}
.menu-trigger {
  transition: all .4s;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  width: 35px;
  height: 29px;
}
.menu-trigger span {
  transition: all .4s;
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #123957;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
html.mm-opened .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
a.roBtn:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/*----------------------------------------------------
	☆game
----------------------------------------------------*/
#contents .gamedetaile span {
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 8px;
}
#contents .gameList .tbl02 table th {
  color: #123957;
  width: 20%;
}
#contents .gameList .tbl02 table th .data {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
#contents .gameList .tbl02 table th .data span {
  font-size: 1.2rem;
}
#contents .gameList .tbl02 table th .time {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
}
#contents .gameList .tbl02 table td .result {
  float: left;
  /* width: 70%; ずれるので100にした*/
  width: 70%;
}
#contents .gameList .tbl02 table td .gameBtn {
  float: right;
}
#contents .gameList .tbl02 table td .rally {
  line-height: 1.4;
  padding-top: 3px;
}
#contents .gameList .tbl02 table td .score {
  font-weight: bold;
  line-height: 1.3;
  padding-top: 3px;
}
#contents .gameList .tbl02 table td .score span {
  color: #AA8328;
  font-size: 2.4rem;
  padding: 0 10px;
}
#contents .gameList .tbl02 table td .place {
  font-size: 1.2rem;
}
#contents #gameTable .tbl02 table th, #contents #gameTable .tbl02 table td {
  padding: 4px;
}
#contents #gameInfo {
  display: table;
  margin: 0 auto;
  width: 95%;
}
#contents #gameInfo .game {
  display: table-cell;
  padding: 2%;
  vertical-align: middle;
}
#contents #gameInfo .home {
  padding-right: 5%;
}
#contents #gameInfo .opponent {
  padding-left: 5%;
}
#contents #gameInfo .home .name {
  float: left;
  padding-top: 15%;
}
#contents #gameInfo .home .score {
  float: right;
}
#contents #gameInfo .opponent .name {
  float: right;
  padding-top: 15%;
}
#contents #gameInfo .opponent .score {
  float: left;
}
#contents #gameInfo .home .score, #contents #gameInfo .opponent .score {
  font-size: 4.2rem;
  color: #AA8328;
  font-weight: 800;
}
#contents #gameInfo .game ul.half li {
  overflow: hidden;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  border-top: solid 1px #DCD7C9;
}
#contents #gameInfo .game ul.half li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#contents #gameInfo .game #score-detail .home {
  float: left;
}
#contents #gameInfo .game #score-detail .away {
  float: right;
}
#contents #gameInfo .game #score-detail .score {
  font-weight: bold;
  text-align: center;
  width: 30px;
}
#contents #gameInfo .game #score-detail .label {
  font-size: 1.2rem;
}
#contents .gameTitle {
  color: #123957;
  font-family: 'Noto Sans Japanese';
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  padding: 0 13px 0 0;
}
#contents #slogan {
  background: #F5F5F4;
  padding: 5% 0;
}
#contents #slogan .head04, #contents .bgMain .team-cp01 {
  font-size: 3.0rem;
  margin-bottom: 50px;
  line-height: 1.6;
}
#contents .bgMain .team-cp01, #contents .bgMain .team-cp01 .head04 {
  color: #000;
}
#contents .slBox {
  background: #8D8470;
  color: #FFF;
  text-align: center;
  padding: 5% 2%;
  margin: 0 auto;
  width: 60%;
}
#contents .slBox .en {
  font-size: 3.4rem;
}
#contents .ti01 {
  border-bottom: solid 2px #C3B79A;
  box-shadow: 0px 2px #FFF;
  color: #AA8328;
  font-family: 'Cantata One', serif;
  font-weight: 900;
  font-style: normal;
  width: 80%;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 4.2rem;
  padding: 20px 0;
}
#contents .ti01 span {
  border-bottom: solid 2px #C3B79A;
  box-shadow: 0px 2px #FFF;
  color: #AA8328;
  display: block;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 10px 0;
  margin-bottom: 20px;
}
#contents .ti01 small {
  font-size: 70%;
}
#contents #about {
  background: url(../../team/img/bg_about.jpg) center top no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 5% 0;
}
#contents .about01 {
  display: table;
  margin: 0 auto;
  padding: 2%;
}
#contents .about01 .logo {
  display: table-cell;
  padding-right: 5%;
  width: 30%;
  vertical-align: middle;
}
#contents .about01 .detail {
  display: table-cell;
  width: 65%;
  vertical-align: middle;
}
#contents .about01 .logo img, #contents .about01 .detail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#contents .aboutTeam .img {
  float: left;
  width: 43%;
}
#contents .aboutTeam .img img {
  max-width: 100%;
  height: auto;
}
#contents .aboutTeam .txt {
  float: right;
  padding-top: 20px;
  width: 54%;
}
#contents #player .tbl01 table th, #contents #player .tbl01 table td {
  padding: 5px 15px 3px;
}
#contents #player .tbl01 table th {
  text-align: center;
  width: 10%;
}
#contents #change .tbl01 table th, #contents #change .tbl01 table td {
  text-align: center;
  padding: 5px 15px 3px;
}
#contents #player .tbl01 table .head th, #contents #change .tbl01 table .head th {
  text-align: left;
}
#contents #process .tbl01 td {
  font-weight: bold;
}
#contents #process .tbl01 td.time {
  background: #EDEDED;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}
#contents #process .tbl01 td.time span {
  color: #AA8328;
  display: block;
  font-size: 1.4rem;
}
#contents #process .tbl01 td span.circle {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #F52F75;
  color: #FFF;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  font-size: 1.3rem;
  margin: 0 5px 4px;
  letter-spacing: 0;
}
/*-------*/
/*----------------------------------------------------
	☆TEAM
----------------------------------------------------*/
/*
#contents #slogan .inr {
	padding: 4% 8% 5% 0;
	max-width: 1680px;
	margin: 0;
}

#contents #slogan .img {
	float: left;
	width: 58%;
}

#contents #slogan .img img {
	max-width: 100%;
	height: auto;
}

#contents #slogan .txt {
	float: right;
	position: relative;
	padding-top: 5%;
	width: 40%;
}

#contents #slogan .txt .head04 {
	font-size: 3.0rem;
	margin-bottom: 50px;
}
*/
/*---player ----*/
/*----------------------------------------------------
	☆schedule
----------------------------------------------------*/
#calWrap {
  padding-top: 5%;
}
#calWrap .calTtl {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
#calWrap ul li {
  font-size: 95%;
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#calWrap .calTtlRight {
  text-align: right;
  width: 95px;
  letter-spacing: normal;
  float: right;
  margin-top: 5px;
}
#calWrap li.calTtlCenter {
  text-align: center;
  width: calc(100% - 200px);
  font-size: 95%;
  float: left;
  padding-top: 3px;
  color: #F52F75;
}
#calWrap ul li.calTtlCenter span {
  font-size: 150%;
  font-weight: bold;
}
#calWrap .calTtlLeft {
  width: 95px;
  letter-spacing: normal;
  float: left;
  margin-top: 5px;
}
#calWrap ul li a {
  text-decoration: none;
}
#calWrap ul li a.nextMonth {
  padding-right: 4px;
  margin-right: 2px;
}
#calWrap ul li a.lastMonth {
  padding-left: 4px;
  margin-left: 2px;
}
#calWrap table {
  border: 1px #DDD solid;
  table-layout: fixed;
}
#calWrap table th {
  text-align: center;
  padding: 8px 8px;
  width: 14%;
  border: 1px #DDD solid;
  border-width: 0 1px 1px 0px;
  background: #ECEAE5;
  color: #123957;
}
#calWrap table td {
  border: 1px #DDD solid;
  border-width: 0 1px 1px 0px;
  padding: 8px 7px 12px !important;
  line-height: 1.5;
  color: #AAA;
  font-size: 13px;
}
#calWrap table td p {
  font-size: 11px;
  font-size: 1.1rem;
}
#calWrap table td p a {
  color: #555;
}
#calWrap .yb {
  background-color: #DCDCDC;
}
#calWrap .sat {
  background-color: #EEF3F7;
  color: #398395;
}
#calWrap .sun {
  background-color: #FBEEF3;
  color: #ED4064;
}
#calWrap .holiday {
  background-color: #F6F0E1;
}
#calWrap a {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #calWrap table td p {
    font-size: 10px;
    line-height: 1.1;
  }
}
/*----------------------------------------------------
	☆fan
----------------------------------------------------*/
.business-member-wrap .business-member {
  list-style: disc inside;
  margin: 0;
  padding: 0;
}
.business-member-wrap .business-member li {
  font-size: 14px !important;
}
.form-type label {
  display: inline-block;
  width: 220px;
}
.form-family-grade .radio-wrap {
  display: inline-block;
  min-width: 220px;
}
.form-family-grade .radio-wrap.wide {
  min-width: 100%;
}
@media screen and (min-width: 700px) {
  .business-member-wrap li {
    list-style: none;
  }
  .business-member-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .business-member-wrap .business-member {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  /*
  .business-member-wrap .business-member li {
    width: 33.3%;
  }
*/
  .form-family-grade .radio-wrap.wide {
    min-width: auto;
    width: 446px;
  }
}
/*----------------------------------------------------
	☆form
----------------------------------------------------*/
#contents .btnTop {
  padding-top: 85px;
  max-width: 1080px;
  margin: 0 auto;
}
#contents .btnArea {
  margin-bottom: 5%;
}
#contents .btnArea ul {
  display: table;
  margin: 0 auto;
  width: 80%;
}
#contents .btnArea ul li {
  display: table-cell;
  padding: 15px;
  width: 50%;
}
#contents .btnArea ul li a {
  width: 100%;
}
#contents .form .tbl03 table th {
  width: 20%;
}
#contents .form .tbl03 td.job {
  line-height: 1.8;
}
#contents .scList {
  border-top: solid 1px #DED7C6;
}
#contents .scList ul li {
  border-bottom: solid 1px #DED7C6;
  display: table;
  padding: 15px 0;
  width: 100%;
}
#contents .scList .data {
  background: #ECEAE5;
  color: #123957;
  display: table-cell;
  font-size: 2.0rem;
  font-weight: 600;
  font-weight: bold;
  padding: 2%;
  text-align: center;
  line-height: 1.2;
  width: 10%;
  vertical-align: middle;
}
#contents .scList ul li .title a {
  color: #123957;
}
#contents .scList .data span {
  display: block;
  font-size: 1.1rem;
}
#contents .scList .schedule {
  display: table-cell;
  padding-left: 5%;
  width: 70%;
  vertical-align: middle;
}
#contents .scList .sdL {
  padding: 10px 0;
}
#contents .scList .sdL dt {
  display: table;
  margin-bottom: 5px;
  width: 100%;
}
#contents .scList .sdL dt .category {
  display: table-cell;
  width: 10%;
}
#contents .scList .sdL dt .category span {
  background: #AA8328;
  border-radius: 60px;
  color: #FFF;
  font-weight: 800;
  padding: 4px 10px 3px;
}
#contents .scList .sdL dt .title {
  display: table-cell;
  font-weight: 800;
  margin-bottom: 10px;
  width: 80%;
}
#contents .scList .sdL dd {
  clear: both;
  overflow: hidden;
}
#contents .scList .sdL dd p {
  display: inline-block;
  margin-right: 15px;
}
#contents .scList .sdL dd p span {
  color: #AA8328;
  font-weight: bold;
  padding-right: 5px;
}
#contents .scList .sdL dd p.cmnt {
  background: #E1E1E1;
  padding: 2px 10px;
}
#contents .scList .sdL dd a {
  color: #555;
  text-decoration: underline;
}
#contents .icon {
  margin-bottom: 20px;
}
#contents table .icon {
  margin: 0;
  padding: 2px;
}
#contents .icon span {
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 10px;
}
#contents table .icon span {
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 3px 7px;
}
#contents .i_event span {
  background: #F73E8C;
}
#contents .i_jr span {
  background: #F77446;
}
#contents .i_game span {
  background: #25ACB4;
}
#contents .i_media span {
  background: #40994E;
}
#contents .player .ph {
  position: relative;
  margin-bottom: 10px;
}
#contents .player .ph img {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#contents .player .ph .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 90px 0 0;
  border-color: #AA8328 transparent transparent transparent;
}
#contents .player .ph .position2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 90px 0 0;
  border-color: #173D5B transparent transparent transparent;
}
#contents .player .ph .position span {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: -75px;
  left: 0;
  text-align: center;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#contents .player .ph .position2 span {
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: -78px;
  left: 0;
  line-height: 1.0;
  text-align: center;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#contents .player .name {
  color: #123957;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
#contents .player .name span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100;
}
#contents .player .pj {
  color: #AA8328;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents .player .pj span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100;
}
#contents .player .clm4Box ul {
  clear: both;
  overflow: hidden;
}
#contents .player .clm4Box li {
  margin-bottom: 60px;
}
#contents .player .clm4Box li a {
  text-decoration: none;
}
#contents .player .clm4Box li a:hover {
  opacity: 0.7;
}
#contents .player .tbl01 table {
  background: #FFF;
}
#contents #profile .cap {
  margin-bottom: 20px;
}
#contents #profile .cap span {
  background: #123957;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 7px 15px;
}
#contents #profile .nameBox {
  border-bottom: solid 1px #E3DFD4;
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#contents #profile .nameBox .name {
  color: #123957;
  font-size: 50px;
  font-size: 5.0rem;
  float: left;
  line-height: 1.1;
  width: 60%;
}
#contents #profile .nameBox .name span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
}
#contents #profile .nameBox .pj {
  color: #AA8328;
  float: right;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.1;
  width: 40%;
}
#contents #profile .nameBox .pj span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 100;
}
#contents #profile .phArea .ph {
  float: left;
  width: 30%;
}
#contents #profile .phArea .ph img {
  height: auto;
  width: 100%;
}
#contents #profile .phArea .deta {
  float: right;
  line-height: 1.6;
  width: 58%;
}
#contents #profile .profile br {
  border-bottom: dotted 1px #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#contents #profile .head06 {
  margin-bottom: 30px;
}
#contents .partnerBox {
  border: solid 1px #DED7C6;
  background: #FFF;
  padding: 3% 3% 2%;
  margin-bottom: 20px;
}
#contents .partnerBox .t_partner {
  color: #AA8328;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */
  margin: 0 auto 20px;
  width: 50%;
}
#contents .partnerBox .t_partner:before, #contents .partnerBox .t_partner:after {
  border-top: 1px solid #AA8328;
  content: "";
  display: inline;
  /* for IE */
  flex-grow: 1;
}
#contents .partnerBox .t_partner:before {
  margin-right: 0.5em;
}
#contents .partnerBox .t_partner:after {
  margin-left: 0.5em;
}
#contents .partnerBox .logoList {
  display: table;
  margin: 0 auto 15px;
}
#contents .partnerBox .logoList li {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}
#contents .partnerBox .logoList li img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 700px) {
  #contents .partnerBox .logoList.sp_small {
    max-width: 180px;
  }
}
@media all and (max-width: 500px) {
  #contents .partnerBox .logoList.sp_small {
    max-width: 115px;
  }
}
/*----------------------------------------------------
	☆SCHEDULE
----------------------------------------------------*/
/*----------------------------------------------------
	☆player
----------------------------------------------------*/
/*--- profile ---*/
/*----------------------------------------------------
	☆partner
----------------------------------------------------*/
a img:hover {
  opacity: 0.7;
}
/*
 * 20200523
 */
.team-cp01 {
  margin: 40px 0;
  text-align: center;
}
.team-cp01 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.team-cp01 ul li {
  width: 31%;
}
.team-cp01 img {
  width: 100%;
  height: auto;
}
.team-cp01 p {
  font-weight: bold;
}
@media all and (max-width: 700px) {
  .team-cp01 ul {
    flex-direction: column;
  }
  .team-cp01 ul li {
    width: 100%;
  }
  .team-cp01 ul li + li {
    margin-top: 20px;
  }
}
.team-history-img-list {
  display: flex;
  width: 100%;
  height: auto;
}
.team-history-img-list li:nth-of-type(2) {
  margin: 0 20px;
}
.team-history-img-list img {
  width: 100%;
  height: auto;
}
/*----------------------------------------------------
	☆community
----------------------------------------------------*/
@media all and (min-width: 700px) {
  .spBr {
    display: none;
  }
}
.spFlex-col {
  display: flex;
  flex-direction: column;
}
.sdg-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.sdg-list li {
  position: relative;
  display: flex;
  width: 100%;
  height: 110px;
  margin: 0 0 30px 0;
  padding: 0;
}
.sdg-list li img {
  min-width: 110px;
  width: 110px;
  height: 110px;
}
.sdg-list li p {
  padding: 10px 0 10px 20px;
  font-size: 15px !important;
}
.sdg-list li.double {
  height: 220px;
}
.sdg-list li.double .spFlex-col {
  min-width: 110px;
  width: 110px;
}
.community-imgs {
  display: flex;
  flex-wrap: wrap;
}
.community-imgs .img {
  width: calc((100% - 20px) / 2);
  margin: 0 20px 20px 0;
}
.community-imgs .img:nth-of-type(even) {
  margin: 0 0 20px 0;
}
.community-imgs .img img {
  width: 100%;
  height: auto;
}
.ul-tbl {
  border-top: dashed 1px #C9D8E3;
}
.ul-tbl li {
  display: block;
  border-bottom: dashed 1px #C9D8E3;
  padding: 14px 20px;
  line-height: 1.7;
}
.flex-2col > * {
  width: 100%;
}
.flex-2col > * + * {
  margin-top: 40px;
}
.flex-2col .ul-tbl + .ul-tbl {
  border-top: none;
  margin-top: 0;
}
.flex-3col > * {
  width: 100%;
}
.flex-3col > * + * {
  margin-top: 40px;
}
figure img {
  width: 100%;
  height: auto;
}
figure figcaption {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media all and (min-width: 700px) {
  .flex-2col {
    display: flex;
  }
  .flex-2col > * {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .flex-2col > *:nth-of-type(2) {
    margin-right: 0;
  }
  .flex-2col > * + * {
    margin-top: 0;
  }
  .flex-2col .ul-tbl + .ul-tbl {
    border-top: dashed 1px #C9D8E3;
  }
  .flex-3col {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-3col > * {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 30px 0;
  }
  .flex-3col > *:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
}
@media all and (min-width: 700px) {
  .spFlex-col {
    flex-direction: row;
  }
  .sdg-list {
    max-width: 600px;
  }
  .sdg-list li {
    width: 100%;
  }
  .sdg-list li p {
    padding: 10px 50px 10px 20px;
  }
  .sdg-list li.double {
    height: 110px;
  }
  .sdg-list li.double .spFlex-col {
    min-width: 220px;
    width: 220px;
  }
  .community-imgs {
    flex-wrap: nowrap;
  }
  .community-imgs .img {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 0 0;
  }
  .community-imgs .img:nth-of-type(even) {
    margin: 0 20px 0 0;
  }
  .community-imgs .img:nth-of-type(4) {
    margin: 0 0 0 0;
  }
  .community-imgs .img img {
    width: 100%;
    height: auto;
  }
}
@media all and (min-width: 1200px) {
  .sdg-list {
    max-width: 100%;
  }
  .sdg-list li {
    width: 50%;
  }
}
/*----------------------------------------------------
	☆family
----------------------------------------------------*/
img.family-logo {
  width: 250px;
  height: auto;
}
.flex-dir-col {
  display: flex;
  flex-direction: column;
}
.dl-tbl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.dl-tbl dt, .dl-tbl dd {
  border-bottom: dashed 1px #C9D8E3;
  margin: 0;
  padding: 14px 20px;
  line-height: 1.7;
}
.dl-tbl dt {
  color: #123957;
  width: 30%;
  font-family: 'Noto Sans Japanese';
  font-weight: 600;
}
.dl-tbl dt:first-of-type {
  border-top: dashed 1px #C9D8E3;
}
.dl-tbl dd {
  width: 70%;
}
.dl-tbl dd:first-of-type {
  border-top: dashed 1px #C9D8E3;
}
.dl-tbl.dt-w20per dt {
  width: 30%;
}
.dl-tbl.dt-w20per dd {
  width: 70%;
}
.dl-tbl.family-sec1 dt span {
  font-size: 2rem;
  color: #AA8328;
}
.dl-tbl.family-sec3 dt {
  padding: 7px 20px;
}
.dl-tbl.family-sec3 dt span {
  display: inline-block;
  color: #FFF;
  border-radius: 3px;
  width: 5em;
  padding: 7px 0;
  text-align: center;
}
.dl-tbl.family-sec3 dt:nth-of-type(1) span {
  background: #B84C49;
}
.dl-tbl.family-sec3 dt:nth-of-type(2) span {
  background: #3D8EA4;
}
.dl-tbl.family-sec3 dt:nth-of-type(3) span {
  background: #F2933D;
}
.dl-tbl.family-sec3 dt:nth-of-type(4) span {
  background: #7F9843;
}
.dl-tbl.family-sec3 dt:nth-of-type(5) span {
  background: #654F81;
}
.dl-tbl.family-sec3 dt:nth-of-type(6) span {
  background: #C24800;
}
.dl-tbl.family-sec3 dt:nth-of-type(7) span {
  background: #086751;
}
.dl-tbl.family-sec3 dt:nth-of-type(8) span {
  background: #1B3F6E;
}
@media all and (max-width: 700px) {
  .dl-tbl.family-sec1 {
    margin-top: 40px;
    margin-bottom: 0 !important;
  }
  .dl-tbl.family-sec1 dt, .dl-tbl.family-sec1 dd {
    border-bottom: none;
    padding: 10px 0;
  }
  .dl-tbl.family-sec1 dt {
    width: 100%;
    border-bottom: 2px solid #123957;
    padding: 5px 0;
  }
  .dl-tbl.family-sec1 dt br {
    display: none;
  }
  .dl-tbl.family-sec1 dt span {
    position: relative;
    top: 2px;
    display: inline-block;
  }
  .dl-tbl.family-sec1 dt:first-of-type {
    border-top: none;
  }
  .dl-tbl.family-sec1 dd {
    width: 100%;
    margin-bottom: 40px;
  }
  .dl-tbl.family-sec1 dd:first-of-type {
    border-top: none;
  }
  .dl-tbl.family-sec3 dt {
    padding: 14px 0;
  }
}
.family-sec2-list li {
  margin-bottom: 20px;
}
.family-sec2-list .family-sec2-item {
  border: 3px solid #123957;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
.family-sec2-list .family-sec2-item h3 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 38px;
  font-size: 1.8rem;
  font-weight: 600;
}
.family-sec2-list .family-sec2-item h3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 30px;
}
.family-sec2-list .flex-dir-col .family-sec2-item {
  margin-bottom: 20px;
}
.family-sec2-list .flex-dir-col .family-sec2-item:last-of-type {
  margin-bottom: 0;
}
.family-sec4-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.family-sec4-tbl tr th, .family-sec4-tbl tr td {
  height: 5em;
  padding: 5px 10px;
  text-align: center;
}
.family-sec4-tbl tr th {
  background: #123957;
  color: #FFF;
}
.family-sec4-tbl tr td {
  background: #B7CAE5;
}
.family-sec4-tbl tr:first-of-type th, .family-sec4-tbl tr:first-of-type td {
  height: auto;
}
.family-sec4-tbl tr:nth-of-type(odd) td {
  background: #E0E8F3;
}
@media all and (min-width: 700px) {
  .dl-tbl.dt-w20per dt {
    width: 20%;
  }
  .dl-tbl.dt-w20per dd {
    width: 80%;
  }
  .family-sec2-list {
    display: flex;
    flex-wrap: wrap;
  }
  .family-sec2-list li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .family-sec2-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .family-sec2-list .flex-dir-col {
    height: 100%;
  }
  .family-sec2-list .flex-dir-col .family-sec2-item {
    height: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .family-sec2-list .flex-dir-col .family-sec2-item:last-of-type {
    margin-bottom: 0;
  }
}
/*----------------------------------------------------
	☆top english
----------------------------------------------------*/
#memberlist-en {
  padding: 7% 0 !important;
}
#memberlist-en .memberlist {
  display: flex;
  flex-wrap: wrap;
}
#memberlist-en .memberlist .member {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  margin-right: 10px;
}
#memberlist-en .memberlist .member:nth-of-type(2n) {
  margin-right: 0;
}
#memberlist-en .memberlist .member a {
  width: 100%;
  height: auto;
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
#memberlist-en .memberlist .member a:hover {
  opacity: 0.7;
}
#memberlist-en .memberlist .member a:hover figure img {
  opacity: 1;
}
#memberlist-en .memberlist .member a figure {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#memberlist-en .memberlist .member a figure:before {
  content: "";
  display: block;
  padding-top: 93%;
}
#memberlist-en .memberlist .member a figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
#memberlist-en .memberlist .member a figure figcaption {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #123957;
  color: #FFF;
  height: 50px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  z-index: 2;
}
#memberlist-en .memberlist .member a figure figcaption span {
  display: inline-block;
  padding: 0 5px;
}
#memberlist-en .memberlist .member a .member-desc {
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
}
@media all and (max-width: 700px) {
  #memberlist-en .memberlist .member a figure figcaption {
    flex-wrap: wrap;
    height: 70px;
  }
}
@media all and (min-width: 700px) {
  #memberlist-en {
    max-width: 100%;
  }
  #memberlist-en .memberlist .member {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  #memberlist-en .memberlist .member:nth-of-type(2n) {
    margin-right: 20px;
  }
  #memberlist-en .memberlist .member:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) {
  #memberlist-en .memberlist .member {
    width: calc((100% - 60px) / 4);
  }
  #memberlist-en .memberlist .member:nth-of-type(3n) {
    margin-right: 20px;
  }
  #memberlist-en .memberlist .member:nth-of-type(4n) {
    margin-right: 0;
  }
}
/*------
 * commmon
 ------*/
@media all and (max-width: 700px) {
  .pcBr {
    display: none;
  }
}
#sns-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}
#sns-list .sns-widget {
  position: relative;
  border: 3px solid #000045;
  width: 100%;
  padding: 10px 20px 0 20px;
}
#sns-list .sns-widget > a {
  display: block;
}
#sns-list .sns-widget.sns-facebook, #sns-list .sns-widget.sns-instagram {
  padding: 0;
}
#sns-list .sns-widget.sns-facebook > a img, #sns-list .sns-widget.sns-instagram > a img {
  width: 100%;
}
#sns-list .sns-widget > a figure {
  font-size: 0;
  margin-bottom: 10px;
  text-align: center;
}
#sns-list .sns-widget > a figure img {
  height: 50px;
  width: auto;
}
#sns-list .sns-widget > a figure figcaption {
  display: none;
}
#sns-list .sns-widget .fb_iframe_widget {
  max-width: 100%;
  margin: 0 auto;
}
#sns-list .sns-widget.sns-instagram p {
  padding: 40px 0;
  text-align: center;
}
#sns-list .sns-widget.sns-line {
  padding: 0;
  font-size: 0;
}
#sns-list .sns-widget.sns-line img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media all and (max-width: 700px) {
  #sns-list .sns-widget {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media all and (min-width: 700px) {
  #sns-list .sns-widget {
    width: calc((100% - 40px) / 2);
    margin: 0 40px 40px 0;
  }
  #sns-list .sns-widget:nth-of-type(2n) {
    margin: 0 0 40px 0;
  }
}