@charset "utf-8";

h2{
    font-family: 'MS Mincho';
}

ul {
   list-style: none;
   margin: 0;
}

a{
    text-decoration: none;
    color: #666;
}

figure {
    margin: 0;
}

img {
    height: auto;
    width: 100%;
}

tr {
    border: solid 1px #666;
}

td {
    border: solid 1px #666;
    padding: 0.5rem;
    font-size: 0.8rem;
}

div:after, ul:after, ol:after, dl:after {
    content: "";
    clear: both;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
    content: "";
    display: block;
}

.sp{
    display: none;
}

.pc{
    display: block;
}

/* --------------------sec1ここから-------------------- */
.sec_1_top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 100vh;
}

.sec_1_top_txt {
    width: 36.6%;
    margin-right: 2.04%;
}

.sec_1_top_txt p {
    line-height: 2.25;
}

.sec_1_top_txt_cp {
    margin-bottom: 30px;
    line-height: 1.75;
}

.sec_1_top_txt_cp span {
    background: #fff;
    font-size: 1.98vw;
    letter-spacing: 0em;
}

@media screen and (min-width: 1568px){
.sec_1_top_txt_cp span, .top_about_cp {
    font-size: 2.3rem;
}
}

.sec_1_top_slide {
    width: 58.24%!important;
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

/* オーバーレイの表示 */
.sec_1_top_message{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.sec_1_top_message_bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.sec_1_top_message_content{
    background: #fff;
    left: 50%;
    padding: 5rem 3rem 3rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 42%;
    font-size: 0.8rem;
    line-height: 2.1;
    height: 820px;
    overflow: scroll;
}

.close{
    margin: 5rem 0 0;
    text-align: center;
    color: #000;
}

.js-modal-close{
    text-decoration: none;
    text-align: center;
}

/* view_moreの設定 */
.view_more {
    font-size: 1.1em;
}

.view_more a {
    color: #000;
}

.view_more :hover {
    color: #fff;
}


.view_more a span {
    text-decoration: underline;
}

/* --------------------sec1ここまで-------------------- */


/* --------------------sec2ここから-------------------- */

.zoomIn img{
    transform: scale(1);
    transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img{/*hoverした時の変化*/
    transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/

.mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
    opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sec_2_top {
    background: #fff;
    padding: 5rem 5rem;
}

.sec_2_top_left_box {
    float: left;
    width: 466px;
}

.sec_2_top_left_box_wrapper p {
    font-size: 0.9rem;
    line-height: 2.1;
}

.sec_2_top_title_wrapper {
    width: 100%;
    text-align: center;
}

.sec_2_top_title {
    position: relative;
    display: inline-block;
    margin: 1rem 0 3rem;
    color: #666;
    font-size: 1.8rem;
    padding: 0;
}

.sec_2_top_title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 180px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666;
    border-radius: 2px;
}

.sec_2_top_column_button {
    margin: 5rem 0 0;
}

.sec_2_top_right_box{
    padding: 0 2rem;
}

.sec_2_top_right_box_text {
    margin: 1rem 0 3rem 0;
    line-height: 2;
}

.sec_2_top_right_box_text span {
    background: #fff;
    font-size: 1.5rem;
    letter-spacing: 0em;
    font-weight: bold;
    color: #5f5f5f;
}

.sec_2_top_village_list {
    float: right;
    width: calc(100% - 466px);
}

.sec_2_top_village_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sec_2_top_village_list li {
    width: 33.3333333%;
    padding: 0.1rem;
}

.sec_2_top_village_list li a {
    display: block;
    color: #fff;
    position: relative;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.sec_2_top_village_list li img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    object-fit: cover;
    vertical-align: text-bottom;
    display: inline-block;
}

.sec_2_top_village_list li p {
    font-size: 20px;
    font-size: 1.1rem;
    padding: 0.6rem 0 0.6rem 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    background: rgb(0 0 0 / 25%);
}

/* --------------------sec2ここまで-------------------- */


/* --------------------sec3ここから-------------------- */

.sec_3_top_column_button {
    margin: 5rem 0 3rem;
}

.sec_3_top {
    width: 100%;
    margin: 0 auto 0;
    background: #e6e6e6;
    padding: 3rem 0;
}

.sec_3_top_column_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 3rem auto;
    padding-left: 6rem;
    padding-right: 6rem;
    max-width: 1600px;
    min-width: 1100px;
    justify-content: space-between;
}

.sec_3_top_column_inner{
    margin: 0 1rem 0 0;
    width: calc(30% - 20px);
}

.sec_3_top_column_img{
    margin: 0px;
}

.sec_3_top_column_img img {
    width: 100%;
    height: auto;
    vertical-align: text-bottom;
    display: inline-block;
    object-fit: cover;
}

.sec_3_top_column_entry {
    background: #fff;
    padding: 0px 20px 20px 30px;
    min-height: 43%;
}

.sec_3_top_column_entry a{
    text-decoration: none;
    color: #9c9c9c;
}

.sec_3_top_column_date {
    font-size: 0.7rem;
    color: #9c9c9c;
    margin: 0 1rem 0 0;
}

.sec_3_top_column_entry_last{

}

.sec_3_top_column_title{
    margin: 0px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #9c9c9c;
}

.sec_3_top_column_title a{
    color: #545454;
}

.pickup_cate{
    margin: 0;
    font-size: 0.7rem;
    border: 1px solid #b9bab9;
    background: #ffffff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    pointer-events: all;
    cursor: pointer;
    padding: 4px 8px;
    font-weight: bold;
    display: table-cell;
}

.sec_3_top_column_summary{
    font-size: 0.7rem;
    line-height: 2.1;
    width: 90%;
}

.sec_3_top_title_wrapper {
    width: 100%;
    text-align: center;
}

.sec_3_top_title{
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #666;
    font-size: 1.8rem;
}

.sec_3_top_title:before{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 120px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666;
    border-radius: 2px;
}
/* --------------------sec3ここまで-------------------- */



/* --------------------sec4ここまで-------------------- */

.sec_4_top {
    margin: 0 0 5rem;
}

.sec_4_top_title_wrapper {
    width: 100%;
    text-align: center;
    margin: 3rem 0;
}

.sec_4_top_title {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #666;
    font-size: 1.8rem;
}

.sec_4_top_title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 90px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666;
    border-radius: 2px;
}

.sec_4_top_youtube_movie_img {
    position: relative;
    width: 100%;
    margin: auto;
}

.sec_4_top_youtube_movie_img:before {
    content: '';
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: url(../images/top/icon_play.png) center no-repeat;
    background-size: contain;
}

.sec_4_top_youtube_movie_img:after {
    content: 'Watch the video';
    letter-spacing: .06em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 4;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(242,240,239,0.85);
    border: rgba(0,0,0,0.85) solid 1px;
    color: #5d5d5d;
}

.sec_4_top_youtube_movie_img:hover:after {
    opacity: 1;
}

.sec_4_top_youtube_movie_img:before, .sec_4_top_youtube_movie_img:after {
    position: absolute;
}

.sec_4_top_youtube_txtbox {
    margin: 3rem 0;
    font-size: 0.9rem;
    line-height: 2;
}

.sec_4_youtube {
    border: solid 1px #666;
    padding: 13px 32px 15px;
    margin: auto;
    font-size: 0.9rem;
    width: 210px;
    text-align: center;
}

.sec_4_youtube:hover {
    color: #fff;
    background: #dedede;
    border: solid 1px #fff;
}

.sec_4_top_youtube_button {
    margin: 5rem 0 0;
}

.slick-next {
    right: 35px;
}

/* --------------------sec4ここから-------------------- */




/* --------------------sec5ここから-------------------- */

.sec_5_top {
    margin: 8rem 0 6rem;
}

.sec_5_top_main {
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 40px 0 80px 50px;
}

.sec_5_top_title {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #666;
    font-size: 1.8rem;
}

.sec_5_top_title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666;
    border-radius: 2px;
}

.sec_5_top_blog {
    list-style: none;
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 1rem;
}

.sec_5_top_blog li {
    border-bottom: dotted 1px #666;
    margin: 0;
}

.sec_5_top_blog_title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 0.9rem;
}

.sec_5_top_blog_date {
    margin-right: 16px;
}

#sec_5_top_blog_cate {
    margin-right: 16px;
}

.sec_5_top_btn {
    color: #666;
    margin: auto;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
}

.sec_5_top_btn a{
    color: #666;
    text-decoration: none;
}

/* --------------------sec5ここまで-------------------- */



/* --------------------sec6ここから-------------------- */

.sec_6_top {
    margin: 0;
}

.sec_6_top_main {
    width: 100%;
    margin: 0 0 0 auto;
    background: #e6e6e6;
    padding: 40px 0 80px;
}

.sec_6_top_txtbox_wrapper{
    width: 80%;
    margin: 0 0 0 auto;
}

.sec_6_top_txtbox_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.sec_6_top_txt {
    margin: 2rem 0 3rem;
    font-size: 0.8rem;
}

.sec_6_instagrum {
    border: solid 1px #666;
    padding: 8px 21px 10px;
    margin: 2rem 0 0 80px;
    font-size: 0.8rem;
}

.sec_6_top_sns_button_wrapper{
    display: flex;
    flex-direction: row;
}

.sec_6_top_sns_button {
    margin: 0 2rem 3rem 0;
}


/* スライダー部分 */
.xslider_wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.xslider1 , .xslider2 {
    display: inline-flex;
    flex: none;
    animation: xslider 30s 2s linear infinite;
}

.xslider_wrap:hover div {
    animation-play-state: paused!important;
}

.xslider1 div , .xslider2 div {
    flex: none;
    padding: 10px;
}

.xslider1 div:hover , .xslider2 div:hover {
    transform: translateY(-5px);
}

.xslider1 div img, .xslider2 div img{
    width: 20vw;
}

@keyframes xslider {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-100%);
    }
}

/* --------------------sec6ここまで-------------------- */





/* -------------------------レスポンシブ設定ここから------------------------- */



/* --------------------sec1ここから-------------------- */
@media screen and (max-width: 1024px){

.sec_1_top {
    display: block;
    margin: 4rem 0 3rem;
    height: auto;
}

.sec_1_top_txt {
    width: auto;
    margin: 0 9.333vw 3rem;
}

.sec_1_top_txt p {
    line-height: 2.25;
    font-size: 0.9rem;
}

.sec_1_top_txt_cp {
    margin-bottom: 30px;
    line-height: 1.75;
}

.sec_1_top_txt_cp span {
    background: #fff;
    font-size: 1.5rem;
    letter-spacing: 0em;
}

.sec_1_top_slide {
    width: 93.44%!important;
}

.sec_1_top_message_content {
    padding: 1.6rem;
    width: 90%;
    overflow: scroll;
    height: 75%;
}

}
/* --------------------sec1ここまで-------------------- */


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

/* --------------------sec2ここから-------------------- */

.sec_2_top {
    margin: 3rem 0 0;
    background: #fff;
    padding: 0 0 3rem;
}

.sec_2_top_left_box {
    float: none;
    width: auto;
}

.sec_2_top_title {
    margin: 3rem 0 3rem;
}

.sec_2_top_column_button {
    margin: 3rem 0;
}

.sec_2_top_right_box {
    padding: 0 2rem;
}

.sec_2_top_village_list {
    float: none;
    width: auto;
}

.sec_2_top_village_list ul {
    padding: 0;
}

.sec_2_top_village_list li {
    width: 50%;
}

.sec_2_top_village_list li img {
    height: auto;
}

.sec_2_top_village_list li p {
    padding: 0.6rem 0 0.6rem 0.5rem;
}

/* --------------------sec2ここまで-------------------- */



/* --------------------sec3ここから-------------------- */
.sec_3_top {
    margin: 0 auto 4rem;
}

.sec_3_top_column_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 85%;
    margin: 1rem auto;
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
}

.sec_3_top_column_inner {
    width: 100%;
    margin: 20px 0;
}

.sec_3_top_column_img img {
    height: auto;
}

.sec_3_top_column_summary {
    width: 100%;
}

.sec_3_top_column_entry {
    padding: 20px 13px 20px 13px;
}

.sec_3_top_column_button {
    margin: 3rem 0 2rem;
}

/* --------------------sec3ここまで-------------------- */



/* --------------------sec5ここから-------------------- */
.sec_5_top {
    margin: 0 0 5rem;
}

.sec_5_top_main {
    width: 100%;
    background: #fff;
    padding: 2rem;
}

.sec_5_top_title_wrapper {
    text-align: center;
}

.sec_5_top_blog_title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2.3;
    font-size: 0.9rem;
}

.sec_5_top_blog {
    list-style: none;
    margin: 1.6rem auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
}

.sec_5_top_btn {
    padding: 1rem 0;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}
/* --------------------sec5ここまで-------------------- */



/* --------------------sec6ここから-------------------- */
.sec_6_top_txtbox_wrapper {
    margin: 0 auto 1rem;
    width: 85%;
}

.sec_6_top_title {
    line-height: 1.3;
}

.sec_6_top_txtbox_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec_6_instagrum {
    border: solid 1px #666;
    padding: 8px 21px 10px;
    margin: 1rem auto 2rem;
    font-size: 0.9rem;
}

.sec_6_top_txt {
    margin: 2rem 0 3rem;
}

.sec_6_top_sns_button_wrapper {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.sec_6_top_sns_button {
    margin: 0rem 0 2rem 0;
}

/* スライダーの設定 */
.xslider1 div img, .xslider2 div img {
    width: 65vw;
}
/* --------------------sec6ここまで-------------------- */


}