@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: none;
}

/*	responsive
-----------------------------------------------------------*/
/*	css
-----------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #preloader #progressInner {
    width: 20rem;
  }
}
#preloader #progressInner #progressImgWrap {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 1 800px;
  overflow: hidden;
}
#preloader #progressInner #progressImgWrap span {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: translate(100%, 0);
}
#preloader #progressInner #progressImgWrap #progressimgBox {
  z-index: 2;
  overflow: hidden;
  transition: all 0.5s ease-out 0.5s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#preloader #progressInner #progressImgWrap #progressimgBox img {
  width: 28rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #preloader #progressInner #progressImgWrap #progressimgBox img {
    width: 100%;
  }
}
#preloader #progressInner #progressImgWrap .progressTxtWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0.5rem auto 0;
  position: relative;
}
#preloader #progressInner #progressImgWrap .progressTxtWrap #progressTxt {
  font-size: 1.4rem;
  color: #aaa;
}
#preloader #progressInner #progressImgWrap .progressTxtWrap .yey {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
  font-size: 1.4rem;
  color: #333;
}
#preloader #progressInner #progressImgWrap .progressTxtWrap .yey:before {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background-color: #9b9b9b;
  background-color: #d1d3d5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(38deg);
  -ms-transform: translateY(-50%) rotate(38deg);
  transform: translateY(-50%) rotate(38deg);
}

#progressBar {
  width: 0;
  height: 1px;
  background-color: #333;
}

#progressTxt {
  text-align: center;
  margin-top: 5px;
  color: #333;
}

.fit {
  width: 100%;
  height: auto;
}

/*=========================================================*/
/*	color*/
/*=========================================================*/
.btn_pagetop a {
  background-color: #1b2133;
}

.engH2 h2 {
  color: #4597d1;
}

.contactTop .contactTopWrap .contactTopSection .boxWrap .col .tell {
  color: #4597d1;
}

.contactTop .contactTopWrap .contactTopSection .boxWrap .col .tell {
  color: #4597d1;
}

.contactTop .contactTopWrap .contactTopSection .boxWrap .col.b_mailform .mainFormA a {
  background-color: #4597d1;
}

@media only screen and (max-width: 768px) {
  .contactTop .contactTopWrap .contactTopSection .boxWrap .col .tell a {
    color: #4597d1;
  }
}

.secBox h3 {
  border-bottom: 1px dotted #4597d1;
}

.secBox h4 {
  border-left: 4px solid #4597d1;
}

.sec h5:before {
  border: 4px solid #4597d1;
}

.sec h6 {
  color: #4597d1;
}

header .commonOuter nav ul li a:before {
  background: #4597d1;
}

.boshu_customer .tabBtn li a.is_active {
  background: #effcfb;
  color: #4597d1;
}

.boshu_customer .tabBtn li a {
  border: 1px solid #4597d1;
}

.boshu_customer .tabBtn li:last-child a {
  border-right: 1px solid #4597d1;
  border-bottom: 1px solid #4597d1;
}

.work ul li:before {
  background: #4597d1;
}

.studioBlock04 .flexWrap .listB .textBox .detailText .ttl .h2A .number {
  color: #4597d1;
}

.studioBlock03 ._in02 .inBox ul li .number {
  color: #4597d1;
}

.sec h4.xdd:after {
  background: #4597d1;
}

.sec .boxDotLine {
  border: 1px dashed #4597d1;
}

.titleDDL .ttlA:before {
  background: #4597d1;
}

.facilityBlock04 .flexWrap .flexBox .textArea dl dt {
  border-left: 3px solid #4597d1;
}

.ttlBoxX h2 {
  color: #4597d1;
}

@media only screen and (max-width: 768px) {
  .titleDDL .ttlA {
    border-bottom: 2px solid #4597d1;
  }
}

/*=========================================================*/
/*	mainvisual*/
/*=========================================================*/
.movieMain {
  position: relative;
  z-index: 0;
  height: calc(100vh - 0rem);
  min-height: 100rem;
}
@media only screen and (max-width: 768px) {
  .movieMain {
    min-height: auto;
  }
}
.movieMain .svg-animation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .movieMain .svg-animation {
    overflow: hidden;
  }
  .movieMain .svg-animation:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0;
  }
}
.movieMain .svg-animation #js_video2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#textAnimation div.txt span {
  opacity: 0;
  position: relative;
  display: inline-block;
  transform: translate3d(30px, 0, 0);
  opacity: 0;
  font-variant-ligatures: none;
  font-size: 8rem;
  color: #fff;
  font-family: work-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #textAnimation div.txt span {
    font-size: 6.6vw;
  }
}

#textAnimation p {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #textAnimation p {
    font-feature-settings: "palt";
    font-size: 2.6vw;
    color: #000;
    padding: 1rem;
    transition: all 0.4s;
  }
}
@media only screen and (max-width: 768px) {
  #textAnimation p.active {
    background: rgba(255, 255, 255, 0.95);
  }
}

#background .kv_scroll a {
  background-color: #4597d1;
}

/*=========================================================*/
/*	header*/
/*=========================================================*/
header .commonOuter #head_Logo a {
  width: 24rem;
}

@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo a span img {
    width: 100px;
  }
}
#header .headerBottom .headerOn {
  background: #1b2133;
}

.btnNormal.greenBtn a {
  background: #1b2133;
}

.newsTop .newsTTT .newsCategory {
  background: #1b2133;
}

.btnLineAnimation a:hover {
  color: #4597d1 !important;
}
.btnLineAnimation a:hover:before, .btnLineAnimation a:hover:after {
  width: 100%;
  height: 100%;
}
.btnLineAnimation a:hover:before {
  border-bottom-color: #4597d1;
  border-left-color: #4597d1;
  transition: height 0.3s, width 0.3s 0.3s;
}
.btnLineAnimation a:hover:after {
  border-top-color: #4597d1;
  border-right-color: #4597d1;
  transition: height 0.3s, width 0.3s 0.3s;
}

.countList .countBox ul li a {
  border: 1px solid #4597d1;
  box-shadow: 5px 5px 0px 1px #cbf3f3;
}

.color {
  color: #4597d1;
  font-weight: bold;
}

/*=========================================================*/
/*	コース*/
/*=========================================================*/
.secBoxNext {
  margin-top: 8rem;
  /* Course Item */
  /* Options Section */
}
.secBoxNext .course-item {
  margin-bottom: 50px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .secBoxNext .course-item {
    font-size: 0.7rem;
  }
}
.secBoxNext .course-header {
  background-color: #f5f5f5;
  padding: 25px 30px;
  border-bottom: 1px solid #ddd;
}
.secBoxNext .course-label {
  display: inline-block;
  background-color: #4597d1;
  color: white;
  padding: 3px 12px;
  font-size: 1.85em;
  margin-bottom: 12px;
}
.secBoxNext .course-header h3 {
  margin-top: 10px;
  font-size: 2.8em;
  margin-bottom: 12px;
  font-weight: bold;
  color: #333;
}
.secBoxNext .course-header .description {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}
.secBoxNext .course-body {
  padding: 30px;
}
.secBoxNext .price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.secBoxNext .price-table th,
.secBoxNext .price-table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
}
.secBoxNext .price-table th {
  background-color: #f5f5f5;
  font-weight: normal;
  color: #333;
  font-size: 1.7em;
}
.secBoxNext .price-table td {
  font-size: 1.8em;
}
.secBoxNext .price-highlight {
  font-size: 1.9em;
  font-weight: bold;
  color: #4597d1;
}
@media only screen and (max-width: 768px) {
  .secBoxNext .price-highlight {
    font-size: 1.2em;
  }
}
.secBoxNext .services-title {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 2px solid #4597d1;
}
.secBoxNext .services-list {
  list-style: none;
}
.secBoxNext .services-list li {
  padding: 10px 0 10px 25px;
  position: relative;
  border-bottom: 1px dotted #ddd;
  font-size: 1.7em;
  color: #555;
}
.secBoxNext .services-list li:last-child {
  border-bottom: none;
}
.secBoxNext .services-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #4597d1;
}
.secBoxNext .options-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.secBoxNext .options-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.secBoxNext .options-intro {
  text-align: center;
  margin-bottom: 40px;
  font-size: 0.95em;
  color: #555;
}
.secBoxNext .options-list {
  margin-bottom: 30px;
}
.secBoxNext .option-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.secBoxNext .option-item:first-child {
  padding-top: 0;
}
.secBoxNext .option-item h4 {
  font-size: 1.1em;
  margin-bottom: 8px;
  color: #333;
  font-weight: normal;
}
.secBoxNext .option-item p {
  font-size: 0.9em;
  color: #666;
  margin-left: 0;
}
.secBoxNext .extension-plan {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.secBoxNext .extension-plan h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333;
  font-weight: normal;
}
.secBoxNext .extension-plan p {
  font-size: 0.9em;
  color: #555;
}

/* CTA Section */
.cta-section {
  background-color: #161527;
  color: white;
  padding: 50px 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta-section {
    font-size: 63%;
  }
}

.cta-section h3 {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: normal;
}

.cta-section p {
  font-size: 2em;
  margin-bottom: 30px;
  line-height: 1.8;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  background: white;
  color: #000;
  padding: 15px 40px;
  border-radius: 4px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.cta-button:hover {
  opacity: 0.8;
}

/*=========================================================*/
/*	お客様の声*/
/*=========================================================*/
.workDetail .course-label {
  display: inline-block;
  background-color: #4597d1;
  color: white;
  padding: 3px 12px;
  font-size: 1.85em;
  margin-bottom: 12px;
}
.workDetail .course-header h3 {
  margin-top: 10px;
  font-size: 2.8em;
  margin-bottom: 5rem;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .workDetail .course-header h3 {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .workDetail .item {
    font-size: 64%;
  }
}
.workDetail .infoInner dl dd .courceIN {
  display: inline-block;
  margin-left: 3rem;
}

/*=========================================================*/
/*	お問い合わせ*/
/*=========================================================*/
.contactTopAd {
  margin-top: 4rem;
}

.contact .form-table th {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .contact .form-table th {
    width: 100%;
  }
}

.checkOuter {
  margin-top: 4rem;
}
.checkOuter h3 {
  border-left: 4px solid #4597d1;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .checkOuter h3 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.checkOuter dl:not(:last-child) {
  margin-bottom: 3rem;
}
.checkOuter dl dt {
  padding: 10px 0 10px 25px;
  position: relative;
  font-size: 2em;
}
@media only screen and (max-width: 768px) {
  .checkOuter dl dt {
    font-size: 15px;
  }
}
.checkOuter dl dt::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #4597d1;
}
.checkOuter dl dd {
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.contactBlock .tbl_scroll::before {
  display: none;
}

/*=========================================================*/
/*	よくある質問*/
/*=========================================================*/
.faqBlock01 .d02 .inFaq .faq-list {
  background: #f9f6ed;
  padding: 3rem 3rem;
  border-radius: 3rem;
}
.faqBlock01 .d02 .inFaq .faq-list:not(:last-child) {
  margin-bottom: 3rem;
}
.faqBlock01 .d02 .inFaq .faq-list dt:before,
.faqBlock01 .d02 .inFaq .faq-list dd:before {
  font-size: 3rem;
  font-family: arial;
  font-weight: 400;
  text-shadow: none;
  text-align: center;
  padding: 1rem 0 0;
  width: 6rem;
  height: 5rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .faqBlock01 .d02 .inFaq .faq-list dt:before,
  .faqBlock01 .d02 .inFaq .faq-list dd:before {
    font-size: 2.2rem;
    font-weight: 400;
    text-align: center;
    padding: 0.3rem 0 0;
    width: 3.2rem;
    position: absolute;
    left: 0;
    top: 1.3rem;
    bottom: 0;
  }
}
.faqBlock01 .d02 .inFaq .faq-list dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 2rem 4rem 1.5rem 9rem;
  position: relative;
  color: #726c58;
}
@media only screen and (max-width: 768px) {
  .faqBlock01 .d02 .inFaq .faq-list dt {
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 0.5rem 0rem 0.5rem 5rem;
    position: relative;
  }
}
.faqBlock01 .d02 .inFaq .faq-list dt:before {
  background: #4597d1;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  content: "Q";
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .faqBlock01 .d02 .inFaq .faq-list dt:before {
    width: 3.8rem;
    height: 3.4rem;
    top: 0rem;
  }
}
.faqBlock01 .d02 .inFaq .faq-list dt:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/open.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .faqBlock01 .d02 .inFaq .faq-list dt:after {
    right: 0px;
    width: 20px;
    height: 20px;
  }
}
.faqBlock01 .d02 .inFaq .faq-list dd {
  font-size: 1.65rem;
  position: relative;
  line-height: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .faqBlock01 .d02 .inFaq .faq-list dd {
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
  }
}
.faqBlock01 .d02 .inFaq .faq-list dd:before {
  color: #fff;
  content: "A";
  top: 3rem;
  padding-top: 0;
  width: 6rem;
  height: 6rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .faqBlock01 .d02 .inFaq .faq-list dd:before {
    top: 2.5rem;
    left: -1rem;
  }
}
.faqBlock01 .d02 .inFaq .faq-list dd:after {
  background: #726c58;
  color: #fff;
  content: "";
  top: 0.1rem;
  padding-top: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  left: 0%;
  transform: translate(0%, 0);
}
@media only screen and (max-width: 768px) {
  .faqBlock01 .d02 .inFaq .faq-list dd:after {
    top: 2.4rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.faqBlock01 .d02 .inFaq .faq-list dd p {
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-left: 9rem;
}
@media only screen and (max-width: 768px) {
  .faqBlock01 .d02 .inFaq .faq-list dd p {
    margin-bottom: 2rem;
    padding-left: 5rem;
  }
}
.faqBlock01 .d02 .inFaq .faq-list.active dt::after {
  background: url(../img/close.png) no-repeat center/contain;
}
.faqBlock01 .d02 .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}

/*=========================================================*/
/*	TOP*/
/*=========================================================*/
.gym .gymSection .gymBody .gymPause {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .gym .gymSection .gymBody .gymPause {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.gym .gymSection .gymBody .gymText dl dt {
  font-size: 4.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .gym .gymSection .gymBody .gymText dl dt {
    font-size: 30px;
  }
}

.trainingFontWrap .FontIn .imgBack .bg_body {
  max-height: 58rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .trainingFontWrap .FontIn .imgBack .bg_body {
    max-height: 83vw;
  }
}
.trainingFontWrap .FontIn .imgBack video {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .trainingFontWrap .FontIn .textOn .onTextTitle {
    padding-top: 52vw;
  }
}

.designTwo {
  margin-bottom: 5rem;
}

.bgImg .txtVihG {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .bgImg .txtVihG {
    font-size: 14px;
  }
}

.bgImg .initial {
  font-size: 34px;
  color: #fff;
  margin-bottom: 3rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .bgImg .initial {
    font-size: 21px;
    margin-bottom: 2rem;
  }
}

footer {
  background: #1b2133;
}

footer .footerTop .footerTopInner .footerLeft {
  background: #1b2133;
}

/*=========================================================*/
/*	お客様の声*/
/*=========================================================*/
@media only screen and (max-width: 768px) {
  .work ul li a dl dt:before {
    right: auto;
    left: 50%;
    width: 60%;
    margin-left: -30%;
  }
}

/*=========================================================*/
/*	サービスご利用の流れ*/
/*=========================================================*/
.textAdd14 {
  font-size: 23px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .textAdd14 {
    font-size: 16px;
    line-height: 1.85;
  }
}

.studioBlock03 ._in02 .inBox ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.studioBlock03 ._in02 .inBox ul li {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .studioBlock03 ._in02 .inBox ul li {
    width: 50%;
  }
}

.movieFLOW {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .movieFLOW {
    margin-bottom: 4rem;
  }
}
.movieFLOW video {
  width: 100%;
  height: auto;
}

.studioBlock04 .flexWrap .listB .imgBox img {
  width: 100%;
  object-fit: cover;
}

/*=========================================================*/
/*	はじめての方*/
/*=========================================================*/
.firstBlock06 ._in .flexWrap .imgBox {
  -webkit-flex-basis: 52%;
  flex-basis: 52%;
}

.firstBlock06 ._in .flexWrap .imgBox:before {
  display: none;
}

.firstBlock06 .imgBox .movieIn {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .firstBlock06 .imgBox .movieIn {
    height: 45rem;
  }
}
.firstBlock06 .imgBox .movieIn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #232323 25%, transparent 25%, transparent 75%, #232323 75%), linear-gradient(45deg, #232323 25%, transparent 25%, transparent 75%, #232323 75%);
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  z-index: 1;
  opacity: 0.7;
}
.firstBlock06 .imgBox .movieIn .underBgn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url(../img/poster.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .firstBlock06 .imgBox .movieIn {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .firstBlock06 .imgBox .movieIn .underBgn {
    position: static;
    transform: translate(0, 0%);
    width: 100%;
    height: auto;
  }
}

/*=========================================================*/
/*	ブログ*/
/*=========================================================*/
.boshu_customer._02 .tabBtn li {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .boshu_customer._02 .tabBtn li {
    width: 100%;
  }
}

/*=========================================================*/
/*	TOP*/
/*=========================================================*/
.countList .countBox ul {
  width: auto;
  margin: 0 auto;
}
.countList .countBox ul li {
  width: 47%;
  margin: 0 1% 20px;
}
@media only screen and (max-width: 768px) {
  .countList .countBox ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}

.countList .countBox ul li a span.countText {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .countList .countBox ul li a span.countText {
    font-size: 14px;
  }
}

.countList .countBox ul li a {
  padding: 35px 30px 35px 90px;
}

.bgImg {
  padding: 220px 0;
}
@media only screen and (max-width: 768px) {
  .bgImg {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  #background .textOuhkt {
    top: auto;
    bottom: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .mainTopics ul > li .aaa .inBox {
    padding-top: 15%;
    padding-bottom: 15%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .mainTopics ul > li .aaa .inBox .ininin {
    position: absolute;
    opacity: 1;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .mainTopics ul > li .aaa .inBox .onBox {
    position: relative;
    padding: 0;
    opacity: 1;
  }
  .mainTopics ul > li .aaa .inBox .onBox .in01 {
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mainTopics ul > li .aaa:hover .inBox .onBox .in01 {
    opacity: 1;
  }
}/*# sourceMappingURL=add.css.map */