@charset "UTF-8";


/*--- common ---*/
:root{
    --red-border:solid 2px #A51F24;
    --bg-red:#75181c;
    --title-font60:56px;
    --title-font42:42px;
    --text-white:#fefefe;
}

.vivant{
    background: #212426;
    font-family: 'Zen Kaku Gothic New','Zen Maru Gothic',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fefefe;
    overflow: hidden;
}

.vivant p{
    font-family: 'Zen Kaku Gothic New','Zen Maru Gothic',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fefefe;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.vivant p a,
.vivant a{
    color: #fefefe;
    transition: ease .5s;
}

.vivant p a:hover,
.vivant a:hover{
    text-decoration: none;
}

h2,h3,h4{
    color: #A51F24;
    font-weight: 900;
    margin: 0;
}

.flexBox{
    display: flex;
    justify-content: space-between;
}

.vivant-wrapper{
    max-width: 960px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.contents-title{
    font-size: var(--title-font60);
    font-weight: 900;
    padding-bottom: 32px;
    position: relative;
}

.contents-title.-title_white{
    color: #fefefe;
}

.contents-title::before{
    position: absolute;
    text-transform: uppercase;
    font-size: 88px;
    font-weight: 900;
    line-height: 1;
    color: #3A3A3F;
    width: 100%;
    top: -18px;
    left: 0;
    z-index: -1;
}

.linkBox-bgRed{
    display: block;
    background: var(--bg-red);
    font-weight: 500;
    font-size: 18px;
    max-width: 200px;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 6px;
    position: relative;
    margin: 0 40px 0 auto;
}

.linkBox-bgRed::after{
    position: absolute;
    top: 0;
    right: -8%;
    width: 18%;
    height: 100%;
    background: var(--bg-red);
    content: '';
    transform: skew(-30deg);
    z-index: -1;
}

.linkBox-bgRed::before{
    position: absolute;
    top: 0;
    left: -8%;
    width: 18%;
    height: 100%;
    background: var(--bg-red);
    content: '';
    transform: skew(-30deg);
    z-index: -1;
}

.linkBox-bgRed span{
    background: url(../image/link-arrow.png) no-repeat 100%;
    background-size: 16px;
    padding-right: 20px;
}

/*- googleMap youtube -*/
.googleMap{
    position: relative;
    padding-bottom: 32.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

.googleMap iframe, .googleMap object, .googleMap embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.youtube{
    position:relative;
    width:100%;
    padding-top:62.25%;
}

.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    border: var(--red-border);
}

/*- pageTop -*/
.pageTop{
    position: fixed;
    width: 88px;
    left: 4%;
    bottom: 0;
    z-index: 2;
}

.pageTop img{
    position: relative;
    display: block;
    transition: ease .5s;
}

/*- animation -*/
.fade-in {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
  }

.fade-in.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

/*text animation*/
.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

.leftAnime{
    opacity: 0;
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:1.4s;
	animation-fill-mode:forwards;
    opacity: 1;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%);
        opacity: 1;
  }

  to {
	transform: translateX(0);
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:1.4s;
	animation-fill-mode:forwards;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);
  }

  to {
	transform: translateX(0);
  }
}

/*--- Hamburger ---*/
.openButton{
    position: fixed;
    background: var(--bg-red);
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 0 5px 5px 0;
    left: 0;
    top: 40%;
    z-index: 5;
}

.openButton span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 0 6px 6px 0;
	background: #fff;
  	width: 53%;
  }


.openButton span:nth-of-type(1) {
	top:13px;	
}

.openButton span:nth-of-type(2) {
	top:19px;
}

.openButton span:nth-of-type(3) {
	top:25px;
}

.openButton span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 8px;
    left: -2px;
    color: #fefefe;
    font-size: 12.4px;
    text-transform: uppercase;
}

.openButton.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
}

.openButton.active span:nth-of-type(2) {
	opacity: 0;
}

.openButton.active span:nth-of-type(3){
    transform: translateY(-6px) rotate(45deg);
}

.openButton.active span:nth-of-type(3)::after {
    content: "Close";
    transform: translateY(0) rotate(-45deg);
    top: 9px;
    left: 11px;
}

#js-hamburgerNav{
    position: fixed;
    z-index: 3;
    top: 40%;
    width: 72vw;
    max-width: 850px;
    background: var(--bg-red);
    transition: all 0.6s;
    left: -72%;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
    padding: 40px 32px;
}

#js-hamburgerNav.panelactive{
    left: 0;
}

#js-hamburgerNav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.hamburgerMenu ul {
    font-size: 18.3px;
    margin: 0;
}

.hamburgerMenu ul a{
    font-weight: 500;
    position: relative;
}

.hamburgerMenu ul li{
    list-style: none;
    text-transform: uppercase;
}

.hamburgerMenu-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.hamburgerMenu-contents{
    width: 48%;
}

.hamburgerMenu-contents li{
    border-bottom: dashed 1px #fefefe;
    padding: 16px 0;
}

.hamburgerMenu-inner{
    padding-top: 8px;
    padding-left: 0px;
}

.hamburgerMenu-inner li{
    border-bottom: none;
    padding: 4px 0;
    font-size: 16px;
}

.hamburgerMenu-inner li a{
    padding-left: 16px;
}

.hamburgerMenu-inner li a::before{
    content: "";
    position: absolute;
    background: #fefefe;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.hamburgerMenu-official{
    border-top: solid 1px #fefefe;
    text-align: center;
    padding-top: 16px;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500;
}

.hamburgerMenu-official a{
    padding-right: 20px;
    background: url(../image/link-site.png) no-repeat 100%;
    background-size: 20px;
}


/*--- KV ---*/
.mainKV{
    border-bottom: var(--red-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 46vw;
    max-height: 860px;
    margin-bottom: 10vw;
}

.mainKV-image{
    width: 60vw;
    max-width: 1080px;
    position: relative;
    animation-name: fadeIn-animation;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeIn-animation{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}


/*--- title text ---*/
.-title_interview::before{
    content: "interview";
}

.-title_introduction::before{
    content: "introduction";
}

.-title_story::before{
    content: "story";
}

.-title_message::before{
    content: "message";
}


/*--- substance ---*/
.-substance_concept{
    position: relative;
    margin-bottom: 15vw;
    width: calc(100% - 18vw);
    max-width: 2240px;
}

.-substance_concept h3{
    font-size: var(--title-font42);
    color: var(--text-white);
    background: var(--bg-red);
    position: relative;
    padding: 16px 0 16px 13vw;
    width: 60vw;
    z-index: 1;
    margin-bottom: 24px;
}

.-substance_concept h3::before {
    position: absolute;
    top: 0;
    right: -11%;
    width: 24%;
    height: 100%;
    background: var(--bg-red);
    content: '';
    transform: skew(-30deg);
    z-index: -1;
}

.-substance_concept p{
    width: 60vw;
    padding-left: 13vw;
    font-size: 18.3px;
}

._concept_drum{
    position: absolute;
    width: 18vw;
    min-width: 252px;
    max-width: 420px;
    top: -6vw;
    right: 0vw;
    z-index: 2;
}

.-substance_contents{
    padding-bottom: 72px;
}

.-substance_interview{
    padding-bottom: 124px;
}

.-substance_interview .youtube::before{
    content: "";
    position: absolute;
    background: #0D1619;
    width: 100%;
    height: 100%;
    top: 28px;
    right: -28px;
}

.-substance_message .-substance_image{
    width: 26%;
}

.vivant .fukuzawa-name{
    color: #A51F24;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

.fukuzawa-name span{
    font-size: 20px;
    padding-right: 14px;
}

.-substance_textArea{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.-substance_textArea h3{
    padding-bottom: 4px;
    font-size: 30px;
}

.-substance_drum{
    width: 24vw;
    margin: 0 0 0 auto;
    overflow: hidden;
}

.animation-kakukaku{
    animation: kakukaku 2.6s steps(2, start) infinite;
    display: block;
    position: relative;
    bottom: -8px;
}

@keyframes kakukaku{
    0%{
        transform: translateY(-8px);
    }
    100%{
        transform: translateY(0px);
    }
}

/*--- vivantLocation ---*/
.vivantLocation{
    border-bottom: var(--red-border);
    padding-bottom: 92px;
    padding-top: 180px;
    margin-top: -180px;
}

.vivantLocation-mainTitle{
    border-top: var(--red-border);
    position: relative;
    z-index: 1;
    margin-bottom: -60px;
}

.vivantLocation-mainTitle h2{
    background: var(--bg-red);
    font-size: var(--title-font60);
    width: 33vw;
    min-width: 364px;
    color: #fefefe;
    text-transform: uppercase;
    position: relative;
    padding: 4px 0;
}

.vivantLocation-mainTitle h2 span{
    display: block;
    max-width: 336px;
    margin: 0 0 0 auto;
}

.vivantLocation-mainTitle h2::before{
    position: absolute;
    top: 0;
    right: -10%;
    width: 50%;
    height: 100%;
    background: var(--bg-red);
    content: '';
    transform: skew(-30deg);
    z-index: -1;
}

/*- location map -*/
.vivantLocation-mainMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 44%;
    background: url(../image/map-shimane.png) no-repeat top;
    background-size: 100%;
    overflow: hidden;
}

.-mainMap_area{
    display: block;
    position: absolute;
}

.-mainMap_area:hover{
    opacity: 1;
    transform: scale(1.1);
}

.-mainMap_matsue{
    top: 18%;
    right: 35%;
    width: 17vw;
}

.-mainMap_izumo{
    top: 40%;
    left: 14%;
    width: 12vw;
}

.-mainMap_okuizumo{
    bottom: 6%;
    right: 48%;
    width: 12vw;
}

.vivantChan{
    position: absolute;
    bottom: -1%;
    right: 23%;
    width: 16vw;
}

/*- location area -*/
.-areaContens_wrapper{
    padding-top: 92px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.-areaContens_wrapper h2{
    font-size:var(--title-font60);
    position: relative;
}

.-areaContens_wrapper h2::after{
    position: absolute;
    text-transform: uppercase;
    font-size: 88px;
    font-weight: 900;
    line-height: 1;
    color: #3A3A3F;
    right: 0;
    z-index: -1;
}

.-areaContens_matsue h2::after{
    content: "matsue";
}

.-areaContens_izumo h2::after{
    content: "izumo";
}

.-areaContens_okuizumo h2::after{
    content: "oku-izumo";
}

.-areaContens_map{
    position: relative;
}

.-areaContens_mapImage{
    position: relative;
}

.-areaContens_mapImage::before{
    position: absolute;
    content: "";
    background: #0D1619;
    width: 100%;
    height: 100%;
    top: 28px;
    left: 28px;
    z-index: -1;
}

.-areaContens_mapImage img{
    border: var(--red-border);
}

._map-pin{
    position: absolute;
    width: 6vw;
    max-width: 80px;
}

._map-pin:hover{
    opacity: 1;
    transform: scale(1.1);
}

._map-pin1{
    top: 19%;
    left: 42%;
}

._map-pin2{
    top: 4%;
    right: 18%;
}

._map-pin3{
    bottom: 2%;
    left: 9%;
}

._map-pin4{
    top: 6%;
    left: 18%;
}

._map-pin5{
    bottom: 23%;
    left: 18%;
}

._map-pin6{
    top: 15%;
    right: 46%;
}

._map-pin7{
    bottom: 33%;
    right: 18%;
}

.-sightList_item{
    padding-top: 72px;
}

.-sightList_item::before {
    content: "";
    display: block;
    height: 500px;
    margin-top: -500px;
    visibility: hidden;
}

.-sightList_item h3{
    padding-bottom: 32px;
}

.-sightList_itemDetails{
    width: 82%;
    margin: auto;
    gap: 40px 22px;
    flex-wrap: wrap;
    justify-content: center;
}

._itemDetails-mainImage{
    width: 82%;
    padding-bottom: 56px;
    margin: auto;
}

._itemDetails-mainImage:last-of-type{
    padding-bottom: 0;
}

._itemDetails-mainImage ._itemDetails-explanation{
    padding-top: 16px;
}

.-sightList_itemImage{
    width: 48%;
}

.flexBox ._itemDetails-explanation{
    width: 48%;
}

._itemDetails-explanation h4{
    font-size: 30px;
    padding-bottom: 8px;
}

.-sightList_linkArea{
    padding-top: 32px;
}

.mapDownload{
    padding-top: 92px;
}

.mapDownload a{
    background: var(--bg-red);
    color: var(--text-white);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    padding: 16px;
    max-width: 780px;
    width: 90%;
    margin: auto;
    border-radius: 28px;
}

/*--- access/contact ---*/
.vivant-access,
.vivant-contact{
    padding-top: 92px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.-title_access::before{
    content: "access";
}

.-title_contact::before{
    content: "contact";
}

.vivant-contact{
    padding-bottom: 92px;
}

.vivant-contact p{
    padding-bottom: 8px;
    width: 90%;
    margin: auto;
}

.vivant-contact a{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    font-size: 20px;
    position: relative;
}

.vivant-contact p a{
    padding-right: 28px;
    background: url(../image/link-site.png) no-repeat 100%;
    background-size: 20px;
}

.vivant-contact a.-contact_tel{
    font-size: 30px;
    padding-left: 36px;
    background: url(../image/link-tel.png) no-repeat 0%;
    background-size: 30px;
}

.vivant-banner{
    border-top: var(--red-border);
    padding: 80px 0;
}

.-banner_bannerArea{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 780px;
    width: 90%;
    margin: 0 auto;
}

.-banner_bannerArea li{
    list-style: none;
}

@media screen and (max-width:1024px){
    #js-hamburgerNav{
        padding: 24px 32px;
    }

    .-substance_concept{
        width: calc(100% - 5vw);
    }

    .-substance_concept h3{
        padding: 16px 0 16px 8vw;
        width: 65vw;
    }

    .-substance_concept p {
        width: 64vw;
        padding-left: 8vw;
    }
}

@media screen and (max-width:768px){
    /*--- common ---*/
    :root{
        --red-border:solid 2px #A51F24;
        --bg-red:#75181c;
        --title-font60:32px;
        --title-font42:24px;
        --text-white:#fefefe;
    }

    .contents-title{
        padding-bottom: 16px;
    }

    .contents-title::before{
        font-size: 40px;
        top: -4px;
    }

    .pageTop{
        width: 56px;
    }

    .googleMap{
        padding-bottom: 84.25%;
    }

    .linkBox-bgRed{
        padding: 6px 6px;
        font-size: 16px;
    }

    /*--- hamburger ---*/
    .openButton{
        top: 23vw;
    }

    #js-hamburgerNav{
        top: 23vw;
        width: 93vw;
        left: -94%;
    }

    .hamburgerMenu ul{
        font-size: 16px;
    }

    .hamburgerMenu ul li{
        padding: 12px 0;
    }

    .hamburgerMenu-official{
        font-size: 16px;
    }

    .hamburgerMenu-official a{
        background-size: 16px;
    }

    .hamburgerMenu .hamburgerMenu-inner li{
        font-size: 14px;
        padding: 6px 0;
    }

    .hamburgerMenu-inner li a {
        padding-left: 12px;
    }

    .hamburgerMenu-inner li a::before{
        width: 8px;
        height: 8px;
    }

    /*--- KV ---*/
    .mainKV{
        height: 58vw;
        margin-bottom: 64px;
    }

    .mainKV-image {
        width: 80vw;
    }

    /*--- substance ---*/
    .-substance_concept{
        width: 100%;
        margin-bottom: 80px;
    }

    .-substance_concept h3 {
        padding: 8px 0 8px 6vw;
        width:86vw;
        margin-bottom: 24px;
    }

    .-substance_concept p{
        font-size: 16px;
        padding-left: 6vw;
        width: 95vw;
    }

    ._concept_drum {
        position: static;
        width: 50vw;
        min-width: auto;
        margin: 24px auto 0;
    }

    .-substance_interview {
        padding-bottom: 92px;
    }

    .-substance_interview .youtube::before{
        top: 10px;
        right: -10px;
    }

    .-substance_contents {
        padding-bottom: 48px;
    }

    .-substance_message .flexBox{
        flex-wrap: wrap;
        gap: 24px;
    }

    .-substance_message .-substance_image{
        width: 90%;
        margin: auto;
    }

    .-substance_textArea{
        width: 100%;
        gap: 16px;
    }

    .-substance_textArea h3{
        font-size: 24px;
    }

    .vivant .fukuzawa-name{
        padding-top: 8px;
    }

    .fukuzawa-name span{
        display: block;
        padding: 0;
    }

    /*--- locationMap ---*/
    .vivantLocation{
        padding-bottom: 56px;
    }

    .vivantLocation-mainTitle{
        margin-bottom: -16px;
    }

    .vivantLocation-mainTitle h2{
        width: 58vw;
        min-width: 0;
        padding-left: 12px;
    }

    .vivantLocation-mainMap {
        width: 139%;
        padding-top: 80%;
    }

    .-mainMap_matsue{
        width: 28vw;
    }

    .-mainMap_izumo,
    .-mainMap_okuizumo{
        width: 24vw;
    }

    .vivantChan {
        right: 29%;
        width: 24vw;
    }

    .-areaContens_wrapper{
        padding-top: 56px;
    }

    .-areaContens_wrapper h2::after{
        font-size: 46px;
    }

    .-areaContens_mapImage::before{
        top: 16px;
    left: 16px;
    }

    ._map-pin{
        width: 10vw;
    }

    ._itemDetails-mainImage{
        width: 100%;
    }

    ._itemDetails-mainImage:first-of-type{
        padding-bottom: 40px;
    }

    .-sightList_item {
        padding-top: 48px;
    }

    .-sightList_itemDetails{
        gap: 24px 24px;
        width: 100%;
    }

    .-sightList_itemImage,
    .flexBox ._itemDetails-explanation{
        width: 100%;
    }

    .-sightList_linkArea {
        padding-top: 24px;
    }

    ._itemDetails-explanation h4 span{
        display: block;
    }

    .-substance_drum{
        width: 50vw;
        padding-top: 16px;
        margin: auto;
    }

    .mapDownload{
        padding-top: 48px;
    }

    /*--- contact ---*/

    .vivant-access, .vivant-contact{
        padding-top: 56px;
    }

    .vivant-contact {
        padding-bottom: 56px;
    }

    .vivant-contact a{
        font-size: 16px;
    }

    .vivant-contact p a{
        padding-right: 22px;
        background-size: 16px;
    }

    .vivant-contact a.-contact_tel{
        font-size: 24px;
        padding-left: 30px;
        background: url(../image/link-tel.png) no-repeat 0% 13px;
        background-size: 24px;
    }
}


@media screen and (max-width:521px){
    .mainKV {
        height: 82vw;
    }

    .mainKV-image {
        width: 92vw;
    }

    .-substance_drum{
        width: 60vw;
    }

    .hamburgerMenu-wrapper{
        gap: 0;
    }

    .hamburgerMenu ul{
        width: 100%;
    }

    #js-hamburgerNav{
        padding: 24px 16px;
    }

    ._itemDetails-explanation h4{
        font-size: 24px;
    }

    .mapDownload a{
        font-size: 18.3px;
    }

    .vivant-banner {
        padding: 40px 0;
    }

    .-banner_bannerArea{
        padding: 0;
        gap: 12px;
    }
}