/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  --fz-html: 62.5%;
  --fz-base: 2rem;
  --fw-base: 400;
  --lh-base: 1.2;
  --ff-base: "SF Pro Text", Helvetica, Arial, sans-serif;
  --c-base: #141414;
  --c-gray-900: #1F1F1F;
  --c-gray-700: #616161;
  --c-gray-500: #717171;
  --c-gray-400: #919191;
  --c-gray-300: #BBBBBC;
  --c-gray-100: #E1E1E1;
  --c-gray-50: #F1F1F1;
  --c-gray-25: #F8F8F8;
  --c-white: #FFFFFF;
  --c-green-700: #40916c;
  --c-green-400: #52b788;
  --c-green-200: #B7E4C7;
  --c-green-50: #D8F3DC;
  --c-red-700: #CC444B;
  --c-red-400: #DA5552;
  --c-red-200: #FBC3BC;
  --c-red-50: #FFE3E0;
  --c-orange-700: #E45C3A;
  --c-orange-400: #F3752B;
  --c-orange-200: #FFC8A8;
  --c-orange-50: #FFE8DB;
  --c-blue-700: #0096C7;
  --c-blue-400: #00B4D8;
  --c-blue-200: #CAF0F8;
  --c-link: #007AFF;
  --c-delete: #FF3B30;
  --c-indigo-700: #384EC7;
  --c-indigo-400: #4B61DD;
  --c-indigo-50: #E0EDF2;
  --t-duration: 0.3s ;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
@font-face {
  font-family: "SF Pro Text";
  src: url("/css/shop/fonts/SFProText-Bold.woff2") format("woff2"), url("/css/shop/fonts/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("/css/shop/fonts/SFProText-Regular.woff2") format("woff2"), url("/css/shop/fonts/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("/css/shop/fonts/SFProText-Medium.woff2") format("woff2"), url("/css/shop/fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("/css/shop/fonts/SFProText-Semibold.woff2") format("woff2"), url("/css/shop/fonts/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: var(--fz-html);
}
body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-gray);
  background-color: var(--c-white);
  /* is fixed */
}
@media (max-width: 1023px) {
  body {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
body.is-fixed {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}
a[href^=tel] {
  text-decoration: none;
}
.level-1,
h1,
.level-2,
h2,
.level-3,
h3,
.level-4,
h4,
.level-5,
h5,
.level-6,
h6 {
  margin-bottom: calc(var(--lh-base) * 0.5em);
  color: var(--c-gray-900);
  font-weight: 600;
}
.level-1,
h1 {
  font-size: 4.6rem;
  line-height: 0.869;
}
.level-2,
h2 {
  font-size: 3.6rem;
  line-height: 1.333;
}
@media (max-width: 767px) {
  .level-2,
  h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 575px) {
  .level-2,
  h2 {
    font-size: 2.8rem;
    line-height: 1.21;
    font-weight: 400;
  }
}
.level-3,
h3 {
  font-size: 2.8rem;
  line-height: 1.214;
}
@media (max-width: 767px) {
  .level-3,
  h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 575px) {
  .level-3,
  h3 {
    font-size: 2.2rem;
    line-height: 1.272;
  }
}
.level-4,
h4 {
  font-size: 2.2rem;
  line-height: 1.272;
}
.level-5,
h5 {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .level-5,
  h5 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.level-6,
h6 {
  font-size: 1.8rem;
  line-height: 1.272;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* Animations */
@keyframes bounce {
  0% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(1.8rem);
  }
  100% {
    transform: translateX(0%);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[hidden],
.hidden {
  display: none !important;
}
[disabled],
.disabled {
  cursor: default;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.btn {
  display: inline-flex;
  gap: 0 0.8rem;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background-color: var(--c-indigo-700);
  padding: 1rem 1.2rem;
  color: var(--c-white);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.428;
  border-radius: 4rem;
  transition: background-color var(--t-duration), color var(--t-duration) ease-in-out;
}
@media (max-width: 575px) {
  .btn {
    font-size: 1rem;
    padding: 0.9rem 0.9rem;
  }
}
.btn:hover {
  background-color: var(--c-indigo-400);
}
/* btn gray */
.btn--gray {
  background-color: var(--c-gray-50);
  color: var(--c-gray-900);
}
.btn--gray:hover {
  background-color: var(--c-indigo-400);
  color: var(--c-white);
}
/* btn ico */
.btn--ico {
  padding: 1rem 2.8rem;
}
@media (max-width: 575px) {
  .btn--ico {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1rem 1.6rem;
  }
}
/* btn large */
.btn--large {
  font-size: 1.6rem;
  padding: 1.7rem 1rem 1.6rem;
}
@media (max-width: 575px) {
  .btn--large {
    font-size: 1.5rem;
    padding: 1.8rem 1rem 1.7rem;
  }
}
.btn--block {
  display: block;
  padding-inline: 0;
}
.shell {
  --shell-max-width: 131.2rem;
  --shell-gutter: 1.6rem;
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}
.shell--fluid {
  max-width: none;
}
.wrapper {
  position: relative;
  min-height: 100svh;
}
/* ------------------------------------------------------------ *\
	alert
\* ------------------------------------------------------------ */
.alert {
  padding: 1.5rem 1.5rem 1.6rem;
  border: 0.1rem solid var(--c-gray-50);
  border-radius: 1.6rem;
  background-color: #EFFFF1;
  color: var(--c-green-700);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .alert {
    padding: 1rem 1.2rem 1.1rem;
  }
}
@media (max-width: 575px) {
  .alert {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 0.4rem 1.2rem;
  }
}
/* ------------------------------------------------------------ *\
	box-member
\* ------------------------------------------------------------ */
.box-member {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--c-gray-700);
}
@media (max-width: 1023px) {
  .box-member {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .box-member {
    font-size: 1.8rem;
    gap: 1.2rem;
  }
}
@media (max-width: 575px) {
  .box-member {
    font-size: 1.2rem;
  }
}
.box-member .box__image {
  position: relative;
  width: 12.9rem;
  height: 12.9rem;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .box-member .box__image {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 575px) {
  .box-member .box__image {
    width: 8.3rem;
    height: 8.3rem;
  }
}
.box-member .box__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-member .box__actions {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .box-member .box__content {
    display: flex;
    flex-direction: column;
  }
}
.box-member .box__content-actions {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 1023px) {
  .box-member .box__content-actions {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .box-member .box__content-actions {
    order: 2;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
}
.box-member h3 {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .box-member h3 {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
}
.box-member .box__btn-outline {
  padding: 1.1rem 3.4rem;
}
@media (max-width: 767px) {
  .box-member .box__btn-outline {
    border-radius: 7rem;
  }
}
@media (max-width: 575px) {
  .box-member .box__btn-outline {
    font-size: 1.2rem;
  }
}
.box-member .box__btn-outline-adjust {
  padding: 1.1rem 3.4rem;
}
@media (max-width: 767px) {
  .box-member .box__btn-outline-adjust {
    border-radius: 7rem;
    padding: 0.7rem 2.8rem 0.7rem 2.3rem;
  }
}
@media (max-width: 575px) {
  .box-member .box__btn-outline-adjust {
    font-size: 1.2rem;
  }
}
/* ------------------------------------------------------------ *\
	box-simple
\* ------------------------------------------------------------ */
.box-simple {
  background-color: var(--c-white);
  padding: 3.2rem 1.6rem;
  border-radius: 1.6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--c-gray-700);
}
@media (max-width: 575px) {
  .box-simple {
    font-size: 1.5rem;
    line-height: 1.333;
  }
}
.box-simple h3 {
  margin-bottom: 0.8rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .box-simple h3 {
    font-size: 2.2rem;
  }
}
.box-simple .box__actions {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
.box-simple .box__actions .btn-outline-simple {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--c-gray-900);
}
@media (max-width: 767px) {
  .box-simple .box__actions .btn-outline-simple {
    padding: 1.6rem 1rem;
    border-radius: 7rem;
  }
}
@media (max-width: 575px) {
  .box-simple .box__actions .btn-outline-simple {
    font-size: 1.2rem;
  }
}
.box-simple .box__actions .btn {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .box-simple .box__actions .btn {
    font-size: 1.2rem;
  }
}
/* ------------------------------------------------------------ *\
	box-summary
\* ------------------------------------------------------------ */
.box-summary {
  padding: 2.4rem;
  background-color: var(--c-gray-25);
  border-radius: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--c-gray-700);
  /* box col size 1 */
  /* box col size 2 */
  /* box col size 3 */
  /* box col size 4 */
  /* box col size 5 */
  /* box col flex */
}
@media (max-width: 575px) {
  .box-summary {
    font-size: 1.2rem;
    padding: 2.2rem 2.4rem;
    line-height: 1.33;
  }
}
.box-summary .box__cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.box-summary .box__cols ~ .box__cols {
  margin-top: 2.4rem;
}
.box-summary .box__col {
  padding: 0 1rem;
}
.box-summary .box__col--size1 {
  width: calc(59.3% - 1rem);
  max-width: calc(59.3% - 1rem);
}
@media (max-width: 767px) {
  .box-summary .box__col--size1 {
    width: calc(62% - 1rem);
    max-width: calc(62% - 1rem);
  }
}
.box-summary .box__col--size2 {
  width: calc(40.7% - 1rem);
  max-width: calc(40.7% - 1rem);
}
@media (max-width: 767px) {
  .box-summary .box__col--size2 {
    width: calc(38% - 1rem);
    max-width: calc(38% - 1rem);
  }
}
.box-summary .box__col--size3 {
  width: calc(35% - 1rem);
  max-width: calc(35% - 1rem);
}
@media (max-width: 767px) {
  .box-summary .box__col--size3 {
    width: calc(62% - 1rem);
    max-width: calc(62% - 1rem);
  }
}
.box-summary .box__col--size4 {
  width: calc(37.7% - 1rem);
  max-width: calc(37.7% - 1rem);
}
@media (max-width: 767px) {
  .box-summary .box__col--size4 {
    width: calc(38% - 1rem);
    max-width: calc(38% - 1rem);
  }
}
.box-summary .box__col--size5 {
  width: calc(23.3% - 1rem);
  max-width: calc(23.3% - 1rem);
}
@media (max-width: 767px) {
  .box-summary .box__col--size5 {
    margin-top: 2.5rem;
    width: calc(62% - 1rem);
    max-width: calc(62% - 1rem);
  }
}
.box-summary .box__col--flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 575px) {
  .box-summary .box__col--flex {
    gap: 2.5rem;
  }
}
@media (max-width: 374px) {
  .box-summary .box__col--flex {
    gap: 1.5rem;
  }
}
.box-summary span {
  display: block;
  margin-bottom: 0.4rem;
}
@media (max-width: 575px) {
  .box-summary span {
    margin-bottom: 0.4rem;
  }
}
.box-summary strong {
  font-weight: 600;
  color: #000;
}
/* ------------------------------------------------------------ *\
	box
\* ------------------------------------------------------------ */
.box {
  padding: 1.6rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .box {
    padding: 1.1rem 1.2rem;
  }
}
.box h5 {
  margin-bottom: 1.2rem;
}
@media (max-width: 575px) {
  .box h5 {
    margin-bottom: 2.5rem;
  }
}
.box .box__labels {
  margin-bottom: 1.2rem;
}
@media (max-width: 575px) {
  .box .box__labels {
    margin-bottom: 1.7rem;
  }
}
.box .box__labels a {
  text-decoration: none;
}
.box .box__list-meta {
  padding: 1.3rem 0 1rem 0.9rem;
  margin-top: 1.3rem;
  margin-bottom: 1.2rem;
  border-top: 0.1rem solid var(--c-gray-50);
  border-bottom: 0.1rem solid var(--c-gray-50);
}
@media (max-width: 575px) {
  .box .box__list-meta {
    padding: 1rem 0 1.3rem 0.9rem;
    margin-bottom: 1.6rem;
  }
}
.box .box__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.box .box__price {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--c-green-700);
  font-weight: 600;
}
@media (max-width: 575px) {
  .box .box__price {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
/* box popup */
.box--popup {
  padding: 2.4rem;
  background-color: var(--c-white);
}
@media (max-width: 767px) {
  .box--popup {
    padding: 1.2rem;
  }
}
.box--popup .box__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .box--popup .box__title {
    margin-bottom: 1.6rem;
  }
}
.box--popup .box__title h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .box--popup .box__title h3 {
    font-size: 1.5rem;
  }
}
.box--popup .box__labels {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .box--popup .box__labels {
    margin-bottom: 1.6rem;
  }
}
.box--popup .box__price {
  font-size: 2.8rem;
  line-height: 1.285;
}
@media (max-width: 767px) {
  .box--popup .box__price {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	boxes
\* ------------------------------------------------------------ */
.boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1199px) {
  .boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  list-style-type: none;
  display: flex;
  color: rgba(0, 0, 0, 0.4509803922);
  font-size: 1.6rem;
  line-height: 1.5;
  /* is current */
}
.breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem;
}
.breadcrumbs li:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.7rem;
  width: 0.1rem;
  height: 1.4rem;
  background-color: rgba(0, 0, 0, 0.4509803922);
  transform: rotate(15deg);
}
.breadcrumbs li.is-current a {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.8784313725);
}
.breadcrumbs li a {
  text-decoration: none;
  padding: 0.1rem 0.5rem 0.3rem;
  border-radius: 0.6rem;
  transition: color var(--t-duration), background-color var(--t-duration) ease-in-out;
}
.breadcrumbs li a:hover {
  color: rgba(0, 0, 0, 0.8784313725);
  background-color: var(--c-gray-50);
}
/* ------------------------------------------------------------ *\
	btn-circle
\* ------------------------------------------------------------ */
.btn-circle {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 1.4rem;
  border-radius: 100%;
  position: relative;
  border: 0.1rem solid var(--c-gray-50);
  /* have items */
}
@media (max-width: 1023px) {
  .btn-circle {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .btn-circle {
    padding: 0.7rem;
  }
}
@media (max-width: 1023px) {
  .btn-circle img {
    width: 2.4rem;
  }
}
@media (max-width: 575px) {
  .btn-circle img {
    width: 2rem;
  }
}
.btn-circle span {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: -1rem;
  background-color: var(--c-indigo-700);
  color: var(--c-white);
  line-height: 1;
  display: none;
}
@media (max-width: 1023px) {
  .btn-circle span {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 767px) {
  .btn-circle span {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    top: -0.4rem;
    right: -0.4rem;
  }
}
.btn-circle.have-items span {
  display: flex;
}
/* btn circle alt */
.btn-circle--alt {
  transition: border-color var(--t-duration) ease-in-out;
  padding: 1rem;
}
@media (max-width: 575px) {
  .btn-circle--alt {
    padding: 0.4rem;
  }
}
.btn-circle--alt:hover {
  border-color: var(--c-indigo-700);
}
@media (max-width: 575px) {
  .btn-circle--alt img {
    width: 1.4rem;
  }
}
/* btn circle adjust */
.btn-circle--adjust {
  transition: border-color var(--t-duration) ease-in-out;
  padding: 1.2rem;
}
.btn-circle--adjust:hover {
  border-color: var(--c-indigo-700);
}
@media (max-width: 575px) {
  .btn-circle--adjust img {
    width: 1.4rem;
  }
}
/* btn circle modify */
.btn-circle--modify {
  transition: border-color var(--t-duration) ease-in-out;
  padding: 1.2rem;
  border-color: #D9D9D9;
  background-color: var(--c-white);
}
.btn-circle--modify:hover {
  border-color: var(--c-indigo-700);
}
@media (max-width: 1023px) {
  .btn-circle--modify img {
    width: auto;
  }
}
@media (max-width: 575px) {
  .btn-circle--modify img {
    width: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	btn-outline-simple
\* ------------------------------------------------------------ */
.btn-outline-simple {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  gap: 0.8rem;
  align-items: center;
  border: 0.1rem solid #D9D9D9;
  padding: 0.9rem 1.4rem;
  font-size: 1.6rem;
  line-height: 1.142;
  border-radius: 7.4rem;
  color: var(--c-gray-900);
  transition: border-color var(--t-duration), color var(--t-duration) ease-in-out;
}
@media (max-width: 767px) {
  .btn-outline-simple {
    border-radius: 1.6rem;
  }
}
@media (max-width: 575px) {
  .btn-outline-simple {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.btn-outline-simple:hover {
  color: var(--c-indigo-700);
  border-color: var(--c-indigo-700);
}
/* .btn-outline-simple adjust */
.btn-outline-simple--adjust {
  padding: 1.1rem 3.2rem;
  font-size: 1.4rem;
}
/* .btn-outline-simple modify */
.btn-outline-simple--modify {
  padding: 1.1rem 1.5rem;
  font-size: 1.4rem;
}
@media (max-width: 575px) {
  .btn-outline-simple--modify {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
/* ------------------------------------------------------------ *\
	btn-outline
\* ------------------------------------------------------------ */
.btn-outline {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  gap: 1.2rem;
  align-items: center;
  border: 0.1rem solid var(--c-gray-50);
  padding: 0.9rem 2rem;
  font-size: 1.4rem;
  line-height: 1.142;
  border-radius: 7.4rem;
}
.btn-outline span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--c-gray-500);
}
.btn-outline strong {
  font-weight: 600;
  color: var(--c-gray-900);
}
.btn-outline .btn__ico {
  width: 0.8rem;
}
/* btn outline alt */
.btn-outline--alt {
  justify-content: space-between;
  border-radius: 1.2rem;
  padding: 1.2rem 1.4rem 1rem;
}
.btn-outline--alt .btn__content {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.btn-outline--alt .btn__member {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  border-radius: 100%;
}
.btn-outline--alt .btn__member img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-outline--alt span {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
/* ------------------------------------------------------------ *\
	btn-plain
\* ------------------------------------------------------------ */
.btn-plain {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 1rem 1.2rem;
  color: var(--c-gray-900);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.428;
  border-radius: 1rem;
  transition: background-color var(--t-duration) ease-in-out;
}
.btn-plain:hover {
  background-color: var(--c-gray-50);
}
@media (max-width: 575px) {
  .btn-plain {
    font-size: 1rem;
    line-height: 1.2;
  }
}
/* btn-plain adjust */
.btn-plain--adjust {
  padding: 0;
  gap: 1rem;
  font-size: 1.6rem;
  color: var(--c-delete);
}
.btn-plain--adjust:hover {
  background-color: transparent;
}
/* btn-plain modify */
.btn-plain--modify {
  font-size: 1.6rem;
  font-weight: 600;
  gap: 1rem;
  color: var(--c-gray-900);
}
.btn-plain--modify img {
  position: relative;
  top: 0.1rem;
}
/* ------------------------------------------------------------ *\
	btn-simple
\* ------------------------------------------------------------ */
.btn-simple {
  display: inline-flex;
  text-decoration: none;
  appearance: none;
  vertical-align: middle;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #007AFF;
  transition: color var(--t-duration) ease-in-out;
}
@media (max-width: 575px) {
  .btn-simple {
    font-size: 1.5rem;
  }
}
.btn-simple:hover {
  color: var(--c-indigo-700);
}
/* btn-simple--dark */
.btn-simple--dark {
  color: var(--c-gray-900);
}
/* ------------------------------------------------------------ *\
	btn-white
\* ------------------------------------------------------------ */
.btn-white {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  background-color: var(--c-white);
  text-decoration: none;
  padding: 1.6rem 1.6rem 1.3rem;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.33;
  color: var(--c-gray-900);
  -webkit-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn-white {
    font-size: 1.2rem;
    line-height: 1.333;
    padding: 1.2rem 1.6rem;
  }
}
.btn-white .btn__ico {
  pointer-events: all;
  cursor: pointer;
}
/* ------------------------------------------------------------ *\
	card
\* ------------------------------------------------------------ */
.card {
  padding: 1.6rem;
  border: 0.1rem solid var(--c-gray-50);
  border-radius: 1.6rem;
  /* .card__btn selected */
}
.card .card__image {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .card .card__image {
    text-align: center;
  }
}
.card h5 {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .card h5 {
    margin-bottom: 1.6rem;
  }
}
.card .card__wrapper {
  padding: 1.6rem;
  border-radius: 1.6rem;
  background-color: var(--c-gray-25);
  font-size: 1.2rem;
  color: var(--c-gray-700);
  line-height: 1.333;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .card .card__wrapper {
    margin-bottom: 1.6rem;
  }
}
.card .card__wrapper ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .card .card__wrapper ul {
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .card .card__wrapper ul li {
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.card .card__wrapper ul li ~ li {
  padding-left: 1.2rem;
  border-left: 0.1rem solid var(--c-gray-50);
}
@media (max-width: 767px) {
  .card .card__wrapper ul li ~ li {
    padding-left: 2.2rem;
  }
}
.card .card__wrapper ul li span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}
.card .card__wrapper ul li strong {
  font-weight: 600;
  color: var(--c-gray-900);
}
.card .card__btn {
  width: 100%;
  padding: 1.4rem 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .card .card__btn {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1.1rem 1rem;
  }
}
.card .card__btn--selected {
  padding: 1.3rem 1rem;
  pointer-events: none;
  background-color: transparent;
  color: var(--c-green-700);
  border: 0.1rem solid var(--c-green-700);
}
@media (max-width: 767px) {
  .card .card__btn--selected {
    padding: 1rem 1rem;
  }
}
/* ------------------------------------------------------------ *\
	cards-wrapper
\* ------------------------------------------------------------ */
.cards-wrapper {
  background-color: var(--c-white);
  height: 77.8rem;
  overflow: hidden;
  border-radius: 3.2rem;
  padding: 3.2rem;
}
@media (max-width: 767px) {
  .cards-wrapper {
    border-radius: 1.6rem;
    padding: 1.6rem;
    height: 74.9svh;
  }
}
.cards-wrapper .cards__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .cards-wrapper .cards__bar {
    padding-bottom: 2rem;
  }
}
.cards-wrapper .cards__bar h3 {
  margin-bottom: 0;
}
.cards-wrapper .cards__inner {
  height: 100%;
  padding-bottom: 7rem;
  padding-top: 3.8rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .cards-wrapper .cards__inner {
    padding-top: 0;
  }
}
.cards-wrapper .cards__inner::-webkit-scrollbar {
  width: 0;
  height: 0;
  scrollbar-width: 0;
  scrollbar-color: transparent rgba(255, 255, 255, 0);
}
/* ------------------------------------------------------------ *\
	cards
\* ------------------------------------------------------------ */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* ------------------------------------------------------------ *\
	checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none;
}
.checkbox label {
  position: relative;
  padding-left: 2.4rem;
  color: rgba(0, 0, 0, 0.8784313725);
  font-size: 1.4rem;
  line-height: 1.571;
}
@media (max-width: 575px) {
  .checkbox label {
    font-size: 1.2rem;
  }
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid var(--c-gray-100);
  border-radius: 0.4rem;
}
@media (max-width: 575px) {
  .checkbox label:before {
    top: 0;
  }
}
.checkbox label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6rem;
  left: 0.4rem;
  width: 0.8rem;
  height: 0.5rem;
  border: 0.1rem solid;
  border-color: transparent transparent var(--c-indigo-700) var(--c-indigo-700);
  transform: rotate(-55deg);
  opacity: 0;
}
@media (max-width: 575px) {
  .checkbox label:after {
    top: 0.4rem;
  }
}
.checkbox input:checked ~ label:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	field
\* ------------------------------------------------------------ */
.field {
  display: block;
  width: 100%;
  border: 0.1rem solid var(--c-gray-100);
  border-radius: 1rem;
  padding: 1.2rem 1.1rem;
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--c-gray-900);
  transition: border-color var(--t-duration) ease-in-out;
}
@media (max-width: 575px) {
  .field {
    font-size: 1.2rem;
    padding: 1.4rem 1.1rem;
  }
}
.field:focus {
  border-color: var(--c-indigo-700);
}
/* field adjust */
.field--alt::placeholder {
  color: rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 767px) {
  .field--alt::placeholder {
    color: var(--c-gray-500);
  }
}
/* field--disabled */
.field--disabled {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.0392156863);
}
.field--disabled::placeholder {
  color: rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 767px) {
  .field--disabled::placeholder {
    color: var(--c-gray-500);
  }
}
/* ------------------------------------------------------------ *\
	form-basic
\* ------------------------------------------------------------ */
.form-basic {
  /* form row flex */
}
.form-basic .form__head {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--c-gray-700);
  text-align: center;
}
@media (max-width: 575px) {
  .form-basic .form__head {
    font-size: 1.5rem;
    line-height: 1.3333;
    margin-bottom: 2.2rem;
  }
}
.form-basic .form__head h2 {
  margin: 0 -0.5rem 0.8rem;
}
@media (max-width: 767px) {
  .form-basic .form__head h2 {
    margin: 0 0.6rem 0.8rem;
    font-size: 2.8rem;
    font-weight: 700;
  }
}
.form-basic .form__row + .form__row {
  margin-top: 2.3rem;
}
@media (max-width: 575px) {
  .form-basic .form__row + .form__row {
    margin-top: 1.5rem;
  }
}
.form-basic .form__row + .form__row--flex {
  margin-top: 2.8rem;
}
@media (max-width: 575px) {
  .form-basic .form__row + .form__row--flex {
    margin-top: 2.1rem;
  }
}
.form-basic .form__row--flex {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 0.3rem;
}
.form-basic .form__btn-plain {
  display: inline-block;
  text-decoration: none;
  appearance: none;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #007AFF;
  transition: color var(--t-duration) ease-in-out;
}
@media (max-width: 575px) {
  .form-basic .form__btn-plain {
    font-size: 1.2rem;
  }
}
.form-basic .form__btn-plain:hover {
  color: var(--c-indigo-700);
}
.form-basic .form__cols {
  display: flex;
  margin: 0 -0.6rem;
}
.form-basic .form__col {
  width: calc(50% - 0.6rem);
  max-width: calc(50% - 0.6rem);
  margin: 0 0.6rem;
}
.form-basic .form__label {
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 575px) {
  .form-basic .form__label {
    font-size: 1.2rem;
  }
}
.form-basic .form__controls {
  position: relative;
}
.form-basic .form__controls a {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
@media (max-width: 575px) {
  .form-basic .form__controls a {
    top: 1.3rem;
  }
}
.form-basic .form__controls input {
  padding-right: 3rem;
}
.form-basic .form__actions {
  margin-top: 3.4rem;
}
@media (max-width: 575px) {
  .form-basic .form__actions {
    margin-top: 3.8rem;
  }
}
.form-basic .form__btn {
  border: none;
  font-size: 1.6rem;
  padding: 1.6rem 2rem;
  width: 100%;
}
@media (max-width: 575px) {
  .form-basic .form__btn {
    font-size: 1.5rem;
    padding: 1.4rem 2rem;
  }
}
/* form__basic--adjust */
.form-basic--adjust .form__actions {
  margin-top: 1.5rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .form-basic--adjust .form__actions {
    margin-top: 2.4rem;
    margin-bottom: 3.4rem;
  }
}
/* form__basic---modify */
.form-basic--modify .form__actions {
  margin-top: 3.2rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .form-basic--modify .form__actions {
    margin-top: 2.4rem;
    margin-bottom: 3.4rem;
  }
}
/* ------------------------------------------------------------ *\
	form-simple
\* ------------------------------------------------------------ */
.form-simple {
  padding-left: 3rem;
  padding-top: 2.3rem;
  /* form col size 1 */
  /* form col size 2 */
}
@media (max-width: 1023px) {
  .form-simple {
    padding: 0;
  }
}
.form-simple .form__entry {
  margin-bottom: 2.6rem;
  color: var(--c-gray-700);
}
@media (max-width: 1023px) {
  .form-simple .form__entry {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .form-simple .form__entry {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 575px) {
  .form-simple .form__entry {
    font-size: 1.2rem;
  }
}
.form-simple .form__entry h3 {
  margin-bottom: 1.2rem;
}
.form-simple .form__cols {
  display: flex;
  margin: 0 -1.2rem;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .form-simple .form__cols {
    margin: 0;
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}
.form-simple .form__col {
  padding: 0 1.2rem;
}
@media (max-width: 575px) {
  .form-simple .form__col {
    padding: 0;
  }
}
.form-simple .form__col--size1 {
  width: calc(57.4% - 1.2rem);
  max-width: calc(57.4% - 1.2rem);
}
@media (max-width: 575px) {
  .form-simple .form__col--size1 {
    width: 100%;
    max-width: 100%;
  }
}
.form-simple .form__col--size2 {
  flex: 1 1 auto;
}
@media (max-width: 575px) {
  .form-simple .form__col--size2 {
    width: 100%;
    max-width: 100%;
  }
}
.form-simple .form__label {
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 575px) {
  .form-simple .form__label {
    font-size: 1.2rem;
  }
}
.form-simple .form__btn {
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.7rem 3rem;
}
@media (max-width: 767px) {
  .form-simple .form__btn {
    width: 100%;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	form
\* ------------------------------------------------------------ */
.form {
  /* form__cols--flex-mobile */
  /* form col no margin */
  /* form__label--disabled */
}
.form .form__head {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid var(--c-gray-50);
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .form .form__head {
    margin-bottom: 1.5rem;
  }
}
.form .form__group h5 {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .form .form__group h5 {
    margin-bottom: 1.9rem;
  }
}
.form .form__row + .form__row {
  margin-top: 3.3rem;
}
@media (max-width: 767px) {
  .form .form__row + .form__row {
    margin-top: 1.3rem;
  }
}
.form .form__cols {
  display: flex;
  margin: 0 -1.6rem;
}
@media (max-width: 1023px) {
  .form .form__cols {
    margin: 0;
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .form .form__cols {
    gap: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .form .form__cols--flex-mobile {
    flex-direction: row;
    margin: 0 -1.6rem;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .form .form__cols--flex-mobile {
    margin: 0 -0.8rem;
  }
}
@media (max-width: 1023px) {
  .form .form__cols--flex-mobile .form__col {
    width: calc(50% - 1.6rem);
    max-width: calc(50% - 1.6rem);
    margin: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .form .form__cols--flex-mobile .form__col {
    margin: 0 0.8rem;
  }
}
.form .form__col {
  width: calc(50% - 1.6rem);
  max-width: calc(50% - 1.6rem);
  margin: 0 1.6rem;
}
@media (max-width: 1023px) {
  .form .form__col {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.form .form__col--no-margin {
  margin: 0;
}
.form .form__label {
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 575px) {
  .form .form__label {
    font-size: 1.2rem;
  }
}
.form .form__label--disabled {
  pointer-events: none;
}
.form .form__alert {
  background-color: var(--c-green-50);
  padding: 0.4rem 1.2rem;
  border-radius: 12rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--c-green-700);
  margin-left: 1.2rem;
  display: inline-block;
}
@media (max-width: 575px) {
  .form .form__alert {
    font-size: 1.2rem;
    padding: 0.5rem 1.2rem;
  }
}
.form .form__group ~ .form__group {
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .form .form__group ~ .form__group {
    margin-top: 2.4rem;
  }
}
.form .form__group ~ .form__group h5 {
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .form .form__group ~ .form__group h5 {
    margin-bottom: 2rem;
  }
}
.form .form__group ~ .form__group .form__row ~ .form__row {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .form .form__group ~ .form__group .form__row ~ .form__row {
    margin-top: 1.6rem;
  }
}
.form .form__btn {
  border: none;
  font-size: 1.4rem;
  padding: 1rem 4.2rem;
}
@media (max-width: 575px) {
  .form .form__btn {
    font-size: 1.2rem;
  }
}
/* form alt */
.form--alt {
  /* form__cols--flex-mobile */
}
.form--alt .form__cols {
  margin: 0 -2.4rem;
}
@media (max-width: 1023px) {
  .form--alt .form__cols {
    margin: 0;
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .form--alt .form__cols {
    gap: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .form--alt .form__cols--flex-mobile {
    flex-direction: row;
    margin: 0 -1.6rem;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .form--alt .form__cols--flex-mobile {
    margin: 0 -0.8rem;
  }
}
@media (max-width: 1023px) {
  .form--alt .form__cols--flex-mobile .form__col {
    width: calc(50% - 1.6rem);
    max-width: calc(50% - 1.6rem);
    margin: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .form--alt .form__cols--flex-mobile .form__col {
    margin: 0 0.8rem;
  }
}
.form--alt .form__col {
  width: calc(50% - 2.4rem);
  max-width: calc(50% - 2.4rem);
  margin: 0 2.4rem;
}
@media (max-width: 1023px) {
  .form--alt .form__col {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.form--alt .form__row + .form__row {
  margin-top: 4.6rem;
}
@media (max-width: 1023px) {
  .form--alt .form__row + .form__row {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .form--alt .form__row + .form__row {
    margin-top: 1.3rem;
  }
}
.form--alt .form__group ~ .form__group .form__row ~ .form__row {
  margin-top: 4.6rem;
}
@media (max-width: 1023px) {
  .form--alt .form__group ~ .form__group .form__row ~ .form__row {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .form--alt .form__group ~ .form__group .form__row ~ .form__row {
    margin-top: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	header
\* ------------------------------------------------------------ */
.header {
  padding: 2.8rem 0;
  position: relative;
  z-index: 100;
  border-bottom: 0.1rem solid var(--c-gray-100);
  /* menu open */
}
@media (max-width: 1023px) {
  .header {
    border: none;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 3.2rem 0 0;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.header .header__nav-trigger {
  display: none;
}
@media (max-width: 1023px) {
  .header .header__nav-trigger {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .header .header__logo {
    display: none;
  }
}
.header .header__menu {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1023px) {
  .header .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 90vw;
    height: 101svh;
    pointer-events: none;
    overflow: hidden;
    display: block;
  }
}
.header .header__menu-inner {
  display: contents;
}
@media (max-width: 1023px) {
  .header .header__menu-inner {
    display: flex;
    flex-direction: column;
    padding: 3.6rem 1.6rem 2.4rem;
    border-right: 0.1rem solid var(--c-gray-50);
    gap: 2.4rem;
    width: 95%;
    height: 100%;
    overflow: auto;
    pointer-events: all;
    background-color: var(--c-white);
    transform: translateX(-101%);
    transition: transform var(--t-duration) ease-in-out;
  }
}
.header .header__btn-white {
  display: none;
}
@media (max-width: 1023px) {
  .header .header__btn-white {
    display: flex;
  }
}
.header .header__menu-actions {
  display: none;
}
@media (max-width: 1023px) {
  .header .header__menu-actions {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .header .header__menu-actions .btn {
    font-weight: 600;
    padding: 1.3rem 1.6rem;
  }
}
.header .header__aside {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .header .header__aside {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .header .header__aside {
    gap: 0.7rem;
  }
}
.header.menu-open .header__menu-inner {
  transform: translateX(0%);
  transition: transform 0.8s cubic-bezier(0.6, -0.55, 0.25, 1.24);
}
/* header--logged-in */
.header--logged-in .header__aside {
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .header--logged-in .header__aside .btn-outline {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header--logged-in .header__menu-actions .btn-outline {
    display: flex;
    width: 100%;
  }
}
/* header plain */
.header--plain {
  border: none;
  padding: 2.8rem 0 0;
}
@media (max-width: 1023px) {
  .header--plain {
    padding: 4.1rem 0 0;
  }
}
@media (max-width: 1023px) {
  .header--plain .header__inner {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .header--plain .header__logo {
    display: inline-block;
  }
}
/* ------------------------------------------------------------ *\
	label
\* ------------------------------------------------------------ */
.label {
  font-size: 1.4rem;
  line-height: 1.142;
  color: var(--c-gray-900);
  padding: 0.5rem 1.1rem;
  border: 0.1rem solid var(--c-gray-50);
  border-radius: 0.6rem;
}
@media (max-width: 575px) {
  .label {
    font-size: 1.2rem;
    padding: 0.4rem 0.7rem 0.4rem;
  }
}
/* ------------------------------------------------------------ *\
	labels
\* ------------------------------------------------------------ */
.labels {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
/* ------------------------------------------------------------ *\
	list-meta
\* ------------------------------------------------------------ */
.list-meta {
  list-style-type: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.142;
  flex-wrap: wrap;
  gap: 3.1rem;
}
@media (max-width: 575px) {
  .list-meta {
    font-size: 1.2rem;
  }
}
.list-meta li {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
@media (max-width: 575px) {
  .list-meta img {
    width: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	list-progress
\* ------------------------------------------------------------ */
.list-progress {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  /* is current */
}
.list-progress li {
  padding: 0.3rem 0;
  background-color: var(--c-gray-50);
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .list-progress li {
    padding: 0.4rem 0;
  }
}
.list-progress li.is-current {
  background-color: var(--c-indigo-700);
}
/* ------------------------------------------------------------ *\
	logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-flex;
  gap: 0.4rem;
  background-color: var(--c-white);
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  border-radius: 1.2rem;
  cursor: pointer;
  -webkit-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
}
/* ------------------------------------------------------------ *\
	media
\* ------------------------------------------------------------ */
.media {
  border: 0.1rem solid var(--c-gray-50);
  border-radius: 1.6rem;
  padding: 1.4rem;
}
@media (max-width: 767px) {
  .media {
    border: none;
    border-radius: 0;
    padding: 0.3rem 0;
  }
}
.media .media__bar {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 575px) {
  .media .media__bar {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .media .media__bar h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.media .media__ico {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(56, 78, 199, 0.0509803922);
  border-radius: 100%;
}
@media (max-width: 575px) {
  .media .media__ico {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media (max-width: 575px) {
  .media .media__ico img {
    width: 2.2rem;
  }
}
.media .media__meta {
  padding: 1.4rem 0 1.5rem 0.9rem;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  gap: 2.9rem;
  border-top: 0.1rem solid var(--c-gray-50);
  border-bottom: 0.1rem solid var(--c-gray-50);
}
@media (max-width: 575px) {
  .media .media__meta {
    font-size: 1.2rem;
    padding: 1.2rem 0 1.3rem 1rem;
    margin-bottom: 2.4rem;
  }
}
.media .media__meta li {
  gap: 0.4rem;
}
/* ------------------------------------------------------------ *\
	mfp
\* ------------------------------------------------------------ */
.mfp-bg {
  background: rgba(0, 0, 0, 0.2509803922);
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-gray-900);
  /* is current */
}
@media (max-width: 575px) {
  .nav {
    font-size: 1.5rem;
  }
}
.nav > ul {
  list-style-type: none;
  display: flex;
  gap: 3.3rem;
}
@media (max-width: 1199px) {
  .nav > ul {
    gap: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul {
    flex-direction: column;
    gap: 0;
  }
}
.nav > ul > li {
  position: relative;
  transition: color var(--t-duration) ease-in-out;
}
.nav > ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 0%;
  height: 0.2rem;
  background-color: var(--c-indigo-700);
  transition: width var(--t-duration) ease-in-out;
}
@media (max-width: 1023px) {
  .nav > ul > li:before {
    display: none;
  }
}
.nav > ul > li:hover {
  color: var(--c-indigo-700);
}
.nav > ul > li:hover:before {
  width: 100%;
}
.nav > ul > li.is-current {
  color: var(--c-indigo-700);
}
.nav > ul > li.is-current:before {
  width: 100%;
}
.nav > ul > li.is-current > a {
  font-weight: 600;
}
.nav > ul > li > a {
  text-decoration: none;
  transition: background-color var(--t-duration) ease-in-out;
}
@media (max-width: 1023px) {
  .nav > ul > li > a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem;
    border-radius: 0.6rem;
  }
}
.nav > ul > li > a svg {
  display: none;
}
@media (max-width: 1023px) {
  .nav > ul > li > a svg {
    display: inline-block;
  }
}
/* ------------------------------------------------------------ *\
	paging
\* ------------------------------------------------------------ */
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  /* is-disabled */
  /* is current */
}
.paging .paging__prev,
.paging .paging__next {
  display: inline-flex;
  text-decoration: none;
  padding: 1rem 1.3rem;
  border-radius: 0.4rem;
  transition: background-color var(--t-duration) ease-in-out;
}
.paging .paging__prev:hover,
.paging .paging__next:hover {
  background-color: var(--c-gray-50);
}
.paging .is-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  pointer-events: none;
}
.paging ol {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.142;
  color: rgba(0, 0, 0, 0.8784313725);
  margin-bottom: 0;
  margin-top: -0.2rem;
}
@media (max-width: 575px) {
  .paging ol {
    font-size: 1.2rem;
  }
}
.paging ol li a {
  text-decoration: none;
  display: inline-block;
  padding: 0.7rem 1.2rem;
  border-radius: 0.6rem;
  border: 0.1rem solid transparent;
  transition: background-color var(--t-duration) ease-in-out;
}
.paging ol li a:hover {
  background-color: var(--c-gray-50);
}
.paging ol li.is-current a {
  border: 0.1rem solid var(--c-indigo-700);
  pointer-events: none;
}
/* ------------------------------------------------------------ *\
	popup
\* ------------------------------------------------------------ */
.popup {
  pointer-events: none;
}
.popup .mfp-close {
  display: none;
}
.popup .popup__inner {
  max-width: 105.6rem;
  margin: auto auto;
  padding: 5rem 3rem;
}
@media (max-width: 767px) {
  .popup .popup__inner {
    padding: 10svh 1rem;
  }
}
.popup .popup__content {
  pointer-events: all;
}
.popup .popup__close {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  border: 0.1rem solid var(--c-gray-50);
  transition: border-color var(--t-duration) ease-in-out;
}
@media (max-width: 767px) {
  .popup .popup__close {
    width: 4rem;
    height: 4rem;
  }
}
.popup .popup__close:hover {
  border-color: var(--c-indigo-700);
}
@media (max-width: 767px) {
  .popup .popup__close img {
    width: 1.8rem;
  }
}
.popup .popup__holder-2 {
  display: none;
}
/* popup ticket */
.popup--ticket .popup__inner {
  max-width: 77.8rem;
}
/* popup sign-in */
.popup--sign-in .popup__inner {
  max-width: 47rem;
}
/* popup success */
.popup--success .popup__inner {
  max-width: 83rem;
}
/* ------------------------------------------------------------ *\
	product
\* ------------------------------------------------------------ */
.product {
  padding: 1rem 1rem 1.2rem;
  border: 0.1rem solid var(--c-gray-50);
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 575px) {
  .product {
    padding: 1.1rem 1.1rem 1rem;
  }
}
.product .product__ico {
  border-radius: 100%;
  background-color: rgba(56, 78, 199, 0.0509803922);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem;
}
@media (max-width: 575px) {
  .product .product__ico {
    padding: 0.8rem;
  }
}
@media (max-width: 575px) {
  .product .product__ico img {
    width: 2rem;
  }
}
.product h5 {
  margin-bottom: 0.2rem;
}
@media (max-width: 575px) {
  .product h5 {
    font-size: 1.2rem;
  }
}
.product .product__price {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--c-green-700);
}
@media (max-width: 575px) {
  .product .product__price {
    font-size: 1.2rem;
  }
}
.product .product__btn {
  margin-left: auto;
}
/* product small */
.product--small {
  padding: 1.1rem 0.6rem 1.2rem 0.9rem;
}
@media (max-width: 575px) {
  .product--small {
    padding: 1.1rem 0.6rem 1.2rem 1.1rem;
  }
}
.product--small h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
@media (max-width: 575px) {
  .product--small h5 {
    font-size: 1.2rem;
  }
}
.product--small .product__price {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 575px) {
  .product--small .product__price {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  .product--small .product__ico {
    padding: 0.8rem;
  }
}
@media (max-width: 575px) {
  .product--small .product__ico img {
    width: auto;
  }
}
/* product--popup */
.product--popup {
  background-color: var(--c-white);
  padding: 1.4rem 1.3rem 1.4rem;
}
.product--popup .product__content {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--c-gray-700);
}
@media (max-width: 767px) {
  .product--popup .product__content {
    font-size: 1.2rem;
  }
}
.product--popup .product__content h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--c-gray-900);
}
@media (max-width: 767px) {
  .product--popup .product__content h5 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.33;
  }
}
@media (max-width: 767px) {
  .product--popup .product__ico {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .product--popup .product__ico img {
    width: 2.4rem;
  }
}
.product--popup .product__ico-alt {
  border-radius: 100%;
  background-color: var(--c-green-50);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
}
/* product--popup-alt */
.product--popup-alt {
  background-color: var(--c-white);
  padding: 1.4rem 1.3rem 1.4rem;
}
@media (max-width: 767px) {
  .product--popup-alt {
    flex-wrap: wrap;
  }
}
.product--popup-alt .product__content {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--c-gray-700);
}
@media (max-width: 767px) {
  .product--popup-alt .product__content {
    font-size: 1.2rem;
  }
}
.product--popup-alt .product__content h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--c-gray-900);
}
@media (max-width: 767px) {
  .product--popup-alt .product__content h5 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.33;
  }
}
@media (max-width: 767px) {
  .product--popup-alt .product__ico {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .product--popup-alt .product__ico img {
    width: 2.4rem;
  }
}
.product--popup-alt .product__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .product--popup-alt .product__actions {
    width: 100%;
    max-width: 100%;
    margin-left: unset;
  }
}
@media (max-width: 374px) {
  .product--popup-alt .product__actions {
    grid-template-columns: 1fr;
  }
}
.product--popup-alt .product__actions .mfp-close {
  display: inline-flex;
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 1.4rem;
  color: var(--c-white);
  font-family: var(--ff-base);
}
@media (max-width: 575px) {
  .product--popup-alt .product__actions .mfp-close {
    font-size: 1.2rem;
    padding: 1.1rem;
  }
}
@media (max-width: 575px) {
  .product--popup-alt .product__actions .btn {
    font-size: 1.2rem;
    padding: 1.1rem;
  }
}
/* ------------------------------------------------------------ *\
	products
\* ------------------------------------------------------------ */
.products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (max-width: 575px) {
  .products {
    gap: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	progress-wrapper
\* ------------------------------------------------------------ */
.progress-wrapper {
  padding: 2.4rem 0 2.2rem;
  background-color: var(--c-gray-25);
  border-top: 0.1rem solid var(--c-gray-100);
  border-bottom: 0.1rem solid var(--c-gray-100);
}
@media (max-width: 767px) {
  .progress-wrapper {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	progress
\* ------------------------------------------------------------ */
.progress {
  font-size: 1.4rem;
  line-height: 1.571;
  color: rgba(0, 0, 0, 0.4509803922);
  /* is-completed */
  /* is current */
}
.progress ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.progress li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.progress .progress__step {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.0588235294);
}
.progress .progress__step img {
  display: none;
}
.progress li.is-completed {
  color: rgba(0, 0, 0, 0.8784313725);
}
.progress li.is-completed img {
  display: inline-block;
}
.progress li.is-completed .progress__step {
  background-color: rgba(56, 78, 199, 0.0509803922);
}
.progress li.is-completed + li.progress__line {
  background-color: var(--c-indigo-700);
}
.progress li.is-current {
  color: rgba(0, 0, 0, 0.8784313725);
}
.progress li.is-current .progress__step {
  background-color: var(--c-indigo-700);
  color: var(--c-white);
}
.progress .progress__line {
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.0588235294);
  flex: 1 1 auto;
}
/* progress adjust */
.progress--adjust .progress__step {
  font-size: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
}
.progress--adjust ul {
  align-items: flex-start;
}
.progress--adjust li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.progress--adjust li.progress__line {
  margin-top: 1.5rem;
}
.progress--adjust strong {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.4rem;
  color: var(--c-gray-500);
}
.progress--adjust .progress__content {
  margin-top: 0.4rem;
}
.progress--adjust li.is-completed .progress__step {
  background-color: #E3FAFF;
}
.progress--adjust li.is-completed strong {
  color: var(--c-gray-900);
}
.progress--adjust li.is-current strong {
  color: var(--c-gray-900);
}
/* ------------------------------------------------------------ *\
	radio
\* ------------------------------------------------------------ */
.radio input {
  display: none;
}
.radio label {
  display: inline-block;
  padding: 0.8rem 2rem 1.5rem;
  border-radius: 1.6rem;
  border: 0.1rem solid var(--c-gray-50);
  text-align: center;
  transition: border-color var(--t-duration) ease-in-out;
}
@media (max-width: 575px) {
  .radio label {
    padding: 0.7rem 1.5rem 0.9rem;
  }
}
.radio input:checked ~ label {
  border-color: var(--c-indigo-700);
}
@media (max-width: 575px) {
  .radio label img {
    width: 6rem;
  }
}
/* ------------------------------------------------------------ *\
	radios
\* ------------------------------------------------------------ */
.radios {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 575px) {
  .radios {
    gap: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	section-primary
\* ------------------------------------------------------------ */
.section-primary .section__shell {
  padding-top: 2.2rem;
  padding-bottom: 3.6rem;
  min-height: calc(100svh - 11.2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 575px) {
  .section-primary .section__shell {
    padding-top: 2.4rem;
  }
}
.section-primary .section__breadcrumbs {
  margin-bottom: 1.6rem;
  margin-left: -0.5rem;
}
@media (max-width: 767px) {
  .section-primary .section__breadcrumbs {
    display: none;
  }
}
.section-primary .section__title {
  margin-bottom: 2.4rem;
}
.section-primary .section__actions {
  text-align: center;
}
/* ------------------------------------------------------------ *\
	section-profile
\* ------------------------------------------------------------ */
.section-profile {
  overflow: hidden;
  padding: 2.4rem 0 6.6rem;
  /* section__content--offset-top */
}
@media (max-width: 1023px) {
  .section-profile {
    padding: 2.4rem 0 4rem;
  }
}
.section-profile .section__breadcrumbs {
  margin-bottom: 2.4rem;
  margin-left: -0.5rem;
}
@media (max-width: 767px) {
  .section-profile .section__breadcrumbs {
    display: none;
  }
}
.section-profile .section__form-simple {
  max-width: 76.5rem;
}
.section-profile .section__title {
  margin-bottom: 2.4rem;
}
.section-profile .section__inner {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .section-profile .section__inner {
    display: block;
  }
}
.section-profile .section__aside {
  width: 25.2rem;
  max-width: 25.2rem;
  border-right: 0.1rem solid var(--c-gray-50);
}
@media (max-width: 1023px) {
  .section-profile .section__aside {
    width: 100%;
    max-width: 100%;
    border: none;
    margin-bottom: 2.4rem;
  }
}
.section-profile .section__content {
  flex: 1 1 auto;
  max-width: 84.4rem;
}
@media (max-width: 1023px) {
  .section-profile .section__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-profile .section__content--offset-top {
    padding-top: 1.6rem;
  }
}
.section-profile .section__tabs-nav {
  margin-bottom: 2.1rem;
}
@media (max-width: 1023px) {
  .section-profile .section__tabs-nav {
    margin-bottom: 0;
  }
}
.section-profile .section__btn-plain {
  padding-left: 0.4rem;
}
@media (max-width: 1023px) {
  .section-profile .section__btn-plain {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	section-secondary
\* ------------------------------------------------------------ */
.section-secondary {
  padding: 2.4rem 0;
  /* section__title--hidden-mobile */
}
@media (max-width: 767px) {
  .section-secondary {
    padding: 2rem 0;
  }
}
.section-secondary .section__breadcrumbs {
  margin-left: -0.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .section-secondary .section__breadcrumbs {
    display: none;
  }
}
.section-secondary .section__title {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .section-secondary .section__title {
    margin-bottom: 2.2rem;
    gap: 1.6rem;
  }
}
@media (max-width: 575px) {
  .section-secondary .section__title--hidden-mobile {
    display: none;
  }
}
.section-secondary .section__title h2 {
  display: flex;
  align-items: flex-end;
}
.section-secondary .section__title h2 span,
.section-primary .section__title h2 span
 {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--c-gray-400);
  font-weight: 600;
  position: relative;
  top: -0.5rem;
}
@media (max-width: 575px) {
  .section-secondary .section__title h2 span {
    font-size: 2.8rem;
    color: var(--c-gray-900);
    top: 0;
    font-weight: 400;
  }
}
.section-secondary .section__row {
  padding: 2.4rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .section-secondary .section__row {
    padding: 1.6rem;
  }
}
.section-secondary .section__row ~ .section__row {
  margin-top: 2.2rem;
}
.section-secondary .section__row-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  line-height: 1.5;
  color: var(--c-gray-700);
}
@media (max-width: 575px) {
  .section-secondary .section__row-bar {
    font-size: 1.5rem;
  }
}
.section-secondary .section__row-bar strong {
  font-size: 2rem;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-secondary .section__row-bar strong {
    font-size: 1.7rem;
  }
}
.section-secondary .section__bar-actions {
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .section-secondary .section__bar-actions {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
  }
}
.section-secondary .section__btn-outline-simple-mobile {
  /*display: none;*/
}
@media (max-width: 767px) {
  .section-secondary .section__btn-outline-simple-mobile {
    display: inline-flex;
  }
}
.section-secondary .section__bar {
  display: none;
}
@media (max-width: 767px) {
  .section-secondary .section__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
.section-secondary .section__bar h5 {
  margin-bottom: 0;
}
.section-secondary .section__alert {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section-secondary .section__alert {
    margin-bottom: -0.2rem;
  }
}
@media (max-width: 767px) {
  .section-secondary .section__counter {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.4rem;
    color: var(--c-gray-700);
  }
}
@media (max-width: 575px) {
  .section-secondary .section__counter {
    font-size: 1.2rem;
  }
}
.section-secondary .section__counter span {
  color: var(--c-indigo-700);
  background-color: rgba(56, 78, 199, 0.0509803922);
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.section-secondary .section__inner {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .section-secondary .section__inner {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .section-secondary .section__inner {
    flex-direction: column;
    gap: 2.4rem;
    align-items: stretch;
  }
}
.section-secondary .section__content {
  flex: 1 1 auto;
}
.section-secondary .section__aside {
  width: 41.8rem;
  max-width: 41.8rem;
}
@media (max-width: 1023px) {
  .section-secondary .section__aside {
    width: 32rem;
    max-width: 32rem;
  }
}
@media (max-width: 767px) {
  .section-secondary .section__aside {
    width: 100%;
    max-width: 100%;
  }
}
.section-secondary .section__actions {
  display: none;
  margin-top: 3.8rem;
}
@media (max-width: 767px) {
  .section-secondary .section__actions {
    display: block;
  }
}
.section-secondary .section__btn {
  width: 100%;
}
.section-secondary .section__wrapper {
  max-width: 67.6rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5rem;
}
@media (max-width: 1023px) {
  .section-secondary .section__wrapper {
    padding-bottom: 2rem;
  }
}
.section-secondary .section__wrapper-ico {
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
  background-color: var(--c-green-50);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .section-secondary .section__wrapper-ico {
    width: 14rem;
    height: 14rem;
  }
}
@media (max-width: 575px) {
  .section-secondary .section__wrapper-ico {
    width: 9.6rem;
    height: 9.6rem;
  }
}
@media (max-width: 767px) {
  .section-secondary .section__wrapper-ico img {
    width: 8rem;
  }
}
@media (max-width: 575px) {
  .section-secondary .section__wrapper-ico img {
    width: 5.8rem;
  }
}
.section-secondary .section__entry {
  margin-bottom: 3.6rem;
  font-size: 1.6rem;
  color: var(--c-gray-700);
}
@media (max-width: 575px) {
  .section-secondary .section__entry {
    font-size: 1.2rem;
    margin-bottom: 3.4rem;
  }
}
.section-secondary .section__entry h3 {
  margin-bottom: 1.6rem;
}
@media (max-width: 575px) {
  .section-secondary .section__entry h3 {
    margin-bottom: 1.2rem;
  }
}
.section-secondary .section__box-summary {
  text-align: left;
  margin-bottom: 3.2rem;
}
.section-secondary .section__wrapper-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media (max-width: 575px) {
  .section-secondary .section__wrapper-actions {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 1.8rem;
  }
}
.section-secondary .section__wrapper-actions .btn-outline-simple {
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-secondary .section__wrapper-actions .btn-outline-simple {
    border-radius: 7.2rem;
  }
}
@media (max-width: 575px) {
  .section-secondary .section__wrapper-actions .btn-outline-simple {
    font-size: 1.5rem;
  }
}
/* section secondary empty cart */
.section-secondary--empty-cart .section__inner {
  min-height: 58.7svh;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-secondary--empty-cart .section__inner {
    min-height: 69svh;
  }
}
@media (max-width: 575px) {
  .section-secondary--empty-cart .section__inner {
    min-height: 61svh;
  }
}
.section-secondary--empty-cart .section__content {
  width: 100%;
  max-width: 100%;
  text-align: center;
  flex: unset;
  color: var(--c-gray-700);
}
@media (max-width: 575px) {
  .section-secondary--empty-cart .section__content {
    font-size: 1.2rem;
  }
}
.section-secondary--empty-cart .section__ico {
  width: 14.2rem;
  height: 14.2rem;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(56, 78, 199, 0.0509803922);
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .section-secondary--empty-cart .section__ico {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 575px) {
  .section-secondary--empty-cart .section__ico {
    width: 9.6rem;
    height: 9.6rem;
  }
}
@media (max-width: 767px) {
  .section-secondary--empty-cart .section__ico img {
    width: 7rem;
  }
}
@media (max-width: 575px) {
  .section-secondary--empty-cart .section__ico img {
    width: 5.7rem;
  }
}
.section-secondary--empty-cart .section__content h3 {
  margin-bottom: 0.8rem;
}
.section-secondary--empty-cart .section__content-btn {
  margin-top: 3.8rem;
  min-width: 44.6rem;
}
@media (max-width: 575px) {
  .section-secondary--empty-cart .section__content-btn {
    width: 100%;
    min-width: unset;
    margin-top: 4.2rem;
    padding: 1.4rem 1rem 1.4rem;
  }
}
/* section secondaty adjust */
@media (max-width: 767px) {
  .section-secondary--adjust {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  .section-secondary--adjust {
    padding: 2.4rem 0;
  }
}
@media (max-width: 767px) {
  .section-secondary--adjust .section__content {
    display: contents;
  }
}
@media (max-width: 767px) {
  .section-secondary--adjust .section__alert {
    order: 0;
  }
}
@media (max-width: 767px) {
  .section-secondary--adjust .section__aside {
    order: 2;
    margin-bottom: -0.3rem;
  }
}
@media (max-width: 767px) {
  .section-secondary--adjust .section__form {
    order: 3;
  }
}
/* ------------------------------------------------------------ *\
	section-simple
\* ------------------------------------------------------------ */
.section-simple {
  /* padding: 15.8rem 0 12rem; */
  /* section__inner--offset-1 */
  /* section__inner--offset-2 */
  /* section__inner--offset-3 */
  /* .section__intro alt */
}
@media (max-width: 1023px) {
  .section-simple {
    padding: 6.8rem 0;
  }
}
.section-simple .section__progress {
  max-width: 90.2rem;
  margin: 0 auto 5.6rem;
}
@media (max-width: 767px) {
  .section-simple .section__progress {
    display: none;
  }
}
.section-simple .section__inner {
  max-width: 39.9rem;
  width: 39.9rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-simple .section__inner {
    padding: 0 1.2rem;
  }
}
.section-simple .shell .section__inner--offset-1 {
  padding-top: 13.2svh;
}
@media (max-width: 767px) {
  .section-simple .shell .section__inner--offset-1 {
    padding-top: 6.6svh;
  }
}
.section-simple .shell .section__inner--offset-2 {
  padding-top: 2.9rem;
}
.section-simple .shell .section__inner--offset-3 {
  padding-top: 9.6svh;
}
@media (max-width: 767px) {
  .section-simple .shell .section__inner--offset-3 {
    padding-top: 20.5svh;
  }
}
.section-simple .section__content {
  text-align: center;
}
.section-simple .section__image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  max-width: 18rem;
  margin: 0 auto 3.2rem;
}
@media (max-width: 767px) {
  .section-simple .section__image {
    display: none;
  }
}
.section-simple .section__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-simple .section__intro {
  font-weight: 700;
  color: var(--c-gray-700);
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .section-simple .section__intro {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
  }
}
.section-simple .section__intro--alt {
  font-weight: 400;
}
.section-simple .section__intro h2 {
  margin: 0 -1.2rem 0.8rem;
}
@media (max-width: 767px) {
  .section-simple .section__intro h2 {
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.214;
  }
}
@media (max-width: 575px) {
  .section-simple .section__intro h2 {
    margin-bottom: 0.8rem;
  }
}
.section-simple .section__btn {
  font-size: 1.6rem;
  padding: 1.6rem 2rem;
  width: 100%;
}
@media (max-width: 575px) {
  .section-simple .section__btn {
    font-size: 1.5rem;
    padding: 1.4rem 2rem;
  }
}
.section-simple .section__form-basic {
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  .section-simple .section__form-basic {
    margin-bottom: 3rem;
  }
}
.section-simple .section__devide {
  margin-bottom: 2.9rem;
  text-align: center;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.1428;
  position: relative;
}
@media (max-width: 767px) {
  .section-simple .section__devide {
    margin-bottom: 2.4rem;
  }
}
.section-simple .section__devide:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 0.1rem;
  background-color: var(--c-gray-100);
}
.section-simple .section__devide span {
  position: relative;
  display: inline-block;
  padding: 0 1.5rem;
  background-color: #fff;
  z-index: 10;
}
.section-simple .section__actions {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section-simple .section__actions {
    margin-bottom: 2.5rem;
  }
}
.section-simple .section__actions .btn-outline-simple {
  font-weight: 600;
  padding: 1.8rem 1rem;
}
@media (max-width: 767px) {
  .section-simple .section__actions .btn-outline-simple {
    border-radius: 7rem;
    font-size: 1.5rem;
    padding: 1.4rem 1rem;
  }
}
.section-simple .section__actions-alt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-right: 1.5rem;
}
.section-simple .section__holder {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--c-gray-700);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 575px) {
  .section-simple .section__holder {
    font-size: 1.5rem;
    gap: 0.4rem;
  }
}
/* section--simple--offset-adjust */
.section--simple--offset-adjust {
  padding: 2.2rem 0 5rem;
}
@media (max-width: 767px) {
  .section--simple--offset-adjust {
    padding: 5.7rem 0;
  }
}
.section--simple--offset-adjust .section__inner {
  max-width: 39.9rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section--simple--offset-adjust .section__inner {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	select
\* ------------------------------------------------------------ */
.select {
  /* is open */
  /* is flipped */
}
.select .choices:after {
  border: none;
  background-image: url("/img/shop/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
}
.select .choices .choices__inner {
  display: block;
  width: 100%;
  border: 0.1rem solid var(--c-gray-100);
  border-radius: 1rem;
  padding: 1.4rem 1.1rem 1rem;
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--c-gray-900);
}
@media (max-width: 575px) {
  .select .choices .choices__inner {
    font-size: 1.2rem;
    padding: 1.4rem 1.1rem;
  }
}
.select .choices .choices__list--single {
  padding: 0;
}
.select .choices .choices__list--single > div {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 1rem;
}
@media (max-width: 575px) {
  .select .choices .choices__list--single > div {
    font-size: 1.2rem;
  }
}
.select .choices .choices__list--dropdown .choices__list > div:not(:first-child) {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 1rem;
  padding: 1.4rem 1.1rem 1rem;
}
@media (max-width: 575px) {
  .select .choices .choices__list--dropdown .choices__list > div:not(:first-child) {
    font-size: 1.2rem;
  }
}
.select .choices .choices__list--dropdown .choices__list > div:not(:first-child):hover {
  background-color: var(--c-gray-50);
}
.select .choices .choices__list--dropdown .choices__list {
  border: 0.1rem solid var(--c-gray-100) !important;
}
.select .choices .choices__list--dropdown {
  border: none;
  border-radius: 0;
}
.select .choices.is-open:after {
  border: none;
  background-image: url("/img/shop/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(180deg);
}
.select .choices.is-open .choices__inner {
  border-radius: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.select .choices.is-open .choices__list--dropdown .choices__list {
  border-radius: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.select .choices.is-flipped .choices__inner {
  border-radius: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.select .choices.is-flipped .choices__list--dropdown .choices__list {
  border-radius: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
/* select disabled */
.select--disabled {
  pointer-events: none;
}
.select--disabled .choices .choices__inner {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.0392156863);
  color: rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 767px) {
  .select--disabled .choices .choices__inner {
    color: var(--c-gray-500);
  }
}
/* ------------------------------------------------------------ *\
	stream
\* ------------------------------------------------------------ */
.stream {
  padding: 1.4rem 1.4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid var(--c-gray-50);
}
@media (max-width: 575px) {
  .stream {
    padding: 1.3rem 1.2rem;
    border: none;
    -webkit-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  }
}
.stream .stream__bar {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 575px) {
  .stream .stream__bar {
    margin-bottom: 1.2rem;
  }
}
.stream .stream__ico {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(56, 78, 199, 0.0509803922);
  border-radius: 100%;
}
@media (max-width: 575px) {
  .stream .stream__ico {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media (max-width: 575px) {
  .stream .stream__ico img {
    width: 2.2rem;
  }
}
.stream .stream__bar h5 {
  margin-bottom: 0;
}
.stream .stream__meta {
  padding: 1.3rem 0 1rem 0.9rem;
  margin-top: 1.3rem;
  margin-bottom: 2.4rem;
  border-top: 0.1rem solid var(--c-gray-50);
  border-bottom: 0.1rem solid var(--c-gray-50);
  list-style-type: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.142;
  flex-wrap: wrap;
  gap: 2.8rem;
}
@media (max-width: 575px) {
  .stream .stream__meta {
    font-size: 1.2rem;
    padding: 1.2rem 0 1.3rem 1rem;
    margin-bottom: 1rem;
  }
}
.stream .stream__meta li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media (max-width: 575px) {
  .stream .stream__meta img {
    width: 1.6rem;
  }
}
.stream .stream__btn {
  width: 100%;
}
@media (max-width: 767px) {
  .stream .stream__btn {
    padding: 1rem 1rem;
  }
}
/* ------------------------------------------------------------ *\
	streams
\* ------------------------------------------------------------ */
.streams {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1199px) {
  .streams {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .streams {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	summary
\* ------------------------------------------------------------ */
.summary {
  padding: 1.3rem 1.6rem 1.6rem;
  border: 0.1rem solid var(--c-gray-50);
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.1);
  /* summary row total */
}
@media (max-width: 575px) {
  .summary {
    padding: 1.5rem 1.5rem 1.6rem;
  }
}
.summary .summary__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2.6rem;
}
@media (max-width: 575px) {
  .summary .summary__bar {
    margin-bottom: 1.6rem;
  }
}
.summary .summary__bar h5 {
  margin-bottom: 0;
}
.summary .summary__counter {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.4rem;
  color: var(--c-gray-700);
}
@media (max-width: 575px) {
  .summary .summary__counter {
    gap: 0.7rem;
  }
}
.summary .summary__counter span {
  color: var(--c-indigo-700);
  background-color: rgba(56, 78, 199, 0.0509803922);
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (max-width: 575px) {
  .summary .summary__counter span {
    font-size: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.summary > h5 {
  margin-bottom: 2.4rem;
}
@media (max-width: 575px) {
  .summary > h5 {
    font-size: 1.7rem;
    line-height: 1.294;
    margin-bottom: 1.4rem;
  }
}
.summary .summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--c-gray-700);
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .summary .summary__row {
    font-size: 1.5rem;
  }
}
.summary .summary__row ~ .summary__row {
  margin-top: 1.2rem;
}
@media (max-width: 575px) {
  .summary .summary__row ~ .summary__row {
    margin-top: 1.4rem;
  }
}
.summary .summary__row--total {
  color: #000;
  font-weight: 600;
  padding-top: 1.4rem;
  margin-bottom: 2.2rem;
  border-top: 0.1rem dashed var(--c-gray-100);
}
@media (max-width: 767px) {
  .summary .summary__row--total {
    margin-bottom: 0;
  }
}
.summary .summary__row .summary__row--total {
  margin-top: 0;
}
.summary .summary__btn {
  width: 100%;
}
@media (max-width: 767px) {
  .summary .summary__btn {
    display: none;
  }
}
.summary .summary__products {
  margin-bottom: 2.4rem;
  gap: 1.5rem;
}
.summary .summary__btn-outline {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .summary .summary__btn-outline {
    width: 100%;
    padding: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
/* summary adjust */
@media (max-width: 767px) {
  .summary--adjust {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .summary--adjust .summary__products {
    overflow: auto;
    display: flex;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .summary--adjust .summary__products .product {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .summary--adjust > h5 {
    display: none;
  }
}
.summary--adjust .summary__bar h5 {
  font-size: 1.7rem;
  font-weight: 600;
}
/* ------------------------------------------------------------ *\
	tabs-nav
\* ------------------------------------------------------------ */
.tabs-nav {
  font-size: 2rem;
  line-height: 1.2;
  /* is current */
}
@media (max-width: 1023px) {
  .tabs-nav {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .tabs-nav {
    font-size: 1.5rem;
  }
}
.tabs-nav > ul {
  list-style-type: none;
}
@media (max-width: 1023px) {
  .tabs-nav > ul {
    display: flex;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .tabs-nav > ul > li {
    flex: 0 0 auto;
  }
}
.tabs-nav > ul > li a {
  display: inline-block;
  text-decoration: none;
  padding: 1.2rem 0 1rem 1rem;
  border-left: 0.2rem solid transparent;
}
@media (max-width: 1023px) {
  .tabs-nav > ul > li a {
    border-left: unset;
    padding: 1.2rem 1.2rem;
    border-bottom: 0.2rem solid transparent;
  }
}
.tabs-nav > ul > li ~ li {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .tabs-nav > ul > li ~ li {
    margin: 0;
    margin-left: 0.3rem;
  }
}
.tabs-nav > ul > li.is-current a {
  color: var(--c-indigo-700);
  border-color: var(--c-indigo-700);
  pointer-events: none;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .tabs-nav > ul > li.is-current a {
    font-weight: 400;
  }
}
/* ------------------------------------------------------------ *\
	tabs
\* ------------------------------------------------------------ */
.tabs {
  /* is current */
}
.tabs .tab {
  display: none;
}
.tabs .tab.is-current {
  display: block;
}
/* ------------------------------------------------------------ *\
	ticket
\* ------------------------------------------------------------ */
.ticket {
  border: 0.1rem solid var(--c-gray-50);
  border-radius: 1.6rem;
  padding: 1.6rem 1.5rem;
}
@media (max-width: 575px) {
  .ticket {
    padding: 1.1rem 1.1rem;
  }
}
.ticket .ticket__bar {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 575px) {
  .ticket .ticket__bar {
    margin-bottom: 1.3rem;
  }
}
.ticket .ticket__ico {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(56, 78, 199, 0.0509803922);
  border-radius: 100%;
}
@media (max-width: 575px) {
  .ticket .ticket__ico {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media (max-width: 575px) {
  .ticket .ticket__ico img {
    width: 2.2rem;
  }
}
.ticket .ticket__bar h5 {
  margin-top: -0.2rem;
}
.ticket .ticket__meta {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem 5.4rem;
  font-size: 1.4rem;
  line-height: 1.1428;
  color: var(--c-gray-700);
}
@media (max-width: 575px) {
  .ticket .ticket__meta {
    font-size: 1.2rem;
    gap: 4rem 6.5rem;
  }
}
.ticket .ticket__meta span {
  display: block;
  margin-bottom: 0.4rem;
}
.ticket .ticket__meta strong {
  font-weight: 600;
  line-height: 1.42;
  color: #000;
}
.ticket .ticket__meta .flex {
  display: flex;
  align-items: center;
  gap: 3.3rem;
}
@media (max-width: 575px) {
  .ticket .ticket__meta .flex {
    gap: 1.2rem;
  }
}
/* ------------------------------------------------------------ *\
	tickets
\* ------------------------------------------------------------ */
.tickets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .tickets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .tickets {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.2rem;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .tickets > .ticket {
    flex: 0 0 auto;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .tickets > .ticket {
    max-width: 95%;
  }
}
/* ------------------------------------------------------------ *\
	video
\* ------------------------------------------------------------ */
.video {
  position: relative;
  padding-top: 58.515%;
  overflow: hidden;
  border-radius: 2.4rem;
  /* is playing */
}
@media (max-width: 767px) {
  .video {
    border-radius: 1.6rem;
    padding-top: 110.495%;
  }
}
.video .video__poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.video .video__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 2.4rem;
  object-fit: cover;
}
.video .video__btn {
  width: 9.6rem;
  height: 9.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: transform var(--t-duration) ease-in-out;
}
@media (max-width: 1023px) {
  .video .video__btn {
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .video .video__btn {
    width: 6.6rem;
    height: 6.6rem;
  }
}
.video .video__btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 767px) {
  .video .video__btn img {
    width: 1.6rem;
  }
}
.video.is-playing .video__poster {
  display: none;
}
.video.is-playing .video__btn {
  display: none;
}


/* ------------------ */

div.section__title h2 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    /*float: right;*/
    border-radius: 50%;
    background: #4daaf1;
    color: #ffffff !important;
    text-align: center;
    font-size: 21px;
    letter-spacing: -0.5pt;
    margin-left: 16px;
    margin-top: -5px;
    padding-top: 5px;
}

span.ticket-date {
    font-size: 12px;
}

.btn:disabled {
    background-color: #b3b5be;
}

button.btn.addtocart-disabled, button.btn.addtocart {
    border: none;
}

/* ================ */


.footer {
    width: 100%;
    height: 100px;
    background: #ffffff;
    border-top: 1px solid #d7d7d7;
    display: inline-table;
    position: relative;
    margin-top: 40px;
}

.footer > div {
    width: 100%;
    max-width: 1920px;
    height: 100px;
    margin: 0 auto;
}

.footer div {
    font-size: 14px;
    color: #a8a8a8;
    font-family: roboto;
    font-weight: 300;
    line-height: 100px;
    letter-spacing: 0.5pt;
}

.footer .copyright {
    display: block;
    float: left;
    margin-left: 22px;
}

.footer .links {
    display: block;
    float: right;
    margin-right: 22px;
}

.footer .links a {
    color: #4daaf1;
    text-decoration: none;
}

.footer .links a:hover {
    color: #2c6591;
}
