@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form.telLineBtn .tel span::after
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  background-color: #FFF;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: "YuGothic-M", YuGothic, "游ゴシック", "Yu Gothic medium", sans-serif;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
  overflow-x: hidden;
  font-weight: 500;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol, li {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
img {
  width: 100%;
  height: auto;
}
@font-face {
  font-family: "YuGothic-B";
  src: url("../css/fonts/YuGothic-B.woff") format("woff");
}
@font-face {
  font-family: "YuGothic-M";
  src: url("../css/fonts/YuGothic-M.woff") format("woff");
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?jgkq4j');
  src: url('fonts/icomoon.eot?jgkq4j#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?jgkq4j') format('truetype'), url('fonts/icomoon.woff?jgkq4j') format('woff'), url('fonts/icomoon.svg?jgkq4j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
  content: "\e900";
  color: #00c300;
}
.icon-phone:before {
  content: "\e942";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
/* indent
-------------------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.bold {
  font-family: "YuGothic-B";
  font-weight: bold;
}
.spDisp {
  display: block;
}
.pcDisp {
  display: none;
}
.wrap {
  overflow: hidden;
}
/* compo parts
-------------------*/
.min {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.hvrright {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvrright:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvrright:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.headerWrap {
  z-index: 100;
  position: fixed;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.headerWrap::after {
  position: fixed;
  content: "";
  background: #fff;
  width: 100%;
  height: 60px;
  top: -100%;
  transition: all 0.5s;
  z-index: -1;
}
.headerWrap.active::after {
  top: 0;
}
.headerWrap .logo {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 100px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.headerWrap.active .logo {
  width: 80px;
}
.gnavList {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  position: fixed;
  right: 5px;
  top: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.headerWrap.active .gnavList {
  max-width: 170px;
  right: 10px;
  top: 15px;
}
.gnavList li {
  width: 25%;
  padding: 0 5px;
}
.gnavList li a {
  display: block;
  border-radius: 100%;
  line-height: 0;
}
.gnavList li a:hover {
  background-color: #dca600;
}
/*footer*/
footer {
  background-color: #000;
  padding: 10px;
}
footer.copyright {
  display: block;
  font-size: 12px;
  color: #fff;
}
/*list*/
.contInr {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .headerWrap::after {
    height: 80px;
  }
  .headerWrap .logo {
    left: 30px;
    top: 30px;
    width: 150px;
  }
  .headerWrap.active .logo {
    left: 20px;
    top: 15px;
    width: 100px;
  }
  .headerWrap.active .gnavList {
    right: 10px;
    top: 20px;
  }
  .gnavList {
    max-width: 215px;
    right: 25px;
    top: 30px;
  }
  .spDisp {
    display: none !important;
  }
  .pcDisp {
    display: block;
  }
  .hvrright:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}