@charset "utf-8";

/*=====================================

style.css

=====================================*/
iframe{
    vertical-align: bottom;
}
/* opening animation */
.openingCopy{
    background-color: #000;
    color: #FFF;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000001;
    display: block;
    align-items: center;
    justify-content: center;
    /* display: none; */
}
.openingCopy p {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    height: 1.7em;
    width: 100%;
}
.openingCopyBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
.openingCopy p span{
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
}


.visualAreaLogoFixed{
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    width: 100%;
    margin-top: 60px;
    position: absolute;
    /* animation: ttl_flash 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both infinite; */
}
@keyframes ttl_flash {
    0% {
      bottom: 0px;
      transform: translate(0px, 0px);
      opacity: 1;
    }
    39% {
        transform: translate(0px, 0px);
      opacity: 1;
    }
    40% {
      transform: translate(0px, -2px);
      opacity: 0.7;
    }
    41% {
      left: 1px;
      bottom: 0px;
      transform: translate(1px, 0px);
      opacity: 1;
    }
    42% {
      transform: translate(0px, 2px);
      opacity: 1;
    }
    43% {
        transform: translate(0px, 0px);
      opacity: 0, 7;
    }
    49% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
    50% {
        transform: translate(-2px, -2px);
      opacity: 0.7;
    }
    51% {
        transform: translate(0px, 0px);
      opacity: 1;
    }
    100% {
        transform: translate(0px, 0px);
      opacity: 1;
    }
  }
  
.visualArea{
    height: calc(100vh - 60px);
    width: 100%;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.mainvisualContents {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 100vw;
}
.mainvisualContents h1 {
    display: block;
    font-size: 8vw;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    color: #FFF;
    letter-spacing: 8px;
    line-height: 1.3;
}

.mainvisualContents h1 span.en {
    font-size: 6rem;
    font-weight: 600;
    margin-left: 0;
}


.mas01{
    opacity: 0;
}
.mainvisualLogo {
    width: 30%;
    position: absolute;
    top: 47%;
    right: 4%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
}
.mainvisualLogo img{
    width: 100%;
}

/* TEST */

#heading1 h1 {
    margin-top: 40%;
}
#heading2 h1 {
    margin-left: -20%;
    margin-top: -10%;
}
#heading3 h1 {
    margin-top: 10%;
}
#heading4 h1{
    margin-left: 20%;
    margin-top: -10%;
}
#heading5 h1{
    margin-top: 10%;
}

#video{
    z-index: 1;
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#video video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right;
}
.mainLine01{
    opacity: 0;
    font-family: 'Bavista';
}

.mainLine01.active {
    animation: slideinLeft 0.6s ;
    opacity: 1;
}

@keyframes slideinLeft {
    0% {
        transform: translateX(-120px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* scroll */

.scrollBox {
    position: absolute;
    bottom: 80px;
    left: 3%;
    opacity: 0;
}
.scrollBox img{
	width: 9px;
	height: auto;
	
}

.scrollBox::after {
    width: 1px;
    height: 120px;
    background-color: #FFF;
    content: '';
    position: absolute;
    left: 4px;
    top: 66px;
}

.scrollBox {

-webkit-animation:scrolling 3s infinite;
animation:scrolling 3s infinite;

}
.scrollBox::after{
	-webkit-animation:scrollingBar 3s infinite ;
	animation:scrollingBar 3s infinite;
}


@-webkit-keyframes scrolling {
0% {-webkit-transform:translate(0, 0) rotate(0deg);}
50% {-webkit-transform:translate(0, 0) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(0deg);}
}

@-webkit-keyframes scrollingBar {
0% {height: 80px;}
50% {height: 60px;}
100% {height: 80px;}
}

.head {
    display: flex;
    flex-direction: row;
    height: 100vh;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 60px;
}

.visualContentBox {
    position: absolute;
    display: block;
    align-items: center;
    justify-content: left;
    height: auto;
    width: 100%;
    font-size: 40px;
    padding-left: 5em;
    top: calc(60% - 150px);
}

.images-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.heading p{
    font-size: 1.6rem;
    color: #333;
}
.heading {
    opacity: 0;
    position: absolute;
    max-width: 100%;
    left: 6%;
}

.scroll-img {
    width: 30vw;
    opacity: 0;
    position: absolute;
    top: 5em;
}

.active {
    opacity: 1;
    display: block;
}

@media only screen and (min-width: 1025px) {

    .visualContentBox{
        font-size: 40px;  
        padding-left: 5em;
    }

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

    .visualContentBox{
        font-size: 30px;  
        padding-left: 3em;
        text-align: center;
    }
}
@media only screen and (max-width: 770px) {

    .visualContentBox{
        font-size: 25px;  
        padding-left: 1em;
    }
}


footer {
        background-color: #4C2A1D;
    z-index: 1;
    position: relative;
}

main{
    background-color: #FFF;
    z-index: 1;
    position: relative;
}
.visuallyHidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sectionHeadingWrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 40px;
}
.sectionHeadingWrap p {
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
}
.manifestoSection,
.favoriteSection {
    background-color: #5b321f;
}
.manifestoSection {
    padding: 82px 0 0;
}
.manifestoSectionInner {
    width: 1510px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(420px, 0.86fr);
    align-items: start;
    column-gap: 46px;
}
.manifestoCopy {
    color: #FFF;
    padding: 0 0 56px;
}
.manifestoCopy h2 {
    color: #FFF;
    font-size: 7rem;
    line-height: 0.92;
    margin-bottom: 0;
    letter-spacing: 6px;
}
.manifestoCopy h3 {
    font-size: 2.3rem;
    line-height: 1.65;
    margin: 96px 0 0;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.manifestoLine {
    width: 68px;
    height: 4px;
    background-color: #f2a100;
    margin: 34px 0 44px;
}
.manifestoText {
    max-width: 770px;
}
.manifestoText p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.6rem;
    line-height: 2.55;
    margin-bottom: 0;
}
.manifestoText p + p {
    margin-top: 0.2em;
}
.manifestoStatement {
    margin-top: 52px;
    font-size: 3.3rem;
    line-height: 2.05;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.manifestoVisual {
    min-height: 948px;
    overflow: hidden;
}
.manifestoVisual img {
    width: 100%;
    height: 100%;
    min-height: 948px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.favoriteSection {
    padding: 0;
}
.favoriteGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.favoriteRecord {
    overflow: hidden;
}
.favoriteRecord img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.favoriteHero {
    grid-column: span 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 60px 76px;
    background-color: #5b321f;
}
.favoriteHero .sectionHeadingWrap {
    display: block;
    text-align: right;
}
.favoriteHero h2 {
    color: #FFF;
    font-size: 10.1rem;
    line-height: 0.95;
    letter-spacing: 5px;
    margin-bottom: 26px;
}
.favoriteHero p {
    font-size: 1.6rem;
}

.friendsSection {
    background-color: #FFF;
    padding: 118px 0 132px;
}
.friendsSectionInner {
    width: 1550px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}
.friendsSection .sectionHeadingWrap {
    align-items: flex-end;
    margin-bottom: 120px;
}
.friendsSection h2 {
    color: #f2a100;
    font-size: 10.4rem;
    line-height: 0.92;
    letter-spacing: 5px;
    margin-bottom: 0;
}
.friendsSection .sectionHeadingWrap p {
    color: #4f4f4f;
    margin-bottom: 14px;
}
.friendsLogoList {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 42px;
    align-items: end;
}
.friendsLogo {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.friendsLogo img {
    max-width: 80%;
    max-height: 140px;
    width: auto;
    height: auto;
    display: block;
}
.topAction3c{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2%;

}
.topAction3c .action3word{
    background-color: #FFF;
    padding: 6%;
}
.topAction3c .action3word h3 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 900;
}
.topAction3c .action3word h3 em{
    font-weight: 500;
    display: block;
    margin-top: 10px;
}
.topAction3c .action3word p{
    line-height: 2;
}
h2.centerTTL{
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    background-position: center top;
    background-repeat: no-repeat;
}
h2.centerTTL em{
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}
section.bgfdfdfd{
    background-color: #f4f4f4;
}
section.bgf9f9f9{
    background-color: #f9f9f9;
}
section{
    padding-top: 80px;
    padding-bottom: 100px;
}

.serviceContentsBox2c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
    row-gap: 30px;

}
.serviceContentsBox2c h3{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.serviceContentsBox2c p{
    line-height: 2;
    margin-bottom: 20px;
}
.serviceContentsBox2c .imgBox{
    overflow: hidden;
}
.serviceContentsBox2c .imgBox a img{
    transition: all 0.4s;
}
.serviceContentsBox2c .imgBox a:hover{
    opacity: 1;
}
.serviceContentsBox2c .imgBox a:hover img{
    transform: scale(1.04);
    opacity: 0.7;
}
.serviceContentsBox2c .imgBox a{
    display: block;
    position: relative;
}
.serviceContentsBox2c .imgBox a::before{
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(../images/link_up.svg);
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 1;
}
.detailBtn a{
    border: solid 2px #000;
    padding: 10px 100px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-weight: bold;

}
.detailBtn.contact a{
    border: solid 3px #000;
    font-size: 2rem;
    padding: 15px 100px;
}


.topMassage2c{
    padding: 6%;
    background-color: #FFF;
}

.topMassage2c h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.topMassage2c h2 em{
    display: inline-block;
    margin-left: 20px;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 1px;
}
.topMassage2c h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.topMassage2c {
    display: grid;
    grid-template-columns: 35% 63%;
    column-gap: 4%;
    margin-bottom: 5px;
}

.topMassage2c p {
    line-height: 2;
    margin-bottom: 20px;
}


.actionDetail h4{
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 10px;
}
.actionDetail ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3px;
    row-gap: 3px;
    font-size: 1.3rem;
}
.actionDetail ul li{
    padding: 8px;
    background-color: #f9f9f9;
    text-align: center;
}
.btnPadding{
    padding-top: 40px;
    text-align: center;
}
.btnPadding p.lead{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.7;
}
.ancrFix{
    margin-top: -70px;
    padding-top: 70px;
}
.acces2cBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
    background-color: #4C2A1D;
    color: #FFF;
}
.acces2cBox h3 {
    margin-bottom: 20px;
    font-size: 2.6rem;
}
.acces2cBox h4{
    margin-bottom: 10px;
    font-size: 2rem;
}
.acces2cBox p{
    font-size: 1.8rem;
}
.accessText{
    display: flex;
    align-items: center;
}
.acces2cBox .mapBox01{
    margin-bottom: 0;
}




/* modaal */
.modalContentsBox h3 em{
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
}
.modalContentsBox h3{
    font-size: 3.2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.modalContentsBox {
    padding: 3%;
}

.modalContentsBox p{
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 30px;
}
.topMessageSign{
    text-align: right;
    font-weight: bold;
    font-size: 1.8rem;
}

.modalContentsBox h4 {
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.modalContentsBox h4 + h4{
    margin-top: 40px;
}

.modalContentsBox h4::before {
    content: '';
    width: 22px;
    height: 3px;
    background-color: #000;
    border-radius: 100px;
    top: 13px;
    left: 0;
    position: absolute;
}
.modalContentsBox .leadText{
    background-color: #f9f9f9;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 3%;
}
.topMessageSign{
    text-align: right;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2;
}

#topMessageModal{
    display: none;
}

/* modaal end*/




/* bopttom page end*/
.bottomGray {
    background-color: #f9f9f9;
    padding-bottom: 120px;
}
.breadcrumb {
    padding-bottom: 90px;
}
.breadcrumb ul::after{
    clear: both;
    content: '';
    display: block;
}
.breadcrumb ul li{
    float: left;
    padding-left: 20px;
    background-image: url(../images/ico_arrow_gray.svg);
    background-position: left 19px center;
    margin-right: 0;
    background-repeat: no-repeat;
    font-size: 1.1rem;
    background-color: #fff;
    padding:10px 10px 10px 50px;
    background-size: 8px;
}
.breadcrumb ul li.home {
    background-position: left 19px center;
    background-image: none;
    padding-left: 20px;
}

.bottomVisualArea {
    position: relative;
    margin-top: 60px;
    min-height: 200px;
}
.bottomVisualArea h1 {
    position: absolute;
    top: 52%;
    left: 4%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 2.6rem;
    display: inline-block;
}
.bottomVisualArea h1 em {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-top: 10px;
}
.bottomVisualArea h1 span {
    padding-bottom: 10px;
    border-bottom: solid 1px;
    display: block;
}

.bottomVisualArea .bottomMainVisualImgBox {
    max-width: 50%;
    margin-left: auto;
}












.topPickupWrapper.indexTop{
    background-color: #f9f9f9;
}

.topPickupWrapper {
    padding-top: 50px;
    background-color: #fff;
    padding-bottom: 90px;
}
.topPickupWrapper.indexTop .inner{
    padding-left: 0;
    padding-right: 0;
}
.pickupList{
    margin-bottom: 40px;
}
.pickupList div.slide{
    display: block;
}
.pickupList div.slide .slick-slide {
    margin-left: 3px;
    margin-right: 3px;
}
.pickupList div.slide div.slideContents{
    background-color: #FFFFFF;
    padding: 15px 15px 35px 15px;
    box-sizing: border-box;
}
.pickupList div.slide div.slideContents .imgBox {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.pickupList div.slide div.slideContents .imgBox img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}
.newsAchiveList .imgBox img{
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}
.pickupList .txt {
    -webkit-line-clamp: 3;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 4.8em;
}
.pickupList a{
    color: #333;
}
.pickupList a:hover{
    text-decoration: none;
}
.pickupList .more {
    text-align: right;
    padding-right: 10px;
}
.pickupList .more a{
    color: #333;
    font-weight: bold;
    background-image: url(../images/ico_arrow_gray.svg);
    padding-left: 15px;
    background-position: left center;
    background-size: 8px;
    background-repeat: no-repeat;

}

.topPickupWrapper .swiper-button-prev{
    position: absolute;
    z-index: 2;
    left: -10px;
    top: calc(50% - 40px);
    font-size: 0;
    background-image: url(../images/prev.svg);
    width: 40px;
    height: 84px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.9;
}
.topPickupWrapper .swiper-button-next{
    position: absolute;
    z-index: 2;
    right: -10px;
    top: calc(50% - 40px);
    font-size: 0;
    background-image: url(../images/next.svg);
    width: 40px;
    height: 84px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.9;
}
.swiper-button-next::after, .swiper-button-prev::after{
    display: none;
}
.swiper-button-next::before, .swiper-button-prev::before{
    display: none;
}
.swiper{
    overflow: visible;
}
.topPickupWrapper .swiper-button-next.swiper-button-disabled,
.topPickupWrapper .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}

p.leadC{
    text-align: center;
    margin-bottom: 40px;
}
.pickupList h3{
    margin-bottom: 15px;
}



.pickupList .link{
    text-align: center;
}
.pickupList .link a{
    display: inline-block;
    border:  solid 1px #1779BA;
    padding: 10px 40px;
    min-width: 210px;
    box-sizing: border-box;
    text-align: center;
    background-image: url(../images/ico_arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
}


.topInformationEventContentsBox{
    display: grid;
    grid-template-columns: 1fr;
}
.informationBox.informationIndexPage{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.informationBox .textLinkList, .eventBox .textLinkList {
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    overflow: auto;
}
.topInformationEventContentsBox .informationBox,
.topInformationEventContentsBox .eventBox{
    position: relative;
}
.textLinkList dt{
    padding-left: 30px;
    margin-bottom: 10px;
    padding-right: 30px;
}
.textLinkList dt label{
    background-color: #FCE03D;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
}
.textLinkList dd{
    border-bottom: solid 2px #f9f9f9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.textLinkList dl{
    margin-left: -30px;
    margin-right: -30px;
}
.textLinkList dd:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.textLinkList dl:first-child{
    border-top: solid 2px #f9f9f9;
    padding-top: 20px;
}
.textLinkList dl:first-child dd{
    border-bottom: solid 2px #f9f9f9;
    
}
.textLinkList a{
    padding-left: 30px;
    background-image: url(../images/ico_arrow_gray.svg);
    background-position: left 7px center;
    background-repeat: no-repeat;
    display: block;
}
