@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, table, th, td { margin:0px; padding:0px; }
body {
font-size: 100%;
color: #232323;
font-family: "Noto Sans JP", sans-serif;
-webkit-text-size-adjust: 100%;
letter-spacing: 1.5px;
background: url("../img/common_bg.jpg");
}
a {
	color: #232323;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    opacity: 0.7;
}
ul > li, ol > li {
    margin-left: 20px;
}
ul > li {
    list-style-type: none;
}
img{
    border:0px;
    margin: 0 auto;
    padding: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}
iframe {
    border: 0;
    overflow: hidden;
}
table{
    border-collapse:collapse;
    width: 100%;
}
tr:not(:last-child) {
    border-bottom: 1px solid #bfbfbf;
}
th, td {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
th {
    font-weight: bold;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                th, td {
                    display: table-cell;
                }
            }


/* レイアウト
------------------------------------*/
.inner {
	width: 96%;
	margin: 0 auto;
    max-width: 1330px;
}
#container {
    padding-top: 96px;
}
#main {
    position: relative;
    line-height: 1.8;
}
.cassette {
	padding: 100px 0;
}
.nav_breadcrumb {
  font-size: 12px;
  margin-bottom: 40px;
    margin-top: 20px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.flex {
    display: flex;
    flex-direction: column;
    gap: 40px 4%;
}
.link_txt {
    color: #e5852f;
    text-decoration: underline;
}
.disc_li > li {
    list-style-type: disc;
}
.txtRed {
    color: #EA0000;
}
.t_bold {
    font-weight: bold;
}
.un_link span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.un_link span::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #4eb9cd;
    bottom: 5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.un_link:hover span::after {
    transform: scale(1, 1);
}
.un_link:hover {
    color: #4eb9cd;
    opacity: 1;
}
.circle_li > li {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
}
.circle_li > li:not(:last-child) {
    margin-bottom: 10px;
}
.circle_li > li::before {
    position: absolute;
    content: "●";
    left: 0;
    top: 0;
    color: #bc9e5f;
}
.line {
  display: inline-block;
  position: relative;
}

/* アンダーライン用の疑似要素 */
.line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 8px;
  background: #000;
  transition: width 0.8s ease;
}

/* クラスが付いたらアニメーションでアンダーライン */
.line.underline::after {
  width: 100%;
}

.link_area {
    padding-top: 80px;
    margin-top: -80px;
}

/* ポップアップ全体（非表示状態） */
.openPopup {
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.openPopup .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    padding: 3px 20px 0;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #707f89;
    font-size: 0.9rem;
    z-index: 1;
}
.openPopup .ttl {
    padding: 40px 10px 20px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #2c2c2c;
}
.openPopup .ttl::after {
    position: absolute;
    content: "";
    background: url("../img/popup_icon.png")no-repeat center center/cover;
    width: 26px;
    height: 23px;
    top: 5px;
    right: 15px;
}
.openPopup .img {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.openPopup .img img {
    transition: all 0.3s;
}
.openPopup:hover .img img {
    transform:scale(1.2,1.2);
}
.popup {
  display: none; /* 最初は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* 背景を半透明の黒に */
  justify-content: center;
  align-items: center;
    z-index: 1000;
}

/* コンテンツ部分 */
.popup-content {
  background: #fff;
  padding: 20px ;
  border-radius: 15px;
  width: 80%;
    max-width: 860px;
  position: relative;
    max-height: calc(85vh - 40px);
    display: flex;
  flex-direction: column;
    margin-bottom: 30px;
}
.popup-content .popup-body {
    overflow-y: auto;
  flex: 1; /* 高さを伸ばして残りを埋める */
}
.popup-content h3 {
    background-color: #c3af93;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    margin-bottom: 30px;
}
.popup-content .img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.popup-content ul {
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}
.popup-content ul li {
    position: relative;
    margin-left: 0;
    padding-left: 110px;
}
.popup-content ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #707f89;
    font-weight: 500;
}
.popup-content ul li:nth-child(1)::before {
    content: "施工場所";
}
.popup-content ul li:nth-child(2)::before {
    content: "ご提案塗料";
}
.popup-content h4 {
    color: #707f89;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 500;
}


/* 閉じるボタン */
.close {
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
    background-color: #abb7be;
    border-radius: 50px;
    color: #fff;
    width: 70px;
    padding: 5px 10px 5px 20px;
    align-self: flex-end;
    bottom: -10px;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            #container {
                padding-top: 71px;
            }
            .container {
                max-width: 670px;
                margin-right: auto;
                margin-left: auto;
            }
            .flex {
                flex-direction: row;
                justify-content: space-between;
            }
            .flex.rev {
                flex-direction: row-reverse;
            }
            .flex.wrap {
                flex-wrap: wrap;
            }
            .flex_box01{
                width: calc(96% / 2);
            }
            .flex_box02{
                width: calc(92% / 3);
            }
            .flex_box03{
                width: calc(88% / 4);
            }
            .popup-content {
              padding: 40px;
            }
            .close {
                bottom: -20px;
            }
            .popup-content .flex_box01:first-child {
                width: 60%;
            }
            .popup-content .flex_box01:last-child {
                width: 36%;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            #container {
                padding-top: 90px;
            }
            .link_area {
                padding-top: 100px;
                margin-top: -100px;
            }
            .popup-content {
                margin-bottom: 0;
            }
        }
        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1280px) {
            .nav_breadcrumb {
                margin-top: 30px;
                margin-bottom: 70px;
            }
             .container {
                max-width: 1230px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1400px) {
            #container {
                padding-top: 125px;
            }
            .link_area {
                padding-top: 135px;
                margin-top: -135px;
            }
        }



 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}
.mgb60 { margin-bottom: 60px!important;}


/* responsive
------------------------------------*/
.pcTab, .pc, .tab { display: none;}
.sp, .tabSp { display: block;}

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .pc, .sp { display: none;}
                .tab, .pcTab, .tabSp { display: block;}
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .sp, .tab, .tabSp { display: none;}
                .pcTab, .pc { display: block;}
            }


/* header
------------------------------------*/
#header {
    padding: 12px 0;
    position: fixed;      /* 画面に固定 */
    top: -150px;          /* 初期位置は画面外（上） */
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: top 0.5s ease;
}
#header.scrolled {
    background-color: rgba(255, 255, 255, 0.8);
}
#header.active {
  top: 0; /* 表示位置 */
    transition: all 0.3s;
}
#header .inner {
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .common_menu {
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    align-items: center;
    justify-content: flex-end;
}
#header #gNavi {
    width: 70%;
}
#header #gNavi ul > li:last-child {
    min-width: 220px;
}
#header .common_menu a:hover {
    opacity: 1;
    color: #bc9e5f;
}
#header .common_menu span {
    text-align: center;
    color: #cea86a;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}
#header .common_menu .h_btn, #header .index_menu .h_btn {
    background-color: #e5852f;
    border-radius: 50px;
    padding: 10px 0;
    color: #fff;
    display: block;
}
#header .index_menu .h_btn {
    padding: 20px 0;
}
#header .common_menu .h_btn:hover, #header .index_menu .h_btn:hover {
    color: #fff;
    background-color: #e57917;
}
#header .common_menu .h_btn span {
    color: #fff;
}

#header h1 {
    width: 80%;
    max-width: 230px;
}
#header h1 img {
    max-width: 300px;
    margin-left: 0;
}
#header h1 span {
    font-size: 0.7rem;
    display: inline-block;
    margin-top: 5px;
    padding-left: 50px;
    text-align: center;
}
#header h1 a {
    display: flex;
    flex-direction: column;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #header h1 span {
                    font-size: 1.1rem;
                    width: 50%;
                    margin-top: 0;
                    padding-left: 0;
                    text-align: left;
                }
                #header h1 {
                    width: 60%;
                    max-width: none;
                }
                #header h1 img {
                    width: calc(50% - 20px);
                    margin-right: 20px;
                }
                #header h1 a {
                    flex-direction: row;
                    align-items: center;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }
            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1400px) {
                #header {
                    padding: 30px 0;
                }
                #header h1 {
                    width: 35%;
                }
            }
            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1500px) {
                #header h1 {
                    width: 40%;
                }
                #header h1 span {
                    width: 50%;
                    font-size: 1.3rem;
                }
            }
            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1600px) {
                #header h1 {
                    width: 35%;
                }
            }


/* footer
------------------------------------*/
#footer {
    background-color: #401d07;
    color: #c3bbb4;
    padding: 36px 0 90px;
    font-size: 0.75rem;
    position: relative;
}
#pagetop {
    z-index: 100;
  position: fixed;
  bottom: -70px;
  right: 20px;
  transition: all 300ms ease-out;
}

#pagetop a {
  display: inline-block;
  font-size: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 38px 8px 10px;
}

#pagetop a::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  transform-origin: center;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: 18px;
  left: 50%;
}

#pagetop.scrolled {
  bottom: 80px;
}
#footer .copyright {
    text-align: center;
    font-size: 0.75rem;
}
#footer a {
    color: #c3bbb4;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
#footer a::after {
    position: absolute;
    content: "";
    background: url("../img/common_icon01.png")no-repeat center center/cover;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
#footer ul {
    display: flex;
    flex-direction: column;
    gap: 10px 2%;
    margin-top: 20px;
    text-align: center;
}
#footer ul > li, #footer_sns ul > li {
    margin-left: 0;
}
#footer_sns {
    margin-bottom: 60px;
}
#footer_sns ul {
    display: flex;
    justify-content: center;
    gap: 0 10px;
}
#footer_sns i {
    font-size: 1.5rem;
  color: #555;
}
#footer_sns a:hover {
    opacity: 0.9;
}
#sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    border-radius: 20px 20px 0 0;
    background-color: #e57917;
    color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 100;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #footer {
                    padding: 36px 0 150px;
                }
                #footer ul {
                    flex-direction: row;
                    position: absolute;
                    width: 96%;
                    max-width: 1200px;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    margin-top: 0;
                    text-align: left;
                }
                #footer_sns {
                    margin-bottom: 80px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #footer {
                    padding: 36px 0;
                }
                #pagetop.scrolled {
                  bottom: 10px;
                }
                #footer ul {
                    gap: 10px 6%;
                }
                #sp_btn {
                    display: none;
                }
            }



/* 見出し
------------------------------------*/
.title01, .title02 {
    font-size: 1.6rem;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
}
.title02 {
    position: relative;
    padding-top: 80px;
    font-size: 1.2rem;
}
.title02 .title02_icon {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.title02 .title02_icon img {
    animation-name: poyopoyo;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.title02 .en {
    display: block;
    color: #bc9e5f;
    font-size: 0.7rem;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .title01 {
                    font-size: 2.0rem;
                    margin-bottom: 60px;
                }
                .title02 .en {
                    font-size: 0.8rem;
                    margin-top: 5px;
                }
                .title02 {
                    font-size: 1.6rem;
                    margin-bottom: 60px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .title01, .title02 {
                    font-size: 2.8rem;
                }
                .title02 .en {
                    font-size: 0.9rem;
                }
                .title02 {
                    font-size: 2.0rem;
                }
            }


/* common
------------------------------------*/
.en {
    font-family: "Lato", sans-serif;
}
#targetBox.box, .target_tab {
    display: none;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #targetBox.box {
                    display: block;
                    position: fixed;
                    text-align: center;
                    z-index: 100;
                    top: 70%;
                    transform: translateY(-30%);
                    right: 20px;
                    width: 270px;
                    background: #fff;
                    padding: 20px;
                    border-radius: 15px;
                    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
                    font-weight: 500;
                }
                #targetBox.box button {
                    background-color: #2c2c2c;
                    border-radius: 50%;
                    position: absolute;
                    width: 33px;
                    height: 33px;
                    top: -15px;
                    right: -15px;
                    border: none;
                }
                #targetBox.box button::before, #targetBox.box button::after {
                    position: absolute;
                    content: "";
                    background-color: #fff;
                    width: 20px;
                    height: 2px;
                    top: 16px;
                  right: 6px;
                }
                #targetBox.box button::before {
                    transform: rotate(45deg);
                }
                #targetBox.box button::after {
                    transform: rotate(-45deg);
                }
                #targetBox.box .ttl {
                    text-align: center;
                    font-weight: 900;
                    font-size: 1.1rem;
                    margin-bottom: 10px;
                    color: #e5852f;
                }
                #targetBox.box .ttl span {
                    display: inline-block;
                    padding-left: 30px;
                    position: relative;
                }
                #targetBox.box .ttl span::before, .target_tab span::after {
                    position: absolute;
                    content: "";
                    background: url("../../img/tab_icon01.png")no-repeat center center/cover;
                    width: 23px;
                    height: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                }
                #targetBox.box .h_btn {
                    background-color: #e5852f;
                    padding: 15px 0;
                    display: block;
                    text-align: center;
                    color: #fff;
                    margin-top: 20px;
                    border-radius: 50px;
                    font-weight: bold;
                    transition: all 0.3s;
                }
                #targetBox.box .h_btn:hover {
                    background-color: #e57917;
                    opacity: 1;
                }
                .target_tab {
                    position: fixed;
                    top: 70%;
                    right: -80px; /* 最初は隠す */
                    transform: translateY(-30%);
                    width: 80px;
                    height: 180px;
                    background: #e67e22;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    transition: right 0.3s ease;
                    z-index: 10;
                    writing-mode: vertical-rl;
                    text-orientation: upright;
                    border-radius: 15px 0 0 15px;
                    font-size: 1.25rem;
                }
                .target_tab span {
                    display: inline-block;
                    padding-top: 25px;
                    position: relative;
                }
                .target_tab span::after {
                    top: 0;
                    transform: translateX(-50%);
                    right: auto;
                    left: 50%;
                }
                .target_tab.show {
                    right: 0; /* ひょこっと出てくる */
                }
            }


/* spNavi
------------------------------------*/
#gNavi {
    display: none;
}
#spNavi {
	position: fixed;
    z-index: 999;
    width: 100%;
    top: 10px;
}
.drawer-btn {
	position: absolute;
	z-index: 9999;
	top: 28px;
    right: 20px;
    transition: transform 0.4s ease;
}
.menu.open ~ .drawer-btn,
.drawer-btn.move {
  transform: translateX(-290px); /* 画面の半分分だけ左に移動 */
}
.openbtn{
	position: relative;
	cursor: pointer;
    width: 25px;
  height: 18px;
	border-radius: 5px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
	background: #000;
  	width: 100%;
}
.scrolled .openbtn span {
    background-color: #000;
}
.openbtn span:nth-of-type(1) {
	top: 0;
}
.openbtn span:nth-of-type(2) {
	top: 9px;
}
.openbtn span:nth-of-type(3) {
	top: 18px;
}
.openbtn.current span {
    background-color: #fff;
}
.openbtn.current span:nth-of-type(1) {
    top: 6px;
    transform: translateX(-50%) translateY(6px) rotate(-45deg);
}
.openbtn.current span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.current span:nth-of-type(3){
    top: 18px;
    transform: translateX(-50%) translateY(-6px) rotate(45deg);
}
/* メニュー本体 */
.pull-down-list {
  position: fixed;
  top: 0;
  right: -80%; /* 最初は画面外に */
  width: 80%;   /* 画面の半分 */
    max-width: 290px;
  height: 100%;
  background: #fff;
  transition: right 0.4s ease;
  z-index: 1001;
    border-top: 12px solid #e3ded5;
    padding-top: 30px;
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 1000;
}

/* 開いた状態 */
.menu.open {
  right: 0;
}
.menu > div {
    width: 92%;
  margin: 0 auto;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.index_menu a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 1.1rem;
}
.index_menu > li {
    margin-left: 0;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #spNavi {
                    top: 14px;
                }
                .drawer-btn {
                    top: 9px;
                }
            }
            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .drawer-btn {
                    top: 17px;
                }
            }
            @media only screen and (min-width: 1400px) {
                #gNavi {
                    display: block;
                    margin-left: 40px;
                }
                #spNavi {
                    display: none;
                }
                .pull-down-list {
                    display: none;
                }
                #gNavi .has_child {
                    position: relative;
                }
                #gNavi .has_child ul{
                    position: absolute;
                    left:0;
                    top:42px;
                    z-index: 4;
                    /*形状を指定*/
                    background:rgba(78, 185, 205, 0.7);
                    width:180px;
                    /*はじめは非表示*/
                    visibility: hidden;
                    opacity: 0;
                    /*アニメーション設定*/
                    transition: all .3s;
                }
                .scrolled #gNavi .has_child ul{
                    top: 55px;
                }
                #gNavi .has_child:hover > ul,
                #gNavi .has_child ul li:hover > ul,
                #gNavi .has_child:active > ul,
                #gNavi .has_child ul li:active > ul{
                  visibility: visible;
                  opacity: 1;
                }
                #gNavi .has_child li a {
                    padding: 10px;
                    display: block;
                    position: relative;
                    font-size: 14px;
                }
                #gNavi .has_child li a::after {
                    position: absolute;
                    content: "→";
                    transition: all .3s;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 10px;
                }
                #gNavi .has_child li a:hover::after {
                    right: 3px;
                }
                #gNavi .has_child.un_link li span::after {
                    content: none;
                }
                #gNavi .has_child.un_link li span {
                    padding-bottom: 0;
                }
                .scrolled #gNavi .has_child span {
                    color: #000;
                }
                #gNavi .has_child.un_link li:not(:last-child) {
                    border-bottom: 1px solid #fff;
                }
                .scrolled #gNavi .has_child ul span, .scrolled #gNavi .has_child ul a::after {
                    color: #fff;
                }
                #gNavi .has_child > span {
                    padding-right: 20px;
                }
                #gNavi .has_child > span::before {
                    position: absolute;
                    content: ">";
                    transform: rotate( 90deg );
                    right: 0;
                    top: 2px;
                }
                .scrolled #gNavi .has_child > span::before {
                    top: 12px;
                }
            }



/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */