@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Gluten:wght@100..900&display=swap");
:root {
  --primary: #000;
  --secondary: #A3B8A2;
  --third: #D7A485;
  --white: #fff;
  --yellow: #FFFA88;
  --yellow-02: #DEC81B;
  --red: #DD3D3D;
  --red-02: #EF3131;
  --orange: #eba128;
  --orange-02: #DE693D;
  --green: #9AC71E;
  --green-02: #1EC73F;
  --blue: #1F68BE;
  --blue-02: #2068BE;
  --txt-01: #333;
  --txt-02: #777;
  --txt-03: #676767;
  --txt-04: #BDBDBD;
  --txt-05: #CBCBCB;
  --txt-06: #888;
  --txt-07: #BBB;
  --bg-01: #F7F8FA;
  --bg-02: #FAFAFA;
  --bg-03: #F7FCFF;
  --bg-04: #F9F9F9;
  --border-01: #E0E0E0;
  --border-02: #E8E8E8;
  --border-03: #EFEFEF;
  --border-04: #D6D6D6;
  --border-05: #E1E9F2;
  --border-06: #D1D1D1;
  --border-07: #EBEBEB;
  --border-08: #ccc;
  --facebook: #1877F2;
  --tiktok:#000;
  --instagram: #E1306C;
  --threads: #000, ;
}

/* Break point ブレイクポイント
====================================== */
.com-fz-10 {
  font-size: 1rem;
}

.com-fz-11 {
  font-size: 1.1rem;
}

.com-fz-12 {
  font-size: 1.2rem;
}

.com-fz-13 {
  font-size: 1.3rem;
}

.com-fz-14 {
  font-size: 1.4rem;
}

.com-fz-15 {
  font-size: 1.5rem;
}

.com-fz-16 {
  font-size: 1.6rem;
}

.com-fz-17 {
  font-size: 1.7rem;
}

.com-fz-18 {
  font-size: 1.8rem;
}

.com-fz-19 {
  font-size: 1.9rem;
}

.com-fz-20 {
  font-size: 2rem;
}

.com-fz-21 {
  font-size: 2.1rem;
}

.com-fz-22 {
  font-size: 2.2rem;
}

.com-fz-23 {
  font-size: 2.3rem;
}

.com-fz-24 {
  font-size: 2.4rem;
}

.com-fz-25 {
  font-size: 2.5rem;
}

.com-fz-26 {
  font-size: 2.6rem;
}

.com-fz-27 {
  font-size: 2.7rem;
}

.com-fz-28 {
  font-size: 2.8rem;
}

.com-fz-29 {
  font-size: 2.9rem;
}

.com-fz-30 {
  font-size: 3rem;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  transition: 0.3s all ease-in-out;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  padding: 0;
}

address {
  margin: 0;
}

dl {
  margin: 0;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  transition: 0.3s all ease-in-out;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid var(--border-07);
  border-radius: 5px;
  background-color: var(--bg-01);
  font-size: 1.6rem;
  padding: 0.8em 1em;
  max-height: 43px;
}
input[type=text]::placeholder, input[type=text]::-ms-input-placeholder,
input[type=number]::placeholder,
input[type=number]::-ms-input-placeholder,
input[type=email]::placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::placeholder,
textarea::-ms-input-placeholder,
select::placeholder,
select::-ms-input-placeholder {
  color: var(--txt-05);
  opacity: 1; /* Firefox */
}
@media (min-width: 960px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  input[type=tel],
  textarea,
  select {
    font-size: 1.5rem;
  }
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
}

textarea {
  max-height: unset;
  resize: vertical;
}

table {
  width: 100%;
}

table, tr, th, td {
  border-collapse: collapse;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.header-menu-01 {
  display: flex;
  justify-content: flex-end;
}
.header-menu-01 .item {
  display: flex;
  align-items: center;
}
.header-menu-01 .item:not(:last-child) {
  border-right: 1px solid var(--border-01);
}

.header-menu-02 {
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
.header-menu-02 > .menu-item {
  position: relative;
  flex: 1;
  text-align: center;
}
.header-menu-02 > .menu-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header-menu-02 > .menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.8em;
}
.header-menu-02 > .menu-item a:hover {
  background-color: var(--white);
  color: var(--primary);
}
.header-menu-02 > .menu-item .sub-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.header-menu-02 > .menu-item .sub-menu > .menu-item:first-child {
  border-top: 1px solid var(--secondary);
}
.header-menu-02 > .menu-item .sub-menu > .menu-item:not(:last-child) {
  border-right: none;
  border-bottom: 1px solid var(--secondary);
}
.header-menu-02 > .menu-item .sub-menu > .menu-item a {
  color: var(--secondary);
}
.header-menu-02 > .menu-item .sub-menu > .menu-item a:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.header-menu-02 > .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.header-phone-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 960px) {
  .header-phone-01 {
    padding: 0 20px;
  }
}
.header-phone-01 .phone {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 2rem;
  color: var(--primary);
  font-weight: 700;
}
.header-phone-01 .phone::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
@media (min-width: 960px) {
  .header-phone-01 .phone::before {
    margin-right: 7px;
  }
}
.header-phone-01 .time {
  font-size: 1.3rem;
  color: var(--txt-02);
}
.header-phone-01:hover {
  opacity: 0.6;
}

.header-bars-01 {
  padding: 0 10px;
  font-size: 2rem;
  color: var(--primary);
}
@media (min-width: 960px) {
  .header-bars-01 {
    padding: 0 20px;
  }
}

.header-01 {
  padding: 10px 0;
  background-color: var(--white);
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 960px) {
  .header-01 {
    position: static;
  }
}

.header-02 {
  background-color: var(--secondary);
  color: var(--white);
}

.header-logo-01 {
  max-width: 60px;
}
@media (min-width: 960px) {
  .header-logo-01 {
    max-width: 100px;
  }
}
.header-logo-01 a {
  display: block;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footer-logo {
  margin-bottom: 20px;
}

.footer-infor-01 {
  font-size: 1.2rem;
}
.footer-infor-01 + .footer-infor-01 {
  margin-top: 5px;
}

.footer-wrapper-01 {
  max-width: 675px;
  margin-inline: auto;
}

.footer-menu-01 > .menu-item > a {
  font-weight: 700;
}
.footer-menu-01 > .menu-item + .menu-item {
  margin-top: 20px;
}
.footer-menu-01 a {
  font-size: 1.5rem;
}
.footer-menu-01 a:hover {
  color: var(--primary);
}
.footer-menu-01 .sub-menu > .menu-item {
  margin-top: 10px;
}
.footer-menu-01 .sub-menu > .menu-item::before {
  content: "-";
}

.footer-menu-02 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 40px;
}
.footer-menu-02 > .menu-item {
  padding: 0 10px;
  color: var(--txt-03);
}
@media (min-width: 960px) {
  .footer-menu-02 > .menu-item {
    padding: 0 20px;
  }
}
.footer-menu-02 > .menu-item:not(:last-child) {
  border-right: 1px solid var(--txt-03);
}
.footer-menu-02 a:hover {
  color: var(--primary);
}

.footer-body {
  padding-block: 40px;
}
@media (min-width: 960px) {
  .footer-body {
    padding-block: 80px;
  }
}

.footer-foot {
  text-align: center;
  background-color: var(--primary);
  color: var(--white);
  padding: 10px 0;
}
@media (min-width: 960px) {
  .footer-foot {
    padding: 20px 0;
  }
}

.offcanvas-bar {
  background-color: var(--white);
  color: var(--txt-01);
  padding-top: 50px;
}
.offcanvas-bar .offcanvas-icon {
  color: var(--primary);
}

.offcanvas-menu {
  padding: 0;
  font-size: 1.6rem;
}
.offcanvas-menu > .menu-item {
  border-bottom: 1px solid var(--primary);
}
.offcanvas-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 2em;
}
.offcanvas-menu .menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  color: var(--secondary);
  transition: inherit;
}
.offcanvas-menu .menu-item-has-children > a.js-active::after {
  transform: translateY(-50%) scaleY(-1);
}
.offcanvas-menu .sub-menu {
  display: none;
  border-top: 1px solid var(--primary);
  padding-left: 10px;
}
.offcanvas-menu .sub-menu > .menu-item a {
  padding-block: 5px;
}
.offcanvas-menu .sub-menu > .menu-item a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}
.offcanvas-menu a {
  color: var(--txt-01);
  display: block;
  padding: 10px;
  font-weight: 500;
}
.offcanvas-menu a:hover {
  color: var(--primary);
  opacity: 0.6;
}

.offcanvas-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(6, 77, 160, 0.1019607843);
  font-size: 2rem;
}

.uk-offcanvas-close {
  background-color: var(--white);
  border: none;
  color: var(--primary);
  font-size: 4rem;
}

/* layout
------------------------------------------------------------*/
body {
  font-family: "Alata", sans-serif;
  font-size: 1.4rem;
  min-width: 320px;
  line-height: 2;
  color: var(--txt-01);
}
@media (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

.uk-container {
  max-width: 1100px;
}
.uk-container-small {
  max-width: 1000px;
}
.uk-container-large {
  max-width: 1300px;
}
.uk-container-expand {
  max-width: none;
}

header {
  display: unset;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.com-phone-btn-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--white);
  border-radius: 70px;
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .com-phone-btn-01 {
    max-width: unset;
  }
}
.com-phone-btn-01 > .phone {
  font-weight: 700;
  font-size: 2.5rem;
}
@media (min-width: 960px) {
  .com-phone-btn-01 > .phone {
    font-size: 3.2rem;
  }
}
.com-phone-btn-01 > .phone::before {
  content: "\f095";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 7px;
}
.com-phone-btn-01 > .time {
  font-size: 1.4rem;
  color: var(--txt-02);
}
@media (min-width: 960px) {
  .com-phone-btn-01 > .time {
    font-size: 1.6rem;
  }
}
.com-phone-btn-01:hover {
  background-color: var(--primary);
  color: var(--white);
}
.com-phone-btn-01:hover > .time {
  color: inherit;
}

.com-btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 70px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
  background: url(../img/common/btn_bg_01.svg) no-repeat center, linear-gradient(90deg, #F04242, #DD3D3D);
  padding: 1em 2em;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  color: var(--white);
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 960px) {
  .com-btn-01 {
    font-size: 2.3rem;
    max-width: unset;
    padding: 1.7em 2em;
  }
}
.com-btn-01 .label {
  position: absolute;
  font-size: 1.2rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: #ED4142;
  border: 1px solid #ED4646;
  border-radius: 16px;
  text-align: center;
  padding: 0.2em 1.5em;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 70%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .com-btn-01 .label {
    font-size: 1.6rem;
  }
}
.com-btn-01::after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  display: flex;
  align-items: center;
  transition: inherit;
}
@media (min-width: 960px) {
  .com-btn-01::after {
    right: 2em;
  }
}
.com-btn-01:hover {
  color: var(--white);
}
.com-btn-01:hover::after {
  transform: translateX(10px);
}
.com-btn-01.small {
  font-size: 1.8rem;
  padding: 1.2em 2em;
  max-width: 320px;
}
.com-btn-01.small::after {
  right: 1.5em;
}
.com-btn-01.white {
  background: var(--white);
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: unset;
}
.com-btn-01.white .label {
  color: var(--primary);
  border-color: var(--primary);
}

.com-btn-02 {
  display: block;
  font-size: 3rem;
  padding-inline: 0.5em;
}
.com-btn-02:hover {
  transform: translateY(-5px);
}
.com-btn-02.facebook {
  color: var(--facebook);
}
.com-btn-02.tiktok {
  color: var(--tiktok);
}
.com-btn-02.instagram {
  color: var(--instagram);
}
.com-btn-02.threads {
  color: var(--threads);
}
.com-btn-02.pi0 {
  padding-inline: 0;
}

.com-btn-03 {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: var(--white);
  border-radius: 80px;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 0.5em 1em;
  cursor: pointer;
}
.com-btn-03:hover {
  background-color: var(--blue);
  color: var(--white);
}
.com-btn-03::before {
  content: "\f021";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

.com-tit-01 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  color: var(--primary);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .com-tit-01 {
    gap: 40px;
    font-size: 3rem;
  }
}
.com-tit-01::before {
  content: "\\";
}
.com-tit-01::after {
  content: "/";
}
.com-tit-01 > .tit {
  display: inline-block;
  background: url(../img/common/tit_01_bg.svg) repeat-x left bottom;
  font-family: "Gluten", cursive;
}

.com-tit-02 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-block: 0 1.5em;
  font-family: "Gluten", cursive;
  text-transform: capitalize;
  color: var(--secondary);
}
@media (min-width: 960px) {
  .com-tit-02 {
    font-size: 4rem;
  }
}

.com-tit-03 {
  font-size: 1.8rem;
  background-color: var(--bg-01);
  border-radius: 5px;
  font-weight: 700;
  padding: 0.3em 0.7em;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .com-tit-03 {
    font-size: 2.4rem;
  }
}

.com-tit-04 {
  color: var(--white);
  background-color: var(--blue);
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  padding: 0.3em 0.6em;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .com-tit-04 {
    font-size: 2.4rem;
  }
}
.com-tit-04 small {
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 960px) {
  .com-tit-04 small {
    font-size: 1.8rem;
  }
}

.com-card-01 {
  border-radius: 11px;
  overflow: hidden;
  background-color: var(--white);
  border: 1px solid var(--border-03);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
  position: relative;
  counter-increment: card-01;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .com-card-01 {
    max-width: unset;
  }
}
.com-card-01::before {
  content: "0" counter(card-01);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 55px;
  aspect-ratio: 1/1;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: var(--primary);
  color: var(--white);
}
.com-card-01 .image {
  width: 100%;
  aspect-ratio: 1/0.64;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-card-01 .content {
  position: relative;
  z-index: 2;
  padding: 25px 15px;
}
@media (min-width: 960px) {
  .com-card-01 .content {
    padding: 50px 30px;
  }
}
.com-card-01 .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--white);
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 60px;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media (min-width: 960px) {
  .com-card-01 .icon {
    width: 120px;
  }
}
.com-card-01 .icon img {
  max-width: 45%;
}
.com-card-01 .tit {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .com-card-01 .tit {
    font-size: 2.2rem;
  }
}
.com-card-01 .text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.67;
}

.com-card-02 {
  background-color: var(--white);
  display: flex;
  border-radius: 11px;
  overflow: hidden;
  height: 100%;
  max-width: 600px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .com-card-02 {
    max-width: unset;
  }
}
.com-card-02::after {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--white);
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 1em;
  font-size: 2rem;
  transition: 0.3s all ease-in-out;
}
.com-card-02 .inner {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
}
@media (min-width: 960px) {
  .com-card-02 .inner {
    padding: 25px 30px;
  }
}
.com-card-02 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--bg-02);
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .com-card-02 .icon {
    width: 113px;
  }
}
.com-card-02 .icon > img {
  max-width: 45%;
}
.com-card-02 .infor {
  flex: 1;
}
.com-card-02 .tit {
  font-size: 2rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 10px;
}
.com-card-02:hover::after {
  background-color: var(--red);
}

.com-card-03 {
  display: block;
  border-radius: 11px;
  border: 1px solid var(--border-05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  background-color: var(--white);
}
.com-card-03 .image {
  width: 100%;
  aspect-ratio: 994/497;
  overflow: hidden;
}
.com-card-03 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s transform ease-in-out;
}
.com-card-03 .head {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.com-card-03 .content {
  padding: 10px;
}
@media (min-width: 960px) {
  .com-card-03 .content {
    padding: 10px 30px 20px;
  }
}
.com-card-03 .tag {
  font-size: 1.3rem;
  background-color: var(--border-01);
  border-radius: 2px;
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1;
}
.com-card-03 .tit {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 5px 0 0;
}
@media (min-width: 960px) {
  .com-card-03 .tit {
    font-size: 1.8rem;
  }
}
.com-card-03:is(a):hover .image img {
  transform: scale(1.1);
}

.com-card-04 {
  border-radius: 10px;
  overflow: hidden;
}
.com-card-04 .image {
  width: 100%;
  aspect-ratio: 1/0.5;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-card-04 .head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.com-card-04 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--bg-02);
  flex-shrink: 0;
}
.com-card-04 .icon img {
  max-width: 45%;
}
.com-card-04 .content {
  padding: 10px 30px 20px;
}
.com-card-04 .tit {
  margin: 0;
  font-size: 1.8rem;
  color: var(--primary);
  font-weight: 700;
  flex: 1;
}
@media (min-width: 960px) {
  .com-card-04 .tit {
    font-size: 2.4rem;
  }
}
.com-card-04 .desc {
  margin: 0;
}
.com-card-04 .btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  min-width: 160px;
  max-width: 100%;
  box-sizing: border-box;
  color: var(--blue);
  border: 1px solid var(--blue-02);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 80px;
  position: relative;
  padding: 0.5em 1.5em;
  margin-inline: auto;
  margin-top: 15px;
}
@media (min-width: 960px) {
  .com-card-04 .btn {
    margin-right: 0;
  }
}
.com-card-04 .btn::after {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  font-size: 1.2rem;
  line-height: 1;
}
.com-card-04 .btn:hover {
  color: var(--white);
  background-color: var(--blue);
}

.com-card-05 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "thumb cont" "tags tags";
  align-items: flex-start;
  gap: 10px;
  padding: 15px 0;
}
@media (min-width: 960px) {
  .com-card-05 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "thumb cont tags";
  }
}
.com-card-05:hover {
  background-color: rgba(6, 77, 160, 0.1);
}
.com-card-05 .thumb {
  width: 100%;
  aspect-ratio: 1/0.67;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  grid-area: thumb;
}
.com-card-05 .cont {
  grid-area: cont;
}
.com-card-05 .tit {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.com-card-05 .desc, .com-card-05 .list {
  margin: 0;
}
.com-card-05 .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 6px;
  grid-area: tags;
}
.com-card-05 .tag {
  font-size: 1.2rem;
  background-color: var(--bg-04);
  color: var(--txt-04);
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  padding: 0.5em 0.3em;
}
.com-card-05 .tag.active {
  color: var(--white);
  background-color: var(--blue);
  font-weight: 700;
}

.com-card-06 .image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.com-card-06 .brand {
  font-size: 1.2rem;
  color: var(--txt-06);
}
.com-card-06 .tit {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
.com-card-06 .info {
  margin: 0;
  color: var(--txt-06);
  line-height: 1.4;
}
.com-card-06 .price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue);
}
.com-card-06 .price > small {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--txt-01);
  display: inline-block;
  margin-left: 5px;
}
.com-card-06:hover {
  opacity: 0.6;
}

.com-table-01 {
  background-color: var(--white);
  border-radius: 10px;
}
.com-table-01 .row {
  display: flex;
  gap: 20px;
  align-items: baseline;
  padding: 0.7em 1.5em;
}
.com-table-01 .row:not(:last-child) {
  border-bottom: 1px solid var(--border-03);
}
.com-table-01 .tit {
  width: 18%;
  font-size: 1.6rem;
}
.com-table-01 .list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px 15px;
  margin: 0;
}
.com-table-01 .list a {
  color: var(--primary);
  text-decoration: underline;
}

@media (min-width: 640px) {
  .form-table-01 input[type=text],
  .form-table-01 input[type=number],
  .form-table-01 input[type=email],
  .form-table-01 input[type=password] {
    max-width: 500px;
  }
}
.form-table-01 .row {
  --border: 1px solid var(--border-07);
  display: grid;
  grid-area: 1fr;
  gap: 15px;
  border-top: var(--border);
  padding: 15px 0;
}
@media (min-width: 640px) {
  .form-table-01 .row {
    grid-template-columns: 25% 1fr;
  }
}
.form-table-01 .row:last-child {
  border-bottom: var(--border);
}
.form-table-01 .row.required .label::after {
  content: "*";
  color: var(--red-02);
  vertical-align: middle;
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
}
.form-table-01 .row.baseline {
  align-items: baseline;
}
.form-table-01 .row.baseline .label {
  margin: 0;
}
.form-table-01 .label {
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  .form-table-01 .label {
    margin-top: 0.8em;
  }
}

.com-input-group-01 {
  display: flex;
  gap: 15px 10px;
}
.com-input-group-01 .item {
  flex: 1;
}
@media (min-width: 640px) {
  .com-input-group-01 .item {
    max-width: 200px;
  }
}

.com-date-input-01 {
  display: flex;
  gap: 10px;
}
.com-date-input-01 .year {
  min-width: 120px;
}
.com-date-input-01 .month, .com-date-input-01 .date {
  min-width: 80px;
}

.com-input-150 {
  max-width: 150px !important;
}

.com-input-200 {
  max-width: 200px !important;
}

.com-input-300 {
  max-width: 300px !important;
}

.com-option-01 {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.com-acceptance-01 {
  display: flex;
  justify-content: center;
}

.com-submit-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 70px;
  border: 1px solid var(--primary);
  height: 100%;
  padding: 1em 2em;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  background: var(--white);
  color: var(--primary);
  margin-top: 15px;
  cursor: pointer;
}
.com-submit-01::after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  display: flex;
  align-items: center;
  transition: inherit;
}
@media (min-width: 960px) {
  .com-submit-01::after {
    right: 2em;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.com-panel-01 {
  padding: 20px 0;
  background: var(--secondary);
  color: var(--white);
}
.com-panel-01 .catch {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  background: url(../img/common/footer_catch_left.svg) no-repeat left bottom 0.2em, url(../img/common/footer_catch_right.svg) no-repeat right bottom 0.2em;
  padding: 0 1em;
  box-sizing: border-box;
  font-family: "Gluten", cursive;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .com-panel-01 .catch {
    font-size: 3rem;
  }
}

.com-panel-02 {
  border-radius: 10px;
  max-width: 400px;
  background-color: var(--bg-01);
  padding: 20px;
}
.com-panel-02.right {
  margin-left: auto;
  margin-right: 0;
}
.com-panel-02 dt, .com-panel-02 dd {
  font-weight: 400;
}
.com-panel-02 .row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-07);
  padding: 10px;
}
.com-panel-02 .tit {
  flex-shrink: 0;
}
.com-panel-02 .price-01 {
  font-size: 1.8rem;
}
.com-panel-02 .price-01 small {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
}
.com-panel-02 .link {
  color: var(--primary);
  text-decoration: underline;
}
.com-panel-02 .detail {
  text-align: right;
}

.com-hr-01 {
  border-color: var(--border-02);
}
@media (min-width: 960px) {
  .com-hr-01 {
    margin: 40px 0;
  }
}

.com-sec-01 {
  padding-block: 40px;
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-block: 75px 90px;
  }
}

.com-sec-02 {
  padding-block: 40px;
}
@media (min-width: 960px) {
  .com-sec-02 {
    padding-block: 40px 90px;
  }
}

.com-bg-bg-01 {
  background-color: var(--bg-01);
}

.com-bg-bg-03 {
  background-color: var(--bg-03);
}

.com-txt-color-main {
  color: var(--primary);
}

.com-list-01 {
  list-style: disc;
  padding-left: 15px;
  margin: 0;
}

.com-list-02 {
  font-size: 1.6rem;
}
.com-list-02 .item {
  border-bottom: 1px solid var(--secondary);
}
.com-list-02 .link {
  display: block;
  padding-block: 1em;
}
.com-list-02 .link:hover {
  background-color: rgba(163, 184, 162, 0.1);
}
.com-list-02 .head {
  display: flex;
  align-items: center;
  gap: 1em;
}
.com-list-02 .tit {
  margin-block: 0.7em 0;
  position: relative;
  padding-right: 2.5em;
}
.com-list-02 .tit::after {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  font-size: 1.25em;
}

.com-box-shadow-01 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
}

.com-border-01 {
  border: 1px solid var(--border-05);
}

.com-map-01 {
  position: relative;
  overflow: hidden;
}
.com-map-01 .btn {
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 3vw;
  font-weight: 700;
  border-radius: 80px;
  background-color: var(--white);
  border: 1px solid var(--border-06);
  padding: 0.4em 1.3em;
}
@media (min-width: 640px) {
  .com-map-01 .btn {
    font-size: min(1.5vw, 1.8rem);
  }
}
.com-map-01 .btn:hover {
  color: var(--white);
}
.com-map-01 .btn.shikoku {
  top: 53%;
  right: 58%;
}
.com-map-01 .btn.shikoku:hover {
  background-color: var(--orange);
}
.com-map-01 .btn.kyushu {
  bottom: 10%;
  right: 67%;
}
.com-map-01 .btn.kyushu:hover {
  background-color: var(--orange-02);
}
.com-map-01 .btn.kinki {
  top: 47%;
  right: 37%;
}
.com-map-01 .btn.kinki:hover {
  background-color: var(--yellow-02);
}
.com-map-01 .btn.chubu {
  bottom: 28%;
  right: 23%;
}
.com-map-01 .btn.chubu:hover {
  background-color: var(--green);
}
.com-map-01 .btn.kanto {
  bottom: 20%;
  right: 7%;
}
.com-map-01 .btn.kanto:hover {
  background-color: var(--green-02);
}

.com-pageTit-01 {
  padding: 50px 0 60px;
  background-color: var(--bg-01);
  text-align: center;
}
.com-pageTit-01 .tit {
  margin: 0.4em 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Gluten", cursive;
}
@media (min-width: 960px) {
  .com-pageTit-01 .tit {
    font-size: 3.6rem;
  }
}
.com-pageTit-01 .catch {
  margin: 1.3em 0 0;
  font-size: 1.5rem;
}

.com-breadcrumbs-01 {
  padding-block: 10px;
}
.com-breadcrumbs-01 .aioseo-breadcrumbs {
  display: flex;
  align-items: baseline;
  gap: 0.2em 0.5em;
}
@media (min-width: 960px) {
  .com-breadcrumbs-01 .aioseo-breadcrumbs {
    justify-content: flex-end;
  }
}
.com-breadcrumbs-01 .aioseo-breadcrumbs > * {
  display: block;
}
.com-breadcrumbs-01 .aioseo-breadcrumbs > :last-child {
  font-weight: 700;
  color: var(--secondary);
}

.com-link-01 {
  color: var(--primary);
  text-decoration: underline;
}
.com-link-01:hover {
  color: var(--primary);
  text-decoration: underline;
  opacity: 0.5;
}

.com-link-02:hover {
  opacity: 0.6;
}

.com-list-btns-01 {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.com-list-btns-01 > .btn {
  max-width: 300px;
  padding: 0.6em 2em;
  font-size: 1.8rem;
}
@media (min-width: 960px) {
  .com-list-btns-01 > .btn {
    padding: 1.2em 2em;
  }
}
.com-list-btns-01 > .btn::after {
  right: 1em;
}

@media (min-width: 960px) {
  .com-sort-01 .category, .com-sort-01 .order {
    width: 200px;
  }
}
@media (min-width: 960px) {
  .com-sort-01 .amount {
    width: 120px;
  }
}

.com-pagination > .page-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 960px) {
  .com-pagination > .page-numbers {
    gap: 10px;
  }
}
.com-pagination > .page-numbers .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  font-size: 1.6rem;
  border: 1px solid;
}
@media (min-width: 960px) {
  .com-pagination > .page-numbers .page-numbers {
    width: 40px;
    font-size: 1.8rem;
  }
}
.com-pagination > .page-numbers .page-numbers:hover, .com-pagination > .page-numbers .page-numbers.current {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
.com-pagination > .page-numbers .page-numbers.disable {
  background-color: var(--text-04);
  pointer-events: none;
  opacity: 0.3;
}

.com-table-01 .table {
  width: 100%;
  text-align: left;
}
.com-table-01 .head {
  border-bottom: 1px solid var(--border-08);
}
.com-table-01 .thumb {
  width: 25%;
}
@media (min-width: 960px) {
  .com-table-01 .thumb {
    width: 17%;
  }
}

.com-price-01 {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 5px;
  font-size: 1.4rem;
  color: var(--blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .com-price-01 {
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .com-price-01 {
    font-size: 2rem;
  }
}
.com-price-01 > small {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: var(--txt-01);
}
@media (min-width: 640px) {
  .com-price-01 > small {
    font-size: 1.2rem;
  }
}

.com-tag-01 {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  background-color: var(--third);
  border-radius: 5px;
  padding: 0.5em;
}

.com-tag-02 {
  display: inline-block;
  color: var(--secondary);
  font-weight: 500;
  text-decoration: underline;
}

.com-date-01 {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .com-mt-l {
    margin-top: 100px;
  }
}

.com-font-gluten {
  font-family: "Gluten", cursive;
}

/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.keyvisual-slider img {
  width: 100%;
  aspect-ratio: 1/0.33;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .keyvisual-slider img {
    aspect-ratio: 1080/400;
  }
}

.home-list-01 {
  counter-reset: card-01;
}

.home-img-01 {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.home-img-01.border {
  border: 1px solid var(--border-04);
}
.home-img-01:hover {
  opacity: 0.6;
}

.pref-search-list-01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 40px;
}
@media (min-width: 640px) {
  .pref-search-list-01 {
    grid-template-columns: 1fr 1fr;
  }
}
.pref-search-list-01 > li {
  --border: 1px solid var(--border-07);
  border-top: var(--border);
}
.pref-search-list-01 > li:last-child {
  border-bottom: var(--border);
}
@media (min-width: 640px) {
  .pref-search-list-01 > li:nth-last-child(2) {
    border-bottom: var(--border);
  }
}

.cart-list-01 {
  font-size: 1.8rem;
  color: var(--txt-07);
}
.cart-list-01 > li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-list-01 > li::before {
  content: "\f111";
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  font-size: 1.1rem;
}
.cart-list-01 > li.is-active {
  color: var(--blue);
  font-weight: 700;
}
.cart-list-01 > li + li {
  margin-top: 1em;
}

.cart-head-01 {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-08);
}

.cart-item-01 {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-07);
}
.cart-item-01 .image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-item-01 .brand {
  font-size: 1.2rem;
  color: var(--txt-06);
}
.cart-item-01 .tit {
  font-size: 1.8rem;
  margin: 0;
}
.cart-item-01 .info {
  font-size: 1.4rem;
  color: var(--txt-06);
  margin: 0;
}
.cart-item-01 .price {
  font-size: 2rem;
}
.cart-item-01 .price small {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
}
.cart-item-01 .action {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.cart-item-01 .delete {
  color: var(--red-02);
}
.cart-item-01 .delete::before {
  content: "\f2ed";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}
.cart-item-01 .amount {
  width: 60px;
  padding: 0.3em 0.5em;
}

.single-tit-01 {
  margin-bottom: 0.2em;
  text-align: left;
}

.single-wrapper-01 {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 960px) {
  .single-wrapper-01 {
    font-size: 1.6rem;
  }
}
.single-wrapper-01 h1, .single-wrapper-01 h2, .single-wrapper-01 h3, .single-wrapper-01 h4, .single-wrapper-01 h5, .single-wrapper-01 h6 {
  font-family: "Gluten", cursive;
  margin-bottom: 1em;
  margin-top: 2em;
}
.single-wrapper-01 h1 + :is(h1, h2, h3, h4, h5, h6), .single-wrapper-01 h2 + :is(h1, h2, h3, h4, h5, h6), .single-wrapper-01 h3 + :is(h1, h2, h3, h4, h5, h6), .single-wrapper-01 h4 + :is(h1, h2, h3, h4, h5, h6), .single-wrapper-01 h5 + :is(h1, h2, h3, h4, h5, h6), .single-wrapper-01 h6 + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 1.5em;
}
.single-wrapper-01 h1:first-child, .single-wrapper-01 h2:first-child, .single-wrapper-01 h3:first-child, .single-wrapper-01 h4:first-child, .single-wrapper-01 h5:first-child, .single-wrapper-01 h6:first-child {
  margin-top: 0;
}
.single-wrapper-01 h1 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--secondary);
}
@media (min-width: 960px) {
  .single-wrapper-01 h1 {
    font-size: 3.2rem;
  }
}
.single-wrapper-01 h2 {
  font-size: 2.4rem;
  padding-left: 0.2em;
}
.single-wrapper-01 h3 {
  font-size: 2.2rem;
  border-left: 4px solid var(--secondary);
  padding-left: 0.5em;
}
@media (min-width: 960px) {
  .single-wrapper-01 h3 {
    border-left-width: 8px;
  }
}
.single-wrapper-01 h4 {
  font-size: 2rem;
}
.single-wrapper-01 h5 {
  font-size: 1.8rem;
}
.single-wrapper-01 h6 {
  font-size: 1.8rem;
}
.single-wrapper-01 a[href] {
  color: var(--secondary);
  text-decoration: underline;
}

.single-grid-01 {
  margin-left: -30px;
}
.single-grid-01 > * {
  padding-left: 30px;
}
.single-grid-01 > .uk-grid-margin {
  margin-top: 10px;
}

.single-grid-02 {
  --gap: 5px;
  margin-left: calc(var(--gap) * -1);
}
@media (min-width: 960px) {
  .single-grid-02 {
    --gap: 10px;
  }
}
.single-grid-02 > * {
  padding-left: var(--gap);
}
.single-grid-02 > .uk-grid-margin {
  margin-top: var(--gap);
}

.thanks-panel-01 {
  padding-block: 2em;
  border-block: 2px solid currentColor;
  margin-block: 1em;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*# sourceMappingURL=style.css.map */
