@charset "utf-8";
/* CSS Document */
/*241nous_sp.css*/


/*----------- 241_nous_sp -----------*/
body{
    position: relative;
    margin: 0 auto ;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

#hdr{
    position: relative!important;
    z-index: 200!important;
}
h2{
    font-size: 3.5vw;
    font-weight: 100;
    padding: 6% 0 2%;
    line-height: 1.8;
    letter-spacing: 0.25vw;
}
.fs-l-main{
    margin-top: -5px!important;
    padding: 0 !important;
}

.nous241{
    width: 100%;
    max-width: 1800px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
    font-family: 'Roboto Condensed','Zen Kaku Gothic New', sans-serif;
    font-weight: 100;
}

.nous241 p{
    display: block;
    width: unset!important;
}
.nous241 ul, .nous241 li{
    list-style: none;
    margin: 0;
    padding: 0;
    justify-items: center;
}


#tit{
    margin: 0;    
    padding: 0;
    width: 100vw;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translateX(-50%)
               translateY(-50%);
}

#tit .tit{ 
    position: absolute;
    margin: 0 42%;
    top: 30%;
    animation-name: fadein;
    animation-duration: 0.6s;
    animation-direction: alternate;
    z-index:30;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(50px);
    }
    to{
    opacity: 0.1;
    transform: translatey(0);
    }
}

#tit .tit img{
    width: 55%;
}
#tit .tit_img_pc img{
    display: none;
}
#tit .tit_img img{
    display: block;
}
.fadeout {
    animation: fadeOut 10s; /*keyframesで命名したものを使う。10秒間で消える*/
    animation-fill-mode: both; /*0%の時と100%の時の状態を保つ*/
}

@keyframes fadeOut {
    50% {
        opacity: 1; /*初めに存在する*/
    }
    100% {
        opacity: 0; /*最後に消える*/
    }
}

#tit p img{
    width: 100%;
}

#tit .img_pc{
    display: block;
}
#tit .img_sp{
    display: none;
}

#logo .logo01 ,#logo .logo02 {
    width: 100vw !important;
    position: absolute;
}
#logo .logo01 {
    top: 38vh;
}
#logo .logo02 {
    top: 54vh;
}
#logo .logo01 img{
    width: 64vw;
}
#logo .logo02 img{
    width: 17.5vw;
}
#navi{
    display: block;
    position: fixed;
    right: 2%;
    bottom:2%;
    z-index: 200;
}

#navi .navi_logo img{
    width: 30%;
}
#navi .navi img{
    width: 5%;
    margin-top: 10%;
}

.nous241 .pic_conteiner{
    width: 100vw;
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: relative;
    align-items: flex-start;
}
.pic{
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
}
.pic p img{
    width: 100%;
}
.pic p video{
    width: 100%;
    padding: 33% 0;
}
.pic p{
    flex-wrap: nowrap;
    flex: 2;
    text-align: left;
}
.pic h2,.pic div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pic .photo{
    flex: 1;
}
.pic .text{
    font-size: 3.2vw;
    flex: 2;
    padding: 1% 2%;
}
.item{
    margin-bottom: 2%;
}
.nous241 .mt5{
    margin-top: 5vh!important;
}

/*----------------------------
+ onclick　でアイテム詳細表示
----------------------------*/
.menu-btn {
  display: contents;
  width: 18px;
  height: 18px;
  position: relative;
  top: 1px;
  right: 1px;
  background-color: #fff!important;
  outline: initial;
}
.menu-btn:focus-visible {
  box-shadow: 0 0 0 2px blue;
}
.menu-btn .inn {
    display: block;
    margin: -42px 20px 0 auto;
    position: relative;
    width: 24px;
    height: 24px;
    bottom: 0;
    right: 0;
    padding: 0;
}
.menu-btn .inn .line {
  position: absolute;
  display: inline-block;
  height: 2px;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.menu-btn .inn .line:nth-of-type(1) {
  top: 50%;
  transform: rotate(90deg);
}
.menu-btn .inn .line:nth-of-type(2) {
  top: 50%;
}
.menu-btn.is-open .inn .line:nth-of-type(1) {
  opacity: 0;
}
.menu {
  position: relative;
  bottom: 36px;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  transform: translateY(10px);
}
.menu ul li {
  height: auto;
  display: flex;
  left:5%;
  position: relative;    
  align-items: center;
  width: 88%;
  font-size: 14px;
  font-weight: 300;
}
.pic .menu ul li{
  line-height: 1.15;
}

.menu.is-open {
  opacity: 1;
  transform: translateY(0);
}

.nous241 button .white span{
  background-color:#fff!important;
}
.nous241 nav .white li{
    color:#fff!important;
}
.nous241 button .black span{
  background-color:#000!important;
}
.nous241 nav .black li{
    color:#000!important;
}

.nous241 .is-open ul li {
    z-index: 30;
    pointer-events:all;
}
.nous241 .left li{
  justify-content: left;
}
.nous241 .right li{
  justify-content: right;
}
.nous241 .li02{
      bottom: 50px;
}
.nous241 .li02_{
      bottom: 70px;
      left: 10px;
}
.nous241 .li03{
      bottom: 60px;
}
.nous241 .li03_{
      bottom: 70px;
}
.nous241 .li04{
      bottom: 86px;
}
.nous241 .li05{
      bottom: 106px;
}
.nous241 .li06{
      bottom: 120px;
}


/*----------------------------
sp版のみ表示
----------------------------*/
.sp{
    display: block;
}

/*----------------------------
footer_link　エリア
----------------------------*/
.footer_link{
    display: block;
    position: relative;
    background-color: #fff;
    padding: 5% 0 10%;
}

/*----------------------------
ボタン
----------------------------*/   
#allitems .btn{
    position: relative;
    display: block;
    width: 60%!important;
    height: 20%;
    margin: 10% auto 5%;
    font-size: 1.6em;
    font-weight: bold;
    background-color: #777777;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.35vw;
    padding: 2%;
    border-radius: 60px;
}
#allitems a{
    text-decoration: none!important;
}
#allitems .btn:hover {
    opacity: .7;
}

#allitems,
#follow{
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed','Zen Kaku Gothic New', sans-serif;
}    

/*----------------------------
           svgボタン
----------------------------*/ 
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 /* font-size: 62.5%; */
}

/* body {
  padding: 30px;
} */

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-svg {
  font-weight: 700;
  line-height: 54px;

  width: 204px;
  height: 54px;
  padding: 0;

  cursor: pointer;
  text-decoration: none;

  background-color: transparent;
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;

  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

a.btn-svg span {
  color: #000;
  font-size: 80%;
}

/*-- SNS --*/
#follow {
    display: block;
    width: 100%;
    position: relative;
    margin: 10% auto ;
    padding-bottom: 5%;
    }    
#follow div {
    font-family: 'Roboto Condensed', 'Zen Kaku Gothic New', sans-serif;
    position: revert;
    display: inline-block;
    padding: 0 25%;
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 3;
    z-index: -1;
    text-align: center;
    letter-spacing: 0.15em;
    color: #000;
}
#follow div:before, 
#follow div:after {
    content: '';
    top: 15%;
    display: inline-block;
    width: 15%;
    height: 0.2vh;
    background-color: #000;
}
#follow div:before {
    position: absolute;
    left: 16%;
}
#follow div:after {
    position: absolute;
    right: 16%;
} 
#follow li{    
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 2% 0.5%;
    padding: 0;
    background-color: #000;
    border-radius: 60%;
    }
#follow ul{
    padding-left: 0;
}
#follow img {
    padding: 0;
    width: 50%;
    margin: 25%;
}        
#follow img:hover {
    opacity: .7;
}

#ftr ul{
    text-align: left;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.6s ease-in-out;
  transform: translateY(2px);
  opacity: 0;
}    
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_up02 {
  transition: 0.6s ease-in-out;
  transform: translateY(2px);
  opacity: 0;
}    
.scroll_up02.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_down ｜上から下へ出現
----------------------------*/
.scroll_down {
  transition: 0.8s ease-in-out;
  transform: translateY(0);
  opacity: 0;
}    
.scroll_down.on {
  transform: translateY(5px);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-200px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
    
/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
} 
