@charset "UTF-8";
/* CSS Document */

@font-face{
	font-family: "Roboto", 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	src:
		local("Noto Sans CJK JP"),url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #000;
	font-family: "Roboto", 'Noto Sans JP', sans-serif !important;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
a{
	color: #000;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
p{
	color: #000;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}

img{
	max-width: 100%;
	height: auto;
	transform: scale(1.5);
}

/*-------------------
  header
--------------------*/
.header-inner {
	width: 100%;
	height: 0;
	background-color: #f7edd9;
	position: relative;
	position: fixed;
	top: 0;
	z-index: 100000;
}

.header-inner img{
	margin-top: 4rem;
}

.global-nav {
  position: fixed;
  right: -100%; /* これで隠れる */
  top: 0;
  width: 100%; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  text-align: center;
}
.hamburger {
  position: absolute;
  right: 100px;
  top: 41px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 50px 0;
  list-style: none;
}
.gn-logo{
	width: 100px;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  margin: 60px 0;
  text-decoration: none;
  color: #000;
  font-size: 34px;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.gn-sns li{
	margin: 60px 0;
}
.gn-sns img{
	width: 35px;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 80px;
  height: 3px;
  background-color: #808080;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 30px;
}
.hamburger__line--3 {
  top: 47px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.catchcopy{
	color: #606060;
	letter-spacing: 10px;
}
.yowamushi{
	margin-left: 9rem;
}

/*-------------------
  main-visual
--------------------*/

.main-visual{
	position: relative;
	padding-top: 15rem;
}

.main-visual p{
	position: absolute;
	right: 4rem;
	bottom: -8rem;
	font-size: 3.5rem;
	font-family: 'klee', 'Noto Serif JP', serif;
}

.main-visual img{
	transform: scale(1)
}


/*-----------------
  logo
-----------------*/

.top-logo{
	width: 123px;
	margin: 0 auto;
}
.bottom-logo{
	width: 123px;
	margin: 0 auto;
}

/*-------------------
  section
--------------------*/

.section{
	padding: 50px 100px 0;
}

.section-video{
	padding-top: 50px;
}

.sns-section{
	padding: 50px 50px 0;
}


.insta-inner-section{
    border: solid 1px #cddddc;
    border-radius: 15px;
	padding: 10px;
	box-sizing: border-box;
}

.x-section{
}

.midashi{
	margin-top: 8rem;
	margin-bottom: 3rem;
}
.section-subtitle{
	margin-bottom: 110px;
	font-size: 3rem;
	}
.section-title{
	text-align: center;
}

	.section-title{
		align-items: center;
		justify-content: space-between;
		font-size:200%;
		padding: 40px 0;
	}

.dryflower{
	width: 282px;
	display: inline-block;
}
.btn-more{
	text-align: center;
	/*padding-bottom: 110px;*/
}
.btn-more img{
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	margin: 0 auto;
}
.btn-more img:hover{
	transform: scale(0.9);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}

.text-box{
	display: inline-block;
    color: #000;
	font-size: 1.5rem;
	letter-spacing: 0.07em;
	margin: 0;
	padding-bottom: 5px;
}
.album{
	font-size: 2rem;
}
.pc-nav{
	display: none;
}
.pc-sns{
	display: none;
}


/*-------------------
  news
--------------------*/
.news-list{
	list-style: none;
}
.news-list a{
	text-decoration: none;
	display: block;
    border-bottom: 0.5px solid;
    margin-bottom: 20px;
}

.news-item{
	margin-bottom: 100px;
}

.news-item:last-child{
	margin-bottom: 0px;
}


	.news-item h2{
		position: relative;
		font-size:200%;
		padding-bottom: 15px;
	}
	
	.news-item h2:before{
        /*content: '';
        background: #2a607e;
        width: 8px;
        height: 50%;
        position: absolute;
        left: -15px;
        margin-top: 10px;
		*/
	}

.card{
	  width: 100%;
	  height: auto;
	  margin: 30px auto 0;
	  transition: 0.5s;
	}

	.card:hover{
	transform: translateY(-2px);
 	opacity: 0.7;
}
	.card-skin{
		overflow: hidden;
		border-radius: 8px;
		box-shadow: 0 4px 15px rgba(0,0,0,.2);
	}

	.card__imgframe{
	  width: 100%;
	  height: auto;
	  padding-top: 56.25%;
	  background: url("../images/logo-photo.jpg") no-repeat center;
	  background-size: cover;
	  box-sizing: border-box;
	}

	.card__imgframe1{
	  width: 100%;
	  height: auto;
	  padding-top: 56.25%;
	  background: url("../images/oneman-add-v2.jpg") no-repeat center;
	  background-size: cover;
	  box-sizing: border-box;
	}
	.card__imgframe2{
	  width: 100%;
	  height: auto;
	  padding-top: 56.25%;
	  background: url("../images/koisute.jpeg") no-repeat center;
	  background-size: cover;
	  box-sizing: border-box;
	}
	.card__imgframe3{
	  width: 100%;
	  height: auto;
	  padding-top: 56.25%;
	  background: url("../images/logo-photo.jpg") no-repeat center;
	  background-size: cover;
	  box-sizing: border-box;
	}


	.card__textbox{
	  width: 100%;
	  height: auto;
	  padding: 0px 0px 30px;
	  background: #ffffff;
	  box-sizing: border-box;
	}

	.card__textbox > * + *{
	  margin-top: 10px;
	}

	.card__titletext{
    	line-height: 150%;
    	letter-spacing: 3px;
	}

	.card__overviewtext{
	  font-size: 18px;
	  line-height: 150%;
	}

	
	.view_more{
		display: block;
		text-align: right;
		border-bottom: none !important;
	}

/*-------------------
  live
--------------------*/

.live-list{
	list-style: none;
	transition: 0.5s;
}
.live-list a{
	text-decoration: none;
}
.map{
	width: 3rem;
	height: 3rem;
	padding-top: 0.6rem;
	min-width: 20px;
}
.live-place{
	display: flex;
}

.live-contents{
	margin-bottom: 100px;
	background:#F1F4F5;
	padding: 30px;
	transition: 0.5s;
}
.live-contents:hover{
	transform: translateY(-2px);
 	opacity: 0.7;
}
.live-item_place{
	font-size: 3rem;
	margin-left: 2rem;
}
.live-item_title{
	font-size: 3.5rem;
	margin: 30px 0;
}
.live-detail{
	margin-left: 30px;
}
/*-------------------
  media
--------------------*/
.pc-mediabox{
	display: none;
}

.media-list{
	list-style: none;
	transition: 0.5s;
}
.media-list a{
	text-decoration: none;
}
.media-place{
	display: flex;
}

.media-contents{
	margin-bottom: 100px;
	background:#F1F4F5;
	padding: 30px;
	transition: 0.5s;
}
.media-contents:hover{
	transform: translateY(-2px);
 	opacity: 0.7;
}
.media-item_place{
	font-size: 3rem;
	margin-left: 2rem;
}
.media-item_title{
	font-size: 3.5rem;
	margin: 30px 0;
}
.media-detail{
	margin-left: 30px;
}

.no-media-text{
	padding: 50px 0 50px;
	text-align: center;
}

/*-------------------
  videos
--------------------*/

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
   position: absolute;
   top: 0;
   margin: 0 auto;
   width: 100%;
   height: 100%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


.videos-item_text{
	margin-top: 36px;
	margin-bottom: 36px;
	font-size: 3.5rem;
	padding-left: 3rem;;
}
.videos-day{
	font-size: 3rem;
	letter-spacing: 0.07em;
}
.videos-item{
	margin-bottom: 10rem;
}	
.videos-title{
	display: flex;
}
.videos-title img{
	width: 3rem;
	height: 3rem;
	padding-top: 4.1rem;
}


.arrow,
.arrow label {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
}
.prev,
.arrow label {
	left: 0;
}
.next {
	right: 0;
}

/*-------------------
  footer
--------------------*/


.copyright{
	display: block;
	text-align: center;
	font-size: 2rem;
	padding: 30px 0;
}
/*
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #2c6382;
  opacity: 0.6;
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
*/
 
/*-------------------------
  tablet
-------------------------*/
@media screen and (min-width:768px) { 
	p { font-size: 14px; }
}


/*-------------------------
  PC
-------------------------*/
@media screen and (min-width:1024px) { 
	body{ font-size: 16px; }
	a{ font-size: 16px; }
	p{ font-size: 16px; }
	img{ transform: scale(1);}

/*-------------------------
  header
-------------------------*/
	.header-inner{
		background-color: #FFFFFF;
		height: 0;
		position: relative;
		position: fixed;
	}
	.header-inner img{
		width: 60%;
		margin-top: 2rem;
	}
	.global-nav {
		display: none;
	}
	.hamburger{
		display: none;
	}
	.black-bg{
		display: none;
	}
	.main-visual{
		margin: 0 4rem;
		padding-top: 15rem;
		
	}
	.main-visual p{
		font-size: 3.5rem;
		bottom: -6rem;
		right: -13rem;
	}
	.main-visual img{
		position: relative;
	}
	.pc-nav{
		display: flex;
		border:  -10rem;
		right: 55px;
		top: 70px;
		position: absolute;
	}
	
	.pc-nav a{
		letter-spacing: 3px;
		text-decoration: none;
	}
	.pc-nav p{
		font-size: 16px;
	}
	
	.pc-nav li{
		margin: 0 15px;
	}
	
	
	.header{
		position: relative;
	}
	
	.pc-sns{
		display: flex;
		filter: brightness(0) invert(0);
        border: -10rem;
		top: 35px;
		right: 55px;
        position: fixed;
		z-index: 1;
	}
	
	.pc-sns img{
		width: 20px;
		margin: 0 15px;
	}
	
/*-------------------------
  logo
-------------------------*/
	.top-logo{
		position: absolute;
	    top: 0.5rem;
		left: 6rem;
		width: 25.1rem;
		z-index: 10;
	}
/*-------------------------
  section
-------------------------*/
	
	.section{
		padding: 100px 200px 0;
	}
	.midashi{
		margin: 3rem 0;
	}
	.section-subtitle{
		margin-bottom: 110px;
		font-size: 2rem;
		}
	
.sns-section{
	padding: 50px 200px;
    display: flex;
    justify-content: space-between;
}

/*
.insta-section{
	width: 48%;
}
*/
	
.insta-section{
	width: 100%;
}
	
.insta-inner-section{
	width: 100%;
    border: solid 1px #cddddc;
    border-radius: 15px;
    padding: 14px;
    box-sizing: border-box;
	height: 600px;
}

.x-section{
	width: 48%;
}
	
	.news{
		margin: 5.1rem 0;
	}
	.btn-more{
		text-align: center;
	}
	.text-box{
		font-size: 1.3rem;
	}
	.album{
		font-size: 1.5rem;
	}

/*-----------------------
  news
------------------------*/
	.news-list{
        width: 90%;
        max-width: 900px;
		margin: 0 auto;
		justify-content: center;
		margin-bottom: 100px;
	}
	.news-list a{
	}
	
	.news-item{
		text-align: left;
        width: 100%;
	}
	
	.news-item:last-child{
		margin: 0;
	}
	
	.card{
	  width: 90%;
	}

	.card__titletext{
	  font-size: 15px;
	}

	.card__overviewtext{
	  font-size: 12px;
	}


/*-------------------
  live
--------------------*/
	.pc-livetitle{
		display: none;
	}
	.live-item_title{
		font-size: 2rem!important;
	}

	.map{
		width: 2rem;
		height: 2rem;
		padding-top: 0rem;
		min-width: 20px;
	}

	.live-item_place{
		font-size: 1.5rem;	
	}
	
	.live-list{
		width: 80%;
		margin: 0 auto;
	}
	.live-contents{
		padding: 20px;
	}

/*-------------------
  media
--------------------*/
	.sp-mediabox{
		display: none;
	}
	
	.pc-mediabox{
		display: flex;
		align-items: center;
	}
	
	.pc-mediatitle{
		display: none;
	}
	.media-item_title{
		font-size: 2rem!important;
	}

	.media-item_place{
		font-size: 1.5rem;	
	}
	
	.media-item_title{
		margin: 10px 0;
	}	
	
	.media-list{
		width: 80%;
		margin: 0 auto;
	}
	.media-contents{
		padding: 20px;
	}

	.no-media-text{
		font-size: 1.5rem;
		letter-spacing: 3px;
	}
	
	
/*------------------------
  videos
-------------------------*/
	
.youtube iframe {
   width: 95%;
   height: 95%;
}



/*-------------------
  footer
--------------------*/

	.copyright{
		font-size: 1.1rem;
	}

}


/*-------------------
  bnr_space
--------------------*/

.bnr_space {
 	padding: 30px 0 0;
	text-align: center;

}


@media screen and (min-width: 1024px) {
    .bnr_space {
	padding: 50px 0 0;
	margin: 0 4rem;
	display: flex;
    }

    .bnr_space a{
	margin: auto;
    }

	
}

	.bnr_space img{
    width: 100%;
	padding: 15px 0;
   	transform: scale(1);
	margin: auto;
}

@media screen and (min-width: 1024px) {
    .bnr_space img {
		padding:0;
        min-width: 50%;
        max-width: 1000px;
    }
}

/*-----------------------------------------------
slider
------------------------------------------------*/
.arrow_box {
	display: flex;
    justify-content: space-between;
    margin:auto;
    position: absolute;
    width: 60%;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
	pointer-events:none;
}

.prev-arrow,
.next-arrow {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
  margin-top: 29px;
  border-radius: 9999px;
  pointer-events:auto;
}

.prev-arrow {
    transform: scale(-1,1);
    margin-right: 20px;
}

.prev-arrow::after,
.next-arrow::after{
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 50px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 2px) 50%;
}

.prev-arrow::before,
.next-arrow::before{
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 20px;
    height: 1px;
    /* border-radius: 9999px; */
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0px) 50%;
}



