@charset "UTF-8";
/* 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 */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Serif JP', serif;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  overflow-x: hidden;
}
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 !important;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #000;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #000;
  color: #FFF; /* Firefox */
}
@font-face {
  font-family: 'Ramillas';
  font-style: normal;
  font-weight: 600;
  src: url("../css/fonts/Ramillas_Trial-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?dhbj5p');
  src: url('fonts/icomoon.eot?dhbj5p#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?dhbj5p') format('truetype'), url('fonts/icomoon.woff?dhbj5p') format('woff'), url('fonts/icomoon.svg?dhbj5p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"], .slide-arrow-left, .slide-arrow-right {
  /* 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";
}
.icon-instagram:before {
  content: "\ea92";
}
img {
  width: 100%;
}
.en {
  font-family: 'Ramillas';
}
.min {
  font-weight: 500;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.bold {
  font-weight: 600;
}
/*-----header-----*/
.pc {
  display: none;
}
.sp {
  display: block;
}
.btn a {
  background-color: #675c5c;
  max-width: 35rem;
  color: #fff;
  transition: all 0.5s;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
  justify-content: center;
}
.btn a:hover {
  background-color: #ddd;
  color: #000;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
header {
  z-index: 100000;
}
header .logo {
  position: fixed;
  width: 10rem;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 100000;
}
.linebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.linebtn a {
  background-color: #1b1111;
  width: 15rem;
  padding: 1rem 1.5rem;
  color: #fff;
  align-items: center;
  font-size: 1.3rem;
}
.linebtn a i {
  font-size: 2.5rem;
}
.linebtn a .center {
  width: calc(100% - 3rem);
  line-height: 1.2;
}
.linebtn a .en {
  font-size: 2rem;
}
.contents {
  padding: 10rem 0 5rem;
}
.cont_inr {
  max-width: 120rem;
  margin: auto;
}
footer {
  padding: 15rem 0 0;
}
footer .logo {
  max-width: 42rem;
  width: 80%;
  margin: 0 auto 5rem;
}
footer .btnwrap {
  max-width: 73rem;
  width: 90%;
  margin: 0 auto 15rem;
}
footer .btnwrap i {
  margin-right: 1rem;
}
footer .copyright {
  background-color: #1b1111;
  padding: 3rem;
  color: #fff;
  line-height: 1;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  header .logo {
    width: 14rem;
    left: 3rem;
    top: 2rem;
  }
  .linebtn a {
    width: 20rem;
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
  }
  .linebtn a:hover {
    background-color: #ddd;
    color: #1b1111;
  }
  .linebtn a i {
    font-size: 4rem;
  }
  .linebtn a .center {
    width: calc(100% - 5rem);
    line-height: 1.2;
  }
  .linebtn a .en {
    font-size: 3rem;
  }
  .contents {
    padding: 15rem 0 8rem;
  }
  footer .btnwrap li {
    width: 50%;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .btnwrap li {
    width: 100%;
    padding: 0 1.5rem;
    margin-bottom: 2rem;
  }
}