.font-size-big-title, h1.font-size-big-title {
  font-size: 7rem !important;
  line-height: 1.25;
}

.font-size-title {
  font-size: 3rem !important;
  line-height: 1.25;
  letter-spacing: 0.15rem;
}

.font-size-subtitle {
  font-size: 2.5rem !important;
  line-height: 1.25;
  letter-spacing: 0.125rem;
}

.font-size-header {
  font-size: 2rem !important;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.font-size-subheader {
  font-size: 1.5rem !important;
  line-height: 1.5;
  letter-spacing: 0.075rem;
}

.font-size-subsubheader {
  font-size: 1.25rem !important;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}

.font-size-side-header {
  font-size: 1.4rem !important;
  line-height: 1.5;
  letter-spacing: 0.07rem;
}

.font-size-content {
  font-size: 1rem !important;
  line-height: 1.5;
  letter-spacing: 0.025rem;
}

@media (min-width: 768px) {
  .font-size-big-title, h1.font-size-big-title {
    font-size: 5rem;
  }
  .font-size-title {
    font-size: 4rem !important;
    letter-spacing: 0.2rem;
  }
  .font-size-subtitle {
    font-size: 3.5rem !important;
    letter-spacing: 0.175rem;
  }
  .font-size-header {
    font-size: 3rem !important;
    letter-spacing: 0.15rem;
  }
  .font-size-subheader {
    font-size: 1.75rem !important;
    letter-spacing: 0.0875rem;
  }
  .font-size-subsubheader {
    font-size: 1.5rem !important;
    letter-spacing: 0.075rem;
  }
  .font-size-side-header {
    font-size: 1.7rem !important;
    letter-spacing: 0.085rem;
  }
  .font-size-content {
    font-size: 1.5rem !important;
    letter-spacing: 0.0375rem;
  }
}
body {
  overflow-x: hidden;
}

.header-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
  color: #F64E60;
}

.header-menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text, .header-menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text {
  color: #F64E60;
}

.svg-icon.svg-icon-16x svg {
  height: 16rem !important;
  width: 16rem !important;
}

.description h1 {
  font-size: 3rem !important;
  font-weight: 700;
}
.description h2 {
  font-size: 2.625rem !important;
  font-weight: 700;
}
.description h3 {
  font-size: 2.25rem !important;
  font-weight: 700;
}
.description h4 {
  font-size: 2.025rem !important;
  font-weight: 700;
}
.description p {
  font-size: 1.5rem !important;
}

#equipment .radio-group-1 {
  padding-left: 0;
  padding-right: 0;
}

#method .radio-group-2 {
  padding-left: 0;
  padding-right: 0;
}

#equipment .radio-group-1.selected img {
  background: #595757;
}

#method .radio-group-2.selected img {
  background: #595757;
}

@media (hover: hover) {
  #equipment .radio-group-1:hover img {
    background: #595757;
  }
  #method .radio-group-2:hover img {
    background: #595757;
  }
}
.selected-text {
  position: absolute;
  bottom: 8px;
  left: 8px;
  height: 64px;
  width: 64px;
  background-image: url(/assets/media/guide/checked.png);
  background-size: 100% 100%;
}

.blog .content {
  font-size: 18px;
  font-size: 18px;
}
#toast-container > div {
  opacity: 1;
}

.member-card {
  width: 100%;
  padding-bottom: 60%;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.member-card .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}
.member-card h1 {
  text-align: center;
  font-size: 1.5rem;
}
.member-card .additional {
  position: absolute;
  width: 33%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#dE685E), to(#EE786E));
  background: linear-gradient(#dE685E, #EE786E);
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}
.member-card .additional .user-card {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
.member-card .additional .user-card .level,
.member-card .additional .user-card .points {
  top: 15%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.15);
  padding: 0.125rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
  text-align: center;
}
.member-card .additional .user-card svg, .member-card .additional .user-card img {
  top: 50%;
  width: 75%;
}
.member-card .additional .user-card .points {
  top: 85%;
}
.member-card .general {
  width: 67%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
}
.member-card .general .qrcode {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.member-card .general .more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.9em;
}

.coupon-card {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.coupon-card:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  z-index: -1;
}
.coupon-card:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.coupon-card i {
  position: absolute;
  left: 20%;
  top: 45px;
  height: 190px;
  width: 390px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.coupon-card .coupon-content {
  float: left;
  padding: 16px 15px;
  width: 67%;
  border-right: 2px dashed rgba(255, 255, 255, 0.3);
  text-align: left;
}
.coupon-card .coupon-content p {
  color: #fff;
}
.coupon-card .coupon-content .coupon-amount {
  font-size: 50px;
  color: #fff;
  margin-right: 5px;
}
.coupon-card .coupon-content .coupon-sign {
  font-size: 1.5em;
}
.coupon-card .coupon-content sub {
  position: relative;
  top: -5px;
  color: rgba(255, 255, 255, 0.8);
}
.coupon-card .coupon-detail {
  display: inline-block;
  padding: 21px 14px;
  width: 33%;
  vertical-align: text-bottom;
  font-size: 30px;
  color: rgb(255, 255, 255);
}
.coupon-card .coupon-detail p {
  font-size: 16px;
  margin-top: 15px;
}

.coupon00 {
  background: radial-gradient(circle at 0% 50%, #fff 0, #fff 10px, transparent 10px), radial-gradient(circle at 100% 50%, #fff 0, #fff 10px, transparent 10px);
  background-color: #e67e22;
}
.coupon00:before {
  background-color: #e67e22;
}
.coupon00 .coupon-content {
  padding: 10px 6px 10px 12px;
  font-size: 1.5em;
}
.coupon00 .coupon-content p {
  font-size: 0.75em;
  margin-top: 5px;
  margin-bottom: 8px;
}
.coupon00 .coupon-content p.coupon-description {
  font-size: 0.6em;
}
.coupon00 .coupon-detail a {
  background-color: #fff;
  color: #333;
  font-size: 0.5em;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  display: block;
}

.product-page h1 {
  font-size: 26px !important;
}
.product-page h2 {
  font-size: 24px !important;
}
.product-page h3 {
  font-size: 22px !important;
}
.product-page h4 {
  font-size: 18px !important;
}
.product-page p {
  font-size: 16px !important;
}