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


/*A-OTF Ryumin Pr6N L-KL

font-family: tbudgothic-std, serif;
font-weight: 400/700;
font-style: normal;*/


html {
    /*font表示最適化*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /*font表示最適化 ON*/
/*  -webkit-font-smoothing: subpixel-antialiased;
 -moz-osx-font-smoothing: auto;*/
        
   
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
body {
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: tbudgothic-std,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    background-color: #62003C;
    font-weight: 400;
    line-height: 0; /*1.7*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; /*100%だとモーダルに影響*/
    background-image: url(../img/base.png);
    background-repeat: repeat;
font-size: 0.875rem;
}

@media (max-width: 768px) {
body {
   /*  font-size: 0.96rem;
    font-size: 0.875rem;*/
 
}
}

@media all and (-ms-high-contrast:none) {  /*IE11*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
a {
    color: #524632;
    text-decoration: none;
outline: none;
}
a:hover {
    color: #524632;
     text-decoration: none;
}


a.linkBt{
    /*background-color: hsla(46,88%,74%,1.00);*/
    padding: 0.5rem 1rem;
      background-color: hsla(0,0%,100%,1.00);
    color: hsla(340,100%,39%,1.00);
   
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
   /* border: 1px solid hsla(0,0%,100%,1.00);*/
}

a.linkBt:hover{
    /* color: hsla(0,0%,100%,1.00);*/
    background-color: hsla(46,88%,74%,1.00);
}

.text-center{
      text-align: center;
}


.pc {
    display: block; 
}
.sp {
 display: none;  
}


@media (max-width: 768px) {
.pc {
    display: none !important;
}
.sp {
    display: block;
}

}


.fadeOut {
    opacity: 0;
}
.fadeIn {
    opacity: 1!important;
}

.trans02 {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.trans03 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.trans05 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.trans075 {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}
.mb-0 {
    margin-bottom: 0rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}


@media (max-width: 768px) {
p img {
    width: 100%;
}
.mb-1 {
    margin-bottom: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
    
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 2rem !important;
}
.mb-5 {
    margin-bottom: 2.5rem !important;
}
    
}


/*img*/

.fImg {
    line-height: 0;
}
.fImg img {
    width: 100%;
    height: auto;
}

.fhImg {
    line-height: 0;
  
}
.fhImg img {
    height: 100%;
    
    /*width: auto;*/
}

.baseColor-white{
    background-color: hsla(0,0%,100%,1.00);    
}

.baseColor-black{
    background-color: hsla(0,0%,0%,1.00);
}

.baseColor-yellow{
    background-color: #f0d780;
}




h2{
    color: hsla(0,0%,100%,1.00);
    text-align: center;
    line-height: 1.9rem;
}

.jTitle{
    font-size: 1rem;
    letter-spacing: 0.1rem;
    opacity: 0.7;
}

.blackColor{
    color: hsla(0,0%,10%,1.00);
}

.blackColor .jTitle{
    color: hsla(0,0%,45%,1.00);
}

.myraid{
   font-family: myriad-pro, sans-serif; 
}

h2.myraid{
    font-size: 1.9rem;
    letter-spacing: 0.4rem;
    margin-bottom: 3rem;
}



/*LAYOUT____________________________________________LAYOUT*/


/*___________________________________________________flex*/


/*Flex layout*/

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify.reverse{
    -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
    
}


.flex-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.flex-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;

}

.flex-nowrapCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.flex-beforeAfter{
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;  
}


.flex-item-2 {
    position: relative;
    width: 49%;
       overflow-x: hidden;
    overflow-y: hidden;
}

.flex-item-2.textBox{
   width: 50%; 
}


.flex-item-3 {
    position: relative;
    width: 32%;
}

.flex-item-3-fix {
    position: relative;
    width: 32%;
}

.flex-item-4 {
    position: relative;
    width: 24%;
}

.flex-item-4-fix {
    position: relative;
    width: 24%;
}

.item-gallery-left{
    position: relative;
    width: 30%;
    
}

.item-gallery-right{
      position: relative;
    width: 68%; 
    
}


@media (max-width: 768px) {
.flex-item-2 {
    width: 100%;
}
    
.flex-item-2.textBox{
   width: 100%; 
}
    
.flex-item-3 {
    width: 100%;
}
    
    .flex-item-4 {
    position: relative;
    width: 49%;
}
    
.item-gallery-left{
    width: 100%;
    
}

.item-gallery-right{
    width: 95%; 
    margin:2rem auto;
}


    
}






.loadingicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 200px;
    z-index: 999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;/*display: none;*/
    backface-visibility: hidden;
    transform-style: preserve-3d;
}



/*____________________________________________header*/

header {
    position: fixed;
    width: 100%;
    /*max-width: 1400px;*/
    margin: auto;
    z-index: 9000;
    top: 0;
height:110px;
    
     background-image: url(../img/base.png);
    background-repeat: repeat;
 
}
.gmenu {
    position: relative;
    z-index: 99;
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
    /*height: 110px;*/
}
.gmenuLogoArea {
    /*width: 40%; */
    max-width: 600px;
   /* height: 110px;*/
}
   
.gMenu-RightArea {
    position: absolute;
    top:5px;
    right:5px;
    z-index: 200;
}
.gmenuLogo {
    height:100%;
  position: relative;
    height:80px;
	top:15px;
/*	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}


.sns-header-wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    /*	justify-content: space-between;*/
    justify-content: flex-end;
}

.headrSns{
    font-size: 200%;
    color: #fff;
    margin: 0 0rem;
    transition: 0.2s;
}

.headrSns:before{
    margin: 0.1em; 
}

.headrSns:hover{
    color: #F8DD82;
}


@media (max-width: 768px) {
    
   header {
    width: 100%;
height:80px;
     background-image: url(../img/base.png);
    background-repeat: repeat;
 
} 
    
    .gmenuLogo {
    height:50px;
		top:10px;
/*	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
    
}


/*_________________________contents*/

.wrapper {
    opacity: 0;
    width: 100%;
    height: 100%;
}


.contents {
        position: relative;
    width: 100%;
    padding: 0;
    margin-top:110px;
     }

.contentsCenter {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto; 
}

.contentsCenter-s {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto; 
}

.paddingBox{
    position: relative;
    padding:4rem 0rem;
}


@media (max-width: 768px) {
 .contents {   
  margin-top: 80px;   
}
}
 
/*}_________________________header slide*/

.headerSlide,
.headerSlide2{
   position: relative;   
    }


.capImg {
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background-color: hsla(331,100%,39%,1.00);
}
.capImg img {
    display: block;
    transition-duration: 0.3s;	
}

.capImg.current img {
    opacity: 0.4;
    transform: scale(1.07);	
    transition-duration: 0.3s;	
　
}

.slick-slide {
  position: relative;
}



.caption{
    
    width: 100%;
    height: 100%;
    
    position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  /*width: calc(100% - 40px);*/
  padding: 20px;
  /*background: rgba(0, 0, 0, .6);*/
 
  opacity: 0;
  transition: .3s ease;
 /* pointer-events: none; */ 
}


.caption:hover{
     opacity: 1;
 
}
      

.caption-text{
  
    width: 100%;
    font-size: 0.8rem;
    line-height: 1rem;
    word-wrap: break-word;
    color: #fff;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    pointer-events: none;
    font-weight: 700;
}

.large-text{
   font-size: 0.8rem; 
    line-height: 1.6rem;
}



.slick-prev::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-left.png);
    background-size: contain;
    vertical-align: middle;
}
.slick-next::before {
    /* content: url(../img/common/arrow-right.png);*/
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-right.png);
    background-size: contain;
    vertical-align: middle;
}

.slick-prev {
    width: 40px;
    height: 40px;
    left: 10px;
 
}
.slick-next {
    width: 40px;
    height: 40px;
    right: 10px;
   
}

.slick-slide {
  transition: .3s ease;
}

.slick-dots{
    bottom:-2rem;
}



/*______________________________sponcer*/

.sponcer{
    max-width:900px;
    margin:auto;
    
}

/*________________________sns*/

.midSns{
   padding:0 1.5rem;
    font-size: 250%;
}

.instaContainer {
    width: 50%;
    padding: 0px 20px 40px 0;
}

@media (max-width: 768px) {
.instaContainer {
    width: 100%;
    padding: 0 20px 50px;
 /*   border-bottom: 1px solid #D6D6D6;*/
    margin-bottom: 50px;
   /* max-height: 500px;*/
}
}


/*youtube*/
.youtube {
	position: relative;
	/* padding-bottom: 56.25%;
    padding-top: 30px;*/
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
}


.youtube-Area{
    margin:0;
    padding:2rem !important;
    position: relative;
    background-color: hsla(0,0%,94%,1.00);    
}

.youtubeTitle{
    text-align: center;
    position: relative;
    line-height: 0.9rem;
    font-size: 0.8rem;
    color: #fff;
    margin-top:0.2rem;
}

@media (max-width: 768px) {
 .youtube-Area{
    padding:1rem 0 0 0!important;
}   
    
}

/*______________________footer*/

footer{
    background-image: url(../img/base.png);
    background-repeat: repeat;
    background-position: 0% 20%;
}

.footerLogo{
    max-width: 150px;
    position: relative;
    margin:auto;
}



.snsShare {
	position: relative;
	top: 0;
    right:0;
	left: auto;
	z-index: 30;
	margin: 1rem;
}



  .snsShare ul {
    display: table;
	margin: 0;
	padding:0;
	margin: auto;
}
    .snsShare ul li {
	display: table-cell;
	/*height: 25px;*/
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	/*padding-bottom: 10px;*/
	line-height: 0;

}


.footerText{
    line-height: 1.3rem;
    font-size: 85%;
    text-align: center;
}

.copyright{
    line-height: 1.2rem;
    font-size: 75%;
    text-align: center;
}



/*________________GALLERY*/

.galleryTitle{
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.gallery-detail{
    line-height: 1.7rem;
  
}

.gallery-day{
   font-size: 120%; 
}

/*_______maisonry*/

.item{
 /*  max-width: 100px;
    padding: 5px;*/
}


@media (max-width: 768px) {
 .galleryTitle{
    line-height: 2rem;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-weight: 700;
}   
    
}


/*___________________masonry*/

.grid {
    position: relative;

}
.grid-item {
  /*width: 350px;*/
/*padding: 2px;*/
   
}
.grid-item img {
  margin: 0;
  vertical-align: bottom;
width:100%;
}


/* fluid 5 columns */
.grid-sizer,
.grid-item { 
    width: 25%;
    padding:2px;
/*margin-bottom: 5px;*/
}
/* 2 columns wide */
.grid-item-2 { width: 50%; }

@media (max-width: 768px) {
 /* fluid 5 columns */
.grid-sizer,
.grid-item { width: 50%; }
/* 2 columns wide */
.grid-item-2 { width: 100%; }   
    
}




/*add */

.lbffOnline{ 
	width:95%;
	max-width: 700px;
	margin:auto;
}


.youtube-item{
    position: relative;
    width:49%;
    
}

.youtubeTitle{
    line-height: 1.3rem;
    color: hsla(0,0%,0%,1.00);
    text-align: center;
    min-height: 2.5rem;
}


.top-bnr-area{
   
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


.top-bnr-item{
    width:180px;
    margin:5px 5px;
}


@media screen and (max-width: 768px) {
    
  .youtube-item{
    position: relative;
    width:100%;
}  
}

