@charset "UTF-8";
/*! Writen  by SCSS */
body .wrap {
  overflow: visible; }

ul.headnavi {
  /*	SP時 「絞り込む」ボタンを表示する為、非表示	*/ }
  @media screen and (max-width: 480px) {
    ul.headnavi {
      display: none; } }
  ul.headnavi.zindex_adjust {
    z-index: 0;
    pointer-events: none; }

header.zindex_adjust {
  z-index: 0;
  pointer-events: none; }

.search_cap {
  font-size: 14px;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .search_cap {
      font-size: 10px;
      margin-bottom: 15px; } }

.policy_link {
  font-size: 14px;
  color: #FFF;
  font-weight: bold; }
  @media screen and (max-width: 480px) {
    .policy_link {
      font-size: 12px; } }
  .policy_link a {
    position: relative; }
    .policy_link a:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background: #FFF;
      height: 1px;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform 0.4s ease-in-out 0s; }
    body:not(.mobile) .policy_link a:hover:before {
      transform-origin: left top;
      transform: scale(1, 1); }
  .policy_link .nakaguro {
    display: inline-block;
    margin: 0 10px; }

.category_wrap .search_btn {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 86%;
  bottom: 20px;
  background: #2D2C37;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  color: #FFF;
  cursor: pointer;
  transform: translateY(150%);
  transition: 0.3s transform ease-in-out 0s,0.3s opacity ease-in-out 0s;
  z-index: 500;
  border-radius: 5px;
  padding: 10px; }
  @media screen and (max-width: 480px) {
    .category_wrap .search_btn {
      display: block; } }
  body.search_on .category_wrap .search_btn {
    transform: translateY(0); }
  body.search_btn_out .category_wrap .search_btn {
    opacity: 0;
    pointer-events: none; }
.category_wrap .category_flex {
  align-items: flex-start; }
  .category_wrap .category_flex .cate_l {
    width: 33.75%;
    position: sticky;
    left: 0;
    top: 0;
    padding: 20px;
    height: calc(100vh - 120px);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url("../images/examples/category_bg.jpg") center top/cover no-repeat; }
    @media screen and (max-width: 480px) {
      .category_wrap .category_flex .cate_l {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 20px;
        top: auto;
        width: 78.14%;
        width: 88.14%;
        height: auto;
        margin: 0 auto;
        z-index: 3;
        border-radius: 5px;
        display: none;
        padding: 20px 20px 12px; } }
    .category_wrap .category_flex .cate_l .cate_in {
      max-width: 469px;
      width: 100%; }
      .category_wrap .category_flex .cate_l .cate_in .cate_ttl {
        display: flex;
        align-items: flex-end;
        font-size: 16px;
        color: #FFF;
        margin-bottom: 35px; }
        @media screen and (max-width: 1200px) {
          .category_wrap .category_flex .cate_l .cate_in .cate_ttl {
            font-size: 1.33vw;
            align-items: flex-start;
            flex-direction: column; } }
        @media screen and (max-width: 480px) {
          .category_wrap .category_flex .cate_l .cate_in .cate_ttl {
            display: none; } }
        .category_wrap .category_flex .cate_l .cate_in .cate_ttl .en {
          margin-right: 10px;
          display: block;
          font-size: 350%;
          line-height: 1; }
      .category_wrap .category_flex .cate_l .cate_in .accordion_wrap {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 5px; }
        .category_wrap .category_flex .cate_l .cate_in .accordion_wrap:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: -1;
          opacity: 0;
          background: #FFF;
          transition: 0.6s opacity ease-in-out 0s;
          pointer-events: none;
          -webkit-backdrop-filter: blur(15px) brightness(100%);
          backdrop-filter: blur(15px) brightness(100%);
          background: rgba(255, 255, 255, 0.5); }
        .category_wrap .category_flex .cate_l .cate_in .accordion_wrap.on:before {
          opacity: 1; }
        .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn {
          cursor: pointer;
          background: rgba(0, 0, 0, 0.7);
          padding: 10px 20px;
          align-items: center;
          z-index: 1;
          position: relative;
          transition: 0.3s all ease-in-out 0s; }
          @media screen and (max-width: 768px) {
            .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn {
              padding: 6px 15px; } }
          .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn:after {
            content: "";
            position: absolute;
            left: 20px;
            right: 20px;
            bottom: 0;
            margin: auto;
            height: 1px;
            background: rgba(0, 0, 0, 0.2); }
          .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn.open {
            background: rgba(0, 0, 0, 0); }
            .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn.open .btn {
              color: #2D2C37; }
            .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn.open .switch:before {
              transform: translate(-50%, -50%); }
          .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .btn {
            font-size: 18px;
            color: #FFF;
            line-height: 1;
            cursor: pointer;
            transition: 0.3s all ease-in-out 0s; }
            @media screen and (max-width: 1200px) {
              .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .btn {
                font-size: 1.5vw; } }
            @media screen and (max-width: 480px) {
              .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .btn {
                font-size: 14px; } }
            .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .btn sup {
              font-size: 12px; }
          .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .switch {
            position: relative;
            width: 32px;
            height: 32px;
            background: #000;
            border-radius: 100%;
            border: 1px solid rgba(243, 243, 243, 0.5); }
            @media screen and (max-width: 768px) {
              .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .switch {
                width: 25px;
                height: 25px; } }
            .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .switch:before, .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .switch:after {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              width: 50%;
              height: 2px;
              display: flex;
              justify-content: center;
              align-items: center;
              background: #FFF;
              transform: translate(-50%, -50%);
              transition: 0.3s transform ease-in-out 0s; }
              @media screen and (max-width: 768px) {
                .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .switch:before, .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .switch:after {
                  width: 10px; } }
            .category_wrap .category_flex .cate_l .cate_in .accordion_wrap .ac_btn_wrap .ac_btn .switch:before {
              transform: translate(-50%, -50%) rotate(90deg); }
      .category_wrap .category_flex .cate_l .cate_in .search_close {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 48px;
        height: 48px;
        background: #2D2C37;
        border-radius: 5px; }
        @media screen and (max-width: 480px) {
          .category_wrap .category_flex .cate_l .cate_in .search_close {
            display: block; } }
        .category_wrap .category_flex .cate_l .cate_in .search_close:before, .category_wrap .category_flex .cate_l .cate_in .search_close:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          display: flex;
          transform: translate(-50%, -50%) rotate(45deg);
          justify-content: center;
          align-items: center;
          background: #FFF;
          transition: 0.3s height ease-in-out 0s; }
        .category_wrap .category_flex .cate_l .cate_in .search_close:before {
          width: 25px;
          height: 2px; }
        .category_wrap .category_flex .cate_l .cate_in .search_close:after {
          width: 2px;
          height: 25px;
          transform-origin: center; }
      .category_wrap .category_flex .cate_l .cate_in .sort-btn_wrap {
        display: none;
        max-height: 100%;
        height: 170px;
        overflow-y: scroll;
        /*スクロールバー非表示（IE・Edge）*/
        -ms-overflow-style: none;
        /*スクロールバー非表示（Firefox）*/
        scrollbar-width: none; }
        @media screen and (max-width: 480px) {
          .category_wrap .category_flex .cate_l .cate_in .sort-btn_wrap {
            height: 140px; } }
        .category_wrap .category_flex .cate_l .cate_in .sort-btn_wrap.h_reduce {
          height: 110px; }
        .category_wrap .category_flex .cate_l .cate_in .sort-btn_wrap::-webkit-scrollbar {
          display: none; }
        .category_wrap .category_flex .cate_l .cate_in .sort-btn_wrap:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 74px;
          opacity: 1;
          pointer-events: none;
          display: block;
          transition: 0.5s opacity ease-in-out 0s;
          background: linear-gradient(to bottom, rgba(118, 117, 119, 0) 0%, rgba(118, 117, 119, 0.85) 100%); }
          @media screen and (max-width: 768px) {
            .category_wrap .category_flex .cate_l .cate_in .sort-btn_wrap:after {
              height: 40px; } }
        .category_wrap .category_flex .cate_l .cate_in .sort-btn_wrap .sort-btn_in {
          padding: 15px 20px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .category_wrap .category_flex .cate_l .cate_in .sort-btn_wrap .sort-btn_in {
              padding: 15px; } }
      .category_wrap .category_flex .cate_l .cate_in .sort-btn dl dt {
        font-weight: bold;
        margin: 0 0 10px 0; }
      .category_wrap .category_flex .cate_l .cate_in .sort-btn dl dd {
        margin: 0 0 10px 0; }
      .category_wrap .category_flex .cate_l .cate_in .sort-btn.full ul {
        display: block;
        padding-bottom: 0;
        gap: 0; }
        .category_wrap .category_flex .cate_l .cate_in .sort-btn.full ul li {
          background: #EAEAEB;
          font-size: 18px;
          color: #2D2C37;
          text-align: center; }
          @media screen and (max-width: 1200px) {
            .category_wrap .category_flex .cate_l .cate_in .sort-btn.full ul li {
              font-size: 1.5vw; } }
          @media screen and (max-width: 480px) {
            .category_wrap .category_flex .cate_l .cate_in .sort-btn.full ul li {
              font-size: 14px; } }
          .category_wrap .category_flex .cate_l .cate_in .sort-btn.full ul li.active {
            background: #EAEAEB;
            color: #2D2C37; }
      .category_wrap .category_flex .cate_l .cate_in .sort-btn ul {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        padding-bottom: 40px;
        gap: 10px; }
        .category_wrap .category_flex .cate_l .cate_in .sort-btn ul.ex {
          padding-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .category_wrap .category_flex .cate_l .cate_in .sort-btn ul {
            padding-bottom: 20px; } }
        .category_wrap .category_flex .cate_l .cate_in .sort-btn ul li {
          background: rgba(255, 255, 255, 0.75);
          position: relative;
          cursor: pointer;
          padding: 8px 10px 6px;
          font-size: 16px;
          letter-spacing: -0.05em;
          font-weight: bold;
          color: #2D2C37;
          border-radius: 5px;
          transition: 0.3s all ease-in-out 0s; }
          @media screen and (max-width: 1200px) {
            .category_wrap .category_flex .cate_l .cate_in .sort-btn ul li {
              font-size: 1.2vw;
              padding: 8px 10px 6px; } }
          @media screen and (max-width: 768px) {
            .category_wrap .category_flex .cate_l .cate_in .sort-btn ul li {
              font-size: 1.5vw; } }
          @media screen and (max-width: 480px) {
            .category_wrap .category_flex .cate_l .cate_in .sort-btn ul li {
              font-size: 15px;
              padding: 4px 8px; } }
          .category_wrap .category_flex .cate_l .cate_in .sort-btn ul li.active {
            background: #E75534;
            color: #FFF; }
    .category_wrap .category_flex .cate_l .link_btn {
      margin-top: 30px;
      margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        .category_wrap .category_flex .cate_l .link_btn {
          margin-top: 10px;
          margin-bottom: 10px;
          width: 80%; } }
      .category_wrap .category_flex .cate_l .link_btn a {
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        transition: 0.6s background ease-in-out 0s,0.6s color ease-in-out 0s; }
        body:not(.mobile) .category_wrap .category_flex .cate_l .link_btn a:hover {
          color: #000;
          background: rgba(234, 234, 235, 0.9); }
          body:not(.mobile) .category_wrap .category_flex .cate_l .link_btn a:hover .icon img.off {
            opacity: 0; }
          body:not(.mobile) .category_wrap .category_flex .cate_l .link_btn a:hover .icon img.on {
            opacity: 1; }
        .category_wrap .category_flex .cate_l .link_btn a .icon {
          margin-right: 10px;
          position: relative;
          line-height: 0; }
          .category_wrap .category_flex .cate_l .link_btn a .icon img {
            transition: 0.6s opacity ease-in-out 0s; }
            .category_wrap .category_flex .cate_l .link_btn a .icon img.on {
              position: absolute;
              left: 0;
              top: 0;
              opacity: 0; }
        .category_wrap .category_flex .cate_l .link_btn a .text {
          font-size: 15px;
          font-weight: bold; }
          @media screen and (max-width: 1200px) {
            .category_wrap .category_flex .cate_l .link_btn a .text {
              font-size: 1.5vw; } }
          @media screen and (max-width: 480px) {
            .category_wrap .category_flex .cate_l .link_btn a .text {
              font-size: 13px; } }
    @media screen and (max-width: 480px) {
      .category_wrap .category_flex .cate_l .search_cap {
        width: calc(100% - 30px); } }
    .category_wrap .category_flex .cate_l .search_cap p {
      color: #FFF;
      font-weight: bold;
      text-indent: -1em;
      padding-left: 1em; }
  .category_wrap .category_flex .grid {
    width: 66.25%;
    position: relative;
    /*並び替えの基準点を指定*/
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .category_wrap .category_flex .grid {
        width: 100%; } }
    .category_wrap .category_flex .grid.another_way {
      display: flex;
      flex-wrap: wrap; }
      .category_wrap .category_flex .grid.another_way .item {
        position: relative !important;
        display: none; }
    .category_wrap .category_flex .grid .item {
      display: block;
      position: absolute;
      width: 33.2%;
      /*横並びで3つ表示*/
      width: calc(100% / 3 - (1px / 3));
      z-index: 1;
      /*内側のボックスの高さが崩れないように維持*/ }
      @media screen and (max-width: 768px) {
        .category_wrap .category_flex .grid .item {
          width: 49.999998%; } }
      .category_wrap .category_flex .grid .item .item-content {
        position: relative;
        width: 100%;
        height: 100%;
        padding:2%;
      }
        .category_wrap .category_flex .grid .item .item-content img {
          width: 100%;
          height: auto;
          vertical-align: bottom;
          /*画像の下にできる余白を削除*/ }

.examples_cap {
  padding: 40px 0;
  background: #2D2C37; }
  @media screen and (max-width: 480px) {
    .examples_cap {
      padding: 30px 40px; } }
  .examples_cap .exa_in {
    max-width: 1620px;
    margin: 0 auto;
    width: calc(100% - 40px); }
    @media screen and (max-width: 480px) {
      .examples_cap .exa_in {
        width: 100%; } }
    .examples_cap .exa_in p {
      font-size: 10px;
      color: #FFF;
      font-weight: bold;
      text-indent: -1em;
      padding-left: 1em; }

body.izimodal_open {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none; }

.modal_cont {
  display: none; }

.iziModal {
  top: auto !important;
  max-width: 100% !important;
  box-shadow: none !important;
  background: none !important;
  height: calc(100vh - 77px) !important;
  height: max-content;
  max-width: calc(1437px + 7.1875vw + 17.96875vw) !important;
  margin: 0 17.96875vw 0 7.1875vw !important;
  overflow: hidden;
  overflow-y: auto; }
  @media screen and (max-width: 900px) {
    .iziModal {
      max-width: calc(1437px + 7.1875vw + 20.96875vw) !important;
      margin: 0 20.96875vw 0 7.1875vw !important; } }
  @media screen and (max-width: 768px) {
    .iziModal {
      top: 40px !important;
      margin: auto !important;
      width: calc(100% - 40px) !important; } }
  @media screen and (max-width: 480px) {
    .iziModal {
      top: 90px !important;
      margin: 0 !important;
      width: 100% !important;
      height: calc(100dvh - 90px) !important;
      max-height: 100vh !important;
      background: #F3F3F3 !important;
      margin: 0 !important; } }
  .iziModal.small_wide {
    max-width: 1000px !important;
    margin: 0 32.09vw 0 16.25vw !important; }
    @media screen and (max-width: 768px) {
      .iziModal.small_wide {
        margin: auto !important;
        width: calc(100% - 40px) !important; } }
    @media screen and (max-width: 480px) {
      .iziModal.small_wide {
        width: 100% !important; } }
    .iziModal.small_wide .modal_r {
      width: 100%; }
    .iziModal.small_wide .controls {
      width: 13.3%; }
      @media screen and (max-width: 768px) {
        .iziModal.small_wide .controls {
          width: auto; } }
  .iziModal::after {
    content: none !important; }
  .iziModal .iziModal-wrap {
    position: static !important; }

.iziModal-navigate {
  display: none !important; }

.iziModal-overlay {
  width: calc(100% - 154px) !important; }
  @media screen and (max-width: 768px) {
    .iziModal-overlay {
      width: 100% !important; } }

.iziModal .iziModal-iframe {
  -ms-overflow-style: none !important;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none !important; }
  .iziModal .iziModal-iframe::-webkit-scrollbar {
    display: none; }

.modal_in {
  /*display: flex;*/
  text-align:center !important;
  display:block;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  	/*
  	max-width: calc(1437px + 7.1875vw + 17.96875vw) !important;
      box-shadow: none !important;
      background: none !important;
      max-height: calc(100vh - 40px) !important;
  	padding:0 17.96875vw 0 7.1875vw;
  	margin:0 17.96875vw 0 7.1875vw;
  	*/ }
  .modal_in::-webkit-scrollbar {
    display: none; }
  .modal_in .controls {
    display: none; }
    @media screen and (max-width: 768px) {
      .modal_in .controls {
        display: flex; } }
  .modal_in .modal_l {
    width: 30.41%;
    background: #FFF;
    padding: 40px 15px; }
    @media screen and (max-width: 480px) {
      .modal_in .modal_l {
        display: none; } }
    .modal_in .modal_l .area_wrap {
      justify-content: center;
      padding: 0 10px 10px;
      margin-bottom: 60px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 768px) {
        .modal_in .modal_l .area_wrap {
          margin-bottom: 40px; } }
      .modal_in .modal_l .area_wrap .area {
        font-size: clamp(20px, 2.7vw, 41px);
        line-height: 1; }
        @media screen and (max-width: 960px) {
          .modal_in .modal_l .area_wrap .area {
            font-size: 2.4vw; } }
        @media screen and (max-width: 768px) {
          .modal_in .modal_l .area_wrap .area {
            font-size: 2.7vw; } }
      .modal_in .modal_l .area_wrap .area02 {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid #000;
        font-size: clamp(16px, 1.6vw, 25px);
        line-height: 1; }
        @media screen and (max-width: 960px) {
          .modal_in .modal_l .area_wrap .area02 {
            font-size: 1.3vw; } }
        @media screen and (max-width: 768px) {
          .modal_in .modal_l .area_wrap .area02 {
            font-size: 1.5vw; } }
        .modal_in .modal_l .area_wrap .area02 span {
          display: inline-block;
          line-height: 1; }
          .modal_in .modal_l .area_wrap .area02 span.big {
            font-size: 164%; }
          .modal_in .modal_l .area_wrap .area02 span.small {
            font-size: 120%; }
    .modal_in .modal_l .draw {
      text-align: center;
      padding: 0 20px; }
      @media screen and (max-width: 768px) {
        .modal_in .modal_l .draw {
          padding: 0 10px; } }
  .modal_in .modal_r {
    width: 69.59%;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    /*
    -webkit-backdrop-filter: blur(15px) brightness(100%);
    backdrop-filter: blur(15px) brightness(100%);
    background: rgba(#fff,0.85);
    */ }
    @media screen and (max-width: 480px) {
      .modal_in .modal_r {
        width: 100%;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: none; } }
    .modal_in .modal_r .text_wrap {
      padding: 0 20px 60px; }
      @media screen and (max-width: 480px) {
        .modal_in .modal_r .text_wrap {
          padding: 20px 20px 80px; } }
      .modal_in .modal_r .text_wrap .name_wrap {
        margin: 0 auto 30px;
        padding: 20px 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
        @media screen and (max-width: 480px) {
          .modal_in .modal_r .text_wrap .name_wrap {
            border: none;
            padding: 0; } }
        .modal_in .modal_r .text_wrap .name_wrap > div {
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: clamp(13px, 1.1vw, 15px); }
          @media screen and (max-width: 480px) {
            .modal_in .modal_r .text_wrap .name_wrap > div {
              flex-direction: column;
              align-items: flex-start;
              border-left: 1px solid #2D2C37;
              padding-left: 10px; } }
          .modal_in .modal_r .text_wrap .name_wrap > div:not(:first-of-type) {
            margin-top: 10px; }
            @media screen and (max-width: 480px) {
              .modal_in .modal_r .text_wrap .name_wrap > div:not(:first-of-type) {
                margin-top: 30px; } }
          .modal_in .modal_r .text_wrap .name_wrap > div p.box {
            /*width:60px;*/
            width: 140px;
            margin-right: 10px;
            line-height: 1.2;
            padding: 5px 2px;
            background: #2D2C37;
            font-size: 13px;
            color: #FFF;
            font-weight: bold;
            text-align: center;
            border-radius: 5px; }
            @media screen and (max-width: 480px) {
              .modal_in .modal_r .text_wrap .name_wrap > div p.box {
                max-width: 100%;
                width: 100%;
                margin-right: 0;
                background: none;
                padding: 0;
                line-height: 1;
                margin-bottom: 10px;
                color: #2D2C37;
                text-align: left; } }
            .modal_in .modal_r .text_wrap .name_wrap > div p.box.small {
              font-size: 10px; }
          .modal_in .modal_r .text_wrap .name_wrap > div p.txt {
            width: calc(100% - 70px); }
            .modal_in .modal_r .text_wrap .name_wrap > div p.txt span {
              margin-right: 10px; }
              @media screen and (max-width: 480px) {
                .modal_in .modal_r .text_wrap .name_wrap > div p.txt span {
                  margin-right: 0;
                  display: block; } }
              .modal_in .modal_r .text_wrap .name_wrap > div p.txt span:last-of-type {
                margin-right: 0; }
      .modal_in .modal_r .text_wrap .comment_wrap {
        padding-left: 10px; }
        .modal_in .modal_r .text_wrap .comment_wrap p {
          font-size: 15px; }
          @media screen and (max-width: 480px) {
            .modal_in .modal_r .text_wrap .comment_wrap p {
              font-size: 13px; } }

.controls {
  position: fixed;
  /*left: calc(100% + 10px);*/
  right: 154px;
  top: 0;
  /*bottom:0;*/
  width: 8.43%;
  max-width: 133px;
  margin: auto;
  display: flex;
  height: max-content;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  z-index: 99998;
  transition: 0.5s opacity ease-in-out 0s; }
  body.izimodal_open .controls {
    opacity: 1;
    pointer-events: all; }
  @media screen and (max-width: 768px) {
    .controls {
      width: auto;
      left: auto;
      right: 10px;
      top: 10px;
      max-width: 100%;
      bottom: auto;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center; } }
  @media screen and (max-width: 480px) {
    .controls {
      position: fixed;
      top: auto;
      bottom: 10px; } }
  .controls li {
    cursor: pointer;
    width: 49%; }
    @media screen and (max-width: 768px) {
      .controls li {
        width: 100%; } }
    .controls li.prev {
      display: none; }
    .controls li.next {
      display: none; }
    .controls li.close {
      width: 100%;
      margin-top: 1px;
      position: relative; }
    .controls li .close_icon {
      width: 100%;
      background: #2D2C37;
      padding: 18px 10px; }
      .controls li .close_icon .close_txt {
        font-size: 10px;
        line-height: 1;
        margin-top: 5px;
        color: rgba(247, 237, 240, 0.3); }
      .controls li .close_icon .close_box {
        max-width: 50px;
        height: 25px;
        margin: auto;
        overflow: hidden; }
      .controls li .close_icon .arrow {
        display: block;
        margin: 0 auto;
        height: 1px;
        position: relative;
        width: 50px; }
        .controls li .close_icon .arrow.arrow01 {
          transform: translate(0px, 10px) rotate(-160deg); }
        .controls li .close_icon .arrow.arrow02 {
          transform: translate(0px, 9px) rotate(-20deg); }
        .controls li .close_icon .arrow::before, .controls li .close_icon .arrow::after {
          content: "";
          display: block;
          height: 100%;
          pointer-events: none;
          position: absolute;
          width: 100%;
          background: #FFF; }
        .controls li .close_icon .arrow::before {
          transform: translate(0px, 0px); }
        .controls li .close_icon .arrow::after {
          transform: translate(110%, 0px); }
      body:not(.mobile) .controls li .close_icon:hover .arrow::before {
        transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1);
        transform: translate(-110%, 0px); }
      body:not(.mobile) .controls li .close_icon:hover .arrow::after {
        transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.3s;
        transform: translate(0px, 0px); }
      body:not(.mobile) .controls li .close_icon:hover .arrow.arrow02::before {
        transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.1s; }
      body:not(.mobile) .controls li .close_icon:hover .arrow.arrow02::after {
        transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.4s; }
  .controls .close_icon {
    max-width: 500px;
    text-align: center; }

@keyframes border_animation {
  0% {
    transform: translate(-50%, -50%) rotate(15deg) scale(1, 1); }
  100% {
    transform-origin: right bottom;
    transform: translate(-50%, -50%) rotate(15deg) scale(0, 1); } }
.swiper_container .swiper_control_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0; }
  .swiper_container .swiper_control_wrapper .swiper-button-next, .swiper_container .swiper_control_wrapper .swiper-button-prev {
    width: 44px;
    height: auto;
    position: static;
    margin-top: 0; }
  .swiper_container .swiper_control_wrapper .swiper-button-prev:after,
  .swiper_container .swiper_control_wrapper .swiper-container-rtl .swiper-button-next:after,
  .swiper_container .swiper_control_wrapper .swiper-button-next:after,
  .swiper_container .swiper_control_wrapper .swiper-container-rtl .swiper-button-prev:after {
    content: none !important; }
  .swiper_container .swiper_control_wrapper .swiper-pagination {
    display: flex;
    position: relative;
    margin: 0 20px; }
    .swiper_container .swiper_control_wrapper .swiper-pagination .swiper-pagination-bullet {
      height: 16px;
      width: 16px;
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.16) inset;
      background-color: #fff;
      margin-right: 10px;
      opacity: 1; }
      @media screen and (max-width: 480px) {
        .swiper_container .swiper_control_wrapper .swiper-pagination .swiper-pagination-bullet {
          height: 12px;
          width: 12px; } }
      .swiper_container .swiper_control_wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #E87358; }
      .swiper_container .swiper_control_wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0; }

/*# sourceMappingURL=examples.css.map */
