html {
    scroll-behavior: smooth;
  }

/*---------------------------------
  HEADER MENU
---------------------------------*/

@media screen and (min-width: 768px) {
.l-header .l-header__inner {
    padding: 0 40px;
}
}
.p-global-nav a {
    font-weight: bold;
}
/* スクロール前 ホバー */
.l-header .p-global-nav a:hover {
    color: rgba(241,232,232,1)!important;
}
/* スクロール前 サブメニュー */
.l-header .p-global-nav .sub-menu a {
    background: rgba(51,41,44,0.6) !important;
    font-size: 11px;
}
/* スクロール前 サブメニュー ホバー */
.l-header .p-global-nav .sub-menu a:hover {
    color: rgba(241,232,232,1) !important;
}
/* スクロール後 ホバー */
.l-header.is-active .p-global-nav a:hover {
    color: #806666 !important;
}
/* スクロール後 サブメニュー */
.l-header.is-active .p-global-nav .sub-menu a {
    background: rgba(179,161,161,0.6) !important;
}
/* スクロール後 サブメニュー ホバー */
.l-header.is-active .p-global-nav .sub-menu a:hover {
    color: #665c5c !important;
}


@media screen and (max-width: 991px){
    .l-header .p-global-nav {
       background: #fff !important;
   }
   .l-header .p-global-nav .sub-menu a {
    background: transparent!important;
    }
    /* スクロール後 ホバー */
.l-header.is-active .p-global-nav a:hover {
    color: rgb(148 30 46) !important ;
}
/* スクロール後 サブメニュー ホバー */
.l-header.is-active .p-global-nav .sub-menu a:hover {
    color: rgb(148 30 46)!important ;
}

    .l-header.is-active .p-global-nav .sub-menu a {
        background: transparent!important;
    }

    .l-header.is-active .c-menu-btn {
        color: #000;
    }
    .l-header .p-global-nav a:hover {
        color: rgb(148 30 46)  !important ;
    }

    .p-global-nav li.current-menu-item a  {
        color: #000;
    }

   }
/*---------------------------------
  FOOTER
---------------------------------*/
.l-contents {
    margin-bottom: 0;
}
footer.l-footer {
    margin-top: 120px;
    gap: 30px;
}
footer.l-footer .footer-title {
    gap: 6px;
}
footer.l-footer .footer-title img {
    height: 30px;
}
/* 会社名 */
footer.l-footer .footer-title h1 {
    font-size: 95%;
}
/* 住所 */
footer.l-footer .footer-title p {
    font-size: 78%;
}


/* コピーライト */
footer.l-footer .p-copyright small {
    font-size: 60%;
}
.icon-insta a{
    width: 30px;
    margin: auto;
    display: block;
}
@media screen and (max-width: 767px) {
    footer.l-footer {
        margin-top: 60px;
    }

}

/*---------------------------------
  ボタン　共通丸
---------------------------------*/
.business-item .button-official {
    width: 150px;
    height: 150px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #000;
}
.business-item .button-official:hover {
    background-color: transparent;

}
/*---------------------------------
  スプリット
---------------------------------*/
:root {
    --split-text-transition-duration: 1s;
    --split-text-transition-delay-step: .4s;
    --split-img-transition-duration: 1.6s;
}
.business_introduction--header h2 {
    border-bottom: 0.25px solid #333;
}
.our-projects--header p {
    font-size: 13px;
}
.split_view--item header p span {
    margin: 0 0 0 15px;
}
.split_view--item header h4 {
    line-height: 1.3;
}
article.our-projects--project {
    gap: 12px;
}
.split_view--item .link {
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.split_view--item .link:hover{
    letter-spacing: 0.20em;
    font-weight: bold;
}


/*---------------------------------
  横スライド
---------------------------------*/
.our-projects--header {
    max-width: 530px;
    width: min(100%, 530px);
}
.our-projects--header h2 {
    font-size: clamp(20px, 2.0vw, 24px);
    border-bottom: 0.25px solid #333;
    padding-bottom: 8px;
}
.our-projects--header p {
    line-height: 1.4;
}
.our-projects--header::after {
    width: 450px;
    bottom: -40px;
    right: -380px;
}
article.our-projects--project {
    line-height: 1.6;
}
.our-projects--project-link a {
    border: 1px solid #000;
    font-size: 14px;
    height: 40px;
}

.link_button {
    display: inline-block;
    border: 1px solid #000;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
  }
  .link_button:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  .link_button:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: transparent;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  .link_button:hover {
    border: 1px solid #000;
    color:#fff !important;
  }
  .link_button:hover:before {
    top: -35%;
    background-color: #000;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  .link_button:hover:after {
    top: -45%;
    background-color: transparent;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

@media screen and (max-width: 767px) {
    .our-projects--project-link a {
        margin: 20px auto 0;
    }
}
.our-projects--project-link a:hover {
    background-color:transparent;
    color: #000;


}
@media screen and (max-width: 1023px) {
    .our-projects--header {
        margin-top: 80px;
        margin-bottom: 70px;
    }
.our-projects--header::after {
    width: 300px;
    right: -170px;

}

}
@media screen and (min-width: 768px) {

.horizontal_scroll--item {
    border-right: 0.25px solid #333;
}
}
/*---------------------------------
  TOP
---------------------------------*/
.p-section-name {
    text-align: right;
}
.parallax_bg#top {
    border-radius: 50%;
    height: 400px;
    width: 470px;
    margin: 0 auto;
}
#cb_1 .p-section-header__title {
    font-size: 28px !important;
}
.p-block_item_3 {
    display: flex;
    align-items: center;
    padding: 120px 0 30px;
    background-image: url(../../uploads/2022/10/cloud.png);
    background-repeat: no-repeat;
    background-position: right 100px top ;
    margin: -140px 0 0;
    background-size: 500px;

}
.p-block_item_2 {
    margin: -70px 0 -30px;
    background-size: 500px;
    background-image: url(../../uploads/2022/10/cloud.png);
    background-position: left 20px bottom ;
}
@media screen and (max-width: 991px) {
    #cb_1 .p-section-header__title {
        font-size: 18px !important;
    }
    .p-block_item_2 {
    margin: 0;
    background-position: left 0px bottom 10px;
    background-size: 300px;
    }
    .p-block_item_3 {
        background-size: 320px;
        background-position: right 0px top 20px;
    }
}
@media screen and (max-width: 767px) {
    #cb_1 .p-section-header__title {
        font-size: 22px !important;
    }
    .p-block_item_2 {
        margin: -30px 0 -50px;
        padding: 70px 0;
        background-image: url(../../uploads/2022/11/cloud_sp_bg.png);
        background-position: left bottom;
        background-size:  188px;
    }
    .p-block_item_2 p.title {
        top:40px
    }
.p-block_item_3 {
    display: block;
    padding: 170px 0 0;
    background-image: url(../../uploads/2022/11/cloud_sp_bg.png);
    background-position: right top 40px;
    background-size:  188px;
    background-repeat: no-repeat, no-repeat;

}
.p-block_item_3 p.title {
    top: 140px;

}
}
@media screen and (max-width: 991px) {
    .parallax_bg#top {
        width: 45%;
        height: 25vw;

    }
}
@media screen and (max-width: 767px) {
    .parallax_bg#top {
        width: 100%;
        height: 70vw;

    }

.p-index-news__col-title {
    font-size: 24px;
    font-weight: bold;
}
}
@media screen and (max-width: 991px) {
.p-block_top_about {
    padding: 0 0 20px;

}

}

@media screen and (max-width: 767px) {
.p-block_top_about {
    margin: 0 20px 0;
}
article.our-projects--project {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    width: 100%;
}
.p-btn {
    font-size: 15px;
}
.our-projects--project-content, .our-projects--project-content p {
    margin-top: -40px;
}
.our-projects--header p {
    padding-bottom: 30px;
}
.our-projects--header {
    margin-bottom: 0px;
    padding-top: 90px;
    text-align: center;
}
.our-projects--header h2 {
    font-size: 16px;
}
.our-projects--header p {
    font-size: 10px;
}
.our-projects--header::before {
    width: 90px;
}
.our-projects--header::after {
    width: 130px;
    right: -30px;
    bottom: 0px;
}
.split_view--item--content-text {
    max-width: none;
}
article.our-projects--project h4.our-projects--project-title {
    top: 200px;
    font-size: 16px;
    position: relative;
    top: -50px;
}
.split_view--item header h3 {
    text-shadow: 0 -1px 0px #fff, 1px 1px 2px #908c7e, 0px -3px 40px #474542;
    color: #f9f8f0;
    font-size: 33px;
}
.split_view--item header p span {
    margin: 0 0 0 5px;
}
.split_view--item header h4 {
    line-height: 1.2;
}
}



/*---------------------------------
  アイキャッチ・イントロ
---------------------------------*/
/* 背景 */
.p-page-header__upper {
    position: relative;
}
.p-page-header__upper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle closest-corner, rgba(125, 125, 125, 0.4), rgba(200, 181, 183, 0.1));
}

/* アイキャッチタイトル */
.p-page-header__title {
    font-weight: bold;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    letter-spacing:3px;
}
@media screen and (max-width: 767px){
.p-page-header__title {
    font-size:20px !important;
}
}
/* イントロテキスト */
.intro-text h2 {
    font-size:  clamp(18px, 3vw, 24px);
    line-height: 1.6;
    letter-spacing: 3px;
}
.intro-text h2 span:nth-of-type(2) {
    margin-top: 1.9em;
}
.intro-text {
    background-size: 200px;
    height: 250px;
}
@media screen and (max-width: 767px){

    .page-wrapper {
    }
    .intro-text {
        display: block;
        background-size: 100px;
        background-position: center 0;
        height: auto;
    }
    .intro-text h2 {
        margin: 0 auto 50px;
        margin-top: 25px;
    }
    .intro-text p {
        writing-mode: lr;
        padding: 0 40px;
    }
}
.intro-text p {
    font-size: clamp(14px, 3vw, 16px);
    letter-spacing: 1px;
    line-height: 2;
    text-orientation: upright;
}

/*---------------------------------
  お知らせ
---------------------------------*/

.content-thumbnail img {
    box-shadow: none;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
}
.content-title {
    font-family: 'Shippori Mincho';
    line-height: 2.0;
}


/*---------------------------------
  スギタグループについて
---------------------------------*/

/* 社長 左*/
.about-president figure img {
    padding-left: 0px;
    height: 100%;
    max-height: 600px;
}
.about-president figure {
    width: 300px;
}

@media screen and (max-width: 767px){
    .about-president figure img {
        padding-left: 0px;
    }
}
.about-president figure figcaption p {
    margin-left: 0px;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 1px;
}
.about-president figure figcaption p small {
    font-size: 65%;
}
@media screen and (max-width: 767px){
    .about-president figure figcaption p {
        text-align: right;
        padding-left: 0px;
        font-size: 16px;
    }
}
/* 社長 真ん中 */
@media screen and (min-width: 901px){
.about {
    grid-template-columns: 300px 40px 1fr;
    justify-content: center;
    display: flex;
}
}

.about-slogan p {
    font-size: clamp(20px, 6vw, 32px);
}
.about-slogan p img {
    width: 30px;
}

/* 社長 右 */
.about-history, .about-philosophy {
    gap:12px
}
.about-block {
    gap: 24px;
}
.about-history h3, .about-philosophy h3 {
    font-size: 20px;

}
.about-history h3 img, .about-philosophy h3 img {
    width: 24px;
}
.about-history p, .about-history li, .about-philosophy p, .about-philosophy li
{
    font-size: 12px;
}


@media screen and (max-width: 901px){
    .about {
        padding-left: 40px;
        padding-right: 40px;
        grid-template-columns: none;
    }

    .about-slogan {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        align-items: center;
    }
    .about-slogan p {
        writing-mode: horizontal-tb;
    }
    .about-history h3, .about-philosophy h3 {
        justify-content: center;
    }
    .about-history p, .about-history li, .about-philosophy p, .about-philosophy li {
    text-align: center;
    font-size: 16px;
}

}

@media screen and  (max-width: 767px) {
    .about-history h3, .about-philosophy h3 {
        font-size: 20px;
    }

    .about-history h3 img, .about-philosophy h3 img {
        width: 24px;
    }
    .about-history p, .about-history li, .about-philosophy p, .about-philosophy li {
        font-size: 12px;
    }
    }
/* 背景白円 */
.philosophy {
    gap: 160px;
}

.philosophy .text {
    margin-left: 0 ;
    margin-right: 0;
}
.philosophy .text img {
    width: 80%;
    aspect-ratio: 1347/1347;
    max-width: 1400px;
}


.philosophy .figs img:nth-of-type(1) {
    width: clamp(80px, 25%, 250px);
}
.philosophy .figs img:nth-of-type(2) {
    width: clamp(50px, 20%, 180px);
}
.philosophy .figs img:nth-of-type(3) {
    width: clamp(80px, 25%, 250px);
}

@media screen and (max-width: 991px) {
    .philosophy {
        gap: 0px;
    }

}

.page-wrapper {
    gap:clamp(60px, 10vw, 60px);
}

/* 下部リンクボタン */
.footer-buttons {
    margin-top: clamp(0px, 1vw, 100px);
    margin-bottom: clamp(20px, 6vw, 100px);
    max-width: 1000px;
}
@media screen and (max-width: 767px) {
    .footer-buttons {
        width: 80%;
    }
}
.footer-buttons .button {
    font-size: clamp(12px, 3vw, 18px);
}

.footer-buttons .button img {
    width: 30px;
}

/*---------------------------------
  お知らせ
---------------------------------*/
.content-date {
    top: 0px;
}
@media screen and (max-width: 901px) {
    .article-content {
        display: block;
    }

    .content-thumbnail::before {
        width: 200px;
        top: -35px;
        right: -20px;
    }
.p-news-list__item:nth-of-type(even) .content-thumbnail::before {
    left: -40px;
}

.content-text {
    margin-top: 20px;
}
.content-date {
    right: 25px;
    font-weight: bold;
    top: -25px;
}
.p-news-list__item:nth-of-type(even) .content-date {
    left: 25px;
}

}
@media screen and (max-width: 767px) {
    .content-date span {
        font-size: 14px;
    }
    .content-thumbnail::before {
        width: 150px;
        top: -35px;
        right: -10px;
    }
    .content-title {
        font-size: 20px;
    }
    .content-body {
        font-size: 14px;
    }
}
/*---------------------------------
  メディア掲載履歴
---------------------------------*/
.horizontal_scroll--pagination .page-numbers {
    font-size: 18px;
}
.horizontal_scroll--pagination {
    height: 40px;
}
.horizontal_scroll--pagination .prev::after,
.horizontal_scroll--pagination .next::after {
    width: 10px;
    height: 10px;
    border-top:  solid 1px;
    border-right: solid 1px;
}
@media screen and (max-width: 901px) {
.horizontal_scroll--wrapper {
    top: 80px !important;
}
}

.horizontal_scroll--item {
    width: clamp(400px, 40vw, 450px);
    margin: 0 auto;
}
.media-item--img__wrapper .media-item--img {
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
    aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
.horizontal_scroll--pagination {
    margin-top: 120px;
}
}
@media screen and (max-width: 767px) {
    .horizontal_scroll--wrapper {
        margin-bottom: 60px;
        top: 0 !important;
    }


}
@media screen and (max-width: 901px) {
    .article-content {
        display: block;
        border-bottom: 1px solid #a6a6a6;
        padding-bottom: 40px;
    }
}


.media-page-header .page-title .page-title_ja {
    margin-bottom: 3px;
}

.media-page-header .js-media-sort li a.category {
    padding: 7px 14px;
}
.media-item--category .category {
    padding: 7px 14px;
}
.media-page-header .js-media-sort {
    margin-bottom: 2px;
}
.c-menu-btn::before {
    color: #000;
}
#media-list {
    margin-bottom: 100px;
}
@media screen and (max-width: 901px) {
    .media-item--content {
        font-size: 12px;
    }
    .media-item {
        margin-right: 36px;
    }
    .media-item--category .category {
        padding: 4px 10px;
    }

    .media-page-header .js-media-sort li a.category {
        padding: 6px 10px;
    }
}
@media screen and (max-width: 391px)  {
    .media-page-header .page-title .page-title_ja {
        margin-bottom: -12px;
    }
    .media-page-header .js-media-sort li a.category {
        padding: 6px 12px;
    }

}
.media-list--year.show {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
  .category.active {
    background-color: #220707;
  }

  .media-page-header .js-media-sort li a.category:hover {
    border-color: #220707;
    transition: all 0.4s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  }
/*---------------------------------
  会社概要
---------------------------------*/
#sugita-holdings {
    width: 60%;
}
@media screen and (max-width: 767px) {
    #sugita-holdings {
        width: 90%;
    }
}
.company_emblem {
    width: 40%;
    mix-blend-mode: multiply;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .company_emblem {
        width: 80%;
    }
}

/*---------------------------------
  事業紹介共通
---------------------------------*/

:root {
    --business-title_en-tranform-duration: 1.5s;
    --business-text-duration: 1.5s;
    --business-text-delay-step: .4s;
    --drama-primaryImg-slide-duration: .6s;
    --drama-secondaryImg-slide-duration: 1.2s;
    --drama-text-delay: 1.2s;
    --drama-text-duration: 1.8s;
}


.business-item header .title_en {
    margin-top: -0.4em;
    margin-bottom: 5px;
}
.business-item {
    gap: 70px;
}
@media screen and (max-width: 767px){
    .business-item {
        gap: 10px;
    }

}
.business-item .body {
    gap: clamp(10px, 2vw, 100px)
}
@media screen and (max-width: 767px){
.business-item .body {
    margin-bottom: 30px;

}
}
.business-item .title {
    line-height: 1.4;
    font-size: clamp(20px, 1.5vw, 20px);
    letter-spacing: 1px;
}
@media screen and (max-width: 1024px){
    .business-item .body .title{
        font-size: 16px;
    }
    .business-item .body img.creature{
        width: 100px;
    }
}
@media screen and (max-width: 767px){

.business-item .body img.creature {
    grid-row: 2/3;
    width: 130px;
}
 .js-animate h3 {
    font-size: 13px;
 }
}
.business-item footer {
    margin-bottom: clamp(40px, 8vw, 120px);
}
.business-item .content {
    line-height: 2;
}
.business-item footer .link a {
    width: clamp(300px, 56vw, 500px);
    font-size: clamp(18px, 3.5vw, 20px);
    font-weight: bold;
}
.business-item footer .link .text {
    font-size: clamp(12px, 4vw, 18px);
}



/*---------------------------------
  ゴルフ
---------------------------------*/
.business-item .body .place {
    letter-spacing: 2px;

}
.business-item footer .map {
    gap:40px;
    margin-bottom: 60px;
    grid-template-columns: 2fr 800px 1fr;
}
.business-item footer .map p {
    line-height: 1.6;
}
/*---------------------------------
  宿泊施設
---------------------------------*/
#about-asago h2{
    font-size: clamp(20px, 3vw, 30px);
}
.sightseeings {
    margin-bottom: 100px;
}
@media screen and (max-width: 767px){
.sightseeings {margin: 100px auto 50px;

}
}
.sightseeings h3 {
    font-size: 22px;
}
.sightseeings h3 small {
    font-size: 0.4em;
}

@media screen and (max-width: 1400px){
.cards {
    grid-template-columns: repeat(4, 1fr) !important;

}
}
@media screen and (max-width: 901px){
    .cards {
        grid-template-columns: repeat(2, 1fr) !important;

    }
    }

.card-item {
    padding: 30px;
    gap: 20px;
}
.card-item .title {
    font-size: 16px;
}
.card-item .content {
    font-size: 13px;
    line-height: 1.8;
}


/*---------------------------------
  取り組み
---------------------------------*/
.project-contents {
    margin-top: 80px;
}
@media screen and (max-width: 820px){
    .project-contents {
        margin-top: 0px;
    }
}
.zigzag-layout .zigzag-item .content {
    line-height: 2.0;

}
.zigzag-layout .zigzag-item[data-index="1"] .content{
    display: flex;
    align-items: center;
    line-height: 2.0;
}
.zigzag-layout .zigzag-item .title {
    line-height: 1.4;
    margin-bottom: 7px;
    font-size: clamp(16px, 1.6vw, 24px);
}
.zigzag-layout .zigzag-item[data-index="1"] .title {
    font-size: clamp(20px, 3vw, 36px);
    text-orientation: upright;
}
.zigzag-layout .zigzag-item[data-index="2"] .text {
    margin-top: 5%;
}
.zigzag-layout .zigzag-item[data-index="3"] .text {
    margin-top: 25%;
}
.zigzag-layout .zigzag-item[data-index="4"] .text {
    margin-top: 10%;
}
.zigzag-layout .zigzag-item[data-index="4"] .img {
    margin-top: 10%;
}
.zigzag-layout .zigzag-item[data-index="5"] {
    margin-top: 10%;
}
.zigzag-layout .zigzag-item[data-index="5"] .text {
    margin-top: 5%;
}
.zigzag-layout .zigzag-item[data-index="6"] {
    margin-top: 5%;
}
.zigzag-layout .zigzag-item[data-index="6"] .text {
    margin-top: 15%;
}
.zigzag-layout .zigzag-item[data-index="7"] {
    margin-top: 10%;
}
.zigzag-layout .zigzag-item[data-index="7"] .text {
    margin-top: 10%;
}
.zigzag-layout .zigzag-item .icon-sdg {
    width: clamp(80px, 10vw, 110px);
}
@media screen and  (max-width: 900px) {
    .zigzag-layout .zigzag-item {
        gap: clamp(0px, 4vw, 10px)
    }

    .zigzag-layout .zigzag-item[data-index="1"] {
        margin: 0 20px;
    }
    .zigzag-layout .zigzag-item[data-index="1"] .text .title {
        font-size: 26px;
    }

    .zigzag-layout .zigzag-item[data-index="1"] .text .title > span {
        display: block;
    }
    .zigzag-layout .zigzag-item[data-index="1"] .text{
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .zigzag-layout .zigzag-item .text {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .zigzag-layout .zigzag-item[data-index="1"] .img {
        aspect-ratio: auto;
    }
    .zigzag-layout .zigzag-item .img img {
        aspect-ratio: auto;
    }
    .zigzag-layout .zigzag-item[data-index="2"] .text {
        margin-top: 40px;
    }
    .zigzag-layout .zigzag-item[data-index="3"] .text {
        margin-top: 40px;
    }
    .zigzag-layout .zigzag-item[data-index="4"] .text {
        margin-top: 40px;
    }
    .zigzag-layout .zigzag-item[data-index="5"] {
        margin-top: 0%;
    }
    .zigzag-layout .zigzag-item[data-index="5"] .text {
        margin-top: 40px;
    }
    .zigzag-layout .zigzag-item[data-index="6"] {
        margin-top: 0%;
    }
    .zigzag-layout .zigzag-item[data-index="6"] .text {
        margin-top: 40px;
    }
    .zigzag-layout .zigzag-item[data-index="7"] {
        margin-top: 0%;
    }
    .zigzag-layout .zigzag-item[data-index="7"] .text {
        margin-top: 40px;
    }

}
@media screen and  (max-width: 901px) {
    .zigzag-layout .zigzag-item[data-index="1"] .title  {
        font-size: 22px;
        text-align: center;
    }
    .zigzag-layout .zigzag-item[data-index="1"] .img {
        aspect-ratio: auto;
    }
    .zigzag-layout .zigzag-item[data-index="1"] .img img {
        width: 60%;
        margin: 0 auto;
        display: block;
        aspect-ratio: auto;
    }
    .zigzag-layout .zigzag-item[data-index="1"] .content {
        margin-top: 10px;
    }

}


.access ul li {
    line-height: 1.6;
    font-size: clamp(12px, 1.4vw, 14px);
}
@media screen and  (max-width: 767px) {
    .access ul li {
        font-size: 12px;
    }
}



.dramatic .text {
    padding-top: 15px;
}
.dramatic .text .title {
    margin-bottom: -10px;
    font-size: 20px;
}
.dramatic .text .content {
    line-height: 1.8;
    font-size: 13px;
}
.dramatic .link {
    width:clamp(230px, 10em, 260px) ;
    margin: 10px auto 0;
}
.dramatic .link a {
    height: 2.8em;
    font-size: clamp(14px, 2vw, 18px);
    border: 1px #000 solid;
}
.dramatic .link a:hover {
   background-color: transparent;
   color: #000;
}


@media screen and  (max-width: 900px) {
.dramatic .text .title {
    font-size: 27px !important;
}
.dramatic .text .title .en {
    font-size: 20px;
}
.dramatic .text .subtitle {
    font-size: 20px;
    margin-bottom: -40px;
}
.dramatic .text {
    margin-top: 40px;
}
.dramatic .text .content {
    margin-top: 15vw;
}
.dramatic .link {
    margin: 50px auto 0;
}

}
@media screen and (max-width: 767px){

.zigzag-layout .zigzag-item[data-index="1"] .text {
    margin-top: 30px;
}
.dramatic .text .title {
    font-size: 14px !important;
}
.dramatic .text .title .en {
    font-size: 10px;
}
.dramatic .text .subtitle {
    font-size: 11px;
    margin-bottom: -15px;
}
.dramatic .text {
    margin-top: 0px;
}
.dramatic .text .content {
    margin-top: 13vw;
}
.dramatic .link {
    margin: 10px auto 0;
}

}



@media screen and (max-width: 901px) {
    .dramatic.reverse .secondaryImg {
        left: 30px;
    }
}

.official_link {
    margin: 50px auto 0;
    width: clamp(230px, 10em, 260px);
}
.official_link a {
    height: 2.8em;
    font-size: clamp(14px, 2vw, 18px);
}



.horizontal_scroll--list {
    top:clamp(30px, 4vh, 30px);
}



