/* 改行の調整 */
.pc_none {
    display: none;
}

@media screen and (max-width:768px) {
    .pc_none {
        display: block;
    }

    .sp_none {
        display: none;
    }
}

/* ================================================================ */
.gigacell .gigacell_btn_gr {
    margin: -40px 40px 50px 40px;
}

.gigacell .gigacell_btn_gr ul {
    display: flex;
    justify-content: space-between;
}

.gigacell .gigacell_btn_gr ul li a {
    font-size: 18px;
    position: relative;
}

.gigacell .gigacell_btn_gr ul li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #c5c5c5;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}

.gigacell .gigacell_btn_gr ul li a:hover::after {
    transform: scale(1.3, 1);
}

.gigacell .gigacell_btn_dt {
    margin: 0px 40px 0px 40px;
}

.gigacell .gigacell_btn_dt ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*2階層目以降は横並びにしない*/
.gigacell .gigacell_btn_dt ul ul {
    display: block;
    text-align: center;
}

.gigacell .gigacell_btn_dt ul ul li {
    text-align: center;
}

.gigacell .gigacell_btn_dt ul ul li a {
    font-size: 13px;
}

.gigacell .gigacell_btn_dt ul li {
    position: relative;
}

/*下の階層を持っているulの指定*/
.gigacell .gigacell_btn_dt li.has-child .has-child-btn::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #69be28;
    border-right: 2px solid #69be28;
    transform: rotate(135deg);
}

.gigacell .gigacell_btn_dt li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: -20%;
    top: 40px;
    z-index: 4;
    /*形状を指定*/
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 140%;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
}

/*hoverしたら表示*/
.gigacell .gigacell_btn_dt li.has-child:hover>ul,
.gigacell .gigacell_btn_dt li.has-child:active>ul {
    visibility: visible;
    opacity: 1;
}

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

    .gigacell .gigacell_btn_dt li.has-child ul,
    .gigacell .gigacell_btn_dt li.has-child ul ul {
        /*絶対配置で位置を指定*/
        position: relative;
        left: 0;
        top: 0;
        z-index: 4;
        /*形状を指定*/
        /* background-color: rgba(0, 0, 0, 0); */
        width: 100%;
        visibility: visible;
        /*JSで制御するため一旦表示*/
        opacity: 1;
        /*JSで制御するため一旦表示*/
        display: none;
        /*JSのslidetoggleで表示させるため非表示に*/
    }

    .gigacell .gigacell_btn_dt li {
        text-align: center;
    }

}

.gigacell .gigacell_btn_dt ul li a {
    font-size: 18px;
    position: relative;
}

.gigacell .gigacell_btn_dt ul li.gigacell_current a,
.gigacell .gigacell_btn_dt ul li a:hover {
    color: #69be28;
}

.gigacell .gigacell_btn_dt ul li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #69be28;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}

.gigacell .gigacell_btn_dt ul li ul li a::after {
    width: 0px;
}

.gigacell .gigacell_btn_dt ul li.gigacell_current a::after,
.gigacell .gigacell_btn_dt ul li a:hover::after {
    transform: scale(1.3, 1);
}
@media screen and (max-width:920px) {
    .gigacell .gigacell_btn_dt ul li a {
            font-size: 16px;
            position: relative;
    }
}

@media screen and (max-width:768px) {
    .gigacell .gigacell_btn_gr {
        display: none;
    }

    .gigacell .gigacell_btn_dt {
        /* margin: 0px auto; */
    }

    .gigacell .gigacell_btn_dt ul {
        flex-direction: column;
        align-items: center;
    }

    .gigacell .gigacell_btn_dt ul li {
        margin-top: 20px;
    }

    .gigacell .gigacell_btn_dt ul li a {
        font-size: 2rem;
    }
}

.gigacell__sec {
    position: relative;
    margin-top: 6.5789473684vw;
    padding: 6.5789473684vw 0;
    border-top: 1px solid #3f3f3f
}

.gigacell__sec2 {
    position: relative;
    margin-top: 6.5789473684vw;
    padding: 6.5789473684vw 0;
}

@media screen and (max-width:768px) {
    .gigacell__sec {
        margin-top: 13.0208333333vw;
        padding: 13.0208333333vw 0
    }
}

.gigacell__ttl {
    font-size: 3.6842105263vw;
    font-weight: 400
}

.gigacell__ttl_sub {
    font-size: 3vw;
}

@media screen and (max-width:768px) {
    .gigacell__ttl {
        font-size: 7.2916666667vw
    }
}

.gigacell__txt {
    font-size: max(1.0526315789vw, 1.4rem);
    font-weight: 400;
    line-height: 2
}

@media screen and (max-width:768px) {
    .gigacell__txt {
        font-size: max(3.6458333333vw, 1.3rem)
    }
}

.gigacell-gallery {
    margin: 1.6447368421vw auto 2.6315789474vw
}

@media screen and (max-width:768px) {
    .gigacell-gallery {
        margin: 3.90625vw auto
    }
}

#gigacell_top {
    margin-top: -150px;
    padding-top: 150px;
}

/* movie**************************************************************************************************** */
/* モーダル */
/*　画像の拡大　*/
.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;
    /*拡大してはみ出る要素を隠す*/
}

.zoomIn {
    width: 100%;
    margin: 0 auto;
    /*中央揃え*/
}

.gigacell_video {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gigacell-video_box {
    margin-bottom: 40px;
}

.gigacell-video_text {
    margin-top: 20px;
    width: 300px;
}

.gigacell-video_text_cap {
    border-top: 1px solid #c5c5c5;
    font-size: 1.2rem;
}

@media screen and (max-width:768px) {
    .gigacell_video {
        flex-direction: column;
        justify-content: center;
    }

    .gigacell-video_text {
        width: 100%;
    }
}

/* catalog********************************************************************* */
.catalog_box {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.catalog {
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #c5c5c5;
    min-width: 300px;
}

.btnarrow1 {
    position: relative;
}

.btnarrow1::after {
    content: '';
    position: absolute;
    top: 39%;
    right: 30px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}

.btnarrow1:hover::after {
    right: 11px;
    border-top: 2px solid #69be28;
    border-right: 2px solid #69be28;
}

@media screen and (max-width:768px) {
    .btnarrow1::after {
        right: 15px;
    }

    .btnarrow1:hover::after {
        right: 5px;
    }
}

/* Q&A********************************************************************* */
/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 100%;
}

.accordion-area li {
    margin: 2px 0;
}

.accordion-area section {
    background-color: #3f3f3f;
}

/*アコーディオンタイトル*/
.title_q {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 3% 3% 3% 30px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title_q::before,
.title_q::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #c5c5c5;

}

.title_q::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);

}

.title_q::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title_q.close::before {
    transform: rotate(45deg);
    background-color: #69be28;
}

.title_q.close::after {
    transform: rotate(-45deg);
    background-color: #69be28;
}

/*アコーディオンで現れるエリア*/
.box_a {
    display: none;
    /*はじめは非表示*/
    background: #3f3f3f;
    border-top: 1px solid #c5c5c5;
    padding: 3% 30px 3% 30px;
}

.box_a .box_a_mark {
    font-size: 1.5rem;
}

.box_a p {
    font-size: 1rem;
}

.box_a .box_a_inner_tl {
    font-size: 1.2rem;
}

.box_a .box_a_inner {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.box_a .box_a_inner p {
    font-size: max(1.0526315789vw, 1.4rem);
    font-weight: 400;
    line-height: 2;
}

.box_a .box_a_inner:last-child {
    margin-bottom: 0px;
}

.gigacell-gallery .table_qa th {
    background-color: #262626;
}

.gigacell-gallery .table_qa td {
    background-color: #343434;
}

/* 特徴******************************************************************************************** */
.gigacell_character .gigacell-video_text {
    width: 100%;
}

.gigacell_character .zoomIn {
    width: 80%;
}

.character_dt lh {
    font-size: 2rem;
}

.character_dt lh::before {
    content: '';
    display: inline-block;
    width: 20px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
    background-image: url("../gigacell/images/rectangle_mark.png");
    background-size: contain;
    vertical-align: middle;
}

.character_dt li {
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: max(1.0526315789vw, 1.4rem);
    font-weight: 400;
}

/* 構造******************************************************************************************** */
.structure_img01 {
    display: flex;
    width: 100%;
    margin: 20px auto;
}

.structure_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px auto;
}

.structure_img02 {
    width: 50vw;
}

.structure_textbox01 {
    width: 100%;
}

.structure_textbox01 lh {
    font-size: 2rem;
}

.structure_textbox01 lh::before {
    content: '';
    display: inline-block;
    width: 20px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
    background-image: url("../gigacell/images/rectangle_mark.png");
    background-size: contain;
    vertical-align: middle;
}

.structure_textbox01 li {
    margin-top: 5px;
    margin-bottom: 30px;
}

.structure_textbox02 {
    background-color: #3f3f3f;
    padding: 3%;
}

.structure_textbox03 {
    margin-top: 20px;
}

.structure_textbox02 .structure_textbox02_tl {
    font-size: 2rem;
    margin-bottom: 10px;
}

.structure_img03 figure {
    margin: 20px 40px;
}

.structure_img03 figcaption {
    text-align: center;
    font-size: 1rem;
    margin-top: 5px;
}

@media screen and (max-width:768px) {
    .structure_box {
        flex-direction: column;
    }

    .structure_img02 {
        width: 100%;
    }
}

.gigacell-gallery .gigacell_table {
    margin-top: 40px;
}

.gigacell-gallery table {
    width: 100%;
    border: solid 1px #c5c5c5;
    border-collapse: collapse;
}

.gigacell-gallery table th {
    border: solid 1px #c5c5c5;
    background-color: #3f3f3f;
    padding: 7px 10px;
}

.gigacell-gallery table td {
    border: solid 1px #c5c5c5;
    padding: 7px 10px;
}

.gigacell-gallery table .td_center {
    text-align: center;
}

.characteristic_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.characteristic_inner table {
    width: 35vw;
}

.characteristic_inner img {
    width: 40vw;
}

@media screen and (max-width:1000px) {
    .characteristic_inner_e {
        flex-direction: column;
    }

    .characteristic_inner_e table {
        width: 100%;
        margin-top: 20px;
    }

    .characteristic_inner_e img {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width:768px) {
    .characteristic_inner {
        flex-direction: column-reverse;
    }

    .characteristic_inner_e {
        flex-direction: column;
    }

    .characteristic_inner table {
        width: 100%;
        margin-top: 20px;
    }

    .characteristic_inner img {
        width: 100%;
    }

    .characteristic_inner_e img {
        margin-top: 2em;
    }
}

.usage_img01 img {
    margin-top: 20px;
}

.usage_inner01 {
    text-align: center;
}

.usage_inner01 a {
    position: relative;
    display: inline-block;
    color: #69be28;
    padding: 10px 40px 10px 30px;
    margin-top: 20px;
    border: 1px solid #69be28;
    outline: none;
    transition: ease .2s;
}

.usage_inner01 a::after {
    content: '';
    position: absolute;
    top: 42%;
    right: 13px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #69be28;
    border-right: 2px solid #69be28;
    transform: rotate(45deg);
    transition: all .3s;
}

.usage_inner01 a:hover::after {
    right: 11px;
}

.usage_inner02_textbox01 {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}

.usage_inner02_textbox01 ul {
    width: 30vw;
    margin-right: 20px;
}

.usage_inner02_textbox01 img {
    width: 60vw;
    margin-right: 20px;
}

.usage_inner02_textbox01 lh {
    font-size: 2rem;
}

.usage_inner02_textbox01 lh::before {
    content: '';
    display: inline-block;
    width: 20px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
    background-image: url("../gigacell/images/rectangle_mark.png");
    background-size: contain;
    vertical-align: middle;
}

.usage_inner02_textbox01 li {
    font-size: max(1.0526315789vw, 1.4rem);
    font-weight: 400;
    line-height: 2;
    margin-top: 5px;
    margin-bottom: 30px;
}

.usage_inner03 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px auto;
}

.usage_inner03 ul {
    width: 30vw;
    margin-right: 20px;
}

.usage_inner03 img {
    width: 60vw;
    margin-right: 20px;
}

.usage_inner03_textbox01 lh {
    font-size: 2rem;
}

.usage_inner03_textbox01 lh::before {
    content: '';
    display: inline-block;
    width: 20px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
    background-image: url("../gigacell/images/rectangle_mark.png");
    background-size: contain;
    vertical-align: middle;
}

.usage_inner03_textbox01 li {
    margin-top: 5px;
    margin-bottom: 30px;
}

.usage_inner04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0px auto;
}

.usage_inner04 img {
    width: 20vw;
    min-width: 300px;
}

.usage_inner04 figure figcaption {
    margin-top: 10px;
    margin-bottom: 40px;
}

.usage_inner04 figure p {
    padding-bottom: 5px;
    font-size: 1.5em;
}

.usage_inner04 figure ul {
    border-top: 1px solid #c5c5c5;
    padding-top: 5px;
}

.usage_inner05 {
    margin: 30px 0px 30px 20px;
}

.usage_inner05 li {
    list-style: disc;
    margin-bottom: 5px;
}

.usage_inner05 li a {
    border-bottom: 1px solid #c5c5c5;
    transition: all .3s;
}

.usage_inner05 li a:hover {
    color: #69be28;
    border-bottom: 1px solid #69be28;
}

@media screen and (max-width:768px) {
    .usage_inner02_textbox01 {
        flex-direction: column;
    }

    .usage_inner02_textbox01 ul {
        width: 100%;
    }

    .usage_inner03 {
        flex-direction: column;
        align-items: normal;
    }

    .usage_inner03 ul {
        width: 100%;
    }

    .usage_inner03 img {
        width: 100%;
    }

    .usage_inner04 img {
        width: 100vw;
    }
}