*:where(:not(html,iframe,canvas,img,svg,video,audio,input):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}

@font-face {
  font-family: 'noto';
  src: url('../font/NotoSansJP-Regular.woff2') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'zen';
  src: url('../font/ZenOldMincho-Regular.woff2') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'zen';
  src: url('../font/ZenOldMincho-Medium.woff2') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'zen';
  src: url('../font/ZenOldMincho-SemiBold.woff2') format('woff');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'zen';
  src: url('../font/ZenOldMincho-Bold.woff2') format('woff');
  font-weight: bold;
  font-display: swap;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'zen', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
}
#load {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
}
a {
  text-decoration: none;
}
header {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 132px;
  transition: all .4s;
  background-color: #fff;
}
header > * {
  transition: all .3s;
}
header h1,
header .headlogo {
  margin: 8px 0 0 8px;
  width: 115px;
  transition: all .5s;
}
header nav .contact {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
header nav .contact .tel {
  padding-top: 3px;
}
header nav .contact .tel p{
  font-size: 14px;
  line-height: 1.5;
}
header nav .contact .tel .num{
  font-size: 41px;
  line-height: 1.1;
  font-weight: 400;
  padding-top: 3px;
}
header nav .down .est {
  padding: 2px 0 3px 1em;
}
header nav .contact .est img {
  height: 65px;
  width: 100%;
}
header nav ul{
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}

header nav a{
  color: #333;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 1.8em 10px 1.5em;
  transition: all .4s;
  display: flex;
}
header nav .is a {
  color: #925d97;
  text-decoration: underline;
  text-decoration-color: #e1cfe2;
  text-underline-offset: 6px;
}
header nav a:hover {
  color: #0077c2;
}
header nav .down {
  position: relative;
  cursor: pointer;
}
header nav .down a{
  display: flex;
  align-items: center;
  transition: all .4s;
}
header nav .down .child a:hover {
  color: #333;
  background-color: #efefef;
}
header nav .child a{
  text-decoration: none;
}
header nav .down a img{
  height: 14px;
  margin-left: .3em;
  width: auto;
}
header nav .child {
display: none;
flex-direction: column;
position: absolute;
height: auto;
transition: all .4s;
background-color: #fff;
padding-top: 8px;
width: 260px;
left: -30px;
transition: all .4s;
opacity: 0;
}
header nav .child.show {
  display: block;
  opacity: 1;
}
header nav .child a{
display: flex;
align-items: stretch;
padding: 15px 1em 20px;
color: #333;
}
header nav .child a img{
object-fit: cover;
object-position: center center;
width: 60px;
height: 35px;
margin-right: 15px;
margin-left: 10px;
}
header .flbn{
  display: none;
}
/* header fixed */
header.shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
header.fixed {
  background-color: #fff;
  color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  height: 65px;
}
header.fixed h1,
header.fixed .headlogo {
  width: 50px;
}
header.fixed nav a {
  font-size: 17px;
}
header.fixed nav .contact {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
header.fixed nav .contact .tel {
  padding-top: 5px;
  padding-right: 25px;
  display: none;
  align-items: baseline;
  flex-direction: row-reverse;
}
header.fixed nav .contact .tel p{
  font-size: 12px;
}
header.fixed nav .contact .tel h3{
  font-size: 17px;
  padding-right: 1em;
}
header.fixed nav .contact .est {
  display: none;
}
header.fixed .flbn{
  display: block;
  position: fixed;
  text-align: center;
  top: calc(100vh - 150px);
  left: 25px;
  width: 240px;
  background-color: #fff;
  font-size: 12px;
  filter: drop-shadow(0 0 4px rgba(0,0,0,.15));
  transition: all 0s;
}
header.fixed .flbn a{
  display: block;
  padding:8px 9px;
}
header.fixed .flbn .inn {
  border: 1px solid #ba8dbe;
  padding: 10px;
}
header.fixed .flbn i {
  color: #999;
}
header.fixed .flbn .fa-mobile-screen {
  font-size: 19px;
}
header.fixed .flbn .tel {
  font-size:20px;
  font-weight: 400;
}
header.fixed .flbn .ti {
  font-size:20px;
  font-weight: bold;
  color: #ba8dbe;
}
.totop {
  position: fixed;
  top: calc(100vh - 70px);
  right:25px;
  filter: drop-shadow(0 0 4px rgba(0,0,0,.15));
}
.totop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@media (max-width: 1000px) {
  header nav .down a img{
    display: none;
  }
  header nav a{
    color: #013879;
  }
  header nav .down {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header nav .down a {
    color: #999;
    padding: 0;
  } 
  header nav .child {
    display: block;
    position: relative;
    height: auto;
    text-align: center;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 20px;
    width: auto;
    left: auto;
    opacity: 1;
    transition: all 0s;
  }
  header nav .child.show {
    display: block;
    opacity: 1;
  }
  header nav .child a{
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    color: #013879;
  }
   header nav .down .child a:hover {
    background-color:transparent;
   }
  header nav .child a img{
    display: none;
  } 
  header nav .contact {
    display: none;
  }
  .totop {
  bottom:100px;
  /* top: calc(100vh - 145px); */
  top: auto;
  right:20px;
  }
  header.fixed .flbn{
  display: block;
  position: fixed;
  text-align: center;
  top: auto;
  bottom:0;
  left:0;
  width: 100%;
  height: 82px;
  background-color: #fff;
  font-size: 12px;
  filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
  transition: all 0s;
  }
  header.fixed .flbn p {
    display: block;
  }
  header.fixed .flbn a{
    display: block;
    padding:8px 9px;
  }
  header.fixed .flbn .inn {
    border: 1px solid #ba8dbe;
    padding: 5px 1em;
  }
  header.fixed .flbn i {
    color: #999;
  }
  header.fixed .flbn .fa-mobile-screen {
    font-size: 19px;
  }
  header.fixed .flbn .tel {
    display: none;
    font-size:20px;
    font-weight: 400;
  }
  header.fixed .flbn .ti {
    font-size:20px;
    font-weight: bold;
    color: #ba8dbe;
  }
}

@media (max-width: 600px) {
.totop {
  display: none;
}
}
/* toggle menu */

#nav_toggle {
  display: none;
  position: absolute;
  right: 13px;
  top: 6px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  padding: 13px 10px 0;
}

#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #222;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

header.fixed #nav_toggle span {
  background: #333;
}

#nav_toggle span:nth-child(1) {
  top: 0;
}

#nav_toggle span:nth-child(2) {
  top: 11px;
}

#nav_toggle span:nth-child(3) {
  top: 23px;
}


@media (max-width: 1000px) {
  header {
    height: 65px;
  }
  header h1,
  header .headlogo {
    width: 50px;
  }

  header nav {
      display: none;
  }

  header nav {
      position: absolute;
      z-index: -1;
      top: calc(-100vh - 50px);
      width: 100%;
      height: 100%;
      height: 100vh;
      text-align: center;
      padding: 0;
      display: block;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      background-color: rgba(255,255,255, 1);
  }
  header.open nav{
    top:0;
  }
  header.open nav ul {
      padding: 80px 0 0;
      font-size: 15px;
      flex-direction: column;
      line-height: 3;
  }
  header nav a {
    padding: 0 0;
  }
  header nav ul{
    flex-direction: column;
  }
  #nav_toggle {
      display: block;
  }
  header.open #nav_toggle span {
    background: #333;
  }
  
  .open #nav_toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
  }

  .open header nav {
      /* header nav top + #mobile-head height */
      -moz-transform: translateY(calc(100vh + 40px));
      -webkit-transform: translateY(calc(100vh + 40px));
      transform: translateY(calc(100vh + 40px));
  }
}


/* vi */
.arr {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  right: 25px;
  height: 100px;
  width: 45px;
}

.arr p {
  font-size: 10px;
  color: #fff;
  text-align: left;
}
.arr img{
  max-width: 20px;
  height: 70px;
}

.arr img,
.arr p {
  animation: anime_ar 1s ease -0.8s infinite alternate;
  padding-bottom: 0;
}

@keyframes anime_ar {
  0% {
      opacity: .1;
      margin-top: 3px;
  }

  100% {
      opacity: 1;
      margin-top: 3px;
  }
}

/* top */
.vi {
  position: relative;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
}
.vi .concept {
  position: absolute;
  bottom: 100px;
  left: 80px;
}
.vi .concept h2{
  color: #fff;
  font-size:clamp(26px, 4vw, 40px);
  font-weight: 400;
  line-height: 2;
  padding: 0;
  text-align: left;
  filter: drop-shadow(0 0 4px rgba(0,0,0,.3));
}

@media (max-width: 1050px) {
.vi .concept h2 {
  padding: 20vh 0 10px 0;
}
}
@media (max-width: 980px) {
.vi {
  background-position-x: 75%;
}
}


@media (max-width: 800px) {
.vi .concept h2 {
  padding: 20vw 0 10px 0;
}
}

@media (max-width: 600px) {
.vi {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vi .img {
  width: 100%;
  padding: 0 0 40px;
}
.vi .concept {
  width: calc(100% - 10vw);
}
.vi .concept h2 {
  text-align: center;
  font-size: 6vw;
}
.vi .concept {
  left: 5vw;
}
}


h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  line-height: 1.45;
  padding: 1.5em 0 .3em;
}

.cp_bn {
  text-align: center;
  padding: 0 5% 0;
}
.cp_bn img {
  max-width: 960px;
  width: 100%;
  padding: 8% 0 0;
  margin: 0 auto;
}

/* top about */
section#top_about {
  margin: 0 auto;
  max-width: 960px;
  padding: 100px 0;
}
section#top_about article {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#top_about article img{
  max-width: 415px;
  flex-shrink: 0;
  margin: 0 3.5em 0 0;
}
section#top_about article .text h2 {
  font-weight: 400;
  text-align: left;
  font-size: 28px;
  padding: 20px 0 25px;
}
section#top_about article .text {
  font-size: 18px;
  text-align: justify;
  line-height: 2.2;
}
section#top_about article a {
  display: block;
  text-align: right;
}
section#top_about article a img{
  width: 220px;
  margin: 30px 0 0 auto;
}


@media (max-width: 1150px) {
section#top_about {
  padding: 100px 5%;
}
section#top_about article img {
  margin: 0 3.5em 0 0;
}
}

@media (max-width: 830px) {
  section#top_about article {
    align-items: flex-start;
  }
  section#top_about article img {
    max-width: 100%;
    width: 40%;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 700px) {
  section#top_about article {
    align-items: flex-start;
    flex-direction: column;
  }
  section#top_about article img {
    width: 100%;
  }
  section#top_about article .text h2 {
    padding: 3em 0 25px;
  }
  h2 {
  font-size: 28px;
  padding: 1.5em 0 .5em;
  }
}

/* top lineup */
section#lineup {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0 110px;
}
section#lineup h2 {
  font-size: 25px;
  padding: 0 1em 1em;
}
section#lineup ul li a{
  display: block;
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center center;
  padding: 30px 35px;
}
section#lineup ul li a h3 {
  font-size: clamp(40px, 5vw, 50px);
  font-weight: 400;
  padding: 0;
}
section#lineup ul li a p {
  font-size: 17px;
}
section#lineup ul li.akari a,
section#lineup ul li.kurashi a {
  color: #fff;
}
section#lineup ul li.akari a h3,
section#lineup ul li.kurashi a h3,
section#lineup ul li.akari a p,
section#lineup ul li.kurashi a p{
  text-shadow: 0 0 2px rgba(0,0,0,1);
  filter: drop-shadow(0 0 4px rgba(0,0,0,1));
}
section#lineup ul li a img.akari,
section#lineup ul li a img.kurashi {
  filter: drop-shadow(0 0 4px rgba(0,0,0,1));
}
section#lineup ul li a img {
  width: 220px;
  position: absolute;
  bottom:30px;
  right:35px;
}

/* top original order */
section#original {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0 110px;
}
section#original article {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
section#original article .text h2{
  text-align: left;
  font-size: clamp(20px, 3.5vw, 28px );
  padding: 0 0 .5em;
}
section#original article .text p {
  font-size: 17px;
  line-height: 2;
}
section#original article .text a img {
  width: 220px;
  margin-top: 2em;
}
section#original article .img{
  width: 60%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section#original article .img img {
  width: 49%;
  margin: 0 .5% 1% 0;
}
section#original article .img img:nth-child(even) {
  margin: 0 0 1% .5%;
} 

@media (max-width: 1150px) {
section#original {
  padding: 50px 5% 110px;
}
section#original article .text {
  margin-right: 2em;
}
}
@media (max-width: 1000px) {
section#original article {
  flex-direction: column-reverse;
}
section#original article .img {
  width: 100%;
  margin: 0 auto 1em;
}
section#original article .text p {
  font-size: 15px;
}
}
@media (max-width: 900px) {
  section#lineup ul li a img {
    background-color: #fff;
  }
  section#lineup ul li a img.akari,
  section#lineup ul li a img.kurashi {
    background-color: #333;
  }
  section#lineup ul li a {
    padding: 30px 25px;
  }
  section#lineup ul li a img {
  bottom:20px;
  right: 15px;
  }
  section#lineup ul li a h3 {
    background-color: #fff;
    display: inline-block;
    line-height: 1.1;
    font-weight: 300;
    padding: 0 2px 3px;
  }
  section#lineup ul li a p span {
    background-color: #fff;
    padding: 0 2px 2px;
  }
  section#lineup ul li.akari a h3,
  section#lineup ul li.kurashi a h3,
  section#lineup ul li.akari a p,
  section#lineup ul li.kurashi a p{
  text-shadow: 0 0 0 rgba(0,0,0,1);
  filter: drop-shadow(0 0 0 rgba(0,0,0,1));
  color: #333;
  }
  section#lineup ul li.akari a {
    background-position: center right;
  }
}

/* top space */
section#space {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0 80px;
}
section#space article {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
section#space article .text h2{
  text-align: left;
  font-size: clamp(20px, 3.5vw, 28px );
  padding: 0 0 .5em;
}
section#space article .text h2 span {
  font-size: 16px;
  display: block;
}
section#space article .text p {
  font-size: 15px;
  line-height: 2;
}
section#space article .text {
  position: relative;
  padding-right: 30px;
}
section#space article .text .map{
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
}
section#space .map iframe{
  width: 100%;
}
section#space .img {
  width: 60%;
  flex-shrink: 0;
}

@media (max-width: 1150px) {
section#space {
  padding: 50px 5% 50px;
}
section#space article .text .map{
  position: relative;
  width: 100%;
}
section#space article .text p {
  padding-bottom: 1em;
}
section#space .map iframe{

}
}
@media (max-width: 1000px) {
section#space article {
  flex-direction: column-reverse;
}
section#space .img {
  width: 100%;
}
section#space article img {
  width: 100%;
  margin: 0 auto 1em;
}
section#space article .text {
  padding: 0;
}
section#space article .text .map {
  width: 100%;
}
}

/* about */
section#laser {
  margin: 0 auto;
  max-width: 1100px;
  padding: 10px 0 110px;
}
section#laser article {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
section#laser article .text h2{
  text-align: left;
  font-size: clamp(20px, 3.5vw, 24px );
  padding: 0 0 .5em;
}
section#laser article .text p {
  font-size: 16px;
  line-height: 2;
}
section#laser article img {
  max-width: 500px;
  margin-left: 3em;
}
section#tech {
  margin: 0 auto;
  max-width: 1100px;
  padding: 10px 0 110px;
}
section#tech h2 {
  font-size: 26px;
  padding: 0 0 1.8em;
}
section#tech h3 {
  font-size: 22px;
  display: inline-block;
  border-bottom: 2px solid #ba8dbe;
  padding: 0 .05em .1em;
  margin-bottom: 1.2em;
}
section#tech .kako li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 2;
  margin-bottom: 6.5em;
}
section#tech .kako li img {
  max-width: 500px;
  margin-left: 3em;
}
@media (max-width: 1150px) {
section#laser,
section#tech {
  padding: 50px 5% 50px;
}
}
@media (max-width: 1000px) {
section#laser article img,
section#tech .kako li img {
  max-width: 320px;
  margin-left: 2em;
}
}
@media (max-width: 640px) {
section#laser article,
section#tech .kako li {
  flex-direction: column;
}
section#laser article img,
section#tech .kako li img {
  max-width: 100%;
  margin-left: 0;
  margin-top: 1.5em;
}
}

/* product */
.product_vi {
  height: 90vh;
  min-height: 550px;
  position: relative;
}
.product_vi img{
  object-fit: cover;
  object-position: center center;
  height: 90vh;
  min-height: 550px;
  position: absolute;
  top: 0;
  left: 20%;
  width: 80%;
}
.product_vi.right img{
  object-position: right center;
}
.product_vi h1 {
  padding: 250px 0 0 50px;
  font-size: 65px;
  font-weight: 400;
  color: #fff;
  mix-blend-mode: difference;
}
.product_vi p {
  font-size: 21px;
  padding: 0 0 0 50px;
  color: #fff;
  mix-blend-mode: difference;
}
section#product {
  margin: 0 auto;
  max-width: 1100px;
  padding: 90px 0 30px;
}
section#product article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section#product article .text h2{
  text-align: left;
  font-size: clamp(22px, 3.5vw, 30px );
  padding: 0 0 .5em;
  line-height: 1.7;
}
section#product article .text p {
  font-size: 16px;
  line-height: 2;
}
section#product article .img {
  width:45%;
  flex-shrink: 0;
  margin-left: 5%;
}
section#product article .img .caption {
  font-size: 13px;
  text-align: right;
}
section#gallery {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0 80px;
}
section#gallery ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
section#gallery ul li img {
  object-fit: cover;
  aspect-ratio: 3/2;
}
section#gallery ul li p {
  font-size: 13px;
}
.p_notice {
  font-size: 13px;
  margin-top: 1.5em;
}



@media (max-width: 1150px) {
  section#product article {
    padding: 90px 5% 30px;
  }
  section#gallery {
    padding: 50px 5% 80px;
  }
}
@media (max-width: 1000px) {
  .product_vi h1 {
    padding: 130px 1em 0 40px;
  }
}
@media (max-width: 830px) {
  section#product article {
    padding: 0 5% 30px;
  }
  section#product article {
    flex-direction: column;
  }
  section#product article .text {
    width: 100%;
  }  
  section#product article .img {
    width: 100%;
    padding-top: 1.5em;
    margin-left: 0;
  }
  section#gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 15px;
  }
  .product_vi img{
    width: 100%;
    left: 0;
  }
  .product_vi.right img{
    object-position: 85% center;
  }
  .product_vi h1 {
    margin: 110px 1em 0 20px;
    padding: 0 .1em .1em;
    line-height: 1;
    display: inline-block;
    mix-blend-mode: luminosity;
    color: #000;
    background-color: #fff;
  }
  .product_vi p {
    margin: 0 1em 0 20px;
    padding: 0 .1em .1em;
    display: inline-block;
    line-height: 1;
    mix-blend-mode: luminosity;
    color: #000;
    background-color: #fff;
  }
}
@media (max-width: 640px) {
  section#gallery ul {
  display: grid;
  grid-template-columns: repeat(2h, 1fr);
  gap: 15px 15px;
  }
}
@media (max-width: 470px) {
  .product_vi h1 {
    font-size: 13.5vw;
  }
  .product_vi p {
    font-size: 4vw;
  }
}

/* page std */
main#page.std h1 {
  text-align: center;
  font-size: clamp(22px, 3.5vw, 35px);
  padding: 200px 0 30px;
  font-weight: 400;
}
section#std h2 {
  text-align: left;
  font-size:30px;
  padding: 1.5em 0 .5em;
}
section#std h3 {
  text-align: left;
  font-size:24px;
  padding: 1.5em 0 .5em;
}
section#std h4 {
  text-align: left;
  font-size:21px;
  font-weight: bold;
  padding: 1.5em 0 0;
}
section#std {
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 0 80px;
  line-height: 2;
}
section#std p {
  padding-bottom: 1em;
}
section#std ol {
  list-style: decimal;
  padding-left: 1.2em;
  margin-left: .3em;
}
section#std ol li{
  padding-bottom: .8em;
}

@media (max-width: 1150px) {
  section#std {
    padding: 30px 5% 80px;
  }
}
@media (max-width: 800px) {
  main#page.std h1 {
    padding: 100px 0 30px;
  }
}

/* contact */
section#contact {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0 80px;
}
section#contact h2{
  font-size: 30px;
  padding: 1em 1em 1em;
}
section#contact form{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#contact form .left,
section#contact form .right {
  width: 48%;
}
section#contact form h3 {
  font-size: 18px;
  padding-bottom: .5em;
}
section#contact form h4 {
  font-size: 18px;
  padding-bottom: .5em;
}
section#contact form p.lb {
  font-size: 14px;
  padding-top: 1.2em;
  padding-bottom: .5em;
}
section#contact form p.lb span {
  font-size: 12px;
  color:#ba8dbe;
}
section#contact form .pri {
  font-size: 14px;
  padding-top: .7em;
  padding-bottom: .3em;
}
section#contact form .pri a {
  color: #ba8dbe;
  font-weight: bold;
}
input,
textarea {
  border: 1px solid #999;
  width: 100%;
  padding: 3px;
  height: 40px;
}

input.wpcf7-submit {
  width: 100%;
  margin-top: 1em;
  text-align: center;
  border: 0;
  display: flex;
  line-height: 1;
  height: 40px;
  font-size: 18px;
  justify-content: center;
  color: #fff;
  background-color: #ba8dbe;
  cursor: pointer;
}
.wpcf7-form-control {
  width: 100%;
  display: inline-block;
}
.wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 2;
}
.wpcf7-textarea {
  height: 518px;
}
.wpcf7-list-item input{
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
}
.wpcf7-acceptance label input {
  width: auto;
  height: auto;
}
.wpcf7 form.sent,
.wpcf7-response-output {
  width: 100%;
  text-align: center;
}
@media (max-width: 1150px) {
  section#contact {
    padding: 50px 5% 110px;
  }
}
@media (max-width: 830px) {
  section#contact article form{
    flex-direction: column;
  }
  section#contact article form .left,
  section#contact article form .right {
    width: 100%;
  }
}


/* footer */
footer {
  background-color: #eee;
  margin-top: 80px;
}
footer .foot_contents {
  max-width: 1100px;
  font-weight: 500;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
footer .foot_logo {
  display: block;
  text-align: center;
  width: 100px;
  height: auto;
  margin: 0 auto 10px;
}
footer .menu {
  width: 100%;
}
footer ul.product {
  margin-top: 1.5em;
}
footer ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
footer ul li {
  letter-spacing: 0.03em;
  font-size: 13px;
}
footer ul li a {
  display: inline-block;
  padding: 0 3em;
  line-height: 1;
  border-right: 1px solid #bbb;
}
footer ul li:last-child a {
  border-right: none;
}

footer .company {
  margin: 0 auto ;
  padding: 2em 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .company img{
  width: 100%;
  max-width: 280px;
}
footer .company .txt {
  font-size: 13px;
  margin-left: 4em;
}

footer .copyright {
  font-size: 11px;
  max-width: 1100px;
  text-align: center;
  padding: 0 20px 5px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  footer .txt {
    font-size: clamp(12px,1vw,1.5vw);
  }
  footer {
    padding-bottom: 100px;
  }
}
@media (max-width: 826px) {
  footer nav {
    display: none;
  }
  footer .foot_contents {
    flex-direction: column;
    justify-content: center;
  }
  footer .menu {
    width: 100%;
  }
  footer .company {
    flex-direction: column;
  }
  footer .company .txt {
    margin: 2em auto 0;
    padding: 0 1em;
  }
}



/* pagenavi */
.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #77a0d1;
}
.wp-pagenavi a {
    color: #77a0d1;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #ddd;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: #0077c2;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #0077c2;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    margin: 0 1.4em 0 0 !important;
    border-radius: 4px;
    padding: 10px 15px;
}

/* cookie */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: #a1803b;
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-consent .cookie-text a{
  border-bottom: 1px solid #fff;
  margin-left: .5em;
}
.cookie-agree {
  color: #fff;
  background: #999;
  padding: .5em 1.5em;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 700;
}
.cookie-agree:hover {
  cursor: pointer;
}
.cc-hide {
  animation: hide .5s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}

/*fade*/
.fdup {
  transform: translate(0, 40px);
  transition: all 700ms;
  opacity: 0;
}

.fdup.effect {
  opacity: 1;
  transform: translate(0, 0);
}