@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');
@font-face {
font-family: 'LINESeedJP';
src: url('../font/LINESeedJP_TTF_Rg.eot');
src: url('../font/LINESeedJP_TTF_Rg.eot?iefix') format('eot'),
url('../font/LINESeedJP_OTF_Rg.woff')  format('woff'),
url('../font/LINESeedJP_OTF_Rg.woff2')  format('woff2');
font-weight: 400;
}
@font-face {
font-family: 'LINESeedJP';
src: url('../font/LINESeedJP_TTF_Bd.eot');
src: url('../font/LINESeedJP_TTF_Bd.eot?iefix') format('eot'),
url('../font/LINESeedJP_OTF_Bd.woff')  format('woff'),
url('../font/LINESeedJP_OTF_Bd.woff2')  format('woff2');
font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
} 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
strong {
font-weight: bold;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *::before, *::after {
	box-sizing: border-box;
}

/*base*/
html {
	font-size: 62.5%;
	position: relative;
	text-align: center;
	/*scroll-behavior: smooth;*/
}
body {
	background-color: #ffffff;
	text-align: center;
	color: #292929;
	font-size: 1.6rem;
	font-family: 'LINESeedJP', Meiryo, sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	position:relative;
	min-width: 180rem;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

img {
	box-shadow: #fff 0 0 0;
	vertical-align:middle;
	max-width:100%;
}
a:hover {
	color: #da515b;
}
a img,a .st0{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


.fw_jost{font-family: 'Jost', sans-serif;}
.fw_redhat{font-family: 'Red Hat Text', sans-serif;}
.fw_mincho{font-family: "Noto Serif JP", serif;}

#header{
    position: fixed;
    left: 0;
    top: 0;
    text-align: left;
    padding: 2em 0 0 3em;
    z-index: 99;
    mix-blend-mode: difference;
}
#header h1{
    font-family: 'Jost', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: normal;
}
#header h1 a{
    color: #fff;
}
#headz{
  position: fixed;
  z-index: 99;
    left: 0;
    top: 0;
    text-align: left;
    padding: 2em 0 0 3em;
    letter-spacing: normal;
}
#headz a{
    color: rgba(255,255,255,0);
    font-family: 'Jost', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
}
#headz a span{
    color: #967741;
}

.innerbox{
max-width:175rem;
padding:0 2.5em;
margin:0 auto;
    position: relative;
}

.flexbox{
    display: flex;
}


#maintitle{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15em 0 5em 0;
    z-index: -1;
}
#maintitle h2{
    text-align: left;
    font-size: 2.8rem;
}
#maintitle .title{
    text-align: left;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.2;
}
#maintitle .title span{
    font-size: 12rem;
}
#mainspace{
    display: block;
    height: 40em;
}


#side{
    display: flex;
    min-width: 43rem;
    width: 26%;
    background-color: #292929;
}
#side_menu{
    min-width: 43rem;
}
#drawer #side_menu{
    background-color: #000;
}
#sideimg{
    position: absolute;
  right: 1.2em;
  bottom: -4em;
  z-index: 3;
    width: 54rem;
}
#side_menu ul{
    padding: 6em 3em 0 3em;
}
#side_menu li{
    margin-bottom: 1.5em;
}
#side_menu li a{
    display: block;
    border: 1px solid #6e6e6e;
    color: #fff;
    text-align: left;
    padding: 0.6em 1em;
}
#side_menu li .fw_jost{
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
}
#side_menu li .title{
    font-size: 2rem;
    line-height: 1.4;
}
#side_menu li a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#side_menu li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#side_menu li a:hover, #side_menu li a:focus, #side_menu li a:active {
  color: #caac78;
    border: 1px solid #7d6233;
}
#side_menu li a:hover:before, #side_menu li a:focus:before, #side_menu li a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#drawer{
    display: flex;
    justify-content: center;
    align-items: center;
}
#drawer .inner{
    width: 140rem;
    margin: auto;
    position: relative;
}
#drawer .back{
    position: absolute;
left: -14em;
  top: 0;
  width: 35em;
    z-index: 2;
}
#drawer .navibox{
    position: relative;
    z-index: 3;
}
#drawer .navitxt{
    padding: 5em 0;
}
#drawer .navitxt a{
    font-family: 'Jost', sans-serif;
    font-size: 9rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
#drawer .navitxt a:hover{
    color: #caac78;
}
#drawer ul{
    display: flex;
    justify-content: space-between;
}
#drawer li{
    width: 32%;
    position: relative;
    overflow: hidden;
}
#drawer li a{
    display: block;
    aspect-ratio: 1 / 1;
    color: #fff;
    padding-top: 2em;
    position: relative;
    z-index: 4;
}
#drawer li:first-child{ background-color: #5e738f;}
#drawer li:nth-child(2){ background-color: #a8976f;}
#drawer li:last-child{ background-color: #85688a;}
#drawer li img{
    width: 19em;
    margin: 0 auto 0.5em auto;
}
#drawer li .title{
      font-size: 2.8rem;
  font-weight: 600;
    line-height: 1.5;
}
#drawer li .txt{
      font-size: 2rem;
    line-height: 1.5;
}
#drawer li .nami {
  width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10em;
    z-index: 3;
    line-height: 0;
}
#drawer li svg{
  height: 15em;
  width: 100%;
}
#drawer li .nami::after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background-color: #4D4D4D;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}
#drawer li:hover .nami::after{
    height: 30em;
}

#footer{
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
#footer .back{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
#footer .innerbox{
    z-index: 4;
}
#footer .contact{
    padding: 9em 0 6em 0;
}
#footer .contact a{
    color: #fff;
    font-size: 14rem;
    font-weight: 600;
    line-height: 1;
}
#footer .contact a svg{
  position: relative;
    width: 0.4em;
    top: -0.2em;
    margin-right: -0.1em;
    display: inline-block;
}
#footer .contact a .st0{
        fill: #fff;
}
#footer .contact a:hover, #footer .contact a:hover .st0{
    color: #caac78;
        fill: #caac78;
}
#footer .images{
    width: 60em;
    margin: 0 auto;
    position: relative;
}
#footer .images img{
    position: relative;
    z-index: 3;
}
#footer .images .icon{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
#footer .images .st0 {
        fill: #868686;
}
#footer .images .st1 {
        fill: #a1a1a1;
        fill-rule: evenodd;
  transform-origin: 35% 90%;
  animation: ftama 4s ease-out infinite;
}
#footer .images g {
  animation: box3img 3s ease-out infinite;
}
#footer .copyright{
    padding: 3em 0 5em 0;
}
#footer .copyright p{
    font-weight: 500;
    color: #000;
    font-size: 1.8rem;
}

#footer .txtbox{
    position: absolute;
    top: 38%;
  display: flex;
    width: 100%;
  overflow:hidden;
  white-space:nowrap;
    z-index: 3;
}
#footer .b_txt{
  animation: flowing 100s linear infinite;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
#footer .b_txt li{
    color: #000;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 50rem;
    font-weight: 800;
    line-height: 1.2;
}

@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

@keyframes box3img {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    transform: translateY(-3em);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(3em);
    -ms-transform: translateY(3em);
    transform: translateY(3em);
  }
}
@keyframes ftama {
  0% {
    opacity: 0;
    -webkit-transform: scale(5%);
    -ms-transform: scale(5%);
    transform: scale(5%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(100%);
    -ms-transform: scale(100%);
    transform: scale(100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    transform: translateY(-3em);
  }
}


@media screen and (min-width: 769px) and (max-width: 1886px) {
/*base*/
html {
	font-size: 0.6vw;
}
body {
	min-width: 100%;
	font-size:1.6rem;
}

.innerbox{
max-width:100%;
padding:0 2em;
margin:0 auto;
}
/*------------------------------------------------------------------------------------header mini*/

/*------------------------------------------------------------------------------------detail mini*/
    
.scrolltxt{
    right: 0em;
}
#maintitle .innerbox{
padding: 0 2em 0 6em;
}
/*------------------------------------------------------------------------------------footer mini*/


}

@media only screen and (max-width: 768px) {


html{
	font-size:2.5vw;
	}

body {
	min-width: 100%;
    overflow-x: hidden;
}

.innerbox{
padding:0 1.5em;
}
    
#header{
    padding: 1em 0 0 1em;
}
#header h1{
    font-size: 3rem;
}
#headz{
    padding: 1em 0 0 1em;
}
#headz a{
    font-size: 3rem;
}
    
    #maintitle{
    padding: 10em 0 8em 0;
}
#maintitle h2{
    font-size: 2.4rem;
}
#maintitle .title{
    font-size: 2rem;
    line-height: 1.4;
}
#maintitle .title span{
    font-size: 4rem;
}
    
#mainspace{
    height: 21em;
}
    
#side_menu{
    min-width: inherit;
}
#sideimg{
    position: relative;
    width: auto;
    right: inherit;
    bottom: inherit;
     margin: 3em 0 0 0;
}
    
    
    
#drawer .inner{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 12em 0 5em 0;
}
#drawer .back{
left: -5em;
    top: 6em;
    width: 19em;
}
#drawer .navibox{
}
#drawer .navitxt{
    padding: 3em 0;
}
#drawer .navitxt a{
    font-size: 5rem;
}
#drawer .navitxt a:hover{
    color: #caac78;
}
#drawer ul{
    display: block;
    text-align: center;
}
#drawer li{
    width: 85%;
    margin: auto;
}
    #drawer li:nth-child(2){
        margin: 1em auto;
    }
#drawer li a{
    display: block;
    aspect-ratio:inherit;
    color: #fff;
    padding: 0.5em 0 2em 0;
    position: relative;
    z-index: 4;
}
#drawer li img{
    width: 10em;
}
#drawer li .title{
      font-size: 2.2rem;
}
#drawer li .txt{
      font-size: 1.6rem;
}
#drawer li .nami {
    display: none;
}
    

#footer{
    position: relative;
}
#footer .back{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
#footer .innerbox{
    z-index: 4;
}
#footer .contact{
    padding: 9em 0 2em 0;
}
#footer .contact a{
    color: #292929;
    font-size: 4.5rem;
}
#footer .contact a .st0{
        fill: #292929;
}
#footer .images{
    width: 100%;
}
#footer .copyright{
    padding: 3em 0 2em 0;
}
#footer .copyright p{
    font-size: 1.6rem;
}

#footer .txtbox{
    top: 38%;
}
#footer .b_txt{
}
#footer .b_txt li{
    font-size: 20rem;
}
    
    
    
}