:root {
  --ww: calc(var(--vw) * 100);
  --wh: calc(var(--vh) * 100);
  --vw: calc(100vw / 100);
  --vh: calc(100vh / 100);
  --scrollbar-width: 0px;
  --mqUp-xxxs: 321;
  --mqUp-xxs: 376;
  --mqUp-xs: 431;
  --mqUp-sm: 561;
  --mqUp-md: 768;
  --mqUp-lg: 1024;
  --mqUp-xl: 1281;
  --mqUp-xxl: 1441;
  --mqUp-xxxl: 1681;
  --mqUp-fhd: 1921;
  --mqUp-2k: 2049;
  --mqUp-wqhd: 2561;
  --mqDown-xxxs: 320;
  --mqDown-xxs: 375;
  --mqDown-xs: 430;
  --mqDown-sm: 560;
  --mqDown-md: 767;
  --mqDown-lg: 1023;
  --mqDown-xl: 1280;
  --mqDown-xxl: 1440;
  --mqDown-xxxl: 1680;
  --mqDown-fhd: 1920;
  --mqDown-2k: 2048;
  --mqDown-wqhd: 2560;
}

@media screen and (min-width: 1024px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: var(--wh);
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: 102.4rem;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --min-wh: 42rem;
    --max-wh: 89.6rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --base-width: 1500;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --base-width: 375;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --contents-sm: calc(1014 / 1500 * var(--ww));
    --contents-sm-outside: calc(243 / 1500 * var(--ww));
    --contents-rg: calc(1100 / 1500 * var(--ww));
    --contents-rg-outside: calc(200 / 1500 * var(--ww));
    --contents-md: calc(1200 / 1500 * var(--ww));
    --contents-md-outside: calc(150 / 1500 * var(--ww));
    --contents-md2: calc(1230 / 1500 * var(--ww));
    --contents-md2-outside: calc(135 / 1500 * var(--ww));
    --contents-lg: calc(1300 / 1500 * var(--ww));
    --contents-lg-outside: calc(100 / 1500 * var(--ww));
    --contents-xl: calc(1400 / 1500 * var(--ww));
    --contents-xl-outside: calc(50 / 1500 * var(--ww));
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --contents-xxs: calc(271 / 375 * var(--ww));
    --contents-xxs-outside: calc(52 / 375 * var(--ww));
    --contents-xs: calc(284 / 375 * var(--ww));
    --contents-xs-outside: calc(45.5 / 375 * var(--ww));
    --contents-sm: calc(300 / 375 * var(--ww));
    --contents-sm-outside: calc(37.5 / 375 * var(--ww));
    --contents-md: calc(310 / 375 * var(--ww));
    --contents-md-outside: calc(32.5 / 375 * var(--ww));
    --contents-lg: calc(320 / 375 * var(--ww));
    --contents-lg-outside: calc(27.5 / 375 * var(--ww));
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --loading-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --loading-size: 2.5rem;
  }
}
:root {
  --anchor-padding: 0.3rem;
  --anchor-padding-lg: 0.8rem;
}

:root {
  --color-hover: #ffffff;
  --color-hover2: #edf0f1;
  --hover-opacity: 0.4;
  --hover-scale: 1.07;
  --bg-filter: blur(10px);
  --color-bg: #1b434e;
  --color-bg2: #284e58;
  --color-bg3: #ffffff;
  --color-bg4: rgba(0, 0, 0, 0.2);
  --color-blend: #001714;
  --color-blend2: #000000;
  --color-overlay: rgba(0, 23, 20, 0.6);
  --color-txt: #ffffff;
  --color-txt2: #81969c;
  --color-txt3: #a7b6ba;
  --color-txt4: #1b434e;
  --color-txt5: #c3cdd0;
  --color-txt6: #aebcc0;
  --color-line: #658087;
  --color-line2: #1b434e;
  --color-line3: #ffffff;
  --color-line4: #94a7ac;
  --color-icon: #6f878e;
  --color-icon2: #82989e;
  --color-icon3: #7a9198;
  --color-circle: #5b7880;
  --color-gradation: linear-gradient(180deg, #1b434e 0%, #05323e 85.8%);
  --color-gradation2: linear-gradient(0deg, rgba(27, 67, 78, 0) 0%, #05323e 85.8%);
  --color-progressbar: #d1d9db;
}

:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

:root {
  --solid-current: solid 0.7px currentColor;
  --solid: solid 0.7px var(--color-line);
  --solid2: solid 0.7px var(--color-line2);
  --solid3: solid 0.7px var(--color-line3);
  --solid4: solid 0.7px var(--color-line4);
}

:root {
  --radius-max: 1000px;
}

:root {
  --ease-level1: var(--easeOutQuart);
  --ease-heavy1: var(--easeInOutQuint);
  --transition-hover: 600ms var(--ease-level1);
  --transition-hover-slow: 800ms var(--ease-level1);
  --animation-hover: 1000ms var(--ease-level1) forwards;
  --transition-progressbar: 800ms ease;
  --transition-loading-maskout: 2400ms var(--ease-heavy1);
  --transition-loading-fadeout: 1500ms var(--ease-level1);
  --transition-loading-icon: 500ms var(--ease-level1);
  --transition-delayanchor: 700ms var(--ease-level1);
  --transition-button: 600ms var(--ease-level1);
  --transition-sitemap: 1600ms var(--ease-level1);
  --transition-sitemap-out: 600ms var(--ease-level1);
  --transiiton-carousel: var(--ease-level1);
  --transition-slider-num: 800ms var(--ease-level1);
  --transition-slider-break: 800ms var(--ease-level1);
  --transition-accordion: 800ms var(--ease-level1);
  --transition-currentSection: 2200ms var(--ease-level1);
  --transition-modal: 1000ms var(--ease-level1);
  --transition-fade: 2200ms var(--ease-level1);
  --transition-fadeup: 1400ms var(--ease-level1);
  --transition-line: 1600ms var(--ease-level1);
  --animation-scroll: 3000ms var(--ease-heavy1) infinite;
}

:root {
  --z-index-: -1;
  --z-index-l-footer: 0;
  --z-index-l-main: 10;
  --z-index-home-catch-load: 100;
  --z-index-l-header__inner: 1000;
  --z-index-l-sitemap: 10000;
  --z-index-l-header__button: 100000;
  --z-index-js-modal: 1000000;
  --z-index-l-loading: 10000000;
  --z-index-home-catch: 100000000;
  --z-index-l-loading2: 1000000000;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  outline: none;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-padding-top: 80px;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  word-break: break-all;
  font-size: 16px;
  color: #111111;
  overflow-x: hidden;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #f9f9f9;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  cursor: pointer;
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tb-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .sp-only {
    display: none;
  }
}
header {
  position: relative;
}
header .logo {
  position: absolute;
  z-index: 99;
  width: 96px;
  top: 24px;
  left: 32px;
}
@media screen and (max-width: 575px) {
  header .logo {
    width: 16vw;
    top: 16px;
    left: 24px;
  }
}
header img {
  pointer-events: none;
}

main {
  width: 1140px;
  margin: auto;
}
@media screen and (max-width: 1375px) {
  main {
    width: 86vw;
  }
}
@media screen and (max-width: 575px) {
  main {
    width: 92vw;
  }
}

section {
  margin-bottom: 5.3333333333rem;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 575px) {
  section {
    margin-bottom: 2.6666666667rem;
  }
}

.btn {
  width: 528px;
  margin: 2.6666666667rem auto;
}
.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 528px;
  height: 104px;
  font-size: 2.2222222222rem;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(236, 108, 0)), to(rgb(252, 207, 0)));
  background-image: -webkit-linear-gradient(left, rgb(236, 108, 0), rgb(252, 207, 0));
  background-image: linear-gradient(90deg, rgb(236, 108, 0), rgb(252, 207, 0));
}
.btn a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 575px) {
  .btn a {
    font-size: 1.3333333333rem;
    width: 64vw;
    height: 64px;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    width: 64vw;
    height: 64px;
    margin: 1.7777777778rem auto;
  }
}

.cp h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  background: url(/syncronkowa/sports_campaign/assets/img/bg_headline.svg) no-repeat;
  background-size: cover;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  font-style: italic;
  border-radius: 16px 16px 0 0;
  margin-bottom: 2.2222222222rem;
}
@media screen and (max-width: 1375px) {
  .cp h2 {
    background-position: center;
  }
}
@media screen and (max-width: 575px) {
  .cp h2 {
    height: 64px;
    font-size: 1.5555555556rem;
    margin-bottom: 1.7777777778rem;
  }
}
.cp__product-content {
  width: 980px;
  margin: auto;
  padding-bottom: 2.6666666667rem;
}
@media screen and (max-width: 1375px) {
  .cp__product-content {
    width: 72vw;
  }
}
@media screen and (max-width: 575px) {
  .cp__product-content {
    width: 80vw;
  }
}
.cp__product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cp__product-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cp__product-img {
  width: 380px;
  pointer-events: none;
}
@media screen and (max-width: 1375px) {
  .cp__product-img {
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__product-img {
    width: 64vw;
    margin-bottom: 1.7777777778rem;
  }
}
.cp__product-detail {
  width: 532px;
}
@media screen and (max-width: 1375px) {
  .cp__product-detail {
    width: 44vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__product-detail {
    width: 64vw;
  }
}
@media screen and (max-width: 575px) {
  .cp__product-detail {
    width: 80vw;
  }
}
.cp__product-detail p {
  margin-bottom: 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .cp__product-detail p {
    text-align: center;
  }
}
.cp__product-detail img {
  pointer-events: none;
}
.cp__product h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.3333333333rem;
  height: 54px;
  color: #fff;
  font-weight: 800;
  font-size: 1.5555555556rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(236, 108, 0)), to(rgb(252, 207, 0)));
  background-image: -webkit-linear-gradient(left, rgb(236, 108, 0), rgb(252, 207, 0));
  background-image: linear-gradient(90deg, rgb(236, 108, 0), rgb(252, 207, 0));
  margin-bottom: 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .cp__product h3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .cp__product h3 {
    height: 40px;
    font-size: 1.3333333333rem;
  }
}
.cp__product h3.cool {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 95, 174)), to(rgb(0, 159, 232)));
  background-image: -webkit-linear-gradient(left, rgb(0, 95, 174), rgb(0, 159, 232));
  background-image: linear-gradient(90deg, rgb(0, 95, 174), rgb(0, 159, 232));
}
.cp__product h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8888888889rem;
  font-size: 3.1111111111rem;
  font-family: Oswald, serif;
  font-weight: 800;
  color: #ec6b01;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .cp__product h4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1;
    margin-bottom: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .cp__product h4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .cp__product h4 {
    font-size: 2.4444444444rem;
  }
}
.cp__product h4.cool {
  color: #3159a5;
}
.cp__product h4 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 575px) {
  .cp__product h4 span {
    font-size: 1.1111111111rem;
  }
}
.cp__product h5 {
  font-size: 1.3333333333rem;
  font-weight: 800;
  margin-bottom: 0.6666666667rem;
}
@media screen and (max-width: 575px) {
  .cp__product h5 {
    font-size: 1.1111111111rem;
    text-align: center;
  }
}
.cp__product .contain {
  font-size: 1.1111111111rem;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  color: #ec6b01;
  margin-bottom: 0.6666666667rem;
}
.cp__product .contain.cool {
  color: #3159a5;
}
.cp__terms-content {
  width: 980px;
  margin: auto;
  padding-bottom: 2.6666666667rem;
}
@media screen and (max-width: 1375px) {
  .cp__terms-content {
    width: 72vw;
  }
}
@media screen and (max-width: 575px) {
  .cp__terms-content {
    width: 80vw;
  }
}
.cp__terms-content div {
  margin-bottom: 1.7777777778rem;
}
.cp__terms-content h3 {
  background: #0000b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.1111111111rem;
  font-weight: 800;
  margin-bottom: 0.8888888889rem;
}
@media screen and (max-width: 575px) {
  .cp__terms-content h3 {
    font-size: 1rem;
  }
}
.cp__terms-content p,
.cp__terms-content ul {
  padding: 0 40px;
  line-height: 2;
}
.cp__terms-content p.center,
.cp__terms-content ul.center {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .cp__terms-content p,
  .cp__terms-content ul {
    padding: 0;
  }
}
.cp__terms-content li {
  list-style: disc;
  line-height: 2;
}
@media screen and (max-width: 575px) {
  .cp__terms-content li {
    margin-left: 4vw;
  }
}
.cp__terms-content a {
  color: #0000b4;
}

dd {
  width: 600px;
  padding: 1.3333333333rem 0;
  border-bottom: 1px #d9d9d9 solid;
}
@media screen and (max-width: 575px) {
  dd {
    width: 62vw;
  }
}

.kv-ohtani {
  width: 800px;
  margin: 0 auto 3.5555555556rem auto;
}
.kv-ohtani:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .kv-ohtani {
    width: 72vw;
  }
}
@media screen and (max-width: 575px) {
  .kv-ohtani {
    width: 92vw;
    margin-bottom: 2.2222222222rem;
  }
}
.kv-ohtani img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.kv-ohtani img:hover {
  opacity: 0.7;
}

footer {
  margin-top: 8.8888888889rem;
}
@media screen and (max-width: 575px) {
  footer {
    margin-top: 4.4444444444rem;
  }
}

.fade {
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  opacity: 0;
}

.is-fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */