@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 
Century Gothic	

font-family: century-gothic, sans-serif;
font-weight: 400;
font-style: normal;

font-family: chapman, sans-serif;
font-weight: 400;
font-style: normal;

Chapman
 */
  @import url("https://use.typekit.net/jzi3qiq.css");
  @import url("editor-style.css");



/* iOS対応 container枠からはみ出るコンテンツ対応 */

html, body {
overflow-x: hidden;
}


#body_wrap:not(.home, .home_demo, .en, .home-child){
	 --article_size: 900px !important;
}



#body_wrap:not(.home, .home_demo, .en) #content .post_content{
border:none;
}

@media screen and (max-width:960px){
	.font-min{
		font-size: 1.1rem !important;
		line-height: 2 !important;
		text-align: justify;
		word-break: break-all;
	}
}


.-series .l-header__logo{
		display: none;
}

@media screen and (max-width:960px){
	.-series .l-header__logo{
	display: block;
	}
}

.font-min{
	font-weight: 400 !important;
}

#gnav .c-gnav{
	display: none;
}

#header .w-header.pc_{
	display: none;
}

.w-header.pc_ a,
.c-gnav>.menu-item>a .ttl{
		font-size: 1.1rem;
	 	 letter-spacing: 0.0625rem;
}
.c-gnav>.menu-item{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.w-header.pc_ .header-nav-sns a{
	margin-left: 0.5rem;
}

.menu-icon-wrap .header-nav-sns .wp-block-group{
	flex-direction: column;
}

.c-gnav>.menu-item>a{
 color: #DBC059;	
}

/* フッター手前の上下余白 */
.l-content{
	margin-bottom: 0 !important;
}

.w-beforeFooter{
	margin-top: 0 !important;
}

#body_wrap:not(.home, .home_demo, .en) #before_footer_widget{
	margin-top: 10em !important;
	border-top: 1px solid rgba(220, 194, 90, 0.1);
}


.footer-nav-wrap{
	& a{
	color: #dbc059 !important;
	}
    & i{
		font-size: 32px;
		margin:2px;
	}
	.wp-block-group p{
		border-right: 1px solid rgba(220, 194, 90, 0.80);
		margin-right: 0.3rem;
		padding-right: 0.5rem;
	}
}
.footer-sns a{
	margin-left: 0.5rem;
}

@media screen and (min-width:961px){
.footer-sns a{
	margin-left: 1rem;
}
.footer-nav-wrap{
	& a{
	color: #dbc059 !important;
	}
	.wp-block-group p{
		margin-right: 1rem;
		padding-right: 1.2rem;
	}
}
}




.copyright{
	margin-top: 2rem;
	margin-bottom: 4rem;
}



.footer-global-nav{
    left: calc(50% - 50vw);
    max-width: 100vw!important;
    position: relative;
    width: 100vw;
    margin:0 2rem;
}

.footer-global-nav .row{
	display: flex;
	justify-content: space-between;
	
}

.footer-global-nav .col{
	width: 20%;
}

.footer-global-nav ul li{
	list-style: none;
	margin-top: 0.7rem;
}


.c-fixBtn{
	background-color: #000;
	border-color:  #DBC059;
	color:  #DBC059;
}

/* スマホ開閉メニュー非表示 */
/*

.l-header__menuBtn.sp_,
.l-header__customBtn.sp_{
	display: none;
}
*/


/* スマホ開閉メニューのインスタアイコン */

.menu-icon-wrap{
	position: absolute ;
	width: 35px;
	  top: 70px;
  right: 23px;
  z-index: 9;
}

.menu-icon-wrap .wp-block-column{
	text-align: center;
	& a{
		margin: 0 auto;
	}
}

.menu-icon-wrap .wp-block-column:nth-child(3){
	display: none !important;
}

.c-iconBtn__icon{
	font-size: 35px;
}


#sp_menu .menu-item a{
	padding-top: 2rem ;
	padding-bottom: 2rem ;
	&:before{
	display: none;
	}
}

/* グローバルメニューリンク調整 */

.c-gnav .nav-global-ec,
.c-gnav .nav-global-home,
.c-gnav .nav-global-en{
	display: none;
}


@media (min-width: 960px){
.l-mainContent__inner>.post_content {
    padding: 0;
}
}

#content .post_content{
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	border-right: 1px solid rgba(255, 255, 255, 0.05); 
}

.font-cg{
font-family: century-gothic, sans-serif;
font-weight: 400;
font-style: normal;
font-feature-settings: "palt";

}

.font-cp{
font-family: chapman, sans-serif;
font-weight: 400;
font-style: normal;
font-feature-settings: "palt";
}


.font-open-date{
	position: relative;
	margin-top: -2% !important;
	margin-left: 1.2rem !important;
	margin-right: 1.2rem !important;
}

.font-open-date::before,
.font-open-date::after{
	content: '';
	position: absolute;
	top: 22%;
	left: -1.4rem;
	width: 1px;
	height: 75%;
	background-color: rgba(255, 255, 255, 0.60);
}
.font-open-date::after{
	left: auto;
	right: -1.4rem
}




.font-scaley70{
	transform: scaleX(1.2);
}

.font-sans-serif{
	font-family: sans-serif;

}

.h-no{
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  line-height: 1;
  & span{
	  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	  margin: 10px 0;
	  padding-bottom: 10px;
  }
  & span:before{
  }
}



.h-no-reverse{
transform: rotate(180deg);
}

.h-no-hzn span{
	  border-right: 1px solid rgba(255, 255, 255, 0.50);
	  margin: 0 10px;
	  padding-right: 10px;
 }

@media screen and (max-width:960px){
.h-no-fp{
	position: absolute;
    top: 50px;
    right: 10%;
    }
}

.h-grocery{
	margin-left: 1rem !important;
}


.h-left-line,
.h-left-line-w{
	border-left: 1px solid #000 !important;
	margin-left: -10rem !important;
	padding-left: 1rem !important;
}

@media screen and (max-width:960px){
	.h-left-line,
	.h-left-line-w{
			margin-left: 0 !important;
		}
}


.h-left-line-w{
	border-left: 1px solid #fff !important;
	margin-left: 0 !important;
}

.mininote{
	padding-top: 0 !important;
	line-height: 1 !important;
}

.section-go{
	max-width: 720px;
	margin: 0 auto;
}


.post_content div.section-title{
	height: 100% !important;
	margin-left: 5vw;
}
.post_content div.section-title > div{
		height: 100%;
		display: flex;
/* 		background-color: red; */
		flex-direction: column;
		justify-content: space-between;
		white-space: nowrap;
		/* 	word-break: break-word !important; */

}
.post_content div.section-title > div > div:nth-child(1){
	transform-origin:top left;
}
.post_content div.section-title > div > div:nth-child(2){
	transform-origin:bottom left;
}
@media (max-width: 1500px){
.post_content div.section-title > div > div{
	transform: scale(0.8);
}
}
@media (max-width: 1300px){
.post_content div.section-title > div > div{
	transform: scale(0.7);

}
}

@media (max-width: 1200px){
.post_content div.section-title > div > div{
	transform: scale(0.6);
}
}




.section-open{
	z-index: 999;

}

.section-fruits-parlour{
	position: relative;
}

.section-fruits-parlour,
.section-grocery,
.section-info{
	background-image: url(/azabudai-hills/wp-content/themes/swell_child/img/bk_fp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size:cover;
  }
  
 .section-grocery{
	   background-size:990px;
 }
 
@media (max-width: 960px){
	.section-grocery{
	background-size:85vw;
}
}


@media (max-width: 960px){
	.section-grocery h2:first-child{
		margin-top: 4em !important;
	}
}

@media (min-width: 960px){
	.section-menu > div > .swell-block-column:nth-child(1){
		position: relative;
		margin-left: 10%;
		& p{
			width: calc( 100% + 10%);
		}
	}
	.section-menu > div > .swell-block-column:nth-child(2){
		margin-left: -10%;
		& h2{
			white-space: nowrap;
			margin-left: -2rem !important;
		}
	}
}



@media screen and (max-width:960px){
.post_content div.section-village,
.post_content div.section-fruits-parlour,
.post_content div.section-info,
.post_content div.section-grocery{
    left: calc(50% - 50vw);
    max-width: 100vw!important;
    position: relative;
    width: 100vw;
	}
}

.section-fruits-parlour-photo{
	position: relative;
	height: 59vw !important;
}

.section-fruits-parlour-1 .swiper{
	width: 15vw !important;
}

.section-fruits-parlour-2{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.section-fruits-parlour-2 .swiper{
	width: 30vw !important;
}


.section-fruits-parlour-3{
	z-index: 999 !important;
	position: absolute;
	bottom: 0;
	right: 0;
}

.section-fruits-parlour-3 .swiper{
	width: 49vw !important;
}




@media (min-width: 961px) and (max-width: 1440px) {
	.section-fruits-parlour-2,
	.section-fruits-parlour-3{
/* 		width: 60% !important; */
	}
}


.post_content div.section-village-content{
	margin-top:-160px !important;
}

@media screen and (min-width:960px){
.post_content div.section-village-content p{
	margin-right:10%;
}
}

.post_content div.section-info{
	margin-top: -300px;
}
.post_content div.section-catalog{
	position: relative;
	z-index: 999;
}






/* ボタンアニメーション */
.swell-block-button__link,
.readmore-btn{
	transition: 0.3s;
	overflow: hidden;
}

.swell-block-button__link:before,
.readmore-btn:before{
	content: "";
	position: absolute;
	top: 100%;
	left: calc( (100% - 140px ) / 2 );
	width: 140px;
	height: 140px;
	background: #000;
	border-radius: 50%;
	z-index: 0;
	transition: all 0.4s ease-out;	
}

.swell-block-button__link > span,
.readmore-btn > span {
	position: relative;
	z-index: 2;
}


.swell-block-button__link:hover,
.readmore-btn:hover span {
	color: #fff !important;

}

.swell-block-button__link:hover::before,
.readmore-btn:hover:before {
	transform: scale(5);
	transform-origin:center, center;
}


#body_wrap.page .readmore-btn{
	bottom:1rem;
}




/* おすすめ商品 */

.sp-pcp-title{
position:relative;
}

.popup-modal{
  color:#000 !important;
  z-index:999;
  margin-top: -3rem !important;
  background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
    background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

.item-slider-wrap{
/*
	overflow:hidden;
   position:relative;
*/
}

.item-slider-wrap.alignfull>.wp-block-cover__inner-container,
.item-slider-wrap.alignfull>.wp-block-group__inner-container{
	max-width:none;
	margin-left: calc( ( ( 100vw - 20px * 3 ) / 4 / 2 ) * -1 ) !important;
	margin-right: calc( ( ( 100vw - 20px * 3 ) / 4 / 2 ) * -1 ) !important;

}

@media screen and (max-width:960px){
.item-slider-wrap.alignfull>.wp-block-cover__inner-container,
.item-slider-wrap.alignfull>.wp-block-group__inner-container{
	max-width:none;
	margin-left: -200px !important;
	margin-right: -200px !important;

}
}


@media screen and (max-width:960px){
	.item-slider-wrap{
		overflow: visible;	
	}   
	.sp-pcp-section .swiper-container{
		overflow: visible;
	}
}


/*
.pcp-button-prev,
.pcp-button-next{
	margin-top: -1rem !important;
	
}
.pcp-button-next{
	margin-right: 8rem !important;
}

.pcp-button-prev{
	margin-left: 8rem !important;
	
}
*/



/* readmore */


.readmore-wrap {
  position: relative;
}
.readmore-btn {
position: absolute;
    left: 0;
    right: 0;
    bottom: -5rem;
    width: fit-content;
    margin: 0 auto;
    padding: 0.5rem 5rem;
    background-color: #fff;
    color: #333;
    border: 1px solid #aaa;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}
.readmore-text {
  position: relative;
  height: 25px; /*1行のみ表示*/
	overflow: hidden;
}
.readmore-text:before {
   display: block;
   position: absolute;
  bottom: 0;
   left: 0;
   content: "";
   width: 100%;
   height: 20px;
   background: linear-gradient( rgba(36,24,21,0), #231815 );/*テキストを半透明に*/
   z-index: 999;
}
.readmore-check {
  display: none; /*チェックボックスは常に非表示*/
}
.readmore-check:checked + .readmore-btn {
  display: none; /*チェックでボタン非表示*/
}
.readmore-check:checked ~ .readmore-text {
  height: auto; /*チェックでテキストの高さ制限をなくす*/
}


/* インスタグラム */
.box-instagram{
	padding: 15px;
}

@media screen and (min-width:960px){
.box-instagram,
.section-catalog{
	width: 990px;
	margin:0 auto;
	padding: 15px;
}
.box-instagram{
	padding: 0;
}
}

#sb_instagram .sbi_follow_btn{
	display: block;
}


/* カートアイコン */

.icon_cart::before{
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("/azabudai-hills/wp-content/themes/swell_child/img/icon_cart.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}


/* smart post show */

.popup_ajax_content .sp-pcp-post-content{
	& *{
	letter-spacing: 0.2rem !important;
	text-align: justify;
	}
	& h1{
	text-align: left;
	}
}

.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a{
	font-size: 14px !important;
}



.sp-pcp-post-content .has-text-align-right{
	text-align: right !important;
}

.sp-pcp-post-content p{
	line-height:1.7 !important;

}

.swiper-slide .sp-pcp-post .sp-pcp-post-content{
	color: #fff;
	text-align: center;
    display: flex;
    align-items: center;
    margin-top: -1rem;
}
.swiper-slide .sp-pcp-post .sp-pcp-post-content:empty{
	display: none;
}

 
.swiper-slide .sp-pcp-post .sp-pcp-post-content:before,
.swiper-slide .sp-pcp-post .sp-pcp-post-content:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.swiper-slide .sp-pcp-post .sp-pcp-post-content:before {
    margin-right: 0.5rem;
    padding-right: 1rem;
}
 
.swiper-slide .sp-pcp-post .sp-pcp-post-content:after {
    margin-left: 0.5rem;
    padding-left: 1rem;

}

.nav-english a,
.nav-jp a{
	font-size:12px !important;
	padding:0.3rem 1rem;
	border:1px solid #fff;
}


/* pick up in store グローバルメニュー */
.en .menu-item-2450{
	display: none;
}



/* 動画 */

@media (max-width: 960px){
.box-movie{
	height: 90vh;
}
.box-movie video{
	width:auto;
	height: 90vh;
	position: absolute;
	left: 50%;
/* 	margin-left: calc( ( 100% - 100vw ) / 2 * -1 ); */
	transform: translateX(-50%);
}
}


/* MENUボタン */

.btn-menu{
	text-align: center;
	& details{
		background-color: rgba(0, 0, 0, 0);

		transition: 0.5s;
	}
	& details.is-opened{
		padding: 2em 0 4em;
		background-color: rgba(0,  0,  0, 1);
		background: linear-gradient(#000000, #000000) 50% 50%/calc(100% - 2px) calc(100% - 2px) no-repeat,
            linear-gradient(132deg, rgba(251,176,78,0.51) 0%, rgba(250,180,75,0.33) 2%, rgba(234,255,53,0.3) 55%, rgba(219,192,89,0.28) 100%);
        box-shadow: 1px 3px 30px black;
	}
	.swell-block-accordion__title{
		background: none;
		
	}
	.swell-block-accordion__label{
		font-size: 1.2rem;
		flex: none;
		margin: 0 auto;
		background-color: #000;
		color: #DBC059;
		background: linear-gradient(#000000, #000000) 50% 50%/calc(100% - 2px) calc(100% - 2px) no-repeat,
            linear-gradient(132deg, rgba(251,176,78,0.51) 0%, rgba(250,180,75,0.33) 2%, rgba(234,255,53,0.3) 55%, rgba(219,192,89,0.28) 100%);
		width:15rem;
		box-shadow: 1px 3px 30px black;
		padding:0 !important !important;
		padding: 0.6em 1em;
		display: inline-block;
		transition: 1s;
	}
	.is-opened .swell-block-accordion__label{
		background: none;
		
	}
	.swell-block-accordion__icon{
		display: none;
	}

}

/* 各ページのメニュー調整 */

.menu-item.page-nav{
	display: none;
}

.menu-item.home-nav{
	display: block;
}

#body_wrap:not(.home, .home_demo, .en){
	.menu-item.page-nav{
	display: block !important;
	}
	.menu-item.home-nav{
		display: none !important;
	}
	.l-header{
		    height: inherit;
	}
}


/* スマホヘッダー削除 */
@media (max-width: 960px){
.l-header{
    background: none !important;
    box-shadow: none !important;
    height: 0;
}
}

/* パンくず調整 */
li.p-breadcrumb__item:has(> a[href$="/feature/"]) { 
	display: none;
}




/* スマホで左寄せ */
@media (max-width:700px){
.text-sp-left {
	text-align: left;
}
.text-sp-left br{
	display: none;
}
}



/* メニューホバー日本語表示*/
.menu-item a{
	line-height: 1;
}

.menu-item a span{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}


.menu-item a .desc{
	 opacity:0;
	font-size: 1rem !important;
	letter-spacing: 0.0625rem;
	top:auto;
}

@media screen and (min-width:960px){
	.menu-item a:hover .ttl{
		 opacity:0;
	}
	
	.menu-item a:hover .desc{
		 opacity:1;
	}
}


.nav-global-ja{
	display: none;	
}

.nav-jp{
	display: none;
}

.store-news-wrap{
	margin: auto;
}
@media screen and (min-width:960px){
		.store-news-wrap{
		width: 70%;
	}
}
.pcp-modal-1312 .sp-pcp-post-content .swell-block-button__link,
.pcp-modal-1312 .sp-pcp-post-content .swell-block-button__link span,
.pcp-modal-1312 .sp-pcp-post-content .is-style-more_btn{
	color: #000;
}
.pcp-modal-1312 .sp-pcp-post-content .swell-block-button__link:hover span{
	color: #FFF;
}

/* グローバルメニューdelivery */
@media screen and (min-width:960px){
.menu-item.nav-delivery .sub-menu{
background-color: #0D0A0A;
    color: #DBC059 !important;
    border-top: 1px solid rgba(220,  194,  90, 0.28);
	left: 0;
    -webkit-transform:inherit;
    transform:inherit;
    padding-top: .8rem;
     padding-bottom: .8rem;
    transition: opacity .95s ease-out, visibility .95s ease-out;
/*      transition: opacity .95s, visibility .95s; */
}
.menu-item.nav-delivery .sub-menu .menu-item a:hover .ttl{
	opacity: 1;
}
}


#sp_menu .c-listMenu .sub-menu a{
	padding-left: 3.5em;
}
#sp_menu .c-spnav .sub-menu > li > a:before{
    color: inherit;
    content: "\e921";
    display: inline-block;
    left: 2em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}
