/*Top.css*/

/*----------------
common
------------------*/

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: normal;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    text-transform:none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: normal;
}

div, p, a, ul, li, dt, dd, span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #212121;
    text-transform:none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: normal;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
    }
}

.inner {
    width: 100%;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.inner-narrow {
    width: 100%;
    max-width: 1040px;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto;
}

img {
    display: block;
    max-width: 100%;
}

@media screen and (min-width:768px) {
    #sp_fixed_menu {
        display: none
    }
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 46px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mb0 {
    margin-top: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 46px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.bk_img {
    background-image: url(/img/top/bk_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: -1;
    position: fixed;
}


/*----------------
Title
------------------*/

h2 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding-top: 18px;
    margin-bottom: 35px;
    position: relative;
}

h2:before {
    content: '';
    width: 25px;
    height: 4px;
    background-color: #7C3633;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: -12.5px;
}

h2:after {
    content: '';
    width: 25px;
    height: 4px;
    background-color: #0F0F0F;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: 12.5px;
}

h2 span {
    display: block;
    text-align: center;
    color: #696969;
    font-size: 1.6rem;
    margin-top: 5px;
}


/*----------------------------------
link_bt
------------------------------------*/

.link_bt {
    display: block;
    padding: 18px 35px 18px 20px;
    background-color: #7C3633;
    margin: 40px auto 0;
    width: fit-content;
    min-width: 300px;
    position: relative;
}

.link_bt span {
    color: #fff;
    font-weight: 500;
}

.link_bt:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.link_bt.radius {
    border-radius: 30px;
}

.corner_square .link_bt.radius {
    border-radius: unset;
}


/*----------------------------------
Page_head
------------------------------------*/

/*header action*/
header {
    position: fixed;
    width: 100%;
    transition: 0.5s;
    z-index: 10;
}
  
header.hide {
    transform: translateY(-65px);
}
/*header action*/


header {
    background-color: rgba(255,255,255,0.85);
    height: auto;
    box-shadow: 0px 10px 10px -5px rgba(202,202,202,0.5);
}

.page_head_wrap {
    transition: 0.5s;
    z-index: 1000;
}

.scrol .page_head_wrap {
    top: 0;
}

/*
.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}
*/


.page_head_wrap {
    width: 100%;
    background: transparent;
    display: flex;
    margin: 0 auto;
    min-width: 990px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
}

.h_com {
    display: flex;
    align-items: center;
    width: 30%;
}

.h_com .h_com_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.h_com .h_com_logo img {
    display: block;
    width: 102px;
    margin-right: 15px;
}

.h_com .h_com_name {
    font-size: 1.4rem;
    font-weight: 500;
}


@media screen and (min-width:768px) {
    
    .page_head {
        width: 70%;
        margin: 0 auto;
        position: relative;
        background: transparent;
    }
    ul.page_navi {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        background: transparent;
        z-index: 99;
    }
    ul.page_navi > li > a {
        display: block;
        color: #fff;
        position: relative;
        height: 100%;
        padding-left: 12px;
        padding-right: 12px;
        position: relative;
        position: static;
        text-align: center;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: .3s;
    }
    ul.page_navi > li.h_site > a {
        padding-right: 24px;
        color: #fff;
        height: 38px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 126px;
        padding: 0;
        border-radius: 30px;
        margin-left: 10px;
        background-color: #7C3633;
    }
    ul.page_navi > li > a span {
        font-size: 1.5rem;
        color: #212121;
        font-weight: 500;
        white-space: nowrap;
        line-height: normal;
    }
    ul.page_navi > li.h_site > a:hover {
        opacity: 0.7!important;
    }
    ul.page_navi > li.h_site > a:hover span {
        color: #fff;
    }
    ul.page_navi > li.h_site > a span {
        color: #fff;
        font-size: 1.4rem;
    }
    ul.page_navi > li.menu-dropdown-icon > a span:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #212121;
        border-right: solid 2px #212121;
        transform: rotate(45deg);
        margin-left: 5px;
        margin-top: -3px;
    }
    ul.page_navi > li > a:hover {
        opacity: 1!important;
    }
    ul.page_navi > li > a:hover span {
        opacity: 1!important;
        color: #4C8EE8;
    }
    ul.page_navi > li.menu-dropdown-icon > a:hover span::after {
        border-bottom: solid 2px #4C8EE8;
        border-right: solid 2px #4C8EE8;
    }
    .menu > ul > li {
        position: relative;
    }
    .menu > ul > li > ul {
        box-sizing: border-box;
        width: 100%;
        min-width: 210px;
        background: #fff;
        padding: 10px 30px 10px 20px;
        border-radius: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        position: absolute;
    }
    .menu > ul > li > ul > li > a {
        height: auto;
        font-size: 1.4rem;
        color: #212121;
        font-weight: 500;
        padding: 7px 0 7px;
        text-align: left;
        position: relative;
        padding-left: 18px;
        text-indent: -18px;
    }
    .menu > ul > li > ul > li > a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 9px;
        height: 9px;
        background-image: url(/img/page/menu_ic.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 7px;
        margin-top: -2px;
    }
    .menu > ul > li > ul > li > a.anchor:before {
        background-image: url(/img/page/menu_ic_anchor.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .menu ul li a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
    }

}


/*----------------
main slider
------------------*/

.top_main {
    position: relative;
}

.top_main:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(33,33,33,0.2);
    position: absolute;
    top: 0;
    left: 0;
}


.main_slider {
    margin: 0 auto;
    width: 100vw;
}

.main_slider .slider_item {
    width: 100vw;
    overflow: hidden;
}

.main_slider .slider_item a:hover {
    opacity: 1;
}

.main_slider .slider_item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.main_slider .slick-dots {
    height: 50px;
    bottom: -50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_slider .slick-dots li {
    margin: 0 2px;
}

.main_slider .slick-dots li.slick-active button:before {
    color: #7C3633;
    font-size: 12px;
}

.main_slider.slick-slider {
    margin-bottom: 50px;
}

.main_title {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    z-index: 2;
}

.main_title h1 {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 600;
}

.scroll_icon {
    width: 64px;
    height: 64px;
    background-color: #212121;
    border-radius: 50%;
    position: absolute;
    bottom: -32px;
    right: 15%;
}

.scroll_icon > div {
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.scroll_icon > div img {
    display: block;
    width: 100%;
}

/*----------------------------------
sec01
------------------------------------*/

section {
    background: #fff;
}

.sec01_wrap {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    padding-top: 70px;
    background: transparent;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 200vw;
    border-bottom-width: 100vh;
    border-left-width: 0;
    border-color: rgba(33,33,33,0.2) rgba(33,33,33,0.2) #fff rgba(33,33,33,0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.m_box {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 80px 0 85px 0;
}

.corner_square .m_box {
    border-radius: 10px;
}

/*
.m_box p {
    line-height: 2;
}
*/

/*----------------------------------
sec02
------------------------------------*/

.sec02_wrap {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #fff;
}

.sec02_wrap .image {
    margin: 60px auto 60px;
}

.sec02_wrap .image img {
    display: block;
    width: 100%;
}

.corner_square .sec02_wrap .image img {
    border-radius: 20px;
}

.text_area {
    width: 660px;
    margin: 0 auto;
}

.text_area p {
    line-height: 2;
}

/*----------------------------------
sec03
------------------------------------*/

.sec03_wrap {
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #F8F8F8;
}

.sec03_wrap .link_bt {
    margin-top: 60px;
}

.blank_area {
    width: 100%;
    height: 350px;
    background: rgba(33,33,33,0.2);
}

/*----------------------------------
sec04
------------------------------------*/

.sec04_wrap {
    padding-top: 90px;
    padding-bottom: 75px;
    background-color: #fff;
}

.rec_info {
    
}

.rec_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.rec_info ul::after{
    content:"";
    display: block;
    width: 32%;
}

.rec_info ul li {
    width: 32%;
    margin-bottom: 20px;
}


.rec_info .rec_img {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.rec_info .rec_img::before {
    content: "";
    display: block;
    padding-top: 66.66%; /* 比率を指定 */
}

.rec_info .rec_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corner_square .rec_info .rec_img img {
    border-radius: 10px;
}

.rec_info .rec_type {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background-color: #7C3633;
    padding: 2px 12px 3px;
    border-radius: 3px;
}

.rec_info .rec_occ {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 8px;
}

.rec_info .rec_text {
    font-size: 1.4rem;
}

.rec_info .rec_cont_01 {
    margin-bottom: 10px;
}

.rec_info .rec_cont_02 {
    margin-bottom: 15px;
}

.rec_info .rec_dtl {
    display: block;
    width: 102px;
    height: 30px;
    text-align: center;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7C3633;
    border: 1px solid #7C3633;
    margin-left: auto;
}

/*----------------------------------
sec05
------------------------------------*/

.sec05_wrap {
    background-color: #fff;
}

.sec05_back {
    background-color: rgba(106,106,54,0.6);
    padding-top: 60px;
    padding-bottom: 60px;
}

.new_info_box {
    padding: 50px 40px 40px 40px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 200px;
}

.corner_square .new_info_box {
    border-radius: 10px;
}

.new_info_box .new_info_title {
    width: 208px;
}

.new_info_box .new_info {
    width: calc(100% - 210px);
}

.new_info_box .new_info_title h2 {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.new_info_box .new_info_title h2:before,
.new_info_box .new_info_title h2:after {
    content: none;
}


.new_info_box a.to_list_bt {
    font-size: 1.4rem;
    text-align: center;
    width: 150px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #7C3633;
    position: absolute;
    top: 115px;
    left: 40px;
}

.new_info_box a.to_list_bt.radius {
    border-radius: 30px;
}

.corner_square .new_info_box a.to_list_bt.radius {
    border-radius: unset;
}

.new_info_box .new_info dl {
    display: flex;
    flex-wrap: wrap;
}

.new_info_box .new_info dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 12px;
}

.new_info_box .new_info dl dd {
    width: calc(100% - 200px);
    margin-bottom: 20px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 12px;
}

.new_info_box .new_info dl dt .new_info_date {
    color: #6E6E6E;
    font-size: 1.4rem;
    display: block;
    margin-right: 10px;
}

.new_info_box .new_info dl dt .new_info_cate {
    display: block;
    min-width: 100px;
    text-align: center;
    font-size: 1.2rem;
    color: #7C3633;
    border: 1px solid #7C3633;
    padding: 2px 5px;
    border-radius: 20px;
    margin-right: 15px;
}

.new_info_box .new_info dl dd a {
    font-size: 1.4rem;
}

/*----------------------------------
Footer
------------------------------------*/

footer {
    padding-top: 40px;
    padding-bottom: 25px;
    background-color: #0F0F0F;
}


footer p,
footer div,
footer a,
fotter span {
    color: #fff;
}

.ft_menu {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 50px;
}

.ft_menu > ul {
    margin-right: 60px;
}

.ft_menu > ul > li {
    margin-bottom: 25px;
}

.ft_menu > ul > li > a {
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 5px;
}

.ft_menu > ul > li > a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    margin-right: 10px;
    margin-top: -3px;
}

.ft_menu > ul > li > ul li {
    margin-bottom: 5px;
}

.ft_menu > ul > li > ul li a {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 1em;
}

.ft_menu > ul > li > ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border: 0;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
/*    transform: rotate(-45deg);*/
    margin-right: 10px;
    margin-top: -3px;
}


.ft_com {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.ft_com_logo {
    margin-right: 20px;
}

.ft_com_logo img {
    display: block;
    width: 150px;
}

.copy_right p {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

.ft_com_name {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.ft_com_add {
    font-size: 1.4rem;
}

/* -----------------------------------
   PageTop
-------------------------------------- */

#pageTop {
    position: fixed;
    bottom: 10%;
    right: 10%;
    z-index: 99;
}

#pageTop a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    text-align: center;
    padding-top: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#pageTop a span {
    font-size: 1.4rem;
    font-weight: 600;
}

#pageTop a:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
    margin-left: -8px;
    margin-top: -14px;
}

/* -----------------------------------
   Movie
-------------------------------------- */

.video_bg{
    position: relative;
    width: 100%;
    height: 700px;
}
.video_area{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.video_area video{
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

/* -----------------------------------
   Loading
-------------------------------------- */

.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 1;
    visibility: visible;
}

.loading.is-active {
    opacity: 0;
    visibility: hidden;
}

.loading-animation {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}

.loading-animation img {
    max-width: 300px;
}