@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.w12 {
  max-width: 1200px;
  margin: auto;
}

body {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W4', 'ヒラギノ角ゴ Pro', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  color:#222;
  background: #F7F7F7;
}

.bg-gray {
  background: #EDEDED;
}

header :is(.search,.favorite,.cart){
	display:none!important;
}

@media screen and (max-width:1300px) {
  .w12 {
    padding: 0 2%;
  }
}

@media screen and (max-width:767px) {
  .w12 {
    padding: 0 calc((16 / 375)*100%);
  }
}

/*=====================================
*パンくず
=======================================*/
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 28px;
  padding-top: 20px;
}

.breadcrumb ul:last-of-type{
  padding-top: 8px;
}

.breadcrumb ul li {
  position: relative;
  font-size: 12px;
  font-weight: 300;
}

.breadcrumb ul li a {
  color: #777777;
}

.breadcrumb ul li:last-of-type a {
  color: #534741;
}

.breadcrumb ul li:not(:last-of-type) a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: transparent #DEDEDE #DEDEDE transparent;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
}

@media screen and (max-width:767px) {
  .breadcrumb-area {
    border-bottom: 1px solid #EDEDED;
  }

  .breadcrumb ul {
    gap: 8px 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .breadcrumb ul li {
    font-size: 10px;
  }
}



/*===========================
*全ページ共通
===========================*/
/*見出し*/
.hd01 :is(h1,h2, h3, h4) {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: calc(32 / 20);
  margin-bottom: 18px;
}

@media screen and (max-width:767px) {
  .hd01 :is(h1,h2, h3, h4) {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: calc(32 / 18);
    margin-bottom: 15px;
  }
}

/*カテゴリー名*/
ul.cate_name {
  display: flex;
  gap: 10px 5px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
}

.cate_name li {
  width: fit-content;
  padding: 1.75px 18px 2.75px;
  border-radius: 20px;
  background: rgba(191, 204, 192, 0.3);
}

.cate_name li a {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #70A373;
}

/*日付*/
time {
  font-size: 12px;
  font-weight: 300;
  color: #777;
}

/*sp*/
@media screen and (max-width:767px) {

  .cate_name li {
    padding: 0 20px 2px;
  }

  .cate_name li a {
    font-size: 10px;
  }
}

/*テキストリンク*/
.text-link01 {
    width: fit-content;
}

.text-link01 :is(a, button) {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #70A373;
}

.text-link01 :is(a, button):after {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    border-style: solid;
    border-color: transparent #70A373 #70A373 transparent;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.text-link01.no-deco :is(a, button):after {
    content: none;
}

@media (any-hover:hover) {
    .text-link01:hover {
        opacity: 0.75;
    }
}

@media screen and (max-width:767px) {
    .text-link01 :is(a, button) {
        gap: 15px;
        font-size: 14px;
    }
}

.text-link02 :is(a, button) {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #9A9A9A;
}

.text-link02 :is(a, button):after {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    border-style: solid;
    border-color: transparent #9A9A9A #9A9A9A transparent;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (any-hover:hover) {
    .text-link02:hover {
        opacity: 0.75;
    }
}

@media screen and (max-width:767px) {
    .text-link02 :is(a, button) {
        gap: 15px;
        font-size: 14px;
    }
}


/*===========================
*全ページ共通
===========================*/
header {
    position: relative;
}

header .header-common {
    position: fixed;
    top: 0;
    z-index: 9990;
    width: 100%;
    height: 70px;
    background: #fff;
}

header .header-common.shadow {
    box-shadow: 0px 1px 20px rgba(68, 68, 68, 0.12);
}

header .header-common .inner {
    display: flex;
    align-items: center;
    height: 100%;
}

header .logo img {
    max-width: 162px;
}

header :is(.logo, .btn-area) {
    width: calc((100% - (540 / 1200) * 100%) / 2);
}

header .search {
    position: relative;
    width: calc((540 / 1200) * 100%);
    height: 36px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

header .search input {
    width: 100%;
    height: 100%;
    padding: 0 8px;
    font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W4', 'ヒラギノ角ゴ Pro', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
    border-radius: 4px;
    border: #F5F5F5 1px solid;
    background-color: #DEDEDE;
}

header .search input:focus::-webkit-input-placeholder {
    color: transparent;
}

header .search input:not(:placeholder-shown) + img {
  display: none;
}

header .search input + img.hidden {
  display: none;
}

header .search img {
    position: absolute;
    top: 50%;
    left: calc(50% - 66px);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

header .search input::placeholder {
    padding-left: 8px;
    text-align: center;
}

header ul.btn-area {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}

header ul.btn-area li:is(.favorite,.cart,.login){
    width:23px;
}

header .btn {
    cursor: pointer;
}

header .btn span {
    display: block;
    height: 1px;
    margin-left: auto;
    border-radius: 3px;
    background-color: #222;
}

header .btn span:nth-of-type(1) {
    width: 20px;
}

header .btn span:nth-of-type(2) {
    width: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}

header .btn span:nth-of-type(3) {
    width: 13px;
}

header ul.btn-area li.cart {
    position: relative;
}

header ul.btn-area li.cart span.total {
    position: absolute;
    top: -8px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    padding-left: 1px;
    background: #70A373;
    border-radius: 50%;
}



/*tb*/
@media screen and (min-width:768px) {
    header .btn:not(.sp) {
        display: block;
    }
}

/*sp*/
@media screen and (max-width:767px) {

    /*追従メニュー*/
    header .header-common {
        width: 100vw;
        height: 60px;
    }

    header .header-common .inner>.btn {
        display: block;
    }

    header .header-common .inner {
        justify-content: center;

    }

    header .logo {
        width: 130px;
    }

    header .logo img {
        max-width: 100%;
    }

    header .btn {
        position: absolute;
        left: 20px;
    }

    header .btn span {
        margin-right: auto;
        margin-left: initial;
    }

    header ul.btn-area {
        position: absolute;
        gap: 17px;
        right: 20px;
    }

    header ul.btn-area .login {
        display: none;
    }

    /*検索エリア*/
    header .sp-search {
        margin-top: 60px;
        padding: 11px 16px;
        background-color: #EFEFEF;
    }

    header .sp-search .search {
        width: 100%;
        height: 32px;
        font-size: 12px;
    }

    header .sp-search .search input {
        padding: 0 8px;
        border: 0;
        background-color: #fff;
    }

    header .sp-search .search img {
        top: calc(50% + 1px);
    }

    header .header-news {
        margin-top: 0;
    }

    header .header-news .inner p {
        padding: 4.75px 5px;
    }

    header .header-news .inner p a {
        font-size: 12px;
    }

    /*カテゴリーメニュー*/
    header ul.header-menu {
        padding: 10px 0;
    }

    header .header-menu li {
        padding: 0 20px;
    }

    header ul.header-menu li:nth-of-type(n+4) {
        display: none;
    }

    header ul.header-menu li:nth-of-type(n+3):after {
        content: none;
    }

    header .header-menu li a {
        font-size: 13px;
    }

}


/*pcフロートメニュー*/
header .header_floatMenu {
    position: fixed;
    z-index: 9989;
    transform: translateX(-50%);
    top: 14%;
    left: 50%;
    width: 100%;
    min-height: 320px;
    padding: 45px 50px;
    background: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

@media screen and (max-width:1300px) {
    header .header_floatMenu {
        width: calc(100% - 60px);
    }
}

header .header_floatMenu.active {
    pointer-events: auto;
    opacity: 1.0;
}

header .header_floatMenu #floatMenuBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

header .header_floatMenu #floatMenuBtn span {
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #222222;
}

header .header_floatMenu #floatMenuBtn span:nth-of-type(1) {
    transform: rotate(-45deg);
}

header .header_floatMenu #floatMenuBtn span:nth-of-type(2) {
    transform: rotate(45deg);
}

header .header_floatMenu .menu_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 230px;
}

header .header_floatMenu .menu_area .tab_area {
    width: calc(((690 / 1200) * 100%) - 0.5px);
}

header .header_floatMenu .menu_area .tab_area .header-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: #70A373;
    border-radius: 50px;
    z-index: 2;
}

header .header_floatMenu .menu_area .tab_area .tabs {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    border-radius: 50px;
    background-color: #DEDEDE;
}

header .header_floatMenu .menu_area .tab_area .tabs button.header-tab {
    position: relative;
    z-index: 3;
    width: calc(100% / 4);
    padding: 9px 20px 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 0.08em;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: none;
}

header .header_floatMenu .menu_area .tab_area .header_tab-content {
    display: none;
    margin-top: 25px;
}

header .header_floatMenu .menu_area .tab_area .header_tab-content.active {
    display: block;
}

header .header_floatMenu .menu_area .tab_area .header_tab-content ul {
    display: grid;
    gap: 4px calc((50 / 690) * 100%);
    grid-template-columns: repeat(3, 1fr);
}

header .header_floatMenu .menu_area .tab_area .header_tab-content ul li {
    width: 100%;
}

header .header_floatMenu .menu_area .tab_area .header_tab-content ul li a {
    position: relative;
    display: flex;
    width: 100%;
    padding: 10px 12px;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    color: #222;
}

header .header_floatMenu .menu_area .tab_area .header_tab-content ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 12px;
    height: 100%;
    clip-path: polygon(0 100%, 0 0, 100% 50%);
    background-color: #EDEDED;
    opacity: 0;
}

@media (any-hover:hover) {
    header .header_floatMenu .menu_area .tab_area .header_tab-content ul li a:hover {
        font-weight: 600;
        background-color: #EDEDED;
    }

    header .header_floatMenu .menu_area .tab_area .header_tab-content ul li a:hover::after {
        opacity: 1.0;
    }
}

header .header_floatMenu .menu_area .line {
    display: block;
    width: 1px;
    height: auto;
    background-color: #DEDEDE;
}

header .header_floatMenu .menu_area .link_area {
    position: relative;
    width: calc(((432 / 1200) * 100%) - 0.5px);
}

header .header_floatMenu .menu_area .link_area ul {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    row-gap: 14px;
    margin-top: 35px;
}

header .header_floatMenu .menu_area .link_area ul li {
    line-height: 1.5;
}

header .header_floatMenu .menu_area .link_area ul li a.top {
    display:none;
}

header .header_floatMenu .menu_area .link_area ul li:nth-of-type(-n + 3) a {
    font-weight: 600;
}

header .header_floatMenu .menu_area .link_area ul li a {
    color: #111;
    font-size: 12px;
    transition: 0.3s ease;
}


@media (any-hover:hover) {
    header .header_floatMenu .menu_area .link_area ul li a:hover {
        opacity:0.7;
    }
}


header .header_floatMenu .menu_area .link_area .btn_area :is(.btn01, .btn02) {
    width: 100%;
    height: 36px;
}

header .header_floatMenu .menu_area .link_area .btn_area :is(.btn01, .btn02) a {
    font-size: 12px;
}

header .header_floatMenu .menu_area .link_area .coupon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

header .header_floatMenu .menu_area .link_area .coupon a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #70A373;
    letter-spacing: 0.08em;
    padding: 5px 1px;
    border-radius: 2px;
    border: 1px solid #70A373;
}

header .header_floatMenu .menu_area .link_area .coupon a span.fz10 {
    font-size: 10px;
}

header .header_floatMenu .menu_area .link_area .coupon a span.fz16 {
    font-size: 16px;
}

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

    /*ハンバーガーメニュー*/
    header .menu-bg {
        position: fixed;
        z-index: 9997;
        top: 0;
        left: 0;
        display: block;
        width: 100vw;
        height: 100lvh;
        background-color: #534741;
        pointer-events: none;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }

    header .menu-bg.active {
        pointer-events: auto;
        cursor: pointer;
        opacity: 0.9;
    }

    header .ham_menu-area {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: -500px;
        opacity: 0;
        width: calc((335 / 375) * 100vw);
        max-width: 400px;
        height: 100lvh;
        transition: 0.3s ease-in-out;
        background-color: #F5F5F5;
    }

    header .ham_menu-area .ham_menu-btn.close {
        position: absolute;
        transform: rotate(45deg);
        z-index: 9999;
        cursor: pointer;
        right: -31px;
        top: 27px;
        width: 20px;
        height: 20px;
    }

    header .ham_menu-area .ham_menu-btn.close span {
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 2px;
        border-radius: 3px;
        background-color: #fff;
    }

    header .ham_menu-area .ham_menu-btn.close span:nth-of-type(1) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header .ham_menu-area .ham_menu-btn.close span:nth-of-type(2) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    header .ham_menu-area.active {
        opacity: 1.0;
        left: 0;
    }

    header .ham_menu-area .btn_area {
        display: flex;
        gap: 12px;
        padding: 16px;
        background-color: #fff;
    }

    header .ham_menu-area .btn_area :is(.btn01, .btn02) {
        height: 36px;
    }


    header .ham_menu-area .ham-menu_content {
        height: calc(100lvh - 120px);
        overflow-y: scroll;
    }

    /*共通部分*/

    header .ham_menu-area .ham-menu_content ul li>ul {
        display: none;
    }

    header .ham_menu-area .ham-menu_content ul li {
        font-size: 12px;
        letter-spacing: 0.03em;
        color: #222222;
    }

    header .ham_menu-area .ham-menu_content>ul>.parent {
        background: #fff;
    }

    header .ham_menu-area .ham-menu_content>ul>.parent span {
        border-top: 1px solid #E5E5E5;
    }

    header .ham_menu-area .ham-menu_content ul .parent span :is(.ham-btn, .inner-ham-btn) span {
        border: 0;
    }

    header .ham_menu-area .ham-menu_content ul li ul li .item-title {
        background-color: #F7F7F7;
        border-top: 1px solid #EDEDED;
    }
    
    header .ham_menu-area .ham-menu_content ul li ul.item-title .menu-item li a {
        position: relative;
        padding-right: 16px;
        padding-left: 24px;
    }

    header .ham_menu-area .ham-menu_content ul.child-only li a {
        position: relative;
    }

    header .ham_menu-area .ham-menu_content ul.child-only li a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-radius: 1px;
        border-style: solid;
        border-color: transparent #C1C1C1 #C1C1C1 transparent;
        border-width: 0 2px 2px 0;
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 2;
    }

    header .ham_menu-area .ham-menu_content ul .parent :is(.ham-btn, .inner-ham-btn) {
        position: relative;
        width: 58px;
        height: 58px;
        cursor: pointer;
    }

    header .ham_menu-area .ham-menu_content ul .parent :is(.ham-btn, .inner-ham-btn) span {
        position: absolute;
        display: inline-block;
        width: 8px;
        height: 2px;
        border-radius: 2px;
        background-color: #C1C1C1;
        cursor: pointer;
    }

    header .ham_menu-area .ham-menu_content ul .parent :is(.ham-btn, .inner-ham-btn) span:nth-of-type(1) {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    header .ham_menu-area .ham-menu_content ul .parent :is(.ham-btn, .inner-ham-btn) span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(90deg);
        left: 50%;
        top: 50%;
        transition: 0.3s ease-in-out;
    }

    header .ham_menu-area .ham-menu_content ul .parent :is(.ham-btn, .inner-ham-btn).active span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    header .ham_menu-area .ham-menu_content ul li.other {
        padding: 20px 0 20px 16px;
        color: #909090;
        border-top: 1px solid #E5E5E5;
    }

    header .ham_menu-area .ham-menu_content ul li.child-only {
        position: relative;
        border-top: 1px solid #E5E5E5;
        background-color: #fff;
    }

    header .ham_menu-area .ham-menu_content ul.child-only li {
        background-color: #f7f7f7;
        border-top: 1px solid #E5E5E5;
    }

    header .ham_menu-area .ham-menu_content ul li.child-only:last-of-type {
        border-bottom: 1px solid #E5E5E5;
    }


    header .ham_menu-area .ham-menu_content ul li.child-only a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-radius: 1px;
        border-style: solid;
        border-color: transparent #C1C1C1 #C1C1C1 transparent;
        border-width: 0 2px 2px 0;
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 2;
    }


    header .ham_menu-area .ham-menu_content ul li a {
        display: flex;
        width: 100%;
        height: 100%;
        color: inherit;
        padding: 20px 0 20px 16px;
    }

    header .ham_menu-area .ham-menu_content ul li.parent>span>a {
        width: calc(100% - 58px)
    }


    header .ham_menu-area .ham-menu_content ul li ul li.menu-item+li.menu-item {
        border-top: 1px solid #EBEBEB;
    }

    header .ham_menu-area .ham-menu_content ul .parent span {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /*タブ切り替えで変更されるカテゴリ部分*/
    header .ham_menu-area .ham-menu_content .tabs {
        display: flex;
        position: relative;
        margin: 12px 16px;
        background: #DEDEDE;
        border-radius: 50px;
    }

    header .ham_menu-area .ham-menu_content .tabs .ham-slider {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25%;
        height: 100%;
        background-color: #70A373;
        border-radius: 50px;
        z-index: 2;
    }

    header .ham_menu-area .ham-menu_content .tabs button {
        position: relative;
        z-index: 3;
        width: calc(100% / 4);
        padding: 11px 0px 10px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.04em;
        color: #fff;
        cursor: pointer;
        background: transparent;
        border: none;
    }

    header .ham_menu-area .ham-menu_content>span.item-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-height: 58px;
        font-size: 12px;
        letter-spacing: 0.03em;
        color: #222222;
        padding: 20px 0 20px 16px;
        background-color: #fff;
        border-top: 1px solid #EEEEEE;
    }

    header .ham_menu-area .ham-menu_content>span.item-title .ham-btn {
        position: relative;
        width: 58px;
        height: 58px;
        cursor: pointer;
    }

    header .ham_menu-area .ham-menu_content>span.item-title .ham-btn span {
        position: absolute;
        display: inline-block;
        width: 8px;
        height: 2px;
        border-radius: 2px;
        background-color: #C1C1C1;
        cursor: pointer;
    }

    header .ham_menu-area .ham-menu_content>span.item-title .ham-btn span:nth-of-type(1) {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    header .ham_menu-area .ham-menu_content>span.item-title .ham-btn span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(90deg);
        left: 50%;
        top: 50%;
        transition: 0.3s ease-in-out;
    }

    header .ham_menu-area .ham-menu_content>span.item-title .ham-btn.active span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    header .ham_menu-area .ham-menu_content .tab_area {
        display: none;
    }


    header .ham_menu-area .ham-menu_content .ham_tab-content .parent {
        background: transparent;
    }

    header .ham_menu-area .ham-menu_content .ham_tab-content {
        display: none;
    }

    header .ham_menu-area .ham-menu_content .ham_tab-content.active {
        display: inherit;
    }


    header .ham_menu-area .ham-menu_content .ham_tab-content>li.parent>span {
        max-height: 58px;
        border-top: 1px solid #E5E5E5;
        padding-left: 16px;
    }

    header .ham_menu-area .ham-menu_content .ham_tab-content ul.child-only li {
        background-color: #EDEDED;
        border-top: 1px solid #E5E5E5;
    }

    header .ham_menu-area .ham-menu_content .ham_tab-content>li.parent .inner-ham-btn {
        position: relative;
        width: 58px;
        height: 58px;
        cursor: pointer;
    }

    header .ham_menu-area .ham-menu_content .ham_tab-content>li.parent .inner-ham-btn span {
        position: absolute;
        display: inline-block;
        width: 8px;
        height: 2px;
        border-radius: 2px;
        background-color: #C1C1C1;
        cursor: pointer;
    }

    header .ham_menu-area .ham-menu_content .ham_tab-content>li.parent .inner-ham-btn span:nth-of-type(1) {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    header .ham_menu-area .ham-menu_content .ham_tab-content>li.parent .inner-ham-btn span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(90deg);
        left: 50%;
        top: 50%;
        transition: 0.3s ease-in-out;
    }

    header .ham_menu-area .ham-menu_content .ham_tab-content>li.parent .inner-ham-btn.active span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

/*見出し*/
.hd01 :is(h1, h2, h3, h4) {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: calc(32 / 20);
    margin-bottom: 18px;
}

@media screen and (max-width:767px) {
    .hd01 :is(h1, h2, h3, h4) {
        font-size: 18px;
        letter-spacing: 0.02em;
        line-height: calc(32 / 18);
        margin-bottom: 15px;
    }
}

.hd02 :is(h1, h2, h3, h4) {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: calc(38 /24);
    margin-bottom: 25px;
    padding-left: 20px;
}

.hd02 :is(h1, h2, h3, h4):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 8px;
    height: 24px;
    border-radius: 10px;
    background: #70A373;
}

@media screen and (max-width:1024px) {
    .hd02 :is(h1, h2, h3, h4) {
        font-size: 20px;
        margin-bottom: 20px;
        padding-left: 14px;
    }
}

@media screen and (max-width:767px) {
    .hd02 :is(h1, h2, h3, h4) {
        font-size: 18px;
        padding-left: 14px;
    }

    .hd02 :is(h1, h2, h3, h4):before {
        width: 6px;
        height: 18px;
    }
}

.hd03 :is(h1, h2, h3, h4) {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: calc(38 /24);
    margin-bottom: 25px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width:767px) {
    .hd03 :is(h1, h2, h3, h4) {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
}

.hd04 :is(h1, h2, h3, h4, h5) {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: calc(38 /24);
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .hd04 :is(h1, h2, h3, h4, h5) {
        font-size: 15px;
    }
}

/*ボタン*/
.btn01 {
    position: relative;
    width: 240px;
    height: 44px;
    border: 1px solid #70A373;
    background: #fff;
    border-radius: 100px;
}

.btn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #70A373;
}

.btn01:not(.deco_none) a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    border-style: solid;
    border-color: transparent #70A373 #70A373 transparent;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
}

@media (any-hover:hover) {
    .btn01:hover {
        opacity: 0.8;
    }
}

.btn02 {
    position: relative;
    width: 240px;
    height: 44px;
    border: 1px solid #fff;
    background: #70A373;
    border-radius: 100px;
}

.btn02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.btn02:not(.deco_none) a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
}

@media (any-hover:hover) {
    .btn02:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width:767px) {
    :is(.btn01,.btn02) {
        width: 220px;
        height: 40px;
    }

    :is(.btn01,.btn02)  a {
        font-size: 12px;
    }

    :is(.btn01,.btn02):not(.deco_none) a:before {
        right: 12px;
    }
}



/*ボタン*/
.btn01 {
  position: relative;
  width: 240px;
  height: 44px;
  border: 1px solid #70A373;
  background: #fff;
  border-radius: 100px;
}

.btn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #70A373;
  transition: 0.3s ease-in-out;
}

.btn01:not(.deco_none) a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  border-style: solid;
  border-color: transparent #70A373 #70A373 transparent;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
}

@media (any-hover:hover) {
  .btn01:hover {
    opacity: 0.75;
  }
}

.btn02 {
  position: relative;
  width: 240px;
  height: 44px;
  border: 1px solid #fff;
  background: #70A373;
  border-radius: 100px;
}

.btn02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.btn02:not(.deco_none) a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
}

@media (any-hover:hover) {
  .btn02:hover {
    opacity: 0.75;
  }
}

@media screen and (max-width:767px) {
  .btn01 {
    width: 220px;
    height: 40px;
  }

  .btn01 a {
    font-size: 12px;
  }

  .btn01:not(.deco_none) a:before {
    right: 12px;
  }
}

/*=====================================
*float banner
=======================================*/
#float_bnr {
    position: fixed;
    z-index: 1;
    right: 24px;
    max-width:160px;
    bottom: 100px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

#float_bnr #bnr_btn {
    position: absolute;
    top: -11px;
    right: -11px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #dedede;
    cursor: pointer;
}

#float_bnr #bnr_btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 12px;
    height: 1px;
    border-radius: 2px;
    background-color: #534741;
}

#float_bnr #bnr_btn span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

#float_bnr #bnr_btn span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width:767px) {
    #float_bnr {
        display: none;
    }
}

/*=====================================
*footer
=======================================*/
footer div:not(.footer-bnr) {
    position: relative;
    z-index: 2;
}

footer .footer-bnr {
    text-align: center;
    margin-top: 80px;
    transition:0.3s ease;
}

@media (any-hover:hover){
    footer .footer-bnr:hover {
        opacity:0.7;
    }
}

footer .footer_logo-menu {
    margin-top: 120px;
    background-color: #383230;
}

footer .footer_logo-menu .logo {
    text-align: center;
    padding: 35px 0 37px;
}

footer .footer_logo-menu .logo img {
    max-width: 162px;
}

footer .footer_logo-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 897px;
    margin: auto;
    padding-bottom: 30px;
}

footer .footer_logo-menu ul li {
    padding: 0 20px;
}

footer .footer_logo-menu ul li:nth-of-type(1) {
    padding-left: 0;
}

footer .footer_logo-menu ul li:last-of-type {
    padding-right: 0;
}

footer .footer_logo-menu ul li {
    position: relative;
}

footer .footer_logo-menu ul li:not(:last-of-type):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
}

footer .footer_logo-menu ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
    letter-spacing: 0.08em;
    transition: 0.3s;
}

@media (any-hover:hover) {
    footer .footer_logo-menu ul li a:hover {
        opacity: 1.0;
    }
}

footer .footer_cate {
    padding: 40px 0 50px;
    background-color: #2C2724;
}

footer .footer_cate .inner {
    display: flex;
}

footer .footer_cate ul li:not(.sns-icn) a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.4);
}

footer .footer_cate ul li.cate-parent {
    width: 100%;
}

footer .footer_cate ul li.cate-parent>span>a {
    color: rgba(255, 255, 255, 0.6);
}

footer .footer_cate ul li.cate-parent>a {
    color: rgba(255, 255, 255, 0.6);
}

footer .footer_cate ul li.cate-parent ul {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(10, auto);
    column-gap: clamp(40px, 0.19vw, 60px);
    margin-top: 15px;
    margin-bottom: -12px;
}

footer .footer_cate ul.footer-cateList:last-of-type li.cate-parent ul {
    grid-template-columns: repeat(2, auto);
    grid-auto-flow: initial;
}

@media screen and (min-width:1025px){
  footer .footer_cate ul.footer-cateList:last-of-type .text-link01{
    position: absolute;
    top: 0;
    right: 0;   
  }
    
  footer .footer_cate ul.footer-cateList:last-of-type ul li.text-link01{
     display:none;
  }
}

footer .footer_cate ul.footer-cateList:last-of-type .text-link01 a{
    color: rgba(255, 255, 255, 0.6);
}

footer .footer_cate ul.footer-cateList:last-of-type .text-link01 :is(a, button):after{
    border-color: transparent rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.6) transparent;
}

footer .footer_cate .inner>ul:not(:first-of-type) {
    padding-left: clamp(15px, 1.67vw, 32px);
    padding-bottom: 50px;
}

footer .footer_cate .inner>ul:not(:last-of-type) {
    padding-right: clamp(15px, 1.67vw, 32px);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer_cate ul li a{
    transition:0.3s ease;
}

footer .footer_cate ul.footer-cateList:last-of-type .text-link01{
    transition:0.3s ease;
}

@media (any-hover:hover) {
    footer .footer_cate ul li a:hover {
        opacity:0.7;
    }
    
    footer .footer_cate ul.footer-cateList:last-of-type .text-link01:hover{
        opacity:0.7;
    }
}

footer .footer_cate ul li.cate-parent ul li {
    margin-bottom: 12px;
}

footer .footer_cate ul li:not(.sns-icn) ul li a{
   font-weight: 400;
}

footer .footer_cate ul:last-of-type {
    position: relative;
}

footer .footer_cate ul:last-of-type li.sns-icn {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .footer_cate ul:last-of-type li.sns-icn a {
    opacity: 0.6;
}

footer .footer_cate ul:last-of-type li.sns-icn a+a {
    margin-left: 20px;
}

footer .footer_cate ul:last-of-type li.sns-icn a img{
    width:28px;
}

footer .footer_cate ul:last-of-type li.sns-icn a+a img{
    width:29px;
}
footer .footer-under {
    padding: 30px 0 10px;
    background-color: #1A1715;
}

footer .footer-under ul {
    display: flex;
    justify-content: center;
}

footer .footer-under ul li {
    position: relative;
    padding: 0 clamp(15px, 1.67vw, 32px);
}

footer .footer-under ul li:nth-of-type(1) {
    padding-left: 0;
}

footer .footer-under ul li:last-of-type {
    padding-right: 0;
}

footer .footer-under ul li:not(:last-of-type):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
}

footer .footer-under ul li a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.6);
    transition:0.3s;
}

@media (any-hover:hover){
  footer .footer-under ul li a:hover{
    color:#fff;
  }
}

footer .footer-under .copyright {
    font-size: 10px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.24);
    text-align: center;
    margin-top: 25px;
}

@media screen and (max-width:1024px) {
    footer .footer-bnr img {
        width: 100%;
    }

    footer .footer_logo-menu .logo {
        display: none;
    }

    footer .footer_logo-menu {
        margin-top: 40px;
    }

    footer .footer_logo-menu ul {
        padding: 15px 0;
    }

    footer .footer_logo-menu ul li a {
        opacity: 1.0;
    }

    footer .footer_logo-menu ul li:nth-of-type(n+2) a {
        content: none;
    }

    footer .footer_logo-menu ul li:nth-of-type(n+4) {
        display: none;
    }

    /*カテゴリー*/
    footer .footer_logo-menu ul li a{
        font-weight: bold;
    }
    
    footer .footer_cate {
        padding: 0;
    }    

    footer .footer_cate .inner {
        display: block;
        padding: 0;
        margin-top: 0;
    }

    footer .footer_cate .inner>ul:not(:last-of-type) {
        padding: 0;
        border-right: 0;
    }

    footer .footer_cate .inner>ul:not(:first-of-type) {
        margin: 0;
        padding: 0;
    }

    footer .footer_cate ul li.cate-parent ul {
        display: block;
        margin: 0;
    }

    footer .footer_cate ul li.cate-parent ul li {
        margin: 0;
    }

    footer .footer_cate ul li.cate-parent .wrapper {
        display: flex;
    }

    footer .footer_cate ul li.cate-parent .wrapper .cate-btn {
        position: relative;
        display: block;
        width: 44px;
        height: 44px;
        cursor: pointer;
        border-top: solid 1px rgba(255, 255, 255, 0.08);
        border-bottom: solid 1px rgba(255, 255, 255, 0.08);
    }

    footer .footer_cate ul li.cate-parent:first-of-type .wrapper .cate-btn {
        border-top: 0;
    }

    footer .footer_cate ul li.cate-parent .wrapper .cate-btn span {
        position: absolute;
        display: inline-block;
        width: 11px;
        height: 1px;
        background-color: #eee;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }

    footer .footer_cate ul li.cate-parent .wrapper .cate-btn span:nth-of-type(1) {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    footer .footer_cate ul li.cate-parent .wrapper .cate-btn span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(90deg);
        left: 50%;
        top: 50%;
    }

    footer .footer_cate ul li.cate-parent .wrapper .cate-btn.active span:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    footer .footer_cate ul li.cate-parent .wrapper a {
        display: block;
        width: calc(100% - 44px);
        color: rgba(255, 255, 255, 0.6);
        padding: 11.25px 20px;
        border-top: solid 1px rgba(255, 255, 255, 0.08);
        border-bottom: solid 1px rgba(255, 255, 255, 0.08);
    }

    footer .footer_cate ul li.cate-parent:first-of-type .wrapper a {
        border-top: 0;
    }

    footer .footer_cate ul li.cate-parent ul li+li a {
        border-top: solid 1px rgba(255, 255, 255, 0.08);
    }

    footer .footer_cate ul li.cate-parent ul li:last-of-type a {
        border-bottom: solid 1px rgba(255, 255, 255, 0.08);
    }

    footer .footer_cate ul li.cate-parent ul {
        display: none;
    }

    footer .footer_cate ul li.cate-parent ul li a {
        display: block;
        padding: 11.25px 20px;
        color: rgba(255, 255, 255, 0.6);
    }
    
     footer .footer_cate ul.footer-cateList:last-of-type ul li.text-link01{
       width:100%;
     }
    
    footer .footer_cate ul.footer-cateList:last-of-type ul li.text-link01 a{
       display:flex;
     }

    footer .footer_cate ul:last-of-type li.sns-icn {
        display: none;
    }

    /*footer下メニュー*/

    footer .footer-under ul {
        display: block;
    }

    footer .footer-under ul li {
        padding: 0;
    }

    footer .footer-under ul li+li {
        margin-top: 5px;
    }

    footer .footer-under ul li:not(:last-of-type):after {
        content: none;
    }

    footer .footer-under ul li a {
        color: rgba(255, 255, 255, 0.6);
    }

    footer .footer-under .sns-icn {
        display: flex;
        justify-content: center;
        gap: 24px;
        opacity: 0.4;
        margin-top: 18px;
    }
    
    footer .footer-under .sns-icn a img{
       width:28px;
    }
    
    footer .footer-under .sns-icn a + a img{
       width:28px;
    }
    
    footer .footer-under .copyright{
        margin-top: 16px;
    }
}

@media screen and (max-width:767px) {
    footer .footer-bnr {
        margin-top: 40px;
    }
}

/*====================
front-ppage
====================*/
#top {
  margin-top: 70px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #top {
    margin-top: 60px;
  }
}

/*====================
ranking
====================*/
.popular-list {
  margin-top: 40px;
  padding-bottom: 60px;
}

.popular-list .inner ul:not(.cate_name) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.popular-list .list-area>ul>li {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
	transition:0.3s ease;
}

@media (any-hover:hover){
	.popular-list .list-area>ul>li:hover{
		opacity:0.7;
	}
}

.popular-list ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 10px;
}

.popular-list ul.cate_name {
  padding-top: 12px;
  margin-top: -10px;
}

.popular-list ul li a h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.04em;
  line-height: calc(24 /16);
  margin-top: 2px;
}

.popular-list ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  color: #222;
  letter-spacing: 0.02em;
  line-height: calc(19 / 14);
}

.popular-list ul li .img-area img {
  aspect-ratio: 1;
  object-fit: cover;
}

.popular-list .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 4px;
  background-color: #CDCDCD;
}

.popular-list .num span {
    position: absolute;
    transform: translate(-50%, -50%);
    top: calc(50% - 1px);
    left: calc(50% + 1px);
}

.popular-list li:nth-of-type(1) .num {
  background-color: #C2A162;
}

.popular-list li:nth-of-type(2) .num {
  background-color: #888888;
}

.popular-list li:nth-of-type(3) .num {
  background-color: #866D51;
}

@media screen and (max-width:767px) {
  .popular-list {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .popular-list .inner .list-area {
    overflow: scroll;
    -ms-overflow-style: none;
      scrollbar-width: none;
    }
    
   .popular-list .inner .list-area::-webkit-scrollbar {
      display: none;
   } 

  .popular-list .inner ul:not(.cate_name) {
    width: 200%;
    gap: 8px;
  }

  .popular-list ul.cate_name {
    display: none;
  }

  .popular-list ul li a h3 {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: calc(16 /12);
    margin-top: 5px;
  }

  .popular-list .num {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}


/*====================
新着記事
====================*/
article.new_article {
  padding-top: 75px;
}

article.new_article>ul {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1fr;
}

article.new_article>ul li{
	transition:0.3s ease;
}

@media (any-hover:hover){
  article.new_article>ul li:hover{
	opacity:0.7;
  }	
}

article.new_article>ul>li>a {
  display: flex;
  gap: calc((24 / 570) * 100%);
}

article.new_article>ul>li .image {
  width: calc(((224 / 570) * 100%) - calc((24 / 570) * 100%));
}

article.new_article>ul>li .image img {
  aspect-ratio: 1;
  object-fit: cover;
}


article.new_article>ul>li .text_area {
  width: calc((100% - (((224 / 570) * 100%) - calc((24 / 570) * 100%))) - calc((24 / 570) * 100%));
}

article.new_article>ul>li .text_area ul.cate_name {
  margin-top: 0;
}

article.new_article>ul>li .text_area h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.04em;
  line-height: calc(24 /16);
  margin-top: 11px;
  margin-bottom: 10px;
}

article.new_article>ul>li .text_area .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  color: #222;
  letter-spacing: 0.02em;
  line-height: calc(19 / 14);
  margin-bottom: 6px;
}

/*ページネーション*/
article.new_article .pagination ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin: 60px auto 0;
}

article.new_article .pagination ul li {
  font-family:"Noto Sans JP";
  font-weight:bold;
  max-height: 36px;
}

article.new_article .pagination ul li:not(.next, .prev) span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background-color: #222;
}

article.new_article .pagination ul li span.page-numbers.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  color: #777;
  border-radius: 50%;
  background-color: #fff;
}


article.new_article .pagination ul li:not(.next, .prev) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  color: #777;
  border-radius: 50%;
  background-color: #fff;
}

article.new_article .pagination ul li:is(.next, .prev) {
  position: absolute;
}

article.new_article .pagination ul li:is(.prev, .next) span {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}

article.new_article .pagination ul li:is(.prev, .next) span a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
}

article.new_article .pagination ul li.prev {
  left: -53px;
}

article.new_article .pagination ul li.next {
  right: -53px;
}

article.new_article .pagination ul li.prev span a:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg)
}

article.new_article .pagination ul li.next span a:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg)
}

/*tb*/
@media screen and (max-width:1024px) {
  article.new_article>ul {
    gap: 25px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  article.new_article {
    padding-top: 30px;
  }
	
  article.new_article>ul {
    gap: 18px 12px;
  }

  article.new_article>ul>li>a {
    display: block;
  }

  article.new_article>ul>li .image {
    width: 100%;
  }

  article.new_article>ul>li .image img {
    aspect-ratio: 1;
    object-fit: cover;
  }


  article.new_article>ul>li .text_area {
    width: 100%;
  }

  article.new_article>ul>li .text_area ul.cate_name {
    margin-top: 8px;
  }

  article.new_article>ul>li .text_area h3 {
    font-size: 12px;
    letter-spacing: 0.03em;
    margin-top: 6px;
    margin-bottom: 0px;
  }

  article.new_article .pagination ul {
    margin-top: 28px;
    gap: 12px;
  }

  article.new_article .pagination ul li.prev {
    left: -49px;
  }

  article.new_article .pagination ul li.next {
    right: -49px;
  }

}


/*====================
コラム表示用リスト
====================*/
article #iframe_cont ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

article #iframe_cont ul li a h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.04em;
  line-height: calc(24 /16);
  margin-top: 9px;
}

article #iframe_cont ul li{
	transition:0.3s ease;
}

@media (any-hover:hover){
  article #iframe_cont ul li:hover{
	opacity:0.7;
  }
}

article #iframe_cont ul li .image img {
  aspect-ratio: 1;
  object-fit: cover;
}

@media screen and (max-width:767px) {
  article #iframe_cont ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }

  article #iframe_cont ul li:nth-of-type(n+4) {
    display: none;
  }

  article #iframe_cont ul li a h3 {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: calc(16 /12);
    margin-top: 8px;
  }

  article.new_article .pagination ul li {
    max-height: 28px;
  }
}


/*====================
固定ページ
====================*/
#under {
  margin-top: 70px;
}

#under .contents{
	margin-top: 26px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #under {
    margin-top: 60px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #under .contents{
    margin-top: 20px;
  }
}

/*お問い合わせ*/
#under .hd01 :is(h1,h2, h3, h4) {
	text-align:center;
}

#under .contact-text {
	width: 80%;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: calc(32 /16);
    margin: 0 auto 35px;
    text-align: center;
}

#under .form_area {
    width: 60%;
    padding: 50px 40px;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
}

#under .form_area .form-grid .grid-item {
    display: grid;
    gap: 30px 25px;
    grid-template-columns: auto 1fr;
}

#under .form_area .form-grid .grid-item input[type=text]{
	width: 100%;
    padding: 8px 9px;
    border: none;
    background: #e8e8e8;
    border-radius: 3px;
}

#under .form_area .form-grid .grid-item textarea {
    width: 100%;
	height:250px;
    padding: 8px 9px;
	font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W4', 'ヒラギノ角ゴ Pro', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
    border: none;
    background: #e8e8e8;
    border-radius: 3px;
	resize:none;
}

#under .form_area p{
	font-size:16px;
	font-weight:600;
}

#under .form_area p.required{
	position:relative;
}

#under .form_area p.required:after{
	content:"*";
    font-size:12px;
}

#under .form_area .form-grid + p{
	text-align:center;
	margin-top: 50px;
}

#under .form_area .form-grid + p input[type=submit]{
    height: 50px;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
	border: none;
    border-radius: 50px;
    background-color: #6aa66a;
	transition: 0.3s ease-in-out;
	cursor:pointer;
}

#under .form_area .form-grid + p input[type=submit]:hover{
	opacity:0.75;
}

/*tb*/
@media screen and (max-width:1024px) {
  #under .contact-text {
	width: 100%;
  }

  #under .form_area {
    width: 100%;
  }
	
  #under .form_area .form-grid .grid-item textarea {
	height:200px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  #under .contact-text {
    font-size: 14px;
    text-align: start;
    margin-bottom: 15px;
  }
	
  #under .form_area{
	 padding:35px 25px	
  }
	
   #under .form_area .form-grid .grid-item{
	  display:block;	
	}
	
  #under .form_area .form-grid .grid-item input[type=text]{
	  font-size:14px;
  }
	
  #under .form_area .form-grid .grid-item textarea {
	height:150px;
	font-size:14px;
  }
	
  #under .form_area p{
	font-size:14px;
   }
	
	#under .form_area p:nth-of-type(odd){
		margin-bottom:3px;
	}
	
	#under .form_area p:nth-of-type(even){
		margin-bottom:15px;
	}
	
	#under .form_area p:last-of-type{
		margin-bottom:0;
	}
}

/*サンクスページ*/
.btn-wrapper{
  text-align:center;
  margin-top:50px;
}

#under .contact-text + .btn-wrapper .btn02 {
    transition: 0.3s ease-in-out;
}

#under .contact-text + .btn-wrapper .btn02 a {
	background:transparent;
}

/*====================
archive
====================*/
#archive {
  margin-top: 70px;
}

/*tb*/
@media screen and (max-width:1024px) {
  #archive {
    margin-top: 60px;
  }
}


/*====================
single
====================*/
#single {
  margin-top: 70px;
}

#single .single-info {
  position: relative;
}

#single .single-info::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc((32 / 400) * 100%);
  background: #fff;
}

/*記事タイトル*/
#single .single-info .inner {
  display: flex;
  gap: calc((80 / 1200) * 100%);
  padding-top: 35px;
}

#single .single-info .text_area {
  width: calc((100% - ((400 / 1200) * 100%)) - calc((80 / 1200) * 100%));
}

#single .single-info .text_area .cate_name ul {
  display: flex;
  gap: 10px 5px;
}

#single .single-info .text_area .cate_name li {
  width: fit-content;
  padding: 1.75px 18px 2.75px;
  border-radius: 20px;
  background: rgba(191, 204, 192, 0.3);
}

#single .single-info .text_area .cate_name a {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #70A373;
}

#single .single-info .text_area h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: calc(38 / 24);
  margin-top: 30px;
}

#single .single-info .text_area .text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: calc(28 / 16);
  margin-top: 20px;
  margin-bottom: 35px;
}

#single .single-info .text_area time {
  font-size: 14px;
  font-weight: 300;
  color: #777;
}

#single .single-info .img_area {
  position: relative;
  width: calc((400 / 1200) * 100%);
}

#single .single-info .img_area img {
  aspect-ratio: 1;
  object-fit: cover;
  border: solid 2px #fff;
}

/*記事部分*/
#single .maincontents>.contents {
  padding-top: 20px;
  background: #fff;
}

/*目次*/
#single .toc {
  padding-bottom: 60px;
  border-bottom: #CECECE 1px solid;
}

#single .toc>p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

#single .toc ul {
  margin-top: 23px;
}

#single .toc ul li {
  display: flex;
  gap: 12px;
}

#single .toc ul li+li {
  margin-top: 17px;
}

#single .toc ul li span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #70A373;
}

#single .toc ul li a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #222;
  line-height: calc(24 / 18);
  text-decoration: underline;
  transition: 0.3s ease-in;
}

@media (any-hover:hover) {
  #single .toc ul li a:hover {
    opacity: 0.75;
  }
}

/*記事の内容*/
#single .contents .inner {
  display: flex;
  flex-wrap: wrap;
  gap: calc((80 / 1200) * 100%);
}

#single .single-cont {
  width: calc((920 / 1200) * 100%);
  padding-bottom: 95px;
}

#single .single-cont h2 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: calc(38 /24);
  margin-top: 95px;
  padding-left: 20px;
}

#single .single-cont h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 8px;
  height: 24px;
  border-radius: 10px;
  background: #70A373;
}

#single .single-cont h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: calc(32 / 20);
  margin-top: 45px;
}

#single .single-cont h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 45px;
}

#single .single-cont p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: calc(28 /16);
  margin-top: 18px;
}

#single .single-cont a {
  text-decoration: underline;
  transition: 0.3s ease-in;
}

@media (any-hover:hover) {
  #single .single-cont a:hover {
    opacity: 0.75;
  }
}

#single .single-cont :is(ul,ol){
  margin-top: 18px;
}

#single .single-cont :is(ul,ol) li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: calc(36 /16);
}

#single .single-cont ul li{
  padding-left: 0.9em;
}

#single .single-cont ul li::before {
  content: "・";
  position: absolute;
  left: -2px;
}

#single .single-cont ol{
  counter-reset: number 0;  
}

#single .single-cont ol li{
  padding-left: 1.0em;
}

#single .single-cont ol li::before{
  counter-increment: number 1;
  content: counter(number)".";
  position: absolute;
  left: 0;
}

#single .single-cont img {
  margin-top: 40px;
}

#single .single-cont .wp-block-button__link{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 13px 35px;
    margin-top: 30px;
    background: #70A373;
}

#single .single-cont .wp-block-group.is-layout-flex{
	display:flex;
	gap:20px;
	margin-top: 30px;
}

#single .single-cont .wp-block-group.is-layout-flex > :is(.wp-block-group,figure){
	width:calc(50% - 10px);
}

/*sidenav*/
#single .sidenav {
  width: calc((200 / 1200) * 100%);
  margin-top: 95px;
}

#single .sidenav .wrapper {
  top: 80px;
}

@media screen and (min-width:1025px) {
  #single .sidenav .wrapper {
    position: sticky;
  }
}

#single .sidenav .bnr_area img {
  width: 100%;
}

#single .sidenav .bnr_area + .side-column {
  margin-top: 40px;
}

#single .sidenav .side-column>ul {
  padding-bottom: 80px;
}

#single .sidenav .side-column li+li {
  margin-top: 20px;
}

#single .sidenav .side-column li a {
  transition: 0.3s ease-in;
}

@media (any-hover:hover) {
  #single .sidenav .side-column li a:hover {
    opacity: 0.75;
  }
}

#single .sidenav .side-column .image img {
  aspect-ratio: 1;
  object-fit: cover;
}



#single .sidenav .side-column h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: calc(24 / 16);
  color: #222;
  margin-top: 5px;
  margin-bottom: 5px;
}

#single .sidenav .side-column ul.cate_name li + li{
   margin:0;
}

/*関連記事*/
#single article.article-list {
  padding-top: 80px;
}

#single article.article-list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

#single article.article-list ul li{
	transition:0.3s ease;
}

@media (any-hover:hover){
	#single article.article-list ul li:hover{
		opacity:0.7;
	}
}

#single article.article-list ul li a h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.04em;
  line-height: calc(24 /16);
  margin-top: 2px;
}

#single article.article-list ul li .image img {
  aspect-ratio: 1;
  object-fit: cover;
}

/*tb*/
@media screen and (max-width:768px) and (max-width:1024px) {
  .sidenav .hd01 :is(h2, h3, h4) {
    font-size: 17px;
  }
}

@media screen and (max-width:1024px) {
  #single {
    margin-top: 60px;
  }

  /*記事タイトル*/
  #single .single-info .text_area {
    padding-bottom: 30px;
  }

  #single .single-info .text_area h1 {
    font-size: 18px;
    margin-top: 18px;
  }

  #single .single-info .text_area .text {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 14px;
  }

  #single .single-info::before {
    max-height: 18px;
  }

  /*目次*/
  #single .toc {
    padding-bottom: 45px;
  }

  #single .toc>p {
    font-size: 20px;
  }

  #single .toc ul {
    margin-top: 14px;
  }

  #single .toc ul li a {
    font-size: 16px;
  }

  /*記事内容*/
  #single .single-cont h2 {
    font-size: 20px;
    margin-top: 65px;
    padding-left: 14px;
  }

  #single .single-cont p {
    font-size: 14px;
    margin-top: 15px;
  }
	
  #single .single-cont :is(ul,ol){
    margin-top: 15px;
  }

  #single .single-cont :is(ul,ol) li {
    font-size: 14px;
  }

  #single .single-cont h3 {
    font-size: 17px;
    margin-top: 40px;
  }

  #single .single-cont h4 {
    font-size: 16px;
    margin-top: 40px;
  }

  /*sidenav*/
  #single .sidenav .side-column h3 {
    font-size: 14px;
  }
}

/*sp*/
@media screen and (max-width:767px) {

  /*記事タイトル*/
  #single .single-info::before {
    max-height: initial;
    height: 40%;
    z-index: -1;
  }

  #single .single-info .inner {
    padding-top: 20px;
  }

  #single .single-info .text_area {
    width: 100%;
  }

  #single .single-info .text_area .cate_name li {
    padding: 0 20px 2px;
  }

  #single .single-info .text_area .cate_name a {
    font-size: 10px;
  }

  #single .single-info .text_area h1 {
    margin-top: 10px;
  }

  #single .single-info .img_area {
    width: 100%;
    margin-top: 15px;
  }

  #single .single-info .text_area .text {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 13px;
  }

  #single .single-info .text_area time {
    display: block;
    width: fit-content;
    font-size: 14px;
    margin-left: auto;
  }

  /*記事部分*/
  #single .maincontents>.contents {
    padding-top: 10px;
  }

  /*目次*/
  #single .toc {
    position: relative;
    border-bottom: 0;
    margin-bottom: -20px;
    padding-bottom: 30px;
  }

  #single .toc:after {
    content: "";
    position: absolute;
    transform: translatex(-50%);
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: #CECECE;
  }

  #single .toc>p {
    font-size: 18px;
  }

  #single .toc ul {
    margin-top: 18px;
  }

  #single .toc ul li+li {
    margin-top: 18px;
  }

  #single .toc ul li span {
    font-size: 16px;
  }

  #single .toc ul li span a {
    font-size: 16px;
  }


  /*記事内容*/
  #single .contents .inner {
    display: block;
  }

  #single .single-cont {
    position: relative;
    padding-bottom: 40px;
  }

  #single .single-cont:after {
    content: "";
    position: absolute;
    transform: translatex(-50%);
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: #CECECE;
  }

  #single .contents .inner>* {
    width: 100%;
  }

  #single .single-cont h2 {
    font-size: 18px;
    margin-top: 55px;
    padding-left: 14px;
  }

  #single .single-cont h2:before {
    width: 6px;
    height: 18px;
  }

  #single .single-cont h3 {
    font-size: 16px;
    margin-top: 35px;
  }

  #single .single-cont h4 {
    font-size: 15px;
    margin-top: 35px;
  }

  #single .single-cont img {
    margin-top: 30px;
  }


  /*sidenav*/
  #single .sidenav {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  #single .sidenav .side-column>ul {
    display: grid;
    gap: 20px 12px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
  }

  #single .sidenav .side-column li+li {
    margin-top: 0;
  }


  #single .sidenav .side-column h3 {
    margin-bottom: 0;
  }

  /*関連記事*/
  #single article.article-list {
    padding-top: 30px;
  }

  #single article.article-list .list-area {
    overflow: scroll;
	  -ms-overflow-style: none;
      scrollbar-width: none;
    }
    
   single article.article-list .list-area :-webkit-scrollbar {
      display: none;
   } 

  #single article.article-list ul {
    width: 200%;
    gap: 7px;
  }

  /*#single article.article-list ul li:nth-of-type(n+4) {
    display: none;
  }*/

  #single article.article-list ul li a h3 {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: calc(16 /12);
    margin-top: 5px;
  }

}

/*=====================================
* 
*404
*
=======================================*/

#page-404 {
  padding-top:120px;
  margin-top: 70px;
  font-size:40px;
  text-align: center;
}

#page-404 p{
	font-weight:500;
}

#page-404 p:nth-of-type(-n + 2){
  font-size:1.0em;
  font-weight:bold;
}

#page-404 p:nth-of-type(2){
  margin-top:-5px;
}

#page-404 p:last-of-type{
  font-size:0.5em;
  line-height:2.0;
  margin-top:0.5em;
}


/*tb*/
@media screen and (max-width:1024px) {
  #page-404 {
    margin-top: 60px;
	padding-bottom:80px;
  }
}

/*=====================================
*sp削除
=======================================*/
@media screen and (max-width:414px) {
  .spnone {
    display: none;
  }
}

/*=====================================
*
*pc
*
=======================================*/
@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .tb {
    display: none;
  }

  .sp_tb {
    display: none;
  }
}

/*=====================================
*
*tb
*
=======================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }

  .sp {
    display: none;
  }

  .tb {
    display: inherit;
  }

  .tb_pc {
    display: inherit;
  }

  .sp_tb {
    display: inherit;
  }
}

/*=====================================
*
*sp
*
=======================================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .tb_pc {
    display: none;
  }

  .sp {
    display: inherit;
  }

  .tb {
    display: none;
  }

  .sp_tb {
    display: inherit;
  }
}


/*コラム用追加追加分*/
header .header-common .inner{
	justify-content:space-between;
}

header .header_floatMenu .menu_area .link_area ul{
  margin-top: 65px;
}

@media screen and (max-width:1024px){
	header .header-common .inner{
	  justify-content:center;
   }
}