@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------------
　トップナビ
--------------------------------------------------------*/
#topNav{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 ;
	/*box-shadow: 0 1px 0 0 #505050 inset;*/
	/*border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;*/
	position: fixed;
	bottom: 0;
    z-index: 21;
	/*z-index: 2147483645;*/
	background: #fff;
	box-shadow: 0 -5px 5px -5px rgba(0,0,0,.5);
}
#topNav li {
	width: 20%;
	text-align: center;
	font-size: 0.7rem;
	font-weight: 700;
	white-space: nowrap;
	/*font-feature-settings: "palt";*/
	/*font-family: 'M PLUS 1p', sans-serif;*/
	border-right: 1px solid #878787;
}
#topNav li:last-child {
	border-right: none;
}
#topNav li a{
	padding: 0.6em 0;
	display: block;
}
#topNav li img{
	width: 35%;
	margin: 0 auto 0.25em;
	display: block;		
}

/*--------------------------------------------------------
　カテゴリ切り替え
--------------------------------------------------------*/
#catNav{
		background: #D5D4D4;	
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		margin: 1.5em;
		border-radius: 2em;
	}
	#catNav li {
		width: 33.3%;
		text-align: center;
		font-size: 1rem;
		font-weight: normal;
		white-space: nowrap;
		/*font-feature-settings: "palt";*/
		/*font-family: 'M PLUS 1p', sans-serif;*/		
		padding: 0.3em;
		border-radius: 2em;
	}
	#catNav li.select {
		width: 33.3%;
		font-weight: bold;
		/*font-weight: 800;*/
		background: #514F50;		
	}
	#catNav li.select a {
		color: #fff;	
	}
	#catNav li a{
		display: block;
	}


/*--------------------------------------------------------
　メインスライダー
--------------------------------------------------------*/
.topMain {
    margin: 0 0 1.5em;
    /*overflow: hidden;*/
}
.topMain p{
	padding: 1em 1em 0;
}

.top-bnr{
	padding: 0;
    margin: 0 6% 1.5em;
}
.top-bnr li{
	margin-bottom:0.8em;	
}

.slider-main img{
  aspect-ratio:640 / 452;
}
.slider-notes img{
  aspect-ratio:640 / 124;
}
.slider-sub img{
  aspect-ratio:258 / 190;
}

/*-----------　読み込み時縦に並ぶのを回避 -----------*/
.slider-notes,
.slider-main,
.slider-sub{
  opacity: 0 ;
  transition: opacity .2s linear;
}
.slider-notes.slick-initialized,
.slider-main.slick-initialized,
.slider-sub.slick-initialized{
  opacity: 1 ;
}
/*-----------　読み込み時縦に並ぶのを回避 -----------*/
	
	.slider-container{		
		display: block !important;
		box-sizing: border-box !important;
	}	
	.slider-main{		
		position: relative !important;
		margin-bottom: 1em !important;
		/*margin-bottom: 30px !important;*/
	}	
	.slider-prev{
		width: 40px !important;
		left: 0 !important;
	}
	.slider-next{
		width: 40px !important;
		right: 0 !important;
	}
	
	.slick-prev{
		width: 30px !important;
	    height: 30px !important;
		left: 0 !important;
		 z-index: 1;
	}
	.slick-next{
		width: 30px !important;
    	height: 30px !important;
		right: -1px !important;
	}
	/*.slick-dots {
		position: relative !important;
    	bottom: -10% !important;
		display: block !important;
	}*/
	.slider-sub li{
    	margin: 0 0.4em !important;
	}
	.slider-notes {
		margin: 0.5em 0 !important;
	}
	.slider-notes li{
    	margin: 0 0.4em 0.4em !important;
	}
	.slider-arrow {
    position: absolute !important;
	bottom: -35px !important;
    /*bottom: -14% !important;*/
    cursor: pointer !important;
    z-index: 1 !important;
}

.slick-next:before, [dir='rtl'] .slick-next:before {
    content: "" !important;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}
.slick-next:before {
    background: url(../sp_img/index/arrow_next.png)no-repeat center center;
    background-size: contain;
}
.slick-prev:before, [dir='rtl'] .slick-prev:before {
    content: "" !important;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}
.slick-prev:before {
    background: url(../sp_img/index/arrow_prev.png)no-repeat center center;
    background-size: contain;
}

.slick-dots li button:before {
	font-size: 0.6rem !important;
}

/*--------------------------------------------------------
　文字装飾
--------------------------------------------------------*/

.top-intro{
  margin:14px 12px 18px;
  padding:10px 12px;
  background:#fff;
  border:1px solid #BEB5B7;
  border-radius:10px;
}

.top-intro p{
  margin:0 0 0.65em;
  font-size:12px;
  line-height:1.8;
  color:#82737A;
}

.top-intro p:last-child{
  margin-bottom:0;
}

.top-mida {
  margin:0 0 0.65em;
  padding: 0 2em;
  font-size:14px;
  line-height:1.4;
  color:#82737A;
    text-align: center;
}
.top-txt {
  margin:0 0 0.65em;
  padding: 0 2em;
  font-size:12px;
  line-height:1.8;
  color:#82737A;
}

@font-face {
    font-family: "MiuraGotic Propo";
    src:
        url("../../font/miuragoticpropo-wf.woff2") format("woff2"),
        url("../../font/miuragoticpropo-wf.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*----------------------------------------------------------------------
   納期案内
----------------------------------------------------------------------*/
.nouki-section{
  margin:0 .5em 1.5em;
}

.noukiBox{
  text-align:center;
  background:#F50078;
  border-radius:10px;
  overflow:hidden;
}

.noukiBox .noukiItem{
  font-family:'M PLUS 1p', sans-serif;
  font-size:138%;
  font-weight:bold;
  color:#fff;
  margin:.55em 0 .15em !important;
  line-height:1.1;
  padding:0 1.8em;
  position:relative;
  display:inline-block;
}

.noukiBox .noukiItem::before,
.noukiBox .noukiItem::after{
  content:'';
  position:absolute;
  top:50%;
  width:1em;
  height:1em;
  background:url(/sp/img/common/ico_clover.png) no-repeat center;
  background-size:contain;
  transform:translateY(-50%);
}

.noukiBox .noukiItem::before{left:0;}
.noukiBox .noukiItem::after{right:0;}

.noukiBox > p{
  min-height:0;
  font-size:75%;
  color:#fff;
  margin:0;
  padding:.15em .5em .45em;
  font-weight:bold;
  line-height:1.4;
}

.schedule-wrap{
  height:270px;
  overflow:hidden;
  background:#F50078;
}

.schedule{
  height:222px;
  overflow:hidden;
  padding:.25em;
  letter-spacing:normal;
}

.schedule.is-open{
  height:auto;
}

.schedule-wrap:has(.schedule.is-open){
  height:auto;
}

.schedule > div{
  margin:0;
  padding:.7em .8em .25em;
  background:#fff;
  border-radius:10px;
}

.schedule p{
  min-height:88px;
  font-size:120%;
  font-weight:bold;
  line-height:1;
  color:#333;
  background:#F7F5ED;
  border-radius:10px;
  border:1px dotted #DCD3B0;
  margin:0 0 .5em;
  padding:.45em .5em;
}

.schedule-more{
  display:block;
  width:100%;
  margin:0;
  padding:.3em .5em .75em;
  border:0;
  background:#F50078;
  color:#fff;
  font-family:inherit;
  font-weight:bold;
  text-align:center;
  cursor:pointer;
  line-height:1.3;
}

.schedule-more span{
  display:block;
  font-size:75%;
  padding-bottom:.2em;
}

.schedule-more::after{
  content:'';
  display:block;
  width:16px;
  height:16px;
  margin:.05em auto 0;
  background:url(/sp/img/common/arrow_open.png) no-repeat center;
  background-size:contain;
}

.schedule-more.is-open::after{
  background-image:url(/sp/img/common/arrow_close.png);
}

.seal_note,
.math_note,
.key_note,
.zekken_note,
.hanko_com_note,
.hanko_note,
.wappen_note,
.towel_note,
.gift_note,
.option_note{
  font-size:77%;
  font-weight:bold;
  line-height:1.2;
  display:block;
  text-align:center;
  margin:.45em 0 .25em;
}

.seal_note{color:#4A9DA1 !important;}
.math_note,
.key_note{color:#479C68 !important;}
.hanko_com_note{color:#E84593 !important;}
.hanko_note{color:#8F56D0 !important;}
.wappen_note{color:#A55C34 !important;}
.towel_note,
.zekken_note{color:#E07911 !important;}
.gift_note{color:#666 !important;}
.option_note{color:#25BC9E !important;}

.schedule .clr1{
  font-family:'Archivo Black', sans-serif;
  padding:0 .1em;
  font-size:180%;
  font-weight:bold;
  letter-spacing:-.05em;
}

.schedule .clr2{
  font-family:'Archivo Black', sans-serif;
  padding:0 0 0 .1em;
  font-size:100%;
  font-weight:bold;
  letter-spacing:-.05em;
}

.schedule .clr3{
  padding:0 .1em;
  font-size:60%;
  margin-left:-.2em;
}

.schedule .clr4{
  padding:0 0 0 .1em;
  font-size:100%;
  font-weight:bold;
}

.schedule .clr3,
.schedule .clr4{
  font-family:'M PLUS 1p', sans-serif;
  font-weight:800;
}


/*--------------------------------------------------------
　index見出し
--------------------------------------------------------*/

.stMida {
	font-size: 108%;
    color: #484848;
    font-weight: normal;
    text-align: center;
	background-color:#E8E8EB ;
	margin-bottom: 1em;
	padding: 0.4em;
	line-height: normal;
}

.stMida::before {
	margin-right: 1.5em;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("/sp/img/common/ico_clover.png") no-repeat;
    background-size: contain;
	vertical-align: middle;
}
.stMida::after {
	margin-left: 1.5em;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("/sp/img/common/ico_clover.png") no-repeat;
    background-size: contain;
	vertical-align: middle;
}

	

/*----------------------------------------------------------------------
   アイテム一覧
----------------------------------------------------------------------*/
	
.itemList{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		margin: 0 1em -1em ;
		border-radius: 2em;
	}
	.itemList li {
		width: 46%;
		text-align: center;
		font-size: 116%;
		font-weight: bold;
		white-space: nowrap;
		/*font-feature-settings: "palt";*/
		/*font-family: 'M PLUS 1p', sans-serif;*/		
		padding: 0 ;
		margin: 0 2% 4%;
		border: 1px solid #B4B4B4;
	}
	/*.itemList li:last-child{
		margin-bottom: 0;
	}*/
.itemList li span{
		display: block;	
		padding: 0.5em 0;
	}

/*---------------------------------------------------------------------
   商品一覧（2026-07-17）
   既存の共通見出しを維持し、#itemBox 内だけカンプ用に上書き
----------------------------------------------------------------------*/
#itemBox {
	padding: 0 0 3em;
	background: #E8F9EF url("../img/index/item_head.png") no-repeat center top;
	background-size: 100% auto;
}

#itemBox .stMida {
	margin: 0 0 1em;
	padding: 0;
	color: #82737A;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.4;
	background: transparent;
}

#itemBox .item-title-en {
	display: block;
	margin: 0 0 -0.05em;
	padding: 1.45em 0 0;
	color: #82737A;
	font-family: "MiuraGotic Propo";
	font-size: 255%;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.16em;
	text-align: center;
	transform: translateY(-5px);
}

#itemBox .stMida::before {
	content: none;
}

#itemBox .stMida::after {
	content: none;
}

#itemBox .top-txt {
	margin: 6% 9% 1.5em;
	padding: 1em 0 0;
	border-top: 2px dashed #82737A;
}

#itemBox #searchBox2 {
	margin: 1.5em 2em;
}

#itemBox input.searchform__input2 {
	border-color: #82737A;
}

#itemBox .searchform__submit2 {
	background-color: #82737A;
}

#itemBox .itemList li {
	border-color: #82737A;
	background-color: #fff;
}

#itemBox .itemList li span {
	color: #82737A;
}

/*----------------------------------------------------------------------
   おすすめ特集
----------------------------------------------------------------------*/
#pickupBox .pickup-title-en {
	display: block;
	margin: 0;
	color: #82737A;
	font-family: "MiuraGotic Propo";
	font-size: 255%;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: center;
	background: url("../img/index/head_bg.png") no-repeat center center;
	background-size: 100% auto;
}

#pickupBox .stMida {
	margin: 0 0 1em;
	padding: 0;
	color: #82737A;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.4;
	background: transparent;
}

#pickupBox .stMida::before,
#pickupBox .stMida::after {
	content: none;
}

#pickupBox .top-txt {
	margin: 0 2em 1.5em;
	padding: 1em 0 0;
	border-top: 2px dashed #82737A;
	text-align: center;
}

	.sortBox{
			margin: 2.5em 1.5em 1em ;
		}
		.sortBox ul{
			margin: 0 0 -0.5em;
			padding: 0 1em;
		}		
		.sortBox li{
			margin-bottom: 0.5em;
	}
	
.pickup{
		margin: 0 5% ;
	}
	.pickup li {		
		padding: 0 ;
		margin-bottom: 1em;
	}
	.pickup li:last-child{
		margin-bottom: 0;
	}






/*--------------------------------------------------------
　ランキング
--------------------------------------------------------*/
#rankingTab {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.disnon2 {
  display: none;
}
.content_wrap2 {
  margin:0 auto;
	clear: both;
	width: 100%;
	margin:0 auto;
  text-align: center;
	position: relative;
    z-index: 1;
	/*z-index: 20;*/
}

#rankingTab li {
	background: #DDD;
	float: left;
	font-size: 9pt;
	padding: 10px 0 10px 0;
	width: 33%;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.rankingTab1 {
	margin-right: 0.5%;
	background-size: 100%;
}
.rankingTab2 {
	margin-right: 0.5%;
	background-size: 100%;
}
.rankingTab3 {
	margin-right: 0;
	background-size: 100%;
}
#rankingTab li.select2 {
	background: #666;
	color: #FFF;
}
#rankingTab li.select2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 102, 102, 0);
	border-top-color: #666;
	border-width: 5px;
	margin-left: -5px;
	z-index: 100;
}
#rankingTab li.select2 img {
		opacity: 0.0;
		filter: alpha(opacity=0);
}
#rankingTab li.select2 a:hover img{
		opacity: 1.0;
		filter: alpha(opacity=100);
}

.aBox {
	text-align: left;
}


.topRank{	
	padding:0 ;
	margin:0 auto ;
}
.topRank li{
	margin:0 ;
	padding:0;
	border-bottom:1px dashed #989898;
	overflow:hidden;
	padding:0 3.75% 0.5em;
	margin-bottom:0.5em;
	line-height:1.4;
}
.topRank li p{
	margin:0;
	padding:0;
}

.topRank li .topRankBnr{
	float:left;
	width:34%;
	margin-right:4%;
}

.topRank li .topRankData{
	float:left;
	width:62%;
	font-size:77%;
}
.topRank li .topRankData img{
	width:52%;
	margin-bottom:0.4em;
}

.topRank li .topRankName{
	font-size:123.1%;
	font-weight:bold;
	
	margin-top:0.4em;	
}
.topRank li .topRankName span{
	font-size:100%;
	font-weight: normal;
	display:block;
}

.topRank2{
	padding:0 0 0.5em 0;
	margin:0.5em 3.75% 1em;
	border-bottom:1px dashed #989898;
}

.topRank2 li{
	float:left;
	width:32%;
	height:auto;
	margin-left:2%;
	text-align:center;
	font-size:77%;
	line-height:1.4;
}

.topRank2 li:first-child{
	margin-left:0;

}

.topRank2 li img{
	margin-bottom:0.4em;
}

.topRank2 li .topRank2Ico{
	width:24px;
}

.topRankBtn{
	width:40%;
	margin:0 auto;
}




/*----------------------------------------------------------------------
   コラム
----------------------------------------------------------------------*/
.column{
	margin-top:2em;	
}
.column img {
	vertical-align: bottom;
}

.column ul{
	margin:2em 1em 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}
.column li{
	width:47.5%;
	float:left;
	margin-right:5%;
	margin-bottom:2em;
	text-align:center;
	position:relative;
	color:#505050;
	
}
.column li:nth-child(even){	
	margin-right:0;
}
.column .column-thum{
	width:100%;
	height:auto;
	margin:0;	
	border: 2px #C79F62 dotted;
	border-radius: 8px;
	padding:6px;
}

.column h3,
.column p{
	font-size:85%;
	font-weight: bold;
	line-height:1.4;
	padding: 0.5em;
	text-align:left;
}
/*.column p{
	font-size:12px;
	line-height:1.4;
}*/

.column li span{
	position:absolute;
	left:-10px;
	top:-10px;
}

.column .column-btn{
	text-align:center;
	width:40%;
	margin:-1em auto 2em;
	
}

/*----------------------------------------------------------------------
   コラム（2026-07-17）
----------------------------------------------------------------------*/
.column .column-title-en {
	display: block;
	margin: 0;
	color: #82737A;
	font-family: "MiuraGotic Propo";
	font-size: 255%;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: center;
	background: url("../img/index/head_bg.png") no-repeat center center;
	background-size: 100% auto;
}

.column > .stMida {
	margin: 0 0 1em;
	padding: 0;
	color: #82737A;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.4;
	background: transparent;
}

.column > .stMida::before,
.column > .stMida::after {
	content: none;
}

section.column > p.top-txt {
	margin: 0 2em 1.5em;
	padding: 1em 0 0 !important;
	border-top: 2px dashed #82737A;
	text-align: center;
}

.column > ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5em 4%;
	margin: 2em 4% 0;
}

.column > ul > li {
	float: none;
	width: auto;
	margin: 0;
	color: #82737A;
	text-align: left;
}

.column > ul > li:nth-child(even) {
	margin-right: 0;
}

.column > ul > li .column-thum {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 1.5em;
}

.column > ul > li .cate-icon {
	position: static;
	display: inline-block;
	min-width: 0;
	margin: 0.6em 0 0;
	padding: 0.1em 0.55em;
	border: 1px solid currentColor;
	border-radius: 1em;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.3;
	background: #fff !important;
}

.column > ul > li:nth-child(odd) .cate-icon {
	color: #FF78A5 !important;
}

.column > ul > li:nth-child(even) .cate-icon {
	color: #3388FF !important;
}

.column > ul > li .cate-icon::before {
	content: "# ";
}

.column > ul > li .cate-icon::after {
	content: none;
}

.column > ul > li h3 {
	margin: 0.35em 0 0;
	padding: 0;
	color: #82737A;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.35;
	text-align: left;
}

.column > ul > li p {
	margin: 0.5em 0 0;
	padding: 0.65em 0 0;
	border-top: 1px dotted #82737A;
}

.column .column-btn {
	width: 60%;
	margin: 2.5em auto 2em;
	padding: 0;
}

.column .column-btn a {
	display: block;
	padding: 0.75em 1em;
	border: 1px solid #82737A;
	border-radius: 2em;
	color: #FF78A5;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.column .column-btn img {
	display: none;
}

.column .column-btn a::after {
	content: "もっとみる";
}

.cate-icon {
	min-width:60px;	/*テキストの文字数により極端に横幅が小さくなってしまうのを防ぐために指定しています*/
	font-size:85%;
	text-align:center;
	background-color:#999;
	color:#FFF;
	padding:0.25em 1em;
	border-radius:14px;
	position: relative;
}
.cate-icon:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #999;
	border-width: 8px;
	margin-left: -8px;	
}

.childbirth {
	background-color: #FF386E !important;
}
.kosodate {
	background-color: #FF78B5 !important;
}
.school {
	background-color: #FF78B5 !important;
}
.kindergarten {
	background-color: #FF78B5 !important;
}
.mamalife{
	background-color: #FF7A00 !important;
}
.working-mama {
	background-color: #73C429 !important;
}
.season {
	background-color: #00BD9E !important;
}
.odekake {
	background-color: #C47DFF !important;
}

.childbirth:after {
	border-top-color: #FF386E !important;
}
.kosodate:after {
	border-top-color: #FF78B5 !important;
}
.school:after {
	border-top-color: #FF78B5 !important;
}
.kindergarten:after {
	border-top-color: #FF78B5 !important;
}
.mamalife:after{
	border-top-color: #FF7A00 !important;
}
.working-mama:after {
	border-top-color: #73C429 !important;
}
.season:after {
	border-top-color: #00BD9E !important;
}
.odekake:after {
	border-top-color: #C47DFF !important;
}



/*--------------------------------------------------------
　infoMation
--------------------------------------------------------*/
#infoMation {
	display: block;
	margin:0 3.125% 1em;    
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 0.5em;
	font-size:77%;
	color:#666;
    background: #f7f7f7;
}
#infoMation dt {
    width:100%;    
    margin-bottom: 0.5em;
	vertical-align: top;
	text-align:center;
    background: #fff;
    padding: 0.25em;
    border-radius: 10em;
}
#infoMation dt img{
    width: 70px;
}
#infoMation dd {
	vertical-align: middle;
}
.infoMessage {
	height: 5em;
	overflow: auto;
	padding: 0;
}

.infoMessage li{
	padding-left:6.5em;
	text-indent:-6.5em;
	margin-bottom:0.1em;
}
.infoMessage li span{
	margin-right:1em;
}


/*--------------------------------------------------------
　message
--------------------------------------------------------*/
#message{
    font-size:100%;
    color:#666;
    border: 1px solid #ccc;
    margin: 0 3.125% 1em ;
    padding: 1em;
    border-radius: 0.5em;
}
#message a {
    color: #82737A;
    text-decoration: none;
}
#message dt,
#message h2{
    font-size: 108%;
    font-weight: bold;
    text-align: center;
}
#message h2{
	margin-bottom: 1em;
}
#message dt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	position: relative;
}

#message dt:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	margin:auto;
	width: 20px;
	height: 4px;
	background-color: #009eff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#message dt:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 4px; 
	background-color: #009eff;
	transition: .3s;
}
#message dt.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
#message dt.on:after{
	background-color: transparent;
}

#message dd{
    padding-top: 1em;
    font-size:85%;   
}
#message dd img{
    width: 185px;
}
#message p{
    margin: 0.5em 0.5em 1.5em; 
}

/*----------------------------------------------------------------------
   Our Story（2026-07-17）
----------------------------------------------------------------------*/
#message {
	margin: 0 0 1em;
	padding: 18% 7% 5%;
	border: 0;
	border-radius: 0;
	color: #82737A;
	background-image: url("../img/index/message_head.png"), url("../img/index/message_bg.png");
	background-repeat: no-repeat, repeat;
	background-position: center top, left top;
	background-size: 100% auto, 10px 10px;
}

#message .message-title-en {
	display: block;
	margin: 0;
	font-family: "MiuraGotic Propo";
	font-size: 290%;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
	white-space: nowrap;
}

#message .message-heading .stMida {
	margin: 0.35em 0 1.5em;
	padding: 0;
	color: #82737A;
	font-size: 112%;
	font-weight: bold;
	line-height: 1.4;
	background: transparent;
}

#message .message-heading .stMida::before,
#message .message-heading .stMida::after {
	content: none;
}

#message .message-intro,
#message .message-content {
	font-size: 85%;
	line-height: 1.8;
}

#message .message-intro {
	position: relative;
	max-height: 7em;
	overflow: hidden;
}

#message .message-intro::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3em;
	background: linear-gradient(to bottom, rgba(228, 248, 252, 0), rgba(228, 248, 252, 0.95));
	pointer-events: none;
}

#message.is-open .message-intro {
	max-height: none;
}

#message.is-open .message-intro::after {
	content: none;
}

#message .message-intro p,
#message .message-content p {
	margin: 0 0 1.5em;
}

#message .message-toggle {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	width: 40%;
	margin: -1.5em auto 0;
	padding: 0.65em 1em;
	border: 2px solid #82737A;
	border-radius: 2em;
	color: #82737A;
	font: inherit;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	background: #fff;
	cursor: pointer;
}

#message .message-toggle[hidden] {
	display: none;
}

#message .message-toggle-icon {
	display: inline-block;
	margin-left: 0;
	font-weight: normal;
}

#message.is-open .message-toggle {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	#itemBox {
		background-position: center top;
		background-size: 100% auto;
	}

	#itemBox::before {
		content: none;
	}

	#itemBox .item-title-en {
		padding-top: 12.5%;
		font-size: 460%;
	}

	#itemBox .stMida {
		font-size: 188%;
	}

	#itemBox .top-txt {
		margin-top: 1%;
	}

	#pickupBox .pickup-title-en,
	.column .column-title-en,
	#message .message-title-en {
		font-size: 460%;
	}

	#pickupBox .stMida,
	.column > .stMida,
	#message .message-heading .stMida {
		font-size: 188%;
	}

	section.column > p.top-txt {
		margin-right: 9%;
		margin-left: 9%;
	}

	.column > ul {
		margin-right: 7%;
		margin-left: 7%;
	}

	.column > ul > li h3 {
		font-size: 85%;
	}

	.column .column-btn {
		width: 40%;
		max-width: 500px;
	}

	#message .message-toggle {
		width: 40%;
		font-size: 150%;
	}
}
