@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@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");
/*-----------------------------------

gw2024.scss

------------------------------------*/
/* ==========================================================================
   header
========================================================================== */
.specialHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 111;
  position: fixed;
}
.specialHeader__jLogo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}
.specialHeader__jLogo a img {
  width: 40px;
}
.specialHeader__title {
  width: 54.6vw;
}
.specialHeader__title img {
  width: 100%;
  height: auto;
}
.specialHeader__gnav {
  margin-top: 30px;
  margin-left: 0;
  display: block;
}
.specialHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.specialHeader__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li.nolink a:after {
  opacity: 0.3;
}
.specialHeader__gnav li.ticket a {
  background: #ff0000;
}
.specialHeader__gnav li.english a {
  background: #545454;
}
.specialHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.specialHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.specialHeader__gnav li a.active:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.specialHeader__gnav li a:hover {
  opacity: 1;
}
.specialHeader__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}
.specialHeader__gnav li span, .specialHeader__gnav li a {
  font-weight: bold;
}
.specialHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.specialHeader__gnav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.specialHeader__subnav {
  display: none;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger:hover {
  opacity: 0.7;
}
.menu-trigger.active {
  right: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  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;
}

#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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
}
#navigation .navList {
  text-align: center;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li a {
  padding: 0.5em;
  color: #fff;
  display: block;
}
#navigation .navList li.nav_ticket {
  border: none;
}
#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #000;
}

.accordionIndex {
  position: relative;
}

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  -webkit-transition: 1s;
  transition: 1s;
}

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2);
}

.accordionIndex.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 10px;
}

a {
  color: #e60012;
  text-decoration: none;
}

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

body {
  min-width: 100%;
  overflow: hidden;
  background: #f5f3f3;
  color: #000;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

#pageTopBtn {
  z-index: 10000;
}

.pcDISP {
  display: none;
}

.spDISP {
  display: block;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- left;
      justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.CLM__half img, .CLM__three img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
      justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.nowrapCLM > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.spnoCLM {
  display: block;
}
.spnoCLM.CLM__half > li, .spnoCLM.CLM__half > article, .spnoCLM.CLM__half > figure {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__half > li:nth-child(2n), .spnoCLM.CLM__half > article:nth-child(2n), .spnoCLM.CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.spnoCLM.CLM__three > li, .spnoCLM.CLM__three > article, .spnoCLM.CLM__three > figure, .spnoCLM.CLM__three > div {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__three > li:nth-child(3n), .spnoCLM.CLM__three > article:nth-child(3n), .spnoCLM.CLM__three > figure:nth-child(3n), .spnoCLM.CLM__three > div:nth-child(3n) {
  margin-right: 0;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #e60012;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  padding: 1.5em 0;
  font-size: 3.8vw;
  width: 100%;
}
.btn::after {
  font-size: 5vw;
}

.commonTable {
  border: 1px solid #CCC;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 3.5vw;
  padding: 0.75em 0.5em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
  background: #FFF;
}

.sec {
  text-align: center;
}
.sec__inner90, .sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

html.is-fixed {
  height: inherit;
}

.txt__dotline {
  padding-bottom: 0;
  margin-top: 10vw;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner980, .sec__inner800 {
  width: 90%;
  margin: auto;
  padding: 30px 0;
}

.headline__main .eng_S {
  font-size: 10vw;
  padding-bottom: 2vw;
}
.headline__main .jpn_L {
  font-size: 5vw;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
.headline__dotline p {
  font-size: 4.5vw;
  line-height: 1.4;
}
.headline__S {
  font-size: 4vw;
}

.btn {
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 4vw;
  padding: 1em 2em 1em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn__S {
  font-size: 10px;
}
.btn__S:after {
  font-size: 3vw;
}

.table__wrap {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.table__wrap th, .table__wrap td {
  font-size: 10px;
  font-size: 1rem;
  padding: 5px;
}

.clearfix:after {
  content: none;
}

.specialArea {
  background: #fff;
}

#pageTopBtn {
  z-index: 100;
  bottom: 15px;
}

/* ==========================================================================
   header
========================================================================== */
.menutriggerWrap {
  width: 50px;
  height: 50px;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 9px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger:after {
  background: url(/img/special/natsuyasumi/2022/menu.png) no-repeat top center;
  background-size: 65px;
  content: "";
  height: 70px;
  width: 65px;
  right: -16px;
  top: -25px;
}
.menu-trigger span {
  width: 90%;
}
.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) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
  max-height: inherit;
}

#navigation .navigation_inner {
  width: 100%;
}

.specialHeader__gnav {
  margin-top: 0;
}
.specialHeader__gnav li {
  border: none;
}
.specialHeader__gnav li + li {
  margin-top: 0;
}
.specialHeader__gnav li.navList__logo a {
  width: 80%;
}
.specialHeader__gnav li.navList__logo a.main {
  width: 100%;
}
.specialHeader__gnav li .CLM__half {
  width: 100%;
  margin: 20px 0;
}
.specialHeader__gnav li .CLM__half li a {
  margin-right: 0;
  margin-left: 0;
  padding: 1em 1em 1em 0.5em;
  font-size: 3vw;
  border-radius: 5px;
}
.specialHeader__gnav li .CLM__half li a:after {
  right: 0.5em;
}
.specialHeader__gnav li a.main {
  width: 100%;
  font-size: 4vw;
}
.specialHeader__gnav li a.main .eng {
  padding: 0;
  color: #fff;
  font-size: 6vw;
}

/* ==========================================================================
   kv
========================================================================== */
.kvArea {
  position: relative;
  padding-top: 0px;
}
.kvArea__txt {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.9vw;
  padding: 0.5em 1em;
}
.kvArea__txt li:before {
  left: -0.2em;
}

.ps_wrap .slick-slide {
  height: inherit !important;
}

.kvArea img:nth-child(3) {
  left: 43%;
  width: 98vw;
  bottom: 68vw;
}

.leadArea {
  padding-bottom: 40px;
}
.leadArea__img {
  display: none;
}
.leadArea__inner {
  width: 100%;
}
.leadArea__txt {
  font-size: 3vw;
  padding: 30px 0;
}

/* ==========================================================================
   scheduleArea
========================================================================== */
.scheduleArea {
  padding: 30px 0;
}
.scheduleArea:before, .scheduleArea:after {
  width: 30vw;
  background-size: 30vw;
}
.scheduleArea__title {
  margin-bottom: 20px;
}
.scheduleArea__title.anim__underline span {
  font-size: 4vw;
}
.scheduleArea__inner {
  background-size: 250%;
}
.scheduleArea .tabSelecter .tab {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.scheduleArea .tabSelecter .tab li {
  width: 19% !important;
  margin-bottom: 4vw;
  border: 2px solid #dd5435;
}
.scheduleArea .tabSelecter .tab li > a {
  padding: 1rem 0;
  height: 40px;
  border-radius: 5px;
}
.scheduleArea .tabSelecter .tab li > a .day {
  font-size: 4vw;
}
.scheduleArea .tabSelecter .tab li > a .day i {
  font-size: 3vw;
}
.scheduleArea .tabSelecter .tab li > a:hover:after {
  bottom: -17px;
}
.scheduleArea .tabSelecter .tab li.nomatch {
  border: 2px solid #dddddd;
}
.scheduleArea .tabSelecter .tab li.nomatch > a .day {
  font-size: 12px;
  font-size: 1.2rem;
}
.scheduleArea .tabSelecter .tab li.nomatch > a .day i {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 3px;
}
.scheduleArea .tabSelecter .tab li.nomatch > a .day .kome {
  margin-top: 5px;
  padding: 0;
  display: block;
}
.scheduleArea .tabSelecter .tab li.current:after {
  bottom: -17px;
}
.scheduleArea .headline__S {
  margin-top: 20px;
}
.scheduleArea .sec__inner90 {
  padding: 40px 5% 5%;
}
.scheduleArea .table__wrap thead tr th, .scheduleArea .table__wrap tbody tr td {
  padding: 5px;
}
.scheduleArea .table__wrap tbody tr td:last-child {
  padding: 5px;
}
.scheduleArea .table__wrap thead tr th:nth-child(-n+5), .scheduleArea .table__wrap thead tr th:nth-child(7) {
  width: inherit;
}
.scheduleArea .table__wrap span.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ==========================================================================
   navArea
========================================================================== */
.navArea .sec__inner980 {
  width: 100%;
  margin: 0 auto;
}
.navArea__nav {
  width: 90%;
  margin: 0 auto;
}
.navArea__nav__list a {
  border-radius: 5px;
  font-size: 3vw;
  padding: 2vw 0vw;
}
.navArea__nav__list a:after {
  content: none;
}

/* ==========================================================================
   titleArea
========================================================================== */
body.top .titleArea .sec__nanameBG, body.bigginersguide .titleArea .sec__nanameBG {
  padding: 30px 0;
}

.titleArea .sec__nanameBG {
  padding: 30px 0;
}

.titleArea {
  display: block;
  padding-top: 0px;
  margin-top: 0px;
}

/* ==========================================================================
   TOP
========================================================================== */
.ankerArea__nav__list {
  width: 33.3333333333%;
}
.ankerArea__nav__list:after {
  bottom: 2vw;
}
.ankerArea__nav__list a {
  padding: 5vw 1vw;
}
.ankerArea__nav__list a img {
  width: 100%;
  height: 4vw;
}
.ankerArea__nav__list a:after {
  font-size: 5vw;
}

.campaignArea__ttl {
  font-size: 5vw;
}
.campaignArea__ttl .eng {
  font-size: 10vw;
}
.campaignArea__ttl:before {
  left: -26px;
  width: 12px;
  height: 12px;
}
.campaignArea__wrap {
  padding-left: 25px;
}
.campaignArea__wrap:after {
  left: 5px;
  width: 3px;
}
.campaignArea__card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.campaignArea__card img {
  width: 100%;
  display: block;
}
.campaignArea__card img.spDISP {
  display: block !important;
}
.campaignArea__card + .campaignArea__ttl {
  margin-top: 10vw;
}
.campaignArea__card + .campaignArea__card {
  margin-top: 3vw;
}
.campaignArea__card--con {
  width: 100%;
}
.campaignArea__card--con .ttl {
  border-radius: unset;
  padding: 3vw 0;
}
.campaignArea__card--con .btnwrap {
  width: 100%;
  padding: 3vw !important;
}
.campaignArea__card--con .btnwrap .btn + .btn {
  margin-top: 3vw;
}
.campaignArea__card--con .seki {
  font-size: 4vw;
  letter-spacing: 1px;
}
.campaignArea__card--con .eng {
  font-size: 6.5vw;
}
.campaignArea__card--con .kikan {
  font-size: 3.8vw;
}
.campaignArea__card--con .kikan span img {
  height: 20px;
}
.campaignArea__card--con .kikan i {
  width: 45%;
}
.campaignArea__card--con .txt__dotline {
  padding-bottom: 1.5vw;
}

/* ==========================================================================
   how to choose
========================================================================== */
.japanandyoungArea__lead.spDISP {
  display: block;
}

.japanandyoungArea__lead.pcDISP {
  display: none;
}

.japanandyoungArea__lead {
  margin-bottom: 0;
}
.japanandyoungArea__lead span {
  font-size: 4vw;
}
.japanandyoungArea__lead span.kome {
  font-size: 10px;
}

.howtoankerArea {
  margin-top: -100px;
}
.howtoankerArea .sec__inner800 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e1e1e1;
  width: 100%;
  padding: 20px 5% 30px;
}
.howtoankerArea__nav {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.howtoankerArea__nav__list {
  width: 31%;
  -webkit-box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
      justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.howtoankerArea__nav__list img {
  width: 30px;
  margin-bottom: 5px;
}
.howtoankerArea__nav__list a {
  padding: 10px 0 20px;
}
.howtoankerArea__nav__list a:after {
  bottom: -5px;
  font-size: 18px;
}
.howtoankerArea__nav__list a:hover a:after {
  bottom: -5px;
}
.howtoankerArea__nav__list:before {
  border: 3px solid #000;
  border-radius: 7px;
  top: -1.5vw;
  left: -1.5vw;
}
.howtoankerArea__nav__list:after {
  border-radius: 7px;
}
.howtoankerArea__nav__list .txt {
  font-size: 3vw;
  letter-spacing: inherit;
  line-height: 1.3;
}
.howtoankerArea__nav__list .txt span {
  font-size: 3.5vw;
}
.howtoankerArea__nav__list .num {
  width: 7vw;
  height: 7vw;
  line-height: 7vw;
  font-size: 4vw;
  top: -6vw;
}
.howtoankerArea__nav__list.area a:before {
  background-size: 70%;
}

.choosecard__wrap {
  display: block;
}
.choosecard__wrap + .headline__dotline {
  margin-top: 10vw;
}
.choosecard__card {
  width: 100%;
  margin-bottom: 0;
}
.choosecard__card + .choosecard__card {
  margin-top: 10px;
}
.choosecard__card img {
  max-width: 400px;
  margin: auto;
  display: block;
}
.choosecard__list li, .choosecard__widelist li {
  display: block;
}
.choosecard__list li .btn, .choosecard__widelist li .btn {
  width: 90%;
  padding: 11px;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 300px;
}
.choosecard__list li .btn:after, .choosecard__widelist li .btn:after {
  position: absolute;
  font-family: "ionicons";
  content: "\f30f";
  right: 7%;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.choosecard__list li .data, .choosecard__widelist li .data {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.choosecard__list li .data .day, .choosecard__widelist li .data .day {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.choosecard__list li .data .match, .choosecard__widelist li .data .match {
  font-size: 14px;
  font-size: 1.4rem;
}
.choosecard__widelist li .btn {
  line-height: 1.2;
}
.choosecard__img img {
  margin: 0 auto -60px;
}
.choosecard__img--con ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.choosecard__clubttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
}
.choosecard__wrap.club {
  padding-top: 0;
}
.choosecard__wrap.club .choosecard__card {
  margin-bottom: 0;
}
.choosecard__wrap.club .choosecard__card img {
  margin-bottom: 10px;
}
.choosecard__wrap.club .choosecard__card--con .choosecard__list li:last-child, .choosecard__wrap.club .choosecard__card--con .choosecard__widelist li:last-child {
  padding-bottom: 0;
}
.choosecard__wrap.club .choosecard__card--con .choosecard__list li .data, .choosecard__wrap.club .choosecard__card--con .choosecard__widelist li .data {
  text-align: left;
}
.choosecard__wrap.club .choosecard__card--con .choosecard__list li .data .name, .choosecard__wrap.club .choosecard__card--con .choosecard__widelist li .data .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}