@charset "utf-8";
/* CSS Document */

body {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#wrap {
	width: 100%;
	position: relative;
	height: 100%;
}

#contents {
    position: relative;
    width: 750px;
	margin: 0 auto;
}

@media screen and (max-width: 979px) {
#contents {
    width: 700px;
}
}

@media screen and (max-width: 767px) {
#contents {
    width: 90%;
    max-width: 700px;
}
}

@media screen and (max-width: 479px) {
#contents {
    width: 100%;
}
}

p {
	font-size: 18px;
	line-height: 1.7em;
	margin: 0 0 15px;
}

p.star_rate {
	margin: 10px 0 15px;
	text-align: center;
}

@media screen and (max-width: 979px) {
p {
	font-size: 18px;
}
}

@media screen and (max-width: 767px) {
p {
	font-size: 16px;
}
}

@media screen and (max-width: 479px) {
p {
	font-size: 16px;
}
}

@media screen and (min-width: 979px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 979px){   
  .pc { display:none; }
  .sp { display:block; }
}

span.area {
    color: red;
    background: linear-gradient(transparent 50%, #ffff8f8f 50%);
    font-size: 18px;
}

h2.area_title {
    margin: 30px auto;
    color: #000000;
    background: #fff5f7;
    box-shadow: 0px 0px 0px 12px #f4d3d3;
    width: 92%;
    height: 57px;
    padding: 10px 0px;
    font-size: 17px;
}
.area_title02 {
    text-align: center;
    font-size: 16px;
	background: #fff5f7;
	width: 63%;
    margin: auto;
}

img.kira {
    width: 33px;
}

h2.hikaku_title {
    font-size: 18px;
    background: #ffde7a;
    height: 40px;
    border-radius: 12px 12px 0px 0px;
    margin: 0px 0 -14px;
    border: 1px solid #ccc;
    color: #666665;
    padding: 6.5px 0;
}

.box01 {
	margin: 0 0 50px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px 10px;
}

.box02{
	margin: 0 0 50px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px 10px;
}

.box03,.box04,.box05,.box06,.box07,.box08,.box09,.box010{
	margin: 0 0 50px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px 10px;
}

/*-王冠アイコン設定-*/
.box01 h5 img {
	border: none;
	width: 45px;
	margin: -7px auto 8px;
    animation: 3s ease 0s normal none infinite running spin;
}

@keyframes spin {
	0% {
	transform: rotateY(0deg);
}
	70% {
	transform: rotateY(0deg);
}
	100% {
	transform: rotateY(360deg);
}
}

.box02 h5 img {
	border: none;
	width: 45px;
	margin: -7px auto 8px;
    animation: 3s ease 0s normal none infinite running spin;
}
@keyframes spin {
	0% {
    	transform: rotateY(0deg);
}
	70% {
    	transform: rotateY(0deg);
}
	100% {
    	transform: rotateY(360deg);
}
}

.box03 h5 img {
	border: none;
	width: 45px;
	margin: -7px auto 8px;
    animation: 3s ease 0s normal none infinite running spin;
}
@keyframes spin {
	0% {
    	transform: rotateY(0deg);
}
	70% {
    	transform: rotateY(0deg);
}
	100% {
    	transform: rotateY(360deg);
}
}
.box04 h5 img {
	border: none;
	width: 45px;
	margin: 0px auto 8px;
}
.box05 h5 img {
	border: none;
	width: 45px;
	margin: 1px auto 8px;
}
.box06 h5 img {
	border: none;
	width: 45px;
	margin: 1px auto 8px;
}
.box07 h5 img {
	border: none;
	width: 45px;
	margin: 3px auto 8px;
}
.box08 h5 img {
	border: none;
	width: 45px;
	margin: 1px auto 8px;
}
.box09 h5 img {
	border: none;
	width: 45px;
	margin: 0px auto 8px;
}
.box010 h5 img {
	border: none;
	width: 45px;
	margin: -5px auto 8px;
}

.box_rank1,.box_rank2,.box_rank3{
	background-color: #ffffb3;
	font-size: 20px;
	height: 55px;
	padding: 7px 0 0 15px;
	border-radius: 10px 10px 0px 0px;
}
.box_rank4,.box_rank5,.box_rank6,.box_rank7,.box_rank8,.box_rank9,.box_rank10{
	background-color: #ffffb3;
	font-size: 20px;
	height: 55px;
	padding: 7px 0 0 15px;
	border-radius: 10px 10px 0px 0px;
}

/*--イントロ--*/
.intro_dtm {
	margin: 10px auto 10px;
	font-weight: bold;
	color: ##383838bd;
	font-size: 15px;
	text-align: center;
}

/*--------------------------------おすすめポイント-----------------------------------------*/
.point_osusume {
	max-width: 600px;
	margin: 20px 0 auto;
	border-radius: 16px;
	overflow: hidden; /* 角丸を効かせるため */
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	background-color: #fff;
	border: 2px solid #e79801;
}

.point_header {
	background-color: #e79801;
	color: #fff;
	text-align: center;
	padding: 7px;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #e79801; 
}

.point_shosai {
	background-color: #fff7ee;
	padding: 20px;
}

        /* 個別のポイント（カード） */
.point_item {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 15px 15px 20px; /* 左側にアクセントを入れるためパディング調整 */
	margin-bottom: 15px;
	position: relative;
	box-shadow: 0 2px 5px rgba(239, 174, 5, 0.15); /* 薄い黄色の影 */
}

.point_item:last-child {
	margin-bottom: 0;
}

        /* 見出し（太字部分）のデザイン */
 .point_title {
	display: block;
	font-weight: bold;
	color: #414141;
	font-size: 15px;
	margin-bottom: 8px;
	border-bottom: 2px dashed #e79801; /* 下線で区切り */
	padding-bottom: 5px;
}

        /* 文頭の番号装飾（①②③の代わり） */
.point_number {
	display: inline-block;
	background-color: #efae05;
	color: #fff;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 13.5px;
	margin-right: 4px;
	font-weight: bold;
	vertical-align: text-bottom;
}

        /* 本文のデザイン */
 .point_text {
	font-size: 13px;
	margin: 0;
	color: #444;
}

        /* スマホ向けの微調整 */
@media (max-width: 480px) {
.point_shosai {
	padding: 15px;
}
.point_title {
	font-size: 15px;
}
}

.point_midashi {   			/*-ポイント見出し-*/
	position: relative;
	text-align: center;
	padding: 0.5em;
	font-size: 20px;
	background: #e98623;
	color: white;
}
.point_midashi:before {
	content:"";
	position: absolute;
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(159 86 14);
}
.title_fuki{					/*-吹き出しアイコン-*/
	width: 40px;
}

img.pointicon\.png {          /*-ポイントアイコン-*/
	width: 2em;
	height: auto;
}

span.pointname {             /*-「おすすめポイント」-*/
	font-size: 23px;
}

.midashi_hana {             /*---花アイコン見出し---*/
	font-size: 16px;
	text-align: left;
	padding: 0px;
	margin: 0px
}

.point02 {
	font-size: 15px;
	background-color: #fdf5f68c;
	margin: auto auto 12px;
	line-height: 1.8;
}

img.hanaicon {
   	width: 2.5em;
}

/*----------------------------------アンケートランキング-------------------------------*/
.rank_top {
    display: block;
    margin: auto;
}

.ankt_rank {
	margin: 0em 0em auto;
}

.ankt_midashi {
    position: relative;
    background: #ffc907;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin: -6px 0 0;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}

span.ankt_01 {
	color: #874848;
}

span.ankt_02 {
	font-size: 24px;
	color: #ff0020;
	text-align: center;
}

span.kome {
	font-size: 6px;
}

.ankt_shosai {
	background-color: #ffeba1;
	border-radius: 0px 0px 20px 20px;
	padding: 1em 0em;
}

p.ankt_shosai02 {
    padding: 0 0 0 0.5em;
}

img.best1ranking {
	width: 27px;
}

span.best1ranking_cm{
	font-size: 16px;
}

@media screen and (max-width: 413px) {
span.best1ranking_cm{
	font-size: 15px;
}
}

@media screen and (max-width: 360px) {
span.best1ranking_cm{
	font-size: 14px;
}
}

.no1{
	font-size: 20px;
	background: linear-gradient(transparent 50%, yellow 50%);
}

.chui {
	font-size: 12px;
	text-align: right;
}

.chui02 {
	font-size: 11px;
	text-align: right;
    margin-bottom: -15px;
}

/*--------------------------------------スペック表-------------------------------------*/

.spec_table {
	width: 97% ;
	margin: auto;
}

.spec_table th {
	background-color: #f9f3ec;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 13px;
	padding: 1px 0 0;
}

.spec_table td {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 13px;
	padding: 3px 5px;
}

.spec_table .logo {
	width: 7em;
	border: 0.5px solid #00000036;
}

/*------------------------冒頭比較表----------------------*/
/*-比較表縦-*/
.hikaku_table,.hikaku_table_tab {
	text-align: center;
    clear: both;
    width: 100%;
    margin: 13px auto 35px;
    border-collapse: collapse;
    border: 1px solid #808080;
}

.hikaku_table th img,.hikaku_table_tab th img {
    width: 30px;
}

.hikaku_table th,.hikaku_table_tab th {
	background-color: #ffffce75;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 2px 2px 2px 2px;
}

.hikaku_table td,.hikaku_table_tab td {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 4px;
	vertical-align: baseline;
}

td.near_store {
    font-size: 12px;
    padding: 10px 6px;
}
span.near_store02 {
    font-size: 11px;
}

.hikaku_table .logo {
	width: 7em;
	border: 0.5px solid #00000036;
}

/*-タブ比較表-*/
.hikaku_table_tab {
    margin: 0 auto 65px;
    border: 2px solid #ff7171;
}

.hikaku_table_tab .logo {
	width: 7em;
	border: 0.5px solid #00000036;
}




/*-比較表横-*/
table.hikaku_table_yoko {
	margin: 0 auto 30px;
	border: 1px solid #ccc;
}

.hikaku_table_yoko td {
	border: 1px solid #ccc;
	padding: 8px 0px;
}

.hikaku_table_yoko th {
	padding: 5px;
	background-color: #ffffe9;
}

.hikaku_table_yoko .logo {
	width: 94%;
}

.hikaku_table_yoko img {
	width: 90%;
}


/*-比較表ボタン-*/
.hikaku_btn{
	display: block;
    position: relative;
    background-color: #ff0000;
    border-radius: 4px;
    color: #fff;
    line-height: 11px;
    transition: none;
    box-shadow: 0 3px 0 #bbb;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    padding: 3.5px 6px;
    overflow: hidden;
    width: 55%;
    margin: 5px auto;

}
.button_text {
    color: #fff  !important;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

p.hikaku_campaign {
    font-size: 15px;
	margin-bottom: 0px;
	color: black;
}

/*----比較表タブ----*/
/********** タブの切り替え **********/
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	background-color: #fff;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);	 */
	width: 100%;
	margin: 30px auto 0;
}

/*タブのスタイル*/
.tab_item {
	width: calc(100% / 4 - 0.4rem);
	margin: 0 0.2rem 0 0.2rem;
/*	border: 1px solid #ffd65a; */
	border-radius: 0.3em 0.3em 0 0;
	height: 35px;
	/* border: 3px solid #0270b7; */
	/*border-bottom: 3px solid #ff7171;*/
	background-color: #fb98a378;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_item:hover {
	/* opacity: 0.75; */
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	/* padding: 15px 0 0; */
	clear: both;
	overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#kouka:checked~#kouka_content,
#pointplan:checked~#point_content{
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
	background-color: #ff7171;
	color: #fff;
}

/*その他タブ内の調整*/
.tab_height {
	height: 66px;
}

.tab_height02 {
	height: 28px;
}

.tab_ranking_word {
	text-align: center;
	font-size: large;
	margin-bottom: 8px !important;
}

.tabs h4 {
    border-bottom: 3px dotted #fdcfd4;
    border-left: 4px solid #df8792;
    margin: 5px 0 10px;
    padding: 3px 10px;
    font-size: 22px;
    clear: both;
    text-align: initial;
    font-size: 18px;
    background: none;
}

/*------------------------タイプ別ランキング------------------------------------*/

.hikaku_type {
    padding: 5px;
    margin: 0 20px 10px;
    border: #f4d3d3 solid 1px;
    border-radius: 12px;
}



.hikaku_type p {
	text-align: center;
	background: #a0d6aa;
	font-weight: 800;
	font-size: 18px;
	color: white;
	margin: 5px 0 10px;
	padding: 3px;
}	

.area_title_top {
    text-align: center;
    font-size: 22px;
    margin: 29px 0 10px;
    color: #846f72;
}

.area_title_top b {
    background: linear-gradient(transparent 50%, #ffff2a8f 50%);
}

/*------------------------医療とサロンの比較------------------------------------*/
.hikaku02 td {
    border: 1px solid #ccc; */
    text-align: center;
    font-size: 14px;
    padding: 5px;
    width: 39%;
}

.hikaku02 th {
	background-color: #ffffce75;
    padding: 10px 0;
}

.hikaku02 img {
    width: 75%;
}

.arrow_waku td {
    border: none;
}

.arrow_waku th {
    border: none;
    background: none;
}
/*-------------------------公式ボタン------------------------------------*/
.koshiki_btn {
	display: block;
	position: relative;
	background-color: #ff0000;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 3px #6c6464;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	padding: 10px;
	overflow: hidden;
	width: 75%;
	margin: 1em auto 2em;
}
@media screen and (max-width: 767px) {
.koshiki_btn {
	width: 83%;
}
}
.koshiki_btn a {
	color: #fff;
	font-size: 16px;
}

/* --- テキスト装飾 --- */
    .btn01 {
        font-size: 16px;
        line-height: 1.4;
    }
    .btn01 b {
        font-size: 1.1em; /* 太字部分を少し大きく */
        display: block;   /* 改行させる */
        margin-top: 2px;
    }
    .text_small {
        font-size: 0.75em;
        font-weight: normal;
    }

    /* (オプション) PHPコードに含まれていた reflection クラス用のアニメーション */
    .reflection {
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
        transform: skewX(-25deg);
        animation: shine 3s infinite;
    }
    @keyframes shine {
        0% { left: -100%; }
        20% { left: 200%; }
        100% { left: 200%; }
    }

    /* スマホ表示時の調整（画面が狭すぎる場合に縦並びにするなら以下を有効化） */
    @media screen and (max-width: 400px) {
        .btn_area {
            flex-wrap: wrap;
        }
        .official_btn01, .official_btn02 {
            flex: 100%; /* 幅100%にして縦積みにする */
        }
    }


/*--------------------------口コミボタン------------------------------------------*/


.koshiki_btn02 {                           /*口コミ部分設置の公式ボタン*/
	display: block;
	position: relative;
	background-color: #ff0000;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 3px #6c6464;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
	padding: 10px 10px;
	overflow: hidden;
	width: 75%;
	margin: 1em auto auto;
}

@media screen and (max-width: 767px) {
.koshiki_btn02 {
	width: 90%;
}
}

.koshiki_btn02 a {
	color: #fff;
	font-size: 16px;
}


/*---------------------------口コミ表--------------------------------------*/

.kuchikomi_girl{
	width: 43px;
}

.kuchikomi_nenrei{
	padding: 0em 0.5em;
	font-size: 13px;
	color: #878b8b;
	font-weight: bold;
}

.kuchikomi_title{
	font-size: 16px;
}


.kuchikomi_star{
	color: #9d8816;
	font-size: 13px;
}

.kuchikomi_shosai{
	font-size: 14px;
}

.kuchikomi_title{
	margin: 10px 0px -18px;
}

/*--口コミ横スクロール--*/
.container_kuchikomi {
	padding: 0 20px;
	margin: 10px 0;
}

.slider {
	position: relative;
	width: 100%;
	padding-bottom: 230px;
	overflow: hidden;
}

.items {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.item {
	min-width: 100%;
	height: 100%;
	padding: 10px 10px 0 10px;
	margin: 0;
	border-radius: 12px;
	border: solid;
	border-color: #ccc;
}

.item > div {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.buttons {
	position: relative;
	z-index: 2;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.button1,.button2,.button3,.button4,.button5 {
	width: 32px;
	height: 32px;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	opacity: 0.4;
	margin: -4.5%;
}

@media screen and (max-width: 768px){
.button1,.button2,.button3,.button4,.button5 {
	margin: -5%;
}
}

@media screen and (max-width: 414px){
.button1,.button2,.button3,.button4,.button5 {
	margin: -10%;
}
}

.button1.prev,.button2.prev,.button3.prev,.button4.prev,.button5.prev {
	background: url(/img/parts/preview.png);
}

.button1.next,.button2.next,.button3.next,.button4.next,.button5.next {
	background: url(/img/parts/next.png);
}

.button1:hover,.button2:hover,.button3:hover,.button4:hover,.button5:hover {
	opacity: 0.8;
}

/*--------------------------------キャンペーン情報----------------------------------------*/
.campaign_midashi {
    position: relative;
    background: #fba34b;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 40px 0 0;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}
campaign_fukidashi {
    font-size: 20px;
}

span.campaign_title {
    font-size: 26px;
}
.campaign_zone {
    margin: 0px 0 1em;
    border-radius: 0px 0px 20px 20px;
    border: solid 2px #ffbb77;
	text-align: center;
}
.campaign_fukidashi02 {
    padding: 1em 0 1em;
    text-align: center;
    font-size: 1em;
}
.campaign_shosai {
    font-size: 14px;
	background-color: #ffe2e6;
	margin:5px 10px 20px;
	border: 1px solid #e1e1e1;
    border-radius: 5px;
	padding: 5px 10px 5px 10px;
}

/*--
img.campaign_icon {
	width: 5vh;
}
--*/

/*-------------------------------ここから下既存設定------------------------------------*/
/*----画像装飾----*/

img {
	max-width: 100%;
	margin: 0 auto 0 auto;
}

.hikaku01 img {
	max-width: 85px;
	height: 85px;
	margin: 5px auto 0 auto;
}


.hikaku01 .under{
	text-decoration: underline;
}

.hikaku01_text01{
	font-weight: bold;
	font-size: 11px;
}

.img_first{
	max-width: 145px !important;
	height: 100px !important;
}

@media screen and (min-width: 376px) {
.img_first{
	max-width: 160px !important;
	height: 110px !important;
}
}

@media screen and (min-width: 415px) {
.img_first{
	max-width: 190px !important;
	height: 130px !important;
}
}

@media screen and (min-width: 480px) {
.img_first{
	max-width: 300px !important;
	height: 180px !important;
}
}

.imgstar {
	padding-top: 10px;
	padding-bottom: 5px;
}



.gray_waku {
	border: 1px solid #ccc;
	max-width: 100%;
}

.yellow_waku {
	margin: 0px;
  	padding: 8px;
	background: #FFFFCC;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	width: 100%;
}

.yellow_waku2 {
	margin-bottom: 10px;
  	padding: 8px;
	background: #FFFFCC;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	width: 100%;
}

.imgbox {
	margin: 0 0 20px 20px;
	padding: 0 10px;
	/*text-align:center;*/
}

.imgbox .solid {
	display:inline-block;
	border: 1px solid #ccc;
}

.float_left {
	float: left;
	margin: 0 0 10px;
}

.img_waku {
	border: 0.5px solid #c5c5c5;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.img_waku02 {
	display: block;
	margin: 0.3em 0 1em;
	width: 100%;
}

.img_waku03 {
	border: 0.5px solid #c5c5c5;
	display: block;
	margin:auto;
	width: 80%;
}

/*----文字装飾----*/

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
/*	background: linear-gradient(180deg,#fff 0%,#fff 10%,#ff6 10%,#fff 100%);*/
	color: red;
}

.strong2 {
	font-weight: bold;
	background: linear-gradient(180deg,#f0e4d7 0%,#f0e4d7 10%,#ff6 10%,#f0e4d7 100%);
	font-size: 11px;
}

.yellow_bottom {
    background: linear-gradient(transparent 50%, #fefe9a 50%);
}

/*装飾追記*/
.very_strong{
	font-size: 16px;
	font-weight: bold;
}

.weak{
	font-size: 15px;
	color: rgb(0 0 0 / 70%);
}

.underline {
	text-decoration: underline;
}

.red {
	color: #f30202;
}

.stores_adding {
	font-weight: bold;
	display: block;
	text-align: right;
	font-size: 12px;
}

.pankuzu {
	font-size: 12px;
	margin: 0 0 5px 10px;
}

.hyouka {
	font-size: 12px;
}

.frame_text {
	font-size: 14px;
	text-decoration: underline;
	margin: 5px auto 0;
}

.frame_text2 {
	font-size: 11px;
	text-decoration: underline;
	margin: 5px auto 0;
}

@media screen and (min-width: 414px) {
.frame_text2 {
	font-size: 12px;
	text-decoration: underline;
	margin: 5px auto 0;
}
}

.frame_text3 {
	font-size: 12px;
}


@media screen and (min-width: 414px) {
.frame_text3 {
	font-size: 14px;
}
}

.text_big {
    font-size: 17px;
}

.text_middle{
	font-size: 14px;
}


.text_small {
	font-size: 12px;
}

.text_verysmall {
	font-size: 11px;
}

.text_right {
	display: block;
	text-align: right;
}

.text_right02 {
	display: block;
	text-align: right;
	margin: -30px auto 35px;
}


/*注釈*/
.gray_text {
	color: gray;
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	line-height: 18px;
}

/*--マージン--*/
.margintop_30 {
	margin-top: -30px;
}
/*----テーブル----*/

table {
	clear: both;
	width: 100%;
	margin: 10px auto;
	border-collapse: separate;
	border-spacing: 0px;
	overflow: hidden;
}

.hikaku01{
	margin: 5px auto;
	border: 3px double #ccc;
}


thead {
  position: sticky;
  z-index: 10;
  top: 0;
}

th {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	padding: 2px 2px 2px 2px;
}

.hikaku01 th {
	background-color: #fc618e;
    color: white;
}

@media screen and (max-width: 767px) {
th {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 1px 0 0;
}
}
@media screen and (max-width: 479px) {
th {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 1px 0 0;
}
}


td {
/*	border: 1px solid #ccc; */
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
}

td img {
	width: 3.3em;
	margin-bottom: 5px;
}

.hikaku01 td{
	padding: 3px 5px 5px 5px;
}


.hikaku01-img {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom:5px;
}




.search01 td{
	text-align: center;
	background-color: #fdfbdb;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 1px 0 0;
}




/* 店舗一覧 */
.store{
	width: 95% ;
	margin: 10px auto 5px auto;
}

.store th {
	background-color: #f9f3ec;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 1px 0 0;
}

.store td {
	line-height: 1.5;
	text-align: inherit;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 5px 10px;
}

/*--リンクジャンプ先表示位置設定--*/

.area_anchor {
    display: block;
    padding-top: 70%;
    margin-top: -70%;
}

.thtd_sp_hidden img {
	border: none;
	margin: 0;
}

@media screen and (max-width: 767px) {
.thtd_sp_hidden {
	display: none;
}
}

/*----運営者情報----*/
.uneisha {
	width: 95%;
	margin: 20px 10px;
	padding: 0;
}

.uneisha th {
	width: 25%;
	background-color: #f1f1f1;
	text-align: center;
	font-size: 14px;
	padding: 3px 0 0;
}

.uneisha td {
	width: 75%;
	background-color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 3px 0 0 10px;
}

/*----ランキング根拠----*/
.basis_table {
	width: 60%;
	margin: 10px 10px 20px;
}

.basis_table th {
	width: 50%;
	background-color: #f1f1f1;
	text-align: center;
	font-size: 14px;
	padding: 3px 0 0;
}

.basis_table td {
	width: 50%;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 3px 0 0 10px;
}

/*----ヘッダー,フッター----*/


header {
    margin: 0 auto;
	padding: 0 0 5px;
    top: 0;
    width: 100%;
	background-color: #fdfbdb;
	border-bottom: 1px solid #ccc;
	height: auto;
}

header img {
	border: none;
}

/*
footer {
    background-color: #fdfbdb;
    color: #fb98a3;
    padding: 25px 0;
    text-align: center;
    width: 100%;
	clear: both;
}

footer a {
	color: #fb98a3;
}
*/

/*----リスト----*/
#footer {
	clear: both;
	padding: 30px 0 0 0;
	background-color: #f56676;
	box-shadow: 2px 0 3px #e1e1e1;
	behavior: url(/PIE.htc);
	font-size: 14px;
}

.footer_contents {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 30px 40px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
.footer_contents {
	width: 540px;
}
}

@media screen and (max-width: 479px) {
.footer_contents {
	width: 100%;
}
}

.footer_contents a {
	color: #333;
	text-decoration: none;
}

.footer_contents .sitename {
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 5px 0;
}

@media screen and (max-width: 767px) {
.footer_contents .sitename {
	font-size: 16px;
}
}

@media screen and (max-width: 479px) {
.footer_contents .sitename {
	font-size: 14px;
}
}

.footer_contents .mokuji_waku {
	float: left;
	margin: 0 20px 0 5px;
	padding: 0 20px;
}

.footer_contents .groupname {
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: 1px dotted #333;
	font-size: 95%;
	font-weight: bold;
}

.footer_contents li {
	margin: 5px 0 0 0;
	padding: 0 10px 0px 0;
	font-size: 80%;
	list-style:none;
}

@media screen and (max-width: 767px) {
.footer_contents li {
	font-size: 12px;
}
}

@media screen and (max-width: 479px) {
.footer_contents li {
	font-size: 10px;
}
}

.copylights {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 90%;
	/*background: #f8f8f8;*/
	background: #fff;
}

address {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 85%;
	background: #f8f8f8;
}

address a {
	color: #039;
}

.mokuji_waku {
	float: left;
}



/*---リンク---*/
a:hover {
	opacity:0.8;
}

/*----見出し----*/

h1 {
    margin: 0 auto;
	padding: 3px 0 0;
    width: 70%;
	font-size: 24px;
	color: #ffffff;
	/*text-align: center;*/
}

@media screen and (max-width: 979px) {
h1 {
	font-size: 24px;
}
}

@media screen and (max-width: 767px) {
h1 {
	font-size: 18px;
}
}

@media screen and (max-width: 479px) {
h1 {
	font-size: 18px;
}
}

h3 {
	font-size: 16px;
	margin: 10px 10px 0;
	font-weight: bold;
}

h4 {
	border-bottom: 3px dotted #ff3a53;
	margin: 20px;
	padding: 6px;
	clear: both;
	text-align: center;
	background: #ffffb34f;
}

@media screen and (max-width: 979px) {
h4 {
	font-size: 24px;
}
}

@media screen and (max-width: 767px) {
h4 {
	font-size: 22px;
}
}

@media screen and (max-width: 479px) {
h4 {
	font-size: 19px;
}
}


h5 {
	margin: 0 0 10px;
	padding: 3px 10px;
	font-size: 18px;
	}

h6 {
	width: 100%;
	margin: 5px 5px 3px;
	padding: 5px 32px;
	height: 30px;
	background-color: #ffffff;
}

.intro {
	margin: 15px 5px 10px 5px;
	font-size: 17px;
	border-bottom: 1px solid #f13652;
	text-align: center;
	font-weight: bold;
}

.intro02 {
	margin: 15px 5px 10px 5px;
	font-size: 15px;
	border-bottom: 1px solid #f13652;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 413px) {
.intro02 {
	font-size: 13px;
}
}

.intro03 {
	margin: 15px 5px 10px 5px;
	font-size: 18px;
	border-bottom: 1px solid #f13652;
	text-align: center;
	font-weight: bold;
}

.intro03 a {
	color: #333c;
}


.title {
	padding: 10px 10px;
	margin: 0 auto;
}

.date {
	float: right;
	padding: 5px 5px 0 0;
	color: #fff;
}

.tag {
	background-color: #fb005d;
	font-size: 12px;
	margin: 10px 0 0 10px;
	color: #fff;
	border-radius: 2px;
	padding: 4px 5px;
}

/*----見出し追記----*/

.search_headder01 h2{
	font-size: 20px;
	margin: 15px 0 0 0;
	padding: 6px;
	text-align: center;
	color: #FFFFFF;
}

/*----見出し背景色----*/

.woman {
	background: #fb98a3;
}

/*ポイントボックス*/

.point_box {
    	position: relative;
    	margin: 20px 0 10px 0;
    	padding: 25px 0 7px;
	text-align: center;
}
.point_box .box-title {
    	position: absolute;
    	display: inline-block;
    	top: 6px;
    	left: 4px;
    	padding: 0 10px;
    	height: 30px;
    	line-height: 31px;
    	font-size: 17px;
    	background: #df8792;
    	color: #ffffff;
    	font-weight: bold;
	border-radius: 15px;
}
.paragraph {
    	margin: 15px 0 20px 0;
    	padding: 0;
	font-size: 14px;
	text-align: initial;
}

.point_box img {
	max-width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.point_box2 {
    	position: relative;
    	margin: 1.5em 0;
    	padding: 30px 10px 7px;
    	border: dashed 1px #b3d4fc;
	border-radius: 15px;
}

.box5 .point_box2 {
	background-color: white;
}

.box5 td {
	background-color: white;
}

.point_box2 .box-title {
    	position: absolute;
    	display: block;
    	top: -2px;
    	left: -2px;
    	padding: 0 10px;
    	height: 30px;
    	line-height: 30px;
    	font-size: 17px;
    	background: #b3d4fc;
    	color: #ffffff;
    	font-weight: bold;
	border-radius: 15px;

}
.point_box2 p {
    	margin: 5px 0; 
    	padding: 0;
	font-size: 16px;
	text-align: center;
}

.point_box2 img {
	max-width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.point_box3 {
    	position: relative;
    	margin: 1.5em 0;
    	padding: 30px 10px 15px 10px;
    	border: solid 2px #e2bd98;
	border-radius: 15px;
}

.box5 .point_box3 {
	background-color: white;
}

.point_box3 .box-title {
    	position: absolute;
    	display: block;
    	top: -2px;
    	left: -2px;
    	padding: 0 10px;
    	height: 30px;
    	line-height: 30px;
    	font-size: 17px;
    	background: #e2bd98;
    	color: #ffffff;
    	font-weight: bold;
	border-radius: 15px;

}
.point_box3 p {
    	margin: 5px 0; 
    	padding: 0;
	font-size: 16px;
}

p.sub-title {
	text-decoration: underline;
}

.point_box3 li {
	font-size: 11px;
}

.point_box3 img {
	max-width: 70%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.point_box4 {
    	position: relative;
    	margin: 10px 0;
    	padding: 30px 10px 5px 10px;
    	border: dashed 1px #e2bd98;
	border-radius: 15px;
	display: flex;
	align-items: flex-start;
}

.box5 .point_box4 {
	background-color: white;
}

.point_box4 .box-title {
    	position: absolute;
    	display: block;
    	top: -2px;
    	left: -2px;
    	padding: 0 10px;
    	height: 30px;
    	line-height: 31px;
    	font-size: 15px;
    	background: #e2bd98;
    	color: #ffffff;
    	font-weight: bold;
	border-radius: 15px;

}
.point_box4 p {
    	margin: 5px 0; 
    	padding: 0;
	font-size: 15px;
}

.point_box4 ul {
    	padding-left: 0; 
	clear: both
}

.point_box4 li {
	font-size: 12px;
	list-style: none;
	margin: 5px 0 0 0;
}

li.subtitle01 {
	text-decoration: underline;
	font-size: 14px;
}

li.subtitle02 {
	text-decoration: underline;
	font-size: 14px;
	margin: 10px 0 0 0;
}

.point_box4 img {
	max-width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	clear: both;
}

.point_box5 {
	position: relative;
	margin: 20px 0 10px 0;
	padding: 30px 5px 5px 5px;
	border: dashed 1px #df8792;
	border-radius: 15px;
	font-size: 13px;
	background-color: white;
}

.point_box5 .box-title {
    	position: absolute;
    	display: block;
    	top: -2px;
    	left: -2px;
    	padding: 0 10px;
    	height: 30px;
    	line-height: 31px;
    	font-size: 15px;
    	background: #df8792;
    	color: #ffffff;
    	font-weight: bold;
	border-radius: 15px;
}

.point_box5 ul{
	list-style: none;
	margin: 0 5px;
}

.point_box5 li{
	margin: 3px 3px;
}

.point_box5 li::before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	background-color: #333333bd;
	position: relative;
	top: -2px;
	left: -2%;
	border-radius: 50%;
}


/*----メインコンテンツ----*/


.text {
	width: 100%;
	margin: 0 auto;
	padding: 5px 5px;
}

/*----3ボタン----*/
.button_choice {
	margin: 5px 0 15px;
	padding: 0 10px;
	display: table;
}

.button_choice img {
	border: none;
	float: left;
}
@media screen and (max-width: 979px) {
.button_choice img {
	width: 180px;
}
}
@media screen and (max-width: 579px) {
.button_choice img {
	width: 200px;
}
}

.button_choice_1_2 {
	margin: 0 20px 5px 0;
}
@media screen and (max-width: 979px) {
.button_choice_1_2 {
	margin: 0 10px 5px 0;
}
}

.button_choice_1_3 {
	margin: 0 0 5px;
}

/*----Page Top----*/
/*
#pagetop {
    background-color: #583e20;
    border-radius: 5px 0 0 5px;
    bottom: -60px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    opacity: 0.8;
    position: fixed;
    right: -10px;
    text-align: center;
    width: 70px;
    z-index: 9999;
}


#pagetop a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
}
*/

/*----ボタン----*/

.btn01 {
	color: #201f1f;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}

.btn02 {
	color: #fff;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}

.btn03 {
	color: #fff;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}

.button01 {
	display: block;
	position: relative;
	background-color: #E83C5D;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 10px 10px;
	overflow: hidden;
	width: 75%;
	margin: 5px auto 30px auto;
}

.button02 {
	display: block;
	position: relative;
	background-color: #f13652;
	border-radius: 4px;
	color: #fff;
	line-height: 10px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 1px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 3px 1px;
	overflow: hidden;
	width: 70%;
	margin: 10px 5px;
}

.button03 {
	display: block;
	position: relative;
	background-color: #289a3e;
	border-radius: 4px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	overflow: hidden;
	width: 75%;
	margin: 15px auto;
}

@media screen and (max-width: 767px) {
.button03 {
	width: 90%;
}
}

.button03 a {
	color: #fff;
	font-size: 16px;
}

.button04 {
	display: block;
	position: relative;
	background-color: #fb98a3;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 5px 30px;
	overflow: hidden;
	width: 85%;
	margin: 15px auto;
}

.button05 {
	display: block;
	position: relative;
	background-color: #E83C5D;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 5px 10px;
	overflow: hidden;
	width: 75%;
	margin: 15px auto;
}

.button06 {
	display: block;
	position: relative;
	background-color: #fb98a3;
	border-radius: 15px;
	color: #fff;
	line-height: 35px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 5px 10px;
	overflow: hidden;
	width: 80%;
	margin: 20px auto;
}

@media screen and (max-width: 979px) {
.button06 {
    width: 78%;
}
}

@media screen and (max-width: 695px) {
.button06 {
    width: 75%;
}
}

.button07 {
	display: block;
	position: relative;
	background-color: #fc0000;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 3px #bbb;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	padding: 10px 10px;
	overflow: hidden;
	width: 75%;
	margin: 5px auto 35px auto;
}

@media screen and (max-width: 767px) {
.button07 {
	width: 90%;
}
}

.button07 a {
	color: #fff;
	font-size: 16px;
}

.button08 {
	display: block;
	position: relative;
	background-color: #009d34;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 10px 10px;
	overflow: hidden;
	width: 75%;
	margin: 20px auto 20px auto;
}

@media screen and (max-width: 767px) {
.button08 {
	width: 90%;
}
}

.button08 a {
	color: #fff;
	font-size: 16px;
}

.button09 {
	display: block;
	position: relative;
	background-color: #E83C5D;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 10px 10px;
	overflow: hidden;
	width: 75%;
	margin: 20px auto 20px auto;
}

@media screen and (max-width: 767px) {
.button09 {
	width: 90%;
}
}

.button09 a {
	color: #fff;
	font-size: 16px;
}

.button10 {
	display: block;
	position: relative;
	background-color: #ed2f2fd1;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 3px #bbb;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	overflow: hidden;
	width: 75%;
	margin: 5px auto 6px auto;
	padding: 5px 5px;
}

@media screen and (max-width: 767px) {
.button10 {
	width: 90%;
}
}

.button10 a {
	color: #fff;
	font-size: 16px;
}

.button11 {
	display: block;
	position: relative;
	background-color: #fc0000;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 3px #bbb;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	overflow: hidden;
	width: 75%;
	margin: 5px auto 6px auto;
	padding: 5px 5px;
}

@media screen and (max-width: 767px) {
.button11 {
	width: 90%;
}
}

.button11 a {
	color: #fff;
	font-size: 16px;
}

.button12 {
	display: block;
	position: relative;
	background-color: #fd6691;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	overflow: hidden;
	width: 75%;
	margin: 3px auto 6px auto;
	padding: 20px 10px;
}

@media screen and (max-width: 767px) {
.button12 {
	width: 90%;
}
}

.button12 a {
	color: #fff;
	font-size: 16px;
}

.reflection {
	background-color: #fff;
	height: 100%;
	width: 30px;
	top: -180px;
	left: 0;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 3s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 3s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 3s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}


.best04,.best05,.best06,.best07,.best08,.best09,.best10 {
    	margin: 0 0 40px 0;
    	background: #fff;
    	border: 1px solid #ccc;
    	border-radius: 10px 10px;
}

.best04 h5 img,.best05 h5 img,.best06 h5 img,.best07 h5 img {
	border: none;
	margin: 0;
}


h5 img {
	border: none;
}

h5 a {
	color: #333;
	text-decoration: underline;
	font-size: 20px;
}

.box_waku {
	margin: 10px;
}

.rank01 {
	background-color: #ffec6670;
	font-size: 20px;
	height: 55px;
	padding: 3px 0 0 15px;
	border-radius: 10px 10px;
}

.rank02 {
	background-color: #f1f1f1c4;
	font-size: 20px;
	height: 55px;
	padding: 3px 0 0 15px;
	border-radius: 10px 10px;
}

.rank03 {
	background-color: #ddacafa8;
	font-size: 20px;
	height: 55px;
	padding: 3px 0 0 15px;
	border-radius: 10px 10px;
}

.rank04,.rank05,.rank06,.rank07 {
	background-color: #eeeeee8c;
	font-size: 20px;
	height: 37px;
	padding: 3px 0 0 15px;
	border-radius: 10px 10px;
}

.rank08,.rank09,.rank10 {
	font-size: 20px;
	height: 30px;
	padding: 5px 0 0 5px;
	border-radius: 10px 10px;
}



.sokyu_point {
	margin: 1px 0 0;
	padding: 0;
	clear: both;
}

.sokyu_point .left_p_01 {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 16px;
	margin: 10px 0;
}

@media screen and (max-width: 767px) {
.sokyu_point .left_p_01 {
	margin: 0 0 10px;
	text-align: left;
}
}

@media screen and (max-width: 479px) {
.sokyu_point .left_p_01 {
	width: 100%;
	text-align: left;
}
}

.sokyu_point_ipo {
	margin: 0 0 0 10px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 85%;
	float: right;
}

@media screen and (max-width: 979px) {
.sokyu_point_ipo {
	width: 75%;
}
}

@media screen and (max-width: 767px) {
.sokyu_point_ipo {
	width: 65%;
	margin: 0 0 10px 10px;
}
}

@media screen and (max-width: 479px) {
.sokyu_point_ipo {
	width: 60%;
	margin: 0 0 10px 5px;
}
}

.sokyu_point_ipo p {
	font-size: 18px;
	margin: 0;
}

@media screen and (max-width: 767px) {
.sokyu_point_ipo p {
	font-size: 16px;
}
}

@media screen and (max-width: 479px) {
.sokyu_point_ipo p {
	font-size: 14px;
}
}


#contents .box_waku .campaign_waku {
	background-color: #fefeeb;
	color: #f30202;
	padding: 10px 20px;
	border: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
}

.clear {
	clear: both;
}

@media screen and (min-width: 767px) {
.br_pc_hidden {
	display: none;
}
}

.box27 {
    position: relative;
    margin: 5px 0;
    padding: 3px 3px;
    border: solid 3px #fdfbdb;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 3px 9px;
    margin: 3px 0 0 0;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #fdfbdb;
    border-radius: 5px 5px 0 0;
}
/*
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 3px 9px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #fdfbdb;
    border-radius: 5px 5px 0 0;
}
*/
.box27 p {
    margin: 2px 0;
    padding: 3px 3px;
}

.box16{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #ffc107, #ffc107 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #ffc107, #ffc107 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box16 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffc107;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.box16 p {
    margin: 0; 
    padding: 0;
}

.box5 {
    	position: relative;
    	margin: 55px 0 20px 0;
    	padding: 3px 3px;
    	border: double 4px #fb98a3;
	background-color: #fdfbdb61;
}

.box5 .title {
    	position: absolute;
    	display: block;
    	top: -30px;
    	left: -8px;
    	padding: 0 15px;
    	margin-top: 6px;
    	height: 30px;
    	line-height: 30px;
    	font-size: 17px;
    	background: #fb98a3;
    	color: white;
    	border-radius: 15px;
}

.box5 .title a{
	color: white;
	font-weight: bold;
}

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.img-box {
    margin: 10px 0;
}

/*----------------------------------------------*/

/*対応エリア*/
.icon_store {
	background: url(/img/icon/map_marker-48.png) no-repeat -1px 1px;
	background-size: 30px;
	margin: 20px 0 0 5px;
}

/*料金*/
.icon_fee {
	background: url(/img/icon/money_box-48.png) no-repeat -1px 1px;
	background-size: 30px;
}

/*おすすめ*/
.icon_popular {
	background: url(/img/icon/very_popular_topic-48.png) no-repeat 0 3px;
	background-size: 30px;
}

/*女の子*/
.icon_girl {
	background: url(/img/icon/young_girl01.png) no-repeat 0 3px;
	background-size: 30px;
}

/*部位*/
.icon_bui {
	background: url(/img/icon/hand_cursor-48.png) no-repeat 0 3px;
	background-size: 30px;
}

/*実績*/
.icon_jisseki {
	background: url(/img/icon/briefcase-48.png) no-repeat -2px 0;
	background-size: 30px;
}

/*1個目*/
.icon_first {
	background: url(/img/icon/1_c-48.png) no-repeat 0 3px;
	background-size: 25px;
	font-size: 17px;
	margin: 30px 0 0 10px;
}

/*2個目*/
.icon_second {
	background: url(/img/icon/2_c-48.png) no-repeat 0 3px;
	background-size: 25px;
	font-size: 17px;
	margin: 30px 0 0 10px;
}

/*3個目*/
.icon_third {
	background: url(/img/icon/3_c-48.png) no-repeat 0 3px;
	background-size: 25px;
	font-size: 17px;
	margin: 30px 0 1.5em 10px;
}

/*後文ポイント1個目*/
.icon_first_closing{
	background: url(/img/icon/1_c-48.png) no-repeat 0 3px;
	background-size: 25px;
	font-size:16px;
}

/*後文ポイント2個目*/
.icon_second_closing {
	background: url(/img/icon/2_c-48.png) no-repeat 0 3px;
	background-size: 25px;
	font-size:16px;
}

/*後文ポイント3個目*/
.icon_third_closing {
	background: url(/img/icon/3_c-48.png) no-repeat 0 3px;
	background-size: 25px;
	font-size:16px;
}

/*ポイント*/
.icon_point {
	background: url(/img/icon/checked_2-48.png) no-repeat 1px 1px;
	background-size: 33px;
	margin-bottom: 15px;
	padding: 5px 32px;
	text-align: center;
	word-break: keep-all;
}

/*----------------------------------------------*/

.logo_frame {
	display: inline-block;
	text-align: center;

}

/*.star_rate {
	margin: 10px 0 15px;
	text-align: center;
}
*/
.star_rate2 {
	margin: 0;
	text-align: center;
}


.reputation_star{
	width: 20px;
	height: auto !important;
}

.reputation{
	padding: 6px 2px 0 21px;
    font-size: 14px;
    font-weight: bold;
	margin: 0 0 5px 0;
}

@media screen and (min-width: 360px) {
.reputation{
	padding: 6px 5px 0 30px;
    font-size: 14px;
    font-weight: bold;
}
}

@media screen and (min-width: 375px) {
.reputation{
	padding: 6px 5px 0 37px;
    font-size: 14px;
    font-weight: bold;
}
}

@media screen and (min-width: 414px) {
.reputation{
	padding: 6px 10px 0 41px;
    font-size: 14px;
    font-weight: bold;
}
}

@media screen and (min-width: 768px) {
.reputation{
	padding: 6px 10px 0 130px;
    font-size: 16px;
    font-weight: bold;
}
}

.lying_left{
	float: left;
    clear: both;
    display: flex;
}

.img_frame {
	display: block;
	margin: 0 auto;
}

/*----------------------------------------------*/

/*画像キャプション*/

.img-caption{
	text-align: center;
}

.img-caption .text_small{
	font-size: 14px;
}

/*タイトルボックス*/
.heading_box01{
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}


/*padding 変更*/

.yohaku{
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}

.yohaku p{
	font-size: 17px;
}

/*---- フォーム ----*/

input[type=checkbox]{
	display: none;
}

input[type=radio]{
	display: none;
}

.form_box02 {
	clear: both;
	line-height: 18px;
	width: 100%;
}

.form_box02 > ul {
	display: table;
	width: 95%;
	font-size: 12px;
	margin: 0 auto 10px auto;
	padding: 5px 0 5px 10px;
	border: 1px solid #d1d1d1;
	border-radius: 15px;
	position: relative;
}

.form_box02 >.select::before{
	position:absolute;
	top:45%;
	right:14%;
	width:0;
	height:0;
	padding:0;
	content:'';
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #666666;
	pointer-events:none;
}

@media screen and (min-width: 376px) {
.form_box02 >.select::before{
	top: 45%;
	right: 16%;
}
}

@media screen and (min-width: 391px) {
.form_box02 >.select::before{
	top: 45%;
	right: 20%;
}
}

@media screen and (min-width: 415px) {
.form_box02 >.select::before{
	top: 44%;
	right: 28%;
}
}

@media screen and (min-width: 480px) {
.form_box02 >.select::before{
	top: 44%;
	right: 44%;
}
}

@media screen and (min-width: 768px) {
.form_box02 >.select::before{
	top: 44%;
	right: 45%;
}
}

@media screen and (min-width: 980px) {
.form_box02 >.select::before{
	top: 44%;
	right: 47.5%;
}
}


.form_box02 > ul > li {
	display: inline-block;
	vertical-align: middle;
}

.form_box02 > ul > li:first-child {
	width: 21%;
	padding: 3px;
	border-radius: 15px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	opacity: 0.8;
	background-color: #fb98a3;

}

.form_koumoku ul {
	display: table;
}

.form_koumoku li {
	display: inline-block;
	padding: 0 10px 5px 0;
}

@media screen and (max-width: 375px) {
.form_koumoku li {
	padding: 0 4px 5px 0;
}
}


.form_koumoku input {
	margin: 0 0 0 0;
	vertical-align: top;
}

.form_koumoku label {
	vertical-align: middle;
	display: block;
	background-color: #f8f8f8;
	overflow: hidden;
	border-radius: 15px;
	padding: 1px;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
	margin: 1px;
}

.form_koumoku input[type=radio]:checked ~ label {
	background-color: #b3d4fc;
}

.form_koumoku input[type=checkbox]:checked ~ label {
	background-color: #b3d4fc;
}

.select_koumoku {
	width: 90%;
   	border: 1px solid #bbbbbb;
   	margin-inline-start: 40px;
	background-color: white;
	border-radius: 15px;
	appearance: none;
	-webkit-appearance: none;
	padding: 0 0 0 5px;
}

.submit {
	width: 100%;
}



/*---- アコーディオン ----*/



div.changed{
	display: none
}
input[type=checkbox]:checked ~ div.changed {
	display:block;
}



#toggle{
	display: none;
}


.search-icon{
    	background: url(/img/icon/idea-48.png) no-repeat right center;
    	display: block;
    	background-size: 25px 25px;
    	padding-right: 25px;
}

/*--下部コンテンツ--*/
.col2 {
	position: relative;
	width: 100%;
	margin: 0 auto 10px auto;
}

@media screen and (max-width: 979px) {
.col2 {
    width: 700px;
}
}

@media screen and (max-width: 767px) {
.col2 {
    width: 90%;
    max-width: 700px;
}
}

@media screen and (max-width: 479px) {
.col2 {
    width: 100%;
}
}

.col2 h2 {
    background: #f56676;
    color: white;
    padding: 8px;
}

.feature {
	display: table;
	margin: 0;
	width: 100%;
}

.feature a {
	color: #333;
}

.feature li {
	position: relative;
	display: table-cell;
	vertical-align: top;
}

.feature ul {
	padding: 5px 0;
	background: rgb(255, 255, 255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 51%, rgb(246, 246, 246) 51%, rgb(237, 237, 237) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(246, 246, 246)), color-stop(100%, rgb(237, 237, 237)));
	background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(246, 246, 246) 50%, rgb(237, 237, 237) 100%);
	background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(246, 246, 246) 50%, rgb(237, 237, 237) 100%);
	background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(246, 246, 246) 50%, rgb(237, 237, 237) 100%);
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(246, 246, 246) 50%, rgb(237, 237, 237) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	border-bottom: 1px solid #fff;
}

.feature li {
	position: relative;
	/*←矢印アイコン用*/
	display: table-cell;
	vertical-align: top;
}

.feature li:last-child {
	width: 75%;
}

.feature li:last-child::after {
	display: block;
	content: '';
	position: absolute;
	top: 47%;
	right: 1.2em;
	width: 8px;
	height: 8px;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.feature img {
	margin: 0 0 0 5px;
	border: 1px solid #c5c5c5;
	width: 85px;
}

.feature h3 {
	margin: 0 0 3px 0;
	padding: 0 10px;
	font-size: 16px;
}

.feature p {
	padding: 0 15px 0 10px;
	font-size: 12px;
	margin-bottom: 0px !important;
}

/*---- リボン ----*/

.ribbonA {
    	display: block;
    	position: relative;
    	height: 30px;
    	line-height: 30px;
    	vertical-align: middle;
    	text-align: center;
    	font-size: 16px;
		margin-top: 10px;
		margin-bottom: 20px;
    	background: #fb98a3ab;
    	color: #FFF;
	margin-right: 45px;
	margin-left: 45px;
}

.ribbonA:before, .ribbonA:after {
    	position: absolute;
    	content: '';
    	width: 0px;
    	height: 0px;
    	z-index: 1;
}
.ribbonA:before {
    	top: 0;
    	left: 0;
    	border-width: 15px 10px 15px 10px;
    	border-color: transparent transparent transparent #fff;
    	border-style: solid;
}
.ribbonA:after {
    	top: 0;
    	right: 0;
    	border-width: 15px 10px 15px 10px;
    	border-color: transparent #fff transparent transparent;
    	border-style: solid;
}

.ribbonB {
    	display: block;
    	position: relative;
    	height: 35px;
    	line-height: 37px;
    	vertical-align: middle;
    	text-align: center;
    	font-size: 17px;
    	background: #ffaa07;
    	color: #fff;
    	margin: 20px auto 4px;
    	font-weight: bold;
    	width: 98%;
}

.ribbonB:before, .ribbonB:after {
    	position: absolute;
    	content: '';
    	width: 0px;
    	height: 0px;
    	z-index: 1;
}
.ribbonB:before {
    	top: 0;
    	left: 0;
    	border-width: 18px 10px 18px 10px;
    	border-color: transparent transparent transparent #fff;
    	border-style: solid;
}
.ribbonB:after {
    	top: 0;
    	right: 0;
    	border-width: 18px 10px 18px 10px;
    	border-color: transparent #fff transparent transparent;
    	border-style: solid;
}

/*---- 【トップ】地域名----*/

#top_location_text {
	position: absolute;
	right: 0%;
	top: 72%;
	width: 26%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #00b0ba9c;
	color: white;
	border-radius: 50%;
	font-size: 15px;
}

@media screen and (min-width: 376px) {
#top_location_text {
	top: 75%;
}
}

@media screen and (min-width: 415px) {
#top_location_text {
	top: 78%;
}
}

@media screen and (min-width: 480px) {
#top_location_text {
	top: 85%;
}
}

@media screen and (min-width: 768px) {
#top_location_text {
	top: 86%;
}
}

@media screen and (min-width: 980px) {
#top_location_text {
	top: 89%;
}
}

.top_location_waku {
	position: relative;
	width: 100%;
	height: auto;
}

.img_salon {
	border: 0.5px solid #c5c5c5;
	display: block;
	margin: 10px auto 15px auto;
	width: 90%;
	max-height: 320px;
}


@media screen and (max-width: 479px) {
.img_salon {
	max-height: 210px;
}
}


/*---- ダウンバナー---*/


.downbanner{
	margin: 30px 0 0 0;
}

.midashi{
	background-color: #f0e4d787;
}



.spec_img {
	width: 38%;
	max-width: 50px;
}

.spec_img2 {
	width: 25%;
	max-width: 35px;
}

img.rankspec_img {
	max-width: 36px;
}

.under01{
	padding: 3px 5px 8px 5px !important;

}

.under02{
	padding: 3px 4px 8px 4px !important;
	text-align: left;
}

.under03{
	padding: 0 !important;
}

.hikaku .under{
	text-decoration: underline;
}


.hikaku_text01{
	font-weight: bold;
	font-size: 11px;
}

.hikaku{
	border: 3px double #ccc;
}



.hikaku-img {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom:5px;
}



.hikaku_emphasis{
	border-right: 3px solid #ff7171;
	border-left: 3px solid #ff7171;
}

.hikaku_emphasis2{
	background-color: #ff7171;
	border: 3px solid #ff7171;
	padding: 2px;
	color: white;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hikaku_emphasis3{
	border-bottom: 3px solid #ff7171;
	border-right: 3px solid #ff7171;
	border-left: 3px solid #ff7171;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hikaku_head{
	background-color: #FFF0F0;
}

.hikaku_weak{
	background-color: #bbbbbb0d;
}

.hikaku_panel{
	padding: 10px 0 0 0;
}

.hikaku_panel ul{
	display: table;
    width: 100%;
    padding: 0 0 10px 0;
}

.hikaku_panel li{
	display: table-cell;
    width: 33%;
    text-align: center;
    padding: 0 5px;
}


/*---- 矢印表示　---*/


.arrow {
    width: 0px;
    margin: 15px auto;
    border-style: solid;
    border-width: 30px 150px 0 150px;
    border-color: #fb98a3b0 transparent transparent transparent;
    animation: flash 1s infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
	0% { opacity: 1.0; }
	100% { opacity: 0; }
}

/*---- トップ矢印　---*/

.mark {                    /*トップの下△*/
	padding: 0.5em;
	background: #fab8bf;
	color: white;
	border-radius: 0.5em;
	font-size: 20px;
	text-align: center;
	margin: 15px 10px 0 10px;
	font-weight: bold;
	animation: flash 1.2s infinite;
	animation-direction: alternate;
	animation-play-state: running;
}

.arrow2 {
	width: 0px;
	margin: 0 auto 15px auto;
	border-style: solid;
	border-width: 30px 185px 0 185px;
	border-color: #fab8bf transparent transparent transparent;
	animation: flash 1.2s infinite;
	animation-direction: alternate;
	animation-play-state: running;
	border-radius: 0.5em;
}

.arrow3 {
	width: 0px;
	margin: auto;
	border-style: solid;
	border-width: 30px 60px 0 60px;
	border-color: #fac052 transparent transparent transparent;
}

/*---- トップ3社リンク　---*/

.best_mini01, .best_mini02,.best_mini03 {
	margin: 10px 25px 10px 15px;
	font-size: 22px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 0 0 50px;
	border-radius: 20px;
	height: 52px;
	line-height: 52px;
}

.best_mini01{
	background: url(/img/icon/one.png) no-repeat;
	background-color: #ffb7e5;
	background-size: 70px;
	background-position: -5%;
}

.best_mini02{
	background: url(/img/icon/two.png) no-repeat;
	background-color: #ffd3ef;
	background-size: 70px;
	background-position: -5%;
}

.best_mini03{
	background: url(/img/icon/three.png) no-repeat;
	background-color: #ffd3ef;
	background-size: 70px;
	background-position: -5%;
	margin-bottom: 2em;
}

.best_mini01 a, .best_mini02 a, .best_mini03 a{
	font-weight: bold;
	color: #fff;
}


/*---- トップリボン　---*/

.heading_ribon:before,
.heading_ribon:after {
	position: absolute;
	z-index: 0;
	bottom: -14px;
	display: block;
	content: '';
	border: 1em solid #e2bd98;
}

.heading_ribon:before {
	left: -30px;
	border-left-width: 15px;
	border-left-color: transparent;
}

.heading_ribon:after {
	right: -30px;
	border-right-width: 15px;
	border-right-color: transparent;
}

h2 .top_ribon {
	position: relative;
	z-index: 1;
	display: block;
	padding: 5px 0;
	color: #fff;
	background: #e2bd98;
	font-size: 20px;
	border: 2px solid #fdfbdb;
	border-radius: 5px;
	top: 4px;
}

h2 .top_ribon:before,
h2 .top_ribon:after {
	position: absolute;
	bottom: -10px;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	border-style: solid;
	border-color: #e2bd98 transparent transparent transparent;
}

h2 .top_ribon:before {
	left: 0;
	border-width: 10px 0 0 10px;
}

h2 .top_ribon:after {
	right: 0;
	border-width: 10px 10px 0 0;
}

h2 {
	position: relative;
	margin: 0 25px;
	text-align: center;
	padding: 8px 0 4px;
	margin: 0px auto 0px;
	color: #5c5c5c;
    font-size: 16px;
	background: #ffc10757;
}

h2.slide_down{
	top: 40px;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

/*★★★★★★★★口コミ★★★★★★★★★★★★★★*/


.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #555a5a6b;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 75%;
  max-width: 800px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
}
.popup_content p{
    padding:10px;
    text-align: center;
}
.close_btn {
  position: absolute;
  top: 10px;
  font-size: 50px;
  cursor: pointer;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
    color: #000000;
    cursor: pointer;
    transition: .3s ease;
    font-weight: bold;
    background: #6db35a;
    display: block;
    position: relative;
    border-radius: 3px;
    color: #fff;
    line-height: 38px;
    -webkit-transition: none;
    transition: none;
    width: 67%;
    height: 40px;
    margin: 7px auto;
	border-radius: 10px;
}
.open_btn:hover{
    background:#6db35a;
    color:#fff;
    transition: .3s ease;
}

.kuchikomi_open {
	text-align: center;
	height: auto;
	border-radius: 20px;
	padding: 10% 5% 0%;
	margin: auto -35px;
	background: #f9f8ee;
	border:1.2px solid #ccc;
}

.kuchikomi_haikei_open{                 /*タイトル部分以外の表裏部分全体*/
	border-collapse: collapse;
	background-color: #ffffff;
	width: 100%;
	height: 510px;
	overflow-y: scroll;
	margin: 0 auto;
	border-radius: 12px;
	border: solid;
	border-color: #ccc;

}
.kuchikomi_box{                            /*口コミ横並びボタンBOX*/
	display: flex;
	justify-content: space-between;
	padding: 1em 0;
	margin: 9px 0 0;
}

.koshiki_btn_kuchikomi {                           /*口コミ展開後の公式ボタン*/
	display: block;
	position: relative;
	background-color: #ff0000;
	border-radius: 15px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 3px #6c6464;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
	padding:0px;
	overflow: hidden;
	width: 95%;
	height: 55px;
	margin: -9px 0px 0px 3px;
}

.koshiki_btn_back{
	display: block;
	position: relative;
	background-color: #6db35a;
	border-radius: 15px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	padding:0px;
	overflow: hidden;
	width: 95%;
	height: 55px;
	margin: -9px 3px 0 0px;
}
.koshiki_btn02 a {
	color: #fff;
	font-size: 16px;
}

.kuchikomi_title_open {
	position: relative;
	background: #f9f8ee;
	font-size: 18px;
	text-align: center;
	color: #6c6363;
	margin: 0;
	border-radius: 20px 20px 0 0;
}

.kuchikomi_shosai_open{                           /*口コミ詳細*/
	border-bottom: 2px solid #d3d3d3;
	border-collapse: collapse;
	width: 73%;
	font-size: 13px;
	padding: 0em 1em 2em;
	text-align: left;
}

.kuchikomi_zokusei_open{               /*年齢・イラスト部分*/
	border-bottom: none;
	padding: 10px 0px 0px 17px;
	text-align: left;
	vertical-align: top;
}

td.kuchikomi_zokusei_open .right {
    margin: 0px 0px 0 20px;
    padding: 0;
}

p.btn01_kuchikomi {
    color: #fff;
    font-size: 15px;
    text-align: center;
	padding: 15px 0;
}

p.btn01_kuchikomi_back {
	white-space: nowrap;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
	margin-left: -50px;
	padding: 5px 10px 5px;
}

.yajirushi{
	width: 25px;
	height: 25px;
}


/*---- 店舗一覧アコーディオンメニュー　---*/

.area_btn1, .area_btn2{
	display: block;
	margin: 2px 0 0 2px;
	cursor: pointer;
	position: relative;
}

.area_btn1{
	background: #e2bd98;
	padding: 3%;
	font-size: 18px;
	line-height: 24px;
	width: 90%;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 2px auto 0 auto;
}

.area_btn2{
	background: #eeeeee;
	padding: 2%;
	font-size: 15px;
	line-height: 1;
	width: 49%;
	float: left;
	margin: 0.25% 0.5%;
}

.list_heading .area_btn2{
	background: #fafafa;
}

/*エリアボタンの＋*/
.area_btn1::before, .area_btn1::after, .area_btn2::before, .area_btn2::after {
	content: '';
	width: 4%;
	height: 3px;
	position: absolute;
	top: 45%;
	right: 7%;
	transition: all .4s;
	z-index: 100;
}

.area_btn1::before, .area_btn1::after{
	background-color: #fff;
}

.area_btn2::before, .area_btn2::after {
	background-color: #333;
}

@media screen and (max-width: 768px){
.area_btn1::before, .area_btn1::after, .area_btn2::before, .area_btn2::after {
	width: 5%;
}
}

@media screen and (max-width: 414px){
.area_btn1::before, .area_btn1::after, .area_btn2::before, .area_btn2::after {
	width: 6%;
}
}

.area_btn1::after, .area_btn2::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.area_btn2 .text_verysmall{
	font-size: 10px;
	color: #a07022;
}

/*アコーディオン内部*/
.accordion ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list_section{
	margin: 0 auto;
}

.list_content li{
	text-align: left;
	font-size: 15px;
}

@media screen and (max-width: 768px){
.list_content li{
	font-size: 14px;
}
}

@media screen and (max-width: 414px){
.list_content li{
	font-size: 13px;
}
}

.list_img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 2% auto;
	text-align: center;
	display: block;
}

/*Googleマップの表示*/
div#list_map{
	overflow: hidden;
	width: 100%;
	height: 250px;
	max-width: 400px;
    margin: auto;
}

@media screen and (max-width: 414px){
div#list_map{
	height: 200px;
}
}

#list_map iframe{
	width: 100%;
	height: 750px;
	margin-top: -240px;
}

@media screen and (max-width: 414px){
#list_map iframe{
	height: 700px;
}
}

.list_store_text {
	margin: 10px 0 2px;
	display: block;
	font-size: 17px;
	font-weight: bold;
}

@media screen and (max-width: 768px){
.list_store_text{
	font-size: 16px;
}
}

@media screen and (max-width: 414px){
.list_store_text{
	font-size: 15px;
}
}

label{
	cursor: pointer;
}

/*チェック、選択で表示領域を切り替え*/
.toggle, .toggle_body{
	display: none;
}

.toggle + div{
	max-height: 0;
	overflow: auto;
	transition: all 0.5s ease;
	margin: auto;
	width: 91%;
}

.toggle:checked + div{
	max-height: 800px;
	transition: all 0.5s ease-in;
	margin: auto;
	width: 91%;
}

.toggle_body + li{
	max-height: 0;
	overflow: auto;
	transition: all 0.5s ease;
}

.toggle_body:checked + li{
	max-height: 1200px;
	width: 100%;
	transition: all 0.5s ease-in;
	padding: 30px;
}

@media screen and (max-width: 768px){
.toggle_body:checked + li{
	padding: 20px;
}
}

@media screen and (max-width: 414px){
.toggle_body:checked + li{
	padding: 10px;
}
}

/*---- 店舗一覧JS版　---*/


/*ulの点をリセット*/
#salon ul{
	list-style: none;
}


.area{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ac {
	width: 95%;
	margin: 0 auto;
}

.ac-parent {
	position: relative;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #e2bd98;
	color: white;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	transition: .3s;
}

.ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	/*横線*/
	width: 24px;
	height: 2px;
	background: #fff;
}

.ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */
	right: 19px;
	transform: translateY(-50%);
	transition: all .3s;
	/*縦線*/
	width: 2px;
	height: 24px;
	background: #fff;
}

/* 縦線（after）だけ縦回転させる */
.ac-parent.open:after {
	top: 25%;
	transform: rotate(90deg);
	opacity: 0;
}

/********* 下層メニュー *********/

.ac-child__item {
	position: relative;
	padding: 2%;
	margin: 0.25% 0.5%;
	line-height: 1;
	border-bottom: 1px solid #fff;
	background-color: #fafafa;
	cursor: pointer;
	width: 49%;
	float: left;
	font-size: 15px;
}

dt.ac-child__item:nth-of-type(3),dt.ac-child__item:nth-of-type(4),dt.ac-child__item:nth-of-type(7)
,dt.ac-child__item:nth-of-type(8),dt.ac-child__item:nth-of-type(11),dt.ac-child__item:nth-of-type(12)
,dt.ac-child__item:nth-of-type(15),dt.ac-child__item:nth-of-type(16),dt.ac-child__item:nth-of-type(19)
,dt.ac-child__item:nth-of-type(20) {
	background-color: #eeeeee;
}


/* 下層メニューアイコン */
.ac-child__item:after {
	content: "";
	display: block;
	position: absolute;
	top: 40%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: translateY(-50%);
	transform: rotate(135deg);
	transition: all .3s;
}

/* 下層メニュー内テキストエリア */
.ac-child__description {
	padding: 1em;
	clear: both;
}

/* 下層アイコン変化（openクラスを付与） */
.ac-child__item.open:after {
	top: 50%;
	transform: rotate(315deg);
}

dd.ac-child {
	overflow: hidden;
}

dt .text_verysmall{
	font-size: 10px;
	color: #a07022;
}

.ac-child dd{
	font-size: 15px;
}

@media screen and (max-width: 768px){
.ac-child dd{
	font-size: 14px;
}
}

@media screen and (max-width: 414px){
.ac-child dd{
	font-size: 13px;
}
}

.ac-child__item.open{
	background-color: #fdfbdb!important;
}


dt#dummy, #dummy:after{
	display: none;
}

a.text_right{
	text-decoration: underline;
}

/********************************ここから作成中********************************************/

/********** タブの切り替え **********/
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	background-color: #fff;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
	width: 100%;
	margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
	width: calc(100% / 4 - 0.4rem);
	margin: 0 0.2rem 0 0.2rem;
	/* border: 0.2rem solid #D9D9D9; */
	border-radius: 0.3em 0.3em 0 0;
	height: 35px;
	/* border: 3px solid #0270b7; */
	border-bottom: 3px solid #0270b7;
	background-color: #d9d9d9;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_item02 {
	width: 30%;
	margin: 0 0.2rem 0 0.2rem;
	border-radius: 0.3em 0.3em 0 0;
	height: 35px;
	border-bottom: 3px solid #ff3d4c;
	background-color: #d9d9d9;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*ラジオボタンを全て消す*/
input[name="tab_item02"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#point:checked~#point_content,
#kouka:checked~#kouka_content{
	display: block;
}


/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
	background-color: #0270b7;
	color: #fff;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item02 {
	background-color: #ff5b68;
	color: #fff;
}

/*その他タブ内の調整*/
.tab_height {
	height: 66px;
}

.tab_height02 {
	height: 28px;
}

.tab_ranking_word {
	text-align: center;
	font-size: large;
	margin-bottom: 8px !important;
}

.hikaku_tab_title {
    font-size: 13px;
    padding: 10px;
}

p.line {
    font-size: 14px;
    margin: 5px auto auto;
}

.tbl_hikaku {
    margin: 0 auto;
}

.tbl_hikaku td {
    padding: 5px;
    border: 1px solid #ccc;
}

.tbl_hikaku .logo {
    width: 7.0em;
    border: 0.5px solid #00000036;
}

.tbl_hikaku img {
    width: 25px;
}

.tbl_hikaku th {
    background-color: #ffffce75;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.tbl_hikaku a {
    text-decoration-line: underline;
}

.hikaku_no_scroll {
    margin-bottom: 55px;
}

/*******************************表彰台ランキング*******************************************/
.ranking-section-title {
	text-align: center;
	color: #d65f8e;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

    /* 背景画像エリア */
.ranking-wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 10px auto; /* 下に余白を追加 */
	padding: 40px 20px;
	box-sizing: border-box;

 /* 背景画像設定 */
	background-image: url('/img/item/podium_backimg01.jpg'); 

	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
/* 背景画像がない場合の予備色（画像設定時は削除可） */
	background-color: #ffeef5;
}

 /* 表彰台レイアウト（Flexbox） */
.podium-container {
	display: flex;
	justify-content: center;
	align-items: flex-end; /* 下揃え */
	gap: 15px;
	max-width: 600px;
	margin: 0 auto;
}

.podium-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
	position: relative;
}

/* 画像スタイル */
.rank_img {
	width: 100%;
	height: auto;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	display: block;
	margin-bottom: 5px;
	background: #fff;
}

/* テキストスタイル */
.frame_text {
	text-align: center;
	font-size: 12px;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #555;
	line-height: 1.4;
}

/* --- 順位ごとの配置調整 --- */
/* 1位 */
.podium-item.rank-1 {
	width: 34%;
	z-index: 2;
	order: 1;
	margin-bottom: 0;
}
/* 2位 */
.podium-item.rank-2 {
	order: 2;
}
/* 3位 */
.podium-item.rank-3 {
	order: 3; /* 右 */
}

/* --- 土台のデザイン --- */
.base-box {
	width: 100%;
/*	background: linear-gradient(to bottom, #ffcce0, #ff99cc);*/
	border: 2px solid #fff;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 4px 10px rgba(255, 105, 180, 0.4);
}

.rank-1 .base-box { height: 120px; font-size: 40px; border-color: #de9400; background: linear-gradient(to bottom, #f3de00, #c9a100); }
.rank-2 .base-box { height: 80px; font-size: 24px; border-color: #5b5a58b8;  background: linear-gradient(to bottom, #f4f4f4, #bababa); }
.rank-3 .base-box { height: 60px; font-size: 24px; border-color: #c47022;  background: linear-gradient(to bottom, #e5bea8, #d5926e); }

/* スマホ対応 */
@media screen and (max-width: 480px) {
.ranking-wrapper { padding: 15px 10px; }
.podium-container { gap: 5px; }
.frame_text { font-size: 10px; }
.rank-1 .base-box { height: 90px; font-size: 30px; }
.rank-2 .base-box { height: 75px; font-size: 20px; }
.rank-3 .base-box { height: 60px; font-size: 18px; }
}


/*******************************タブ切り替えコンテンツ*******************************************/
 .active-tab {
	background-color: #ff96ab; /* pink-500 */
	color: white;
	border-bottom: 2px solid #ec4899;
}
/* タブの非アクティブ状態 */
.inactive-tab {
	background-color: ##f3f1f18a;
	color: #831843; /* pink-900 */
	border-bottom: 2px solid #fbcfe8; /* pink-200 */
}
/* フェードインアニメーション */
.fade-in {
	animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* コンテナ設定 */
.dm-container {
    width: 100%;
    margin: 30px auto 0px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333;
    box-sizing: border-box;
}

.dm-container * {
    box-sizing: border-box;
}

.dm-header {
    text-align: center;
    margin-bottom: 5px;
}

.dm-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.dm-subtitle {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

/* タブボタン */
.dm-tabs {
    display: flex;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-bottom: 0;
}

.dm-tab-btn {
    width: 50%;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0; /* 既存CSSのリセット */
    line-height: 1.5;
}

/* 既存のh5 imgスタイルなどの影響を避ける */
.dm-tab-btn img, .dm-tab-btn i {
    margin: 0;
}

.active-tab {
    background-color: #ff96ab;
    color: white;
    border-bottom: 2px solid #ec4899;
}

.inactive-tab {
    background-color: #f3f1f18a;
    color: #831843;
    border-bottom: 2px solid #fbcfe8;
}

/* コンテンツエリア */
.dm-content-area {
    background: #fff;
    border-left: 1px solid #fbcfe8;
    border-right: 1px solid #fbcfe8;
    border-bottom: 1px solid #fbcfe8;
    border-radius: 0 0 8px 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    min-height: 300px;
}

/* 必須ユーティリティ */
.dm-hidden {
    display: none !important;
}

.dm-block {
    display: block !important;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 口コミカード */
.dm-review-card {
    background-color: #fdf2f8;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #fce7f3;
}

.dm-review-card.gray {
    background-color: #f3f1f18a;
    border: 1px solid #f3f4f6;
}

.dm-review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.dm-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dm-avatar {
    width: 32px;
    height: 32px;
    background-color: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 14px;
}

.dm-name {
    font-size: 14px !important;
    font-weight: bold;
    color: #1f2937;
    margin: 0 !important;
}

.dm-stars {
    color: #facc15;
    font-size: 12px;
    line-height: 1;
}

.dm-date {
    font-size: 11px;
    color: #9ca3af;
}

.dm-text {
    font-size: 13px !important;
    color: #374151;
    line-height: 1.6 !important;
    margin: 0 !important;
    text-align: left;
}

.dm-highlight {
    font-weight: bold;
    color: #db2777;
    background-color: #fce7f3;
    padding: 0 4px;
}

/* もっと見るボタン */
.dm-more-btn-area {
    text-align: center;
    margin-top: 15px;
}

.dm-more-btn {
    background: none;
    border: none;
    color: #ec4899;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.dm-more-btn:hover {
    text-decoration: underline;
}

/* 脱毛機セクション */
.dm-machine-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: block;
}

.dm-machine-header {
    text-align: center;
    margin-bottom: 20px;
}

.dm-badge {
    background-color: #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
}

.dm-machine-name {
    font-size: 18px !important;
    font-weight: bold;
    color: #1f2937;
    margin: 0 0 5px 0 !important;
}

.dm-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.dm-feature-icon {
    width: 40px;
    height: 40px;
    background-color: #fce7f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ec4899;
    font-size: 18px;
    flex-shrink: 0;
}

.dm-feature-title {
    font-weight: bold;
    color: #1f2937;
    font-size: 15px !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important; /* 既存スタイルの打ち消し */
}

.dm-feature-desc {
    font-size: 13px !important;
    color: #4b5563;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.dm-note {
    background-color: #f3f4f6;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
    color: #6b7280;
    margin-top: 20px;
}

/*******************************新ボタン*******************************************/
.btn_area {
        display: flex;
        justify-content: space-between; /* 均等配置 */
        gap: 10px;
        max-width: 600px;
        margin: 20px auto 15px;
        width: 100%;
}

    /* 左側のボタンエリア (4割) */
    .official_btn01 {
        flex: 4; /* 比率4 */
        /* 厳密に40%にしたい場合は width: 40%; としますが、flex推奨です */
    }

    /* 右側のボタンエリア (6割) */
    .official_btn02 {
        flex: 6; /* 比率6 */
    }

    /* リンクタグ（aタグ）共通設定 */
    .btn_area a {
        display: flex;       /* 文字を上下中央揃えにするため */
        align-items: center; /* 上下中央 */
        justify-content: center; /* 左右中央 */
        height: 100%;        /* 高さを揃える */
        padding: 5px 5px;   /* 内側の余白 */
        border-radius: 10px;  /* 角丸 */
        transition: opacity 0.3s;
        text-align: center;
        box-shadow: 0 3px 3px #989292
    }
    .btn_area a:hover {
        opacity: 0.8; /* ホバー時の動き */
    }

    /* --- ボタンごとの色設定 --- */

    /* 左ボタン：白背景・黒文字 */
    .official_btn01 a {
        background-color: #fff6f6;
        color: #5b5a5a;
        border: 2px solid #5b5a5a; /* 白背景なので境界線を追加 */
    }

    /* 右ボタン：赤背景・白文字 */
    .official_btn02 a {
        background-color: #ff0000; /* 赤色 */
        color: #ffffff;
        border: 2px solid #cc0000; /* 高さを合わせるため線幅分のボーダーを入れる（色は背景と同じ） */
        position: relative; /* キラッと光るエフェクト用（reflection）の基準 */
        overflow: hidden;
    }
