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


/*#g_navi_wrap .logo a #logo_svg .a{
    fill:#FFFF;
}
#g_navi_wrap .navigation_wrap a {
    color: #FFFFFF;
}
.drawer .drawer-hamburger-icon:before {
    background-color: #FFFFFF;
}
.drawer .drawer-hamburger-icon:after {
    background-color: #FFFFFF;
}*/


/* .contents_wrap
----------------------------------------- */
.contents_wrap {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 12rem 0;
}
.contents_wrap > .con {
    position: relative;
    z-index: 1;
}
.contents_wrap > .con > .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contents_wrap > .con > .layout > .img_slider {
    width: calc(920/1440*100%);
    position: relative;
    z-index: 1;
}
.contents_wrap > .con > .layout > .txt_wrap {
    width: calc(520/1440*100%);
    padding-left: 9rem;
    padding-top: 8rem;
}
.contents_wrap > .con:nth-child(even) > .layout {
    flex-flow: row-reverse;
}
.contents_wrap > .con:nth-child(even) > .layout .txt_wrap {
    width: calc(520/1440*100%);
    padding-left: 7rem;
    padding-top: 12rem;
}

.contents_wrap .txt_wrap .ttl {
    width: 35rem;
    font-size: 5.6rem;
    line-height: calc(58/56);
}
.contents_wrap .txt_wrap .txt {
    width: 35rem;
    font-size: 1.9rem;
    line-height: calc(23/19);
    letter-spacing: -0.02em;
    margin-top: 2.5rem;
}
.contents_wrap .txt_wrap .wp-caption {
    width: auto !important;
    position: relative;
    z-index: 1;
}
.contents_wrap .txt_wrap .wp-caption .wp-caption-text {
    position: absolute;
    z-index: 1;
    bottom: 1.0rem;
    left: 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #FFFFFF;
}

.contents_wrap > .con > .layout .txt_wrap .txt > p:not(:first-child) {
    margin-top: 1em;
}
/*.contents_wrap > .con > .layout .txt_wrap .txt img {
    margin-top: 2rem;
}*/
.contents_wrap > .con > .layout .txt_wrap .txt img {
    margin-top: 2rem;
}
.contents_wrap > .con > .layout .txt_wrap .txt .img {
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}
.contents_wrap > .con > .layout .txt_wrap .txt .img .caption {
    bottom: 1.5rem;
    left: 1.5rem;
    font-size: 1.4rem;
}

.contents_wrap > .con .list_wrap {
    margin-top: 10rem;
    width: calc(1254/1440*100%);
    position: relative;
}
/*.contents_wrap > .con .list_wrap.is-fixed {
    position: fixed;
    top: 0;
    z-index: 100;
}*/
.contents_wrap > .con .list_wrap > .list_con {
    width: 100%;
    height: 100vh;
    min-height: 80rem;
    display: flex;
    align-items: center;
}
.contents_wrap > .con .list_wrap > .list_con > .layout {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contents_wrap > .con .list_wrap .img_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(720/1254*100%);
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    background-color: #333333;
}
.contents_wrap > .con .list_wrap .img_wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    
    will-change: opacity;
    transition: all .3s;
}
/*.contents_wrap > .con .list_wrap .img_wrap img:first-child {
  opacity: 1;
}
.contents_wrap > .con .list_wrap .img_wrap img.is-active {
  opacity: 1;
}*/

.contents_wrap > .con .list_wrap > .list_con > .layout > .txt_wrap {
    width: calc(430/1254*100%);
}
.contents_wrap > .con .list_wrap > .list_con > .layout > .txt_wrap .ttl_sub {
    margin-top: 2.5rem;
    font-size: 1.9rem;
    line-height: calc(23/19);
    font-style: italic;
    letter-spacing: -0.02em;
}
.contents_wrap > .con .list_wrap > .list_con > .layout > .txt_wrap .txt {
    margin-top: 3.5rem;
}
.contents_wrap > .con .list_wrap > .list_con > .layout > .txt_wrap .txt .img {
    margin-top: 3.5rem;
    position: relative;
    z-index: 1;
}
.contents_wrap > .con .list_wrap > .list_con > .layout > .txt_wrap .txt .img .caption {
    position: absolute;
    z-index: 1;
    bottom: 1.0rem;
    left: 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #FFFFFF;
}

.contents_wrap .img_slider .swiper-footer {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    right: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 0.7rem;
}
.contents_wrap .img_slider .swiper-footer span {
    font-size: 1.55rem;
    line-height: 1;
    color: #FFFFFF;
}
.contents_wrap .img_slider .swiper-footer span.slash {
    display: flex;
    align-items: flex-end;
}
.contents_wrap .img_slider .swiper-footer span.slash::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 0.1rem;
    background-color: #FFFFFF;
    margin-bottom: 0.1em;
}

.contents_wrap .img_slider .caption {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    left: 2rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
.contents_wrap {
    gap: 12rem 0;
}
.contents_wrap > .con > .layout {
    width: 61rem;
    margin: auto;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 4rem 0;
}
.contents_wrap > .con > .layout > .img_slider {
    width: 100%;
    position: relative;
    z-index: 1;
}
.contents_wrap > .con > .layout > .txt_wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
}
.contents_wrap > .con:nth-child(even) > .layout {
    flex-flow: column;
    gap: 4rem 0;
}
.contents_wrap > .con:nth-child(even) > .layout .txt_wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
}

.contents_wrap .txt_wrap .ttl {
    width: 100%;
    font-size: 5.6rem;
    line-height: calc(58/56);
}
.contents_wrap .txt_wrap .txt {
    width: 100%;
    font-size: 3.2rem;
    line-height: calc(40/32);
    margin-top: 2.5rem;
}
.contents_wrap .txt_wrap .wp-caption {
    width: auto !important;
    position: relative;
    z-index: 1;
}
.contents_wrap .txt_wrap .wp-caption .wp-caption-text {
    bottom: 2.0rem;
    left: 2.5rem;
    font-size: 1.8rem;
}

.contents_wrap > .con > .layout .txt_wrap .txt > p:not(:first-child) {
    margin-top: 1em;
}
.contents_wrap > .con > .layout .txt_wrap .txt img {
    margin-top: 3rem;
}
.contents_wrap > .con > .layout .txt_wrap .txt .img {
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}
.contents_wrap > .con > .layout .txt_wrap .txt .img .caption {
    bottom: 1.5rem;
    left: 2rem;
    font-size: 1.8rem;
}
    
.contents_wrap > .con .list_wrap {
    margin: auto;
    margin-top: 20rem;
    width: 61rem;
}
.contents_wrap > .con .list_wrap > .list_con {
    width: 100%;
    height: auto;
    min-height: inherit;
    flex-flow: column;
}
.contents_wrap > .con .list_wrap > .list_con > .layout {
    width: 100%;
    height: auto;
    flex-flow: column;
    border-bottom: 1px solid #592A24;
    transition: all .6s;
}
    
.contents_wrap > .con .list_wrap > .list_con > .layout > .ttl_wrap {
    width: 100%;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}
.contents_wrap > .con .list_wrap > .list_con > .layout > .ttl_wrap .ttl {
    font-size: 5.6rem;
    color: #592A24;
    text-align: left;
}
.contents_wrap > .con .list_wrap > .list_con > .layout > .ttl_wrap::before {
    content: "";
    display: block;
    width: 3.6rem;
    height: 0.1rem;
    background-color: #592924;
    position: absolute;
    top: 50%;
    right: 0;
}
.contents_wrap > .con .list_wrap > .list_con > .layout > .ttl_wrap.open::after {
    display: none;
}
.contents_wrap > .con .list_wrap > .list_con > .layout > .ttl_wrap::after {
    content: "";
    display: block;
    width: 3.6rem;
    height: 0.1rem;
    background-color: #592924;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(90deg);
}
    
.contents_wrap > .con .list_wrap > .list_con > .layout > .con_wrap {
    padding-top: 3rem;
    padding-bottom: 4rem;
    
    display: none;
}
    
.contents_wrap > .con .list_wrap .img_wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 0.6rem));
    gap: 1.2rem;
}
.contents_wrap > .con .list_wrap .img_wrap .img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.contents_wrap > .con .list_wrap .img_wrap .img .caption {
    position: absolute;
    z-index: 1;
    bottom: 1.0rem;
    left: 1.5rem;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #FFFFFF;
}
.contents_wrap > .con .list_wrap .img_wrap img {
    position: relative;
    inset: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    opacity: 1;
    
    will-change: inherit;
}

.contents_wrap > .con .list_wrap > .list_con > .layout .txt_wrap {
    width: 100%;
}
.contents_wrap > .con .list_wrap > .list_con > .layout .txt_wrap .ttl_sub {
    margin-top: 0;
    font-size: 3.2rem;
    line-height: calc(40/32);
    font-style: italic;
}
.contents_wrap > .con .list_wrap > .list_con > .layout .txt_wrap .txt {
    margin-top: 3.5rem;
}

.contents_wrap .img_slider .swiper-footer {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    right: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 0.7rem;
}
.contents_wrap .img_slider .swiper-footer span {
    font-size: 1.55rem;
    line-height: 1;
    color: #FFFFFF;
}
.contents_wrap .img_slider .swiper-footer span.slash {
    display: flex;
    align-items: flex-end;
}
.contents_wrap .img_slider .swiper-footer span.slash::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 0.1rem;
    background-color: #FFFFFF;
    margin-bottom: 0.1em;
}

.contents_wrap .img_slider .caption {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    left: 2rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #FFFFFF;
} 
}


/* #topmain
----------------------------------------- */
#topmain {
    position: relative;
	height : 100vh;
    z-index: 2;
}

#topmain .inner {
	max-width: none;
	height: 100%;
    margin: 0;
}

#topmain .topmain_layout {
    width : 100%;
	height: 100%;
	position: relative;
}

#topmain .swiper-container,
#topmain .swiper-wrapper,
#topmain .swiper-slide {
	width: 100%;
    height: 100%;
}
#topmain .slide_wrap {
    width: 100%;
	height: 100%;
    overflow: hidden;
	display: flex;
}
#topmain .slide_wrap .img {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#topmain .topswiper .swiper-footer {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    right: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 0.7rem;
}
#topmain .topswiper .swiper-footer span {
    font-size: 1.55rem;
    line-height: 1;
    color: #FFFFFF;
}
#topmain .topswiper .swiper-footer span.slash {
    display: flex;
    align-items: flex-end;
}
#topmain .topswiper .swiper-footer span.slash::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 0.1rem;
    background-color: #FFFFFF;
    margin-bottom: 0.1em;
}

#topmain .topmain_layout > .topmain_txt {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

#topmain .scroll_arrow {
position: absolute;
bottom: 2rem;
left: 2rem;
z-index: 2;
}

#topmain .scroll_arrow a {
width: auto;
height: 10rem;
position: relative;
display: flex;
align-items: flex-start;
}
#topmain .scroll_arrow a span {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
-moz-font-feature-settings: 'pkna';
-webkit-font-feature-settings: 'pkna';
font-feature-settings: 'pkna';
white-space: nowrap;
font-size: 1.2rem;
letter-spacing: 0;
font-weight: 100;
line-height: 1;
color: #FFFFFF;
}
#topmain .scroll_arrow a::before {
content: "";
position: absolute;
bottom: 0;
left: 0.2rem;
width: 0.1rem;
height: 3.6rem;
background: rgba(255,255,255,.50);
z-index: -1;
}
#topmain .scroll_arrow a::after {
content: "";
position: absolute;
bottom: 0;
left: 0.2rem;
width: 0.1rem;
height: 1rem;
background: #FFFFFF;
animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
z-index: 1;
}
@keyframes circlemove {
  0% {
    bottom: 2.6rem; }
  100% {
    bottom: 0; }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 0; }
}

@media only screen and (max-width: 768px) {
#topmain {
	height: 100vh;
    height: calc(var(--vh2, 1vh) * 100);
}
#topmain .inner {
	max-width: none;
	width: 100%;
    height: 100%;
}
    
#topmain .topswiper .swiper-footer {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    right: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 0.7rem;
}
#topmain .topswiper .swiper-footer span {
    font-size: 1.55rem;
    line-height: 1;
    color: #FFFFFF;
}
#topmain .topswiper .swiper-footer span.slash {
    display: flex;
    align-items: flex-end;
}
#topmain .topswiper .swiper-footer span.slash::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 0.1rem;
    background-color: #FFFFFF;
    margin-bottom: 0.1em;
}
    
    
#topmain .topmain_layout > .topmain_txt {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain .topmain_layout > .topmain_txt img {
    width: 52rem;
    height: auto;
}

#topmain .scroll_arrow {
    display: none;
}

}


/* #inside
----------------------------------------- */
#inside {
}

#inside .inner {
    padding-top: 12rem;
    padding-bottom: 22rem;
}

#inside .ttl_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}
#inside .ttl_wrap .ttl {
    width: 35rem;
    font-size: 5rem;
    line-height: calc(50/50);
    white-space: nowrap;
    text-align: center;
    color: #3C4B40;
}
#inside .ttl_wrap .txt {
    width: 60rem;
    font-size: 1.9rem;
    line-height: calc(23/19);
    text-align: center;
    color: #3C4B40;
    margin-top: 3rem;
}

#inside .inside_img_slider {
    margin-top: 6rem;
    position: relative;
}
#inside .inside_img_slider .swiper-wrapper {
    transition-timing-function: linear;
}
#inside .inside_img_slider .swiper-slide {
    width: 39rem;
}
#inside .inside_img_slider img {
    width: 100%;
}
#inside .inside_img_slider .swiper-pagination {
    bottom: -4rem;
    display: flex;
    justify-content: center;
}
#inside .inside_img_slider .swiper-pagination-bullet {
    margin: 0 0;
    width: 3rem;
    height: 0.1rem;
    background-color: #D8D8D8;
    opacity: 1;
    border-radius: 0;
}
#inside .inside_img_slider .swiper-pagination-bullet-active {
    background-color: #464646;
    opacity: 1;
}

#inside .inside_hokuriku {
    margin-top: 26rem;
}
#inside .inside_hokuriku > .con > .layout .txt_wrap {
    color: #14463C
}

#inside .inside_hokuriku > .con:nth-child(odd)::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 15rem);
    background-color: #F0F0E9;
    
    position: absolute;
    top: 9rem;
    left: 0;
    z-index: -1;
}
#inside .inside_hokuriku > .con:last-child::after {
    top: 6rem;
}

#inside > .sec_fix_ttl .sec_ttl {
    color: #14463C;
}

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

#inside .inner {
    padding-top: 10rem;
    padding-bottom: 12rem;
}

#inside .ttl_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}
#inside .ttl_wrap .ttl {
    width: auto;
    font-size: 5rem;
}
#inside .ttl_wrap .txt {
    width: 60rem;
    font-size: 3.2rem;
    line-height: calc(40/32);
    letter-spacing: -0.02em;
    margin-top: 3rem;
}

#inside .inside_img_slider {
    margin-top: 8rem;
}
#inside .inside_img_slider .swiper-wrapper {
    transition-timing-function: linear;
}
#inside .inside_img_slider .swiper-slide {
    width: 39rem;
}
#inside .inside_img_slider img {
    width: 100%;
}
#inside .inside_img_slider .swiper-pagination {
    bottom: -4rem;
}

#inside .inside_hokuriku {
    margin-top: 20rem;
    position: relative;
    z-index: 1;
}
#inside .inside_hokuriku::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 15rem);
    background-color: #F0F0E9;
    
    position: absolute;
    top: -8rem;
    left: 0;
    z-index: -1;
}
    
#inside .inside_hokuriku > .con:nth-child(odd)::after {
    display: none;
}

}


/* #crafted
----------------------------------------- */
#crafted {
}

#crafted .inner {
    padding-bottom: 22rem;
}

#crafted .crafted_beauty {
    margin-top: 16rem;
}
#crafted .crafted_beauty > .con > .layout .txt_wrap {
    color: #592A24
}

#crafted .crafted_beauty > .con:nth-child(even)::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 15rem);
    background-color: #F2EFEF;
    
    position: absolute;
    top: 9rem;
    left: 0;
    z-index: -1;
}
#crafted .crafted_beauty > .con:last-child::after {
    top: 6rem;
}

#crafted .contents_wrap > .con .list_wrap > .list_con > .layout > .txt_wrap {
    color: #592A24;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#crafted .contents_wrap > .con .list_wrap > .list_con:not(:first-child) > .layout > .txt_wrap {
    border-top: 1px solid #592A24;
}

#crafted > .sec_fix_ttl .sec_ttl {
    /*color: #4E6779*/;
    color: #592A24;
}

@media only screen and (max-width: 768px) {
#crafted .inner {
    padding-bottom: 8rem;
}

#crafted .crafted_beauty {
    margin-top: 0;
    padding-top: 6rem;
    position: relative;
}
#crafted .crafted_beauty::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 20rem);
    background-color: #F2EFEF;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
    
#crafted .crafted_beauty > .con:nth-child(even)::after {
    display: none;
}

#crafted .crafted_beauty > .con > .layout {
    flex-flow: column-reverse;
    gap: 4rem 0;
}

}


/* #mindful
----------------------------------------- */
#mindful {
}

#mindful .inner {
    padding-bottom: 12rem;
}

#mindful .mindful_moments {
    margin-top: 16rem;
}
#mindful .mindful_moments > .con > .layout .txt_wrap {
    color: #4E6779;
}

#mindful .mindful_moments > .con:nth-child(odd)::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 8rem);
    background-color: #E9EDF0;
    
    position: absolute;
    top: 9rem;
    left: 0;
    z-index: -1;
}
#mindful .mindful_moments > .con:last-child::after {
    top: 6rem;
}

#mindful > .sec_fix_ttl .sec_ttl {
    /*color: #4E6779*/;
    color: #4E6779;
}

@media only screen and (max-width: 768px) {
#mindful .inner {
    padding-bottom: 6rem;
}

#mindful .mindful_moments {
    margin-top: 0;
    padding-top: 6rem;
    position: relative;
}
#mindful .mindful_moments::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 15rem);
    background-color: #E9EDF0;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
    
#mindful .mindful_moments > .con:nth-child(odd)::after {
    display: none;
}

}


/* #access
----------------------------------------- */
#access {
    background-color: #F0F0E9;
    color: #3C4B40;
}
#access .inner {
    max-width: 120rem;
    padding-top: 20rem;
    padding-bottom: 5rem;
}
#access .inner > .ttl {
    font-size: 5rem;
    line-height: 1;
    text-align: center;
}
#access .inner > .layout {
    display: flex;
    justify-content: space-between;
    margin-top: 12rem;
}
#access .inner > .layout .img_wrap {
    width: calc(610/1200*100%);
    position: relative;
}
#access .inner > .layout .img_wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
#access .inner > .layout .img_wrap.is-fixed {
    position: fixed;
}
#access .inner > .layout > .access_hokuriku {
    width: calc(350/1200*100%);
    display: flex;
    flex-flow: column;
    gap: 8rem 0;
}
#access .inner > .layout > .access_hokuriku .access_con > .ttl {
    font-size: 4rem;
    line-height: 1;
}
#access .inner > .layout > .access_hokuriku .access_con > .txt {
    font-size: 1.9rem;
    line-height: calc(23/19);
    letter-spacing: -0.02em;
    margin-top: 2.5rem;
}
#access .inner > .layout > .access_hokuriku .access_con > .link_list {
    margin-top: 3rem;
    display: flex;
    flex-flow: column;
    gap: 2rem 0;
}
#access .inner > .layout > .access_hokuriku .access_con > .link_list .btn_wrap {
    justify-content: flex-start;
    align-items: flex-start;
}

#access .access_list {
    margin-top: 10rem;
    border-top: 1px solid #3C4B40;
}
#access .access_list > .con {
    width: 100%;
    border-bottom: 1px solid #3C4B40;
    transition: all .6s;
}
#access .access_list > .con > .ttl_wrap {
    width: 100%;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#access .access_list > .con > .ttl_wrap .ttl {
    font-size: 3.5rem;
    line-height: 1;
    text-align: center;
}
#access .access_list > .con > .ttl_wrap::before {
    content: "";
    display: block;
    width: 2.2rem;
    height: 0.1rem;
    background-color: #3C4B40;
    position: absolute;
    top: 50%;
    right: 1.5rem;
}
#access .access_list > .con > .ttl_wrap::after {
    content: "";
    display: block;
    width: 2.2rem;
    height: 0.1rem;
    background-color: #3C4B40;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: rotate(90deg);
}
#access .access_list > .con > .ttl_wrap.open::after {
    display: none;
}

#access .access_list > .con > .con_wrap {
    padding-top: 2rem;
    padding-bottom: 8rem;
    width: 100%;
    
    display: none;
}

#access .access_list > .con > .con_wrap .layout {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}


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

#access .inner {
    max-width: 61rem;
    padding-top: 12rem;
    padding-bottom: 5rem;
}
#access .inner > .ttl {
    font-size: 5rem;
}
#access .inner > .layout {
    flex-flow: column;
    gap: 5rem 0;
    margin-top: 10rem;
}
#access .inner > .layout .img_wrap {
    width: 100%;
}
#access .inner > .layout > .access_hokuriku {
    width: 100%;
    gap: 6rem 0;
}
#access .inner > .layout > .access_hokuriku .access_con > .ttl {
    font-size: 4rem;
}
#access .inner > .layout > .access_hokuriku .access_con > .txt {
    font-size: 3.2rem;
    line-height: calc(40/32);
    margin-top: 2.5rem;
}
#access .inner > .layout > .access_hokuriku .access_con > .link_list {
    margin-top: 3rem;
    gap: 2rem 0;
}
#access .inner > .layout > .access_hokuriku .access_con > .link_list .btn_wrap {
    justify-content: flex-end;
    align-items: flex-start;
}

#access .access_list {
    margin-top: 10rem;
    border-top: 1px solid #3C4B40;
}
#access .access_list > .con {
    width: 100%;
    border-bottom: 1px solid #3C4B40;
    transition: all .6s;
}
#access .access_list > .con > .ttl_wrap {
    width: 100%;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#access .access_list > .con > .ttl_wrap .ttl {
    font-size: 3.5rem;
    text-align: left;
}
    
}


/* #btm_bn
----------------------------------------- */
#btm_bn {
    
    display: none;
}
#btm_bn .inner {
}

#btm_bn .bn {
    width: 100%;
    height: 63.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#btm_bn .bn > h2 {
    display: flex;
    flex-flow: column;
    font-size: 7rem;
    line-height: calc(80 / 70);
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
#btm_bn .bn > .btn_wrap {
    margin-top: 4rem;
}

#btm_bn .bn .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#btm_bn .bn .bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#btm_bn .bn .bg_img .caption {
    position: absolute;
    z-index: 1;
    bottom: 1.5rem;
    left: 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #FFFFFF;
}
#btm_bn .bn:hover .btn_wrap .btn::after {
    transform: translateX(0.5rem);
}

@media only screen and (max-width: 768px) {
#btm_bn .bn {
    width: 100%;
    height: 63.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#btm_bn .bn > h2 {
    font-size: 5rem;
    line-height: calc(60 / 50);
}
#btm_bn .bn > .btn_wrap {
    margin-top: 4rem;
}

#btm_bn .bn .bg_img .caption {
    bottom: 1.5rem;
    left: 2rem;
    font-size: 1.8rem;
}
    
}
