@charset "utf-8";
/*
Theme Name: cmindstyle
Version: 2.0
*/

/*----------------------------------------
■共通設定
-----------------------------------------*/



html{
font-size:62.5%;
}


body{
 font-size:1.6rem;/* 16px*/
}


body, h1, h2, h3, h4, h5, h6, p, td, th, ol, ul, li, dl, dt, dd, form, pre{
	margin:0;
	padding:0;
	font-family: Outfit,'Noto Sans JP', sans-serif;
 font-weight: 500;
	font-size: 1.6rem;
	color:#000;
letter-spacing:0.02em;
	word-break:break-all;
	word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}


@media screen and (max-width: 768px) {
p {
	font-size: 1.4rem;
}
}


body{
	background-color:#FFF;
	line-height:2;
}

ul,li{
list-style:none;
}


p {
	margin-bottom:18px;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
}
img {
max-width:100%;
	vertical-align:bottom;
	border: none;
}

a:link {
-webkit-transition: all .3s;
	transition: all .3s;
opacity:1;
	color: #000;
	text-decoration:underline;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
opacity:0.6;
	color: #000;
	text-decoration:none;
}

.morebtn {
    text-decoration: none !important;
    border: solid 2px #000;
    display: inline-block;
    text-align: center;
    height: auto;
    padding: 12px 60px;
    line-height: 1.6;
    border-radius: 9999px;
    font-weight: 700;
    position: relative;
    z-index: 0;
    box-shadow: 0px 6px 0 #000;
    transition: transform .2s ease, box-shadow .2s ease;
}
.morebtn:hover {
    box-shadow: 0px 0px 0 #000;
    transform: translate(0px, 6px);
}



h2{
}



h3{
}




/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}



.pagetop{
width:100%;
height:66px;
margin:0;
}
.pagetop a{
font-size:10px;
width:100%;
line-height:66px;
display:block;
text-decoration:none;
text-align:center;
letter-spacing:0.08em;
}
.pagetop span{
background:url(/wp/wp-content/uploads/pagetop.png) no-repeat 0 4px;
background-size:9px;
padding-left:14px;
}

.alignright{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.alignleft{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.aligncenter{
	clear:both;
	display:block;
	margin:25px auto;
}
.postmeta{
	clear:both;
}
.post {
	zoom:1;
}
.post .post{
	margin:10px;
}
#breadNavi .post:after{
	content:"";
	display:inline-block;
	clear:both;
}

.post:after{
	content:"";
	display:block;
	clear:both;
}

.wp-pagenavi{
	margin-top:20px;
	clear:both;
}





/*----------------------------------------
■ヘッダー
-----------------------------------------*/


header {
    width: 100%;
}

#head-top {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5vw;
    box-sizing: border-box;
}

#head-top-area {
width:100%;
background:#FFF;
    border-bottom: solid 1px #f6f6f6;
position:fixed;
top:0;
    z-index: 2000;
}



#header-logo-area {
    display: flex;
    align-items: center;
}




#logo {
    margin: 0;
}

#logo img {
    width: 240px;
}
#header-guide {
    margin-left: 30px;
    font-size: 1.1rem;
    color: #a7a7a7;
    margin-bottom: 0;
    font-weight: 700;
}

#header-cta-list-area {
    margin-left: auto;
}

#header-cta-list {
    display: flex;
    align-items: center;
}


li#header-cta-contact a {
   border: solid 2px #000;
    background: #eb3739;
    padding: 6px 30px;
    color: #FFF;
    border-radius: 30px;
    text-decoration: none;
}

li#header-cta-contact {
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 20px;
}
li#header-cta-user {
    font-size: 1.4rem;
    font-weight: 700;
}

li#header-cta-user a {
    text-decoration: none;
}
ul#header-cta-list li {
    display: flex;
    align-items: center;
}
ul#header-cta-list li a span{

}
li#header-cta-contact a span {
}
li#header-cta-user a span {
    background: url(/wp-content/uploads/icon-user.svg) no-repeat left center;
    background-size: 20px;
     padding: 6px 0 6px 26px;
}



#header-bar-area {
    text-align: center;
    margin: 0 auto;
margin-bottom: -26px;
}

#header-bar {
    display: inline-block;
    background: #FFF;
    margin: 0 auto;
    box-shadow: 0 0 16px #0000000a;
    padding: 10px 30px;
    border-radius: 30px;
}



#navi-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul#navi-list li {
    font-weight: 700;
    font-size: 1.5rem;
    margin-right: 30px;
}

ul#navi-list li:last-child {
    margin-right: 0px;
}


ul#navi-list li a {
    text-decoration: none;
    padding: 10px 0 10px 0;
}
#navi-list-title span {
    background: #fee103;
    border-radius: 20px;
    padding: 1px 10px;
}

#navi-list-title {
    font-size: 1.1rem;
    font-weight: 700;
margin-right: 22px;
}

ul#navi-list li a span {
    padding: 10px 0 10px 30px;
}

#nav1 a span {
    background: url(/wp-content/uploads/icon-flatenergy.svg) no-repeat left center;
    background-size: 30px;
}
#nav2 a span {
    background: url(/wp-content/uploads/icon-flatnet.svg) no-repeat left center;
    background-size: 30px;
}
#nav3 a span {
    background: url(/wp-content/uploads/icon-flatgass.svg) no-repeat left center;
    background-size: 30px;
}
#nav4 a span {
    background: url(/wp-content/uploads/icon-flatserver.svg) no-repeat left center;
    background-size: 30px;
}

ul#navi-list li#nav3 a span, ul#navi-list li#nav1 a span {
    padding-left: 30px;
}


#top-fv {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5vw;
}

#top-fv-area {
    background: url(/wp-content/uploads/top-fv-bg.jpg) no-repeat center center;
background-size: cover;
  padding: 100px 0 230px;
}






/*==================================================
　5-2-6 3本線が回転して×に
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
display:none;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
	background: #2a2a2a;
    mix-blend-mode: difference;
  }


.openbtn span:nth-of-type(1) {
	top:15px;	
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
	top:23px;
  	width: 35%;
}

.openbtn span:nth-of-type(3) {
	top:31px;
  	width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;

}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;

}

@media screen and (max-width: 930px)  {
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
display:block;
    position: fixed;
    cursor: pointer;
    width: 50px;
    height: 50px;
    right: 5px;
    top: 5px;
    z-index: 9999;
}

#header-bar-area.HeightMin .openbtn{
  top: 2px;
}

#head-top{
    max-width: none;
    height: 60px;
}
#logo img {
    width: 180px;
}

#header-guide {
    display: none;
}
#header-cta-list-area {
    display: none;
}

#header-bar-area{
  display: none;
}



}





/*----------------------------------------
■グローバルナビ
-----------------------------------------*/





/* ==============================
   ナビ本体（右からスライド）
============================== */
#g-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 90vw;
  max-width: 380px;
  height: 100vh;
  background: #fff;
  box-shadow: 0 0 16px rgba(0,0,0,0.1);

  /* 初期状態：画面外に隠す */
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;

  transition: transform .4s ease, opacity .4s ease;
  z-index: 8000;
}

#g-nav.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* ==============================
   背景ぼかし
============================== */
.blur-overlay {
  position: fixed;
  inset: 0; /* top,right,bottom,left:0 */
  width: 100%;
  height: 100%;
    background: #0000004f;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
  z-index: 7000;
}

.blur-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}



@media screen and (max-width: 930px)  {
#g-nav-area {
  text-align: center;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
}


#g-nav-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    display: inline;
    transform: translate(-50%, -50%);
    z-index: 200;
    width: 100%;
height: 100vh;
        box-sizing: border-box;
        padding: 60px 20px 20px;
}

#header-cta-list-sp {
    display: flex;
    justify-content: center;
    align-items: center;
margin-bottom: 30px;
}
li#header-cta-user {
    font-size: 1.2rem;
    font-weight: 700;
}
li#header-cta-contact a {
    padding: 4px 20px;
}
li#header-cta-contact {
    font-size: 1.2rem;
margin-left: 10px;
}


/* 親を中央寄せ */
#header-nav-list-sp {
  display: flex;
  justify-content: center;  /* 子要素を中央に */
        margin-bottom: 40px;
}

/* ulを中で左揃えに */
#navi-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
        justify-content: center;
}

/* タイトルを中央にしたい場合は別指定 */
#navi-list-title {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
        margin-right: 0;
        font-size: 1.4rem;
}

ul#navi-list li {
           margin-right: 0px;
        display: inline-block;
        height: 84px;
}
ul#navi-list li a {
         text-decoration: none;
        display: inline-block;
        padding-top: 64px;
}

ul#navi-list li#nav3 a span, ul#navi-list li#nav1 a span {
    padding-left: 0px;
}

ul#navi-list li a span {
        padding: 0;
        padding-top: 60px;
}

#nav1 a span {
    background: url(/wp-content/uploads/icon-flatenergy.svg) no-repeat top center;
    background-size: 60px;
}
#nav2 a span {
    background: url(/wp-content/uploads/icon-flatnet.svg) no-repeat top center;
    background-size: 60px;
}
#nav3 a span {
    background: url(/wp-content/uploads/icon-flatgass.svg) no-repeat top center;
    background-size: 60px;
}
#nav4 a span {
    background: url(/wp-content/uploads/icon-flatserver.svg) no-repeat top center;
    background-size: 60px;
}

#navi-image img {
    width: 200px;
}
#navi-image {
    margin-bottom: 20px;
}

}



/*----------------------------------------
■キャッチイメージ
-----------------------------------------*/

#fv-section {
    margin-top: 105px;
}


#top-fv-title span {
    font-size: 8rem;
}

#top-fv-title {
    font-weight: 700;
    font-size: 6.8rem;
    line-height: 1;
    margin-bottom: 20px;
}
#top-fv-text {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
}
#top-fv-text-note {
    font-size: 1rem;
    margin-bottom: 0;
}

#top-fv-text span::before {
    background: #ffffffbd;
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: 20px;
    bottom: 0;
    z-index: -1;
    left: -4px;
}

#top-fv-text span {
    position: relative;
    z-index: 1;
    padding: 0 4px;
}

#top-fv-text-area {
  display: flex;
  justify-content: center; /* 横方向で中央寄せ */
}

#top-fv-text-area-inner {
    text-align: left;
    position: relative;
    padding-right: 210px;
}

#top-fv-torappy {
    width: 190px;
    right: 0;
    position: absolute;
    top: -40px;
}
#catch-section {
    background: url(/wp-content/uploads/top-fv-bg.jpg) no-repeat center center;
    padding-top: 70px;
    padding-bottom: 60px;
margin-top:105px;
}
#catch-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5vw;
}
#catch-title {
    text-align: center;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
}


.page-id-498 #catch-title span,
.page-id-500 #catch-title span,
.page-id-504 #catch-title span,
.page-id-506 #catch-title span {
 padding: 10px 0px 10px 40px;
}

.page-id-498 #catch-title span {
    background: url(/wp-content/uploads/icon-flatenergy2.svg) no-repeat left center;
    background-size: 40px;
}


.page-id-500 #catch-title span {
    background: url(/wp-content/uploads/icon-flatgass2.svg) no-repeat left center;
    background-size: 30px;
}


.page-id-504 #catch-title span {
    background: url(/wp-content/uploads/icon-flatnet2.svg) no-repeat left center;
    background-size: 38px;
}


.page-id-506 #catch-title span {
    background: url(/wp-content/uploads/icon-flatserver2.svg) no-repeat left center;
    background-size: 38px;
}




/* 共通スタイル */
.slick-prev, 
.slick-next {
    text-indent: -9999px !important;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000000;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
-webkit-transition: all .3s;
	transition: all .3s;
    opacity: .6;
}

.slick-prev:hover, 
.slick-next:hover {
opacity:.8;
}

/* アイコンを矢印風にする（before疑似要素を使う） */
.slick-prev:before,
.slick-next:before {
content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: relative;
}

.slick-prev:before {
  transform: rotate(-135deg);
    right: -4px;
}

.slick-next:before {
  transform: rotate(45deg);
  left: -4px;
}

/* 位置調整 */
.slick-prev {
  left: -25px;  /* スライダー外に出す */
}

.slick-next {
  right: -25px;
}

.slick-prev, .slick-next {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}




.pickup__carousel::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 38px;
    background: url(/wp-content/uploads/pickup.svg) no-repeat;
    background-size: contain;
    z-index: 10;
    transform: rotate(-20deg);
    top: -40px;
    left: -40px;
}



/* スライダー枠 */
.pickup { position: relative; }
.pickup__carousel { position: relative; }


/* 画像のにじみ対策 */
.pickup__list img{ display:block; width:100%; height:auto; }



/* Slick dots を指定位置に差し込む */
.pickup__dots{ margin-top:12px; text-align:center; }
.pickup__dots .slick-dots{ display:inline-flex; gap:8px; }
.pickup__dots .slick-dots li{ list-style:none; }
.pickup__dots .slick-dots button{
  width:8px; height:8px; border-radius:50%;
  background:#cfcfcf; text-indent:-9999px; overflow:hidden; border:0; padding:0;
}
.pickup__dots .slick-dots .slick-active button,
.pickup__dots .slick-dots button.is-active{ background:#111; }








#pickup-tokuten {
 position: relative;
padding-bottom: 120px;
}

/* 擬似要素で下に背景を足す */
#pickup-tokuten::before {
content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 600px;
    background: #fffacf;
    z-index: -1;
}



/* おすすめトクテン（スライダー全体のラッパ） */
#pickup-tokuten-slider{
margin-top: -180px;
    position: relative;
    z-index: 2;
    padding: 0 5vw;
    max-width: 1200px;
    margin: -180px auto 0;
}

#pickup-tokuten-slider .slick-slide {
  margin: 0 10px; /* 左右に15px → 合計30pxの感覚 */
}

/* slick-list の overflow を補正してはみ出さないように */
#pickup-tokuten-slider .slick-list {
  margin: 0 -10px;
}

#pickup-tokuten-slider .slick-list{
padding: 10px 0;
}

/* トラックをフレックス化して各スライドを同じ高さに並べる */
#pickup-tokuten-slider .slick-track{
  display: flex !important;
  align-items: stretch;         /* 各スライドの高さを揃える */
}

/* スライド(li)自体をフレックスにして中身を伸ばす */
#pickup-tokuten-slider .slick-slide{
  display: flex !important;
  height: auto !important;
}

/* スライド直下のカード（a）を伸ばす
   ※スライド→(div)→a… の構造なら > * > a にしてください */
#pickup-tokuten-slider .slick-slide > a.tokuten-card,
#pickup-tokuten-slider .slick-slide > * > a.tokuten-card{
  width: 100%;
}



.fv-apply__btn {
    background: #ff3a3b;
    color: #FFF !important;
    font-size: 4rem;
    padding: 20px 80px;
}

.fv-apply__btn::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 90px;
    display: block;
    background: url(/wp-content/uploads/torappy2.png) no-repeat;
    bottom: -10px;
    right: -20px;
    z-index: 10;
    background-size: contain;
}

.fv-apply-btn {
    text-align: center;
    margin: 0;
    margin-top: 40px;
}
.fv-apply__btn span {
    background: #FFF;
    margin-right: 10px;
    padding: 4px 10px;
    display: inline-block;
    line-height: 1.2;
    border-radius: 10px;
    font-size: .8em;
    color: #ff3a3b;
    vertical-align: 2px;
}



@media screen and (max-width: 930px)  {
#fv-section {
    margin-top: 60px;
}
#catch-section {
    padding-top: 40px;
    padding-bottom: 30px;
margin-top:60px;
}
#catch-title {
    font-size: 2.2rem;
}

#top-fv-area{
    padding: 40px 0 180px;
}
#top-fv-torappy {
    width: 80px;
    right: 50%;
    top: 0px;
    margin-right: -40px;
}
#top-fv-text-area-inner {
text-align: center;
    padding-right: 0;
    padding-top: 120px;
        padding-bottom: 10px;
}
#top-fv-title{
 font-size: 13vw;
margin-bottom:6px;
}
#top-fv-title span {
    font-size: 1.3em;
    vertical-align: -2px;
}
#top-fv-text {
    font-size: 2rem;
}
#top-fv-text br{
display:none;
}
.fv-apply-btn {
    margin-top: 20px;
}
.fv-apply__btn {
    padding: 10px 0;
    font-size: 1.8rem;
    width: 100%;
    box-sizing: border-box;
}
.fv-apply__btn span {
    margin-right: 4px;
    padding: 4px 8px;
    font-size: .6em;
}
.fv-apply__btn::before {
    width: 30px;
    height: 45px;
    bottom: -10px;
    right: -10px;
}
#pickup-tokuten {
    padding-bottom: 60px;
}
.pickup__carousel::before {
    width: 60px;
    height: 19px;
    top: -10px;
    left: -20px;
}

.pickup__dots {
    margin-top: 0px;
}

}



@media screen and (max-width: 768px) {

#top-fv-text-note br{
display:none;
}

.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}
.slick-prev:before, .slick-next:before {
    width: 10px;
    height: 10px;
}
.slick-prev:before {
    right: -2px;
}
.slick-next:before {
    left: -2px;
}

#pickup-tokuten-slider .slick-list {
  margin: 0 -5vw;
}

#pickup-tokuten-slider .slick-slide {
  margin: 0 5px; /* 左右に15px → 合計30pxの感覚 */
}



}




/*----------------------------------------
■メイン
-----------------------------------------*/


#main {
    padding: 80px 0 160px;
}

.single #main{
   padding: 200px 0 160px;
}
.home #main{
 padding: 0px 0;
}


.container{
padding:120px 0;
  position: relative;
    z-index: 2;
}


.section{
    max-width: 1200px;
       margin: 0 auto;
    position: relative;
    padding: 0 5vw;
}

@media screen and (max-width: 930px) {



#main {
    padding: 60px 0 100px;
}

.single #main{
   padding: 100px 0;
}



}


@media screen and (max-width: 768px) {


.section{
       margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 5vw;
}



.home #main{
  padding: 0px 0 60px;
    overflow: hidden;
}

.container{
padding:60px 0;
}
}




/*----------------------------------------
■コンテンツ
-----------------------------------------*/

#contents-area{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
}


#contents {
    width: calc(100% - 290px - 30px);
}
#side_left {
    width: 290px;
}
#side_left-area {

}

@media screen and (max-width: 930px) {
#contents-area{
 display: block;
}
#contents {
    width: 100%;
margin-bottom:50px;
}
#side_left {
    width: 100%;
}
#side_left-area {
    position: static;
    top: 0px;
}


}

/*----------------------------------------
■サイド
-----------------------------------------*/
/* ===== Tokuten Sidebar ===== */
.tokuten-sidebar{
  display: grid; gap: 20px;
}

.tokuten-nav-all {
    margin-bottom: 30px;
}


.tokuten-sidebar{
    background: #f5f3ec;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
}
.banners {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.banners .banner__img { width: 100%; height: auto; display: block; }



/* 見出し */
.sb-title{
    margin: 0 0 4px;
    font-size: 1.4rem;
    font-weight: 700;
}

/* ========== Search ========== */
.sb-search__form{
  position: relative;
}
.sb-search__input{
width: 100%;
    height: 56px;
    padding: 0 56px 0 16px;
    border-radius: 2px;
    border: none;
    background: #e7e5dc;
    outline: none;
    font-size: 1.2rem;
}
.sb-search__input::placeholder{ color:#8a8275; }
.sb-search__btn{
      position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 2px;
    background: #bfb793;
    color: #FFF;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: filter .15s ease, transform .06s ease;
}
.sb-search__btn:hover{ filter: brightness(0.98); }
.sb-search__btn:active{ transform: translateY(-50%) scale(.98); }

/* ========== Genres ========== */
.sb-genreList{
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 12px;
}
.sb-genre{
  margin: 0;
}
a.sb-genre__link{
  display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 4px;
    padding: 10px 14px;
text-decoration: none;
}


/* アイコン丸背景 */
.sb-genre__icon{
  width: 28px; height: 28px; border-radius: 50%;
  background: #f3f1ea; /* 黄色系 */
  display: grid; place-items: center;
  overflow: hidden;
}
.sb-genre__icon img{
  width: 60%; height: 60%; object-fit: contain; display: block;
}

.sb-genre__body{
  display: grid; gap: 4px;
}
.sb-genre__name{
  font-weight: 700;
    line-height: 1.2;
    font-size: 1.6rem;
}
.sb-genre__desc{
    font-size: 1rem;
    line-height: 1.4;
}

input[type="search"]::-webkit-search-cancel-button {
  filter: grayscale(1) brightness(0.5);
}

/* ===== Responsive tweak ===== */
@media (max-width: 1024px){
  .tokuten-sidebar{ position: static; }
}




/*----------------------------------------
■facebook/twitter
-----------------------------------------*/
#tabs{
height:370px;
}

#tabs ul{
width: 200px;
margin-bottom:7px;
}
#tabs li{
margin:0;
padding:0;
}

#tabs #tab_facebook{
background:url(/images/side/bg_facebook.png) no-repeat;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_facebook{
background:url(/images/side/bg_facebook_selected.png) no-repeat;
}

#tabs #tab_twitter{
background:url(/images/side/bg_twitter.png) no-repeat right top;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_twitter{
background:url(/images/side/bg_twitter_selected.png) no-repeat right top;
}


.ui-tabs-hide { display: none; }
.ui-tabs {
margin: 10px 0 0 0;
}
.ui-tabs-nav {

list-style: none;
margin: 0;
padding: 0;

}
.ui-tabs-nav:after {
display: block;
clear: both;
content: " ";
}
.ui-tabs-nav li { 
float: left; 
font-weight: bold;
width: 99px;
}
.ui-tabs-nav a{
display: block;
}
.ui-tabs-nav a {
margin: 1px 0 0;
padding-left: 0;
text-align: center;
outline: 0;
text-decoration:none;
}
.ui-tabs-nav .ui-tabs-selected a {
position: relative;
top: 1px;
z-index: 2;
margin-top: 0;
color: #000;
}



.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited { cursor: text; }
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover,
.ui-tabs-nav .ui-tabs-deselectable a:focus,
.ui-tabs-nav .ui-tabs-deselectable a:active { cursor: pointer; }
.ui-tabs-disabled { opacity: .4; }
.ui-tabs-panel { padding: 0; }
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-tabs-panel { width: 178px; border: 0px solid #ade500/*{borderColorActive}*/;}
.ui-tabs-panel img { border:none; }


/*----------------------------------------
■フッター
-----------------------------------------*/


.bottom-apply-btn {
    position: fixed;
    z-index: 10;
    right: 0px;
    bottom: 20px;
    margin: 0;
    font-size: 1.6rem;
width: 54px;
}

a.bottom-apply__btn {
    display: inline-block;
    vertical-align: middle;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    text-decoration: none;
    font-weight: 700;
    background: #ff3a3b;
    color: #FFF;
    padding: 30px 10px 55px 10px;
    border: solid 2px #000;
    border-radius: 20px 0 0 20px;
    border-right: none;
    position: relative;
}
a.bottom-apply__btn::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 60px;
    display: block;
    background: url(/wp-content/uploads/torappy2.png) no-repeat;
    bottom: -10px;
    right: 2px;
    z-index: 10;
    background-size: contain;
}

a.bottom-apply__btn span {
    background: #FFF;
    padding: 6px 2px;
    margin-bottom: 5px;
    color: #ff3a3b;
    font-size: .8em;
    border-radius: 6px;
}


.bottom-apply-btn .fv-apply__btn::before {
    width: 40px;
    height: 60px;
}
.bottom-apply-btn .fv-apply__btn {
    font-size: 1.8rem;
    padding: 10px 30px;
}



#footer-top-area::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(/wp-content/uploads/footer-tora.png) no-repeat;
    background-size: contain;
    display: block;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    z-index: 20;
 /* 追加: アニメーション */
    animation: tora-swing 2s infinite ease-in-out;
    transform-origin: center bottom; /* 下端を支点に回転させる */
}

@keyframes tora-swing {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(-10deg); }
    50%  { transform: rotate(10deg); }
    75%  { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}


#footer-top-area {
    background: #ffface;
    padding: 80px 0;
}

#footer-top {
}


#footer-logo img {
    width: 240px;
}

#footer-logo {
    text-align: center;
    margin-bottom: 40px;
}
#footer-logo-top {
    text-align: center;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.2;
}


#footer-con-box-area {
  display: flex;
  justify-content: center; /* 中央に配置 */
  background: transparent; /* ←背景色は消す */
}

#footer-con-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    border: solid 4px #EEE;
    padding: 40px 5vw;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
}
#footer-con-tel-top {
    font-size: 1.4rem;
    margin-bottom: 4px;
    line-height: 1;
    font-weight: 700;
}
#footer-con-tel {
    margin: 0;
    font-size: 3.6rem;
    line-height: 1;
}
#footer-con-tel a {
    text-decoration: none;
}
#footer-con-tel span {
    background: url(/wp-content/uploads/icon-tel.svg) no-repeat left center;
    background-size: 28px;
    padding-left: 34px;
}

#footer-con-time-bottom {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.4;
}

#footer-con-time {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 1.4rem;
}

#footer-con-btn a span {
    background: url(/wp-content/uploads/icon-contact2.svg) no-repeat left center;
    background-size: 24px;
    padding: 4px 0 4px 28px;
    font-size: 2rem;
    font-weight: 700;
    vertical-align: -0.1rem;
    margin-right: 6px;
}

#footer-con-btn a {
      background: #fee103;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4rem;
    vertical-align: middle;
    display: inline-block;
    padding: 12px 40px;
}

#footer-con-btn {
    margin: 0;
}


#footer-bottom {
    background: #000;
    padding: 60px 0;
}

#footer-nav-list li {
    display: inline-block;
    margin: 0 20px;
    font-size: 1.5rem;
}

#footer-nav-list li a {
    color: #FFF;
    text-decoration: none;
}
#footer-nav-list {
    margin: 0 auto 40px;
    text-align: center;
}

address {
    text-align: center;
    font-style: normal;
    color: #FFF;
    font-size: 1.1rem;
}

@media screen and (max-width: 1070px) {
#footer-con-box-area{
display:block;
}

#footer-con-box {
    display: block;
    text-align: center;
}
#footer-con-telbox {
    margin-bottom: 10px;
}

#footer-con-timebox p {
    display: inline;
}

#footer-con-timebox {
    margin-bottom: 16px;
}
#footer-nav-list li {
    display: block;
    margin: 0 0px 14px;
}
#footer-top-area {
    padding: 60px 0;
}

}

@media screen and (max-width: 768px) {


.bottom-apply-btn {
           right: 0%;
        bottom: 0px;
        width: 100%;
        font-size: 4vw;
}

 a.bottom-apply__btn {
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border:none;
    border-top:solid 2px #000;
    bottom: 0;      /* 画面下部に固定 */
    right: 0;
    left: 0;
    padding: 10px 5vw;
box-sizing:border-box;
}
a.bottom-apply__btn span {
    margin-bottom: 5px;
    margin-right: 5px;
}

a.bottom-apply__btn::before {
    bottom: 10px;
}



    #footer-con-timebox p {
        display: block;
    }
#footer-con-btn a span {
    display: block;
    margin-bottom: -10px;
}

}




/*----------------------------------------
■トップページ
-----------------------------------------*/


.tokuten-hero {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
}

.tokuten-hero__head {
text-align: center;
    line-height: 1.2;
}

.tokuten-hero__whats {
    width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.tokuten-hero__logo {
  height: 50px;
  vertical-align: middle;
}

.tokuten-hero__subtitle {
font-size: 4rem;
    margin-left: 2px;
    vertical-align: -18px;
    font-weight: 900;
}

.tokuten-hero__catch {
    font-weight: 900;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 3rem;
}
.tokuten-hero__catch br{
display:none;
}


.tokuten-hero__catch span {
    position: relative;
}


.tokuten-hero__catch span::before {
    content: "";
    width: calc(100% + 12px);
    height: 8px;
    background: #fee103;
    position: absolute;
    bottom: 2px;
    left: -6px;
    z-index: -1;
    border-radius: 4px;
}

.tokuten-hero__torappy{
text-align:center;
}
.tokuten-hero__torappy img {
max-width: 360px;
    margin: 40px auto;
    display: block;
}

.tokuten-hero__categories {
    font-size: 2.4rem;
    margin: 15px 0;
    text-align: center;
}

.tokuten-hero__discount {
    font-size: 8rem;
    font-weight: 900;
    color: #FF3B3B;
    margin-top: 20px;
    text-align: center;
}

/* 調整しやすい共通色 */
:root {
  --accent-red: #ff3b3b; /* デザインの赤 */
}

/* コンテナ（横並び・ベースライン揃え） */
.longdeal {
 display: flex;
  align-items: center; /* baseline より上下中央の方が綺麗 */
  justify-content: center;
  font-weight: 800;
  font-size: clamp(28px, 5.5vw, 92px);
  line-height: 1;
  color: #ff3b3b;
  gap: 0.1em; /* 文字と棒の間隔 */
    letter-spacing: 0em;
}

/* 「ず」 */
.longdeal__head,
.longdeal__tail {
  white-space: nowrap;
}

/* 棒本体：はじめは幅0、表示時ににゅっと伸びる */
.longdeal__bar {
 display: inline-block;       /* ← インラインで扱う */
  height: 0.18em;              /* フォントサイズ基準で高さ */
  width: 0;                    /* 初期はゼロ */
  background: currentColor;
  transform-origin: left center;
  transition: width 1.6s cubic-bezier(.2,.9,.15,1) .2s;
}

/* 伸びたときの目標幅（画面に合わせて可変） */
.longdeal {
  --bar-width: 6em; /* 「ず」と「っと」の間に欲しい長さ、相対単位が◎ */
}
/* 画面内に入ったら .in を付与（JSで） */
.longdeal.in .longdeal__bar {
  width: var(--bar-width);
}

/* 「っと 割引！」 */
.longdeal__tail em {
  font-style: normal;
  font-weight: 900;
  letter-spacing: .02em;
    margin-left: -6px;
}

/* 低速モーション/モーション削減への配慮 */
@media (prefers-reduced-motion: reduce) {
  .longdeal__bar {
    transition: none;
    width: var(--bar-width);
  }
}
#top-hero-area {
    padding-bottom: 0;
}



#top-tokuten-area {
    padding: 120px 0 0;
}

#top-tokuten-panel-area {
    background: #f5f3ec;
padding: 60px 0 120px;
}


/* コンテナ */
.tokuten-tabs{ --gap:24px; --radius:16px; --shadow:0 6px 20px rgba(0,0,0,.08); }

/* タブヘッダー */
.tokuten-tabs__header{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0px;
    padding: 0 0;
    box-sizing: border-box;
    overflow: visible;
}
.tokuten-tab{
    width: 100%;
    text-align: center;
    padding: 30px 12px;
    font-weight: 700;
    font-size: 2rem;
    border-radius: 18px 18px 0 0;
    background: #ffffff;
    border: solid 1px #e3dfd2;
    border-bottom: none;
    cursor: pointer;
    transition: background .2s, transform .1s;
  position:relative;
  z-index:1;
}

.tokuten-genreLead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.tokuten-genreLead__pill {
    display: inline-block;
    background: #fee103;
    border-radius: 9999px;
    padding: 4px 20px;
    line-height: 1.4;
    font-size: 1.4rem;
}

a.tokuten-genreLead__more {
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px;
    border: solid 1px;
    font-size: 1.2rem;
    line-height: 1.4;
}
.more-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px;
    border: solid 1px;
    font-size: 1.2rem;
    line-height: 1.4;
}
.tokuten-all {
    padding-top: 80px;
    text-align: center;
margin: 0;
}


.tokuten-side-all {
    text-align: center;
    margin: 10px 0 20px 0;
}


.tokuten-side-all__btn {
    background: #fee103;
    font-size: 2.2rem;
    color: #000;
     padding: 10px 40px;
    font-size: 1.8rem;
}



.tokuten-all__btn {
    background: #fee103;
 font-size: 2.2rem;
color:#000;
}





.tokuten-tab:is(:hover,:focus){     background: #f5f3ec; }
.tokuten-tab.is-active{     background: #f5f3ec; }

.tokuten-tab span {
    display: block;
}

.tokuten-tab span {
    opacity: .4;
    transition: background .2s, transform .1s;
}

.tokuten-tab.is-active span,
.tokuten-tab:is(:hover,:focus) span {
   opacity: 1;
}



.tokuten-tab span.tokuten-tab__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: #f5f3ec;
    display: flex;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    border-radius: 9999px;
    margin-bottom: 10px;
}

.tokuten-tab.is-active span.tokuten-tab__icon{
 background: #FFF;
}

.tokuten-tab__icon img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: auto;
}


/* パネル */
.tokuten-panel{ display:block; }
.tokuten-panel:not(.is-active){ display:none; }

/* グリッド 4×2（→ 930pxで2列、600pxで1列） */
.tokuten-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 20px;
}
@media (max-width: 930px){
  .tokuten-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 600px){
  .tokuten-grid{ grid-template-columns: 1fr; }
}

/* もっと見る */
.tokuten-more{ margin-top: 28px; text-align:center; }
.tokuten-more__btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:14px 22px; border-radius:999px; background:#ffe100; font-weight:800; text-decoration:none; color:#000;
  box-shadow:0 4px 0 #d3b900;
}
.tokuten-more__btn:hover{ filter:brightness(0.98); }



.pageh2 span::before {
    content: "";
    width: calc(100% + 12px);
    height: 8px;
    background: #fee103;
    position: absolute;
    bottom: 2px;
    left: -6px;
    z-index: -1;
    border-radius: 4px;
}

.pageh2 span {
    position: relative;
}
.pageh2 {
    text-align: center;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 40px;
}

#top-news-text {
    text-align: center;
    margin-bottom: 40px;
}


#top-news-list li {
    border-bottom: dashed 2px #d0d0d0;
    padding: 20px 20px;
}

#top-news-list {
    margin: 0 auto 0px;
}
.top-news-name a {
    text-decoration: none;
}

.top-news-name {
       font-size: 2rem;
    margin: 0;
   line-height: 1.6;
    font-weight: 700;
}

.top-news-date {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1.6;
}

.top-news-list-r {
    width: calc(100% - 120px);
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 30px;
}
.top-news-list-l {
   vertical-align: top;
    display: table-cell;
    width: 120px;
    padding-top: 6px;
}
.top-news-list-lr {
    display: table;
    width: 100%;
}


#top-news-more {
    position: absolute;
    right: 5vw;
    top: 0;
}
#top-news {
    max-width: 900px;
}

#tokutenlist-recommend-box .tokuten-card__title {
    font-size: 2rem;
    line-height: 1.4;
}

#tokutenlist-recommend-box .tokuten-card__organizer-name {
font-size: 1.2rem;
}


@media screen and (max-width: 768px) {


#tokutenlist-recommend-box .tokuten-card__title {
    font-size: 1.6rem;
}

#top-news-list li {
    padding: 15px 10px;
}
.top-news-list-lr {
    display: block;
}
.top-news-list-l {
    display: block;
    width: 100%;
}
.top-news-list-r {
    display: block;
    width: 100%;
    padding-left: 0;
}
.top-news-name {
    line-height: 1.4;
    font-size: 1.6rem;
    margin-top: 2px;
}

#top-news-text {
    margin-bottom: 10px;
}

.pageh2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
}

.more-btn a {
    padding: 4px 8px;
    font-size: 1.1rem;
}
#top-tokuten-panel-area {
    padding: 30px 0 60px;
}
.tokuten-hero__logo {
           height: 8vw;
}
.tokuten-hero__subtitle {
    font-size: 2.8rem;
    margin-left: 1px;
    vertical-align: -8px;
}

.tokuten-hero__catch {
    line-height: 1.3;
    font-size: 2rem;
}
.tokuten-hero__head {
    margin-bottom: 20px;
}
.tokuten-hero__torappy img {
    max-width: 280px;
    margin: 20px auto;
}
.tokuten-hero__categories {
    font-size: 1.4rem;
    margin: 14px 0;
}
#top-tokuten-area {
    padding: 60px 0 3px;
}
.tokuten-hero__catch br{
display:block;
}

.tokuten-hero__catch span::before {
    width: calc(100% - 12px);
    left: 6px;
}
.tokuten-hero__catch span::after {
    content: "";
    width: calc(100% + 12px);
    height: 8px;
    background: #fee103;
    position: absolute;
    top: 18px;
    left: -6px;
    z-index: -1;
    border-radius: 4px;
}
.morebtn {
    padding: 8px 20px;
}

.tokuten-all__btn {
    font-size: 1.8rem;
}

.tokuten-tab {
    width: 100%;
    padding: 20px 10px;
    font-size: 1.6rem;
    line-height: 1.3;
}
.tokuten-tabs__header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin: 30px auto 20px;
}
.tokuten-tab {
 padding: 10px 10px;
        font-size: 1.6rem;
        line-height: 1.3;
        border-radius: 18px 18px 0 0;
        border-bottom: none;
}
.tokuten-tab span.tokuten-tab__icon {
    width: 40px;
    height: 40px;
}
.tokuten-all {
    padding-top: 80px;
}
.tokuten-genreLead {
    display: block;
text-align: center;
margin-bottom: 20px;
}
.tokuten-genreLead__more {
    position: absolute;
    bottom: 70px;
    white-space: nowrap;
    left: 50%;
    margin-left: -97px;
}
.tokuten-grid .tokuten-card__inner {
    gap: 6px;
}
.tokuten-grid .tokuten-card__tags li{
font-size:1rem;
}
.tokuten-grid .tokuten-card__title {
    margin: 0;
    font-size: 1.3rem;
}


.tokuten-genreLead__pill {
    font-size: 1.2rem;
}
.tokuten-hero__whats {
    width: 120px;
    margin-bottom: 10px;
}



}

.tokuten-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tokuten-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tokuten-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* タブレット以下：3列 → （必要ならそのままでもOK） */
@media (max-width: 1024px) {
  .tokuten-grid.cols-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* スマホ：強制2列 */
@media (max-width: 768px) {
  .tokuten-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}




/*----------------------------------------
■会社
-----------------------------------------*/




/*----------------------------------------
■サイトマップ
-----------------------------------------*/

#menu-sitemap{
	list-style:none;
	padding:10px 7px;
	margin-bottom:15px;
}
#menu-sitemap a{
	background:url(/images/items/icon_link.gif) no-repeat left center;
	padding-left:17px;
	line-height:25px;
}



/*----------------------------------------
■トクテン一覧
-----------------------------------------*/

#tokutenlist {
  --tl-max: 1200px;
  --tl-pad: 20px;

  --tl-text: #111;
  --tl-muted: #6b7280;
  --tl-border: #e5e7eb;
  --tl-surface: #fff;
  --tl-chip-bg: #f6f7f9;
  --tl-chip-text: #4b5563;
  --tl-shadow: 0 6px 20px rgba(17, 24, 39, .06);
  --tl-radius: 14px;

  color: var(--tl-text);
  background: transparent;
}



.tokutenlist-head {
  margin-top: 28px;
  margin-bottom: 16px;
}

.tokutenlist-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: .02em;
}

/* セクション */
.tokutenlist-section {
    margin-top: 42px;
    margin-bottom: 48px;
    padding: 0;
}

.tokutenlist-section > h2 {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  margin: 0 0 16px;
}

/* ============================
   Grid
   ============================ */
.tokutenlist-grid {
  display: grid;
  gap: 10px;
}

/* ============================
   Card
   ============================ */
.tokuten-card {
  background: #FFF;
  border-radius: 4px;
    box-shadow: 0 0 16px #0000000a;
padding:12px;
  text-decoration: none !important;
  height: 100%;
    box-sizing: border-box;
  display:block;
  height:100%;
position: relative;
z-index:1;
}

.tokuten-card__inner {
display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}
.tokutenlist-grid .tokuten-card__inner {
    gap: 6px;
}

.tokutenlist-grid .tokuten-card__title {
    font-size: 1.4rem;
}
.tokutenlist-grid .tokuten-card__tags li{
  font-size: 1rem;
}

.tokuten-card:hover { transform: translateY(-2px); }

/* サムネ：aspect-ratio 対応 + フォールバック */
.tokuten-card__thumb {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #f2f3f5;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 0px;
}
@supports not (aspect-ratio: 16 / 10) {
  .tokuten-card__thumb { padding-top: 62.5%; }       /* 16:10 */
  .tokuten-card__thumb > img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}
.tokuten-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* タグ */
.tokuten-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
}
.tokuten-card__tags li {
    font-size: 1.1rem;
    line-height: 1;
    color: #FFF;
    background: #a5a397;
    border: none;
    border-radius: 999px;
    padding: 4px 6px;
}

/* タイトル */
.tokuten-card__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
 max-height: calc(1.45em * 2); /* 確実に2行 */
}


/* 一言コメント */
.tokuten-card__hitokoto {
 margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #828282;
    line-height: 1.4;
}

/* 企業ロゴ＋名前 */
.tokuten-card__organizer {
       display: flex
;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #555;
}

.tokuten-card__organizer-logo {
width: 18px !important;
    height: 18px !important;
    object-fit: contain;
    border-radius: 3px;
    border: solid 1px #f1f1f1;
    padding: 3px;
}

.tokuten-card__organizer-name {
    font-size: 1rem;
    font-weight: 500;
    color: #828282;
    line-height: 1.4;
    margin-bottom: 0;
}

/* perkバッジ（左下固定） */
.tokuten-badge--perk {
    position: absolute;
    bottom: 3px;
    left: 3px;
    background: #fee103;
    color: #000;
    font-size: 0.9rem;
    padding: 2px 4px;
    line-height: 1.4;
    border-radius: 0;
    font-weight: bold;
}

/* 空状態 */
.tokutenlist-empty {
  padding: 20px;
  color: var(--tl-muted);
  border: 1px dashed var(--tl-border);
  border-radius: 10px;
  text-align: center;
  background: #fafafa;
}

/* 余白の最終調整（任意） */
.tokutenlist-section:last-child { margin-bottom: 72px; }


/* ====== トクテン一覧 共通 ====== */
.tokutenlist-section { margin: 0px 0 64px; }



/* ====== おすすめ（背景帯＋スライダー） ====== */
.tokutenlist-section--reco {
  position: relative;
 margin: 0px 0 64px;
}

#tokutenlist-recommend-box {
    padding: 30px;
    background: #f79906;
    border-radius: 10px;
    position: relative;
}
#tokutenlist-recommend-box::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 90px;
    display: block;
    background: url(/wp-content/uploads/torappy2.png) no-repeat;
    bottom: -10px;
    right: -20px;
    z-index: 10;
    background-size: contain;
}

.tokutenlist-secHead__icon img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    display: block;
}

.tokutenlist-secHead__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f3f1ea;
    display: grid;
    place-items: center;
}


/* スライダー左右の余白（カード間のガター） */
#tokutenlist-recoSlider .slick-list {
  margin: 0 -16px;   /* -パディング分 */
}
#tokutenlist-recoSlider .tokutenlist-slide {
  padding: 0 16px;
}

/* トラックを横並びflex化＆各スライドを同じ高さに伸ばす */
#tokutenlist-recoSlider .slick-track {
  display: flex !important;
  align-items: stretch;
}
#tokutenlist-recoSlider .slick-slide {
  height: auto !important;
  display: flex !important;        /* 子（カード）を縦いっぱいに伸ばすため */
}
#tokutenlist-recoSlider .tokuten-card {
  width: 100%;
  display: block;                  /* 念のため */
}

/* サムネの縦横比を固定（4:3）＆切り抜き */
#tokutenlist-recoSlider .tokuten-card__thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
}
#tokutenlist-recoSlider .tokuten-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}





/* セクションヘッダ */
.tokutenlist-secHead{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; margin-bottom:30px;
}

.tokutenlist-section--reco .tokutenlist-secHead {
    margin-bottom: 20px;
}

.tokutenlist-secHead__title{
  display:flex; align-items:center; gap:10px; font-size:2.6rem; font-weight:700;
line-height: 1.2;
}
.tokutenlist-section--reco .tokutenlist-secHead__title {
    font-size: 3.8rem;
}



.tokutenlist-secHead__icon img{ display:block; }
.tokutenlist-secHead__more{
    background: #fff;
    display: inline-block;
    padding: 6px 10px;
    border: solid 1px;
    font-size: 1.2rem;
    line-height: 1.4;
    text-decoration: none !important;
}




/* バッジ（左上） */
.tokuten-card__badge{
    position: absolute;
    left: -10px;
    top: -10px;
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    color: #fff;
    font-weight: 700;
    z-index: 10;
}
.tokuten-card__badge--new{ background:#ff4a4a; font-size:1.2rem; }
.tokuten-card__badge--rank{ background:#222; font-size:1.4rem; }


/* 人気の順位バッジ共通 */
.tokuten-card .tokuten-badge.tokuten-badge--rank {
  color: #fff;
  font-weight: 700;
}

/* 1位: ゴールド */
.tokuten-card .tokuten-badge.tokuten-badge--rank.rank-gold {
  background: linear-gradient(135deg, #f6d365, #fda085);
}

/* 2位: シルバー */
.tokuten-card .tokuten-badge.tokuten-badge--rank.rank-silver {
  background: linear-gradient(135deg, #cfd9df, #e2ebf0);
}

/* 3位: ブロンズ */
.tokuten-card .tokuten-badge.tokuten-badge--rank.rank-bronze {
  background: linear-gradient(135deg, #d1913c, #ffd194);
}

/* 4位以降: グレー */
.tokuten-card .tokuten-badge.tokuten-badge--rank.rank-gray {
  background: #9aa0a6;
}




/* slick の列間（2枚表示時） */
.tokutenlist-slider { margin: 0; padding: 0; list-style: none; }
#tokutenlist #tokutenlist-recoSlider .slick-list { margin: 0 -5px; padding: 10px 0; }
#tokutenlist #tokutenlist-recoSlider .slick-slide { padding: 0 5px; }

/* トクテン一覧のドットを横並びの丸にする */
#tokutenlist-recoSlider .slick-dots{
  position: static;
  margin-top: 10px;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  list-style: none;
}
#tokutenlist-recoSlider .slick-dots li{ margin:0; }
#tokutenlist-recoSlider .slick-dots button{
  width: 10px; height: 10px;
  padding: 0; border: 0; border-radius: 50%;
  background:#d8d8d8;
  font-size:0; line-height:0;  /* ←数字を消す */
  cursor:pointer;
}
#tokutenlist-recoSlider .slick-dots li.slick-active button{ background:#111; }



/* ====== グリッド（人気/新着/Perk） ====== */

.tokutenlist-grid.cols-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.tokutenlist-grid.cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }

@media (max-width: 960px){
  .tokutenlist-grid.cols-4 { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 720px){
  .tokutenlist-grid.cols-4,
  .tokutenlist-grid.cols-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}



.tokutenlist-secHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap; /* スマホで折り返す */
}

.tokutenlist-secHead__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tokutenlist-perk-subtext {
  font-size: 0.85em;
  color: #929292;
    line-height: 1.4;
}


@media screen and (min-width: 768px) {
.tokutenlist-secHead__title br{
display:none;
}
}


@media screen and (max-width: 768px) {


.tokutenlist-secHead__left  {
display:block;
}

.tokutenlist-perk-subtext {
        margin-top: 6px;
        display: block;
}


.tokutenlist-section--reco .tokutenlist-secHead__title {
    font-size: 2.6rem;
}

#tokutenlist-recommend-box {
    padding: 20px;
        margin: 0 -5vw;
        border-radius: 0;
}

#tokutenlist-recommend-box::before{
bottom: -20px;
    right: -5px;
}


#tokutenlist-recoSlider .slick-dots {
 margin-top: 0px;
}
.tokutenlist-section {
    position: relative;
    padding-bottom: 50px;
}
a.tokutenlist-secHead__more {
    position: absolute;
    bottom: 0;
    right: 0;
}
.tokutenlist-section {
    margin: 0px 0 40px;
}
.tokutenlist-secHead {
    margin-bottom: 20px;
}
.tokutenlist-secHead__icon {
    width: 44px;
    height: 44px;
}

.tokutenlist-secHead__title {
    font-size: 2.2rem;
}
.tokuten-card__badge--new {
    font-size: 1rem;
}
.tokuten-card__badge {
    left: -8px;
    top: -8px;
    width: 28px;
    height: 28px;
}
.tokutenlist-section--reco {
    padding-bottom: 0;
}



}



/*----------------------------------------
■トクテン詳細
-----------------------------------------*/


/* コンテナ */
#tokuten-single-area {

}
#tokuten-single {
  margin-inline: auto;
}

/* 見出し（タイトル） */
#tokuten-title {
font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 20px;
}

/* グリッド */
#tokuten-header__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

/* 画像 */
.tokuten-hero__image {
    margin: 0;
    overflow: hidden;
    background: #f3f3f3;
    width: 100%;
    aspect-ratio: 4 / 3;
}
.tokuten-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* single-tokuten.php 上部の企業ロゴ＋社名 */
.tokuten-single-organizer {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.tokuten-single-organizer__logo {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #f1f1f1;
    object-fit: contain;
    flex-shrink: 0;
    padding: 10px;
}

.tokuten-single-organizer__name {
font-size: 1.6rem;
    color: #828282;
    line-height: 1.3;
}

#tokuten-description {
  font-size: 1.6rem;
  margin: 0;
}

/* タグ */
.tokuten-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.tokuten-tags__item {
display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 9999px;
    background: #a5a397;
    color: #FFF;
    white-space: nowrap;
}

/* CTAボタン */
.tokuten-cta {
    padding: 12px 60px;
    background: #eb3839;
    color: #FFF !important;
    font-size: 2.2rem;
}

.tokuten-ctaBottom {
    text-align: center;
    margin-top: 60px;
}

.tokuten-ctaTop {
    margin-top: 30px;
}





/* ============ Common section shell ============ */
.tokuten-section{ margin-top:56px; }
.tokuten-empty{
  background:#fff; border:1px dashed #ddd; color:#777;
  padding:18px; border-radius:12px; text-align:center; margin-top:14px;
}

/* セクション見出し（共通） */
.tokuten-secHead{
    background: #ededed;
    border-radius: 10px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.tokuten-secHead__icon{
      width: 50px;
    height: 50px;
    margin: -10px 0;
}
.tokuten-secHead__title{ margin:0; font-size:2rem; font-weight:700; letter-spacing:.02em; }

/* ============================================= */
/* 01. 特典利用の流れ                            */
/* ============================================= */

.tokuten-flow{
  list-style:none; padding:0; margin:16px 0 0;
  display:grid; gap:12px;
}
.tokuten-flow__item{
     display: flex;
    align-items: flex-start;
    gap: 12px;
}
.tokuten-flow__num{
    flex: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #ffffff;
    background: #c1c1c1;
    line-height: 1.4;
    margin-top: 2px;
}
.tokuten-flow__text{ margin:2px 0 0; line-height:1.8;  }

/* 2列にしたくなったら（任意）
@media (min-width: 900px){
  .tokuten-flow{ grid-template-columns:1fr 1fr; }
}
*/

/* ============================================= */
/* 02. よくある質問（常時表示）                  */
/* ============================================= */


.tokuten-faq{
  display:grid; gap:18px; margin-top:12px;
}
.tokuten-faq__item{
  
}
.tokuten-faq__q{
  margin:0 0 8px;
}
.tokuten-faq__a{
  line-height:1.6;
}
.tokuten-faq__a p {
    margin: 0;
  color: #8e8e8e;
    font-size: 1.5rem;
}


/* ============================================= */
/* 03. 特典詳細                                   */
/* ============================================= */

.tokuten-detail{
}
.tokuten-detail__row{
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 16px;
    padding: 14px 10px;
    border-bottom: 1px solid #eee;
}
.tokuten-detail__row:last-child{ border-bottom:none; }
.tokuten-detail__label{

}
.tokuten-detail__content{
line-height:1.6;
      color: #8e8e8e;
    font-size: 1.5rem;
}
.tokuten-detail__content p{ margin:0 0 8px;
line-height:1.6;
  color: #8e8e8e;
    font-size: 1.5rem;
 }
.tokuten-detail__content--muted{ 
line-height:1.6;
  font-size: 1.3rem;
 }

/* Link style inside detail */
.tokuten-detail__content a{
  color:#0a66c2; text-decoration:underline; text-underline-offset:2px;
}
.tokuten-detail__content a:hover{ opacity:.9; }


.tokuten-detail {
    margin-top: -14px;
}


/* ============================================= */
/* Responsive                                    */
/* ============================================= */


@media screen and (min-width: 1120px) {
  #tokuten-header__grid {
   grid-template-columns: min(560px, 45%) 1fr; /* 画像/テキスト */
    gap: 28px 40px;
}
}




@media screen and (max-width: 1120px) {
.tokuten-ctaTop {
    text-align:center;
        margin-top: 20px;
}
}

@media screen and (max-width: 768px) {

.tokuten-section {
    margin-top: 36px;
}
#tokuten-title{
    font-size: 2.4rem;
    line-height: 1.4;
}
tokuten-single-organizer__logo {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.tokuten-single-organizer {
    gap: 10px;
    margin-bottom: 12px;
}
.tokuten-single-organizer__name {
    font-size: 1.3rem;
}


#tokuten-description {
    font-size: 1.4rem;
}
.tokuten-tags__item {
    font-size: 1.1rem;
    padding: 4px 8px;
}
.tokuten-tags {
    gap: 6px 8px;
    margin: 12px 0 0;
}
.tokuten-cta {
    padding: 12px 40px;
    font-size: 2.2rem;
    font-size: 2rem;

}

.tokuten-secHead {
    border-radius: 2px;
    padding: 10px 16px;
    margin-bottom: 20px;
}
.tokuten-secHead__title {
    font-size: 1.8rem;
}

.tokuten-detail__row {
    display: block;
        padding: 10px 0;
}
.tokuten-detail__label {
    font-size: 1.4rem;
}
.tokuten-detail__content {
    font-size: 1.3rem;
}
.tokuten-detail__content p {
  font-size: 1.3rem;
}

.tokuten-faq__a p {
    font-size: 1.3rem;
}

.tokuten-detail {
    margin-top: -10px;
}
.tokuten-ctaBottom {
    text-align: center;
    margin-top: 40px;
}

}



/*----------------------------------------
■検索結果
-----------------------------------------*/

.tokutenlist-secHead__meta{
margin-bottom:0;
}


/* 検索ページャ（WP標準 the_posts_pagination 用） */
.navigation.pagination {
  margin-top: 80px;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* 数字・前後リンクの共通ボタン風 */
.navigation.pagination .page-numbers {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  transition: transform .06s ease, box-shadow .2s ease, background-color .2s ease;
}

.navigation.pagination .page-numbers:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.10);
}

.navigation.pagination .page-numbers:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

/* 現在ページ */
.navigation.pagination .page-numbers.current {
  background: #000;     /* ブランドに合わせて色変更OK */
  color: #fff;
  border-color: #000;
  cursor: default;
  box-shadow: none;
}

/* 前へ・次へは数字より少しワイド */
.navigation.pagination .prev.page-numbers,
.navigation.pagination .next.page-numbers {
  min-width: 64px;
}

/* モバイルでの当たり判定・余白調整 */
@media (max-width: 640px) {
  .navigation.pagination .nav-links {
    gap: 8px;
  }
  .navigation.pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: 6px;
    font-weight: 700;
  }
}


.tokuten-pagination ul { display:flex; flex-wrap: wrap; gap:8px; justify-content:center; padding:24px 0; }
.tokuten-pagination li { list-style:none; }
.tokuten-pagination a,
.tokuten-pagination span {
display: block;
    font-size: 1.4rem;
    padding: .2em .8em;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
}
.tokuten-pagination .current { background:#000; color:#fff; border-color:#000; }




/*----------------------------------------
■お問い合わせ
-----------------------------------------*/


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1.1rem !important;
    font-weight: normal;
    display: block;
    margin-top: 4px;
}

#contact-contents {
    max-width: 900px;
}


#contact-contents-area {
    padding: 0;
}
#contact-form-area {
    background: #f5f3ec;
    border-radius: 10px;
    padding: 60px 80px;
}
.form-t input, .form-t textarea {
 background: #e7e5dc78;
    border: 0;
    padding: 22px 24px;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.6rem;
}
.contact-contents-secHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact-contents__more {
    background: #fff;
    display: inline-block;
    padding: 6px 10px;
    border: solid 1px;
    font-size: 1.2rem;
    line-height: 1.4;
    text-decoration: none !important;
}

.contact-contents-secHead__left {

}

.contact-contents__title{
font-size: 2.6rem;

    line-height: 1.2;
}

.contact-contents__titlesub {
      font-size: 0.85em;
    color: #929292;
    padding-top: 4px;
    display: inline-block;
}

.form-t th, .form-t td {
    display: block;
    text-align: left;
}
.hissu {
    font-size: 1.4rem;
    margin-left: 14px;
    color: #f55709;
}
.form-t th {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.4;
}
.form-t td {
    margin-bottom: 30px;
}


.form-t-tokuten {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 1.4rem;
}

.input-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.input-name .wpcf7-form-control-wrap {
    width: 100%;
}
.input-name input {
}

::placeholder {
    opacity: .4;
    font-size: .9em;
}

select:focus, input:focus, radio:focus, textarea:focus, {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #505050;
    outline: none;
    box-shadow: 0 0 16px rgb(255 255 255);
}
#form-privacy-area {
    text-align: center;
    margin-bottom: 60px;
}
.form-privacy-text {
    margin-bottom: 6px;
    line-height: 1.6;
}

.form-privacy span.wpcf7-list-item {
    margin: 0;
}
.form-t {
    margin-bottom: 30px;
}

#form-btn {
    text-align: center;
    margin: 0;
}
#form-btn input.wpcf7-submit:disabled {
    opacity: 0.2 !important;
    cursor: not-allowed;
}




#form-btn input {
    border-radius: 0.2em;
    border: none;
font-size:2rem;
    background: #f79906;
    color: #FFF;
    padding: 20px 80px;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}


span.wpcf7-spinner {
    display: block;
    margin: 20px auto 0;
}


/* チェックボックス親をflex化（2列） */
.wpcf7-form-control.wpcf7-checkbox {
display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 10px;
}

/* 各アイテム */
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    position: relative;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
width: auto;
}

/* ラベルデザイン */
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
box-sizing:border-box;
border: 3px solid #eeece4;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    background: #e7e5dc78;
    position: relative;
}

.tokuten-check .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  height: 120px;
}

/* アイコン（共通設定） */
.tokuten-check .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before {
content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* チェックされている時（正しいセレクタ） */
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label {
    background: #fff7d7;
    border: 3px solid #ffe275;
    color: #f79907;
    font-weight: bold;
}

.checkbtn .wpcf7-list-item{
    margin: 0 !important;
}

.form-t td.radio {
    margin-bottom: 40px;
}

.form-t-title {
    margin-bottom: 40px;
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 30px;
    border-bottom: solid 2px;
    padding-bottom: 10px;
}



.form-t select {
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    background: #e7e5dc78;
    border: none;
    font-size: 1.8rem;
}


span.wpcf7-form-control.wpcf7-radio {
    text-align: left;
    font-size: 0;
    display: block;
}

.radio .wpcf7-list-item {
display: inline-block;
box-sizing: border-box;
 margin: 0 10px 10px 0;
     background: #e7e5dc78;
    padding: 6px 24px 6px 20px;
width: calc((100% - 10px) / 2);
    border-radius: 4px;
    display: inline-block;
}

.radio .wpcf7-list-item:nth-child(even) {
    margin-right: 0;
}

.form-t input[type="radio" i] {
    width: auto;
    font-size: 18px !important;
}
.radio span.wpcf7-list-item-label {
    font-size: 1.8rem;
    font-weight: 400;
}


.wpcf7-response-output {
    margin: 0 auto 20px !important;
    box-sizing: border-box;
    text-align: center;
font-size:1.2rem;
}

.wpcf7 form .wpcf7-response-output{
  border: none !important;
}


.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
    color: #FFF;
    font-weight: 700;
    background: #46b450;
}



.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border: none !important;
    color: #FFF;
    font-weight: 700;
    background: #e60113;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
   border: none !important;
    color: #FFF;
    font-weight: 700;
    background: #fdd005;
}


/* シングル経由で固定のときにだけ付けている data-fixed="1" */
select[name="your-tokuten"][data-fixed="1"] {
  pointer-events: none;        /* クリックも開けなくする */
  color: #444;
  background: #eee;
}


.form-t {
    margin-bottom: 60px;
}

.form-t-tr {
    margin-bottom: 30px;
}
.form-t-th {
margin-bottom: 6px;
    font-size: 1.8rem;
}


.js-payment-button{
    display: block;
    padding: 0.4em 1em;
    background-color: #f79907;
    color: #fff;
    border-radius: 0.2em;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 2rem;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}


@media screen and (max-width: 768px) {
#contact-form-area {
    padding: 30px 5vw;
}
.form-t-th {
    font-size: 1.6rem;
}
.form-t-tr {
    margin-bottom: 20px;
}
.form-t input, .form-t textarea {
    padding: 18px 20px;
    font-size: 1.4rem;
}
.form-t {
    margin-bottom: 30px;
}
.form-privacy-text {
    margin-bottom: 6px;
    font-size: 1.2rem;
}
#form-privacy-area {
    margin-bottom: 30px;
}
#form-btn input {
    width: 100%;
    padding: 20px 0;
    font-size: 2rem;
}
.form-t select {
    font-size: 1.4rem;
}
.radio .wpcf7-list-item {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 1.4rem;
}
.radio span.wpcf7-list-item-label {
    font-size: 1.4rem;
}

.form-t-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    padding-top: 20px;
}


}



/*----------------------------------------
■申込み
-----------------------------------------*/

.form-birth .wpcf7-form-control-wrap {
    width: calc((100% - 120px) / 3);
    display: inline-block;
}

span.form-birth-text {
    display: inline-block;
    font-size: 20px;
    padding: 0 5px 0px;
    box-sizing: border-box;
    width: 32px;
}

.input-hosoku {
  font-size: 1.1rem;
    line-height: 1.4;
    display: inline-block;
    margin-top: 10px;
}
.your-option .wpcf7-list-item-label::after {
    content: "月額990円(税込)※2か月間無料";
    font-size: 1.3rem;
    color: #f79907;
}

.your-option .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label::after {
    content: "月額1,650円(税込)※2か月間無料";
}


/*----------------------------------------
■comingsoon
-----------------------------------------*/

#comingsoon{
  text-align: center;
    padding-top: 0px;
}


/*----------------------------------------
■404
-----------------------------------------*/

#contents404 {
    text-align: center;
    padding-top: 140px;
}



#notfound-torappy img {
    width: 200px;
}

#notfound-torappy {
    margin-bottom: 10px;
}

.notfound-title span {
    font-size: 4em;
}

.notfound-title {
    font-size: 6rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 60px;
}

.notfound-text {
    margin-bottom: 40px;
}
.notfound-back a {
    background: #ffe102;
}

@media screen and (max-width: 768px) {

#contents404 {
    padding-top: 60px;
}

#notfound-torappy img {
    width: 140px;
}

.notfound-title span {
    font-size: 2em;
}

.notfound-title {
    font-size: 3rem;
    margin-bottom: 20px;
}


}



/*----------------------------------------
■約款
-----------------------------------------*/


#contract-area {
    max-width: 1000px;
}

.contract-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    border-left: solid 2px #fee103;
    padding-left: 20px;
    line-height: 1.4;
}

#contract-top-text {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 40px;
}


.contract-box {
    margin-bottom: 60px;
}
.contract-box:last-child {
    margin-bottom: 0;
}

ul.contract-list {
    font-size: 0;
    text-align: left;
}


.contract-list-btn {

}



.contract-list li:last-child {
    border-bottom: solid 1px #EEE;
}

.contract-list li {
    vertical-align: middle;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #EEE;
    padding: 30px;
box-sizing: border-box;
    border-bottom: none;
}

.contract-list li:nth-child(even) {
    background: #f9f9f9;
}

.contract-list-btn {
    font-size: 1.4rem;
    text-decoration: none !important;
}


.contract-down {
     line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    background: url(/wp-content/uploads/icon-pdf.svg) no-repeat left center;
    background-size: 12px;
    padding: 4px 0px 4px 18px;
}


@media screen and (max-width: 768px) {

#contract-top-text {
 
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.contract-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.contract-box {
    margin-bottom: 30px;
}
.contract-list li {
    display: block;
    padding: 20px 20px;
    line-height: 1.6;
}
.contract-name {
    display: block;
}
.contract-list-btn {
    display: block;
    padding-top: 6px;
}

}



/*----------------------------------------
■サンクス
-----------------------------------------*/

#thanks-area {
    padding-top: 120px;
    max-width: 800px;
}
#thanks-image {
    text-align: center;
    margin-bottom: 20px;
}
#thanks-image img {
    width: 240px;
}
#thanks-title {
    text-align: center;
    font-weight: 700;
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
#thanks-text {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px;
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 700;
}
#thanks-hosoku {
    margin: 0;
    font-size: 1.4rem;
}


@media screen and (max-width: 768px) {

#thanks-text br {
    display: none;
}

#thanks-text {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#thanks-hosoku {
    font-size: 1.2rem;
}
#thanks-title {
    font-size: 4rem;
}
#thanks-area {
    padding-top: 60px;
}
#thanks-image img {
    width: 140px;
}


}




/*----------------------------------------
■ブログ
-----------------------------------------*/

#news-all {
    max-width: 900px;
}

#news-all .tokuten-pagination {
    margin-top: 40px;
}

#single-area {
    max-width: 900px;
}

#single-head {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #EEE;
}


.single-title {
    font-size: 3.5rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 700;
}
.single-date {
    line-height: 1.6;
    font-size: 2rem;
    margin-bottom: 10px;
}
.wp-block-file__button {
    background: #ffe102 !important;
    color: #000 !important;
    padding: 10px 20px;
    text-decoration: none !important;
}


#single_social{
float:left;
width:50%;
	list-style:none;
}
.single-post-info{
float:right;
width:50%;
    line-height: 1;
text-align:right;
font-size:12px;
}


#single_social li{
	float:left;
}
.postmeta{
	
}
.postmeta p{
}



/*----------------------------------------
■会社
-----------------------------------------*/

#company-area .table-a th {
    text-align: center;
}

#company-area{
max-width:1000px;
}



#company-map {
    padding-top: 60px;
}

#company-map iframe {
    width: 100%;
    height: 600px;
}


@media screen and (max-width: 768px) {

#company-area .table-a th {
  text-align: left;
}

}



/*----------------------------------------
■特定商取引
-----------------------------------------*/

#legal-area {
    max-width: 1000px;
}

.legal-title {
font-size: 2.4rem;
    margin-bottom: 30px;
    border-left: solid 2px #fee103;
    padding-left: 20px;
    line-height: 1.4;
}

.legal-box:last-child {
    margin: 0;
}

.legal-box {
    margin-bottom: 60px;
}

.table-a td,
.table-a th{
    padding: 30px 10px;
    font-size: 1.4rem;
    vertical-align: top;
}

.table-a td {
    font-size: 1.4rem;
}

.legal-cre-s::before {
    content: "\203B";
    position: absolute;
    left: 0;
    top: 0;
}


.legal-cre-s {
 position: relative;
    padding-left: 15px;
    display: block;
}


.table-a tr {
    border-bottom: solid 1px #EEE;
}


.table-a th {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    width: 38%;
}
.legal-tel {
 font-size: 3.4rem;
    line-height: 1.6;
    background: url(/wp-content/uploads/icon-tel.svg) no-repeat center left;
    background-size: 26px;
    padding-left: 34px;
}


@media screen and (max-width: 768px) {

.table-a th, .table-a td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
line-height:1.6;
}

.table-a td{
padding-bottom:20px;
        font-size: 1.2rem;
}
.table-a th{
padding-top:20px;
padding-bottom:6px;
        font-size: 1.8rem;
}

.table-a tr:first-child th{
padding-top:0px;
}

.legal-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

legal-tel {
    font-size: 2.8rem;
    line-height: 1.6;
    background: url(/wp-content/uploads/icon-tel.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 26px;
}


}



/*----------------------------------------
■利用規約
-----------------------------------------*/

#terms-area {
    max-width: 1000px;
}

#terms-top-text{
 font-size: 1.4rem;
  margin-bottom: 80px;
}


.terms-title {
    font-size: 2.4rem;
     line-height: 1.4;
    margin-bottom: 30px;
}
.terms-box {
    margin-bottom: 60px;
}
.terms-box p {
    font-size: 1.4rem;
}

.terms-box:last-child {
    margin: 0;
}


@media screen and (max-width: 768px) {
#terms-top-text {
    font-size: 1.2rem;
    margin-bottom: 40px;
}
.terms-box {
    margin-bottom: 30px;
}
.terms-title {
    font-size: 1.8rem;
    margin-bottom: 16px;
}
.terms-box p {
    font-size: 1.2rem;
}

}




/*----------------------------------------
■perk利用
-----------------------------------------*/



.perk-sc {
    max-width: 300px;
    border: solid 1px #efefef;
}

.perk-step-box:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.perk-step-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: dashed 1px #DDD;
}


#perk-area {
    max-width: 1000px;
}


.perk-toc {
    padding: 40px 60px;
    margin-bottom: 60px;
    border: solid 1px #f4f4f4;
    background: #fafafa;
}

.perk-toc ol {
  margin: 0;
  padding-left: 20px;
}

.perk-toc ol li{
    list-style: decimal;
}


.perk-toc a {
  text-decoration: none;
}
.perk-toc a:hover {
  text-decoration: underline;
}



.perk-section {
    margin-bottom: 60px;
}

.perk-title {
font-size: 2.4rem;
    margin-bottom: 30px;
    border-left: solid 2px #fee103;
    padding-left: 20px;
    line-height: 1.4;
}

.perk-section ul, .perk-section ol {
  margin: 16px 0;
  padding-left: 20px;
}

.perk-note {
  font-size: 0.8em;
  color: #555;
}


.perk-section ol li {
    list-style: decimal;
}

.perk-section ul li {
    list-style: disc;
}

.perk-signup-box {
    margin-bottom: 40px;
}


.perk-section h3{
font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
.perk-toc {
    padding: 20px 30px;
    margin-bottom: 40px;
}
.perk-toc ol li {
    font-size: 1.4rem;
}
.perk-section ul li {
    font-size: 1.4rem;
}
.perk-section ol li {
    font-size: 1.4rem;
}
.perk-section {
    margin-bottom: 40px;
}
.perk-step-box {
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.perk-section h3{
font-size: 1.6rem;
    margin-bottom: 10px;
}


}


/*----------------------------------------
■トクテン申込
-----------------------------------------*/

#catch-ta-section {
    padding-top: 180px;
}
#catch-ta-area {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 5vw;
}
.catch-ta-hero {
    text-align: center;
    padding: 40px 0px 0;
    margin: 0 auto;
    max-width: 800px;
}


#catch-ta-area > #catch-title {
        text-align: left;
}




@media screen and (max-width: 768px) {
#catch-ta-section {
    padding-top: 100px;
}
}


/*----------------------------------------
■perk ポップアップ
-----------------------------------------*/


/* モーダル全体 */
.perk-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;

  /* 初期状態は非表示 */
  opacity: 0;
  pointer-events: none;

  /* 背景効果 */
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);

  transition: opacity 0.4s ease;
}
.perk-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}


/* オーバーレイ（クリック領域） */
.perk-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 2000;
}


/* コンテンツ */
.perk-modal__content {
  position: relative;
  z-index: 2001; /* overlay より上 */
  background: #fff;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  padding: 2rem;
  text-align: center;
  /* 最初は縮小＆透明 */
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.perk-modal.is-active .perk-modal__content {
  transform: scale(1);
  opacity: 1;
}
/* 閉じる */

.perk-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 2rem;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}






.perk-modal__card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #DDDD;
}


/* サムネイル画像 */
.perk-modal__thumb {
  margin: 0 auto .4rem;
  max-width: 400px;   /* 最大幅はお好みで調整 */
}
.perk-modal__thumb img {
   width: 100%;
  height: auto;
  aspect-ratio: 4 / 3; /* 常に4:3の比率を維持 */
  object-fit: cover;   /* はみ出す場合はトリミング */
  border-radius: 8px;
  display: block;
}

/* タイトル */
.perk-modal__title {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
}

/* 一言コメント */
.perk-modal__hitokoto {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #828282;
    line-height: 1.4;
}

/* 主催企業 */
.perk-modal__organizer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0;
    font-size: 0.85rem;
    color: #555;
}
.perk-modal__logo {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain;
    border-radius: 3px;
    border: solid 1px #f1f1f1;
    padding: 3px;
}
.perk-modal__company {
  font-size: 0.9rem;
  font-weight: 500;
}



.perk-modal__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.perk-modal__text {
margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.4;
}

/* ボタン */
.perk-btn {
  display: inline-block;
    text-decoration: none !important;
    flex: 1;
    max-width: 180px;
    padding: 1rem;
    text-align: center;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff !important;
display: flex;
    justify-content: center;
    align-items: center;
}
.perk-btn--blue { background: #007bff; }
.perk-btn--green { background: #28a745; }



@media screen and (max-width: 768px) {
.perk-modal__content {
  max-width: 80%;
  width: 90%; /* 画面が狭い時も対応 */
}

.perk-modal__text {
    margin-bottom: 12px;
    font-size: 1.6rem;
}
}



/*----------------------------------------
■プライバシーポリシー
-----------------------------------------*/


#privacy-area {
    max-width: 1000px;
}

.privacy-title {
font-size: 2.4rem;
    margin-bottom: 30px;
    border-left: solid 2px #fee103;
    padding-left: 20px;
    line-height: 1.4;
}
.privacy-box {
    margin-bottom: 60px;
}

.privacy-box p {
    font-size: 1.4rem;
}

.privacy-bottom{
  font-size: 16px;
}


@media screen and (max-width: 768px) {
.privacy-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.privacy-box p {
    font-size: 1.2rem;
}
.privacy-box {
    margin-bottom: 30px;
}

}



/*----------------------------------------
■よくある質問
-----------------------------------------*/


#faq-area {
    max-width: 1000px;
}

.midashi-h2{
    font-size: 2.4rem;
    margin-bottom: 30px;
    border-left: solid 2px #fee103;
    padding-left: 20px;
    line-height: 1.4;
}

.faq-section{
  margin-bottom: 60px;
}

.faq-section:last-child {
    margin-bottom: 0;
}

.faq-tabs{
margin:60px 0 80px 0;
}

.faq-tabs ul li:last-child::after {
    display: none;
}

.faq-tabs ul li::after {
    content: "";
    border-right: solid 1px;
    margin-right: 20px;
    padding-right: 20px;
}
.faq-tabs ul li a {
    text-decoration: none;
}
.faq-tabs ul li {
    display: inline-block;
}
.faq-tabs ul {
    text-align: center;
    padding: 30px;
    background: #f5f5f5;
}

/* FAQ全体 */
.faq-list {
  margin: 0 auto;
}


#faq-top .faq-list {
 padding: 10px 30px;
    border: solid 2px #f0f0f0;
}




/* 質問部分 */
.faq-question {
cursor: pointer;
    padding: 30px 70px 30px 30px;
    margin: 0;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.6;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-item:last-child {
    border: none;
}


.faq-question span {
    font-size: 1.2em;
    margin-right: 10px;
    color: #fe8003;
}

/* ＋マークを疑似要素で追加 */
.faq-question::after {
content: '+';
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    font-size: 1.6rem;
    transition: transform 0.3s;
}

/* 開いたときに × に変化 */
.faq-item.open .faq-question::after {
  content: '−';
}

/* 回答部分 */
.faq-answer, .faq-answer p {
    color: #a3a3a3;
margin:0;
    font-size: 1.4rem;
}

.faq-answer {
    display: none;
    padding: 30px;
    border-top: 1px dashed #ddd;
    line-height: 1.8;
}

.faq-list:first-child .faq-question {
    padding-top: 0;
}

.faq-item:first-child .faq-question {
    padding-top: 10px;
}


@media screen and (max-width: 768px) {


.faq-tabs {
    margin: 30px 0 40px 0;
}
.faq-section {
    margin-bottom: 30px;
}

.midashi-h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#faq-top .faq-list {
 padding: 5px 20px;
}
.faq-question {
     padding: 20px 30px 20px 10px;
    font-size: 1.5rem;
    line-height: 1.4;
}

.faq-question::after {
    right: 5px;
}

.faq-question span {
    margin-right: 4px;
}
.faq-answer {
    padding: 20px;
}
.faq-answer, .faq-answer p {
    font-size: 1.3rem;
}
.faq-item:first-child .faq-question {
    padding-top: 10px;
}

.faq-tabs ul {
    text-align: center;
    padding: 20px;
}
.faq-tabs ul li {
    display: block;
}
.faq-tabs ul li::after{
display:none;
}


}




/*----------------------------------------
■サービス
-----------------------------------------*/

#service-top {
    margin-bottom: 80px;
    text-align: center;
}

#service-top-text span {
    color: #ff3a3b;
    border-bottom: solid 2px;
}

#service-top-text {
    text-align: center;
    font-weight: 900;
    font-size: 4rem;
    line-height: 1.4;
    margin-bottom: 40px;
}

.service-tokuten-all .tokuten-all__btn {
    font-size: 2.8rem;
}
.service-tokuten-all .tokuten-all__btn::before {
    content: "";
    width: 60px;
    height: 90px;
    position: absolute;
    right: -30px;
    bottom: -10px;
    display: block;
    background: url(/wp-content/uploads/torappy1.png) no-repeat;
    background-size: contain;
}


.service-content-sec {
    margin-bottom: 80px;
}

.service-midashi span {
    display: inline-block;
    background: #bfb793;
    color: #FFF;
    padding: 2px 4px;
    margin-left: 2px;
    border-radius: 4px;
    line-height: 1.4;
}

.service-midashi {
    background: #ededed;
    border-radius: 10px;
    padding: 10px 18px;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
}
.plan-keisan-pc{
display:block;
}
.plan-keisan-sp{
display:none;
}

.service-catch span {
    color: #ff3a3b;
    font-size: 1.1em;
}

.service-catch {
    text-align: center;
    font-size: 6rem;
    line-height: 1.16;
    font-weight: 900;
}





.service-text span {
    color: #f79906;
}
.service-text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.6rem;
}

.denki-about-title {
    text-align: center;
    margin-bottom: 10px;
}

.denki-about-list li {
    display: inline-block;
    padding: 20px 0;
    width: 320px;
    border: solid 1px #000;
    border-radius: 20px;
    margin: 0 10px;
    line-height: 1.6;
font-size:1.8rem;
}

.denki-about-list li span {
    color: #f79907;
    font-weight: 700;
    font-size: 3rem;
}


.denki-about-list {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
}

.denki-case-name {
    text-align: center;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
}


.denki-case-name-note {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 40px;
}


.denki-case-image img {
    width: 200px;
}
.denki-case-image {
    text-align: center;
    margin-bottom: 10px;
    margin-top: -10px;
}



.denki-case-comment span {
    display: inline-block;
    background: #fff6e9;
    padding: 20px 40px;
    line-height: 1.6;
    border-radius: 20px;
}

.denki-case-comment {
    text-align: center;
}


.denki-case-box {
  background: #fff;
  border-radius: 8px;
  padding: 60px;
  box-shadow: 0 0 16px rgba(0,0,0,0.05);
  margin: 0 auto;
position: relative;
    margin-bottom: 80px;
}


.denki-case-box::before {
    content: "";
    width: 124px;
    height: 100px;
    background: url(/wp-content/uploads/torappy4.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -20px;
    bottom: -30px;
}


.denki-case-box-body {
}

/* ===== 全体ボックス ===== */
.denki-case-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px;
  margin: 0 auto 20px;
}

/* ===== ヘッダーラベル ===== */
.denki-case-label {
display: inline-block;
    padding: 0px 40px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 2.4rem;
    height: 50px;
    line-height: 50px;
}
.denki-case-tokuten.denki-case-label { background: #fee103; }
.denki-case-tokyo.denki-case-label   { background: #000; color: #fff; }

.denki-case-tokuten.denki-case-label img {
      width: auto;
    height: 26px;
    padding: 12px 0;
}


/* ===== 縦ラベル（基本料金／電力量料金） ===== */
.denki-case-kihon-tr .denki-case-row-label {
    color: #f79906;
}
.denki-case-price-tr .denki-case-row-label {
    color: #bfb793;
}

.denki-case-row-label {
    font-weight: 700;
    font-size: 1.8rem;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
}
.denki-case-row-label span{
    writing-mode: vertical-rl;
    text-orientation: upright;
    vertical-align: middle;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
        display: inline-block;
}

/* ===== セル共通 ===== */
.denki-case-plan {
  padding: 30px 24px;
vertical-align: middle;
    text-align: center;
}

/* ===== セル色分け ===== */
.denki-case-plan.denki-case-tokuten { background: #f79906; color: #fff; }
.denki-case-plan.denki-case-tokyo   { background: #f5f3ec; }
.denki-case-price-tr .denki-case-plan.denki-case-tokuten { background: #bfb793; }
.denki-case-price-tr .denki-case-plan.denki-case-tokyo { background: #f5f3ec; }

/* ===== 基本料金（左オレンジ） ===== */
.denki-case-plan-title {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1;
    color: #FFF;
}
.denki-case-price {
  font-size: 4.2rem;
  font-weight: 700;
  color: #FFF;
    line-height: 1;
    margin: 0;
}
.denki-case-price span {
  font-size: 10rem;
}

/* ===== 東京電力 アンプ(A)リスト ===== */
.denki-case-amp-list {
  list-style: none;
  padding: 0;
  margin: 0;
    max-width: 240px;
    margin: 0 auto;
}

.denki-case-amp-list li {
  margin-bottom: 8px;
display:flex;
   line-height: 1;
}

.denki-case-amp-list li:last-child {
  margin-bottom: 0px;
}
.denki-case-amp-list .denki-case-amp {
    display: inline-block;
    background: #fee103;
    color: #000;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 8px;
    width: 40px;
    text-align: center;
}
.denki-case-amp-price {
flex: 1;
    font-weight: 700;
    text-align: right;
}

.denki-case-amp-price span {
    font-size: 1.4em;
}


/* ===== 従量単価欄 ===== */


.denki-case-price-list div{
margin-bottom: 8px;
}

.denki-case-price-list dt span {
    font-size: 1.6rem;
}

.denki-case-price-list dt {
    background: #FFF;
    border-radius: 4px;
    font-size: 1.3rem;
    color: #bfb793;
    line-height: 1.4;
    padding: 2px;
    width: 160px;
    display: inline-block;
}

.denki-case-price-list dd span {
    font-size: 1.4em;
}

.denki-case-price-list dd {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.denki-case-tokyo .denki-case-price-list {
    max-width: 280px;
    margin-bottom: 30px;
}

.denki-case-tokyo .denki-case-price-list dd {
    flex: 1;
    color: #000;
    text-align: right;
    font-size: 1.6rem;
}
.denki-case-tokyo .denki-case-price-list div {
    display: flex;
    align-items: center;
}
.denki-case-tokyo .denki-case-price-list dt {
    background: #bfb793;
    color: #FFF;
    flex: 0 0 160px;
}



.denki-case-price-list {

    margin: 0 auto;
}

.denki-case-plan {
  margin: 6px 0;
  font-size: 1rem;
}
.denki-case-plan strong {
  font-weight: 700;
}
.denki-case-note {
    font-size: 1.6rem;
    margin-bottom: 0;
line-height:1.4;
}


.denki-case-tokuten .denki-case-note {
    color: #FFF;
}

.denki-case-tokyo .denki-case-note {
 font-size:1.8rem;
font-weight:700;
}

.denki-case-tokyo .denki-case-note span{
position:relative;
    z-index: 10;
}

.denki-case-tokyo .denki-case-note span::before {
    content: "";
    width: calc(100% + 12px);
    height: 8px;
    background: #fee103;
    position: absolute;
    bottom: 0px;
    left: -6px;
    z-index: -1;
    border-radius: 4px;
}


.service-catch-text span {
    color: #f79907;
}

.service-catch-text {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
      margin-bottom: 30px;
}

.nomargin{
 margin-bottom: 0px;
}


.denki-why-box {
       padding: 60px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 0 16px #0000000a;
    margin-bottom: 60px;
    max-width: 800px;
    margin: 60px auto 60px;
}

.denki-why-image-pc{
display:block;
}
.denki-why-image-sp{
display:none;
}


.service-flow-point {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #fff6e9;
    border-radius: 10px;
}


.service-flow-point-title {
    color: #f79906;
    font-weight: 700;
    flex: 0 0 auto;
    margin-right: 30px;
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.4;
}

.service-flow-point-text {
    margin: 0;
    flex: 1;
    color: #f79906;
    font-size: 1.4rem;
    line-height: 1.6;
}



.service-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
    margin-bottom: 60px;
}

.service-flow-box {
    position: relative;
      display: flex;
    align-items: flex-start;
    border-radius: 8px;
    margin-bottom: 16px;
      padding: 40px 40px 40px 70px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 0 16px #0000000a;
}

.service-flow-box::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 40px;
    height: calc(100% - 80px);
    width: 4px;
    background: #c1c2c1;
}

.service-flow-box.service-flow-box-on::before {
 background: #fee103;
}

.service-flow-icon {
  flex: 0 0 100px;
  margin-right: 30px;
}

.service-flow-icon img {
  width: 100px;
  height: 100px;
}

.service-flow-content {
  flex: 1;
  display: flex;
}

.service-flow-num {
  flex: 0 0 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
    background: #c1c2c1;
    color: #FFF;
  font-weight: bold;
  text-align: center;
  margin-right: 12px;
}


.service-flow-box-on .service-flow-num {
    background: #fee103;
    color: #000;
}

.service-flow-info {
  flex: 1;
}

.service-flow-catch {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 14px;
}

.service-flow-catch span {
    font-weight: normal;
    font-size: 1.4rem;
    display: block;
    margin-top: 10px;
}

.service-flow-text {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8;
}

.service-flow-text .highlight {
  background: #fff3cd;
  color: #e67e22;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}


.service-payment-title span {
    display: inline-block;
    padding: 6px 40px;
    background: #fee103;
    border-radius: 20px;
}

.service-payment-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
}


.service-payment-card li img {
    width: auto;
    height: 50px;
}

.service-payment-card li {
    display: inline-block;
    margin: 0 10px;
}
.service-payment-card {
    text-align: center;
    font-size: 0;
}


.plan-head-area {
    text-align: center;
}

#plan-box-area-contents-area {
    background: #f5f3ec;
    padding: 60px 0 80px;
}
#plan-box-area-contents-section{

}
.plan-box-area-contents {
    margin-bottom: 60px;
}
.plan-keisan-hosoku {
    font-size: 1.2rem;
    margin: 0;
}

#denki-price-area {
    margin-bottom: 80px;
}
.plan-box-title-name {
    font-weight: 900;
    font-size: 3rem;
margin-bottom:10px;
    line-height: 1.4;
}
.plan-box-title-hosoku span {
    background: #fee103;
    display: inline-block;
    line-height: 1.4;
    padding: 4px 20px;
    border-radius: 30px;
}

.plan-box-title-hosoku {
    font-size: 2rem;
    font-weight: 700;
}
.plan-title-bottom {
    color: #f79907;
    line-height: 1.6;
    margin-bottom: 40px;
}

.plan-basic-area-list{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0px;
    padding: 0 0;
    box-sizing: border-box;
    overflow: visible;
}

.plan-basic-area-list li{
     width: 100%;
    text-align: center;
    padding: 20px 10px;
    font-weight: 700;
    font-size: 1.8rem;
    border-radius: 18px 18px 0 0;
    background: #ffffff;
    border: solid 1px #e3dfd2;
    border-bottom: none;
    cursor: pointer;
    transition: background .2s, transform .1s;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    display: inline-block;
}
.plan-basic-area-list li.active,
.plan-basic-area-list li:hover {
    background: #f5f3ec;
}

.plan-area-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}



.plan-area-t td, .plan-area-t th {
    padding: 20px;
    border: solid 1px #f5f3ec;
    line-height: 1.6;
text-align:center;
}

.plan-area-t thead th {
    background: #bfb793;
    color: #FFF;
    font-weight: 700;
    font-size: 1.8rem;
}

.plan-area-t tbody th {
    background: #ededed;
    font-weight: 700;
}

.plan-area-t {
    background: #FFF;
}

.service-why img {
    width: 160px;
}

.service-why {
    text-align: center;
}
.denki-case-hikaku{
display:none;
}


@media screen and (max-width: 768px) {

#service-top {
    margin-bottom: 40px;
}

.service-midashi {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.service-midashi span {
    padding: 1px 4px;
}


#service-top-text {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.service-tokuten-all .tokuten-all__btn {
    font-size: 2rem;
}
.service-tokuten-all .tokuten-all__btn::before {
    width: 40px;
    height: 60px;
    right: -30px;
    bottom: -10px;
}
.service-catch {
    font-size: 3.4rem;
    margin-bottom: 13px;
}
.service-text br {
    display: none;
}

.service-text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 18px;
}
.denki-about-list {
    margin-bottom: 20px;
}
.denki-about-list li {
    padding: 12px 0;
    width: 80%;
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 1.6rem;
}
.denki-about-list li span {
    font-size: 2.4rem;
}
.denki-about-title {
    line-height: 1.4;
}

.denki-case-comment span {
    padding: 16px 30px;
    line-height: 1.4;
}
.denki-case-name-note {
    font-size: 1.2rem;
    margin-bottom: 20px;
}


.denki-case-image img {
    width: 140px;
}
.denki-case-name {
    font-size: 2.6rem;
}
.denki-case-box {
    border-radius: 8px 0 0 8px;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    margin-right: -5vw;
}
.denki-case-box-body {
    overflow: scroll;
}
.denki-case-table {
    border-spacing: 10px;
    margin-right: -20px;
        margin-bottom: 4px;
}
.denki-case-plan-title {
    font-size: 2.4em;
}
.denki-case-price span {
    font-size: 5rem;
}
.denki-case-price {
    font-size: 3rem;
}

.denki-case-amp-list .denki-case-amp {
    font-size: 1.3rem;
}
.denki-case-amp-price {
    font-size: 1.2rem;
}
.denki-case-amp-price span {
    font-size: 1.4em;
}
.denki-case-label {
    padding: 0px 20px;
    font-size: 1.8rem;
    height: 36px;
    line-height: 36px;
}

.denki-case-tokuten.denki-case-label img {
   height: 16px;
    padding: 10px 0;
}

.denki-case-price-list dd {
    font-size: 1.6rem;
}

.denki-case-tokyo .denki-case-price-list div {
    display: block;
}
.denki-case-tokyo .denki-case-price-list dd {
    text-align: center;
    font-size: 1.2rem;
}
.denki-case-price-list dt {
 font-size: 1.2rem;
    width: 150px;
}
.denki-case-price-list dt span {
    font-size: 1.4rem;
}
.denki-case-tokyo .denki-case-note {
    font-size: 1.4rem;
}
.denki-case-note {
    font-size: 1.3rem;
}
.denki-case-tokyo .denki-case-price-list {
    margin-bottom: 10px;
}
.denki-case-row-label {
    font-size: 1.6rem;
}
.denki-case-row-label span {
    display: inline-block;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
}


.denki-case-note {
    font-size: 1.4rem;
    font-weight: 700;
    min-width: 200px;
}
.service-catch-text {
    font-size: 2rem;
        margin-bottom: 16px;
}
.denki-case-box::before {
    width: 62px;
    height: 50px;
    right: 0px;
    bottom: -10px;
}

.denki-case-hikaku{
display:block;
text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
}


.service-content-sec {
    margin-bottom: 60px;
}
.plan-box-title-name {
    font-size: 2.2rem;
}
.plan-box-title-hosoku {
    font-size: 1.6rem;
}
.plan-title-bottom {
    color: #f79907;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.plan-area-select {
    font-size: 1.2rem;
}
.plan-basic-area-list {
    grid-template-columns: repeat(5, 1fr);
      gap: 5px;
    width: calc(100% - 10vw);
    margin: 0px 5vw 20px;
}
.plan-basic-area-list li {
    padding: 10px 10px;
    font-size: 1.2rem;
}
#plan-box-area-contents-area {
    background: #f5f3ec;
    padding: 30px 0 30px;
}
.plan-area-t thead th {
    font-size: 1.4rem;
}
.plan-area-t td, .plan-area-t th {
    padding: 10px;
    font-size: 1.2rem;
}
.plan-area-title {
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.plan-box-area-contents {
    margin-bottom: 30px;
}
.plan-keisan-pc{
display:none;
}

.plan-keisan-sp{
display:block;
}

.plan-keisan-hosoku {
    font-size: 1rem;
    line-height: 1.8;
}
#denki-price-area {
    margin-bottom: 40px;
}
.service-why img {
    width: 120px;
}
.denki-why-box {
    padding: 30px;
    margin: 30px auto 30px;
}

.denki-why-image-pc{
display:none;
}
.denki-why-image-sp{
display:block;
}

.service-flow-box {
    position: relative;
    display: block;
    align-items: flex-start;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 20px 20px 20px 40px;
}
.service-flow-box::before {
    left: 10px;
    top: 20px;
    height: calc(100% - 40px);
}
.service-flow-icon {
    margin: 0 0 10px 0;
    text-align: center;
}
.service-flow-catch {
    font-size: 1.8rem;
line-height: 1.6;
}
.service-flow-text {
    font-size: 1.4rem;
    line-height: 1.6;
}
.service-flow-catch span {
    font-size: 1.2rem;
}
.service-flow-point {
    display: block;
    align-items: center;
    padding: 20px 20px;
}
.service-flow-point-title {
    margin-right: 0px;
    font-size: 1.8rem;
        margin-bottom: 6px;
}
.service-flow-point-text {
    font-size: 1.2rem;
}
.service-flow-icon img{
    width: 60px;
    height: 60px;
}

.service-payment-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.service-payment-title span {
    padding: 6px 20px;
}
.service-payment-card li {
    margin: 0 5px;
}
.service-payment-card li img {
    height: 30px;
}

}




/*----------------------------------------
■個別設定
-----------------------------------------*/

@media screen and (max-width: 768px) {
  .bottom-apply-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    /* iPhone用の安全領域に対応 */
    padding-bottom: env(safe-area-inset-bottom);
  }

  body {
    /* バナー高さ分の余白を確保して、隙間に見えないように */
    padding-bottom: 56px; /* バナー高さに合わせる */
  }
}



.fade {

}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
