@charset "UTF-8";
/*
normalize
BASE
LAYOUT
MODULE
STATUS

header
pan
footer
loading

about
contact
index
news
project
 pagenavi

HOVER
REMODAL
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
ul, ol {
  padding: 0;
  list-style: none;
}
/*****************************************************
BASE*/ :root {
  --main-color: #003f71;
	--second-color:#516e9f;
	--third-color:#eaf4f5;
  --sub-color: #f3f3f3;
  --txt-color: #202020;
  --link-color: #202020;
  --title-color: #003f71;
  --gnav-color: #202020;
  --line-color: #DDD4D4;
  --size-ex-high: 160px;
  --size-high: 120px;
  --size-ex-mid: 104px;
  --size-mid: 80px;
  --size-low: 64px;
  --size-ex-low: 32px;
  /* sp 70%	*/
  --size-rate: 0.7;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  color: var(--txt-color);
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
  width: 100%;
  position: relative;
  line-height: 2;
  letter-spacing: .1em;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
	-webkit-font-smoothing: antialiased;
}
a:link, a:visited {
  color: var(--main-color);
  text-decoration: none;
  transition: color .8s ease-out;
}
a[href^="tel:"] {
  pointer-events: none;
}
p {
  margin-bottom: 2em;
}
p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4 {
  font-weight: 500;
  letter-spacing: .05em;
  font-size: 0;
  margin: 0;
  padding: 0;
}
img, svg, video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.strng {
  font-weight: 700;
}
/*****************************************************
LAYOUT*/
.l-w-100 {
  width: 100%;
  max-width: 100%;
}
.l-w-mid {
  width: 80%;
  /*  max-width: 1024px;*/
}
.l-w-narrow {
  width: 67%
}
.l-w-50 {
  width: 50%;
}
.l-w-64 {
  width: 64%;
  max-width: 760px;
}
.l-w-40 {
  width: 40%;
  max-width: 728px;
}
.l-w-28 {
  width: 28%;
  max-width: 312px;
}
.l-w-master {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  max-width: 1265px;
  position: relative;
}
.l-flex-wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-flex-wrp-c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-flex-wrp-s {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
/*****************************************************
SIDE*/
.mgn-side-auto {
  margin-left: auto;
  margin-right: auto
}
.pd-side {
  padding-left: 5%;
  padding-right: 5%;
}
.mgn-right-12 {
  margin-right: 12%
}
/*****************************************************
MARGIN*/
.mgn-ex-high {
  margin-top: var(--size-ex-high);
  margin-bottom: var(--size-ex-high);
}
.mgn-high {
  margin-top: var(--size-high);
  margin-bottom: var(--size-high);
}
.mgn-ex-mid {
  margin-top: var(--size-ex-mid);
  margin-bottom: var(--size-ex-mid);
}
.mgn-mid {
  margin-top: var(--size-mid);
  margin-bottom: var(--size-mid);
}
.mgn-low {
  margin-top: var(--size-low);
  margin-bottom: var(--size-low);
}
.mgn-ex-low {
  margin-top: var(--size-ex-low);
  margin-bottom: var(--size-ex-low);
}
/*****************************************************
MARGIN BOTTOM*/
.mgn-bottom-ex-higher {
  margin-bottom: var(--size-ex-higher);
}
.mgn-bottom-ex-high {
  margin-bottom: var(--size-ex-high);
}
.mgn-bottom-high {
  margin-bottom: var(--size-high);
}
.mgn-bottom-ex-mid {
  margin-bottom: var(--size-ex-mid);
}
.mgn-bottom-mid {
  margin-bottom: var(--size-mid) !important;
}
.mgn-bottom-low {
  margin-bottom: var(--size-low);
}
.mgn-bottom-ex-low {
  margin-bottom: var(--size-ex-low) !important;
}
.mgn-bottom-3em {
  margin-bottom: 4em !important;
}
.mgn-bottom-1em {
  margin-bottom: 1.25em !important;
}
.mgn-bottom-05em {
  margin-bottom: .75em !important;
}
/*****************************************************
PADDING*/
.pd-ex-high {
  padding-top: var(--size-ex-high);
  padding-bottom: var(--size-ex-high);
}
.pd-high {
  padding-top: var(--size-high);
  padding-bottom: var(--size-high);
}
.pd-ex-mid {
  padding-top: var(--size-ex-mid);
  padding-bottom: var(--size-ex-mid);
}
.pd-mid {
  padding-top: var(--size-mid);
  padding-bottom: var(--size-mid);
}
.pd-low {
  padding-top: var(--size-low);
  padding-bottom: var(--size-low);
}
.pd-ex-low {
  padding-top: var(--size-ex-low);
  padding-bottom: var(--size-ex-low);
}
/*****************************************************
PADDING BOTTOM*/
.pd-bottom-ex-high {
  padding-bottom: var(--size-ex-high);
}
.pd-bottom-high {
  padding-bottom: var(--size-high);
}
.pd-bottom-ex-mid {
  padding-bottom: var(--size-ex-mid);
}
.pd-bottom-mid {
  padding-bottom: var(--size-mid);
}
.pd-bottom-low {
  padding-bottom: var(--size-low);
}
.pd-bottom-ex-low {
  padding-bottom: var(--size-ex-low);
}
/*****************************************************
PADDING TOP*/
.pd-top-ex-high {
  padding-top: var(--size-ex-high);
}
.pd-top-high {
  padding-top: var(--size-high);
}
.pd-top-ex-mid {
  padding-top: var(--size-ex-mid);
}
.pd-top-mid {
  padding-top: var(--size-mid);
}
.pd-top-low {
  padding-top: var(--size-low);
}
.pd-top-ex-low {
  padding-top: var(--size-ex-low);
}
@media not all and (min-width: 769px) {
  .l-flex-wrp {
    flex-wrap: wrap;
  }
  .l-w-50, .l-w-64, .l-w-40, .l-w-28 {
    width: 100%;
    max-width: 100%
  }
  .l-w-mid, .l-w-narrow {
    width: 100%;
    max-width: 100%;
  }
  /*****************************************************
MARGIN*/
  .mgn-ex-high {
    margin-top: calc(var(--size-ex-high) * var(--size-rate));
    margin-bottom: calc(var(--size-ex-high) * var(--size-rate));
  }
  .mgn-high {
    margin-top: calc(var(--size-high)*var(--size-rate));
    margin-bottom: calc(var(--size-high)*var(--size-rate));
  }
  .mgn-ex-mid {
    margin-top: calc(var(--size-ex-mid)*var(--size-rate));
    margin-bottom: calc(var(--size-ex-mid)*var(--size-rate));
  }
  .mgn-mid {
    margin-top: calc(var(--size-mid)*var(--size-rate));
    margin-bottom: calc(var(--size-mid)*var(--size-rate));
  }
  .mgn-low {
    margin-top: calc(var(--size-low)*var(--size-rate));
    margin-bottom: calc(var(--size-low)*var(--size-rate));
  }
  .mgn-ex-low {
    margin-top: calc(var(--size-ex-low)*var(--size-rate));
    margin-bottom: calc(var(--size-ex-low)*var(--size-rate));
  }
  /*****************************************************
MARGIN BOTTOM*/
  .mgn-bottom-ex-high {
    margin-bottom: calc(var(--size-ex-high) * var(--size-rate));
  }
  .mgn-bottom-high {
    margin-bottom: calc(var(--size-high) * var(--size-rate));
  }
  .mgn-bottom-ex-mid {
    margin-bottom: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .mgn-bottom-mid {
    margin-bottom: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .mgn-bottom-low {
    margin-bottom: calc(var(--size-low) * var(--size-rate));
  }
  .mgn-bottom-ex-low {
    margin-bottom: calc(var(--size-ex-low) * var(--size-rate));
  }
  /*****************************************************
PADDING*/
  .pd-ex-high {
    padding-top: calc(var(--size-ex-high) * var(--size-rate));
    padding-bottom: calc(var(--size-ex-high) * var(--size-rate));
  }
  .pd-high {
    padding-top: calc(var(--size-high) * var(--size-rate));
    padding-bottom: calc(var(--size-high) * var(--size-rate));
  }
  .pd-ex-mid {
    padding-top: calc(var(--size-ex-mid) * var(--size-rate));
    padding-bottom: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .pd-mid {
    padding-top: calc(var(--size-mid) * var(--size-rate));
    padding-bottom: calc(var(--size-mid) * var(--size-rate));
  }
  .pd-low {
    padding-top: calc(var(--size-low) * var(--size-rate));
    padding-bottom: calc(var(--size-low) * var(--size-rate));
  }
  .pd-ex-low {
    padding-top: calc(var(--size-ex-low) * var(--size-rate));
    padding-bottom: calc(var(--size-ex-low) * var(--size-rate));
  }
  /*****************************************************
PADDING BOTTOM*/
  .pd-bottom-ex-high {
    padding-bottom: calc(var(--size-ex-high) * var(--size-rate));
  }
  .pd-bottom-high {
    padding-bottom: v calc(var(--size-high) * var(--size-rate));
  }
  .pd-bottom-ex-mid {
    padding-bottom: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .pd-bottom-mid {
    padding-bottom: calc(var(--size-mid) * var(--size-rate));
  }
  .pd-bottom-low {
    padding-bottom: calc(var(--size-low) * var(--size-rate));
  }
  .pd-bottom-ex-low {
    padding-bottom: calc(var(--size-ex-low) * var(--size-rate));
  }
  /*****************************************************
PADDING TOP*/
  .pd-top-ex-high {
    padding-top: calc(var(--size-ex-high) * var(--size-rate));
  }
  .pd-top-high {
    padding-top: calc(var(--size-high) * var(--size-rate));
  }
  .pd-top-ex-mid {
    padding-top: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .pd-top-mid {
    padding-top: calc(var(--size-mid) * var(--size-rate));
  }
  .pd-top-low {
    padding-top: calc(var(--size-low) * var(--size-rate));
  }
  .pd-top-ex-low {
    padding-top: calc(var(--size-ex-low) * var(--size-rate));
  }
  /*****************************************************
SIDE*/
  .mgn-left-20 {
    margin-left: 0;
    margin-bottom: 56px;
  }
  .pd-side-sp, .pd-side-sp {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*****************************************************
MODULE*/
.title-large {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .1em;
}
.title-middle {
  font-size: 1.5rem;
  color: var(--main-color);
  font-weight: 500;
}
.title-small {
  font-size: 1rem;
  color: var(--main-color);
  font-weight: 500;
	line-height: 1.75;
}
.title-ex-small {
  font-size: 1.5rem;
  line-height: 1;
}
.title-ex-small a {
  color: var(--txt-color) !important
}
.title-ex-small a:hover {
  color: var(--link-color) !important;
}
.title-bold {
  font-size: 1rem;
}
.title-normal {
  font-size: 1.4rem;
}
.outline-table {
  border-top: 1px solid #ccc;
}
.outline-table tr td {
  border-bottom: 1px solid #ccc;
  padding-block: 1.4em;
}
.outline-table-hdr {
  width: 30%;
  font-weight: 700;
  vertical-align: top;
}
.table-header {
  font-weight: 400;
  width: 24%;
}
.outline-table table tr td {
  border: 0;
  padding: 0;
}

.btn-50 {
  width: calc(50% - 8px);
  margin: 0 2px;
}

.btn-width {
  max-width: 320px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.btn-block {
  display: block;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.border-top {
  border-top: 1px solid var(--line-color);
}
.border-top-bottom {
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
}
.border-bottom {
  border-bottom: 1px solid var(--main-color);
}
.border-left {
  border-left: 1px solid var(--line-color);
}
.txt-c, .txt-c-to-l {
  text-align: center;
}
.txt-l, .txt-l-to-c {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-u {
  text-decoration: underline !important;
}
.txt-main-color {
  color: var(--main-color);
}
.txt-line-height-1 {
  line-height: 1
}
.link-underline-dotted {
  border-bottom: 1px dotted #000;
}
.txt-lead {
  font-size: 1.125rem;
}
.txt-small {
  font-size: .875rem;
}
.txt-dark {
  color: var(--txt-color) !important;
}
.bg-main-color {
  background-color:var(--main-color);
}
.bg-f {
  background-color: #fff;
}
.bg-f3 {
  background-color: #f3f3f3;
}
.no-pc {
  display: none;
}
.no-sp {
  display: block;
}
.lst-dot {
  list-style-type: none;
}
.lst-dot li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #202020;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 1em;
}
.lst-mun {
  list-style-type: decimal;
  padding-left: 1.4em;
}
@media not all and (min-width: 769px) {
  .bnr-with-img.l-w-48 {
    margin-bottom: 32px;
  }
  .title-large {
    font-size: 2rem;
  }
  .line-ver {
    height: 104px;
  }
  .title-ex-large, .title-ex-large-sub {
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .no-pc {
    display: block;
  }
  .no-sp {
    display: none !important;
  }
  .without-frm {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .txt-l-to-c {
    text-align: center;
  }
  .txt-c-to-l {
    text-align: left;
  }
  .float-l, .float-r {
    float: none;
  }
  .outline-table tr td {
    display: block;
  }
  .outline-table tr td.outline-table-hdr {
    border: none;
    padding-bottom: 0;
    width: 100%;
  }
  .bnr-img {
    width: 100%;
  }
  .bnr-img img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
  }
  .bnr-txt {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom-left-radius: 30px;
  }

}
/*****************************************************
TEASER ******************************************************/

#outline{
	padding-top: 80px;
	padding-bottom: var(--size-ex-high);
}
/*****************************************************
HERO ******************************************************/
.hero {
  width: 100%;
  height: 100vh;
  background-color: var(--main-color);
  display: grid;
  place-items: center;
  position: relative;
}
.logo {
  max-width: 90%;
  height: 60vh;
}
.page-link {
  color: #fff;
  font-size: .875rem;
  position: absolute;
  left: calc(10% - 4px);
  bottom: 32px;
  z-index: 10;
  transform: rotate(-90deg);
  transform-origin: 0 100%;
  transition: bottom .2s ease-out;
}
.page-link a {
  color: #fff;
}
.page-link:hover {
  bottom: 24px;
}
.page-link a:hover {
  color: #fff;
}
.title-txt {
  display: block;
  max-width: 72%;
}
.spec-table {}
.spec-ttl {
  vertical-align: top;
  padding-right: 2em;
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  .title-txt {
    max-width: 90%;
  }
	.logo {
  max-width: 80%;
  height: auto;
}
}
/*右側へ要素を広げる（2カラム）*/
.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 10%;
}
.column-outside-left img{
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}
/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 10%;
}
.column-outside-right img {
  border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}
/*****************************************************
MAKER ******************************************************/
.maker-description, .maker-link {
  font-size: .875rem;
}
.maker-description {
  margin-top: -2em;
}
.maker-link {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.maker-link i {
  margin-right: 1em;
}
.card-container {
  margin: 0 auto;
  width: 80%;
  max-width: 1012px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  /*	grid-template-columns: auto auto auto;*/
  column-gap: 5%;
  row-gap: 80px;
}
.card-container-talk {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 1.5em;
}
.card-talk {
  grid-row: span 3;
}
.card img {
  margin-bottom: 1em;
}
.card .title-middle {
  line-height: 1;
}
@media not all and (min-width: 769px) {
	
	.column-outside-left img,
	.column-outside-right img{
		border-radius: 0;
	}
	.card-container {
  width: 90%;
	}
	.card img {
  margin-bottom: .5em;
}
}
/****************************************************
PAN*/
.pan-list {
  line-height: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .8125rem;
}
.pan-list li {
  display: inline;
}
.pan-list li:before {
  content: " / ";
}
.pan-list li:first-child:before {
  content: "";
}
@media not all and (min-width: 769px) {
  .pan-list {
    line-height: 1.4;
  }
  .cont-wrp {
    margin-bottom: 160px;
    margin-top: 60px;
  }
  .category-panel-showroom img {
    object-fit: cover;
    height: 268px;
  }
}
/*****************************************************
FOOTER*/
.ftr {
  background-color: #fff;
  color: var(--main-color);
  font-size: 1rem;
  padding-top: 88px;
  padding-bottom: 88px;
}
.ftr a {
  color: var(--main-color);
}
.ftr-logo {
  width: 80px;
}
.ftr-sns {
  font-size: 1.4rem;
  line-height: 1;
}
.btn-up {
  transform: rotate(-90deg);
  position: absolute;
  right: 5%;
  top: -10px;
}
@media not all and (min-width: 769px) {
  .ftr {
    padding-top: 72px;
  }
  .ftr-hdr, .ftr-nav {
    width: 100%;
  }
  .ftr-hdr {
    margin-bottom: 32px;
  }
  .ftr-nav {
    margin-bottom: 32px;
  }
  .ftr-nav .l-flex-wrp {
    display: block;
  }
}
/****************************************************
LOADING****************************************/
.loading-wrp {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--main-color);
  background-size: 100%;
  top: 0;
  left: 0;
	
}
.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
	color: #fff;
	font-size: .75rem!important;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.loader{
  margin:  auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
/*
  background: var(--main-color);
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
*/
	background-image: url("../images/uzu.svg") center center no-repeat;
  position: relative;
  animation: load 1s infinite linear;
  transform: translateZ(0);
	opacity: 1;
}
.loader:before{
  width: 50%;
  height: 50%;
/*  background: #fff;*/
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after{
/*  background: var(--main-color);*/
  width: 96%;
  height: 96%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg) scale(0);
  }
}

a.btn {
  -webkit-appearance: none;
  line-height: 1.4;
  text-align: center;
  padding: 1.4em 5em;
  display: inline-block;
  cursor: pointer;
  background-color: var(--main-color);
  font-size: .875rem;
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: .2s;
  overflow: hidden;
  border: none;
}
a.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1B88DE;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .2s;
  overflow: hidden;
}
a.btn::after {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url("");
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  transition: transform ease .2s;
  transform: translateY(-30%);
}
a.btn:hover {
  background-color: var(--txt-color);
  color: #fff;
}
a.btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
a.btn-frm {
	background-color: #fff;
	color: var(--main-color);
  }
/**********************************************************************************************************
box-4****************************************/
.card-4 {
  width: 23%;
}

.card-4.card-4-inline {
  display: inline-block;
  float: none;
  vertical-align: top
}

.card-4-img {
  margin-bottom: 1em;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 16px;
}
.card-4-img img {
  transition: all .4s ease-out;
}
.card-4-img img:hover {
  transform: scale(1.1);
}


@media not all and (min-width: 769px) {
  .card-4 {
    width: 47.5%;
  }
	.card-4:nth-child(1),
	.card-4:nth-child(2){
		margin-bottom: 80px;
	}
	.card-4 .title-small {
  font-size: .875rem;
}
}

/*****************************************************
協賛募集　参加メーカー募集*/

.inner-50-left{
	padding-left: 10vw;
	padding-right: 5vw;
	color: #fff;
}
.inner-50-left .title-middle{
	color: #fff;
}
.inner-50-right{
	padding-right: 10vw;
	padding-left: 5vw;
	background-color: #FAFAFA;
}
/**********************************************************************************************************
DRAWER******************************************************/
.btn-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 101;
  background-color: var(--main-color);
  -webkit-transition: all 3s ease-in-out;
  transition: all .2s ease-out;
}
.btn-drawer-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 32px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 3s ease-out;
  transition: all .2s ease-out;
}
.btn-drawer-line::before, .btn-drawer-line::after {
  content: "";
  height: 2px;
  width: 32px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.btn-drawer-line::before {
  top: -6px;
}
.btn-drawer-line::after {
  top: 6px;
}
.open .drawer-menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}
.open .btn-drawer {
  border-color: #fff
}
.open .btn-drawer-line {
  background-color: transparent;
}
.open .btn-drawer-line::before, .open .btn-drawer-line::after {
  top: 0;
  background: #fff
}
.open .btn-drawer-line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .btn-drawer-line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drawer-menu {
  position: fixed;
  display: grid;
  place-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  -webkit-transition: all .2s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
	color: #fff;
}
.drawer-menu ul {
  padding: 0;
  list-style-type: none
}
.drawer-menu li {
  width: 100%;
/*  height: 50px;*/
  line-height: 50px;
  text-align: center;
}
.drawer-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.drawer-menu li a:hover {
  transform: translateY(-5px);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.drawer-menu li.txt-small{
	line-height: 1.75;
}
.drawer-sns {
  font-size: 1.4rem;
}
/**********************************************************************************************************
HOVER******************************************************/
@media (hover: hover) {
  a:hover {
    color: var(--txt-color);
  }
  a.link-arrow:hover {
    color: #fff;
  }
  .gnavi-list a:hover {
    color: #9DB1BC;
  }
  .page:hover, .nextpostslink:hover, .previouspostslink:hover, .extend:hover {
    color: var(--txt-color);
    opacity: 1;
  }
}
@media (hover: none) {
  a:active {
    color: var(--txt-color);
  }
  a.link-arrow:active {
    color: #fff;
  }
  .gnavi-list a:active {
    color: #9DB1BC;
  }
  .page:active, .nextpostslink:active, .previouspostslink:active, .extend:active {
    color: var(--txt-color);
    opacity: 1;
  }
}