@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  color: inherit;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/************/
html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  color: currentColor;
  text-decoration: none;
}

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

li {
  list-style: none;
}

button {
  outline: none;
}

.sp-only {
  display: none;
}

.pc-only {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none;
  }
}
/*font-size　基準を1rem=10pxに設定*/
/*font-weight*/
/*font-family*/
.fl_space-betw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html {
  scroll-behavior: smooth;
}

.top-logo {
  display: block;
  width: 180px;
}

.header-wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 10px 16px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .header-wrap {
    padding: 6px 10px 6px 10px;
  }
}

.c-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .c-header {
    padding: 8px 10px 8px 10px;
    top: 0;
    position: fixed;
  }
}

.c-header__logo {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .c-header__logo {
    z-index: 99;
  }
}
.c-header__logo h1 {
  line-height: 0;
}

.c-header__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: clamp(1.6rem, 1.4rem + 0.625vw, 2rem);
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .c-header__list {
    font-size: 16px;
  }
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
  text-align: center;
  margin-left: min(2vw, 34px);
  font-weight: 400;
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.6rem);
}
@media only screen and (max-width: 768px) {
  .c-header__list-item {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.7;
    border-bottom: 1px solid #333333;
  }
  .c-header__list-item:nth-child(1n) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-header__list-item:nth-child(2n) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-header__list-item:nth-child(3n) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-header__list-item:nth-child(4n) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-bottom: none;
  }
  .c-header__list-item a {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-header__list-item .common_btn.login {
    margin: 40px auto 0 auto;
    font-size: 16px;
    padding: 1em 0 1em 0;
  }
}

.c-header__list-link {
  color: #231815;
  text-decoration: none;
  padding: 0 0 0 min(0.6vw, 10px);
  display: block;
  font-weight: 700;
}

.c-header__list-link:hover {
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}

@media screen and (max-width: 768px) {
  .c-hamburger-menu__list {
    background-color: #fafafa;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    padding: 70px 20px 100px 20px;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    width: 100%;
  }
  #hamburger:checked ~ .c-hamburger-menu__list {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-hamburger-menu__bg {
    background-color: #000000;
  }
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-hamburger-menu__button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    height: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
  }
}
.c-hamburger-menu__button-mark {
  background-color: #000;
  display: block;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
}

@media screen and (max-width: 768px) {
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    -webkit-transform: translate(2px, 1px) rotate(45deg);
            transform: translate(2px, 1px) rotate(45deg);
    -webkit-transform-origin: 0%;
            transform-origin: 0%;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    -webkit-transform: translate(2px, 3px) rotate(-45deg);
            transform: translate(2px, 3px) rotate(-45deg);
    -webkit-transform-origin: 0%;
            transform-origin: 0%;
  }
}
.player {
  border-left: 1px solid #cccccc;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .player {
    border-left: none;
    padding: 10px 0 20px 0;
    margin: 0;
    text-align: left;
    width: 100%;
  }
}
.player .possession {
  display: none;
}
@media screen and (max-width: 768px) {
  .player .possession {
    display: block;
    margin-top: 10px;
  }
  .player .possession p {
    font-weight: 500;
  }
}

footer {
  width: 100%;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 50px 0 30px 0;
}
footer .footer_menu {
  margin-bottom: 30px;
}
footer .footer_menu a {
  text-decoration: none;
  font-size: 12px;
  margin: 0 10px;
}
footer .footer_menu a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  footer .footer_menu a {
    padding: 8px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
footer .copy {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  footer .copy {
    font-size: 10px;
  }
}
footer .footer_logo {
  margin: 30px 0;
}
footer .footer_logo img {
  max-height: 40px;
}

body {
  font-family: "M PLUS 1";
  font-weight: 400;
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.6rem);
}
body.no_scroll {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section:first-of-type {
    margin-top: 60px;
  }
}

/*********** 斜めボタン ***********/
.c-btn.slide {
  background: #02FF9E;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.6rem);
  width: min(9.2vw, 140px);
  height: auto;
  aspect-ratio: 140/28;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
  cursor: pointer;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}
.c-btn.slide::after {
  background: #8A42FC;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-btn.slide a {
  color: #000000;
  cursor: pointer;
  width: 100%;
  text-align: center;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-btn.slide a:hover {
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*********** SNS ***********/
.icon_btn {
  width: min(2.55vw, 38px);
  height: min(2.55vw, 38px);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00FF9D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 20px;
}
.icon_btn::after {
  content: "";
  width: min(0.9vw, 16px);
  height: auto;
  aspect-ratio: 16/17;
  background-color: #000000;
  -webkit-mask: url(../img/icon_x.svg);
          mask: url(../img/icon_x.svg);
  -webkit-mask-size: cover;
}
.icon_btn:hover {
  background: #8A42FC;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.icon_btn:hover::after {
  content: "";
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.a_blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a_blank::after {
  content: "";
  width: 10px;
  height: auto;
  aspect-ratio: 10/13;
  background-color: #ffffff;
  -webkit-mask: url(../img/icon_blank.svg);
          mask: url(../img/icon_blank.svg);
  -webkit-mask-size: cover;
  margin-left: 4px;
  margin-top: 2px;
}
.sp_link::after {
  content: "";
  width: 12px;
  height: auto;
  aspect-ratio: 10/12;
  background-color: #000000;
  -webkit-mask: url(../img/icon_arrow.svg) no-repeat;
          mask: url(../img/icon_arrow.svg) no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

/*********** 追従 ***********/
.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}
.floating.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.floating__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.floating__nav-item + .floating__nav-item {
  margin-left: 20px;
}

.floating__nav-btn {
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
  background-color: #8EBA43;
  border-radius: 8px;
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
.floating__nav-btn:hover {
  -webkit-filter: brightness(0.7) contrast(1.6);
          filter: brightness(0.7) contrast(1.6);
}

/*********** スライドショー ***********/
.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

/*********** 画面内表示 ***********/
.lazy_bottom {
  -webkit-animation-name: fade_bottom;
          animation-name: fade_bottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}

@-webkit-keyframes fade_bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade_bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*********** 使用 ***********/
#shop {
  padding: 70px 20px 100px 20px;
}
@media only screen and (max-width: 768px) {
  #shop {
    padding: 14px 10px 20px 10px;
  }
}

.buy_btn {
  position: relative;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1.1rem, 0.8rem + 0.625vw, 1.4rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
  box-sizing: border-box;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding: 0.9em 0;
}
.buy_btn:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.common_btn {
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  color: #020202;
  font-weight: 700;
  font-size: clamp(1.1rem, 0.8rem + 0.625vw, 1.4rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.common_btn:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.common_btn.login {
  width: 150px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .common_btn.login {
    width: 9em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cate_header_wds .profit {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.cate_header_wds .profit h2 {
  position: absolute;
  font-weight: 900;
  font-size: 70px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cate_header_wds .profit h2 {
    font-size: 40px;
  }
}

.cate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 768px) {
  .cate_wrap {
    margin: 0 auto 20px auto;
  }
}
.cate_wrap h4 {
  font-weight: 700;
  font-size: clamp(2.6rem, 2.4rem + 0.625vw, 3rem);
  margin-bottom: 30px;
  color: #000000;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .cate_wrap h4 {
    font-size: 20px;
    padding: 5px;
    margin-bottom: 20px;
  }
}

.ly_inner {
  width: calc(20% - 20px);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0 10px 20px 10px;
}
@media only screen and (max-width: 768px) {
  .ly_inner {
    width: calc(50% - 5px);
  }
  .ly_inner:nth-child(even) {
    margin: 0 5px 10px 0;
  }
  .ly_inner:nth-child(odd) {
    margin: 0 0 10px 5px;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .ly_inner {
    width: calc(25% - 16px);
    margin: 0 8px 20px 8px;
  }
  .ly_inner:nth-child(even) {
    margin: 0 8px 20px 8px !important;
  }
  .ly_inner:nth-child(odd) {
    margin: 0 8px 20px 8px !important;
  }
}
.ly_inner .md_textblock .supplement_img {
  height: auto;
  width: 100%;
  aspect-ratio: 258/170;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ly_inner .md_textblock .supplement_img img {
  max-width: 80%;
}
.ly_inner .md_textblock .supplement_img.pass {
  border-radius: 10px 10px 0 0;
}
.ly_inner .md_textblock .supplement_img.pass img {
  max-width: 100%;
}

.supplement {
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .supplement {
    padding: 10px min(2.4vw, 15px);
  }
}
.supplement h3 {
  font-weight: 700;
  font-size: clamp(1.1rem, 0.8rem + 0.625vw, 1.4rem);
  min-height: 34px;
  margin-bottom: 10px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .supplement h3 {
    min-height: 34px;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .supplement h3 {
    min-height: 38px;
    line-height: 1.4;
  }
}
.supplement h3.h3_buy {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.4rem + 0.625vw, 2rem);
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .supplement h3.h3_buy {
    min-height: 34px;
    line-height: 1.3;
  }
}
.supplement .supplement_list {
  font-size: 12px;
  margin-bottom: 5px;
}
@media (orientation: landscape) and (max-height: 768px) {
  .supplement .supplement_list {
    margin-bottom: 8px;
  }
}
.supplement .supplement_list p {
  display: inline-block;
  border-radius: 5px;
  background-color: #42434e;
  width: min(13vw, 76px);
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 4px 0 5px 0;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .supplement .supplement_list p {
    font-size: 10px;
    margin-right: 5px;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .supplement .supplement_list p {
    margin-right: 54%;
    margin-bottom: 3px;
  }
}
.supplement .buy_price {
  text-align: right;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.4rem + 0.625vw, 2rem);
  color: #000000;
}

.buy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.buy_wrap .buy_img {
  width: 35%;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .buy_wrap .buy_img {
    width: 100%;
    margin-right: 0px;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .buy_wrap .buy_img {
    width: 35%;
    margin-right: 10px;
  }
}
.buy_wrap .supplement {
  width: calc(65% - 10px);
}
@media only screen and (max-width: 768px) {
  .buy_wrap .supplement {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .buy_wrap .supplement {
    width: calc(65% - 10px);
  }
}

.js_modalBtnCont:hover .price {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.js_modalBtnCont .price {
  border-radius: 0 0 10px 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.8rem);
  color: #42434e;
}

.detail_wrap {
  margin-bottom: 20px;
}
.detail_wrap .heading {
  border-radius: 10px;
  padding: 5px 20px 8px 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 1.8rem);
  color: #000000;
  background-color: #eeeeee;
}
.detail_wrap ul {
  margin-left: 40px;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .detail_wrap ul {
    margin-left: 30px;
    margin-right: 20px;
  }
}
.detail_wrap ul li {
  margin-bottom: 5px;
}
.detail_wrap ul li.b {
  font-weight: 700;
  margin-left: -1em;
}
.detail_wrap ul li.b::before {
  display: none;
}
.detail_wrap ul li::before {
  position: relative;
  margin-left: -1em;
}

/* ==========================
  モーダル（ポップアップ）
========================== */
.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js_modalContInner {
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 720px;
  max-width: 100%;
  background-color: #fff;
  max-height: 700px;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .js_modalContInner {
    max-height: 500px;
    padding: 20px;
    width: 90%;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .js_modalContInner {
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
  }
}

.js_modalCont {
  overflow-y: scroll;
  max-height: 520px;
  margin-bottom: 30px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .js_modalCont {
    max-height: 390px;
    padding-right: 0px;
  }
  .js_modalCont::-webkit-scrollbar {
    display: none;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .js_modalCont {
    height: 70%;
    margin-bottom: 2%;
    padding-right: 20px;
  }
  .js_modalCont::-webkit-scrollbar {
    width: 8px;
    display: inherit;
  }
  .js_modalCont::-webkit-scrollbar-track {
    background: #fcfcfc;
    border-radius: 10px;
  }
  .js_modalCont::-webkit-scrollbar-thumb {
    background: #eeeeee;
    border-radius: 10px;
  }
  .js_modalCont .supplement .supplement_list p {
    margin-right: 10px;
  }
}
.js_modalCont::-webkit-scrollbar {
  width: 8px;
}
.js_modalCont::-webkit-scrollbar-track {
  background: #fcfcfc;
  border-radius: 10px;
}
.js_modalCont::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border-radius: 10px;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}

.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -2px;
  right: 10px;
  width: 2px;
  height: 30px;
}

.js_modalClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js_modalClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* スマホ幅に適用 */
@media (max-width: 767px) {
  .js_modalClose {
    top: -30px;
  }
  .js_modalClose::before,
  .js_modalClose::after {
    background-color: #fff;
  }
}
#terms, #settlement, #histor {
  padding: 50px 0 100px 0;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  #terms, #settlement, #histor {
    padding: 20px 10px 40px 10px;
  }
}

.histor_wrap {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 40px 50px 50px 50px;
  position: relative;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .histor_wrap {
    padding: 20px 20px 20px 20px;
  }
}
.histor_wrap h2 {
  margin: 60px 0 60px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .histor_wrap h2 {
    margin-bottom: 20px;
  }
}
.histor_wrap .histor_cont {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .histor_wrap .histor_cont {
    overflow-x: scroll;
  }
}
.histor_wrap .histor_cont h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .histor_wrap .histor_cont h3 {
    margin-bottom: 10px;
  }
}
.histor_wrap .histor_cont .histor_list {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .histor_wrap .histor_cont .histor_list {
    white-space: nowrap;
  }
}
.histor_wrap .histor_cont .histor_list th {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 5px 10px;
}
.histor_wrap .histor_cont .histor_list th.list_day {
  width: 15%;
}
.histor_wrap .histor_cont .histor_list th.list_name {
  width: 43%;
}
.histor_wrap .histor_cont .histor_list th.list_id {
  width: 30%;
}
.histor_wrap .histor_cont .histor_list th.list_status {
  width: 12%;
}
.histor_wrap .histor_cont .histor_list td {
  padding: 8px 10px;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: clamp(1.1rem, 0.8rem + 0.625vw, 1.4rem);
}

.settlement_wrap {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  padding: 5%;
  position: relative;
  color: #333333;
  text-align: left;
}
.settlement_wrap.mw_sub {
  max-width: 800px;
}
.settlement_wrap.mw_sub h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .settlement_wrap.mw_sub h3 {
    margin-bottom: 0;
  }
}
.settlement_wrap.mw_sub .detail_wrap {
  margin-bottom: 60px;
}
.settlement_wrap.mw_sub .text {
  margin-bottom: 20px;
  text-align: center;
}
.settlement_wrap.mw_sub .sup_text {
  font-size: 12px;
  color: #999999;
  display: block;
  text-align: center;
}
.settlement_wrap h1 {
    text-align: center;
}
.settlement_wrap h2 {
  margin: 0 0 60px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .settlement_wrap h2 {
    margin-bottom: 30px;
  }
}
.settlement_wrap .box {
  border-radius: 10px;
  padding-bottom: 20px;
  line-height: 1.7;
}
.settlement_wrap .box.error {
  background-color: #eeeeee;
  padding: 20px;
}
.settlement_wrap .box.error p {
  color: #ff0000;
}
.settlement_wrap .box p {
  color: #000000;
  font-weight: 500;
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.6rem);
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.settlement_wrap .settlement_btn {
  padding-bottom: 30px;
}
.settlement_wrap .settlement_btn button {
  background: #fff;
  font-weight: 700;
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.6rem);
  line-height: 1;
  border: 0;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0.5rem;
  width: 100%;
  max-width: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  padding: 10px 0;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.settlement_wrap .settlement_btn button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.settlement_wrap .settlement_btn button:last-child {
  margin-bottom: 0;
}
.settlement_wrap .settlement_btn button.btn_apple {
  background: #000;
  color: #fff;
  border: none;
}
.settlement_wrap .settlement_btn button.btn_apple::before {
  content: "";
  background: url(../img/icon_apple.svg) no-repeat left top;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 1rem;
  background-size: contain;
}
.settlement_wrap .settlement_btn button.btn_b {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}
.settlement_wrap .settlement_btn button.btn_b:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.settlement_wrap .settlement_btn button.btn_google {
  background: #ffffff;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
}
.settlement_wrap .settlement_btn button.btn_google::before {
  content: "";
  background: url(../img/icon_google.svg) no-repeat left top;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 1rem;
  background-size: contain;
}
.settlement_wrap .chakra-input {
  border: 1px solid #eeeeee;
  padding: 10px;
  width: 100%;
}
.settlement_wrap .chakra-input::-webkit-input-placeholder {
  color: #999999;
}
.settlement_wrap .chakra-input::-moz-placeholder {
  color: #999999;
}
.settlement_wrap .chakra-input:-ms-input-placeholder {
  color: #999999;
}
.settlement_wrap .chakra-input::-ms-input-placeholder {
  color: #999999;
}
.settlement_wrap .chakra-input::placeholder {
  color: #999999;
}
.settlement_wrap .login_input {
  border: 1px solid #eeeeee;
  padding: 10px;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 20px auto;
}
.settlement_wrap .login_input::-webkit-input-placeholder {
  color: #999999;
}
.settlement_wrap .login_input::-moz-placeholder {
  color: #999999;
}
.settlement_wrap .login_input:-ms-input-placeholder {
  color: #999999;
}
.settlement_wrap .login_input::-ms-input-placeholder {
  color: #999999;
}
.settlement_wrap .login_input::placeholder {
  color: #999999;
}
.settlement_wrap .login_title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .settlement_wrap .login_title {
    margin-bottom: 20px;
  }
}
.settlement_wrap .login_title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #cccccc;
}
.settlement_wrap .login_title span {
  background-color: #ffffff;
  position: relative;
  padding: 0 20px;
  z-index: 2;
}

.terms_wrap {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 5%;
  position: relative;
  color: #333333;
  text-align: left;
}
.terms_wrap h2 {
  margin: 0 0 60px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .terms_wrap h2 {
    margin-bottom: 20px;
  }
}
.terms_wrap .terms_cont h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .terms_wrap .terms_cont h3 {
    margin-bottom: 10px;
  }
}
.terms_wrap .terms_cont .terms_txt2 {
  margin: 2% 0 0 1%;
}
.terms_wrap .terms_cont .terms_txt2_cont {
  margin-top: 3%;
}
.terms_wrap .terms_cont .terms_ul li {
  list-style-position: outside;
  list-style-type: auto;
  margin: 0 0 20px 30px;
}
@media only screen and (max-width: 768px) {
  .terms_wrap .terms_cont .terms_ul li {
    margin: 0 0 20px 18px;
  }
}
.terms_wrap .terms_cont .terms_ul li .ind {
  text-indent: 46px;
}
.terms_wrap .terms_cont .terms_ul.law li {
  list-style-type: none;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .terms_wrap .terms_cont .terms_ul.law li {
    margin: 0 0 10px 0;
  }
}
.terms_wrap .terms_cont .terms_ul.law li:last-child {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .terms_wrap .terms_cont .terms_ul.law li:last-child {
    margin-bottom: 20px;
  }
}
.terms_wrap .terms_cont .terms_ul2 li {
  list-style-position: outside;
  list-style-type: initial;
  margin-left: 5%;
  margin-bottom: 0;
}

.commerce_wrap {
  margin-bottom: 170px;
}
@media only screen and (max-width: 768px) {
  .commerce_wrap {
    margin-bottom: 70px;
  }
}
/*# sourceMappingURL=style.css.map */

.purchase_cards {
    display: flex;
    justify-content: center;
}

.purchase_cards img {
    border: 1px solid gray;
    border-radius: 5px;
    object-fit: contain;
    margin: 2px 2px;
    max-width: 36px;
    max-height: 28px;
}