@charset "UTF-8";

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: auto;
	margin: 0;
	width: 100%;
}



/* ----------------------------------------------------------------- */


.inner {
    overflow: hidden;
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.inner {
    padding-top: 0px;
    padding-bottom: 10px;
}
}


main.fs-l-main {
    padding: 0;
    width: 100%;
    display: block;
}

.fs-l-main {
    padding: 0px;
	margin: auto;
	max-width: initial;
    /* flex-wrap: nowrap; */
    /* justify-content: start; */
}

section.fs-l-pageMain {
    max-width: initial;
}

section .inner {
	max-width: initial;
	padding-top: 5%;
}

@media screen and (max-width: 768px){
section .inner {
    padding: 0px;
}
	}

img.main_title_reverse {
    max-width: initial;
}

img.main_title {
    max-width: initial;
}

img.pc_pancake_img {
    max-width: initial;
}



/* ------------↓↓↓↓↓↓↓上から時間差ふわふわ------------------ */

.Slidein{
	opacity: 0;
}

.Slidein {animation-name: fadeUpAnime;animation-duration: .5s;animation-fill-mode:forwards;opacity: 0;}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(-20px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.sitelogo{
animation-delay: 0.2s;
}
.delay-time02{
animation-delay: 0.3s;
}
.delay-time03{
animation-delay: 0.4s;
}
.delay-time05{
animation-delay: 0.5s;
}
.delay-time06{
animation-delay: 0.6s;
}
.delay-time07{
animation-delay: 0.7s;
}
.delay-time08{
animation-delay: 0.8s;
}
.snsicon_pc{
animation-delay: 0.9s;
}

/* -------------↑↑↑↑↑↑上から時間差ふわふわ------------------ */

/* -------------↓↓↓↓↓↓時間差ふわふわ------------------ */
.textSlide{
	opacity: 0;
}

.textSlide {animation-name: textSlideAnime;animation-duration: 1.5s;animation-fill-mode:forwards;opacity: 0;}
@keyframes textSlideAnime{
  0% {
    opacity: 0;
	transform: translateY(0px);
  }
  50% {
    opacity: 0;
	transform: translateY(0px);
  }
  100% {
    opacity: 1;
	transform: translateY(0);
  }
}



.photoSlide{
	opacity: 0;
}

.photoSlide {animation-name: photoSlidAnime;animation-duration: 2s;animation-fill-mode:forwards;opacity: 0;}
@keyframes photoSlidAnime{
  0% {
    opacity: 0;
	transform: translateY(0px);
  }
  50% {
    opacity: 0;
	transform: translateX(-30px);
  }
  100% {
    opacity: 1;
	transform: translateY(0);
  }
}


/* ---ヘッダー背景の白　一番上--- */
.hdsticky {
	z-index: 999;
}


/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.headNav {
	  display: block;
	}
	#shopTitle .inner .shopLogo {
    z-index: 0;
}
}

/* ----------------------------------------------------------------- */


/* ---T.D.Early--- */
.block1 {
	margin:auto;
	width: 100%;
	max-width: 1186px;
	padding: 0;
	margin-bottom: 5%;
	/* padding-bottom: 10px; */
}

/* ---レスポンシブ--- */
@media screen and (min-width:768px) {
	.sp_pancake_img {display:none;} /*横幅768px以上では表示しない*/
}
@media screen and (max-width:768px) {
	.pc_pancake_img {display:none;} /*横幅768px以下では表示しない*/
	.square {display:none;} /*横幅768px以下では表示しない*/
}




.TDEarly {
	display: flex;
	height: 800px;
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.TDEarly {
		width: 100%;
		display:flex;
		flex-direction: column;
		height: fit-content;
	}
}


/* ---コンテンツ　左--- */
.TDEarly_left {
	width: 55%;
	padding: 50px 0;
	/* background-color:beige; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.TDEarly_left_in {
	position: relative;
	text-align: center;
	padding: 0 20px;
}
.TDearly_logo {
	position: relative;
	z-index: 1;
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.TDearly_logo img {
		width: 60%;
		    padding-top: 20%;
	}
}


.text {
	padding-top: 30px;
	font-size: 14px;
	font-weight: 100;
	letter-spacing : 0.1em;
	line-height : 2.28;
	font-family: "Sawarabi Gothic", sans-serif;
}

/* ---レスポンシブ　コンテンツ　左--- */
@media screen and (max-width:768px) {
	.TDEarly_left {
		width: 100%;
		height: 500px;
		/* padding: 0 20px; */
	}
	.text {
		font-size: 12px;
		letter-spacing : 0.1em;
		line-height : 2;
	}
}


/* ---CONCEPT画像--- */
.concept {
	position: absolute;
	left: 0%;
	top: -8%;
	z-index: 0;
}
/* ---レスポンシブ　CONCEPT画像--- */
@media screen and (max-width:768px) {
	.concept {
		width: 22%;
		top: 10%;
	}
}



/* ---コンテンツ　右--- */
.TDEarly_pancake_right {
	width: 45%;
	/* background-color:azure; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.pancake_right_in {
	position: relative;
	text-align: center;
	padding-left: 5%;
}

/* ---レスポンシブ　コンテンツ　右--- */
@media screen and (max-width:768px) {
	.TDEarly_pancake_right {
		width: 100%;
	}
	.pancake_right_in {
		padding-left: 0%;
	}
	.sp_pancake {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);	
	}
	.sp_pancake_img {
		left: -100%;
		right: -100%;
		width: 100vw;
		/* margin: auto; */
		height: auto;
		object-fit: cover;
		align-items: center;
	}
}



/* ---画像--- */
.pc_pancake_img {
	position: relative;
	z-index: 1;
}
.square {
	position: absolute;
	background-color: #FEE100;
	left: 13%;
	top: 4%;
	width: 396px;
	height: 725px;
	z-index: 0;
}


/* ----------------------------------------------------------------- */


/* ---商品説明 1--- */
.block2 {
	margin:auto;
	width: 100%;
	padding: 0;
	margin-bottom: 7%;
	/* padding-bottom: 70px; */
	/* left: 0; */
	/* right: 0; */
}
/* ---レスポンシブ　コンテンツ　右--- */
@media screen and (max-width:768px) {
	.block2 {
	margin-bottom: -5%;
	}

.block2 {}
}

/* ---reverse あり--- */
.contents_main_reverse {
	display: flex;
	/* height: 550px; */
	padding-bottom: 20px;
	max-width: 1200px;
	margin: auto;
}
/* ---reverse なし--- */
.contents_main {
	display: flex;
	/* height: 550px; */
	padding-bottom: 20px;
	max-width: 1200px;
	margin: auto;
}


/* ---グレー背景 左右幅いっぱい--- */
.contents_back {
	position:relative;
	display: block;
	z-index: 0;
	/* flex-direction: column-reverse; */
	/* position: absolute; */
	/* padding-top: 15%; */
	/* min-width: 100px; */
}
.backoround_1 {
	position: absolute;
	left: -100%;
	right: -100%;
	/* padding-top: 15%; */
	width: 100vw;
	margin: auto;
	height: 360px;
	/* object-fit: cover; */
	top: 180px;
}
/* ---レスポンシブ　グレー背景 左右幅いっぱい--- */
@media screen and (max-width:768px) {
	.backoround_1 {
		padding-top: 25%;
		height: 400px;
		top: 5%;
	}
}


/* ---reverse あり--- */
/* ---コンテンツ　左--- */
.contents_main_left_reverse {
	width: 90%;
	/* background-color:azure; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 80%; */
}
.main_img_reverse {
	height: auto; 
	width: 100%;
}


.main_title_reverse {
	height: auto; 
	width: 110%;
}
@media screen and (max-width:768px) {
	.main_title_reverse {
		width: 100%;
	}
}

.contents_main_left_in_reverse {
	position: relative;
	z-index: 2;
}

/* ---reverse なし--- */
/* ---コンテンツ　左--- */
.contents_main_left {
	width: 90%;
	/* background-color:lavender; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 80%; */
}
.main_img {
	height: auto; 
	width: 100%;
}
.main_title {
	height: auto; 
	width: 110%;
}
@media screen and (max-width:768px) {
	.main_title {
		width: 100%;
	}
}

.contents_main_left_in {
	position: relative;
	z-index: 2;
}


/* ---reverse あり--- */
/* ---レスポンシブ　コンテンツ　左--- */
@media screen and (max-width:768px) {
	.contents_main_reverse {
		display:flex;
		flex-direction: column;
		/* height: auto; */
		flex-direction: column-reverse;
	}
	.contents_main_left_in_reverse {
		height: auto;
	}
}

/* ---reverse なし--- */
/* ---レスポンシブ　コンテンツ　左--- */
@media screen and (max-width:768px) {
	.contents_main {
		display:flex;
		flex-direction: column;
		/* height: auto; */
	}
	.contents_main_left_in {
		height: auto;
	}
}


/* ---reverse あり--- */
/* ---コンテンツ　右--- */
.contents_main_right_reverse {
	width: 35%;
	/* background-color:beige; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3% 1.5% 0% 1.5%;
}
.contents_main_right_in_reverse {
	position: relative;
	/* z-index: 2; */
	width: 100%;
	/* height: 800px; */
	/* padding: 0 20px; */
}
/* ---レスポンシブ　コンテンツ　右--- */
@media screen and (max-width:768px) {
	.contents_main_right_reverse {
		align-items: center;
		width: 100%;
		padding: 20px 10px 10px 0;
		/* height: 800px; */
		/* padding: 0 20px; */
		/* padding: 0 20px; */
	}
}

/* ---reverse なし--- */
/* ---コンテンツ　右--- */
.contents_main_right {
	width: 35%;
	/* background-color:beige; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3% 1.5% 0% 1.5%;
}
.contents_main_right_in {
	position: relative;
	/* z-index: 2; */
	width: 100%;
	/* height: 800px; */
	/* padding: 0 20px; */
}
/* ---レスポンシブ　コンテンツ　右--- */
@media screen and (max-width:768px) {
	.contents_main_right {
		align-items: center;
		width: 100%;
		padding: 20px 10px 10px 0;
		/* height: 800px; */
		/* padding: 0 20px; */
		/* padding: 0 20px; */
	}
}


/* ---reverse あり--- */
/* ---商品名--- */
.maintext_reverse span {
	font-size: 70px;
	letter-spacing : 0.04em;
	line-height: 0.9em;
	margin-top: 15%;
	height: auto;
	/* padding: 0 20px; */
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.maintext_reverse span {
		font-size: 50px;
		line-height: 1.08em;
	}
}

/* ---商品説明--- */
.subtext_reverse {
    font-size: 20px;
    /* height: 800px; */
    margin-top: 10%;
}

/* ---reverse なし--- */
/* ---商品名--- */
.maintext span {
	font-size: 70px;
	letter-spacing : 0.04em;
	line-height: 0.9em;
	margin-top: 15%;
	height: auto;
	/* padding: 0 20px; */
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.maintext span {
		font-size: 50px;
		line-height: 1.08em;
	}
}

/* ---商品説明--- */
.subtext {
    font-size: 20px;
    /* height: 800px; */
    margin-top: 10%;
}

/* ---reverse あり--- */
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.maintext_reverse {
		/* margin-left: 5%; */
		padding: 0 20px;
	}
	.subtext_reverse {
		margin: 5%;
	}
}

/* ---reverse なし--- */
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.maintext {
		/* margin-left: 5%; */
		padding: 0 20px;
	}
	.subtext {
		margin: 5%;
	}
}

.textA {
	margin-top:5%;
	font-family: Sawarabi Gothic;
}
p.textB {
    font-size: inherit;
    line-height: inherit;
}
.textC {
	margin-top: 5%;
	font-size: 14px;
	line-height: 1.7em;
	font-family: Sawarabi Gothic;
}



/* ----------------------------------------------------------------- */
.block3 {
	margin:auto;
	width: 100%;
	max-width: 1186px;
	padding: 0;
	margin-bottom: 5%;
	padding-bottom: 5px;
}
/* ---left down--- */
.contents_area_leftdown {
	/* background-color: azure; */
}

/* ---left up--- */
.contents_area_leftup {
	/* background-color:mistyrose; */
}


/* ---left down--- */
ul.contents_leftdown {
	text-align: center;
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
	list-style:none;
	margin-bottom: 10%;
}
ul.contents_leftdown li {
   position:relative;
   text-align:center;
}
/* レスポンシブ */
@media screen and (max-width:768px) {
	ul.contents_leftdown li {
		margin: 10% 0;
	}
	.contents_leftdown img {
		width: 70%;	
	}
}


/* ---left up--- */
ul.contents_leftup {
	text-align: center;
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
	list-style:none;
	margin-bottom: 10%;
}
ul.contents_leftup li {
   position:relative;
   text-align:center;
}
/* レスポンシブ */
@media screen and (max-width:768px) {
	ul.contents_leftup li {
		margin: 10% 0;
	}
	.contents_leftup img {
		width: 70%;	
	}
}

/* ---left down--- */
ul.contents_leftdown li:nth-child(1n+1) {
	top:100px;
}
ul.contents_leftdown li:nth-child(1n+2) {
    top:50px;
}
ul.contents_leftdown li:nth-child(1n+3) {
    top:0px;
}
ul.contents_leftdown li:nth-child(1n+4) {
    top:150px;
}
.contents_A_text {
	font-size: 18px;
}
/* レスポンシブ */
@media screen and (max-width:768px) {
	.contents_A_text {
		font-size: 16px;
	}
	.contents_B_text {
	padding-bottom: 16px;
}
/* ---left down--- */
ul.contents_leftdown li:nth-child(1n+1) {
	top:100px;
}
ul.contents_leftdown li:nth-child(1n+2) {
    top:50px;
}
ul.contents_leftdown li:nth-child(1n+3) {
    top:0px;
}
ul.contents_leftdown li:nth-child(1n+4) {
    top:-50px;
}
}

.contents_B_text {
	padding-bottom: 3%;
}
.contents_C_text {
	font-size: 14px;
	padding-bottom:5%;
}

/* ---left up--- */
ul.contents_leftup li:nth-child(1n+1) {
	top:0px;
}
ul.contents_leftup li:nth-child(1n+2) {
    top:50px;
}
ul.contents_leftup li:nth-child(1n+3) {
    top:100px;
}
ul.contents_leftup li:nth-child(1n+4) {
    top:150px;
}
/* レスポンシブ */
@media screen and (max-width:768px) {
	/* ---left up--- */
ul.contents_leftup li:nth-child(1n+1) {
	top:0px;
}
ul.contents_leftup li:nth-child(1n+2) {
    top:-50px;
}
ul.contents_leftup li:nth-child(1n+3) {
    top:-100px;
}
ul.contents_leftup li:nth-child(1n+4) {
    top:-150px;
}
}

/* ----------------------------------------------------------------- */
/*ボタン*/
.button {
	letter-spacing : 0.04em;
	font-weight: 100;
	color: #333;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 18px;
}

.button:hover {
	opacity: .5;
	color: #a4a6a8;
}

.button::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:12px;
    left:65%;
    /*下線の形状*/    
    width: 7%;
    height: 1px;
  background:#333;
    /*アニメーションの指定*/
    transition: all .2s;
}

.button::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom:14px;
    right:28%;
    /*矢印の形状*/
    width:7px;
    height:1px;
    background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .2s;
}

/*hoverした際の移動*/
.button:hover::before{
    left:67%;
}

.button:hover::after{
    right:26%;
}



/* ----------------------------------------------------------------- */
/* スライドする */

.sa {
opacity: 0;
transition: all .9s ease;
}


.sa.show {
opacity: 1;
transform: none;
}

.sa--up {
transform: translate(0, 50px);
}
@charset "UTF-8";

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: auto;
	margin: 0;
	width: 100%;
}



/* ----------------------------------------------------------------- */


.inner {
    overflow: hidden;
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.inner {
    padding-top: 0px;
    padding-bottom: 10px;
}
}


main.fs-l-main {
    padding: 0;
    width: 100%;
    display: block;
}

.fs-l-main {
    padding: 0px;
	margin: auto;
	max-width: initial;
    /* flex-wrap: nowrap; */
    /* justify-content: start; */
}

section.fs-l-pageMain {
    max-width: initial;
}

section .inner {
	max-width: initial;
	padding-top: 5%;
}

@media screen and (max-width: 768px){
section .inner {
    padding: 0px;
}
	}

img.main_title_reverse {
    max-width: initial;
}

img.main_title {
    max-width: initial;
}

img.pc_pancake_img {
    max-width: initial;
}



/* ------------↓↓↓↓↓↓↓上から時間差ふわふわ------------------ */

.Slidein{
	opacity: 0;
}

.Slidein {animation-name: fadeUpAnime;animation-duration: .5s;animation-fill-mode:forwards;opacity: 0;}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(-20px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.sitelogo{
animation-delay: 0.2s;
}
.delay-time02{
animation-delay: 0.3s;
}
.delay-time03{
animation-delay: 0.4s;
}
.delay-time04{
animation-delay: 0.5s;
}
.delay-time05{
animation-delay: 0.6s;
}
.delay-time06{
animation-delay: 0.7s;
}
.delay-time07{
animation-delay: 0.8s;
}
.delay-time08{
animation-delay: 0.9s;
}
.snsicon_pc{
animation-delay: 1.0s;
}

/* -------------↑↑↑↑↑↑上から時間差ふわふわ------------------ */

/* -------------↓↓↓↓↓↓時間差ふわふわ------------------ */
.textSlide{
	opacity: 0;
}

.textSlide {animation-name: textSlideAnime;animation-duration: 1.5s;animation-fill-mode:forwards;opacity: 0;}
@keyframes textSlideAnime{
  0% {
    opacity: 0;
	transform: translateY(0px);
  }
  50% {
    opacity: 0;
	transform: translateY(0px);
  }
  100% {
    opacity: 1;
	transform: translateY(0);
  }
}



.photoSlide{
	opacity: 0;
}

.photoSlide {animation-name: photoSlidAnime;animation-duration: 2s;animation-fill-mode:forwards;opacity: 0;}
@keyframes photoSlidAnime{
  0% {
    opacity: 0;
	transform: translateY(0px);
  }
  50% {
    opacity: 0;
	transform: translateX(-30px);
  }
  100% {
    opacity: 1;
	transform: translateY(0);
  }
}


/* ---ヘッダー背景の白　一番上--- */
.hdsticky {
	z-index: 999;
}


/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.headNav {
	  display: block;
	}
	#shopTitle .inner .shopLogo {
    z-index: 0;
}
}

/* ----------------------------------------------------------------- */


/* ---T.D.Early--- */
.block1 {
	margin:auto;
	width: 100%;
	max-width: 1186px;
	padding: 0;
	margin-bottom: 5%;
	/* padding-bottom: 10px; */
}

/* ---レスポンシブ--- */
@media screen and (min-width:768px) {
	.sp_pancake_img {display:none;} /*横幅768px以上では表示しない*/
}
@media screen and (max-width:768px) {
	.pc_pancake_img {display:none;} /*横幅768px以下では表示しない*/
	.square {display:none;} /*横幅768px以下では表示しない*/
}




.TDEarly {
	display: flex;
	height: 800px;
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.TDEarly {
		width: 100%;
		display:flex;
		flex-direction: column;
		height: fit-content;
	}
}


/* ---コンテンツ　左--- */
.TDEarly_left {
	width: 55%;
	padding: 50px 0;
	/* background-color:beige; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.TDEarly_left_in {
	position: relative;
	text-align: center;
	padding: 0 20px;
}
.TDearly_logo {
	position: relative;
	z-index: 1;
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.TDearly_logo img {
		width: 60%;
		    padding-top: 20%;
	}
}


.text {
	padding-top: 30px;
	font-size: 14px;
	font-weight: 100;
	letter-spacing : 0.1em;
	line-height : 2.28;
	font-family: "Sawarabi Gothic", sans-serif;
}

/* ---レスポンシブ　コンテンツ　左--- */
@media screen and (max-width:768px) {
	.TDEarly_left {
		width: 100%;
		height: 500px;
		/* padding: 0 20px; */
	}
	.text {
		font-size: 12px;
		letter-spacing : 0.1em;
		line-height : 2;
	}
}


/* ---CONCEPT画像--- */
.concept {
	position: absolute;
	left: 0%;
	top: -8%;
	z-index: 0;
}
/* ---レスポンシブ　CONCEPT画像--- */
@media screen and (max-width:768px) {
	.concept {
		width: 22%;
		top: 10%;
	}
}



/* ---コンテンツ　右--- */
.TDEarly_pancake_right {
	width: 45%;
	/* background-color:azure; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.pancake_right_in {
	position: relative;
	text-align: center;
	padding-left: 5%;
}

/* ---レスポンシブ　コンテンツ　右--- */
@media screen and (max-width:768px) {
	.TDEarly_pancake_right {
		width: 100%;
	}
	.pancake_right_in {
		padding-left: 0%;
	}
	.sp_pancake {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);	
	}
	.sp_pancake_img {
		left: -100%;
		right: -100%;
		width: 100vw;
		/* margin: auto; */
		height: auto;
		object-fit: cover;
		align-items: center;
	}
}



/* ---画像--- */
.pc_pancake_img {
	position: relative;
	z-index: 1;
}
.square {
	position: absolute;
	background-color: #FEE100;
	left: 13%;
	top: 4%;
	width: 396px;
	height: 725px;
	z-index: 0;
}


/* ----------------------------------------------------------------- */


/* ---商品説明 1--- */
.block2 {
	margin:auto;
	width: 100%;
	padding: 0;
	margin-bottom: 7%;
	/* padding-bottom: 70px; */
	/* left: 0; */
	/* right: 0; */
}
/* ---レスポンシブ　コンテンツ　右--- */
@media screen and (max-width:768px) {
	.block2 {
	margin-bottom: -5%;
	}

.block2 {}
}

/* ---reverse あり--- */
.contents_main_reverse {
	display: flex;
	/* height: 550px; */
	padding-bottom: 20px;
	max-width: 1200px;
	margin: auto;
}
/* ---reverse なし--- */
.contents_main {
	display: flex;
	/* height: 550px; */
	padding-bottom: 20px;
	max-width: 1200px;
	margin: auto;
}


/* ---グレー背景 左右幅いっぱい--- */
.contents_back {
	position:relative;
	display: block;
	z-index: 0;
	/* flex-direction: column-reverse; */
	/* position: absolute; */
	/* padding-top: 15%; */
	/* min-width: 100px; */
}
.backoround_1 {
	position: absolute;
	left: -100%;
	right: -100%;
	/* padding-top: 15%; */
	width: 100vw;
	margin: auto;
	height: 360px;
	/* object-fit: cover; */
	top: 180px;
}
/* ---レスポンシブ　グレー背景 左右幅いっぱい--- */
@media screen and (max-width:768px) {
	.backoround_1 {
		padding-top: 25%;
		height: 400px;
		top: 5%;
	}
}


/* ---reverse あり--- */
/* ---コンテンツ　左--- */
.contents_main_left_reverse {
	width: 90%;
	/* background-color:azure; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 80%; */
}
.main_img_reverse {
	height: auto; 
	width: 100%;
}


.main_title_reverse {
	height: auto; 
	width: 110%;
}
@media screen and (max-width:768px) {
	.main_title_reverse {
		width: 100%;
	}
}

.contents_main_left_in_reverse {
	position: relative;
	z-index: 2;
}

/* ---reverse なし--- */
/* ---コンテンツ　左--- */
.contents_main_left {
	width: 90%;
	/* background-color:lavender; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 80%; */
}
.main_img {
	height: auto; 
	width: 100%;
}
.main_title {
	height: auto; 
	width: 110%;
}
@media screen and (max-width:768px) {
	.main_title {
		width: 100%;
	}
}

.contents_main_left_in {
	position: relative;
	z-index: 2;
}


/* ---reverse あり--- */
/* ---レスポンシブ　コンテンツ　左--- */
@media screen and (max-width:768px) {
	.contents_main_reverse {
		display:flex;
		flex-direction: column;
		/* height: auto; */
		flex-direction: column-reverse;
	}
	.contents_main_left_in_reverse {
		height: auto;
	}
}

/* ---reverse なし--- */
/* ---レスポンシブ　コンテンツ　左--- */
@media screen and (max-width:768px) {
	.contents_main {
		display:flex;
		flex-direction: column;
		/* height: auto; */
	}
	.contents_main_left_in {
		height: auto;
	}
}


/* ---reverse あり--- */
/* ---コンテンツ　右--- */
.contents_main_right_reverse {
	width: 35%;
	/* background-color:beige; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3% 1.5% 0% 1.5%;
}
.contents_main_right_in_reverse {
	position: relative;
	/* z-index: 2; */
	width: 100%;
	/* height: 800px; */
	/* padding: 0 20px; */
}
/* ---レスポンシブ　コンテンツ　右--- */
@media screen and (max-width:768px) {
	.contents_main_right_reverse {
		align-items: center;
		width: 100%;
		padding: 20px 10px 10px 0;
		/* height: 800px; */
		/* padding: 0 20px; */
		/* padding: 0 20px; */
	}
}

/* ---reverse なし--- */
/* ---コンテンツ　右--- */
.contents_main_right {
	width: 35%;
	/* background-color:beige; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3% 1.5% 0% 1.5%;
}
.contents_main_right_in {
	position: relative;
	/* z-index: 2; */
	width: 100%;
	/* height: 800px; */
	/* padding: 0 20px; */
}
/* ---レスポンシブ　コンテンツ　右--- */
@media screen and (max-width:768px) {
	.contents_main_right {
		align-items: center;
		width: 100%;
		padding: 20px 10px 10px 0;
		/* height: 800px; */
		/* padding: 0 20px; */
		/* padding: 0 20px; */
	}
}


/* ---reverse あり--- */
/* ---商品名--- */
.maintext_reverse span {
	font-size: 70px;
	letter-spacing : 0.04em;
	line-height: 0.9em;
	margin-top: 15%;
	height: auto;
	/* padding: 0 20px; */
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.maintext_reverse span {
		font-size: 50px;
		line-height: 1.08em;
	}
}

/* ---商品説明--- */
.subtext_reverse {
    font-size: 20px;
    /* height: 800px; */
    margin-top: 10%;
}

/* ---reverse なし--- */
/* ---商品名--- */
.maintext span {
	font-size: 70px;
	letter-spacing : 0.04em;
	line-height: 0.9em;
	margin-top: 15%;
	height: auto;
	/* padding: 0 20px; */
}
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.maintext span {
		font-size: 50px;
		line-height: 1.08em;
	}
}

/* ---商品説明--- */
.subtext {
    font-size: 20px;
    /* height: 800px; */
    margin-top: 10%;
}

/* ---reverse あり--- */
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.maintext_reverse {
		/* margin-left: 5%; */
		padding: 0 20px;
	}
	.subtext_reverse {
		margin: 5%;
	}
}

/* ---reverse なし--- */
/* ---レスポンシブ--- */
@media screen and (max-width:768px) {
	.maintext {
		/* margin-left: 5%; */
		padding: 0 20px;
	}
	.subtext {
		margin: 5%;
	}
}

.textA {
	margin-top:5%;
	font-family: Sawarabi Gothic;
}
p.textB {
    font-size: inherit;
    line-height: inherit;
}
.textC {
	margin-top: 5%;
	font-size: 14px;
	line-height: 1.7em;
	font-family: Sawarabi Gothic;
}



/* ----------------------------------------------------------------- */
.block3 {
	margin:auto;
	width: 100%;
	max-width: 1186px;
	padding: 0;
	margin-bottom: 5%;
	padding-bottom: 5px;
}
/* ---left down--- */
.contents_area_leftdown {
	/* background-color: azure; */
}

/* ---left up--- */
.contents_area_leftup {
	/* background-color:mistyrose; */
}


/* ---left down--- */
ul.contents_leftdown {
	text-align: center;
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
	list-style:none;
	margin-bottom: 10%;
}
ul.contents_leftdown li {
   position:relative;
   text-align:center;
}
/* レスポンシブ */
@media screen and (max-width:768px) {
	ul.contents_leftdown li {
		margin: 10% 0;
	}
	.contents_leftdown img {
		width: 70%;	
	}
}


/* ---left up--- */
ul.contents_leftup {
	text-align: center;
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
	list-style:none;
	margin-bottom: 10%;
}
ul.contents_leftup li {
   position:relative;
   text-align:center;
}
/* レスポンシブ */
@media screen and (max-width:768px) {
	ul.contents_leftup li {
		margin: 10% 0;
	}
	.contents_leftup img {
		width: 70%;	
	}
}

/* ---left down--- */
ul.contents_leftdown li:nth-child(1n+1) {
	top:100px;
}
ul.contents_leftdown li:nth-child(1n+2) {
    top:50px;
}
ul.contents_leftdown li:nth-child(1n+3) {
    top:0px;
}
ul.contents_leftdown li:nth-child(1n+4) {
    top:150px;
}
.contents_A_text {
	font-size: 18px;
}
/* レスポンシブ */
@media screen and (max-width:768px) {
	.contents_A_text {
		font-size: 16px;
	}
	.contents_B_text {
	padding-bottom: 16px;
}
/* ---left down--- */
ul.contents_leftdown li:nth-child(1n+1) {
	top:100px;
}
ul.contents_leftdown li:nth-child(1n+2) {
    top:50px;
}
ul.contents_leftdown li:nth-child(1n+3) {
    top:0px;
}
ul.contents_leftdown li:nth-child(1n+4) {
    top:-50px;
}
}

.contents_B_text {
	padding-bottom: 3%;
}
.contents_C_text {
	font-size: 14px;
	padding-bottom:5%;
}

/* ---left up--- */
ul.contents_leftup li:nth-child(1n+1) {
	top:0px;
}
ul.contents_leftup li:nth-child(1n+2) {
    top:50px;
}
ul.contents_leftup li:nth-child(1n+3) {
    top:100px;
}
ul.contents_leftup li:nth-child(1n+4) {
    top:150px;
}
/* レスポンシブ */
@media screen and (max-width:768px) {
	/* ---left up--- */
ul.contents_leftup li:nth-child(1n+1) {
	top:0px;
}
ul.contents_leftup li:nth-child(1n+2) {
    top:-50px;
}
ul.contents_leftup li:nth-child(1n+3) {
    top:-100px;
}
ul.contents_leftup li:nth-child(1n+4) {
    top:-150px;
}
}

/* ----------------------------------------------------------------- */
/*ボタン*/
.button {
	letter-spacing : 0.04em;
	font-weight: 100;
	color: #333;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Cormorant Unicase', serif;
}
.button:hover {
    text-decoration: none;
    color: #333;
}

.button::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:12px;
    left:65%;
    /*下線の形状*/    
    width: 7%;
    height: 1px;
  background:#333;
    /*アニメーションの指定*/
    transition: all .2s;
}

.button::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom:14px;
    right:28%;
    /*矢印の形状*/
    width:7px;
    height:1px;
    background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .2s;
}

/*hoverした際の移動*/
.button:hover::before{
    left:67%;
}

.button:hover::after{
    right:26%;
}



/* ----------------------------------------------------------------- */
/* スライドする */

.sa {
opacity: 0;
transition: all .9s ease;
}


.sa.show {
opacity: 1;
transform: none;
}

.sa--up {
transform: translate(0, 50px);
}
