@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
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;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /* background: transparent; */
  text-decoration: none;
  color: inherit;
  display: block;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
body {
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}
input[type="submit"], input[type="reset"] {
  cursor: pointer;
}
 input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
a[href^='tel'] {
  display: inline-block;
  color: inherit;
}
.is__pc {
  display: block;
}
.is__sp {
  display: none;
}
img {
  max-width: 100%;
  display: block;
}
ul li, ol li {
  list-style: none;
}
/* 共通 */
html, body {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #000;
  font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Sans Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* BG */
body .darkBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 0;
}
#displays {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#displays > p {
  position: absolute;
  bottom: 100%;
}
.wrapper {
  margin: 0 auto;
  min-width: 1000px;
  color: #fff;
}
.hover__a {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hover__a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hover__b {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hover__b a {
  display: block;
}
.hover__b:hover {
  opacity: 0.6;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hover__c {
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hover__c:hover {
  opacity: 0.6;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.is__coming {
  opacity: 0.5;
}
.is__hidden {
  display: none;
}
section {
  position: relative;
}
.top__title {
  margin: 7.5% auto 4%;
  width: 40%;
}
/* 共通ここまで */

/* header */
.header {
  margin: 0 auto;
  top: 0;
  left: 0;
}
.logo {
  position: absolute;
  top: -90px;
  left: 0;
  max-width: 168px;
  z-index: 5;
}
.logo a{
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.logo a:hover{
  opacity: 0.6;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav {
  position: fixed;
  top: 25px;
  right: 18px;
  z-index: 8;
}
.menu__content {
  font-size: 17px;
  margin-bottom: 18px;
  position: relative;
  color: #917643;
}
.menu__content a{
  color: #917643;
}
.menu__content a:hover {
  color: #a7946a;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}
.menu__content.active a{
  color: #a7946a;
}
.is__coming::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 77px;
  width: 10px;
  height: 1px;
  background-color: #604c29;
  opacity: 0.5;
}
.menu__content a::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 77px;
  width: 10px;
  height: 1px;
  background-color: #604c29;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}
.menu__content a:hover::before {
  width: 50px;
  background-color: #a7946a;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}
.menu__content.active a::before {
  width: 45px;
  background-color: #a7946a;
}
/* footer */
.footer {
  position: relative;
  padding: 0;
  font-size: 12px;
  letter-spacing: -0.4em;
}
.footer__inner {
  max-width: 1000px;
  min-width: 980px;
  margin: 0 auto;
}
.copy {
  text-align: center;
  padding: 20px 10px 0 154px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  color: #725a30;
}
.copy span {
  color: #725a30;
  font-weight: bold;
}
.share__list {
  letter-spacing: -0.4em;
  font-size : 0;
  display: inline-block;
  vertical-align: top;
}
.share__title {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 70px;
  margin: 12px;
}
.share__content {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 50px;
  margin-right: 14px;
  position: relative;
  z-index: 2;
}
.share__inner {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #4d3c20;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  cursor: pointer;
}
.footer__bnr {
  margin: 2% auto 2%;
  width: 290px;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.footer__bnr:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.page__top {
  position: absolute;
  top: 0;
  right: 1.5%;
  width: 70px;
}
.underlineft {
  background-color: #443a2d;
  width: 100%;
  height: 1px;
  margin: 10px 0 10px;
}
.underline {
  background: url(../image/common/line_footer.png) center bottom repeat-x;
  height: 12px;
}
.border__inner::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border-left: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear .3s;
  transition: all .1s linear .3s;
}
.share__inner::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border-bottom: 1px solid #a7946a;
  width: 0;
  height: 40px;
  -webkit-transition: all .1s linear .2s;
  transition: all .1s linear .2s;
}
.border__inner::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-right: 1px solid #a7946a;
  width: 40px;
  height: 0;
  -webkit-transition: all .1s linear .1s;
  transition: all .1s linear .1s;
}
.share__inner::before{
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  border-top : 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear .0s;
  transition: all .1s linear .0s;
}
.share__inner:hover .border__inner::after{
  height: 40px;
  -webkit-transition: all .1s linear .0s;
  transition: all .1s linear .0s;
}
.share__inner:hover::after{
  width: 40px;
  -webkit-transition: all .1s linear .1s;
  transition: all .1s linear .1s;
}
.share__inner:hover .border__inner::before{
  height: 40px;
  -webkit-transition: all .1s linear .2s;
  transition: all .1s linear .2s;
}
.share__inner:hover::before{
  width: 40px;
  -webkit-transition: all .1s linear .3s;
  transition: all .1s linear .3s;
}
.share__content img{
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.share__content:hover img{
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media screen and (max-width: 767px) {
.wrapper {
  min-width: 320px;
}
.top__title {
  margin: 13.5% auto 4%;
  width: 96%;
}
.is__pc {
  display: none;
}
.is__sp {
  display: block;
}
.header {
}
.logo {
  top: -50px;
  width: 18%;
}
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0 ,0.9);
  z-index: 10;
}
.drawer__btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 10%;
  margin: 4%;
  z-index: 5;
}
.nav {
  position: absolute;
  top: 26%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
.menu {
  margin: 0 auto;
}
.menu__content__sp {
  font-size: 22px;
  margin-bottom: 25px;
  color: #745d31;
  position: relative;
  font-weight: bold;
}
.menu__content::before {
  display: none;
}
  .link-out {
    opacity: 0.5;
  }
/* footer */
.footer {
  position: relative;
  padding: 0;
  font-size: 12px;
  letter-spacing: -0.4em;
}
.copy {
  padding: 0;
  margin: -2% auto 26%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  color: #725a30;
  line-height: 1.9em;
}
.share__list {
  letter-spacing: -0.4em;
  font-size : 0;
  display: inline-block;
  vertical-align: top;
}
.share__title {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 19%;
  margin: 3% 7% 5% 10%;
}
.share__content {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 50px;
  margin-right: 20px;
  position: relative;
}
.border__inner::after {
  display: none;
}
.share__inner::after {
  display: none;
}
.border__inner::before {
  display: none;
}
.share__inner::before{
  display: none;
}
.share__content:hover img{
 opacity: 1;
}
.footer__bnr {
  margin: 4% auto;
  width: 62%;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.footer__bnr:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.page__top {
  position: absolute;
  top: 47%;
  left: 78%;
  width: 19%;
}
.underlineft {
  background-color: #a7946a;
  width: 100%;
  height: 1px;
  margin: 2% 0 2%;
}
.underline {
  background: url(../image/common/line_footer.png) center bottom repeat-x;
  background-size: contain;
  height: 12px;
}
.close__btn {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
}
.footer__inner {
  max-width: 767px;
  min-width: 300px;
}
.is__coming::before {
  display: none;
}
#displays {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
}

@media screen and (max-width: 320px) {
.logo {
  width: 70px;
  top: -40px;
}
.share__inner {
  top: 1px;
  left: 1px;
}
.share__content {
  width: 42px;
  margin-right: 20px;
}
}
