@charset "utf-8";
/*--------------------------------------------------- */
body { line-height: 1.6; color: #000; font-size: 16px; font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important; font-smooth:always;  background: #fff; box-sizing: border-box; overflow-x: hidden;}
p a{text-decoration: none; color:#000;}
p a:hover{text-decoration: underline; color:#000;}
/*------------------base.css-------------------*/
.container { width: 100%; margin: 0 auto; overflow-x: hidden;}
/*.footer { text-align: center; padding: 20px;}*/
/*------------------style.css-------------------*/
h1, h2, h3 { text-align: center; }
h1 { margin: 30px auto 20px; }
section { margin-bottom: 120px; }
.footer p { text-align: center; text-decoration: none;}
.footer p a{text-decoration: none; color:#000;}
/*COMMON*/
html, body {
  margin: 0;
  padding: 0;
}
br.sponly_br{
display:none;
}
br.pconly_br{
display:block;
}
.container {
width: 100%;
overflow: hidden;
}
/*fadein*/
.fadeInBlock {
  display: grid;
}
.fadeInout {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease-out;
}
.fadeInout.show {
  opacity: 1;
  transform: translateY(0);
}
/*HEADER*/
.header {
position:fixed;
top:0;
display:block;
width: 100%;
height:75px;
margin:0;
background-color:rgba(139,140,139,1.00);
opacity: 0.95;
z-index: 100;
}
.header img{
position:fixed;
top:10px;
left: 50%;
transform: translate(-50%, 0);
display:block;
margin:0 auto;
width:120px;
}
/*MOVIE*/
.video-background {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  /*border:1px solid;*/
}
.video-background video {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /*border:1px solid #f55; */
}
.controls {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  display: flex;
  gap: 10px;
  z-index: 2;
}
.controls button {
  padding: 5px;
  background: rgba(0,0,0,0.5);
  border: none;
  cursor: pointer;
}
/*BRAND CONCEPT*/
.brand_concept{
display:block;
width:100%;
padding:80px 0 90px;
margin:80px auto 0;
text-align:center;
background-color:rgba(139,140,139,1.00);
color:#fff;
font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
font-weight: 100;
}
.brand_concept p.brand_title{
display:block;
margin:50px auto 10px;
font-size:20px;
}
.brand_concept p.brand_text{
font-size:16px;
line-height:2;
}
.brand_concept p.brand_text span{
font-size:18px;
}
/*CATALOG SHOP PHILOSOPHY*/
.bannerlink {
    position: relative;
    display: inline-block;
}
.bannerlink img.pc_img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(50%);
    margin-top:1px;
}
.bannerlink img.sp_img {
    display: none
}
.bannerlink .bannerlink_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}
.bannerlink .bannerlink_overlay h2 {
    font-size: 20px;
    margin: 0 0 10px;
    font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
    font-weight: 100;
}
.bannerlink .bannerlink_overlay .link {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: underline;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s;
}
.bannerlink .bannerlink_overlay .link:hover {
    background-color: #ccc;
    color:#333;
    text-decoration: none;
}
/*SNS*/
.sns_back{
  display: block;
  width: 100%;
  margin: 0;
  padding: 130px 0;
  background-color: rgba(255, 255, 255, 1.00);
}
.sns{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 0px;
  gap: 50px;
}
.sns_button{
display:block;
}
.sns_button img{
width:35px;
}
.sns_button a:hover{
    opacity: 0.5;
    transition : 0.5s;
}
/*FOOTER*/
.morabito_footer{
display:block;
width:100%;
margin:0 auto 0;
padding:80px 0 90px;
background-color:rgba(139,140,139,1.00);
color:#fff;
font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
font-weight: 100;
position:relative;
}
.footer_box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-left: 100px;
  gap: 80px;
  text-align: left;
}
.footer_toggle {
  display: none;
}
.footer_lump {
  margin: 10px;
  text-align: left;
  /*width:120px;*/
  /*border:1px solid #fff;*/
}
.footer_title {
  font-size:18px;
  margin-bottom: 10px;
}
p.footer_link {
  margin: 5px 0;
  font-size:14px;
}
p.footer_link span {
  font-size:12px;
}
p.footer_link a{
  color:rgba(255,255,255,1);
}
p.footer_link a:hover{
  color:rgba(200,200,200,1);
  transition : 0.2s;
  text-decoration:none;
}
.footer_king{
  display: block;
  position: absolute;
  right: 5%;
  bottom: 30px;
  text-align: right;
  font-size:14px;
}
.footer_king a{
  color:rgba(255,255,255,1);
  text-decoration:none;
}
.footer_king  a:hover{
  color:rgba(200,200,200,1);
  transition : 0.2s;
  text-decoration:none;
}
/*---------------SP------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 798px) {
html{
font-size: calc(100vw / 40);
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
}
br.sponly_br{
display:block;
}
br.pconly_br{
display:none;
}
.container {
width: 100%;
overflow: hidden;
}
/*fadein*/
.fadeInBlock {
  display: grid; /*wrapper*/
}
.fadeInout {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease-out;
}
.fadeInout.show {
  opacity: 1;
  transform: translateY(0);
}
/*HEADER*/
.header {
position:fixed;
top:0;
display:block;
max-width:100%;
height:75px;
margin:0;
background-color:rgba(139,140,139,1.00);
opacity: 0.95;
z-index: 100;
}
.header img{
position:fixed;
top:10px;
left: 50%;
transform: translate(-50%, 0);
display:block;
margin:0 auto;
width:120px;
}
/*MOVIE*/
.video-background {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  /*border:1px solid;*/
}
.video-background video {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.controls {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  display: flex;
  gap: 10px;
  z-index: 2;
}
.controls button {
  padding: 5px;
  background: rgba(0,0,0,0.5);
  border: none;
  cursor: pointer;
}
/*BRAND CONCEPT*/
.brand_concept{
display:block;
width:100%;
padding:40px 0 50px;
margin:60px auto 0;
text-align:center;
background-color:rgba(139,140,139,1.00);
color:#fff;
font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
font-weight: 100;
}
.brand_concept p.brand_title{
display:block;
margin:50px auto 10px;
font-size:2.0rem;
}
.brand_concept p.brand_text{
font-size:1.6rem;
line-height:2;
}
.brand_concept p.brand_text span{
font-size:1.8rem;
}
/*CATALOG SHOP PHILOSOPHY*/
.bannerlink {
    position: relative;
    display: inline-block;
}
.bannerlink img.pc_img {
    display: none;
}
.bannerlink img.sp_img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(50%);
    margin-top:1px;
}
.bannerlink .bannerlink_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}
.bannerlink .bannerlink_overlay h2 {
    font-size: 2.0rem;
    margin: 0 0 10px;
    font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
    font-weight: 100;
}
.bannerlink .bannerlink_overlay .link {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: underline;
    border-radius: 5px;
    font-size: 1.4rem;
    transition: background-color 0.3s;
}
.bannerlink .bannerlink_overlay .link:hover {
    background-color: #ccc;
    color:#333;
    text-decoration: none;
}
/*SNS*/
.sns_back{
  display: block;
  width: 100%;
  margin: 0;
  padding: 70px 0;
  background-color: rgba(255, 255, 255, 1.00);
}
.sns{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 0px;
  gap: 50px;
}
.sns_button{
display:block;
}
.sns_button img{
width:35px;
}
/*FOOTER*/
.morabito_footer{
display:block;
width:100%;
margin:0 auto 0;
padding:0 0 80px;
background-color:rgba(139,140,139,1.00);
color:#fff;
font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
font-weight: 100;
position:relative;
}
.footer_box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 10px;
  text-align: center;
  flex-direction: column;
}
.footer_lump {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 0 0;
}
.footer_lump:first-child {
  margin-top: 10px;
}
.footer_toggle {
  display: none;
}
.footer_title {
  font-size: 2rem;
  font-weight: 100;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer_title::after {
  content: "▼";
  position:absolute;
  right:5%;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.footer_toggle:checked + .footer_title::after {
  transform: rotate(180deg);
}
.footer_links {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color:#fff;
}
.footer_toggle:checked + .footer_title + .footer_links {
  max-height: 600px;
}
p.footer_link {
  margin: 10px 0;
  font-size:2rem;
}
p.footer_link span {
  font-size:1.6rem;
}
p.footer_link a{
  color:rgba(100,100,100,1.00);
}
p.footer_link a:hover{
  color:rgba(150,150,150,1.00);
  transition : 0.2s;
  text-decoration:none;
}
.footer_king{
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  text-align: center;
  font-size:1.8rem;
}
.footer_king a{
  color:rgba(255,255,255,1);
  text-decoration:none;
}
.footer_king  a:hover{
  color:rgba(200,200,200,1);
  transition : 0.2s;
  text-decoration:none;
}
}