@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%;
  font-size: 62.5%;
}
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: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0;
  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: '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-mail:before {
  content: "\e900";
}
.icon-line:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e942";
}
/* indent
-------------------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.spDisp {
  display: block;
}
.pcDisp {
  display: none;
}
/* compo parts
-------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.wrap {
  overflow: hidden;
}
.contInr {
  max-width: 1060px;
  margin: auto;
}
.anc {
  margin-top: -20rem;
  padding-top: 20rem;
}
/*header*/
.headerWrap {
  z-index: 1000;
  position: relative;
  width: 100%;
}
.headerWrap::after {
  position: fixed;
  content: "";
  width: 100%;
  height: 55px;
  top: -120px;
  background-color: #fff;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: -1;
}
.headerWrap.active::after {
  top: 0;
}
.headerWrap .logo {
  width: 80px;
  font-size: 8px;
  position: fixed;
  z-index: 100;
  top: 15px;
  left: 15px;
  text-align: center;
  line-height: 1;
}
.headerWrap #headerNav .gnavList {
  display: flex;
  flex-wrap: wrap;
}
.headerWrap #headerNav .gnavList a {
  color: #333333;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  display: block;
  padding: 30px;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
}
/*footer*/
footer {
  padding: 15px 10px 50px;
}
footer .logo {
  max-width: 340px;
  margin: 0 auto;
  width: 50%;
}
footer .footerLink {
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: auto;
}
footer .footerLink li {
  text-align: center;
  margin: 0 10px;
  position: relative;
}
footer .footerLink li:first-child::after {
  position: absolute;
  right: -15px;
  content: "/";
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}
@media only screen and (min-width: 769px) {
  .spDisp {
    display: none !important;
  }
  .pcDisp {
    display: block;
  }
  /*header*/
  .headerWrap::after {
    height: 100px;
  }
  .headerWrap .logo {
    position: fixed;
    z-index: 100;
    top: 30px;
    left: 50px;
    width: 130px;
  }
  .headerWrap .gnavList {
    position: fixed;
    display: flex;
    right: 0;
    top: 40px;
  }
  .headerWrap #headerNav .gnavList {
    align-items: center;
  }
  .headerWrap #headerNav .gnavList a {
    padding: 0 10px;
    margin-right: 15px;
    text-align: center;
  }
  .headerWrap #headerNav .gnavList li:last-child a::after {
    display: none;
  }
  .headerWrap #headerNav .gnavList a::before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.5s;
  }
  .headerWrap #headerNav .gnavList a:hover::before {
    opacity: 1;
  }
  .headerWrap #headerNav .gnavList a::after {
    position: absolute;
    content: "/";
    font-size: 13px;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1000px) {
  .headerWrap .logo {
    left: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .btmbg {
    width: 100%;
    height: 400px;
    background: url("../img/mv.jpg") no-repeat center center/cover;
  }
  .spMenu {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 60px;
    width: 60px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
    transition: all 1s;
  }
  .spMenu span {
    background-color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    position: absolute;
    right: 15px;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .spMenu span:nth-of-type(1) {
    top: 20px;
  }
  .spMenu span:nth-of-type(2) {
    top: 28px;
  }
  .headerWrap #headerNav .gnavList {
    width: 100%;
  }
  .headerWrap #headerNav .gnavList li {
    width: 100%;
    border-bottom: 1px solid #333;
  }
/*
  .headerWrap.active .spMenu span {
    background-color: #ddd
  }
*/
/*
  .headerWrap .spMenu.active span {
    background-color: #4D4A3E
  }
*/
  spMenu.active span {
    background-color: #111111
  }
  .spMenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  .spMenu.active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  #headerNav {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    /*  padding: 60px 30px;*/
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    background-color: #fff;
    overflow-y: scroll;
  }
  #headerNav::after {
    background-color: #111;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 550ms ease 0.25s;
  }
  #headerNav.active {
    visibility: visible;
    right: 0;
    justify-content: center;
    align-items: center;
    padding: 5rem 0 0;
  }
  #headerNav .gnavWrap {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .headerWrap #headerNav .gnavList a {
    font-size: 2rem;
  }
  .headerWrap #headerNav .gnavList a::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    right: 3rem;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
  }
}