@charset "utf-8";

/* ▼リセット
------------------------------------------------------------------------ */
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
 button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
}
button:focus {
  outline: 0;
}
:focus:not(:focus-visible) {
      outline: 0;
      /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

/* 
------------------------------------------------------------------------ */
html {
  font-size: 62.5%;
  width: 100%;
  height:100%;
}
/* 
------------------------------------------------------------------------ */

body {
  width: 100%;
  height:100%;
  font-size: 1.6em;
  line-height: 1.6;
  user-select: none;
-webkit-user-select: none;
 -ms-user-select: none;
 -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-family:  'メイリオ', Meiryo, sans-serif;
}
a {
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active, a:hover, a:focus, a:visited {
  outline: 0
}
a:hover {
  text-decoration: none;
}

img {
  border-style: none;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  width:100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 8px;
  height: auto;
}
body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
  border-left: solid 1px #ececec;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

/* div */
div::-webkit-scrollbar { 
  width: 0px;
  height:0px;
}
div::-webkit-scrollbar-track { 
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
  border-left: solid 0px #ececec;
}
div::-webkit-scrollbar-thumb {
  background-color: #ddd;
  width: 0px;
  height: 0;
  border-radius: 10px;
  box-shadow:inset 0 0 0 0px #fff;
}

/*フォ－ム
------------------------------------------ */
input[type="text"],input[type="tel"],input[type="password"], input[type="submit"] ,input[type=checkbox], input[type="button"],textarea, select {
  width: 100%;
  padding: 5px;
  font-size: 1.4rem;
  font-size: 16px;
  line-height: 1.4;
  outline: 0;
  border:none;
  font-family: inherit;
  -webkit-appearance: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-color: #fff;
  color: #111;
  font-size: 16px;
/*  overflow: hidden;*/
}
textarea::-webkit-scrollbar { 
  width: 8px;
  height: auto;
}
textarea::-webkit-scrollbar-track { 
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
  border-left: solid 1px #ececec;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}
select {
  color: #111;
  font-size: 16px;
}

/*svg インライン クラス付与
------------------------*/
.svg-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display:block;
  object-fit: contain;
}

/* トップ へ
-------------------------------------------*/
#pageTop {
  position: -webkit-sticky;
  position: sticky;
  margin:0 0 0 auto;
  bottom:30px;
  right:10px;
  left:auto;
  transform: translate3d(0,0,0);
  width: 40px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/icon/arow-up.svg);
  z-index:20;
  border-radius:100%;
  transition: opacity .4s;
  opacity:0;
  pointer-events:none;
  display:none;
}
#pageTop.show{  
   pointer-events:auto;
   opacity:1;
}

/* ページカバー
---------------------------------------------- */
.index-page-cover{
  position: fixed;
  overflow: hidden;
  top: 0;
  left:0;
  background-color:#fff;
  width: 100%;
  height: 100vh;
  transform: translate3d(0,0,0);
  z-index: 99998;
  display:block;
}
/* 
---------------------------------------------- */
.index-page-cover-inner {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility:hidden;
}

/*ページオープンローダー
------------------------------------------------*/
.loading-box {
  position: absolute;
  display:block;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(.6, .6);
  width: 74px;
  height: 74px;
  background: none;
  z-index: 99999;
  visibility:hidden;
}
/*
------------------------------------------------*/
.loader-flower, 
.loader-flower-modal{
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateZ(0) scale(0.74);
  backface-visibility: hidden;
  transform-origin: 0 0;
  visibility:hidden;
}
.loader-flower.loading,
.loader-flower-modal.loading {
 visibility:visible;
}
.loader-flower div,
.loader-flower-modal div { 
  box-sizing: content-box; 
}
.loader-flower.loading div,
.loader-flower-modal.loading div {
  left: 47px;
  top: 24px;
  position: absolute;
  background: #535353;
  width: 6px;
  height: 12px;
  border-radius: 3px / 6px;
  transform-origin: 3px 26px;
  animation: loader-flower linear 1s infinite;
}
.loader-flower div:nth-child(1),
.loader-flower-modal div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #535353;
}
.loader-flower div:nth-child(2),
.loader-flower-modal div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #535353;
}
.loader-flower div:nth-child(3),
.loader-flower-modal div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #535353;
}
.loader-flower div:nth-child(4),
.loader-flower-modal div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #535353;
}
.loader-flower div:nth-child(5),
.loader-flower-modal div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #535353;
}
.loader-flower div:nth-child(6),
.loader-flower-modal div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #535353;
}
.loader-flower div:nth-child(7),
.loader-flower-modal div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #535353;
}
.loader-flower div:nth-child(8),
.loader-flower-modal div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #535353;
}
.loader-flower div:nth-child(9),
.loader-flower-modal div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #535353;
}
.loader-flower div:nth-child(10),
.loader-flower-modal div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #535353;
}
.loader-flower div:nth-child(11),
.loader-flower-modal div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #535353;
}
.loader-flower div:nth-child(12),
.loader-flower-modal div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #535353;
}
@keyframes loader-flower {
  0% {
   opacity: 1 
  }
  100%
  { 
    opacity: 0
  }
}





