:root{
      --pt-header-height: 45px;
}

body{
  color: #000;
}

.up-clearfix {
    display: block;
}

.up-clearfix::before, .up-clearfix::after {
    content: '';
    display: block;
    clear: both;
}

#primary {
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
}

.content-area .entry-title {
    color: #000;
    padding: 0;
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.05em !important;
    text-align: center;
}

.content-area .date{
    margin-bottom: 2em;
}

.content-area .table_contents{
  padding: 28px;
    background-color: #f9f9f2;
    margin: 30px 0;
}

.entry-content h4{
    font-size: 17px;
    line-height: 21px;
    color: #dda862 !important;
    margin: 0 0 19px 0;
    font-family: 'Noto Serif Japanese' !important;
    font-size: 18px !important;
}

.table_contents_list li {
    list-style: disc;
    margin-left: 28px;
}

.table_contents_list li:has(a:empty) {
  display: none;
}

.table_contents_list li + li{
  margin-top: 10px;
}

.content-area .text{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 20px 0;
}

.content-area .lead-text{
    margin: 40px 0 50px;
    padding: 0 30px;
}

.content-area .pickup-title,.content-area .area-ttl{
    text-align: center;
    font-family: 'Noto Serif Japanese';
    padding-top: 60px;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #1b1b1b;
    line-height: 40px;
    position: relative;
}

.content-area .pickup-title::before,.content-area .area-ttl::before {
    content: '';
    display: block;
    width: 201px;
    height: 1px;
    background: url(https://ayanokoji-onlineshop.jp/blog/wp-content/uploads/2020/07/line-h2.gif) 0 0 repeat-x;
    background-size: 9px auto;
    margin: 0 auto 30px;
}

.content-area .img-box{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.content-area .img-box img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.content-area .img-box::after {
    content: "";
    display: block;
    padding-top: 45%;
}

.content-area .box {
    margin-top: 5em;
}

.content-area .box h3 {
    color: #1b1b1b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: none;
    line-height: 28px;
}

.content-area .box:has(h3:empty) {
  display: none;
}

.content-area .box .text{
  margin-top: 20px;
  padding: 0 20px;
}

.content-area .box .c_cart_btn {
    max-width: 780px;
    margin: 0 auto;
    padding: 20px;
}

.content-area .box .c_cart_btn .price-section {
    background-color: #f9f8f2;
    padding: 20px;
    font-size: 18px;
    text-align: center;
}

.content-area .box .c_cart_btn .price-section .price {
    font-weight: bold;
    font-size: 20px;
}

.content-area .box .c_cart_btn .price-section .price::before,.content-area .box .c_cart_btn .price-section .price::after{
  content: none;
}

.shipping {
    color: #caa441;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
}

.shipping::before,.shipping::after{
  content: "";
  width: 1px;
  height: 15px;
  background-color: #caa441;
  display: block;
}

.shipping::before {
    margin-right: 10px;
    transform: rotate(-15deg)
}

.shipping::after {
    margin-left: 10px;
    transform: rotate(15deg)
}

.product-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white !important;
    padding: 12px 20px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    max-width: 380px;
    margin: 0 auto;
    position: relative;
    border: 2px solid black;
}

.product-button:hover{
  background-color: #fff;
  color: black !important;
  opacity: 1;
}

.product-button::after {
    content: "▶";
    position: absolute;
    right: 20px;
}

.d-content1-area .sub_bg {
    background-color: rgb(249, 249, 242);
    padding: 28px;
    margin: 30px 0px;
}

.d-content1-area .sub_bg dt {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
}

.d-content1-area .sub_bg dd {
    margin: 10px 0 30px 0;
    border-left: 1px dotted #111;
    padding: 0 0 0 30px;
}

.profile{
    width: 100%;
    border: 5px solid #f5f5f5;
    margin: 30px 0;
    padding: 20px 25px;
    box-sizing: border-box;
}

.profile:has(.authorName:empty) {
  display: none;
}

.profile .writer {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #1b1b1b;
}

.profile .inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.profile .inner .left-side {
    width: 100px;
   /*  margin: auto; */
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    align-self: center;
}
.profile .inner .left-side img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile .inner .right-side {
    width: calc(100% - 125px);
}

.profile .inner .right-side .authorName {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

.profile .pfollow{
    list-style-type: none !important;
    padding: 0 !important;
    display: flex;
    flex-flow: row wrap;
    column-gap: 20px;
    font-size: 22px;
}

.profile .ptwitter {
    color: #55acee !important;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

@media only screen and (max-width: 840px) {
    /* .content-area .box{
      margin-top: 3em;
    } */
    
    .content-area .entry-title {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 1em;
        letter-spacing: 0 !important;
    }
    
    .content-area .date {
        margin-bottom: 1em;
    }
    
    .content-area .img-box {
      margin-top: 20px;
    }
    
    .content-area .img-box::after {
        padding-top: 60%;
    }
    
    .content-area .lead-text {
        margin: 20px 0 30px;
        padding: 0 0px;
    }
    
    .content-area .pickup-title, .content-area .area-ttl {
        padding-top: 40px;
        font-size: 20px;
        line-height: 30px;
    }
    
    .content-area .table_contents {
        padding: 20px;
        margin: 20px 0;
    }
    
    .content-area .box .text{
      padding: 0;
    }
    
    .profile {
        padding: 20px 15px;
    }
    
    .profile .inner{
      margin-top: 5px;
    }
    
    .profile .inner .left-side {
        width: 70px;
    }
    
    .profile .inner .right-side {
        width: calc(100% - 85px);
    }
}

.category-area {
    max-width: 960px;
    width: 100%;
    margin: 0px auto;
}

.category-ttl {
    width: 217px;
    display: block;
    margin: 80px auto 0;
}

.m-pagenation {
    margin-top: 80px;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 12px 0;
    width: 100%;
}

.m-pagenation__body {
    font-size: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.m-pagenation__body li {
    font-size: 14px;
    display: inline-block;
    line-height: 1em;
    padding: 6px 0;
    width: 26px;
    text-align: center;
    border-radius: 50%;
}

.m-pagenation__body li.-current {
    color: #fff;
    background: #ccc;
}

.ul-yomimono-ctgr {
    font-size: 0;
    margin-top: 40px;
    text-align: center;
}

.ul-yomimono-ctgr li {
    font-size: 14px;
    border-right: 1px solid #000;
    display: inline-block;
    margin-top: 14px;
}

.ul-yomimono-ctgr li:last-child {
    border: 0;
}

.ul-yomimono-ctgr li a {
    padding: 0 24px;
    letter-spacing: 0.1em !important;
    display: block;
}

.ul-yomimono-ctgr li a::before {
    content: '#';
}

.post-navigation a {
    color: #fff !important;
    background: #ccc;
    padding: 0.5em 1em !important;
    border-radius: 30px !important;
    display: inline-block;
}

.nav-links {
    margin-top: 30px;
}

.column-top {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
}

.column-top a {
    text-decoration: underline !important;
}

@media only screen and (max-width: 1680px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 841px) {
    .breadcrumbs {
        text-align: center;
    }
}

@media only screen and (max-width: 840px) {
    .ttl-yomimono-ctgr {
        width: 100%;
    }

    .ttl-yomimono-ctgr {
        margin: 60px auto 0;
    }
    
    .archive-title,
    .search .page-header .page-title {
        font-size: 6.4vw;
    }

    .row.ep-masonry,
    .row.ep-masonry .post {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row.ep-masonry .post {
        padding: 0 2vw 0 0;
        width: 50% !important;
    }

    .row.ep-masonry .post:nth-child(2n) {
        padding: 0 0 0 2vw;
    }

    .ul-yomimono-ctgr {
        margin-top: 0;
        padding: 15px 2vw 0;
    }

    .ul-yomimono-ctgr li {
        border-right: 1px solid #000 !important;
        border-left: 1px solid #000 !important;
        margin-top: 15px;
        width: 50%;
        font-size: 12px;
    }

    .ul-yomimono-ctgr li:nth-child(2n) {
        border-right: 1px solid #000 !important;
        border-left: none !important;
    }

    .ul-yomimono-ctgr li a {
        padding: 0;
        letter-spacing: 0 !important;
    }

    .m-pagenation {
        margin-top: 60px !important;
    }

    .nav-links div {
        padding: 0 2vw;
    }

    .single-post .post .entry-title,
    .page-template-default .entry-title {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 1em;
        letter-spacing: 0 !important;
    }
}

/* header */
@media screen and (max-width: 899px) {
    .fs-l-main {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 639px) {
    .pt-header__glIcons :is(a, .pt-dummyAnkr) {
        padding: 0.5rem 0;
    }
}

/* ドロワーナビ */
[class^=pt-tag], [class*=" pt-tag"]{
  color: #fff !important;
}

.pt-clientInfo__name{
  display: none;
}

.pt-drawer__infoList{
  margin-top: 0;
}

span.pt-drawer__infoItem.ipt-i_search.pt-dummyAnkr{
  display: none;
}

.pt-scrollKeywords__inn{
  margin-top: 20px;
}
