@charset "utf-8";

/*
ファイル名:top.css
最終更新日:20xx/xx/xx


body.home #wrapper {
    width: 100%;
    padding: 0;
}



	/* loading */
	/*body.home main.site-main,
	body.home #swiper-area,
	body.home #header {	visibility: hidden;}*/
	body.home #loading {
		background: #fff;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 9999;
		position: fixed;
	}
	body.home #loading span {
        height: 100%;
        position: fixed; /* 縦位置中央 */
        top: 50%; /* 縦位置中央 */
        left: 48%; /* 縦位置中央 */
        /*transform: translateY(-50%) translateX(-0%); */ /* 縦位置中央 */
        /* -webkit- transform: translateY(-50%) translateX(-0%); */ /* 縦位置中央 */
    }
    
/*---------------------------------------

	key

---------------------------------------*/
body.home .swiper-container1 {
    margin: 0 40px 0 0;
    height: 526px;
    overflow: hidden;
}
body.home .swiper-container1 .swiper-wrapper .swiper-slide a {
}
body.home .swiper-container1 .swiper-wrapper .swiper-slide a,
body.home .swiper-container1 .swiper-wrapper .swiper-slide picture,
body.home .swiper-container1 .swiper-wrapper .swiper-slide picture source,
body.home .swiper-container1 .swiper-wrapper .swiper-slide picture img {
/*
	float: left;
    height: 100%;
    width: auto;
    min-height: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    */
}

body.home .swiper-container1 .swiper-wrapper .swiper-slide img {
	width: 100%;
}
body.home .swiper-container1 .swiper-wrapper .swiper-slide a:hover img { /* ロールオーバーしない */
	-moz-opacity:1;
	opacity:1;
	filter: alpha(opacity=100);
}

body.home .key_wrapper {
    position: relative;
    z-index: 1;
    background: #e5dcd3;
}
body.sub .key_wrapper {
    background: #fff;
}

body.home .key_wrapper:before {
	position: absolute;
	left: 0;	right: 0;	top: 0;	bottom: 0; /* センター寄せ */
	margin: auto;
	z-index: 2;
	width: 150px;
    height: 20px;
	content: "";
	display: inline-block;
	background-image: url('../img/common/logo_bar.png');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100%;
}
body.home .key_wrapper:after {
	display: inline-block;
	position: absolute;
	left: 30px;	bottom: -15px;
    z-index: 1;
	white-space: pre; /* content内改行 */
	content: "A Taste of Elegance,\A Crafted in Kyoto";
    font-family: "LibreBaskerville";
    color: #fff;
    font-size: 26px;
    line-height: 1.3em;
}

body.home .key_wrapper .key_next_aroow {
	position: absolute;
    bottom: 168px;
    right: -118px;
	transform: rotate(90deg);
	transform-origin: top left;
	font-family: "LibreBaskerville";
    font-size: 15px;
}
body.home .key_wrapper .key_next_aroow a {
	position: relative;
	color: #333;
}
body.home .key_wrapper .key_next_aroow a:before,
body.home .key_wrapper .key_next_aroow a:after {
    background: none;
	content: "";
    position: absolute;
    display: block;
    border-bottom: solid 1px #333;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
body.home .key_wrapper .key_next_aroow a:before {
    left: 148px;
    bottom: 9px !important;
    width: 20px;
}
body.home .key_wrapper .key_next_aroow a:after {
    right: -29px;
    bottom: 9px !important;
    -webkit-transform: rotate(30deg) !important;
    -ms-transform: rotate(30deg) !important;
    transform: rotate(30deg) !important;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    width: 6px;
}

body.home .key_wrapper .swiper-pagination,
body.home .key_wrapper .swiper-button-prev,
body.home .key_wrapper .swiper-button-next {
	display: none;
}

/*---------------------------------------

	contents

---------------------------------------*/

body.home main.site-main {
}

body.home main.site-main .section-title {
	display: inline-block;
	font-family: "LibreBaskerville";
	font-size: 28px;
	color: #333;
	line-height: 0.9em;
	margin-bottom: 28px;
}
body.home main.site-main .section-title span {
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	margin-top: 9px;
}
body.home main.site-main .section-title span:before {
	content: "-";
	display: inline-block;
}
body.home main.site-main .sub_copy {
	font-size: 20px;
	margin-bottom: 30px;
}
/* more btn */
body.home main.site-main .more_btn {
	position: absolute;
	right: 30px;
	display: inline-block;
    width: 60px;
    padding: 20px;
    border: none;
    font-size: 16px;
	font-family: "LibreBaskerville_Italic";
	color: #333;
}
body.home main.site-main .more_btn:before,
body.home main.site-main .more_btn:after {
    background: none;
	content: "";
    position: absolute;
    display: block;
    border-bottom: solid 1px #333;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
body.home main.site-main .more_btn:before {
    left: 64px;
    bottom: 17px !important;
    width: 35px;
}
body.home main.site-main .more_btn:after {
    right: 1px;
    bottom: 17px !important;
    -webkit-transform: rotate(50deg) !important;
    -ms-transform: rotate(50deg) !important;
    transform: rotate(50deg) !important;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    width: 9px;
}



body.home main.site-main .about_area {
  position: relative;
  background-color: #e5dcd3;
  padding: 30px 30px;
  height: 1694px;     /* 既存値 */
  overflow: hidden;
  z-index: 0;
}

/* 見出しなど既存要素 */
body.home main.site-main .about_area .about_cap {
	position: relative;
	margin: 30px 0 40px 0;
}
body.home main.site-main .about_area .section-title {
	color:#fff !important;
	position:absolute;
	bottom:-5px;
	left:35px;
	line-height:1.0em;
}
body.home main.site-main .about_area .about_cap img {
	width:100%;
	height:auto;
}

/* ここからアニメーション */
body.home main.site-main .about_area ul.move_cap_area {
	position: relative;
	left: 0;
	top: 0;
	width: 375px;
}
body.home main.site-main .about_area ul.move_cap_area li {
	position: absolute;
	z-index: 0;
}
body.home main.site-main .about_area ul.move_cap_area .sub_copy {
    margin: 0 0 30px 0;
}
body.home main.site-main .about_area ul.move_cap_area .about_area_read {
    margin: 0 0 30px 0;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(1) { /* ふわっと表示 */
	margin: 30px 0 0 0;
	position: relative;
	z-index: 1;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(2) { /* ふわっと表示 */
    z-index: 1;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(3) { /* 画面外左側からふわっと表示 */
	background-image: url('../img/top/curve_1.png');
	background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 428px;
    height: 200px;
    top: 61px;
    left: -67px;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(4) { /* ふわっと表示 */
    top: 148px;
    left: -30px;
    width: 345px;
    z-index: 1;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(4) img {
	width: 100%;
	height: auto;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(5) { /* 画面外右側からふわっと表示 */
	background-image: url('../img/top/curve_2.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 394px;
    height: 200px;
    top: 362px;
    left: -30px;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(6) { /* ふわっと表示 */
	background-image: url('../img/top/d1.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 446px;
    left: 178px;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(7) { /* ふわっと表示 */
    top: 475px;
    left: 35px;
    width: 122px;
    z-index: 1;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(7) img {
	width: 100%;
	height: auto;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(8) { /* ふわっと表示 */
	width: 170px;
    top: 550px;
    left: 175px;
    z-index: 1;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(8) img {
	width: 100%;
	height: auto;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(9) { /* ふわっと表示 */
	top: 638px;
    left: 36px;
    font-size: 18px;
    z-index: 2;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(10) { /* ふわっと表示 */
    top: 728px;
    font-size: 14px;
    z-index: 1;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(11) { /* ふわっと表示 */
	background-image: url('../img/top/d2.png');
	background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 706px;
    left: 260px;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(12) { /* 画面外左側からふわっと表示 */
	background-image: url('../img/top/curve_3.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 390px;
    height: 100px;
    top: 762px;
    left: -31px;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(13) { /* ふわっと表示 */
    top: 813px;
    left: -10px;
    width: 89%;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(13) img {
	width: 100%;
	height: auto;
}
body.home main.site-main .about_area ul.move_cap_area li:nth-child(14) { /* ふわっと表示 */
    width: 100px;
    height: 40px;
    display: inline-block;
    top: 1118px;
    right: 22px;
}

/*///////////////////////////
　 アニメーション設定 
//////////////////////////*/
/* ===== 初期は隠す（JS有効時のみ） ===== */
/*
.has-js main .about_area .move_cap_area > li {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
}
*/
/* 初期は隠すが、.in / .is-active が付いたらこのルールは効かない */
.has-js main .about_area ul.move_cap_area li.reveal:not(.in):not(.is-active) {
  opacity: 0;
  transform: var(--from, translate3d(0,16px,0));
}
/* ===== アニメ共通 ===== */
main .about_area .move_cap_area > li {
  /* 個別に上書き可能な変数（デフォルト値） */
  --dur: 2400ms;
  --eas: cubic-bezier(.2,.7,.2,1);
  --delay: 0ms;
  transition:
    transform var(--dur,700ms) var(--eas,cubic-bezier(.2,.7,.2,1)) var(--delay,0ms),
    opacity   var(--dur,700ms) var(--eas,cubic-bezier(.2,.7,.2,1)) var(--delay,0ms);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}
/*////////////////////////
　平行移動アニメーション
////////////////////////*/
/* 初期値を方向ごとに与える */
main .about_area .move_cap_area > li.from-left  { --from: translate3d(-64px, 0, 0); }
main .about_area .move_cap_area > li.from-right { --from: translate3d( 64px, 0, 0); }
main .about_area .move_cap_area > li.from-up    { --from: translate3d(0, -48px, 0); }
main .about_area .move_cap_area > li.from-down  { --from: translate3d(0,  48px, 0); }
/* ふわっと＆方向スライドの初期値（JS有効時のみ隠す） */
/*
.has-js main .about_area .move_cap_area > li {
  opacity: 0;
  transform: var(--from, translate3d(0, 16px, 0));
}
*/
.has-js main .about_area .move_cap_area > li.reveal {
  opacity: 0;
  transform: var(--from, translate3d(0,16px,0));
}

.has-js main .about_area .move_cap_area > li.is-active,
.has-js main .about_area .move_cap_area > li.in {
  opacity: 1;
  transform: none;
}
	/* 動きを減らす設定への配慮 */
	@media (prefers-reduced-motion: reduce) {
	  .has-js main .about_area .move_cap_area > li {
	    transition: none !important;
	    opacity: 1 !important;
	    transform: none !important;
	  }
	}
/*//////////////////
　個別設定
//////////////////*/
/* ふわっと表示 */
main .about_area .move_cap_area > li:nth-child(1) { --delay: 0ms;   }
main .about_area .move_cap_area > li:nth-child(2) { --delay: 420ms;  }
main .about_area .move_cap_area > li:nth-child(3) { --delay: 120ms; }
main .about_area .move_cap_area > li:nth-child(14) {  --delay: 0ms;}
/* 14番以外を少しだけ遅らせる（例：80ms） */
/*
main .about_area .move_cap_area > li:not(:nth-child(14)) {
  --delay: 80ms;
}
*/
/* 移動版 */
/*
main .about_area .move_cap_area > li:nth-child(3)  { --from: translate3d(-164px, 0, 0); }
main .about_area .move_cap_area > li:nth-child(5)  { --from: translate3d( 164px, 0, 0); }
main .about_area .move_cap_area > li:nth-child(12) { --from: translate3d(-164px, 0, 0); }
*/
/* --- 3/5/12 は「位置固定」。移動をキャンセル（スライドさせない） --- */
.has-js main .about_area .move_cap_area > li:nth-child(3),
.has-js main .about_area .move_cap_area > li:nth-child(5),
.has-js main .about_area .move_cap_area > li:nth-child(12) {
  --from: translate3d(0,0,0);   /* 初期の移動をナシに */
  overflow: hidden;             /* オーバーレイを内側に閉じ込める */
}
/* --- 共通の“幕”（背景と同色）。最初は全面を覆う --- */
.has-js main .about_area .move_cap_area > li:nth-child(3)::before,
.has-js main .about_area .move_cap_area > li:nth-child(5)::before,
.has-js main .about_area .move_cap_area > li:nth-child(12)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e5dcd3;
  transform: scaleX(1);         /* 最初は全面覆う */
  transform-origin: right;       /* デフォルトは「左→右」にめくる */
  transition:
    transform var(--dur, 1000ms) var(--eas, cubic-bezier(.2,.7,.2,1)) var(--delay, 0ms);
  will-change: transform;
  pointer-events: none;
}
/* --- 5番は「右→左」にめくる（起点を右に） --- */
.has-js main .about_area .move_cap_area > li:nth-child(5)::before {
  transform-origin: left;
}
/* 発火後：幕を縮める（優先度を初期と同等以上に） */
.has-js main .about_area .move_cap_area > li.is-active:nth-child(3)::before,
.has-js main .about_area .move_cap_area > li.is-active:nth-child(5)::before,
.has-js main .about_area .move_cap_area > li.is-active:nth-child(12)::before {
  transform: scaleX(0);
}
/* --- 発火後：幕を縮めて中身を見せる＋既存のフェードも効く --- */
main .about_area .move_cap_area > li.is-active::before {
  transform: scaleX(0);
}
/* （任意）個別にゆっくり見せたいなら 3/5/12 にだけ dur/delay を上書き */
main .about_area .move_cap_area > li:nth-child(3),
main .about_area .move_cap_area > li:nth-child(5),
main .about_area .move_cap_area > li:nth-child(12) {
  --dur: 1200ms;       /* 全体より少し長めに */
}
/* 段差調整も可能（例） */
/* main .about_area .move_cap_area > li:nth-child(3)  { --delay: 120ms; } */
/* main .about_area .move_cap_area > li:nth-child(5)  { --delay: 200ms; } */
/* main .about_area .move_cap_area > li:nth-child(12) { --delay: 280ms; } */



body.home main.site-main .new_product_area {
    padding: 90px 30px 0 30px;
}
body.home main.site-main .new_product_area .inner {
	background-image: url('../img/top/new_product_area_bk.jpg');
    background-color: #4e290f;
    background-size: cover;
    width: 119%;
    margin: 0 0 0 -30px;
    padding-bottom: 46px;
    position: relative;
}
body.home main.site-main .swiper-container2 {
    left: -24px;
    top: 11px;
    width: 354px;
    margin-bottom: 50px;
}
body.home main.site-main .swiper-container2:before {
	/*content: "TARTE fini";*/ /* 特定機種で文字化け 直らず */
    font-family: "Playball", system-ui, sans-serif;
    /* 古い環境の文字化け対策？ */
	font-feature-settings: "liga" 0, "clig" 0, "calt" 0; /* ← これが肝 */
	font-variant-ligatures: none; /* 併記しておくと確実 */
	line-height: 1.15;            /* ドットがラインボックスで欠けるのも防ぐ */
	color: #fff;
    font-size: 34px;
    top: 162px;
    left: 135px;
	/*　ここまで　*/
	
	content: "";
	background: url('../img/common/tarte_logo.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    width: 210px;
    height: 56px;
    top: 147px;
    left: 116px;

    position: absolute;
    z-index: 2;
}
body.home main.site-main .swiper-container2:after {
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	background: #fff url('../img/top/ic_new.png');
	background-size: 46%;
    background-repeat: no-repeat;
    background-position: center 27px;
	position: absolute;
    right: -24px;
    bottom: -45px;
    z-index: 2;
}
body.home main.site-main .swiper-container2 .swiper-wrapper {
	left: 35px;
}
body.home main.site-main .swiper-container2 .swiper-slide img {
	width: 100%;
    height: auto;
}
body.home main.site-main .swiper-container2 .swiper-button-next,
body.home main.site-main .swiper-container2 .swiper-button-prev {
	display: none;
}
body.home main.site-main .swiper-container2 .swiper-pagination {
	left: 42px;
    bottom: 30px;
}
body.home main.site-main .swiper-container2 .swiper-pagination .swiper-pagination-bullet {	background: #fff;	opacity: 100;}
body.home main.site-main .swiper-container2 .swiper-pagination .swiper-pagination-bullet-active {	background: #666;}

body.home main.site-main .new_product_area .inner .sub_copy,
body.home main.site-main .new_product_area .inner p {
	color: #fff;
	padding: 0 30px;
	width: auto;
}
body.home main.site-main .new_product_area .inner .sub_copy {
}
body.home main.site-main .new_product_area .inner p {
}
body.home main.site-main .new_product_area .inner .more_btn {
    color: #fff;
    bottom: 18px;
}
body.home main.site-main .new_product_area .inner .more_btn:before,
body.home main.site-main .new_product_area .inner .more_btn:after {
	border-color: #fff;
}

body.home main.site-main .onlineshop_area {
	position: relative;
	padding: 70px 30px 0 30px;
	height: 830px;
	z-index: 1;
}
body.home main.site-main .onlineshop_area ul.onlineshop_link {
	position: absolute;
	right: 0;
    width: 83%;
}
body.home main.site-main .onlineshop_area ul.onlineshop_link:before {
	position: absolute;
	content: "";
	background: url('../img/top/ec_ic_list.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 280px;
    top: 0;
    left: -32px;
}
body.home main.site-main .onlineshop_area ul.onlineshop_link li {
}
body.home main.site-main .onlineshop_area ul.onlineshop_link li img {
	width: 100%;
	height: auto;
}
body.home main.site-main .onlineshop_area ul.onlineshop_link li:nth-child(1) {
}
body.home main.site-main .onlineshop_area ul.onlineshop_link li:nth-child(2) {
	width: 50%;
    float: left;
}
body.home main.site-main .onlineshop_area ul.onlineshop_link li:nth-child(3) {
	width: 50%;
    float: right;
}
body.home main.site-main .onlineshop_area ul.onlineshop_link li:nth-child(4) {
	position: relative;
}
body.home main.site-main .onlineshop_area ul.onlineshop_link li:nth-child(4):before {
	position: absolute;
	z-index: 3;
	content: "SHOP SITE";
	color: #fff;
    font-size: 17px;
	left: -6px;
    bottom: 76px;
    text-align: center;
    width: 100%;
}
body.home main.site-main .onlineshop_area ul.onlineshop_link li:nth-child(4):after {
	position: absolute;
	z-index: 3;
	content: "";
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23ffffff"><path d="m216-144-24-24 288-696 288 696-24 24-264-120-264 120Z"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 69px;
    left: 202px;
    width: 13px;
    height: 18px;
    transform: rotate(90deg);
}


body.home main.site-main .blog_area {
	position: relative;
	padding: 70px 30px 80px 30px;
}
body.home main.site-main .blog_area .blog-wrapper {
    border-top: solid 1px #aea69d;
    margin-bottom: 20px;
    margin-top: 20px;
}
body.home main.site-main .blog_area .blog-wrapper .post-item {
    position: relative;
    border-bottom: solid 1px #aea69d;
    padding: 18px 0;
    display: inline-block;
}
body.home main.site-main .blog_area .blog-wrapper .post-item:before {
	content: "";
	width: 15px;
	height: 1px;
	background: #000;
    position: absolute;
    left: 0;
    top: -1px;
}
body.home main.site-main .blog_area .blog-wrapper .post-item:last-child:after {
	content: "";
	width: 15px;
	height: 1px;
	background: #000;
    position: absolute;
    left: 0;
    bottom: -1px;
}
body.home main.site-main .blog_area .blog-wrapper .post-item a {
    display: inline-block;
}
body.home main.site-main .blog_area .blog-wrapper .post-item .post-thumb {
  width: 25%;
  margin: 0 0 0 30px;
  aspect-ratio: 1 / 1;      /* 正方形に確保 */
  position: relative;
  overflow: hidden;          /* はみ出しカット */
  float: left;
}
body.home main.site-main .blog_area .blog-wrapper .post-item .post-thumb img {
  width: 100%;
  height: 100%;              /* コンテナにフィット */
  object-fit: cover;         /* 中央トリミング */
  object-position: center;
  display: block;            /* 余白防止 */
  /* float: left; は不要なので外す */
}
body.home main.site-main .blog_area .blog-wrapper .post-item .post-meta {
    width: 184px;
    float: right;
}
body.home main.site-main .blog_area .blog-wrapper .post-item .post-meta .post-date {
    position: absolute;
    left: -35px;
    top: 34px;
    transform: rotate(90deg);
    padding-left: 26px;
    /*border-left: solid 1px #000;*/
    font-size: 12px;
    height: 15px;
    line-height: 1.2em;
}
body.home main.site-main .blog_area .blog-wrapper .post-item .post-title {
	line-height: 1.3em;
	font-size: 14px;
}
body.home main.site-main .blog_area .blog-wrapper .post-item a:hover .post-title {
	text-decoration: underline;
}



