@charset "UTF-8";
/***********************************************/
/*FONT*/
/***********************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@media print, screen and (max-width: 1920px) {
  .only_sp {
    display: none !important;
  }
}

.only_pc {
  display: none;
}
@media print, screen and (max-width: 1920px) {
  .only_pc {
    display: block !important;
  }
}

/***********************************************/
/* ANIMATION */
/***********************************************/
.fadeIn {
  opacity: 0;
  transition: 1.5s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1.5s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 1.5s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 1.5s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/***********************************************/
/*BASE*/
/***********************************************/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-touch-callout: none;
}

html {
  text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100vw;
  min-height: 100%;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  color: #000000;
  background-color: #fff;
}
@media print, screen and (max-width: 1237px) {
  body {
    width: 100%;
  }
}

/***********************************************/
/* LINK */
/***********************************************/
a {
  color: #009fe6;
  text-decoration: underline;
}
a:hover {
  color: #009fe6;
  text-decoration: none;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.l-main {
  margin-bottom: 0;
}

.close26 {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.close26 a.img-link {
  display: block;
}
.close26 header .header-title {
  padding: 0;
  margin: 0;
}
.close26 header .header-txt {
  background-image: url(/sports/savas/cmp/close260415/assets/img/head-txt-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.close26 header .header-txt .cont-block-inner {
  padding: 30px 0 36px;
}
@media print, screen and (max-width: 1920px) {
  .close26 header .header-txt .cont-block-inner {
    padding: 1.5625vw 0 1.875vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 header .header-txt .cont-block-inner {
    padding: 0;
    margin: 0;
  }
}
.close26 .page-nav {
  margin: 90px 0 0;
}
@media print, screen and (max-width: 1920px) {
  .close26 .page-nav {
    margin: 4.6875vw 0 0;
  }
}
.close26 .page-nav-menu {
  display: flex;
  gap: 10px;
  list-style: none;
  justify-content: center;
  padding: 0;
}
@media print, screen and (max-width: 1920px) {
  .close26 .page-nav-menu {
    gap: 0.5208333333vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .page-nav-menu {
    gap: 1.3333333333vw;
  }
}
.close26 .cont {
  overflow: hidden;
}
.close26 .cont-block {
  background-image: url(../img/cont-bg.png);
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1920px) {
  .close26 .cont-block {
    padding-bottom: 4.1666666667vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .cont-block {
    background-image: url(../img/sp/cont-bg.png);
    padding-bottom: 6.6666666667vw;
  }
}
.close26 .cont-block-inner {
  max-width: 1237px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1920px) {
  .close26 .cont-block-inner {
    margin-left: 17.7604166667vw;
    margin-right: 17.8125vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .cont-block-inner {
    margin: 0 4vw;
  }
}
.close26 .cont-block-sdw {
  box-shadow: 7px 7px 0 #eeeeee;
  margin-right: 7px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1920px) {
  .close26 .cont-block-sdw {
    box-shadow: 0.3645833333vw 0.3645833333vw 0 #eeeeee;
    margin-right: 0.3645833333vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .cont-block-sdw {
    box-shadow: 0.9333333333vw 0.9333333333vw 0 #eeeeee;
    margin-right: 0.9333333333vw;
  }
}
.close26 .cont-title {
  margin-top: 0;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1920px) {
  .close26 .cont-title {
    margin-bottom: 2.0833333333vw;
  }
}
.close26 .summary {
  padding: 74px 0 100px;
}
@media print, screen and (max-width: 1920px) {
  .close26 .summary {
    padding: 3.8541666667vw 0 5.2083333333vw;
  }
}
.close26 .terms-block {
  color: #000000;
  background-color: #ffffff;
  padding: 0 70px 0 60px;
  overflow: hidden;
}
@media print, screen and (max-width: 1920px) {
  .close26 .terms-block {
    padding: 0 3.6458333333vw 0 3.125vw;
  }
}
.close26 .terms-block-inner {
  font-size: 20px;
  height: 726px;
  overflow-y: scroll;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1920px) {
  .close26 .terms-block-inner {
    font-size: 1.0416666667vw;
    height: 37.8125vw;
    padding-right: 1.0416666667vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .terms-block-inner {
    font-size: 2.6666666667vw;
    height: 70.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.close26 .terms-block-inner::-webkit-scrollbar {
  width: 12px;
}
@media print, screen and (max-width: 1920px) {
  .close26 .terms-block-inner::-webkit-scrollbar {
    width: 0.625vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .terms-block-inner::-webkit-scrollbar {
    width: 1.6vw;
  }
}
.close26 .terms-block-inner::-webkit-scrollbar-track {
  background: #d8dfe3;
  border-radius: 0;
}
.close26 .terms-block-inner::-webkit-scrollbar-thumb {
  background: #000000;
}
.close26 .terms-block-inner ul {
  list-style: none;
}
.close26 .terms-block-inner dt {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 0.4em 1.2em;
  line-height: 1em;
  margin-top: 1em;
}
.close26 .terms-block-inner dt:first-child {
  margin-top: 0;
}
.close26 .terms-block-inner dd {
  margin: 1em 0 1.5em;
}
.close26 .terms-block-inner dd p {
  margin: 1em 0;
}
.close26 .terms-block-inner dd .caption {
  font-size: 16px;
  list-style: none;
}
@media print, screen and (max-width: 1920px) {
  .close26 .terms-block-inner dd .caption {
    font-size: 0.8333333333vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .terms-block-inner dd .caption {
    font-size: 2.1333333333vw;
  }
}
.close26 .terms-block-inner dd .caption.mb-0 {
  margin-bottom: 0;
}
.close26 .terms-block-inner dd .caption.mt-0 {
  margin-top: 0;
}
.close26 .terms-block-inner dd .indent {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.close26 .terms-block-inner dd .indent-num {
  text-indent: -1.6em;
  padding: 0 0 0 1.6em;
}
.close26 .terms-block-inner dd .list-margin li {
  margin: 1em 0 0;
}
.close26 .terms-block-inner dd .freetel {
  font-size: 35px;
  font-weight: bold;
}
@media print, screen and (max-width: 1920px) {
  .close26 .terms-block-inner dd .freetel {
    font-size: 1.8229166667vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .terms-block-inner dd .freetel {
    font-size: 4.6666666667vw;
  }
}
.close26 .terms-block-inner dd .freetel img {
  height: 1em;
  width: 62px;
  vertical-align: middle;
}
@media print, screen and (max-width: 1920px) {
  .close26 .terms-block-inner dd .freetel img {
    width: 3.2291666667vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .terms-block-inner dd .freetel img {
    width: 7.3333333333vw;
  }
}
.close26 .terms-block-inner dd .let-space {
  letter-spacing: -0.02em;
}
.close26 .btn-01 {
  width: 615px;
  margin: 60px auto;
}
@media print, screen and (max-width: 1920px) {
  .close26 .btn-01 {
    width: 32.03125vw;
    margin: 3.125vw auto;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .btn-01 {
    width: 61.6vw;
    margin: 5.3333333333vw auto 6.6666666667vw;
  }
}
.close26 .btn-01 a {
  display: block;
  width: 100%;
  height: auto;
}
.close26 .btn-02 {
  margin: 60px auto;
}
@media print, screen and (max-width: 1920px) {
  .close26 .btn-02 {
    margin: 3.125vw auto;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .btn-02 {
    margin: 5.3333333333vw auto 6.6666666667vw;
  }
}
.close26 .btn-02 a {
  display: block;
  width: 100%;
  height: auto;
}
.close26 .caption-list {
  margin: 1em 0 2em;
  padding: 0;
  list-style: none;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (max-width: 1920px) {
  .close26 .caption-list {
    font-size: 0.7291666667vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 .caption-list {
    font-size: 2vw;
  }
}
.close26 #link-01 .text-01 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin: 0;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-01 .text-01 {
    font-size: 1.9791666667vw;
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 #link-01 .text-01 {
    font-size: 2.9333333333vw;
  }
}
.close26 #link-02 .cont {
  margin: 0 80px;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-02 .cont {
    margin: 0 4.1666666667vw;
  }
}
.close26 #link-02 .cont .title-h3 {
  font-size: 50px;
  margin: 0;
  text-align: center;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-02 .cont .title-h3 {
    font-size: 2.6041666667vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 #link-02 .cont .title-h3 {
    font-size: 6.6666666667vw;
  }
}
.close26 #link-02 .cont .text-01 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-02 .cont .text-01 {
    font-size: 1.5625vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 #link-02 .cont .text-01 {
    font-size: 4vw;
  }
}
.close26 #link-02 .cont .caption {
  font-size: 20px;
  text-align: center;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-02 .cont .caption {
    font-size: 1.0416666667vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 #link-02 .cont .caption {
    font-size: 2.6666666667vw;
  }
}
.close26 #link-02 .cont figure {
  margin: 30px 0 0;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-02 .cont figure {
    margin: 1.5625vw 0 0;
  }
}
.close26 #link-03 .cont-block-inner {
  margin-top: 60px;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-03 .cont-block-inner {
    margin-top: 3.125vw;
  }
}
.close26 #link-03 .cont {
  margin: 0 80px;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-03 .cont {
    margin: 0 4.1666666667vw;
  }
}
.close26 #link-03 .cont .text-01 {
  font-size: 43px;
  font-weight: 500;
  text-align: justify;
  margin: 0;
  line-height: 1.5;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-03 .cont .text-01 {
    font-size: 2.2395833333vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 #link-03 .cont .text-01 {
    font-size: 3.7333333333vw;
  }
}
.close26 #link-03 .cont figure {
  margin: 10px 0;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-03 .cont figure {
    margin: 0.5208333333vw 0;
  }
}
.close26 #link-03 .info {
  width: 1070px;
  margin: 85px auto 60px;
}
@media print, screen and (max-width: 1920px) {
  .close26 #link-03 .info {
    width: 55.7291666667vw;
    margin: 4.4270833333vw auto 3.125vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 #link-03 .info {
    width: 85.3333333333vw;
    margin: 6.6666666667vw auto 6.6666666667vw;
  }
}
.close26 #link-03 .info figure {
  margin: 0;
}
.close26 footer {
  background-color: #000000;
  padding: 128px 0;
}
@media print, screen and (max-width: 1920px) {
  .close26 footer {
    padding: 6.6666666667vw 0;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 footer {
    padding: 12vw 0;
  }
}
.close26 footer div {
  width: 282px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1920px) {
  .close26 footer div {
    width: 14.6875vw;
  }
}
@media print, screen and (max-width: 767px) {
  .close26 footer div {
    width: 22.9333333333vw;
  }
}
.close26 footer div a {
  display: block;
  width: 100%;
  height: auto;
}
.close26 footer div a img {
  width: 100%;
  height: auto;
}

#pagetopwrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#pagetop {
  left: auto;
  right: 4vw;
  position: fixed;
  margin: 0;
  z-index: 7000;
}
#pagetop a {
  display: block;
  width: 224px;
  height: auto;
}
@media print, screen and (max-width: 1920px) {
  #pagetop a {
    width: 11.6666666667vw;
  }
}
@media print, screen and (max-width: 767px) {
  #pagetop a {
    width: 23.8666666667vw;
  }
}
#pagetop a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}/*# sourceMappingURL=style.css.map */