@charset "UTF-8";
/* ==========================================================================
   Curama Design System
   ========================================================================== */
header .link-bookmarks {
  display: inline-block;
  height: 34px;
  position: absolute;
  right: 85px;
  top: 16px;
  width: 34px; }
  @media screen and (max-width: 280px) {
    header .link-bookmarks {
      right: 73px; } }

.icon-s-bookmark {
  display: inline-block;
  height: 34px;
  width: 34px; }

header .bookmark-badge-box {
  height: 34px;
  position: relative;
  width: 34px; }

header .bookmark-badge-box .bookmark-badge {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 34px;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 34px; }

header .hide-elements,
.hide-elements {
  display: none; }

.light-header {
  position: absolute; }

body > bookmark-button {
  display: none; }

.tooltip-cp-price-info {
  width: 400px; }

#drawer-menu {
  display: none; }

.drawer_open {
  top: 16px;
  right: 20px;
  width: 20px;
  height: 30px;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.25, 0.5, 0.25, 1); }

.drawer_open span,
.drawer_open::before,
.drawer_open::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  border-bottom: 2px solid #b5b5b5;
  transition: transform 0.6s cubic-bezier(0.25, 0.5, 0.25, 1); }

.drawer_open::before {
  transform: translateY(-6px); }

.drawer_open::after {
  transform: translateY(6px); }

.drawer_close {
  z-index: 1;
  inset: 0;
  pointer-events: none;
  transition: background 0.6s; }

#drawer-menu:checked + .drawer_open span {
  transform: scaleX(0); }

#drawer-menu:checked + .drawer_open::before {
  transform: rotate(135deg); }

#drawer-menu:checked + .drawer_open::after {
  transform: rotate(-135deg); }

#drawer-menu:checked ~ .drawer_close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1002; }

.nav_content {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 75vw;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.25, 0.5, 0.25, 1);
  background: #fff;
  z-index: 1004; }

#drawer-menu:checked ~ .nav_content {
  transform: none; }

#store-review:checked ~ #store-review_content,
#service-review:checked ~ #service-review_content {
  display: block; }

#tooltip-hover {
  position: relative; }
  #tooltip-hover:hover .tooltip {
    display: block; }

.tooltip {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: #fff;
  display: none;
  height: auto;
  left: -2px;
  padding: 4px 8px;
  position: absolute;
  text-align: justify;
  top: 30px;
  width: 130px;
  z-index: 998; }
  .tooltip.txtnone {
    left: -55px; }
  .tooltip::after {
    content: "";
    border-bottom: 8px solid rgba(0, 0, 0, 0.8);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: block;
    left: 60px;
    position: absolute;
    top: -8px; }

.video-container {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; }

.user-request-item.disabled {
  border-color: #ddd;
  color: #b5b5b5; }

.pagination {
  margin: 8px 0; }
  .pagination > .active > a,
  .pagination > .active > a:focus,
  .pagination > .active > a:hover,
  .pagination > .active > span,
  .pagination > .active > span:focus,
  .pagination > .active > span:hover {
    background-color: #fa6218;
    border-color: #fa6218; }
  .pagination > li > a,
  .pagination > li > span {
    color: #fa6218; }
  .pagination > li > a:focus,
  .pagination > li > a:active {
    background-color: #fa6218;
    border-color: #fa6218;
    color: #fff; }
  .pagination li > .disabled,
  .pagination li > .disabled:focus,
  .pagination li > .disabled:hover {
    color: #888888; }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: #fff;
  border-color: #ddd;
  color: #777;
  cursor: not-allowed; }

.pagination {
  display: inline-block;
  margin: 8px 0;
  padding-left: 0; }
  .pagination li {
    display: inline; }
    .pagination li a,
    .pagination li span {
      background-color: #fff;
      border: 1px solid #ddd;
      color: #337ab7;
      float: left;
      line-height: 1.42857143;
      margin-left: -1px;
      position: relative;
      padding: 8px;
      text-decoration: none; }
    .pagination li:first-child a,
    .pagination li:first-child span {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      margin-left: 0; }
    .pagination li:last-child a,
    .pagination li:last-child span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.3; }

.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040; }

.star-rate-active {
  stop-color: #fa6218; }

.star-rate-passive {
  stop-color: #eaeaea; }

.star-rate {
  align-items: center;
  display: flex;
  fill: #eaeaea; }
  .star-rate:before {
    content: none; }

.glyphicon-star {
  margin-left: -1px; }

.star-rate1 .glyphicon-star:nth-child(1), .star-rate1-5 .glyphicon-star:nth-child(1), .star-rate2 .glyphicon-star:nth-child(1), .star-rate2-5 .glyphicon-star:nth-child(1), .star-rate3 .glyphicon-star:nth-child(1), .star-rate3-5 .glyphicon-star:nth-child(1), .star-rate4 .glyphicon-star:nth-child(1), .star-rate4-5 .glyphicon-star:nth-child(1), .star-rate5 .glyphicon-star:nth-child(1) {
  fill: #fa6218; }

.star-rate1-5 .glyphicon-star:nth-child(2) {
  fill: url(#star-half-gradient); }

.star-rate2 .glyphicon-star:nth-child(2), .star-rate2-5 .glyphicon-star:nth-child(2), .star-rate3 .glyphicon-star:nth-child(2), .star-rate3-5 .glyphicon-star:nth-child(2), .star-rate4 .glyphicon-star:nth-child(2), .star-rate4-5 .glyphicon-star:nth-child(2), .star-rate5 .glyphicon-star:nth-child(2) {
  fill: #fa6218; }

.star-rate2-5 .glyphicon-star:nth-child(3) {
  fill: url(#star-half-gradient); }

.star-rate3 .glyphicon-star:nth-child(3), .star-rate3-5 .glyphicon-star:nth-child(3), .star-rate4 .glyphicon-star:nth-child(3), .star-rate4-5 .glyphicon-star:nth-child(3), .star-rate5 .glyphicon-star:nth-child(3) {
  fill: #fa6218; }

.star-rate3-5 .glyphicon-star:nth-child(4) {
  fill: url(#star-half-gradient); }

.star-rate4 .glyphicon-star:nth-child(4), .star-rate4-5 .glyphicon-star:nth-child(4), .star-rate5 .glyphicon-star:nth-child(4) {
  fill: #fa6218; }

.star-rate4-5 .glyphicon-star:nth-child(5) {
  fill: url(#star-half-gradient); }

.star-rate5 .glyphicon-star:nth-child(5) {
  fill: #fa6218; }

.breadcrumb > li + li:before {
  padding: 0 8px;
  color: #222;
  content: "/\00a0"; }

.content-app,
.content-msg-dtl {
  margin-top: -60px; }

.wrap-town li::after {
  content: "/";
  margin-left: 4px; }

.wrap-town li:last-child::after {
  content: none; }

.clearfix::after, .clearfix::before {
  clear: both;
  content: "";
  display: block; }

.modal-content {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative; }

.modal-body {
  position: relative;
  padding: 16px; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right; }

.modal-float {
  height: 100%;
  width: 100%; }
  .modal-float .modal-dialog {
    margin: 5%; }
    .modal-float .modal-dialog .modal-content {
      border: none;
      border-radius: 10px;
      margin: 0 0 5%;
      width: 100%; }
      .modal-float .modal-dialog .modal-content .modal-header {
        background: #F5F5F7;
        border-radius: 10px 10px 0 0;
        line-height: 1.6;
        min-height: 44px;
        padding: 15px;
        position: relative;
        text-align: left;
        width: 100%; }
        .modal-float .modal-dialog .modal-content .modal-header .modal-header-item {
          line-height: 1.6;
          margin: 0;
          vertical-align: top; }
          .modal-float .modal-dialog .modal-content .modal-header .modal-header-item.header-item-left, .modal-float .modal-dialog .modal-content .modal-header .modal-header-item.header-item-right {
            position: absolute;
            top: 7px; }
          .modal-float .modal-dialog .modal-content .modal-header .modal-header-item.header-item-left {
            left: 15px;
            top: 15px; }
          .modal-float .modal-dialog .modal-content .modal-header .modal-header-item.header-item-right {
            right: 7px; }
          .modal-float .modal-dialog .modal-content .modal-header .modal-header-item.header-item-ttl {
            display: inline-block;
            font-size: 16px;
            text-align: center;
            width: 100%; }
          .modal-float .modal-dialog .modal-content .modal-header .modal-header-item button {
            background: none;
            border: none;
            color: #0277bd;
            padding: 0; }
          .modal-float .modal-dialog .modal-content .modal-header .modal-header-item .close {
            color: #767676;
            font-weight: normal;
            height: 44px;
            padding: 10px;
            width: 44px; }
      .modal-float .modal-dialog .modal-content .modal-body {
        height: auto;
        padding: 20px 6%; }
        .modal-float .modal-dialog .modal-content .modal-body label {
          font-weight: normal; }
          .modal-float .modal-dialog .modal-content .modal-body label input[type="checkbox"] {
            -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
            margin: 0 10px 0 5px; }
      .modal-float .modal-dialog .modal-content .modal-footer {
        background: #F5F5F7;
        border-radius: 0 0 10px 10px;
        border-top: 0;
        padding: 15px; }
        .modal-float .modal-dialog .modal-content .modal-footer .btn-decision,
        .modal-float .modal-dialog .modal-content .modal-footer .btn-flat {
          display: block;
          margin: 0 auto 3px;
          padding: 12px;
          width: 100%; }
        .modal-float .modal-dialog .modal-content .modal-footer .btn-flat {
          margin: 0 auto 3px; }

.m_modal-overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0); }
  .m_modal-overlay.show {
    opacity: 1;
    transform: scale(1); }

.modal {
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  margin: 16px;
  position: relative;
  width: auto; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.animation-sheet {
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-name: fadeup;
  animation-timing-function: ease-in-out; }

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

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22m13.475%2017.125-4.5-4.5q-.125-.125-.188-.288-.062-.162-.062-.337%200-.175.062-.338.063-.162.188-.287l4.5-4.5Q13.7%206.65%2014%206.65q.3%200%20.525.225.225.225.225.525%200%20.3-.225.525L10.45%2012l4.075%204.075q.225.225.225.525%200%20.3-.225.525-.225.225-.525.225-.3%200-.525-.225Z%22%2F%3E%3C%2Fsvg%3E"); }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23DDDDDD%3B%7D%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M13.5%2C17.1L9%2C12.6c-0.1-0.1-0.1-0.2-0.2-0.3c0-0.1-0.1-0.2-0.1-0.3s0-0.2%2C0.1-0.3c0-0.1%2C0.1-0.2%2C0.2-0.3%0A%09l4.5-4.5c0.1-0.2%2C0.3-0.2%2C0.5-0.2s0.4%2C0.1%2C0.5%2C0.2c0.2%2C0.2%2C0.2%2C0.3%2C0.2%2C0.5c0%2C0.2-0.1%2C0.4-0.2%2C0.5L10.4%2C12l4.1%2C4.1%0A%09c0.2%2C0.1%2C0.2%2C0.3%2C0.2%2C0.5c0%2C0.2-0.1%2C0.4-0.2%2C0.5c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.2S13.6%2C17.3%2C13.5%2C17.1z%22%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22M8.875%2017.125Q8.65%2016.9%208.65%2016.6q0-.3.225-.525L12.95%2012%208.875%207.925Q8.65%207.7%208.65%207.4q0-.3.225-.525.225-.225.525-.225.3%200%20.525.225l4.5%204.5q.125.125.188.287.062.163.062.338%200%20.175-.062.337-.063.163-.188.288l-4.5%204.5q-.225.225-.525.225-.3%200-.525-.225Z%22%2F%3E%3C%2Fsvg%3E"); }

.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23DDDDDD%3B%7D%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M8.9%2C17.1c-0.2-0.1-0.2-0.3-0.2-0.5c0-0.2%2C0.1-0.4%2C0.2-0.5l4.1-4.1L8.9%2C7.9C8.7%2C7.8%2C8.6%2C7.6%2C8.6%2C7.4%0A%09S8.7%2C7%2C8.9%2C6.9s0.3-0.2%2C0.5-0.2s0.4%2C0.1%2C0.5%2C0.2l4.5%2C4.5c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.3c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3s0%2C0.2-0.1%2C0.3%0A%09c0%2C0.1-0.1%2C0.2-0.2%2C0.3l-4.5%2C4.5c-0.2%2C0.1-0.3%2C0.2-0.5%2C0.2S9%2C17.3%2C8.9%2C17.1z%22%2F%3E%0A%3C%2Fsvg%3E%0A%0A"); }

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px; }

.content-2column,
.content-2column-sp {
  float: left;
  width: 48%; }
  .content-2column:nth-child(odd),
  .content-2column-sp:nth-child(odd) {
    margin-right: 4%; }

.contents-img {
  width: 100%;
  margin-bottom: 8px; }

.about-full ol,
.about-half ol {
  list-style-type: none;
  padding: 0; }
  .about-full ol li,
  .about-half ol li {
    overflow: hidden;
    margin-bottom: 24px;
    position: relative; }

.about-full .flow-number,
.about-half .flow-number {
  display: block;
  position: absolute;
  left: 8px;
  top: 8px; }
  .about-full .flow-number .flow-number-icon,
  .about-half .flow-number .flow-number-icon {
    background-color: #fa6218;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px; }

.about-full .flow-caption,
.about-half .flow-caption {
  margin-top: 4px; }

.current-parent {
  width: 100%; }

.tex-link_d a {
  color: #222;
  text-decoration: underline; }

.bnr-shop {
  background: #fff url(/images/list-bnr/img_shop.svg) no-repeat;
  background-position: bottom -78px right 8px;
  background-size: 124px auto; }
  @media screen and (max-width: 320px) {
    .bnr-shop {
      background-position: bottom -42px right 4px;
      background-size: 88px auto; } }

.sl-loading {
  text-align: center; }
  .sl-loading span {
    animation: loading 0.8s infinite alternate steps(4);
    background-color: #b5b5b5;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    width: 12px; }
    .sl-loading span:nth-child(2) {
      animation-delay: 0.4s; }
    .sl-loading span:nth-child(3) {
      animation-delay: 0.8s; }

@keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.wrap-loading {
  height: 230px;
  padding-top: 120px; }

.loading-animate {
  animation: loading-animate 2.5s linear 0s 1;
  animation-iteration-count: infinite; }

@keyframes loading-animate {
  0% {
    transform: translate(0%, 0%); }
  4.9%,
  to {
    transform: translate(10%, 0%) rotate(10deg); }
  24.9%,
  to {
    transform: translate(20%, 0%) rotate(20deg); }
  29.9%,
  to {
    transform: translate(-10%, 0%) rotate(-10deg); }
  34.9%,
  to {
    transform: translate(-15%, 0%) rotate(-15deg); }
  44.9%,
  to {
    transform: translate(10%, 0%) rotate(10deg); }
  49.9%,
  to {
    transform: translate(15%, 0%) rotate(15deg); }
  59.9%,
  to {
    transform: translate(-5%, 0%) rotate(-5deg); }
  64.9%,
  to {
    transform: translate(-7%, 0%) rotate(-7deg); }
  74.9%,
  to {
    transform: translate(0%, 0%) rotate(0deg); }
  99.9%,
  to {
    transform: translate(0%, 0%) rotate(0deg); } }

.overlay {
  background: gray;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

.overlay-wite {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3; }
  .overlay-wite .overlay-wite-inner {
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff; }

.dot-spinner > div {
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #fa6218;
  border-radius: 100%;
  display: inline-block;
  height: 18px;
  width: 18px; }

.dot-spinner {
  text-align: center; }
  .dot-spinner .bounce1 {
    animation-delay: -0.32s; }
  .dot-spinner .bounce2 {
    animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.icon-p-left {
  float: left; }

.icon-s-small {
  display: inline-block;
  height: 18px;
  width: 18px; }

.bg-restaurant {
  background: #fff url(/images/list-bnr/img_restaurant.svg) no-repeat;
  background-position: bottom 8px right 14px;
  background-size: 48px auto; }

.bg-rental-property {
  background: #fff url(/images/list-bnr/img_rental-property.svg) no-repeat;
  background-position: bottom 4px right 24px;
  background-size: 56px auto; }

.bg-maternity {
  background: #fff url(/images/list-bnr/img_maternity.svg) no-repeat;
  background-position: bottom -8px right 14px;
  background-size: 90px auto; }

.bg-featured-moving {
  background: #fff url(/images/list-bnr/img_moving-featured.svg) no-repeat;
  background-position: bottom 8px right 24px;
  background-size: 80px auto; }

.bg-lp-moving {
  background: #fff url(/images/list-bnr/img_moving.svg) no-repeat;
  background-position: bottom 16px right 8px;
  background-size: 50px auto; }

.bg-md {
  background-position: bottom 10px right 10px;
  background-size: 100px auto;
  min-height: 100px; }

.hide-bnr-block {
  display: block; }

.hide-banner {
  display: none; }

order-question-item select,
select.select-place,
select.select-num {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  font-size: 14px;
  padding: 16px; }

.select-place {
  display: block;
  float: left;
  height: 56px;
  width: 60%; }

.select-num {
  display: block;
  float: left;
  height: 56px;
  margin: 0 2%;
  width: 20%; }

.select-unit {
  line-height: 56px; }

.hidden {
  display: none !important; }

::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none; }

.login-yahoo {
  border: #ff0033 1px solid; }
  .login-yahoo .yahoo-btn-left {
    background: #ff0033; }
  .login-yahoo .yahoo-btn-right {
    color: #ff0033; }

.login-line {
  border: #06c755 1px solid; }
  .login-line .line-btn-left {
    background: #06c755; }
  .login-line .line-btn-right {
    color: #06c755; }

.login-apple {
  border: #000 1px solid; }
  .login-apple .apple-btn-left {
    background: #000; }
  .login-apple .apple-btn-right {
    color: #000; }

.modal-loading {
  padding: 20px;
  width: 100%;
  text-align: center; }
  .modal-loading p {
    font-size: 24px;
    color: #d5d5d5; }

.img_sumturn {
  background: #fff url(/images/img_sumturn.svg) no-repeat;
  background-position: top;
  background-size: 155px; }

.img_crescent {
  background: #fff url(/images/img_crescent.svg) no-repeat;
  background-position: bottom;
  background-size: 145px; }

.img_kizami-key {
  background: #fff url(/images/img_kizami-key.svg) no-repeat;
  background-position: center;
  background-size: 25%; }

.img_dimple-key {
  background: #fff url(/images/img_dimple-key.svg) no-repeat;
  background-position: center;
  background-size: 25%; }

.e-zine:after,
.e-zine:before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%; }

.e-zine:after {
  background: #d2d2d2;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  height: 20px;
  left: 0;
  margin-top: -11px;
  width: 20px;
  z-index: 1000; }

.e-zine:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 11px;
  left: 6px;
  margin-top: -8px;
  transform: rotate(45deg);
  width: 7px;
  z-index: 1001; }

input[type="checkbox"]:checked + .e-zine:after {
  background: #777;
  border: 2px solid #777; }

.rsv_flow.step li {
  background: #b5b5b5;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 0 8px 8px;
  position: relative;
  text-align: center;
  width: 100%; }
  .rsv_flow.step li:first-child {
    border-radius: 4px 0 0 4px;
    padding: 8px 0 8px 8px; }
  .rsv_flow.step li:last-child {
    border-radius: 0 4px 4px 0;
    padding: 8px 0 8px 8px; }
    .rsv_flow.step li:last-child:before {
      display: none; }
    .rsv_flow.step li:last-child:after {
      display: none; }
  .rsv_flow.step li:before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 22px 0 22px 10px;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 0;
    z-index: 10; }
  .rsv_flow.step li:after {
    border-color: transparent transparent transparent #b5b5b5;
    border-style: solid;
    border-width: 22px 0 22px 10px;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: -8px;
    top: -5px;
    width: 0;
    z-index: 10; }

.rsv_flow.step .is-current {
  background: #fa6218; }
  .rsv_flow.step .is-current:after {
    border-color: transparent transparent transparent #fa6218; }

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  display: block; }

ul.navi-usermode li.default {
  border-bottom: 1px solid #b5b5b5; }
  ul.navi-usermode li.default div {
    cursor: pointer; }

ul.navi-usermode li.active {
  border: 1px solid #b5b5b5;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #fff;
  bottom: 0; }
  ul.navi-usermode li.active div {
    pointer-events: none; }

.inputActiveTab {
  display: none; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.modal_wrap input {
  display: none; }

.modal_wrap input:checked ~ .modal_overlay {
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-name: fadeup;
  animation-timing-function: ease-in-out;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0); }
  .modal_overlay.visible {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s; }

.loading-animation span {
  animation: loading 0.8s infinite alternate steps(4);
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  width: 12px; }
  .loading-animation span:nth-child(2) {
    animation-delay: 0.4s; }
  .loading-animation span:nth-child(3) {
    animation-delay: 0.8s; }

@keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.slide-frame {
  display: none; }

ul.notice li {
  padding-left: 16px;
  text-indent: -16px; }
  ul.notice li:before {
    content: "※";
    margin-right: 8px; }

.header-magazine .btn-nav-wrap {
  border-left: 1px solid #f4995b; }

.header-magazine .drawer_open span,
.header-magazine .drawer_open::before,
.header-magazine .drawer_open::after {
  border-bottom: 2px solid #fff; }

.header-magazine .drawer_open {
  top: 5px; }

.magazine-paginator:first-of-type a {
  margin-left: 0;
  border-radius: 4px 0 0 4px; }

.magazine-paginator:last-of-type a {
  border-radius: 0 4px 4px 0; }

.magazine-youtube {
  position: relative; }
  .magazine-youtube svg {
    height: 48px;
    left: calc(50% - 34px);
    overflow: visible;
    position: absolute;
    top: calc(50% - 24px);
    width: 68px; }

.bor_1_facebook {
  border: 1px solid #0866ff; }

.bor_1_line {
  border: 1px solid #06c755; }

.col_facebook {
  color: #0866ff; }

.col_line {
  color: #06c755; }

.magazine-wrap {
  line-height: 1.8; }
  .magazine-wrap .wid_100p-32 {
    width: calc(100% + 32px); }
  .magazine-wrap .max-w_100p-32 {
    max-width: calc(100% + 32px); }
  .magazine-wrap .bor-l_6bla06 {
    border-left: 6px solid #b5b5b5; }
  .magazine-wrap .bor-l_6ora10 {
    border-left: 6px solid #fa6218; }
  .magazine-wrap .mag_table-gray {
    border-collapse: collapse;
    border-spacing: 0; }
    .magazine-wrap .mag_table-gray tr th {
      background: #F5F5F7;
      border: solid 1px #eaeaea;
      font-weight: 700;
      line-height: 1.4;
      text-align: center;
      vertical-align: middle; }
    .magazine-wrap .mag_table-gray tr td {
      border: solid 1px #eaeaea;
      line-height: 1.4; }
  .magazine-wrap .bor-l_16bla06 {
    border-left: 16px solid #b5b5b5; }
  .magazine-wrap .mag-dec-highlight {
    background: linear-gradient(transparent 50%, #f8df66 0%);
    font-weight: 700; }
  .magazine-wrap .mag-dec-quote {
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    display: block;
    font-style: oblique;
    margin: 16px 0 8px;
    position: relative;
    padding: 32px 24px; }
  .magazine-wrap .mag-dec-quote::before,
  .magazine-wrap .mag-dec-quote::after {
    font-family: "icomoon";
    font-size: 4em;
    font-style: normal;
    opacity: 0.1;
    position: absolute; }
  .magazine-wrap .mag-dec-quote::before {
    content: "“";
    left: 5px;
    top: -20px; }
  .magazine-wrap .mag-dec-quote::after {
    bottom: -50px;
    content: "”";
    right: 5px; }
  .magazine-wrap blockquote {
    padding: 8px 16px;
    margin: 0 0 16px;
    font-size: 16px;
    border-left: 4px solid #eee; }
  .magazine-wrap blockquote ol:last-child,
  .magazine-wrap blockquote p:last-child,
  .magazine-wrap blockquote ul:last-child {
    margin-bottom: 0; }
  .magazine-wrap .mag-chat-shop {
    border-radius: 0 16px 16px 16px; }
  .magazine-wrap .mag-chat-curama {
    border-radius: 16px 0 16px 16px; }
  .magazine-wrap .mag-chat-area {
    margin: 30px 0 40px; }
  .magazine-wrap h3 {
    border-left: 6px solid #b5b5b5;
    font-weight: 18px;
    font-weight: bold;
    line-height: 140%;
    margin: 0 0 16px;
    padding: 0 0 0 16px; }
  .magazine-wrap h4 {
    background-color: #f5f5f5;
    border-left: 16px solid #b5b5b5;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    margin: 10px 0 24px;
    padding: 12px 16px; }
  .magazine-wrap mark {
    background-color: #fdf8bf; }
  .magazine-wrap table {
    border-collapse: collapse; }
  .magazine-wrap img {
    max-width: 100%; }
  .magazine-wrap img.pull-left,
  .magazine-wrap figure.pull-left {
    float: left;
    margin-right: 0.5em; }
  .magazine-wrap img.pull-right,
  .magazine-wrap figure.pull-right {
    margin-left: 0.5em;
    text-align: right; }
  .magazine-wrap .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .magazine-wrap .wrap-video {
    margin-bottom: 1.5rem;
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
    .magazine-wrap .wrap-video iframe {
      height: 100% !important;
      position: absolute;
      right: 0;
      top: 0;
      width: 100% !important; }
  .magazine-wrap ol {
    list-style: none;
    padding-left: 0; }
  .magazine-wrap ol > li {
    padding-bottom: 3px; }
  .magazine-wrap .mag-article_sns img,
  .magazine-wrap .mag-article_sns ul {
    margin: 0; }
  .magazine-wrap .wrap-btn {
    text-align: center; }
    .magazine-wrap .wrap-btn a {
      background: #fa6218;
      border: none;
      border-radius: 8px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-weight: 700;
      line-height: 1.4;
      margin: 0;
      min-height: 56px;
      padding: 16px;
      text-decoration: none;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%; }
    .magazine-wrap .wrap-btn[disabled] {
      background: #b5b5b5;
      box-shadow: none; }
  .magazine-wrap .mag-dec-strong {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4; }
  .magazine-wrap .mag-dec-num {
    counter-reset: number; }
  .magazine-wrap .mag-dec-num > li {
    margin-bottom: 16px; }
    .magazine-wrap .mag-dec-num > li::before {
      background: #222;
      border-radius: 50%;
      box-sizing: border-box;
      color: #fff;
      counter-increment: number;
      content: counter(number);
      display: inline-block;
      height: 24px;
      line-height: 24px;
      margin-right: 4px;
      text-align: center;
      width: 24px; }
  .magazine-wrap .mag-dec-link {
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 6px;
    display: block;
    margin: 2em 0;
    padding: 0.8em; }
    .magazine-wrap .mag-dec-link .mag-dec-link-img {
      float: right;
      width: 100px;
      margin-bottom: 0; }
    .magazine-wrap .mag-dec-link .mag-dec-link-head {
      color: #337ab7;
      font-weight: bold;
      margin-bottom: 0; }
    .magazine-wrap .mag-dec-link .mag-dec-link-caption {
      display: none; }
  .magazine-wrap .mag-chart {
    font-size: 14px;
    margin: 20px 0; }
    .magazine-wrap .mag-chart th {
      background-color: #f5f5f5;
      border: 1px solid #d5d4d4;
      padding: 5px 10px;
      text-align: center; }
    .magazine-wrap .mag-chart td {
      border: 1px solid #d5d4d4;
      padding: 5px 10px; }
  .magazine-wrap .mag-chart-center {
    font-size: 14px;
    margin: 20px 0;
    margin-left: auto;
    margin-right: auto; }
    .magazine-wrap .mag-chart-center th {
      background-color: #f5f5f5;
      border: 1px solid #d5d4d4;
      padding: 5px 10px;
      text-align: center; }
    .magazine-wrap .mag-chart-center td {
      border: 1px solid #d5d4d4;
      padding: 5px 10px; }
  .magazine-wrap .mag-chart-tex-center {
    text-align: center; }
  .magazine-wrap .article .mag-chart-img img {
    margin-bottom: 0;
    max-width: 100%; }
  .magazine-wrap .text-right {
    text-align: right; }
  .magazine-wrap .mag-intro {
    padding-left: 15px;
    position: relative; }
    .magazine-wrap .mag-intro:before {
      content: "♥";
      left: 0;
      position: absolute;
      top: 50%;
      margin-top: -7px; }
  .magazine-wrap .img-circle {
    border-radius: 50%; }
  .magazine-wrap .mag-chat-area > div[class^="chat"]:not(:first-of-type) {
    margin-top: 30px; }
  .magazine-wrap .chat-img {
    border-radius: 50%;
    height: 50px;
    width: 50px; }
  .magazine-wrap .chat-left,
  .magazine-wrap .chat-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .magazine-wrap .chat-left .chat-text-block,
    .magazine-wrap .chat-right .chat-text-block {
      max-width: 300px; }
      .magazine-wrap .chat-left .chat-text-block .chat-name,
      .magazine-wrap .chat-right .chat-text-block .chat-name {
        font-size: 13px;
        line-height: 1.2em; }
      .magazine-wrap .chat-left .chat-text-block .chat-text div,
      .magazine-wrap .chat-right .chat-text-block .chat-text div {
        position: relative;
        width: auto; }
        .magazine-wrap .chat-left .chat-text-block .chat-text div:first-of-type::before,
        .magazine-wrap .chat-right .chat-text-block .chat-text div:first-of-type::before {
          content: "";
          height: 15px;
          position: absolute;
          top: 10px;
          width: 11px; }
        .magazine-wrap .chat-left .chat-text-block .chat-text div:last-of-type,
        .magazine-wrap .chat-right .chat-text-block .chat-text div:last-of-type {
          margin-bottom: 0; }
        .magazine-wrap .chat-left .chat-text-block .chat-text div:not(:last-of-type),
        .magazine-wrap .chat-right .chat-text-block .chat-text div:not(:last-of-type) {
          margin-bottom: 10px; }
        .magazine-wrap .chat-left .chat-text-block .chat-text div p,
        .magazine-wrap .chat-right .chat-text-block .chat-text div p {
          border-radius: 22px;
          display: inline-block;
          font-size: 15px;
          line-height: 1.3em;
          margin-bottom: 0;
          padding: 10px 20px;
          text-align: left; }
  .magazine-wrap .chat-left .chat-name {
    margin: 0 0 5px 15px; }
  .magazine-wrap .chat-left .chat-text div {
    margin-left: 15px; }
    .magazine-wrap .chat-left .chat-text div:first-of-type::before {
      background: url(/images/magazine/pc/chat-tail-gray.png) 0 0/11px 15px;
      left: -8px; }
    .magazine-wrap .chat-left .chat-text div p {
      background: #e8e8e8; }
  .magazine-wrap .chat-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .magazine-wrap .chat-right .chat-text-block {
      text-align: right; }
    .magazine-wrap .chat-right .chat-name {
      margin: 0 15px 5px 0; }
    .magazine-wrap .chat-right .chat-text div {
      margin-right: 15px; }
      .magazine-wrap .chat-right .chat-text div:first-of-type::before {
        background: url(/images/magazine/pc/chat-tail-orange.png) 0 0/11px 15px;
        right: -8px; }
      .magazine-wrap .chat-right .chat-text div p {
        background: #fa6218;
        color: #fff; }
  .magazine-wrap summary {
    background-color: #fdece1;
    color: #fa6218;
    cursor: pointer;
    display: block;
    margin-top: 20px;
    outline: #fa6218 solid 2px;
    position: relative;
    padding: 10px 10px 10px 36px; }
    .magazine-wrap summary:after {
      border-left: 2px solid #fa6218;
      height: 16px;
      left: 17px;
      top: 0;
      transition: 0.2s;
      width: 2px; }
    .magazine-wrap summary:before {
      border-top: 2px solid #fa6218;
      height: 2px;
      left: 10px;
      top: 2px;
      width: 16px; }
    .magazine-wrap summary:before, .magazine-wrap summary:after {
      bottom: 0;
      content: "";
      margin: auto;
      position: absolute; }
    .magazine-wrap summary::-webkit-details-marker {
      display: none; }
  .magazine-wrap details {
    outline: #fa6218 solid 2px;
    transition: 0.2s; }
    .magazine-wrap details[open] summary:after {
      left: 16px;
      top: -2px;
      transform: rotate(-90deg); }
    .magazine-wrap details div {
      padding: 16px; }
  .magazine-wrap .product-item-box {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px 10px 18px; }
    .magazine-wrap .product-item-box table {
      width: 100%; }
    .magazine-wrap .product-item-box td {
      vertical-align: top;
      width: 50%; }
    .magazine-wrap .product-item-box img {
      max-width: 95%; }
    .magazine-wrap .product-item-box p {
      font-size: 12px;
      margin-bottom: 15px; }
    .magazine-wrap .product-item-box .btn {
      font-size: 14px;
      padding: 13px 25px;
      width: 100%; }
    .magazine-wrap .product-item-box .amazon {
      background-color: #ef9816;
      box-shadow: 0 3px 0 0 #c67e05;
      margin-bottom: 10px; }
      .magazine-wrap .product-item-box .amazon:hover, .magazine-wrap .product-item-box .amazon:active, .magazine-wrap .product-item-box .amazon:focus {
        background-color: #dc8a0f; }
    .magazine-wrap .product-item-box .rakuten {
      background-color: #cd3333;
      box-shadow: 0 3px 0 0 #9d1616; }
      .magazine-wrap .product-item-box .rakuten:hover, .magazine-wrap .product-item-box .rakuten:active, .magazine-wrap .product-item-box .rakuten:focus {
        background-color: #b92d2d; }

.cp-filter {
  background: #fff1c2;
  border-radius: 4px;
  line-height: 24px;
  margin-top: 10px;
  padding: 5px 10px;
  position: absolute; }
  .cp-filter input {
    margin: 3px 6px 3px 3px;
    transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    vertical-align: middle; }

.cp-badge {
  color: #fff;
  background-image: url(/images/frontend/cp_badge.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  text-align: center;
  width: 40px; }
  .cp-badge .cp-badge-inner {
    display: inline-block;
    font-size: 10px;
    line-height: 1.3;
    padding: 7.5px 0 0 0; }
  .cp-badge .cp-badge-inner2 {
    display: inline-block;
    font-size: 10px;
    line-height: 1.1;
    padding: 9px 0 0 0; }
  .cp-badge .cp-badge-number {
    font-size: 18px; }

.cp-badge + .cp-badge-bookmark-price {
  color: #f91919; }

.cp-original-line {
  background-image: linear-gradient(#787878, #787878);
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  color: #767676;
  display: inline-block; }

.cp-ribbon-box {
  height: 35px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 56px;
  z-index: 2; }
  .cp-ribbon-box .cp-ribbon {
    background: #f91919;
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    left: 4px;
    line-height: 1;
    position: absolute;
    padding: 3px 0 2px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 4px;
    text-align: center;
    width: 74px; }

.cp-category-txt {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 4px 4px;
  bottom: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 3px 2px;
  position: absolute;
  text-align: center;
  width: 100%; }

.cp-category-btn {
  background: #ea377c;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #b92b61;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 0;
  text-align: center;
  text-decoration: none;
  width: 280px; }
  .cp-category-btn:hover {
    opacity: 0.8; }

.cp-badge-tag {
  background: #f91919;
  border-radius: 4px;
  color: #fff;
  display: inline;
  float: left;
  font-size: 10px;
  font-weight: bold;
  margin-right: 4px;
  padding: 4px;
  text-align: center; }

.cp-badge-tag + .cp-badge-price {
  font-weight: 700;
  line-height: 23px; }

.cp-coupon {
  background: #479CDD; }

.ttl_marker {
  background: linear-gradient(transparent 50%, #f8e143 0%); }

.shimmer-effect {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 680px;
  display: inline-block;
  position: relative;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear; }

@keyframes shimmer {
  0% {
    background-position: -680px 0; }
  100% {
    background-position: 680px 0; } }

.attachment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 40px;
  padding: 0 10px; }
  .attachment-list .attachment-item .attachment-remove-button {
    background: none;
    border: none;
    color: #e8e8e8;
    font-size: 21px;
    font-weight: 700;
    padding: 0;
    vertical-align: top; }
  .attachment-list .attachment-item .attachment-thumbnail {
    object-fit: cover;
    vertical-align: middle; }

.reservation-loading-wrap {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

.type-unselected {
  position: relative; }
  .type-unselected::before {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.ranking div[class*="icon-"] {
  height: 26px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 26px; }

.ranking .icon-ranking1 {
  background-color: #fa6218;
  border-radius: 13px;
  color: #fff;
  text-align: center;
  line-height: 26px; }
  .ranking .icon-ranking1:after {
    content: "1"; }

.ranking .icon-ranking2 {
  background-color: #fa6218;
  border-radius: 13px;
  color: #fff;
  text-align: center;
  line-height: 26px; }
  .ranking .icon-ranking2:after {
    content: "2"; }

.ranking .icon-ranking3 {
  background-color: #fa6218;
  border-radius: 13px;
  color: #fff;
  text-align: center;
  line-height: 26px; }
  .ranking .icon-ranking3:after {
    content: "3"; }

table.pl-name {
  border-collapse: collapse;
  border-spacing: 0;
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0;
  text-align: left;
  width: 100%; }
  table.pl-name .pl-name-right,
  table.pl-name th {
    background-color: #F5F5F7;
    border: 1px solid #ddd;
    padding: 8px; }
  table.pl-name td {
    border: 1px solid #ddd;
    font-weight: normal;
    padding: 8px; }

.pd-info h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px 0; }

.pd-info h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0; }

.pd-info p {
  margin: 0 0 30px 0; }

.pd-info a,
.pd-info a:hover,
.pd-info a:visited {
  color: #0277bd; }

.pd-info-detail table {
  text-align: left;
  width: 100%; }
  .pd-info-detail table:last-child {
    margin-bottom: 0; }
  .pd-info-detail table th,
  .pd-info-detail table td {
    line-height: 1.2;
    padding-bottom: 16px;
    vertical-align: top;
    word-break: break-all; }
  .pd-info-detail table th {
    width: 40%; }
  .pd-info-detail table td {
    width: 60%; }

.triangle {
  border-bottom: 24px solid transparent;
  border-left: 24px solid transparent;
  border-right: 24px solid #f91919;
  border-top: 24px solid #f91919; }

.text-triangle {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 9px;
  right: -2px; }

.arrow-right {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #767676;
  border-right: 3px solid transparent;
  border-top: 10px solid transparent;
  height: 0;
  width: 0; }

.rating-external-review label:last-child {
  position: static; }

.rating-external-review label:nth-child(1) {
  z-index: 6; }

.rating-external-review label:nth-child(2) {
  z-index: 5; }

.rating-external-review label:nth-child(3) {
  z-index: 4; }

.rating-external-review label:nth-child(4) {
  z-index: 3; }

.rating-external-review label:nth-child(5) {
  z-index: 2; }

.rating-external-review label:nth-child(6) {
  z-index: 1; }

.rating-external-review label input:checked ~ .icon-external-review,
.rating-external-review label input .rating-external-review:hover label:hover input ~ .icon-external-review {
  fill: #fa6218; }

.rating-external-review label .icon-external-review {
  fill: transparent; }

.rating-external-review label:last-child .icon-external-review {
  fill: #ddd; }

.top-on-video {
  bottom: 10%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  left: 5%;
  line-height: 1.2;
  position: absolute;
  width: 90%;
  z-index: 3; }

.thanks_bnr_list-s {
  font-size: 90%; }

.thanks_bnr_list {
  color: #ffffff;
  font-size: 3vw;
  font-weight: normal;
  line-height: 3vw;
  position: absolute;
  right: 14.5%;
  bottom: 22%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

.thanks_bnr_list2 {
  color: #ffffff;
  font-size: 10vw;
  font-weight: 700;
  position: absolute;
  right: 28%;
  bottom: 8%;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

.thanks_bnr_list3 {
  color: #ffffff;
  font-size: 9vw;
  font-weight: 700;
  position: absolute;
  right: 26%;
  bottom: 11%;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

.thanks_bnr_list4 {
  color: #ffffff;
  font-size: 10vw;
  font-weight: 700;
  position: absolute;
  right: 23%;
  bottom: 8%;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

.thanks_bnr_list5 {
  color: #ffffff;
  font-size: 9vw;
  font-weight: 700;
  position: absolute;
  right: 22%;
  bottom: 11%;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

.square {
  position: relative; }
  .square:before {
    content: "";
    display: block;
    padding-top: 100%; }

.m_slider {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .m_slider .m_slide {
    left: 0;
    position: relative;
    top: 0;
    transition: all 0.4s ease-in-out; }
  .m_slider .m_next {
    background: #000 center/50% url(/images/navigate_next_white.svg) no-repeat;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    margin-top: -16px;
    opacity: 0.8;
    position: absolute;
    right: 8px;
    top: 50%;
    transition: all 0.1s ease;
    width: 40px;
    z-index: 1; }
    .m_slider .m_next:hover {
      opacity: 0.6; }

.item-msg-user {
  overflow: hidden;
  padding: 8px 8px 8px 56px;
  width: 100%; }
  .item-msg-user .msg-time {
    color: #767676;
    display: table-cell;
    font-size: 11px;
    padding-right: 8px;
    text-align: right;
    vertical-align: bottom; }
  .item-msg-user .msg-text {
    background-color: #0397ef;
    border-radius: 12px 0 12px 12px;
    color: white;
    display: table-cell;
    font-size: 16px;
    padding: 8px 16px;
    width: 100%;
    word-wrap: break-word; }
    .item-msg-user .msg-text .msg-text-res {
      background-color: white;
      border-radius: 8px;
      color: #222;
      font-size: 10px;
      margin: 8px 0;
      padding: 8px; }
  .item-msg-user dd + .msg-img {
    margin-top: 8px; }
  .item-msg-user .msg-img {
    margin-left: auto;
    padding-left: 48px;
    max-width: 456px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px; }
    .item-msg-user .msg-img a {
      width: 100%;
      padding-top: 75%;
      position: relative; }
      .item-msg-user .msg-img a img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-width: 200px; }
    .item-msg-user .msg-img a:last-child:nth-child(odd) {
      grid-column: 2; }
  .item-msg-user .msg-calling-box {
    padding-left: calc(100% - 200px); }
    .item-msg-user .msg-calling-box .msg-time {
      width: 40px; }
    .item-msg-user .msg-calling-box .msg-calling {
      background-color: #0397ef;
      border-radius: 12px 0 12px 12px;
      color: white;
      display: table-cell;
      font-weight: 700;
      padding: 8px 16px;
      width: 160px; }
      .item-msg-user .msg-calling-box .msg-calling .calling-text {
        float: left;
        line-height: 30px; }

.item-msg-shop {
  overflow: hidden;
  padding: 8px;
  width: 100%; }
  .item-msg-shop .img-sender {
    float: left;
    margin-right: 8px; }
    .item-msg-shop .img-sender img {
      border-radius: 50%;
      height: 40px;
      width: 40px; }
  .item-msg-shop .msg-time {
    color: #767676;
    display: table-cell;
    font-size: 11px;
    padding-left: 5px;
    vertical-align: bottom; }
  .item-msg-shop .msg-text {
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 0 12px 12px 12px;
    display: table-cell;
    padding: 10px 15px;
    width: 100%;
    word-wrap: break-word; }
    .item-msg-shop .msg-text .msg-text-res {
      background-color: #F5F5F7;
      border-radius: 8px;
      color: #222;
      font-size: 10px;
      margin: 8px 0;
      padding: 8px; }
      .item-msg-shop .msg-text .msg-text-res a {
        color: #0277bd; }
  .item-msg-shop .msg-img {
    margin: 8px 48px 0 48px;
    max-width: 408px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px; }
    .item-msg-shop .msg-img a {
      width: 100%;
      padding-top: 75%;
      position: relative; }
      .item-msg-shop .msg-img a img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-width: 200px; }
  .item-msg-shop .msg-calling-box .msg-calling {
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 0 12px 12px 12px;
    display: table-cell;
    font-weight: 700;
    padding: 10px 15px;
    width: 160px; }
    .item-msg-shop .msg-calling-box .msg-calling .calling-text {
      float: left;
      line-height: 30px; }

.content-msg-dtl .message-page-caution {
  position: fixed;
  top: 128px;
  z-index: 1; }

.content-msg-dtl .wrap-msg {
  padding: 136px 0 120px; }
  .content-msg-dtl .wrap-msg .message-page-caution + div {
    margin: 100px 0px 0px 0px; }

.content-msg-dtl .wrap-msg-logout {
  background: #F5F5F7;
  padding: 47px 0 58px;
  min-height: 100vh; }
  .content-msg-dtl .wrap-msg-logout .message-page-caution {
    top: 47px; }

.btn-send-wrap button svg {
  fill: #0277bd; }

.content-msg-dtl-app .message-page-caution {
  position: fixed;
  top: 55px;
  z-index: 1; }

.content-msg-dtl-app .wrap-msg {
  padding: 50px 0 120px; }
  .content-msg-dtl-app .wrap-msg .message-page-caution + div {
    margin: 100px 0px 0px 0px; }

.bg_moving {
  background-color: #f8e167 !important; }

.bac-c_topcm {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  padding: 24px 5%; }
  .bac-c_topcm .bubble {
    right: -1px;
    bottom: 0px; }
    @media screen and (max-width: 320px) {
      .bac-c_topcm .bubble {
        right: -10px;
        bottom: 0px; } }

.m_wrap-vide-bg {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }
  .m_wrap-vide-bg iframe {
    border-radius: 10px;
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important; }
  .m_wrap-vide-bg video {
    border-radius: 10px;
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important; }
  .m_wrap-vide-bg img {
    border-radius: 10px;
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important; }

#js-loading {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1005; }
  #js-loading .cv-spinner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center; }
  #js-loading .spinner {
    animation: sp-anime 0.8s infinite linear;
    border: 4px #ddd solid;
    border-radius: 50%;
    border-top: 4px #999 solid;
    height: 80px;
    width: 80px; }
  #js-loading.is-hide {
    display: none; }

@keyframes sp-anime {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.app-coupon_bnr {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4)); }

.aircon_multiple_bg {
  background: #479CDD; }

.body_bg-color {
  background-color: #f7f9fc; }

.user-msg-bg-color {
  background-color: #0397ef; }

.about-circle {
  border: 4px solid #fa6218;
  border-radius: 50%;
  height: 25px;
  margin-right: 12px;
  width: 25px; }

.bor-l_4ola10 {
  border-left: 4px solid #fa6218;
  margin-left: 11px; }

.pad-l_22 {
  padding-left: 22px; }

.pad-l_37 {
  padding-left: 37px; }

.order_sample-container {
  position: relative;
  z-index: 0; }
  .order_sample-container .sample-wrap {
    margin-top: 0;
    overflow-y: hidden; }

.order_sample {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  margin-left: 16px;
  padding: 0 16px 0 0;
  white-space: nowrap; }

.order_slide-box {
  display: inline-block;
  padding: 0 2px !important;
  vertical-align: top;
  white-space: normal;
  width: 90%; }

.js-hide-only-mobile-tablet, .js-hide-only-pc {
  display: none !important; }

html {
  height: 100%;
  width: 100%; }

body {
  color: #222;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
  line-height: 1.5;
  margin: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box; }

a {
  color: #0277bd;
  text-decoration: none; }

a[disabled] {
  color: #767676;
  pointer-events: none; }

p,
dl,
dd {
  margin: 0; }

header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  display: block;
  height: 60px;
  position: fixed;
  top: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
  z-index: 1001; }

.m_clearfix::after, .m_clearfix::before {
  clear: both;
  content: "";
  display: block; }

input::placeholder, textarea::placeholder {
  color: #b5b5b5; }

.m_btn {
  background-image: none;
  background-color: #eaeaea;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #b7b7b7;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

.m_btn_ora10 {
  background: #fa6218;
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  min-height: 56px;
  padding: 16px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }
  .m_btn_ora10[disabled] {
    background: #b5b5b5; }
  .m_btn_ora10.disabled {
    background: #fa6218;
    box-shadow: none;
    opacity: .35; }

.m_btn_bla_bor {
  background: #fff;
  border: 1px solid #222;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  min-height: 56px;
  padding: 16px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.m_btn_bla06 {
  background-image: none;
  background-color: #b5b5b5;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

.m_btn_bla10 {
  background: #222;
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  min-height: 56px;
  padding: 16px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.m_btn_blu10 {
  background: #0277bd;
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  min-height: 56px;
  padding: 16px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }
  .m_btn_blu10:disabled {
    box-shadow: none;
    opacity: .35; }

.m_btn_red10 {
  background: #f91919;
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  min-height: 56px;
  padding: 16px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.m_btn-r {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.m_label {
  background-color: #f91919;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 5px; }

.m_table {
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  width: 100%; }
  .m_table tbody tr th {
    font-weight: normal;
    padding: 8px 0;
    vertical-align: top; }
  .m_table tbody tr td {
    padding: 8px 0;
    vertical-align: top; }

.m_table-gray {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px; }
  .m_table-gray tr th {
    background: #F5F5F7;
    border: solid 1px #eaeaea;
    font-weight: normal;
    padding: 8px;
    text-align: left;
    vertical-align: top; }
  .m_table-gray tr td {
    border: solid 1px #eaeaea;
    padding: 8px;
    vertical-align: top; }

.m_table-r {
  border-collapse: collapse;
  border-spacing: 0; }

.m_first-mar-l_16:first-child {
  margin-left: 16px; }

.m_last-bor-non:last-child {
  border: none; }

.m_last-mar-b-0:last-child {
  margin-bottom: 0; }

.m_last-mar-r-0:last-child {
  margin-right: 0; }

.m_last-mar-r_16:last-child {
  margin-right: 16px; }

.m_3n-mar-r-0:nth-child(3n) {
  margin-right: 0; }

.m_4n-mar-r-0:nth-child(4n) {
  margin-right: 0; }

.m_last-pad-b-0:last-child {
  padding-bottom: 0; }

.m_box-shadow {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28); }

.m_box-shadow_1-4-p16 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16); }

.m_box-shadow_1-4-p3 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.m_box-shadow_2-2-p12 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12); }

.m_box-shadow_2-2-p3 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.m_box-shadow-n {
  box-shadow: none; }

.m_text-shadow {
  text-shadow: 0px 0px 11px #000000; }

.m_textbox {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  font-size: 14px;
  min-height: 56px;
  padding: 16px;
  width: 100%; }

.m_selectwrap {
  display: inline-block;
  position: relative;
  width: 100%; }
  .m_selectwrap:after {
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #767676 transparent transparent transparent;
    content: '';
    height: 0;
    padding: 0;
    position: absolute;
    pointer-events: none;
    right: 16px;
    top: calc(50% - 3px);
    width: 0;
    z-index: 1; }

.m_selectbox {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  color: #222;
  font-size: 14px;
  min-height: 56px;
  padding: 16px;
  width: 100%; }

.m_textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  font-size: 14px;
  resize: none;
  padding: 16px;
  width: 100%; }

.m_radio input[type=radio] {
  border: 2px solid #222; }

.m_radio input[type=radio]:checked + label:before {
  background-position: 2px !important; }

.m_toggle {
  background-color: #b5b5b5;
  border-radius: 14px;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin-left: 8px;
  max-width: 44px;
  position: relative;
  transition: border-color .4s;
  width: 100%; }
  .m_toggle:has(:checked) {
    background-color: #222; }
  .m_toggle::after {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    height: 24px;
    margin: 0 0 0 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
    width: 24px; }
  .m_toggle:has(:checked)::after {
    background-color: #fff;
    transform: translateX(16px) translateY(-50%); }
  .m_toggle input {
    display: none; }
    .m_toggle input:focus {
      border: none; }

.m_sort-selectwrap {
  position: relative;
  width: 150px; }
  .m_sort-selectwrap:after {
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: #b5b5b5 transparent transparent #b5b5b5;
    content: '';
    height: 6px;
    position: absolute;
    pointer-events: none;
    right: 12px;
    top: calc(50% - 3px);
    transform: translateY(-50%) rotate(-135deg);
    width: 6px; }

.m_center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.m_icon-s-logo {
  height: 35px;
  width: 160px; }

.m_icon-s_18 {
  display: inline-block;
  height: 18px;
  width: 18px; }

.m_icon-s_24 {
  display: inline-block;
  height: 24px;
  width: 24px; }

.m_icon-s_30 {
  display: inline-block;
  height: 30px;
  width: 30px; }

.m_icon-s_45 {
  display: inline-block;
  height: 45px;
  width: 45px; }

.m_icon-s_50 {
  display: inline-block;
  height: 50px;
  width: 50px; }

.m_list_none {
  list-style: none;
  margin: 0;
  padding: 0; }

.m_list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .m_list li::before {
    content: "・";
    left: 0;
    position: absolute; }

.m_first-child-border-none:nth-of-type(1) {
  border-top: none; }

.m_focus-none:focus {
  outline: 0; }

.m_border-none-even:nth-child(even) {
  border-left: none; }

.m_disabled[disabled] {
  opacity: .5; }

.m_checkbox input {
  display: none; }

.m_checkbox .checkbox-txt {
  line-height: 18px;
  margin-right: 16px;
  padding-left: 26px;
  position: relative; }

.m_checkbox .checkbox-txt:before {
  border: 2px solid #b5b5b5;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 18px; }

.m_checkbox input:checked + .checkbox-txt:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 11px;
  left: 5px;
  position: absolute;
  top: -2px;
  transform: rotate(40deg);
  width: 6px; }

.m_checkbox input:checked + .checkbox-txt:before {
  background-color: #222;
  border: none; }

.m_wrap-video-just {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }
  .m_wrap-video-just iframe {
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important; }
  .m_wrap-video-just video {
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important; }

.m_wrap-video {
  padding-top: 72%;
  position: relative;
  width: 100%; }
  .m_wrap-video::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: radial-gradient(rgba(0, 0, 0, 0.5) 5%, transparent 31%), radial-gradient(rgba(0, 0, 0, 0.5) 5%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    z-index: 2; }
  .m_wrap-video video {
    height: 170% !important;
    position: absolute;
    right: -35%;
    top: -35%;
    width: 170% !important; }

.m_acd-title {
  display: block; }

.m_acd-content {
  display: none; }

.m_acd-check:checked + .m_acd-title + .m_acd-content {
  display: block; }

.m_acd-check:checked + .m_acd-title .m_tf-180 {
  transform: rotate(180deg);
  transition: transform .3s ease-out; }

.m_acd-contented {
  display: block; }

.m_acd-checked:checked + .m_acd-title + .m_acd-contented {
  display: none; }

.m_acd-checked + .m_acd-title .m_tf-180 {
  transform: rotate(180deg); }

.m_acd-checked:checked + .m_acd-title .m_tf-180 {
  transform: rotate(0deg);
  transition: transform .3s ease-out; }

.m_slider-image-modal-content {
  position: relative;
  align-self: center;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: .5s;
  border-radius: 4px; }
  .m_slider-image-modal-content .slick-track {
    align-items: center;
    display: flex; }
  .m_slider-image-modal-content .slick-slide {
    max-height: 80vh;
    object-fit: contain; }

.m_grad-btn::before {
  content: "続きを読む"; }

.m_grad-item {
  height: 60px;
  /*隠した状態の高さ*/
  overflow: hidden;
  position: relative;
  width: 100%; }

.m_grad-item::before {
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  display: block;
  height: 10px;
  /*グラデーションで隠す高さ*/
  left: 0;
  position: absolute;
  width: 100%;
  content: ""; }

.m_grad-check {
  display: none;
  /*チェックボックスは常に非表示*/ }

.m_grad-check:checked ~ .m_grad-btn::before {
  content: "少なく表示"; }

.m_grad-check:checked ~ .m_grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/ }

.m_grad-check:checked ~ .m_grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/ }

.m_grad-check:checked ~ .m_grad-btn .m_tf-180 {
  transform: rotate(180deg); }

.m_first-img:last-child {
  border-radius: 0 8px 8px 0; }

.m_first-img:first-child {
  border-radius: 8px 0 0 8px; }

.m_sticky-bottom {
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15); }

.m_tab_item {
  border-bottom: 1px solid #b5b5b5;
  display: block;
  float: left;
  font-size: 12px;
  padding: 8px;
  text-align: center; }

input[name="tab_item"] {
  display: none; }

.m_tabs input:checked + .m_tab_item {
  background-color: #fff;
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  border-bottom: none;
  border-radius: 4px 4px 0 0; }

.m_speech-balloon {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  width: 100%; }
  .m_speech-balloon:before {
    bottom: -14px;
    border-color: #d8d8d8 transparent transparent transparent;
    border-style: solid;
    border-width: 14px 30px 0 30px;
    content: '';
    height: 0;
    left: calc(50% - 30px);
    position: absolute;
    width: 0; }
  .m_speech-balloon:after {
    bottom: -13px;
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 14px 30px 0 30px;
    content: '';
    height: 0;
    left: calc(50% - 30px);
    position: absolute;
    width: 0; }

.m_marker {
  background: linear-gradient(transparent 60%, #FFDBC3 60%); }

.sales-point-balloon {
  background-color: #F5F5F7;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 13px;
  margin-left: 8px;
  overflow-wrap: break-word;
  padding: 12px;
  position: relative;
  word-break: break-all; }
  .sales-point-balloon:before {
    border: 8px solid transparent;
    border-right: 12px solid #F5F5F7;
    content: "";
    left: -18px;
    position: absolute;
    top: 20%;
    z-index: 2; }
  .sales-point-balloon:after {
    border: 8px solid transparent;
    border-right: 12px solid #ddd;
    content: "";
    left: -20px;
    position: absolute;
    top: 20%;
    z-index: 1; }
  .sales-point-balloon p {
    display: -webkit-box;
    line-height: 1.4;
    max-height: 72px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; }

.m_fieldset-r {
  border: none;
  margin: 0px;
  padding: 0px; }

.m_truncate_1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.m_truncate_3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms; }

.spin-animate {
  animation: spin 1s linear infinite;
  animation-iteration-count: infinite; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.reset-img {
  display: block;
  max-width: 100%;
  height: auto; }

.ali-i_c {
  align-items: center; }

.ali-i_e {
  align-items: end; }

.ali-i_f-s {
  align-items: flex-start; }

.ali-i_f-e {
  align-items: flex-end; }

.ali-s_c {
  align-self: center; }

.app_n {
  appearance: none; }

.bac_t {
  background: transparent; }

.bac_n {
  background: none; }

.bac-c_04 {
  background: rgba(0, 0, 0, 0.4); }

.bac-c_06 {
  background: rgba(0, 0, 0, 0.6); }

.bac-c_08 {
  background: rgba(0, 0, 0, 0.8); }

.bac-c_ora_opa005 {
  background: rgba(250, 98, 24, 0.05); }

.bac-c_bro04 {
  background-color: #f6efe3; }

.bac-c_bla02 {
  background-color: #F5F5F7; }

.bac-c_bla04 {
  background-color: #eaeaea; }

.bac-c_bla05 {
  background-color: #ddd; }

.bac-c_bla08 {
  background-color: #767676; }

.bac-c_bla10 {
  background-color: #222; }

.bac-c_ora04 {
  background-color: #fdece1; }

.bac-c_ora10 {
  background-color: #fa6218; }

.bac-c_red04 {
  background-color: #f7d7d7; }

.bac-c_red_opa009 {
  background: rgba(249, 25, 25, 0.09); }

.bac-c_red02 {
  background-color: #fdf5f5; }

.bac-c_red10 {
  background-color: #f91919; }

.bac-c_yel02 {
  background-color: #fffaf2; }

.bac-c_yel04 {
  background-color: #fff1c2; }

.bac-c_yel10 {
  background-color: #e5ae1e; }

.bac-c_white {
  background-color: #fff; }

.bac-c_blu10 {
  background-color: #0277bd; }

.bac-c_t {
  background-color: transparent; }

.bor_1_bla02 {
  border: 1px solid #F5F5F7; }

.bor_1_bla04 {
  border: 1px solid #eaeaea; }

.bor_1_dot_bla06 {
  border: 1px dotted #b5b5b5; }

.bor_1_bla05 {
  border: 1px solid #ddd; }

.bor_1_bla06 {
  border: 1px solid #b5b5b5; }

.bor_1_bla08 {
  border: 1px solid #767676; }

.bor_4_bla08 {
  border: 4px solid #767676; }

.bor_1_bla10 {
  border: 1px solid #222; }

.bor_1_blu10 {
  border: 1px solid #0277bd; }

.bor_1_ora10 {
  border: 1px solid #fa6218; }

.bor_1_red10 {
  border: 1px solid #f91919; }

.bor_2_blu10 {
  border: 2px solid #0277bd; }

.bor_2_ora10 {
  border: 2px solid #fa6218; }

.bor_1_tra {
  border: 1px solid transparent; }

.bor_1_white {
  border: 1px solid #fff; }

.bor_2_white {
  border: 2px solid #fff; }

.bor_n {
  border: none; }

.bor-b_1bla02 {
  border-bottom: 1px solid #F5F5F7; }

.bor-b_1bla04 {
  border-bottom: 1px solid #eaeaea; }

.bor-b_1bla05 {
  border-bottom: 1px solid #ddd; }

.bor-b_1bla06 {
  border-bottom: 1px solid #b5b5b5; }

.bor-b_1bla08 {
  border-bottom: 1px solid #767676; }

.bor-b_1bla10 {
  border-bottom: 1px solid #222; }

.bor-b_1ora10 {
  border-bottom: 1px solid #fa6218; }

.bor-b_n {
  border-bottom: none; }

.bor-c_c {
  border-collapse: collapse; }

.bor-l_1bla02 {
  border-left: 1px solid #F5F5F7; }

.bor-l_1bla04 {
  border-left: 1px solid #eaeaea; }

.bor-l_1bla08 {
  border-left: 1px solid #767676; }

.bor-l_3bla04 {
  border-left: 3px solid #eaeaea; }

.bor-r_1bla02 {
  border-right: 1px solid #F5F5F7; }

.bor-r_1bla04 {
  border-right: 1px solid #eaeaea; }

.bor-l_4bla04 {
  border-left: 4px solid #eaeaea; }

.bor-r_n {
  border-right: none; }

.bor-r_50p {
  border-radius: 50%; }

.bor-r_4 {
  border-radius: 4px; }

.bor-r_8 {
  border-radius: 8px; }

.bor-r_12 {
  border-radius: 12px; }

.bor-r_16 {
  border-radius: 16px; }

.bor-r_18 {
  border-radius: 18px; }

.bor-r_20 {
  border-radius: 20px; }

.bor-r_30 {
  border-radius: 30px; }

.bor-r_b10 {
  border-radius: 0 0 10px 10px; }

.bor-r_bottom {
  border-radius: 0 0 4px 4px; }

.bor-r_left {
  border-radius: 4px 0 0 4px; }

.bor-r_left8 {
  border-radius: 8px 0 0 8px; }

.bor-r_right {
  border-radius: 0 4px 4px 0; }

.bor-r_right8 {
  border-radius: 0 8px 8px 0; }

.bor-r_top {
  border-radius: 4px 4px 0 0; }

.bor-r_top8 {
  border-radius: 8px 8px 0 0; }

.bor-r_top10 {
  border-radius: 10px 10px 0 0; }

.bor-r_top20 {
  border-radius: 20px 20px 0 0; }

.bor-s_n {
  border-style: none; }

.bor-b-l-r_8 {
  border-bottom-left-radius: 8px; }

.bor-t-r-r_0 {
  border-top-right-radius: 0; }

.bor-t-r-r_4 {
  border-top-right-radius: 4px; }

.bor-t-r-r_10 {
  border-top-right-radius: 10px; }

.bor-t-l-r_0 {
  border-top-left-radius: 0; }

.bor-t-l-r_8 {
  border-top-left-radius: 8px; }

.bor-t-l-r_10 {
  border-top-left-radius: 10px; }

.bor-t_1bla04 {
  border-top: 1px solid #eaeaea; }

.bor-t_1bla05 {
  border-top: 1px solid #ddd; }

.bor-t_1bla08 {
  border-top: 1px solid #767676; }

.bor-t_1bla10 {
  border-top: 1px solid #222; }

.bor-t_1blu10 {
  border-top: 1px solid #0277bd; }

.bot_0 {
  bottom: 0; }

.bot_4 {
  bottom: 4px; }

.bot_58 {
  bottom: 58px; }

.bot_95 {
  bottom: 95px; }

.box-s_b-b {
  box-shadow: border-box; }

.box-s_n {
  box-shadow: none; }

.cle_b {
  clear: both; }

.col_bla02 {
  color: #F5F5F7; }

.col_bla05 {
  color: #ddd; }

.col_bla06 {
  color: #b5b5b5; }

.col_bla07 {
  color: #939396; }

.col_bla08 {
  color: #767676; }

.col_bla10 {
  color: #222; }

.col_blu10 {
  color: #0277bd; }

.col_ora10 {
  color: #fa6218; }

.col_d_ora10 {
  color: #f35305; }

.col_red10 {
  color: #f91919; }

.col_bro10 {
  color: #6d3f0c; }

.col_white {
  color: #fff; }

.cur_d {
  cursor: default; }

.cur_p {
  cursor: pointer; }

.dis_b {
  display: block; }

.dis_f {
  display: flex; }

.dis_g {
  display: grid; }

.dis_i {
  display: inline; }

.dis_i-b {
  display: inline-block; }

.dis_i-f {
  display: inline-flex; }

.dis_n {
  display: none; }

.dis_t {
  display: table; }

.dis_t-c {
  display: table-cell; }

.fil_ora10 {
  fill: #fa6218; }

.fil_white {
  fill: #fff; }

.fil_bla04 {
  fill: #eaeaea; }

.fil_bla06 {
  fill: #b5b5b5; }

.fil_bla08 {
  fill: #767676; }

.fil_bla10 {
  fill: #222; }

.fil_blu10 {
  fill: #0277bd; }

.fil_red10 {
  fill: #f91919; }

.first\:mar-b_a:first-child {
  margin-bottom: auto; }

.fle_1 {
  flex: 1; }

.fle-d_c {
  flex-direction: column; }

.fle-d_c-r {
  flex-direction: column-reverse; }

.fle-d_r-r {
  flex-direction: row-reverse; }

.fle-g_1 {
  flex-grow: 1; }

.fle-s_0 {
  flex-shrink: 0; }

.fle-w_w {
  flex-wrap: wrap; }

.flo_l {
  float: left; }

.flo_r {
  float: right; }

.flo_n {
  float: none; }

.fon-f_h {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

.fon-f_u {
  font-family: unset; }

.fon_i {
  font: inherit; }

.fon-s_6 {
  font-size: 6px; }

.fon-s_10 {
  font-size: 10px; }

.fon-s_11 {
  font-size: 11px; }

.fon-s_12 {
  font-size: 12px; }

.fon-s_13 {
  font-size: 13px; }

.fon-s_14 {
  font-size: 14px; }

.fon-s_15 {
  font-size: 15px; }

.fon-s_16 {
  font-size: 16px; }

.fon-s_18 {
  font-size: 18px; }

.fon-s_20 {
  font-size: 20px; }

.fon-s_21 {
  font-size: 21px; }

.fon-s_22 {
  font-size: 22px; }

.fon-s_24 {
  font-size: 24px; }

.fon-s_26 {
  font-size: 26px; }

.fon-s_30 {
  font-size: 30px; }

.fon-w_600 {
  font-weight: 600; }

.fon-w_700 {
  font-weight: 700; }

.fon-w_b {
  font-weight: bold; }

.fon-w_n {
  font-weight: normal; }

.gap_4 {
  gap: 4px; }

.gap_8 {
  gap: 8px; }

.gap_16 {
  gap: 16px; }

.hei_a {
  height: auto; }

.hei_30vw {
  height: 30vw; }

.hei_100p {
  height: 100%; }

.hei_100v {
  height: 100vh; }

.hei_100v-72 {
  height: calc( 100vh - 72px); }

.hei_100p-100 {
  height: calc( 100% - 100px); }

.hei_0 {
  height: 0; }

.hei_8 {
  height: 8px; }

.hei_12 {
  height: 12px; }

.hei_16 {
  height: 16px; }

.hei_18 {
  height: 18px; }

.hei_20 {
  height: 20px; }

.hei_22 {
  height: 22px; }

.hei_24 {
  height: 24px; }

.hei_28 {
  height: 28px; }

.hei_30 {
  height: 30px; }

.hei_32 {
  height: 32px; }

.hei_35 {
  height: 35px; }

.hei_36 {
  height: 36px; }

.hei_40 {
  height: 40px; }

.hei_44 {
  height: 44px; }

.hei_48 {
  height: 48px; }

.hei_50 {
  height: 50px; }

.hei_52 {
  height: 52px; }

.hei_56 {
  height: 56px; }

.hei_60 {
  height: 60px; }

.hei_64 {
  height: 64px; }

.hei_70 {
  height: 70px; }

.hei_80 {
  height: 80px; }

.hei_86 {
  height: 86px; }

.hei_90 {
  height: 90px; }

.hei_100 {
  height: 100px; }

.hei_120 {
  height: 120px; }

.hei_150 {
  height: 150px; }

.hei_452 {
  height: 452px; }

.hei_464 {
  height: 464px; }

.hei_560 {
  height: 560px; }

.ins_0 {
  inset: 0; }

.jus-c_c {
  justify-content: center;
  -webkit-justify-content: center; }

.jus-c_s-b {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.jus-c_s-a {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.jus-c_f-e {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.jus-c_f-s {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.lef_a {
  left: auto; }

.lef_0 {
  left: 0; }

.lef_4 {
  left: 4px; }

.lef_16 {
  left: 16px; }

.lef_50p {
  left: 50%; }

.lin-h_0 {
  line-height: 0; }

.lin-h_1 {
  line-height: 1; }

.lin-h_1p2 {
  line-height: 1.2; }

.lin-h_1p4 {
  line-height: 1.4; }

.lin-h_10 {
  line-height: 10px; }

.lin-h_12 {
  line-height: 12px; }

.lin-h_14 {
  line-height: 14px; }

.lin-h_16 {
  line-height: 16px; }

.lin-h_18 {
  line-height: 18px; }

.lin-h_20 {
  line-height: 20px; }

.lin-h_21 {
  line-height: 21px; }

.lin-h_22 {
  line-height: 22px; }

.lin-h_24 {
  line-height: 24px; }

.lin-h_28 {
  line-height: 28px; }

.lin-h_30 {
  line-height: 30px; }

.lin-h_35 {
  line-height: 35px; }

.lin-h_36 {
  line-height: 36px; }

.lin-h_40 {
  line-height: 40px; }

.lin-h_44 {
  line-height: 44px; }

.lin-h_100 {
  line-height: 100px; }

.mar_1p {
  margin: 1%; }

.mar_0a {
  margin: 0 auto; }

.mar_-8 {
  margin: -8px; }

.mar_0 {
  margin: 0; }

.mar_4 {
  margin: 4px; }

.mar_8 {
  margin: 8px; }

.mar_16 {
  margin: 16px; }

.mar_25 {
  margin: 25px; }

.mar_a {
  margin: auto; }

.mar-b_a {
  margin-bottom: auto; }

.mar-b_4p {
  margin-bottom: 4%; }

.mar-b_0 {
  margin-bottom: 0; }

.mar-b_2 {
  margin-bottom: 2px; }

.mar-b_4 {
  margin-bottom: 4px; }

.mar-b_5 {
  margin-bottom: 5px; }

.mar-b_8 {
  margin-bottom: 8px; }

.mar-b_16 {
  margin-bottom: 16px; }

.mar-b_24 {
  margin-bottom: 24px; }

.mar-b_32 {
  margin-bottom: 32px; }

.mar-b_40 {
  margin-bottom: 40px; }

.mar-b_56 {
  margin-bottom: 56px; }

.mar-l_-1 {
  margin-left: -1px; }

.mar-l_-16 {
  margin-left: -16px; }

.mar-l_-40 {
  margin-left: -40px; }

.mar-l_2p {
  margin-left: 2%; }

.mar-l_35p {
  margin-left: 35%; }

.mar-l_4 {
  margin-left: 4px; }

.mar-l_5 {
  margin-left: 5px; }

.mar-l_8 {
  margin-left: 8px; }

.mar-l_10 {
  margin-left: 10px; }

.mar-l_12 {
  margin-left: 12px; }

.mar-l_15 {
  margin-left: 15px; }

.mar-l_16 {
  margin-left: 16px; }

.mar-l_20 {
  margin-left: 20px; }

.mar-l_40 {
  margin-left: 40px; }

.mar-l_a {
  margin-left: auto; }

.mar-r_2p {
  margin-right: 2%; }

.mar-r_4p {
  margin-right: 4%; }

.mar-r_5p {
  margin-right: 5%; }

.mar-r_-16 {
  margin-right: -16px; }

.mar-r_2 {
  margin-right: 2px; }

.mar-r_3 {
  margin-right: 3px; }

.mar-r_4 {
  margin-right: 4px; }

.mar-r_5 {
  margin-right: 5px; }

.mar-r_8 {
  margin-right: 8px; }

.mar-r_10 {
  margin-right: 10px; }

.mar-r_15 {
  margin-right: 15px; }

.mar-r_16 {
  margin-right: 16px; }

.mar-r_20 {
  margin-right: 20px; }

.mar-r_24 {
  margin-right: 24px; }

.mar-r_30 {
  margin-right: 30px; }

.mar-r_32 {
  margin-right: 32px; }

.mar-r_a {
  margin-right: auto; }

.mar-t_-16 {
  margin-top: -16px; }

.mar-t_-3 {
  margin-top: -3px; }

.mar-t_-8 {
  margin-top: -8px; }

.mar-t_0 {
  margin-top: 0; }

.mar-t_1 {
  margin-top: 1px; }

.mar-t_4 {
  margin-top: 4px; }

.mar-t_5 {
  margin-top: 5px; }

.mar-t_8 {
  margin-top: 8px; }

.mar-t_12 {
  margin-top: 12px; }

.mar-t_16 {
  margin-top: 16px; }

.mar-t_20 {
  margin-top: 20px; }

.mar-t_24 {
  margin-top: 24px; }

.mar-t_40 {
  margin-top: 40px; }

.mar-t_50 {
  margin-top: 50px; }

.mar-t_70 {
  margin-top: 70px; }

.min-h_a {
  min-height: auto; }

.min-h_30 {
  min-height: 30px; }

.min-h_40 {
  min-height: 40px; }

.min-h_44 {
  min-height: 44px; }

.min-h_48 {
  min-height: 48px; }

.min-h_56 {
  min-height: 56px; }

.min-h_115 {
  min-height: 115px; }

.min-h_138 {
  min-height: 138px; }

.min-h_140 {
  min-height: 140px; }

.min-h_240 {
  min-height: 240px; }

.min-w_0 {
  min-width: 0; }

.min-w_90p {
  min-width: 90%; }

.min-w_100p {
  min-width: 100%; }

.max-h_100 {
  max-height: 100px; }

.max-h_180 {
  max-height: 180px !important; }

.max-h_100p-40 {
  max-height: calc(100% - 40px); }

.max-h_100p-100 {
  max-height: calc(100% - 100px); }

.max-h_100p {
  max-height: 100%; }

.max-w_80 {
  max-width: 80px; }

.max-w_98 {
  max-width: 98px; }

.max-w_100 {
  max-width: 100px; }

.max-w_100p {
  max-width: 100%; }

.max-w_400 {
  max-width: 400px; }

.max-w_80p {
  max-width: 80%; }

.obj-f_cov {
  object-fit: cover; }

.opa_0 {
  opacity: 0; }

.opa_03 {
  opacity: .3; }

.opa_04 {
  opacity: .4; }

.opa_07 {
  opacity: .7; }

.opa_1 {
  opacity: 1; }

.out_n {
  outline: none; }

.ove_h {
  overflow: hidden; }

.ove_a {
  overflow: auto; }

.ove-x_h {
  overflow-x: hidden; }

.ove-x_s {
  overflow-x: scroll; }

.ove-y_a {
  overflow-y: auto; }

.ove-y_h {
  overflow-y: hidden; }

.ove-y_s {
  overflow-y: scroll; }

.ove-w_b-w {
  overflow-wrap: break-word; }

.pad_0 {
  padding: 0; }

.pad_2p {
  padding: 2%; }

.pad_4 {
  padding: 4px; }

.pad_5 {
  padding: 5px; }

.pad_8 {
  padding: 8px; }

.pad_10 {
  padding: 10px; }

.pad_12 {
  padding: 12px; }

.pad_15 {
  padding: 15px; }

.pad_16 {
  padding: 16px; }

.pad_20 {
  padding: 20px; }

.pad_24 {
  padding: 24px; }

.pad-b_3 {
  padding-bottom: 3px; }

.pad-b_4 {
  padding-bottom: 4px; }

.pad-b_5 {
  padding-bottom: 5px; }

.pad-b_8 {
  padding-bottom: 8px; }

.pad-b_10 {
  padding-bottom: 10px; }

.pad-b_12 {
  padding-bottom: 12px; }

.pad-b_16 {
  padding-bottom: 16px; }

.pad-b_18 {
  padding-bottom: 18px; }

.pad-b_24 {
  padding-bottom: 24px; }

.pad-b_30 {
  padding-bottom: 30px; }

.pad-b_32 {
  padding-bottom: 32px; }

.pad-b_40 {
  padding-bottom: 40px; }

.pad-b_48 {
  padding-bottom: 48px; }

.pad-b_56 {
  padding-bottom: 56px; }

.pad-b_72 {
  padding-bottom: 72px; }

.pad-b_90 {
  padding-bottom: 90px; }

.pad-b_96 {
  padding-bottom: 96px; }

.pad-b_112 {
  padding-bottom: 112px; }

.pad-b_130 {
  padding-bottom: 130px; }

.pad-b_144 {
  padding-bottom: 144px; }

.pad-l_5p {
  padding-left: 5%; }

.pad-l_0 {
  padding-left: 0px; }

.pad-l_4 {
  padding-left: 4px; }

.pad-l_6 {
  padding-left: 6px; }

.pad-l_8 {
  padding-left: 8px; }

.pad-l_10 {
  padding-left: 10px; }

.pad-l_12 {
  padding-left: 12px; }

.pad-l_15 {
  padding-left: 15px; }

.pad-l_16 {
  padding-left: 16px; }

.pad-l_24 {
  padding-left: 24px; }

.pad-l_32 {
  padding-left: 32px; }

.pad-l_48 {
  padding-left: 48px; }

.pad-l_56 {
  padding-left: 56px; }

.pad-r_i {
  padding-right: inherit; }

.pad-r_5p {
  padding-right: 5%; }

.pad-r_0 {
  padding-right: 0; }

.pad-r_4 {
  padding-right: 4px; }

.pad-r_5 {
  padding-right: 5px; }

.pad-r_6 {
  padding-right: 6px; }

.pad-r_8 {
  padding-right: 8px; }

.pad-r_10 {
  padding-right: 10px; }

.pad-r_12 {
  padding-right: 12px; }

.pad-r_16 {
  padding-right: 16px; }

.pad-r_24 {
  padding-right: 24px; }

.pad-r_32 {
  padding-right: 32px; }

.pad-t_0 {
  padding-top: 0; }

.pad-t_2 {
  padding-top: 2px; }

.pad-t_3 {
  padding-top: 3px; }

.pad-t_4 {
  padding-top: 4px; }

.pad-t_5 {
  padding-top: 5px; }

.pad-t_8 {
  padding-top: 8px; }

.pad-t_10 {
  padding-top: 10px; }

.pad-t_12 {
  padding-top: 12px; }

.pad-t_15 {
  padding-top: 15px; }

.pad-t_16 {
  padding-top: 16px; }

.pad-t_24 {
  padding-top: 24px; }

.pad-t_32 {
  padding-top: 32px; }

.pad-t_38 {
  padding-top: 38px; }

.pad-t_40 {
  padding-top: 40px; }

.pad-t_56 {
  padding-top: 56px; }

.pad-t_60 {
  padding-top: 60px; }

.pad-t_90 {
  padding-top: 90px; }

.pla-i_c {
  place-items: center; }

.pos_s {
  position: static; }

.pos_a {
  position: absolute; }

.pos_f {
  position: fixed; }

.pos_r {
  position: relative; }

.rig_0 {
  right: 0; }

.rig_4 {
  right: 4px; }

.rig_6 {
  right: 6px; }

.rig_12 {
  right: 12px; }

.rig_16 {
  right: 16px; }

.rig_50 {
  right: 50px; }

.rig_5p {
  right: 5%; }

.res_n {
  resize: none; }

.scr-m-t_72 {
  scroll-margin-top: 72px; }

.tab-l_f {
  table-layout: fixed; }

.tap-hig-col_tra {
  -webkit-tap-highlight-color: transparent; }

.top_0 {
  top: 0; }

.top_4 {
  top: 4px; }

.top_6 {
  top: 6px; }

.top_8 {
  top: 8px; }

.top_16 {
  top: 16px; }

.top_50p {
  top: 50%; }

.top_80p {
  top: 80%; }

.top_100p {
  top: 100%; }

.top_a {
  top: auto; }

.tex-a_c {
  text-align: center; }

.tex-a_l {
  text-align: left; }

.tex-a_r {
  text-align: right; }

.tex-a_j {
  text-align: justify; }

.tex-d_u {
  text-decoration: underline; }

.tex-d_l-t {
  text-decoration: line-through; }

.tex-d_n {
  text-decoration: none; }

.tex-o_e {
  text-overflow: ellipsis; }

.tra_03 {
  transition: .3s; }

.tra_05 {
  transition: .5s; }

.tra_04-e {
  transition: .4s ease; }

.tra_rot180 {
  transform: rotate(180deg); }

.tra_t_y-50p {
  transform: translateY(-50%); }

.tra_t_-50p_-50p {
  transform: translate(-50%, -50%); }

.ver-a_b {
  vertical-align: bottom; }

.ver-a_m {
  vertical-align: middle; }

.ver-a_t {
  vertical-align: top; }

.vis_h {
  visibility: hidden; }

.whi-s_nor {
  white-space: normal; }

.whi-s_now {
  white-space: nowrap; }

.whi-s_p-w {
  white-space: pre-wrap; }

.whi-s_p-l {
  white-space: pre-line; }

.wid_a {
  width: auto; }

.wid_fit-c {
  width: fit-content; }

.wid_max-c {
  width: max-content; }

.wid_10p {
  width: 10%; }

.wid_15p {
  width: 15%; }

.wid_16p {
  width: 16%; }

.wid_18p {
  width: 18%; }

.wid_20p {
  width: 20%; }

.wid_25p {
  width: 25%; }

.wid_30p {
  width: 30%; }

.wid_32p {
  width: 32%; }

.wid_35p {
  width: 35%; }

.wid_38p {
  width: 38%; }

.wid_40p {
  width: 40%; }

.wid_45p {
  width: 45%; }

.wid_46p {
  width: 46%; }

.wid_48p {
  width: 48%; }

.wid_50p {
  width: 50%; }

.wid_50p-8 {
  width: calc(50% - 8px); }

.wid_50p-16 {
  width: calc(50% - 16px); }

.wid_50p-8 {
  width: calc(50% - 8px); }

.wid_100p-16 {
  width: calc(100% - 16px); }

.wid_55p {
  width: 55%; }

.wid_60p {
  width: 60%; }

.wid_64p {
  width: 64%; }

.wid_65p {
  width: 65%; }

.wid_70p {
  width: 70%; }

.wid_80p {
  width: 80%; }

.wid_85p {
  width: 85%; }

.wid_90p {
  width: 90%; }

.wid_100p {
  width: 100%; }

.wid_100p-16_2 {
  width: calc( (100% - 16px) /2); }

.wid_100p-32 {
  width: calc( 100% - 32px); }

.wid_100p-32_3 {
  width: calc( (100% - 32px) /3); }

.wid_100p-48_3 {
  width: calc( (100% - 48px) /3); }

.wid_100p-64_4 {
  width: calc( (100% - 64px) /4); }

.wid_100p-50 {
  width: calc( 100% - 50px); }

.wid_100p-70 {
  width: calc( 100% - 70px); }

.wid_100p-94 {
  width: calc( 100% - 94px); }

.wid_180p {
  width: 180%; }

.wid_30vw {
  width: 30vw; }

.wid_0 {
  width: 0; }

.wid_8 {
  width: 8px; }

.wid_12 {
  width: 12px; }

.wid_16 {
  width: 16px; }

.wid_18 {
  width: 18px; }

.wid_20 {
  width: 20px; }

.wid_22 {
  width: 22px; }

.wid_24 {
  width: 24px; }

.wid_28 {
  width: 28px; }

.wid_30 {
  width: 30px; }

.wid_32 {
  width: 32px; }

.wid_35 {
  width: 35px; }

.wid_36 {
  width: 36px; }

.wid_38 {
  width: 38px; }

.wid_40 {
  width: 40px; }

.wid_44 {
  width: 44px; }

.wid_50 {
  width: 50px; }

.wid_52 {
  width: 52px; }

.wid_56 {
  width: 56px; }

.wid_60 {
  width: 60px; }

.wid_64 {
  width: 64px; }

.wid_70 {
  width: 70px; }

.wid_80 {
  width: 80px; }

.wid_82 {
  width: 82px; }

.wid_86 {
  width: 86px; }

.wid_90 {
  width: 90px; }

.wid_92 {
  width: 92px; }

.wid_100 {
  width: 100px; }

.wid_110 {
  width: 110px; }

.wid_120 {
  width: 120px; }

.wid_140 {
  width: 140px; }

.wid_150 {
  width: 150px; }

.wid_160 {
  width: 160px; }

.wid_180 {
  width: 180px; }

.wid_200 {
  width: 200px; }

.wid_300 {
  width: 300px; }

.wor-b_b-w {
  word-break: break-word; }

.wor-b_b-a {
  word-break: break-all; }

.wor-w_b-w {
  word-wrap: break-word; }

.z-i_1 {
  z-index: 1; }

.z-i_2 {
  z-index: 2; }

.z-i_100 {
  z-index: 100; }

.z-i_500 {
  z-index: 500; }

.z-i_999 {
  z-index: 999; }

.z-i_1002 {
  z-index: 1002; }

.z-i_1050 {
  z-index: 1050; }

.z-i_1100 {
  z-index: 1100; }
