@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Official Child
Theme URI: https://arkhe-theme.com/
Author: LOOS,Inc.
Author URI: https://twitter.com/ddryo_loos
Description: ArkheのOfficial子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/


.c-postContent .is-style-article > code {
    padding: 0.1em .4em;
}

.c-postContent h2.is-style-article {
    padding-left: 3rem;
    margin-top: 3em;
    margin-bottom: 2em;
    font-size: 1.5rem;
    background: url(https://arkhe-theme.com/ja/wp-content/themes/arkhe_official_child/assets/arkhe-logo.svg) no-repeat left .45rem top calc(50% - 4px) / 1.6rem auto;
    position: relative;
    padding-bottom: 8px;
    margin-left: -4px;
}

.c-postContent h2.is-style-article::before{
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewX(-15deg);
    transform: skewX( -15deg );
    width: 100%;
    height: 6px;
    border-bottom: solid 2px;
    border-left: solid 2.25rem;
    display: block;
    content: "";
}

.c-postContent h3.is-style-article {
    position: relative;
    font-size: 1.3rem;
    padding-left: 1.5rem
}

.c-postContent h3.is-style-article::before {
    position: absolute;
    top: calc(50% - .5rem);
    left: 0;
    width: 1rem;
    height: 1rem;
    background: currentColor;
    -webkit-transform: scale(.75) rotate(45deg);
    transform: scale(.75) rotate(45deg);
    border: solid 2px #fff;
    box-shadow: 0 0 0 1px #000;
    content: "";
}

.c-postContent h4.is-style-article {
    font-size: 1.2rem;
    position: relative;
    padding-left: 1.25rem;
}

.c-postContent h4.is-style-article::before {
    position: absolute;
    top: calc(50% - .5rem);
    left: 0;
    width: 1rem;
    height: 1rem;
    background: currentColor;
    -webkit-transform: scale(.5) rotate(45deg);
    transform: scale(.5) rotate(45deg);
    content: "";
}


/* テーブル */
.wp-block-table.is-style-code th{
    min-width: 4rem;
}
.wp-block-table.is-style-code td:first-child{
    background: rgba(0,0,0,0.02);
    font-weight: 700;
}

.wp-block-table.is-style-code td code{
    white-space: nowrap;
}
.wp-block-table.is-style-code td:first-child code{
    margin: 0;
    padding: 0;
    background: none;
}

@media (max-width: 959px) {
    .wp-block-table.is-style-code {
        display: block;
        padding-bottom: 16px;
        overflow-x: scroll;
    }
    .wp-block-table.is-style-code > table {
        width: 800px;
        max-width: 800px;
    }
}


/* ヘッダー */
@media (max-width: 999px) {
    .l-header__right .c-headerBtns{
        display: none;
    }
}

#drawer_menu .c-headerBtns{
    display: block;
}
#drawer_menu .c-headerBtn{
    margin: 1.5rem auto 0;
    width: 200px;
    padding: 16px;
    justify-content: center;
}

.c-headerBtn{
    color: #fff;
    background: linear-gradient(135deg, #ffa05d, #f54040);
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 10em;
    margin-left: 16px;
    font-size: .9rem;
}

.c-headerBtn.-mypage{
    background: rgba(255,255,255,0.25);
    color: #d4503a;
    box-shadow: inset 0 0 0 1px currentColor;
}

.c-headerBtn:hover{
    opacity: .75;
}

.c-headerBtn__icon{
    fill: currentColor;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 4px;
}
.c-headerBtn__svg path{
    fill: inherit;
}

/* .c-headerBtn__title{} */

/* グロナビの項目出し分け */
/* body.woocommerce-page #gnav .-forum, */
/* body.woocommerce-page #gnav .-plugins, */
body:not(.woocommerce-page) #gnav .-product{
    display: none;
}


.uploaded-file{
    list-style: none;
}

.arkhe_log{
    font-size: 14px;
    margin-top: 1.5rem;
}

.arkhe_log .error{
    color: #ec2323;
}

.woocommerce-view-order section.woocommerce-order-downloads{
    display: none;
}


.c-infoBar {
    position: relative;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #ffa05d, #f54040);
}

.c-infoBar__text {
    position: relative;
    z-index: 1;
    display: block;
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.woocommerce .single_add_to_cart_button.alt:not(.disabled) {
    background: linear-gradient(135deg, #ffa05d, #f54040);
}

.woocommerce-MyAccount-content{
    --ark-mt--h: 1.5em;
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h4{
    margin-top: var(--ark-mt--h);
}

/* マイページ */
dl.account_info{
    padding: 1.5rem 1.5rem 0;
    border: solid 1px #dedede;
}

dl.account_info > dt{
    font-size: 1.2em;
    margin-left: calc( -1.5rem - 1px );
    padding-left: 1rem;
    border-left: 4px solid;
}

dl.account_info > dd{
    /* padding-left: 2rem; */
    margin: .5rem 0 2rem;
}

.account_info__licence .__flex{
    display: flex;
    gap: .5em;
    /* align-items: flex-start; */
    align-items: center;
    padding: 2px 0;
}

.account_info__licence dt{
    flex: 0 0 auto;
    min-width: 8em;
    font-size: .8em;
    color: #555;
    text-align: right;
}

.account_info__licence dd{
    flex: 1;
}

.account_info__licence .__owner{
    display: flex;
    position: relative;
    /* flex-wrap: wrap; */
    align-items: center;
     /* width: fit-content; */
}

.account_info__licence .__owner form{
    display: inline-flex;
    align-items: center;
    
}

.account_info__licence .__owner button {
    background: none;
    padding: 2px 6px;
    border: solid 1px var(--ark-color--link);
    border-radius: 2px;
    font-size: 14px;
    margin-left: .5em;
    color: var(--ark-color--link);
    box-sizing: border-box;
    line-height: 1.5;
}
.account_info__licence .__owner .__changeBtn{
    background: var(--ark-color--link);
    color: #fff;
    border-radius: 2px;
}

.account_info__licence .__owner [name="new_owner"]{
    padding: 2px 4px;
    font-size: 16px;
}

.account_info__licence .__owner:not(.__editing) .__forEditing,
.account_info__licence .__owner.__editing .__forStable{
    display: none;
}


dl.account_info .button,
.account_info.-download .button{
    margin: 4px;
}

dl.account_info .__label{
    font-size: .8rem;
    min-width: 6em;
    display: inline-block;
    margin-right: .5rem;
    position: relative;
    color: #555;
    text-align: right;
    padding-right: 1em;
}
dl.account_info .__label::after{
    content: ":";
    position: absolute;
    right: 0;
}

dl.account_info .__key{
    color: #449c20;
    font-size: 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.25;
}


table.ark-download_list thead th{
    color: inherit;
    background: #fafafa;
}

.ark-download_list .ark-download_list__btn{
    background-color: var(--ark-color--main);
    color: #fff;
    padding: .5em 1em;
    line-height: 1.5;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: 0 0 4px #ccc;
    letter-spacing: .1px;
}
.ark-download_list .ark-download_list__btn:hover{
    opacity: .7;
}

.ark-download_list code,
.ark-download_list span{
    white-space: nowrap;
}


/* スラックリンク */
.c-slackLink{
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #ffa05d, #f54040);
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin: 1rem auto;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1); /* var(--arkb-shadow--s); */
    transition: box-shadow .25s;
}
.c-slackLink:hover{
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .2)
}

.c-slackLink__img{
    margin-right: 8px;
    padding: 4px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}


/* Forum */
#af-wrapper .post-wrapper{
    overflow: hidden;
}

#af-wrapper .post-author{
    flex-shrink: 0;
}

#af-wrapper .post-reactions [data-reaction="down"],
#af-wrapper .post-reactions .reaction.down{
    display: none;
}


/* 商品説明タブ */
.tabs.wc-tabs{
    display: none;
}
