@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* 英字用フォント */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap');

/*---------------------------------
共通設定
--------------------------------*/
@media screen and (max-width: 480px) {
.entry-title, .article h2, .article h3, .article h4, .article h5, .article h6 {
	padding:0;
    }
}

.article h2 {background-color:transparent;}

a.nolink_all{pointer-events: none;}
a.nolink{pointer-events: none;}
@media only screen and (max-width: 1024px) {
a.nolink{
pointer-events: initial;
}
}

.palt{font-feature-settings: "palt";}
.one, .two, .three {
  position: relative;
}

.one  {
	z-index: 30;
}
.two {
  z-index:20;
}
.three {
  z-index:10;
}
.ten {
  z-index:100;
}

.font07{font-size:0.7em!important;}	
.span7{font-size:0.7em;}
.span8{font-size:0.8em;}
.span9{font-size:0.9em;}


@media screen and (min-width: 1300px) {
.lh20_1300{line-height:2em;}
}

.img90{width:90%; margin:0 auto;}
.img80{width:80%; margin:0 auto;}
.img70{width:70%; margin:0 auto;}
.img30{width:30%; margin:0 auto;}
.img20{width:20%; margin:0 auto;}

@media screen and (max-width: 768px) {
.tab90{width:90%; margin:0 auto;}
.tab90_0{width:90%; margin:0;}
.tab80{width:80%; margin:0 auto;}
.tab80_0{width:80%; margin:0;}
.tab75{width:75%; margin:0 auto;}
.tab70{width:70%; margin:0 auto;}
.tab60{width:60%; margin:0 auto;}
.tab50{width:50%; margin:0 auto;}
.tab40{width:40%; margin:0 auto;}
.tab30{width:30%; margin:0 auto;}
.tab20{width:20%; margin:0 auto;}}

@media screen and (max-width: 480px) {
.sma90{width:90%; margin:0 auto;}
.sma80{width:80%; margin:0 auto;}
.sma75{width:75%; margin:0 auto;}
.sma70{width:70%; margin:0 auto;}
.sma60{width:60%; margin:0 auto;}
.sma50{width:50%; margin:0 auto;}}

@media print {
.sma90{width:90%; margin:0 auto;}
.sma80{width:80%; margin:0 auto;}
.sma75{width:75%; margin:0 auto;}
.sma70{width:70%; margin:0 auto;}
.sma60{width:60%; margin:0 auto;}
.sma50{width:50%; margin:0 auto;}}
	
	
.kadomaru10 img{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
.kadomaru20 img{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
}
.kadomaru10{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
.kadomaru20{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
}
.kadomaru30{
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */
}


.mk_y{ background: #ffffc0; }
.mk_b{ background: #e3f3ff; }
.mk_r{ background: #ffe3e3; }
.mk_g{ background: #e8ffe8; }
.marker{
  background: linear-gradient(transparent 90%, #9e005d 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}
.marginauto{margin:0 auto!important;}
.margin0{margin:0!important;}
.margin0_auto_960{margin:0!important;}
@media screen and (max-width: 960px) {.margin0_auto_960{margin:0 auto!important;}}
.margin0_auto{margin:0!important;}
@media screen and (max-width: 768px) {.margin0_auto{margin:0 auto!important;}}
.textshadow_black{text-shadow:2px 2px 3px #3e3f3f;}
.haba{text-align: justify!important;}
.zindex1{z-index:1!important;}
.zindex2{z-index:2!important;}
.zindex100{z-index:100!important;}
.bbb{border-bottom:4px double #003280!important;}
.bbr{border-bottom:4px solid #aa2222!important;}
.bbgray{border-bottom:4px solid #b3b3b3!important;}
.bbred{border-bottom:4px solid #bc1515!important;}
.bbred1{border-bottom:1px solid #bc1515!important;}
.bbnone{border-bottom:none!important;}
.bgg{background-color:#f2f2f2!important;}
.hidden{visibility:hidden!important;}
.displaynone{display:none!important;}
img.size-full, img.size-large {margin-bottom: 0px;}
.relative{position:relative;}
.absolute{position:absolute;}
.white{color:#ffffff!important;}
.inlineblock{display:inline-block;}
hr.style{border-top: 1px solid #42210b; border-bottom:none; margin:5px 0;}
hr.black{border-top: 1px solid #000; border-bottom:none; margin:2px 0;}
hr.black2{border-top: 2px solid #000; border-bottom:none; margin:2px 0;}
hr.green{border-top: 1px solid #146066; border-bottom:none; margin:2px 0;}
hr.orange{border-top: 1px solid #c1401e; border-bottom:none; margin:2px 0;}
hr.orange2{border-top: 2px solid #c1401e; border-bottom:none; margin:2px 0;}
hr.gold2{border-top: 2px solid #b28e34; border-bottom:none; margin:2px 0;}
hr.momo2{border-top: 2px solid #dd8585; border-bottom:none; margin:2px 0;}
hr.maccha2{border-top: 2px solid #6c8e5f; border-bottom:none; margin:2px 0;}
hr.murasaki2{border-top: 2px solid #662d91; border-bottom:none; margin:2px 0;}
hr.blue2{border-top: 2px solid #1f82bf; border-bottom:none; margin:2px 0;}
hr.gold2{border-top: 2px solid #d19e39; border-bottom:none; margin:2px 0;}
hr.footer{border-top: 5px solid #18082b; border-bottom:none; margin:0; padding:0;}
hr.dot{border-top: 2px dotted #a9a9a9; border-bottom:none; margin:2px 0;}
.img{max-width:100%;}
.width100{width:100%;}
.width100 img{width:100%;}
.width80{width:80%; margin:0 auto;}
a{text-decoration:none; }
a:hover{color:#ccc!important;}
a.header{color:#42210b!important;}
a.header:hover{color:#42210b!important;}
a[href^="tel:"] { cursor: default; }
a[href^="tel:"] img:hover { -moz-opacity: 1; opacity: 1; }
.left{float:left!important;}
.right{float:right!important;}
.right_left480{float:right!important;}
.text_right{text-align:right!important;}
.text_left{text-align:left!important;}
.text_right480{text-align:right;}
.bottom{vertical-align: bottom;}
.center {text-align: center!important; padding-bottom: 0; margin:0 auto;}
.center768{text-align: center!important; padding-bottom: 0; float:none!important;}
.center_from960{text-align: left!important; padding-bottom: 0; float:none!important;}
.center_from768{text-align: left!important; padding-bottom: 0; float:none!important;}
.center_from750{text-align: left!important; padding-bottom: 0; float:none!important;}
.left_from960{text-align: center!important;}
.left_from768{text-align: center!important;}
.left_from750{text-align: center!important;}
.left_from550{text-align: center!important;}
.left_from480{text-align: center!important;}
.right_from768{text-align: center!important;}
@media screen and (max-width: 768px) {.right_from768{text-align: right!important;}}
.torikeshi{text-decoration: line-through;}
.textindent{padding-left:1em; text-indent:-1em;}
.textindent1{padding-left:1.2em; text-indent:-0.6em;}
.textindent16{padding-left:1em; text-indent:-1.6em;}
.textindent19{padding-left:1em; text-indent:-1.9em;}
.textindent2{padding-left:2em; text-indent:-2em;}
.textindent_edu{padding-left:2em; text-indent:-0.6em;}
.textshadow{text-shadow: 1px 2px 3px #ffffff;}
.width75{width:75%;}
.image100 img{width:100%;}
.image75 img{width:75%; margin:0 auto;}
.bold{font-weight:bold;}
.bolder{font-weight: bolder;}
.block{display:inline-block;}
.bb{border-bottom:1px solid #000;}
.pt5{padding-top:5%;}
.pt5p{padding-top:5px!important;}
.pt10{padding-top:10px!important;}
.pt15{padding-top:15px!important;}
.pt20{padding-top:20px!important;}
.pt30{padding-top:30px!important;}
.pt40{padding-top:40px!important;}
.pt50{padding-top:50px!important;}
.pt60{padding-top:60px!important;}
.pt70{padding-top:70px!important;}
.pt80{padding-top:80px!important;}
.pt90{padding-top:90px!important;}
.pt100{padding-top:100px!important;}
.pr-10{padding-right:0!important; margin-right:-10px!important;}
.pr5{padding-right:5px!important;}
.pr1em{padding-right:1em!important;}
.pr2em{padding-right:2em!important;}
.pr3em{padding-right:3em!important;}
.pr10{padding-right:10px!important;}
.pr20{padding-right:20px!important;}
.pr30{padding-right:30px!important;}
.pr40{padding-right:40px!important;}
.pr50{padding-right:50px!important;}
.pl05em{padding-left:0.5em!important;}
.pl1em{padding-left:1em!important;}
.pl5{padding-left:5px!important;}
.pl-10{padding-left:0!important; margin-left:-10px!important;}
.pl7{padding-left:7px!important;}
.pl10{padding-left:10px!important;}
.pl15{padding-left:15px!important;}
.pl20{padding-left:20px!important;}
.pl30{padding-left:30px!important;}
.pl40{padding-left:40px!important;}
.pl50{padding-left:50px!important;}
.pl60{padding-left:60px!important;}
.pb5{padding-bottom:5px!important;}
.pb5p{padding-bottom:5px!important;}
.pb10{padding-bottom:10px!important;}
.pb15{padding-bottom:15px!important;}
.pb20{padding-bottom:20px!important;}
.pb30{padding-bottom:30px!important;}
.pb40{padding-bottom:40px!important;}
.pb50{padding-bottom:50px!important;}
.pb60{padding-bottom:60px!important;}
.pb70{padding-bottom:70px!important;}
.pb80{padding-bottom:80px!important;}
.pb100{padding-bottom:100px!important;}
.pb120{padding-bottom:120px!important;}
.ml-1em{margin-left:-1em!important;}
.ml10{margin-left:10px!important;}
.mr10{margin-right:10px!important;}
.mr20{margin-right:20px!important;}
.mr30{margin-right:30px!important;}
.mr40{margin-right:40px!important;}
.mr50{margin-right:50px!important;}
.mr60{margin-right:60px!important;}
.mr70{margin-right:70px!important;}
.mr100{margin-right:100px!important;}
.mt5{margin-top:5%!important;}
.mt5p{margin-top:5px!important;}
.mt6p{margin-top:6px!important;}
.mt8p{margin-top:8px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt25{margin-top:25px!important;}
.mt30{margin-top:30px!important;}
.mt30_750{margin-top:30px!important;}
.mt40{margin-top:40px!important;}
.mt50{margin-top:50px!important;}
.mt60{margin-top:60px!important;}
.mt70{margin-top:70px!important;}
.mt80{margin-top:80px!important;}
.mt90{margin-top:90px!important;}
.mt100{margin-top:100px!important;}
.mt110{margin-top:110px!important;}
.mt120{margin-top:120px!important;}
.mt-10{margin-top:-10px!important;}
.mt-20{margin-top:-20px!important;}
.mt-30{margin-top:-30px!important;}
.mt-40{margin-top:-40px!important;}
.mt-50{margin-top:-50px!important;}
.mt-180{margin-top:-180px!important;}
.mb2{margin-bottom:2%!important;}
.mb0{margin-bottom:0!important;}
.mb5{margin-bottom:5%!important;}
.mb10p{margin-bottom:10%!important;}
.mb5p{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb60{margin-bottom:60px!important;}
.mb70{margin-bottom:70px!important;}
.mb80{margin-bottom:80px!important;}
.mb90{margin-bottom:90px!important;}
.mb100{margin-bottom:100px!important;}

.mt30_0{margin-top:30px!important;}
@media screen and (max-width: 768px) {.mt30_0{margin-top:0px!important;}}
.mt30_20{margin-top:30px!important;}
@media screen and (max-width: 768px) {.mt30_20{margin-top:20px!important;}}
.mt70_0{margin-top:70px!important;}
@media screen and (max-width: 768px) {.mt70_0{margin-top:0px!important;}}
.mt70_40{margin-top:70px!important;}
@media screen and (max-width: 768px) {.mt70_40{margin-top:40px!important;}}
.mt60_40{margin-top:60px!important;}
@media screen and (max-width: 768px) {.mt60_40{margin-top:40px!important;}}
.mt80_40{margin-top:80px!important;}
@media screen and (max-width: 768px) {.mt80_40{margin-top:40px!important;}}
.mt40_20{margin-top:40px!important;}
@media screen and (max-width: 768px) {.mt40_20{margin-top:20px!important;}}


.pl10_0{padding-left:10px!important;}
@media screen and (max-width: 768px) {.pl10_0{padding-left:0px!important;}}
.pl20_0{padding-left:20px!important;}
@media screen and (max-width: 768px) {.pl20_0{padding-left:0px!important;}}
.pl0_60{padding-left:0px!important;}
@media screen and (max-width: 768px) {.pl0_60{padding-left:60px!important;}}
.pl0_20{padding-left:0px!important;}
@media screen and (max-width: 768px) {.pl0_20{padding-left:20px!important;}}


.pr20_0_960{padding-right:20px!important;}
@media screen and (max-width: 768px) {.pr20_0_960{padding-right:0px!important;}}
.pr30_0_960{padding-right:30px!important;}
@media screen and (max-width: 768px) {.pr30_0_960{padding-right:0px!important;}}
.pl30_0_960{padding-left:30px!important;}
@media screen and (max-width: 768px) {.pl30_0_960{padding-left:0px!important;}}
.mt0_10_768{margin-top:0px!important;}
@media screen and (max-width: 768px) {.mt0_10_768{margin-top:10px!important;}}
.mt0_20_768{margin-top:0px!important;}
@media screen and (max-width: 768px) {.mt0_20_768{margin-top:20px!important;}}
.mt0_30_768{margin-top:0px!important;}
@media screen and (max-width: 768px) {.mt0_30_768{margin-top:30px!important;}}
.mt0_40_768{margin-top:0px!important;}
@media screen and (max-width: 768px) {.mt0_40_768{margin-top:40px!important;}}
.mt10_0{margin-top:10px!important;}
@media screen and (max-width: 768px) {.mt10_0{margin-top:0px!important;}}
.mt10_20_960{margin-top:10px!important;}
@media screen and (max-width: 768px) {.mt10_20_960{margin-top:20px!important;}}
.mt20_50_768{margin-top:20px!important;}
@media screen and (max-width: 768px) {.mt20_50_768{margin-top:50px!important;}}
.mt20_0_768{margin-top:20px!important;}
@media screen and (max-width: 768px) {.mt20_0_768{margin-top:0px!important;}}
.mt50_20_768{margin-top:50px!important;}
@media screen and (max-width: 768px) {.mt50_20_768{margin-top:20px!important;}}
.mt50_30_768{margin-top:50px!important;}
@media screen and (max-width: 768px) {.mt50_30_768{margin-top:30px!important;}}
.mt50_40_768{margin-top:50px!important;}
@media screen and (max-width: 768px) {.mt50_40_768{margin-top:40px!important;}}

.pt10_0{padding-top:10px!important;}
@media screen and (max-width: 768px) {.pt10_0{padding-top:0px!important;}}
.pt30_15{padding-top:30px!important;}
@media screen and (max-width: 768px) {.pt30_15{padding-top:15px!important;}}
.pt30_0{padding-top:30px!important;}
@media screen and (max-width: 768px) {.pt30_0{padding-top:0px!important;}}
.pt50_30{padding-top:50px!important;}
@media screen and (max-width: 768px) {.pt50_30{padding-top:30px!important;}}
.pt50_40{padding-top:50px!important;}
@media screen and (max-width: 768px) {.pt50_40{padding-top:40px!important;}}
.pt70_40{padding-top:70px!important;}
@media screen and (max-width: 768px) {.pt70_40{padding-top:40px!important;}}
.pb80_40{padding-bottom:70px!important;}
@media screen and (max-width: 768px) {.pb80_40{padding-bottom:40px!important;}}

.lh10{line-height:1em!important;}
.lh12{line-height:1.2em!important;}
.lh15{line-height:1.5em!important;}
.lh16{line-height:1.6em!important;}
.lh17{line-height:1.7em!important;}
.lh18{line-height:1.8em!important;}
.lh19{line-height:1.9em!important;}
.lh20{line-height:2em!important;}
.lh25{line-height:2.5em!important;}
.lh30{line-height:3em!important;}
.lh20_17_768{line-height:2em!important;}
@media screen and (max-width: 768px) {.lh20_17_768{line-height:1.7em!important;}}
.lh20_17_960{line-height:2em!important;}
@media screen and (max-width: 960px) {.lh20_17_960{line-height:1.7em!important;}}
@media screen and (max-width: 768px) {.lh20_17_960{line-height:2em!important;}}
.lh20_1717_960{line-height:2em!important;}
@media screen and (max-width: 960px) {.lh20_1717_960{line-height:1.7em!important;}}
@media screen and (max-width: 768px) {.lh20_1717_960{line-height:1.7em!important;}}
.ls0{letter-spacing:0;}
.ls01{letter-spacing:0.1em;}

.yumincyo{font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;}

@media screen and (max-width: 960px) {
.center_from960{text-align: center!important;}
.left_from960{text-align: left!important;}
.mt10_960{margin-top:10px!important;}}
@media screen and (max-width: 768px) {
.center768{text-align: left!important;}
.center_from768{text-align: center!important;}
.left_from768{text-align: left!important;}}
@media screen and (max-width: 750px) {
.center_from750{text-align: center!important;}
.left_from750{text-align: left!important;}
.right_from750{text-align:right;}
.mt30_750{margin-top:0px!important;}
.pt15_750{padding-top:15px!important;}}
@media screen and (max-width: 550px) {
.left_from550{text-align: left!important;}}
@media screen and (max-width: 480px) {
.center_from480{text-align: center!important;}
.text_right480{text-align: center!important;}
.left_from480{text-align: left!important;}
.right_left480{float:left!important;}}

/*flex、center*/
@media screen and (max-width: 960px) {
.wraper_flex,.wraper_flex960,.wraper_flexbaseline{flex-direction: column;}
.order960_1 {order: 1;}
.order960_2 {order: 2;}
.order960_3 {order: 3;}
.order960_4 {order: 4;}
.order960_5 {order: 5;}
.center_960{margin:0 auto; float:none!important; padding:0;}
}
@media screen and (max-width: 768px) {
.wraper_flex768,.flex_and{flex-direction: column; margin:0 auto}
.order768_1 {order: 1;}
.order768_2 {order: 2;}
.order768_3 {order: 3;}
.order768_4 {order: 4;}
.order768_5 {order: 5;}
.center_768{margin:0 auto; float:none!important;}
}
@media screen and (max-width: 750px) {
.wraper_flex750{flex-direction: column; margin:0 auto}
.wraper_flexbaseline_750{flex-direction: row-reverse; margin:0 auto}
.center_750{margin:0 auto; float:none!important;}
.order750_1 {order: 1;}
.order750_2 {order: 2;}
.order750_3 {order: 3;}
.order750_4 {order: 4;}
.order750_5 {order: 5;}
.order750_6 {order: 6;}
}
@media screen and (max-width: 480px) {
.order480_1 {order: 1;}
.order480_2 {order: 2;}
.order480_3 {order: 3;}
.order480_4 {order: 4;}
.order480_5 {order: 5;}
.center_480{margin:0 auto; float:none!important;}
}

/*---------------------------------
幅
--------------------------------*/
.post100{width:100%; margin:0 auto; max-width:1100px;}
.post95all{width:95%; margin:0 auto;}
.post90all{width:90%; margin:0 auto; max-width:1200px;}
.post90{width:90%; margin:0 auto; max-width:1200px;}
.post80all{width:80%; margin:0 auto; max-width:1200px;}/* どの幅でも80%統一 */

.post80_about{width:90%; margin:0 auto; max-width:1200px;}
@media screen and (max-width: 960px) {.post80_about{width:96%; margin:0 auto; max-width:1200px;}}
.post85{width:85%; margin:0 auto; max-width:1100px;}
.post90_768_80{width:90%; margin:0 auto; max-width:1200px;}
@media screen and (max-width: 768px) {.post90_768_80{width:80%;}}
.post90_768{width:90%; margin:0 auto; max-width:1200px;}
.post95_1200{width:95%; margin:0 auto; max-width:1200px;}
.post90_1300{width:90%; margin:0 auto; max-width:1300px;}
.post90_1200{width:90%; margin:0 auto; max-width:1200px;}
.post90_1100{width:90%; margin:0 auto; max-width:1100px;}
.post90_1100_768100{width:90%; margin:0 auto; max-width:1100px;}
@media screen and (max-width: 768px) {.post90_1100_768100{width:100%;}}
.post90_1000{width:90%; margin:0 auto; max-width:1000px;}
.post90_1000_80{width:90%; margin:0 auto; max-width:1000px;}
@media screen and (max-width: 768px) {.post90_1000_80{width:80%; max-width:500px;}}
.post90_1000_85{width:90%; margin:0 auto; max-width:1000px;}
@media screen and (max-width: 768px) {.post90_1000_85{width:85%; max-width:700px;}}
.post90_1000_95{width:90%; margin:0 auto; max-width:1000px;}
@media screen and (max-width: 768px) {.post90_1000_95{width:90%; max-width:500px;}}
.post90_800_80{width:90%; margin:0 auto; max-width:800px;}
@media screen and (max-width: 768px) {.post90_800_80{width:80%; max-width:500px;}}
.post90_900_80{width:90%; margin:0 auto; max-width:900px;}
@media screen and (max-width: 768px) {.post90_900_80{width:80%; max-width:500px;}}
.post90_900_80_550{width:90%; margin:0 auto; max-width:900px;}
@media screen and (max-width: 550px) {.post90_900_80_550{width:80%; max-width:500px;}}
.post90_900_85_550{width:90%; margin:0 auto; max-width:900px;}
@media screen and (max-width: 768px) {.post90_900_85_550{width:85%; max-width:500px;}}
.post90_900_78_500{width:90%; margin:0 auto; max-width:900px;}
@media screen and (max-width: 768px) {.post90_900_78_500{width:78%; max-width:500px;}}
.post90_1000_960{width:90%; margin:0 auto; max-width:1000px;}
@media screen and (max-width: 960px) {.post90_1000_960{width:80%; max-width:500px;}}

.post90_80_1000{width:90%; margin:0 auto; max-width:1000px;}
@media screen and (max-width: 768px) {.post90_80_1000{width:80%;}}

.post90_900{width:90%; margin:0 auto; max-width:900px;}
.post90_800{width:90%; margin:0 auto; max-width:800px;}
.post90_740{width:90%; margin:0 auto; max-width:740px;}
.post90_700{width:90%; margin:0 auto; max-width:700px;}
.post90_600{width:90%; margin:0 auto; max-width:600px;}
.post90_500{width:90%; margin:0 auto; max-width:500px;}
.post90_400{width:90%; margin:0 auto; max-width:400px;}
.post85_1000{width:85%; margin:0 auto; max-width:1000px;}
.post85_900{width:85%; margin:0 auto; max-width:900px;}
.post85_800{width:85%; margin:0 auto; max-width:800px;}
.post85_700{width:85%; margin:0 auto; max-width:700px;}
.post85_600{width:85%; margin:0 auto; max-width:600px;}
.post85_400{width:85%; margin:0 auto; max-width:400px;}
.post80_1100{width:80%; margin:0 auto; max-width:1100px;}
.post80_1000{width:80%; margin:0 auto; max-width:1000px;}
.post80_900{width:80%; margin:0 auto; max-width:900px;}
.post80_850{width:80%; max-width:850px; margin:0 auto; padding:0;}
.post80_800{width:80%; margin:0 auto; max-width:800px;}
.post80_700{width:80%; margin:0 auto; max-width:700px;}
.post80_640{width:80%; margin:0 auto; max-width:640px;}
.post80_600{width:80%; margin:0 auto; max-width:600px;}
.post80_500{width:80%; margin:0 auto; max-width:500px;}
.post80_400{width:80%; margin:0 auto; max-width:400px;}
.post75_800{width:75%; margin:0 auto; max-width:800px;}
.post70_800{width:70%; margin:0 auto; max-width:800px;}

/*---------------------------------
幅調整
--------------------------------*/
.width100vw {
  width: 100% !important;
  max-width: 100% !important;
}
.width1400{width:100%; max-width:1400px; margin:0 auto; padding:0;}
.width1300{width:100%; max-width:1300px; margin:0 auto; padding:0;}
.width1200{width:100%; max-width:1200px; margin:0 auto; padding:0;}
.width1100{width:100%; max-width:1100px; margin:0 auto; padding:0;}
.width1000{width:100%; max-width:1000px; margin:0 auto; padding:0;}
.width900{width:100%; max-width:900px; margin:0 auto; padding:0;}
.width850{width:100%; max-width:850px; margin:0 auto; padding:0;}
.width800{width:100%; max-width:800px; margin:0 auto; padding:0;}
.width700{width:100%; max-width:700px; margin:0 auto; padding:0;}
.width650{width:100%; max-width:650px; margin:0 auto; padding:0;}
.width600{width:100%; max-width:600px; margin:0 auto; padding:0;}
.width550{width:100%; max-width:550px; margin:0 auto; padding:0;}
.width500{width:100%; max-width:500px; margin:0 auto; padding:0;}
.width450{width:100%; max-width:450px; margin:0; padding:0;}
.width400{width:100%; max-width:400px; margin:0 auto; padding:0;}
.width350{width:100%; max-width:350px; margin:0 auto; padding:0;}
.width300{width:100%; max-width:300px; margin:0 auto; padding:0;}
.width250{width:100%; max-width:250px; margin:0 auto; padding:0;}

.width800_600{width:100%; max-width:800px; margin:0 auto; padding:0;}
@media screen and (max-width: 768px) {.width800_600{width:85%; max-width:600px; margin:0 auto; padding:0;}}

.width550_100_768{width:100%; max-width:550px; margin:0 auto; padding:0;}
@media screen and (max-width: 768px) {.width550_100_768{width:100%; max-width:700px; margin:0 auto; padding:0;}}
.width470_100_768{width:100%; max-width:470px; margin:0 auto; padding:0;}
@media screen and (max-width: 768px) {.width470_100_768{width:100%; max-width:700px; margin:0 auto; padding:0;}}
.width450_100_768{width:100%; max-width:450px; margin:0 auto; padding:0;}
@media screen and (max-width: 768px) {.width450_100_768{width:100%; max-width:700px; margin:0 auto; padding:0;}}
.width400_100_768{width:100%; max-width:400px; margin:0 auto; padding:0;}
@media screen and (max-width: 768px) {.width400_100_768{width:100%; max-width:700px; margin:0 auto; padding:0;}}
.width400_90_768{width:100%; max-width:400px; margin:0 auto; padding:0;}
@media screen and (max-width: 768px) {.width400_90_768{width:90%; max-width:700px; margin:0 auto; padding:0;}}


.width10{width:10%; padding:0; margin:0;}
.width20{width:20%; padding:0; margin:0;}
.width25{width:25%; padding:0; margin:0;}
.width30{width:30%; padding:0; margin:0;}
.width40{width:40%; padding:0; margin:0;}
.width43{width:43%; padding:0; margin:0;}
.width45{width:45%; padding:0; margin:0;}
.width47{width:47%; padding:0; margin:0;}
.width48{width:48%; padding:0; margin:0;}
.width50{width:50%; padding:0; margin:0;}
.width55{width:55%; padding:0; margin:0;}
.width60{width:60%; padding:0; margin:0;}
.width70{width:70%; padding:0; margin:0;}
.width75{width:75%; padding:0; margin:0;}
.width80{width:80%; padding:0; margin:0;}
.width90{width:90%; padding:0; margin:0;}

.width10_960{width:10%; padding:0; margin:0;}
.width15_960{width:15%; padding:0; margin:0;}
.width20_960{width:20%; padding:0; margin:0;}
.width30_960{width:30%; padding:0; margin:0;}
.width65_960{width:65%; padding:0; margin:0;}
.width70_960{width:70%; padding:0; margin:0;}
@media screen and (max-width: 960px) {
	.width10_960{width:90%; padding:0; margin:0;}
	.width15_960{width:90%; padding:0; margin:0;}
	.width20_960{width:90%; padding:0; margin:0;}
	.width30_960{width:90%; padding:0; margin:0 auto;}
	.width65_960{width:90%; padding:0; margin:0;}
	.width70_960{width:90%; padding:0; margin:0 auto;}}


.width10_768{width:10%; padding:0; margin:0;}
.width10_768_100{width:10%; padding:0; margin:0;}
.width20_768{width:20%; padding:0; margin:0;}
.width25_768{width:25%; padding:0; margin:0;}
.width25_768_90{width:25%; padding:0; margin:0;}
.width30_768{width:30%; padding:0; margin:0;}
.width35_768{width:35%; padding:0; margin:0;}
.width40_768{width:40%; padding:0; margin:0;}
.width40_768_100{width:40%; padding:0; margin:0;}
.width43_768{width:43%; padding:0; margin:0;}
.width43_768_100{width:43%; padding:0; margin:0;}
.width45_768{width:45%; padding:0; margin:0;}
.width45_768_100{width:45%; padding:0; margin:0;}
.width47_768{width:47%; padding:0; margin:0;}
.width47_768_100{width:47%; padding:0; margin:0;}
.width50_768{width:50%; padding:0; margin:0;}
.width50_768_100{width:50%; padding:0; margin:0;}
.width55_768{width:55%; padding:0; margin:0;}
.width55_768_100{width:55%; padding:0; margin:0;}
.width55_768_85{width:55%; padding:0; margin:0;}
.width60_768{width:60%; padding:0; margin:0;}
.width65_768{width:65%; padding:0; margin:0;}
.width70_768{width:70%; padding:0; margin:0;}
.width70_768_100{width:70%; padding:0; margin:0;}
.width80_768{width:80%; padding:0; margin:0;}
.width80_768_100{width:80%; padding:0; margin:0;}
.width90_768{width:90%; padding:0; margin:0;}
.width90_768_100{width:90%; padding:0; margin:0;}
@media screen and (max-width: 768px) {
	.width10_768{width:90%; padding:0; margin:0 auto;}
	.width10_768_100{width:100%; padding:0; margin:0 auto;}
	.width20_768{width:90%; padding:0; margin:0 auto;}
	.width25_768{width:90%; padding:0; margin:0 auto;}
	.width25_768_90{width:90%; padding:0; margin:0 auto;}
	.width30_768{width:90%; padding:0; margin:0 auto;}
	.width35_768{width:90%; padding:0; margin:0 auto;}
	.width40_768{width:90%; margin:0 auto;}
	.width40_768_100{width:98%; margin:0 auto;}
	.width43_768{width:90%; margin:0 auto;}
	.width43_768_100{width:98%; margin:0 auto;}
	.width45_768{width:90%; margin:0 auto;}
	.width45_768_100{width:98%; margin:0 auto;}
	.width47_768{width:90%; margin:0 auto;}
	.width47_768_100{width:98%; margin:0 auto;}
	.width50_768{width:90%; margin:0 auto;}
	.width50_768_100{width:98%; margin:0 auto;}
	.width55_768{width:90%; margin:0 auto;}
	.width55_768_85{width:85%; margin:0 auto;}
	.width55_768_100{width:98%; margin:0 auto;}
	.width60_768{width:90%; margin:0 auto;}
	.width65_768{width:90%; margin:0 auto;}
	.width70_768{width:90%; padding:0; margin:0 auto;}
	.width70_768_100{width:100%; padding:0; margin:0;}
	.width80_768{width:90%; padding:0; margin:0 auto;}
	.width80_768_100{width:100%; padding:0; margin:0 auto;}
	.width90_768{width:90%; padding:0; margin:0 auto;;}
	.width90_768_100{width:100%; padding:0; margin:0 auto;}}

/*---------------------------------
 フレックス
--------------------------------*/
.flex_center{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex_center_hasi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex_center_center{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.flex_top{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap;
}

.flex_top_hasi{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap:wrap;
}

.flex_top_center{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap:wrap;
}

.flex_end{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap:wrap;
}

.flex_hasi{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.flex_end_hasi{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap:wrap;
}

.row-gap20{row-gap:20px;}
.row-gap30{row-gap:30px;}
.row-gap40{row-gap:40px;}
.row-gap50{row-gap:50px;}
.row-gap30_10{row-gap:30px;}
@media screen and (max-width: 768px) {.row-gap30_10{row-gap:10px;}}

/*--------------------------------
改行
---------------------------------*/
@media screen and (max-width: 1060px) {.br-1060 { display:none; }}

/* 960px以下は改行しない */
@media screen and (max-width: 960px) {.br-960 { display:none; }}

/* 900px以下は改行しない */
@media screen and (max-width: 900px) {.br-900 { display:none; }}

/* 768px以下は改行しない 大きいタブレット縦は改行*/
@media screen and (max-width: 768px) {.br-768 { display:none; }}

@media screen and (max-width: 750px) {.br-750 { display:none; }}
@media screen and (max-width: 700px) {.br_700 { display:none; }}
@media screen and (max-width: 600px) {.br_600 { display:none; }}
@media screen and (max-width: 480px) {.br_480 { display:none!important; }}
@media screen and (max-width: 400px) {.br_400 { display:none!important; }}

@media screen and (min-width: 1263px) {.br1263 { display: none;}}
@media screen and (min-width: 1180px) {.br1180 { display: none;}}
@media screen and (min-width: 1150px) {.br1150 { display: none;}}
@media screen and (min-width: 1080px) {.br1080 { display: none;}}
@media screen and (min-width: 1032px) {.br1032 { display: none;}}
@media screen and (min-width: 970px) {
	.br970 { display: none;}}

@media screen and (min-width: 960px) {
	.br960 { display: none;}}

@media screen and (min-width: 875px) {
	.br875 { display: none;}}

@media screen and (min-width: 851px) {
	.br850 { display: none;}}

@media screen and (min-width: 801px) {
	.br800 { display: none;}}

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

@media screen and (min-width: 750px) {
	.br750 { display: none;}}

@media screen and (min-width: 700px) {
	.br700 { display: none;}}

@media screen and (min-width: 650px) {
	.br650 { display: none;}}

@media screen and (min-width: 600px) {
	.br600 { display: none;}}

@media screen and (min-width: 550px) {
	.br550 { display: none;}}

@media screen and (min-width: 481px) {
	.br480 { display: none;}}

@media screen and (min-width: 461px) {
	.br460 { display: none;}}

@media screen and (min-width: 430px) {
	.br430 { display: none;}}

@media screen and (min-width: 420px) {
	.br420 { display: none;}}

@media screen and (min-width: 400px) {
	.br400 { display: none;}}

@media screen and (min-width: 390px) {
	.br390 { display: none;}}

@media screen and (min-width: 376px) {
	.br375 { display: none;}}
@media screen and (min-width: 361px) {
	.br360 { display: none;}}

@media screen and (min-width: 351px) {
	.br350 { display: none;}}

@media screen and (min-width: 321px) {
	.br320 { display: none;}}

/*--------------------------------
画像の切り替え（スマホとPC)
---------------------------------*/
.pc960 { display: block !important; margin:0;}
.sp960 { display: none !important;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 960px) {
.pc960 { display: none !important; }
.sp960 { display: block !important; }
}

.pc850 { display: block !important; }
.sp850 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 850px) {
.pc850 { display: none !important; }
.sp850 { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc820 { display: block !important; }
.sp820 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 820px) {
.pc820 { display: none !important; }
.sp820 { display: block !important; }
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc768 { display: block !important; }
.sp768 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc768 { display: none !important; }
.sp768 { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc750 { display:block !important; }
.sp750 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc750 { display: none !important; }
.sp750 { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc640 { display:block !important; }
.sp640 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc640 { display: none !important; }
.sp640 { display: block !important; }
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc480 { display:block !important; }
.sp480 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.pc480 { display: none !important; }
.sp480 { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc420 { display:block !important; }
.sp420 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 421px) {
.pc420 { display: none !important; }
.sp420 { display: block !important; }
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される ★★文中で改行をいれないときに使用！！ */
.pc800il { display: inline-block !important; }
.sp800il { display: none !important; }
@media only screen and (max-width: 800px){
.pc800il { display: none !important; }
.sp800il { display: inline-block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される ★★文中で改行をいれないときに使用！！ */
.pc768il { display: inline-block !important; }
.sp768il { display: none !important; }
@media only screen and (max-width: 768px){
.pc768il { display: none !important; }
.sp768il { display: inline-block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される ★★文中で改行をいれないときに使用！！ */
.pc600il { display: inline-block !important; }
.sp600il { display: none !important; }
@media only screen and (max-width: 600px){
.pc600il { display: none !important; }
.sp600il { display: inline-block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される ★★文中で改行をいれないときに使用！！ */
.pc480il { display: inline-block !important; }
.sp480il { display: none !important; }
@media only screen and (max-width: 480px) {
.pc480il { display: none !important; }
.sp480il { display: inline-block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される ★★文中で改行をいれないときに使用！！ */
.pc375il { display: inline-block !important; }
.sp375il { display: none !important; }
@media only screen and (max-width: 375px) {
.pc375il { display: none !important; }
.sp375il { display: inline-block !important; }
}

/*--------------------------------
文字の色
---------------------------------*/
.whitemoji{color:#fff!important;}
.redmoji{color:#bc1515!important;}
.vividredmoji{color:#ff0000!important;}
.greenmoji{color:#146066!important;}
.orangemoji{color:#c1401e!important;}
.brownmoji{color:#562928!important;}
.momomoji{color:#dd8585!important;}
.goldmoji{color:#b28e34!important;}
.macchamoji{color:#6c8e5f!important;}
.murasakimoji{color:#dd8585!important;}
.bluemoji{color:#1f82bf!important;}
.murasakimoji{color:#662d91!important;}
.goldmoji_morinoutage{color:#cc9f52!important;}
/*--------------------------------
背景色
---------------------------------*/
.grayback{background: #f9f9f7!important; width:100%; margin:0; padding:0;}
.beigeback{background: #f8f4f1!important; width:100%; margin:0; padding:0;}
.mizuiroback{background:#eff3f4!important; width:100%; margin:0; padding:0;}
.orangeback{background:#fff6f5!important; width:100%; margin:0; padding:0;}
.whiteback{background:#ffffff!important; width:100%; margin:0; padding:0;}

/* =========================================================
   House of Beans / Site Design
   共通設定の後ろに置いて、HOB専用CSSをまとめて管理
========================================================= */

/************************************
** HOB 変数・基本設定
************************************/

:root {
  --hob-black: #111111;
  --hob-brown: #241815;
  --hob-gold: #b08a3a;
  --hob-cream: #f7f1e8;
  --hob-green: #243324;
  --hob-white: #ffffff;
  --hob-serif-en: "Cormorant Garamond", "Times New Roman", serif;
  --hob-serif-ja: "Noto Serif JP", "Yu Mincho", "游明朝", serif;
}

/* Cocoon標準ヘッダー・ナビは非表示 */
#header-container,
#navi {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* HOB 横幅リセット：100vwによる横スクロールを根本対策 */
html,
body {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe {
  max-width: 100%;
}

/************************************
** Cocoon TOP余白リセット
************************************/

body.home {
  margin: 0 !important;
  padding: 0 !important;
}

.home #container,
.home #content,
.home #content-in,
.home .main,
.home .article,
.home .entry-content,
.home .content,
.home .wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

.home .breadcrumb,
.home .entry-title,
.home .date-tags,
.home .sns-share,
.home .sns-follow,
.home .article-footer,
.home .under-entry-content,
.home #sidebar,
.home .sidebar,
.home .widget-area,
.home .widget-sidebar {
  display: none !important;
}

/************************************
** 共通グローバルヘッダー
************************************/

.hob-global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 86px;
  padding: 24px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  color: #fff;
  background: rgba(10, 10, 10, .72);
  backdrop-filter: blur(8px);
}

.home .hob-global-header {
  position: absolute;
  justify-content: flex-end !important;
  background: transparent;
  backdrop-filter: none;
}

.home .hob-global-logo {
  display: none !important;
}

.hob-global-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff !important;
  text-decoration: none;
}

.hob-global-logo:hover {
  color: #fff !important;
  opacity: .85;
}

.hob-global-logo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.85);
  font-family: var(--hob-serif-en);
  font-size: 20px;
  letter-spacing: .04em;
  line-height: 1;
}

.hob-global-logo__text {
  display: flex;
  flex-direction: column;
  font-family: var(--hob-serif-en);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.05;
}

.hob-global-logo__text small {
  margin-top: 5px;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
}

/************************************
** MENUボタン
************************************/

.hob-menu-button {
  width: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.hob-menu-button span {
  display: block;
  width: 42px;
  height: 2px;
  margin: 0 auto 8px;
  background: #fff;
}

.hob-menu-button em {
  display: block;
  margin-top: 2px;
  font-family: var(--hob-serif-en);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .08em;
}

.hob-menu-button:hover {
  opacity: .78;
}

/************************************
** オーバーレイメニュー
************************************/

.hob-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  background: rgba(17,17,17,.96);
  color: #fff;
}

.hob-menu-panel.is-open {
  display: block;
}

.hob-menu-panel__inner {
  position: relative;
  width: min(92vw, 720px);
  margin: 0 auto;
  padding: 110px 24px 60px;
  text-align: center;
}

.hob-menu-close {
  position: absolute;
  top: 32px;
  right: 24px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.hob-menu-close:hover {
  opacity: .75;
}

.hob-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hob-menu-list li {
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.hob-menu-list a {
  display: block;
  padding: 22px 0;
  color: #fff !important;
  text-decoration: none;
  font-family: var(--hob-serif-ja);
  font-size: 24px;
  letter-spacing: .08em;
}

.hob-menu-list a:hover {
  color: var(--hob-gold) !important;
}

body.hob-menu-open {
  overflow: hidden;
}
/************************************
** HOB 下層ページ共通レイアウト
************************************/

/* 固定ヘッダーをコンテンツ上に重ね、Cocoon外側余白を統一 */
body:not(.home) #container,
body:not(.home) #content,
body:not(.home) #content-in {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

body:not(.home) #content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ページ内リンク時に固定ヘッダーへ見出しが隠れないようにする */
html {
  scroll-padding-top: 100px;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 84px;
  }
}
/************************************
** TOP全体
************************************/

.home .hob-front {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-top: 0 !important;
  overflow-x: hidden !important;
}

/************************************
** TOP HERO
************************************/

.home .hob-hero {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh !important;
  height: 100svh !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #111;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.home .hob-hero__picture,
.home .hob-hero__picture img,
.home .hob-hero__video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.home .hob-hero__picture {
  z-index: 0;
}

.home .hob-hero__picture img,
.home .hob-hero__video {
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.home .hob-hero__video {
  z-index: 1 !important;
  visibility: visible !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .5s ease;
}

.home .hob-hero__video.is-video-ready {
  opacity: 1 !important;
}

/* iPhone等で中央再生ボタンが出る場合の保険 */
.home .hob-hero__video::-webkit-media-controls,
.home .hob-hero__video::-webkit-media-controls-panel,
.home .hob-hero__video::-webkit-media-controls-play-button,
.home .hob-hero__video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
}

.home .hob-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(
      circle at center,
      rgba(0, 0, 0, .08) 0%,
      rgba(0, 0, 0, .22) 42%,
      rgba(0, 0, 0, .58) 100%
    );
  pointer-events: none;
}

.home .hob-hero__center {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 5 !important;
  width: min(84vw, 700px) !important;
  transform: translate(-50%, -50%) !important;
  text-align: center !important;
  color: #fff !important;
}

.home .hob-hero__logo-image {
  width: min(30vw, 350px);
  margin: 0 auto 28px;
}

.home .hob-hero__logo-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 5px 18px rgba(0,0,0,.48));
}

.home .hob-hero__copy,
.home .hob-hero__lead {
  color: #fff;
  font-family: var(--hob-serif-en);
  text-shadow: 0 4px 18px rgba(0,0,0,.6);
}

.home .hob-hero__copy {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.1vw, 34px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .035em;
}

.home .hob-hero__lead {
  margin: 0;
  font-size: clamp(21px, 2.3vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .02em;
}

.home .hob-hero__small,
.home .hob-hero__logo {
  display: none !important;
}

/************************************
** Brand Statement
************************************/

.hob-intro {
  position: relative;
  z-index: 1;
  padding: 88px 20px 30px;
  background: #fff;
  color: var(--hob-brown);
}

.hob-intro__inner {
  max-width: 900px;
  margin: 0 auto;
}

.hob-intro h2 {
  margin: 0 0 26px;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.75;
  font-weight: 600;
}

.hob-intro__sub {
  margin: 0 0 48px;
  color: #7a4b2c;
  font-family: var(--hob-serif-en);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.7;
  font-weight: 600;
}

.hob-intro__text {
  font-family: var(--hob-serif-ja);
  font-size: 17px;
  line-height: 2.25;
}

.hob-intro__text p {
  margin: 0 0 26px;
}

/************************************
** News
************************************/

.hob-news {
  padding: 70px 20px 40px;
  background: rgba(247,241,232,.82);
  color: var(--hob-brown);
}

.hob-news__inner {
  max-width: 980px;
  margin: 0 auto;
}

.hob-section-title {
  text-align: center;
  margin-bottom: 34px;
}

.hob-section-title h2 {
  margin: 0;
  color: var(--hob-brown);
  font-family: var(--hob-serif-en);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .04em;
}

.hob-section-title p {
  margin: 4px 0 0;
  color: var(--hob-brown);
  font-size: 14px;
}

.hob-news__list {
  max-width: 850px;
  margin: 0 auto;
}

.hob-news__item {
  display: grid;
  grid-template-columns: 120px 120px 1fr;
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(36,24,21,.14);
  font-size: 15px;
}

.hob-news__item time {
  color: var(--hob-brown);
  font-family: var(--hob-serif-en);
  font-size: 18px;
}

.hob-news__cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 88px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #ede4d6;
  color: var(--hob-brown);
  font-size: 13px;
}

.hob-news__cat--blue {
  background: #d9edf7;
}

.hob-news__item a {
  color: var(--hob-brown) !important;
  text-decoration: none;
}

.hob-news__item a:hover {
  color: var(--hob-gold) !important;
}

/************************************
** BUSINESS / RETAIL BANNERS
************************************/

.hob-entry-banners {
  padding: 34px 20px 84px;
  background: #fff;
}

.hob-entry-banners__inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hob-entry-banner {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
  padding: 44px 52px;
  overflow: hidden;
  color: var(--hob-brown) !important;
  text-decoration: none;
  background-image: var(--banner-img);
  background-size: cover;
  background-position: center center;
  isolation: isolate;
}

.hob-entry-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--banner-img);
  background-size: cover;
  background-position: center center;
  transition: transform .7s ease;
}

.hob-entry-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: opacity .35s ease;
}

.hob-entry-banner:hover::before {
  transform: scale(1.045);
}

.hob-entry-banner--dark {
  color: #fff !important;
  background-color: #15120f;
}

.hob-entry-banner--dark::after {
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.78) 0%,
      rgba(0,0,0,.56) 44%,
      rgba(0,0,0,.24) 100%
    );
}

.hob-entry-banner--light {
  color: var(--hob-brown) !important;
  background-color: #f7f1e8;
}

.hob-entry-banner--light::after {
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.88) 0%,
      rgba(255,255,255,.64) 46%,
      rgba(255,255,255,.20) 100%
    );
}

.hob-entry-banner__content {
  position: relative;
  z-index: 1;
  max-width: 360px;
}

.hob-entry-banner__content span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--hob-serif-en);
  font-size: 14px;
  line-height: 1;
  letter-spacing: .04em;
  opacity: .82;
}

.hob-entry-banner__content h2 {
  margin: 0 0 14px;
  font-family: var(--hob-serif-ja);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: .06em;
}

.hob-entry-banner__content p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .04em;
}

.hob-entry-banner__content em {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 172px;
  padding: 11px 18px;
  border: 1px solid currentColor;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .02em;
  transition: background .25s ease, color .25s ease;
}

.hob-entry-banner__content b {
  font-weight: 400;
}

.hob-entry-banner--dark .hob-entry-banner__content em {
  color: #fff;
}

.hob-entry-banner--dark:hover .hob-entry-banner__content em {
  background: #fff;
  color: #111;
}

.hob-entry-banner--light:hover .hob-entry-banner__content em {
  background: var(--hob-brown);
  color: #fff;
}

/************************************
** ABOUT / House of Beans Story
************************************/

.hob-about-story {
  --about-card: rgba(255,255,255,.84);

  position: relative;
  padding: 104px 20px 110px;
  color: var(--hob-brown);
  background: #f7f1e8;
  overflow: hidden;
  isolation: isolate;
}

.hob-about-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: var(--about-bg);
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
}

.hob-about-story::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      180deg,
      rgba(247,241,232,.76) 0%,
      rgba(255,250,242,.68) 42%,
      rgba(247,241,232,.84) 100%
    );
}

.hob-about-story__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 10% 12%, rgba(176,138,58,.18), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(36,51,36,.14), transparent 34%);
  pointer-events: none;
}

.hob-about-story__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.hob-about-story__head {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.hob-about-story__eyebrow {
  margin: 0 0 12px;
  color: var(--hob-gold);
  font-family: var(--hob-serif-en);
  font-size: 18px;
  letter-spacing: .12em;
}

.hob-about-story__head h2 {
  margin: 0 0 18px;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: .06em;
}

.hob-about-story__lead {
  margin: 0;
  color: #5f3a27;
  font-family: var(--hob-serif-ja);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.9;
  font-weight: 600;
}

/************************************
** ABOUT panel
************************************/

.hob-about-story__panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: stretch;
  box-shadow: 0 24px 60px rgba(36, 24, 21, .10);
}

.hob-about-story__photo {
  margin: 0;
  min-height: 480px;
  overflow: hidden;
  background: #ddd;
}

.hob-about-story__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.hob-about-story__text-card {
  padding: 54px 58px;
  background: var(--about-card);
  border: 1px solid rgba(176,138,58,.16);
  backdrop-filter: blur(3px);
}

.hob-about-story__catch {
  margin: 0 0 28px !important;
  color: var(--hob-brown) !important;
  font-family: var(--hob-serif-ja);
  font-size: clamp(22px, 2.3vw, 29px) !important;
  line-height: 1.72 !important;
  font-weight: 600;
  letter-spacing: .04em;
}

.hob-about-story__catch span {
  display: inline-block;
  white-space: nowrap;
}

.hob-about-story__text-card p {
  margin: 0 0 20px;
  color: var(--hob-brown);
  font-size: 16px;
  line-height: 2.05;
  letter-spacing: .02em;
}

.hob-about-story__text-card p:last-child {
  margin-bottom: 0;
}

/************************************
** ABOUT features
************************************/

.hob-about-story__features {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hob-about-story__feature {
  padding: 28px 26px 26px;
  background: rgba(36,51,36,.94);
  color: #fff;
  box-shadow: 0 16px 38px rgba(36, 24, 21, .08);
}

.hob-about-story__feature span {
  display: block;
  margin-bottom: 12px;
  color: var(--hob-gold);
  font-family: var(--hob-serif-en);
  font-size: 32px;
  line-height: 1;
}

.hob-about-story__feature h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--hob-serif-ja);
  font-size: 19px;
  line-height: 1.5;
}

.hob-about-story__feature p {
  margin: 0;
  color: rgba(255,255,255,.80);
  font-size: 13px;
  line-height: 1.9;
}

/************************************
** ABOUT official logos
************************************/

.hob-about-story__official {
  margin-top: 58px;
  padding: 42px 44px 36px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(176,138,58,.18);
  box-shadow: 0 18px 46px rgba(36, 24, 21, .06);
  backdrop-filter: blur(3px);
}

.hob-about-story__official-label {
  margin: 0 0 34px;
  text-align: center;
  color: #7a4b2c;
  font-family: var(--hob-serif-en);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .07em;
}

.hob-about-story__official-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.hob-about-story__official-logo {
  --logo-pc: 98px;
  --logo-sp: 88px;
  --logo-xs: 82px;

  margin: 0;
  min-height: 176px;
  padding: 20px 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(176,138,58,.12);
  box-shadow: 0 10px 28px rgba(36, 24, 21, .035);
}

.hob-about-story__official-logo--bi {
  --logo-pc: 82px;
  --logo-sp: 72px;
  --logo-xs: 66px;
}

.hob-about-story__official-logo--kbri {
  --logo-pc: 124px;
  --logo-sp: 108px;
  --logo-xs: 100px;
}

.hob-about-story__official-logo-media {
  width: 100%;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hob-about-story__official-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: var(--logo-pc);
  object-fit: contain;
}

.hob-about-story__official-logo figcaption {
  margin-top: 14px;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  text-align: center;
  letter-spacing: .03em;
}

/************************************
** HOB Responsive
************************************/

@media screen and (max-width: 1023px) {
  .hob-global-header {
    padding: 22px 28px;
  }

  .hob-entry-banner {
    min-height: 220px;
    padding: 38px 36px;
  }

  .hob-about-story__panel {
    grid-template-columns: 1fr;
  }

  .hob-about-story__photo,
  .hob-about-story__photo img {
    min-height: 360px;
  }
}

@media screen and (max-width: 834px) {
  .hob-news__item {
    grid-template-columns: 100px 100px 1fr;
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hob-global-header {
    height: 76px;
    padding: 20px 20px 16px;
  }

  .hob-global-logo__mark {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .hob-global-logo__text {
    font-size: 18px;
  }

  .hob-global-logo__text small {
    font-size: 6px;
  }

  .hob-menu-button {
    width: 52px;
  }

  .hob-menu-button span {
    width: 36px;
    margin-bottom: 7px;
  }

  .hob-menu-button em {
    font-size: 13px;
  }

  .hob-menu-panel__inner {
    padding-top: 92px;
  }

  .hob-menu-list a {
    font-size: 20px;
    padding: 19px 0;
  }


  .home .hob-hero {
    height: 100svh !important;
    min-height: 100svh !important;
  }

  .home .hob-hero__picture img,
  .home .hob-hero__video {
    object-position: center center !important;
  }

  .home .hob-hero__shade {
    background:
      radial-gradient(
        circle at center,
        rgba(0,0,0,.12) 0%,
        rgba(0,0,0,.28) 45%,
        rgba(0,0,0,.66) 100%
      );
  }

  .home .hob-hero__center {
    width: 94vw !important;
  }

  .home .hob-hero__logo-image {
    width: 35vw;
    margin-bottom: 22px;
  }

  .home .hob-hero__copy {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: .025em;
    margin-bottom: 8px;
  }

  .home .hob-hero__lead {
    font-size: 21px;
    line-height: 1.35;
  }

  .hob-intro {
    padding: 64px 22px 30px;
  }

  .hob-intro h2 {
    font-size: 24px;
    line-height: 1.8;
  }

  .hob-intro__sub {
    font-size: 18px;
    margin-bottom: 34px;
  }

  .hob-intro__text {
    font-size: 15px;
    line-height: 2;
  }

  .hob-news {
    padding: 58px 22px 34px;
  }

  .hob-news__item {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 0;
  }

  .hob-news__cat {
    justify-content: flex-start;
    width: fit-content;
  }

  .hob-entry-banners {
    padding: 28px 18px 64px;
  }

  .hob-entry-banners__inner {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hob-entry-banner {
    min-height: 220px;
    padding: 34px 26px;
  }

  .hob-entry-banner__content h2 {
    font-size: 30px;
  }

  .hob-entry-banner__content p {
    font-size: 13px;
  }

  .hob-about-story {
    padding: 72px 18px 78px;
  }

  .hob-about-story__inner {
    width: 100%;
  }

  .hob-about-story__head {
    margin-bottom: 38px;
    text-align: left;
  }

  .hob-about-story__eyebrow {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .hob-about-story__head h2 {
    font-size: 26px;
    line-height: 1.45;
  }

  .hob-about-story__lead {
    font-size: 16px;
    line-height: 1.85;
  }

  .hob-about-story__photo,
  .hob-about-story__photo img {
    min-height: 240px;
  }

  .hob-about-story__text-card {
    padding: 32px 24px;
  }

 .hob-about-story__catch {
  font-size: clamp(18px, 5vw, 22px) !important;
  line-height: 1.75 !important;
  letter-spacing: .02em;
}

  .hob-about-story__text-card p {
    font-size: 14px;
    line-height: 2;
  }

  .hob-about-story__features {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hob-about-story__feature {
    padding: 22px 20px;
  }

  .hob-about-story__official {
    margin-top: 42px;
    padding: 32px 18px 26px;
  }

  .hob-about-story__official-label {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .hob-about-story__official-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .hob-about-story__official-logo {
    min-height: 172px;
    padding: 18px 10px 14px;
  }

  .hob-about-story__official-logo-media {
    height: 118px;
  }

  .hob-about-story__official-logo img {
    max-height: var(--logo-sp);
  }

  .hob-about-story__official-logo figcaption {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 580px) {
  .hob-intro h2 {
    font-size: 22px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 480px) {
  .home .hob-hero__center {
    width: 96vw !important;
  }

  .home .hob-hero__logo-image {
    width: 40vw;
    margin-bottom: 20px;
  }

  .home .hob-hero__copy {
    font-size: 18px;
  }

  .home .hob-hero__lead {
    font-size: 19px;
  }

  .hob-global-logo__text {
    font-size: 16px;
  }

  .hob-global-logo__text small {
    display: none;
  }

  .hob-intro h2 {
    font-size: 21px;
    line-height: 1.8;
  }

  .hob-intro__sub {
    font-size: 14px;
  }

  .hob-entry-banner {
    min-height: 204px;
    padding: 30px 22px;
  }

  .hob-entry-banner__content em {
    min-width: auto;
    padding: 10px 15px;
    font-size: 12px;
  }
	
.hob-about-story__catch {
  font-size: clamp(17px, 4.8vw, 20px) !important;
  line-height: 1.75 !important;
  letter-spacing: .01em;
}

  .hob-about-story__official {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hob-about-story__official-logos {
    gap: 12px;
  }

  .hob-about-story__official-logo {
    min-height: 164px;
    padding: 16px 8px 12px;
  }

  .hob-about-story__official-logo-media {
    height: 110px;
  }

  .hob-about-story__official-logo img {
    max-height: var(--logo-xs);
  }

  .hob-about-story__official-logo figcaption {
    font-size: 11px;
  }
}

@media screen and (max-width: 382px) {
	  .hob-intro h2 {
    font-size: 16px;
    line-height: 1.8;
  }
}
/************************************
** Flagship Stores List
************************************/

.hob-flagship-list {
  padding: 110px 20px 80px;
  background:
    radial-gradient(circle at 12% 16%, rgba(176,138,58,.10), transparent 28%),
    linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
  color: var(--hob-brown);
}

.hob-flagship-list__inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.hob-page-heading {
  margin-bottom: 58px;
  text-align: center;
}

.hob-page-heading p {
  margin: 0 0 10px;
  color: var(--hob-gold);
  font-family: var(--hob-serif-en);
  font-size: 24px;
  letter-spacing: .1em;
}

.hob-page-heading h2 {
  margin: 0;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

/************************************
** Store cards
************************************/

.hob-store-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  align-items: stretch;
}

.hob-store-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  height: 100%;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(36,24,21,.14);
}

.hob-store-item__image {
  margin: 0;
  min-height: 280px;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
}

.hob-store-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center center;
  transition: transform .6s ease;
}

.hob-store-item:hover .hob-store-item__image img {
  transform: scale(1.04);
}

.hob-store-item__body {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.hob-store-item__area {
  margin: 0 0 14px;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}

.hob-store-item__lead {
  margin: 0 0 18px;
  color: #5f3a27;
  font-size: 14px;
  line-height: 1.9;
}

.hob-store-item__info {
  margin-bottom: 16px;
  color: var(--hob-brown);
  font-size: 13px;
  line-height: 1.8;
}

.hob-store-item__info p {
  margin: 0 0 6px;
}

.hob-store-item__info a {
  color: var(--hob-brown) !important;
  text-decoration: none;
}

.hob-store-item__links {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}

.hob-store-item__links a {
  color: var(--hob-brown) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(36,24,21,.35);
  padding-bottom: 3px;
}

.hob-store-item__links a:hover {
  color: var(--hob-gold) !important;
  border-color: var(--hob-gold);
}

/************************************
** Flagship Stores responsive
************************************/

@media screen and (max-width: 1023px) {
  .hob-store-list {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hob-store-item {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .hob-store-item__image,
  .hob-store-item__image img,
  .hob-store-item__body {
    min-height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .hob-flagship-list {
    padding: 82px 18px 60px;
  }

  .hob-page-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .hob-page-heading p {
    font-size: 20px;
  }

  .hob-page-heading h1 {
    font-size: 24px;
    line-height: 1.65;
  }

  .hob-store-list {
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .hob-store-item {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px;
    padding-bottom: 34px;
  }

  .hob-store-item__image,
  .hob-store-item__image.pc768,
  .hob-store-item__image.sp768 {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
    min-height: 220px !important;
    margin: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
  }

  .hob-store-item__image img,
  .hob-store-item__image img.pc768,
  .hob-store-item__image img.sp768 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 220px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .hob-store-item__body {
    min-height: auto !important;
    display: block;
  }

  .hob-store-item__area {
    font-size: 18px;
  }

  .hob-store-item__links {
    margin-top: 18px;
    gap: 16px;
    flex-wrap: wrap;
  }
}

/************************************
** Footer Link Cards
************************************/

.hob-footer-links {
  position: relative;
  padding: 92px 20px 96px;
  background:
    radial-gradient(circle at 12% 18%, rgba(176,138,58,.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7f1e8 100%);
  color: var(--hob-brown);
  overflow: hidden;
}

.hob-footer-links::before {
  content: "HOUSE OF BEANS";
  position: absolute;
  right: -42px;
  top: 46px;
  color: rgba(36,24,21,.035);
  font-family: var(--hob-serif-en);
  font-size: clamp(58px, 10vw, 150px);
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.hob-footer-links__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.hob-footer-links__head {
  margin-bottom: 42px;
  text-align: center;
}

.hob-footer-links__head p {
  margin: 0 0 10px;
  color: var(--hob-gold);
  font-family: var(--hob-serif-en);
  font-size: 20px;
  letter-spacing: .12em;
}

.hob-footer-links__head h2 {
  margin: 0;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

.hob-footer-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hob-footer-link-card {
  position: relative;
  min-height: 230px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none;
  background-image: var(--card-img);
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(36,24,21,.12);
  isolation: isolate;
}

.hob-footer-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--card-img);
  background-size: cover;
  background-position: center center;
  transition: transform .7s ease;
}

.hob-footer-link-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.05) 0%,
      rgba(0,0,0,.34) 48%,
      rgba(0,0,0,.80) 100%
    );
  transition: background .35s ease;
}

.hob-footer-link-card:hover {
  color: #fff !important;
}

.hob-footer-link-card:hover::before {
  transform: scale(1.055);
}

.hob-footer-link-card:hover::after {
  background:
    linear-gradient(
      180deg,
      rgba(36,51,36,.12) 0%,
      rgba(36,51,36,.48) 48%,
      rgba(17,17,17,.86) 100%
    );
}

.hob-footer-link-card__label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.86);
  font-family: var(--hob-serif-en);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.hob-footer-link-card strong {
  display: block;
  color: #fff;
  font-family: var(--hob-serif-ja);
  font-size: clamp(18px, 1.6vw, 26px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: .06em;
  text-shadow: 0 3px 16px rgba(0,0,0,.45);
}

.hob-footer-link-card em {
  display: inline-block;
  margin-top: 16px;
  color: rgba(255,255,255,.88);
  font-family: var(--hob-serif-en);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .08em;
}

@media screen and (max-width: 768px) {
  .hob-footer-links {
    padding: 68px 16px 72px;
  }

  .hob-footer-links::before {
    right: -28px;
    top: 28px;
    font-size: 52px;
    opacity: .65;
  }

  .hob-footer-links__inner {
    width: 100%;
  }

  .hob-footer-links__head {
    margin-bottom: 32px;
    text-align: left;
  }

  .hob-footer-links__head p {
    font-size: 16px;
  }

  .hob-footer-links__head h2 {
    font-size: 22px;
    line-height: 1.7;
  }

  .hob-footer-links__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .hob-footer-link-card {
    min-height: 168px;
    padding: 18px 16px;
    border-radius: 10px;
  }

  .hob-footer-link-card__label {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: .12em;
  }

  .hob-footer-link-card strong {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: .04em;
  }

  .hob-footer-link-card em {
    margin-top: 12px;
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .hob-footer-link-card strong {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .hob-footer-link-card {
    min-height: 154px;
    padding: 16px 13px;
  }

  .hob-footer-link-card strong {
    font-size: 15px;
  }
}

/************************************
** LINE Entry
************************************/

.hob-line-entry {
  position: relative;
  z-index: 2;
  margin: 0 auto 38px;
  padding: 0;
}

.hob-line-entry__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 28px 36px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,241,232,.94) 100%);
  border: 1px solid rgba(176,138,58,.28);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(36,24,21,.08);
}

.hob-line-entry__label {
  margin: 0 0 12px;
  color: var(--hob-gold);
  font-family: var(--hob-serif-en);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .16em;
}

.hob-line-entry__text {
  margin: 0 0 24px;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .04em;
}

.hob-line-entry__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 250px;
  padding: 15px 28px;
  color: #fff !important;
  background: #06c755;
  border-radius: 999px;
  font-family: var(--hob-serif-ja);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(6,199,85,.28);
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.hob-line-entry__button:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(6,199,85,.34);
  opacity: .92;
}

.hob-line-entry__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 22px;
  color: #06c755;
  background: #fff;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .hob-line-entry {
    margin: 0 auto 28px;
  }

  .hob-line-entry__inner {
    padding: 28px 18px 30px;
    border-radius: 14px;
    margin: 0 18px;
  }

  .hob-line-entry__label {
    font-size: 13px;
    letter-spacing: .14em;
  }

  .hob-line-entry__text {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
  }

  .hob-line-entry__button {
    width: 100%;
    min-width: 0;
    padding: 16px 18px;
    font-size: 15px;
  }
}

@media screen and (max-width: 380px) {
  .hob-line-entry__text {
    font-size: 16px;
  }

  .hob-line-entry__button {
    font-size: 14px;
  }
}

/************************************
** HOB Site Footer
************************************/

.hob-site-footer {
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: var(--hob-brown);
  border-top: 1px solid rgba(36,24,21,.08);
  overflow-x: hidden;
}

/* Official Support */
.hob-footer-support {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
  border-bottom: 1px solid rgba(36,24,21,.08);
}

.hob-footer-support__inner {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 34px 0 32px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 34px;
  align-items: center;
}

.hob-footer-support__title {
  color: var(--hob-brown);
  font-family: var(--hob-serif-en);
  line-height: 1.25;
}

.hob-footer-support__title span,
.hob-footer-support__title strong {
  display: block;
  font-weight: 500;
}

.hob-footer-support__title span {
  font-size: 15px;
  letter-spacing: .02em;
}

.hob-footer-support__title strong {
  margin-top: 2px;
  font-size: 16px;
  letter-spacing: .04em;
}

.hob-footer-support__logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.hob-footer-support__logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 0 4px;
  text-decoration: none !important;
  transition: opacity .25s ease;
}

.hob-footer-support__logos a:hover {
  opacity: .72;
}

.hob-footer-support__logos img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
}

.hob-footer-support__logos img[alt*="Ministry"],
.hob-footer-support__logos img[alt*="Embassy"],
.hob-footer-support__logos img[alt*="Bank"] ,
.hob-footer-support__logos img[alt*="ISEF"] {
  max-height: 58px;
}

.hob-footer-support__logos img[alt*="KKI"] {
  max-height: 68px;
}

/* Main Footer */
.hob-footer-main {
  width: 100%;
  max-width: 100%;
  background: #fff;
}

.hob-footer-main__inner {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 42px 0 38px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: start;
}

/* Brand Logo：画像ロゴ用 */
.hob-footer-brand__logo {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0 !important;
  line-height: 1;
  color: var(--hob-brown) !important;
  text-decoration: none !important;
}

.hob-footer-brand__logo:hover {
  opacity: .82;
}

.hob-footer-brand__image {
  display: block !important;
  width: 130px;
  max-width: 130px;
  height: auto !important;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
}

/* 旧テキストロゴがHTML側に残った場合の保険 */
.hob-footer-brand__mark,
.hob-footer-brand__text {
  display: none !important;
}

/* SNS FontAwesome：丸枠なし・アイコンのみ */
.hob-footer-social {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.hob-footer-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--hob-brown) !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: color .25s ease, transform .25s ease, opacity .25s ease;
}

.hob-footer-social a i {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.hob-footer-social a:hover {
  background: transparent !important;
  color: var(--hob-gold) !important;
  transform: translateY(-2px);
  opacity: 1;
}

.hob-footer-social a[aria-label="Instagram"]:hover {
  color: #111 !important;
}

.hob-footer-social a[aria-label="Facebook"]:hover {
  color: #1877f2 !important;
}

.hob-footer-social a[aria-label="LINE"]:hover {
  color: #06c755 !important;
}

/* Footer Navigation */
.hob-footer-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.hob-footer-nav a {
  display: block;
  color: var(--hob-brown) !important;
  text-decoration: none !important;
}

.hob-footer-nav a:hover {
  color: var(--hob-gold) !important;
}

.hob-footer-nav span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--hob-serif-en);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.hob-footer-nav small {
  display: block;
  color: rgba(36,24,21,.76);
  font-family: var(--hob-serif-ja);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .04em;
}

/* Footer Bottom */
.hob-footer-bottom-custom {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-top: 1px solid rgba(36,24,21,.08);
}

.hob-footer-bottom-custom__inner {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 16px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.hob-footer-bottom-custom__links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.hob-footer-bottom-custom__links a {
  position: relative;
  color: rgba(36,24,21,.78) !important;
  font-size: 12px;
  text-decoration: none !important;
  letter-spacing: .04em;
}

.hob-footer-bottom-custom__links a + a::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: rgba(36,24,21,.25);
  transform: translateY(-50%);
}

.hob-footer-bottom-custom__links a:hover {
  color: var(--hob-gold) !important;
}

.hob-footer-bottom-custom p {
  margin: 0;
  color: rgba(36,24,21,.72);
  font-family: var(--hob-serif-en);
  font-size: 12px;
  letter-spacing: .02em;
}

/************************************
** Cocoon Footer Reset
************************************/

#footer,
#footer-container,
.footer {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  color: inherit !important;
  overflow-x: hidden;
}

/* Cocoon標準フッターウィジェットを非表示 */
#footer .footer-widgets,
#footer .footer-widgets-mobile,
#footer .footer-left,
#footer .footer-center,
#footer .footer-right,
#footer .widget_search,
#footer .widget_recent_entries,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_categories {
  display: none !important;
}

/* footer-bottom.phpに入れたHOBフッターを表示 */
.footer-bottom.hob-footer-bottom-template {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  color: inherit !important;
}

.hob-footer-bottom-template > .footer-bottom-logo,
.hob-footer-bottom-template > .footer-bottom-content,
.hob-footer-bottom-template .source-org,
.hob-footer-bottom-template .copyright {
  display: none !important;
}

.hob-footer-bottom-template .hob-site-footer {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
}

/************************************
** Footer Responsive
************************************/

@media screen and (max-width: 960px) {
  .hob-footer-support__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .hob-footer-support__logos {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
  }

  .hob-footer-main__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hob-footer-brand {
    text-align: center;
  }

  .hob-footer-brand__logo,
  .hob-footer-social {
    justify-content: center;
  }

  .hob-footer-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .hob-footer-support__inner {
    width: 90vw;
    padding: 30px 0 28px;
  }

  .hob-footer-support__title span {
    font-size: 14px;
  }

  .hob-footer-support__title strong {
    font-size: 15px;
  }

  .hob-footer-support__logos {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 16px;
  }

  .hob-footer-support__logos a {
    grid-column: span 2;
    min-height: 58px;
    padding: 0 2px;
  }

  /* 4つ目を中央寄りに配置 */
  .hob-footer-support__logos a:nth-child(4) {
    grid-column: 2 / span 2;
  }

  /* 5つ目を中央寄りに配置 */
  .hob-footer-support__logos a:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .hob-footer-support__logos img {
    max-height: 50px;
  }

  .hob-footer-support__logos img[alt*="Ministry"],
  .hob-footer-support__logos img[alt*="Embassy"],
  .hob-footer-support__logos img[alt*="Bank"],
  .hob-footer-support__logos img[alt*="ISEF"] {
    max-height: 46px;
  }

  .hob-footer-support__logos img[alt*="KKI"] {
    max-height: 54px;
  }


  .hob-footer-main__inner {
    width: 90vw;
    padding: 36px 0 30px;
  }

  .hob-footer-brand__image {
    width: 130px;
    max-width: 130px;
    margin: 0 auto;
  }

  .hob-footer-social {
    margin-top: 22px;
    gap: 16px;
  }

  .hob-footer-social a {
    width: 40px;
    height: 40px;
  }

  .hob-footer-social a i {
    font-size: 25px;
  }

  .hob-footer-nav {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    padding-top: 26px;
    text-align: left;
    border-top: 1px solid rgba(36,24,21,.12);
  }

  .hob-footer-nav a {
    position: relative;
    display: block;
    padding: 16px 18px 15px 0;
    border: none !important;
    border-bottom: 1px solid rgba(36,24,21,.12);
    border-radius: 0 !important;
    background: transparent !important;
  }

  .hob-footer-nav a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgba(36,24,21,.55);
    border-right: 1px solid rgba(36,24,21,.55);
    transform: translateY(-50%) rotate(45deg);
    transition: right .25s ease, border-color .25s ease;
  }

  .hob-footer-nav a:hover::after {
    right: -2px;
    border-color: var(--hob-gold);
  }

  .hob-footer-nav span {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
  }

  .hob-footer-nav small {
    color: rgba(36,24,21,.62);
    font-size: 11px;
    line-height: 1.35;
  }

  .hob-footer-nav a:last-child {
    grid-column: 1 / -1;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hob-footer-nav a:last-child span,
  .hob-footer-nav a:last-child small {
    display: inline-block;
    vertical-align: middle;
  }

  .hob-footer-nav a:last-child span {
    margin: 0 14px 0 0;
  }

  .hob-footer-bottom-custom__inner {
    width: 90vw;
    padding: 18px 0 20px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .hob-footer-bottom-custom__links {
    justify-content: center;
  }
}

@media screen and (max-width: 380px) {
  .hob-footer-brand__image {
    width: 120px;
    max-width: 120px;
  }

  .hob-footer-nav {
    gap: 0 18px;
  }

  .hob-footer-nav a {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .hob-footer-nav span {
    font-size: 12px;
    letter-spacing: .1em;
  }

  .hob-footer-nav small {
    font-size: 10px;
  }
}

/* =========================================================
   HOB Coming Soon Page
   下層ページをフル幅でComing Soon表示
========================================================= */

/* 下層ページのタイトル・日付・パンくず・サイドバー等を非表示 */
body:not(.home) .breadcrumb,
body:not(.home) .entry-title,
body:not(.home) .date-tags,
body:not(.home) .sns-share,
body:not(.home) .sns-follow,
body:not(.home) .article-footer,
body:not(.home) .under-entry-content,
body:not(.home) #sidebar,
body:not(.home) .sidebar,
body:not(.home) .widget-area,
body:not(.home) .widget-sidebar,
body:not(.home) .pager-post-navi {
  display: none !important;
}

/* Coming Soon 本体 */
.hob-coming-soon {
  position: relative;
  width: 100%;
  min-height: calc(100svh - 86px);
  padding: 110px 20px 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hob-brown);
  background:
    radial-gradient(circle at 18% 18%, rgba(176,138,58,.13), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(36,51,36,.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f1e8 100%);
  overflow: hidden;
  box-sizing: border-box;
}

.hob-coming-soon::before {
  content: "HOUSE OF BEANS";
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(36,24,21,.045);
  font-family: var(--hob-serif-en);
  font-size: clamp(56px, 11vw, 160px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hob-coming-soon__inner {
  position: relative;
  z-index: 1;
  width: min(860px, 92vw);
  margin: 0 auto;
  padding: 58px 48px 62px;
  text-align: center;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(176,138,58,.28);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(36,24,21,.10);
  backdrop-filter: blur(8px);
  box-sizing: border-box;
}

.hob-coming-soon__label {
  margin: 0 0 18px;
  color: var(--hob-gold);
  font-family: var(--hob-serif-en);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .18em;
}

.hob-coming-soon__title {
  margin: 0 0 24px !important;
  color: var(--hob-brown);
  font-family: var(--hob-serif-en);
  font-size: clamp(54px, 8vw, 104px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: .04em;
}

.hob-coming-soon__lead {
  margin: 0 0 18px;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .06em;
}

.hob-coming-soon__text {
  max-width: 640px;
  margin: 0 auto 34px;
  color: rgba(36,24,21,.78);
  font-family: var(--hob-serif-ja);
  font-size: 15px;
  line-height: 2;
  letter-spacing: .04em;
}

.hob-coming-soon__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hob-coming-soon__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: var(--hob-serif-ja);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  text-decoration: none !important;
  transition: transform .25s ease, opacity .25s ease, background .25s ease, color .25s ease;
}

.hob-coming-soon__button:hover {
  transform: translateY(-2px);
  opacity: .88;
}

.hob-coming-soon__button--primary {
  color: #fff !important;
  background: var(--hob-brown);
  border: 1px solid var(--hob-brown);
}

.hob-coming-soon__button--line {
  color: #fff !important;
  background: #06c755;
  border: 1px solid #06c755;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .hob-coming-soon {
    min-height: calc(100svh - 76px);
    padding: 72px 16px 80px;
  }

  .hob-coming-soon__inner {
    width: 100%;
    padding: 42px 22px 46px;
    border-radius: 16px;
  }

  .hob-coming-soon__label {
    font-size: 12px;
    letter-spacing: .14em;
  }

  .hob-coming-soon__title {
    font-size: clamp(46px, 15vw, 68px);
  }

  .hob-coming-soon__lead {
    font-size: 19px;
  }

  .hob-coming-soon__text {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .hob-coming-soon__actions {
    flex-direction: column;
    gap: 12px;
  }

  .hob-coming-soon__button {
    width: 100%;
    min-width: 0;
  }
}


/* =========================================================
   TOPページ上でハンバーガーメニューから Flagship Stores を押したときに、メニューが閉じてから #flagshipstore へスクロールするようになります。
========================================================= */
html {
  scroll-behavior: smooth;
}

#flagshipstore {
  scroll-margin-top: 96px;
}

@media screen and (max-width: 768px) {
  #flagshipstore {
    scroll-margin-top: 82px;
  }
}

/* =========================================================
   House of Beans / Print
   ブラウザ印刷・PDF保存用
========================================================= */

@media print {

  /* ---------------------------------------------------------
     印刷時に背景色・背景画像を可能な限り保持
  --------------------------------------------------------- */
  html,
  body,
  #hob-front,
  #hob-front *,
  #hob-front *::before,
  #hob-front *::after,
  .hob-footer-links,
  .hob-footer-links *,
  .hob-footer-links *::before,
  .hob-footer-links *::after {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* ---------------------------------------------------------
     印刷用の基本設定
  --------------------------------------------------------- */
  html,
  body {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
  }

  body.home {
    margin: 0 !important;
    padding: 0 !important;
  }

  .home #container,
  .home #content,
  .home #content-in,
  .home .main,
  .home .article,
  .home .entry-content,
  .home .content,
  .home .wrap,
  .home .hob-front {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
  }

  /* ---------------------------------------------------------
     印刷時にはヘッダーのメニューボタンを非表示
  --------------------------------------------------------- */
  .hob-global-header,
  .hob-menu-panel {
    display: none !important;
  }

  /* ---------------------------------------------------------
     HERO
     動画を消して、背後の静止画像を表示
  --------------------------------------------------------- */
  .home .hob-hero {
    position: relative !important;
    width: 100% !important;

    /* 100vhのままだと印刷時に大きくなりすぎるため固定 */
    height: 160mm !important;
    min-height: 160mm !important;

    overflow: hidden !important;
    background: #111 !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }

  .home .hob-hero__video {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .home .hob-hero__picture {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .home .hob-hero__picture img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .home .hob-hero__shade {
    display: block !important;
    z-index: 2 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .home .hob-hero__center {
    display: block !important;
    z-index: 5 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .home .hob-hero__logo-image img,
  .home .hob-hero__copy,
  .home .hob-hero__lead {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* ---------------------------------------------------------
     上部の業務用・家庭用バナー
  --------------------------------------------------------- */
  .hob-entry-banner {
    background-image: var(--banner-img) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    break-inside: avoid !important;
    page-break-inside: avoid !important;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .hob-entry-banner::before {
    display: block !important;
    background-image: var(--banner-img) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transform: none !important;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .hob-entry-banner::after {
    display: block !important;
    opacity: 1 !important;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* ---------------------------------------------------------
     ABOUT背景
  --------------------------------------------------------- */
  .hob-about-story::before {
    display: block !important;
    background-image: var(--about-bg) !important;
    background-size: cover !important;
    background-position: center center !important;
    transform: none !important;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* ---------------------------------------------------------
     下部6つのリンクカード
  --------------------------------------------------------- */
  .hob-footer-link-card {
    background-image: var(--card-img) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    break-inside: avoid !important;
    page-break-inside: avoid !important;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .hob-footer-link-card::before {
    display: block !important;
    background-image: var(--card-img) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transform: none !important;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .hob-footer-link-card::after {
    display: block !important;
    opacity: 1 !important;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .hob-footer-link-card,
  .hob-footer-link-card *,
  .hob-entry-banner--dark,
  .hob-entry-banner--dark * {
    color: #fff !important;
  }

  /* ---------------------------------------------------------
     印刷時はホバー・アニメーションを停止
  --------------------------------------------------------- */
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .hob-entry-banner:hover::before,
  .hob-footer-link-card:hover::before {
    transform: none !important;
  }

  /* ---------------------------------------------------------
     セクション途中で不自然に分断されるのを軽減
  --------------------------------------------------------- */
  .hob-store-item,
  .hob-about-story__panel,
  .hob-about-story__official,
  .hob-line-information,
  .hob-entry-banner,
  .hob-footer-link-card {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
}

 /* ---------------------------------------------------------
     フッターも印刷に表示させる
  --------------------------------------------------------- */
/* 印刷時にサイト共通フッターを表示する(Cocoon本体の非表示指定を上書き) */
@media print {
  #container .footer,
  #container .footer-container,
  #container #footer {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
  }
}

/* =========================================================
   House of Beans / NEWS・EVENT・PROJECT
   一覧・カテゴリー・投稿詳細 共通
========================================================= */

/* Flagship Stores見出し。h1・h2のどちらでも同じ表示にする */
.hob-page-heading h1,
.hob-page-heading h2 {
  margin: 0;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

/* ---------------------------------------------------------
   NEWSページでは「下層ページ一律非表示」を解除
--------------------------------------------------------- */
body.page-template-page-news .breadcrumb,
body.page-template-page-news .entry-title,
body.page-template-page-news .date-tags,
body.page-template-page-news .sns-share,
body.page-template-page-news .sns-follow,
body.page-template-page-news .article-footer,
body.page-template-page-news .under-entry-content,
body.page-template-page-news .pager-post-navi,
body.category .breadcrumb,
body.category .entry-title,
body.category .date-tags,
body.category .sns-share,
body.category .sns-follow,
body.category .article-footer,
body.category .under-entry-content,
body.category .pager-post-navi,
body.single-post .breadcrumb,
body.single-post .entry-title,
body.single-post .date-tags,
body.single-post .sns-share,
body.single-post .sns-follow,
body.single-post .article-footer,
body.single-post .under-entry-content,
body.single-post .pager-post-navi {
  display: initial !important;
}

/* カスタムテンプレート側でタイトル等を出すため、Cocoon標準要素は非表示 */
body.page-template-page-news .article > .entry-title,
body.page-template-page-news .article > .date-tags,
body.page-template-page-news .article > .breadcrumb,
body.category .article > .entry-title,
body.category .article > .date-tags,
body.category .article > .breadcrumb,
body.single-post .article > .entry-title,
body.single-post .article > .date-tags,
body.single-post .article > .breadcrumb {
  display: none !important;
}

/* NEWSでは本文領域をフル幅で利用 */
body.page-template-page-news #content,
body.page-template-page-news #content-in,
body.page-template-page-news .main,
body.page-template-page-news .article,
body.page-template-page-news .entry-content,
body.category #content,
body.category #content-in,
body.category .main,
body.category .article,
body.category .entry-content,
body.single-post #content,
body.single-post #content-in,
body.single-post .main,
body.single-post .article,
body.single-post .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-template-page-news #sidebar,
body.page-template-page-news .sidebar,
body.category #sidebar,
body.category .sidebar,
body.single-post #sidebar,
body.single-post .sidebar {
  display: none !important;
}

/* =========================================================
   NEWS archive
========================================================= */

.hob-news-archive__page,
.hob-news-archive__embed {
  color: var(--hob-brown);  
}

.hob-news-archive__page {
  padding-bottom: 80px;
}

.hob-news-archive__page a,
.hob-news-archive__embed a {
  color: inherit;
  text-decoration: none;
}

/* ---------- Hero ---------- */
.hob-news-archive__hero {
  position: relative;
  width: 100%;
  height: 380px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-color: #111;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hob-news-archive__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, .48);
}

.hob-news-archive__hero-inner {
  position: relative;
  z-index: 1;
  width: min(90vw, 900px);
}

.hob-news-archive__eyebrow {
  margin: 0 0 10px;
  font-family: var(--hob-serif-en);
  font-size: 14px;
  letter-spacing: .18em;
}

.hob-news-archive__title {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--hob-serif-en);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .12em;
}

.hob-news-archive__subtitle {
  margin: 0;
  color: #fff;
  font-family: var(--hob-serif-ja);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .08em;
}

/* ---------- Intro ---------- */
.hob-news-archive__page .hob-intro {
  max-width: 640px;
  margin: 50px auto 40px;
  padding: 0 20px;
  color: var(--hob-brown);
  text-align: center;
  background: transparent;
}

.hob-news-archive__page .hob-intro h2 {
  margin: 0 0 16px;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .04em;
}

.hob-news-archive__page .hob-intro p {
  margin: 0;
  color: rgba(36, 24, 21, .65);
  font-size: 14px;
  line-height: 1.9;
}

/* ---------- Tabs ---------- */
.hob-news-archive__tabs {
  width: min(1100px, 100%);
  margin: 0 auto 40px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hob-news-archive__tab {
  min-width: 0;
  padding: 14px 10px;
  color: var(--hob-brown) !important;
  background: #fff;
  border: 1px solid rgba(36, 24, 21, .14);
  margin-right: -1px;
  font-family: var(--hob-serif-ja);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: center;
  transition: background .2s, color .2s, border-color .2s;
}

.hob-news-archive__tab:last-child {
  margin-right: 0;
}

.hob-news-archive__tab.is-active {
  position: relative;
  z-index: 1;
  color: #fff !important;
  background: var(--hob-green);
  border-color: var(--hob-green);
}

.hob-news-archive__tab:not(.is-active):hover {
  color: var(--hob-brown) !important;
  background: #f0ede5;
}

/* ---------- List ---------- */
.hob-news-archive__list,
.hob-news-archive__embed {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}

.hob-news-archive__empty {
  padding: 70px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(36, 24, 21, .12);
}

/* ---------- Featured ---------- */
.hob-news-archive__featured {
  margin-bottom: 28px;
}

.hob-news-archive__card--featured .hob-news-archive__card-link {
  display: flex;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(36, 24, 21, .14);
}

.hob-news-archive__card--featured .hob-news-archive__card-thumb {
  flex: 0 0 46%;
  max-width: 46%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.hob-news-archive__card--featured .hob-news-archive__card-body {
  flex: 1;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hob-news-archive__card--featured .hob-news-archive__card-title {
  font-size: 26px;
}

.hob-news-archive__card--featured .hob-news-archive__card-excerpt {
  margin-bottom: 20px;
}

/* ---------- Grid ---------- */
.hob-news-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.hob-news-archive__grid--embed {
  margin-bottom: 24px;
}

.hob-news-archive__card {
  min-width: 0;
  background: #fff;
}

.hob-news-archive__grid .hob-news-archive__card {
  border: 1px solid rgba(36, 24, 21, .12);
}

.hob-news-archive__card-link {
  position: relative;
  display: block;
  height: 100%;
}

.hob-news-archive__card-thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
}

.hob-news-archive__card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.hob-news-archive__card-link:hover .hob-news-archive__card-img {
  transform: scale(1.05);
}

.hob-news-archive__card:not(.hob-news-archive__card--featured) .hob-news-archive__card-body {
  padding: 20px 20px 24px;
}

/* ---------- Card parts ---------- */
.hob-news-archive__card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 10px;
  color: rgba(36, 24, 21, .55);
  font-family: var(--hob-serif-en);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .08em;
}

.hob-news-archive__card-label {
  color: var(--hob-green);
  font-weight: 700;
}

.hob-news-archive__card-title {
  margin: 0 0 10px;
  color: var(--hob-brown);
  font-family: var(--hob-serif-ja);
  font-size: 17px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hob-news-archive__card-excerpt {
  margin: 0;
  color: rgba(36, 24, 21, .6);
  font-size: 13px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hob-news-archive__card-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 20px;
  padding: 10px 22px;
  color: var(--hob-brown);
  border: 1px solid var(--hob-brown);
  font-family: var(--hob-serif-en);
  font-size: 12px;
  letter-spacing: .1em;
}

.hob-news-archive__card-link:hover .hob-news-archive__card-more {
  color: #fff;
  background: var(--hob-brown);
}

.hob-news-archive__card-arrow--corner {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: var(--hob-green);
  font-size: 16px;
}

/* ---------- Pagination ---------- */
.hob-news-archive__pagination {
  margin: 50px 0 0;
  text-align: center;
}

.hob-news-archive__pagination ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 18px;
  margin: 0;
  padding: 0;
}

.hob-news-archive__pagination a,
.hob-news-archive__pagination span {
  display: inline-block;
  min-width: 24px;
  padding: 0 2px 4px;
  color: rgba(36, 24, 21, .55);
  font-family: var(--hob-serif-en);
  font-size: 14px;
}

.hob-news-archive__pagination a:hover {
  color: var(--hob-gold) !important;
}

.hob-news-archive__pagination .current {
  color: var(--hob-brown);
  border-bottom: 1px solid var(--hob-brown);
}

/* ---------- TOP embed ---------- */
.hob-news-archive__embed-more {
  margin-top: 30px;
  text-align: center;
}

.hob-news-archive__more-btn {
  display: inline-block;
  padding: 12px 32px;
  color: var(--hob-brown) !important;
  border: 1px solid var(--hob-brown);
  font-family: var(--hob-serif-en);
  font-size: 13px;
  letter-spacing: .08em;
  transition: color .2s, background .2s;
}

.hob-news-archive__more-btn:hover {
  color: #fff !important;
  background: var(--hob-brown);
}

/* =========================================================
   NEWS / EVENT / PROJECT 一覧：スマートフォン
========================================================= */
@media screen and (max-width: 767px) {

  .hob-news-archive__page {
    padding-bottom: 56px;
  }

  .hob-news-archive__hero {
    height: 300px;
  }
  .hob-news-archive__hero-inner {
    transform: translateY(30px);
  }
	
  .hob-news-archive__eyebrow {
    font-size: 12px;
  }

  .hob-news-archive__title {
    font-size: 42px;
  }

  .hob-news-archive__subtitle {
    font-size: 17px;
  }

  .hob-news-archive__page .hob-intro {
    margin: 38px auto 30px;
    padding: 0 18px;
  }

  .hob-news-archive__page .hob-intro h2 {
    font-size: 22px;
  }

  /* 4列タブを2列×2段へ */
  .hob-news-archive__tabs {
    width: 100%;
    margin: 0 auto 32px;
    padding: 0 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hob-news-archive__tab {
    min-height: 56px;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.35;
  }

  .hob-news-archive__tab:last-child {
    margin-right: -1px;
  }

  .hob-news-archive__list,
  .hob-news-archive__embed {
    width: 100%;
    padding: 0 18px;
  }

  /* FEATUREDは横並びを解除して縦積み */
  .hob-news-archive__featured {
    margin-bottom: 24px;
  }

  .hob-news-archive__card--featured .hob-news-archive__card-link {
    display: block;
  }

  .hob-news-archive__card--featured .hob-news-archive__card-thumb {
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 10;
  }

  .hob-news-archive__card--featured .hob-news-archive__card-body {
    width: 100%;
    padding: 22px 18px 24px;
  }

  .hob-news-archive__card--featured .hob-news-archive__card-title {
    font-size: 21px;
    line-height: 1.55;
  }

  .hob-news-archive__card--featured .hob-news-archive__card-excerpt {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .hob-news-archive__card-more {
    margin-top: 18px;
    padding: 10px 18px;
  }

  /* 通常記事は1列 */
  .hob-news-archive__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hob-news-archive__card-thumb {
    aspect-ratio: 16 / 10;
  }

  .hob-news-archive__card:not(.hob-news-archive__card--featured) .hob-news-archive__card-body {
    padding: 18px 18px 22px;
  }

  .hob-news-archive__card-title {
    font-size: 18px;
    line-height: 1.6;
  }

  .hob-news-archive__pagination {
    margin-top: 38px;
  }
}

/* =========================================================
   NEWS・EVENT・PROJECT 投稿詳細ページ
   日本語・英語共通
========================================================= */

/* ---------------------------------------------------------
   詳細ページ全体
--------------------------------------------------------- */

.hob-news-single {
  width: 100%;
  margin: 0;
  padding: 0 0 90px;
  color: var(--hob-brown, #241815);
  background: #fff;
}

.hob-news-single__inner {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 54px 24px 0;
}

/* ---------------------------------------------------------
   記事ヘッダー
--------------------------------------------------------- */

.hob-news-single__header {
  margin-top: 20px;
  margin-bottom: 32px;
  text-align: center;
}

.hob-news-single__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 16px;
  color: var(--hob-gold, #b08a3a);
  font-family:
    var(
      --hob-serif-en,
      "Cormorant Garamond",
      "Times New Roman",
      serif
    );
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .08em;
}

/* カテゴリー */
.hob-news-single__category {
  color: var(--hob-green, #243324);
  font-weight: 700;
}

/* 日付 */
.hob-news-single__date {
  color: var(--hob-gold, #b08a3a);
}

/* タイトル */
.hob-news-single__title,
.hob-news-single__title.entry-title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--hob-brown, #241815);
  background: transparent !important;
  border: 0 !important;
  font-family:
    var(
      --hob-serif-ja,
      "Noto Serif JP",
      "Yu Mincho",
      "游明朝",
      serif
    );
  font-size: clamp(18px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .03em;
  text-align: center;
}

/* ---------------------------------------------------------
   リード文
--------------------------------------------------------- */

.hob-news-single__lead {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto;
  color: #333;
  font-family:
    var(
      --hob-serif-ja,
      "Noto Serif JP",
      "Yu Mincho",
      "游明朝",
      serif
    );
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.hob-news-single__lead p {
  margin: 0;
}

/* ---------------------------------------------------------
   アイキャッチ画像
--------------------------------------------------------- */

.hob-news-single__main-image {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  overflow: hidden;
  background: #eee;
}

.hob-news-single__main-image-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}

/* ---------------------------------------------------------
   本文全体
--------------------------------------------------------- */

.hob-news-single__body {
  width: 100%;
}

.hob-news-single__content,
.hob-news-single__content.entry-content {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-family:
    var(
      --hob-serif-ja,
      "Noto Serif JP",
      "Yu Mincho",
      "游明朝",
      serif
    );
  font-size: 16px;
  line-height: 2;
}

.hob-news-single__content p,
.hob-news-single__content li {
  color: var(--hob-brown, #241815);
  line-height: 1.6;
}

.hob-news-single__content p {
  margin: 0 0 1em;
}

/* リスト */
.hob-news-single__content ul,
.hob-news-single__content ol {
  margin: 0 0 1.8em;
  padding-left: 1.5em;
}

.hob-news-single__content li {
  margin-bottom: .4em;
}

/* ---------------------------------------------------------
   本文見出し
--------------------------------------------------------- */

.hob-news-single__content h2,
.hob-news-single__content h3,
.hob-news-single__content h4 {
  color: var(--hob-brown, #241815);
  font-family:
    "Times New Roman",
    "Noto Serif JP",
    "Yu Mincho",
    "游明朝",
    serif;
}

/* H2 */
.hob-news-single__content h2 {
  margin: 0 0 1em;
  padding: 10px 0 12px;
  background: rgba(36, 24, 21, .12);
  border: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

/* H3 */
.hob-news-single__content h3 {
  position: relative;
  margin: 0 0 30px;
  padding: 18px 0 14px;
  color: var(--hob-brown, #241815);
  background: transparent;
  border: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
}

.hob-news-single__content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background: var(--hob-gold, #b08a3a);
}

/* H4 */
.hob-news-single__content h4 {
  margin: 1.8em 0 .8em;
  padding: 0;
  color: var(--hob-brown, #241815);
  background: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

/* ---------------------------------------------------------
   記事冒頭コンテンツ
--------------------------------------------------------- */

.hob-news-top {
  margin: 0 0 70px;
  padding: 0 0 20px;
  background: #fff;
  border: 1px solid rgba(36, 24, 21, .12);
}

.hob-news-top p {
  margin: 0 0 .7em;
  padding: 0 20px;
}

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

/* ---------------------------------------------------------
   引用
--------------------------------------------------------- */

.hob-news-single__content blockquote {
  margin: 2em 0;
  padding: 22px 24px;
  color: rgba(36, 24, 21, .78);
  background: var(--hob-cream, #f7f1e8);
  border: 0;
  border-left: 3px solid var(--hob-gold, #b08a3a);
}

.hob-news-single__content blockquote p:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
   本文内の画像
--------------------------------------------------------- */

.hob-news-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hob-news-single__content figure {
  max-width: 100%;
}

.hob-news-single__content figure img {
  margin-right: auto;
  margin-left: auto;
}

/* ---------------------------------------------------------
   ABOUT BOX
--------------------------------------------------------- */

.hob-news-box {
  margin: 0 0 70px;
  padding: 45px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.hob-news-box__label {
  margin: 0 0 15px;
  color: #9b8b63;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hob-news-single__content .hob-news-box h2,
.hob-news-box h2 {
  margin: 0 0 20px;
  padding: 0;
  color: var(--hob-brown, #241815);
  background: transparent;
  border: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

.hob-news-box p:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
   画像＋文章セクション
--------------------------------------------------------- */

.hob-news-section {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 90px 0;
}

.hob-news-section:nth-child(even) {
  flex-direction: row-reverse;
}

.hob-news-section__image,
.hob-news-section__text {
  flex: 1 1 0;
  min-width: 0;
}

.hob-news-section__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.hob-news-single__content .hob-news-section__text h2,
.hob-news-section__text h2 {
  margin: 0 0 20px;
  padding: 0;
  color: var(--hob-brown, #241815);
  background: transparent;
  border: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.hob-news-section__text p {
  margin: 0;
}

/* ---------------------------------------------------------
   戻るボタン
--------------------------------------------------------- */

.hob-news-single__footer {
  margin: 38px 0 60px;
  text-align: center;
}

/*
 * .hob-news-single__backがaタグの場合と、
 * 内側にaタグを持つ場合の両方に対応。
 */
.hob-news-single__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 48px;
  padding: 13px 24px;
  color: #fff !important;
  background: var(--hob-brown, #241815);
  border: 1px solid var(--hob-brown, #241815);
  font-family:
    var(
      --hob-serif-en,
      "Cormorant Garamond",
      "Times New Roman",
      serif
    );
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-decoration: none;
  transition:
    color .2s ease,
    background .2s ease;
}

.hob-news-single__back a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff !important;
  text-decoration: none;
  transition: color .2s ease;
}

.hob-news-single__back:hover {
  color: var(--hob-brown, #241815) !important;
  background: #fff !important;
}

.hob-news-single__back:hover a {
  color: var(--hob-brown, #241815) !important;
}

/* =========================================================
   汎用スクロールアニメーション
   上品でゆっくり表示
========================================================= */

/* 下から静かに表示 */
.js-fade-up {
transform: translateY(16px);
  transition:
    opacity 2.2s cubic-bezier(.45, 0, .25, 1),
    transform 2.2s cubic-bezier(.45, 0, .25, 1);
}

.js-fade-up.is-visible,
.js-fade-left.is-visible,
.js-fade-right.is-visible,
.js-fade-in.is-visible {
}

.js-fade-up.is-visible {
transform: translateY(0);
}

/* 左から静かに表示 */
.js-fade-left {
transform: translateX(-16px);
  transition:
    opacity 2.2s cubic-bezier(.45, 0, .25, 1),
    transform 2.2s cubic-bezier(.45, 0, .25, 1);
}

.js-fade-left.is-visible {
transform: translateX(0);
}

/* 右から静かに表示 */
.js-fade-right {
transform: translateX(16px);
  transition:
    opacity 2.2s cubic-bezier(.45, 0, .25, 1),
    transform 2.2s cubic-bezier(.45, 0, .25, 1);
}

.js-fade-right.is-visible {
transform: translateX(0);
}

/* 移動せずフェード表示 */
.js-fade-in {
transition:
    opacity 1.5s cubic-bezier(.19, 1, .22, 1);
}

.js-fade-in.is-visible {
  opacity: 1;
}

/* 表示タイミング */
.fade-delay-1 {
  transition-delay: .18s;
}

.fade-delay-2 {
  transition-delay: .36s;
}

.fade-delay-3 {
  transition-delay: .54s;
}

.fade-delay-4 {
  transition-delay: .72s;
}

/* =========================================================
   展示会の先へ
========================================================= */

.hob-news-future {
  position: relative;
  margin: 100px 0 80px;
  padding: 80px 70px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(247, 245, 240, .96),
      rgba(238, 234, 226, .88)
    );
  border: 1px solid rgba(36, 24, 21, .10);
}

.hob-news-future__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hob-news-single__content .hob-news-future__title,
.hob-news-future__title {
  margin: 0 0 32px;
  padding: 0;
  color: var(--hob-brown, #241815);
font-family:
    "Cormorant Garamond",
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: left;
}

.hob-news-single__content .hob-news-future__title::after,
.hob-news-future__title::after {
  content: none;
}

.hob-news-future__body {
  width: 100%;
  max-width: 1000px;
  color: var(--hob-brown, #241815);
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: .035em;
}

.hob-news-future__body p {
  margin: 0 0 1.5em;
}

.hob-news-future__body p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   NEWS・EVENT・PROJECT 投稿詳細：タブレット・スマートフォン
   PC共通値は再指定せず、差分だけを定義
========================================================= */

@media screen and (max-width: 768px) {

  .hob-news-single {
    padding-bottom: 64px;
  }

  .hob-news-single__inner {
    padding: 38px 18px 0;
  }

  .hob-news-single__header {
    margin-bottom: 24px;
    text-align: left;
  }

  .hob-news-single__meta {
    justify-content: flex-start;
  }

  .hob-news-single__title,
  .hob-news-single__title.entry-title {
    font-size: 25px;
    line-height: 1.55;
    text-align: left;
  }

  .hob-news-single__lead {
    margin: 30px auto;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }

  .hob-news-single__main-image {
    margin-bottom: 20px;
  }

  .hob-news-single__content,
  .hob-news-single__content.entry-content {
    padding: 28px 20px;
  }

  .hob-news-single__content p,
  .hob-news-single__content li {
    font-size: 15px;
    line-height: 1.95;
  }

  .hob-news-single__content h2 {
    font-size: 18px;
  }

  .hob-news-single__content h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .hob-news-single__content h4 {
    font-size: 17px;
  }

  .hob-news-box {
    margin-bottom: 45px;
    padding: 28px;
  }

  .hob-news-single__content .hob-news-box h2,
  .hob-news-box h2 {
    font-size: 22px;
  }

  .hob-news-section,
  .hob-news-section:nth-child(even) {
    flex-direction: column;
  }

  .hob-news-section {
    gap: 25px;
    margin: 55px 0;
  }

  .hob-news-single__content .hob-news-section__text h2,
  .hob-news-section__text h2 {
    font-size: 24px;
  }

  .hob-news-future {
    margin: 72px 0 60px;
    padding: 58px 28px 54px;
  }

  .hob-news-future::before {
    left: 28px;
    width: 52px;
  }

  .hob-news-future__eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: .18em;
  }

  .hob-news-single__content .hob-news-future__title,
  .hob-news-future__title {
    margin-bottom: 26px;
    font-size: 29px;
  }

  .hob-news-future__body {
    font-size: 15px;
    line-height: 2;
  }
}

/* =========================================================
   動きを減らす設定への対応
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .js-fade-up,
  .js-fade-left,
  .js-fade-right,
  .js-fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}