@charset "utf-8";
.menu_item.top{
    background: #b7c9cb;
}
.mv_box{
    height: 100svh;
    width: 100%;
    background: url(../img/top/mv_pc.jpg);
    background-size: cover;
    background-position: left 20% bottom;
    background-repeat: no-repeat;
}
.mv_ttl{
    position: absolute;
    top: 27%;
    width: 80%;
    max-width: 850px;
    left: 50%;
    transform: translateX(-50%);
}


.bg_leaf{
    background: url(../img/top/bg_leaf.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
}

.belt_box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 0;
}
.belt_item{
    padding: 0 30px;
    position: relative;
}
.belt_item:not(:last-child)::after{
    content: "";
    height: 6vw;
    max-height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: #898989;
    display: block;
    /* border-right: solid 1px #898989; */
}


.top_intro01{
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    /* margin: 40px auto 80px; */
}

.info_box{
    margin: 0 auto 60px;
}
.info_ttl{
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
}
.info_dtl{
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 30px 0;
}
.info_dtl p{
    text-align: center;
    color: #00525c;
    font-size: 32px;
}
.info_cap{
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    margin-top: 1em;
    margin-bottom: 2em;
}

.bg_green{
    background: #005660;
}
.bg_white{
    background: url(../img/top/bg_white.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.top_concept{
    padding: 20px 0 80px;
}
.top_concept_bg{
    display: flex;
    padding: 180px 0;
    position: relative;
}
.top_concept_logo{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.top_concept_logo > div{
    max-width: 600px;
    width: 80%;
}
.top_concept_text{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.top_concept_text > div{
    display: flex;
    flex-direction: column;
}
.top_concept_ttl{
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 1.2em;
    display: inline-block;
    text-align: left;
}
.top_concept_lead{
    font-size: 16px;
    line-height: 2.8;
    display: inline-block;
    text-align: left;
}
.top_concept_bg01{
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../img/top/top_concept_bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.25;
    pointer-events: none;
}
.top_concept_bg02{
    width: 25%;
    height: 100%;
    position: absolute;
    left: 25%;
    top: 0;
    z-index: 1;
    background: url(../img/top/top_concept_bg02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.25;
    pointer-events: none;
}
.top_concept_bg03{
    width: 25%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    background: url(../img/top/top_concept_bg03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.25;
    pointer-events: none;
}
.top_concept_bg04{
    width: 25%;
    height: 100%;
    position: absolute;
    left: 75%;
    top: 0;
    z-index: 1;
    background: url(../img/top/top_concept_bg04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.25;
    pointer-events: none;
}







.top_contents_box{
    padding: 80px 0;
}

.contents_img_box{
    width: 60%;
    position: relative;
    z-index: 2;
}

.bg_green .contents_img_box{
    clip-path: polygon(100% 0%, 100% 20%, 89% 20%, 89% 100%, 0% 100%, 0% 0%);
    /* margin-right: auto; */
}
.bg_green .contents_img_box .img_cap{
    right: 11%;
}

.bg_white .contents_img_box{
    clip-path: polygon(0% 0%, 0% 20%, 11% 20%, 11% 100%, 100% 100%, 100% 0%);
    /* margin-left: auto; */
}

.contents_flex{
    position: relative;
    display: flex;
}
.bg_white .contents_flex{
    justify-content: right;
}
.contents_text{
    transition-duration: 0.5s;
    opacity: 0;
    transform: translateY(-10px);
    transition-delay: 1.8s;
    transition-timing-function: ease-in-out;
    display: flex;
    flex-direction: column;
}
.is-show .contents_text{
    opacity: 1;
    transform: translateY(0);
}
.bg_green .contents_text{
    margin: 11% 0 0 4%;
    padding-right: 20px;
}
.bg_white .contents_text{
    margin: 11% 4% 0 0;
    padding-left: 20px;
}


.contents_ttl_en{
    color: #c0a788;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.bg_green .contents_ttl_en::before{
    content: "";
    width: 0;
    height: 1px;
    background: #c0a788;
    display: block;
    position: absolute;
    top: 50%;
    left: -70%;
    transition-duration: 1s;
    transition-delay: 2.3s;
    transition-timing-function: ease-in-out;
}
.bg_green.is-show .contents_ttl_en::before{
    width: 60%;
    /* left: 0; */
    /* transform-origin: right center; */
    /* margin: 0 calc(50% - 50vw); */
}

.bg_white .contents_ttl_en::before{
    content: "";
    width: 0;
    height: 1px;
    background: #c0a788;
    display: block;
    position: absolute;
    top: 50%;
    right: -70%;
    transition-duration: 1s;
    transition-delay: 2.3s;
    transition-timing-function: ease-in-out;
}
.bg_white.is-show .contents_ttl_en::before{
    width: 60%;
}

.contents_ttl_ja{
    font-size: 30px;
    line-height: 1.5;
    padding: 1em 0 1.5em;
    letter-spacing: 0.15em;
    display: inline-block;
    white-space: nowrap;
}
.contents_lead{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 7em;
    display: inline-block;
    white-space: nowrap;
}
.bg_green .contents_ttl_ja, .bg_green .contents_lead{
    color: #fff;
}
.bg_white .contents_ttl_ja, .bg_white .contents_lead{
    color: #000;
}

.viewmore p{
    color: #c0a788;
    white-space: nowrap;
}
.viewmore{
    cursor: pointer;
    display: inline-block;
}
.viewmore::after{
    content: '';
    width: 200px;
    height: 10px;
    border-bottom: solid 1px #c0a788;
    border-right: solid 1px #c0a788;
    transform: skew(45deg);
    display: block;
    position: relative;
    left: -4px;
    transition: 0.3s;
}
.viewmore:hover::after{
    width: 250px;
}


.contents_img{
    position: relative;
    overflow: hidden;
}


/* 20250922 */
.intro_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro_detail {
    font-size: 14px;
    margin-left: 1em;
    position: relative;
    padding: 0.5rem 0.5rem;
    color: black;
    font-weight: bold;
    text-align: center;
}
.intro_detail::before,
.intro_detail::after {
    position: absolute;
    top: 8px;
    width: 5px;
    height: 70%;
    content: '';
    border-top: solid 1px;
    border-bottom: solid 1px;
}
.intro_detail::before {
    border-left: solid 1px;
    left: 0;
}
.intro_detail::after {
    border-right: solid 1px;
    right: 0;
}
.intro_txtbox {
    margin: 40px auto 80px;
}




/* animation */
.img_cover_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 2;
    pointer-events: none;
}
.img_cover_box span{
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
    transition-timing-function: ease-in;
}
.bg_green .img_cover_box span{
    background: #005660;
}
.bg_white .img_cover_box span{
    background: #fff;
}
.bg_green.is-show .img_cover_box span{
    transform: translateX(100%);
}
.bg_white.is-show .img_cover_box span{
    transform: translateX(-100%);
}
.img_cover_box span:nth-child(1n){
    transition-delay: 0.1s;
}
.img_cover_box span:nth-child(2n){
    transition-delay: 0.2s;
}
.img_cover_box span:nth-child(3n){
    transition-delay: 0.3s;
}
.img_cover_box span:nth-child(4n){
    transition-delay: 0.4s;
}
.img_cover_box span:nth-child(5n){
    transition-delay: 0.5s;
}
.img_cover_box span:nth-child(6n){
    transition-delay: 0.6s;
}
.img_cover_box span:nth-child(7n){
    transition-delay: 0.7s;
}
.img_cover_box span:nth-child(8n){
    transition-delay: 0.8s;
}
.img_cover_box span:nth-child(9n){
    transition-delay: 0.9s;
}
.img_cover_box span:nth-child(10n){
    transition-delay: 1s;
}
/*  */


@media screen and (max-width: 1500px) {
.top_concept_lead {
    font-size: 14px;
}
.top_concept_ttl {
    font-size: 42px;
}
.contents_ttl_en {
    font-size: 42px;
}
.contents_ttl_ja {
    font-size: 24px;
    padding: 1em 0 1em;
}
.contents_lead {
    margin-bottom: 5em;
}
.bg_green .contents_text {
    margin: 11% 0 0 2%;
}
.bg_white .contents_text {
    margin: 11% 2% 0 0;
}
}

@media screen and (max-width: 1300px) {
.top_concept_logo {
    width: 46%;
}
.top_concept_text{
    width: 54%;
}
.contents_img_box {
    width: 55%;
}
.top_concept_ttl {
    font-size: 34px;
}
.top_intro01 {
    font-size: 28px;
}
.info_dtl p {
    font-size: 28px;
}
.entry_bnr {
    max-width: 450px;
}
.contents_ttl_en {
    font-size: 36px;
}
.contents_ttl_ja {
    font-size: 22px;
}
.bg_white .contents_ttl_en::before {
    right: -50%;
}
.mv_ttl {
    max-width: 650px;
}
}

@media screen and (max-width: 1000px) {
.top_concept_bg{
    flex-wrap: wrap;
}
.top_concept_text {
    width: 100%;
    text-align: center;
}

.top_concept_logo{
    width: 100%;
}
.top_concept_logo > div {
    max-width: 500px;
}
.top_concept_ttl{
    margin: 60px auto;
}
.top_concept_bg {
    padding: 100px 0;
}

.top_concept_bg01{
    width: 50%;
    height: 50%;
    left: 0;
    top: 0;
    background: url(../img/top/top_concept_bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_concept_bg02{
    width: 50%;
    height: 50%;
    left: 50%;
    top: 50%;
    background: url(../img/top/top_concept_bg02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_concept_bg03{
    width: 50%;
    height: 50%;
    left: 0%;
    top: 50%;
    background: url(../img/top/top_concept_bg03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_concept_bg04{
    width: 50%;
    height: 50%;
    left: 50%;
    top: 0;
    background: url(../img/top/top_concept_bg04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.contents_flex{
    flex-wrap: wrap;
    padding: 0 20px;
    max-width: 700px;
    margin: 0 auto;
}
.contents_img_box{
    width: 100%;
    order: 1;
    margin: 0 auto 30px;
}
.contents_text{
    width: 100%;
    order: 2;
    max-width: 300px;
}
.bg_green .contents_img_box{
    clip-path: unset;
}
.bg_white .contents_img_box{
    clip-path: unset;
    /* margin: 0 auto 30px; */
}
.bg_green .contents_text{
    margin: 0 auto;
    padding: 0;
}
.bg_white .contents_text{
    margin: 0 auto;
    padding: 0;
}
.contents_lead {
    font-size: 10px;
}
.contents_ttl_en {
    font-size: 32px;
}
.bg_green.is-show .contents_ttl_en::before {
    width: calc((100vw - 320px) / 2);
}
.bg_green .contents_ttl_en::before {
    margin: 0 calc(50% - 50vw);
    left: unset;
}
.bg_white.is-show .contents_ttl_en::before {
    width: calc((100vw - 320px) / 2);
}
.bg_white .contents_ttl_en::before {
    margin: 0 calc(50% - 50vw);
    right: unset;
    left: unset;
}

.top_concept_en{
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}
}
@media screen and (max-width: 850px) {
.mv_box{
    height: calc(100svh - 50px);
}
}

@media screen and (max-width: 768px) {
.belt_box{
    flex-wrap: wrap;
    padding: 0 20px;
    max-width: 450px;
    margin: 60px auto 0;
}
.belt_item{
    width: 100%;
    padding: 0;
    text-align: center;
}
.belt01 img{
    width: 90%;
}
.belt02 img{
    width: 60%;
}
.belt04 img{
    width: 80%;
}
.belt_item:not(:last-child){
    border-right: none;
    border-bottom: solid 1px #898989;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.belt_item:not(:last-child)::after{
    content: none;
}

.top_intro01 {
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    /* margin: 80px auto 60px; */
}
.sp_entry a{
    display: flex;
    padding: 10px 20px;
    background: #923b3d;
}
.sp_entry a img{
    max-width: 380px;
    width: 80%;
    margin: 0 auto;
}

/* 20250922 */
.intro_txtbox {
    margin: 80px auto 60px;
}
}

@media screen and (max-width: 650px) {
.top_concept_logo > div {
    width: 90%;
}
.top_concept_ttl {
    font-size: 24px;
}
.top_intro01 {
    font-size: 20px;
    letter-spacing: -0.02em;
}
.info_ttl {
    font-size: 18px;
}
.info_dtl p {
    font-size: 24px;
}
.bg_leaf {
    padding-bottom: 80px;
}
.belt_box {
    margin: 40px auto 0;
}
.top_concept_bg {
    padding: 80px 0 40px;
}
.top_concept {
    padding: 20px 0 0px;
}
.mv_box{
    background: url(../img/top/mv_sp.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg_green .contents_img_box .img_cap{
    right: 0.5em;
}
.contents_ttl_en {
    font-size: 26px;
}
.contents_ttl_ja {
    font-size: 16px;
}
.contents_lead {
    font-size: 8px;
}
.viewmore::after {
    width: 160px;
}
.viewmore p {
    font-size: 12px;
}
.contents_text {
    max-width: 220px;
}
.bg_green.is-show .contents_ttl_en::before {
    width: calc((100vw - 240px) / 2);
}
.bg_white.is-show .contents_ttl_en::before {
    width: calc((100vw - 240px) / 2);
}
.top_contents_box {
    padding: 60px 0;
}

/* 20250922 */
.intro_detail {
    font-size: 12px;
    margin-left: 0.5em;
    letter-spacing: -0.02em;
}
.intro_detail::before, .intro_detail::after {
    height: 65%;
}
}



/* mv video */

.movie__btn {
    position: absolute;
    top: 7px;
    right: 110px;
    z-index: 1;
}

.movie__btn button {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 2em;
    justify-content: center;
    padding: 0 1em;
    border-radius: 50px;
    box-shadow: initial;
    appearance: none;
    border: 1px solid #333;
    background: #fff;
    cursor: pointer;
}

.mv_img {
	position: absolute;
	width: 100%;
	pointer-events: none;
}

.mv_wrap{
	position: absolute;
	top:0;
	width: 100%;
	opacity: 0;
}

.emp_img{
	width: 100%;
}
.video{
	transition-duration: 1s;
}

video {
	position: absolute;
	width: 100%;
	pointer-events: none;
}

.inner_mv img {
	pointer-events: none;
}

.btn_skip {
	z-index: 101;
}

.skip {
	position: absolute;
	right: 0;
	font-size: 13px;
	top: 60px;
	color: #fff !important;
	background-color: #005660;
	/* padding: 5px 30px; */
	width: 100px;
	height: 35px;
	cursor: pointer;
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video {
	position: relative;
    width: 100%;
}

.video.end {
	position: absolute;
}
.mv_wrap.end {
	position: relative;
	transition-duration: 2s;
}

.video video {
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

#video01 video,.mv_box{
    transform: translateZ(0);
    backface-visibility: hidden;
}

#video01, .video, .mv_wrap {
	/* transition-duration: 1s; */
}

.mv_sp {
	object-fit: cover;
	object-position: bottom;
	height: calc((var(--vh, 1vh) * 100) - 65px);
}

.mv_sp_txt{
	z-index: 1;
	object-position: top;
}

.img_cap.img_cap_left {
	right: unset;
	left: 0.5em;
} 

@media (max-width: 960px) {
	
}

@media (max-width: 768px) {
	.skip {
	/* top: 62%; */
	font-size: 10px;
	}
}

@media (max-width: 650px) {

    .movie__btn{
        top: 2px;
        right: 70px;
    }
    .movie__btn button{
        font-size: 10px;
    }

	.skip {
	/* right: 3%;
	top: 65%; */
	width: 65px;
	height: 25px;
    top: 0;
	letter-spacing: 1px;
	}
}



/* ==========================
   whatsnew
========================= */

.whatsnew{
    padding: 40px 0 0px;
    margin: 60px auto;
    text-align: center;
    color: #000;
}

.whatsnew_ttl {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

/* --------------------------
   PC：NEW → 日付 → 本文（左揃え）
-------------------------- */
.whatsnew li{
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.6em;
    color: #000;
    flex-wrap: nowrap;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

/* NEWのスペースだけ常に確保（52px） */
.whatsnew li::before{
    content: "";             /* NEWが無い時は空 */
    display: inline-block;
    width: 52px;             /* ← NEWありなしに関係なく固定 */
}

/* NEWあり行のみ表示（自動生成） */
.whatsnew li.new::before{
    content: "NEW";
    background: #b60005;
    color: #fff;
    font-size: 12px;
    padding: 0.05em 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

/* 日付（折り返し防止） */
.whatsnew li .date{
    white-space: nowrap;
}

.whatsnew li:not(:last-child){
    margin-bottom: 1.0em;
}

.whatsnew li a {
    color: #000; /* 初期は白 */
    text-decoration: none;
    transition: 0.3s;
}

.whatsnew li a:hover {
    color: #bbbbbb; /* 明るいグレー */
}


/* ==========================
   SP 650px 以下
========================= */
@media screen and (max-width: 650px) {

    .whatsnew{
        margin: 5px auto;
    }

    .whatsnew_ttl {
        font-size: 18px;
    }

    /* スマホ時：縦並び / 左寄せ / 折り返しOK */
    .whatsnew li {
        font-size: 14px;
        gap: 0.3em;
        text-align: left;
        justify-content: flex-start;
        flex-direction: column;  /* ← NEW, 日付, 本文を縦並び */
        align-items: flex-start;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 本文は折り返し可能 */
    .whatsnew li .date + * {
        display: block;
        width: 100%;
        margin-top: 0.2em; /* 日付と本文の間隔 */
        white-space: normal; /* 折り返し許可 */
    }

    .whatsnew li .date{
        white-space: nowrap;
    }

    .whatsnew li:not(:last-child){
      margin-bottom: 1.4em;
    }
}


/* ===== お知らせブロック（完全スコープ版） ===== */
.oshirase_wrap{
    text-align: center;
    max-width: 900px;
    margin: 80px auto 100px;
	/* margin-bottom: 100px; */
}

/* タイトル */
.oshirase_wrap .limited_ttl{
    margin-bottom: 15px;
}

/* リード */
.oshirase_wrap .oshirase_lead{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
    color: #000;
}

/* 見出し（下線のみ） */
    /* 補足 */
.oshirase_wrap .oshirase_sublead{
    font-size: 16px;
    line-height: 2;
    color: #000;
    margin-bottom: 40px;
}
.oshirase_wrap .oshirase_tit {
    font-size: 24px;
    color: #97845c;
    font-weight: 500;
    padding-bottom: 12px;
    margin: 25px 0 10px;
    /* border-bottom: 1px solid #cbb98a; */
}
.bg_news{
	/* margin-top: 80px; */
	background:#f3eee6;
	padding: 25px 20px;
}
.bg_news_bd{
	padding: 25px 0;
	border-top: 1px solid #ae987d;
	border-bottom: 1px solid #ae987d;
}
.news_no{
	width: 120px;
}

.limited_ttl {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    /* margin-bottom: 2em; */
}

@media screen and (max-width: 1000px) {
.limited_ttl {
    font-size: 20px;
    /* margin-bottom: 2em; */
}
}

@media screen and (max-width: 650px) {
    .oshirase_wrap{
        /* padding: 0 15px; */
        margin: 40px auto 60px;
    }

    .oshirase_wrap .oshirase_lead{
        font-size: 13px;
    }

    .oshirase_wrap .oshirase_tit{
        font-size: 14px;
    }

    .oshirase_wrap .oshirase_sublead{
        font-size: 12px;
    }
}

/* ボタン */
.oshirase_wrap .oshirase_btn{
    margin-top: 30px;
}

/* リンクをボタン化 */
.oshirase_wrap .oshirase_btn a{
   /* max-width: 400px;
   width: 80%; */
   display: block;
   margin: 0 auto;
}

/* ホバー */
.oshirase_wrap .oshirase_btn a:hover{
    opacity: 0.8;
}

/* 矢印 */
.oshirase_wrap .oshirase_btn span{
    margin-left: 10px;
}

/* SP */
@media screen and (max-width:650px){
    .oshirase_wrap .oshirase_btn a{
        font-size: 13px;
        /* padding: 14px 30px; */
    }
}
