@charset "utf-8";

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/

.cover {
	position: relative;
  	z-index: 5;
}

.cover-frame:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 96.78%;
	height: 93%;
	border: 1px solid var(--border-primary);
	z-index: 11;
	pointer-events: none;
}

.cover-rsv-area {
  	display: none;
    position: absolute;
    max-width: 360px;
    width: 30%;
    right: 0;
    bottom: -23%;
    z-index: 15;
}

.cover-rsv-area .com-rsv-btn {
    max-width: 360px;
    padding: 2% 10px 2% 25px;
    justify-content: flex-start;
	background: var(--quaternary);
    border-radius: 5px 0 0 5px
}

.cover-rsv-area .com-rsv-btn:nth-child(n+2) {
    margin:10px 0 0;
}

.cover-title-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    z-index: 5;
}

.cover-title-box h1 {
	padding: 70px 0 0 10%;
	font-weight: 600;
}

.fukidashi-box01 {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 10;
	aspect-ratio: 610 / 184;
}

.cover-kirinuki01 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 450px;
    width: 30%;
    aspect-ratio: 90 / 82;
    z-index: 10;
}

.cover-kirinuki02 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 390px;
    width: 30%;
    aspect-ratio: 78 / 82;
    z-index: 10;
}

/* 1. スライド全体の設定：はみ出しを隠す */
.cover-slider .swiper-slide {
    aspect-ratio: 800 / 820;
    overflow: hidden;
}

/* 非アクティブ時：トランジションなしで即座にscale(1)に戻す */
.cover-slider .swiper-slide .cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: none; /* ← 非アクティブ時はtransitionなし */
}

/* アクティブ + フェードアウト中：ズームアニメーション付き */
.cover-slider .swiper-slide-active .cover-img,
.cover-slider .swiper-slide-duplicate-active .cover-img,
.cover-slider .swiper-slide-prev .cover-img,
.cover-slider .swiper-slide-duplicate-prev .cover-img {
    transform: scale(1.12);
    transition: transform 6s linear; /* ← アクティブ時だけtransitionを付ける */
}

/*-----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/

.top-bg01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(0deg,rgba(226, 218, 202, 1) 0%, rgba(226, 218, 202, 1) 30%, rgba(226, 218, 202, 0) 70%, rgba(226, 218, 202, 0) 100%);
	z-index: 0;
}

.top-bg01:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 63%;
	background: linear-gradient(0deg,rgba(67, 51, 41, 1) 0%, rgba(67, 51, 41, 1) 80%, rgba(67, 51, 41, 0) 100%);
	z-index: 1;
}


.top-concept {
    margin: -10% 0 0 auto;
    z-index: 3;
}

.top-concept-row01 {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column-reverse;
}

.top-concept-left01 {
	z-index: 3;
}

.top-concept01-img-box01 {
	margin: 0 0 0 auto;
	aspect-ratio: 827 / 686;
}

.top-concept01-img-box02 {
    margin: -30% 0 0;
	aspect-ratio: 580 / 371;
}

.top-concept-row02:after {
	content: "";
	position: absolute;
	top: 30%;
	bottom: auto;
	right: 23%;
	left: auto;
	margin: auto;
	max-width: 1040px;
	width: 50%;
	aspect-ratio: 1040 / 803;
	background: url(/system_panel/uploads/images/top0201.png)no-repeat center / contain;
	z-index: 0;
    filter: invert(1);
}

.top-concept-left02, .top-concept-right02 {
	position: relative;
  	z-index: 3;
}

.top-concept-right02 {
	margin: 110px 0 0 auto;
}

.top-concept-text-img-box01 {
	max-width: 593px;
	width: 76%;
}

.top-concept-img-box01 {
    aspect-ratio: 645 / 456;
}

.top-concept-img-box02 {
    aspect-ratio: 754 / 536;
    margin: -10px 0 0;
}

.top-concept-right-img-block01 {
    margin: 0 0 0 auto;
}

.top-concept-right-img-block02 {
    position: relative;
    margin: -8% 0 0;
}

.top-concept-text-img-box02 {
    max-width: 519px;
    width: 80%;
    margin: -40px 0 0;
}

/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/

.top-info {
  	z-index: 3;
}

.top-info-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-info-item {
    max-width: 625px;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid var(--white);
}

.top-info-item:last-child {
	border-bottom: 0;
}

.top-info-item-in {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.top-info-img-box {
    margin: 14px 0 0;
}

.top-info-add-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 0;
}

.top-info-add-title {
    width: 65px;
    text-align: center;
}

.top-info-add-text {
    padding: 0 0 0 20px;
    border-left: 1px solid var(--white);
}

.top-info-btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    gap: 10px;
    margin: 30px auto 0;
}


/*-----------------------------------------------------------
ご利用シーン
-----------------------------------------------------------*/

.top-scene-deco-box01 {
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 40px;
}

.top-scene-deco-box01 img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: top;
    transition: all .5s;
}

.top-parallax {
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	/* height: 100lvh; */
}  

.top-parallax:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/system_panel/uploads/images/top_bg01.jpg);
    background-repeat: no-repeat;
    background-position: 30% , 0;
    background-size: cover;
    z-index: -1;
    transform: translateZ(0);
}

.top-scene-text-block {
    padding: 200px 0 0;
    /*max-width: 760px;*/
    margin: 0 0 0 auto;
}

.top-scene-title-box h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.top-scene-title-box h2 span::before {
	content: "";
	position: absolute;
	z-index: -1;

	/* 230px ÷ 55px = 約4.18em */
	width: 4.2em;

	/*px ÷ 55px = 約2.527em*/
	height: 2.52em;

	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	background: url("/system_panel/uploads/images/deco02.svg") center / contain no-repeat;
	pointer-events: none;
}

.top-scene-text-box {
    padding: 30px 0 0;
    margin: 20px 0 0;
  	position: relative;
}

.top-scene-text-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--secondary);
	z-index: 1;
}

.top-scene-text-box .text18 {
    line-height: 1.84em;
}

/*-----------------------------------------------------------
ペアリング
-----------------------------------------------------------*/

.top-bg02:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: url(/system_panel/uploads/images/sp-bg.jpg) repeat-y top right / contain;
}

.top-pairing {
    z-index: 2;
}

.top-pairing-left {
    max-width: 1010px;
    width: 100%;
    padding: 0 0 0 15px;
    margin: 60px 0 0;
    position: relative;
    order: 2;
}

.top-pairing-text-box01 {
    position: absolute;
    top: 0;
    right: auto;
    left: 4%;
    max-width: 714px;
    width: 90%;
    z-index: 1;
}

.top-pairing-img-block {
    max-width: 774px;
    width: 76.63%;
    position: relative;
    padding: 60px 0 80px;
}

.top-pairing-img-box01 {
    width: 92%;
    margin: 0;
    padding: 18px 18px 0 0;
    position: relative;
    border-right: 1px solid var(--border-primary);
}

.top-pairing-img-box01:before {
	content: "";
	position: absolute;
	top: 0;
	right:0;
	width: 80%;
	height: 1px;
	border-top: 1px solid var(--border-primary);
}

.top-pairing-img-box02 {
	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 48%;
  	z-index: 1;
}

.top-pairing-row {
    gap: 30px;
}

.top-pairing-img-box04 {
    max-width: 504px;
    width: 59.29%;
    position: absolute !important;
    top: -56%;
    left: auto;
    right: 30px;
    margin: 0 auto;
}

.top-pairing-img-box03 {
    /* margin: -60px auto 0; */
}

.top-pairing-movie-box {
    max-width: 530px;
    width: 71.96%;
    margin: 0 0 0 5%;
    padding: 0;
    position: relative;
    border-bottom: 1px solid var(--border-primary);
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    order: 1;
}

.top-pairing-movie-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 95%;
    border-left: 1px solid var(--border-primary);
    z-index: 2;
}

.top-video {
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    object-fit: cover;
    z-index: 1;
}

.top-pairing-img-block02 {
    margin: 30px 0 0;
    order: 3;
}  

.top-pairing-right {
    display: contents;
}

.top-pairing-btn-sp {
	order: 4;
}
  
/*-----------------------------------------------------------
利用者の声
-----------------------------------------------------------*/

.top-voice {
    z-index: 2;
}

.top-voice-title-box {
    max-width: 1286px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
    border-bottom: 1px solid #87826D;
}

.top-voice-row {
	gap: 30px;
}

.top-voice-title-box .title50 span {
	font-weight: 700;
}

/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/

.top-news-row {
	gap: 30px;
}

.news-item {
  	position: relative;
    border-bottom: 1px solid var(--border-primary);
}


.news-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.5s ease-out;
}

.news-item:hover::after {
    transform: scaleX(1);
}

.news-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    transition: all .3s;
    width: 100%;
}

.news-flex:after {
    content: "";
    position: absolute;
    bottom: 21px;
    right: 8px;
    max-width: 8px;
    width: 100%;
    height: 12px;
    margin: auto 0 auto auto;
    transition: all .3s;
}

.news-flex:after {
    background: url(/system_panel/uploads/images/brown-right-arrow.svg) no-repeat center center / contain;
}

.news-item:first-child .news-flex {
    padding-top: 0;
}

.top-news-main {
	width: 100%;
	max-width: 901px;
}

.news-cate-flex {
    display: flex;
    align-items: center;
}

.news-text-box {
    /* flex: 1; */
    /* margin: 0 15px 0 0; */
    width: 90%;
    min-width: 0;
}

.news-date {
    width: 90px;
    margin: 0 20px 0 0;
    font-size: 14px;
    max-width: max-content;
    flex-shrink: 0;
    color: var(--base-body-color);
    font-weight: 600;
}

.news-cate-box {
    max-width: calc(100% - 125px);
    min-width: 85px;
    display: inline-block;
    /* width: 100%; */
    padding: 3px 11px 3px 10px;
    background: var(--primary);
    /* flex: 1; */
    flex: 0 1 auto;
}

.news-cate {
	color: var(--white);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.news-title {
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--base-body-color);
    margin: 15px 0 0;
    transition: all .3s;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:480px) {

/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/

.top-info-btn-row {
  	flex-direction: row;
} 
  

}/* min-width: 480px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
  
.cover-title-box h1 {
	padding: 70px 0 0;
}

/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/

.top-info-item {
    width: 80%;
}
  
.top-info-add-title {
    width: 79px;
}

.top-info-add-text {
    padding: 0 0 0 30px;
}
	
/*-----------------------------------------------------------
ご利用者の声
-----------------------------------------------------------*/

.top-voice-title-box {
    width: 70%;
}

}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
  
.hamburger-btn {
    display: none;
}

.is-scroll .hamburger-btn {
    display: block;
}
  
/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/    
  
.cover-kirinuki01 {
    width: 20%;
}

.cover-kirinuki02 {
    width: 23%;
}
  
.cover-slider .swiper-slide {
    aspect-ratio: 1800 / 820;
}

  
/*-----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/  
  
.top-concept-row02:after {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 70%;
}
  
.top-bg01:after {
    height: 57%;
}

.top-concept-right02 {
	margin: 0;
}
  
.top-concept-right-img-block01 {
    margin: 0 auto;
}
  
.top-concept01-img-box02 {
    aspect-ratio: 666 / 482;
}
  
/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/
  
.top-info-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 0;
}
  
.top-info-item {
    border-bottom: 0 solid var(--white);
  	padding: 0 15px;
  	width: 45%;
}
  
.top-info-item:first-child {
    border-right: 1px solid var(--white);
}
  
.top-info-add-title {
    text-align: left;
}
 
/*-----------------------------------------------------------
利用シーン
-----------------------------------------------------------*/
  
.top-scene-text-block {
    padding: 250px 0 0;
}
  
/*-----------------------------------------------------------
ペアリング
-----------------------------------------------------------*/

.top-bg02:before {
    background: url(/system_panel/uploads/images/top_bg02.png) no-repeat top right / 100% 100%;
}
  
.top-pairing-left {
	 width: 51.56% !important;
     margin: 0;
}
	  
  
.top-pairing-right {
	 width: 44.27% !important;
     display: block;
}
  
.top-pairing-text-box01 {
    top: 0;
    right: 0;
    left: auto;
    max-width: 714px;
    width: 97%;
}
  
.top-bg02:before {
    height: 54%;
}

.top-pairing-img-block02 {
    margin: 150px 0 0;
}

.top-pairing-img-box04 {
    left: 0;
    right: 0; 
}

.top-pairing-img-box01 {
    width: 71.96%;
    margin: 0 0 0 auto;
    padding: 29px 30px 0 0;
    position: relative;
    border-right: 1px solid var(--border-primary);
}

.top-pairing-img-box02 {
  	width: 58.53%;
}
  
/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/
  
.top-info .boder-b-deco01:after {
    bottom: 10px;
}
	
/*-----------------------------------------------------------
ご利用者の声
-----------------------------------------------------------*/

.top-voice-title-box {
    width: 60%;
}

.top-voice-title-box {
    max-width: 1286px;
    width: 93%;
    margin: 0 6px 0 auto;
}

/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/

.top-news-main {
    width: 65%;
}

}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {
  
.top-concept-text-img-box02 {
    margin: -50px 0 0;
}
  
/*-----------------------------------------------------------
利用者の声
-----------------------------------------------------------*/

.top-voice-title-box {
	width: 95%;  
}
  
.top-voice-title-box .title50 br {
    display: none;
}
  


}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {
  
.cover-rsv-area {
  	display: block;
}
  
/*-----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/
  
.top-concept-row01 {
    align-items: center;
    justify-content: center;
}

.top-concept-left01 {
    position: absolute !important;
    left: 0;
    bottom: -3%;
}

.top-bg01:after {
    height: 60%;
}
  
.top-concept01-img-box02 {
    filter: brightness(1.15);
}
  
/*-----------------------------------------------------------
ペアリング
-----------------------------------------------------------*/
  
.top-pairing-img-block02 {
    margin: 200px 0 0;
}
  
/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/
  
.top-info .boder-b-deco01:after {
    bottom: 15px;
}
  
/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/

.top-news-row {
    gap: 50px;
}
  
.news-flex {
    padding: 29px 0 15px;
}
  
.news-date, .news-cate {
    font-size: 15px;
}
  
.news-cate-box {
    min-width: 102px;
}


}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/


/*-----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/
  
.top-bg01:before {
  	height: 80%;
}

.top-bg01:after {
  	height: 50%;
}
  
.top-concept-left01 {
    bottom: 0;
}

.top-concept-right-img-block02 {
    position: relative;
    margin: -15% 0 0;
}
  
.top-concept-btn {
    margin: 140px 0 0 auto !important;
}
  
/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/
  
.top-info .boder-b-deco01:after {
    bottom: 22px;
}
  
.top-info-row {
  	flex-wrap: nowrap;
	margin: 110px 0 0 !important;
}
  
.top-info-item {
    width: 34.72%;
    border-right: 1px solid var(--white);
}
  
.top-info-item:last-child {
    border-right: 0 solid var(--white);
}
  
/*-----------------------------------------------------------
利用シーン
-----------------------------------------------------------*/  
  
.top-scene-text-block {
    padding: 315px 0 0;
}  
  
/*-----------------------------------------------------------
ペアリング
-----------------------------------------------------------*/
  
.top-bg02:before {
    height: 45%;
}

.top-pairing-img-block {
  	padding: 100px 0 115px;
} 
  
.top-pairing-img-box03 {
    /* margin: -13% auto 0; */
}
  
.top-pairing-img-block02 {
    margin: 250px 0 0;
}  
  
.top-pairing-img-box04 {
    top: -56%;
}
  
/*-----------------------------------------------------------
利用者の声
-----------------------------------------------------------*/

.top-voice-loop {
    width: 76.74% !important;
}

/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/

.top-news-row {
    gap: 80px;
}

}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {
  
    .cover-rsv-area {
        width: 40%;
        bottom: 8%;
    }

    .cover-rsv-area .com-rsv-btn {
        padding: 2% 10px 2% 45px;
    }
  
    .top-concept-left01 {
        bottom: 6%;
    }

    .top-concept-right01 {
        width: 95% !important;
    }

    .top-bg01:after {
      height: 37%;
    }

    .top-scene-deco-box01 {
        min-height: 48px;
    }

}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

    .top-concept-row02:after {
        top: 8%;
        bottom: auto;
    }
  
}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {
  
  
/*-----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/

    .top-concept01-img-box02 {
        margin: -37% 0 0;
        filter: unset;
    }
  
	.top-bg01:after {
        height: 42.8%;
    }
  
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1800px) {
  
    .top-pairing-row {
        gap: 68px;
    }
  
}/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 