@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*-----------------------------------

natsuyasumi2022.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  overflow: hidden;
}

.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
  margin-bottom: 15px;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li {
  width: 48%;
}
.CLM__three > li {
  width: 32%;
}
.CLM__four > li {
  width: 24%;
}

.txt__red {
  color: #cd0404;
}
.txt__blue {
  color: #33bbd4;
}
.txt__pink {
  color: #ffa5ae;
}
.txt__green {
  color: #a5cb49;
}
.txt__orange {
  color: #ffa401;
}
.txt__brown {
  color: #d8960d;
}
.txt__yellow {
  color: #fff100;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #cd0404;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  text-align: left;
}

.list__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}
.list__disc li {
  padding-bottom: 0.5em;
}
.list__attention {
  list-style: none;
}
.list__attention li {
  padding-left: 1em;
  position: relative;
}
.list__attention li:after {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.headline__main {
  text-align: center;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px;
}
.headline__main .jpn_L {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.headline__wide {
  background: red;
  overflow: hidden;
}
.headline__wide .sec__inner980 {
  padding: 20px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.headline__wide .num {
  font-size: 20px;
  font-size: 2rem;
  background: #000;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
}
.headline__wide .jpn {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5px;
  vertical-align: middle;
}
.headline__wide .jpn img {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.headline__wide .jpn span {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: middle;
}
.headline__wide .eng {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding-top: .5em;
}
.headline__dotline {
  display: flex;
  align-items: center;
}
.headline__dotline:after, .headline__dotline:before {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #000000;
}
.headline__dotline:before {
  margin-right: 1rem;
}
.headline__dotline:after {
  margin-left: 1rem;
}
.headline__dotline p {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.headline__dotline p span {
  font-weight: bold;
}
.headline__S {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  position: relative;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 800;
  display: block;
  width: 300px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #000;
}
.btn:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 7%;
  color: #fff;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.btn:hover:after {
  right: 5%;
}
.btn__S {
  width: 210px;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn__S:after {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn__L {
  width: 90%;
}
.btn__M {
  min-width: 70%;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
.btn__red {
  background: #e60c11;
  color: #fff;
  border: none;
}
.btn__red:after {
  color: #fff;
}
.btn__red:hover {
  opacity: 1;
  background: #ba0a0e;
}
.btn__border {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.btn__border:after {
  color: #000;
}

span.btn {
  background: #aaa !important;
  border: 1px solid #aaa;
  opacity: 1;
  color: #828080;
}
span.btn:after {
  color: #999 !important;
}
span.btn:hover:after {
  right: 7%;
}

.table__wrap {
  width: 100%;
}
.table__wrap table {
  width: 100%;
}
.table__wrap thead tr th {
  background: #000;
  color: #fff;
}
.table__wrap tbody tr th {
  color: #fff;
  font-weight: bold;
}
.table__wrap tbody tr th.j1 {
  background: #e60012;
}
.table__wrap tbody tr th.j2 {
  background: #007e41;
}
.table__wrap tbody tr th.j3 {
  background: #000;
}
.table__wrap tbody tr th.ylc {
  background: #e60c14;
  color: #fff600;
}
.table__wrap tbody tr td {
  background: #fff;
}
.table__wrap tbody tr td span {
  display: inline-block;
  vertical-align: middle;
}
.table__wrap tbody tr.brder {
  border-bottom: 2px solid #000;
}
.table__wrap th,
.table__wrap td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #d7d7d7;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__nanameBG {
  background: url(/img/special/natsuyasumi/2022/BG_naname.png) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
}
.sec__greennanameBG {
  background: url(/img/special/natsuyasumi/2022/BG_nanamegreen.png) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
}
.sec__goldBG {
  background: url(/img/special/natsuyasumi/2022/BG_gold.jpg) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
}
.sec__yellow {
  background-color: #fffccc;
}

.clearfix {
  overflow: inherit;
}

.tabSelecter {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.tabSelecter li {
  position: relative;
}
body.howtochoose .tabSelecter li:nth-child(n + 4) {
  margin-top: 25px;
}
.tabSelecter li.current:after {
  width: 0;
  height: 0;
  border-left: 15px solid #000;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  content: '';
  right: 0;
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
}
.tabSelecter li.current a {
  background: #000;
}
.tabSelecter li > a {
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

#bottomArea p {
  text-align: center;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  display: initial;
}

.menutriggerWrap {
  position: fixed;
  right: 0;
  z-index: 11111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
  z-index: 1;
}
.menu-trigger:after {
  background: url(/img/special/natsuyasumi/2022/menu.png) no-repeat top center;
  background-size: 70px;
  content: '';
  height: 75px;
  width: 70px;
  right: -20px;
  top: -27px;
  position: absolute;
  z-index: -1;
  animation: kurukuru 7s linear infinite;
}
.menu-trigger:hover {
  opacity: 1;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  width: 980px;
  margin: auto;
  box-sizing: border-box;
}

.natsuyasumi2022Header__jLogo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100;
}
.natsuyasumi2022Header__jLogo a img {
  width: 40px;
}
.natsuyasumi2022Header__gnav li {
  padding: 20px;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.natsuyasumi2022Header__gnav li:hover {
  background: #696969;
}
.natsuyasumi2022Header__gnav li a, .natsuyasumi2022Header__gnav li span {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.natsuyasumi2022Header__gnav li a:hover, .natsuyasumi2022Header__gnav li span:hover {
  opacity: 1;
}
.natsuyasumi2022Header__gnav li span {
  pointer-events: none;
  color: #828080;
}
.natsuyasumi2022Header__gnav li.nolink:hover {
  background: inherit;
}

@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   kv
========================================================================== */
.kvArea {
  background-color: #e3e3c5;
  background: url(/img/special/natsuyasumi/2022/dot.png) repeat top center;
  background-size: auto;
  background-repeat: repeat;
}
.kvArea__lead {
  padding: 40px 0 0;
  position: relative;
}
.kvArea__lead p {
  text-align: center;
  margin-bottom: 40px;
}
.kvArea__lead p span {
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}
.kvArea__lead--hat {
  position: absolute;
  width: 100px;
  right: calc(50% + 20%);
  top: 30%;
  animation: 3s fuwafuwa infinite;
}
.kvArea__wrap {
  position: relative;
  display: block;
}
.kvArea__title, .kvArea__player, .kvArea__summer {
  position: absolute;
}
.kvArea__bg {
  width: 100%;
}
.kvArea__title {
  width: 50%;
  left: 20px;
  z-index: 1;
  top: 70px;
}
.kvArea__player {
  width: 70%;
  right: 0;
  z-index: 0;
  top: 0;
}
.kvArea__summer {
  position: absolute;
  width: 100%;
  height: 35px;
  background-image: url("/img/special/natsuyasumi/2022/summer.svg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: marquee_j_1;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: block;
  bottom: 3.5%;
}

@keyframes marquee_j_1 {
  100% {
    background-position: -10000px 0;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* ==========================================================================
   navArea
========================================================================== */
.navArea .sec__inner980 {
  padding: 0;
}
.navArea__nav {
  align-items: flex-end;
}
.navArea__nav__list {
  width: calc((100% - 30px) / 4) !important;
  margin-right: 10px;
  text-align: center;
}
.navArea__nav__list:last-child {
  margin-right: 0;
}
.navArea__nav__list a {
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1.3;
  box-sizing: border-box;
  background: #000;
  border-radius: 10px 10px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.navArea__nav__list a:hover {
  opacity: 1;
  color: #fff600;
  height: 75px;
}
.navArea__nav__list a span i {
  font-size: 11px;
  font-size: 1.1rem;
  font-style: normal;
}
body.top .navArea__nav__list.top a {
  color: #fff600;
  height: 75px;
}
body.howtochoose .navArea__nav__list.howtochoose a {
  color: #fff600;
  height: 75px;
}
body.bigginersguide .navArea__nav__list.bigginersguide a {
  color: #fff600;
  height: 75px;
}
body.match .navArea__nav__list.match a {
  color: #fff600;
  height: 75px;
}
.navArea__nav__list.nolink a {
  color: #828080;
  pointer-events: none;
  font-weight: bold;
}
.navArea__nav__list.nolink a i {
  font-weight: bold;
}
.navArea__nav__list.nolink a:hover {
  padding: 10px;
}

/* ==========================================================================
   titleArea
========================================================================== */
.titleArea {
  background: url(/img/special/natsuyasumi/2022/campaign.png) no-repeat top center;
  background-size: auto 280px;
  background-repeat: repeat;
  height: 280px;
  position: relative;
}
body.top .titleArea {
  background: url(/img/special/natsuyasumi/2022/campaign.png) no-repeat top center;
  background-size: auto 280px;
}
body.howtochoose .titleArea {
  background: url(/img/special/natsuyasumi/2022/howtochoose.png) no-repeat top center;
  background-size: auto 280px;
}
body.bigginersguide .titleArea {
  background: url(/img/special/natsuyasumi/2022/bigginers.png) no-repeat top center;
  background-size: auto 280px;
}
.titleArea__txt {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #e1e1e1;
  padding: 50px 50px 0;
  font-size: 16px;
  font-size: 1.6rem;
  width: 700px;
  text-align: center;
  font-weight: bold;
}
.titleArea__txt span {
  font-weight: bold;
}

/* ==========================================================================
   TOP
========================================================================== */
body.top .tabArea {
  position: relative;
}
body.top .tabArea .sec__inner {
  width: 980px;
  margin: auto;
}
body.top .tabArea .tabSelecter {
  padding: 0;
  margin: 0;
}
body.top .tabArea .tabSelecter .tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
  position: absolute;
  top: -69px;
  width: 980px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body.top .tabArea .tabSelecter .tab li {
  width: calc((100% - 10px) / 3);
  border: none;
}
body.top .tabArea .tabSelecter .tab li.current:after {
  content: none;
}
body.top .tabArea .tabSelecter .tab li a {
  border-radius: inherit;
  border: none;
  margin-right: 10px;
  background: #939393;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
body.top .tabArea .tabSelecter .tab li a:hover {
  opacity: 1;
  padding: 20px 0;
}
body.top .tabArea .tabSelecter .tab li:last-child a {
  margin-right: 0;
}
body.top .tabArea .tabSelecter .tab li.current a {
  padding: 20px 0;
}
body.top .tabArea .tabSelecter .tab li:first-child.current a {
  background: #e60c11;
}
body.top .tabArea .tabSelecter .tab li:nth-child(2).current a {
  background: #1e7f41;
}
body.top .tabArea .tabSelecter .tab li:last-child.current a {
  background: #231815;
}

.ankerArea {
  background: #000;
}
.ankerArea.j1 {
  background: #e60c11;
}
.ankerArea.j2 {
  background: #1e7f41;
}
.ankerArea.j3 {
  background: #231815;
}
.ankerArea ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
  width: 980px;
  margin: auto;
  padding: 40px 0 60px;
}
.ankerArea ul li {
  margin-right: 10px;
}
.ankerArea ul li a {
  position: relative;
}
.ankerArea ul li a:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  color: #fff;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  bottom: -25px;
}
.ankerArea ul li a:hover:after {
  bottom: -30px;
}
.ankerArea ul li a p {
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}

.clubnav, .clubnav2, .clubnav3 {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0 35px;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.26);
  transition: 1s ease-in-out;
  display: none;
}
.clubnav.is-in, .clubnav2.is-in, .clubnav3.is-in {
  display: block;
  opacity: 1;
}
.clubnav.is-in ul, .clubnav2.is-in ul, .clubnav3.is-in ul {
  width: 980px;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.clubnav.is-in ul li, .clubnav2.is-in ul li, .clubnav3.is-in ul li {
  margin: 0 10px;
}
.clubnav.is-in ul li a, .clubnav2.is-in ul li a, .clubnav3.is-in ul li a {
  position: relative;
}
.clubnav.is-in ul li a P, .clubnav2.is-in ul li a P, .clubnav3.is-in ul li a P {
  display: none;
  font-size: 10px;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
.clubnav.is-in ul li a .embS, .clubnav2.is-in ul li a .embS, .clubnav3.is-in ul li a .embS {
  margin: 0 auto;
}
.clubnav.is-in ul li a:after, .clubnav2.is-in ul li a:after, .clubnav3.is-in ul li a:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  color: #000;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  bottom: -25px;
}
.clubnav.is-in ul li a:hover:after, .clubnav2.is-in ul li a:hover:after, .clubnav3.is-in ul li a:hover:after {
  bottom: -30px;
}
.clubnav__btn, .clubnav2__btn, .clubnav3__btn {
  display: none;
}

.asano {
  color: red;
}

.campaignArea {
  padding-top: 50px;
}
.campaignArea__ttl {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 50px;
  width: 980px;
  margin: auto;
}
.campaignArea__ttl .embL {
  margin: inherit;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 0;
}
.campaignArea__ttl span:last-child {
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: .13em;
  line-height: 1;
  background: #000;
  color: #fff;
  padding: 20px 20px 20px 50px;
  margin-left: 40px;
}
.campaignArea .bg__naname {
  position: relative;
}
.campaignArea .bg__naname .sec__inner980 {
  padding: 0;
  margin-top: 30px;
}
.campaignArea .bg__naname .nanameBG {
  width: 100%;
  height: 1000px;
  background: url(/img/special/natsuyasumi/2022/BG_naname_lightgold.png) no-repeat bottom center;
  background-position: center;
  box-sizing: border-box;
  float: left;
  position: absolute;
  left: 0;
  z-index: -2;
  top: -200px;
  background-size: contain;
}
.campaignArea__wrap + .campaignArea__ttl {
  margin-top: 100px;
}
.campaignArea__wrap > div.bg__naname:nth-child(even) .nanameBG {
  background: url(/img/special/natsuyasumi/2022/BG_naname_lightgold_2.png) no-repeat bottom center;
  top: -300px;
}
.campaignArea__card {
  display: inline-block;
  width: 430px;
  margin-right: 110px;
  position: relative;
  margin-bottom: 100px;
}
.campaignArea__card:nth-child(even) {
  margin-right: 0;
  top: -100px;
  position: relative;
}
.campaignArea__card:before {
  background: url(/img/awards/2020/BG_naname.png) repeat left top;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 0.6;
  z-index: -1;
}
.campaignArea__card img {
  display: block;
  width: 100%;
}
.campaignArea__card--con {
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.26);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  padding: 0 0 25px;
  background: #fff;
  width: calc(100% - 4.5%);
}
.campaignArea__card--con .ttl {
  padding: 0 0 15px;
  width: 100%;
}
.campaignArea__card--con .info {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
  background: #d5d5d5;
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.campaignArea__card--con .match {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 5px;
}
.campaignArea__card--con .match .embM {
  margin: inherit;
  margin: 0 5px;
}
.campaignArea__card--con .match img {
  width: 30px;
  margin: 0 10px;
}
.campaignArea__card--con .seki {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5px;
  line-height: 1;
}
.campaignArea__card--con .kikan {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.campaignArea__card--con .kikan + .kikan {
  margin-top: 2px;
}
.campaignArea__card--con .kikan span {
  background: #000;
  color: #fff;
  padding-left: 5px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 7px 10px;
}
.campaignArea__card--con .kikan i {
  font-style: normal;
  width: 55%;
  text-align: left;
}
.campaignArea__card--con .kome {
  color: #fff;
  text-align: center;
  padding: 0;
}
.campaignArea__card--con .eng {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 2px;
}
.campaignArea__card--con .btnwrap .btn + .btn {
  margin-top: 8px;
}

.precautionsArea ul {
  margin-top: 30px;
}
.precautionsArea__title {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

/* ==========================================================================
   how to choose
========================================================================== */
.leadArea {
  background: #e1e1e1;
  position: relative;
}

.howtoankerArea .sec__inner800 {
  padding: 80px 0 50px;
}
.howtoankerArea__nav, .bigginerankerArea__nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.howtoankerArea__nav__list, .bigginerankerArea__nav__list {
  width: 30%;
  position: relative;
  display: inline-block;
  background: none;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.howtoankerArea__nav__list a, .bigginerankerArea__nav__list a {
  padding: 20px 20px 40px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
.howtoankerArea__nav__list a:hover, .bigginerankerArea__nav__list a:hover {
  opacity: 1;
}
.howtoankerArea__nav__list a:hover:after, .bigginerankerArea__nav__list a:hover:after {
  bottom: 0px;
}
.howtoankerArea__nav__list a:hover img, .bigginerankerArea__nav__list a:hover img {
  opacity: 1;
}
.howtoankerArea__nav__list a:after, .bigginerankerArea__nav__list a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 5px;
  font-size: 30px;
  font-size: 3rem;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  color: #fff;
}
.howtoankerArea__nav__list .txt, .bigginerankerArea__nav__list .txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.howtoankerArea__nav__list .txt span, .bigginerankerArea__nav__list .txt span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.howtoankerArea__nav__list img, .bigginerankerArea__nav__list img {
  width: 60px;
  margin: auto;
  display: block;
}
.howtoankerArea__nav__list.playerandteam, .playerandteam.bigginerankerArea__nav__list {
  background: #33bbd4;
}
.howtoankerArea__nav__list.playerandteam:hover, .playerandteam.bigginerankerArea__nav__list:hover {
  background: #2fa4ba;
}
.howtoankerArea__nav__list.area, .area.bigginerankerArea__nav__list {
  background: #a5cb49;
}
.howtoankerArea__nav__list.area:hover, .area.bigginerankerArea__nav__list:hover {
  background: #97b943;
}
.howtoankerArea__nav__list.schedule, .schedule.bigginerankerArea__nav__list {
  background: #ffa5ae;
}
.howtoankerArea__nav__list.schedule:hover, .schedule.bigginerankerArea__nav__list:hover {
  background: #e798a0;
}
.howtoankerArea__nav__list.playerandteam:after, .playerandteam.bigginerankerArea__nav__list:after {
  background: #33bbd4;
}
.howtoankerArea__nav__list.area:after, .area.bigginerankerArea__nav__list:after {
  background: #a5cb49;
}
.howtoankerArea__nav__list.schedule:after, .schedule.bigginerankerArea__nav__list:after {
  background: #ffa5ae;
}
.howtoankerArea__nav__list.playerandteam a:before, .playerandteam.bigginerankerArea__nav__list a:before {
  background: url(/img/special/natsuyasumi/2022/howtochoose/playerandteam.svg) no-repeat top center;
}
.howtoankerArea__nav__list.area a:before, .area.bigginerankerArea__nav__list a:before {
  background: url(/img/special/natsuyasumi/2022/howtochoose/area.svg) no-repeat top center;
  background-size: 50%;
  top: -20%;
}
.howtoankerArea__nav__list.schedule a:before, .schedule.bigginerankerArea__nav__list a:before {
  background: url(/img/special/natsuyasumi/2022/howtochoose/schedule.svg) no-repeat top center;
}

.headline__wide {
  position: relative;
}
#playerandteam .headline__wide {
  background: #33bbd4;
}
#area .headline__wide {
  background: #a5cb49;
}
#schedule .headline__wide {
  background: #ffa5ae;
}
.headline__wide:before {
  content: '';
  opacity: 0.2;
  position: absolute;
  width: 100%;
  color: #fff;
  opacity: 0.3;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  text-align: right;
  font-weight: bold;
  line-height: 90px;
}
#playerandteam .headline__wide:before {
  content: 'PLAYER & TEAM';
}
#area .headline__wide:before {
  content: 'AREA';
}
#schedule .headline__wide:before {
  content: 'SCHEDULE';
}

.playerandteamArea .headline__dotline, .eventArea .headline__dotline, .areaAera .headline__dotline, .scheduleArea .headline__dotline {
  margin-bottom: 30px;
}

.choosecard__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.choosecard__wrap + .headline__dotline {
  margin-top: 70px;
}
.choosecard__card {
  width: 32%;
  background: #fff;
  margin-right: 2%;
  margin-bottom: 30px;
}
.choosecard__card:nth-child(3n) {
  margin-right: 0;
}
.choosecard__card img {
  width: 100%;
}
.choosecard__list li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
  text-align: center;
}
.choosecard__list li .data {
  width: 57%;
  text-align: left;
  margin-bottom: 5px;
}
.choosecard__list li .data .day {
  font-weight: bold;
  display: block;
  text-align: left;
}
.choosecard__list li .data .match {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
}
.choosecard__list li .data .match .embS {
  display: inline-block;
  vertical-align: middle;
}
.choosecard__list li .btn {
  width: 43%;
  height: auto;
  line-height: 1.2;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 7px 0;
}
.choosecard__list li .btn:after {
  content: none;
}
.choosecard__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.choosecard__img {
  margin-bottom: 10px;
}
.choosecard__img--con {
  background-color: #efefef;
  background-size: cover;
  padding: 20px;
  padding-top: 70px;
  padding-bottom: 0;
}
.choosecard__img--con ul li {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
.choosecard__img--con ul li span {
  font-weight: bold;
}
.choosecard__img img {
  width: auto;
  height: 100px;
  position: relative;
  margin: 0 auto -60px;
  display: block;
}

.txt-hide {
  display: none;
}

button.more {
  width: 120px;
  margin: 20px auto 0;
  display: block;
  color: #000;
  border: none;
  outline: 0;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  position: relative;
  background: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
button.more:before {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 7%;
  color: #000;
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
  top: 5px;
  transform: rotate(90deg);
}
button.more::after {
  content: "もっとみる";
  transition: 0.2s all;
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
}
button.more.on-click::after {
  content: "とじる";
}
button.more.on-click::before {
  transform: rotate(-90deg);
}

#schedule .tabSelecter .tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
#schedule .tabSelecter .tab li {
  width: calc((100% - 7%) / 7);
  margin-right: 1%;
}
#schedule .tabSelecter .tab li > a {
  padding: 10px 0;
}
#schedule .tabSelecter .tab li > a .day {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  line-height: 1;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 3px;
  letter-spacing: 2px;
}
#schedule .tabSelecter .tab li > a .day i {
  font-style: normal;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
#schedule .tabSelecter .tab li > a .youbi {
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
#schedule .tabSelecter .tab li.current:after {
  border-left: 12px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 12px solid transparent;
  bottom: -15px;
}
#schedule .tabSelecter .tab li.current a .day, #schedule .tabSelecter .tab li.current .youbi {
  color: #fff !important;
}
#schedule .tabSelecter .tab li:nth-child(7n) {
  margin-right: 0;
}
#schedule .tabSelecter .tab li:nth-child(8) > a, #schedule .tabSelecter .tab li:nth-child(12) > a, #schedule .tabSelecter .tab li:nth-child(15) > a, #schedule .tabSelecter .tab li:nth-child(22) > a, #schedule .tabSelecter .tab li:nth-child(29) > a {
  border: 2px solid #eb5306;
}
#schedule .tabSelecter .tab li:nth-child(8) > a .day, #schedule .tabSelecter .tab li:nth-child(8) > a .youbi, #schedule .tabSelecter .tab li:nth-child(12) > a .day, #schedule .tabSelecter .tab li:nth-child(12) > a .youbi, #schedule .tabSelecter .tab li:nth-child(15) > a .day, #schedule .tabSelecter .tab li:nth-child(15) > a .youbi, #schedule .tabSelecter .tab li:nth-child(22) > a .day, #schedule .tabSelecter .tab li:nth-child(22) > a .youbi, #schedule .tabSelecter .tab li:nth-child(29) > a .day, #schedule .tabSelecter .tab li:nth-child(29) > a .youbi {
  color: #eb5306;
}
#schedule .tabSelecter .tab li:nth-child(8).current > a, #schedule .tabSelecter .tab li:nth-child(12).current > a, #schedule .tabSelecter .tab li:nth-child(15).current > a, #schedule .tabSelecter .tab li:nth-child(22).current > a, #schedule .tabSelecter .tab li:nth-child(29).current > a {
  background: #eb5306;
}
#schedule .tabSelecter .tab li:nth-child(8).current:after, #schedule .tabSelecter .tab li:nth-child(12).current:after, #schedule .tabSelecter .tab li:nth-child(15).current:after, #schedule .tabSelecter .tab li:nth-child(22).current:after, #schedule .tabSelecter .tab li:nth-child(29).current:after {
  border-left: 12px solid #eb5306;
}
#schedule .tabSelecter .tab li:nth-child(7) > a, #schedule .tabSelecter .tab li:nth-child(14) > a, #schedule .tabSelecter .tab li:nth-child(21) > a, #schedule .tabSelecter .tab li:nth-child(28) > a {
  border: 2px solid #3071b8;
}
#schedule .tabSelecter .tab li:nth-child(7) > a .day, #schedule .tabSelecter .tab li:nth-child(7) > a .youbi, #schedule .tabSelecter .tab li:nth-child(14) > a .day, #schedule .tabSelecter .tab li:nth-child(14) > a .youbi, #schedule .tabSelecter .tab li:nth-child(21) > a .day, #schedule .tabSelecter .tab li:nth-child(21) > a .youbi, #schedule .tabSelecter .tab li:nth-child(28) > a .day, #schedule .tabSelecter .tab li:nth-child(28) > a .youbi {
  color: #3071b8;
}
#schedule .tabSelecter .tab li:nth-child(7).current > a, #schedule .tabSelecter .tab li:nth-child(14).current > a, #schedule .tabSelecter .tab li:nth-child(21).current > a, #schedule .tabSelecter .tab li:nth-child(28).current > a {
  background: #3071b8;
}
#schedule .tabSelecter .tab li:nth-child(7).current:after, #schedule .tabSelecter .tab li:nth-child(14).current:after, #schedule .tabSelecter .tab li:nth-child(21).current:after, #schedule .tabSelecter .tab li:nth-child(28).current:after {
  border-left: 12px solid #3071b8;
}

#schedule .fixednav {
  background: #e1e1e1;
  padding: 30px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#schedule .fixednav__btn {
  background: #fff;
  padding: 15px 50px 15px 30px;
  width: 100%;
  display: block !important;
  margin: auto;
  border-radius: 25px;
  position: relative;
  box-sizing: border-box;
}
#schedule .fixednav__btn:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 5%;
  color: #000;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transform: rotate(90deg);
}
#schedule .fixednav__article {
  display: none !important;
  margin-top: 20px;
}
#schedule .fixednav__article li {
  border: none;
}
#schedule .fixednav.active .fixednav__btn:after {
  transform: rotate(-90deg);
}
#schedule .fixednav.active .fixednav__article {
  display: flex !important;
}

body.howtochoose .table__wrap .btn {
  width: 110px;
  height: auto;
  line-height: 1.2;
  padding: 5px 20px;
}
body.howtochoose .table__wrap .btn:after {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.playerandteamArea, .areaArea, .scheduleArea {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}

/* ==========================================================================
   bigginers guide
========================================================================== */
body.bigginersguide .headline__main {
  top: 50%;
}
body.bigginersguide .headline__main img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.bigginerankerArea .sec__inner800 {
  padding: 50px 0;
}
.bigginerankerArea__nav {
  align-items: stretch;
}
.bigginerankerArea__nav__list {
  width: 25%;
  box-shadow: none;
  border-right: 1px solid #000;
  border-radius: inherit;
  padding: 1em 0 2em;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.bigginerankerArea__nav__list:before, .bigginerankerArea__nav__list:after {
  content: none;
}
.bigginerankerArea__nav__list:nth-child(1) {
  border-left: 1px solid #000;
}
.bigginerankerArea__nav__list:hover {
  background: rgba(255, 255, 255, 0.3);
}
.bigginerankerArea__nav__list a {
  border-radius: 10px;
  padding: 0px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.bigginerankerArea__nav__list a:before {
  content: none;
}
.bigginerankerArea__nav__list a:after {
  line-height: 1;
  color: #000;
  bottom: -1em;
}
.bigginerankerArea__nav__list a:hover:after {
  bottom: -1.2em;
}
.bigginerankerArea__nav__list a .txt {
  color: #000;
  line-height: 1.3;
}
.bigginerankerArea__nav__list a .txt span {
  font-size: 16px;
  font-size: 1.6rem;
}

.bigginerArea__title {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
}
.bigginerArea__title .jpn {
  color: #000;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
.bigginerArea__title .jpn span {
  font-weight: bold;
}
.bigginerArea__title .jpn img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.bigginerArea__title .engttl {
  border-bottom: 5px solid #1ba496;
  margin-bottom: 20px;
}
.bigginerArea__title .engttl img {
  display: block;
  margin: auto;
  height: 120px;
  margin-bottom: -5px;
}

.bigginerseatArea .sec__inner980 {
  padding-top: 0;
}
.bigginerseatArea__wrap .CLM__half img {
  margin-bottom: 0;
}
.bigginerseatArea__con {
  width: calc((100% - 30px) / 2);
  box-sizing: border-box;
  margin-right: 30px;
}
.bigginerseatArea__con:nth-child(2) {
  margin-right: 0;
}
.bigginerseatArea__con .ttl {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px 0;
  text-align: center;
  background: #1ba496;
  color: #fff;
  position: relative;
}
.bigginerseatArea__con .ttl .txt__yellow {
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
}
.bigginerseatArea__con .ttl:after {
  width: 0;
  height: 0;
  border-left: 15px solid #1ba496;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  content: '';
  right: 0;
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
}
.bigginerseatArea__con .txt {
  color: #1ba496;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.bigginerseatArea__con .txt span {
  border: 2px solid #1ba496;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 3px;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
}
.bigginerseatArea__con .kome {
  margin-bottom: 10px;
}
.bigginerseatArea__txt {
  background-color: #fffccc;
  padding: 40px;
  margin-top: 30px;
}

.bigginerpreventionArea .sec__inner800 {
  padding: 0;
}
.bigginerpreventionArea__img {
  margin: 0px auto 60px;
  display: block;
}
.bigginerpreventionArea__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.bigginerpreventionArea__con {
  width: 46%;
  position: relative;
}
.bigginerpreventionArea__con .img {
  width: 100%;
  position: relative;
}
.bigginerpreventionArea__con .img:before {
  content: '';
  background: url(/img/special/natsuyasumi/2022/BG_nanamegreen.png) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 25px;
  background-size: cover;
}
.bigginerpreventionArea__con .img img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.bigginerpreventionArea__con .icon {
  width: 130px;
  position: absolute;
  top: -30px;
  left: -50px;
}
.bigginerpreventionArea__con .icon img {
  z-index: 2;
  position: relative;
}
.bigginerpreventionArea__txt {
  background: #e6e6e6;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
}
.bigginerpreventionArea__txt p {
  text-align: center;
  margin-bottom: 30px;
}

.bigginerbelongingsArea {
  background: #e6e6e6;
  padding-top: 80px;
}
.bigginerbelongingsArea .sec__inner980 {
  padding: 0 0 100px;
  width: 90%;
  margin: 0 auto;
  max-width: 100%;
}
.bigginerbelongingsArea .bigginerArea__title {
  margin-top: 0;
}
.bigginerbelongingsArea__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  margin-bottom: 30px;
}
.bigginerbelongingsArea__con {
  width: calc((100% - 3px) / 4);
  border-right: 1px solid #e6e6e6;
  background: #fff;
}
.bigginerbelongingsArea__con:last-child {
  border-right: none;
}
.bigginerbelongingsArea__con img {
  width: 100%;
  display: block;
}
.bigginerbelongingsArea__con div {
  box-sizing: border-box;
}
.bigginerbelongingsArea__con div .ttl {
  background: #1ba496;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 10px;
  text-align: center;
}
.bigginerbelongingsArea__con div p {
  padding: 20px;
}

.bigginerenjoyArea .sec__inner980 {
  padding-top: 0;
}
.bigginerenjoyArea__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.bigginerenjoyArea__con {
  background: #fff;
  border: 5px solid #e8e8e8;
  overflow: hidden;
}
.bigginerenjoyArea__con + .bigginerenjoyArea__con {
  margin-top: 30px;
}
.bigginerenjoyArea__con.mascot {
  border: none;
}
.bigginerenjoyArea__con:nth-child(odd) .img {
  order: 2;
}
.bigginerenjoyArea__con:nth-child(odd) figcaption {
  order: 1;
}
.bigginerenjoyArea__con .img, .bigginerenjoyArea__con figcaption {
  width: 50%;
}
.bigginerenjoyArea__con .img {
  overflow: hidden;
  position: relative;
}
.bigginerenjoyArea__con .img img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.bigginerenjoyArea__con figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.bigginerenjoyArea__con .ttl {
  background-color: #1ba496;
  background-size: inherit;
  background-repeat-x: repeat;
  padding: 20px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: 100%;
}
.bigginerenjoyArea__con .sttl {
  color: #1ba496;
  font-weight: bold;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.bigginerenjoyArea__con .num {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  padding: 0 20px;
  line-height: 1;
  border-right: 1px solid #fff;
  text-align: center;
}
.bigginerenjoyArea__con .num .eng {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
.bigginerenjoyArea__con .jpn {
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.3;
}
.bigginerenjoyArea__con .txt {
  padding: 20px 40px;
}
.bigginerenjoyArea__con .addtxt {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  margin: 0 40px 20px;
}
.bigginerenjoyArea__wide {
  padding: 40px;
}
.bigginerenjoyArea__wide--ttl {
  position: relative;
  margin-bottom: 20px;
}
.bigginerenjoyArea__wide--ttl img {
  margin: 0 auto 10px;
  display: block;
  width: 450px;
}
.bigginerenjoyArea__wide--ttl:after {
  content: '人気マスコットを紹介';
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  top: 23px;
  left: 50%;
}
.bigginerenjoyArea__wide--wrap {
  box-sizing: border-box;
}
.bigginerenjoyArea__wide--wrap li {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.bigginerenjoyArea__wide--wrap li .name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 3px solid #000;
  margin-bottom: 15px;
  text-align: center;
}
.bigginerenjoyArea__wide--wrap li .name span {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.bigginerenjoyArea__wide--wrap li img {
  margin-bottom: 0;
  display: block;
}
.bigginerenjoyArea__wide--wrap li .txt {
  padding: 20px;
}
.bigginerenjoyArea__wide--wrap li p {
  margin-bottom: 20px;
}
.bigginerenjoyArea__wide .CLM__three {
  padding-bottom: 30px;
}
.bigginerenjoyArea__wide .CLM__three.paddB0 {
  padding-bottom: 0;
}

/* ==========================================================================
   match
========================================================================== */
body.match .btn {
  display: table-cell;
  background: none;
  letter-spacing: inherit;
  border: none;
}
body.match .btn:after {
  content: none;
}
body.match a:hover {
  opacity: 1;
}
body.match table td:nth-child(3) {
  width: 100px;
}
body.match table td:nth-child(3) a {
  padding: 3px 0;
  position: relative;
  top: -4px;
}
body.match .matchTable tbody td.match {
  width: 300px;
}
body.match .gameTable {
  width: auto;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.pt0 {
  padding-top: 0 !important;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}
