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

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@500&display=swap&family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@500&display=swap');

#bl {
    padding: 0;
    font-family:"Libre Baskerville",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin: 0 auto;
    line-height: 1.8;
    font-size: 12px;
	max-width: 1400px;
    letter-spacing: 1px;
    box-sizing: border-box;
    color: #000;
    -webkit-text-size-adjust: 100%;
}
*:focus {
    outline: none;
}
#bl a {
    text-decoration: none;
    color: #333;
}
#bl img,#bl video {
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
    z-index: 0;
    outline: none;
    border: none;
}
#bl ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#bl .img .video{
    line-height: 0;
}


#bl{
    max-width: 1200px;
    margin: 0 auto;
}

#bl .pc-non{
    display: none;
}
#bl .sp-non{
    display: block;
}
@media only screen and (max-width: 768px)  {
    #bl .pc-non{
        display: block;
    }
    #bl .sp-non{
        display: none;
    }
}

/************************************************************
                main 
************************************************************/
#bl .main{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#bl .main .vis{
    position: relative;
    width: 55%;
    line-height: 0;
}
#bl .main .box{
    position: absolute;
    width: 45%;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    box-sizing: border-box;
    padding: 5%;
}
#bl .main .box .ttl{
    width: 100%;
    line-height: 0;
}
#bl .main .box .read{
    width: 100%;
    color: #3E342D;
    margin-top: 15%;
    text-align: center;
}

@media only screen and (max-width: 768px)  {

    #bl .main::after{
        display: block;
        content: '';
        background-color: #3E3A39;
        height: 1px;
        width: 90%;
        margin: 10% auto;
    }
    #bl .main .vis{
        position: static;
        width: 100%;
    }
    #bl .main .box{
        position: static;
        width: 100%;
        top: auto;
        right: auto;
        transform: translate(0,0%);
        box-sizing: border-box;
        padding: 0%;
    }
    #bl .main .box .ttl{
        width: 80%;
        line-height: 0;
        margin: 15% auto 0;
    }
    #bl .main .box .read{
        width: 80%;
        color: #3E342D;
        margin: 15% auto 0;
        text-align: left;
        font-size: 12px;
    }
}
/************************************************************
                sub 
************************************************************/
#bl .sub{
    max-width: 1200px;
    margin: 10% auto 0;
}
#bl .sub .ttl{
    width: 50%;
    margin: 0 auto;
    line-height: 0;
}
#bl .sub .txt{
    text-align: center;
    font-size: 12px;
    margin: 5% auto 0;
    color: #4A3F37;
    width: 80%;
}

@media only screen and (max-width: 768px)  {
    #bl .sub{
        max-width: 1200px;
        margin: 15% auto 0;
    }
    #bl .sub .ttl{
        width: 80%;
        margin: 0 auto;
    }
    #bl .sub .txt{
        text-align: left;
        font-size: 12px;
        margin-top: 10%;
    }
}
/************************************************************
                grid 
************************************************************/
#bl .grid{
    max-width: 1200px;
    margin: 10% auto 0;
    width: 75%;
}
#bl .grid .inner{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
#bl .grid .inner .item{
    line-height: 0;
}
@media only screen and (max-width: 768px)  {
    #bl .grid{
        width: 95%;
    }
    #bl .grid .inner{
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    #bl .grid .inner .item:nth-of-type(1){
        grid-row: 1/2;
        grid-column: 1/2;
    }
    #bl .grid .inner .item:nth-of-type(2){
        grid-row: 1/2;
        grid-column: 2/3;
    }
    #bl .grid .inner .item:nth-of-type(3){
        grid-row: 2/3;
        grid-column: 2/3;
    }
    #bl .grid .inner .item:nth-of-type(4){
        grid-row: 2/3;
        grid-column: 1/2;
    }
    #bl .grid .inner .item:nth-of-type(5){
        grid-row: 3/4;
        grid-column: 2/3;
    }
    #bl .grid .inner .item:nth-of-type(6){
        grid-row: 3/4;
        grid-column: 1/2;
    }
    #bl .grid .inner .item:nth-of-type(7){
        grid-row: 4/5;
        grid-column: 1/2;
    }
    #bl .grid .inner .item:nth-of-type(8){
        grid-row: 4/5;
        grid-column: 2/3;
    }


}
/************************************************************
                contents look1
************************************************************/
#bl .contents .section {
    max-width: 1200px;
    margin: 15% auto 0;
    padding: 5%;
}
/******* box1 ***********************************/
#bl .contents .section .box{
    position: relative;
}
#bl .contents .section .box:nth-of-type(1) .item:nth-of-type(1){
    position: absolute;
    width: 25%;
    top: 0;
    left: 61%;
    display: inline-block;
    
}
#bl .contents .section .box:nth-of-type(1) .item:nth-of-type(2){
    position: relative;
    width: 50%;
}
#bl .contents .section .box:nth-of-type(1) .item:nth-of-type(3){
    position: absolute;
    top: 15%;
    left: 60%;
    width: 40%;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section {
        margin: 25vw auto 0;
        padding: 0;
    }
    #bl .contents .section .box{
        position: static;
    }
    #bl .contents .section .box:nth-of-type(1) .item:nth-of-type(1){
        position: relative;
        width: 40%;
        top: auto;
        left: auto; 
        margin-left: 48%;
    }
    #bl .contents .section .box:nth-of-type(1) .item:nth-of-type(2){
        position: static;
        width: 90%;
        margin-top: 10%;
    }
    #bl .contents .section .box:nth-of-type(1) .item:nth-of-type(3){
        position: static;
        top: auto;
        left: auto;
        width: 80%;
        margin-left: 20%;
        margin-top: 10%;
    }
}
/******* box2 ***********************************/
#bl .contents .section .box:nth-of-type(2){
    margin-top: 7%;
    position: relative;
}
#bl .contents .section .box:nth-of-type(2) .item:nth-of-type(1){
    position: absolute;
    width: 30%;
    top: 55%;
    left: 0;
    display: inline-block;
}
#bl .contents .section .box:nth-of-type(2) .item:nth-of-type(1) .ttl{
    border-bottom: solid 1px #91937E;
    font-size: 16px;
}
#bl .contents .section .box:nth-of-type(2) .item:nth-of-type(1) .txt{
    margin-top: 2%;
}
#bl .contents .section .box:nth-of-type(2) .item:nth-of-type(2){
    position: relative;
    width: 35%;
    margin-left: 35%;
    border: solid 2px #91937E;
    padding: 1%;
    box-sizing: border-box;
}
#bl .contents .section .box:nth-of-type(2) .item:nth-of-type(3){
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 20%;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section .box:nth-of-type(2){
        margin-top: 7%;
        position: relative;
    }
    #bl .contents .section .box:nth-of-type(2) .item:nth-of-type(1){
        position: static;
        width: 90%;
        top: auto;
        left: auto;
        margin-left: 5%;
    }
    #bl .contents .section .box:nth-of-type(2) .item:nth-of-type(1) .ttl{
        border-bottom: solid 1px #91937E;
        font-size: 16px;
    }
    #bl .contents .section .box:nth-of-type(2) .item:nth-of-type(1) .txt{
        margin-top: 2%;
        /* font-size: 12px; */
    }
    #bl .contents .section .box:nth-of-type(2) .item:nth-of-type(2){
        position: absolute;
        width: 46%;
        margin-left: 0%;
        border: solid 1px #91937E;
        position: absolute;
        left: 2%;
        bottom: 0;
        padding: 2%;
    }
    #bl .contents .section .box:nth-of-type(2) .item:nth-of-type(3){
        position: static;
        bottom: auto;
        top: auto;
        right: auto;
        width: 45%;
        margin: 30% 2% 0 auto;
    }
}
/******* ttl line 設定 ***********************************/
#bl .contents .section .box .line{
    position: relative;
    display: inline-block;
}
#bl .contents .section .box .line::before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -4%;
    content: '';
    background-color: #91937E;
    height: 120%;
    width: 2px;
    margin: 0 auto;
}
#bl .contents .section .box .line::after{
    display: block;
    position: absolute;
    bottom: -20%;
    left: -4%;
    content: '';
    background-color: #91937E;
    height: 2px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(1) .box .line{
        position: relative;
        display: inline-block;
    }
    #bl .contents .section:nth-of-type(1) .box .line::before{
        left: auto;
        right: -4%;
    }
    #bl .contents .section:nth-of-type(1) .box .line::after{
        left: auto;
        right: -4%;
        width: 108%;
    }
}
/******* credit 設定 ***********************************/
/* #bl .contents .credit{
	width: 35%;
	float: left;
	margin: 6% 0 3% 0;
} */
/* 横幅や配置はitemにて設定 */
#bl .contents .credit li {
	padding: 4px 0 ;
	margin: 0 0 1px;
	/* border-bottom: 1px solid #000; */
	position: relative;
	line-height: 1.4;
}
#bl .contents .credit .coming::after {
	content: "coming soon";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	font-size: 10px;
	color: #888;
}
#bl .contents .credit li span {
	display: block;
	font-size: 12px;
	transform: scale(0.75);
	transform-origin: left;
}
#bl .contents .credit li .temo {
    /* word-break: break-all; */
	display: inline-block;
	font-family:"Libre Baskerville",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#bl .contents .credit li a {
	display: block;
	position: relative;
	transition: 0.6s all 0s ease;
}
#bl .contents .credit li a:hover {
	opacity: 0.6
}
/* #bl .contents .credit li a::before {
	content: "→";
	position: absolute;
	bottom: 0%;
	right: 0;
	transform: translate(0,0%);
	font-size: 16px;
} */

/************************************************************
                contents look2
************************************************************/
@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(2) {
        margin: 25vw auto 0;
    }
}
/******* box1 ***********************************/
#bl .contents .section:nth-of-type(2) .box:nth-of-type(1) .item:nth-of-type(1){
    left: auto;  
    right: 61%;  
}
#bl .contents .section:nth-of-type(2) .box:nth-of-type(1) .item:nth-of-type(2){
    margin-left: 50%;
}
#bl .contents .section:nth-of-type(2) .box:nth-of-type(1) .item:nth-of-type(3){
    position: absolute;
    top: 15%;
    left: 0%;
    width: 40%;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(2) .box:nth-of-type(1) .item:nth-of-type(1){
        position: relative;
        left: auto;  
        right: auto;
        margin-left: 12%;
    }
    #bl .contents .section:nth-of-type(2) .box:nth-of-type(1) .item:nth-of-type(2){
        position: static;
        margin-left: 10%;
    }
    #bl .contents .section:nth-of-type(2) .box:nth-of-type(1) .item:nth-of-type(3){
        position: static;
        top: auto;
        left: auto;
        width: 80%;
        margin-left: 0;
    }

}
/******* box2 ***********************************/
#bl .contents .section:nth-of-type(2) .box:nth-of-type(2){
    margin-top: 5%;
}
#bl .contents .section:nth-of-type(2) .box:nth-of-type(2) .item:nth-of-type(1){
    width: 30%;
    left: 10%;
    display: inline-block;
    top: 40%;
}
#bl .contents .section:nth-of-type(2) .box:nth-of-type(2) .item:nth-of-type(1) .ttl{
    border-bottom: solid 1px #91937E;
    font-size: 16px;
}
#bl .contents .section:nth-of-type(2) .box:nth-of-type(2) .item:nth-of-type(1) .txt{
    margin-top: 2%;
}
#bl .contents .section:nth-of-type(2) .box:nth-of-type(2) .item:nth-of-type(2){
    margin-left: 45%;
    border: none;
    padding: 0%;
}
#bl .contents .section:nth-of-type(2) .box:nth-of-type(2) .item:nth-of-type(3){
    position: static;
    bottom: auto;
    right: auto;
    margin-left: 45%;
    margin-top: 3%;
}

@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(2) .box:nth-of-type(2){
        margin-top: 7%;
        position: relative;
    }
    #bl .contents .section:nth-of-type(2) .box:nth-of-type(2) .item:nth-of-type(1){
        position: static;
        width: 90%;
        top: auto;
        left: auto;
        margin-left: 5%;
    }

    #bl .contents .section:nth-of-type(2) .box:nth-of-type(2) .item:nth-of-type(2){
        position: absolute;
        width: 46%;
        margin-left: 0%;
        border: solid 1px #91937E;
        position: absolute;
        left: auto;
        right: 2%;
        bottom: 0;
        padding: 2%;
    }
    #bl .contents .section:nth-of-type(2) .box:nth-of-type(2) .item:nth-of-type(3){
        position: static;
        bottom: auto;
        top: auto;
        right: auto;
        width: 45%;
        margin: 16% auto 0 2%;
    }
}

/******* ttl line 設定 ***********************************/
#bl .contents .section:nth-of-type(2) .box .line{
    position: relative;
    display: inline-block;
}
#bl .contents .section:nth-of-type(2) .box .line::before{
    left: auto;
    right: -4%;
}
#bl .contents .section:nth-of-type(2) .box .line::after{
    left: auto;
    right: -4%;
    width: 108%;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(2) .box .line{
        position: relative;
        display: inline-block;
    }
    #bl .contents .section:nth-of-type(2) .box .line::before{
        left: -4%;
        right: auto;
    }
    #bl .contents .section:nth-of-type(2) .box .line::after{
        left: -4%;
        right: auto;
        width: 108%;
    }
}


/************************************************************
                contents look3
************************************************************/
@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(3) {
        margin: 25vw auto 0;
    }
}

/******* box1 ***********************************/

/******* box2 ***********************************/
#bl .contents .section:nth-of-type(3) .box:nth-of-type(2){
    margin-top: 5%;
}
#bl .contents .section:nth-of-type(3) .box:nth-of-type(2) .item:nth-of-type(1){
    top: 30%;
    left: auto;
    right: 0;
}
#bl .contents .section:nth-of-type(3) .box:nth-of-type(2) .item:nth-of-type(1) .txt{
    margin-top: 2%;
}
#bl .contents .section:nth-of-type(3) .box:nth-of-type(2) .item:nth-of-type(2){
    position: relative;
    width: 50%;
    margin-left: 15%;
    border: solid 2px #91937E;
    padding: 1%;
    box-sizing: border-box;
}
#bl .contents .section:nth-of-type(3) .box:nth-of-type(2) .item:nth-of-type(3){
    position: static;
    bottom: auto;
    right: auto;
    /* width: 15%; */
    margin-top: 5%;
    margin-left: 45%;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(3) .box:nth-of-type(2){
        margin-top: 7%;
        position: relative;
    }
    #bl .contents .section:nth-of-type(3) .box:nth-of-type(2) .item:nth-of-type(1){
        position: static;
        width: 90%;
        top: auto;
        left: auto;
        margin-left: 5%;
    }
    #bl .contents .section:nth-of-type(3) .box:nth-of-type(2) .item:nth-of-type(1) .ttl{
        border-bottom: solid 1px #91937E;
        font-size: 16px;
    }
    #bl .contents .section:nth-of-type(3) .box:nth-of-type(2) .item:nth-of-type(1) .txt{
        margin-top: 2%;
    }
    #bl .contents .section:nth-of-type(3) .box:nth-of-type(2) .item:nth-of-type(2){
        position: relative;
        width: 46%;
        margin-left: 0%;
        border: solid 1px #91937E;
        position: absolute;
        left: 2%;
        bottom: 0;
    }
    #bl .contents .section:nth-of-type(3) .box:nth-of-type(2) .item:nth-of-type(3){
        bottom: auto;
        right: 2%;
        width: 45%;
        margin-left: 52%;
        padding-top: 15%;
    }
    #bl .contents  .wrap2{
        box-sizing: border-box;
        width: 98%;
        margin: 1%;
        overflow: hidden;
    }
    #bl .contents .img-2{
        width: 140%;
        margin-left: -20%;
        max-width: 140%;
    }
}
/******* ttl line 設定 ***********************************/
#bl .contents .section:nth-of-type(3)  .box .line::after{
    width: 63%; 
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(3) .box .line{
        position: relative;
        display: inline-block;
    }
    #bl .contents .section:nth-of-type(3) .box .line::before{
        left: auto;
        right: -4%;
    }
    #bl .contents .section:nth-of-type(3) .box .line::after{
        left: auto;
        right: -4%;
    }
}
/************************************************************
                contents look4
************************************************************/
#bl .contents .section:nth-of-type(4) {
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(4) {
        margin: 25vw auto 40px;
    }
}

/******* box1 ***********************************/
#bl .contents .section:nth-of-type(4) .box:nth-of-type(1){
    position: relative;
}
#bl .contents .section:nth-of-type(4) .box:nth-of-type(1) .item:nth-of-type(1){
    left: auto;  
    right: 24%;
    top: -15%;
    z-index: 99;
}
#bl .contents .section:nth-of-type(4) .box:nth-of-type(1) .item:nth-of-type(2){
    margin-left: 50%;
}
#bl .contents .section:nth-of-type(4) .box:nth-of-type(1) .item:nth-of-type(3){
    position: absolute;
    top: -15%;
    left: 0%;
    width: 40%;
}
#bl .contents .section:nth-of-type(4) .box:nth-of-type(1) .item:nth-of-type(4){
    position: absolute;
    padding-top: 45%;
    width: 45%;
    border: solid 2px #8C4D31;
    bottom: -30%;
    left: 10%;
    z-index: -99;
}
@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(4) .box:nth-of-type(1) .item:nth-of-type(1){
        position: relative;
        left: auto;  
        right: auto;  
        margin-left: 12%;
    }
    #bl .contents .section:nth-of-type(4) .box:nth-of-type(1) .item:nth-of-type(2){
        position: static;
        margin-left: 10%;
    }
    #bl .contents .section:nth-of-type(4) .box:nth-of-type(1) .item:nth-of-type(3){
        position: static;
        top: auto;
        left: auto;
        width: 80%;
        margin-left: 0;
    }
    #bl .contents .section:nth-of-type(4) .box:nth-of-type(1) .item:nth-of-type(4){
        display: none;
    }

}
/******* box2 ***********************************/
#bl .contents .section:nth-of-type(4) .box:nth-of-type(2){
    position: relative;
}
#bl .contents .section:nth-of-type(4) .box:nth-of-type(2) .item:nth-of-type(1){
    left: auto;
    right: 4%;
    top: 30%;
}

#bl .contents .section:nth-of-type(4) .box:nth-of-type(2) .item:nth-of-type(1) .txt{
    margin-top: 2%;
}
#bl .contents .section:nth-of-type(4) .box:nth-of-type(2) .item:nth-of-type(2){
    width: 35%;
    margin-left: 25%;
    border: none;
    padding: 0;
}
#bl .contents .section:nth-of-type(4) .box:nth-of-type(2) .item:nth-of-type(3){
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 5%;
    margin-left: 40%;
}

@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(4) .box:nth-of-type(2){
        margin-top: 7%;
        position: relative;
    }
    #bl .contents .section:nth-of-type(4) .box:nth-of-type(2) .item:nth-of-type(1){
        position: static;
        width: 90%;
        top: auto;
        left: auto;
        margin-left: 5%;
    }

    #bl .contents .section:nth-of-type(4) .box:nth-of-type(2) .item:nth-of-type(2){
        position: absolute;
        width: 46%;
        margin-left: 0%;
        border: solid 1px #91937E;
        position: absolute;
        left: auto;
        right: 2%;
        bottom: 0;
        padding: 2%;
    }
    #bl .contents .section:nth-of-type(4) .box:nth-of-type(2) .item:nth-of-type(3){
        position: static;
        bottom: auto;
        top: auto;
        right: auto;
        width: 45%;
        margin: 34% auto 0 2%;
    }
}





/******* ttl line 設定 ***********************************/
#bl .contents .section:nth-of-type(4)  .box .line::after{
    width: 63%; 
}

@media only screen and (max-width: 768px)  {
    #bl .contents .section:nth-of-type(4) .box .line{
        position: relative;
        display: inline-block;
    }
    #bl .contents .section:nth-of-type(4) .box .line::before{
        left: -4%;
        right: auto;
    }
    #bl .contents .section:nth-of-type(4) .box .line::after{
        left: -4%;
        right: auto;
    }
}








/************************************************************
                動き
************************************************************/

.lo{
    opacity: 0;
    transition: 1.6s all 0s ease;
}
.lo.sr{
    opacity: 1;
}



#bl .sp-br{
    display: none;
}
@media only screen and (max-width: 768px)  {
    #bl .sp-br{
        display: block;
    }
}
#bl .pc-br{
    display: block;
}
@media only screen and (max-width: 1188px)  {
    #bl .pc-br{
        display: none;
    }
}