@charset "UTF-8";

/* --------------------------default */
*{
  margin: 0;
  padding: 0;
}
html {
  margin: 0;
  padding: 0;
  width: 100vw;
}

body {
  margin: 0;
  padding: 0;
  color: #050505;
  text-align: left;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  background-color: #fbf9fc;
}

p {
  font-family: avenir;
}

a {
  /* color: #666; */
  text-decoration: none;
  font-size: 1.0rem;
  cursor: pointer;
  font-family: serif;
}
h3{
  font-family: serif;
}
 a:link{
  color: #080708;
}
a:visited{
  color: #080708;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: serif;
  color: #050505;
}

ul,li {
  list-style: none;
  padding: none;
}

img {
  /* opacity: .8; */
  width: 100%;
  background-size: cover;
}
html,body{
  height: 100%;
  background: #ffffff;

}

video{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100vw;
	height: 100vh;
  object-fit: cover;
}
/* ここからスライドナビ（横にスワイプできる版） */
.slide-wrap{
  display: none;
   /* display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 0 1em;
   margin:0 0 2em 0;
   scroll-behavior: smooth; */
}
/* ここスライドナビ （横にスワイプできる版）*/

/* ここからスライドナビ【スマホ版】（横にスワイプできる版） */
.slide-wrap_lesponsive{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 0 1em;
   margin:0 0 2em 0;
   scroll-behavior: smooth;
}
.slide-wrap .slide-content{
   flex: 0 0 90%;
   margin: 0 10px;
   height:100%;
}
.slide-wrap_lesponsive::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 480px){
.slide-wrap .slide-content {
    flex: 0 0 88%;
    margin: 0px 5px;
    scroll-snap-align:center;
}
}
.sample11_lesponsive{
	width:80vw;
	/* height:100%; */
  margin-left: 5vw;
  margin-right: 5vw;
	overflow:		hidden;
	position:		relative;
}

/* ここまでスライドナビ【スマホ版】 （横にスワイプできる版）*/


/* ここからスライドショーの写真hoverの時の右からスライドイン */
.sample11 {
	width:			100%;
	height:			100%;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
}
.sample11 .caption {
	font-size:		130%;
	color:			#fff;
	padding-top:		80px;
	padding-left:		20px;
}
.sample11 .mask2 {
	width:			40%;	/* 画像の半分の大きさにする */
	height:			98.5%;
	position:		absolute;
	top:			0;
	right:			0;
	margin-right:		-50%;	/* 枠の左に置いて表示させない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.sample11:hover .mask2 {
	margin-right:		0px;	/* 右にずらして表示する */
}
.sample11 img {
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
  height: 100%;
}
.sample11:hover img {
	/* margin-left:		50%;	/* 画像を半分サイズ、右にずらす */ */
}
/* ここまでスライドショー写真hoverの時の右からスライドイン */


/* ここからスライドショー（横に自動再生が可能版） */
.slider{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.slider img{
  width: 100%;
}
.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:none!important;
    background: #fff;
    position: relative;
    z-index: 1000;
}
.slider_img{
  width: 100%;
  position: relative;
  z-index: 1000;
}
.slider_img1{
  opacity: .9;
}
.slider_img2 {
   width: 100%;
    display: flex;
    align-items: flex-start;
    margin-left: 7%;
}
.slider_img2_icon{
  width: 7%;

}
.slider_img2_name {
    width: 90%;
    margin-left: 1%;
    margin-top: -1.0%;
}
.slider_img2_name p{
  font-size: 2.0vh;
}
/* ここまでスライドショー横に自動再生が可能版 */



/* ここから下からフェードイン */
/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1.0s;
	transform: translateY(100px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/* ここまで下からフェードイン */


/* サイドメニュー */
.hamburger-menu{
  display: block;
  z-index: 9999;
  position: relative;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    /* background-color: #3584bb; */
}
.side_menu_img1 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    /* margin-bottom: 28%; */
    margin-top: 20%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #050505;
    opacity: .8;

}
.menu-content ul {
    padding: 15vh 10px 0;
}
.menu-content ul li {
    /* border-bottom: solid 1px #ffffff; */
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 3.0vh;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 1vh 10%;
    position: relative;
}
/* サイドメニューの横の三角形 */
/* .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
} */
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #050505;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


.sns_icon2{
  width: 100%;
  margin-top: 10%;
  display: flex;
  align-items: flex-start;
}
.instagram_lesponsive{
  width: 13%;
  margin-left: 30%;
  margin-right: 7%;

}
.facebook_lesponsive{
  width: 13%;
  margin-right: 30%;
  margin-left: 7%;
}
/* サイドメニューの中のアイコン */
.main_all{
  width: 100%;
}
.main{
  /* display: none; */
}


.main_logo2{
  display: none;
}
.main_logo2_lesponsive {
    display: block;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 14vh;
}
/* Artworks */
.Artworks{
  display: block;
  width: 100%;
  margin-top: 70vh;
}
.Artworks_title{
  width: 70%;
  font-size: 4.5vh;
  margin-left: 5%;
  margin-bottom: 5%;
  text-align: center;
  position: relative;
  z-index: 1000;
  /* background-color: #f9d3d4; */
}



/* ここからmediaページ */
.media_all_page{
  /* background-color: #ffffff; */
}
.mediamain_logo {
    width: 40%;
    display: block;
    margin-top: 6%;
    margin-left: 5%;
}
.media_all{
  width: 90%;
  margin: 5% auto;
}
.media_top_pc{
  display: none;
}
.media_top_mobile{
  display: block;
  margin-bottom: 5%;
}

.media_text{
  width: 100%;
  margin-top: 5%;
}
.media_text h2{
  font-size: 20px;
  font-weight: bold;
}
.media_text h4{
  font-size: 20px;
  font-weight: bold;
}
.media_text p{
  font-size: 13px;
}


.media_to_top_btn{
  width: 40%;
  margin: 10% auto 5%;
  text-align: center;
  border: 2px solid #050505;
  padding: 1%;
}
.media_to_top_btn_height{
  height: 100px;
  margin-top: 15%;
}
.media_to_top_btn:hover{
  opacity: .5;
}


.media_member_list{
  width: 100%;
  margin: 25% auto;
  display: block;
  align-items: flex-start;
}
.media_member_list h3{
  font-size: 20px;
}
.media_member_list p{
  font-size: 13px;
}

.media_member_img{
  width: 100%;
  margin: 0 auto;
}
.media_member_img img{
  width: 100%;
}
.media_member_text{
  width: 100%;

}