@charset "UTF-8";
@media screen and (max-width: 768px) {
  body {
    background: #A4CD62;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  [id] {
    scroll-margin-top: 120px;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  a {
    color: #E65690;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .textC {
    text-align: center;
  }
  .mb20 {
    margin: 0 0 20px 0;
  }
  p {
    line-height: 1.8;
    padding: 0 0 0.5rem 0;
    margin: 0;
    font-size: clamp(0.938rem, 0.826rem + 0.23vw, 1rem);
    font-weight: 500;
  }
  p strong {
    display: block;
    padding: 1rem 0 0 0;
    font-size: 110%;
    display: inline-block;
  }
  .copy2 {
    text-align: center;
    padding: 0rem 0 2rem 0;
  }
  .span2 {
    line-height: 1.6;
    padding: 0;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    font-weight: 400;
    margin: 0 0 0;
    display: block;
  }
  .Cont {
    width: 90%;
    margin: 0 auto;
  }
  .Cont-bg {
    background: #A4CD62;
    width: 100%;
    padding: 5% 0;
  }
  .Cont-bg3 {
    width: 100%;
    padding: 30px 0 110px 0;
    background: #fff url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/footer_bg.png") repeat-x bottom center;
    background-size: 80%;
  }
  h2 {
    font-size: clamp(1.5rem, 0.389rem + 2.31vw, 2.125rem);
    position: relative;
    text-align: center;
    letter-spacing: 0.05rem;
    font-weight: 800;
    margin: 0;
    padding: 0% 0 2.5% 0;
    /*&::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1F2772;
    width: 30px;
    height: 5px;
    }*/
  }
  h3 {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    position: relative;
    text-align: center;
    letter-spacing: 0.05rem;
    font-weight: 800;
    margin: 0;
    padding: 2% 0 2.5% 0;
    /*&::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1F2772;
    width: 30px;
    height: 5px;
    }*/
  }
  h4 {
    text-align: center;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    font-weight: 700;
    padding: 0.2rem 0;
    display: block;
    line-height: 1.6;
  }
  /*======共通-商品リスト部分====================================*/
  .product-cat-section {
    margin: 20px auto 20px auto;
  }
  .dli-caret-right {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.5em;
    border-left-color: #000;
    border-right: 0;
    margin: 0 0.2rem 0.1rem 0;
  }
  .dli-caret-left {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.5em;
    border-right-color: #000; /* ← 右側を塗る */
    border-left: 0; /* ← 左側を消す */
    margin: 0 0.2rem 0.1rem 0; /* ← 左向きなので余白も左右反転 */
  }
  .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px 0 10px 0;
    padding: 0;
    gap: 20px;
  }
  .product-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    list-style: none;
    padding: 3% 2%;
    border: 2px solid #e1e2ed;
    text-align: center;
    background: #fff;
  }
  .product-list li img {
    text-align: center;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .product-list li .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list li .group .muted {
    display: inline-block;
    text-align: left;
    padding: 0rem 0 0 0;
  }
  .product-list li .group .award-label {
    display: inline-block;
    padding: 0.2rem 0.4rem !important;
    background-color: #E7543A;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem) !important;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1 !important;
    position: relative;
  }
  .product-list li .group .award-label::before {
    position: absolute;
    top: -2px;
    left: -20px;
    content: "";
    background-image: url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/icon_prise.png");
    width: 17px;
    height: 23px;
    background-size: cover;
    background-position: center;
  }
  .product-list li .product-area {
    text-align: left;
    display: block;
    padding: 0　0　5rem 0;
    line-height: 1.6;
  }
  .product-list li .goodsname {
    text-align: left;
    display: block;
    padding: 0.8rem 0 0rem 0;
    line-height: 1.6;
    font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
    font-weight: 700;
  }
  .product-list li p {
    display: block;
    text-align: left;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    font-weight: 500;
  }
  .product-list li .detailbtn {
    padding: 1rem 0 0.5rem 0;
    display: block;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  }
  .product-list li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0.2rem;
    margin: 0.5rem 0;
    border-radius: 3px;
    background: #e9e9e9;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  }
  .product-list li label:has(input:checked) {
    background: #FCF466;
  }
  .product-list li input[type=checkbox] {
    accent-color: #1F2772;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .ippin-legacy__inner {
    border: 3px solid #EEE93A;
    border-radius: 10px;
    padding: 2% 6% 5% 6%;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  .ippin-legacy__inner .ippin-legacy__subtitle {
    padding: 0.5rem 0 0 0;
  }
  .ippin-legacy__inner .ippin-legacy__link {
    padding: 0rem 0 0rem 0;
    /* a{
     color: #000;
     text-decoration: underline;}*/
  }
  /*======トップコンテンツ===============================================================*/
  .TopMv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 90px 20px 0px 20px;
    margin: 0;
    background-image: url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/mv_bg.png");
    background-repeat: repeat;
  }
  .TopMv .mv-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .TopMv .mv-txt h1 {
    font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
    padding: 20px 0 20px 0;
    margin: 0;
    line-height: 1.8;
    text-align: center;
  }
  .TopMv .mv-txt img {
    width: 90%;
    margin: 0 auto;
  }
  .TopMv .mv-txt strong {
    display: block;
    padding: 30px 0;
  }
  .TopMv .mv-face {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .TopMv .mv-face img {
    width: 100%;
  }
  .TopAbout {
    border: 5px solid #000;
    padding: 6%;
    margin: 40px auto;
    text-align: center;
    border-radius: 8px;
  }
  .TopAbout h2 {
    padding: 0 0 1rem 0;
  }
  .TopAbout p {
    line-height: 2;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    font-weight: 500;
    text-align: center;
  }
  .TopAbout p strong {
    font-size: 110%;
  }
  /*======トップ キービジュアルについて=============================================*/
  .TopAboutLogo {
    /* background:  url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/logop.png") no-repeat ; 
      background-size: if($type==sp,cover,cover);*/
    background: #EEE93A;
    width: 100%;
    padding: 6%;
    margin: 40px auto;
    text-align: center;
    border-radius: 8px;
  }
  .TopAboutLogo h2 {
    padding: 0 0 1rem 0;
  }
  .TopAboutLogo p {
    line-height: 2;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    font-weight: 500;
    text-align: center;
  }
  .TopAboutLogo p strong {
    font-size: 110%;
  }
  .TopAboutLogo small {
    line-height: 1.8;
  }
  .TopAboutLogo .ippin-visuals__inner {
    margin: 0px auto 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    gap: 10px;
  }
  .TopAboutLogo .ippin-card {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .TopAboutLogo .ippin-card__media {
    display: -ms-grid;
    display: grid;
    place-items: center;
    overflow: hidden;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 20px 0 0 0;
  }
  .TopAboutLogo .ippin-card__media img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .TopAboutLogo .cap-title {
    font-weight: 700;
    padding: 0;
    margin: 1rem 0 0 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    line-height: 1.6;
  }
  .TopAboutLogo .cap-author {
    margin: 0;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  }
  .TopAboutLogo .cap-story {
    margin: 0.5rem 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    text-align: left;
    display: block;
    font-weight: normal;
    line-height: 1.8;
  }
  .TopAboutLogo .ippin-card__logo img {
    width: 90%;
  }
  .TopAboutLogo .ippin-card__logo .ippin-card__cap {
    margin: 2rem 0 0 0;
  }
  .TopAboutLogo .ippin-card__logo .cap-title {
    font-weight: 700;
    padding: 0;
    margin: 0rem 0 0 0;
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
    line-height: 1.6;
  }
  .TopAboutLogo .ippin-card__vi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .TopAboutLogo .ippin-card__vi img {
    width: 90%;
  }
  .TopAboutLogo .ippin-card__vi .ippin-card__cap {
    text-align: left;
  }
  .TopAboutLogo .ippin-card__vi p {
    text-align: left;
  }
  .TopAboutLogo .ippin-card__vi .cap-story {
    text-align: left;
  }
  .TopAboutLogo .ippin-card__vi .cap-title {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  }
  .TopNews {
    padding: 1% 3% 6% 3%;
    margin: 40px auto;
    text-align: center;
    border-radius: 8px;
    background: #fff;
  }
  .TopNews h3 {
    padding: 4% 0 0 0;
    color: #A4CD62;
  }
  .TopNews ul {
    margin: 0;
    padding: 0;
  }
  .TopNews li {
    text-align: left;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0.5rem 0 0 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  }
  .TopNews .post-date {
    padding: 0 20px 0 0;
    display: block;
    font-weight: 800;
    line-height: 1.8;
  }
  .TopNews .excerpt {
    text-align: left;
    line-height: 1.8;
  }
  .TopNews .excerpt a {
    color: #000;
    text-decoration: underline;
  }
  .TopNews .excerpt a:hover {
    text-decoration: none;
  }
  .TopNews p {
    padding: 1rem 0 0 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    font-weight: 500;
  }
  .TopNews p strong {
    font-size: 110%;
  }
  .cta {
    margin: 2% auto 2% auto;
    text-align: center;
    padding: 0;
    width: 90%;
  }
  .cta .close {
    display: block;
    border: 2px solid #000;
    padding: 2% 2%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
  }
  .cta .close span {
    display: block;
    font-weight: 600;
    padding: 0 0 0.2rem 0;
    font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  }
  .cta .close strong {
    font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
    letter-spacing: 0.05rem;
    font-weight: 700;
    opacity: 0.4;
  }
  .cta a {
    display: block;
    padding: 4% 2%;
    background: #1F2772;
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto 100px auto;
  }
  .cta a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .cta a strong {
    font-size: clamp(1.375rem, 0.486rem + 1.85vw, 1.875rem);
    letter-spacing: 0.05rem;
    font-weight: 700;
  }
  .TopInstaBox {
    width: 90%;
    margin: 0 auto;
  }
  .TopInstaBox h4 {
    text-align: center;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    font-weight: 700;
    padding: 0.2rem 0;
    display: block;
    line-height: 1.6;
  }
  /*======トップ 商品アコーディオンアニメーション=============================================*/
  .acc-body {
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  [hidden] {
    display: none !important;
  }
  .acc-actions {
    margin: 0px 0 30px 0;
    text-align: center;
  }
  .acc-toggle {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
  }
  .acc-toggle[aria-expanded=true] {
    background: #f5f7fb;
  }
  /*======トップ 商品コンテナ=============================================*/
  .TopProductCont {
    margin: 80px auto;
  }
  .TopProductCont h3 {
    font-size: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
    padding: 2% 0;
    margin: 40px 0 0 0;
    position: relative;
    font-weight: 700;
  }
  .TopProductCont h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #000;
    width: 30px;
    height: 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .TopProductCont form fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
  .TopProductCont form {
    border: 5px solid #000;
    padding: 4% 4%;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
  }
  .TopProductCont .filter__group {
    margin: 0 0 0.5rem 0;
  }
  .TopProductCont label {
    padding: 0 0.5rem 0 0;
    white-space: nowrap;
  }
  .TopProductCont .filter__actions {
    text-align: center;
    margin-top: 0;
  }
  .TopProductCont .filter__actions button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    font-weight: 600;
    margin: 1rem 0;
    padding: 3%;
    border: none;
    border-radius: 30px;
    width: 70%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .TopProductCont .filter__actions button:hover {
    opacity: 0.6;
  }
  .TopProductCont .filter__actions button:focus {
    opacity: 0.6;
  }
  /*======トップ 特別賞コンテナ=============================================*/
  .TopPriceCont {
    position: relative;
    width: 96%;
    max-width: 96%;
    margin: 0 auto 60px auto;
    background: #fff;
    padding: 40px 20px 30px 20px;
    border-radius: 10px;
    /* カード（ピンク背景 + 角丸） */
    /* セクション見出し（中央・白） */
    /* テーブル外枠（白地・角丸・うっすら影） */
    /* テーブル本体 */
    /* 列幅（調整可） */
    /* 商品名リンクをピンク強調 */
    /* ===== 審査の様子：2枚並び ===== */
    /* ===== 特別審査員（写真左・コメント右） ===== */
    /* ===== 一般審査員グリッド（丸サムネ + 氏名 + 役職） ===== */
  }
  .TopPriceCont .p-midashi {
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
  }
  .TopPriceCont .p-midashi img {
    width: 100%;
  }
  .TopPriceCont .p-txt {
    width: 80%;
    text-align: left;
    margin: 30px auto 0 auto;
  }
  .TopPriceCont .p-txt strong {
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    display: block;
    padding: 0 0 1rem 0;
  }
  .TopPriceCont .p-txt b {
    display: block;
  }
  .TopPriceCont .award-block {
    background: #E65690;
    padding: 20px 20px 20px 20px;
    margin: 30px auto 10px auto;
    border-radius: 10px;
  }
  .TopPriceCont .award-block h3 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
  }
  .TopPriceCont .award-card {
    background: #E65690;
    border-radius: 8px;
    padding: 2% 4% 4% 4%;
    color: #fff;
    margin: 20px 0 20px 0;
  }
  .TopPriceCont .award-card:last-child {
    margin: 20px 0 10px 0;
  }
  .TopPriceCont .award-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0;
    padding: 0.5rem 0 1.2rem 0;
  }
  .TopPriceCont .award-card__title .heading-ribbon__icon {
    width: 30px;
    height: auto;
  }
  .TopPriceCont .award-card__title .heading-ribbon__text {
    display: block;
    font-weight: 700;
    font-size: clamp(18px, 2.2vw, 26px);
    letter-spacing: 0.06em;
    margin: 0 0.5rem;
  }
  .TopPriceCont .award-table__wrap {
    background: #fff;
    overflow: hidden;
  }
  .TopPriceCont .award-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    color: #333;
  }
  .TopPriceCont .award-table thead th {
    background: #f08caf;
    color: #fff;
    font-weight: 700;
    padding: 12px 14px;
    text-align: center;
    border-bottom: 3px solid #E65690;
  }
  .TopPriceCont .award-table thead {
    display: none;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  }
  .TopPriceCont .award-table tbody tr {
    border-bottom: 3px solid #E65690;
    padding: 10px;
    display: block;
  }
  .TopPriceCont .award-table tbody tr:last-child {
    border-bottom: none;
  }
  .TopPriceCont .award-table tbody td {
    padding: 1px;
    vertical-align: top;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  }
  .TopPriceCont .award-table thead th:nth-child(1),
  .TopPriceCont .award-table tbody td:nth-child(1) {
    width: 100%;
    display: block;
  }
  .TopPriceCont .award-table thead th:nth-child(2),
  .TopPriceCont .award-table tbody td:nth-child(2) {
    width: 100%;
    display: block;
  }
  .TopPriceCont .award-table thead th:nth-child(3),
  .TopPriceCont .award-table tbody td:nth-child(3) {
    width: 100%;
    display: block;
  }
  .TopPriceCont .award-table thead th:nth-child(4),
  .TopPriceCont .award-table tbody td:nth-child(4) {
    width: 100%;
    display: block;
  }
  .TopPriceCont .award-table__link {
    color: #f4518a;
    text-decoration: none;
    font-weight: 700;
  }
  .TopPriceCont .award-table__link:hover {
    text-decoration: underline;
  }
  .TopPriceCont .judges {
    margin: 0;
  }
  .TopPriceCont .judges .wrap {
    margin: 60px auto 0 auto;
  }
  .TopPriceCont .sec-title {
    font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 0 10px 0;
    padding: 0.7rem 0;
    color: #fff;
    background: #A4CD62;
  }
  .TopPriceCont .sub-title {
    font-size: clamp(1.188rem, 1.097rem + 0.45vw, 1.438rem);
    font-weight: 800;
    text-align: center;
    margin: 40px 0 20px 0;
    padding: 0;
    line-height: 1.7;
  }
  .TopPriceCont .lead {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 20px;
  }
  .TopPriceCont .mt-80 {
    margin-top: 40px;
  }
  .TopPriceCont .scene-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .TopPriceCont .scene-item {
    margin: 0 0 0px 0;
  }
  .TopPriceCont .scene-item img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .TopPriceCont .featured-judge {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 20px auto 20px auto;
  }
  .TopPriceCont .featured-judge__photo img {
    width: 50%;
    max-width: 280px;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .TopPriceCont .featured-judge__card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 4% 3%;
    background: #fff;
  }
  .TopPriceCont .badge {
    display: inline-block;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    font-weight: 600;
    padding: 0;
    color: #A4CD62;
    margin: 0 0 5px;
  }
  .TopPriceCont .featured-judge__name {
    font-size: clamp(1.063rem, 1.017rem + 0.23vw, 1.188rem);
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.6;
    text-align: left;
  }
  .TopPriceCont .featured-judge__name .small {
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    font-weight: 500;
    color: #666;
  }
  .TopPriceCont .featured-judge__comment {
    margin: 0;
    line-height: 1.9;
  }
  .TopPriceCont .judge-grid {
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 25px;
  }
  .TopPriceCont .judge-card {
    text-align: center;
  }
  .TopPriceCont .judge-card__thumb {
    width: auto;
    max-width: 280px;
    height: auto;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .TopPriceCont .judge-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .TopPriceCont .judge-card__name {
    font-weight: 600;
    margin: 0 0 0px;
    padding: 0;
    letter-spacing: 0.05rem;
  }
  .TopPriceCont .judge-card__role {
    margin: 0;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    color: #000;
    line-height: 1.6;
    padding: 0;
  }
  .TopPriceCont .judge-modal {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999;
  }
  .TopPriceCont .judge-modal[hidden] {
    display: none;
  }
  .TopPriceCont .judge-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .TopPriceCont .judge-modal__content {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 2rem;
    max-width: 600px;
    max-height: 90%;
    width: 90%;
    height: auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: scroll;
  }
  .TopPriceCont .judge-modal__content h2 {
    font-weight: 600;
  }
  .TopPriceCont .judge-modal__content small {
    font-size: 70%;
    display: block;
    padding: 0.5rem 0;
  }
  .TopPriceCont .judge-modal__content .imgBox {
    text-align: center;
  }
  .TopPriceCont .judge-modal__content .imgBox img {
    width: 60%;
  }
  .TopPriceCont .judge-modal__content p {
    margin: 10px auto 20px auto;
  }
  .TopPriceCont .judge-close {
    position: absolute;
    right: 0em;
    top: 0em;
    background: none;
    border: none;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
  }
  /*======下層コンテンツ=============================================
  ====================================================================*/
  #Under {
    padding: 100px 0 0 0;
    /*======NEWSリスト==================================================================================*/
    /*======NEWS個別ページ==================================================================================*/
    /* 前後ナビ＋中央ボタン（左右テキストリンク／中央はピル型） */
    /* 真ん中の戻るボタン */
    /* 商品詳細ページ =============================================================================================*/
    /* スライダーslick全体の余白調整 ===================================*/
    /* ドット（ページネーション） */
    /* 画像 スライド部分 */
    /* 矢印の見た目 */
    /* ドット色 */
    /* 1枚だけの時は矢印/ドット非表示 */
    /*アコーディオン部分=================================================================================*/
    /* 疑似要素で矢印を付ける */
    /* details が open になったら矢印を下向きに */
    /*地図*/
    /* youtube */
    /*インスタ埋め込み*/
  }
  #Under pre {
    margin: 0;
    padding: 0;
    word-break: break-all;
    display: inline;
  }
  #Under h1 {
    text-align: center;
    font-weight: 800;
    font-size: clamp(1.5rem, 0.389rem + 2.31vw, 2.125rem);
  }
  #Under .h2searchTxt {
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    font-weight: 500;
  }
  #Under .Inner {
    width: 100%;
    background: #fff url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/footer_bg.png") repeat-x bottom center;
    background-size: 100%;
    padding: 0 0 150px 0;
  }
  #Under .Cont {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 40px 0;
  }
  #Under .u-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #Under .u-news li {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Under .u-news li .news-txt {
    padding: 0 0 0 1rem;
  }
  #Under .u-news li .news-txt a {
    color: #000;
  }
  #Under .u-news li .news-date {
    display: inline-block;
    padding: 0 0 0.5rem 0;
    font-weight: 700;
  }
  #Under .u-news li .excerpt {
    line-height: 1.8;
  }
  #Under .u-news li .news-thumb img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Under .news-single h2 {
    text-align: left;
    font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
  }
  #Under .news-single h3 {
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    text-align: left;
    font-weight: 600;
  }
  #Under .news-single p {
    padding: 0rem 0 1rem 0;
  }
  #Under .news-single img {
    margin: 1rem 0;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #Under .news-single .single-news__thumb {
    margin: 0;
  }
  #Under .news-single .single-news__thumb img {
    width: 100%;
  }
  #Under .news-single .single-news__content {
    line-height: 1.8;
  }
  #Under .news-single .news-date {
    padding: 0 0 1rem 0;
    display: block;
  }
  #Under .single-news__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px auto;
  }
  #Under .single-news__nav-prev a,
  #Under .single-news__nav-next a {
    display: inline;
    text-decoration: none;
    font-size: 0.95rem;
  }
  #Under .single-news__nav-prev a:hover,
  #Under .single-news__nav-next a:hover {
    text-decoration: underline;
  }
  #Under .single-news__nav-prev {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  #Under .single-news__nav-next {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  #Under .single-news__nav-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Under .mt40-0 {
    margin: 0px 0 0 0;
  }
  #Under .mt40-20 {
    margin: 20px 0 0 0;
  }
  #Under .single-news__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 240px;
    padding: 14px 20px;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid #cfd8e3;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: -webkit-transform 0.06s ease;
    transition: -webkit-transform 0.06s ease;
    transition: transform 0.06s ease;
    transition: transform 0.06s ease, -webkit-transform 0.06s ease;
  }
  #Under .modal .modal-gallery {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Under .award-label {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    background-color: #E7543A;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    line-height: 1 !important;
    letter-spacing: 0.05em;
    margin: 0 0 0 40px;
    position: relative;
  }
  #Under .award-label::before {
    position: absolute;
    top: -4px;
    left: -32px;
    content: "";
    background-image: url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/icon_prise.png");
    width: 26px;
    height: 35px;
    background-size: cover;
    background-position: center;
  }
  #Under .modal-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0rem 0 0rem 0;
  }
  #Under .modal-name {
    font-size: 1rem;
    font-weight: 500;
  }
  #Under .modal-code {
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
    line-height: 1.7;
  }
  #Under .modal-cat {
    margin-left: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.2rem 0.5rem;
    font-size: 0.85rem;
  }
  #Under .slick-prev:before, #Under .slick-next:before {
    font-family: "Noto Sans JP" !important;
  }
  #Under .modal-code::before {
    content: none;
  }
  #Under .modal-cat {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
  }
  #Under .slick-dots {
    bottom: -30px;
  }
  #Under .slick-dots li button:before {
    font-size: 12px;
    color: #999;
    opacity: 0.7;
  }
  #Under .slick-dots li.slick-active button:before {
    color: #333;
    opacity: 1;
  }
  #Under .modal-explan {
    text-align: left;
  }
  #Under .modal-shop {
    background: #F2F2F5;
    padding: 4% 4%;
    margin: 5% 0 2% 0;
  }
  #Under .modal-shop .modal-shop__list {
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #Under .modal-shop .modal-shop__list li {
    display: block;
    line-height: 1.8;
    word-break: break-all;
  }
  #Under .modal-price {
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    font-weight: 500;
    display: block;
  }
  #Under .modal-shop__title {
    padding: 0% 0 2% 0;
    margin: 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    font-weight: 500;
  }
  #Under .modal-gallery__item {
    height: 400px;
  }
  #Under .modal-gallery .slick-list {
    margin: 0 -8px;
  }
  #Under .modal-gallery__img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Under .modal-gallery__img img {
    width: auto;
    height: 100%;
  }
  #Under .modal-gallery .slick-prev,
  #Under .modal-gallery .slick-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #131b59;
  }
  #Under .modal-gallery .slick-prev:before,
  #Under .modal-gallery .slick-next:before {
    color: #131b59;
    font-size: 1.6rem;
  }
  #Under .modal-gallery .slick-prev {
    left: 6px;
    z-index: 2;
  }
  #Under .modal-gallery .slick-next {
    right: 6px;
    z-index: 2;
  }
  #Under .modal-gallery .slick-dots li button:before {
    color: #cfd5e6;
    opacity: 1;
  }
  #Under .modal-gallery .slick-dots li.slick-active button:before {
    color: #131b59;
    opacity: 1;
  }
  #Under .modal-gallery.is-single .slick-prev,
  #Under .modal-gallery.is-single .slick-next,
  #Under .modal-gallery.is-single .slick-dots {
    display: none !important;
  }
  #Under .modal-explan {
    margin: 1% 0 5% 0;
  }
  #Under .explan-wrap {
    border: 1px solid #b0b0b8;
    margin: 1rem 0;
    padding: 1rem;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  }
  #Under .explan-wrap summary {
    font-weight: 500;
    font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  }
  #Under .explan-wrap-noborder {
    border: none !important;
  }
  #Under .explan-toggle {
    cursor: pointer;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    padding: 0rem 1.5rem 0rem 0;
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    color: #000;
    font-weight: 700;
  }
  #Under summary.explan-toggle::after {
    content: "＋"; /* デフォルトは右向き */
    position: absolute;
    right: 0.5em;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  #Under .explan-wrap[open] .explan-toggle::after {
    content: "ー";
  }
  #Under .explan-wrap summary {
    list-style: none;
  }
  #Under .explan-wrap summary::-webkit-details-marker {
    display: none;
  }
  #Under .content {
    padding: 1rem 0 0 0;
    font-weight: 500;
  }
  #Under .product-map {
    margin: 40px auto 20px auto;
  }
  #Under .product-map h3 {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  }
  #Under .product-map .map-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #Under .product-map .map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  #Under .product-map .map-address {
    text-align: center;
    margin-top: 0.8em;
    font-size: 0.95rem;
    font-weight: 400;
  }
  #Under .product-video {
    margin: 20px auto 20px auto;
  }
  #Under .product-video h3 {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  }
  #Under .product-video .embed iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    display: block;
  }
  #Under .insta-embed {
    text-align: center;
    margin: 1rem auto;
    max-width: 326px;
  }
  #Under .insta-embed iframe {
    margin: 0 auto;
  }
  #Under .more-posts {
    margin: 0rem 0 2rem 0;
  }
  /* ----------header---------------------------------------------------------------------*/
  header {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 999;
  }
  .white-bg {
    background: #A4CD62;
  }
  #header {
    width: 100%;
    padding: 2%;
    height: auto;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  #header .headerWrap {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .headerWrap span {
    font-size: 13px;
    border: 1px solid #CECECE;
    padding: 1rem;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 18%;
    height: auto;
    width: 64%;
    margin: 0 auto;
    line-height: 1.5;
    background-color: rgb(255, 255, 255);
    text-align: center;
  }
  #header .headerWrap .hlogo {
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
  }
  #header .headerWrap .hlogo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  #header .headerWrap .hlogo img {
    height: 50px;
    margin: 0px 0 0 0px;
  }
  #header .ham-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
  }
  #header .ham-btn .tcon-menu--xcross {
    min-width: 55px;
    min-height: 55px;
  }
  #header .h_nav {
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0);
            transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .h_nav .g_nav {
    text-align: left;
    padding: 0;
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .h_nav .g_nav li {
    line-height: 1.6;
    list-style: none;
  }
  #header .h_nav .g_nav li a {
    padding: 1rem 0;
    font-weight: 500;
    display: block;
    color: #000;
  }
  #header.nav_active .ham-btn .tcon-menu__lines::after, #header.nav_active .ham-btn .tcon-menu__lines::before {
    background-color: #000;
  }
  #header.nav_active .h_nav {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #header.nav_active .entrybtn_navi {
    color: #fff;
    display: block;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    margin: 3rem 0 0 0;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  #header.nav_active .entrybtn_navi:hover {
    background-color: #000;
    text-decoration: none;
  }
  #header .instabtn {
    color: #fff;
    display: inline-block;
    padding: 0rem;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    width: 50px;
  }
  #header .instabtn img {
    width: 100%;
  }
  /*======共通-フッター======================================================*/
  .ft {
    background: #95BF51;
    text-align: center;
    padding: 5%;
    color: #fff;
    margin: 0 auto;
  }
  .footerBg {
    width: 100%;
    height: 150px;
    background: url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/bg_ft.png") no-repeat center center;
    background-size: cover;
  }
  .Contact {
    display: block;
    border: 5px solid #fff;
    padding: 2% 0 2.5% 0%;
    width: 800px;
    margin: 2% auto;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .Contact__item {
    width: 50%;
  }
  .Contact__item strong {
    font-size: clamp(1.5rem, 0.389rem + 2.31vw, 2.125rem);
    color: #EEE93A;
    display: block;
    padding: 0.5rem 0;
  }
  .Contact__item strong a {
    color: #FCF466;
  }
  .Contact__item p {
    font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  }
  .Contact__item span {
    font-size: clamp(0.813rem, 0.701rem + 0.23vw, 0.875rem);
    line-height: 1.6;
  }
  .Contact--2 {
    border-left: 5px solid #fff;
  }
  .Contact--2 strong {
    font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
  }
  .f-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    margin: 20px auto;
    gap: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .f-banner a {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f-banner a img {
    height: 60px;
    padding: 0 0.5rem 0 0;
  }
  .f-banner a p {
    font-size: clamp(0.813rem, 0.771rem + 0.14vw, 0.875rem);
    color: #fff;
    text-align: left;
  }
  .f-banner a:hover {
    text-decoration: underline;
  }
  .copy {
    font-size: 0.7rem;
    color: #fff;
    display: inline-block;
    padding: 1rem 0 0 0;
    line-height: 2.2;
  }
  .copy a {
    color: #fff;
    text-decoration: underline;
  }
  .copy a:hover {
    text-decoration: none;
  }
  .copyLogo {
    padding: 20px 0 0 0;
    display: block;
    margin: 0 auto;
  }
  #pagetop {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 1000;
    color: #FFF;
    margin: 0;
    z-index: 2;
  }
  #pagetop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    background: #000;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #pagetop a::before {
    content: "";
    width: 16px;
    height: 16px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    -webkit-transform: translateY(2px) rotate(45deg);
            transform: translateY(2px) rotate(45deg);
  }
  #pagetop a:hover {
    background: #fff;
  }
  #pagetop a:hover::before {
    border-left: 3px solid #000;
    border-top: 3px solid #000;
  }
  /*======768px以下レスポンシブ（scss前のもの）======================================================*/
  /*===================================================================
      Transformicons
  ===================================================================*/
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .f-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 20px auto;
    gap: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .f-banner a {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Contact {
    width: 100%;
    padding: 0% 0;
    margin: 8% 0 4% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Contact strong {
    padding: 0% 0;
  }
  .Contact__item {
    width: 90%;
    padding: 3% 2% 5% 2%;
    margin: 0 auto;
  }
  .Contact--2 {
    border-top: 5px solid #fff;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .tcon {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.25em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 2.25em;
    background: transparent;
    outline: none;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tcon > * {
    display: block;
  }
  .tcon:hover, .tcon:focus {
    outline: none;
  }
  .tcon::-moz-focus-inner {
    border: 0;
  }
  .tcon-menu__lines {
    display: inline-block;
    height: 0.225em;
    width: 2.25em;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    position: relative;
  }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 0.225em;
    width: 2.25em;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform-origin: 0.1607142857em center;
            transform-origin: 0.1607142857em center;
    width: 100%;
  }
  .tcon-menu__lines::before {
    top: 0.5625em;
  }
  .tcon-menu__lines::after {
    top: -0.5625em;
  }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
  }
  .tcon:hover .tcon-menu__lines {
    background: #000;
  }
  .tcon:hover .tcon-menu__lines::before, .tcon:hover .tcon-menu__lines::after {
    background: #000;
  }
  .tcon-menu--xcross {
    width: auto;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 0;
    width: 2.25em;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
  }
  .tcon-visuallyhidden {
    border: 0;
    margin: 10px 0 0 0;
    color: #000;
    height: 0.5rem;
  }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .tcon-menu--xcross.tcon-transform .tcon-visuallyhidden {
    color: #000;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    background: #A4CD62;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  [id] {
    scroll-margin-top: 120px;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  a {
    color: #E65690;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .textC {
    text-align: center;
  }
  .mb20 {
    margin: 0 0 20px 0;
  }
  p {
    line-height: 1.8;
    padding: 0 0 0.5rem 0;
    margin: 0;
    font-size: clamp(0.938rem, 0.826rem + 0.23vw, 1rem);
    font-weight: 500;
  }
  p strong {
    display: block;
    padding: 1rem 0 0 0;
    font-size: 110%;
    display: inline-block;
  }
  .copy2 {
    text-align: center;
    padding: 0rem 0 2rem 0;
  }
  .span2 {
    line-height: 1.6;
    padding: 0;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    font-weight: 400;
    margin: 0 0 0 0;
    display: block;
  }
  .Cont {
    width: 1000px;
    margin: 0 auto;
  }
  .Cont-bg {
    background: #A4CD62;
    width: 100%;
    padding: 5% 0;
  }
  .Cont-bg3 {
    width: 100%;
    padding: 30px 0 200px 0;
    background: #fff url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/footer_bg.png") repeat-x bottom center;
    background-size: 45%;
  }
  h2 {
    font-size: clamp(1.5rem, 0.389rem + 2.31vw, 2.125rem);
    position: relative;
    text-align: center;
    letter-spacing: 0.05rem;
    font-weight: 800;
    margin: 0;
    padding: 0% 0 2.5% 0;
    /*&::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1F2772;
    width: 30px;
    height: 5px;
    }*/
  }
  h3 {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    position: relative;
    text-align: center;
    letter-spacing: 0.05rem;
    font-weight: 800;
    margin: 0;
    padding: 2% 0 2.5% 0;
    /*&::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1F2772;
    width: 30px;
    height: 5px;
    }*/
  }
  h4 {
    text-align: center;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    font-weight: 700;
    padding: 0.2rem 0;
    display: block;
    line-height: 1.6;
  }
  /*======共通-商品リスト部分====================================*/
  .product-cat-section {
    margin: 40px auto 40px auto;
  }
  .dli-caret-right {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.5em;
    border-left-color: #000;
    border-right: 0;
    margin: 0 0.2rem 0.1rem 0;
  }
  .dli-caret-left {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.5em;
    border-right-color: #000; /* ← 右側を塗る */
    border-left: 0; /* ← 左側を消す */
    margin: 0 0.2rem 0.1rem 0; /* ← 左向きなので余白も左右反転 */
  }
  .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 20px 0 20px 0;
    padding: 0;
    gap: 20px;
  }
  .product-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
    list-style: none;
    padding: 3% 2%;
    border: 2px solid #e1e2ed;
    text-align: center;
    background: #fff;
  }
  .product-list li img {
    text-align: center;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .product-list li .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list li .group .muted {
    display: inline-block;
    text-align: left;
    padding: 0rem 0 0 0;
  }
  .product-list li .group .award-label {
    display: inline-block;
    padding: 0.3rem 0.5rem !important;
    background-color: #E7543A;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem) !important;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1 !important;
    position: relative;
  }
  .product-list li .group .award-label::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: "";
    background-image: url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/icon_prise.png");
    width: 17px;
    height: 23px;
    background-size: cover;
    background-position: center;
  }
  .product-list li .product-area {
    text-align: left;
    display: block;
    padding: 0　0　5rem 0;
    line-height: 1.6;
  }
  .product-list li .goodsname {
    text-align: left;
    display: block;
    padding: 0.8rem 0 0rem 0;
    line-height: 1.6;
    font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
    font-weight: 700;
  }
  .product-list li p {
    display: block;
    text-align: left;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    font-weight: 500;
  }
  .product-list li .detailbtn {
    padding: 1rem 0 0 0;
    display: block;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  }
  .product-list li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0.2rem;
    margin: 0.5rem 0;
    border-radius: 3px;
    background: #e9e9e9;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  }
  .product-list li label:has(input:checked) {
    background: #FCF466;
  }
  .product-list li input[type=checkbox] {
    accent-color: #1F2772;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .ippin-legacy__inner {
    border: 3px solid #EEE93A;
    border-radius: 10px;
    padding: 2% 3% 3% 3%;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  .ippin-legacy__inner .ippin-legacy__subtitle {
    padding: 0.5rem 0 0rem 0;
  }
  .ippin-legacy__inner .ippin-legacy__link {
    padding: 0rem 0 0rem 0;
    /* a{
     color: #000;
     text-decoration: underline;}*/
  }
  /*======トップコンテンツ===============================================================*/
  .TopMv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 30px 0 30px;
    margin: 0;
    background-image: url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/mv_bg.png");
    background-repeat: repeat;
  }
  .TopMv .mv-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .TopMv .mv-txt h1 {
    font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
    padding: 30px 0 0 0;
    margin: 0;
    line-height: 1.8;
    text-align: center;
  }
  .TopMv .mv-txt img {
    width: 80%;
    margin: 0 auto;
  }
  .TopMv .mv-txt strong {
    display: block;
    padding: 30px 0;
  }
  .TopMv .mv-face {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .TopMv .mv-face img {
    width: 100%;
  }
  .TopAbout {
    border: 5px solid #000;
    padding: 4% 3% 4% 3%;
    margin: 40px auto;
    text-align: center;
    border-radius: 8px;
  }
  .TopAbout h2 {
    padding: 0 0 1rem 0;
  }
  .TopAbout p {
    line-height: 2;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    font-weight: 500;
    text-align: center;
  }
  .TopAbout p strong {
    font-size: 110%;
  }
  /*======トップ キービジュアルについて=============================================*/
  .TopAboutLogo {
    /* background:  url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/logop.png") no-repeat ; 
      background-size: if($type==sp,cover,cover);*/
    background: #EEE93A;
    width: 100%;
    padding: 5% 3% 4% 3%;
    margin: 40px auto;
    text-align: center;
    border-radius: 8px;
  }
  .TopAboutLogo h2 {
    padding: 0 0 1rem 0;
  }
  .TopAboutLogo p {
    line-height: 2;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    font-weight: 500;
    text-align: center;
  }
  .TopAboutLogo p strong {
    font-size: 110%;
  }
  .TopAboutLogo small {
    line-height: 1.8;
  }
  .TopAboutLogo .ippin-visuals__inner {
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    gap: 40px;
  }
  .TopAboutLogo .ippin-card {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .TopAboutLogo .ippin-card__media {
    display: -ms-grid;
    display: grid;
    place-items: center;
    overflow: hidden;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0 0 0 0;
  }
  .TopAboutLogo .ippin-card__media img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .TopAboutLogo .cap-title {
    font-weight: 700;
    padding: 0;
    margin: 1rem 0 0 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    line-height: 1.6;
  }
  .TopAboutLogo .cap-author {
    margin: 0;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  }
  .TopAboutLogo .cap-story {
    margin: 0.5rem 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1.8;
  }
  .TopAboutLogo .ippin-card__logo img {
    width: 90%;
  }
  .TopAboutLogo .ippin-card__logo .ippin-card__cap {
    margin: 2rem 0 0 0;
  }
  .TopAboutLogo .ippin-card__logo .cap-title {
    font-weight: 700;
    padding: 0;
    margin: 0rem 0 0 0;
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
    line-height: 1.6;
  }
  .TopAboutLogo .ippin-card__vi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .TopAboutLogo .ippin-card__vi img {
    width: 80%;
  }
  .TopAboutLogo .ippin-card__vi .ippin-card__cap {
    text-align: left;
  }
  .TopAboutLogo .ippin-card__vi p {
    text-align: left;
  }
  .TopAboutLogo .ippin-card__vi .cap-story {
    text-align: left;
  }
  .TopAboutLogo .ippin-card__vi .cap-title {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  }
  .TopNews {
    padding: 1% 3% 4% 3%;
    margin: 40px auto;
    text-align: center;
    border-radius: 8px;
    background: #fff;
  }
  .TopNews h3 {
    padding: 2% 0 1% 0;
    color: #A4CD62;
  }
  .TopNews ul {
    margin: 0;
    padding: 0;
  }
  .TopNews li {
    text-align: left;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 0.5rem 0 0 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  }
  .TopNews .post-date {
    padding: 0 20px 0 0;
    display: block;
    font-weight: 800;
    line-height: 1.8;
  }
  .TopNews .excerpt {
    text-align: left;
    line-height: 1.8;
  }
  .TopNews .excerpt a {
    color: #000;
    text-decoration: underline;
  }
  .TopNews .excerpt a:hover {
    text-decoration: none;
  }
  .TopNews p {
    padding: 1rem 0 0 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    font-weight: 500;
  }
  .TopNews p strong {
    font-size: 110%;
  }
  .cta {
    margin: 2% auto 2% auto;
    text-align: center;
    padding: 0;
    width: 800px;
  }
  .cta .close {
    display: block;
    border: 2px solid #000;
    padding: 2% 2%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
  }
  .cta .close span {
    display: block;
    font-weight: 600;
    padding: 0 0 0.2rem 0;
    font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  }
  .cta .close strong {
    font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
    letter-spacing: 0.05rem;
    font-weight: 700;
    opacity: 0.4;
  }
  .cta a {
    display: block;
    padding: 4% 2%;
    background: #1F2772;
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto 100px auto;
  }
  .cta a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .cta a strong {
    font-size: clamp(1.375rem, 0.486rem + 1.85vw, 1.875rem);
    letter-spacing: 0.05rem;
    font-weight: 700;
  }
  .TopInstaBox {
    width: 1000px;
    margin: 0 auto;
  }
  .TopInstaBox h4 {
    text-align: center;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    font-weight: 700;
    padding: 0.2rem 0;
    display: block;
    line-height: 1.6;
  }
  /*======トップ 商品アコーディオンアニメーション=============================================*/
  .acc-body {
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  [hidden] {
    display: none !important;
  }
  .acc-actions {
    margin: 0px 0 30px 0;
    text-align: center;
  }
  .acc-toggle {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
  }
  .acc-toggle[aria-expanded=true] {
    background: #f5f7fb;
  }
  /*======トップ 商品コンテナ=============================================*/
  .TopProductCont {
    margin: 80px auto;
  }
  .TopProductCont h3 {
    font-size: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
    padding: 1.5% 0;
    margin: 80px 0 0 0;
    position: relative;
    font-weight: 700;
  }
  .TopProductCont h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #000;
    width: 30px;
    height: 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .TopProductCont form fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
  .TopProductCont form {
    border: 5px solid #000;
    padding: 2% 3% 3% 3%;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
  }
  .TopProductCont .filter__group {
    margin: 0 0 0.5rem 0;
  }
  .TopProductCont label {
    padding: 0 0.5rem 0 0;
    white-space: nowrap;
  }
  .TopProductCont .filter__actions {
    text-align: center;
    margin-top: 0;
  }
  .TopProductCont .filter__actions button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    font-weight: 600;
    margin: 0.5rem 0;
    padding: 1%;
    border: none;
    border-radius: 30px;
    width: 30%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .TopProductCont .filter__actions button:hover {
    opacity: 0.6;
  }
  .TopProductCont .filter__actions button:focus {
    opacity: 0.6;
  }
  /*======トップ 特別賞コンテナ=============================================*/
  .TopPriceCont {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 120px auto 120px auto;
    background: #fff;
    padding: 40px 40px 60px 40px;
    border-radius: 10px;
    /* カード（ピンク背景 + 角丸） */
    /* セクション見出し（中央・白） */
    /* テーブル外枠（白地・角丸・うっすら影） */
    /* テーブル本体 */
    /* 列幅（調整可） */
    /* 商品名リンクをピンク強調 */
    /* ===== 審査の様子：2枚並び ===== */
    /* ===== 特別審査員（写真左・コメント右） ===== */
    /* ===== 一般審査員グリッド（丸サムネ + 氏名 + 役職） ===== */
  }
  .TopPriceCont .p-midashi {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
  }
  .TopPriceCont .p-midashi img {
    width: 100%;
  }
  .TopPriceCont .p-txt {
    width: 65%;
    text-align: left;
    margin: 80px auto 0 auto;
  }
  .TopPriceCont .p-txt strong {
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    display: block;
    padding: 0 0 1rem 0;
  }
  .TopPriceCont .p-txt b {
    display: inline;
  }
  .TopPriceCont .award-block {
    background: #E65690;
    padding: 20px 20px 20px 20px;
    margin: 60px auto 20px auto;
    border-radius: 10px;
  }
  .TopPriceCont .award-block h3 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
  }
  .TopPriceCont .award-card {
    background: #E65690;
    border-radius: 8px;
    padding: 2% 4% 4% 4%;
    color: #fff;
    margin: 60px 0 60px 0;
  }
  .TopPriceCont .award-card:last-child {
    margin: 60px 0 20px 0;
  }
  .TopPriceCont .award-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0;
    padding: 1rem 0 2rem 0;
  }
  .TopPriceCont .award-card__title .heading-ribbon__icon {
    width: 35px;
    height: auto;
  }
  .TopPriceCont .award-card__title .heading-ribbon__text {
    display: block;
    font-weight: 700;
    font-size: clamp(18px, 2.2vw, 26px);
    letter-spacing: 0.06em;
    margin: 0 0.5rem;
  }
  .TopPriceCont .award-table__wrap {
    background: #fff;
    overflow: hidden;
  }
  .TopPriceCont .award-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    color: #333;
  }
  .TopPriceCont .award-table thead th {
    background: #f08caf;
    color: #fff;
    font-weight: 700;
    padding: 12px 14px;
    text-align: center;
    border-bottom: 3px solid #E65690;
  }
  .TopPriceCont .award-table thead {
    display: table-header-group;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  }
  .TopPriceCont .award-table tbody tr {
    border-bottom: 3px solid #E65690;
    padding: 15px;
    display: inline-masonry;
  }
  .TopPriceCont .award-table tbody tr:last-child {
    border-bottom: none;
  }
  .TopPriceCont .award-table tbody td {
    padding: 15px 10px;
    vertical-align: top;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  }
  .TopPriceCont .award-table thead th:nth-child(1),
  .TopPriceCont .award-table tbody td:nth-child(1) {
    width: 18%;
    display: table-cell;
  }
  .TopPriceCont .award-table thead th:nth-child(2),
  .TopPriceCont .award-table tbody td:nth-child(2) {
    width: 34%;
    display: table-cell;
  }
  .TopPriceCont .award-table thead th:nth-child(3),
  .TopPriceCont .award-table tbody td:nth-child(3) {
    width: 28%;
    display: table-cell;
  }
  .TopPriceCont .award-table thead th:nth-child(4),
  .TopPriceCont .award-table tbody td:nth-child(4) {
    width: 20%;
    display: table-cell;
  }
  .TopPriceCont .award-table__link {
    color: #f4518a;
    text-decoration: none;
    font-weight: 700;
  }
  .TopPriceCont .award-table__link:hover {
    text-decoration: underline;
  }
  .TopPriceCont .judges {
    margin: 0;
  }
  .TopPriceCont .judges .wrap {
    margin: 100px auto 0 auto;
  }
  .TopPriceCont .sec-title {
    font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    padding: 0.7rem 0;
    color: #fff;
    background: #A4CD62;
  }
  .TopPriceCont .sub-title {
    font-size: clamp(1.188rem, 1.097rem + 0.45vw, 1.438rem);
    font-weight: 800;
    text-align: center;
    margin: 40px 0 30px 0;
    padding: 0;
    line-height: 1.7;
  }
  .TopPriceCont .lead {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 40px;
  }
  .TopPriceCont .mt-80 {
    margin-top: 80px;
  }
  .TopPriceCont .scene-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .TopPriceCont .scene-item {
    margin: 0 0 0px 0;
  }
  .TopPriceCont .scene-item img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .TopPriceCont .featured-judge {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% 30px 1fr;
    grid-template-columns: 35% 1fr;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 20px auto 20px auto;
  }
  .TopPriceCont .featured-judge__photo img {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .TopPriceCont .featured-judge__card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 4% 3%;
    background: #fff;
  }
  .TopPriceCont .badge {
    display: inline-block;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    font-weight: 600;
    padding: 0;
    color: #A4CD62;
    margin: 0 0 5px;
  }
  .TopPriceCont .featured-judge__name {
    font-size: clamp(1.063rem, 1.017rem + 0.23vw, 1.188rem);
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.6;
    text-align: left;
  }
  .TopPriceCont .featured-judge__name .small {
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    font-weight: 500;
    color: #666;
  }
  .TopPriceCont .featured-judge__comment {
    margin: 0;
    line-height: 1.9;
  }
  .TopPriceCont .judge-grid {
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
    display: -ms-grid;
    display: grid;
    width: 90%;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
  .TopPriceCont .judge-card {
    text-align: center;
  }
  .TopPriceCont .judge-card__thumb {
    width: auto;
    max-width: 280px;
    height: auto;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .TopPriceCont .judge-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .TopPriceCont .judge-card__name {
    font-weight: 600;
    margin: 0 0 0px;
    padding: 0;
    letter-spacing: 0.05rem;
  }
  .TopPriceCont .judge-card__role {
    margin: 0;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    color: #000;
    line-height: 1.6;
    padding: 0;
  }
  .TopPriceCont .judge-modal {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999;
  }
  .TopPriceCont .judge-modal[hidden] {
    display: none;
  }
  .TopPriceCont .judge-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .TopPriceCont .judge-modal__content {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 2rem;
    max-width: 600px;
    max-height: 90%;
    width: 90%;
    height: auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: scroll;
  }
  .TopPriceCont .judge-modal__content h2 {
    font-weight: 600;
  }
  .TopPriceCont .judge-modal__content small {
    font-size: 70%;
    display: block;
    padding: 0.5rem 0;
  }
  .TopPriceCont .judge-modal__content .imgBox {
    text-align: center;
  }
  .TopPriceCont .judge-modal__content .imgBox img {
    width: 60%;
  }
  .TopPriceCont .judge-modal__content p {
    margin: 10px auto 20px auto;
  }
  .TopPriceCont .judge-close {
    position: absolute;
    right: 0em;
    top: 0em;
    background: none;
    border: none;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
  }
  /*======下層コンテンツ=============================================
  ====================================================================*/
  #Under {
    padding: 150px 0 0px 0;
    /*======NEWSリスト==================================================================================*/
    /*======NEWS個別ページ==================================================================================*/
    /* 前後ナビ＋中央ボタン（左右テキストリンク／中央はピル型） */
    /* 真ん中の戻るボタン */
    /* 商品詳細ページ =============================================================================================*/
    /* スライダーslick全体の余白調整 ===================================*/
    /* ドット（ページネーション） */
    /* 画像 スライド部分 */
    /* 矢印の見た目 */
    /* ドット色 */
    /* 1枚だけの時は矢印/ドット非表示 */
    /*アコーディオン部分=================================================================================*/
    /* 疑似要素で矢印を付ける */
    /* details が open になったら矢印を下向きに */
    /*地図*/
    /* youtube */
    /*インスタ埋め込み*/
  }
  #Under pre {
    margin: 0;
    padding: 0;
    word-break: break-all;
    display: inline;
  }
  #Under h1 {
    text-align: center;
    font-weight: 800;
    font-size: clamp(1.5rem, 0.389rem + 2.31vw, 2.125rem);
  }
  #Under .h2searchTxt {
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    font-weight: 500;
  }
  #Under .Inner {
    width: 100%;
    background: #fff url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/footer_bg.png") repeat-x bottom center;
    background-size: 50%;
    padding: 0 0 250px 0;
  }
  #Under .Cont {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  #Under .u-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #Under .u-news li {
    width: 48%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Under .u-news li .news-txt {
    padding: 0 1rem;
  }
  #Under .u-news li .news-txt a {
    color: #000;
  }
  #Under .u-news li .news-date {
    display: inline-block;
    padding: 0 0 0.5rem 0;
    font-weight: 700;
  }
  #Under .u-news li .excerpt {
    line-height: 1.8;
  }
  #Under .u-news li .news-thumb img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Under .news-single h2 {
    text-align: left;
    font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
  }
  #Under .news-single h3 {
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    text-align: left;
    font-weight: 600;
  }
  #Under .news-single p {
    padding: 0rem 0 1rem 0;
  }
  #Under .news-single img {
    margin: 1rem 0;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #Under .news-single .single-news__thumb {
    margin: 0;
  }
  #Under .news-single .single-news__thumb img {
    width: 100%;
  }
  #Under .news-single .single-news__content {
    line-height: 1.8;
  }
  #Under .news-single .news-date {
    padding: 0 0 1rem 0;
    display: block;
  }
  #Under .single-news__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px auto;
  }
  #Under .single-news__nav-prev a,
  #Under .single-news__nav-next a {
    display: inline;
    text-decoration: none;
    font-size: 0.95rem;
  }
  #Under .single-news__nav-prev a:hover,
  #Under .single-news__nav-next a:hover {
    text-decoration: underline;
  }
  #Under .single-news__nav-prev {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  #Under .single-news__nav-next {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  #Under .single-news__nav-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Under .mt40-0 {
    margin: 60px 0 0 0;
  }
  #Under .mt40-20 {
    margin: 60px 0 0 0;
  }
  #Under .single-news__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 240px;
    padding: 14px 20px;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid #cfd8e3;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: -webkit-transform 0.06s ease;
    transition: -webkit-transform 0.06s ease;
    transition: transform 0.06s ease;
    transition: transform 0.06s ease, -webkit-transform 0.06s ease;
  }
  #Under .modal .modal-gallery {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Under .award-label {
    display: inline-block;
    padding: 0.6rem 1rem;
    background-color: #E7543A;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    line-height: 1 !important;
    letter-spacing: 0.05em;
    margin: 0 0 0 40px;
    position: relative;
  }
  #Under .award-label::before {
    position: absolute;
    top: 0;
    left: -32px;
    content: "";
    background-image: url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/icon_prise.png");
    width: 26px;
    height: 35px;
    background-size: cover;
    background-position: center;
  }
  #Under .modal-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0rem 0 0rem 0;
  }
  #Under .modal-name {
    font-size: 1rem;
    font-weight: 500;
  }
  #Under .modal-code {
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 40px 0;
    font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
    line-height: 1.7;
  }
  #Under .modal-cat {
    margin-left: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.2rem 0.5rem;
    font-size: 0.85rem;
  }
  #Under .slick-prev:before, #Under .slick-next:before {
    font-family: "Noto Sans JP" !important;
  }
  #Under .modal-code::before {
    content: none;
  }
  #Under .modal-cat {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
  }
  #Under .slick-dots {
    bottom: -30px;
  }
  #Under .slick-dots li button:before {
    font-size: 12px;
    color: #999;
    opacity: 0.7;
  }
  #Under .slick-dots li.slick-active button:before {
    color: #333;
    opacity: 1;
  }
  #Under .modal-explan {
    text-align: left;
  }
  #Under .modal-shop {
    background: #F2F2F5;
    padding: 2% 4%;
    margin: 5% 0 2% 0;
  }
  #Under .modal-shop .modal-shop__list {
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #Under .modal-shop .modal-shop__list li {
    display: block;
    line-height: 1.8;
    word-break: break-all;
  }
  #Under .modal-price {
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    font-weight: 500;
    display: block;
  }
  #Under .modal-shop__title {
    padding: 0% 0 2% 0;
    margin: 0;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    font-weight: 500;
  }
  #Under .modal-gallery__item {
    height: 600px;
  }
  #Under .modal-gallery .slick-list {
    margin: 0 -8px;
  }
  #Under .modal-gallery__img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #Under .modal-gallery__img img {
    width: auto;
    height: 100%;
  }
  #Under .modal-gallery .slick-prev,
  #Under .modal-gallery .slick-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #131b59;
  }
  #Under .modal-gallery .slick-prev:before,
  #Under .modal-gallery .slick-next:before {
    color: #131b59;
    font-size: 1.6rem;
  }
  #Under .modal-gallery .slick-prev {
    left: 6px;
    z-index: 2;
  }
  #Under .modal-gallery .slick-next {
    right: 6px;
    z-index: 2;
  }
  #Under .modal-gallery .slick-dots li button:before {
    color: #cfd5e6;
    opacity: 1;
  }
  #Under .modal-gallery .slick-dots li.slick-active button:before {
    color: #131b59;
    opacity: 1;
  }
  #Under .modal-gallery.is-single .slick-prev,
  #Under .modal-gallery.is-single .slick-next,
  #Under .modal-gallery.is-single .slick-dots {
    display: none !important;
  }
  #Under .modal-explan {
    margin: 1% 0 5% 0;
  }
  #Under .explan-wrap {
    border: 1px solid #b0b0b8;
    margin: 1rem 0;
    padding: 1rem;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  }
  #Under .explan-wrap summary {
    font-weight: 500;
    font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  }
  #Under .explan-wrap-noborder {
    border: none !important;
  }
  #Under .explan-toggle {
    cursor: pointer;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    padding: 0rem 1.5rem 0rem 0;
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    color: #000;
    font-weight: 700;
  }
  #Under summary.explan-toggle::after {
    content: "＋"; /* デフォルトは右向き */
    position: absolute;
    right: 0.5em;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  #Under .explan-wrap[open] .explan-toggle::after {
    content: "ー";
  }
  #Under .explan-wrap summary {
    list-style: none;
  }
  #Under .explan-wrap summary::-webkit-details-marker {
    display: none;
  }
  #Under .content {
    padding: 1rem 0 0 0;
    font-weight: 500;
  }
  #Under .product-map {
    margin: 40px auto 40px auto;
  }
  #Under .product-map h3 {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  }
  #Under .product-map .map-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #Under .product-map .map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  #Under .product-map .map-address {
    text-align: center;
    margin-top: 0.8em;
    font-size: 0.95rem;
    font-weight: 400;
  }
  #Under .product-video {
    margin: 40px auto 40px auto;
  }
  #Under .product-video h3 {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  }
  #Under .product-video .embed iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    display: block;
  }
  #Under .insta-embed {
    text-align: center;
    margin: 1rem auto;
    max-width: 326px;
  }
  #Under .insta-embed iframe {
    margin: 0 auto;
  }
  #Under .more-posts {
    margin: 0rem 0 2rem 0;
  }
  /* ----------header---------------------------------------------------------------------*/
  header {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 999;
  }
  .white-bg {
    background: #A4CD62;
  }
  #header {
    width: 100%;
    padding: 10px 2%;
    height: auto;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  #header .headerWrap {
    width: auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .headerWrap span {
    font-size: 12px;
    border: 1px solid #CECECE;
    padding: 1rem;
    display: block;
    position: relative;
    bottom: 0;
    left: 0%;
    height: auto;
    width: auto;
    margin: 0 auto;
    line-height: 1.5;
    background-color: rgb(255, 255, 255);
    text-align: center;
  }
  #header .headerWrap .hlogo {
    margin: 0;
    padding: 0px 0px 0 0px;
  }
  #header .headerWrap .hlogo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  #header .headerWrap .hlogo img {
    height: 80px;
    margin: 0px 0px 0px 0px;
  }
  #header .h_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  #header .h_nav .g_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
    border-radius: 8px;
  }
  #header .h_nav .g_nav li {
    display: inline-block;
    position: relative;
  }
  #header .h_nav .g_nav li img {
    width: 40px;
    margin: 5px 0;
  }
  #header .h_nav .g_nav li ul {
    display: none;
  }
  #header .h_nav .g_nav li a {
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    text-align: center;
    padding: 0rem 0.8rem;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header .h_nav .g_nav li a:hover {
    text-decoration: none;
    opacity: 0.5;
    color: #fff;
  }
  #header .h_nav .g_nav li .a-icon::after {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1rem;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #header .instabtn {
    color: #fff;
    display: none;
    padding: 0rem;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    width: 50px;
  }
  #header .instabtn img {
    width: 100%;
  }
  /*======共通-フッター======================================================*/
  .ft {
    background: #95BF51;
    text-align: center;
    padding: 2% 0 2% 0;
    color: #fff;
    margin: 0 auto;
  }
  .footerBg {
    width: 100%;
    height: 200px;
    background: url("/wp-content/themes/itabashi-ippin-renewal/images/ippin/bg_ft.png") no-repeat center center;
    background-size: cover;
  }
  .Contact {
    display: block;
    border: 5px solid #fff;
    padding: 2% 0 2.5% 0%;
    width: 800px;
    margin: 2% auto;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .Contact__item {
    width: 50%;
  }
  .Contact__item strong {
    font-size: clamp(1.5rem, 0.389rem + 2.31vw, 2.125rem);
    color: #EEE93A;
    display: block;
    padding: 0.5rem 0;
  }
  .Contact__item strong a {
    color: #FCF466;
  }
  .Contact__item p {
    font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  }
  .Contact__item span {
    font-size: clamp(0.813rem, 0.701rem + 0.23vw, 0.875rem);
    line-height: 1.6;
  }
  .Contact--2 {
    border-left: 5px solid #fff;
  }
  .Contact--2 strong {
    font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
  }
  .f-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    margin: 20px auto;
    gap: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .f-banner a {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f-banner a img {
    height: 60px;
    padding: 0 0.5rem 0 0;
  }
  .f-banner a p {
    font-size: clamp(0.813rem, 0.771rem + 0.14vw, 0.875rem);
    color: #fff;
    text-align: left;
  }
  .f-banner a:hover {
    text-decoration: underline;
  }
  .copy {
    font-size: 0.7rem;
    color: #fff;
    display: inline-block;
    padding: 1rem 0 0 0;
    line-height: 2.2;
  }
  .copy a {
    color: #fff;
    text-decoration: underline;
  }
  .copy a:hover {
    text-decoration: none;
  }
  .copyLogo {
    padding: 20px 0 0 0;
    display: block;
    margin: 0 auto;
  }
  #pagetop {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 1000;
    color: #FFF;
    margin: 0;
    z-index: 2;
  }
  #pagetop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    background: #000;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #pagetop a::before {
    content: "";
    width: 16px;
    height: 16px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    -webkit-transform: translateY(2px) rotate(45deg);
            transform: translateY(2px) rotate(45deg);
  }
  #pagetop a:hover {
    background: #fff;
  }
  #pagetop a:hover::before {
    border-left: 3px solid #000;
    border-top: 3px solid #000;
  }
  /*======768px以下レスポンシブ（scss前のもの）======================================================*/
  /*===================================================================
      Transformicons
  ===================================================================*/
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .f-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 20px auto;
    gap: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .f-banner a {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Contact {
    width: 100%;
    padding: 0% 0;
    margin: 8% 0 4% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Contact strong {
    padding: 0% 0;
  }
  .Contact__item {
    width: 90%;
    padding: 3% 2% 5% 2%;
    margin: 0 auto;
  }
  .Contact--2 {
    border-top: 5px solid #fff;
    border-left: none;
  }
}
@media print, screen and (min-width: 768px) {
  .tcon {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.25em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 2.25em;
    background: transparent;
    outline: none;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tcon > * {
    display: block;
  }
  .tcon:hover, .tcon:focus {
    outline: none;
  }
  .tcon::-moz-focus-inner {
    border: 0;
  }
  .tcon-menu__lines {
    display: inline-block;
    height: 0.225em;
    width: 2.25em;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    position: relative;
  }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 0.225em;
    width: 2.25em;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform-origin: 0.1607142857em center;
            transform-origin: 0.1607142857em center;
    width: 100%;
  }
  .tcon-menu__lines::before {
    top: 0.5625em;
  }
  .tcon-menu__lines::after {
    top: -0.5625em;
  }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
  }
  .tcon:hover .tcon-menu__lines {
    background: #000;
  }
  .tcon:hover .tcon-menu__lines::before, .tcon:hover .tcon-menu__lines::after {
    background: #000;
  }
  .tcon-menu--xcross {
    width: auto;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 0;
    width: 2.25em;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
  }
  .tcon-visuallyhidden {
    border: 0;
    margin: 10px 0 0 0;
    color: #000;
    height: 0.5rem;
  }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .tcon-menu--xcross.tcon-transform .tcon-visuallyhidden {
    color: #000;
  }
}