@charset "UTF-8";
/*-----------------------------
* Responsive Breakpoints
* 1001px +          Desktop+
* 0px - 1000px      SmartPhone - Tablet - Desktop
* 769px - 1000px    Tablet - Desktop
* 0px - 768px       Tablet
* 681px - 768px     SmartPhone - Tablet
* 0px - 680px       SmartPhone
------------------------------*/
/*-----------------------------
 Utility
------------------------------*/
/*----- Margin */
.m-auto {
  margin: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.m-0 {
  margin: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.-m-0 {
  margin: 0rem;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.mx-0 {
  margin-right: 0rem;
  margin-left: 0rem;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-3 {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.mx-4 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-5 {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.mx-6 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.mx-7 {
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}

.mx-8 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.mx-9 {
  margin-right: 2.25rem;
  margin-left: 2.25rem;
}

.mx-10 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.-mx-0 {
  margin-right: 0rem;
  margin-left: 0rem;
}

.-mx-1 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.-mx-2 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.-mx-3 {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.-mx-4 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.-mx-5 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.-mx-6 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.-mx-7 {
  margin-right: -1.75rem;
  margin-left: -1.75rem;
}

.-mx-8 {
  margin-right: -2rem;
  margin-left: -2rem;
}

.-mx-9 {
  margin-right: -2.25rem;
  margin-left: -2.25rem;
}

.-mx-10 {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.-my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.-mt-0 {
  margin-top: 0rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.-mr-0 {
  margin-right: 0rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.-mb-0 {
  margin-bottom: 0rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.-ml-0 {
  margin-left: 0rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

/*----- Padding */
.p-0 {
  padding: 0rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-0 {
  padding-right: 0rem;
  padding-left: 0rem;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-3 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-5 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.px-6 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.px-7 {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

.px-8 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.px-9 {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}

.px-10 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

/*----- Position */
.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-full {
  top: 100%;
}

.top-auto {
  top: auto;
}

.top-0 {
  top: 0rem;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.-top-0 {
  top: 0rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-3 {
  top: -0.75rem;
}

.-top-4 {
  top: -1rem;
}

.-top-5 {
  top: -1.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.-top-7 {
  top: -1.75rem;
}

.-top-8 {
  top: -2rem;
}

.-top-9 {
  top: -2.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.top-1\/2 {
  top: calc( 100% * 1 / 2 );
}

.-top-1\/2 {
  top: calc( -100% * 1 / 2 );
}

.top-1\/3 {
  top: calc( 100% * 1 / 3 );
}

.top-2\/3 {
  top: calc( 100% * 2 / 3 );
}

.-top-1\/3 {
  top: calc( -100% * 1 / 3 );
}

.-top-2\/3 {
  top: calc( -100% * 2 / 3 );
}

.top-1\/4 {
  top: calc( 100% * 1 / 4 );
}

.top-2\/4 {
  top: calc( 100% * 2 / 4 );
}

.top-3\/4 {
  top: calc( 100% * 3 / 4 );
}

.-top-1\/4 {
  top: calc( -100% * 1 / 4 );
}

.-top-2\/4 {
  top: calc( -100% * 2 / 4 );
}

.-top-3\/4 {
  top: calc( -100% * 3 / 4 );
}

.top-1\/5 {
  top: calc( 100% * 1 / 5 );
}

.top-2\/5 {
  top: calc( 100% * 2 / 5 );
}

.top-3\/5 {
  top: calc( 100% * 3 / 5 );
}

.top-4\/5 {
  top: calc( 100% * 4 / 5 );
}

.-top-1\/5 {
  top: calc( -100% * 1 / 5 );
}

.-top-2\/5 {
  top: calc( -100% * 2 / 5 );
}

.-top-3\/5 {
  top: calc( -100% * 3 / 5 );
}

.-top-4\/5 {
  top: calc( -100% * 4 / 5 );
}

.top-1\/6 {
  top: calc( 100% * 1 / 6 );
}

.top-2\/6 {
  top: calc( 100% * 2 / 6 );
}

.top-3\/6 {
  top: calc( 100% * 3 / 6 );
}

.top-4\/6 {
  top: calc( 100% * 4 / 6 );
}

.top-5\/6 {
  top: calc( 100% * 5 / 6 );
}

.-top-1\/6 {
  top: calc( -100% * 1 / 6 );
}

.-top-2\/6 {
  top: calc( -100% * 2 / 6 );
}

.-top-3\/6 {
  top: calc( -100% * 3 / 6 );
}

.-top-4\/6 {
  top: calc( -100% * 4 / 6 );
}

.-top-5\/6 {
  top: calc( -100% * 5 / 6 );
}

.top-1\/12 {
  top: calc( 100% * 1 / 12 );
}

.top-2\/12 {
  top: calc( 100% * 2 / 12 );
}

.top-3\/12 {
  top: calc( 100% * 3 / 12 );
}

.top-4\/12 {
  top: calc( 100% * 4 / 12 );
}

.top-5\/12 {
  top: calc( 100% * 5 / 12 );
}

.top-6\/12 {
  top: calc( 100% * 6 / 12 );
}

.top-7\/12 {
  top: calc( 100% * 7 / 12 );
}

.top-8\/12 {
  top: calc( 100% * 8 / 12 );
}

.top-9\/12 {
  top: calc( 100% * 9 / 12 );
}

.top-10\/12 {
  top: calc( 100% * 10 / 12 );
}

.top-11\/12 {
  top: calc( 100% * 11 / 12 );
}

.-top-1\/12 {
  top: calc( -100% * 1 / 12 );
}

.-top-2\/12 {
  top: calc( -100% * 2 / 12 );
}

.-top-3\/12 {
  top: calc( -100% * 3 / 12 );
}

.-top-4\/12 {
  top: calc( -100% * 4 / 12 );
}

.-top-5\/12 {
  top: calc( -100% * 5 / 12 );
}

.-top-6\/12 {
  top: calc( -100% * 6 / 12 );
}

.-top-7\/12 {
  top: calc( -100% * 7 / 12 );
}

.-top-8\/12 {
  top: calc( -100% * 8 / 12 );
}

.-top-9\/12 {
  top: calc( -100% * 9 / 12 );
}

.-top-10\/12 {
  top: calc( -100% * 10 / 12 );
}

.-top-11\/12 {
  top: calc( -100% * 11 / 12 );
}

.right-full {
  right: 100%;
}

.right-auto {
  right: auto;
}

.right-0 {
  right: 0rem;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.-right-0 {
  right: 0rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

.-right-5 {
  right: -1.25rem;
}

.-right-6 {
  right: -1.5rem;
}

.-right-7 {
  right: -1.75rem;
}

.-right-8 {
  right: -2rem;
}

.-right-9 {
  right: -2.25rem;
}

.-right-10 {
  right: -2.5rem;
}

.right-1\/2 {
  right: calc( 100% * 1 / 2 );
}

.-right-1\/2 {
  right: calc( -100% * 1 / 2 );
}

.right-1\/3 {
  right: calc( 100% * 1 / 3 );
}

.right-2\/3 {
  right: calc( 100% * 2 / 3 );
}

.-right-1\/3 {
  right: calc( -100% * 1 / 3 );
}

.-right-2\/3 {
  right: calc( -100% * 2 / 3 );
}

.right-1\/4 {
  right: calc( 100% * 1 / 4 );
}

.right-2\/4 {
  right: calc( 100% * 2 / 4 );
}

.right-3\/4 {
  right: calc( 100% * 3 / 4 );
}

.-right-1\/4 {
  right: calc( -100% * 1 / 4 );
}

.-right-2\/4 {
  right: calc( -100% * 2 / 4 );
}

.-right-3\/4 {
  right: calc( -100% * 3 / 4 );
}

.right-1\/5 {
  right: calc( 100% * 1 / 5 );
}

.right-2\/5 {
  right: calc( 100% * 2 / 5 );
}

.right-3\/5 {
  right: calc( 100% * 3 / 5 );
}

.right-4\/5 {
  right: calc( 100% * 4 / 5 );
}

.-right-1\/5 {
  right: calc( -100% * 1 / 5 );
}

.-right-2\/5 {
  right: calc( -100% * 2 / 5 );
}

.-right-3\/5 {
  right: calc( -100% * 3 / 5 );
}

.-right-4\/5 {
  right: calc( -100% * 4 / 5 );
}

.right-1\/6 {
  right: calc( 100% * 1 / 6 );
}

.right-2\/6 {
  right: calc( 100% * 2 / 6 );
}

.right-3\/6 {
  right: calc( 100% * 3 / 6 );
}

.right-4\/6 {
  right: calc( 100% * 4 / 6 );
}

.right-5\/6 {
  right: calc( 100% * 5 / 6 );
}

.-right-1\/6 {
  right: calc( -100% * 1 / 6 );
}

.-right-2\/6 {
  right: calc( -100% * 2 / 6 );
}

.-right-3\/6 {
  right: calc( -100% * 3 / 6 );
}

.-right-4\/6 {
  right: calc( -100% * 4 / 6 );
}

.-right-5\/6 {
  right: calc( -100% * 5 / 6 );
}

.right-1\/12 {
  right: calc( 100% * 1 / 12 );
}

.right-2\/12 {
  right: calc( 100% * 2 / 12 );
}

.right-3\/12 {
  right: calc( 100% * 3 / 12 );
}

.right-4\/12 {
  right: calc( 100% * 4 / 12 );
}

.right-5\/12 {
  right: calc( 100% * 5 / 12 );
}

.right-6\/12 {
  right: calc( 100% * 6 / 12 );
}

.right-7\/12 {
  right: calc( 100% * 7 / 12 );
}

.right-8\/12 {
  right: calc( 100% * 8 / 12 );
}

.right-9\/12 {
  right: calc( 100% * 9 / 12 );
}

.right-10\/12 {
  right: calc( 100% * 10 / 12 );
}

.right-11\/12 {
  right: calc( 100% * 11 / 12 );
}

.-right-1\/12 {
  right: calc( -100% * 1 / 12 );
}

.-right-2\/12 {
  right: calc( -100% * 2 / 12 );
}

.-right-3\/12 {
  right: calc( -100% * 3 / 12 );
}

.-right-4\/12 {
  right: calc( -100% * 4 / 12 );
}

.-right-5\/12 {
  right: calc( -100% * 5 / 12 );
}

.-right-6\/12 {
  right: calc( -100% * 6 / 12 );
}

.-right-7\/12 {
  right: calc( -100% * 7 / 12 );
}

.-right-8\/12 {
  right: calc( -100% * 8 / 12 );
}

.-right-9\/12 {
  right: calc( -100% * 9 / 12 );
}

.-right-10\/12 {
  right: calc( -100% * 10 / 12 );
}

.-right-11\/12 {
  right: calc( -100% * 11 / 12 );
}

.bottom-full {
  bottom: 100%;
}

.bottom-auto {
  bottom: auto;
}

.bottom-0 {
  bottom: 0rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.-bottom-0 {
  bottom: 0rem;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.bottom-1\/2 {
  bottom: calc( 100% * 1 / 2 );
}

.-bottom-1\/2 {
  bottom: calc( -100% * 1 / 2 );
}

.bottom-1\/3 {
  bottom: calc( 100% * 1 / 3 );
}

.bottom-2\/3 {
  bottom: calc( 100% * 2 / 3 );
}

.-bottom-1\/3 {
  bottom: calc( -100% * 1 / 3 );
}

.-bottom-2\/3 {
  bottom: calc( -100% * 2 / 3 );
}

.bottom-1\/4 {
  bottom: calc( 100% * 1 / 4 );
}

.bottom-2\/4 {
  bottom: calc( 100% * 2 / 4 );
}

.bottom-3\/4 {
  bottom: calc( 100% * 3 / 4 );
}

.-bottom-1\/4 {
  bottom: calc( -100% * 1 / 4 );
}

.-bottom-2\/4 {
  bottom: calc( -100% * 2 / 4 );
}

.-bottom-3\/4 {
  bottom: calc( -100% * 3 / 4 );
}

.bottom-1\/5 {
  bottom: calc( 100% * 1 / 5 );
}

.bottom-2\/5 {
  bottom: calc( 100% * 2 / 5 );
}

.bottom-3\/5 {
  bottom: calc( 100% * 3 / 5 );
}

.bottom-4\/5 {
  bottom: calc( 100% * 4 / 5 );
}

.-bottom-1\/5 {
  bottom: calc( -100% * 1 / 5 );
}

.-bottom-2\/5 {
  bottom: calc( -100% * 2 / 5 );
}

.-bottom-3\/5 {
  bottom: calc( -100% * 3 / 5 );
}

.-bottom-4\/5 {
  bottom: calc( -100% * 4 / 5 );
}

.bottom-1\/6 {
  bottom: calc( 100% * 1 / 6 );
}

.bottom-2\/6 {
  bottom: calc( 100% * 2 / 6 );
}

.bottom-3\/6 {
  bottom: calc( 100% * 3 / 6 );
}

.bottom-4\/6 {
  bottom: calc( 100% * 4 / 6 );
}

.bottom-5\/6 {
  bottom: calc( 100% * 5 / 6 );
}

.-bottom-1\/6 {
  bottom: calc( -100% * 1 / 6 );
}

.-bottom-2\/6 {
  bottom: calc( -100% * 2 / 6 );
}

.-bottom-3\/6 {
  bottom: calc( -100% * 3 / 6 );
}

.-bottom-4\/6 {
  bottom: calc( -100% * 4 / 6 );
}

.-bottom-5\/6 {
  bottom: calc( -100% * 5 / 6 );
}

.bottom-1\/12 {
  bottom: calc( 100% * 1 / 12 );
}

.bottom-2\/12 {
  bottom: calc( 100% * 2 / 12 );
}

.bottom-3\/12 {
  bottom: calc( 100% * 3 / 12 );
}

.bottom-4\/12 {
  bottom: calc( 100% * 4 / 12 );
}

.bottom-5\/12 {
  bottom: calc( 100% * 5 / 12 );
}

.bottom-6\/12 {
  bottom: calc( 100% * 6 / 12 );
}

.bottom-7\/12 {
  bottom: calc( 100% * 7 / 12 );
}

.bottom-8\/12 {
  bottom: calc( 100% * 8 / 12 );
}

.bottom-9\/12 {
  bottom: calc( 100% * 9 / 12 );
}

.bottom-10\/12 {
  bottom: calc( 100% * 10 / 12 );
}

.bottom-11\/12 {
  bottom: calc( 100% * 11 / 12 );
}

.-bottom-1\/12 {
  bottom: calc( -100% * 1 / 12 );
}

.-bottom-2\/12 {
  bottom: calc( -100% * 2 / 12 );
}

.-bottom-3\/12 {
  bottom: calc( -100% * 3 / 12 );
}

.-bottom-4\/12 {
  bottom: calc( -100% * 4 / 12 );
}

.-bottom-5\/12 {
  bottom: calc( -100% * 5 / 12 );
}

.-bottom-6\/12 {
  bottom: calc( -100% * 6 / 12 );
}

.-bottom-7\/12 {
  bottom: calc( -100% * 7 / 12 );
}

.-bottom-8\/12 {
  bottom: calc( -100% * 8 / 12 );
}

.-bottom-9\/12 {
  bottom: calc( -100% * 9 / 12 );
}

.-bottom-10\/12 {
  bottom: calc( -100% * 10 / 12 );
}

.-bottom-11\/12 {
  bottom: calc( -100% * 11 / 12 );
}

.left-full {
  left: 100%;
}

.left-auto {
  left: auto;
}

.left-0 {
  left: 0rem;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.-left-0 {
  left: 0rem;
}

.-left-1 {
  left: -0.25rem;
}

.-left-2 {
  left: -0.5rem;
}

.-left-3 {
  left: -0.75rem;
}

.-left-4 {
  left: -1rem;
}

.-left-5 {
  left: -1.25rem;
}

.-left-6 {
  left: -1.5rem;
}

.-left-7 {
  left: -1.75rem;
}

.-left-8 {
  left: -2rem;
}

.-left-9 {
  left: -2.25rem;
}

.-left-10 {
  left: -2.5rem;
}

.left-1\/2 {
  left: calc( 100% * 1 / 2 );
}

.-left-1\/2 {
  left: calc( -100% * 1 / 2 );
}

.left-1\/3 {
  left: calc( 100% * 1 / 3 );
}

.left-2\/3 {
  left: calc( 100% * 2 / 3 );
}

.-left-1\/3 {
  left: calc( -100% * 1 / 3 );
}

.-left-2\/3 {
  left: calc( -100% * 2 / 3 );
}

.left-1\/4 {
  left: calc( 100% * 1 / 4 );
}

.left-2\/4 {
  left: calc( 100% * 2 / 4 );
}

.left-3\/4 {
  left: calc( 100% * 3 / 4 );
}

.-left-1\/4 {
  left: calc( -100% * 1 / 4 );
}

.-left-2\/4 {
  left: calc( -100% * 2 / 4 );
}

.-left-3\/4 {
  left: calc( -100% * 3 / 4 );
}

.left-1\/5 {
  left: calc( 100% * 1 / 5 );
}

.left-2\/5 {
  left: calc( 100% * 2 / 5 );
}

.left-3\/5 {
  left: calc( 100% * 3 / 5 );
}

.left-4\/5 {
  left: calc( 100% * 4 / 5 );
}

.-left-1\/5 {
  left: calc( -100% * 1 / 5 );
}

.-left-2\/5 {
  left: calc( -100% * 2 / 5 );
}

.-left-3\/5 {
  left: calc( -100% * 3 / 5 );
}

.-left-4\/5 {
  left: calc( -100% * 4 / 5 );
}

.left-1\/6 {
  left: calc( 100% * 1 / 6 );
}

.left-2\/6 {
  left: calc( 100% * 2 / 6 );
}

.left-3\/6 {
  left: calc( 100% * 3 / 6 );
}

.left-4\/6 {
  left: calc( 100% * 4 / 6 );
}

.left-5\/6 {
  left: calc( 100% * 5 / 6 );
}

.-left-1\/6 {
  left: calc( -100% * 1 / 6 );
}

.-left-2\/6 {
  left: calc( -100% * 2 / 6 );
}

.-left-3\/6 {
  left: calc( -100% * 3 / 6 );
}

.-left-4\/6 {
  left: calc( -100% * 4 / 6 );
}

.-left-5\/6 {
  left: calc( -100% * 5 / 6 );
}

.left-1\/12 {
  left: calc( 100% * 1 / 12 );
}

.left-2\/12 {
  left: calc( 100% * 2 / 12 );
}

.left-3\/12 {
  left: calc( 100% * 3 / 12 );
}

.left-4\/12 {
  left: calc( 100% * 4 / 12 );
}

.left-5\/12 {
  left: calc( 100% * 5 / 12 );
}

.left-6\/12 {
  left: calc( 100% * 6 / 12 );
}

.left-7\/12 {
  left: calc( 100% * 7 / 12 );
}

.left-8\/12 {
  left: calc( 100% * 8 / 12 );
}

.left-9\/12 {
  left: calc( 100% * 9 / 12 );
}

.left-10\/12 {
  left: calc( 100% * 10 / 12 );
}

.left-11\/12 {
  left: calc( 100% * 11 / 12 );
}

.-left-1\/12 {
  left: calc( -100% * 1 / 12 );
}

.-left-2\/12 {
  left: calc( -100% * 2 / 12 );
}

.-left-3\/12 {
  left: calc( -100% * 3 / 12 );
}

.-left-4\/12 {
  left: calc( -100% * 4 / 12 );
}

.-left-5\/12 {
  left: calc( -100% * 5 / 12 );
}

.-left-6\/12 {
  left: calc( -100% * 6 / 12 );
}

.-left-7\/12 {
  left: calc( -100% * 7 / 12 );
}

.-left-8\/12 {
  left: calc( -100% * 8 / 12 );
}

.-left-9\/12 {
  left: calc( -100% * 9 / 12 );
}

.-left-10\/12 {
  left: calc( -100% * 10 / 12 );
}

.-left-11\/12 {
  left: calc( -100% * 11 / 12 );
}

/*----- Width */
.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-0 {
  width: 0rem;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-1\/2 {
  width: calc( 100% * 1 / 2 );
}

.w-1\/3 {
  width: calc( 100% * 1 / 3 );
}

.w-2\/3 {
  width: calc( 100% * 2 / 3 );
}

.w-1\/4 {
  width: calc( 100% * 1 / 4 );
}

.w-2\/4 {
  width: calc( 100% * 2 / 4 );
}

.w-3\/4 {
  width: calc( 100% * 3 / 4 );
}

.w-1\/5 {
  width: calc( 100% * 1 / 5 );
}

.w-2\/5 {
  width: calc( 100% * 2 / 5 );
}

.w-3\/5 {
  width: calc( 100% * 3 / 5 );
}

.w-4\/5 {
  width: calc( 100% * 4 / 5 );
}

.w-1\/6 {
  width: calc( 100% * 1 / 6 );
}

.w-2\/6 {
  width: calc( 100% * 2 / 6 );
}

.w-3\/6 {
  width: calc( 100% * 3 / 6 );
}

.w-4\/6 {
  width: calc( 100% * 4 / 6 );
}

.w-5\/6 {
  width: calc( 100% * 5 / 6 );
}

.w-1\/12 {
  width: calc( 100% * 1 / 12 );
}

.w-2\/12 {
  width: calc( 100% * 2 / 12 );
}

.w-3\/12 {
  width: calc( 100% * 3 / 12 );
}

.w-4\/12 {
  width: calc( 100% * 4 / 12 );
}

.w-5\/12 {
  width: calc( 100% * 5 / 12 );
}

.w-6\/12 {
  width: calc( 100% * 6 / 12 );
}

.w-7\/12 {
  width: calc( 100% * 7 / 12 );
}

.w-8\/12 {
  width: calc( 100% * 8 / 12 );
}

.w-9\/12 {
  width: calc( 100% * 9 / 12 );
}

.w-10\/12 {
  width: calc( 100% * 10 / 12 );
}

.w-11\/12 {
  width: calc( 100% * 11 / 12 );
}

/*----- Height */
.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-0 {
  height: 0rem;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-1\/2 {
  height: calc( 100% * 1 / 2 );
}

.h-1\/3 {
  height: calc( 100% * 1 / 3 );
}

.h-2\/3 {
  height: calc( 100% * 2 / 3 );
}

.h-1\/4 {
  height: calc( 100% * 1 / 4 );
}

.h-2\/4 {
  height: calc( 100% * 2 / 4 );
}

.h-3\/4 {
  height: calc( 100% * 3 / 4 );
}

.h-1\/5 {
  height: calc( 100% * 1 / 5 );
}

.h-2\/5 {
  height: calc( 100% * 2 / 5 );
}

.h-3\/5 {
  height: calc( 100% * 3 / 5 );
}

.h-4\/5 {
  height: calc( 100% * 4 / 5 );
}

.h-1\/6 {
  height: calc( 100% * 1 / 6 );
}

.h-2\/6 {
  height: calc( 100% * 2 / 6 );
}

.h-3\/6 {
  height: calc( 100% * 3 / 6 );
}

.h-4\/6 {
  height: calc( 100% * 4 / 6 );
}

.h-5\/6 {
  height: calc( 100% * 5 / 6 );
}

.h-1\/12 {
  height: calc( 100% * 1 / 12 );
}

.h-2\/12 {
  height: calc( 100% * 2 / 12 );
}

.h-3\/12 {
  height: calc( 100% * 3 / 12 );
}

.h-4\/12 {
  height: calc( 100% * 4 / 12 );
}

.h-5\/12 {
  height: calc( 100% * 5 / 12 );
}

.h-6\/12 {
  height: calc( 100% * 6 / 12 );
}

.h-7\/12 {
  height: calc( 100% * 7 / 12 );
}

.h-8\/12 {
  height: calc( 100% * 8 / 12 );
}

.h-9\/12 {
  height: calc( 100% * 9 / 12 );
}

.h-10\/12 {
  height: calc( 100% * 10 / 12 );
}

.h-11\/12 {
  height: calc( 100% * 11 / 12 );
}

/*----- Display */
.block {
  display: block;
}

.hidden {
  display: none;
}

.none {
  display: none;
}

.flex {
  display: flex;
}

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

.inline {
  display: inline;
}

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

.table {
  display: table;
}

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

.table-column {
  display: table-column;
}

.table-caption {
  display: table-caption;
}

.grid {
  display: grid;
}

/*----- Text Align */
.text-left {
  text-align: left;
}

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

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

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

/*----- Flex Grow */
.flex-grow-10 {
  flex-grow: 0.1;
}

.flex-grow-20 {
  flex-grow: 0.2;
}

.flex-grow-30 {
  flex-grow: 0.3;
}

.flex-grow-40 {
  flex-grow: 0.4;
}

.flex-grow-50 {
  flex-grow: 0.5;
}

.flex-grow-60 {
  flex-grow: 0.6;
}

.flex-grow-70 {
  flex-grow: 0.7;
}

.flex-grow-80 {
  flex-grow: 0.8;
}

.flex-grow-90 {
  flex-grow: 0.9;
}

.flex-grow-100 {
  flex-grow: 1;
}

/*----- Flex Grow 0 */
.flex-grow-0 {
  flex-grow: 0;
}

/*----- Gap */
.gap-0 {
  gap: 0rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-0 {
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-y-0 {
  row-gap: 0rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

/*----- Justity Content */
.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

@media only screen and (max-width: 768px) {
  /*----- Margin */
  .md\:m-auto {
    margin: auto;
  }

  .md\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:m-0 {
    margin: 0rem;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:-m-0 {
    margin: 0rem;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:mx-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .md\:mx-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .md\:mx-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .md\:mx-3 {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }

  .md\:mx-4 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .md\:mx-5 {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }

  .md\:mx-6 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .md\:mx-7 {
    margin-right: 1.75rem;
    margin-left: 1.75rem;
  }

  .md\:mx-8 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .md\:mx-9 {
    margin-right: 2.25rem;
    margin-left: 2.25rem;
  }

  .md\:mx-10 {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .md\:-mx-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .md\:-mx-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .md\:-mx-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .md\:-mx-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .md\:-mx-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .md\:-mx-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .md\:-mx-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .md\:-mx-7 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }

  .md\:-mx-8 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .md\:-mx-9 {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }

  .md\:-mx-10 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }

  .md\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:-mt-0 {
    margin-top: 0rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:mr-0 {
    margin-right: 0rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:-mr-0 {
    margin-right: 0rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:-mb-0 {
    margin-bottom: 0rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:ml-0 {
    margin-left: 0rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:-ml-0 {
    margin-left: 0rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  /*----- Padding */
  .md\:p-0 {
    padding: 0rem;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:px-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .md\:px-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .md\:px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .md\:px-3 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .md\:px-4 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .md\:px-5 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .md\:px-6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .md\:px-7 {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  .md\:px-8 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .md\:px-9 {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }

  .md\:px-10 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .md\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pt-0 {
    padding-top: 0rem;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-0 {
    padding-right: 0rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-0 {
    padding-left: 0rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  /*----- Position */
  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:top-full {
    top: 100%;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-0 {
    top: 0rem;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:-top-0 {
    top: 0rem;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:top-1\/2 {
    top: calc( 100% * 1 / 2 );
  }

  .md\:-top-1\/2 {
    top: calc( -100% * 1 / 2 );
  }

  .md\:top-1\/3 {
    top: calc( 100% * 1 / 3 );
  }

  .md\:top-2\/3 {
    top: calc( 100% * 2 / 3 );
  }

  .md\:-top-1\/3 {
    top: calc( -100% * 1 / 3 );
  }

  .md\:-top-2\/3 {
    top: calc( -100% * 2 / 3 );
  }

  .md\:top-1\/4 {
    top: calc( 100% * 1 / 4 );
  }

  .md\:top-2\/4 {
    top: calc( 100% * 2 / 4 );
  }

  .md\:top-3\/4 {
    top: calc( 100% * 3 / 4 );
  }

  .md\:-top-1\/4 {
    top: calc( -100% * 1 / 4 );
  }

  .md\:-top-2\/4 {
    top: calc( -100% * 2 / 4 );
  }

  .md\:-top-3\/4 {
    top: calc( -100% * 3 / 4 );
  }

  .md\:top-1\/5 {
    top: calc( 100% * 1 / 5 );
  }

  .md\:top-2\/5 {
    top: calc( 100% * 2 / 5 );
  }

  .md\:top-3\/5 {
    top: calc( 100% * 3 / 5 );
  }

  .md\:top-4\/5 {
    top: calc( 100% * 4 / 5 );
  }

  .md\:-top-1\/5 {
    top: calc( -100% * 1 / 5 );
  }

  .md\:-top-2\/5 {
    top: calc( -100% * 2 / 5 );
  }

  .md\:-top-3\/5 {
    top: calc( -100% * 3 / 5 );
  }

  .md\:-top-4\/5 {
    top: calc( -100% * 4 / 5 );
  }

  .md\:top-1\/6 {
    top: calc( 100% * 1 / 6 );
  }

  .md\:top-2\/6 {
    top: calc( 100% * 2 / 6 );
  }

  .md\:top-3\/6 {
    top: calc( 100% * 3 / 6 );
  }

  .md\:top-4\/6 {
    top: calc( 100% * 4 / 6 );
  }

  .md\:top-5\/6 {
    top: calc( 100% * 5 / 6 );
  }

  .md\:-top-1\/6 {
    top: calc( -100% * 1 / 6 );
  }

  .md\:-top-2\/6 {
    top: calc( -100% * 2 / 6 );
  }

  .md\:-top-3\/6 {
    top: calc( -100% * 3 / 6 );
  }

  .md\:-top-4\/6 {
    top: calc( -100% * 4 / 6 );
  }

  .md\:-top-5\/6 {
    top: calc( -100% * 5 / 6 );
  }

  .md\:top-1\/12 {
    top: calc( 100% * 1 / 12 );
  }

  .md\:top-2\/12 {
    top: calc( 100% * 2 / 12 );
  }

  .md\:top-3\/12 {
    top: calc( 100% * 3 / 12 );
  }

  .md\:top-4\/12 {
    top: calc( 100% * 4 / 12 );
  }

  .md\:top-5\/12 {
    top: calc( 100% * 5 / 12 );
  }

  .md\:top-6\/12 {
    top: calc( 100% * 6 / 12 );
  }

  .md\:top-7\/12 {
    top: calc( 100% * 7 / 12 );
  }

  .md\:top-8\/12 {
    top: calc( 100% * 8 / 12 );
  }

  .md\:top-9\/12 {
    top: calc( 100% * 9 / 12 );
  }

  .md\:top-10\/12 {
    top: calc( 100% * 10 / 12 );
  }

  .md\:top-11\/12 {
    top: calc( 100% * 11 / 12 );
  }

  .md\:-top-1\/12 {
    top: calc( -100% * 1 / 12 );
  }

  .md\:-top-2\/12 {
    top: calc( -100% * 2 / 12 );
  }

  .md\:-top-3\/12 {
    top: calc( -100% * 3 / 12 );
  }

  .md\:-top-4\/12 {
    top: calc( -100% * 4 / 12 );
  }

  .md\:-top-5\/12 {
    top: calc( -100% * 5 / 12 );
  }

  .md\:-top-6\/12 {
    top: calc( -100% * 6 / 12 );
  }

  .md\:-top-7\/12 {
    top: calc( -100% * 7 / 12 );
  }

  .md\:-top-8\/12 {
    top: calc( -100% * 8 / 12 );
  }

  .md\:-top-9\/12 {
    top: calc( -100% * 9 / 12 );
  }

  .md\:-top-10\/12 {
    top: calc( -100% * 10 / 12 );
  }

  .md\:-top-11\/12 {
    top: calc( -100% * 11 / 12 );
  }

  .md\:right-full {
    right: 100%;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:right-0 {
    right: 0rem;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:-right-0 {
    right: 0rem;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-right-9 {
    right: -2.25rem;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:right-1\/2 {
    right: calc( 100% * 1 / 2 );
  }

  .md\:-right-1\/2 {
    right: calc( -100% * 1 / 2 );
  }

  .md\:right-1\/3 {
    right: calc( 100% * 1 / 3 );
  }

  .md\:right-2\/3 {
    right: calc( 100% * 2 / 3 );
  }

  .md\:-right-1\/3 {
    right: calc( -100% * 1 / 3 );
  }

  .md\:-right-2\/3 {
    right: calc( -100% * 2 / 3 );
  }

  .md\:right-1\/4 {
    right: calc( 100% * 1 / 4 );
  }

  .md\:right-2\/4 {
    right: calc( 100% * 2 / 4 );
  }

  .md\:right-3\/4 {
    right: calc( 100% * 3 / 4 );
  }

  .md\:-right-1\/4 {
    right: calc( -100% * 1 / 4 );
  }

  .md\:-right-2\/4 {
    right: calc( -100% * 2 / 4 );
  }

  .md\:-right-3\/4 {
    right: calc( -100% * 3 / 4 );
  }

  .md\:right-1\/5 {
    right: calc( 100% * 1 / 5 );
  }

  .md\:right-2\/5 {
    right: calc( 100% * 2 / 5 );
  }

  .md\:right-3\/5 {
    right: calc( 100% * 3 / 5 );
  }

  .md\:right-4\/5 {
    right: calc( 100% * 4 / 5 );
  }

  .md\:-right-1\/5 {
    right: calc( -100% * 1 / 5 );
  }

  .md\:-right-2\/5 {
    right: calc( -100% * 2 / 5 );
  }

  .md\:-right-3\/5 {
    right: calc( -100% * 3 / 5 );
  }

  .md\:-right-4\/5 {
    right: calc( -100% * 4 / 5 );
  }

  .md\:right-1\/6 {
    right: calc( 100% * 1 / 6 );
  }

  .md\:right-2\/6 {
    right: calc( 100% * 2 / 6 );
  }

  .md\:right-3\/6 {
    right: calc( 100% * 3 / 6 );
  }

  .md\:right-4\/6 {
    right: calc( 100% * 4 / 6 );
  }

  .md\:right-5\/6 {
    right: calc( 100% * 5 / 6 );
  }

  .md\:-right-1\/6 {
    right: calc( -100% * 1 / 6 );
  }

  .md\:-right-2\/6 {
    right: calc( -100% * 2 / 6 );
  }

  .md\:-right-3\/6 {
    right: calc( -100% * 3 / 6 );
  }

  .md\:-right-4\/6 {
    right: calc( -100% * 4 / 6 );
  }

  .md\:-right-5\/6 {
    right: calc( -100% * 5 / 6 );
  }

  .md\:right-1\/12 {
    right: calc( 100% * 1 / 12 );
  }

  .md\:right-2\/12 {
    right: calc( 100% * 2 / 12 );
  }

  .md\:right-3\/12 {
    right: calc( 100% * 3 / 12 );
  }

  .md\:right-4\/12 {
    right: calc( 100% * 4 / 12 );
  }

  .md\:right-5\/12 {
    right: calc( 100% * 5 / 12 );
  }

  .md\:right-6\/12 {
    right: calc( 100% * 6 / 12 );
  }

  .md\:right-7\/12 {
    right: calc( 100% * 7 / 12 );
  }

  .md\:right-8\/12 {
    right: calc( 100% * 8 / 12 );
  }

  .md\:right-9\/12 {
    right: calc( 100% * 9 / 12 );
  }

  .md\:right-10\/12 {
    right: calc( 100% * 10 / 12 );
  }

  .md\:right-11\/12 {
    right: calc( 100% * 11 / 12 );
  }

  .md\:-right-1\/12 {
    right: calc( -100% * 1 / 12 );
  }

  .md\:-right-2\/12 {
    right: calc( -100% * 2 / 12 );
  }

  .md\:-right-3\/12 {
    right: calc( -100% * 3 / 12 );
  }

  .md\:-right-4\/12 {
    right: calc( -100% * 4 / 12 );
  }

  .md\:-right-5\/12 {
    right: calc( -100% * 5 / 12 );
  }

  .md\:-right-6\/12 {
    right: calc( -100% * 6 / 12 );
  }

  .md\:-right-7\/12 {
    right: calc( -100% * 7 / 12 );
  }

  .md\:-right-8\/12 {
    right: calc( -100% * 8 / 12 );
  }

  .md\:-right-9\/12 {
    right: calc( -100% * 9 / 12 );
  }

  .md\:-right-10\/12 {
    right: calc( -100% * 10 / 12 );
  }

  .md\:-right-11\/12 {
    right: calc( -100% * 11 / 12 );
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:bottom-0 {
    bottom: 0rem;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:-bottom-0 {
    bottom: 0rem;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:bottom-1\/2 {
    bottom: calc( 100% * 1 / 2 );
  }

  .md\:-bottom-1\/2 {
    bottom: calc( -100% * 1 / 2 );
  }

  .md\:bottom-1\/3 {
    bottom: calc( 100% * 1 / 3 );
  }

  .md\:bottom-2\/3 {
    bottom: calc( 100% * 2 / 3 );
  }

  .md\:-bottom-1\/3 {
    bottom: calc( -100% * 1 / 3 );
  }

  .md\:-bottom-2\/3 {
    bottom: calc( -100% * 2 / 3 );
  }

  .md\:bottom-1\/4 {
    bottom: calc( 100% * 1 / 4 );
  }

  .md\:bottom-2\/4 {
    bottom: calc( 100% * 2 / 4 );
  }

  .md\:bottom-3\/4 {
    bottom: calc( 100% * 3 / 4 );
  }

  .md\:-bottom-1\/4 {
    bottom: calc( -100% * 1 / 4 );
  }

  .md\:-bottom-2\/4 {
    bottom: calc( -100% * 2 / 4 );
  }

  .md\:-bottom-3\/4 {
    bottom: calc( -100% * 3 / 4 );
  }

  .md\:bottom-1\/5 {
    bottom: calc( 100% * 1 / 5 );
  }

  .md\:bottom-2\/5 {
    bottom: calc( 100% * 2 / 5 );
  }

  .md\:bottom-3\/5 {
    bottom: calc( 100% * 3 / 5 );
  }

  .md\:bottom-4\/5 {
    bottom: calc( 100% * 4 / 5 );
  }

  .md\:-bottom-1\/5 {
    bottom: calc( -100% * 1 / 5 );
  }

  .md\:-bottom-2\/5 {
    bottom: calc( -100% * 2 / 5 );
  }

  .md\:-bottom-3\/5 {
    bottom: calc( -100% * 3 / 5 );
  }

  .md\:-bottom-4\/5 {
    bottom: calc( -100% * 4 / 5 );
  }

  .md\:bottom-1\/6 {
    bottom: calc( 100% * 1 / 6 );
  }

  .md\:bottom-2\/6 {
    bottom: calc( 100% * 2 / 6 );
  }

  .md\:bottom-3\/6 {
    bottom: calc( 100% * 3 / 6 );
  }

  .md\:bottom-4\/6 {
    bottom: calc( 100% * 4 / 6 );
  }

  .md\:bottom-5\/6 {
    bottom: calc( 100% * 5 / 6 );
  }

  .md\:-bottom-1\/6 {
    bottom: calc( -100% * 1 / 6 );
  }

  .md\:-bottom-2\/6 {
    bottom: calc( -100% * 2 / 6 );
  }

  .md\:-bottom-3\/6 {
    bottom: calc( -100% * 3 / 6 );
  }

  .md\:-bottom-4\/6 {
    bottom: calc( -100% * 4 / 6 );
  }

  .md\:-bottom-5\/6 {
    bottom: calc( -100% * 5 / 6 );
  }

  .md\:bottom-1\/12 {
    bottom: calc( 100% * 1 / 12 );
  }

  .md\:bottom-2\/12 {
    bottom: calc( 100% * 2 / 12 );
  }

  .md\:bottom-3\/12 {
    bottom: calc( 100% * 3 / 12 );
  }

  .md\:bottom-4\/12 {
    bottom: calc( 100% * 4 / 12 );
  }

  .md\:bottom-5\/12 {
    bottom: calc( 100% * 5 / 12 );
  }

  .md\:bottom-6\/12 {
    bottom: calc( 100% * 6 / 12 );
  }

  .md\:bottom-7\/12 {
    bottom: calc( 100% * 7 / 12 );
  }

  .md\:bottom-8\/12 {
    bottom: calc( 100% * 8 / 12 );
  }

  .md\:bottom-9\/12 {
    bottom: calc( 100% * 9 / 12 );
  }

  .md\:bottom-10\/12 {
    bottom: calc( 100% * 10 / 12 );
  }

  .md\:bottom-11\/12 {
    bottom: calc( 100% * 11 / 12 );
  }

  .md\:-bottom-1\/12 {
    bottom: calc( -100% * 1 / 12 );
  }

  .md\:-bottom-2\/12 {
    bottom: calc( -100% * 2 / 12 );
  }

  .md\:-bottom-3\/12 {
    bottom: calc( -100% * 3 / 12 );
  }

  .md\:-bottom-4\/12 {
    bottom: calc( -100% * 4 / 12 );
  }

  .md\:-bottom-5\/12 {
    bottom: calc( -100% * 5 / 12 );
  }

  .md\:-bottom-6\/12 {
    bottom: calc( -100% * 6 / 12 );
  }

  .md\:-bottom-7\/12 {
    bottom: calc( -100% * 7 / 12 );
  }

  .md\:-bottom-8\/12 {
    bottom: calc( -100% * 8 / 12 );
  }

  .md\:-bottom-9\/12 {
    bottom: calc( -100% * 9 / 12 );
  }

  .md\:-bottom-10\/12 {
    bottom: calc( -100% * 10 / 12 );
  }

  .md\:-bottom-11\/12 {
    bottom: calc( -100% * 11 / 12 );
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:left-0 {
    left: 0rem;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:-left-0 {
    left: 0rem;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

  .md\:-left-10 {
    left: -2.5rem;
  }

  .md\:left-1\/2 {
    left: calc( 100% * 1 / 2 );
  }

  .md\:-left-1\/2 {
    left: calc( -100% * 1 / 2 );
  }

  .md\:left-1\/3 {
    left: calc( 100% * 1 / 3 );
  }

  .md\:left-2\/3 {
    left: calc( 100% * 2 / 3 );
  }

  .md\:-left-1\/3 {
    left: calc( -100% * 1 / 3 );
  }

  .md\:-left-2\/3 {
    left: calc( -100% * 2 / 3 );
  }

  .md\:left-1\/4 {
    left: calc( 100% * 1 / 4 );
  }

  .md\:left-2\/4 {
    left: calc( 100% * 2 / 4 );
  }

  .md\:left-3\/4 {
    left: calc( 100% * 3 / 4 );
  }

  .md\:-left-1\/4 {
    left: calc( -100% * 1 / 4 );
  }

  .md\:-left-2\/4 {
    left: calc( -100% * 2 / 4 );
  }

  .md\:-left-3\/4 {
    left: calc( -100% * 3 / 4 );
  }

  .md\:left-1\/5 {
    left: calc( 100% * 1 / 5 );
  }

  .md\:left-2\/5 {
    left: calc( 100% * 2 / 5 );
  }

  .md\:left-3\/5 {
    left: calc( 100% * 3 / 5 );
  }

  .md\:left-4\/5 {
    left: calc( 100% * 4 / 5 );
  }

  .md\:-left-1\/5 {
    left: calc( -100% * 1 / 5 );
  }

  .md\:-left-2\/5 {
    left: calc( -100% * 2 / 5 );
  }

  .md\:-left-3\/5 {
    left: calc( -100% * 3 / 5 );
  }

  .md\:-left-4\/5 {
    left: calc( -100% * 4 / 5 );
  }

  .md\:left-1\/6 {
    left: calc( 100% * 1 / 6 );
  }

  .md\:left-2\/6 {
    left: calc( 100% * 2 / 6 );
  }

  .md\:left-3\/6 {
    left: calc( 100% * 3 / 6 );
  }

  .md\:left-4\/6 {
    left: calc( 100% * 4 / 6 );
  }

  .md\:left-5\/6 {
    left: calc( 100% * 5 / 6 );
  }

  .md\:-left-1\/6 {
    left: calc( -100% * 1 / 6 );
  }

  .md\:-left-2\/6 {
    left: calc( -100% * 2 / 6 );
  }

  .md\:-left-3\/6 {
    left: calc( -100% * 3 / 6 );
  }

  .md\:-left-4\/6 {
    left: calc( -100% * 4 / 6 );
  }

  .md\:-left-5\/6 {
    left: calc( -100% * 5 / 6 );
  }

  .md\:left-1\/12 {
    left: calc( 100% * 1 / 12 );
  }

  .md\:left-2\/12 {
    left: calc( 100% * 2 / 12 );
  }

  .md\:left-3\/12 {
    left: calc( 100% * 3 / 12 );
  }

  .md\:left-4\/12 {
    left: calc( 100% * 4 / 12 );
  }

  .md\:left-5\/12 {
    left: calc( 100% * 5 / 12 );
  }

  .md\:left-6\/12 {
    left: calc( 100% * 6 / 12 );
  }

  .md\:left-7\/12 {
    left: calc( 100% * 7 / 12 );
  }

  .md\:left-8\/12 {
    left: calc( 100% * 8 / 12 );
  }

  .md\:left-9\/12 {
    left: calc( 100% * 9 / 12 );
  }

  .md\:left-10\/12 {
    left: calc( 100% * 10 / 12 );
  }

  .md\:left-11\/12 {
    left: calc( 100% * 11 / 12 );
  }

  .md\:-left-1\/12 {
    left: calc( -100% * 1 / 12 );
  }

  .md\:-left-2\/12 {
    left: calc( -100% * 2 / 12 );
  }

  .md\:-left-3\/12 {
    left: calc( -100% * 3 / 12 );
  }

  .md\:-left-4\/12 {
    left: calc( -100% * 4 / 12 );
  }

  .md\:-left-5\/12 {
    left: calc( -100% * 5 / 12 );
  }

  .md\:-left-6\/12 {
    left: calc( -100% * 6 / 12 );
  }

  .md\:-left-7\/12 {
    left: calc( -100% * 7 / 12 );
  }

  .md\:-left-8\/12 {
    left: calc( -100% * 8 / 12 );
  }

  .md\:-left-9\/12 {
    left: calc( -100% * 9 / 12 );
  }

  .md\:-left-10\/12 {
    left: calc( -100% * 10 / 12 );
  }

  .md\:-left-11\/12 {
    left: calc( -100% * 11 / 12 );
  }

  /*----- Width */
  .md\:w-full {
    width: 100%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-0 {
    width: 0rem;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-1\/2 {
    width: calc( 100% * 1 / 2 );
  }

  .md\:w-1\/3 {
    width: calc( 100% * 1 / 3 );
  }

  .md\:w-2\/3 {
    width: calc( 100% * 2 / 3 );
  }

  .md\:w-1\/4 {
    width: calc( 100% * 1 / 4 );
  }

  .md\:w-2\/4 {
    width: calc( 100% * 2 / 4 );
  }

  .md\:w-3\/4 {
    width: calc( 100% * 3 / 4 );
  }

  .md\:w-1\/5 {
    width: calc( 100% * 1 / 5 );
  }

  .md\:w-2\/5 {
    width: calc( 100% * 2 / 5 );
  }

  .md\:w-3\/5 {
    width: calc( 100% * 3 / 5 );
  }

  .md\:w-4\/5 {
    width: calc( 100% * 4 / 5 );
  }

  .md\:w-1\/6 {
    width: calc( 100% * 1 / 6 );
  }

  .md\:w-2\/6 {
    width: calc( 100% * 2 / 6 );
  }

  .md\:w-3\/6 {
    width: calc( 100% * 3 / 6 );
  }

  .md\:w-4\/6 {
    width: calc( 100% * 4 / 6 );
  }

  .md\:w-5\/6 {
    width: calc( 100% * 5 / 6 );
  }

  .md\:w-1\/12 {
    width: calc( 100% * 1 / 12 );
  }

  .md\:w-2\/12 {
    width: calc( 100% * 2 / 12 );
  }

  .md\:w-3\/12 {
    width: calc( 100% * 3 / 12 );
  }

  .md\:w-4\/12 {
    width: calc( 100% * 4 / 12 );
  }

  .md\:w-5\/12 {
    width: calc( 100% * 5 / 12 );
  }

  .md\:w-6\/12 {
    width: calc( 100% * 6 / 12 );
  }

  .md\:w-7\/12 {
    width: calc( 100% * 7 / 12 );
  }

  .md\:w-8\/12 {
    width: calc( 100% * 8 / 12 );
  }

  .md\:w-9\/12 {
    width: calc( 100% * 9 / 12 );
  }

  .md\:w-10\/12 {
    width: calc( 100% * 10 / 12 );
  }

  .md\:w-11\/12 {
    width: calc( 100% * 11 / 12 );
  }

  /*----- Height */
  .md\:h-full {
    height: 100%;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-0 {
    height: 0rem;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-1\/2 {
    height: calc( 100% * 1 / 2 );
  }

  .md\:h-1\/3 {
    height: calc( 100% * 1 / 3 );
  }

  .md\:h-2\/3 {
    height: calc( 100% * 2 / 3 );
  }

  .md\:h-1\/4 {
    height: calc( 100% * 1 / 4 );
  }

  .md\:h-2\/4 {
    height: calc( 100% * 2 / 4 );
  }

  .md\:h-3\/4 {
    height: calc( 100% * 3 / 4 );
  }

  .md\:h-1\/5 {
    height: calc( 100% * 1 / 5 );
  }

  .md\:h-2\/5 {
    height: calc( 100% * 2 / 5 );
  }

  .md\:h-3\/5 {
    height: calc( 100% * 3 / 5 );
  }

  .md\:h-4\/5 {
    height: calc( 100% * 4 / 5 );
  }

  .md\:h-1\/6 {
    height: calc( 100% * 1 / 6 );
  }

  .md\:h-2\/6 {
    height: calc( 100% * 2 / 6 );
  }

  .md\:h-3\/6 {
    height: calc( 100% * 3 / 6 );
  }

  .md\:h-4\/6 {
    height: calc( 100% * 4 / 6 );
  }

  .md\:h-5\/6 {
    height: calc( 100% * 5 / 6 );
  }

  .md\:h-1\/12 {
    height: calc( 100% * 1 / 12 );
  }

  .md\:h-2\/12 {
    height: calc( 100% * 2 / 12 );
  }

  .md\:h-3\/12 {
    height: calc( 100% * 3 / 12 );
  }

  .md\:h-4\/12 {
    height: calc( 100% * 4 / 12 );
  }

  .md\:h-5\/12 {
    height: calc( 100% * 5 / 12 );
  }

  .md\:h-6\/12 {
    height: calc( 100% * 6 / 12 );
  }

  .md\:h-7\/12 {
    height: calc( 100% * 7 / 12 );
  }

  .md\:h-8\/12 {
    height: calc( 100% * 8 / 12 );
  }

  .md\:h-9\/12 {
    height: calc( 100% * 9 / 12 );
  }

  .md\:h-10\/12 {
    height: calc( 100% * 10 / 12 );
  }

  .md\:h-11\/12 {
    height: calc( 100% * 11 / 12 );
  }

  /*----- Display */
  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:none {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:inline {
    display: inline;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:grid {
    display: grid;
  }

  /*----- Text Align */
  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  /*----- Flex Grow */
  .md\:flex-grow-10 {
    flex-grow: 0.1;
  }

  .md\:flex-grow-20 {
    flex-grow: 0.2;
  }

  .md\:flex-grow-30 {
    flex-grow: 0.3;
  }

  .md\:flex-grow-40 {
    flex-grow: 0.4;
  }

  .md\:flex-grow-50 {
    flex-grow: 0.5;
  }

  .md\:flex-grow-60 {
    flex-grow: 0.6;
  }

  .md\:flex-grow-70 {
    flex-grow: 0.7;
  }

  .md\:flex-grow-80 {
    flex-grow: 0.8;
  }

  .md\:flex-grow-90 {
    flex-grow: 0.9;
  }

  .md\:flex-grow-100 {
    flex-grow: 1;
  }

  /*----- Flex Grow 0 */
  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  /*----- Gap */
  .md\:gap-0 {
    gap: 0rem;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-y-0 {
    row-gap: 0rem;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  /*----- Justity Content */
  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width:680px) {
  /*----- Margin */
  .sm\:m-auto {
    margin: auto;
  }

  .sm\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:m-0 {
    margin: 0rem;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:-m-0 {
    margin: 0rem;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:mx-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .sm\:mx-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .sm\:mx-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .sm\:mx-3 {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }

  .sm\:mx-4 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .sm\:mx-5 {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }

  .sm\:mx-6 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .sm\:mx-7 {
    margin-right: 1.75rem;
    margin-left: 1.75rem;
  }

  .sm\:mx-8 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .sm\:mx-9 {
    margin-right: 2.25rem;
    margin-left: 2.25rem;
  }

  .sm\:mx-10 {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .sm\:-mx-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .sm\:-mx-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .sm\:-mx-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .sm\:-mx-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .sm\:-mx-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .sm\:-mx-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .sm\:-mx-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .sm\:-mx-7 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }

  .sm\:-mx-8 {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .sm\:-mx-9 {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }

  .sm\:-mx-10 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }

  .sm\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:mt-0 {
    margin-top: 0rem;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:-mt-0 {
    margin-top: 0rem;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:mr-0 {
    margin-right: 0rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:-mr-0 {
    margin-right: 0rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:-mb-0 {
    margin-bottom: 0rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:-ml-0 {
    margin-left: 0rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  /*----- Padding */
  .sm\:p-0 {
    padding: 0rem;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .sm\:px-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .sm\:px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .sm\:px-3 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .sm\:px-4 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .sm\:px-5 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .sm\:px-6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .sm\:px-7 {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  .sm\:px-8 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .sm\:px-9 {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }

  .sm\:px-10 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .sm\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0rem;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-0 {
    padding-left: 0rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  /*----- Position */
  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-0 {
    top: 0rem;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:-top-0 {
    top: 0rem;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

  .sm\:-top-2 {
    top: -0.5rem;
  }

  .sm\:-top-3 {
    top: -0.75rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:-top-5 {
    top: -1.25rem;
  }

  .sm\:-top-6 {
    top: -1.5rem;
  }

  .sm\:-top-7 {
    top: -1.75rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:-top-9 {
    top: -2.25rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:top-1\/2 {
    top: calc( 100% * 1 / 2 );
  }

  .sm\:-top-1\/2 {
    top: calc( -100% * 1 / 2 );
  }

  .sm\:top-1\/3 {
    top: calc( 100% * 1 / 3 );
  }

  .sm\:top-2\/3 {
    top: calc( 100% * 2 / 3 );
  }

  .sm\:-top-1\/3 {
    top: calc( -100% * 1 / 3 );
  }

  .sm\:-top-2\/3 {
    top: calc( -100% * 2 / 3 );
  }

  .sm\:top-1\/4 {
    top: calc( 100% * 1 / 4 );
  }

  .sm\:top-2\/4 {
    top: calc( 100% * 2 / 4 );
  }

  .sm\:top-3\/4 {
    top: calc( 100% * 3 / 4 );
  }

  .sm\:-top-1\/4 {
    top: calc( -100% * 1 / 4 );
  }

  .sm\:-top-2\/4 {
    top: calc( -100% * 2 / 4 );
  }

  .sm\:-top-3\/4 {
    top: calc( -100% * 3 / 4 );
  }

  .sm\:top-1\/5 {
    top: calc( 100% * 1 / 5 );
  }

  .sm\:top-2\/5 {
    top: calc( 100% * 2 / 5 );
  }

  .sm\:top-3\/5 {
    top: calc( 100% * 3 / 5 );
  }

  .sm\:top-4\/5 {
    top: calc( 100% * 4 / 5 );
  }

  .sm\:-top-1\/5 {
    top: calc( -100% * 1 / 5 );
  }

  .sm\:-top-2\/5 {
    top: calc( -100% * 2 / 5 );
  }

  .sm\:-top-3\/5 {
    top: calc( -100% * 3 / 5 );
  }

  .sm\:-top-4\/5 {
    top: calc( -100% * 4 / 5 );
  }

  .sm\:top-1\/6 {
    top: calc( 100% * 1 / 6 );
  }

  .sm\:top-2\/6 {
    top: calc( 100% * 2 / 6 );
  }

  .sm\:top-3\/6 {
    top: calc( 100% * 3 / 6 );
  }

  .sm\:top-4\/6 {
    top: calc( 100% * 4 / 6 );
  }

  .sm\:top-5\/6 {
    top: calc( 100% * 5 / 6 );
  }

  .sm\:-top-1\/6 {
    top: calc( -100% * 1 / 6 );
  }

  .sm\:-top-2\/6 {
    top: calc( -100% * 2 / 6 );
  }

  .sm\:-top-3\/6 {
    top: calc( -100% * 3 / 6 );
  }

  .sm\:-top-4\/6 {
    top: calc( -100% * 4 / 6 );
  }

  .sm\:-top-5\/6 {
    top: calc( -100% * 5 / 6 );
  }

  .sm\:top-1\/12 {
    top: calc( 100% * 1 / 12 );
  }

  .sm\:top-2\/12 {
    top: calc( 100% * 2 / 12 );
  }

  .sm\:top-3\/12 {
    top: calc( 100% * 3 / 12 );
  }

  .sm\:top-4\/12 {
    top: calc( 100% * 4 / 12 );
  }

  .sm\:top-5\/12 {
    top: calc( 100% * 5 / 12 );
  }

  .sm\:top-6\/12 {
    top: calc( 100% * 6 / 12 );
  }

  .sm\:top-7\/12 {
    top: calc( 100% * 7 / 12 );
  }

  .sm\:top-8\/12 {
    top: calc( 100% * 8 / 12 );
  }

  .sm\:top-9\/12 {
    top: calc( 100% * 9 / 12 );
  }

  .sm\:top-10\/12 {
    top: calc( 100% * 10 / 12 );
  }

  .sm\:top-11\/12 {
    top: calc( 100% * 11 / 12 );
  }

  .sm\:-top-1\/12 {
    top: calc( -100% * 1 / 12 );
  }

  .sm\:-top-2\/12 {
    top: calc( -100% * 2 / 12 );
  }

  .sm\:-top-3\/12 {
    top: calc( -100% * 3 / 12 );
  }

  .sm\:-top-4\/12 {
    top: calc( -100% * 4 / 12 );
  }

  .sm\:-top-5\/12 {
    top: calc( -100% * 5 / 12 );
  }

  .sm\:-top-6\/12 {
    top: calc( -100% * 6 / 12 );
  }

  .sm\:-top-7\/12 {
    top: calc( -100% * 7 / 12 );
  }

  .sm\:-top-8\/12 {
    top: calc( -100% * 8 / 12 );
  }

  .sm\:-top-9\/12 {
    top: calc( -100% * 9 / 12 );
  }

  .sm\:-top-10\/12 {
    top: calc( -100% * 10 / 12 );
  }

  .sm\:-top-11\/12 {
    top: calc( -100% * 11 / 12 );
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-0 {
    right: 0rem;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:-right-0 {
    right: 0rem;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-right-5 {
    right: -1.25rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-right-7 {
    right: -1.75rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-right-9 {
    right: -2.25rem;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:right-1\/2 {
    right: calc( 100% * 1 / 2 );
  }

  .sm\:-right-1\/2 {
    right: calc( -100% * 1 / 2 );
  }

  .sm\:right-1\/3 {
    right: calc( 100% * 1 / 3 );
  }

  .sm\:right-2\/3 {
    right: calc( 100% * 2 / 3 );
  }

  .sm\:-right-1\/3 {
    right: calc( -100% * 1 / 3 );
  }

  .sm\:-right-2\/3 {
    right: calc( -100% * 2 / 3 );
  }

  .sm\:right-1\/4 {
    right: calc( 100% * 1 / 4 );
  }

  .sm\:right-2\/4 {
    right: calc( 100% * 2 / 4 );
  }

  .sm\:right-3\/4 {
    right: calc( 100% * 3 / 4 );
  }

  .sm\:-right-1\/4 {
    right: calc( -100% * 1 / 4 );
  }

  .sm\:-right-2\/4 {
    right: calc( -100% * 2 / 4 );
  }

  .sm\:-right-3\/4 {
    right: calc( -100% * 3 / 4 );
  }

  .sm\:right-1\/5 {
    right: calc( 100% * 1 / 5 );
  }

  .sm\:right-2\/5 {
    right: calc( 100% * 2 / 5 );
  }

  .sm\:right-3\/5 {
    right: calc( 100% * 3 / 5 );
  }

  .sm\:right-4\/5 {
    right: calc( 100% * 4 / 5 );
  }

  .sm\:-right-1\/5 {
    right: calc( -100% * 1 / 5 );
  }

  .sm\:-right-2\/5 {
    right: calc( -100% * 2 / 5 );
  }

  .sm\:-right-3\/5 {
    right: calc( -100% * 3 / 5 );
  }

  .sm\:-right-4\/5 {
    right: calc( -100% * 4 / 5 );
  }

  .sm\:right-1\/6 {
    right: calc( 100% * 1 / 6 );
  }

  .sm\:right-2\/6 {
    right: calc( 100% * 2 / 6 );
  }

  .sm\:right-3\/6 {
    right: calc( 100% * 3 / 6 );
  }

  .sm\:right-4\/6 {
    right: calc( 100% * 4 / 6 );
  }

  .sm\:right-5\/6 {
    right: calc( 100% * 5 / 6 );
  }

  .sm\:-right-1\/6 {
    right: calc( -100% * 1 / 6 );
  }

  .sm\:-right-2\/6 {
    right: calc( -100% * 2 / 6 );
  }

  .sm\:-right-3\/6 {
    right: calc( -100% * 3 / 6 );
  }

  .sm\:-right-4\/6 {
    right: calc( -100% * 4 / 6 );
  }

  .sm\:-right-5\/6 {
    right: calc( -100% * 5 / 6 );
  }

  .sm\:right-1\/12 {
    right: calc( 100% * 1 / 12 );
  }

  .sm\:right-2\/12 {
    right: calc( 100% * 2 / 12 );
  }

  .sm\:right-3\/12 {
    right: calc( 100% * 3 / 12 );
  }

  .sm\:right-4\/12 {
    right: calc( 100% * 4 / 12 );
  }

  .sm\:right-5\/12 {
    right: calc( 100% * 5 / 12 );
  }

  .sm\:right-6\/12 {
    right: calc( 100% * 6 / 12 );
  }

  .sm\:right-7\/12 {
    right: calc( 100% * 7 / 12 );
  }

  .sm\:right-8\/12 {
    right: calc( 100% * 8 / 12 );
  }

  .sm\:right-9\/12 {
    right: calc( 100% * 9 / 12 );
  }

  .sm\:right-10\/12 {
    right: calc( 100% * 10 / 12 );
  }

  .sm\:right-11\/12 {
    right: calc( 100% * 11 / 12 );
  }

  .sm\:-right-1\/12 {
    right: calc( -100% * 1 / 12 );
  }

  .sm\:-right-2\/12 {
    right: calc( -100% * 2 / 12 );
  }

  .sm\:-right-3\/12 {
    right: calc( -100% * 3 / 12 );
  }

  .sm\:-right-4\/12 {
    right: calc( -100% * 4 / 12 );
  }

  .sm\:-right-5\/12 {
    right: calc( -100% * 5 / 12 );
  }

  .sm\:-right-6\/12 {
    right: calc( -100% * 6 / 12 );
  }

  .sm\:-right-7\/12 {
    right: calc( -100% * 7 / 12 );
  }

  .sm\:-right-8\/12 {
    right: calc( -100% * 8 / 12 );
  }

  .sm\:-right-9\/12 {
    right: calc( -100% * 9 / 12 );
  }

  .sm\:-right-10\/12 {
    right: calc( -100% * 10 / 12 );
  }

  .sm\:-right-11\/12 {
    right: calc( -100% * 11 / 12 );
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:bottom-0 {
    bottom: 0rem;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:-bottom-0 {
    bottom: 0rem;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:-bottom-4 {
    bottom: -1rem;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:bottom-1\/2 {
    bottom: calc( 100% * 1 / 2 );
  }

  .sm\:-bottom-1\/2 {
    bottom: calc( -100% * 1 / 2 );
  }

  .sm\:bottom-1\/3 {
    bottom: calc( 100% * 1 / 3 );
  }

  .sm\:bottom-2\/3 {
    bottom: calc( 100% * 2 / 3 );
  }

  .sm\:-bottom-1\/3 {
    bottom: calc( -100% * 1 / 3 );
  }

  .sm\:-bottom-2\/3 {
    bottom: calc( -100% * 2 / 3 );
  }

  .sm\:bottom-1\/4 {
    bottom: calc( 100% * 1 / 4 );
  }

  .sm\:bottom-2\/4 {
    bottom: calc( 100% * 2 / 4 );
  }

  .sm\:bottom-3\/4 {
    bottom: calc( 100% * 3 / 4 );
  }

  .sm\:-bottom-1\/4 {
    bottom: calc( -100% * 1 / 4 );
  }

  .sm\:-bottom-2\/4 {
    bottom: calc( -100% * 2 / 4 );
  }

  .sm\:-bottom-3\/4 {
    bottom: calc( -100% * 3 / 4 );
  }

  .sm\:bottom-1\/5 {
    bottom: calc( 100% * 1 / 5 );
  }

  .sm\:bottom-2\/5 {
    bottom: calc( 100% * 2 / 5 );
  }

  .sm\:bottom-3\/5 {
    bottom: calc( 100% * 3 / 5 );
  }

  .sm\:bottom-4\/5 {
    bottom: calc( 100% * 4 / 5 );
  }

  .sm\:-bottom-1\/5 {
    bottom: calc( -100% * 1 / 5 );
  }

  .sm\:-bottom-2\/5 {
    bottom: calc( -100% * 2 / 5 );
  }

  .sm\:-bottom-3\/5 {
    bottom: calc( -100% * 3 / 5 );
  }

  .sm\:-bottom-4\/5 {
    bottom: calc( -100% * 4 / 5 );
  }

  .sm\:bottom-1\/6 {
    bottom: calc( 100% * 1 / 6 );
  }

  .sm\:bottom-2\/6 {
    bottom: calc( 100% * 2 / 6 );
  }

  .sm\:bottom-3\/6 {
    bottom: calc( 100% * 3 / 6 );
  }

  .sm\:bottom-4\/6 {
    bottom: calc( 100% * 4 / 6 );
  }

  .sm\:bottom-5\/6 {
    bottom: calc( 100% * 5 / 6 );
  }

  .sm\:-bottom-1\/6 {
    bottom: calc( -100% * 1 / 6 );
  }

  .sm\:-bottom-2\/6 {
    bottom: calc( -100% * 2 / 6 );
  }

  .sm\:-bottom-3\/6 {
    bottom: calc( -100% * 3 / 6 );
  }

  .sm\:-bottom-4\/6 {
    bottom: calc( -100% * 4 / 6 );
  }

  .sm\:-bottom-5\/6 {
    bottom: calc( -100% * 5 / 6 );
  }

  .sm\:bottom-1\/12 {
    bottom: calc( 100% * 1 / 12 );
  }

  .sm\:bottom-2\/12 {
    bottom: calc( 100% * 2 / 12 );
  }

  .sm\:bottom-3\/12 {
    bottom: calc( 100% * 3 / 12 );
  }

  .sm\:bottom-4\/12 {
    bottom: calc( 100% * 4 / 12 );
  }

  .sm\:bottom-5\/12 {
    bottom: calc( 100% * 5 / 12 );
  }

  .sm\:bottom-6\/12 {
    bottom: calc( 100% * 6 / 12 );
  }

  .sm\:bottom-7\/12 {
    bottom: calc( 100% * 7 / 12 );
  }

  .sm\:bottom-8\/12 {
    bottom: calc( 100% * 8 / 12 );
  }

  .sm\:bottom-9\/12 {
    bottom: calc( 100% * 9 / 12 );
  }

  .sm\:bottom-10\/12 {
    bottom: calc( 100% * 10 / 12 );
  }

  .sm\:bottom-11\/12 {
    bottom: calc( 100% * 11 / 12 );
  }

  .sm\:-bottom-1\/12 {
    bottom: calc( -100% * 1 / 12 );
  }

  .sm\:-bottom-2\/12 {
    bottom: calc( -100% * 2 / 12 );
  }

  .sm\:-bottom-3\/12 {
    bottom: calc( -100% * 3 / 12 );
  }

  .sm\:-bottom-4\/12 {
    bottom: calc( -100% * 4 / 12 );
  }

  .sm\:-bottom-5\/12 {
    bottom: calc( -100% * 5 / 12 );
  }

  .sm\:-bottom-6\/12 {
    bottom: calc( -100% * 6 / 12 );
  }

  .sm\:-bottom-7\/12 {
    bottom: calc( -100% * 7 / 12 );
  }

  .sm\:-bottom-8\/12 {
    bottom: calc( -100% * 8 / 12 );
  }

  .sm\:-bottom-9\/12 {
    bottom: calc( -100% * 9 / 12 );
  }

  .sm\:-bottom-10\/12 {
    bottom: calc( -100% * 10 / 12 );
  }

  .sm\:-bottom-11\/12 {
    bottom: calc( -100% * 11 / 12 );
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-0 {
    left: 0rem;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:-left-0 {
    left: 0rem;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-left-5 {
    left: -1.25rem;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-left-7 {
    left: -1.75rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-left-9 {
    left: -2.25rem;
  }

  .sm\:-left-10 {
    left: -2.5rem;
  }

  .sm\:left-1\/2 {
    left: calc( 100% * 1 / 2 );
  }

  .sm\:-left-1\/2 {
    left: calc( -100% * 1 / 2 );
  }

  .sm\:left-1\/3 {
    left: calc( 100% * 1 / 3 );
  }

  .sm\:left-2\/3 {
    left: calc( 100% * 2 / 3 );
  }

  .sm\:-left-1\/3 {
    left: calc( -100% * 1 / 3 );
  }

  .sm\:-left-2\/3 {
    left: calc( -100% * 2 / 3 );
  }

  .sm\:left-1\/4 {
    left: calc( 100% * 1 / 4 );
  }

  .sm\:left-2\/4 {
    left: calc( 100% * 2 / 4 );
  }

  .sm\:left-3\/4 {
    left: calc( 100% * 3 / 4 );
  }

  .sm\:-left-1\/4 {
    left: calc( -100% * 1 / 4 );
  }

  .sm\:-left-2\/4 {
    left: calc( -100% * 2 / 4 );
  }

  .sm\:-left-3\/4 {
    left: calc( -100% * 3 / 4 );
  }

  .sm\:left-1\/5 {
    left: calc( 100% * 1 / 5 );
  }

  .sm\:left-2\/5 {
    left: calc( 100% * 2 / 5 );
  }

  .sm\:left-3\/5 {
    left: calc( 100% * 3 / 5 );
  }

  .sm\:left-4\/5 {
    left: calc( 100% * 4 / 5 );
  }

  .sm\:-left-1\/5 {
    left: calc( -100% * 1 / 5 );
  }

  .sm\:-left-2\/5 {
    left: calc( -100% * 2 / 5 );
  }

  .sm\:-left-3\/5 {
    left: calc( -100% * 3 / 5 );
  }

  .sm\:-left-4\/5 {
    left: calc( -100% * 4 / 5 );
  }

  .sm\:left-1\/6 {
    left: calc( 100% * 1 / 6 );
  }

  .sm\:left-2\/6 {
    left: calc( 100% * 2 / 6 );
  }

  .sm\:left-3\/6 {
    left: calc( 100% * 3 / 6 );
  }

  .sm\:left-4\/6 {
    left: calc( 100% * 4 / 6 );
  }

  .sm\:left-5\/6 {
    left: calc( 100% * 5 / 6 );
  }

  .sm\:-left-1\/6 {
    left: calc( -100% * 1 / 6 );
  }

  .sm\:-left-2\/6 {
    left: calc( -100% * 2 / 6 );
  }

  .sm\:-left-3\/6 {
    left: calc( -100% * 3 / 6 );
  }

  .sm\:-left-4\/6 {
    left: calc( -100% * 4 / 6 );
  }

  .sm\:-left-5\/6 {
    left: calc( -100% * 5 / 6 );
  }

  .sm\:left-1\/12 {
    left: calc( 100% * 1 / 12 );
  }

  .sm\:left-2\/12 {
    left: calc( 100% * 2 / 12 );
  }

  .sm\:left-3\/12 {
    left: calc( 100% * 3 / 12 );
  }

  .sm\:left-4\/12 {
    left: calc( 100% * 4 / 12 );
  }

  .sm\:left-5\/12 {
    left: calc( 100% * 5 / 12 );
  }

  .sm\:left-6\/12 {
    left: calc( 100% * 6 / 12 );
  }

  .sm\:left-7\/12 {
    left: calc( 100% * 7 / 12 );
  }

  .sm\:left-8\/12 {
    left: calc( 100% * 8 / 12 );
  }

  .sm\:left-9\/12 {
    left: calc( 100% * 9 / 12 );
  }

  .sm\:left-10\/12 {
    left: calc( 100% * 10 / 12 );
  }

  .sm\:left-11\/12 {
    left: calc( 100% * 11 / 12 );
  }

  .sm\:-left-1\/12 {
    left: calc( -100% * 1 / 12 );
  }

  .sm\:-left-2\/12 {
    left: calc( -100% * 2 / 12 );
  }

  .sm\:-left-3\/12 {
    left: calc( -100% * 3 / 12 );
  }

  .sm\:-left-4\/12 {
    left: calc( -100% * 4 / 12 );
  }

  .sm\:-left-5\/12 {
    left: calc( -100% * 5 / 12 );
  }

  .sm\:-left-6\/12 {
    left: calc( -100% * 6 / 12 );
  }

  .sm\:-left-7\/12 {
    left: calc( -100% * 7 / 12 );
  }

  .sm\:-left-8\/12 {
    left: calc( -100% * 8 / 12 );
  }

  .sm\:-left-9\/12 {
    left: calc( -100% * 9 / 12 );
  }

  .sm\:-left-10\/12 {
    left: calc( -100% * 10 / 12 );
  }

  .sm\:-left-11\/12 {
    left: calc( -100% * 11 / 12 );
  }

  /*----- Width */
  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-0 {
    width: 0rem;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-1\/2 {
    width: calc( 100% * 1 / 2 );
  }

  .sm\:w-1\/3 {
    width: calc( 100% * 1 / 3 );
  }

  .sm\:w-2\/3 {
    width: calc( 100% * 2 / 3 );
  }

  .sm\:w-1\/4 {
    width: calc( 100% * 1 / 4 );
  }

  .sm\:w-2\/4 {
    width: calc( 100% * 2 / 4 );
  }

  .sm\:w-3\/4 {
    width: calc( 100% * 3 / 4 );
  }

  .sm\:w-1\/5 {
    width: calc( 100% * 1 / 5 );
  }

  .sm\:w-2\/5 {
    width: calc( 100% * 2 / 5 );
  }

  .sm\:w-3\/5 {
    width: calc( 100% * 3 / 5 );
  }

  .sm\:w-4\/5 {
    width: calc( 100% * 4 / 5 );
  }

  .sm\:w-1\/6 {
    width: calc( 100% * 1 / 6 );
  }

  .sm\:w-2\/6 {
    width: calc( 100% * 2 / 6 );
  }

  .sm\:w-3\/6 {
    width: calc( 100% * 3 / 6 );
  }

  .sm\:w-4\/6 {
    width: calc( 100% * 4 / 6 );
  }

  .sm\:w-5\/6 {
    width: calc( 100% * 5 / 6 );
  }

  .sm\:w-1\/12 {
    width: calc( 100% * 1 / 12 );
  }

  .sm\:w-2\/12 {
    width: calc( 100% * 2 / 12 );
  }

  .sm\:w-3\/12 {
    width: calc( 100% * 3 / 12 );
  }

  .sm\:w-4\/12 {
    width: calc( 100% * 4 / 12 );
  }

  .sm\:w-5\/12 {
    width: calc( 100% * 5 / 12 );
  }

  .sm\:w-6\/12 {
    width: calc( 100% * 6 / 12 );
  }

  .sm\:w-7\/12 {
    width: calc( 100% * 7 / 12 );
  }

  .sm\:w-8\/12 {
    width: calc( 100% * 8 / 12 );
  }

  .sm\:w-9\/12 {
    width: calc( 100% * 9 / 12 );
  }

  .sm\:w-10\/12 {
    width: calc( 100% * 10 / 12 );
  }

  .sm\:w-11\/12 {
    width: calc( 100% * 11 / 12 );
  }

  /*----- Height */
  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-0 {
    height: 0rem;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-1\/2 {
    height: calc( 100% * 1 / 2 );
  }

  .sm\:h-1\/3 {
    height: calc( 100% * 1 / 3 );
  }

  .sm\:h-2\/3 {
    height: calc( 100% * 2 / 3 );
  }

  .sm\:h-1\/4 {
    height: calc( 100% * 1 / 4 );
  }

  .sm\:h-2\/4 {
    height: calc( 100% * 2 / 4 );
  }

  .sm\:h-3\/4 {
    height: calc( 100% * 3 / 4 );
  }

  .sm\:h-1\/5 {
    height: calc( 100% * 1 / 5 );
  }

  .sm\:h-2\/5 {
    height: calc( 100% * 2 / 5 );
  }

  .sm\:h-3\/5 {
    height: calc( 100% * 3 / 5 );
  }

  .sm\:h-4\/5 {
    height: calc( 100% * 4 / 5 );
  }

  .sm\:h-1\/6 {
    height: calc( 100% * 1 / 6 );
  }

  .sm\:h-2\/6 {
    height: calc( 100% * 2 / 6 );
  }

  .sm\:h-3\/6 {
    height: calc( 100% * 3 / 6 );
  }

  .sm\:h-4\/6 {
    height: calc( 100% * 4 / 6 );
  }

  .sm\:h-5\/6 {
    height: calc( 100% * 5 / 6 );
  }

  .sm\:h-1\/12 {
    height: calc( 100% * 1 / 12 );
  }

  .sm\:h-2\/12 {
    height: calc( 100% * 2 / 12 );
  }

  .sm\:h-3\/12 {
    height: calc( 100% * 3 / 12 );
  }

  .sm\:h-4\/12 {
    height: calc( 100% * 4 / 12 );
  }

  .sm\:h-5\/12 {
    height: calc( 100% * 5 / 12 );
  }

  .sm\:h-6\/12 {
    height: calc( 100% * 6 / 12 );
  }

  .sm\:h-7\/12 {
    height: calc( 100% * 7 / 12 );
  }

  .sm\:h-8\/12 {
    height: calc( 100% * 8 / 12 );
  }

  .sm\:h-9\/12 {
    height: calc( 100% * 9 / 12 );
  }

  .sm\:h-10\/12 {
    height: calc( 100% * 10 / 12 );
  }

  .sm\:h-11\/12 {
    height: calc( 100% * 11 / 12 );
  }

  /*----- Display */
  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:none {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:grid {
    display: grid;
  }

  /*----- Text Align */
  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  /*----- Flex Grow */
  .sm\:flex-grow-10 {
    flex-grow: 0.1;
  }

  .sm\:flex-grow-20 {
    flex-grow: 0.2;
  }

  .sm\:flex-grow-30 {
    flex-grow: 0.3;
  }

  .sm\:flex-grow-40 {
    flex-grow: 0.4;
  }

  .sm\:flex-grow-50 {
    flex-grow: 0.5;
  }

  .sm\:flex-grow-60 {
    flex-grow: 0.6;
  }

  .sm\:flex-grow-70 {
    flex-grow: 0.7;
  }

  .sm\:flex-grow-80 {
    flex-grow: 0.8;
  }

  .sm\:flex-grow-90 {
    flex-grow: 0.9;
  }

  .sm\:flex-grow-100 {
    flex-grow: 1;
  }

  /*----- Flex Grow 0 */
  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  /*----- Gap */
  .sm\:gap-0 {
    gap: 0rem;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0rem;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  /*----- Justity Content */
  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
}
.backdrop-blur-none {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}

.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.backdrop-blur-xl {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.backdrop-blur-2xl {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.backdrop-blur-3xl {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
}

[class*=pseudo-backdrop]:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.pseudo-backdrop-blur-sm:before {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.pseudo-backdrop-blur:before {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.pseudo-backdrop-blur-md:before {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.pseudo-backdrop-blur-lg:before {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.pseudo-backdrop-blur-xl:before {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.pseudo-backdrop-blur-2xl:before {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.pseudo-backdrop-blur-3xl:before {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
}

/*-----------------------------
 Common
------------------------------*/
/*----- Keyframes */
@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes animate-campaign-infinity {
  0%, 50% {
    left: -200%;
  }
  70%, 100% {
    left: 60%;
  }
}
@keyframes animate-campaign-infinity {
  0%, 50% {
    left: -200%;
  }
  70%, 100% {
    left: 60%;
  }
}
/*----- Animation Vibration */
@-webkit-keyframes vibration {
  0% {
    transform: translate(0, 0) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0) rotateZ(-1deg);
  }
  100% {
    transform: translate(0, 0) rotateZ(0deg);
  }
}
@keyframes vibration {
  0% {
    transform: translate(0, 0) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0) rotateZ(-1deg);
  }
  100% {
    transform: translate(0, 0) rotateZ(0deg);
  }
}
/*----- Iconfont(Icomoon) */
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("../fonts/icomoon/icomoon.eot?makivr");
  src: url("../fonts/icomoon/icomoon.eot?makivr#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?makivr") format("truetype"), url("../fonts/icomoon/icomoon.woff?makivr") format("woff"), url("../fonts/icomoon/icomoon.svg?makivr#icomoon") format("svg");
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-display: optional;
  line-height: 1;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e91b";
}

.icon-facebook2:before {
  content: "\e913";
}

.icon-pocket:before {
  content: "\e90e";
}

.icon-bluetooth:before {
  content: "\eafe";
}

.icon-circle-small:before {
  content: "\eafd";
}

.icon-circle:before {
  content: "\eafc";
}

.icon-num-nine:before {
  content: "\eaf3";
}

.icon-num-eight:before {
  content: "\eaf4";
}

.icon-num-seven:before {
  content: "\eaf5";
}

.icon-num-six:before {
  content: "\eaf6";
}

.icon-num-five:before {
  content: "\eaf7";
}

.icon-num-four:before {
  content: "\eaf8";
}

.icon-num-three:before {
  content: "\eaf9";
}

.icon-num-two:before {
  content: "\eafa";
}

.icon-num-one:before {
  content: "\eafb";
}

.icon-hatena-bookmark:before {
  content: "\eaf2";
}

.icon-line:before {
  content: "\eaf1";
}

.icon-close:before {
  content: "\e90c";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e90a";
}

.icon-arrow-up:before {
  content: "\e90b";
}

.icon-menu:before {
  content: "\e910";
}

.icon-home:before {
  content: "\e900";
}

.icon-home2:before {
  content: "\e901";
}

.icon-home3:before {
  content: "\e902";
}

.icon-office:before {
  content: "\e911";
}

.icon-newspaper:before {
  content: "\e912";
}

.icon-pencil:before {
  content: "\e905";
}

.icon-pencil2:before {
  content: "\e906";
}

.icon-quill:before {
  content: "\e907";
}

.icon-pen:before {
  content: "\e908";
}

.icon-blog:before {
  content: "\e909";
}

.icon-droplet:before {
  content: "\e914";
}

.icon-paint-format:before {
  content: "\e915";
}

.icon-image:before {
  content: "\e90d";
}

.icon-camera:before {
  content: "\e90f";
}

.icon-headphones:before {
  content: "\e916";
}

.icon-music:before {
  content: "\e917";
}

.icon-play:before {
  content: "\e918";
}

.icon-film:before {
  content: "\e919";
}

.icon-video-camera:before {
  content: "\e91a";
}

.icon-bullhorn:before {
  content: "\e922";
}

.icon-connection:before {
  content: "\e923";
}

.icon-podcast:before {
  content: "\e924";
}

.icon-feed:before {
  content: "\e925";
}

.icon-mic:before {
  content: "\e926";
}

.icon-book:before {
  content: "\e91f";
}

.icon-books:before {
  content: "\e920";
}

.icon-library:before {
  content: "\e927";
}

.icon-file-text:before {
  content: "\e928";
}

.icon-profile:before {
  content: "\e929";
}

.icon-file-empty:before {
  content: "\e92a";
}

.icon-files-empty:before {
  content: "\e92b";
}

.icon-file-text2:before {
  content: "\e92e";
}

.icon-file-picture:before {
  content: "\e937";
}

.icon-file-music:before {
  content: "\e938";
}

.icon-file-play:before {
  content: "\e93b";
}

.icon-file-video:before {
  content: "\e93c";
}

.icon-file-zip:before {
  content: "\e93d";
}

.icon-copy:before {
  content: "\e92c";
}

.icon-paste:before {
  content: "\e92d";
}

.icon-stack:before {
  content: "\e940";
}

.icon-folder:before {
  content: "\e92f";
}

.icon-folder-open:before {
  content: "\e930";
}

.icon-folder-plus:before {
  content: "\e931";
}

.icon-folder-minus:before {
  content: "\e932";
}

.icon-folder-download:before {
  content: "\e933";
}

.icon-folder-upload:before {
  content: "\e934";
}

.icon-price-tag:before {
  content: "\e935";
}

.icon-price-tags:before {
  content: "\e936";
}

.icon-barcode:before {
  content: "\e941";
}

.icon-qrcode:before {
  content: "\e942";
}

.icon-ticket:before {
  content: "\e939";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-coin-dollar:before {
  content: "\e943";
}

.icon-coin-yen:before {
  content: "\e93e";
}

.icon-credit-card:before {
  content: "\e93f";
}

.icon-calculator:before {
  content: "\e946";
}

.icon-lifebuoy:before {
  content: "\e948";
}

.icon-phone:before {
  content: "\e949";
}

.icon-phone-hang-up:before {
  content: "\e94b";
}

.icon-address-book:before {
  content: "\e94c";
}

.icon-envelop:before {
  content: "\e953";
}

.icon-pushpin:before {
  content: "\e954";
}

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e955";
}

.icon-compass:before {
  content: "\e95b";
}

.icon-compass2:before {
  content: "\e94a";
}

.icon-map:before {
  content: "\e95c";
}

.icon-map2:before {
  content: "\e95d";
}

.icon-history:before {
  content: "\e94d";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-clock2:before {
  content: "\e94f";
}

.icon-alarm:before {
  content: "\e950";
}

.icon-bell:before {
  content: "\e951";
}

.icon-stopwatch:before {
  content: "\e952";
}

.icon-calendar:before {
  content: "\e962";
}

.icon-printer:before {
  content: "\e963";
}

.icon-keyboard:before {
  content: "\e964";
}

.icon-display:before {
  content: "\e956";
}

.icon-laptop:before {
  content: "\e957";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-mobile2:before {
  content: "\e959";
}

.icon-tablet:before {
  content: "\e95a";
}

.icon-tv:before {
  content: "\e96e";
}

.icon-box-add:before {
  content: "\e95e";
}

.icon-box-remove:before {
  content: "\e95f";
}

.icon-download:before {
  content: "\e960";
}

.icon-upload:before {
  content: "\e961";
}

.icon-floppy-disk:before {
  content: "\e985";
}

.icon-drive:before {
  content: "\e989";
}

.icon-database:before {
  content: "\e98a";
}

.icon-undo:before {
  content: "\e965";
}

.icon-redo:before {
  content: "\e966";
}

.icon-undo2:before {
  content: "\e967";
}

.icon-redo2:before {
  content: "\e968";
}

.icon-forward:before {
  content: "\e969";
}

.icon-reply:before {
  content: "\e96a";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-bubbles2:before {
  content: "\e96d";
}

.icon-bubble2:before {
  content: "\e98b";
}

.icon-bubbles3:before {
  content: "\e98c";
}

.icon-bubbles4:before {
  content: "\e992";
}

.icon-user:before {
  content: "\e971";
}

.icon-users:before {
  content: "\e972";
}

.icon-user-plus:before {
  content: "\e973";
}

.icon-user-minus:before {
  content: "\e974";
}

.icon-user-check:before {
  content: "\e975";
}

.icon-user-tie:before {
  content: "\e976";
}

.icon-quotes-left:before {
  content: "\e977";
}

.icon-quotes-right:before {
  content: "\e978";
}

.icon-hour-glass:before {
  content: "\e979";
}

.icon-spinner:before {
  content: "\e97a";
}

.icon-spinner2:before {
  content: "\e97b";
}

.icon-spinner3:before {
  content: "\e97c";
}

.icon-spinner4:before {
  content: "\e97d";
}

.icon-spinner5:before {
  content: "\e97e";
}

.icon-spinner6:before {
  content: "\e97f";
}

.icon-spinner7:before {
  content: "\e980";
}

.icon-spinner8:before {
  content: "\e981";
}

.icon-spinner9:before {
  content: "\e982";
}

.icon-spinner10:before {
  content: "\e983";
}

.icon-spinner11:before {
  content: "\e984";
}

.icon-binoculars:before {
  content: "\e993";
}

.icon-search:before {
  content: "\e986";
}

.icon-zoom-in:before {
  content: "\e987";
}

.icon-zoom-out:before {
  content: "\e988";
}

.icon-key:before {
  content: "\e98d";
}

.icon-key2:before {
  content: "\e98e";
}

.icon-lock:before {
  content: "\e98f";
}

.icon-unlocked:before {
  content: "\e990";
}

.icon-wrench:before {
  content: "\e991";
}

.icon-equalizer:before {
  content: "\e99a";
}

.icon-equalizer2:before {
  content: "\e99b";
}

.icon-cog:before {
  content: "\e994";
}

.icon-cogs:before {
  content: "\e995";
}

.icon-hammer:before {
  content: "\e99c";
}

.icon-aid-kit:before {
  content: "\e99e";
}

.icon-bug:before {
  content: "\e9a0";
}

.icon-pie-chart:before {
  content: "\e9a1";
}

.icon-stats-dots:before {
  content: "\e9a4";
}

.icon-stats-bars:before {
  content: "\e9a5";
}

.icon-stats-bars2:before {
  content: "\e9a6";
}

.icon-trophy:before {
  content: "\e9a7";
}

.icon-gift:before {
  content: "\e99f";
}

.icon-glass:before {
  content: "\e9a8";
}

.icon-glass2:before {
  content: "\e9aa";
}

.icon-mug:before {
  content: "\e9a2";
}

.icon-spoon-knife:before {
  content: "\e9a3";
}

.icon-leaf:before {
  content: "\e9ab";
}

.icon-rocket:before {
  content: "\e9ac";
}

.icon-meter:before {
  content: "\e9ad";
}

.icon-meter2:before {
  content: "\e9af";
}

.icon-hammer2:before {
  content: "\e9b0";
}

.icon-fire:before {
  content: "\e9a9";
}

.icon-lab:before {
  content: "\e9b1";
}

.icon-bin:before {
  content: "\e9b3";
}

.icon-bin2:before {
  content: "\e9b4";
}

.icon-briefcase:before {
  content: "\e9ae";
}

.icon-airplane:before {
  content: "\e9b7";
}

.icon-truck:before {
  content: "\e9b8";
}

.icon-road:before {
  content: "\e9bc";
}

.icon-accessibility:before {
  content: "\e9be";
}

.icon-target:before {
  content: "\e9bf";
}

.icon-shield:before {
  content: "\e9c0";
}

.icon-power:before {
  content: "\e9b5";
}

.icon-switch:before {
  content: "\e9b6";
}

.icon-power-cord:before {
  content: "\e9c1";
}

.icon-clipboard:before {
  content: "\e9c6";
}

.icon-list-numbered:before {
  content: "\e9b9";
}

.icon-list:before {
  content: "\e9ba";
}

.icon-list2:before {
  content: "\e9bb";
}

.icon-tree:before {
  content: "\e9c7";
}

.icon-cloud:before {
  content: "\e9cc";
}

.icon-cloud-download:before {
  content: "\e9c2";
}

.icon-cloud-upload:before {
  content: "\e9c3";
}

.icon-cloud-check:before {
  content: "\e9c4";
}

.icon-download2:before {
  content: "\e9c5";
}

.icon-upload2:before {
  content: "\e9d3";
}

.icon-download3:before {
  content: "\e9d4";
}

.icon-upload3:before {
  content: "\e9d5";
}

.icon-sphere:before {
  content: "\e9d6";
}

.icon-earth:before {
  content: "\e9d7";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-flag:before {
  content: "\e9d8";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-eye:before {
  content: "\e9ce";
}

.icon-eye-plus:before {
  content: "\e9cf";
}

.icon-eye-minus:before {
  content: "\e9d0";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

.icon-bookmark:before {
  content: "\e9d2";
}

.icon-bookmarks:before {
  content: "\e9db";
}

.icon-sun:before {
  content: "\e9dc";
}

.icon-contrast:before {
  content: "\e9dd";
}

.icon-brightness-contrast:before {
  content: "\e9de";
}

.icon-star-empty:before {
  content: "\e9e3";
}

.icon-star-half:before {
  content: "\e9e4";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-heart-broken:before {
  content: "\e9e5";
}

.icon-man:before {
  content: "\e9e6";
}

.icon-woman:before {
  content: "\e9e7";
}

.icon-man-woman:before {
  content: "\e9e8";
}

.icon-happy:before {
  content: "\e9df";
}

.icon-happy2:before {
  content: "\e9e0";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-smile2:before {
  content: "\e9e2";
}

.icon-tongue:before {
  content: "\e9e9";
}

.icon-tongue2:before {
  content: "\e9ea";
}

.icon-sad:before {
  content: "\e9eb";
}

.icon-sad2:before {
  content: "\e9ec";
}

.icon-wink:before {
  content: "\e9ed";
}

.icon-wink2:before {
  content: "\e9ee";
}

.icon-grin:before {
  content: "\e9ef";
}

.icon-grin2:before {
  content: "\e9f0";
}

.icon-cool:before {
  content: "\e9f1";
}

.icon-cool2:before {
  content: "\e9f2";
}

.icon-angry:before {
  content: "\e9f5";
}

.icon-angry2:before {
  content: "\e9f6";
}

.icon-evil:before {
  content: "\e9f7";
}

.icon-evil2:before {
  content: "\e9f8";
}

.icon-shocked:before {
  content: "\e9f9";
}

.icon-shocked2:before {
  content: "\e9fa";
}

.icon-baffled:before {
  content: "\e9f3";
}

.icon-baffled2:before {
  content: "\e9f4";
}

.icon-confused:before {
  content: "\e9fb";
}

.icon-confused2:before {
  content: "\e9fc";
}

.icon-neutral:before {
  content: "\e9fd";
}

.icon-neutral2:before {
  content: "\e9fe";
}

.icon-hipster:before {
  content: "\e9ff";
}

.icon-hipster2:before {
  content: "\ea00";
}

.icon-wondering:before {
  content: "\ea01";
}

.icon-wondering2:before {
  content: "\ea02";
}

.icon-sleepy:before {
  content: "\ea0e";
}

.icon-sleepy2:before {
  content: "\ea12";
}

.icon-frustrated:before {
  content: "\ea13";
}

.icon-frustrated2:before {
  content: "\ea14";
}

.icon-crying:before {
  content: "\ea15";
}

.icon-crying2:before {
  content: "\ea16";
}

.icon-point-up:before {
  content: "\ea03";
}

.icon-point-right:before {
  content: "\ea04";
}

.icon-point-down:before {
  content: "\ea05";
}

.icon-point-left:before {
  content: "\ea06";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-notification:before {
  content: "\ea08";
}

.icon-question:before {
  content: "\ea09";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-blocked:before {
  content: "\ea17";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-enter:before {
  content: "\ea19";
}

.icon-exit:before {
  content: "\ea1a";
}

.icon-play2:before {
  content: "\ea1b";
}

.icon-pause:before {
  content: "\ea1c";
}

.icon-stop:before {
  content: "\ea1d";
}

.icon-previous:before {
  content: "\ea1e";
}

.icon-next:before {
  content: "\ea1f";
}

.icon-backward:before {
  content: "\ea20";
}

.icon-forward2:before {
  content: "\ea21";
}

.icon-volume-high:before {
  content: "\ea2c";
}

.icon-loop:before {
  content: "\ea2d";
}

.icon-loop2:before {
  content: "\ea2e";
}

.icon-infinite:before {
  content: "\ea35";
}

.icon-arrow-up-left:before {
  content: "\ea37";
}

.icon-arrow-up2:before {
  content: "\ea38";
}

.icon-arrow-up-right:before {
  content: "\ea39";
}

.icon-arrow-right2:before {
  content: "\ea3a";
}

.icon-arrow-down-right:before {
  content: "\ea3b";
}

.icon-arrow-down2:before {
  content: "\ea3c";
}

.icon-arrow-down-left:before {
  content: "\ea3d";
}

.icon-arrow-left2:before {
  content: "\ea3e";
}

.icon-arrow-up-left2:before {
  content: "\ea3f";
}

.icon-arrow-up22:before {
  content: "\ea40";
}

.icon-arrow-up-right2:before {
  content: "\ea45";
}

.icon-arrow-right22:before {
  content: "\ea46";
}

.icon-arrow-down-right2:before {
  content: "\ea47";
}

.icon-arrow-down22:before {
  content: "\ea48";
}

.icon-arrow-down-left2:before {
  content: "\ea49";
}

.icon-arrow-left22:before {
  content: "\ea4a";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea5a";
}

.icon-radio-checked:before {
  content: "\ea5b";
}

.icon-radio-checked2:before {
  content: "\ea5c";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-scissors:before {
  content: "\ea60";
}

.icon-filter:before {
  content: "\ea61";
}

.icon-table:before {
  content: "\ea76";
}

.icon-table2:before {
  content: "\ea77";
}

.icon-insert-template:before {
  content: "\ea78";
}

.icon-share:before {
  content: "\ea7d";
}

.icon-new-tab:before {
  content: "\ea84";
}

.icon-embed:before {
  content: "\ea85";
}

.icon-embed2:before {
  content: "\ea86";
}

.icon-terminal:before {
  content: "\ea87";
}

.icon-share2:before {
  content: "\ea88";
}

.icon-mail:before {
  content: "\ea89";
}

.icon-mail2:before {
  content: "\ea8a";
}

.icon-mail3:before {
  content: "\ea8c";
}

.icon-mail4:before {
  content: "\ea8d";
}

.icon-amazon:before {
  content: "\ea8f";
}

.icon-google:before {
  content: "\ea91";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook21:before {
  content: "\ea99";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea9a";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-rss:before {
  content: "\ea9b";
}

.icon-rss2:before {
  content: "\eaa4";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-youtube2:before {
  content: "\ea9e";
}

.icon-twitch:before {
  content: "\eaa5";
}

.icon-steam:before {
  content: "\eaac";
}

.icon-steam2:before {
  content: "\eab6";
}

.icon-dropbox:before {
  content: "\eaae";
}

.icon-github:before {
  content: "\eab0";
}

.icon-npm:before {
  content: "\eab8";
}

.icon-wordpress:before {
  content: "\eab4";
}

.icon-tux:before {
  content: "\eac3";
}

.icon-appleinc:before {
  content: "\eac4";
}

.icon-finder:before {
  content: "\eac5";
}

.icon-android:before {
  content: "\eac6";
}

.icon-windows:before {
  content: "\eac7";
}

.icon-windows8:before {
  content: "\eac8";
}

.icon-skype:before {
  content: "\eacb";
}

.icon-reddit:before {
  content: "\eacc";
}

.icon-pinterest:before {
  content: "\ead7";
}

.icon-pinterest2:before {
  content: "\ead9";
}

.icon-yelp:before {
  content: "\eade";
}

.icon-paypal:before {
  content: "\ead8";
}

.icon-chrome:before {
  content: "\eadf";
}

.icon-firefox:before {
  content: "\eae0";
}

.icon-IE:before {
  content: "\eae1";
}

.icon-edge:before {
  content: "\eae2";
}

.icon-safari:before {
  content: "\eae3";
}

.icon-opera:before {
  content: "\eae4";
}

.icon-file-pdf:before {
  content: "\eae5";
}

.icon-file-openoffice:before {
  content: "\eae6";
}

.icon-file-word:before {
  content: "\eae7";
}

.icon-file-excel:before {
  content: "\eae8";
}

.icon-libreoffice:before {
  content: "\eae9";
}

/*----- Reset */
:root,
div {
  box-sizing: border-box;
}

button {
  border-radius: 0;
}

body {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 0.07rem;
  transition: background-color 300ms ease;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

#main,
#masthead,
.sub-menu,
.nishiki-pro-breadcrumbs,
#nishiki-pro-social-button-wrapper,
#footer-nav,
#footer,
a,
button,
input,
img {
  transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
}

figure {
  margin: 0;
  padding: 0;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem;
  border-width: 1px;
  border-style: solid;
  resize: vertical;
}

img {
  vertical-align: bottom;
}

.site a {
  text-decoration: none;
}

svg {
  vertical-align: bottom;
}

button,
select {
  cursor: pointer;
}

select {
  box-sizing: border-box;
  min-height: 3rem;
  padding: 1rem 3rem 1rem 1rem;
  border: 1px solid;
  border-radius: 0;
  font-size: inherit;
  color: currentColor;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input[type=submit] {
  background-color: transparent;
  cursor: pointer;
}

input:active, input:focus,
button:active,
button:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline-width: 1px;
  outline-style: double;
  outline-color: currentColor;
  outline-offset: -3px;
}

input,
textarea {
  background-color: transparent;
  font-size: 1rem;
}

.cf {
  zoom: 1;
}
.cf::after, .cf::before {
  display: table;
  content: "";
}

.image-opacity-0::before {
  opacity: 0;
}

.image-opacity-10::before {
  opacity: 0.1;
}

.image-opacity-20::before {
  opacity: 0.2;
}

.image-opacity-30::before {
  opacity: 0.3;
}

.image-opacity-40::before {
  opacity: 0.4;
}

.image-opacity-50::before {
  opacity: 0.5;
}

.image-opacity-60::before {
  opacity: 0.6;
}

.image-opacity-70::before {
  opacity: 0.7;
}

.image-opacity-80::before {
  opacity: 0.8;
}

.image-opacity-90::before {
  opacity: 0.9;
}

.image-opacity-100::before {
  opacity: 1;
}

.nishiki-pro-br {
  display: none;
}

.nishiki-pro-is-nowrap {
  white-space: nowrap;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}

.aspect-ratio-3-2 {
  aspect-ratio: 3/2;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

.aspect-ratio-191-100 {
  aspect-ratio: 1.91/1;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

label {
  display: inline-block;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.is-layout-constrained:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  max-width: min(90%, var(--nishiki-pro-site-content-width));
  margin-right: auto;
  margin-left: auto;
}
.is-layout-constrained > * {
  max-width: min(90%, var(--nishiki-pro-site-content-width));
}

/*----- Root */
:root {
  --nishiki-pro-heading-h1: 1.45rem;
  --nishiki-pro-heading-h2: 1.35rem;
  --nishiki-pro-heading-h3: 1.25rem;
  --nishiki-pro-heading-h4: 1.15rem;
  --nishiki-pro-heading-h5: 1.1rem;
  --nishiki-pro-heading-h6: 1rem;
  --swiper-navigation-size: 44px;
}
:root .wp-block-separator.is-style-dots, :root .wp-block-separator.is-style-dots:hover {
  background: none;
}
:root .wp-block-separator.is-style-nishiki-blocks-pro-separator-double, :root .wp-block-separator.is-style-nishiki-blocks-pro-separator-double:hover {
  background: none !important;
}

@media only screen and (max-width: 768px) {
  :root {
    --nishiki-pro-heading-h1: 1.4rem;
    --nishiki-pro-heading-h2: 1.3rem;
    --nishiki-pro-heading-h3: 1.2rem;
    --nishiki-pro-heading-h4: 1.1rem;
    --nishiki-pro-heading-h5: 1rem;
    --nishiki-pro-heading-h6: 0.95rem;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --nishiki-pro-heading-h1: 1.3rem;
    --nishiki-pro-heading-h2: 1.2rem;
    --nishiki-pro-heading-h3: 1.15rem;
    --nishiki-pro-heading-h4: 1.1rem;
    --nishiki-pro-heading-h5: 1rem;
    --nishiki-pro-heading-h6: 0.95rem;
  }
}
* {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*----- WooCommerce */
.woocommerce-store-notice,
p.demo_store {
  position: sticky;
  bottom: 0;
  font-size: 0.8rem;
}

.woocommerce-cart table th,
.woocommerce-cart table td {
  border: none;
}

/*----- body */
body .left {
  text-align: left;
}
body .right {
  text-align: right;
}
body .center {
  text-align: center;
}

/*----- Masthead */
#masthead {
  position: relative;
  z-index: 10002;
  color: var(--nishiki-pro-header-text-color);
}
#masthead .flex {
  zoom: 1;
  align-items: center;
}
#masthead .flex::after, #masthead .flex::before {
  display: table;
  content: "";
}
#masthead .container > *:not(.site-info):not(.global-nav) {
  margin-left: 1.2rem;
}
#masthead .container:not(.menu-collapse) > *:nth-child(2) {
  margin-left: 0;
}
#masthead.sticky {
  position: sticky;
  top: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#masthead.header-overlay {
  position: absolute;
}
#masthead.header-overlay-sticky {
  position: fixed;
}
#masthead .site-info {
  display: inline-block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: normal;
}
#masthead .site-info.display-logo-text a img {
  margin-right: 0.5rem;
}
#masthead .site-info a {
  display: inline-flex;
  height: 70px;
  color: currentColor;
  vertical-align: middle;
  text-decoration: none;
  align-items: center;
}
#masthead .site-info a.overlay {
  color: #fff;
}
#masthead .site-info a img {
  width: auto;
  max-height: 56px;
}
#masthead > .center .site-info {
  margin: 0.5rem 0;
}
#masthead > .center nav {
  justify-content: center;
}
#masthead #menu-collapse-button {
  display: none;
}

ul.menu-items {
  display: flex;
  list-style-type: none;
  font-size: 0.9rem;
  letter-spacing: -0.4em;
  flex-wrap: wrap;
  justify-content: flex-end;
}
ul.menu-items li {
  position: relative;
  letter-spacing: normal;
}
ul.menu-items li a {
  height: 70px;
}
ul.menu-items .sub-menu a {
  height: auto;
}
ul.menu-items .sub-menu a .menu-item-detail .title {
  line-height: normal;
}

.overlay.menu-collapse:not([class*=panel-])::after {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.overlay.menu-collapse.panel-fade {
  height: auto;
}
.overlay.menu-collapse .close {
  display: none;
}
.overlay.menu-collapse .arrow {
  display: none;
}
.overlay.menu-collapse[data-nav-open-type=hover] ul.menu-items li.menu-item-has-children > a > .menu-item-detail {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.overlay.menu-collapse[data-nav-open-type=hover] ul.menu-items li.menu-item-has-children > a > .menu-item-detail:after {
  margin-left: 0.5rem;
  font-family: "icomoon";
  font-size: 0.75rem;
  content: "\e903";
  transition: transform 150ms ease;
}
.overlay.menu-collapse[data-nav-open-type=hover] ul.menu-items li.menu-item-has-children:hover > a > .menu-item-detail:after {
  transform: rotateZ(180deg);
  transform-origin: center;
}
.overlay.menu-collapse[data-nav-open-type=hover] ul.menu-items > li .sub-menu li.menu-item-has-children > a > .menu-item-detail:after {
  margin: 0;
  transform: rotateZ(-90deg);
  transform-origin: center;
}
.overlay.menu-collapse[data-nav-open-type=hover] ul.menu-items li:hover > ul {
  display: block;
  -webkit-animation: nishiki-pro-animation-global-nav-fadein-up 300ms;
          animation: nishiki-pro-animation-global-nav-fadein-up 300ms;
}
.overlay.menu-collapse[data-nav-open-type=hover] ul.menu-items > li > .sub-menu li:hover .sub-menu {
  top: 0;
  left: 11rem;
  -webkit-animation: nishiki-pro-animation-global-nav-fadein-left 300ms;
          animation: nishiki-pro-animation-global-nav-fadein-left 300ms;
}
.overlay.menu-collapse[data-nav-open-type=hover] ul.menu-items .sub-menu {
  background-color: var(--nishiki-pro-header-background-color-rgba);
}
.overlay.menu-collapse[data-nav-open-type=click] ul.menu-items .sub-menu > .menu-item-selected > .show {
  position: relative;
}
.overlay.menu-collapse[data-nav-open-type=click] ul.menu-items > li > .sub-menu {
  background-color: var(--nishiki-pro-header-background-color-rgba);
}
.overlay.menu-collapse[data-nav-open-type=click] ul.menu-items .arrow {
  display: block;
}
.overlay ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.overlay ul.menu-items li.menu-item-selected > a i.icon-arrow-down {
  transform: rotateZ(180deg);
  transform-origin: center;
}
.overlay ul.menu-items li i.icon-arrow-down {
  transition: transform 300ms ease;
}
.overlay ul.menu-items a {
  display: flex;
  padding: 0 0.7rem;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}
.overlay ul.menu-items a .menu-item-detail .title {
  display: block;
}
.overlay ul.menu-items a .menu-item-detail small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.6rem;
  text-align: center;
}
.overlay ul.menu-items a i {
  margin-right: 0.4rem;
  margin-left: 0;
  font-size: 0.8rem;
}
.overlay ul.menu-items a i.icon-arrow-down {
  display: inline-block;
  margin-right: 0;
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
.overlay ul.menu-items .sub-menu {
  position: absolute;
  z-index: 10002;
  right: 0;
  display: none;
  min-width: 11rem;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.overlay ul.menu-items .sub-menu.show {
  display: block;
}
.overlay ul.menu-items .sub-menu a {
  padding: 1rem 0.7rem;
}

/*----- Header Center */
.header-center #masthead .container {
  justify-content: center;
  flex-wrap: wrap;
}
.header-center #masthead .container .site-info {
  flex-basis: 100%;
}
.header-center #masthead .container > *:not(.site-info):not(.global-nav) {
  margin-bottom: 0;
}
.header-center #masthead nav {
  flex: none;
}

body.header-center #masthead .container {
  padding-bottom: 1rem;
}
body.header-center #masthead .container .site-info {
  width: 100%;
}
body.scrolled #masthead {
  background-color: var(--nishiki-pro-header-background-color);
}
body.scrolled #masthead nav ul .sub-menu {
  background-color: var(--nishiki-pro-header-background-color);
}

.nishiki-pro-header-button-style.nishiki-pro-header-button-style-01 button.icon {
  padding: 0.8rem;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  color: currentColor;
}
.nishiki-pro-header-button-style.nishiki-pro-header-button-style-01 button.icon:hover {
  border-color: var(--nishiki-pro-header-text-color);
  background-color: var(--nishiki-pro-header-text-color);
  color: var(--nishiki-pro-header-background-color);
}
.nishiki-pro-header-button-style.nishiki-pro-header-button-style-01 button i {
  display: block;
  font-size: 1.1rem;
}
.nishiki-pro-header-button-style.nishiki-pro-header-button-style-02 button.icon {
  padding: 0.8rem;
  border: none;
  color: currentColor;
}
.nishiki-pro-header-button-style.nishiki-pro-header-button-style-02 button i {
  display: block;
  font-size: 1.1rem;
}

.nishiki-pro-global-nav-style.nishiki-pro-global-nav-style-01 .menu-collapse a {
  color: currentColor;
}
.nishiki-pro-global-nav-style.nishiki-pro-global-nav-style-01 .menu-collapse a:hover {
  background-color: var(--nishiki-pro-header-text-color);
  color: var(--nishiki-pro-header-background-color);
}
.nishiki-pro-global-nav-style.nishiki-pro-global-nav-style-02 .menu-collapse a {
  position: relative;
  color: currentColor;
}
.nishiki-pro-global-nav-style.nishiki-pro-global-nav-style-02 .menu-collapse a[data-depth="0"]:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 1px;
  background: none repeat scroll 0 0 transparent;
  background: currentColor;
  content: "";
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.nishiki-pro-global-nav-style.nishiki-pro-global-nav-style-02 .menu-collapse a[data-depth="0"]:hover:after {
  left: 0;
  width: 100%;
}
.nishiki-pro-global-nav-style.nishiki-pro-global-nav-style-03 .menu-collapse a {
  position: relative;
  color: currentColor;
}
.nishiki-pro-global-nav-style.nishiki-pro-global-nav-style-03 .menu-collapse a:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 0;
  height: 100%;
  content: "";
  transition: all 300ms ease-in-out 0s;
}
.nishiki-pro-global-nav-style.nishiki-pro-global-nav-style-03 .menu-collapse a:hover {
  color: var(--nishiki-pro-header-background-color);
}
.nishiki-pro-global-nav-style.nishiki-pro-global-nav-style-03 .menu-collapse a:hover:after {
  right: auto;
  left: 0;
  width: 100%;
  background-color: var(--nishiki-pro-header-text-color);
}

@-webkit-keyframes nishiki-pro-animation-global-nav-fadein-up {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 1em);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes nishiki-pro-animation-global-nav-fadein-up {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 1em);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes nishiki-pro-animation-global-nav-fadein-left {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-1em, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes nishiki-pro-animation-global-nav-fadein-left {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-1em, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*----- Footer */
#footer {
  font-size: 0.9rem;
}
#footer .footer-inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#footer .footer-inner .main-text {
  padding: 0 1rem;
  text-align: center;
}
#footer .footer-inner .main-button {
  margin: 0;
  text-align: center;
}
#footer .footer-inner .main-button .button {
  display: inline-block;
}
#footer .footer-inner .main-button .btn {
  border: none;
}
#footer .footer-nav {
  padding: 0.4rem 0;
}
#footer .footer-nav ul {
  display: inline-flex;
  width: 300px;
}
#footer .footer-nav ul li {
  flex: 1;
}
#footer .footer-nav ul li a {
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #222;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 auto;
  padding: 0.7rem 0;
  font-size: 0.8rem;
  text-align: center;
}
#footer .copyright .copymark {
  margin-right: 0.1rem;
  vertical-align: middle;
}

/* Footer Nav */
#footer-nav {
  font-size: 0.75rem;
}
#footer-nav ul {
  list-style-type: none;
  line-height: 1;
  letter-spacing: normal;
  align-items: center;
}
#footer-nav ul li {
  flex: 1;
}
#footer-nav ul li a,
#footer-nav ul li span {
  display: block;
  padding: 0.6rem 0.2rem;
  transition: all 300ms ease;
}
#footer-nav ul li a::before,
#footer-nav ul li span::before {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}
#footer-nav ul li a i,
#footer-nav ul li span i {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}
#footer-nav ul li span {
  cursor: pointer;
}
#footer-nav.sticky {
  z-index: 10001;
  bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*----- Footer Widget */
.footer-widget {
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

/*----- Footer Bottom Right Content */
.footer-bottom-right-content {
  z-index: 10001;
}
.footer-bottom-right-content #scroll-page-top {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 300ms ease-in-out;
  justify-content: center;
}
.footer-bottom-right-content #scroll-page-top.show {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .footer-bottom-right-content #scroll-page-top.show.is-desktop {
    visibility: visible;
  }
}
@media only screen and (min-width: 681px) and (max-width: 768px) {
  .footer-bottom-right-content #scroll-page-top.show.is-tablet {
    visibility: visible;
  }
}
@media only screen and (max-width: 680px) {
  .footer-bottom-right-content #scroll-page-top.show.is-smartphone {
    visibility: visible;
  }
}
.footer-bottom-right-content #scroll-page-top a {
  display: block;
  padding: 0.6rem;
  border: 1px solid;
  border-color: var(--nishiki-pro-text-color-01);
  background-color: var(--nishiki-pro-base-color);
  line-height: 1;
  color: var(--nishiki-pro-text-color-01);
  transition: 300ms;
}
.footer-bottom-right-content #scroll-page-top a svg {
  display: flex;
  width: 1em;
  height: 1em;
  transition: fill 300ms ease;
  fill: var(--nishiki-pro-text-color-01);
}
.footer-bottom-right-content #scroll-page-top a:hover {
  background-color: var(--nishiki-pro-text-color-01);
}
.footer-bottom-right-content #scroll-page-top a:hover svg {
  fill: var(--nishiki-pro-base-color);
}

/*----- Main Visual */
.main-visual {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background-position: center center;
  background-size: cover;
  text-align: center;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
}
.main-visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual img.imgloaded {
  opacity: 1;
  -webkit-animation: fadeIn 300ms linear 0s alternate;
          animation: fadeIn 300ms linear 0s alternate;
}
.main-visual img.img-placeholder {
  opacity: 1;
  transform: scale(1.08);
}
.main-visual.main-video {
  height: auto;
  padding-top: 56.25%;
  opacity: 1;
}
.main-visual.main-video .main-visual-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.main-visual.main-video .custom-header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual.main-video .custom-header .wp-custom-header {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 56.25%;
}
.main-visual.main-video .custom-header .wp-custom-header iframe,
.main-visual.main-video .custom-header .wp-custom-header video {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.main-visual.main-video .custom-header .wp-custom-header button {
  position: absolute;
  z-index: 10002;
  bottom: 1rem;
  left: 1rem;
  display: none;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
}
.main-visual.main-video .custom-header .wp-custom-header button i {
  vertical-align: middle;
}
.main-visual::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23929877' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}
.main-visual .main-visual-content {
  position: relative;
  z-index: 10001;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
}
.main-visual .main-visual-content .description {
  margin-top: 0;
  font-size: 1.7rem;
}
.main-visual .main-visual-content .sub-text {
  display: inline-block;
  margin: 0;
  padding: 0 0.6rem;
  font-size: 1rem;
}
.main-visual .main-visual-content .sub-text::before {
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 auto 1rem;
  content: "";
}
.main-visual .main-visual-content .main-button {
  margin-bottom: 0;
}
.main-visual .main-visual-content .main-button a {
  border: none;
}

/*----- Front Page */
.front-page-section {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
  background-position: center center;
  background-size: cover;
  font-size: 1.7rem;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
}
.front-page-section img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  opacity: 0;
  transition: opacity 300ms linear;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.front-page-section img.imgloaded {
  opacity: 1;
}
.front-page-section img.img-placeholder {
  opacity: 1;
  transform: scale(1.08);
}
.front-page-section .container {
  position: relative;
  z-index: 10001;
  line-height: 1.55;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.front-page-section .container .main-text {
  margin-top: 0;
}
.front-page-section .container .sub-text {
  display: inline-block;
  margin: 0;
  margin-bottom: 1rem;
  padding: 1rem 2rem 0;
  border-top: 1px solid;
  font-size: 1rem;
}
.front-page-section .container .main-button a {
  border: none;
  font-size: 1rem;
}
.front-page-section .container .main-button {
  margin-top: 0;
}
.front-page-section .container .featured-items {
  display: inline-flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.front-page-section .container .featured-items i {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 4.5rem;
}
.front-page-section .container .featured-items img {
  position: static;
  /*position: relative;*/
  z-index: 10001;
  width: 100%;
  height: auto;
  min-height: inherit;
  margin-bottom: 1rem;
  opacity: 1;
  transform: none;
}
.front-page-section .container .featured-items .featured-title {
  margin: 0 0 1rem;
  font-size: 1.4rem;
}
.front-page-section .container .featured-items .featured-text {
  margin: 0 0 1rem;
  font-size: 1.1rem;
}
.front-page-section .container .featured-items .featured-button {
  margin: 0;
  font-size: 1.1rem;
}
.front-page-section .container .featured-items .featured-button a {
  display: inline-block;
  padding: 0.5rem 1.8rem;
  vertical-align: middle;
}
.front-page-section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/*----- Container */
.container {
  margin: 0 auto;
}
.container.column {
  zoom: 1;
  margin: 3rem auto;
}
.container.column::before, .container.column::after {
  display: table;
  content: "";
}
.container.column::after {
  clear: both;
}
.container.column.disabled-page-title {
  margin: 0 auto;
}

/*----- Content */
h1 {
  font-size: var(--nishiki-pro-heading-h1);
}

h2 {
  font-size: var(--nishiki-pro-heading-h2);
}

h3 {
  font-size: var(--nishiki-pro-heading-h3);
}

h4 {
  font-size: var(--nishiki-pro-heading-h4);
}

h5 {
  font-size: var(--nishiki-pro-heading-h5);
}

h6 {
  font-size: var(--nishiki-pro-heading-h6);
}

.alignwide {
  margin-right: auto;
  margin-left: auto;
}

.content.show-on-front-page {
  overflow: hidden;
}
.content .container > * > * > * {
  box-sizing: border-box;
}

/*----- Single */
.single .sidebar-none #main > .container,
.single .sidebar-bottom #main > .container {
  width: auto;
  max-width: none;
}

/*----- Page */
.page .show-on-front-page #main > .container,
.page .sidebar-none #main > .container,
.page .sidebar-bottom #main > .container {
  width: auto;
  max-width: none;
}
.page .post-name {
  display: inline-block;
  padding: 1rem 3rem 0;
  border-top: 1px solid #222;
}
.page .post-name:first-letter {
  text-transform: uppercase;
}

/*----- Archives */
.archives {
  width: 100%;
  padding-bottom: 3rem;
}
.archives .title {
  margin: 0 auto;
  padding: 0 0 3rem;
  text-align: center;
}
.archives .title h1 {
  margin: 0;
  font-size: 1.8rem;
}
.archives .title .sub-text {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem 0;
  border-top: 1px solid;
}
.archives .search-inner {
  margin-top: 1.5rem;
}
.archives .eye-catch {
  margin-bottom: 3rem;
}

/*----- Articles */
.articles {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2em;
}
.articles.is-card.has-border article, .articles.is-slider.has-border article {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}
.articles.is-card.has-border article .post-detail, .articles.is-slider.has-border article .post-detail {
  padding: 1em;
}
.articles.is-card.has-border article .post-detail header, .articles.is-slider.has-border article .post-detail header {
  margin-top: 0;
}
.articles.is-card[class*=has-shadow] article, .articles.is-slider[class*=has-shadow] article {
  border-bottom: none;
}
.articles.is-card[class*=has-shadow] article .post-detail, .articles.is-slider[class*=has-shadow] article .post-detail {
  padding: 1em;
}
.articles.is-card[class*=has-shadow] article .post-detail header, .articles.is-slider[class*=has-shadow] article .post-detail header {
  margin-top: 0;
}
.articles.is-card.has-shadow-sm article, .articles.is-slider.has-shadow-sm article {
  box-shadow: var(--wp--preset--shadow--nishiki-pro-shadow-sm);
}
.articles.is-card.has-shadow-md article, .articles.is-slider.has-shadow-md article {
  box-shadow: var(--wp--preset--shadow--nishiki-pro-shadow-md);
}
.articles.is-card.has-shadow-lg article, .articles.is-slider.has-shadow-lg article {
  box-shadow: var(--wp--preset--shadow--nishiki-pro-shadow-lg);
}
.articles.is-card.has-shadow-xl article, .articles.is-slider.has-shadow-xl article {
  box-shadow: var(--wp--preset--shadow--nishiki-pro-shadow-xl);
}
.articles.is-card.has-shadow-2xl article, .articles.is-slider.has-shadow-2xl article {
  box-shadow: var(--wp--preset--shadow--nishiki-pro-shadow-2-xl);
}
.articles.is-list article {
  display: flex;
  align-items: flex-start;
}
.articles.is-list article .post-image {
  margin-right: 1rem;
  flex-basis: 40%;
  flex-shrink: 0;
}
.articles.is-list article .post-detail {
  width: calc(60% - 1rem);
  flex: 1;
}
.articles.is-list article .post-detail header {
  margin-top: 0;
}
.articles.is-list-date {
  gap: 0;
}
.articles.is-list-date article {
  display: flex;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 0.85rem;
  flex-flow: row;
  align-items: baseline;
  gap: 1em;
}
.articles.is-list-date article:first-child {
  padding-top: 0;
}
.articles.is-list-date article:last-child {
  padding-bottom: 0;
}
.articles.is-list-date article .post-date {
  display: inline-block;
}
.articles.is-list-date article .post-label {
  display: inline-block;
  min-width: 5em;
  padding: 0 0.25rem;
  font-size: 0.9rem;
  text-align: center;
}
.articles.is-list-date article .post-detail {
  flex: 1;
}
.articles.is-list-date article .post-detail .excerpt {
  margin-top: 0.4rem;
}
.articles.is-list-date article header {
  margin: 0;
}
.articles.is-list-date.is-border article {
  border-width: 0 0 1px 0;
  border-color: inherit;
}
.articles.is-list-date.is-border article:last-child {
  border: none;
}
.articles.is-list-date.is-border-solid article {
  border-style: solid;
}
.articles.is-list-date.is-border-dashed article {
  border-style: dashed;
}
.articles.is-list-date.is-border-dotted article {
  border-style: dotted;
}
.articles article {
  position: relative;
  display: block;
  box-sizing: border-box;
  line-height: 1.6;
  color: inherit;
  word-wrap: break-word;
}
.articles article > a {
  display: block;
}
.articles article a {
  color: inherit;
  text-decoration: none;
}
.articles article a:hover {
  color: inherit;
}
.articles article figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.articles article figure img {
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles article figure img:hover {
  transform: scale(1.05);
}
.articles article header {
  margin: 0.7rem 0 0.4rem;
}
.articles article header .post-title {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.articles article .excerpt {
  font-size: 0.85rem;
}
.articles article footer {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}
.articles article footer i {
  margin-right: 0.15rem;
}
.articles article footer .date {
  margin-right: 0.5rem;
}
.articles article footer .cat {
  margin-right: 0.5rem;
}
.articles article footer .comment {
  margin-right: 0.5rem;
}
.articles article.sticky::before {
  position: absolute;
  z-index: 1;
  border-width: 3rem 4rem 0 0;
  border-style: solid;
  content: "";
}
.articles article.sticky::after {
  position: absolute;
  z-index: 1;
  top: 0.3rem;
  left: 0.4rem;
  font-family: icomoon;
  font-size: 1rem;
  color: #fff;
  word-wrap: initial;
  content: "\e9d9";
}
.articles article .post-image {
  position: relative;
}
.articles article .post-image .post-label {
  position: absolute;
  z-index: 1;
  display: inline-block;
  min-width: 4em;
  padding: 0 0.25rem;
  font-size: 0.9rem;
  text-align: center;
}
.articles article .post-image .post-link {
  display: flex;
  width: 100%;
  height: 100%;
}
.articles article .post-image.noimage {
  background: #f3f3f3;
}
.articles article .post-image.noimage i.icon-image {
  margin: auto;
  font-size: 2rem;
  color: #444;
}
.articles article .post-detail > *,
.articles article .post-detail > *:hover {
  color: inherit;
}

/*----- Singular( Post & Page ) */
.single article.entry,
.page article.entry {
  width: 100%;
}
.single .sidebar-left article.entry,
.page .sidebar-left article.entry {
  float: right;
}
.single .sidebar-left aside.sidebar,
.page .sidebar-left aside.sidebar {
  float: left;
}
.single .sidebar-right article.entry,
.page .sidebar-right article.entry {
  float: left;
}
.single .sidebar-right aside.sidebar,
.page .sidebar-right aside.sidebar {
  float: right;
}
.single .sidebar-bottom aside.sidebar,
.page .sidebar-bottom aside.sidebar {
  width: 100%;
}
.single .eye-catch img,
.page .eye-catch img {
  width: 100%;
  height: auto;
}
.single .eye-catch.container,
.page .eye-catch.container {
  margin-top: 3rem;
}
.single #edit-link,
.page #edit-link {
  position: fixed;
  z-index: 5000;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.single #edit-link a,
.page #edit-link a {
  padding: 0.5rem 1rem;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.single #edit-link a::before,
.page #edit-link a::before {
  display: inline-block;
  margin-right: 0.2rem;
  font-family: icomoon;
  content: "\e906";
}
.single #edit-link a:hover,
.page #edit-link a:hover {
  background: #000;
  color: #fff;
}
.single .pr-before-content-type-fill,
.page .pr-before-content-type-fill {
  background-color: var(--nishiki-pro-pr-before-content-color-01);
  color: var(--nishiki-pro-pr-before-content-color-02);
}
.single .pr-before-content-type-outline,
.page .pr-before-content-type-outline {
  border: 1px solid var(--nishiki-pro-pr-before-content-color-01);
  color: var(--nishiki-pro-pr-before-content-color-01);
}

/*----- Post */
.single .pr-label-type-fill {
  background-color: var(--nishiki-pro-post-title-text-color);
  color: var(--nishiki-pro-post-title-background-color);
}
.single .pr-label-type-outline {
  border: 1px solid var(--nishiki-pro-post-title-text-color);
  color: var(--nishiki-pro-post-title-text-color);
}

/*----- Page */
.page .pr-label-type-fill {
  background-color: var(--nishiki-pro-page-title-text-color);
  color: var(--nishiki-pro-page-title-background-color);
}
.page .pr-label-type-outline {
  border: 1px solid var(--nishiki-pro-page-title-text-color);
  color: var(--nishiki-pro-page-title-text-color);
}

/*----- Page Header */
.page-header {
  position: relative;
  background-position: center center;
  background-size: cover;
  word-wrap: break-word;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: fadeIn 200ms linear 0s alternate;
          animation: fadeIn 200ms linear 0s alternate;
}
.page-header .post-name,
.page-header .taxonomy-description {
  position: relative;
}
.page-header .taxonomy-description {
  max-width: 480px;
  margin: 0 auto 1rem;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.page-header .page-header-inner {
  position: relative;
  z-index: 10001;
  overflow: hidden;
}
.page-header .page-header-inner h1 {
  margin: 0 auto;
}
.page-header.post .page-header-inner h1 {
  margin-bottom: 1rem;
}
.page-header.page h1, .page-header.archive h1 {
  text-align: center;
}
.page-header .date {
  margin-bottom: 0.3rem;
}
.page-header .date time {
  display: inline-block;
}
.page-header .date time:first-child {
  margin-right: 0.5rem;
}
.page-header .pr-label {
  padding: 0.3rem;
}
.page-header .pr-label,
.page-header .cat,
.page-header .tag {
  margin-right: 1rem;
}
.page-header i {
  margin-right: 0.3rem;
}
.page-header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/*----- Post Author */
.author-info {
  max-width: 500px;
  margin: 2rem auto;
  padding: 1rem;
  font-size: 0.9rem;
  text-align: center;
}
.author-info a {
  text-decoration: none;
}
.author-info span {
  display: inline-block;
  padding: 0.3rem 0.3rem 1rem;
}
.author-info .description {
  margin-right: auto;
  margin-left: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

/*----- PR Before Content */
.pr-before-content-text {
  padding: 1rem;
  border: 1px solid currentColor;
}

/*----- Related Posts */
.related-posts .title {
  padding-bottom: 2rem;
  font-size: 1.4rem;
}

.is-style-nishiki-blocks-pro-heading-border-01 {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.is-style-nishiki-blocks-pro-heading-border-02 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.is-style-nishiki-blocks-pro-heading-border-03 {
  border: 1px solid;
}

.is-style-nishiki-blocks-pro-heading-border-04 {
  display: flex;
  align-items: center;
}
.is-style-nishiki-blocks-pro-heading-border-04::before, .is-style-nishiki-blocks-pro-heading-border-04::after {
  position: static;
  border-top: 1px solid;
  border-radius: revert;
  content: "";
  flex-grow: 1;
}
.is-style-nishiki-blocks-pro-heading-border-04::before {
  margin-right: 1rem;
}
.is-style-nishiki-blocks-pro-heading-border-04::after {
  margin-left: 1rem;
}

.is-style-nishiki-blocks-pro-heading-bracket-01 {
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
.is-style-nishiki-blocks-pro-heading-bracket-01::before, .is-style-nishiki-blocks-pro-heading-bracket-01::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 0;
  content: "";
}
.is-style-nishiki-blocks-pro-heading-bracket-01::before {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-top: solid 1px;
  border-left: solid 1px;
}
.is-style-nishiki-blocks-pro-heading-bracket-01::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  border-right: solid 1px;
  border-bottom: solid 1px;
}

.is-style-nishiki-blocks-pro-heading-bracket-02 {
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
.is-style-nishiki-blocks-pro-heading-bracket-02::before, .is-style-nishiki-blocks-pro-heading-bracket-02::after {
  position: absolute;
  width: 0.5rem;
  height: 100%;
  border-radius: 0;
  content: "";
}
.is-style-nishiki-blocks-pro-heading-bracket-02::before {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-left: solid 1px;
}
.is-style-nishiki-blocks-pro-heading-bracket-02::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  border-top: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
}

p[class*=is-style-nishiki-blocks-pro-paragraph] {
  position: relative;
  padding: 1rem 1rem 1rem 4.7rem;
}
p[class*=is-style-nishiki-blocks-pro-paragraph]::before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  font-family: "icomoon";
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-50%);
}
p[class*=is-style-nishiki-blocks-pro-paragraph].is-no-color {
  border: 1px solid;
  background: inherit;
}
p[class*=is-style-nishiki-blocks-pro-paragraph].is-no-color::before {
  color: inherit;
}

.is-style-nishiki-blocks-pro-paragraph-info-01 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-paragraph-info-01::before {
  content: "\ea0c";
}

.is-style-nishiki-blocks-pro-paragraph-info-02 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-paragraph-info-02::before {
  content: "\e922";
}

.is-style-nishiki-blocks-pro-paragraph-warning-01 {
  border: 1px solid #f2ca00;
  background: #fdfbf7;
}
.is-style-nishiki-blocks-pro-paragraph-warning-01::before {
  color: #f2ca00;
  content: "\ea07";
}

.is-style-nishiki-blocks-pro-paragraph-question-01 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-paragraph-question-01::before {
  content: "\ea09";
}

.is-style-nishiki-blocks-pro-paragraph-checkmark-01 {
  border: 1px solid #83d6a8;
  background: #f6f9f6;
}
.is-style-nishiki-blocks-pro-paragraph-checkmark-01::before {
  color: #83d6a8;
  content: "\ea10";
}

.is-style-nishiki-blocks-pro-paragraph-point-01 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-paragraph-point-01::before {
  content: "\ea04";
}

.is-style-nishiki-blocks-pro-paragraph-point-02 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-paragraph-point-02::before {
  content: "\e986";
}

.is-style-nishiki-blocks-pro-paragraph-point-03 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-paragraph-point-03::before {
  content: "\e906";
}

.is-style-nishiki-blocks-pro-paragraph-point-04 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-paragraph-point-04::before {
  content: "\e91f";
}

.is-style-nishiki-blocks-pro-paragraph-circle-01 {
  border: 1px solid #f18383;
  background: #fff7f4;
}
.is-style-nishiki-blocks-pro-paragraph-circle-01::before {
  color: #f18383;
  content: "\ea56";
}

.is-style-nishiki-blocks-pro-paragraph-cross-01 {
  border: 1px solid #83a9f1;
  background: #f4f8ff;
}
.is-style-nishiki-blocks-pro-paragraph-cross-01::before {
  color: #83a9f1;
  content: "\ea0f";
}

.is-style-nishiki-blocks-pro-table-left-header-01 table {
  border-spacing: 0 1rem;
  border-collapse: separate;
}
.is-style-nishiki-blocks-pro-table-left-header-01 table tr > *:first-child {
  position: relative;
  background: var(--nishiki-pro-accent-color-01);
  color: var(--nishiki-pro-accent-color-02);
}
.is-style-nishiki-blocks-pro-table-left-header-01 table tr th,
.is-style-nishiki-blocks-pro-table-left-header-01 table tr td {
  border: none;
  background: #f7f7f7;
}

/*----- Entry Content */
.entry-content,
.nishiki-pro-content {
  position: relative;
  display: flow-root;
  word-wrap: break-word;
}
.entry-content > *:first-child,
.nishiki-pro-content > *:first-child {
  margin-top: 0;
}
.entry-content ul,
.entry-content ol,
.nishiki-pro-content ul,
.nishiki-pro-content ol {
  padding-left: 2rem;
}
.entry-content ul.wp-block-social-links, .entry-content ul.wp-block-latest-posts, .entry-content ul.blocks-gallery-grid,
.nishiki-pro-content ul.wp-block-social-links,
.nishiki-pro-content ul.wp-block-latest-posts,
.nishiki-pro-content ul.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content table,
.nishiki-pro-content table {
  overflow-x: auto;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
}
.entry-content table th,
.entry-content table td,
.nishiki-pro-content table th,
.nishiki-pro-content table td {
  padding: 0.7rem;
}
.entry-content table th ul,
.entry-content table th ol,
.entry-content table td ul,
.entry-content table td ol,
.nishiki-pro-content table th ul,
.nishiki-pro-content table th ol,
.nishiki-pro-content table td ul,
.nishiki-pro-content table td ol {
  margin: 0;
}
.entry-content a,
.nishiki-pro-content a {
  text-decoration: underline;
}
.entry-content a.btn, .entry-content a.button, .entry-content a[class^=wp-block], .entry-content a[class^=nishiki-pro],
.nishiki-pro-content a.btn,
.nishiki-pro-content a.button,
.nishiki-pro-content a[class^=wp-block],
.nishiki-pro-content a[class^=nishiki-pro] {
  text-decoration: none;
}
.entry-content a:hover,
.nishiki-pro-content a:hover {
  text-decoration: none;
}
.entry-content img,
.nishiki-pro-content img {
  max-width: 100%;
  height: auto;
}
.entry-content img.wp-more-tag,
.nishiki-pro-content img.wp-more-tag {
  height: 1rem;
}
.entry-content iframe,
.nishiki-pro-content iframe {
  display: block;
  max-width: 100%;
}
.entry-content .button,
.nishiki-pro-content .button {
  font-size: 0.85rem;
}
.entry-content pre,
.nishiki-pro-content pre {
  box-sizing: border-box;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.entry-content blockquote,
.nishiki-pro-content blockquote {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 2.5rem;
}
.entry-content blockquote::before, .entry-content blockquote::after,
.nishiki-pro-content blockquote::before,
.nishiki-pro-content blockquote::after {
  position: absolute;
  display: inline-block;
  font-family: icomoon;
  font-size: 1.7rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  content: "\e977";
  direction: ltr;
}
.entry-content blockquote::before,
.nishiki-pro-content blockquote::before {
  top: 0;
  left: 0;
  transform: rotateX(180deg);
}
.entry-content blockquote::after,
.nishiki-pro-content blockquote::after {
  right: 0;
  bottom: 0;
}
.entry-content blockquote cite,
.nishiki-pro-content blockquote cite {
  display: block;
}
.entry-content h1,
.nishiki-pro-content h1 {
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
}
.entry-content h2,
.nishiki-pro-content h2 {
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.nishiki-pro-content h3,
.nishiki-pro-content h4,
.nishiki-pro-content h5,
.nishiki-pro-content h6 {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
}
.entry-content > h1,
.nishiki-pro-content > h1 {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.entry-content > h2,
.nishiki-pro-content > h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.entry-content > h3,
.nishiki-pro-content > h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-content > h4,
.nishiki-pro-content > h4 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.entry-content > h5,
.nishiki-pro-content > h5 {
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
}
.entry-content > h6,
.nishiki-pro-content > h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.entry-content > ul,
.entry-content > ol,
.nishiki-pro-content > ul,
.nishiki-pro-content > ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.entry-content .is-style-nishiki-blocks-pro-heading-border-03,
.nishiki-pro-content .is-style-nishiki-blocks-pro-heading-border-03 {
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}

/*----- Pagination */
.entry-content .pagination,
.archives .pagination {
  margin: 1.5rem 0 0;
  font-size: 1.2rem;
  text-align: center;
}
.entry-content .pagination a,
.archives .pagination a {
  text-decoration: none;
}
.entry-content .pagination i,
.archives .pagination i {
  font-size: 1rem;
}
.entry-content .pagination span,
.archives .pagination span {
  display: inline-block;
  margin: 0 0.7rem;
}
.entry-content .pagination .page-numbers,
.archives .pagination .page-numbers {
  display: inline-block;
  margin: 0 0.7rem;
  text-decoration: none;
}

/*----- Screen Reader Text */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

/*----- Post Navigation */
.post-navigation {
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: flex-end;
}
.post-navigation .nav-links a {
  display: flex;
  width: 100%;
  padding: 1rem 0;
  align-items: center;
}
.post-navigation .nav-links i {
  display: inline;
  font-size: 0.7rem;
}
.post-navigation .nav-links .nav-previous {
  margin-right: auto;
  justify-content: flex-start;
}
.post-navigation .nav-links .nav-previous a {
  justify-content: flex-start;
}
.post-navigation .nav-links .nav-previous a i {
  margin-right: 0.5rem;
}
.post-navigation .nav-links .nav-next {
  justify-content: flex-end;
}
.post-navigation .nav-links .nav-next a {
  justify-content: flex-end;
}
.post-navigation .nav-links .nav-next a i {
  margin-left: 0.5rem;
}
.post-navigation .nav-links .nav {
  display: flex;
  word-wrap: break-word;
  flex-basis: 48%;
}
.post-navigation .nav-links .nav .post-image {
  margin-right: 0.5rem;
  flex-basis: 120px;
}
.post-navigation .nav-links .nav .post-image > * {
  position: relative;
  width: 120px;
}
.post-navigation .nav-links .nav .post-image > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-navigation .nav-links .nav .post-image > * i {
  margin: auto;
  font-size: 1.2rem;
}
.post-navigation .nav-links .nav .post-image > *[data-no-image="1"] {
  display: flex;
  background: #f3f3f3;
  color: #444;
}

.page-numbers.current .screen-reader-text {
  position: relative !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
}

/*----- Caption & Gallery */
.wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  font-style: italic;
  color: #666;
}

.gallery dl {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.gallery dt {
  width: 100%;
  margin: 0;
  padding: 0.7rem 0;
  font-weight: 700;
}
.gallery dt a {
  display: inline-block;
}
.gallery dd {
  width: 90%;
  margin: 0;
}
.gallery br {
  display: none;
}

#gallery-1 {
  display: flex;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#gallery-1 dl {
  display: block;
  border: none;
}
#gallery-1 dl dt,
#gallery-1 dl dd {
  width: 100%;
}
#gallery-1 dl dt {
  padding: 0;
}
#gallery-1 dl dd {
  padding-top: 0;
}

.gallery-columns-1 .gallery-item {
  width: calc(100% - 5px);
  padding: 0 0.1rem;
  flex-basis: calc(100% - 5px);
}

#gallery-2 {
  display: flex;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#gallery-2 dl {
  display: block;
  border: none;
}
#gallery-2 dl dt,
#gallery-2 dl dd {
  width: 100%;
}
#gallery-2 dl dt {
  padding: 0;
}
#gallery-2 dl dd {
  padding-top: 0;
}

.gallery-columns-2 .gallery-item {
  width: calc(50% - 5px);
  padding: 0 0.1rem;
  flex-basis: calc(50% - 5px);
}

#gallery-3 {
  display: flex;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#gallery-3 dl {
  display: block;
  border: none;
}
#gallery-3 dl dt,
#gallery-3 dl dd {
  width: 100%;
}
#gallery-3 dl dt {
  padding: 0;
}
#gallery-3 dl dd {
  padding-top: 0;
}

.gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 5px);
  padding: 0 0.1rem;
  flex-basis: calc(33.3333333333% - 5px);
}

#gallery-4 {
  display: flex;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#gallery-4 dl {
  display: block;
  border: none;
}
#gallery-4 dl dt,
#gallery-4 dl dd {
  width: 100%;
}
#gallery-4 dl dt {
  padding: 0;
}
#gallery-4 dl dd {
  padding-top: 0;
}

.gallery-columns-4 .gallery-item {
  width: calc(25% - 5px);
  padding: 0 0.1rem;
  flex-basis: calc(25% - 5px);
}

#gallery-5 {
  display: flex;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#gallery-5 dl {
  display: block;
  border: none;
}
#gallery-5 dl dt,
#gallery-5 dl dd {
  width: 100%;
}
#gallery-5 dl dt {
  padding: 0;
}
#gallery-5 dl dd {
  padding-top: 0;
}

.gallery-columns-5 .gallery-item {
  width: calc(20% - 5px);
  padding: 0 0.1rem;
  flex-basis: calc(20% - 5px);
}

#gallery-6 {
  display: flex;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#gallery-6 dl {
  display: block;
  border: none;
}
#gallery-6 dl dt,
#gallery-6 dl dd {
  width: 100%;
}
#gallery-6 dl dt {
  padding: 0;
}
#gallery-6 dl dd {
  padding-top: 0;
}

.gallery-columns-6 .gallery-item {
  width: calc(16.6666666667% - 5px);
  padding: 0 0.1rem;
  flex-basis: calc(16.6666666667% - 5px);
}

#gallery-7 {
  display: flex;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#gallery-7 dl {
  display: block;
  border: none;
}
#gallery-7 dl dt,
#gallery-7 dl dd {
  width: 100%;
}
#gallery-7 dl dt {
  padding: 0;
}
#gallery-7 dl dd {
  padding-top: 0;
}

.gallery-columns-7 .gallery-item {
  width: calc(14.2857142857% - 5px);
  padding: 0 0.1rem;
  flex-basis: calc(14.2857142857% - 5px);
}

#gallery-8 {
  display: flex;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#gallery-8 dl {
  display: block;
  border: none;
}
#gallery-8 dl dt,
#gallery-8 dl dd {
  width: 100%;
}
#gallery-8 dl dt {
  padding: 0;
}
#gallery-8 dl dd {
  padding-top: 0;
}

.gallery-columns-8 .gallery-item {
  width: calc(12.5% - 5px);
  padding: 0 0.1rem;
  flex-basis: calc(12.5% - 5px);
}

#gallery-9 {
  display: flex;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#gallery-9 dl {
  display: block;
  border: none;
}
#gallery-9 dl dt,
#gallery-9 dl dd {
  width: 100%;
}
#gallery-9 dl dt {
  padding: 0;
}
#gallery-9 dl dd {
  padding-top: 0;
}

.gallery-columns-9 .gallery-item {
  width: calc(11.1111111111% - 5px);
  padding: 0 0.1rem;
  flex-basis: calc(11.1111111111% - 5px);
}

.gallery-item a:hover img, .gallery-item a:focus img {
  filter: none;
}

.gallery-icon.landscape {
  text-align: center;
}

.gallery-caption {
  max-width: 100%;
  padding: 5px 5px 0;
  font-size: 0.9rem;
  text-align: center;
}

/*----- Align */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

/*----- Archive Page */
.archive .eye-catch img,
.search .eye-catch img,
.paged .eye-catch img,
.blog .eye-catch img,
.error404 .eye-catch img {
  width: 100%;
  height: auto;
}
.archive .eye-catch.container,
.search .eye-catch.container,
.paged .eye-catch.container,
.blog .eye-catch.container,
.error404 .eye-catch.container {
  margin-top: 3rem;
}
.archive .sidebar-left .archives,
.search .sidebar-left .archives,
.paged .sidebar-left .archives,
.blog .sidebar-left .archives,
.error404 .sidebar-left .archives {
  float: right;
}
.archive .sidebar-left aside.sidebar,
.search .sidebar-left aside.sidebar,
.paged .sidebar-left aside.sidebar,
.blog .sidebar-left aside.sidebar,
.error404 .sidebar-left aside.sidebar {
  float: left;
}
.archive .sidebar-right .archives,
.search .sidebar-right .archives,
.paged .sidebar-right .archives,
.blog .sidebar-right .archives,
.error404 .sidebar-right .archives {
  float: left;
}
.archive .sidebar-right aside.sidebar,
.search .sidebar-right aside.sidebar,
.paged .sidebar-right aside.sidebar,
.blog .sidebar-right aside.sidebar,
.error404 .sidebar-right aside.sidebar {
  float: right;
}
.archive .sidebar-bottom aside.sidebar,
.search .sidebar-bottom aside.sidebar,
.paged .sidebar-bottom aside.sidebar,
.blog .sidebar-bottom aside.sidebar,
.error404 .sidebar-bottom aside.sidebar {
  width: 100%;
}

/*----- Aside */
aside.sidebar {
  zoom: 1;
  font-size: 0.9rem;
}
aside.sidebar:before, aside.sidebar:after {
  display: table;
  content: "";
}
aside.sidebar:after {
  clear: both;
}

/*----- Widget Area */
section.widget {
  margin-bottom: 2rem;
}

.widget {
  font-size: 0.9rem;
}
.widget > *:first-child {
  margin-top: 0;
}
.widget > *:last-child {
  margin-bottom: 0;
}
.widget h1 {
  font-size: calc(var(--nishiki-pro-heading-h1) - 0.2rem);
}
.widget h2 {
  font-size: calc(var(--nishiki-pro-heading-h2) - 0.2rem);
}
.widget h3 {
  font-size: calc(var(--nishiki-pro-heading-h3) - 0.2rem);
}
.widget h4 {
  font-size: calc(var(--nishiki-pro-heading-h4) - 0.2rem);
}
.widget h5 {
  font-size: calc(var(--nishiki-pro-heading-h5) - 0.2rem);
}
.widget h6 {
  font-size: calc(var(--nishiki-pro-heading-h6) - 0.2rem);
}
.widget .is-style-nishiki-blocks-pro-heading-border-01,
.widget .is-style-nishiki-blocks-pro-heading-border-02,
.widget .is-style-nishiki-blocks-pro-heading-border-04 {
  padding: 0.7rem 0;
}
.widget .is-style-nishiki-blocks-pro-heading-border-03 {
  padding: 0.7rem;
}
.widget .is-style-nishiki-blocks-pro-heading-bracket-01,
.widget .is-style-nishiki-blocks-pro-heading-bracket-02 {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
}
.widget #recentcomments li {
  padding: 0.5rem 0;
}
.widget .wp-block-search .wp-block-search__input {
  border-color: currentColor;
  background: inherit;
  box-shadow: none;
}
.widget.widget_categories select {
  display: block;
  width: 100%;
}
.widget.wp-block-categories-dropdown {
  position: relative;
}
.widget.widget_archive select {
  display: block;
  width: 100%;
}
.widget ul,
.widget ol {
  padding-left: 0;
  list-style-type: none;
}
.widget ul li,
.widget ol li {
  padding: 0.5rem 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
}
.widget ul li .children,
.widget ul li .sub-menu,
.widget ol li .children,
.widget ol li .sub-menu {
  padding-left: 1em;
}
.widget ul li .children li,
.widget ul li .sub-menu li,
.widget ol li .children li,
.widget ol li .sub-menu li {
  border-bottom: none;
}
.widget ul li:last-child,
.widget ol li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget ul[class*=is-style-],
.widget ol[class*=is-style-] {
  margin: 0;
  padding-left: 1.6rem;
  list-style-type: revert;
}
.widget ul[class*=is-style-] li,
.widget ol[class*=is-style-] li {
  border-bottom: none;
}
.widget ul[class*=is-style-] ul,
.widget ol[class*=is-style-] ul {
  padding-left: 1em;
  list-style-type: revert;
}

ul.wp-block-social-links {
  padding-left: 0;
}
ul.wp-block-social-links li {
  padding: 0;
}

ul.wp-block-post-template {
  padding-left: 0;
}

#wp-calendar,
.wp-block-calendar {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  vertical-align: top;
}
#wp-calendar caption,
.wp-block-calendar caption {
  font-size: 0.8rem;
  color: currentColor;
}
#wp-calendar thead,
.wp-block-calendar thead {
  border-width: 0 0 2px 0;
  border-style: solid;
}
#wp-calendar tbody tr,
.wp-block-calendar tbody tr {
  border-width: 0 0 1px 0;
  border-style: solid;
}
#wp-calendar th,
#wp-calendar td,
.wp-block-calendar th,
.wp-block-calendar td {
  padding: 0.5rem;
  font-size: 0.8rem;
  text-align: center;
}
#wp-calendar table th,
.wp-block-calendar table th {
  background: transparent;
}
#wp-calendar tbody td, #wp-calendar th,
.wp-block-calendar tbody td,
.wp-block-calendar th {
  border: none;
}
#wp-calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
  display: flex;
  margin-top: 0.3rem;
  justify-content: space-between;
}

ol.wp-block-latest-comments {
  padding-left: 0;
}

.tagcloud a,
.wp-block-tag-cloud a {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}
.tagcloud a:before,
.wp-block-tag-cloud a:before {
  margin-right: 0.1rem;
  content: "#";
  opacity: 0.7;
}

/*----- btn */
.btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.7rem 2rem;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  cursor: pointer;
}

/*----- Icon */
i.icomoon {
  font-size: inherit;
}

#wp-a11y-speak-polite,
#wp-a11y-speak-assertive {
  display: none;
}

.bg-dotted {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23929877' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

/*----- Campaign Link */
.nishiki-pro-campaign {
  overflow: hidden;
  white-space: nowrap;
}
.nishiki-pro-campaign .nishiki-pro-campaign-wrap {
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
}
.nishiki-pro-campaign .nishiki-pro-campaign-wrap.text-button p:nth-child(2n) {
  margin-left: 0.5rem;
}
.nishiki-pro-campaign .nishiki-pro-campaign-wrap.button-text {
  flex-direction: row-reverse;
}
.nishiki-pro-campaign .nishiki-pro-campaign-wrap.button-text p:nth-child(2n) {
  margin-right: 0.5rem;
}
.nishiki-pro-campaign p {
  margin-top: 0;
  margin-bottom: 0;
}
.nishiki-pro-campaign p a {
  display: block;
}
.nishiki-pro-campaign .campaign-text {
  font-size: 0.95rem;
}
.nishiki-pro-campaign .campaign-text.effect-text-typewriter {
  display: flex;
}
.nishiki-pro-campaign .campaign-text.effect-text-typewriter p {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 0;
  white-space: nowrap;
}
.nishiki-pro-campaign .campaign-button {
  font-size: 0.8rem;
}
.nishiki-pro-campaign .campaign-button a {
  padding: 0.2rem 0.7rem;
}
.nishiki-pro-campaign .campaign-button.effect-button-shine a {
  position: relative;
  overflow: hidden;
}
.nishiki-pro-campaign .campaign-button.effect-button-shine a:before {
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  transition: 400ms ease-in-out;
  transform: rotate(-45deg);
  -webkit-animation: animate-campaign-infinity 2s infinite linear;
          animation: animate-campaign-infinity 2s infinite linear;
}

/*----- Dark Mode */
.theme-switch-wrapper {
  z-index: 10002;
  padding: 1rem 0;
  line-height: 1;
  text-align: center;
}
.theme-switch-wrapper label {
  display: inline-block;
  height: 1.5rem;
}
.theme-switch-wrapper input {
  display: none;
}
.theme-switch-wrapper i {
  font-size: 1.5rem;
  cursor: pointer;
}

/*----- TOC */
#nishiki-pro-toc-content > ul {
  padding-left: 1.5rem;
}
#nishiki-pro-toc-content.toc-hidden .nishiki-pro-toc > ul {
  display: none;
}
#nishiki-pro-toc-content input {
  display: none;
}
#nishiki-pro-toc-content input:checked + label .slider:before {
  transform: translateX(13px);
}
#nishiki-pro-toc-content #nishiki-pro-toc-close-button {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 13px;
  margin-left: 0.5rem;
}
#nishiki-pro-toc-content #nishiki-pro-toc-close-button .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1rem;
  cursor: pointer;
  transition: 150ms;
}
#nishiki-pro-toc-content #nishiki-pro-toc-close-button .slider:before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  transition: 150ms;
}

.nishiki-pro-toc {
  box-sizing: border-box;
  margin: 2rem 0;
  padding: 2rem;
  line-height: 1;
  text-align: center;
}
.nishiki-pro-toc a {
  line-height: 1.6;
  text-decoration: none;
}
.nishiki-pro-toc p.title {
  display: inline-block;
  margin: 0;
  text-align: center;
}
.nishiki-pro-toc p.title i {
  margin-right: 0.7rem;
  font-size: 0.9rem;
}
.nishiki-pro-toc span.close {
  margin-left: 1rem;
  cursor: pointer;
}
.nishiki-pro-toc > ul {
  overflow: hidden;
  transition: max-height 0.3s ease-in;
}
.nishiki-pro-toc > ul > li:first-child {
  margin-top: 1.5rem;
}
.nishiki-pro-toc ul {
  margin: 0;
  text-align: left;
}
.nishiki-pro-toc ul[class^=indent-] a {
  text-decoration: none;
}
.nishiki-pro-toc ul.indent-h2 {
  font-size: 1rem;
}
.nishiki-pro-toc ul.indent-h2 > li {
  margin-bottom: 1.2rem;
}
.nishiki-pro-toc ul.indent-h2 ul {
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.nishiki-pro-toc ul.indent-h2 ul li::before {
  content: none;
}
.nishiki-pro-toc ul.indent-h3 {
  font-size: 0.9rem;
}
.nishiki-pro-toc ul.indent-h4 {
  font-size: 0.85rem;
}
.nishiki-pro-toc ul.indent-h5 {
  font-size: 0.8rem;
}
.nishiki-pro-toc ul.indent-h6 {
  font-size: 0.75rem;
}
.nishiki-pro-toc ul li {
  margin-bottom: 0.5rem;
}
.nishiki-pro-toc ul li:last-child {
  margin-bottom: 0;
}
.nishiki-pro-toc ul li a {
  display: block;
}

/*----- Fixed TOC */
#nishiki-toc-fixed {
  position: fixed;
  z-index: 10002;
  top: 0;
  width: 100%;
  height: 70px;
  font-size: 0.85rem;
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateY(-100%);
}
#nishiki-toc-fixed.show {
  transform: translateY(0%);
}
#nishiki-toc-fixed.show.panel-close {
  height: 100%;
}
#nishiki-toc-fixed.show.panel-close #toc-fixed-overlay {
  height: 100%;
}
#nishiki-toc-fixed.panel-open #toc-fixed-nav #toc-fixed-button {
  display: none;
}
#nishiki-toc-fixed:not(.nishiki-pro-header-button-style-02) button:hover {
  border-color: var(--nishiki-pro-toc-fixed-text-color);
  background-color: var(--nishiki-pro-toc-fixed-text-color);
  color: var(--nishiki-pro-toc-fixed-background-color);
}
#nishiki-toc-fixed #toc-fixed-nav {
  position: relative;
  z-index: 10002;
}
#nishiki-toc-fixed #toc-fixed-nav .container {
  display: flex;
  overflow: hidden;
  font-weight: bold;
  line-height: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: space-between;
  align-items: center;
}
#nishiki-toc-fixed #toc-fixed-nav #toc-current,
#nishiki-toc-fixed #toc-fixed-nav #toc-fixed-button {
  display: inline-block;
  letter-spacing: normal;
}
#nishiki-toc-fixed #toc-fixed-nav #toc-current {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
#nishiki-toc-fixed #toc-fixed-nav button {
  display: block;
}
#nishiki-toc-fixed #toc-fixed-nav button i {
  display: block;
  font-size: 1.1rem;
}

#toc-fixed-overlay {
  z-index: 10001;
  overflow: hidden;
  background-color: var(--nishiki-pro-toc-overlay-background-color-rgba);
  color: var(--nishiki-pro-toc-overlay-text-color);
  align-items: baseline;
}
#toc-fixed-overlay.panel-slide {
  transform: translateY(-100%);
}
#toc-fixed-overlay.panel-slide.panel-open {
  visibility: visible;
  height: 100%;
  transform: translateY(0%);
}
#toc-fixed-overlay .overlay-inner {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  padding: 0;
}
#toc-fixed-overlay #toc-fixed-list {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#toc-fixed-overlay .nishiki-pro-toc {
  margin: 0 auto;
  padding: 1.5rem 0;
}
#toc-fixed-overlay .nishiki-pro-toc a {
  color: currentColor;
}
#toc-fixed-overlay .nishiki-pro-toc > ul {
  overflow-y: scroll;
  max-height: calc(100vh - 70px - 13rem);
  margin-top: 1.5rem;
}
#toc-fixed-overlay .nishiki-pro-toc > ul.indent-h2 > li:first-child {
  margin-top: 0;
}
#toc-fixed-overlay #close-panel-button-toc {
  margin: auto;
}

/*----- Share Button */
.nishiki-pro-share-button-wrapper {
  margin: 2.5rem auto;
  letter-spacing: normal;
}
.nishiki-pro-share-button-wrapper .nishiki-pro-share-button-inner .before-text,
.nishiki-pro-share-button-wrapper .nishiki-pro-share-button-inner .after-text {
  font-size: 0.9rem;
}
.nishiki-pro-share-button-wrapper .nishiki-pro-share-button-inner .before-text {
  margin: 0 0 0.5rem;
}
.nishiki-pro-share-button-wrapper .nishiki-pro-share-button-inner .after-text {
  margin: 0.5rem 0 0;
}

.nishiki-pro-share-buttons {
  display: flex;
  line-height: 1;
}
.nishiki-pro-share-buttons * {
  position: relative;
  display: inline-block;
  padding: 0.6rem 0;
  line-height: 0;
}
.nishiki-pro-share-buttons *.copy-url {
  position: relative;
  cursor: pointer;
  transition: background-color 300ms ease;
}
.nishiki-pro-share-buttons *.copy-url i {
  transition: opacity, transform 100ms ease;
}
.nishiki-pro-share-buttons *.copy-url i.copied {
  position: absolute;
  opacity: 0;
  transform: scale(1.5, 1.5);
}
.nishiki-pro-share-buttons *.copy-url.disabled i.copied {
  opacity: 1;
  transform: scale(1, 1);
}
.nishiki-pro-share-buttons *.copy-url.disabled i.icon-copy {
  opacity: 0;
  transform: scale(1.5, 1.5);
}
.nishiki-pro-share-buttons *.copy-url i.fadeout {
  opacity: 0;
}
.nishiki-pro-share-buttons .disabled {
  pointer-events: none;
}

.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 {
  justify-content: space-between;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 * {
  width: 100%;
  font-size: 1.1rem;
  color: #fff;
  flex: 1;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.line {
  background: #00b900;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.line:hover {
  background: #008f00;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.tw {
  background: #1B95E0;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.tw:hover {
  background: #1772ab;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.x {
  background: #14171a;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.x:hover {
  background: #111111;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.fb {
  background: #3D659D;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.fb:hover {
  background: #385184;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.hb {
  background: #00a4de;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.hb:hover {
  background: #0086b5;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.pocket {
  background: #ef4055;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.pocket:hover {
  background: #ce3244;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.copy-url {
  overflow: hidden;
  background: #222;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-01 *.copy-url:hover {
  background: #111;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 {
  justify-content: center;
  gap: 1.6em;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 * {
  font-size: 1.4rem;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.line {
  color: #00b900;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.line:hover {
  color: #008f00;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.tw {
  color: #1B95E0;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.tw:hover {
  color: #1772ab;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.x {
  color: #14171a;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.x:hover {
  color: #111111;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.fb {
  color: #3D659D;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.fb:hover {
  color: #385184;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.hb {
  color: #00a4de;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.hb:hover {
  color: #0086b5;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.pocket {
  color: #ef4055;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.pocket:hover {
  color: #ce3244;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.copy-url {
  color: #222;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 *.copy-url:hover {
  color: #111;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-03 {
  justify-content: center;
  gap: 1.6em;
}
.nishiki-pro-share-button-style.nishiki-pro-share-button-style-03 * {
  font-size: 1.4rem;
  color: var(--nishiki-pro-text-color-01);
}

/*----- Social Button */
#nishiki-pro-social-button-wrapper {
  margin: 0;
  text-align: center;
}
#nishiki-pro-social-button-wrapper .nishiki-pro-social-button-inner {
  margin: 0 auto;
  padding: 2rem 1rem;
}
#nishiki-pro-social-button-wrapper .nishiki-pro-social-button-inner .before-text,
#nishiki-pro-social-button-wrapper .nishiki-pro-social-button-inner .after-text {
  font-size: 0.9rem;
}
#nishiki-pro-social-button-wrapper .nishiki-pro-social-button-inner .before-text {
  margin: 0 0 0.5rem;
}
#nishiki-pro-social-button-wrapper .nishiki-pro-social-button-inner .after-text {
  margin: 0.5rem 0 0;
}

.nishiki-pro-social-buttons a {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.nishiki-pro-social-button-style.nishiki-pro-social-button-style-01 a {
  padding: 0.6rem;
  border: 1px solid;
  color: var(--nishiki-pro-social-button-text-color);
}
.nishiki-pro-social-button-style.nishiki-pro-social-button-style-01 a:hover {
  background-color: var(--nishiki-pro-social-button-text-color);
  color: var(--nishiki-pro-social-button-background-color);
}
.nishiki-pro-social-button-style.nishiki-pro-social-button-style-02 a {
  color: var(--nishiki-pro-social-button-text-color);
  transition: filter 300ms ease;
}
.nishiki-pro-social-button-style.nishiki-pro-social-button-style-02 a:hover {
  color: var(--nishiki-pro-social-button-text-color);
  filter: brightness(0.6);
}

/*----- Form */
input[type=submit],
input[type=button] {
  box-sizing: border-box;
  padding: 0.7rem 2rem;
  border-style: solid;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=date],
input[type=number] {
  box-sizing: border-box;
  width: 100%;
  max-height: 3rem;
  padding: 0.7rem;
  border-width: 1px;
  border-style: solid;
}

input[type=submit],
button[type=submit],
fieldset {
  border-width: 1px;
  border-style: solid;
}

textarea[disabled],
input[disabled] {
  background: #eee;
  cursor: not-allowed;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  font: inherit;
  line-height: 0;
  cursor: pointer;
}

input[type=file]::-webkit-file-upload-button {
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid;
  line-height: normal;
}

input[type=file]::-webkit-file-upload-button:focus {
  outline-offset: -2px;
}

input[type=checkbox] {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem 0 0;
  border: 1px solid;
  outline: 0;
  vertical-align: middle;
}
input[type=checkbox]:checked:before {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  margin: -3px 0 0 -3px;
  font-family: icomoon;
  font-size: 0.8rem;
  content: "\ea10";
}

input[type=radio] {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem 0 0;
  border: 1px solid;
  border-radius: 50%;
  outline: 0;
  vertical-align: middle;
}
input[type=radio]:checked:before {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  margin: -3px 0 0 -3px;
  font-family: icomoon;
  font-size: 0.8rem;
  color: #fff;
  content: "\ea10";
}

/*
select {
	-webkit-appearance: none;
	font-size: inherit;
	border: 1px solid;
	box-sizing: border-box;
	min-height: 2rem;
	color: #444;
	padding: 1rem;

	&:not([multiple]) {
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGl0bGU+44Ki44O844OI44Ob44KZ44O844OI44KZIDE8L3RpdGxlPjxwYXRoIGQ9Ik0yNS4xMzc4Miw1OS44NjI1Niw1MC4wMDAxOSw4NC42NzA4NSw3NC44NjI1Nyw1OS44NjI1Niw4Mi41LDY3LjUsNTAsMTAwLDE3LjUsNjcuNVoiLz48cGF0aCBkPSJNMjUuMTM3NSw0MC4xMzc1LDUwLDE1LjMyOTIxLDc0Ljg2MjUsNDAuMTM3NSw4Mi41LDMyLjUsNTAsMCwxNy41LDMyLjVaIi8+PC9zdmc+") #fff no-repeat;
		background-position: right 1rem top 50%, 0 0;
		background-size: 1rem auto, 100%;
	}

	&[multiple] {
		font-size: 1rem;
	}
}
*/
select[multiple] {
  font-size: 1rem;
}

.wp-block-categories-dropdown,
.select-inner {
  position: relative;
}
.wp-block-categories-dropdown select,
.select-inner select {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.wp-block-categories-dropdown:after,
.select-inner:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNMjUuMTM3ODIsNTkuODYyNTYsNTAuMDAwMTksODQuNjcwODUsNzQuODYyNTcsNTkuODYyNTYsODIuNSw2Ny41LDUwLDEwMCwxNy41LDY3LjVaIi8+PHBhdGggZD0iTTI1LjEzNzUsNDAuMTM3NSw1MCwxNS4zMjkyMSw3NC44NjI1LDQwLjEzNzUsODIuNSwzMi41LDUwLDAsMTcuNSwzMi41WiIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNMjUuMTM3ODIsNTkuODYyNTYsNTAuMDAwMTksODQuNjcwODUsNzQuODYyNTcsNTkuODYyNTYsODIuNSw2Ny41LDUwLDEwMCwxNy41LDY3LjVaIi8+PHBhdGggZD0iTTI1LjEzNzUsNDAuMTM3NSw1MCwxNS4zMjkyMSw3NC44NjI1LDQwLjEzNzUsODIuNSwzMi41LDUwLDAsMTcuNSwzMi41WiIvPjwvc3ZnPg==");
  -webkit-mask-position: right 1rem top 50%, 0 0;
          mask-position: right 1rem top 50%, 0 0;
  -webkit-mask-size: 1rem auto, 100%;
          mask-size: 1rem auto, 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/*----- Search Box */
.wp-block-search {
  margin-top: 1.5rem;
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  max-width: 100%;
  flex: auto;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.wp-block-search .wp-block-search__button {
  max-width: 160px;
  height: 3rem;
  margin-left: 0.625em;
  padding: revert;
  border-color: currentColor;
  background-color: transparent;
  flex-basis: 23%;
}
.wp-block-search .wp-block-search__button.rich-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search .wp-block-search__button:hover svg {
  fill: currentColor;
}
.wp-block-search .wp-block-search__input {
  height: 4rem;
  padding: 0 1rem;
  border-color: currentColor;
  border-radius: 0;
  background-color: transparent;
  flex-basis: 75%;
  flex-grow: 1;
}

/*----- Filter Search */
.nishiki-pro-filter-search .wp-block-search__input {
  margin-bottom: 3rem;
  background-color: transparent;
}
.nishiki-pro-filter-search label {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.nishiki-pro-filter-search .taxonomy {
  margin-bottom: 2rem;
}
.nishiki-pro-filter-search .taxonomy .title {
  margin: 1rem 0 0.5rem;
  padding: 0;
  font-weight: bold;
  text-align: left;
}
.nishiki-pro-filter-search .taxonomy label {
  margin-right: 0.7rem;
}
.nishiki-pro-filter-search .relation {
  margin: 3rem 0 1rem;
  gap: 1rem;
}

/*----- Search Result */
.search-results .archives .nishiki-pro-filter-search {
  margin-top: 3rem;
}

/*----- Comment Area */
.comments-area {
  margin-bottom: 3rem;
}
.comments-area cite {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-style: normal;
}
.comments-area ol {
  padding: 0;
  list-style-type: none;
}
.comments-area ol.children {
  padding-left: 1rem;
}
.comments-area textarea {
  width: 100%;
}
.comments-area input:not([type=checkbox]):not([type=radio]) {
  box-sizing: border-box;
  padding: 1rem;
}
.comments-area .comments-title::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: icomoon;
  content: "\e96b";
}
.comments-area .comment-reply-title {
  margin-bottom: 0.5rem;
}
.comments-area .comment-notes {
  margin-top: 0;
}
.comments-area .comment-list {
  margin: 0;
}
.comments-area .comment-list li.depth-1 {
  padding: 0 0 1.5rem;
}
.comments-area .comment-list li .children {
  padding-top: 1.5rem;
}
.comments-area .comment-list li .bypostauthor {
  position: relative;
}
.comments-area .comment-list li img.avatar {
  float: left;
  margin-right: 1rem;
}
.comments-area .comment-list li .comment-body {
  position: relative;
  overflow: hidden;
  padding: 0 0.5rem 1rem;
  border-width: 0 0 1px 0;
  border-style: dotted;
}
.comments-area .comment-list li .comment-body p {
  margin-top: 0;
}
.comments-area .comment-list li .comment-meta {
  font-size: 0.75rem;
  text-align: right;
  letter-spacing: 0.05rem;
}
.comments-area .comment-list li .comment-meta .comment-reply-link {
  margin-top: 0.7rem;
  margin-right: 0.3rem;
  font-size: 0.8rem;
}
.comments-area .comment-list li .comment-meta .comment-reply-link::before {
  display: inline-block;
  margin-right: 0.2rem;
  font-family: icomoon;
  font-size: 1rem;
  vertical-align: sub;
  content: "\e96a";
}
.comments-area .comment-form-cookies-consent label {
  display: inline;
  cursor: pointer;
}
.comments-area #respond textarea,
.comments-area #respond input[type=text],
.comments-area #respond input[type=email],
.comments-area #respond input[type=url],
.comments-area #respond input[type=submit] {
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
}
.comments-area #respond input[type=submit] {
  padding: 0.7rem 2rem;
}
.comments-area #respond .comment-reply-title::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: icomoon;
  content: "\e96b";
}
.comments-area #respond .comment-form-comment label,
.comments-area #respond .comment-form-author label,
.comments-area #respond .comment-form-email label,
.comments-area #respond .comment-form-url label {
  display: block;
  margin-bottom: 0.3rem;
}

/*----- Overlay */
@-webkit-keyframes fadeoutBg {
  from {
    background-color: var(--nishiki-pro-menu-overlay-background-color);
  }
  to {
    background-color: transparent;
  }
}
@keyframes fadeoutBg {
  from {
    background-color: var(--nishiki-pro-menu-overlay-background-color);
  }
  to {
    background-color: transparent;
  }
}
.overlay {
  z-index: 10003;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  zoom: 1;
  align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.overlay [data-depth="0"] {
  text-align: center;
}
.overlay#menu-overlay [data-depth="0"] {
  text-align: left;
}
.overlay#menu-overlay .menu-item-has-children .arrow {
  display: flex;
  padding: 0 0.7rem;
  cursor: pointer;
  align-items: center;
}
.overlay .overlay-inner {
  padding: 0 1rem;
}
.overlay.menu-collapse {
  visibility: visible;
}
.overlay.panel-open {
  visibility: visible;
}
.overlay.panel-close {
  visibility: visible;
}
.overlay.panel-slide {
  transition: transform 300ms;
  transform: translateX(-100%);
}
.overlay.panel-slide.menu-collapse {
  transition: none;
  transform: translateX(0);
}
.overlay.panel-slide.panel-open {
  transform: translateX(0);
}
.overlay.panel-slide.panel-open.panel-blur-sm:before {
  -webkit-animation: backdropFilterBlurSmOn 300ms;
          animation: backdropFilterBlurSmOn 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-slide.panel-open.panel-blur-md:before {
  -webkit-animation: backdropFilterBlurMdOn 300ms;
          animation: backdropFilterBlurMdOn 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-slide.panel-open.panel-blur-lg:before {
  -webkit-animation: backdropFilterBlurLgOn 300ms;
          animation: backdropFilterBlurLgOn 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-slide.panel-close {
  transform: translateX(-100%);
}
.overlay.panel-slide.panel-close.panel-blur-sm:before {
  -webkit-animation: backdropFilterBlurSmOff 300ms;
          animation: backdropFilterBlurSmOff 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-slide.panel-close.panel-blur-md:before {
  -webkit-animation: backdropFilterBlurMdOff 300ms;
          animation: backdropFilterBlurMdOff 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-slide.panel-close.panel-blur-lg:before {
  -webkit-animation: backdropFilterBlurlgOff 300ms;
          animation: backdropFilterBlurlgOff 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-fade {
  height: 0;
}
.overlay.panel-fade.panel-open {
  -webkit-animation: panelFadeOpen 300ms;
          animation: panelFadeOpen 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-fade.panel-open.panel-blur-sm {
  -webkit-animation: panelFadeOpen 300ms, backdropFilterBlurSmOn 300ms;
          animation: panelFadeOpen 300ms, backdropFilterBlurSmOn 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-fade.panel-open.panel-blur-md {
  -webkit-animation: panelFadeOpen 300ms, backdropFilterBlurMdOn 300ms;
          animation: panelFadeOpen 300ms, backdropFilterBlurMdOn 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-fade.panel-open.panel-blur-lg {
  -webkit-animation: panelFadeOpen 300ms, backdropFilterBlurLgOn 300ms;
          animation: panelFadeOpen 300ms, backdropFilterBlurLgOn 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-fade.panel-close {
  -webkit-animation: panelFadeClose 300ms;
          animation: panelFadeClose 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-fade.panel-close.panel-blur-sm {
  -webkit-animation: panelFadeClose 300ms, backdropFilterBlurSmOff 300ms;
          animation: panelFadeClose 300ms, backdropFilterBlurSmOff 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-fade.panel-close.panel-blur-md {
  -webkit-animation: panelFadeClose 300ms, backdropFilterBlurMdOff 300ms;
          animation: panelFadeClose 300ms, backdropFilterBlurMdOff 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay.panel-fade.panel-close.panel-blur-lg {
  -webkit-animation: panelFadeClose 300ms, backdropFilterBlurlgOff 300ms;
          animation: panelFadeClose 300ms, backdropFilterBlurlgOff 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.overlay[class*=panel-blur-]::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@-webkit-keyframes panelFadeOpen {
  0% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes panelFadeOpen {
  0% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes panelFadeClose {
  0% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes panelFadeClose {
  0% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes backdropFilterBlurSmOn {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
@keyframes backdropFilterBlurSmOn {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
@-webkit-keyframes backdropFilterBlurSmOff {
  0% {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
@keyframes backdropFilterBlurSmOff {
  0% {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
@-webkit-keyframes backdropFilterBlurMdOn {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
@keyframes backdropFilterBlurMdOn {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
@-webkit-keyframes backdropFilterBlurMdOff {
  0% {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
@keyframes backdropFilterBlurMdOff {
  0% {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
@-webkit-keyframes backdropFilterBlurLgOn {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }
}
@keyframes backdropFilterBlurLgOn {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }
}
@-webkit-keyframes backdropFilterBlurLgOff {
  0% {
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
@keyframes backdropFilterBlurLgOff {
  0% {
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
.overlay .close {
  display: block;
  margin: 2rem auto;
  padding: 1rem;
  border: none;
  outline: none;
  background: transparent;
  color: currentColor;
}
.overlay .close i {
  display: block;
  font-size: 1rem;
}

/*----- Menu Overlay */
#menu-overlay {
  background-color: var(--nishiki-pro-menu-overlay-background-color-rgba);
  color: var(--nishiki-pro-menu-overlay-text-color);
}
#menu-overlay ul.menu-items {
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
  line-height: normal;
}
#menu-overlay ul.menu-items ul {
  position: relative;
  list-style-type: none;
}
#menu-overlay ul.menu-items li {
  position: relative;
  text-align: left;
  letter-spacing: normal;
}
#menu-overlay ul.menu-items li .menu-item-detail .title {
  line-height: normal;
}
#menu-overlay ul.menu-items li.animation-flash {
  -webkit-animation: fadeoutBg 550ms;
          animation: fadeoutBg 550ms;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
#menu-overlay ul.menu-items li.menu-item-selected > a .arrow i.icon-arrow-down {
  transform: rotateZ(180deg);
  transform-origin: center;
}
#menu-overlay ul.menu-items li a {
  display: block;
  height: auto;
  padding: 0.5rem 2.5rem 0.5rem 0.7rem;
  color: currentColor;
  cursor: pointer;
}
#menu-overlay ul.menu-items li a small {
  display: none;
}
#menu-overlay ul.menu-items li a i {
  display: inline-block;
  width: 0.8rem;
  height: 0.7rem;
  margin-right: 0.4rem;
  margin-left: 0;
  font-size: 0.8rem;
}
#menu-overlay ul.menu-items li a .arrow {
  position: absolute;
  z-index: 1;
  top: 0.4rem;
  right: 0.7rem;
  box-sizing: content-box;
  margin-left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#menu-overlay ul.menu-items li a .arrow i {
  display: block;
  width: 1rem;
  height: auto;
  margin-right: 0;
  margin-left: 0.5rem;
  padding: 0.3rem;
  font-size: 1rem;
  transition: transform 300ms ease;
}
#menu-overlay ul.menu-items li .sub-menu {
  display: none;
  padding-left: 0;
  font-size: 0.8rem;
}
#menu-overlay ul.menu-items li .sub-menu.show {
  display: block;
}
#menu-overlay ul.menu-items li .sub-menu a {
  position: relative;
  height: auto;
  padding-left: 1.5rem;
  line-height: normal;
}
#menu-overlay ul.menu-items li .sub-menu .sub-menu a {
  padding-left: 2rem;
}
#menu-overlay ul.menu-items li .sub-menu .sub-menu .sub-menu a {
  padding-left: 2.5rem;
}

/*----- Search Overlay */
#search-overlay {
  background-color: var(--nishiki-pro-search-overlay-background-color-rgba);
  color: var(--nishiki-pro-search-overlay-text-color);
}
#search-overlay form {
  max-width: 500px;
  margin: 0 auto;
}
#search-overlay input:focus,
#search-overlay select:focus,
#search-overlay button:focus {
  outline-color: var(--nishiki-pro-search-overlay-text-color);
}
#search-overlay .wp-block-search .wp-block-search__input {
  border: 1px solid currentColor;
  color: currentColor;
}
#search-overlay .wp-block-search .wp-block-search__input::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
#search-overlay .wp-block-search .wp-block-search__input:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.5;
}
#search-overlay .wp-block-search .wp-block-search__input::placeholder {
  color: currentColor;
  opacity: 0.5;
}
#search-overlay .wp-block-search .wp-block-search__button {
  border: 1px solid currentColor;
  background: transparent;
  color: currentColor;
}
#search-overlay .wp-block-search .wp-block-search__button:hover {
  border: 1px solid var(--nishiki-pro-search-overlay-text-color);
  background: var(--nishiki-pro-search-overlay-text-color);
  color: var(--nishiki-pro-search-overlay-background-color);
}
#search-overlay .nishiki-pro-filter-search {
  text-align: left;
}
#search-overlay .nishiki-pro-filter-search form {
  overflow-y: auto;
  max-height: 50vh;
  padding: 0 1rem;
}
#search-overlay .nishiki-pro-filter-search input, #search-overlay .nishiki-pro-filter-search select, #search-overlay .nishiki-pro-filter-search button {
  border-color: currentColor;
  color: currentColor;
}
#search-overlay .nishiki-pro-filter-search button[type=submit]:hover {
  border: 1px solid var(--nishiki-pro-search-overlay-text-color);
  background: var(--nishiki-pro-search-overlay-text-color);
  color: var(--nishiki-pro-search-overlay-background-color);
}
#search-overlay .nishiki-pro-filter-search input:checked {
  background-color: currentColor;
}
#search-overlay .nishiki-pro-filter-search input:checked:before {
  color: var(--nishiki-pro-search-overlay-background-color);
}

/*----- Block - Blockquote */
.wp-block-quote {
  margin-top: 0;
  margin-bottom: 0;
  border-left: none;
}
.wp-block-quote.is-large > *, .wp-block-quote.is-style-large > * {
  padding: 0 1.5rem;
}

/*----- Block - Embed */
.wp-block-embed {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-embed .wp-block-embed__wrapper .embed-video {
  position: static;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-embed figcaption {
  font-size: 0.9rem;
  text-align: center;
}
.wp-block-embed.aligncenter .wp-block-embed__wrapper > * {
  margin-right: auto;
  margin-left: auto;
}

/*----- Block - Gallery */
.wp-block-gallery {
  padding-left: 0;
}
.wp-block-gallery ul {
  padding-left: 0;
}
.wp-block-gallery figcaption {
  box-sizing: border-box;
}
.wp-block-gallery.alignfull ul {
  width: 100%;
}

/*----- Block - Image */
.wp-block-image img {
  transition: box-shadow 150ms ease;
}
.wp-block-image.alignfull img {
  margin-right: auto;
  margin-left: auto;
}
.wp-block-image figcaption {
  font-size: 0.9rem;
}

.is-style-nishiki-blocks-pro-image-circle-01 img {
  -webkit-clip-path: circle();
          clip-path: circle();
}

.is-style-nishiki-blocks-pro-image-rhombus-01 img {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.is-style-nishiki-blocks-pro-image-water-color-01 img {
  -webkit-mask: var(--nishiki-pro-image-style-water-color-01) center center no-repeat;
          mask: var(--nishiki-pro-image-style-water-color-01) center center no-repeat;
}

.is-style-nishiki-blocks-pro-image-water-color-02 img {
  -webkit-mask: var(--nishiki-pro-image-style-water-color-02) center center no-repeat;
          mask: var(--nishiki-pro-image-style-water-color-02) center center no-repeat;
}

.is-style-nishiki-blocks-pro-image-water-color-03 img {
  -webkit-mask: var(--nishiki-pro-image-style-water-color-03) center center no-repeat;
          mask: var(--nishiki-pro-image-style-water-color-03) center center no-repeat;
}

.is-style-nishiki-blocks-pro-image-ink-01 img {
  -webkit-mask: var(--nishiki-pro-image-style-ink-01) center center no-repeat;
          mask: var(--nishiki-pro-image-style-ink-01) center center no-repeat;
}

.is-style-nishiki-blocks-pro-image-ink-02 img {
  -webkit-mask: var(--nishiki-pro-image-style-ink-02) center center no-repeat;
          mask: var(--nishiki-pro-image-style-ink-02) center center no-repeat;
}

.is-style-nishiki-blocks-pro-image-ink-03 img {
  -webkit-mask: var(--nishiki-pro-image-style-ink-03) center center no-repeat;
          mask: var(--nishiki-pro-image-style-ink-03) center center no-repeat;
}

.is-style-nishiki-blocks-pro-image-fluid-01 img {
  -webkit-mask: var(--nishiki-pro-image-style-fluid-01) center center no-repeat;
          mask: var(--nishiki-pro-image-style-fluid-01) center center no-repeat;
}

.is-style-nishiki-blocks-pro-image-fluid-02 img {
  -webkit-mask: var(--nishiki-pro-image-style-fluid-02) center center no-repeat;
          mask: var(--nishiki-pro-image-style-fluid-02) center center no-repeat;
}

.is-style-nishiki-blocks-pro-image-fluid-03 img {
  -webkit-mask: var(--nishiki-pro-image-style-fluid-03) center center no-repeat;
          mask: var(--nishiki-pro-image-style-fluid-03) center center no-repeat;
}

/*----- Block - List */
ul.block-editor-block-list__block ul,
ul.block-editor-block-list__block ol,
ol.block-editor-block-list__block ul,
ol.block-editor-block-list__block ol {
  margin-left: 0;
}

ul[class*=is-style-nishiki-blocks-pro-list-] > li {
  box-sizing: content-box;
  list-style-type: none;
}
ul[class*=is-style-nishiki-blocks-pro-list-] > li::before {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  font-family: icomoon;
  font-size: 0.9rem;
  vertical-align: baseline;
}
ul[class*=is-style-nishiki-blocks-pro-list-].is-style-nishiki-blocks-pro-list-circle > li::before {
  content: "\eafd";
}
ul[class*=is-style-nishiki-blocks-pro-list-].is-style-nishiki-blocks-pro-list-check > li::before {
  content: "\ea10";
}
ul[class*=is-style-nishiki-blocks-pro-list-].is-style-nishiki-blocks-pro-list-arrow-right01 > li::before {
  content: "\e90a";
}
ul[class*=is-style-nishiki-blocks-pro-list-].is-style-nishiki-blocks-pro-list-arrow-right02 > li::before {
  content: "\ea46";
}
ul[class*=is-style-nishiki-blocks-pro-list-].is-style-nishiki-blocks-pro-list-arrow-right03 > li::before {
  content: "\ea42";
}
ul[class*=is-style-nishiki-blocks-pro-list-].is-style-nishiki-blocks-pro-list-arrow-right04 > li::before {
  content: "\ea04";
}

/* Block - Cover */
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
}

.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
}

.wp-block-cover .is-layout-constrained:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not([class*=wp-container-core-group-is-layout])) > * {
  max-width: 100%;
}

.is-style-nishiki-blocks-pro-cover-effect-01 > .wp-block-cover__background {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23adadad' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

.is-style-nishiki-blocks-pro-cover-effect-02 > .wp-block-cover__background::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-image: linear-gradient(-45deg, #fff 25%, #ebebeb00 25%, #ebebeb00 50%, #fff 50%, #fff 75%, #ebebeb00 75%, #ebebeb00);
  background-size: 4px 4px;
  content: "";
  mix-blend-mode: screen;
}

.is-style-nishiki-blocks-pro-cover-effect-03 > .wp-block-cover__background::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-image: linear-gradient(0deg, #fff 25%, #ebebeb00 25%, #ebebeb00 50%, #fff 50%, #fff 75%, #ebebeb00 75%, #ebebeb00);
  background-size: 4px 4px;
  content: "";
  mix-blend-mode: screen;
}

.is-style-nishiki-blocks-pro-cover-effect-04 > .wp-block-cover__background::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-image: linear-gradient(90deg, #fff 25%, #ebebeb00 25%, #ebebeb00 50%, #fff 50%, #fff 75%, #ebebeb00 75%, #ebebeb00);
  background-size: 4px 4px;
  content: "";
  mix-blend-mode: screen;
}

.is-style-nishiki-blocks-pro-cover-effect-05 > img {
  transition: all 300ms ease;
}
.is-style-nishiki-blocks-pro-cover-effect-05:hover > img {
  transform: scale(1.05);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

/*----- Block - Latestposts */
.wp-block-latest-posts {
  padding: 0;
}
@media only screen and (max-width:680px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}

/*----- Block - RSS */
.wp-block-nishiki-blocks-pro-rss-items.articles header {
  color: inherit;
}

@media only screen and (max-width:680px) {
  .wp-block-rss.columns-2 li {
    width: calc(( 100% / 2 ) - 16px);
  }
  .wp-block-rss.columns-3 li {
    width: calc(( 100% / 3 ) - 16px);
  }
  .wp-block-rss.columns-4 li {
    width: calc(( 100% / 4 ) - 16px);
  }
  .wp-block-rss.columns-5 li {
    width: calc(( 100% / 5 ) - 16px);
  }
  .wp-block-rss.columns-6 li {
    width: calc(( 100% / 6 ) - 16px);
  }
}
/*----- Block - Mediatext */
@media only screen and (max-width:680px) {
  .wp-block-media-text .wp-block-media-text__content {
    width: 90%;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .wp-block-media-text .wp-block-media-text__content > *:first-child {
    margin-top: 0;
  }
  .wp-block-media-text .wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
  }

  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
@media only screen and (min-width: 681px) {
  .wp-block-media-text__content > *:first-child {
    margin-top: 0;
  }
  .wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
  }
}
/*----- Block - Pragraph */
.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-left {
  text-align: left;
}

@media only screen and (max-width:680px) {
  p[class*=is-style-nishiki-blocks-pro-paragraph] {
    padding: 1rem;
  }
  p[class*=is-style-nishiki-blocks-pro-paragraph]::before {
    position: static;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    transform: translateY(0);
  }
}
/*----- Block - Pullquote */
.wp-block-pullquote {
  border: none;
}
.wp-block-pullquote blockquote > .block-editor-rich-text p {
  font-size: 1.1rem;
}
.wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p {
  font-size: 1.1rem;
}
.wp-block-pullquote cite {
  font-size: 0.8rem;
}

/*----- Block - Preformatted */
.wp-block-preformatted {
  border: 1px dotted #aaa;
  border-radius: 4px;
  background: #fff;
  color: #444;
}

/*----- Block - Separator */
.wp-block-separator {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-separator.has-background:not(.is-style-dots):not(.is-style-nishiki-blocks-pro-separator-double) {
  height: 1px;
  border: none;
}
.wp-block-separator.has-background:not(.is-style-dots):not(.is-style-nishiki-blocks-pro-separator-double):not(.is-style-wide) {
  max-width: 100px;
  height: 2px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.is-style-nishiki-blocks-pro-separator-double) {
  max-width: 100px;
}
.wp-block-separator.is-style-nishiki-blocks-pro-separator-double {
  border: inherit;
  border-top-width: 3px;
  border-top-style: double;
  background: none;
}

/*----- Block - Table */
.wp-block-table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-table th, .wp-block-table td {
  border: 1px solid;
  border-color: inherit;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-width: 0;
}

@media only screen and (max-width: 768px) {
  .wp-block-table.is-tablet-scroll .has-fixed-layout th,
.wp-block-table.is-tablet-scroll .has-fixed-layout td {
    width: 160px;
  }
}
@media only screen and (max-width:680px) {
  .wp-block-table.is-smartphone-scroll .has-fixed-layout th,
.wp-block-table.is-smartphone-scroll .has-fixed-layout td {
    width: 160px;
  }
}
/*----- Block - Verse */
.wp-block-verse {
  border: 4px double #ccc;
  border-radius: 4px;
  background: #fff;
  color: #444;
}

/*----- Block - Code */
pre.wp-block-code {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 0.8rem;
  color: #444;
}

/*----- Block - Video */
.wp-block-video video {
  vertical-align: bottom;
}
.wp-block-video figcaption {
  font-size: 0.9rem;
  text-align: center;
}

/*----- Block - Buttons */
.wp-block-button .wp-block-button__link {
  transition: all 150ms ease;
}
.wp-block-button.is-style-main-color .wp-block-button__link {
  background-color: var(--nishiki-pro-main-color-01);
  color: var(--nishiki-pro-main-color-02);
}
.wp-block-button.is-style-accent-color .wp-block-button__link {
  background-color: var(--nishiki-pro-accent-color-01);
  color: var(--nishiki-pro-accent-color-02);
}

/*----- Block - Group */
.wp-block-group {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.wp-block-group > *:first-child {
  margin-top: 0;
}
.wp-block-group > *:last-child {
  margin-bottom: 0;
}

.has-background:not(.wp-block-separator):not(.wp-block-button__link):not(.is-style-nishiki-blocks-pro-group-stripe-02):not([class*=is-style-nishiki-blocks-pro]) {
  padding: 1.5em;
}

[class*=is-style-nishiki-blocks-pro-group-icon] {
  position: relative;
  padding: 0;
  padding: 1.5rem 1.5rem 1.5rem 4.7rem;
}

.is-style-nishiki-blocks-pro-group-dot-01 {
  padding: 1.5em;
  background-image: radial-gradient(circle at center center, #c7c7c7 1%, transparent 1%);
  background-size: 5px 5px;
}

.is-style-nishiki-blocks-pro-group-check-01 {
  padding: 1.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23f5f5f5' %3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}

.is-style-nishiki-blocks-pro-group-stripe-01 {
  padding: 1.5em;
  background-image: repeating-linear-gradient(135deg, var(--nishiki-pro-base-color), var(--nishiki-pro-base-color) 4px, rgba(240, 240, 240, 0.8) 4px, rgba(240, 240, 240, 0.8) 8px);
  background-size: auto auto;
}

.is-style-nishiki-blocks-pro-group-stripe-02 {
  padding: 0;
}
.is-style-nishiki-blocks-pro-group-stripe-02::before, .is-style-nishiki-blocks-pro-group-stripe-02::after {
  display: block;
  width: 100%;
  height: 1.5em;
  background: var(--nishiki-pro-base-color);
  background-image: repeating-linear-gradient(135deg, var(--nishiki-pro-base-color), var(--nishiki-pro-base-color) 4px, rgba(240, 240, 240, 0.8) 4px, rgba(240, 240, 240, 0.8) 8px);
  content: "";
}
.is-style-nishiki-blocks-pro-group-stripe-02::before {
  margin-bottom: 1.5em;
}
.is-style-nishiki-blocks-pro-group-stripe-02::after {
  margin-top: 1.5em;
}
[class*=is-style-nishiki-blocks-pro-group-icon]::before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  font-family: "icomoon";
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-50%);
}

.is-style-nishiki-blocks-pro-group-icon-info-01 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-group-icon-info-01::before {
  content: "\ea0c";
}

.is-style-nishiki-blocks-pro-group-icon-info-02 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-group-icon-info-02::before {
  content: "\e922";
}

.is-style-nishiki-blocks-pro-group-icon-warning-01 {
  border: 1px solid #f2ca00;
  background: #fdfbf7;
}
.is-style-nishiki-blocks-pro-group-icon-warning-01::before {
  color: #f2ca00;
  content: "\ea07";
}

.is-style-nishiki-blocks-pro-group-icon-question-01 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-group-icon-question-01::before {
  content: "\ea09";
}

.is-style-nishiki-blocks-pro-group-icon-checkmark-01 {
  border: 1px solid #83d6a8;
  background: #f6f9f6;
}
.is-style-nishiki-blocks-pro-group-icon-checkmark-01::before {
  color: #83d6a8;
  content: "\ea10";
}

.is-style-nishiki-blocks-pro-group-icon-point-01 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-group-icon-point-01::before {
  content: "\ea04";
}

.is-style-nishiki-blocks-pro-group-icon-point-02 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-group-icon-point-02::before {
  content: "\e986";
}

.is-style-nishiki-blocks-pro-group-icon-point-03 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-group-icon-point-03::before {
  content: "\e906";
}

.is-style-nishiki-blocks-pro-group-icon-point-04 {
  border: 1px solid #ccc;
  background: #fafafa;
}
.is-style-nishiki-blocks-pro-group-icon-point-04::before {
  content: "\e91f";
}

.is-style-nishiki-blocks-pro-group-icon-circle-01 {
  border: 1px solid #f18383;
  background: #fff7f4;
}
.is-style-nishiki-blocks-pro-group-icon-circle-01::before {
  color: #f18383;
  content: "\ea56";
}

.is-style-nishiki-blocks-pro-group-icon-cross-01 {
  border: 1px solid #83a9f1;
  background: #f4f8ff;
}
.is-style-nishiki-blocks-pro-group-icon-cross-01::before {
  color: #83a9f1;
  content: "\ea0f";
}

@media only screen and (max-width:680px) {
  [class*=is-style-nishiki-blocks-pro-group-icon] {
    padding: 1rem;
  }
  [class*=is-style-nishiki-blocks-pro-group-icon]::before {
    position: static;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    transform: translateY(0);
  }
}
/*----- Block - Balloon */
.wp-block-nishiki-blocks-pro-balloon {
  display: flex;
  margin: 1.5rem 0;
  align-items: start;
}
.wp-block-nishiki-blocks-pro-balloon figure {
  margin: 0;
}
.wp-block-nishiki-blocks-pro-balloon figcaption {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.7rem;
  text-align: center;
}
.wp-block-nishiki-blocks-pro-balloon p {
  margin: 0;
  word-break: break-all;
}
.wp-block-nishiki-blocks-pro-balloon p.text {
  position: relative;
  text-align: left;
}
.wp-block-nishiki-blocks-pro-balloon .image {
  text-align: center;
  flex-basis: 80px;
  flex-shrink: 0;
}
.wp-block-nishiki-blocks-pro-balloon .image img {
  max-width: 48px;
  vertical-align: bottom;
}
.wp-block-nishiki-blocks-pro-balloon.animation-vibration p {
  display: inline-block;
  -webkit-animation: vibration 0.1s infinite;
          animation: vibration 0.1s infinite;
}
.wp-block-nishiki-blocks-pro-balloon.type-serif p {
  padding: 0.8rem 1.2rem;
  border-radius: 0.4em;
}
.wp-block-nishiki-blocks-pro-balloon.type-serif p::after {
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  content: "";
}
.wp-block-nishiki-blocks-pro-balloon.type-think p {
  padding: 0.8rem 1.2rem;
  border-radius: 2rem;
}
.wp-block-nishiki-blocks-pro-balloon.type-think p::before {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: inherit;
  content: "";
}
.wp-block-nishiki-blocks-pro-balloon.type-think p::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: inherit;
  content: "";
}
.wp-block-nishiki-blocks-pro-balloon.balloon-left.type-serif .image {
  margin-right: 1rem;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-left.type-serif p::after {
  top: 2rem;
  left: 0;
  margin-top: -12px;
  margin-left: -12px;
  border-right-color: inherit;
  border-left: 0;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-left.type-think .image {
  margin-right: 2.5rem;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-left.type-think p::before {
  top: 7px;
  left: -22px;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-left.type-think p::after {
  top: 20px;
  left: -35px;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-right {
  flex-direction: row-reverse;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-right.type-serif .image {
  margin-left: 1rem;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-right.type-serif p::after {
  top: 2rem;
  right: 0;
  margin-top: -12px;
  margin-right: -12px;
  border-right: 0;
  border-left-color: inherit;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-right.type-think .image {
  margin-left: 2.5rem;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-right.type-think p::before {
  top: 7px;
  right: -22px;
}
.wp-block-nishiki-blocks-pro-balloon.balloon-right.type-think p::after {
  top: 20px;
  right: -35px;
}

@media only screen and (max-width:680px) {
  .wp-block-nishiki-blocks-pro-balloon.is-stack {
    display: block;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack .image {
    max-width: 80px;
    margin-bottom: 1rem;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack p {
    min-width: 80px;
    margin-top: 0.5rem;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-left.type-serif p {
    display: inline-block;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-left.type-serif p::after {
    top: 0;
    left: 40px;
    width: 0;
    height: 0;
    margin-top: -12px;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-left.type-think p {
    display: inline-block;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-left.type-think p::before {
    top: -8px;
    left: 23px;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-left.type-think p::after {
    top: -20px;
    left: 35px;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-right {
    text-align: right;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-right.type-serif .image {
    margin-right: 0;
    margin-left: auto;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-right.type-serif p {
    display: inline-block;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-right.type-serif p::after {
    top: 0;
    right: 40px;
    width: 0;
    height: 0;
    margin-top: -12px;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-right.type-think .image {
    margin-right: 0;
    margin-left: auto;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-right.type-think p {
    display: inline-block;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-right.type-think p::before {
    top: -8px;
    right: 23px;
  }
  .wp-block-nishiki-blocks-pro-balloon.is-stack.balloon-right.type-think p::after {
    top: -20px;
    right: 35px;
  }
}
/*----- Block - Frame */
.wp-block-nishiki-blocks-pro-frame {
  position: relative;
  margin: 0 auto;
  background-size: cover;
}
.wp-block-nishiki-blocks-pro-frame.has-frame-margin {
  margin: 1.5rem auto;
}
.wp-block-nishiki-blocks-pro-frame > * {
  position: relative;
}
.wp-block-nishiki-blocks-pro-frame:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: "";
}
.wp-block-nishiki-blocks-pro-frame > .image:before {
  z-index: 1;
  background-color: inherit;
  content: "";
}
.wp-block-nishiki-blocks-pro-frame > .image.aspect-ratio img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-nishiki-blocks-pro-frame .detail {
  z-index: 1;
}
.wp-block-nishiki-blocks-pro-frame .label {
  z-index: 2;
}
.wp-block-nishiki-blocks-pro-frame .label.label-left-top {
  top: 0;
  left: 0;
}
.wp-block-nishiki-blocks-pro-frame .label.label-right-top {
  top: 0;
  right: 0;
}
.wp-block-nishiki-blocks-pro-frame .label.label-left-bottom {
  bottom: 0;
  left: 0;
}
.wp-block-nishiki-blocks-pro-frame .label.label-right-bottom {
  right: 0;
  bottom: 0;
}
.wp-block-nishiki-blocks-pro-frame .label-ribbon {
  position: absolute;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.wp-block-nishiki-blocks-pro-frame .label-ribbon span {
  position: relative;
  display: block;
  width: 160px;
  text-align: center;
}
.wp-block-nishiki-blocks-pro-frame .label-ribbon.label-left-top span {
  top: 27px;
  left: -36px;
  transform: rotate(-45deg);
}
.wp-block-nishiki-blocks-pro-frame .label-ribbon.label-right-top span {
  top: 27px;
  right: 0;
  transform: rotate(45deg);
}
.wp-block-nishiki-blocks-pro-frame .label-ribbon.label-left-bottom span {
  top: 59px;
  left: -36px;
  transform: rotate(45deg);
}
.wp-block-nishiki-blocks-pro-frame .label-ribbon.label-right-bottom span {
  top: 58px;
  left: -5px;
  transform: rotate(-45deg);
}
.wp-block-nishiki-blocks-pro-frame .label-normal {
  position: absolute;
  font-size: 0.8rem;
  line-height: 1;
}
.wp-block-nishiki-blocks-pro-frame .label-normal span {
  display: inline-block;
  padding: 0.4rem 0.5rem;
}

/*----- Block - QA */
.wp-block-nishiki-blocks-pro-qa {
  display: flex;
  margin: 1.5rem 0;
  align-items: baseline;
}
.wp-block-nishiki-blocks-pro-qa .text {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-left: 1rem;
  text-align: left;
  word-break: break-all;
}
.wp-block-nishiki-blocks-pro-qa.nishiki-blocks-pro-qa-divider {
  padding-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
}
.wp-block-nishiki-blocks-pro-qa.solid {
  border-bottom-style: solid;
}
.wp-block-nishiki-blocks-pro-qa.dotted {
  border-bottom-style: dotted;
}
.wp-block-nishiki-blocks-pro-qa.dashed {
  border-bottom-style: dashed;
}
.wp-block-nishiki-blocks-pro-qa .qatype {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  flex-shrink: 0;
}
.wp-block-nishiki-blocks-pro-qa.qatype-A.qaindent {
  padding-left: 0.7rem;
}

/*----- Block - QA */
.wp-block-nishiki-blocks-pro-faq {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
  gap: 1.5rem;
}
.wp-block-nishiki-blocks-pro-faq .type-Q,
.wp-block-nishiki-blocks-pro-faq .type-A {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
.wp-block-nishiki-blocks-pro-faq .type-Q p {
  margin: 0;
  flex: 1;
}
.wp-block-nishiki-blocks-pro-faq .type-A .__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-nishiki-blocks-pro-faq .type-A .__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-nishiki-blocks-pro-faq.has-divider {
  padding-bottom: 1.5rem;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-left-width: 0;
}
.wp-block-nishiki-blocks-pro-faq.has-divider.divider-solid {
  border-style: solid;
}
.wp-block-nishiki-blocks-pro-faq.has-divider.divider-dashed {
  border-style: dashed;
}
.wp-block-nishiki-blocks-pro-faq.has-divider.divider-dotted {
  border-style: dotted;
}
.wp-block-nishiki-blocks-pro-faq .type {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.625rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
.wp-block-nishiki-blocks-pro-faq.has-indent .type-A {
  padding-left: 0.75rem;
}
.wp-block-nishiki-blocks-pro-faq .border {
  border-width: 1px;
}
.wp-block-nishiki-blocks-pro-faq .border-2 {
  border-width: 2px;
}
.wp-block-nishiki-blocks-pro-faq .border-4 {
  border-width: 4px;
}
.wp-block-nishiki-blocks-pro-faq .border-8 {
  border-width: 8px;
}
.wp-block-nishiki-blocks-pro-faq .rounded {
  border-radius: 0.25rem;
}
.wp-block-nishiki-blocks-pro-faq .rounded-md {
  border-radius: 0.375rem;
}
.wp-block-nishiki-blocks-pro-faq .rounded-none {
  border-radius: 0px;
}
.wp-block-nishiki-blocks-pro-faq .rounded-sm {
  border-radius: 0.125rem;
}
.wp-block-nishiki-blocks-pro-faq .rounded-lg {
  border-radius: 0.5rem;
}
.wp-block-nishiki-blocks-pro-faq .rounded-xl {
  border-radius: 0.75rem;
}
.wp-block-nishiki-blocks-pro-faq .rounded-2xl {
  border-radius: 1rem;
}
.wp-block-nishiki-blocks-pro-faq .rounded-3xl {
  border-radius: 1.5rem;
}
.wp-block-nishiki-blocks-pro-faq .rounded-full {
  border-radius: 9999px;
}
.wp-block-nishiki-blocks-pro-faq .__inner-container {
  overflow: hidden;
  word-break: break-all;
  flex: 1;
}

/*----- Block - Timeline */
.wp-block-nishiki-blocks-pro-timelines {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline {
  position: relative;
  padding-bottom: 1.5rem;
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline.has-border:not(:focus)::after {
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background-color: var(--bordercolor, currentColor);
  content: "";
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline:not(.has-icon)::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -9px;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid var(--iconcolor, currentColor);
  border-radius: 50%;
  background-color: #fff;
  letter-spacing: 0;
  content: "";
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline:not(.has-icon) .text {
  position: relative;
  top: -7px;
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline:last-child {
  padding-bottom: 0;
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline .icon {
  position: absolute;
  z-index: 1;
  left: 0;
  display: block;
  margin-right: 2rem;
  text-align: center;
  letter-spacing: 0;
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline .icon i {
  position: absolute;
  top: 0;
  left: -17px;
  padding: 0.5rem;
  font-size: 1rem;
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline .text {
  margin-left: 2rem;
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline .text > *:first-child {
  margin-top: 0;
}
.wp-block-nishiki-blocks-pro-timelines .wp-block-nishiki-blocks-pro-timeline .text > *:last-child {
  margin-bottom: 0;
}

/** バージョン2 **/
.wp-block-nishiki-blocks-pro-timeline2 {
  --adjust-padding-left:-16px;
  position: relative;
  padding-left: calc(12px + 0.2rem);
}
.wp-block-nishiki-blocks-pro-timeline2 .wp-block-nishiki-blocks-pro-timeline-content {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 2rem;
  line-height: 1;
}
.wp-block-nishiki-blocks-pro-timeline2 .wp-block-nishiki-blocks-pro-timeline-content .details > *:first-child {
  margin-top: 0;
}
.wp-block-nishiki-blocks-pro-timeline2 .wp-block-nishiki-blocks-pro-timeline-content .details > *:last-child {
  margin-bottom: 0;
}
.wp-block-nishiki-blocks-pro-timeline2 .wp-block-nishiki-blocks-pro-timeline-content:not(:last-child) {
  margin-bottom: 0;
}
.wp-block-nishiki-blocks-pro-timeline2 .wp-block-nishiki-blocks-pro-timeline-content.has-line::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--bordercolor, currentColor);
  content: "";
}
.wp-block-nishiki-blocks-pro-timeline2 .wp-block-nishiki-blocks-pro-timeline-content:not(.has-icon)::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -7px;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid var(--iconcolor, currentColor);
  border-radius: 50%;
  background-color: var(--wp--preset--color--background, #fff);
  letter-spacing: 0;
  content: "";
}
.wp-block-nishiki-blocks-pro-timeline2 .wp-block-nishiki-blocks-pro-timeline-content .icon {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -18px;
  padding: 0.5rem;
  border: 2px solid var(--iconcolor, currentColor);
  border-radius: 50%;
  background: var(--wp--preset--color--background, #fff);
  line-height: 0;
}

/*----- Block - Button */
.wp-block-nishiki-blocks-pro-button {
  margin: 1.5rem 0;
}
.wp-block-nishiki-blocks-pro-button.center {
  text-align: center;
}
.wp-block-nishiki-blocks-pro-button.left {
  text-align: left;
}
.wp-block-nishiki-blocks-pro-button.right {
  text-align: right;
}
.wp-block-nishiki-blocks-pro-button.horizon .rich-text {
  display: inline-block;
}
.wp-block-nishiki-blocks-pro-button.horizon i {
  font-size: 0.85rem;
}
.wp-block-nishiki-blocks-pro-button.horizon i.icon-before {
  margin-right: 0.5rem;
}
.wp-block-nishiki-blocks-pro-button.horizon i.icon-after {
  margin-left: 0.5rem;
}
.wp-block-nishiki-blocks-pro-button.vertical i {
  display: block;
}
.wp-block-nishiki-blocks-pro-button.vertical i.icon-before {
  margin-bottom: 0.4rem;
}
.wp-block-nishiki-blocks-pro-button.vertical i.icon-after {
  margin-top: 0.4rem;
}
.wp-block-nishiki-blocks-pro-button .btn {
  display: inline-block;
  padding: 0.7rem 2rem;
  text-align: center;
  transition: all 150ms ease;
}
.wp-block-nishiki-blocks-pro-button.effect-shine a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.wp-block-nishiki-blocks-pro-button.effect-shine a::before {
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  transition: 400ms ease-in-out;
  transform: rotate(-45deg);
}
.wp-block-nishiki-blocks-pro-button.effect-shine a:hover::before {
  left: 60%;
}
.wp-block-nishiki-blocks-pro-button.effect-zoom {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wp-block-nishiki-blocks-pro-button.effect-zoom a {
  transition: 100ms ease-in-out;
}
.wp-block-nishiki-blocks-pro-button.effect-zoom a:hover {
  transform: scale(1.2);
}
.wp-block-nishiki-blocks-pro-button.effect-infinite a::before {
  -webkit-animation: wp-block-nishiki-blocks-pro-button-animate-infinity 2s infinite linear;
          animation: wp-block-nishiki-blocks-pro-button-animate-infinity 2s infinite linear;
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-button-border-01 .btn {
  position: relative;
  border: 1px solid currentColor;
  border-radius: 0;
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-button-border-01 .btn::after {
  position: absolute;
  right: -0.4em;
  bottom: -0.4em;
  width: 100%;
  height: 100%;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  content: "";
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-button-border-02 .btn {
  position: relative;
  overflow: hidden;
  padding: 0.7rem 2rem calc(0.7rem + 7px);
  border: 1px solid currentColor;
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-button-border-02 .btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  border-top: 1px solid currentColor;
  background-image: repeating-linear-gradient(45deg, currentColor, currentColor 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  content: "";
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

@-webkit-keyframes wp-block-nishiki-blocks-pro-button-animate-infinity {
  0%, 50% {
    left: -200%;
  }
  70%, 100% {
    left: 60%;
  }
}

@keyframes wp-block-nishiki-blocks-pro-button-animate-infinity {
  0%, 50% {
    left: -200%;
  }
  70%, 100% {
    left: 60%;
  }
}
/*----- Block - Card */
.wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  text-decoration: none;
}
.wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-label {
  position: absolute;
  z-index: 1;
  top: -0.9rem;
  left: 0.7rem;
  display: inline-block;
  padding: 0.4rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
}
.wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-image img {
  vertical-align: bottom;
}
.wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text {
  padding: 0.7rem;
  font-size: 1rem;
}
.wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-title {
  display: block;
  font-weight: bold;
  line-height: 1.6;
}
.wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-desc {
  display: block;
  margin: 0.3rem 0;
  font-size: 0.8rem;
  line-height: 1.6;
}
.wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-domain {
  display: block;
  font-size: 0.8rem;
  color: #aaa;
}
.wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-domain .card-favicon {
  margin-right: 0.4rem;
  vertical-align: middle;
}
.wp-block-nishiki-blocks-pro-card.has-margin {
  margin: 1.5rem 0;
}
.wp-block-nishiki-blocks-pro-card.card-image-right .nishiki-pro-card-inner {
  flex-direction: row-reverse;
}
.wp-block-nishiki-blocks-pro-card.horizontal .nishiki-pro-card-inner {
  min-height: 135px;
}
.wp-block-nishiki-blocks-pro-card.horizontal .nishiki-pro-card-inner .card-image {
  position: relative;
  height: auto;
  flex-basis: 240px;
  flex-shrink: 1;
}
.wp-block-nishiki-blocks-pro-card.horizontal .nishiki-pro-card-inner .card-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-nishiki-blocks-pro-card.horizontal .nishiki-pro-card-inner .card-text {
  overflow: hidden;
  flex-basis: 400px;
  flex-grow: 1;
}
.wp-block-nishiki-blocks-pro-card.horizontal .nishiki-pro-card-inner .card-text .card-title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wp-block-nishiki-blocks-pro-card.horizontal .nishiki-pro-card-inner .card-text .card-desc {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wp-block-nishiki-blocks-pro-card.vertical .nishiki-pro-card-inner {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-title-ellipsis .card-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-title-ellipsis .card-title.title-ellipsis-1 {
  -webkit-line-clamp: 1;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-title-ellipsis .card-title.title-ellipsis-2 {
  -webkit-line-clamp: 2;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-title-ellipsis .card-title.title-ellipsis-3 {
  -webkit-line-clamp: 3;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-desc-ellipsis .card-desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-desc-ellipsis .card-desc.desc-ellipsis-1 {
  -webkit-line-clamp: 1;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-desc-ellipsis .card-desc.desc-ellipsis-2 {
  -webkit-line-clamp: 2;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-desc-ellipsis .card-desc.desc-ellipsis-3 {
  -webkit-line-clamp: 3;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-aspect-ratio .card-image {
  position: relative;
}
.wp-block-nishiki-blocks-pro-card.vertical.has-aspect-ratio .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-nishiki-blocks-pro-card.has-card-label {
  margin-top: 2.4rem;
}

@media only screen and (max-width: 680px) {
  .wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner {
    display: block;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-image {
    width: 100%;
  }
  .wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-title {
    font-size: 0.8rem;
    white-space: normal;
  }
  .wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-desc {
    font-size: 0.7rem;
    white-space: normal;
  }
  .wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-domain {
    font-size: 0.7rem;
  }
  .wp-block-nishiki-blocks-pro-card.horizontal .nishiki-pro-card-inner .card-image img {
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-title {
    font-size: 0.8rem;
  }
  .wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-desc {
    font-size: 0.7rem;
  }
  .wp-block-nishiki-blocks-pro-card .nishiki-pro-card-inner .card-text .card-domain {
    font-size: 0.7rem;
  }
  .wp-block-nishiki-blocks-pro-card.horizontal .nishiki-pro-card-inner {
    min-height: 100px;
  }
  .wp-block-nishiki-blocks-pro-card.horizontal .nishiki-pro-card-inner .card-image {
    flex-basis: 180px;
  }
}
/*----- Block - Section */
.wp-block-nishiki-blocks-pro-section {
  position: relative;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  background-position: center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.wp-block-nishiki-blocks-pro-section .media-button {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
}
.wp-block-nishiki-blocks-pro-section .media-button .image-delete-button {
  margin-left: 0.5rem;
}
.wp-block-nishiki-blocks-pro-section .container {
  position: relative;
  z-index: 1;
}
.wp-block-nishiki-blocks-pro-section .container > *:first-child {
  margin-top: 0;
}
.wp-block-nishiki-blocks-pro-section .container > *:last-child {
  margin-bottom: 0;
}
.wp-block-nishiki-blocks-pro-section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: "";
}
.wp-block-nishiki-blocks-pro-section.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-nishiki-blocks-pro-section.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-nishiki-blocks-pro-section.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-nishiki-blocks-pro-section .divider {
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.wp-block-nishiki-blocks-pro-section .divider.top-divider {
  top: -1px;
}
.wp-block-nishiki-blocks-pro-section .divider.bottom-divider {
  bottom: -1px;
}
.wp-block-nishiki-blocks-pro-section .divider svg {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: inherit;
}

.wp-block-nishiki-blocks-pro-section2 {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  background-position: center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.wp-block-nishiki-blocks-pro-section2 .media-button {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
}
.wp-block-nishiki-blocks-pro-section2 .media-button .image-delete-button {
  margin-left: 0.5rem;
}
.wp-block-nishiki-blocks-pro-section2 .inner-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
}
.wp-block-nishiki-blocks-pro-section2 .inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-nishiki-blocks-pro-section2 .inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-nishiki-blocks-pro-section2:not(.alignfull):not(.alignwide) .inner-container {
  max-width: revert;
}
.wp-block-nishiki-blocks-pro-section2.alignfull .inner-container, .wp-block-nishiki-blocks-pro-section2.alignwide .inner-container {
  max-width: min(90%, var(--nishiki-pro-site-content-width));
}
.wp-block-nishiki-blocks-pro-section2.alignfull .alignfull,
.wp-block-nishiki-blocks-pro-section2.alignfull .alignwide, .wp-block-nishiki-blocks-pro-section2.alignwide .alignfull,
.wp-block-nishiki-blocks-pro-section2.alignwide .alignwide {
  width: revert;
}
.wp-block-nishiki-blocks-pro-section2::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: "";
}
.wp-block-nishiki-blocks-pro-section2.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-nishiki-blocks-pro-section2.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-nishiki-blocks-pro-section2.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-nishiki-blocks-pro-section2 .divider {
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.wp-block-nishiki-blocks-pro-section2 .divider.top-divider {
  top: -1px;
}
.wp-block-nishiki-blocks-pro-section2 .divider.bottom-divider {
  bottom: -1px;
}
.wp-block-nishiki-blocks-pro-section2 .divider svg {
  display: block;
  line-height: 1;
  cursor: inherit;
}

/*----- Block - Icon */
.wp-block-nishiki-blocks-pro-icon {
  line-height: 1;
}
.wp-block-nishiki-blocks-pro-icon i.icomoon::before {
  display: inline-block;
}
.wp-block-nishiki-blocks-pro-icon .icon-small {
  font-size: 2rem;
}
.wp-block-nishiki-blocks-pro-icon .icon-medium {
  font-size: 3rem;
}
.wp-block-nishiki-blocks-pro-icon .icon-large {
  font-size: 4rem;
}

/*----- Block - Radarchart */
.wp-block-nishiki-blocks-pro-radarchart {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.wp-block-nishiki-blocks-pro-radarchart .radar-chart-canvas .radar-chart {
  transform: translate(50%, 50%);
}
.wp-block-nishiki-blocks-pro-radarchart figure {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 96px;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
}
.wp-block-nishiki-blocks-pro-radarchart .chart-caption {
  text-anchor: middle;
}
.wp-block-nishiki-blocks-pro-radarchart .chart-shape {
  fill-opacity: 0.5;
}
.wp-block-nishiki-blocks-pro-radarchart .chart-axis,
.wp-block-nishiki-blocks-pro-radarchart .chart-circle {
  stroke-width: 0.2;
}

/*----- Block - Keyboard */
.nishiki-pro-keyboard {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0 0.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #b5b5b5;
  line-height: 1.5;
}

/*----- Block - Tabs */
div[class*=wp-block-nishiki-blocks-pro-tabs] {
  margin: 1.5rem 0;
}
div[class*=wp-block-nishiki-blocks-pro-tabs].has-margin .tab-titles {
  gap: 0.5rem;
}
div[class*=wp-block-nishiki-blocks-pro-tabs].has-margin .tab-titles .tab {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
div[class*=wp-block-nishiki-blocks-pro-tabs].has-margin .tab-titles .tab:last-child {
  margin-right: 0;
}
div[class*=wp-block-nishiki-blocks-pro-tabs].has-title-border .tab-titles .tab {
  border: 1px solid #888;
  border-bottom: none;
}
div[class*=wp-block-nishiki-blocks-pro-tabs].has-title-border:not(.has-margin) .tab-titles .tab {
  margin-right: -1px;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-titles {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-titles .tab {
  position: relative;
  display: block;
  min-width: 3rem;
  padding: 1rem;
  border: none;
  outline: none;
  line-height: 1;
  color: #444;
  text-decoration: none;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-titles .tab.active {
  background: #222;
  color: #fff;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-titles .tab i {
  margin-right: 0.3rem;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-titles .tab:first-child {
  border-top-left-radius: 4px;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-titles .tab:last-child {
  border-top-right-radius: 4px;
}
div[class*=wp-block-nishiki-blocks-pro-tabs].has-content-border .tab-contents {
  border: 1px solid #888;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-contents {
  padding: 1rem;
  text-align: left;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-contents .tab-content {
  display: none;
  outline: none;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-contents .tab-content > *:first-child {
  margin-top: 0;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-contents .tab-content > *:last-child {
  margin-bottom: 0;
}
div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-contents .tab-content.active {
  display: block;
  -webkit-animation: nishiki-blocks-pro-tabs-show 500ms ease;
          animation: nishiki-blocks-pro-tabs-show 500ms ease;
}

@media only screen and (min-width: 769px) {
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical {
    display: flex;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical.has-title-border .tab {
    border-right: none;
    border-bottom: none;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical.has-title-border .tab:last-child {
    border-bottom: 1px solid #888;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical .tab-titles {
    display: block;
    flex-basis: 300px;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical .tab-titles .tab {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical .tab-titles .tab:first-child {
    border-top-left-radius: 4px;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical .tab-titles .tab:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 4px;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical .tab-titles .tab.add-tab {
    justify-content: center;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical.right .tab {
    text-align: right;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical.center .tab {
    text-align: center;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs].is-vertical .tab-contents {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  div[class*=wp-block-nishiki-blocks-pro-tabs].has-margin .tab-titles {
    gap: 0.2rem;
  }
  div[class*=wp-block-nishiki-blocks-pro-tabs] .tab-titles .tab {
    padding: 0.7rem;
    font-size: 0.9rem;
  }
}
@-webkit-keyframes nishiki-blocks-pro-tabs-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes nishiki-blocks-pro-tabs-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*----- Block - Posts */
.wp-block-nishiki-blocks-pro-posts .mark {
  display: inline-block;
  margin-right: 0.3rem;
}
.wp-block-nishiki-blocks-pro-posts header .post-title {
  display: inline;
}
.wp-block-nishiki-blocks-pro-posts header .has-mark-bold {
  font-weight: bold;
}
.wp-block-nishiki-blocks-pro-posts header .has-mark-background-color {
  font-size: 0.85rem;
  line-height: 1;
  text-align: center;
  text-indent: 0.07rem;
  letter-spacing: 0.07rem;
}
.wp-block-nishiki-blocks-pro-posts header .has-mark-background-color span {
  padding: 0.2rem 0.25rem;
}
.wp-block-nishiki-blocks-pro-posts footer span {
  display: inline-block;
}

/*----- Block - Animation */
.wp-block-nishiki-blocks-pro-animation {
  overflow: hidden;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wp-block-nishiki-blocks-pro-animation > *:first-child {
  margin-top: 0;
}
.wp-block-nishiki-blocks-pro-animation > *:last-child {
  margin-bottom: 0;
}
.wp-block-nishiki-blocks-pro-animation.animation-loaded {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wp-block-nishiki-blocks-pro-animation[data-animation] {
  opacity: 0;
}
.wp-block-nishiki-blocks-pro-animation[data-animation*=flipin] {
  perspective: 10rem;
  transform-style: preserve-3d;
  -webkit-backface-visibility: unset;
          backface-visibility: unset;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=flipin-x] {
  transform: rotateX(120deg);
}
.wp-block-nishiki-blocks-pro-animation[data-animation=flipin-y] {
  transform: rotateY(120deg);
}
.wp-block-nishiki-blocks-pro-animation[data-animation=bounce] {
  opacity: 1;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=fadein].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-fadein;
          animation-name: nishiki-pro-animation-fadein;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=fadein-up].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-fadein-up;
          animation-name: nishiki-pro-animation-fadein-up;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=fadein-right].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-fadein-right;
          animation-name: nishiki-pro-animation-fadein-right;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=fadein-down].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-fadein-down;
          animation-name: nishiki-pro-animation-fadein-down;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=fadein-left].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-fadein-left;
          animation-name: nishiki-pro-animation-fadein-left;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=zoomin].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-zoomin;
          animation-name: nishiki-pro-animation-zoomin;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=zoomin-up].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-zoomin-up;
          animation-name: nishiki-pro-animation-zoomin-up;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=zoomin-right].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-zoomin-right;
          animation-name: nishiki-pro-animation-zoomin-right;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=zoomin-down].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-zoomin-down;
          animation-name: nishiki-pro-animation-zoomin-down;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=zoomin-left].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-zoomin-left;
          animation-name: nishiki-pro-animation-zoomin-left;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=flipin-x].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-flipin-x;
          animation-name: nishiki-pro-animation-flipin-x;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=flipin-y].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-flipin-y;
          animation-name: nishiki-pro-animation-flipin-y;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=bounce].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-bounce;
          animation-name: nishiki-pro-animation-bounce;
}
.wp-block-nishiki-blocks-pro-animation[data-animation=blur].animation-loaded {
  -webkit-animation-name: nishiki-pro-animation-blur;
          animation-name: nishiki-pro-animation-blur;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*----- fadein */
@-webkit-keyframes nishiki-pro-animation-fadein {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes nishiki-pro-animation-fadein {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes nishiki-pro-animation-fadein-up {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes nishiki-pro-animation-fadein-up {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes nishiki-pro-animation-fadein-right {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(3rem, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes nishiki-pro-animation-fadein-right {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(3rem, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes nishiki-pro-animation-fadein-down {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -3rem);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes nishiki-pro-animation-fadein-down {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -3rem);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes nishiki-pro-animation-fadein-left {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-3rem, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes nishiki-pro-animation-fadein-left {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-3rem, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*----- Zoomin */
@-webkit-keyframes nishiki-pro-animation-zoomin {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes nishiki-pro-animation-zoomin {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes nishiki-pro-animation-zoomin-up {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10rem) scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes nishiki-pro-animation-zoomin-up {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10rem) scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes nishiki-pro-animation-zoomin-right {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(10rem, 0) scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes nishiki-pro-animation-zoomin-right {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(10rem, 0) scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes nishiki-pro-animation-zoomin-down {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -10rem) scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes nishiki-pro-animation-zoomin-down {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -10rem) scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes nishiki-pro-animation-zoomin-left {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-10rem, 0) scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes nishiki-pro-animation-zoomin-left {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-10rem, 0) scale(0.7);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
/*----- flipin */
@-webkit-keyframes nishiki-pro-animation-flipin-x {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: rotateY(120deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes nishiki-pro-animation-flipin-x {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: rotateY(120deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes nishiki-pro-animation-flipin-y {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: rotateX(120deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes nishiki-pro-animation-flipin-y {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: rotateX(120deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes nishiki-pro-animation-bounce {
  0% {
    opacity: 1;
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nishiki-pro-animation-bounce {
  0% {
    opacity: 1;
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
/*----- blur */
@-webkit-keyframes nishiki-pro-animation-blur {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes nishiki-pro-animation-blur {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.nishiki-pro-marker {
  display: inline;
}

/*----- Block - Broken Grid Layout */
.wp-block-nishiki-blocks-pro-broken-grid-layout {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.wp-block-nishiki-blocks-pro-broken-grid-layout-content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*----- Block - Accordion */
.wp-block-nishiki-blocks-pro-accordion {
  margin: 1.5rem 0;
}
.wp-block-nishiki-blocks-pro-accordion .wp-block-nishiki-blocks-pro-accordion-title {
  position: relative;
  display: flex;
  padding: 1em 1em 1em 3em;
  background-color: #f7f7f7;
  list-style: none;
  cursor: pointer;
  align-items: center;
}
.wp-block-nishiki-blocks-pro-accordion .wp-block-nishiki-blocks-pro-accordion-title::-webkit-details-marker {
  display: none;
}
.wp-block-nishiki-blocks-pro-accordion .wp-block-nishiki-blocks-pro-accordion-title::before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-right: 1em;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: transform 0.15s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wp-block-nishiki-blocks-pro-accordion.is-icon-right .wp-block-nishiki-blocks-pro-accordion-title {
  padding: 1em 3em 1em 1em;
}
.wp-block-nishiki-blocks-pro-accordion.is-icon-right .wp-block-nishiki-blocks-pro-accordion-title::before {
  position: absolute;
  right: 0;
  left: auto;
}
.wp-block-nishiki-blocks-pro-accordion.is-icon-type-plus .wp-block-nishiki-blocks-pro-accordion-title::before {
  transform: rotate(360deg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgem9vbUFuZFBhbj0ibWFnbmlmeSIgY29udGVudFNjcmlwdFR5cGU9ImFwcGxpY2F0aW9uL2VjbWFzY3JpcHQiIGNvbnRlbnRTdHlsZVR5cGU9InRleHQvY3NzIj48cGF0aCBkPSJNMjYsMjJsMCwtMThsLTQsMGwwLDE4bC0xOCwwbDAsNGwxOCwwbDAsMThsNCwwbDAsLTE4bDE4LDBsMCwtNGwtMTgsMFoiLz48L3N2Zz4=");
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgem9vbUFuZFBhbj0ibWFnbmlmeSIgY29udGVudFNjcmlwdFR5cGU9ImFwcGxpY2F0aW9uL2VjbWFzY3JpcHQiIGNvbnRlbnRTdHlsZVR5cGU9InRleHQvY3NzIj48cGF0aCBkPSJNMjYsMjJsMCwtMThsLTQsMGwwLDE4bC0xOCwwbDAsNGwxOCwwbDAsMThsNCwwbDAsLTE4bDE4LDBsMCwtNGwtMTgsMFoiLz48L3N2Zz4=");
}
.wp-block-nishiki-blocks-pro-accordion.is-icon-type-arrow .wp-block-nishiki-blocks-pro-accordion-title::before {
  transform: rotate(360deg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgem9vbUFuZFBhbj0ibWFnbmlmeSIgY29udGVudFNjcmlwdFR5cGU9ImFwcGxpY2F0aW9uL2VjbWFzY3JpcHQiIGNvbnRlbnRTdHlsZVR5cGU9InRleHQvY3NzIj48cGF0aCBkPSJNNDQsMTguMTgybC0yMCwxNmwtMjAsLTE2bDMuMjczLC00LjM2NGwxNi43MjcsMTMuMDkxbDE2LjM2NCwtMTMuMDkxbDMuNjM2LDQuMzY0WiIgc3R5bGU9ImZpbGwtcnVsZTpub256ZXJvOyIvPjwvc3ZnPg==");
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgem9vbUFuZFBhbj0ibWFnbmlmeSIgY29udGVudFNjcmlwdFR5cGU9ImFwcGxpY2F0aW9uL2VjbWFzY3JpcHQiIGNvbnRlbnRTdHlsZVR5cGU9InRleHQvY3NzIj48cGF0aCBkPSJNNDQsMTguMTgybC0yMCwxNmwtMjAsLTE2bDMuMjczLC00LjM2NGwxNi43MjcsMTMuMDkxbDE2LjM2NCwtMTMuMDkxbDMuNjM2LDQuMzY0WiIgc3R5bGU9ImZpbGwtcnVsZTpub256ZXJvOyIvPjwvc3ZnPg==");
}
.wp-block-nishiki-blocks-pro-accordion[open].is-icon-type-plus .wp-block-nishiki-blocks-pro-accordion-title::before {
  transform: rotate(315deg);
}
.wp-block-nishiki-blocks-pro-accordion[open].is-icon-type-arrow .wp-block-nishiki-blocks-pro-accordion-title::before {
  transform: rotate(180deg);
}
.wp-block-nishiki-blocks-pro-accordion .wp-block-nishiki-blocks-pro-accordion-content {
  margin: 0;
  padding: 1em 0;
}
.wp-block-nishiki-blocks-pro-accordion .wp-block-nishiki-blocks-pro-accordion-content *:first-child {
  margin-top: 0;
}
.wp-block-nishiki-blocks-pro-accordion .wp-block-nishiki-blocks-pro-accordion-content *:last-child {
  margin-bottom: 0;
}
.wp-block-nishiki-blocks-pro-accordion.is-style-border {
  border: 1px solid #ccc;
}
.wp-block-nishiki-blocks-pro-accordion.is-style-border .wp-block-nishiki-blocks-pro-accordion-title {
  background-color: transparent;
}
.wp-block-nishiki-blocks-pro-accordion.is-style-border .wp-block-nishiki-blocks-pro-accordion-content {
  margin: 0 1em;
  border-top: 1px dotted #ccc;
}
.wp-block-nishiki-blocks-pro-accordion.is-style-main-color .wp-block-nishiki-blocks-pro-accordion-title {
  background-color: var(--nishiki-pro-main-color-01);
  color: var(--nishiki-pro-main-color-02);
}
.wp-block-nishiki-blocks-pro-accordion.is-style-accent-color .wp-block-nishiki-blocks-pro-accordion-title {
  background-color: var(--nishiki-pro-accent-color-01);
  color: var(--nishiki-pro-accent-color-02);
}

/*----- Block - Countdown */
.wp-block-nishiki-blocks-pro-countdown {
  margin: 1.5rem 0;
}
.wp-block-nishiki-blocks-pro-countdown .limit-time {
  display: flex;
  padding: 0;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.wp-block-nishiki-blocks-pro-countdown .limit-time .num {
  margin-right: 0.1em;
  font-size: 1.5em;
}
.wp-block-nishiki-blocks-pro-countdown.is-unit-lang-en .unit {
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
.wp-block-nishiki-blocks-pro-countdown[class*=is-type-circle] .limit-time li {
  position: relative;
  line-height: 1;
}
.wp-block-nishiki-blocks-pro-countdown[class*=is-type-circle] .limit-time li .num {
  margin-right: 0;
  margin-bottom: 0.2em;
  font-size: 1.2em;
}
.wp-block-nishiki-blocks-pro-countdown[class*=is-type-circle] .limit-time li .timer__svg {
  width: 5em;
  height: 5em;
}
.wp-block-nishiki-blocks-pro-countdown[class*=is-type-circle] .limit-time li .timer__svg .timer__circle {
  fill: none;
  stroke: none;
}
.wp-block-nishiki-blocks-pro-countdown[class*=is-type-circle] .limit-time li .timer__svg .timer__path-remaining {
  transform: rotate(90deg);
  transform-origin: center;
  stroke-width: 4px;
  stroke-linecap: butt;
  stroke: currentColor;
}
.wp-block-nishiki-blocks-pro-countdown[class*=is-type-circle] .limit-time li .time {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  transform: translate(0, -50%);
}
.wp-block-nishiki-blocks-pro-countdown.is-type-circle-01 .limit-time li .timer__svg .timer__circle {
  fill: none;
  stroke: none;
}
.wp-block-nishiki-blocks-pro-countdown.is-type-circle-01 .limit-time li .timer__svg .timer__circle .timer__path-elapsed {
  opacity: 0.2;
  stroke-width: 4px;
  stroke: currentColor;
}
.wp-block-nishiki-blocks-pro-countdown.is-type-circle-02 .limit-time li .timer__svg .timer__path-elapsed {
  opacity: 0.05;
  fill: currentColor;
}
.wp-block-nishiki-blocks-pro-countdown.is-type-colon .limit-time {
  gap: 0;
}
.wp-block-nishiki-blocks-pro-countdown.is-type-colon .limit-time li {
  display: flex;
  padding-left: 0.2em;
}
.wp-block-nishiki-blocks-pro-countdown.is-type-colon .limit-time li .time {
  display: flex;
  flex-direction: column;
  line-height: normal;
}
.wp-block-nishiki-blocks-pro-countdown.is-type-colon .limit-time li:not(:last-child)::after {
  padding-left: 0.2em;
  content: ":";
}
.wp-block-nishiki-blocks-pro-countdown.is-type-colon.is-unit-lang-en .unit {
  width: 7.5em;
}
.wp-block-nishiki-blocks-pro-countdown.is-type-colon.has-background .limit-time li .time {
  padding: 0;
}
.wp-block-nishiki-blocks-pro-countdown.has-background .limit-time {
  padding: 0.5em;
}

ul.wp-block-nishiki-blocks-pro-share-button {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 1.6em;
}
ul.wp-block-nishiki-blocks-pro-share-button li {
  margin: 0;
  line-height: 0;
  transition: filter 300ms ease;
}
ul.wp-block-nishiki-blocks-pro-share-button li svg {
  fill: currentColor;
}
ul.wp-block-nishiki-blocks-pro-share-button li:hover {
  filter: contrast(50%);
}
ul.wp-block-nishiki-blocks-pro-share-button button {
  height: auto;
  padding: 0;
  border: none;
  outline: none;
  line-height: 0;
  color: currentColor;
}
ul.wp-block-nishiki-blocks-pro-share-button button[data-tooltip] {
  font-size: 0.4em;
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-twitter {
  color: #1b95e0;
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-facebook {
  color: #3d659d;
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-line {
  color: #00b900;
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-hatena {
  color: #00a4de;
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-pocket {
  color: #ef4055;
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-copy {
  color: #222;
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-copy button {
  position: relative;
  transition: background-color 300ms ease;
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-copy button svg {
  transition: opacity, transform 100ms ease;
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-copy button .icon-copied {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.5, 1.5);
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-copy button.disabled .icon-copied {
  opacity: 1;
  transform: scale(1, 1);
}
ul.wp-block-nishiki-blocks-pro-share-button .icon-type-copy button.disabled .icon-copy {
  opacity: 0;
  transform: scale(1.5, 1.5);
}
ul.wp-block-nishiki-blocks-pro-share-button .disabled {
  pointer-events: none;
}
ul.wp-block-nishiki-blocks-pro-share-button.has-icon-color li {
  color: currentColor;
}
ul.wp-block-nishiki-blocks-pro-share-button.icon-size-small svg {
  width: 16px;
  height: auto;
}
ul.wp-block-nishiki-blocks-pro-share-button.icon-size-small [data-tooltip] {
  font-size: 0.275em;
}
ul.wp-block-nishiki-blocks-pro-share-button.icon-size-large svg {
  width: 32px;
  height: auto;
}
ul.wp-block-nishiki-blocks-pro-share-button.icon-size-large [data-tooltip] {
  font-size: 0.5em;
}
ul.wp-block-nishiki-blocks-pro-share-button.icon-size-huge svg {
  width: 40px;
  height: auto;
}
ul.wp-block-nishiki-blocks-pro-share-button.icon-size-huge [data-tooltip] {
  font-size: 0.55em;
}
ul.wp-block-nishiki-blocks-pro-share-button.layout-justify-left {
  justify-content: flex-start;
}
ul.wp-block-nishiki-blocks-pro-share-button.layout-justify-center {
  justify-content: center;
}
ul.wp-block-nishiki-blocks-pro-share-button.layout-justify-right {
  justify-content: flex-end;
}
ul.wp-block-nishiki-blocks-pro-share-button.layout-justify-space-between {
  justify-content: space-between;
}
ul.wp-block-nishiki-blocks-pro-share-button.layout-valign-top {
  align-items: flex-start;
}
ul.wp-block-nishiki-blocks-pro-share-button.layout-valign-bottom {
  align-items: flex-end;
}
ul.wp-block-nishiki-blocks-pro-share-button.layout-orientation-vertical {
  flex-direction: column;
  align-items: flex-start;
}
ul.wp-block-nishiki-blocks-pro-share-button.layout-orientation-vertical.layout-justify-center {
  align-items: center;
}
ul.wp-block-nishiki-blocks-pro-share-button.layout-orientation-vertical.layout-justify-right {
  align-items: flex-end;
}

@media only screen and (min-width: 769px) {
  ul.wp-block-nishiki-blocks-pro-share-button.has-tooltip [data-tooltip]:after,
ul.wp-block-nishiki-blocks-pro-share-button.has-tooltip .disabled[data-copied]:after {
    position: absolute;
    top: -2em;
    left: 50%;
    display: block;
    color: var(--nishiki-pro-text-color-01);
    white-space: nowrap;
    transform: translateX(-50%) translateY(-100%);
  }
  ul.wp-block-nishiki-blocks-pro-share-button.has-tooltip.layout-orientation-vertical [data-tooltip]:after,
ul.wp-block-nishiki-blocks-pro-share-button.has-tooltip.layout-orientation-vertical .disabled[data-copied]:after {
    top: 50%;
    right: auto;
    left: 5.5em;
    transform: none;
  }
  ul.wp-block-nishiki-blocks-pro-share-button.has-tooltip.layout-orientation-vertical.layout-justify-right [data-tooltip]:after,
ul.wp-block-nishiki-blocks-pro-share-button.has-tooltip.layout-orientation-vertical.layout-justify-right .disabled[data-copied]:after {
    top: 50%;
    right: 5.5em;
    left: auto;
  }
  ul.wp-block-nishiki-blocks-pro-share-button.has-tooltip [data-tooltip]:hover::after {
    content: attr(data-tooltip);
  }
  ul.wp-block-nishiki-blocks-pro-share-button.has-tooltip .disabled[data-copied]::after {
    content: attr(data-copied);
  }
}
[id^=nishiki-blocks-pro-filter-search-form] {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
  gap: calc(var(--nishiki-pro-block-gap) / 2);
}
[id^=nishiki-blocks-pro-filter-search-form] .select-terms {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--nishiki-pro-block-gap) / 2);
}
[id^=nishiki-blocks-pro-filter-search-form] .select-terms label {
  display: flex;
  align-items: center;
}
[id^=nishiki-blocks-pro-filter-search-form] .select-terms label.select {
  flex-basis: 100%;
}
[id^=nishiki-blocks-pro-filter-search-form] .select-terms label .select-inner {
  width: 100%;
}

.wp-block-nishiki-blocks-pro-filter-search {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--nishiki-pro-block-gap);
}
.wp-block-nishiki-blocks-pro-filter-search .wp-block-nishiki-blocks-pro-filter-search__items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--nishiki-pro-block-gap);
}
.wp-block-nishiki-blocks-pro-filter-search .wp-block-nishiki-blocks-pro-filter-search__items > * {
  margin-right: 0;
  margin-left: 0;
}
.wp-block-nishiki-blocks-pro-filter-search .wp-block-nishiki-blocks-pro-filter-search__items .wp-block-nishiki-blocks-pro-filter-search__item {
  display: flex;
  flex-direction: column;
  gap: calc(var(--nishiki-pro-block-gap) / 4);
}
.wp-block-nishiki-blocks-pro-filter-search label,
.wp-block-nishiki-blocks-pro-filter-search select {
  cursor: pointer;
}
.wp-block-nishiki-blocks-pro-filter-search .label {
  margin: 0;
  font-weight: bold;
}
.wp-block-nishiki-blocks-pro-filter-search input[type=text],
.wp-block-nishiki-blocks-pro-filter-search select {
  width: 100%;
  max-width: 100%;
  min-height: 3.5rem;
  line-height: 1;
}
.wp-block-nishiki-blocks-pro-filter-search input[type=text] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.7rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.wp-block-nishiki-blocks-pro-filter-search select {
  box-sizing: border-box;
  padding: 1rem 3rem 1rem 1rem;
  border: 1px solid;
  border-radius: 0;
  font-size: inherit;
  color: #444;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.wp-block-nishiki-blocks-pro-filter-search select:not([multiple]):before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNMjUuMTM3ODIsNTkuODYyNTYsNTAuMDAwMTksODQuNjcwODUsNzQuODYyNTcsNTkuODYyNTYsODIuNSw2Ny41LDUwLDEwMCwxNy41LDY3LjVaIi8+PHBhdGggZD0iTTI1LjEzNzUsNDAuMTM3NSw1MCwxNS4zMjkyMSw3NC44NjI1LDQwLjEzNzUsODIuNSwzMi41LDUwLDAsMTcuNSwzMi41WiIvPjwvc3ZnPg==) #fff no-repeat;
  background-position: right 1rem top 50%, 0 0;
  background-size: 1rem auto, 100%;
}
.wp-block-nishiki-blocks-pro-filter-search .wp-block-nishiki-blocks-pro-filter-search__relation-submit {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: calc(var(--nishiki-pro-block-gap) / 2);
}
.wp-block-nishiki-blocks-pro-filter-search .wp-block-nishiki-blocks-pro-filter-search__relation {
  display: flex;
  gap: 1rem;
}
.wp-block-nishiki-blocks-pro-filter-search .wp-block-nishiki-blocks-pro-filter-search__submit {
  border-radius: 0;
}

.wp-block-nishiki-blocks-pro-filter-search__items > *.width-50 {
  flex-basis: calc(50% - var(--nishiki-pro-block-gap) / 2);
}
.wp-block-nishiki-blocks-pro-filter-search__items > *.width-100 {
  flex-basis: 100%;
}

@media only screen and (max-width: 768px) {
  .wp-block-nishiki-blocks-pro-filter-search__items > *.md\:width-50 {
    flex-basis: calc(50% - var(--nishiki-pro-block-gap) / 2);
  }
  .wp-block-nishiki-blocks-pro-filter-search__items > *.md\:width-100 {
    flex-basis: 100%;
  }
}
@media only screen and (max-width:680px) {
  .wp-block-nishiki-blocks-pro-filter-search__items > *.sp\:width-50 {
    flex-basis: calc(50% - var(--nishiki-pro-block-gap) / 2);
  }
  .wp-block-nishiki-blocks-pro-filter-search__items > *.sp\:width-100 {
    flex-basis: 100%;
  }
}
/*----- Block - Details */
.wp-block-details {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/*----- Box Shadow */
[class*=is-style-nishiki-blocks-pro-box-shadow],
[class*=is-style-nishiki-blocks-pro-hover-box-shadow] {
  transition: box-shadow 0.3s ease;
}

.wp-block-image:is([class*=is-style-nishiki-blocks-pro-box-shadow], [class*=is-style-nishiki-blocks-pro-hover-box-shadow]),
.wp-block-image:is([class*=is-style-nishiki-blocks-pro-box-shadow]:hover, [class*=is-style-nishiki-blocks-pro-hover-box-shadow]:hover),
.wp-block-button:is([class*=is-style-nishiki-blocks-pro-box-shadow], [class*=is-style-nishiki-blocks-pro-hover-box-shadow]),
.wp-block-button:is([class*=is-style-nishiki-blocks-pro-box-shadow], [class*=is-style-nishiki-blocks-pro-hover-box-shadow]:hover),
.wp-block-nishiki-blocks-pro-button:is([class*=is-style-nishiki-blocks-pro-box-shadow]:hover, [class*=is-style-nishiki-blocks-pro-hover-box-shadow]:hover),
.wp-block-nishiki-blocks-pro-button:is([class*=is-style-nishiki-blocks-pro-box-shadow], [class*=is-style-nishiki-blocks-pro-hover-box-shadow]) {
  box-shadow: none;
}

.wp-block-button.is-style-nishiki-blocks-pro-box-shadow-sm .wp-block-button__link {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-button.is-style-nishiki-blocks-pro-box-shadow .wp-block-button__link {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-box-shadow-md .wp-block-button__link {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-box-shadow-lg .wp-block-button__link {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-box-shadow-xl .wp-block-button__link {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-box-shadow-2-xl .wp-block-button__link {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.wp-block-button.is-style-nishiki-blocks-pro-box-shadow-inner .wp-block-button__link {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-01 .wp-block-button__link {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-01 .wp-block-button__link:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-02 .wp-block-button__link {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-02 .wp-block-button__link:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-03 .wp-block-button__link {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-03 .wp-block-button__link:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-04 .wp-block-button__link {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-04 .wp-block-button__link:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-05 .wp-block-button__link {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-button.is-style-nishiki-blocks-pro-hover-box-shadow-05 .wp-block-button__link:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-box-shadow-sm .btn {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-box-shadow .btn {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-box-shadow-md .btn {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-box-shadow-lg .btn {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-box-shadow-xl .btn {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-box-shadow-2-xl .btn {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-box-shadow-inner .btn {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-01 .btn {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-01 .btn:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-02 .btn {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-02 .btn:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-03 .btn {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-03 .btn:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-04 .btn {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-04 .btn:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-05 .btn {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-nishiki-blocks-pro-button.is-style-nishiki-blocks-pro-hover-box-shadow-05 .btn:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.wp-block-image.is-style-nishiki-blocks-pro-box-shadow-sm img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-nishiki-blocks-pro-box-shadow img {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-box-shadow-md img {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-box-shadow-lg img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-box-shadow-xl img {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-box-shadow-2-xl img {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.wp-block-image.is-style-nishiki-blocks-pro-box-shadow-inner img {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-01 img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-01 img:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-02 img {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-02 img:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-03 img {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-03 img:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-04 img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-04 img:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-05 img {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-nishiki-blocks-pro-hover-box-shadow-05 img:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.is-style-nishiki-blocks-pro-box-shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.is-style-nishiki-blocks-pro-box-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.is-style-nishiki-blocks-pro-box-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.is-style-nishiki-blocks-pro-box-shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.is-style-nishiki-blocks-pro-box-shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.is-style-nishiki-blocks-pro-box-shadow-2-xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.is-style-nishiki-blocks-pro-box-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.is-style-nishiki-blocks-pro-hover-box-shadow-01 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.is-style-nishiki-blocks-pro-hover-box-shadow-01:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.is-style-nishiki-blocks-pro-hover-box-shadow-02 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.is-style-nishiki-blocks-pro-hover-box-shadow-02:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.is-style-nishiki-blocks-pro-hover-box-shadow-03 {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.is-style-nishiki-blocks-pro-hover-box-shadow-03:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.is-style-nishiki-blocks-pro-hover-box-shadow-04 {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.is-style-nishiki-blocks-pro-hover-box-shadow-04:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.is-style-nishiki-blocks-pro-hover-box-shadow-05 {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.is-style-nishiki-blocks-pro-hover-box-shadow-05:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/*----- Block - Layout */
.wp-block-nishiki-blocks-pro-layout {
  --wp-block-nishiki-blocks-pro-gap:0rem;
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: var(--wp-block-nishiki-blocks-pro-gap);
}
.wp-block-nishiki-blocks-pro-layout.column-gap-s {
  --wp-block-nishiki-blocks-pro-gap:1rem;
}
.wp-block-nishiki-blocks-pro-layout.column-gap-m {
  --wp-block-nishiki-blocks-pro-gap:2rem;
}
.wp-block-nishiki-blocks-pro-layout.column-gap-l {
  --wp-block-nishiki-blocks-pro-gap:4rem;
}
.wp-block-nishiki-blocks-pro-layout .wp-block-nishiki-blocks-pro-layout-content {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-nishiki-blocks-pro-layout .wp-block-nishiki-blocks-pro-layout-content > *:first-child {
  margin-top: 0;
}
.wp-block-nishiki-blocks-pro-layout .wp-block-nishiki-blocks-pro-layout-content > *:last-child {
  margin-bottom: 0;
}
.wp-block-nishiki-blocks-pro-layout .wp-block-nishiki-blocks-pro-layout-content a {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .wp-block-nishiki-blocks-pro-layout.column-l1 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 1 ) );
    flex-basis: calc( calc( 100% / 1 ) );
  }
  .wp-block-nishiki-blocks-pro-layout.column-l2 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 2 ) - calc( calc( 1 / 2 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
    flex-basis: calc( calc( 100% / 2 ) - calc( calc( 1 / 2 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
  }
  .wp-block-nishiki-blocks-pro-layout.column-l3 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 3 ) - calc( calc( 2 / 3 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
    flex-basis: calc( calc( 100% / 3 ) - calc( calc( 2 / 3 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
  }
  .wp-block-nishiki-blocks-pro-layout.column-l4 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 4 ) - calc( calc( 3 / 4 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
    flex-basis: calc( calc( 100% / 4 ) - calc( calc( 3 / 4 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
  }
}
@media only screen and (min-width: 681px) and (max-width:768px) {
  .wp-block-nishiki-blocks-pro-layout.column-m1 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 1 ) );
    flex-basis: calc( calc( 100% / 1 ) );
  }
  .wp-block-nishiki-blocks-pro-layout.column-m2 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 2 ) - calc( calc( 1 / 2 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
    flex-basis: calc( calc( 100% / 2 ) - calc( calc( 1 / 2 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
  }
  .wp-block-nishiki-blocks-pro-layout.column-m3 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 3 ) - calc( calc( 2 / 3 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
    flex-basis: calc( calc( 100% / 3 ) - calc( calc( 2 / 3 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
  }
  .wp-block-nishiki-blocks-pro-layout.column-m4 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 4 ) - calc( calc( 3 / 4 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
    flex-basis: calc( calc( 100% / 4 ) - calc( calc( 3 / 4 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
  }
}
@media only screen and (max-width:680px) {
  .wp-block-nishiki-blocks-pro-layout.column-s1 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 1 ) );
    flex-basis: calc( calc( 100% / 1 ) );
  }
  .wp-block-nishiki-blocks-pro-layout.column-s2 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 2 ) - calc( calc( 1 / 2 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
    flex-basis: calc( calc( 100% / 2 ) - calc( calc( 1 / 2 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
  }
  .wp-block-nishiki-blocks-pro-layout.column-s3 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 3 ) - calc( calc( 2 / 3 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
    flex-basis: calc( calc( 100% / 3 ) - calc( calc( 2 / 3 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
  }
  .wp-block-nishiki-blocks-pro-layout.column-s4 .wp-block-nishiki-blocks-pro-layout-content {
    width: calc( calc( 100% / 4 ) - calc( calc( 3 / 4 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
    flex-basis: calc( calc( 100% / 4 ) - calc( calc( 3 / 4 ) * var(--wp-block-nishiki-blocks-pro-gap) ) );
  }
}
/*----- Block - Slider */
[class*=wp-block-nishiki-blocks-pro-slider],
.wp-block-nishiki-blocks-pro-posts.is-slider {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
[class*=wp-block-nishiki-blocks-pro-slider] .wp-block-image,
.wp-block-nishiki-blocks-pro-posts.is-slider .wp-block-image {
  margin-bottom: 0;
}
[class*=wp-block-nishiki-blocks-pro-slider] .wp-block-image img,
.wp-block-nishiki-blocks-pro-posts.is-slider .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* Block - Columns */
.wp-block-columns {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  justify-content: center;
  gap: 2em;
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-nishiki-blocks-pro-section2 .inner-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-right: auto !important;
  margin-left: auto !important;
}
.wp-block-nishiki-blocks-pro-section2 .inner-container.is-layout-constrained > * {
  max-width: min(90%, var(--nishiki-pro-site-content-width));
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

@font-face {
  font-family: swiper-icons;
  font-weight: 400;
  font-style: normal;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  transition-property: transform, height;
  align-items: flex-start;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Preloader */
.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-navigation {
  opacity: 0;
}

.swiper-container-initialized .swiper-navigation {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: flex;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  color: inherit;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-container-initialized .swiper-pagination {
  opacity: 1;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  opacity: 0;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-container-initialized .swiper-scrollbar {
  opacity: 1;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/*-----------------------------
 Front End Only
------------------------------*/

/*----- SmartPhone 0px - 680px */
@media only screen and (max-width:680px) {
  body *.nishiki-is-smartphone-hidden {
    display: none;
  }
}
/*----- SmartPhone - Tablet 681px - 768px */
@media only screen and (min-width: 681px) and (max-width:768px) {
  body *.nishiki-is-tablet-hidden {
    display: none;
  }
}
/*----- Tablet+ 769px+ */
@media only screen and (min-width: 769px) {
  body *.nishiki-is-desktop-hidden {
    display: none;
  }
}
.wp-block-nishiki-blocks-pro-qa .text > *:first-child {
  margin-top: 0;
}
.wp-block-nishiki-blocks-pro-qa .text > *:last-child {
  margin-bottom: 0;
}

.is-layout-constrained:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) > * {
  max-width: min(90%, var(--nishiki-pro-site-content-width));
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------------
 Desktop+
 1001px +
------------------------------*/
@media only screen and (min-width: 1001px) {
  .footer-widget.column-1 section {
    width: calc(calc( 100% / 1 ));
    flex-basis: calc(calc( 100% / 1 ));
  }

  .footer-widget.column-1 section:nth-child(1n) {
    margin-right: 0;
  }

  .footer-widget.column-2 section {
    width: calc(calc( 100% / 2 ) - 1rem);
    margin-right: 2rem;
    flex-basis: calc(calc( 100% / 2 ) - 1rem);
  }

  .footer-widget.column-2 section:nth-child(2n) {
    margin-right: 0;
  }

  .footer-widget.column-3 section {
    width: calc(calc( 100% / 3 ) - 1rem);
    margin-right: 1.5rem;
    flex-basis: calc(calc( 100% / 3 ) - 1rem);
  }

  .footer-widget.column-3 section:nth-child(3n) {
    margin-right: 0;
  }

  .featured-items.column-1 .featured-item {
    width: calc(calc( 100% / 1 ));
    flex-basis: calc(calc( 100% / 1 ));
  }

  .featured-items.column-1 .featured-item:nth-child(1n) {
    margin-right: 0;
  }

  .featured-items.column-1 .featured-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .featured-items.column-2 .featured-item {
    width: calc(calc( 100% / 2 ) - 1rem);
    margin-right: 2rem;
    flex-basis: calc(calc( 100% / 2 ) - 1rem);
  }

  .featured-items.column-2 .featured-item:nth-child(2n) {
    margin-right: 0;
  }

  .featured-items.column-3 .featured-item {
    width: calc(calc( 100% / 3 ) - 1rem);
    margin-right: 1.5rem;
    flex-basis: calc(calc( 100% / 3 ) - 1rem);
  }

  .featured-items.column-3 .featured-item:nth-child(3n) {
    margin-right: 0;
  }

  .articles.column-1 article {
    width: calc( calc( 100% / 1 ) );
    flex-basis: calc( calc( 100% / 1 ) );
  }

  .articles.column-2 article {
    width: calc( calc( 100% / 2 ) - calc( calc( 1 / 2 ) * 2em ) );
    flex-basis: calc( calc( 100% / 2 ) - calc( calc( 1 / 2 ) * 2em ) );
  }

  .articles.column-3 article {
    width: calc( calc( 100% / 3 ) - calc( calc( 2 / 3 ) * 2em ) );
    flex-basis: calc( calc( 100% / 3 ) - calc( calc( 2 / 3 ) * 2em ) );
  }

  .container-full-width .alignwide {
    width: 90%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
/*-----------------------------
 Tablet+
 769px+
------------------------------*/
@media only screen and (min-width: 769px) {
  /*
  body {

  	&.header-center {

  		#masthead {

  			.container {

  				.site-info {
  					width: 100%;
  				}
  			}
  		}

  		&.header-menu-overlay{

  			#masthead{

  				.container{
  					padding-bottom:1rem;
  				}
  			}
  		}
  	}

  	#masthead {

  		nav {

  			ul {
  				display: flex;
  				flex-wrap: wrap;
  				justify-content: flex-end;
  				list-style-type: none;
  				letter-spacing: -0.4em;
  				font-size: 0.9rem;

  				li {
  					letter-spacing: normal;
  					position: relative;

  					a {
  						height: 70px;
  					}
  				}

  				// 2階層以下
  				.sub-menu {

  					a {
  						height: auto;

  						.menu-item-detail {
  							text-align: left;

  							.title {
  								line-height: normal;
  							}
  						}
  					}

  					// 3階層以下
  					> .menu-item-selected {

  						> .show {
  							position: relative;
  						}
  					}
  				}
  			}
  		}
  	}
  }
  */
  body.header-overlay .page-header:not(.eye-catch-top) .page-header-inner {
    padding: calc(3.5rem + 70px) 0 3.5rem;
  }

  body.header-overlay.header-center .page-header .page-header-inner {
    padding: calc(3rem + 156px) 0 3rem;
  }

  .page-header .page-header-inner {
    padding: 3.5rem 0;
  }

  .page-header .page-header-inner h1 {
    font-size: 1.8rem;
  }

  .page-header .page-header-inner .date,
.page-header .page-header-inner .pr-label,
.page-header .page-header-inner .cat,
.page-header .page-header-inner .tag,
.page-header .page-header-inner .comment {
    font-size: 0.9rem;
  }

  .nishiki-pro-br.nishiki-pro-br-desktop {
    display: block;
  }

  .nishiki-pro-share-button-wrapper .nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 [data-tooltip]:hover:after, .nishiki-pro-share-button-wrapper .nishiki-pro-share-button-style.nishiki-pro-share-button-style-03 [data-tooltip]:hover:after {
    position: absolute;
    top: -0.5em;
    left: 50%;
    display: block;
    font-size: 0.4em;
    color: var(--nishiki-pro-text-color-01);
    white-space: nowrap;
    content: attr(data-tooltip);
    transform: translateX(-50%) translateY(-100%);
  }

  .nishiki-pro-share-button-wrapper .nishiki-pro-share-button-style.nishiki-pro-share-button-style-02 .disabled[data-copied]:after, .nishiki-pro-share-button-wrapper .nishiki-pro-share-button-style.nishiki-pro-share-button-style-03 .disabled[data-copied]:after {
    position: absolute;
    top: -0.5em;
    left: 50%;
    display: block;
    font-size: 0.4em;
    color: var(--nishiki-pro-text-color-01);
    white-space: nowrap;
    content: attr(data-copied);
    transform: translateX(-50%) translateY(-100%);
  }

  .sidebar-left aside.sidebar-sticky {
    clear: left;
  }

  .sidebar-right aside.sidebar-sticky {
    clear: right;
  }

  aside.sidebar-sticky {
    position: sticky;
    position: -webkit-sticky;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  aside.sidebar-sticky.sticky-fixed.is-sticky {
    position: fixed;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  aside.sidebar-sticky.sticky-fixed.is-sticky:not([style*=margin-top]) {
    margin-top: 0 !important;
  }

  aside.sidebar-sticky.sticky-fixed.is-sticky:not([style*=margin-bottom]) {
    margin-bottom: 0 !important;
  }

  aside.sidebar-sticky.sticky-fixed.is-absolute {
    position: absolute;
  }
}
/*-----------------------------
 SmartPhone+
 681px+
------------------------------*/
@media only screen and (min-width: 681px) {
  /* Common */
  body {
    line-height: 1.86;
  }

  .entry-content,
.nishiki-pro-content {
    line-height: 2;
  }
}
/*-----------------------------
 Desktop
 0px - 1000px
------------------------------*/
@media only screen and (max-width:1000px) {
  /* Footer */
  .footer-widget.column-3 section {
    width: calc(( 100% / 2 ) - 1rem);
    margin-right: 2rem;
    flex-basis: calc(( 100% / 2 ) - 1rem);
  }

  .footer-widget.column-3 section:nth-child(2n) {
    margin-right: 0;
  }

  .footer-widget.column-2 section {
    width: calc(50% - 1rem);
    margin-right: 2rem;
    flex-basis: calc(50% - 1rem);
  }

  .footer-widget.column-2 section:nth-child(2n) {
    margin-right: 0;
  }

  .footer-widget.column-1 section {
    width: 100%;
    margin-right: 0;
    flex-basis: 100%;
  }

  /* Content */
  .main-visual .main-visual-content .description {
    font-size: 1.4rem;
  }

  .main-visual .main-visual-content .sub-text {
    font-size: 0.9rem;
  }

  .main-visual .main-visual-content .main-button {
    font-size: 1rem;
  }

  .featured-items.column-3 .featured-item {
    width: calc(( 100% / 2 ) - 1rem);
    margin-right: 0;
    flex-basis: calc(( 100% / 2 ) - 1rem);
  }

  .featured-items.column-3 .featured-item:nth-child(1) {
    margin-right: 2rem;
  }

  .featured-items.column-3 .featured-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .featured-items.column-2 .featured-item {
    width: calc(50% - 1rem);
    margin-right: 0;
    flex-basis: calc(50% - 1rem);
  }

  .featured-items.column-2 .featured-item:nth-child(1) {
    margin-right: 2rem;
  }

  .featured-items.column-2 .featured-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .featured-items.column-1 .featured-item {
    width: 100%;
    margin-right: 0;
    flex-basis: 100%;
  }

  .featured-items.column-1 .featured-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .articles.column-3 article {
    width: calc( calc( 100% / 2 ) - 1em );
    flex-basis: calc( calc( 100% / 2 ) - 1em );
  }

  .articles.column-2 article {
    width: calc(50% - 1em);
    flex-basis: calc(50% - 1em);
  }

  .articles.column-1 article {
    width: 100%;
    flex-basis: 100%;
  }
}
/*-----------------------------
 Tablet
 0px - 768px
------------------------------*/
@media only screen and (max-width: 768px) {
  /* Header */
  /*
  body {

  	&.header-center {

  		#masthead {

  			.container {

  				button {
  					margin-bottom: 0;
  				}

  				.site-info {
  					flex-basis: auto;
  					margin-right: auto;
  					margin-top: 0;
  					margin-bottom: 0;
  				}

  				&.menu-collapse {

  					button {
  						margin-left: 0.5rem;
  					}
  				}
  			}

  			&.sticky-mobile {
  				position: sticky;
  				position: -webkit-sticky;
  				width: 100%;
  				top: 0;
  				z-index: 10002;
  				backface-visibility: hidden;

  				&.header-overlay {
  					position: fixed;
  					width: 100%;
  					z-index: 10002;
  				}
  			}
  		}
  	}
  }

  #masthead {
  	height: 60px;
  	display: flex;

  	.container {

  		> *:not(.site-info):not(.global-nav) {
  			margin-left: 0.5rem;
  		}
  	}

  	.site-info {
  		font-size: 0.9rem;

  		a {
  			height: auto;

  			img {
  				max-height: 40px;
  				max-width: 120px;
  				object-fit: contain;
  			}
  		}
  	}

  	button {

  		i {
  			font-size: 1rem;
  		}

  		&.icon {
  			padding: 0.6rem;
  		}
  	}

  	> .center {

  		#menu-collapse-button {
  			display: inline-block;
  		}
  	}

  	#menu-collapse-button {
  		display: block;
  	}

  	// Nav

  	nav {
  		//visibility: hidden;
  		//position: absolute;

  		ul {

  			a {

  				.menu-item-detail {

  					small {
  						display: none;
  					}
  				}
  			}
  		}

  		.panel {

  			.close {
  				display: block;
  			}
  		}

  		// Header Menu Collapse

  		#menu-collapse {
  //			position: absolute;
  //			display: flex;
  //			transform: translateX(-100%);
  //			visibility: hidden;
  //			align-items: center;

  			&.panel {
  				visibility: hidden;
  				backface-visibility: hidden;
  				transform: translateX(-100%);
  				transition: transform 300ms;
  				top: 0;
  				bottom: 0;
  				left: 0;
  				right: 0;
  				zoom: 1;
  				background: rgba(0, 0, 0, 0.75);
  				z-index: 10003;
  //				text-align: center;
  //				width: 100%;
  //				height: 100%;
  //				overflow: auto;

  				.panel-inner {
  					vertical-align: middle;
  					margin: auto;
  					padding: 4rem 1rem;
  					width: 100%;

  					@include menu_items;

  					.menu-items {

  						.menu-item-detail {
  							text-align: left;

  							.title {
  								line-height: normal;
  							}
  						}

  						.sub-menu {
  							position: relative;
  						}
  					}
  				}

  			}

  			&.panel-close {
  				visibility: visible;
  				transform: translateX(-100%);
  			}

  			&.panel-open {
  				visibility: visible;
  				transform: translateX(0%);
  			}

  		}
  	}
  }

  body.scrolled #masthead {

  	#nav {

  		> ul > li > ul {
  			background-image: none;
  		}
  	}
  }
  */
  #footer-nav {
    font-size: 0.6rem;
  }

  #footer-nav ul li a,
#footer-nav ul li span {
    padding: 0.5rem 0.2rem;
  }

  #footer-nav ul li a::before,
#footer-nav ul li span::before {
    margin-bottom: 0.3rem;
  }

  #footer-nav ul li a i,
#footer-nav ul li span i {
    margin-bottom: 0.3rem;
  }

  #footer-nav ul li.collapse {
    display: block;
  }

  #footer-nav.mobile-sticky {
    position: sticky;
    position: -webkit-sticky;
    z-index: 10001;
    bottom: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .front-page-section .container .main-text {
    font-size: 1.1rem;
  }

  .front-page-section .container .sub-text {
    padding-top: 0.4rem;
    font-size: 0.8rem;
  }

  .front-page-section .container .main-button {
    font-size: 0.8rem;
  }

  .front-page-section .container .featured-items .featured-item .featured-title {
    font-size: 1rem;
  }

  .front-page-section .container .featured-items .featured-item .featured-text {
    font-size: 0.8rem;
  }

  .front-page-section .container .featured-items .featured-item .featured-button {
    font-size: 0.8rem;
  }

  .single #main .column article.entry,
.single #main .column aside.sidebar,
.page #main .column article.entry,
.page #main .column aside.sidebar {
    float: none;
    width: 100%;
    margin: 0;
  }

  body.header-overlay .page-header:not(.eye-catch-top) .page-header-inner {
    padding: calc(3rem + 60px) 0 3rem;
  }

  body.header-overlay.header-center .page-header .page-header-inner {
    padding: calc(3rem + 60px) 0 3rem;
  }

  .page-header .page-header-inner {
    padding: 3rem 0;
  }

  .page-header .page-header-inner h1 {
    font-size: 1.4rem;
  }

  .page-header .page-header-inner .date,
.page-header .page-header-inner .pr-label,
.page-header .page-header-inner .cat,
.page-header .page-header-inner .tag,
.page-header .page-header-inner .comment {
    font-size: 0.8rem;
  }

  /* Content */
  .entry-content,
.nishiki-pro-content {
    font-size: 0.95rem;
  }

  .entry-content table,
.nishiki-pro-content table {
    position: relative;
  }

  .entry-content table th,
.entry-content table td,
.nishiki-pro-content table th,
.nishiki-pro-content table td {
    font-size: 0.8rem;
  }

  .entry-content table th ul li,
.entry-content table th ol li,
.entry-content table td ul li,
.entry-content table td ol li,
.nishiki-pro-content table th ul li,
.nishiki-pro-content table th ol li,
.nishiki-pro-content table td ul li,
.nishiki-pro-content table td ol li {
    font-size: 0.8rem;
  }

  .entry-content table::-webkit-scrollbar,
.nishiki-pro-content table::-webkit-scrollbar {
    height: 1.1rem;
  }

  .entry-content .is-tablet-scroll table:not(.has-fixed-layout),
.nishiki-pro-content .is-tablet-scroll table:not(.has-fixed-layout) {
    white-space: nowrap;
  }

  .entry-content .is-tablet-responsive table tr > *,
.nishiki-pro-content .is-tablet-responsive table tr > * {
    display: block;
  }

  .entry-content .is-tablet-responsive table tr:first-child,
.nishiki-pro-content .is-tablet-responsive table tr:first-child {
    border-top: 1px solid var(--nishiki-pro-text-color-02);
  }

  .entry-content .is-tablet-responsive table th, .entry-content .is-tablet-responsive table td,
.nishiki-pro-content .is-tablet-responsive table th,
.nishiki-pro-content .is-tablet-responsive table td {
    border-top: none;
  }

  .entry-content .is-tablet-responsive.is-style-stripes table tr:first-child, .entry-content .is-tablet-responsive.is-style-nishiki-blocks-pro-table-left-header-01 table tr:first-child,
.nishiki-pro-content .is-tablet-responsive.is-style-stripes table tr:first-child,
.nishiki-pro-content .is-tablet-responsive.is-style-nishiki-blocks-pro-table-left-header-01 table tr:first-child {
    border-top: none;
  }

  .entry-content h2,
.nishiki-pro-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .entry-content h3,
.nishiki-pro-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .entry-content h4,
.nishiki-pro-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .entry-content h5,
.nishiki-pro-content h5 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .entry-content h6,
.nishiki-pro-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .entry-content h2.is-style-nishiki-blocks-pro-heading-border-01,
.nishiki-pro-content h2.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.7rem 0;
  }

  .entry-content h3.is-style-nishiki-blocks-pro-heading-border-01, .entry-content h4.is-style-nishiki-blocks-pro-heading-border-01, .entry-content h5.is-style-nishiki-blocks-pro-heading-border-01, .entry-content h6.is-style-nishiki-blocks-pro-heading-border-01,
.nishiki-pro-content h3.is-style-nishiki-blocks-pro-heading-border-01,
.nishiki-pro-content h4.is-style-nishiki-blocks-pro-heading-border-01,
.nishiki-pro-content h5.is-style-nishiki-blocks-pro-heading-border-01,
.nishiki-pro-content h6.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.5rem 0;
  }

  .entry-content h2.is-style-nishiki-blocks-pro-heading-border-02,
.nishiki-pro-content h2.is-style-nishiki-blocks-pro-heading-border-02 {
    padding: 0.7rem 0;
  }

  .entry-content h3.is-style-nishiki-blocks-pro-heading-border-02, .entry-content h4.is-style-nishiki-blocks-pro-heading-border-02, .entry-content h5.is-style-nishiki-blocks-pro-heading-border-02, .entry-content h6.is-style-nishiki-blocks-pro-heading-border-02,
.nishiki-pro-content h3.is-style-nishiki-blocks-pro-heading-border-02,
.nishiki-pro-content h4.is-style-nishiki-blocks-pro-heading-border-02,
.nishiki-pro-content h5.is-style-nishiki-blocks-pro-heading-border-02,
.nishiki-pro-content h6.is-style-nishiki-blocks-pro-heading-border-02 {
    padding: 0.5rem 0;
  }

  .entry-content h1.is-style-nishiki-blocks-pro-heading-border-03, .entry-content h2.is-style-nishiki-blocks-pro-heading-border-03, .entry-content h3.is-style-nishiki-blocks-pro-heading-border-03, .entry-content h4.is-style-nishiki-blocks-pro-heading-border-03, .entry-content h5.is-style-nishiki-blocks-pro-heading-border-03, .entry-content h6.is-style-nishiki-blocks-pro-heading-border-03,
.nishiki-pro-content h1.is-style-nishiki-blocks-pro-heading-border-03,
.nishiki-pro-content h2.is-style-nishiki-blocks-pro-heading-border-03,
.nishiki-pro-content h3.is-style-nishiki-blocks-pro-heading-border-03,
.nishiki-pro-content h4.is-style-nishiki-blocks-pro-heading-border-03,
.nishiki-pro-content h5.is-style-nishiki-blocks-pro-heading-border-03,
.nishiki-pro-content h6.is-style-nishiki-blocks-pro-heading-border-03 {
    padding: 0.7rem;
  }

  .entry-content h2.is-style-nishiki-blocks-pro-heading-border-04,
.nishiki-pro-content h2.is-style-nishiki-blocks-pro-heading-border-04 {
    padding: 0.7rem 0;
  }

  .entry-content h3.is-style-nishiki-blocks-pro-heading-border-04, .entry-content h4.is-style-nishiki-blocks-pro-heading-border-04, .entry-content h5.is-style-nishiki-blocks-pro-heading-border-04, .entry-content h6.is-style-nishiki-blocks-pro-heading-border-04,
.nishiki-pro-content h3.is-style-nishiki-blocks-pro-heading-border-04,
.nishiki-pro-content h4.is-style-nishiki-blocks-pro-heading-border-04,
.nishiki-pro-content h5.is-style-nishiki-blocks-pro-heading-border-04,
.nishiki-pro-content h6.is-style-nishiki-blocks-pro-heading-border-04 {
    padding: 0.5rem 0;
  }

  h1.is-style-nishiki-blocks-pro-heading-border-03, h2.is-style-nishiki-blocks-pro-heading-border-03, h3.is-style-nishiki-blocks-pro-heading-border-03, h4.is-style-nishiki-blocks-pro-heading-border-03, h5.is-style-nishiki-blocks-pro-heading-border-03, h6.is-style-nishiki-blocks-pro-heading-border-03 {
    padding: 0.7rem;
  }

  h2.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.7rem 0;
  }

  h2.is-style-nishiki-blocks-pro-heading-border-02 {
    padding: 0.7rem 0;
  }

  h3.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.5rem 0;
  }

  h3.is-style-nishiki-blocks-pro-heading-border-02 {
    padding: 0.7rem 0;
  }

  h4.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.5rem 0;
  }

  h5.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.5rem 0;
  }

  h6.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.5rem 0;
  }

  .archive #main .column .archives,
.archive #main .column aside,
.search #main .column .archives,
.search #main .column aside,
.paged #main .column .archives,
.paged #main .column aside,
.blog #main .column .archives,
.blog #main .column aside,
.error404 #main .column .archives,
.error404 #main .column aside {
    float: none;
    width: 100%;
    margin: 0;
  }

  .archive .page-header .page-header-inner h1,
.search .page-header .page-header-inner h1,
.paged .page-header .page-header-inner h1,
.blog .page-header .page-header-inner h1,
.error404 .page-header .page-header-inner h1 {
    font-size: 1.4rem;
  }

  /* Comment */
  .comments-area .comments-title {
    font-size: 1.2rem;
  }

  .comments-area .comment-list {
    font-size: 0.95rem;
  }

  .comments-area .comment-respond .comment-reply-title {
    font-size: 1.1rem;
  }

  #main #nishiki-pro-toc-content {
    max-width: 100%;
  }

  .nishiki-pro-toc p i {
    font-size: 0.85rem;
  }

  .nishiki-pro-toc ul.indent-h2 {
    font-size: 0.9rem;
  }

  .nishiki-pro-toc ul.indent-h3 {
    font-size: 0.85rem;
  }

  .nishiki-pro-toc ul.indent-h4 {
    font-size: 0.8rem;
  }

  .nishiki-pro-toc ul.indent-h5 {
    font-size: 0.75rem;
  }

  .nishiki-pro-toc ul.indent-h6 {
    font-size: 0.7rem;
  }

  .theme-switch-wrapper label {
    height: 1.2rem;
  }

  .theme-switch-wrapper i {
    font-size: 1.2rem;
  }

  .post-template-sidebar-left,
.post-template-sidebar-right,
.page-template-sidebar-left,
.page-template-sidebar-right {
    padding: 0;
  }

  .single #main > .container,
.page #main > .container {
    width: auto;
    max-width: none;
  }

  .single #main > .container > * > * > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.author-info),
.page #main > .container > * > * > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.author-info) {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
/*-----------------------------
 SmartPhone
 0px - 680px
------------------------------*/
@media only screen and (max-width:680px) {
  /* Footer */
  .footer-widget.column-2 section {
    width: 100%;
    padding: 0 0 1rem;
    flex-basis: 100%;
  }

  .footer-widget.column-2 section:nth-child(n) {
    margin-right: 0;
  }

  .footer-widget.column-3 section {
    width: 100%;
    padding: 0 0 1rem;
    flex-basis: 100%;
  }

  .footer-widget.column-3 section:nth-child(n) {
    margin-right: 0;
  }

  /* Content */
  body {
    line-height: 1.76;
  }

  /* Top */
  .main-visual .main-visual-content .description {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }

  .main-visual .main-visual-content .sub-text {
    padding-top: 0.4rem;
    font-size: 0.8rem;
  }

  .main-visual .main-visual-content .main-button {
    font-size: 0.8rem;
  }

  /* Top - Section */
  .featured-items.column-1 .featured-item {
    width: 100%;
    flex-basis: 100%;
  }

  .featured-items.column-1 .featured-item:nth-child(n) {
    margin-right: 0;
  }

  .featured-items.column-1 .featured-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .featured-items.column-2 .featured-item {
    width: 100%;
    flex-basis: 100%;
  }

  .featured-items.column-2 .featured-item:nth-child(n) {
    margin-right: 0;
  }

  .featured-items.column-2 .featured-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .featured-items.column-3 .featured-item {
    width: 100%;
    flex-basis: 100%;
  }

  .featured-items.column-3 .featured-item:nth-child(n) {
    margin-right: 0;
  }

  .featured-items.column-3 .featured-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .entry-content .is-smartphone-scroll table:not(.has-fixed-layout),
.nishiki-pro-content .is-smartphone-scroll table:not(.has-fixed-layout) {
    white-space: nowrap;
  }

  .entry-content .is-smartphone-responsive table tr > *,
.nishiki-pro-content .is-smartphone-responsive table tr > * {
    display: block;
  }

  .entry-content .is-smartphone-responsive table tr:first-child,
.nishiki-pro-content .is-smartphone-responsive table tr:first-child {
    border-top: 1px solid var(--nishiki-pro-text-color-02);
  }

  .entry-content .is-smartphone-responsive table th, .entry-content .is-smartphone-responsive table td,
.nishiki-pro-content .is-smartphone-responsive table th,
.nishiki-pro-content .is-smartphone-responsive table td {
    border-top: none;
  }

  .entry-content .is-smartphone-responsive.is-style-stripes table tr:first-child, .entry-content .is-smartphone-responsive.is-style-nishiki-blocks-pro-table-left-header-01 table tr:first-child,
.nishiki-pro-content .is-smartphone-responsive.is-style-stripes table tr:first-child,
.nishiki-pro-content .is-smartphone-responsive.is-style-nishiki-blocks-pro-table-left-header-01 table tr:first-child {
    border-top: none;
  }

  .entry-content h3.is-style-nishiki-blocks-pro-heading-border-01, .entry-content h3.is-style-nishiki-blocks-pro-heading-border-02, .entry-content h4.is-style-nishiki-blocks-pro-heading-border-01, .entry-content h4.is-style-nishiki-blocks-pro-heading-border-02, .entry-content h5.is-style-nishiki-blocks-pro-heading-border-01, .entry-content h5.is-style-nishiki-blocks-pro-heading-border-02, .entry-content h6.is-style-nishiki-blocks-pro-heading-border-01, .entry-content h6.is-style-nishiki-blocks-pro-heading-border-02,
.nishiki-pro-content h3.is-style-nishiki-blocks-pro-heading-border-01,
.nishiki-pro-content h3.is-style-nishiki-blocks-pro-heading-border-02,
.nishiki-pro-content h4.is-style-nishiki-blocks-pro-heading-border-01,
.nishiki-pro-content h4.is-style-nishiki-blocks-pro-heading-border-02,
.nishiki-pro-content h5.is-style-nishiki-blocks-pro-heading-border-01,
.nishiki-pro-content h5.is-style-nishiki-blocks-pro-heading-border-02,
.nishiki-pro-content h6.is-style-nishiki-blocks-pro-heading-border-01,
.nishiki-pro-content h6.is-style-nishiki-blocks-pro-heading-border-02 {
    padding: 0.4rem 0;
  }

  h3.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.4rem 0;
  }

  h4.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.4rem 0;
  }

  h5.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.4rem 0;
  }

  h6.is-style-nishiki-blocks-pro-heading-border-01 {
    padding: 0.4rem 0;
  }

  /* Archive */
  .articles[class*=column-]:not([class*=has-]) article {
    padding-bottom: 1rem;
    border-bottom: 1px dotted #777;
  }

  .articles[class*=column-]:not([class*=has-]) article:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .articles article {
    width: 100%;
  }

  .articles.is-list-date article {
    display: block;
  }

  .articles.is-list-date article .post-date span {
    margin-right: 1em;
  }

  .articles.is-list-date article .post-detail {
    margin-top: 0.5em;
  }

  .articles:not(.is-list-date).column-1 article {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    flex-basis: 100%;
  }

  .articles:not(.is-list-date).column-1 article:nth-child(n) {
    margin-right: auto;
  }

  .articles:not(.is-list-date).column-2 article {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    flex-basis: 100%;
  }

  .articles:not(.is-list-date).column-2 article:nth-child(n) {
    margin-right: auto;
  }

  .articles:not(.is-list-date).column-3 article {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    flex-basis: 100%;
  }

  .articles:not(.is-list-date).column-3 article:nth-child(n) {
    margin-right: auto;
  }

  /* Post Navigation */
  .post-navigation .nav-links {
    display: block;
  }

  .post-navigation .nav-links div {
    width: 100%;
  }

  .post-navigation .nav-links .nav-next a {
    justify-content: flex-start;
  }

  .post-navigation .nav-links a > i {
    display: none;
  }

  /* br */
  .nishiki-pro-br.nishiki-pro-br-smartphone {
    display: block;
  }
}
/*-----------------------------
 SmartPhone - Tablet
 681px - 768px
------------------------------*/
@media only screen and (min-width: 681px) and (max-width:768px) {
  /* Common */
  .articles article header {
    margin-top: 0.4rem;
    line-height: 1.6;
  }

  .articles article header .post-title {
    font-size: 0.95rem;
  }

  .nishiki-pro-br.nishiki-pro-br-tablet {
    display: block;
  }
}
/*----- adminbar */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body.admin-bar #toc-fixed-overlay .overlay-inner {
  margin-top: 102px;
}
body.admin-bar #nishiki-toc-fixed {
  top: 32px;
}
body.admin-bar #masthead.sticky, body.admin-bar #masthead.sticky-mobile {
  top: 32px;
}
body.admin-bar.header-center #masthead.sticky, body.admin-bar.header-center #masthead.sticky-mobile {
  top: 0;
}
body.admin-bar.header-center.header-overlay #masthead.sticky, body.admin-bar.header-center.header-overlay #masthead.sticky-mobile {
  top: 0;
}
@media screen and (max-width: 782px) {
  body.admin-bar #nishiki-toc-fixed {
    top: 46px;
  }
  body.admin-bar #masthead.sticky, body.admin-bar #masthead.sticky-mobile {
    top: 46px;
  }
}
