﻿@charset "utf-8";
/* 1536 , 1530 × 735 ,1366 *//* ←記画面幅でも崩れていないか確認 */

/* カテゴリリンクの飛び先位置の数値を適宜調整してください */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */


/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
:root{
    --color1: #5dc1cf;
    --color2: #1593d0;
    --color3: #1593d0;
}


#wrap{
    background-image: url(/files/img/back.png);
    background-size: 40%;
    min-width: 1280px;
}

body{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.title, .sub_title{
    font-weight: bold;
    line-height: 1.6em;

}


#fx-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            pointer-events: none; /* マウスイベントを透過（背後の要素をクリック可能にするプロの必須テクニック） */
            z-index: 9999;        /* 最前面に配置 */
        }

        /* パーティクル共通設定 */
        .particle {
            position: absolute;
            /* アニメーション開始前も opacity: 0 を維持するために both を追加 */
            animation: twinkle var(--duration) ease-in-out infinite var(--delay) both;
            /* パフォーマンス改善: 大量の要素への will-change は逆効果になるため削除 */
            opacity: 0; /* 初期状態を透明にする */
        }

        /* キラッとした星型（四芒星） */
        .star {
            /* ぼかした光の先端が不自然に切れないよう、頂点を少し内側に（0%→5%、100%→95%）配置 */
            clip-path: polygon(50% 5%, 55% 45%, 95% 50%, 55% 55%, 50% 95%, 45% 55%, 5% 50%, 45% 45%);
            background: #fff;
            /* JSで計算したサイズごとの値で境界線を柔らかくぼかす */
            filter: blur(var(--blur-amount, 1px));
        }

        /* 点滅と回転のアニメーションキーフレーム */
        @keyframes twinkle {
            0% {
                opacity: 0;
                transform: scale(0) rotate(0deg);
            }
            50% {
                opacity: var(--max-opacity);
                /* 大きくなると同時に回転させることで、光芒が瞬いているように見せる */
                transform: scale(1) rotate(90deg);
            }
            100% {
                opacity: 0;
                transform: scale(0) rotate(180deg);
            }
        }


header .trans_logo {
    background-color: transparent;
}

canvas {
           display: block;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 9;
    position: fixed;
    opacity: 0.8;
        }

footer div#logo2{
    background-color: transparent;
}

.more a {
    background-color: white;
}

#main_img > .kira{
        position: absolute;
    mix-blend-mode: screen;
    z-index: 4;
    top: 0;
    right: 0;
    width: 70%;
}

.kore{
        font-weight: bold;
    color: #0b8dd0;
    line-height: 1.8em;
}

.txt_color1, .hvr_txt_color1:hover {
    color: var(--color2);
    font-weight: bold;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

header .menu_stick {
    width: 60px;
    height: 60px;
}

#header .trans_logo a img{
        max-width: 80px;
}

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#logo span
 {
    display: none;
}

#main_img{
background-image: url(/files/img/bottom_r.png), url(/files/img/main_bk.jpg);
    background-color: #20aac1;
    /* background-color: #00a9c1; */
    background-blend-mode: luminosity;
    position: relative;
    background-size: 100%;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    background-image: url(/files/img/right.png);
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    pointer-events: none;
    z-index: 3;
    mix-blend-mode: plus-lighter;
}

#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/copy.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 4;
}

.ayumi{
    position: absolute;
    top: 0;
    max-width: 850px;
    left: -3%;
    z-index: 2;
    width: 60%;
        width: 780px;
}

div#header{
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
}

#logo {
    padding: 0;
    background-color: transparent;
}

h1#logo img{
    max-width: 250px;
    max-width: none;
}

#main_img > h2{
    z-index: 3;
    position: absolute;
    bottom: 12%;
    right: 10%;
    font-size: 28px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.6em;
}

/*--20260507 correct start--*/

#main_img:after {
    content: "";
    display: block;
    width: 94.5%;
    height: 97.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/copy2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 930px;
    pointer-events: none;
    z-index: 4;
}

#main_img > h2 {
    z-index: 5;
    position: absolute;
    top: 15%;
    right: 5%;
    font-size: 56px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.6em;
    letter-spacing: 0.15em;
    color: #0a3d56;
}

.ayumi {
    position: absolute;
    top: 0;
    max-width: 900px;
    left: -4%;
    z-index: 2;
    width: 60%;
    width: 830px;
}

header{
    min-height: 980px;
}

/*--20260507 correct end--*/


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

header{
    min-height: auto;
}

.ayumi {
    width: 750px;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#top_cms{
    background-color: white;
}

#top_cms .top_cms_bg {
    background-image: url(/files/img/cms_back.png);
    background-position: 120% 0%;
    background-repeat: no-repeat;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

.page01 header{
        height: 900px;
}

#wrap {
    min-width: auto;
}

    #main_img > h2 {
        z-index: 3;
        position: absolute;
        bottom: auto;
        right: auto;
        font-size: 29px;
        font-weight: bold;
        transform: translate(-50%, -50%);
        top: 87.5%;
        left: 50%;
        width: 90%;
        text-align: center;
        line-height: 1.4em;
    }

#main_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/copy.png);
    background-position: 100% 45%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 70%;
    pointer-events: none;
    z-index: 4;
}

canvas{
    display: none;
}

#top_info ul.sns_links li{
padding-right: 3px;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

.page01 header{
        height: 375px;
}

.ayumi {
    width: 90%;
    min-width: 320px;
}

#main_img {
    height: 375px !important;
}

#main_img:after {
    top: 60%;
    background-size: 70%;
}

#contents3 .con3_wrap{
    padding: 0;
    padding-top: 15%;
    padding-bottom: 15%;
}

#contents1 .con1_right{
    padding: 7%;
    padding-top: 20%;
    padding-bottom: 20%;
}

#main_img > h2 {
    z-index: 3;
    position: absolute;
    bottom: auto;
    right: auto;
    font-size: 21px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    top: 82.5%;
    left: 50%;
    width: 90%;
    text-align: center;
    line-height: 1.4em;
}

#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/copy.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 4;
}

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*カテゴリリンクの飛び先位置を調整する*/
/* --- PC --- */
:root {
--header-height: 100px;
}

#page08 > a{
       max-width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

/* --- スマートフォン --- */
@media screen and (max-width: 667px){
:root {
--header-height: 100px;
}
}

#page_title .page_title_bg {
    background-color: transparent;
}

div.page_title_box{
    padding-top: 100px;
    padding-bottom: 100px;
}

#page_title p, #page_title h2{
    color: #083487;
                color: #083487;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

    #page_title p, #page_title h2 {
        background-color: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(10px);
        font-weight: bold;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 100%);
    }

div.page_title_box {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 80px;
    padding-right: 80px;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

div.page_title_box {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.block_add_area{
        padding-left: 5%;
    padding-right: 5%;
}

}


