@charset "utf-8";
*{
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
}
body {
	margin: 0 auto;
	max-width: 700px;
	background-image: url(../img/pc_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 16px;
}
img,video {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 10px;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.mt10 {
    margin-top: 10px;
}
.fcr {
    color: #ff0000;
}

.sizeL{
    font-size: 16px;
}



.fcp {
    color: #FA57CC;
}
.fcb {
    color: #0047b2;
}
.fcsb {
    color: #0497FF;
}
.fss {
    font-size: 14px;
}
.fsm {
    font-size: 19px;
}
.fsl {
    font-size: 21px;
}
.fsll {
    font-size: 23px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffee8d 0%) repeat scroll 0 0;
}
.anno {
    font-size: 10px;
    color: gray;
    text-align: right;
    margin-top: -10px;
}

@media only screen and (max-width: 767px){
	body {
		background-image: url(../img/bg_sp.jpg);
	}
	.wrapper {
		max-width: 700px;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
    
}
@media only screen and (min-width: 768px){
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
    
}

.slider {
	overflow: hidden;
}

.content {
	background-color: #ffffffbf;
	padding: 10px;
	border-radius: 5px;
	margin: 15px auto;
}
@media only screen and (max-width: 767px){
	.content {
		width: 90%;
	}
}

.box-019 {
    position: relative;
    margin-top: 3em;
    padding: 3.4em 1.5em 1em 1.5em;
    border: 4px solid #fd728c;
}

.box-019 > div.ttl {
	position: absolute;
    top: -1.8em;
    left: 0;
    right: 0;
    padding: .4em 1.4em;
    border-radius: 999px;
    background-color: #fd728c;
    color: #fff;
    font-size: .9em;
    width: 90%;
    margin: auto;
	text-align: center;
}

.box-019 > div.ttl::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #fd728c;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
}
@media only screen and (max-width: 767px){
	.box-019 {
		padding: 3.4em 1.0em 1em 1.0em;
	}
	.box-019 > div.ttl {
		top: -2.8em;
		padding: .4em 0.8em;
	}
}

.heading-41 {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #f2f2f2;
    color: #333333;
}

.heading-41::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #cf4848;
    content: '';
}

.list-8 {
    position: relative;
    padding: 1.0em 1em 1em 2.5em;
    border: 2px solid #9e9e9e;
	margin: 20px auto 15px;
}

.list-8>div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #9e9e9e;
    font-weight: 600;
}

.list-8 ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}
.list-8 li::marker {
    color: #9e9e9e;
    font-size: 1.1em;
}

.heading-11 {
    position: relative;
    padding: .5em .7em;
    background-color: #855837;
    color: #fff;
}
.heading-11::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #754827;
    content: '';
}


.accordion-001 {
    background-color: #fff6f5;
    border: 3px solid #ffa59a;
    /* border-radius: 10px; */
    margin-bottom: 10px;
}
.accordion-001:not([open]) {
    margin-bottom: 7px;
}
.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 1em;
    /* border-radius: 5px; */
    background-color: #ffa59a;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    /* background: repeating-linear-gradient(-45deg, rgba(255, 227, 223, 1), rgba(255, 227, 223, 1) 10px, rgba(255, 232, 229, 1) 0, rgba(255, 232, 229, 1) 20px); */
}
.accordion-001 summary::-webkit-details-marker {
    display: none;
}
.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.accordion-001[open] summary::after {
    transform: rotate(225deg);
}
.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}
.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
.accordion-001 img {
	width: 80%;
    margin: 20px auto 0;
    display: block;
}

.box-013 {
    width: 90%;
    margin: 20px auto 0;
    border: 2px solid #eb6154;
    border-radius: 3px;
}
.box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #eb6154;
    color: #fff;
    font-weight: 600;
}
.box-013 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}

.accordion-001 table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	width: 90%;
	margin: auto;
}
.accordion-001 td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
.accordion-001 th {
	background: #ffe8e5;
	width: 30%;
    text-align: left;
}

.no01 {
	margin-top: 0;
	border-radius: 0 0 5px 5px;
	border: 4px solid #855837;
}
.no02 {
	margin-top: 0;
	border-radius: 0 0 5px 5px;
	border: 4px solid #855837;
}

.heading-35 {
    display: flex;
    align-items: center;
    gap: 0 7px;
    color: #ffffff;
	background-color: #855837;
	margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
}


.heading-35.no02 {
	display: block;
}
.heading-35.no02::before {
	background-image: none;
}
@media only screen and (max-width: 767px){
	.heading-35 {
		width: 86.5%;
		margin: 10px auto 0;
	}
	.heading-35.no02 {
		width: 84.5%;
	}
}

.no01 .slick-dotted.slick-slider {
    margin-bottom: 10px;
    padding-bottom: 30px;
}
.no01 .slick-dots {
    position: absolute;
    bottom: 5px;
}

.add {
    width: 100%;
    font-size: 13px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.add th,.add td{
	width: 33.3%;
	border-radius: 5px;
	border: none;
	text-align: center;
	line-height: 1.4;
}
.add th {
	background-color: #cf4848;
	color: #fff;
    padding: 0px;
}
.add td.on {
	color: #cf4848;
    background-color: #ffe8e5;
    background-color: #eb6255;
    color: #ffffff;
}
.add td.off {
	color: #363636;
    background-color: #d7d7d7;
}

.detail {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	text-align: center;
	line-height: 1.4;
}
.detail th,.detail td {
	width: 33.3%;
	padding: 5px;
}
.detail th {
	background-color: #855837;
	color: #fff;
}
.accordion-006 {
    margin-bottom: 7px;
    background-color: #f2f2f2;
    border-radius: 5px;
}
.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.6em 2em;
	color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    background-color: #7d7d7d;
}
.accordion-006 summary::-webkit-details-marker {
    display: none;
}
.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}
.accordion-006[open] summary::after {
    transform: rotate(225deg);
}
.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .8em 2em 1em;
    color: #333333;
    text-align: justify;
    transition: transform .5s, opacity .5s;
}
.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

.box15 {
	padding: 0.2em 0.5em;
    margin: 2em auto;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 8px #ffe8e5;
    border: dashed 2px #ffc2c2;
    border-radius: 8px;
    width: 94%;
}
.box15 p {
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 767px){
	.box15 {
		width: 90%;
	}
}

.box13 {
    padding: 0.8em;
    margin: 1em auto;
    color: #ffffff;
    background: #3dc336;
    border-bottom: solid 6px #29a523;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 90%;
    max-width: 280px;
    text-align: center;
    font-size: larger;
}
.box12 {
    padding: 0;
    margin: 2em auto 1em;
    color: #ffffff;
    background: #3dc336;
    border-bottom: solid 6px #29a523;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 90%;
    max-width: 290px;
    max-width: 400px;
    text-align: center;
    font-size: larger;
}
.box12 img {
    margin: -30px 0 0;
}
.anim {
	animation: squash 0.8s ease-in-out infinite;
}
@keyframes squash {
	0% {transform: scale(1);}
	50% {transform: scale(1.05);}
	100% {transform: scale(1);}
}

h2.subttl {
	text-align: center;
	color: #855837;
	font-size: 2.0rem;
	margin-top: 8%;
}
h2.subttl span {
	border-bottom: 3px dotted #855837;
}
@media only screen and (max-width: 767px){
	h2.subttl {
		font-size: 1.9rem;
	}
}

h3 {
    color: #855837;
    border-bottom: 2px dashed;
    margin-bottom: 0;
    font-size: 20px;
}
.content_box {
	border: 4px solid #f5ead8;
    padding: 0 20px 20px;
    margin: 20px auto;
}
.content_box .ttl {
	font-weight: bold;
	color: #855837;
	border-bottom: 1px solid #855837;
	padding-bottom: 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.scroll .box {
	display: flex!important;
	padding: 10px;
	/* border-bottom: 1px solid #b08763; */
	font-size: 14px;
	line-height: 1.2;
	align-items: flex-start;
	text-align: justify;
    width: 94%!important;
}
.scroll p {
	margin-top: 0;
}
.scroll div video {
    width: 200px;
    height: 280px;
    object-fit: cover;
    object-position: center;
	margin-right: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.scroll {
	/* height: 35vh;
	overflow-y: scroll;
	overflow-x: hidden; */
	border: 4px solid #f5ead8;
    padding: 10px;
}
.scroll .slick-dotted.slick-slider {
       padding-bottom: 0px;
    }
@media only screen and (max-width: 767px){
    .scroll .box {
        flex-direction: column;
        align-items: center;
    }
    .scroll div video {
        width: 100%;
        height: 250px;
    }

}
/* 追加 */
.slick-slide img {
    display: inline-block !important;
}
.icon2 {
    width: 30px;
    text-align: center;
}


h3.campaign {
	background-color: #fb93ac;
	color: #fff;
	text-align: center;
    padding: 4px 10px;
}
.campaign {
	border: 4px solid #fb93ac;
	padding: 0 10px 10px;
	text-align: justify;
    background-color: #fffcde;
}

footer {
	background-color: #d9d9d9;
    text-align: center;
    padding: 10px;
}
footer a {
	color: #363636;
	text-decoration: none;
}

.column {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}
.column ul {
	list-style: none;
	text-align: left;
	padding: 0;
}
.column p {
	margin: 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

/* 比較表 */
.rankTable table {
    width: 100%;
    text-align: center;
    line-height: 1.2;
}
.rankTable {
    border: 2px solid #e0e0e0;
    margin-bottom: 20px;
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    .rankTable {
        overflow: visible;  /* ← スマホでも見えるように */
      }
}

.rankTable th {
    position: sticky;
    width: 40px;
    padding: 9px 0px 9px;
    background-color: #9cc869;
    color: #fff;
    left: 0;
    font-size: 9px;
	border: none;
	border-bottom: 1px dotted #fff;
}
.rankTable td {
    width: auto;
    border-top: none;
    padding: 4px 4px 4px;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
	border: none;
    border-right: 1px dotted #ddd;
	border-bottom: 1px dotted #eee;
    background: none;
}
.rankTable td:last-child {
    border-right: none;
}
.rankTable tr th+td {
    background-color: #fdffe4;
	font-weight: bold;
}
.rankTable table th {
    width: 19.0%;
}
.rankTable td {
    border-right: 1px dotted #ddd;
    width: 15%;
}
.rankTable tr {
    border-bottom: 1px dotted #ddd;
}
.rankTable tr:last-child td {
    border-bottom: none;
}
@media screen and (max-width:768px) {
    .rankTable table {
        width: 555px;
        
    }
    .rankTable {
        overflow-x: scroll;
    }
    .rankTable table td {
        width: 20%;
    }
    .rankTable table th {
        width: 10%;
    }
    .rankTable table tr:first-child td,
    .rankTable table tr:first-child th {
        padding-top: 29px;
        padding-bottom: 0px;
        /* または */
        /* height: 100px; */
    }
}


.rankTable table th {
    vertical-align: middle;
    width: 12.0%;
    font-size: 14px;
    z-index: 88;
}
img.table_icon {
    width: 99%;
	margin-top: 5px;
    max-height: 100px;
    object-fit: contain;
}
.sogood {
    font-size: 25px;
    color: #ff4a1d;
}
.good {
    font-size: 24px;
    color: #ffbb00;
    font-weight: normal;
}
.bad {
    font-size: 27px;
    font-weight: 300;
    color: #747474;
}
.soso {
    font-size: 24px;
    font-weight: bold;
    color: #0cc300;
}
.t_btn {
    display: block;
    width: 95%;
    background: #9cc869;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #769454;
}
.t_btn02 {
    display: block;
    
    background: #ff8d42;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #e45835;
}
.t_btn02,.t_btn{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* 2列目に外枠を追加 */
.rankTable td:nth-child(2) {
    border-right: 2px solid #ff7697;
    border-left: 2px solid #ff7697;
}
.border-t{
    border-top: 2px solid #ff7697 !important;
    
}
.border-b{
    border-bottom: 2px solid #ff7697 !important;
}

.tr1{
    position: relative;
}

.relative {
    position: relative;
    padding: 0; /* ← ここ重要！余白をゼロに */
    
  }
  
  
  
  .icon7 {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
  
/**/
  @media screen and (max-width: 768px) {
    .icon7 {
      
      top: 11px;
    }
  } 
  .border-t {  
    overflow: visible; /* アイコンが枠線の外に見えるように設定 */  
    position: relative; /* 子要素の絶対位置を考慮するため */  
} 

/* 新規追加表 */
.comparison-table {
    background-color: #e4f5f3;
    padding: 0px 0px 0 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #57c5b8;
    font-size: 15px;
  }
  
  .row {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #cae7e5;
  }
  
  .row:last-child {
    border-bottom: none;
  }
  
  .icon {
    width: 30px;
    margin-bottom: -10px !important;
    text-align: center;
  }
  .icon4 {
    width: 50px;
    margin-bottom: -10px !important;
    text-align: center;
  }
  
  .label {
    flex: 0.5;
    font-weight: bold;
    color: #333;
    text-align: left;  /* 左寄せ */
    padding-left: 6px;
  }
  
  .separator {
    width: 10px;
    text-align: center;
    font-weight: bold;
    color: #333;
  }
  
  .value {
    flex: 1.2;
    color: #333;
    text-align: left; /* 左寄せ */
    padding: 5px 0 5px 8px;
    background-color: #fff;
  }
  

  /* 追加口コミ */
  .review-scroll {
    height: 20vh; /* 高さを指定し、縦スクロール領域のサイズを調整 */
    overflow-y: scroll; /* 縦スクロールを有効にする */
    overflow-x: hidden; /* 横スクロールを無効にする */
    border: 4px solid #f5ead8; /* 境界線の色 */
    padding: 10px;
}

.review-slider .box {
    display: flex!important;
    padding: 10px;
    font-size: 14px;
    line-height: 1.2;
    align-items: flex-start;
    text-align: justify;
    width: 94%!important; /* 幅を94%に調整 */
    margin-bottom: 10px; /* 各ボックスの間に余白を追加 */
    border-bottom: 1px dashed #f5ead8; /* ボックスの下に境界線を追加 */
}

.review-slider .box:last-child {
    border-bottom: none; /* 最後のボックスの下境界線を削除 */
}

.review-scroll p {
    margin-top: 0; /* テキストの上の余白を削除 */
}

@media only screen and (max-width: 767px) {
    .review-slider .box {
        flex-direction: column; /* レスポンシブデザインのため縦並びに変更 */
        align-items: center; /* アイテムを中央揃え */
    }
}

/* 追加 */
.compare-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  
  /* 左右のブロックを縦積みにして、高さ揃えられるようにする */
  .left-block,
  .right-block {
    width: 48%;
    display: flex;
    flex-direction: column;
  }
  
  /* タイトル共通スタイル */
  .g-ttl,
  .b-ttl {
    font-weight: bold;
    font-size: large;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 5px;
  }
  
  /* タイトルごとの色＆余白 */
  .g-ttl {
    background-color: #fa9fae;
    color: #fff;
    margin-top: 20px;
  }
  
  .b-ttl {
    background-color: #7dbef3;
    color: #fff;
    margin-top: 20px;
  }
  
  /* テキストボックスの高さ揃え用＋見た目 */
  .g-tx,
  .b-tx {
    padding: 10px;
    border: 2px solid;
    box-sizing: border-box;
    flex-grow: 1; /* 高さを揃えるために追加 */
  }
  
  /* 枠線カラー */
  .g-tx {
    border-color: #fa9fae;
    background-image: url(../img/maru.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
  }
  
  .b-tx {
    border-color: #7dbef3;
    background-image: url(../img/batsu.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
  }
  
  /* アイコン画像 */
  .icon3 {
    width: 25px;
    margin-bottom: 2px;
    margin-right: 10px;
  }
  

/* きらりん */
  .demo-inner{
    position: relative;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .demo-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url('../img/btn.png'); mask-image: url('../img/btn.png');
    -webkit-mask-size: 100% auto; mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-position: left top; mask-position: left top;
  }
  .demo-hikari{
    position: absolute;
    top: -2%;
    left: -60%;
    width: 60%;
    padding: 60% 0 0;
    background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
    transform: skewX(30deg);
    animation-name: demo_kirari;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  @keyframes demo_kirari{
    100%{
      left: 100%;
    }
  }

  .mab10{
    margin: 0;
  }

