@charset "UTF-8";
.width_auto {
  width: auto !important;
}

.remodal .popup_contents .inner {
  width: 100%;
}
.remodal .popup_contents .inner .icon {
  width: 87px;
  margin: 0 auto 15px;
}
.remodal .popup_contents .inner .ttl {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: #08287f 1px solid;
  color: #08287f;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
}
.remodal .popup_contents .inner .red {
  color: #e50012;
  font-weight: 500;
}
.remodal .popup_contents .inner .txt01 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.remodal .popup_contents .inner .comment {
  text-align: left;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.remodal .popup_contents .inner .comment:last-child {
  margin-bottom: 0;
}
.remodal .popup_contents .inner .comment:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.4;
}
.remodal .popup_contents .inner .popupIcon01 {
  width: 20px;
  vertical-align: middle;
}
.remodal .popup_contents .inner table.tbl01 {
  width: 70%;
  margin: 0 auto 20px;
}
.remodal .popup_contents .inner table.tbl01 tr th,
.remodal .popup_contents .inner table.tbl01 tr td {
  padding: 15px 0;
  position: relative;
}
.remodal .popup_contents .inner table.tbl01 tr th::after,
.remodal .popup_contents .inner table.tbl01 tr td::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #fff;
}
.remodal .popup_contents .inner table.tbl01 tr:first-child th {
  background-color: rgba(228, 0, 19, 0.6);
  color: #fff;
}
.remodal .popup_contents .inner table.tbl01 tr:last-child th {
  background-color: rgba(75, 0, 170, 0.6);
  color: #fff;
}
.remodal .popup_contents .inner table.tbl01 tr th::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0px;
  bottom: 0;
  display: block;
}
.remodal .popup_contents .inner table.tbl01 tr td {
  background-color: #c8c8c8;
}
.remodal .popup_contents .inner table.tbl01 tr td.close {
  position: relative;
}
.remodal .popup_contents .inner table.tbl01 tr td.close::before {
  content: "終了しました";
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  right: -3%;
  top: 21%;
  display: block;
  width: 100px;
  color: #fff;
  background-color: red;
  text-align: center;
  transform: rotate(21deg);
}

.fntClrWhite {
  color: #fff;
}

#mainContents {
  font-family: "Noto Sans JP", sans-serif;
}

.inner .secInner {
  width: 96%;
  margin: 0 auto;
}

#topMv {
  background: url(../img/top/bg_h1_base.jpg) 50% top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
#topMv .inner {
  position: relative;
}
#topMv .logo {
  width: 4.3%;
  position: absolute;
  left: 2%;
  top: 4%;
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.animate {
  visibility: hidden;
}

.animate.is-show {
  animation: show 1s both;
  visibility: visible;
}
@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anchorPoint {
  line-height: 0;
  height: 0;
  font-size: 0;
}

#topMovie {
  padding: 80px 0;
  background: url(../img/top/bg_topmovie.png) 50% top no-repeat #ffd282;
  position: relative;
  z-index: 1;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#topMovie .tabs {
  width: 50%;
  margin: 0 auto;
}

#topMovie .tab_item {
  width: 42.8%;
  background-color: #de9e3c;
  font-size: 14px;
  color: #fff;
  display: block;
  float: left;
  padding: 9px 0 9px 7.2%;
  position: relative;
}

#topMovie .tab_item:before {
  content: "";
  background: url(../img/top/icon_movie01.png) left top no-repeat;
  background-size: 100%;
  width: 7.2%;
  height: 19px;
  position: absolute;
  left: 4.4%;
  top: 35%;
}

#topMovie .tabs.single .tab_item {
  width: 92.8%;
  font-size: 14px;
  padding-bottom: 0;
}

#topMovie .tabs.single .tab_item::before {
  width: 3.6%;
  left: 2%;
}

#topMovie input[name=tab_item] {
  display: none;
}

#topMovie #introMovie:checked ~ #introMovie_content,
#topMovie #lineupMovie:checked ~ #lineupMovie_content {
  display: block;
}

#topMovie .tabs input:checked + .tab_item {
  background-color: #f29100;
}

#topMovie .tab_content {
  clear: both;
  overflow: hidden;
  display: none;
  background-color: #f29100;
  padding: 11px 0;
}

#topMovie .tab_content .movie {
  position: relative;
  width: 95.6%;
  margin: 0 auto;
  height: 0;
  padding-top: 55%;
}

#topMovie .tab_content .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#topMovie .tab_content {
  position: relative;
}

#topMovie .tab_content .commingsoon {
  background-color: #aaa;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 22px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding: 26% 0;
  line-height: 1;
}

.topDesc01 {
  text-align: center;
  margin-bottom: 45px;
}

.topTxt01 {
  font-size: 16px;
  line-height: 2;
}

.topTxt01.topComment {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}

.topTxt01.topComment:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.topTxt01.topComment .fntClrRed {
  color: #e71f19;
}

.topTxt01.topComment .fntClrBlue {
  color: #0F3481;
}

.popup_contents .fntClrBlue {
  color: #0F3481;
  font-weight: 500;
}

.topTxt01.topComment .fntClrGrn {
  color: #306839;
}

.topH2 {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #333;
  padding: 15px 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.topH2 span {
  font-size: 24px;
}

.topSec {
  padding: 45px 0;
}

.topSec .bgGray .col02 {
  width: 54%;
  margin: 10px auto 0;
}
.topSec .bgGray .col02 .col02List {
  width: 79.1505791506%;
  margin: 0 auto;
}
.topSec .bgGray .col02 .col02List:first-child {
  margin-bottom: 10px;
}
.topSec .bgGray .col02 .col02List ul {
  width: 100%;
}
.topSec .bgGray .col02 .col02List ul li {
  float: left;
  line-height: 25px;
  color: #fff;
}
.topSec .bgGray .col02 .col02List ul li:first-child {
  width: 26.8292682927%;
}
.topSec .bgGray .col02 .col02List ul li:last-child {
  width: 73.1707317073%;
}
.topSec .bgGray .col02 .col02List ul li b {
  font-size: 18px;
}
.topSec .bgGray .col02 .col02List ul li span {
  padding: 2px 5px;
  color: #fff;
}
.topSec .bgGray .col02 .col02List ul li span.full {
  background-color: rgba(228, 0, 19, 0.6);
}
.topSec .bgGray .col02 .col02List ul li span.early_late {
  background-color: rgba(75, 0, 170, 0.6);
}

.topSec .bgGray .list {
  width: 70%;
  margin: 0 auto;
}
.topSec .bgGray .list li {
  width: 48%;
}
.topSec .bgGray .list li:first-child {
  float: left;
  position: relative;
}
.topSec .bgGray .list li:first-child::after {
  content: "";
  width: 20px;
  height: 25px;
  background: url("../img/top/icon_pdf01_black.png") left top no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 4%;
  top: 23%;
  transition: 0.6s;
}
.topSec .bgGray .list li:first-child:hover::after {
  transition: 0.6s;
  background: url("../img/top/icon_pdf01_white.png") left top no-repeat;
  background-size: contain;
}
.topSec .bgGray .list li:last-child {
  float: right;
}
.topSec .bgGray .list li a {
  font-size: 16px;
  background-color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  color: #000;
  transition: 0.6s;
  border-radius: 15px;
  border: #000 1px solid;
}
.topSec .bgGray .list li a::before {
  background-color: #08287f;
  border-radius: 10px;
}
.topSec .bgGray .list li a:hover {
  transition: 0.6s;
  color: #fff;
}

.topSec:last-child {
  margin-bottom: 0;
}

.topSec#information,
.topSec#topSec01 {
  background-color: #fff;
}

.topSec#topSec01 section {
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.goldMember-comment {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}

.topSec#topSec01 #topSec01_02 h3 {
  padding-bottom: 0.5em;
  font-size: 24px;
  color: #066EB7;
}
.topSec#topSec01 #topSec01_02 h3.h3_underline {
  border-bottom: 2px solid #066EB7;
}
.topSec#topSec01 #topSec01_02 .topSec01_02Inner {
  margin: 0 auto;
  border-bottom: 2px solid #066EB7;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
}
.topSec#topSec01 #topSec01_02 .topSec01_02Inner .card {
  display: flex;
  justify-content: space-between;
  width: 364px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.topSec#topSec01 #topSec01_02 .topSec01_02Inner .card a {
  width: 48%;
}
.topSec#topSec01 #topSec01_02 .step {
  padding-left: 120px;
  position: relative;
}
.topSec#topSec01 #topSec01_02 .step a {
  color: #0000FF;
}
.topSec#topSec01 #topSec01_02 .step a:hover {
  color: #066EB7;
}
.topSec#topSec01 #topSec01_02 .step::before {
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #066EB7;
  display: block;
  width: 100px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  padding: 10px 0;
}
.topSec#topSec01 #topSec01_02 .step.step01 {
  margin: 20px 0;
}
.topSec#topSec01 #topSec01_02 .step.step01::before {
  content: "Step.1";
}
.topSec#topSec01 #topSec01_02 .step.step02 {
  margin-bottom: 20px;
}
.topSec#topSec01 #topSec01_02 .step.step02::before {
  content: "Step.2";
}
.topSec#topSec01 #topSec01_02 h4 {
  margin-bottom: 40px;
  color: #066EB7;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
.topSec#topSec01 #topSec01_02 h4 span {
  font-size: 20px;
}
.topSec#topSec01 #topSec01_02 .campaign {
  margin: 40px auto 30px;
  padding: 20px;
  background-color: #ffd282;
  text-align: center;
}
.topSec#topSec01 #topSec01_02 .campaign h4 {
  margin-bottom: 5px;
}
.topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_msg {
  float: left;
  width: 50%;
}
.topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_msg p {
  font-size: 17px;
  font-weight: 400;
}
.topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_msg p span {
  font-size: 14px;
}
.topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_msg p:first-child {
  font-size: 24px;
  font-weight: 800;
}
.topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_img {
  float: right;
  width: 50%;
}
.topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_img img {
  width: 100%;
}
.topSec#topSec01 #topSec01_02 .members_campaign {
  margin: 40px auto;
  padding: 1.6em;
  border: 1px solid #066EB7;
  position: relative;
}
.topSec#topSec01 #topSec01_02 .members_campaign h4 {
  margin-bottom: 20px;
  text-align: center;
}
.topSec#topSec01 #topSec01_02 .members_campaign .underline {
  background: linear-gradient(transparent 90%, #f00 90%);
}
.topSec#topSec01 #topSec01_02 .members_campaign .img_members {
  position: absolute;
  top: 40%;
  right: 20px;
  width: 24%;
}
.topSec#topSec01 #topSec01_02 .col03 {
  margin-bottom: 15px;
}
.topSec#topSec01 #topSec01_02 .col03 div {
  float: left;
}
.topSec#topSec01 #topSec01_02 .col03 div:first-child {
  width: 10%;
  background: url(../img/top/img05.png) 50% center no-repeat;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  padding: 5% 0;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.topSec#topSec01 #topSec01_02 .col03 div:nth-child(2) {
  width: 60%;
  margin: 0 0 0 2%;
  color: #000;
  padding-top: 25px;
}
.topSec#topSec01 #topSec01_02 .col03 div:nth-child(2) h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.topSec#topSec01 #topSec01_02 .col03 div:nth-child(2) .txt01 {
  font-size: 14px;
}
.topSec#topSec01 #topSec01_02 .col03 div:last-child {
  width: 26%;
}

.topSec#topSec01 #topSec01_03 .desk_list,
#application .desk_list {
  border: 1px solid #f29100;
}

.topSec#topSec01 #topSec01_03 .desk_list .txt02,
#application .desk_list .txt02 {
  padding: 10px 10px 16px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.topSec#topSec01 #topSec01_03 .desk_list .txt02 .subTtl,
#application .desk_list .txt02 .subTtl {
  font-size: 16px;
  font-weight: 400;
}

.topSec#topSec01 #topSec01_03 .desk_list ul,
#application .desk_list ul {
  padding: 30px;
}

.topSec#topSec01 #topSec01_03 .desk_list ul li,
#application .desk_list ul li {
  float: left;
  width: 48%;
  margin: 0 1%;
  font-size: 20px;
}

.topSec#topSec01 #topSec01_03 .desk_list ul li span,
#application .desk_list ul li span {
  display: inline-block;
  margin-right: 1em;
  padding: 0.5em;
  background-color: #960000;
  color: #fff;
  font-size: 14px;
}

.topSec#topSec01 #topSec01_03 .desk_list ul li:nth-child(2) span,
#application .desk_list ul li:nth-child(2) span {
  background-color: #4D4D4D;
}

.topSec#information .txt01 {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.topSec#information .txt02 {
  font-size: 14px;
}
.topSec#information .txt02 img {
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.topSec#information .txt02 a {
  color: #000;
  font-weight: 600;
  transition: 0.6s;
}
.topSec#information .txt02 a:hover {
  transition: 0.6s;
  color: #066EB7;
}
.topSec#information .txt02 .red {
  color: #e50012;
}
.topSec#information .col02.new2021 {
  width: 96%;
  margin: 0 auto 45px;
}
.topSec#information .col02.new2021 .col02List:first-child {
  width: 95.3125%;
  float: left;
}
.topSec#information .col02.new2021 .col02List:last-child {
  width: 4.1666666667%;
  float: right;
  background-color: #ffff9f;
  text-align: left;
  height: 400px;
  position: relative;
}
.topSec#information .col02.new2021 .col02List:last-child span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  position: absolute;
  width: 20px;
  left: 10px;
  top: 80px;
  right: 10px;
  margin: 0 auto;
}
.topSec#information .topSec02Table {
  margin: 15px auto;
}
.topSec#information .topSec02Table:last-child {
  margin-bottom: 0;
}
.topSec#information .topSec02Table .icon01 {
  position: absolute;
  left: 24%;
  top: 30%;
  padding-left: 20.92857143%;
}
.topSec#information .topSec02Table .icon01.adjust1 {
  top: 36%;
}
.topSec#information .topSec02Table .icon01.adjust2 {
  top: 40%;
}
.topSec#information .topSec02Table .icon01.adjust3 {
  top: 36%;
}
.topSec#information .topSec02Table .icon01:before {
  content: "";
  display: block;
  background: url(../img/top/icon_change01.png) left top no-repeat;
  background-size: 100%;
  width: 50%;
  height: 45px;
  position: absolute;
  left: -10px;
  top: -7px;
}
.topSec#information .topSec02Table .sub {
  font-size: 12px;
  border-bottom: #fff 2px dotted;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}
.topSec#information .topSec02Table .tableTxt01 {
  text-align: center;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
.topSec#information .topSec02Table .tableTxt01 span {
  display: block;
  font-size: 15px;
}
.topSec#information .topSec02Table .tableTxt01 span span {
  display: inline;
  font-size: 13px;
}
.topSec#information .topSec02Table .tableTxt01 span span {
  font-size: 13px;
  display: inline;
}
.topSec#information .topSec02Table .tableTxt02 {
  font-size: 15px;
  font-weight: 700;
}
.topSec#information .topSec02Table .tableTxt02 span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.topSec#information .topSec02Table .tableIcon {
  position: relative;
  padding-left: 38%;
}
.topSec#information .topSec02Table .tableIcon:before {
  content: "";
  width: 24%;
  height: 46px;
  display: block;
  position: absolute;
  left: 10%;
  top: 0;
}
.topSec#information .topSec02Table .tableIcon.tableIcon01:before {
  background: url(../img/top/icon_full01.png) left top no-repeat;
  background-size: auto 100%;
}
.topSec#information .topSec02Table .tableIcon.tableIcon02:before {
  background: url(../img/top/icon_full02.png) left top no-repeat;
  background-size: auto 100%;
}
.topSec#information .topSec02Table .tableIcon.tableIcon03:before {
  background: url(../img/top/icon_full03.png) left top no-repeat;
  background-size: auto 100%;
}
.topSec#information .topSec02Table .tableIcon.tableIcon04:before {
  background: url(../img/top/icon_full04.png) left top no-repeat;
  background-size: auto 100%;
}
.topSec#information .topSec02Table .tableIcon.tableIcon05 {
  padding-left: 17%;
}
.topSec#information .topSec02Table .tableIcon.tableIcon06 {
  padding-left: 17%;
}
.topSec#information .topSec02Table .tableIcon.tableIcon07:before {
  background: url(../img/top/icon_compact01.png) left top no-repeat;
  background-size: auto 100%;
}
.topSec#information .topSec02Table .tableIcon.tableIcon08:before {
  background: url(../img/top/icon_compact02.png) left top no-repeat;
  background-size: auto 100%;
}
.topSec#information .topSec02Table .tableIcon.tableIcon09:before {
  background: url(../img/top/icon_compact03.png) left top no-repeat;
  background-size: auto 100%;
  top: 10px;
}
.topSec#information .topSec02Table .tableTxt03 {
  font-size: 14px;
}
.topSec#information .topSec02Table .tableTxt03 span {
  color: #e50012;
}
.topSec#information .topSec02Table table {
  width: 100%;
}
.topSec#information .topSec02Table table tr td,
.topSec#information .topSec02Table table tr th {
  vertical-align: middle;
}
.topSec#information .topSec02Table table tr th {
  color: #fff;
  width: 18%;
  padding: 10px 1.04166667%;
  position: relative;
}
.topSec#information .topSec02Table table tr td {
  padding: 10px 5px 15px;
  position: relative;
}

.topSec#information .topSec02Table table tr td .tableTxt03 {
  padding-left: 20px;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01,
.topSec#information .topSec02Table table tr td.topSec02Table01_td02,
.topSec#information .topSec02Table table tr td.topSec02Table01_td03 {
  width: 19.6721311475%;
  position: relative;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01::before,
.topSec#information .topSec02Table table tr td.topSec02Table01_td02::before,
.topSec#information .topSec02Table table tr td.topSec02Table01_td03::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -2.5px;
  display: block;
  z-index: 10;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01.purumie,
.topSec#information .topSec02Table table tr td.topSec02Table01_td02.purumie,
.topSec#information .topSec02Table table tr td.topSec02Table01_td03.purumie {
  background-color: #f29a77;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01.machine,
.topSec#information .topSec02Table table tr td.topSec02Table01_td02.machine,
.topSec#information .topSec02Table table tr td.topSec02Table01_td03.machine {
  background-color: #f8c5ab;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01.holiday,
.topSec#information .topSec02Table table tr td.topSec02Table01_td02.holiday,
.topSec#information .topSec02Table table tr td.topSec02Table01_td03.holiday {
  background-color: #f3a7b4;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01.weekday,
.topSec#information .topSec02Table table tr td.topSec02Table01_td02.weekday,
.topSec#information .topSec02Table table tr td.topSec02Table01_td03.weekday {
  background-color: #f9d2db;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01.tuesday,
.topSec#information .topSec02Table table tr td.topSec02Table01_td02.tuesday,
.topSec#information .topSec02Table table tr td.topSec02Table01_td03.tuesday {
  background-color: #84BAE5;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01.newpro,
.topSec#information .topSec02Table table tr td.topSec02Table01_td02.newpro,
.topSec#information .topSec02Table table tr td.topSec02Table01_td03.newpro {
  background-color: #BBDCF4;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01.king,
.topSec#information .topSec02Table table tr td.topSec02Table01_td02.king,
.topSec#information .topSec02Table table tr td.topSec02Table01_td03.king {
  background-color: #CFC5D8;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td03 {
  width: 10.9289617486%;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td01::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -5px;
  top: 0;
  display: block;
  z-index: 10;
}

.topSec#information .topSec02Table table tr:last-child td.topSec02Table01_td01::before,
.topSec#information .topSec02Table table tr:last-child td.topSec02Table01_td02::before {
  background-color: rgba(0, 0, 0, 0);
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td02 {
  width: 48.087431694%;
  background-color: #DCDCDC;
}

.topSec#information .topSec02Table table tr:last-child td:before {
  left: 6px;
}

.topSec#information .topSec02Table table tr:last-child td.topSec02Table01_td02:before {
  width: 43.22916667%;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td03 {
  background-color: rgb(255, 255, 159);
  position: relative;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td03 .txt01 {
  margin-bottom: 20px;
  font-size: 14px;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td03 .txt02 {
  font-size: 18px;
  text-align: center;
  padding-left: 0;
}

.topSec#information .topSec02Table table tr td.topSec02Table01_td03 .txt02 span {
  color: #e50012;
}

.topSec#information .topSec02Table table tr th {
  position: relative;
}

.topSec#information .topSec02Table table tr th::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -5px;
  top: 0;
  display: block;
  z-index: 10;
}

.topSec#information .topSec02Table#full {
  position: relative;
}

.topSec#information .topSec02Table#full table tr th {
  background-color: #E40013;
}

.topSec#information .topSec02Table#mini table tr:first-child .topSec02Table01_td01 {
  position: relative;
}

.topSec#information .topSec02Table#mini .tableTxt02 span {
  display: inline-block;
}

.topSec#information .topSec02Table#mini .tableTxt03 span {
  color: #000;
  display: block;
  font-size: 12px;
}

.topSec#information .topSec02Table#mini .tableTxt03 span.red {
  font-size: 14px;
  color: #e50012;
  display: inline-block;
}

.topSec#information .topSec02Table#mini table tr th {
  width: 18%;
  background-color: #306839;
}

.topSec#information .topSec02Table#mini table tr td {
  width: 82%;
  padding: 19px 1.04166667% 24px;
  background-color: #DCDCDC;
  font-size: 14px;
}

.topSec#information .topSec02Table#mini table tr td p {
  padding-left: 1em;
}

.topSec#information .topSec02Table#mini table tr td span {
  color: #E50012;
}

.topSec#information .topSec02Table#valiation {
  margin-bottom: 70px;
}

.topSec#information .topSec02Table#valiation table tr th {
  width: 20.10416667%;
  background-color: #306839;
}

.topSec#information .topSec02Table#valiation table tr td {
  width: 77.08333333%;
}

.topSec#information .topSec02Table#valiation table tr td:before {
  left: 0;
}

.topSec#information .topSec02Table#compact table tr th {
  width: 18%;
  background-color: #0F3481;
}

#type h3 {
  font-size: 18px;
  text-align: center;
  background: url(../img/top/bg_h3_white.png) 50% top no-repeat;
  background-size: 100%;
  width: 39.4%;
  margin: 0 auto 20px;
  padding: 12px 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

#type .topTxt01 {
  font-size: 16px;
  color: #000;
}

#type .topTxt01.topComment::before {
  font-size: 14px;
  color: #000;
}

#type .txtInner {
  width: 96%;
  margin: 0 auto 25px;
}

#type .txtInner P:last-child {
  margin-top: 1em;
}

#type .schedule {
  margin: 0 auto 15px;
}

#type .schedule.first {
  margin-bottom: 100px;
}

.soldout {
  position: relative;
  overflow: hidden;
}

#type .schedule .scheduleCol06 {
  margin-bottom: 4px;
}

#type .schedule .scheduleCol06.pink .scheduleCol06List:first-child,
#type .schedule .scheduleCol06.black .scheduleCol06List:first-child {
  border: #000 1px solid;
  color: #000;
}

#type .schedule .scheduleCol06.pink .scheduleCol06List:first-child span,
#type .schedule .scheduleCol06.black .scheduleCol06List:first-child span {
  text-align: center;
  width: 100%;
}

#type .schedule .scheduleCol06.pink .scheduleCol06List:first-child:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin: auto;
  background: url(../img/top/icon_baby.png) no-repeat;
  background-size: contain;
}

#type .schedule .scheduleCol06.pink .scheduleCol06List:first-child:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/top/icon_arrow02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4px;
  left: 7px;
}

#type .schedule .scheduleCol06.black .scheduleCol06List:first-child span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 23px;
}

#type .schedule .scheduleCol06.fullSeries .scheduleCol06List:first-child {
  background-color: #E40013;
  color: #ffffff;
}

#type .schedule .scheduleCol06.fullSeries .scheduleCol06List:first-child span {
  top: 22%;
}

#type .schedule .scheduleCol06.miniSeries .scheduleCol06List:first-child {
  background-color: #306839;
  color: #ffffff;
}

#type .schedule .scheduleCol06.variSeries .scheduleCol06List:first-child {
  background-color: #306839;
  color: #ffffff;
}

#type .schedule .scheduleCol06.compactSeries .scheduleCol06List:first-child {
  background-color: #0F3481;
  color: #ffffff;
}

#type .schedule .scheduleCol06.compactSeries .scheduleCol06List:first-child span {
  top: 2%;
}

#type .schedule .scheduleCol06 .scheduleCol06List {
  float: left;
  width: 18.8541666667%;
  margin-right: 0.52083333%;
}

#type .schedule .scheduleCol06 .scheduleCol06List:first-child {
  text-align: center;
  width: 2.9166666667%;
  position: relative;
}

#type .schedule .scheduleCol06 .scheduleCol06List:first-child.bgGray {
  background-color: #333333;
}

#type .schedule .scheduleCol06 .scheduleCol06List:first-child.bgPink {
  background-color: #d983a8;
  border: none;
}

#type .schedule .scheduleCol06 .scheduleCol06List:first-child.bgPink span {
  color: #fff;
}

#type .schedule .scheduleCol06 .scheduleCol06List:first-child.programName span {
  top: 20%;
}

#type .schedule .scheduleCol06 .scheduleCol06List:first-child span {
  writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 12px;
  line-height: 1.1;
}

#type .schedule .scheduleCol06 .scheduleCol06List:first-child span span {
  writing-mode: horizontal-tb;
  position: relative;
  display: inline;
  top: 0.01em !important;
  left: 0.54em !important;
}

#type .schedule .scheduleCol06.miniSeries .scheduleCol06List:first-child span {
  text-align: center;
  letter-spacing: -2px;
  white-space: nowrap;
}

#type .schedule .scheduleCol06 .scheduleCol06List:last-child {
  margin-right: 0;
}

#type .schedule .scheduleCol06 .scheduleCol06List .month {
  text-align: center;
  border: #666 1px solid;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 6px 0;
  position: relative;
  margin-bottom: 4px;
  background-color: #666;
}

#type .schedule .scheduleCol06 .scheduleCol06List .month:before {
  position: absolute;
  left: 4%;
  bottom: 15%;
  font-size: 12px;
}

#type .schedule .scheduleCol06 .scheduleCol06List .month[data-year]:before {
  content: attr(data-year) "年";
}

#type .schedule .scheduleCol06 .scheduleCol06List .name {
  margin-bottom: 4px;
}

#type .schedule .scheduleCol06 .scheduleCol06List .name a {
  display: block;
  width: 93%;
  padding: 20px 3%;
  text-align: center;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border: #000 1px solid;
  letter-spacing: -2px;
  text-decoration: none;
  padding: 16px 3%;
  transition: 0.6s;
  line-height: 22px;
  position: relative;
}

#type .schedule .scheduleCol06 .scheduleCol06List .name a:before {
  background-color: #666666;
}

#type .schedule .scheduleCol06 .scheduleCol06List .name a:after {
  content: "";
  background: url(../img/top/icon_arrow01_black.png) left top no-repeat;
  background-size: 100%;
  width: 4.97237569%;
  height: 15px;
  display: block;
  position: absolute;
  right: 2%;
  top: 38%;
  transition: 0.6s;
}

#type .schedule .scheduleCol06 .scheduleCol06List .name a:hover {
  transition: 0.6s;
  color: #fff;
}

#type .schedule .scheduleCol06 .scheduleCol06List .name a:hover:after {
  background: url(../img/top/icon_arrow01_white.png) left top no-repeat;
  background-size: 100%;
  right: 2%;
  transition: 0.6s;
}

#type .schedule .scheduleCol06 .scheduleCol06List .name.row2 a {
  padding: 3px 0;
}

#type .schedule .scheduleCol06 .scheduleCol06List .col04 .colList,
#type .schedule .scheduleCol06 .scheduleCol06List .col05 .colList,
#type .schedule .scheduleCol06 .scheduleCol06List .col06 .colList {
  float: left;
}

#type .schedule .scheduleCol06 .scheduleCol06List .dayInformation {
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  margin-bottom: 4px;
  display: none;
}

#type .schedule .scheduleCol06 .scheduleCol06List .dayInformation .colList {
  border-right: #ffffff 1px solid;
}

#type .schedule .scheduleCol06 .scheduleCol06List .dayInformation .colList:first-child {
  border-left: #ffffff 1px solid;
}

#type .schedule .scheduleCol06 .scheduleCol06List .dayInformation.col06 .colList {
  width: 15.9%;
}

#type .schedule .scheduleCol06 .scheduleCol06List .dayInformation.col06 .colList .week {
  font-size: 8px;
}

#type .schedule .scheduleCol06 .scheduleCol06List .dayInformation.col05 .colList {
  width: 19.3%;
}

#type .schedule .scheduleCol06 .scheduleCol06List .dayInformation.col04 .colList {
  width: 24.3%;
}

#type .schedule .scheduleCol06 .scheduleCol06List .day {
  color: #fff;
  font-size: 22px;
  position: relative;
  text-align: center;
  margin-bottom: 16px;
}

#type .schedule .scheduleCol06 .scheduleCol06List .day span {
  display: block;
  position: absolute;
  font-size: 10px;
  width: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -13px;
}

#type .schedule .scheduleCol06 .scheduleCol06List .day.day2 {
  font-size: 11px;
  line-height: 30.8px;
}

#type .schedule .scheduleCol06 .scheduleCol06List .day.day2 span {
  bottom: -21px;
}

#type .schedule .scheduleCol06 .scheduleCol06List .week {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #000;
  background-color: #fff;
  font-size: 9px;
}

#type .schedule .scheduleCol06 .scheduleCol06List .week.red {
  background-color: #ff0000;
  color: #ffffff;
}

#type .schedule .scheduleCol06 .scheduleCol06List .week.blue {
  background-color: #0000ff;
  color: #ffffff;
}

#type .schedule .scheduleCol06 .scheduleCol06List .time {
  font-size: 12px;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
}

#type .schedule .scheduleCol06 .scheduleCol06List .takuji {
  display: none;
}

#type .schedule .scheduleCol06 .scheduleCol06List .takuji .colList {
  background-color: #fff;
  text-align: center;
  color: #d983a8;
  border-right: #000000 1px solid;
}

#type .schedule .scheduleCol06 .scheduleCol06List .takuji .colList:last-child {
  border-right: none;
}

#type .schedule .scheduleCol06 .scheduleCol06List .takuji .colList.blank {
  color: #ffffff;
}

#type .schedule .scheduleCol06 .scheduleCol06List .takuji.col06 .colList {
  width: 16.1%;
}

#type .schedule .scheduleCol06 .scheduleCol06List .takuji.col05 .colList {
  width: 19.5%;
}

#type .schedule .scheduleCol06 .scheduleCol06List .takuji.col04 .colList {
  width: 24.5%;
}

#type .lnkList {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 45px;
  border-bottom: #ffffff 1px solid;
}

#type .lnkList .col03List {
  width: 32.29166667%;
  float: left;
  margin-right: 1.5625%;
}

#type .lnkList .col03List:last-child {
  margin-right: 0;
}

#type .lnkList .col03List a {
  background-color: hsl(36, 100%, 55%);
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-size: 14px;
  position: relative;
  transition: 0.6s;
}

#type .lnkList .col03List a:before {
  background-color: #f29100;
  border-radius: 5px;
}

#type .lnkList .col03List a:after {
  content: "";
  position: absolute;
  right: 4.19354839%;
}

#type .lnkList .col03List a:hover {
  color: #fff;
  transition: 0.6s;
}

#type .lnkList .col03List:first-child a:after {
  background: url(../img/top/icon_pdf01_white.png) left top no-repeat;
  background-size: 100%;
  width: 6.12903226%;
  height: 23px;
  top: 19%;
  transition: 0.6s;
}

#type .lnkList .col03List:first-child a:hover:after {
  background: url(../img/top/icon_pdf01_white.png) left top no-repeat;
  background-size: 100%;
  transition: 0.6s;
}

#type .lnkList .col03List:nth-child(2) a {
  position: relative;
}

#type .lnkList .col03List:nth-child(2) a:hover::after {
  transition: 0.6s;
  color: #fff;
}

#type .lnkList .col03List:last-child a span {
  position: relative;
}

#type .lnkList .col03List:last-child a span:before {
  content: "";
  background: url(../img/top/icon_takuji03_pink.png) left top no-repeat;
  background-size: 100%;
  width: 35.71428571%;
  height: 23px;
  display: inline-block;
  position: absolute;
  left: -42%;
  top: -5%;
  transition: 0.6s;
}

#topSec02_02 .subTtl {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

#topSec02_02 h3 {
  font-size: 18px;
  text-align: center;
  background: url(../img/top/bg_h3_gold.png) 50% top no-repeat;
  background-size: 100%;
  width: 41.04166667%;
  margin: 0 auto;
  padding: 13px 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #000;
  position: relative;
  z-index: 2;
}

#topSec02_02 h3 span {
  font-size: 15px;
}

#topSec02_02 .bgWhite {
  margin-top: -2.2%;
  z-index: 1;
  background-color: #fff;
  padding: 41px 0;
  position: relative;
  margin-bottom: 45px;
}

#topSec02_02 .bgWhite .topTxt01 {
  text-align: center;
}

#topSec02_02 .topComment {
  color: #000;
}

#topSec02_02 .topComment::before {
  color: #000;
}

#topSec02_02 .col02 {
  margin-bottom: 15px;
}

#topSec02_02 .col02 .col02List {
  background-color: #fff;
  width: 48.4375%;
  padding: 20px 0;
  position: relative;
}

#topSec02_02 .col02 .col02List:first-child {
  float: left;
}

#topSec02_02 .col02 .col02List:last-child {
  float: right;
}

#topSec02_02 .col02 .col02List ul {
  width: 87.09677419%;
  margin: 0 auto;
}

#topSec02_02 .col02 .col02List ul li {
  float: left;
}

#topSec02_02 .col02 .col02List ul li:first-child {
  width: 40%;
  margin-right: 1.97530864%;
  font-weight: 600;
}

#topSec02_02 .col02 .col02List ul li:first-child span {
  font-size: 13px;
  display: block;
}

#topSec02_02 .col02 .col02List ul li:last-child {
  padding-left: 1.97530864%;
  border-left: #000 1px solid;
  width: 55.80246914%;
  font-size: 14px;
  line-height: 1.57142857;
}

#topSec02_02 .col02 .col02List .lnk {
  width: 21.50537634%;
  position: absolute;
  left: 6.4516129%;
  bottom: 20px;
}

#topSec02_02 .col02 .col02List .lnk a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: 0.6s;
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 0;
}

#topSec02_02 .col02 .col02List .lnk a:before {
  background-color: #08287f;
}

#chart {
  background-color: #ffd282;
}

#chart .topTxt01 span {
  font-size: 13px;
}

#chart .topComment {
  font-size: 14px;
}

#chart .sectionInner {
  position: relative;
}

#chart .lnk {
  width: 33.33333333%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#chart .lnk a {
  display: block;
  width: 100%;
  background-color: hsl(36, 100%, 55%);
  border: hsl(36, 100%, 55%) 1px solid;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  padding: 7px 0;
  position: relative;
  transition: 0.6s;
}

#chart .lnk a:after {
  content: "";
  width: 5%;
  height: 20px;
  background: url(../img/top/icon_pdf01_white.png) left top no-repeat;
  background-size: 100%;
  position: absolute;
  right: 4%;
  top: 22%;
  display: block;
  transition: 0.6s;
}

#chart .lnk a:before {
  background-color: #f29100;
  border-radius: 5px;
}

#chart .col02 .col02List.txt {
  width: 55%;
  float: left;
}

#chart .col02 .col02List.img {
  width: 40%;
  float: right;
}

#price .posR {
  position: relative;
}

#price .posR .topComment {
  position: absolute;
  top: -25px;
  right: 0;
}

.iconTakuji {
  color: #fff;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  margin-bottom: 5px;
}

.iconTakuji:before {
  content: "";
  background: url(../img/lineup/icon_takuji03_pink.png) left top no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

#price .posR .img01 {
  margin-bottom: 15px;
}

#price .txt01 {
  font-size: 14px;
  line-height: 1.85714286;
  margin-bottom: 30px;
}

#price .txt02 {
  padding: 0 0 10px 20px;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.85714286;
  position: relative;
}

#price .txt02::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

#price .txt03 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

#price .img02 {
  width: 57.91666667%;
  margin-bottom: 15px;
}

#price .lnk {
  width: 33.33333333%;
  margin-top: 25px;
}

#price .lnk a {
  display: block;
  width: 100%;
  background-color: hsl(36, 100%, 55%);
  border: hsl(36, 100%, 55%) 1px solid;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  padding: 7px 0;
  position: relative;
  transition: 0.6s;
}

#price .lnk a:after {
  content: "";
  width: 5.5%;
  height: 22px;
  background: url(../img/top/icon_pdf01_white.png) left top no-repeat;
  background-size: 100%;
  position: absolute;
  right: 4%;
  top: 22%;
  display: block;
  transition: 0.6s;
}

#price .lnk a:before {
  background-color: #f29100;
  border-radius: 5px;
}

#price .price_label {
  margin: 1em 0;
  font-size: 14px;
}

#price .price_label li {
  padding-left: 5.5em;
  text-indent: -5.5em;
}

#payment.sec,
#payment02.sec,
#application.sec {
  background-color: #ffd282;
}

#payment h3 {
  font-size: 18px;
  font-weight: 700;
  background-color: rgb(0, 99, 43);
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 7px 0;
  margin-bottom: 10px;
}

#payment .topComment {
  font-size: 16px;
}

#payment .topTxt01,
#payment02 .topTxt01 {
  margin-bottom: 1em;
}

#payment02 .col02 {
  border: #f29100 1px solid;
  width: 100%;
  margin: 0 auto 20px;
}

#payment02 .col02 .col02List {
  float: left;
  margin-bottom: 0;
}

#payment02 .col02 .col02List:first-child {
  width: 64.0625%;
}

#payment02 .col02 .col02List:first-child h4 {
  position: relative;
}

#payment02 .col02 .col02List:first-child h4:after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: #fff 1px solid;
  position: absolute;
  right: 1px;
  top: 0;
}

#payment02 .col02 .col02List:first-child .topTxt01 {
  position: relative;
}

#payment02 .col02 .col02List:first-child .topTxt01:after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: #f29100 1px solid;
  position: absolute;
  right: 1px;
  top: 0;
}

#payment02 .col02 .col02List:last-child {
  width: 35.9375%;
}

#payment02 .col02 .col02List h3 {
  background-color: #f29100;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
}

#payment02 .col02 .col02List .topTxt01 {
  margin-bottom: 0;
  text-align: center;
  padding: 14px 0;
  background-color: #ffffff;
}

#payment02 .msg01 {
  border: #b48644 1px solid;
  width: 100%;
  padding: 15px 0;
  position: relative;
}

#payment02 .msg01 h3 {
  padding: 0 2%;
  width: 17%;
  float: left;
  border-right: #b48644 1px solid;
  margin-right: 3%;
  text-align: center;
}

#payment02 .msg01 h3 span {
  font-size: 12px;
}

#payment02 .msg01 .topTxt01 {
  width: 70%;
  float: left;
  margin-bottom: 0;
}

#application {
  background-color: #f29100;
}

#application .inner {
  background-color: #fff;
}

#application .desk_list {
  border: none;
}

#application .bgGray {
  margin-bottom: 25px;
  background-color: #f29100;
}

#application h3 {
  background-color: #f29100;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 11px 0;
  margin-bottom: 25px;
}

#application section .col02 {
  width: 96%;
  margin: 0 auto 15px;
}

#application section .col02 .col02List {
  width: 47.76119403%;
}

#application section .col02 .col02List:first-child {
  float: left;
}

#application section .col02 .col02List:first-child .lnk02 a {
  position: relative;
}

#application section .col02 .col02List:first-child .lnk02 a::after {
  content: "";
  background: url("../img/top/icon_pdf01_white.png") left top no-repeat;
  background-size: 100%;
  width: 20px;
  height: 25px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10%;
  transition: 0.6s;
}

#application section .col02 .col02List:first-child .lnk02 a:hover::after {
  transform: 0.6s;
  background-size: 100%;
}

#application section .col02 .col02List:last-child {
  float: right;
}

#application section .col02 .col02List:last-child .lnk02 a {
  position: relative;
}

#application section .col02 .col02List:last-child .lnk02 a::after {
  content: "▶";
  display: block;
  position: absolute;
  right: 10px;
  top: 25%;
  font-size: 10px;
}

#application section .lnk01 {
  margin-bottom: 10px;
}

#application section .lnk01 a {
  display: block;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: hsl(36, 100%, 55%);
  text-decoration: none;
  position: relative;
}

#application section.first .col02List:nth-of-type(2) .lnk01 a {
  background-color: #4D4D4D;
}

#application section .lnk01 a span {
  font-size: 12px;
  display: block;
}

#application section .lnk01 a:before {
  background-color: #f29100;
  border-radius: 5px;
}

#application section .lnk01 a:after {
  content: "";
  background: url(../img/top/icon_double_arrow01_white.png) left top no-repeat;
  background-size: 100%;
  width: 4.0625%;
  height: 20px;
  position: absolute;
  right: 8%;
  top: 35%;
  transition: 0.6s;
}

#application section .lnk01 a:hover:after {
  transition: 0.6s;
  right: 4%;
}

#application section .lnk01.close {
  background-color: #c8c8c8;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

#application section .lnk01.close span {
  font-size: 12px;
  display: block;
}

#application section .lnk02.close {
  background-color: #c8c8c8;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  padding: 6px 0;
}

#application section .col02 .col02List:first-child .lnk01.close {
  padding: 8px 0;
}

#application section .col02 .col02List:last-child .lnk01.close {
  padding: 16px 0;
}

#application section.close {
  position: relative;
}

#application section.close .overlay {
  z-index: 999;
  content: "受付開始までしばらくお待ち下さい。";
  line-height: 1;
  width: 100%;
  padding: 115px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

#application section .lnk02 a {
  border-radius: 5px;
  background-color: #808080;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 6px 0;
  transition: 0.6s;
}

#application section .lnk02 a:hover {
  transition: 0.6s;
  background-color: #f29100;
}

#application section.first .col02 .col02List:first-child {
  position: relative;
}

#application section.first .col02 .col02List:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  border-right: #dfdfdf 1px solid;
  position: absolute;
  right: -5%;
  top: 0;
}

#application section.first .col02 .col02List:first-child .lnk01 a {
  padding: 6px 0;
}

#application section.first .col02 .col02List:first-child {
  font-weight: 600;
}

#application section.first .col02 .col02List:first-child .img01 {
  margin: 5px 0;
}

#application section.first .col02 .col02List:first-child .img01 img {
  width: 258px;
}

#application section.first .col02 .col02List:first-child .img01 span {
  display: inline-block;
  margin-right: 1em;
  padding: 0.5em 1em;
  background-color: #ffd282;
}

#application section.first .col02 .col02List:last-child .lnk01 a {
  padding: 15px 0;
}

#application section.first .col02 .col02List .brackets {
  padding: 20px;
  position: relative;
}

#application section.first .col02 .col02List .brackets span {
  font-weight: 600;
}

#application section.first .col02 .col02List .brackets::before, #application section.first .col02 .col02List .brackets::after {
  display: block;
  position: absolute;
  line-height: 0;
  font-size: 3em;
  font-family: "Noto Serif JP", serif;
  color: #066EB7;
}

#application section.first .col02 .col02List .brackets::before {
  content: "(";
  top: 50%;
  left: 0;
}

#application section.first .col02 .col02List .brackets::after {
  content: ")";
  top: 50%;
  right: 0;
}

#application section .secondH .col02 {
  width: 70%;
}

#application section.second .sec06Desc {
  text-align: center;
  margin-bottom: 25px;
}

#application section.second .sec06Desc span {
  display: block;
  font-size: 14px;
}

#application section section {
  width: 95.83333333%;
  margin: 25px auto 0;
  padding-bottom: 0;
}

#application section section h4 {
  padding-top: 25px;
  border-top: #c5c5c5 1px solid;
  font-size: 16px;
  margin-bottom: 10px;
}

#application section section .fntClrRed {
  color: #e50012;
}

#application section section ul {
  margin-bottom: 30px;
}

#application section section ul li:first-child {
  width: 43.47826087%;
  float: left;
}

#application section section ul li:last-child {
  width: 53.15217391%;
  float: right;
}

#application .flow {
  width: 96%;
  margin: 30px auto;
  border-top: 1px solid #B8B8B8;
}

#application .flow h4 {
  margin: 30px 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: #f29100;
}

#application .flow .flow_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto 16px;
  line-height: 1.6;
}

#application .flow .flow_wrap p, #application .flow .flow_wrap .flow_img {
  width: 48%;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

#topSec07 {
  padding: 25px 0;
  margin-bottom: 0;
}

#topSec07 .sectionInner {
  display: flex;
  flex-wrap: wrap;
}

#topSec07 .sectionInner h2 {
  padding: 0.5em;
  border: 1px solid #f29100;
  font-size: 20px;
  font-weight: 600;
  color: #f29100;
}

#topSec07 .sectionInner p {
  width: 60%;
  margin-left: 2em;
}

@media screen and (min-width: 481px) and (max-width: 1025px) {
  .for-sp {
    display: none;
  }
  .inner {
    width: 94.79166667%;
    margin: 0 auto;
  }
  #mainContents .topDesc01 {
    width: 96%;
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 480px) {
  .remodal {
    padding: 20px 0;
  }
  .remodal .popup_contents {
    width: 92%;
    margin: 0 auto;
  }
  .remodal .popup_contents .inner .icon,
  .remodal .popup_contents .inner .txt01 {
    margin-bottom: 7px;
  }
  .remodal .popup_contents .inner .col03 {
    border-bottom: #000 1px solid;
    padding-bottom: 10px;
  }
  .remodal .popup_contents .inner .col03 .col03List:first-child {
    background-color: #ff0;
    margin-bottom: 5px;
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-weight: bold;
    padding: 5px 7px;
  }
  .remodal .popup_contents .inner .col03 .col03List:nth-child(2) h3 {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 7px;
  }
  .remodal .popup_contents .inner .col03 .col03List:nth-child(2) .txt01 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }
  .remodal .popup_contents .inner .col03 .col03List:last-child {
    width: 85%;
    margin: 0 auto;
  }
  .remodal .popup_contents .inner .bgGray .txt02 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .remodal .popup_contents .inner .bgGray .txt02 span {
    font-size: 12px;
  }
  .remodal .popup_contents .inner .bgGray .col02 .col02List {
    margin-bottom: 10px;
  }
  .remodal .popup_contents .inner .bgGray .col02 .col02List:last-child {
    margin-bottom: 0;
  }
  .remodal .popup_contents .inner .bgGray .col02 .col02List ul li {
    list-style-type: none;
    font-family: "Noto Sans JP", sans-serif;
  }
  .remodal .popup_contents .inner .bgGray .col02 .col02List ul li.red {
    background-color: #811c29;
  }
  .remodal .popup_contents .inner .bgGray .col02 .col02List ul li.blue {
    background-color: #08287f;
  }
  .remodal .popup_contents .inner .bgGray .col02 .col02List ul li:first-child {
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
    text-align: center;
    font-size: 12px;
  }
  .remodal .popup_contents .inner .bgGray .list {
    width: 90%;
    margin: 0 auto;
  }
  .remodal .popup_contents .inner .bgGray .list li {
    list-style-type: none;
    margin-bottom: 10px;
  }
  .remodal .popup_contents .inner .bgGray .list li a {
    border: #000 1px solid;
    display: block;
    line-height: 1;
    padding: 7px 0;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    background-color: #ddd;
    font-size: 14px;
    position: relative;
  }
  .remodal .popup_contents .inner .bgGray .list li:first-child a::after {
    content: "";
    background: url("../img/top/icon_pdf01_black.png") left top no-repeat;
    background-size: 100%;
    width: 17px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 17%;
    display: block;
    font-size: 10px;
  }
  .remodal .popup_contents .inner .atrContents {
    margin-top: 0;
  }
  .remodal .popup_contents .inner .atrContents .topSec01_02_cmpgn {
    padding: 15px 0 0;
  }
  .remodal .popup_contents .inner .atrContents .topSec01_02_cmpgn .col02 .col02List .txt01 {
    margin-top: 15px;
    font-size: 16px !important;
  }
  .remodal .popup_contents .inner .atrContents .step {
    text-align: left;
    font-size: 14px;
  }
  .remodal .popup_contents .inner .atrContents .step.step02 {
    margin-bottom: 25px;
  }
  .remodal .popup_contents .inner .atrContents .topComment {
    text-align: left;
  }
  .accdnMenu {
    margin-bottom: 10px;
  }
  .accdnMenu:last-child {
    margin-bottom: 0;
  }
  .accdnMenu dt {
    margin-bottom: 10px;
    padding: 8px 0 8px 10px;
    height: 24px;
    line-height: 24px;
    background-color: #f29100;
    border: #fff 1px solid;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .accdnMenu dt:after {
    content: "＋";
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .accdnMenu dt.open:after {
    content: "－";
  }
  .accdnMenu dd {
    padding-top: 5px;
    display: none;
  }
  .accdnMenu dd .scheduleBox {
    background-color: #fff;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .accdnMenu dd .scheduleBox:last-child {
    margin-bottom: 0;
  }
  .accdnMenu dd .scheduleBox ul {
    width: 87.5%;
    margin: 0 auto 15px;
  }
  .accdnMenu dd .scheduleBox ul li {
    float: left;
  }
  .accdnMenu dd .scheduleBox ul li:first-child {
    width: 40%;
    margin-left: 1%;
  }
  .accdnMenu dd .scheduleBox ul li:last-child {
    border-left: #dddddd 1px solid;
    width: 50%;
    padding-left: 5%;
  }
  .accdnMenu dd .scheduleBox .btnDetail {
    width: 70%;
    margin: 0 auto;
  }
  .accdnMenu dd .scheduleBox .btnDetail a {
    background-color: #000;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
  }
  .accdnMenu dd .scheduleBox .btnDetail a::after {
    content: "▶";
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 10px;
  }
  .accdnMenu dd .topTxt01 {
    margin: 1em;
    font-size: 14px;
  }
  .accdnMenu dd .btn01 {
    width: 300px;
    margin: 15px auto 15px;
  }
  .accdnMenu dd .btn01 a {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .accdnMenu dd .tableScrl {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    padding-top: 20px;
    position: relative;
  }
  .accdnMenu dd .tableScrl:before {
    content: "右スクロールで全体をご覧いただけます。";
    color: #808080;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .accdnMenu.full dd .imgScroll img {
    width: 500px;
  }
  .accdnMenu.mini dd .imgScroll {
    padding-top: 0 !important;
  }
  .accdnMenu.mini dd .imgScroll::before {
    content: "" !important;
  }
  .accdnMenu.vari dd .imgScroll img {
    width: 390px !important;
  }
  .accdnMenuComment .btn01 {
    width: 300px;
    margin: 15px auto 15px;
  }
  .accdnMenuComment .btn01 a {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    padding: 10px 0;
    position: relative;
  }
  .accdnMenuComment .btn01 a::after {
    content: "";
    background: url(../img/top/icon_takuji03_black.png) left top no-repeat;
    background-size: 100%;
    width: 20px;
    height: 25px;
    right: 65%;
    position: absolute;
    top: 25%;
    font-size: 12px;
  }
  .accdnMenuComment .btn01.mB10 a::after {
    content: "▶";
    right: 10px;
    background: none;
    top: 30%;
  }
  .accdnMenuComment .topTxt01 {
    color: #fff;
  }
  .accdnMenuComment .topTxt01.topComment::before {
    color: #fff;
  }
  #atrContents {
    font-family: "Noto Sans JP", sans-serif;
  }
  #atrContents .bgWhite01 {
    background-color: #fff;
    padding: 15px 0;
  }
  #atrContents .txt01 {
    font-size: 22px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
  }
  #atrContents .txt02 {
    font-size: 14px;
  }
  #atrContents .txt03 {
    font-size: 17px;
    font-weight: 700;
  }
  #atrContents p .red {
    color: red;
    font-size: 16px;
  }
  #atrContents ul li {
    width: 45%;
    list-style-type: none;
  }
  #atrContents ul li:first-child {
    float: left;
  }
  #atrContents ul li:last-child {
    float: right;
  }
  #atrContents .day {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
  }
  #atrContents .day span {
    font-size: 25px;
  }
  #atrContents .price {
    font-size: 18px;
    font-weight: 700;
  }
  #atrContents .price span {
    font-size: 20px;
  }
  #atrContents .comment01 {
    font-size: 12px;
    position: relative;
    padding-left: 15px;
  }
  #atrContents .comment01::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  #atrContents h2 {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 15px;
  }
  #atrContents table {
    margin-bottom: 15px;
  }
  #atrContents table tr td,
  #atrContents table tr th {
    vertical-align: middle;
    font-family: "Noto Serif JP", serif;
  }
  #atrContents table tr th {
    width: 10%;
    padding: 0 1.44927536%;
    background-color: rgb(77, 166, 53);
    border-bottom: #fff 1px solid;
    position: relative;
  }
  #atrContents table tr th span {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: absolute;
    width: 20px;
    left: 25%;
    top: 17%;
  }
  #atrContents table tr td {
    width: 68.55072464%;
    padding: 20px 1.44927536%;
    background-color: #fff;
    border-bottom: #b7b7b7 1px solid;
    text-align: left;
  }
  #atrContents table tr:first-child th {
    border-top: #ffffff 1px solid;
  }
  #atrContents table tr:first-child td {
    border-top: #b7b7b7 1px solid;
  }
  #atrContents .goldMember.new2021 {
    margin: 15px 0 0;
    padding: 25px 0;
  }
  #atrContents .goldMember.new2021 .goldMemberTtl {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  #atrContents .goldMember.new2021 .goldMemberTtl span {
    font-size: 18px;
  }
  #atrContents .goldMember.new2021 .benefits {
    width: 100%;
    margin-bottom: 15px;
  }
  #atrContents .goldMember.new2021 .benefits dt,
  #atrContents .goldMember.new2021 .benefits dd {
    width: 97%;
    padding: 20px 1.5%;
    float: none;
  }
  #atrContents .goldMember.new2021 .benefits dt {
    font-size: 18px;
    padding: 10px 2.0833333333% 10px 25%;
    width: 72.9166666667%;
  }
  #atrContents .goldMember.new2021 .benefits dt span {
    padding: 5px 10px;
    font-size: 14px;
    width: 15%;
    top: 6px;
    left: 2%;
    text-align: center;
  }
  #atrContents .goldMember.new2021 .benefits dt::before {
    display: none;
  }
  #atrContents .goldMember.new2021 .benefits dd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #atrContents .goldMember.new2021 .benefits dd .txt01 {
    font-size: 14px;
  }
  #atrContents .goldMember.new2021 .benefits#benefits01 {
    margin-bottom: 0;
  }
  #atrContents .goldMember.new2021 .benefits#benefits01 dt {
    padding: 10px 2.08333333% 10px 25%;
  }
  #atrContents .goldMember.new2021 .benefits#benefits01 dt span {
    padding: 5px 10px;
  }
  #atrContents .goldMember.new2021 .benefits#benefits02 {
    margin-bottom: 0;
  }
  #atrContents .goldMember .goldMember-comment {
    margin: 0 20px 30px;
    text-align: left;
  }
  #atrContents .atrContents {
    background: #dedede;
    padding: 0;
  }
  #atrContents .atrContents .topSec01_02Inner {
    width: 97% !important;
  }
  #atrContents .atrContents .topSec01_02_cmpgn h3 {
    color: rgb(0, 99, 43);
    font-family: "Noto Serif JP", serif;
  }
  #atrContents .atrContents .topSec01_02_cmpgn .col02 .col02List ul {
    width: 100%;
  }
  #atrContents .atrContents .topSec01_02_cmpgn .col02 .col02List ul li {
    width: 48%;
  }
  #wrap #mainContents #topMv {
    background: #eee7d7;
  }
  #wrap #mainContents #topMv.ver01 img {
    opacity: 1;
  }
  #wrap #mainContents #topMv .inner {
    width: 100%;
  }
  #wrap #mainContents #topMv .inner .logo {
    width: 11.2%;
    left: 4%;
    top: 3%;
  }
  #wrap #mainContents #topMv .inner .mvTxt01 {
    position: relative;
    background: rgb(77, 166, 53);
    color: #fff;
    width: 66.6666666667%;
    margin: 0 auto 7.5px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  #wrap #mainContents #topMv .inner .mvTxt02 {
    position: relative;
    background: rgb(77, 166, 53);
    color: #fff;
    width: 66.6666666667%;
    margin: 0 auto 25px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  #wrap #mainContents #topMv .inner .mvTxt03 {
    text-align: center;
    font-size: 18px;
    position: relative;
    left: auto;
    bottom: auto;
  }
  #wrap #mainContents #topMv .inner .mvTxt03 span {
    border-bottom: rgb(77, 166, 53) 3px dotted;
    padding-bottom: 5px;
    line-height: 1.8;
    color: rgb(77, 166, 53);
    font-weight: 700;
  }
  #wrap #mainContents #topMovie {
    margin-top: 0;
    padding: 15px 0;
  }
  #wrap #mainContents #topMovie .inner {
    width: 92%;
    margin: 0 auto;
  }
  #wrap #mainContents #topMovie .inner .tabs {
    width: 100%;
  }
  #wrap #mainContents #topMovie .inner .tabs .tab_item {
    font-size: 12px;
  }
  #wrap #mainContents #topMovie .tab_content .commingsoon {
    padding: 25.5% 0;
  }
  #wrap #mainContents .topSec {
    padding-top: 20px;
    padding-bottom: 22px;
  }
  #wrap #mainContents .topSec .topH2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #wrap #mainContents .topSec#chart {
    padding-top: 20px;
  }
  #wrap #mainContents .topSec#chart .topH2 {
    font-size: 20px;
    text-align: center;
  }
  #wrap #mainContents .topSec .imgScroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    padding-top: 20px;
    position: relative;
  }
  #wrap #mainContents .topSec .imgScroll:before {
    content: "右スクロールで全体をご覧いただけます。";
    color: #808080;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 0px;
  }
  #wrap #mainContents .topSec .imgScroll img {
    width: 500px;
  }
  #wrap #mainContents #topSec01 .topDesc01 {
    font-size: 14px;
    text-align: left;
    width: 92%;
    margin: 0 auto 22px;
  }
  #wrap #mainContents #topSec01 #topInformation {
    margin-top: 35px;
  }
  #wrap #mainContents #topSec01 #topInformation .topInformationInner {
    padding: 12px 0;
  }
  #wrap #mainContents #topSec01 #topInformation .topInformationInner h2 {
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  #wrap #mainContents #topSec01 #topInformation .topInformationInner .txt01 {
    font-size: 14px;
  }
  #wrap #mainContents #topSec01 #topInformation .topInformationInner .num01 {
    margin: 10px auto;
  }
  #wrap #mainContents #topSec01 #topInformation .topInformationInner .num01 li {
    font-size: 14px;
    padding-left: 15px;
  }
  #wrap #mainContents #topSec01 #topSec01_01 {
    margin-bottom: 0;
  }
  #wrap #mainContents #topSec01 #topSec01_01 .club_atre .img_wrap {
    float: none;
    width: calc(100% - 3em);
    height: auto;
    margin: 1em 0.5em;
    padding: 1em;
    background: none;
    background-color: #fff;
    position: relative;
  }
  #wrap #mainContents #topSec01 #topSec01_01 .club_atre .img_wrap h3 {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 120%;
  }
  #wrap #mainContents #topSec01 #topSec01_01 .club_atre .img_wrap .imgPos01 {
    width: 35%;
    top: auto;
    bottom: -14%;
    left: 68%;
  }
  #wrap #mainContents #topSec01 #topSec01_01 .club_atre .img_wrap .sp_benefits {
    display: block;
    width: 90%;
    height: 7em;
    position: absolute;
    z-index: 2;
  }
  #wrap #mainContents #topSec01 #topSec01_01 .club_atre .img_wrap::after {
    content: "";
    display: block;
    width: 2em;
    height: 3em;
    background: url(../img/top/click.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1em;
    left: 20%;
  }
  .topSec#topSec01 #topSec01_02 {
    background-color: #ffd282;
  }
  .topSec#topSec01 #topSec01_02 h4 {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .topSec#topSec01 #topSec01_02 h4 span {
    font-size: 86%;
  }
  .topSec#topSec01 #topSec01_02 .campaign {
    margin: 0;
    padding: 1.6em 1em;
  }
  .topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_msg,
  .topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_img {
    float: none;
    width: 100%;
  }
  .topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_msg p:first-child,
  .topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_img p:first-child {
    font-size: 20px;
  }
  .topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_msg p span,
  .topSec#topSec01 #topSec01_02 .campaign .campaign_detail .campaign_img p span {
    font-size: 12px;
  }
  .topSec#topSec01 #topSec01_02 .members_campaign h4 {
    margin-bottom: 160px;
    font-size: 18px;
  }
  .topSec#topSec01 #topSec01_02 .members_campaign h4 a {
    display: block;
    width: 84%;
    height: 12em;
    position: absolute;
    z-index: 2;
  }
  .topSec#topSec01 #topSec01_02 .members_campaign .img_members {
    width: 60%;
    top: 25%;
    right: 20%;
  }
  .topSec#topSec01 #topSec01_02 .members_campaign::after {
    content: "";
    display: block;
    width: 2em;
    height: 3em;
    background: url(../img/top/click.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1em;
    left: 20%;
  }
  .topSec#topSec01 #topSec01_02 .members_campaign .members_note {
    font-size: 14px;
    text-align: right;
  }
  #atrContents.remodal {
    background-color: #ffd282;
    font-family: "Noto Serif JP", serif;
  }
  #atrContents.remodal .popup_contents {
    width: 100%;
  }
  #atrContents.remodal h3 {
    margin-top: 1em;
    font-size: 24px;
    font-weight: 600;
  }
  #atrContents.remodal h3 span {
    color: #960000;
  }
  #atrContents.remodal .txt_wrap {
    float: none;
    width: 100%;
    margin: 1em 0 0;
    position: relative;
    /* 終了時 */
  }
  #atrContents.remodal .txt_wrap dt {
    width: 92%;
    margin: auto;
    line-height: 40px;
    background-color: #066EB7;
    color: #fff;
    letter-spacing: 0.1em;
  }
  #atrContents.remodal .txt_wrap dd {
    padding: 1em 0;
    font-size: 20px;
  }
  #atrContents.remodal .txt_wrap dd .term {
    float: none;
    width: 50%;
    margin: 0 auto 0.5em;
    padding: 0.2em 1.5em;
    border: 1px solid #000;
  }
  #atrContents.remodal .txt_wrap dd img {
    width: 216px;
  }
  #atrContents.remodal .txt_wrap dd .spn_color1 {
    color: #066EB7;
  }
  #atrContents.remodal .txt_wrap dd .spn_color2 {
    color: #E40013;
  }
  #atrContents.remodal .txt_wrap dd .max {
    padding: 0.4em 0.3em;
    background-color: #066EB7;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
  }
  #atrContents.remodal .txt_wrap dd strong {
    font-size: 1.2em;
  }
  #atrContents.remodal .txt_wrap .note {
    font-size: 12px;
  }
  #atrContents.remodal .txt_wrap::after {
    content: "終了しました";
    display: block;
    position: absolute;
    top: 26%;
    left: 0;
    width: 8em;
    height: 1.5em;
    line-height: 1.5em;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #E40013;
    transform: rotate(-18deg);
  }
  #atrContents.remodal .goldMember {
    background-color: #F3EFE8;
    padding-bottom: 0.1em;
  }
  #atrContents.remodal .goldMember .balloon_wrap {
    position: relative;
    top: 0;
    width: 92%;
    margin: auto;
  }
  #atrContents.remodal .goldMember .balloon_wrap .balloon {
    width: 100%;
    height: 64px;
    margin: auto;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    background: #AB3333;
    text-align: center;
  }
  #atrContents.remodal .goldMember .balloon_wrap .balloon p {
    float: none;
    width: 100%;
    line-height: 32px;
  }
  #atrContents.remodal .goldMember .balloon_wrap .balloon p:first-child {
    width: 100%;
    background-color: #811C29;
  }
  #atrContents.remodal .goldMember .balloon_wrap .balloon p:first-child::after {
    content: none;
  }
  #atrContents.remodal .goldMember .balloon_wrap::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(171, 51, 51, 0);
    border-top-color: #AB3333;
    border-width: 16px;
    margin-left: -16px;
  }
  #atrContents.remodal .goldMember .benefits {
    display: block;
    padding-top: 3em;
  }
  #atrContents.remodal .goldMember .benefits dl {
    width: 92%;
    margin: 0 auto 2em;
  }
  #atrContents.remodal .goldMember .benefits dl dt {
    height: 110px;
    line-height: 110px;
    background-color: #fff;
    color: #907C52;
    font-size: 24px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
  #atrContents.remodal .goldMember .benefits dl dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86%;
    height: 1.6em;
    margin: auto;
    line-height: 1.6em;
    border-radius: 0;
    background-color: #8B621E;
    color: #fff;
    text-align: center;
    top: -0.7em;
    left: 8%;
    font-size: 18px;
    position: absolute;
  }
  #atrContents.remodal .goldMember .benefits dl dd {
    height: auto;
    margin-top: 0.5em;
    padding: 1em;
    line-height: 1.6;
    background-color: #DBDBDB;
    border-radius: 0 0 10px 10px;
    text-align: left;
  }
  #atrContents.remodal .step_flow {
    padding: 0 0 1em;
    background-color: #fff;
  }
  #atrContents.remodal .step_flow h3 {
    width: 92%;
    margin: auto;
    padding: 0.5em 0 0.2em;
    font-size: 24px;
    color: #066EB7;
  }
  #atrContents.remodal .step_flow h3.h3_underline {
    border-bottom: 2px solid #066EB7;
  }
  #atrContents.remodal .step_flow .step {
    width: 92%;
    margin: auto;
    text-align: left;
    position: relative;
  }
  #atrContents.remodal .step_flow .step a {
    color: #08287f;
  }
  #atrContents.remodal .step_flow .step::before {
    margin: 0.5em auto;
    background-color: #066EB7;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-style: italic;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    padding: 10px 0;
  }
  #atrContents.remodal .step_flow .step.step01::before {
    content: "Step.1";
  }
  #atrContents.remodal .step_flow .step.step02::before {
    content: "Step.2";
  }
  #atrContents.remodal .step_flow .card {
    display: flex;
    justify-content: space-between;
    width: 92%;
    margin: 1em auto 0;
  }
  #atrContents.remodal .step_flow .card a {
    width: 48%;
  }
  #atrContents.remodal .step_flow .topTxt01 {
    width: 92%;
    margin: auto;
    text-align: left;
  }
  #atrContents.remodal .step_flow .topTxt01.topComment {
    width: 88%;
    padding-left: 1em;
  }
  #atrContents.remodal .step_flow .goldMember-comment {
    text-align: left;
    margin: 20px 20px 20px;
  }
  #members_campaign.remodal {
    padding: 2em 1em;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
  }
  #members_campaign.remodal .underline {
    background: linear-gradient(transparent 90%, #f00 90%);
  }
  #wrap #mainContents #topSec01 #topSec01_01 {
    background-color: #ffd282;
  }
  #wrap #mainContents #topSec01 #topSec01_01 + .inner {
    width: 100%;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .sp_wrap {
    margin: auto;
    padding: 4%;
    background-color: #fff;
  }
  #wrap #mainContents #topSec01 #topSec01_01 .col02 .col02List {
    width: 100%;
    float: none;
  }
  #wrap #mainContents #topSec01 #topSec01_01 .col02 .col02List:first-child {
    margin-bottom: 7px;
  }
  #wrap #mainContents #topSec01 #topSec01_02 h3,
  .atrContents h3 {
    font-size: 18px;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .step,
  .atrContents .step {
    padding-top: 30px;
    padding-left: 0;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .step::before,
  .atrContents .step::before {
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    padding: 5px 0;
  }
  #wrap #mainContents #topSec01 #topSec01_02 ul,
  .atrContents ul {
    width: 90%;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .topSec01_02_cmpgn,
  .atrContents .topSec01_02_cmpgn {
    padding: 7px 0;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .topSec01_02_cmpgn h4,
  .atrContents .topSec01_02_cmpgn h4 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .topSec01_02_cmpgn .col02 .col02List:last-child,
  .atrContents .topSec01_02_cmpgn .col02 .col02List:last-child {
    display: block;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .topComment,
  .atrContents .topComment {
    padding-left: 25px;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .col02,
  .atrContents .col02 {
    margin-bottom: 0;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .col02 .col02List,
  .atrContents .col02 .col02List {
    width: 100%;
    float: none;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .col02 .col02List:first-child,
  .atrContents .col02 .col02List:first-child {
    margin-bottom: 15px;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .col02 .col02List:first-child .topTxt01,
  .atrContents .col02 .col02List:first-child .topTxt01 {
    width: 96%;
    margin: 0 auto 5px;
  }
  #wrap #mainContents #topSec01 #topSec01_02 .col02 .col02List:last-child {
    display: none;
  }
  .topSec#topSec01 #topSec01_02 .col03 {
    width: 100%;
    position: relative;
  }
  .topSec#topSec01 #topSec01_02 .col03 div {
    float: none;
  }
  .topSec#topSec01 #topSec01_02 .col03 div:first-child {
    width: 29%;
    height: 4.6em;
    background: url(../img/top/img05.png) center 0 no-repeat;
    background-size: 4.6em auto;
  }
  .topSec#topSec01 #topSec01_02 .col03 div:nth-child(2) {
    width: 100%;
  }
  .topSec#topSec01 #topSec01_02 .col03 div:nth-child(2) h5 {
    font-size: 17px;
  }
  .topSec#topSec01 #topSec01_02 .col03 div:last-child {
    width: 60%;
    position: absolute;
    top: -10px;
    right: 10%;
  }
  .topSec#topSec01 section#topSec01_03 {
    width: 100%;
  }
  .topSec#topSec01 #topSec01_03 .inner,
  #application .inner {
    width: 100%;
  }
  .topSec#topSec01 #topSec01_03 .desk_list,
  #application .desk_list {
    border: none;
  }
  .topSec#topSec01 #topSec01_03 .desk_list .txt02,
  #application .desk_list .txt02 {
    font-size: 20px;
  }
  .topSec#topSec01 #topSec01_03 .desk_list ul,
  #application .desk_list ul {
    padding: 10px;
    background-color: #ffd282;
  }
  .topSec#topSec01 #topSec01_03 .desk_list ul li,
  #application .desk_list ul li {
    float: none;
    width: 100%;
    margin-bottom: 0.4em;
    font-size: 16px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .col03 .col03List:first-child {
    background: #ffff01;
    font-size: 12px;
    text-align: center;
    width: 100px;
    line-height: 1;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .col03 .col03List:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .col03 .col03List:nth-child(2) h3 {
    font-size: 16px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .col03 .col03List:last-child {
    width: 85%;
    margin: 0 auto;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .txt02 {
    font-size: 16px;
    margin-bottom: 0;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .txt02 span {
    font-size: 12px;
    top: 6px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .col02 {
    width: 310px;
    margin: 0 auto;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .col02 .col02List {
    width: 100%;
    float: none;
    margin-bottom: 0 !important;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .col02 .col02List ul {
    width: 100%;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .col02 .col02List ul li {
    font-size: 12px;
    float: left;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .col02 .col02List ul li b {
    font-size: 14px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .col02 .col02List ul li:first-child {
    width: auto;
    display: block;
    padding: 2px 5px;
    margin-right: 10px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .col02 .col02List ul li:last-child {
    width: 220px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .col02 .col02List:first-child {
    margin-bottom: 10px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .list {
    width: 90%;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .list li {
    width: 100%;
    float: none;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .list li a {
    font-size: 14px;
    padding: 7px 0;
    border-radius: 5px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .list li a::before {
    border-radius: 5px;
  }
  #wrap #mainContents #topSec01 #topSec01_03 .bgGray .list li:first-child {
    margin-bottom: 10px;
  }
  #wrap #mainContents .purchaseBnr {
    background-color: #fff;
    width: 98.5%;
    margin: 0 auto 15px;
  }
  #wrap #mainContents .purchaseBnr .col02 {
    padding: 7px 0;
    width: 96%;
    margin: 0 auto;
  }
  #wrap #mainContents .purchaseBnr .col02 .col02List {
    float: left;
  }
  #wrap #mainContents .purchaseBnr .col02 .col02List .sub,
  #wrap #mainContents .purchaseBnr .col02 .col02List .ttl {
    font-family: "Noto Serif JP", serif;
    color: #000;
    font-weight: bold;
  }
  #wrap #mainContents .purchaseBnr .col02 .col02List .sub {
    font-size: 12px;
    margin-bottom: 3px;
    text-align: center;
    background-color: #ffff00;
  }
  #wrap #mainContents .purchaseBnr .col02 .col02List .ttl {
    font-size: 18px;
    text-decoration: underline;
  }
  #wrap #mainContents .purchaseBnr .col02 .col02List:first-child {
    width: 60%;
    margin-right: 2%;
  }
  #wrap #mainContents .purchaseBnr .col02 .col02List:last-child {
    width: 38%;
  }
  #wrap #mainContents #information {
    padding-bottom: 0;
  }
  #wrap #mainContents #information .topH2 {
    width: 92%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    border: 1px solid #f29100;
  }
  #wrap #mainContents #information .txt01 {
    text-align: left;
    margin-bottom: 20px;
  }
  #wrap #mainContents #information .txt02 {
    margin-bottom: 1em;
    padding: 10px 0 10px 5.6em;
    line-height: 1.6;
    background-color: #fff;
    color: #000;
    text-align: left;
    position: relative;
  }
  #wrap #mainContents #information .txt02 img {
    width: 3em;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  #wrap #mainContents #information .txt02 a {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }
  #wrap #mainContents #information .txt02 span {
    color: #e50012;
  }
  #wrap #mainContents #information .topSec02Table {
    display: none;
  }
  #wrap #mainContents #information #seriesNav {
    width: 104%;
    margin-left: -2%;
    background-color: #c1c1c1;
    margin-bottom: 25px;
    padding: 7px 0 22px;
  }
  #wrap #mainContents #information #seriesNav ul {
    display: flex;
    margin: 0 auto;
  }
  #wrap #mainContents #information #seriesNav ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  #wrap #mainContents #information #seriesNav ul li:first-child a {
    background-color: #FF0000;
  }
  #wrap #mainContents #information #seriesNav ul li:first-child a:after {
    color: #FF0000;
  }
  #wrap #mainContents #information #seriesNav ul li:last-child {
    margin-right: 0;
  }
  #wrap #mainContents #information #seriesNav ul li:last-child a {
    background-color: #306839;
  }
  #wrap #mainContents #information #seriesNav ul li:last-child a:after {
    color: #306839;
  }
  #wrap #mainContents #information #seriesNav ul li:nth-of-type(2) a {
    background-color: #0F3481;
  }
  #wrap #mainContents #information #seriesNav ul li:nth-of-type(2) a:after {
    color: #0F3481;
  }
  #wrap #mainContents #information #seriesNav ul li a {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
  }
  #wrap #mainContents #information #seriesNav ul li a:after {
    content: "▼";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    width: 20px;
  }
  #wrap #mainContents .series_sp {
    padding-bottom: 10px;
  }
  #wrap #mainContents .series_sp .catch {
    background-color: #808080;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 5px 0;
  }
  #wrap #mainContents .series_sp .bgWhite {
    background-color: #fff;
    padding: 0;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInner_sp {
    width: 91.66666667%;
    margin: 0 auto;
    position: relative;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp {
    padding: 7px 0;
    margin-bottom: 2px;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp#full_sp01 {
    background-color: #f29a77;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp#full_sp02 {
    background-color: #f8c5ab;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp#full_sp03 {
    background-color: #f3a7b4;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp#full_sp04 {
    background-color: #f9d2db;
    border-bottom: none;
    margin-bottom: 0;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp#compact_sp01 {
    background-color: #84BAE5;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp#compact_sp02 {
    background-color: #BBDCF4;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp#compact_sp03 {
    background-color: #CFC5D8;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp#earlySet_sp {
    background-color: #EEF3EF;
    border-bottom: none;
    padding: 1em;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesInformation_sp#lateSet_sp {
    background-color: #abdb87;
    border-bottom: none;
    margin-bottom: 0;
  }
  #wrap #mainContents .series_sp .bgWhite .icon01 {
    position: absolute;
    left: 73%;
    top: 0;
    padding-left: 8.92857143%;
  }
  #wrap #mainContents .series_sp .bgWhite .icon01:before {
    content: "";
    display: block;
    background: url(../img/top/icon_change01.png) left top no-repeat;
    background-size: 100%;
    width: 34%;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesH3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    padding: 13.5px 0;
    margin-bottom: 20px;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesH3 span {
    font-size: 14px;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesH3 span span {
    font-size: 12px;
  }
  #wrap #mainContents .series_sp .bgWhite .imgScroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 90%;
    margin: 0 auto 10px;
    padding-top: 20px;
    position: relative;
    background-color: #000000;
  }
  #wrap #mainContents .series_sp .bgWhite .imgScroll:before {
    content: "右スクロールで全体をご覧いただけます。";
    color: #808080;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  #wrap #mainContents .series_sp .bgWhite .imgScroll img {
    width: 500px;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesName {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesName span {
    font-size: 14px;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesDesc_sp {
    font-size: 14px;
    line-height: 1.5;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesDesc_sp span {
    font-size: 12px;
  }
  #wrap #mainContents .series_sp .bgWhite .seriesDesc_sp span.red,
  #wrap #mainContents .series_sp .bgWhite02 .seriesDesc_sp span.red {
    color: #e50012;
    font-size: 14px;
  }
  #wrap #mainContents .series_sp .bgWhite .col02 .col02List {
    float: left;
  }
  #wrap #mainContents .series_sp .bgWhite .col02 .col02List:first-child {
    width: 16.66666667%;
    margin-top: 2%;
    margin-right: 3.03030303%;
  }
  #wrap #mainContents .series_sp .bgWhite .col02 .col02List:last-child {
    width: 80.3030303%;
  }
  #wrap #mainContents .series_sp .accdnMenu {
    margin-top: 10px;
  }
  #wrap #mainContents .series_sp .accdnMenu dt {
    background-color: rgb(255, 255, 159);
    color: #000;
    padding: 15px 2%;
    width: 96%;
  }
  #wrap #mainContents .series_sp .accdnMenu dd {
    background-color: #c8c8c8;
  }
  #wrap #mainContents .series_sp#fullSeries_sp {
    margin-bottom: 20px;
  }
  #wrap #mainContents .series_sp#fullSeries_sp .seriesH3 {
    background-color: #FF0000;
    margin-bottom: 2px;
  }
  #wrap #mainContents .series_sp#miniSeries_sp .seriesH3 {
    background-color: #306839;
    margin-bottom: 2px;
  }
  #wrap #mainContents .series_sp#compactSeries_sp .seriesH3 {
    background-color: #0F3481;
    margin-bottom: 2px;
  }
  #wrap #mainContents .series_sp#variation_sp .seriesH3 {
    background: url("../img/top/sp/series_h3_bg03.png") 50% top no-repeat;
    background-size: 100%;
  }
  #wrap #mainContents .series_sp#ballet_option_sp .seriesH3 {
    background: url("../img/top/sp/series_h3_bg04.png") 50% top no-repeat;
    background-size: 100%;
  }
  #wrap #mainContents #type {
    margin-bottom: 0;
  }
  #wrap #mainContents #type .schedule {
    display: none;
  }
  #wrap #mainContents #topSec02_02 {
    display: none;
  }
  #wrap #mainContents #chart .inner {
    width: 96%;
  }
  #wrap #mainContents #chart .inner .sectionInner {
    width: 95.83333333%;
  }
  #wrap #mainContents #chart .inner .sectionInner .col02 .col02List {
    float: none;
  }
  #wrap #mainContents #chart .inner .sectionInner .col02 .col02List.txt {
    width: 100%;
  }
  #wrap #mainContents #chart .inner .sectionInner .col02 .col02List.img {
    width: 46.37681159%;
    margin: 15px auto;
  }
  #wrap #mainContents #chart .inner .sectionInner .lnk01 {
    width: 100%;
    margin: 15px auto;
  }
  #wrap #mainContents #chart .inner .sectionInner .lnk01 a {
    border: #f29100 1px solid;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 7px 0;
    color: #000;
  }
  #wrap #mainContents #chart .inner .sectionInner .lnk {
    display: none;
  }
  #wrap #mainContents #price .bnr01 {
    margin-bottom: 15px;
  }
  #wrap #mainContents #price .topH2 {
    width: 92%;
    margin: 0 auto 0.5em;
    font-size: 20px;
    border: 1px solid #f29100;
  }
  #wrap #mainContents #price .topH2 span {
    font-size: 18px;
  }
  #wrap #mainContents #price .topComment {
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 15px;
    top: 0;
  }
  #wrap #mainContents #price .txt01 {
    margin-bottom: 20px;
  }
  #wrap #mainContents #price .txt02 {
    font-size: 12px;
    padding: 5px;
    margin-bottom: 12px;
  }
  #wrap #mainContents #price .txt03 {
    font-size: 14px;
    margin-bottom: 0;
  }
  #wrap #mainContents #price .lnk {
    width: 46.37681159%;
    margin: 25px auto 30px;
  }
  #wrap #mainContents #price .lnk a::after {
    width: 15px;
  }
  #wrap #mainContents #price .bnr01 {
    margin-bottom: 35px;
  }
  #wrap #mainContents #payment h3 {
    font-size: 16px;
  }
  #wrap #mainContents #payment .topTxt01 {
    font-size: 16px;
  }
  #wrap #mainContents #payment .topComment {
    font-size: 12px;
  }
  #wrap #mainContents #payment .imgScroll img {
    width: 500px;
  }
  #wrap #mainContents #payment .bnr01 {
    width: 96%;
    margin: 15px auto;
  }
  #wrap #mainContents #payment02 .col02 {
    border: none;
  }
  #wrap #mainContents #payment02 .col02 .col02List {
    width: 100%;
    float: none;
    border: #f29100 1px solid;
  }
  #wrap #mainContents #payment02 .col02 .col02List h3 {
    font-weight: 400;
  }
  #wrap #mainContents #payment02 .col02 .col02List p {
    padding: 1em;
  }
  #wrap #mainContents #payment02 .col02 .col02List:first-child {
    margin-bottom: 15px;
  }
  #wrap #mainContents #payment02 .col02 .col02List:first-child .topTxt01:after,
  #wrap #mainContents #payment02 .col02 .col02List:first-child h4:after {
    border-right: none;
  }
  #wrap #mainContents #payment02 .msg01 h3,
  #wrap #mainContents #payment02 .msg01 .topTxt01 {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #wrap #mainContents #payment02 .msg01 h3 {
    font-size: 18px;
    border-right: none;
  }
  #wrap #mainContents #payment02 .msg01 h3 span {
    font-size: 18px;
  }
  #wrap #mainContents #payment02 .msg01 .topTxt01 {
    font-size: 14px;
  }
  #wrap #mainContents #application {
    padding-top: 0;
  }
  #wrap #mainContents #application .topH2 {
    margin-bottom: 0;
  }
  #wrap #mainContents #application .bgGray {
    width: 108.7%;
    margin-left: -4.35%;
  }
  #wrap #mainContents #application .bgGray .txt02 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  #wrap #mainContents #application .bgGray .txt02 span {
    font-size: 12px;
    top: 8px;
  }
  #wrap #mainContents #application .bgGray .col02 {
    width: 310px;
    margin: 0 auto;
  }
  #wrap #mainContents #application .bgGray .col02 .col02List {
    width: 100%;
    float: none;
  }
  #wrap #mainContents #application .bgGray .col02 .col02List:first-child {
    margin-bottom: 10px;
  }
  #wrap #mainContents #application .bgGray .col02 .col02List ul {
    width: 100%;
  }
  #wrap #mainContents #application .bgGray .col02 .col02List ul li {
    font-size: 12px;
    float: left;
  }
  #wrap #mainContents #application .bgGray .col02 .col02List ul li:first-child {
    width: 80px;
    margin-right: 10px;
  }
  #wrap #mainContents #application .bgGray .col02 .col02List ul li:last-child {
    width: 220px;
  }
  #wrap #mainContents #application .bgGray .col02 .col02List ul li b {
    line-height: 1;
    font-size: 14px;
    letter-spacing: -1px;
  }
  #wrap #mainContents #application .bgGray .list {
    width: 90%;
  }
  #wrap #mainContents #application .bgGray .list li {
    width: 100%;
    float: none;
  }
  #wrap #mainContents #application .bgGray .list li a {
    font-size: 14px;
    padding: 7px 0;
    border-radius: 5px;
  }
  #wrap #mainContents #application .bgGray .list li a::before {
    border-radius: 5px;
  }
  #wrap #mainContents #application .bgGray .list li:first-child {
    margin-bottom: 10px;
  }
  #wrap #mainContents #application .first .col02 {
    width: 91.30434783%;
  }
  #wrap #mainContents #application .first .col02 .col02List {
    float: none;
    width: 100%;
    margin: 0 0 1em;
  }
  #wrap #mainContents #application .first .col02 .col02List:first-child {
    padding-bottom: 1em;
    border-bottom: 1px solid #D0D0D0;
  }
  #application section.first .col02 .col02List .brackets {
    padding: 0;
  }
  #application section.first .col02 .col02List .brackets::before, #application section.first .col02 .col02List .brackets::after {
    content: none;
  }
  #wrap #mainContents #application .first .bnr01 {
    padding: 15px 0;
    width: 108.7%;
    margin-left: -4.35%;
  }
  #wrap #mainContents #application .second .sec06Desc {
    text-align: left;
    font-size: 14px;
    width: 94%;
    margin: 0 auto 12px;
  }
  #wrap #mainContents #application .second .sec06Desc span {
    font-size: 12px;
  }
  #wrap #mainContents #application .second .col02 {
    width: 95.65217391%;
  }
  #wrap #mainContents #application .second .col02 .col02List {
    float: none;
    width: 94%;
    margin: auto;
  }
  #wrap #mainContents #application .second .col02 .col02List a {
    padding: 10px 0;
    position: relative;
    border-radius: 0;
  }
  #wrap #mainContents #application .second .col02 .col02List:first-child {
    margin-bottom: 10px;
  }
  #wrap #mainContents #application .second .col02 .col02List:first-child a {
    position: relative;
  }
  #wrap #mainContents #application .second .col02 .col02List:first-child a::after {
    content: "";
    background: url(../img/top/icon_pdf01_white.png) left top no-repeat;
    background-size: 100%;
    width: 20px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 25%;
    display: block;
    font-size: 10px;
  }
  #wrap #mainContents #application .second .col02 .col02List:last-child a {
    position: relative;
  }
  #wrap #mainContents #application .second .col02 .col02List:last-child a::after {
    content: "▶";
    position: absolute;
    right: 15px;
    top: 30%;
    display: block;
    font-size: 10px;
  }
  #wrap #mainContents #application .second ul {
    margin-bottom: 15px;
  }
  #wrap #mainContents #application .second ul li {
    width: 100%;
    float: none;
  }
  #wrap #mainContents #application .second ul li:first-child {
    margin-bottom: 10px;
  }
  #wrap #mainContents #application section.close .overlay {
    padding: 111% 0;
  }
  #wrap #mainContents #application .desk_list ul {
    background-color: #fff;
  }
  #application section .lnk01 a {
    border-radius: 0;
  }
  #application section.first .col02 .col02List:first-child .img01 {
    font-weight: 400;
  }
  #application section.first .col02 .col02List:first-child .img01 span {
    display: block;
    margin: 0 0 0.5em 0;
  }
  #application section.first .col02 .col02List:first-child .img01 span img {
    display: block;
    margin: auto;
  }
  #application .second h3 {
    margin-bottom: 0.5em;
  }
  #application .flow {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  #application .flow h4 {
    margin-top: 0.5em;
  }
  #application .flow .flow_wrap p, #application .flow .flow_wrap .flow_img {
    width: 94%;
    margin: auto;
  }
  #application .flow .flow_wrap p {
    margin-bottom: 1em;
  }
  #wrap #mainContents #topSec07 {
    padding: 12px 0 12px;
  }
  #wrap #mainContents #topSec07 .sectionInner {
    display: block;
  }
  #wrap #mainContents #topSec07 .sectionInner h2 {
    font-size: 16px;
    text-align: center;
  }
  #wrap #mainContents #topSec07 .sectionInner p {
    width: 100%;
    margin: 1em 0;
  }
}
.topSet {
  background-color: #000;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  .topSet {
    padding-top: 30px;
    padding-bottom: 1px;
  }
}
.topSetTitle {
  margin-bottom: 40px;
  color: #f29100;
  font-size: 33px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media (max-width: 480px) {
  .topSetTitle {
    margin-bottom: 20px;
    font-size: 21px;
  }
}
.topSetLead {
  margin-bottom: 2em;
  text-align: center;
}

@media (max-width: 480px) {
  .topSetLead {
    font-size: 12px;
  }
}
.topSetPoint {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .topSetPoint {
    flex-direction: column;
    gap: 30px;
    width: 90vw;
    max-width: 489px;
    margin-right: auto;
    margin-left: auto;
  }
}
.topSetBelow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 688px;
  margin: auto;
  padding: 0.5em 0;
  background-color: #f29100;
  color: #000;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media (max-width: 480px) {
  .topSetBelow {
    width: auto;
    margin-right: 5vw;
    margin-left: 5vw;
    font-size: 21px;
    text-align: center;
  }
}
.topSetBelow::after {
  position: absolute;
  top: 100%;
  display: block;
  border: solid 20px transparent;
  border-top-color: #f29100;
  content: "";
}

.topEnter {
  padding-bottom: 1px;
  background-color: #f0ede7;
}

.topEnter .inner {
  margin-bottom: 30px;
  background-color: #fff;
}

.topEnterTitle {
  max-width: 1000px;
  margin: auto;
}

.topEnterTgl {
  position: relative;
  padding: 10px;
  background-color: #9c3c38;
  color: #fff;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media (max-width: 480px) {
  .topEnterTgl {
    font-size: 19px;
  }
}
.topEnterTgl::after {
  position: absolute;
  top: 20%;
  right: 30px;
  width: 14px;
  height: 14px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(135deg);
  content: "";
}

@media (max-width: 480px) {
  .topEnterTgl::after {
    top: 30%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.topEnterTgl.on::after {
  top: 36%;
  transform: rotate(-45deg);
}

@media (max-width: 480px) {
  .topEnterTgl.on::after {
    top: 40%;
  }
}
.topEnterTglTarget {
  display: none;
  padding: 30px 0;
}

@media (max-width: 480px) {
  .topEnterTglTarget {
    padding: 30px 20px;
  }
}
.topEnterMerit {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .topEnterMerit {
    flex-direction: column;
  }
}
.see_atre {
  text-align: center;
}

@media (max-width: 480px) {
  .see_atre {
    font-size: 12px;
  }
}
.see_atre img {
  margin: 10px;
}

.topEnterFlow {
  position: relative;
  width: 830px;
  margin: 0 auto;
}

.topEnterFlow dt {
  position: relative;
  clear: both;
  float: left;
}

.topEnterFlow dt::after {
  position: absolute;
  right: -69px;
  top: 50%;
  transform: translateY(-50%);
  color: #9c3c38;
  content: "●";
}

.topEnterFlow dd {
  margin-bottom: 40px;
  margin-left: 220px;
}

.topEnterFlow p {
  margin-bottom: 1em;
  font-size: 14px;
}

.topEnterFlow::after {
  position: absolute;
  left: 160px;
  top: 14px;
  bottom: 30px;
  width: 2px;
  background-color: #9c3c38;
  content: "";
}

@media (max-width: 480px) {
  .topEnterFlow {
    width: auto;
  }
  .topEnterFlow::after {
    display: none;
  }
  .topEnterFlow dt {
    float: none;
    margin-bottom: 14px;
  }
  .topEnterFlow dt::after {
    display: none;
  }
  .topEnterFlow dd {
    margin-left: 0;
  }
}
.topEnterCard {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .topEnterCard {
    display: block;
  }
}
.topEnterCardItem {
  flex: 1 0 49%;
  display: flex;
  flex-direction: column;
  padding: 6px;
  background-color: #f0ede7;
}

@media (max-width: 480px) {
  .topEnterCardItem {
    display: block;
    margin-left: 20px;
    background-color: transparent;
  }
}
.topEnerCardExp {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px;
  color: #9c3c38;
  font-size: 12px;
}

@media (max-width: 480px) {
  .topEnerCardExp {
    display: block;
    padding-left: 1.5em;
  }
}
.topEnerCardExp li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 480px) {
  .topEnerCardExp li {
    display: list-item;
    list-style-type: disc !important;
    padding: 0;
    background-color: transparent;
    text-align: left;
  }
}
.topEnterNote {
  padding: 0 60px;
  font-size: 12px;
}

@media (max-width: 480px) {
  .topEnterNote {
    padding: 0;
  }
}
.topSetApply {
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 480px) {
  .topSetApply {
    width: 96%;
  }
}
.topSetApplyWrapper {
  padding: 40px 0 20px;
  background-color: #ffd282;
}

.topSetSpecial {
  display: flex;
  gap: 20px 40px;
}

@media (max-width: 480px) {
  .topSetSpecial {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.specialBadge {
  flex: 1 0 118px;
  width: 118px;
}

@media (max-width: 480px) {
  .specialBadge {
    width: auto;
    grid-column-start: 1;
    grid-start-end: 2;
  }
}
.specialExp {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
}

@media (max-width: 480px) {
  .specialExp {
    width: 96.875%;
    margin: auto;
  }
}
.specialImg {
  flex: 1 0 260px;
  width: 260px;
}

@media (max-width: 480px) {
  .specialImg {
    width: auto;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
.specialHeading {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}

@media (max-width: 480px) {
  .specialHeading {
    font-size: 21px;
    text-align: center;
  }
}
.topWeb {
  padding-top: 60px;
  background: #f0ede7 url(../img/top/top_bg_pc.png) top center no-repeat;
}

@media (max-width: 480px) {
  .topWeb {
    padding-top: 30px;
    background-image: url(../img/top/top_bg_sp.png);
    background-size: 100% auto;
  }
  .topWeb > .inner {
    width: 93%;
  }
}
.topWebflex {
  display: flex;
  gap: 60px;
}

@media (max-width: 480px) {
  .topWebflex {
    display: block;
  }
}
.topWebTitle {
  box-sizing: border-box;
  position: relative;
  height: 60px;
  line-height: 1;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 14px 0 14px 20px;
  background-color: #ffd282;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 480px) {
  .topWebTitle {
    font-size: 28px;
  }
}
.topWebTitle::after {
  position: absolute;
  top: 0;
  right: -30px;
  border: 30px solid #ffd282;
  border-right-color: transparent;
  border-left-color: transparent;
  content: "";
}

@media (max-width: 360px) {
  .topWebTitle {
    font-size: 24px;
  }
}
.topWebDate {
  margin-bottom: 1em;
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media (max-width: 480px) {
  .topWebDate {
    padding-left: 20px;
  }
}
.topWebLead {
  margin-bottom: 0.5em;
  color: #9c3c38;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media (max-width: 480px) {
  .topWebLead {
    padding-left: 20px;
    font-size: 21px;
  }
}
.topWebLead + p {
  margin-bottom: 1em;
}

@media (max-width: 480px) {
  .topWebLead + p {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .topWebPic {
    padding: 0 14vw;
  }
}
.chirashi {
  margin-top: -15px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .chirashi {
    margin-top: -10px;
  }
}
.chirashi_img {
  display: none;
}

.chirashi_title {
  padding: 15px;
  background-color: #368c00;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.chirashi_title::after {
  content: "▼";
}

.chirashi_title.on::after {
  content: "▲";
}

@media (max-width: 480px) {
  .chirashi_title {
    padding: 10px 0;
    font-size: 18px;
  }
}
.application-note {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}

.side_nav_inner .application-note {
  color: inherit;
}

.setticket-web-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}/*# sourceMappingURL=maps/top.css.map */
