@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Marcellus+SC&family=Noto+Sans+JP:wght@100..900&family=Rozha+One&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*:focus {
outline: none;
}
body{
    padding: 0;
    margin: 0;
}

#le_wrap{
	width: 100%;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding: 2.5% 0;
    background-image: url("../images/bg_noiz.jpg");/
    background-size: cover; /* 必要に応じて調整 */
    background-repeat:repeat;
    font-family: 'Noto Sans JP', sans-serif;
}

#le_wrap img{
    width: 100%;
    border: 0;
	vertical-align: bottom;
}
#le_wrap ul{
	padding: 0;
	margin: 0;
}
#le_wrap li{
	list-style: none;
}
#le_wrap a{
	text-decoration: none;
}
#le_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#le_wrap a:hover{
    text-decoration: none;
}
.NotoSans{
   font-family: "Noto Sans JP", sans-serif; 
}
.Spectral{
   font-family: "Spectral", serif; 
}
.MarcellusSC{
   font-family: "Marcellus SC", serif;
}
.Marcellus{
   font-family: "Marcellus", serif;
}
.RozhaOne{
   font-family: "Rozha One", serif;
}

/************************************************************
ヘッダー
************************************************************/
#le_head{
    width: 100%;
    position: relative;
    margin: 0 auto;  
    display:block;
}
#le_head .head {
	width: 100%;
	margin: 0 auto;
    position: relative;
    border-top: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    padding: 5% 0;
}
#le_head .logo{
    width: 20%;
    text-align: center;
    margin: 0% auto;
    display: block;
}
#le_head h1{
    width: 100%;
    font-size: 35px;
    text-align: center;
    margin: 4% auto 0;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
}

#le_head .lead{
    font-size: 16px;
    text-align: center;
    margin: 5% auto;
    line-height: 3em;
    display: inline-block;
    position: relative;
    color: #FFFFFF;
}


/************************************************************
contents
************************************************************/
#le_contents{
    max-width: 1000px;
    width: 100%;
	position:relative;
    margin: 0% auto;
    display: block;
    text-align: center;
}
#le_contents section{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 5% auto;
}
#le_contents section .main{
    width: 60%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 20;
}
#le_contents section:nth-of-type(even) .main{
    left: 40%;
    top: 0;
    position: absolute;
    z-index: 20;
}
#le_contents section .item_box{
    width: 80%;
    background: #FFFFFF;
    margin: 55% auto 0;
    float: right;
    display: inline-block;
    position: relative;
}
#le_contents section:nth-of-type(even) .item_box{
    float: left;
}
#le_contents .item_box .inner{
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 10% auto 5%;
    position: relative;
}
#le_contents section .ttl{
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-left: 12%;
}
#le_contents section .item_img{
    width: 40%;
    text-align: center;
    margin: 0 auto;
    float: right;
}
#le_contents section:nth-of-type(even) .item_img{
    float: left;
}
#le_contents section .text_box{
    width: 55%;
    float: left;
    position: relative;
    margin: 20% auto 0;
    display: inline-block;
}
#le_contents section:nth-of-type(even) .text_box{
    float: right;
}
#le_contents section .cmt{
    font-size: 13px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.8em;
}
#le_contents section .credit{
    font-size: 19px;
    text-align: left;
    margin: 5% auto 0;
    text-transform: capitalize;
    
}
/************************************************************
               button
************************************************************/
.btn01 a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    padding: 0.4em 0;
    text-decoration: none;
    border: 1px solid #000000;
    position: relative;
    margin: 8% auto 0;
    float: left;
    background: #000000;
    font-family: "Spectral", serif; 
}

.btn01 a .text {
  display: inline-block;
  margin-right: 1em;
  font-size: 17px;
  color: #FFFFFF;
}

.btn01 a .arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    right: -20%;
    background: #FFFFFF;
    border: #FFFFFF;
}

.btn01 a .arrow::before {
  position: absolute;
  top: -2px;
  right: -5px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 3px solid #FFFFFF;
}

/*== ボタン共通設定 */
.btn_all a{
    width: 50%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #222222;/* ボーダーの色と太さ */
    margin: 5% auto;
    padding: 2% 0;
    text-align: center;
    outline: none;
    font-family: "Marcellus", serif;
    font-weight: 400;
    transition: ease .2s;
    background:#222222;
    color: #FFFFFF;
}

/*ボタン内spanの形状*/
.btn_all a span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#FFFFFF;
}

.btn_all a:hover span{
  color:#222222;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#FFFFFF;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:80%;
    font-weight:lighter;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}



@media only screen and (max-width:768px){
	#le_wrap {
        width:100%;
	}
    #le_head .logo{
        width: 38%;
        margin: 2% auto;
    }
    #le_head h1{
        font-size: 20px;
    }
    #le_head .lead{
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 2em;
        margin: 10% auto;
    }
    #le_contents section .main{
        width: 85%;
    }
    #le_contents section:nth-of-type(even) .main{
        left: 15%;
    }
    #le_contents section .item_box{
        width: 70%;
        margin: 92% auto 0;
    }
    #le_contents .item_box .inner{
        width: 85%;
        margin: 5% auto;
    }
    #le_contents section .item_img{
        width: 80%;
        text-align: center;
        margin: 15% auto 5%;
        float: none;
    }
    #le_contents section:nth-of-type(even) .item_img{
        float: none;
    }
    #le_contents section .text_box{
        width: 100%;
        margin: 0% auto 7%;
        float: none;
    }
    #le_contents section:nth-of-type(even) .text_box{
        float: none
    }
    #le_contents section .cmt{
        font-size: 12px;
        line-height: 1.5em;
    }
    #le_contents section .credit{
        font-size: 16px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    .Right{
        float: none;
    }
    .Left{
        float: left;
    }
}



.fade{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.anim1 {
    opacity: 0;
    transform: translateY(30px);
    transition: 1.5s all 0.2s ease;
}
.anim2 {
    opacity: 0;
    transform: translateY(30px);
    transition: 1.5s all 0.6s ease;
}
.anim3 {
    opacity: 0;
    transform: translateY(30px);
    transition: 1.5s all 1s ease;
}
.ac{
    opacity: 1;
    transform: translateY(0);
}

.img-wrap {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #a1a1a1;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

/* ============ fade CSS ============ */
.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 2%;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}

        
    