@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
  width: auto;
}

body {
  margin: 0;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-14px);
  }
  60% {
    transform: translateY(-7px);
  }
}
.bounce {
  animation: bounce 2s infinite;
}

.mainContent {
  padding: 0 0 90px;
  position: relative;
  font-size: 10px;
  overflow-x: hidden;
  line-height: 1.4;
}
.mainContent h1, .mainContent h2, .mainContent h3 {
  margin: 0;
  line-height: 1.2;
}
.mainContent p {
  margin: 0;
}
.mainContent * {
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .mainContent {
    padding: 0 0 55px;
  }
}
.mainContent a {
  text-decoration: none;
  color: #ff0037;
  transition: 0.2s ease-in-out;
  display: inline-block;
}
.mainContent .container {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .mainContent .container {
    padding: 0 22px;
  }
}
.mainContent .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.mainContent .grid + .grid {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .mainContent .grid + .grid {
    margin-top: 15px;
  }
}
.mainContent .grid .gridItem {
  padding-left: 15px;
  padding-right: 15px;
}
.mainContent .gridCol03 .gridItem {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
}
@media screen and (max-width: 750px) {
  .mainContent .gridCol03 .gridItem {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .mainContent .gridCol03 .gridItem + .gridItem {
    margin-top: 15px;
  }
}
.mainContent .section .img {
  line-height: 1;
}
.mainContent .section .ttl {
  font-size: 3em;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 750px) {
  .mainContent .section .ttl {
    font-size: 1.8em;
    margin-bottom: 7px;
    line-height: 1.4;
  }
}
.mainContent .section .ttl span {
  display: inline-block;
  padding-bottom: 29px;
  position: relative;
  line-height: 1;
}
.mainContent .section .ttl span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background-image: url(../../images/sugowaza/line_colors.png);
  background-repeat: repeat-x;
}
@media screen and (max-width: 750px) {
  .mainContent .section .ttl span {
    padding-bottom: 18px;
  }
  .mainContent .section .ttl span:before {
    background-size: auto 6px;
  }
}
.mainContent .section .lead {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .mainContent .section .lead {
    margin-bottom: 26px;
  }
}
.mainContent .section .lead p {
  font-size: 1.8em;
}
@media screen and (max-width: 750px) {
  .mainContent .section .lead p {
    font-size: 1.2em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .mainContent .section .lead p {
    font-size: 1.1em;
  }
}
.mainContent .section .lead a {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 20px;
  line-height: 50px;
  display: inline-block;
  padding: 0 40px;
  max-width: 100%;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #323232;
}
@media print, screen and (min-width: 751px) {
  .mainContent .section .lead a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .section .lead a {
    line-height: 30px;
    font-size: 1.15em;
    margin-top: 14px;
  }
}
.mainContent .technique {
  padding-top: 105px;
  padding-bottom: 55px;
}
@media screen and (max-width: 750px) {
  .mainContent .technique {
    padding-top: 37px;
    padding-bottom: 50px;
  }
}
.mainContent .gridTech {
  color: #000;
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech {
    margin-left: 0;
    margin-right: 0;
  }
}
.mainContent .gridTech .itemInner {
  padding: 47px 9.5% 13px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #202020;
  position: relative;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.mainContent .gridTech .itemInner.coming {
  pointer-events: none;
}
.mainContent .gridTech .itemInner:before {
  content: "";
  width: 113px;
  height: 108px;
  position: absolute;
  left: -48px;
  top: -30px;
  background-image: url(../../images/sugowaza/bg_pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.mainContent .gridTech .itemInner:after {
  content: "";
  width: 113px;
  height: 108px;
  position: absolute;
  right: -48px;
  bottom: -30px;
  background-image: url(../../images/sugowaza/bg_pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech .itemInner {
    border-width: 1px;
    padding: 42px 25px 8px;
    border-radius: 5px;
    transform: translateZ(0);
  }
  .mainContent .gridTech .itemInner:before {
    width: 103px;
    height: 96px;
    left: -46px;
    top: -29px;
  }
  .mainContent .gridTech .itemInner:after {
    width: 103px;
    height: 96px;
    right: -46px;
    bottom: -29px;
  }
}
.mainContent .gridTech .gridDesc {
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech .gridDesc {
    margin-bottom: 13px;
  }
}
.mainContent .gridTech .gridDesc span {
  display: block;
}
.mainContent .gridTech .gridDesc .txtNor {
  font-size: 1.6em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech .gridDesc .txtNor {
    font-size: 1.4em;
  }
}
.mainContent .gridTech .gridDesc .txtLarge {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech .gridDesc .txtLarge {
    font-size: 1.7em;
  }
}
.mainContent .gridTech .gridDesc .txtSmall {
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech .gridDesc .txtSmall {
    font-size: 1em;
    margin-top: 3px;
  }
}
.mainContent .gridTech .gridTtl {
  font-size: 2em;
  line-height: 1.3;
  font-weight: bold;
  min-height: 78px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .mainContent .gridTech .gridTtl {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech .gridTtl {
    font-size: 1.7em;
    margin-bottom: 14px;
  }
}
.mainContent .gridTech .gridImg {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech .gridImg {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech .gridItem {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .mainContent .gridTech .gridItem {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mainContent .gridTech .gridItem:nth-child(3) .txtSmall {
  margin-left: -15px;
  margin-right: -15px;
  letter-spacing: -0.05em;
}
.mainContent .gridTech .gridItem:nth-child(3) .gridTtl {
  margin-left: -10px;
  margin-right: -10px;
  letter-spacing: -0.02em;
}
.mainContent .gridTech .gridItem .arrow {
  text-align: center;
}
.mainContent .gridTech .gridItem .arrow .modalBtn {
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .mainContent .gridTech .gridItem .arrow:hover {
    animation: none;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .gridTech .gridItem .arrow img {
    width: 24px;
  }
}
.mainContent .athletes {
  background-color: #f9f9fd;
  padding-top: 68px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .mainContent .athletes {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .athletes .ttl {
    letter-spacing: -0.05em;
    margin-left: -6px;
    margin-right: -6px;
  }
}
.mainContent .athletes .lead {
  margin-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .mainContent .athletes .lead {
    margin-bottom: 29px;
  }
}
.mainContent .athletes .steps {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .mainContent .athletes .steps {
    margin-bottom: 25px;
    padding-left: 1px;
    padding-right: 1px;
  }
}
.mainContent .athletes .athTtl {
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .mainContent .athletes .athTtl {
    margin-bottom: 13px;
  }
}
.mainContent .athletes .benefit {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mainContent .athletes .benefit {
    padding-right: 29px;
  }
}
.mainContent .campaign {
  padding-top: 67px;
}
@media screen and (max-width: 750px) {
  .mainContent .campaign {
    padding-top: 38px;
  }
}
.mainContent .campaign .ttl {
  margin-bottom: 37px;
}
@media screen and (max-width: 750px) {
  .mainContent .campaign .ttl {
    margin-bottom: 21px;
  }
}
.mainContent .campaign .contact {
  text-align: center;
}
.mainContent .campaign .contact ul {
  list-style: none;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .mainContent .campaign .contact ul {
    font-size: 1.1em;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.mainContent .campaign .contact ul li + li {
  margin-top: 9px;
}
@media screen and (max-width: 750px) {
  .mainContent .campaign .contact ul li + li {
    margin-top: 18px;
  }
}
.mainContent .campaign .contact ul a {
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .mainContent .campaign .contact ul a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .campaign .contact ul a {
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 751px) {
  .mainContent .campaign .contact ul a img {
    width: 50%;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  right: 0;
  font-size: 10px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-sizing: border-box;
}
.modal * {
  box-sizing: border-box;
}
.modal .modal-dialog {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.modal .modal-dialog .modal-content {
  padding: 115px 0 45px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content {
    border-radius: 0;
    padding: 90px 20px 20px;
  }
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  top: -25px;
  right: -30px;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .modal .modal-dialog .modal-content .close:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content .close {
    top: -23px;
    right: -17px;
  }
  .modal .modal-dialog .modal-content .close img {
    width: 50px;
  }
}
.modal .modal-dialog .modal-body {
  max-width: 630px;
  position: relative;
  margin: 0 auto;
}
.modal .modal-dialog .modal-body .modal-inner {
  padding: 65px 62px 90px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #202020;
  position: relative;
}
.modal .modal-dialog .modal-body .modal-inner:before {
  content: "";
  width: 174px;
  height: 173px;
  position: absolute;
  left: -65px;
  top: -55px;
  background-image: url(../../images/sugowaza/bg_pattern01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal .modal-dialog .modal-body .modal-inner:after {
  content: "";
  width: 174px;
  height: 173px;
  position: absolute;
  right: -65px;
  bottom: -55px;
  background-image: url(../../images/sugowaza/bg_pattern01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-body .modal-inner {
    padding: 37px 46px;
  }
  .modal .modal-dialog .modal-body .modal-inner:before {
    width: 95px;
    height: 95px;
    left: -31px;
    top: -34px;
  }
  .modal .modal-dialog .modal-body .modal-inner:after {
    width: 95px;
    height: 95px;
    right: -31px;
    bottom: -34px;
  }
}
.modal .modal-dialog .modal-lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-lead {
    margin-bottom: 26px;
  }
}
.modal .modal-dialog .modal-txt + .modal-txt {
  margin-top: 21px;
}
.modal .modal-dialog .modal-txt.center {
  text-align: center;
}
.modal .modal-dialog .btn {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 55px;
  width: 400px;
  max-width: 100%;
  border-left: 3px solid #e60039;
  border-right: 3px solid #007bc7;
  display: block;
  margin: 40px auto 0;
  text-decoration: none;
  text-align: center;
  color: #000;
  background: url(../../images/sugowaza/line.png) top center/100% no-repeat, url(../../images/sugowaza/line.png) bottom center/100% no-repeat;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .modal .modal-dialog .btn:hover:after {
    right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .btn {
    width: 250px;
    line-height: 35px;
    border-width: 2px;
    font-size: 1em;
    margin-top: 35px;
    background: url(../../images/sugowaza/line_sp.png) top center/100% 2px no-repeat, url(../../images/sugowaza/line_sp.png) bottom center/100% 2px no-repeat;
  }
}
.modal .modal-dialog .btn:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 17px;
  top: calc(50% - 8.5px);
  right: 20px;
  background: url(../../images/sugowaza/ico_arrow_right.png) center/cover no-repeat;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .btn:after {
    width: 12px;
    height: 12.5px;
    top: calc(50% - 6.5px);
  }
}
.modal .modal-dialog .txt {
  font-size: 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .txt {
    font-size: 1em;
  }
}
.modal .modal-dialog .txtLarge {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .txtLarge {
    font-size: 1.2em;
  }
}
.modal .modal-dialog .txt-link {
  text-align: center;
}
.modal .modal-dialog .txt-link a {
  font-size: 1.6em;
  font-weight: bold;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .modal .modal-dialog .txt-link a:hover span {
    border-color: transparent;
  }
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .txt-link a {
    font-size: 1em;
    height: 35px;
  }
}
.modal .modal-dialog .txt-link a span {
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1.4;
}
.modal .modal-dialog .video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.modal .modal-dialog .video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.modal .modal-dialog .video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal.active {
  opacity: 1;
  z-index: 999;
  overflow: auto;
}

.freezePage {
  position: fixed;
  height: auto;
  left: 0;
  width: 100%;
}