@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1720px;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

@font-face {
  src: url(../font/NotoSansJP-SemiBold.ttf) format("truetype");
  font-family: "Noto Sans";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Regular.ttf) format("truetype");
  font-family: "Noto Sans";
  font-weight: 400;
  font-display: swap;
}
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: relative;
  background-color: #2f99ca;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
.c-header .site-ttl {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  padding: 12px 0;
}
.c-header .languages {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  border-radius: 30px;
  border: 1px solid #fff;
}
.c-header .languages > button {
  display: inline-block;
  width: 80px;
  border-radius: 30px 0 0 30px;
}
.c-header .languages > button:nth-child(2) {
  border-radius: 0 30px 30px 0;
  border-left: 1px solid #fff;
}
.c-header .languages > button.current {
  background: #fff;
  color: #2f99ca;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  position: relative;
  margin-top: 40px;
  height: 60px;
  background-color: #2f99ca;
  font-weight: bold;
  z-index: 49;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 14px;
  padding-top: 3px;
}

.sec-ttl {
  font-size: 28px;
}
.sec-ttl.flex-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-ttl {
  margin-top: 30px;
  font-size: 20px;
  padding-left: 15px;
  position: relative;
}
.item-ttl::before {
  position: absolute;
  content: "";
  background: #9bcce2;
  width: 7px;
  height: 100%;
  left: 0;
  top: 0;
}

.base-width + .item-ttl {
  margin-top: 50px;
}

.modal-ttl {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.modal-ttl::after {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #2f99ca;
}
.modal-ttl.upper {
  text-transform: uppercase;
}

.box-section {
  -webkit-box-shadow: 0 10px 10px -5px #9bcce2;
          box-shadow: 0 10px 10px -5px #9bcce2;
  border: 1px solid #9bcce2;
  padding: 20px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.box-section.box-section {
  margin-top: 40px;
}
.box-section .close-btn {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 30px;
  cursor: pointer;
  height: 30px;
}
.box-section .close-btn::after, .box-section .close-btn::before {
  width: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 2px;
  background: #2f99ca;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.box-section .close-btn.close::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.copy-btn {
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #333;
  background: #eeeeee;
  position: relative;
  top: -4px;
}

.mask {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  background: #000;
  pointer-events: none;
}
.mask.active {
  opacity: 0.5;
  pointer-events: visible;
}

.color-formats {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.color-formats .color-tab {
  padding: 4px 20px;
  font-size: 16px;
  border: 1px solid #2f99ca;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.color-formats .color-tab.active {
  background: #2f99ca;
  color: #fff;
  cursor: auto;
}

.color-pick {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.color-pick button {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #777;
  border-radius: 50%;
  margin-left: 20px;
  background: #2f99ca;
  position: relative;
  top: 3px;
}

.color-modal {
  padding: 40px 50px;
  background: #fff;
  border-radius: 40px 5px 5px 40px;
  border: 1px solid #2f99ca;
  opacity: 0;
  position: fixed;
  width: calc(100% - 40px);
  max-width: 800px;
  max-height: calc(var(--vh) * 85);
  overflow-y: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 101;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.color-modal::-webkit-scrollbar {
  height: 100%;
  width: 8px;
}
.color-modal::-webkit-scrollbar-track {
  background: #d3d3d3;
  border-radius: 10px;
}
.color-modal::-webkit-scrollbar-thumb {
  background-color: #2f99ca;
  border-radius: 10px;
}
.color-modal.active {
  opacity: 1;
  pointer-events: visible;
}
.color-modal .color-preview {
  border: 1px solid #333;
  width: 90px;
  height: 90px;
  background: #2f99ca;
}
.color-modal .modal-close {
  width: 30px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.color-modal .modal-close > span {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #2f99ca;
  width: 3px;
  height: 21px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.color-modal .modal-close > span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.color-modal .modal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  gap: 40px;
}
.color-modal .modal-box + .modal-box {
  margin-top: 40px;
}
.color-modal .modal-box .input-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.color-modal .modal-box .input-area .error-msg {
  color: #df1d47;
  display: none;
}
.color-modal .modal-box .input-area .error-msg.appear {
  display: block;
}
.color-modal .modal-box.opacity .modal-bar-box .bar-wrap {
  padding: 0;
}
.color-modal input[name=hex_code] {
  border-bottom: 1px solid #222;
  width: 100px;
  text-align: center;
  font-size: 16px;
}
.color-modal input[name=hex_code].validate {
  border-bottom: 1px solid #df1d47;
}
.color-modal .color-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.color-modal .color-bar .bar-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.color-modal .color-bar .bar-ttl.row {
  top: 3px;
  position: absolute;
  left: 110px;
}
.color-modal .color-bar .bar-ttl .name {
  width: 110px;
}
.color-modal .color-bar .bar-ttl input {
  display: inline-block;
  width: 50px;
  font-size: 16px;
  text-align: right;
  border-bottom: 1px solid #222;
}
.color-modal .color-bar .bar-wrap {
  width: 380px;
  padding: 18px 0 5px;
}
.color-modal .color-bar .bar-wrap input {
  width: 100%;
}
.color-modal .aco-box {
  margin-top: 30px;
}
.color-modal .js--aco-ttl {
  cursor: pointer;
  padding: 10px 30px 4px 0;
  font-weight: bold;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #333;
  position: relative;
}
.color-modal .js--aco-ttl.open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 12px;
}
.color-modal .js--aco-ttl .arrow {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 15px;
  height: 15px;
  position: absolute;
  left: calc(100% - 15px);
  top: 6px;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.color-modal .js--aco-ttl .arrow::after, .color-modal .js--aco-ttl .arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -3px;
}
.color-modal .js--aco-ttl .arrow::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 2px;
}
.color-modal .js--aco-content {
  padding-top: 20px;
}

.color-picker-wrap .palette-outer {
  border: 1px solid #333;
}
.color-picker-wrap .palette-area {
  width: 480px;
  height: 240px;
  cursor: pointer;
  position: relative;
}
.color-picker-wrap .palette-area .palette-back {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent)), -webkit-gradient(linear, right top, left top, from(#00aeff), to(white));
  background: linear-gradient(to top, black, transparent), linear-gradient(to left, #00aeff, white);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
}
.color-picker-wrap .palette-area .palette-circle {
  position: absolute;
  opacity: 1 !important;
  border-radius: 50%;
  top: 0;
  left: 100%;
  width: 20px;
  -webkit-box-shadow: 0 0 20px #b8b8b8;
          box-shadow: 0 0 20px #b8b8b8;
  height: 20px;
  border: 1px solid #333 !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.color-picker-wrap .palette-bar {
  margin-top: 5px;
  border-radius: 10px;
}
.color-picker-wrap .palette-bar input {
  height: 10px;
}
.color-picker-wrap .palette-bar input[name=palette_hue] {
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(yellow), color-stop(lime), color-stop(aqua), color-stop(blue), color-stop(fuchsia), to(red));
  background: linear-gradient(to right, red, yellow, lime, aqua, blue, fuchsia, red);
}
.color-picker-wrap .palette-bar input[name=palette_opacity] {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background: linear-gradient(to right, transparent, #000);
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.ja {
  display: none;
}

.main-flg p, .item p {
  text-transform: capitalize;
}

.arrow-css, .figures .figures-list .item .arrow, .figures .figure-types-list .main-flg .arrow {
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "";
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.arrow-css::before, .figures .figures-list .item .arrow::before, .figures .figure-types-list .main-flg .arrow::before, .arrow-css::after, .figures .figures-list .item .arrow::after, .figures .figure-types-list .main-flg .arrow::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #2f99ca;
  empty-cells: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-css::after, .figures .figures-list .item .arrow::after, .figures .figure-types-list .main-flg .arrow::after {
  right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*Figure Type*/
.figures .lead {
  margin-top: 30px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.figures .lead::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 12px;
  height: 1px;
  background: #2f99ca;
}
.figures .child-lead {
  display: none;
  padding-top: 30px;
  border-top: 1px solid #004e72;
}
.figures .child-lead.appear {
  display: block;
}
.figures .child-lead::after {
  top: 30px;
}
.figures .fig-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.figures .figure-types-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.figures .figure-types-list .main-flg {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
  padding-bottom: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.figures .figure-types-list .main-flg:not(.open) {
  cursor: pointer;
}
.figures .figure-types-list .main-flg > p {
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}
.figures .figure-types-list .main-flg .fig-box {
  width: 60px;
  height: 60px;
}
.figures .figure-types-list .main-flg .fig-box .list-fig {
  display: inline-block;
  background: #2f99ca;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.figures .figure-types-list .main-flg:nth-child(2) .list-fig {
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  height: calc(60px * sqrt(3)/2);
}
.figures .figure-types-list .main-flg:nth-child(3) .list-fig {
  border-radius: 50%;
}
.figures .figure-types-list .main-flg:nth-child(4) .list-fig {
  width: 65px;
  height: 65px;
  -webkit-clip-path: polygon(50% 0%, 20.6107% 90.4508%, 97.5528% 34.5492%, 2.4472% 34.5492%, 79.3893% 90.4508%);
          clip-path: polygon(50% 0%, 20.6107% 90.4508%, 97.5528% 34.5492%, 2.4472% 34.5492%, 79.3893% 90.4508%);
}
.figures .figure-types-list .main-flg:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #2f99ca;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.figures .figure-types-list .main-flg.open {
  background: #2f99ca;
}
.figures .figure-types-list .main-flg.open .list-fig {
  background: #fff;
}
.figures .figure-types-list .main-flg.open > p {
  color: #fff;
}
.figures .figure-types-list .main-flg.open .arrow::after, .figures .figure-types-list .main-flg.open .arrow::before {
  background: #fff;
}
.figures .figures-list {
  margin-top: 10px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.figures .figures-list.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.figures .figures-list .item {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 10px;
  padding-bottom: 6px;
}
.figures .figures-list .item > p {
  margin-top: 5px;
  text-align: center;
}
.figures .figures-list .item .fig-box {
  width: 45px;
  height: 45px;
}
.figures .figures-list .item .fig-box .list-fig {
  display: inline-block;
  background: #2f99ca;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.figures .figures-list .item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #2f99ca;
  empty-cells: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.figures .figures-list .item.active {
  background: #2f99ca;
}
.figures .figures-list .item.active .list-fig {
  background: #fff;
}
.figures .figures-list .item.active .list-fig.type-greater {
  border-color: #fff !important;
}
.figures .figures-list .item.active .list-fig.type-arrow {
  background: #fff !important;
}
.figures .figures-list .item.active .list-fig.type-arrow::before {
  border-left-color: #fff !important;
}
.figures .figures-list .item.active > p {
  color: #fff;
}
.figures .figures-list .item.active .arrow::after, .figures .figures-list .item.active .arrow::before {
  background: #fff;
}
.figures .figures-list.quadrilateral-list .item:nth-child(2) .list-fig {
  height: 25px;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.figures .figures-list.quadrilateral-list .item:nth-child(3) .list-fig {
  height: 30px;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-clip-path: polygon(50% 0, 0 50%, 50% 100%, 100% 50%);
          clip-path: polygon(50% 0, 0 50%, 50% 100%, 100% 50%);
}
.figures .figures-list.quadrilateral-list .item:nth-child(4) .list-fig {
  -webkit-transform: skewX(-40deg) rotate(0deg);
          transform: skewX(-40deg) rotate(0deg);
  height: 30px;
}
.figures .figures-list.quadrilateral-list .item:nth-child(5) .list-fig {
  height: 30px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 75% 0, 25% 0);
          clip-path: polygon(0 100%, 100% 100%, 75% 0, 25% 0);
}
.figures .figures-list.triangle-list .item:nth-child(1) .list-fig {
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  height: calc(40px * sqrt(3)/2);
}
.figures .figures-list.triangle-list .item:nth-child(2) .list-fig {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.figures .figures-list.triangle-list .item:nth-child(3) .list-fig {
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  width: 30px;
}
.figures .figures-list.circle-list .item:nth-child(1) .list-fig {
  border-radius: 50%;
}
.figures .figures-list.circle-list .item:nth-child(2) .list-fig {
  border-radius: 50%;
  height: 30px;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.figures .figures-list.circle-list .item:nth-child(3) .list-fig {
  border-radius: 22.5px 22.5px 0 0;
  height: 22.5px;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.figures .figures-list.circle-list .item:nth-child(4) .list-fig {
  border-radius: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
          clip-path: polygon(0 0, 100% 0, 50% 50%);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  position: relative;
  top: 20px;
}
.figures .figures-list.others-list .item:nth-child(1) .list-fig {
  -webkit-clip-path: polygon(50% 0%, 2.4472% 34.5492%, 20.6107% 90.4508%, 79.3893% 90.4508%, 97.5528% 34.5492%);
          clip-path: polygon(50% 0%, 2.4472% 34.5492%, 20.6107% 90.4508%, 79.3893% 90.4508%, 97.5528% 34.5492%);
}
.figures .figures-list.others-list .item:nth-child(2) .list-fig {
  -webkit-clip-path: polygon(50% 0%, 20.6107% 90.4508%, 97.5528% 34.5492%, 2.4472% 34.5492%, 79.3893% 90.4508%);
          clip-path: polygon(50% 0%, 20.6107% 90.4508%, 97.5528% 34.5492%, 2.4472% 34.5492%, 79.3893% 90.4508%);
}
.figures .figures-list.others-list .item:nth-child(3) .list-fig {
  background: transparent;
  border-right: solid 3px #2f99ca;
  border-top: solid 3px #2f99ca;
  height: 20px;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
}
.figures .figures-list.others-list .item:nth-child(4) .list-fig {
  background-color: #2f99ca;
  height: 16px;
  margin-right: 12px;
  position: relative;
  width: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.figures .figures-list.others-list .item:nth-child(4) .list-fig::before {
  border: solid 16px transparent;
  border-left: solid 16px #2f99ca;
  content: "";
  left: 12px;
  position: absolute;
  top: -8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bar-cell {
  margin: 0;
}
.bar-cell.bar-large {
  width: 90%;
}
.bar-cell.bar-short {
  max-width: 450px;
}
.bar-cell.fade {
  display: none;
}
.bar-cell.condition-fade {
  display: none;
}
.bar-cell > dt, .bar-cell > dd {
  width: 100%;
}
.bar-cell > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bar-cell > dt .bar-ttl {
  font-size: 16px;
}
.bar-cell > dt .bar-ttl .parts {
  display: none;
}
.bar-cell > dt .bar-ttl .parts.appear {
  display: inline-block;
}
.bar-cell > dt .tag-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bar-cell > dt .tag-area .num-wrap input[type=number] {
  width: 60px;
  text-align: right;
  font-size: 16px;
  border-bottom: 1px solid #222;
  display: inline-block;
  margin-right: 5px;
}
.bar-cell > dt .tag-area > button {
  text-align: center;
  width: 100px;
  height: 35px;
  background: #e4f6ff;
  border-radius: 30px;
  font-size: 16px;
  display: inline-block;
  padding-top: 2px;
}
.bar-cell > dt .tag-area > button.reset {
  color: #92769c;
  background: #fff;
  border: 1px solid #92769c;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bar-cell > dt .tag-area > button.reset:hover {
  background: #92769c;
  color: #fff;
}

.bar-cell dd, .modal-box .bar-wrap {
  max-width: 700px;
  padding: 5px 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bar-cell dd > span:first-child, .modal-box .bar-wrap > span:first-child {
  margin-right: 10px;
  min-width: 50px;
  text-align: center;
}
.bar-cell dd > span:last-child, .modal-box .bar-wrap > span:last-child {
  margin-left: 10px;
  min-width: 50px;
  text-align: center;
}
.bar-cell dd .radio-wrap, .modal-box .bar-wrap .radio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.bar-cell dd .radio-wrap .radio label, .modal-box .bar-wrap .radio-wrap .radio label {
  padding-left: 30px;
  position: relative;
}
.bar-cell dd .radio-wrap .radio label::after, .bar-cell dd .radio-wrap .radio label::before, .modal-box .bar-wrap .radio-wrap .radio label::after, .modal-box .bar-wrap .radio-wrap .radio label::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.bar-cell dd .radio-wrap .radio label::before, .modal-box .bar-wrap .radio-wrap .radio label::before {
  border: 1px solid #333;
  width: 21px;
  height: 21px;
}
.bar-cell dd .radio-wrap .radio label::after, .modal-box .bar-wrap .radio-wrap .radio label::after {
  width: 13px;
  height: 13px;
  left: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
}
.bar-cell dd .radio-wrap .radio input[type=radio]:checked + label::after, .modal-box .bar-wrap .radio-wrap .radio input[type=radio]:checked + label::after {
  background: #2f99ca;
}
.bar-cell dd select, .modal-box .bar-wrap select {
  min-width: 120px;
  border: 1px solid #818181;
  padding: 10px 20px;
  background: #e4f6ff;
  border: 1px solid #2f99ca;
  font-size: 16px;
  position: relative;
}
.bar-cell dd select::after, .modal-box .bar-wrap select::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-mask: url(../img/arrow.svg) no-repeat center/contain;
          mask: url(../img/arrow.svg) no-repeat center/contain;
  -webkit-transition: color 0s, top 0.1s ease-in-out;
  transition: color 0s, top 0.1s ease-in-out;
}
.bar-cell dd select + select, .modal-box .bar-wrap select + select {
  margin-left: 20px;
}

.btn-wrap {
  text-align: right;
}

.all-reset-btn {
  width: 240px;
  border: 1px solid #92769c;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 50px;
  height: 35px;
  border-radius: 30px;
  font-size: 16px;
  display: inline-block;
  padding-top: 2px;
  background: #fff;
  color: #92769c;
}
.all-reset-btn:hover {
  color: #fff;
  background: #92769c;
}

.liquid-generator {
  min-height: calc(100vh - 161px);
}
.liquid-generator .base-width .result-area {
  margin-left: 0;
}
.liquid-generator .settings {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.liquid-generator .settings .setting-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.liquid-generator .settings .setting-row .block {
  width: 50%;
}
.liquid-generator .code-area {
  margin-top: 30px;
}
.liquid-generator .code-area .code, .liquid-generator .code-area .code-scss {
  border: 1px solid #818181;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 350px;
  padding: 10px;
  overflow-y: auto;
}
.liquid-generator .code-area .code-txt, .liquid-generator .code-area .code-scss-txt {
  margin-left: 20px;
}
.liquid-generator .draw-area {
  position: relative;
  margin-bottom: 50px;
}
.liquid-generator .draw-area .bar-horizon {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 20px;
  top: 100%;
  left: 0;
}
.liquid-generator .draw-area .bar-horizon::after, .liquid-generator .draw-area .bar-horizon::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #818181;
  top: 0;
  left: 0;
}
.liquid-generator .draw-area .bar-horizon::after {
  left: calc(100% - 1px);
}
.liquid-generator .draw-area .bar-vertical {
  position: absolute;
  text-align: center;
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 45px);
  top: 45px;
  left: 100%;
}
.liquid-generator .draw-area .bar-vertical span {
  padding-left: 3px;
}
.liquid-generator .draw-area .bar-vertical::after, .liquid-generator .draw-area .bar-vertical::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #818181;
  top: 0;
  left: 0;
}
.liquid-generator .draw-area .bar-vertical::after {
  top: calc(100% - 1px);
}
.liquid-generator .draw-area .draw {
  border: 1px solid #818181;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  aspect-ratio: 1;
}
.liquid-generator .draw-area .draw .sample-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.liquid-generator .draw-area .draw .sample {
  background: #2f99ca;
  width: 250px;
  height: 250px;
  font-size: 10px;
}
.liquid-generator .draw-area .draw .sample.greater {
  background: transparent !important;
  border-right: 1em solid #2f99ca;
  border-bottom: 1em solid #2f99ca;
}
.liquid-generator .draw-area .draw .child {
  bottom: 0px;
  left: 0;
  margin: auto 0px;
  position: absolute;
  top: 0px;
}
.liquid-generator .area-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.liquid-generator .area-wrap.hide {
  display: none;
}
.liquid-generator .bot-area {
  margin: 40px 0 0;
  width: 50%;
  padding: 0 40px;
  max-width: 700px;
}

[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #9bcce2;
  height: 2px;
  width: 100%;
  border-radius: 6px;
}
[type=range]:focus, [type=range]:active {
  outline: none;
}
[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #2f99ca;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.fv {
  overflow: clip;
  font-size: 60px;
  background: #588da5;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-filter: contrast(2) blur(1px);
          filter: contrast(2) blur(1px);
  z-index: 100;
  position: fixed;
}
.fv .word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  text-shadow: 0 0 20px #acacac;
}
.fv .word::first-letter {
  font-size: 120px;
}
.fv .drop {
  position: absolute;
  margin: auto;
  top: -25px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0% 100% 50% 50%/0% 50% 50% 100%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.fv .circle {
  -webkit-transform: rotateX(75deg);
          transform: rotateX(75deg);
  position: absolute;
  top: 65%;
  left: -75vw;
  right: -75vw;
  margin: auto;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 3px solid #fff;
  opacity: 0;
}

.fv {
  -webkit-animation: loaded 0.7s forwards cubic-bezier(0.55, 0, 1, 0.45);
          animation: loaded 0.7s forwards cubic-bezier(0.55, 0, 1, 0.45);
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

@-webkit-keyframes loaded {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes loaded {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.word {
  -webkit-animation: word 3.6s forwards ease-in-out;
          animation: word 3.6s forwards ease-in-out;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes word {
  0% {
    -webkit-filter: blur(1em);
            filter: blur(1em);
    opacity: 0;
  }
  33%, 60% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(2em);
            filter: blur(2em);
    opacity: 0;
  }
}

@keyframes word {
  0% {
    -webkit-filter: blur(1em);
            filter: blur(1em);
    opacity: 0;
  }
  33%, 60% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(2em);
            filter: blur(2em);
    opacity: 0;
  }
}
.drop {
  -webkit-animation: drop 2.4s forwards cubic-bezier(0.47, 0.03, 0.86, 0.12);
          animation: drop 2.4s forwards cubic-bezier(0.47, 0.03, 0.86, 0.12);
}

@-webkit-keyframes drop {
  0% {
    top: -25px;
  }
  40% {
    top: 0;
    opacity: 1;
    border-radius: 0% 100% 50% 50%/0% 50% 50% 100%;
  }
  53% {
    border-radius: 50%;
  }
  60% {
    top: 65%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    top: 65%;
    opacity: 0.2;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    top: 65%;
    opacity: 0;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@keyframes drop {
  0% {
    top: -25px;
  }
  40% {
    top: 0;
    opacity: 1;
    border-radius: 0% 100% 50% 50%/0% 50% 50% 100%;
  }
  53% {
    border-radius: 50%;
  }
  60% {
    top: 65%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    top: 65%;
    opacity: 0.2;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    top: 65%;
    opacity: 0;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
.circle {
  -webkit-animation: circle 0.6s forwards ease-in-out;
          animation: circle 0.6s forwards ease-in-out;
}
.circle:nth-child(1) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.circle:nth-child(2) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.circle:nth-child(3) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes circle {
  0% {
    width: 0;
    height: 0;
    top: 65%;
    opacity: 1;
  }
  100% {
    width: 100vw;
    height: 100vw;
    top: calc(65% - 50vw);
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    width: 0;
    height: 0;
    top: 65%;
    opacity: 1;
  }
  100% {
    width: 100vw;
    height: 100vw;
    top: calc(65% - 50vw);
    opacity: 0;
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .pc {
    display: none !important;
  }
  .c-header .site-ttl {
    font-size: 18px;
  }
  .c-header .languages {
    right: 10px;
  }
  .c-header .languages > button {
    width: 45px;
  }
  .c-footer {
    font-size: 12px;
    height: 70px;
    padding: 5px 0;
  }
  .c-footer .link-wrap img {
    width: 13px;
    position: relative;
    top: 1px;
  }
  .c-footer .copy {
    font-size: 10px;
  }
  .sec-ttl {
    font-size: 20px;
  }
  .item-ttl {
    margin-top: 15px;
    font-size: 16px;
  }
  .modal-ttl {
    font-size: 16px;
  }
  .box-section.box-section {
    margin-top: 30px;
  }
  .color-formats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .color-modal {
    padding: 30px;
  }
  .color-modal .modal-box {
    gap: 5px;
  }
  .color-modal .modal-box:not(.row) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .color-modal .modal-box.row .input-area {
    margin-left: 10px;
  }
  .color-modal .modal-box + .modal-box {
    margin-top: 30px;
  }
  .color-modal .color-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .color-modal .color-bar + .color-bar {
    margin-top: 20px;
  }
  .color-modal .color-bar .bar-ttl .name {
    width: 95px;
    position: relative;
    top: -3px;
  }
  .color-modal .color-bar .bar-wrap {
    width: 100%;
  }
  .color-picker-wrap .palette-area {
    width: 100%;
    height: 200px;
  }
  .color-picker-wrap .palette-area .palette-back {
    height: 200px;
  }
  .arrow-css, .figures .figures-list .item .arrow, .figures .figure-types-list .main-flg .arrow {
    display: none;
  }
  .bar-cell.bar-large {
    width: 100%;
  }
  .bar-cell > dt {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bar-cell > dt .bar-ttl {
    font-size: 14px;
  }
  .bar-cell > dt .tag-area {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bar-cell > dt .tag-area .num-wrap input[type=number] {
    width: 50px;
  }
  .bar-cell > dt .tag-area > button {
    width: 70px;
    height: 26px;
    font-size: 14px;
  }
  .bar-cell dd > span:first-child, .modal-box .bar-wrap > span:first-child {
    min-width: 35px;
    margin-right: 5px;
  }
  .bar-cell dd > span:last-child, .modal-box .bar-wrap > span:last-child {
    margin-left: 5px;
    min-width: 35px;
  }
  .bar-cell dd .radio-wrap, .modal-box .bar-wrap .radio-wrap {
    gap: 10px;
  }
  .all-reset-btn {
    width: 160px;
    height: 28px;
    font-size: 14px;
  }
  .liquid-generator .code-area {
    margin-right: -40px;
  }
  .liquid-generator .draw-area .bar-vertical {
    height: calc(100% - 32px);
    top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
a::before,
a::after,
button,
button::before,
button::after {
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-footer .link-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    right: 40px;
    top: 2px;
    bottom: 0;
    margin: auto;
  }
  .c-footer .link-wrap > a {
    position: relative;
  }
  .c-footer .link-wrap > a::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    content: "";
    background: #fff;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
  }
  .copy-btn:hover {
    background: #fff;
  }
  .color-formats .color-tab:not(.active):hover {
    opacity: 0.7;
  }
  .color-modal .modal-box.opacity .modal-bar-box .bar-wrap {
    padding-left: 40px;
  }
  .color-modal .js--aco-ttl:hover .arrow {
    top: 15px;
  }
  .color-modal .js--aco-ttl:hover.open .arrow {
    top: 6px;
  }
  .figures .figure-types-list .main-flg:not(.open):hover .arrow {
    top: 14px;
  }
  .figures .figures-list .item:hover .arrow {
    top: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .inner-block {
    padding-left: 25px;
    padding-right: 25px;
  }
  .box-section {
    padding: 20px 20px;
  }
  .liquid-generator .bot-area {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 767px) {
  .inner-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-section {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 389px) {
  .c-header .site-ttl {
    font-size: 15px;
  }
  .c-header .languages > button {
    width: 37px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .c-footer .link-wrap > a:hover::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  .color-modal {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1020px) {
  .figures .fig-box {
    margin: 0;
  }
  .figures .figure-types-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .figures .figure-types-list .main-flg {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .figures .figure-types-list .main-flg .fig-box {
    width: 45px;
    height: 45px;
  }
  .figures .figure-types-list .main-flg:nth-child(2) .list-fig {
    height: calc(45px * sqrt(3)/2);
  }
  .figures .figure-types-list .main-flg:nth-child(4) .list-fig {
    width: 50px;
    height: 50px;
  }
  .figures .figure-types-list .main-flg:not(:last-child)::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto;
  }
  .figures .figures-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .figures .figures-list .item {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .figures .figures-list .item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto;
  }
}
@media only screen and (max-width: 440px) {
  .bar-cell dd .radio-wrap .radio, .modal-box .bar-wrap .radio-wrap .radio {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 960px) {
  .liquid-generator .settings {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 960px) {
  .liquid-generator .bot-area {
    max-width: 500px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 40px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */