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

/*Adobe fonts*/
@import url("https://use.typekit.net/yfh5xwn.css");

/*Scotch Display Roman
font-family: "scotch-display", sans-serif;
font-weight: 400;
font-style: normal;
*/


/*================================
目次
================================

■FSの設定打消し
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）

1.全体
2.共通フォーマット（ボタンデザインなど）
3.メインビジュアル
4.イントロダクション
5.アイテム
7.フッター

*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■FSの設定打消し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fs-l-main *{
	min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
}

/*メインエリアの横幅制限解除ここから*/
.fs-l-pageMain {
	max-width: 100%;
}

.fs-l-main{
	max-width: 100%;
	padding:0;
	margin:0;
}
/*メインエリアの横幅制限解除ここまで*/


.fs-c-breadcrumb{
	/*padding-top:80px;*/
	margin-top:-5px;
	background-color: #fff;
}
@media screen and (max-width:768px) {
	.fs-c-breadcrumb{
		/*padding-top:80px;*/
	}
}

/* 「現在登録されている商品はありません。」を非表示 */
.fs-c-noResultMessage { display: none }

/*「商品グループ表示」を非表示*/
.fs-c-subgroup { display: none }

/*「商品グループエリア」を非表示*/
/*.fs-c-productList { display: none }*/

/* 文字サイズ調整 */
.fs-l-main{
	font-size:1.1em;
}

/*共通フッターのマージン調整*/
.footer-sp{
	margin-top: 0 !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*例：brタグにclassを追加
PCのみで改行→pc <br class="pc">
SPのみで改行→sp <br class="sp">
※両方共通の改行の場合は<br>のみでOK

他、PCとSPで表示を分けたい部分にも使用可能
*/

@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}



/*================================
1.全体
================================*/

body{
/*背景色*/
	background-color: #fff;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: center;
	font-size:13px;
	line-height: 2;
	letter-spacing: 0.07em;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
	color:#000;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:#000;
}
.js-main a:hover,a:hover img{
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}


/*widthなどの適応範囲をborder基準に変更*/
.js-main *, .js-main *:before, .js-main *:after{
	-webkit-box-sizing: border-box; /* Webkit */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* 標準 */
}


/*SP版画像サイズ制御*/
@media screen and (max-width:768px) {
    /*　画面サイズが768px以下の時はここを読み込む　*/
	.js-main img{
	width:100%;
	height: auto;
	}
}

/*PC980px、SP100%*/
.js-container{
	width:100%;
	max-width:980px;
	margin:auto;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
2.共通フォーマット（ボタンデザインなど）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ボタン*/
.button019 a {
    background: #fff;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	border:solid 1px #000;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #d69077;
  border:solid 1px #d69077;
  color: #FFF;
  opacity: 1;
}
.button019 a:hover:after {
  right: 1.4rem;
}


/*共通padding設定*/
.main-padding{
	padding: 60px 0;
}
@media screen and (max-width: 768px){
	.main-padding{
		padding: 3em 0;
	}
}

/*共通margin設定*/
.main-margin{
	margin: 100px auto;
}
@media screen and (max-width: 768px){
	.main-margin{
		margin: 4em auto;
	}
}

/*見出し*/
.main-title{
	margin-bottom:5em;
}
.main-title_t01{
	font-size:1.5em;
	letter-spacing: 0.3em;
}
.main-title_t02{
	margin-top:3em;
}

/*コンテンツ部分の背景色*/
.contents_bgcolor{
	width:100%;
	background-color: #fff;
	/*padding: 50px 0;*/
}

/*背景色*/
.bg-color01{
	background: #fff;
}


/*テキスト色*/
.font-color01{ /**/
	color:#d69077;
}

/*フォント*/
/*フォント指定*/
.font-01{ /*明朝系*/
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.font-02{ /*ゴシック系*/
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
.font-03{ /*Scotch Display Roman*/
	font-family: "scotch-display", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.bold{ /*太字*/
	font-weight: bold;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.メインビジュアル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ビジュアル用背景画像の設定/iPhone対応版*/
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:auto;
  min-height:85vh;
  background:url("../img/logo_back.svg") no-repeat;
  background-size: auto;
  background-position: 30% 0 ;
}
@media screen and (max-width: 768px){
	body:before{
		width:100%;
  		height:auto;
		min-height:85vh;
		background:url("../img/logo_back_sp.svg?timestamp=240926") no-repeat;
		background-size: 50%;
		background-position: 20% 0 ;
	}
}

/*要素上下左右中央寄せ*/
.main-visual{
	display: flex;
  	justify-content: center;
  	align-items: center;
	height: 85vh;
	min-height: 600px;
	text-align: center;
	
	position: relative;
}
.title-text{
	position: absolute;
	bottom:10%;
	
	font-weight: 700;
}
.main-visual_subtext01{
	position: absolute;
	top:15px;
	left:15px;
	text-align: left;
}
.main-visual_subtext02{
	position: absolute;
	bottom:15px;
	right:15px;
	text-align: right;
}
.main-visual_subtext03{
	position: absolute;
	top:15px;
	left:100px;
	text-align: left;
}

.main-visual_contents{
	margin: 40px auto;
}
.main-visual_logo{
	width:80%;
	max-width:506px;
	margin:auto;
}
.main-visual_logo img{
	width:100%;
}
@media screen and (max-width: 768px){ 

}

/*SP*/
@media screen and (max-width: 768px){
	.main-visual{
		height: 75vh;
		min-height: 600px;
	}
	.main-visual_subtext01{
		width:10%;
		left:5px;
		top:7px;
	}
	.main-visual_subtext02{
		width:10%;
		right:5px;
		bottom:7px;
	}
	.main-visual_subtext03{
		width:50%;
		top:10px;
		left:12%;
	}
	.main-visual_logo{
		padding-left:8%;
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4.イントロ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-intro{
	background-color: #f5f5f5;
}

.main-intro_wrapper{
	text-align: center;
}
.main-intro_wrapper img{
	width:100%;	
}

.main-intro_item01{
	
}
.main-intro_item02{
	text-align: left;
}

.main-intro_text01{
	/*font-weight: 700;*/
	font-size:2.2em;
	letter-spacing: 0.04em;
	line-height: 1.3;
}
.main-intro_text02{
	margin-top:2.5em;
}

/*PC*/
@media screen and (min-width: 769px){ 
	.main-intro_wrapper{
		/*フレックスボックスの設定*/
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		/*フレックスボックスの要素の寄せ*/
		justify-content: center;
		align-items: center;
		
		width:878px;
		margin: auto;
	}
	.main-intro_item01{
		width:458px;
	}
	.main-intro_item02{
		padding-left:60px;
		width:360px;
	}
	
}

/*SP*/
@media screen and (max-width: 768px){
	.main-intro_item01{
		width:95%;
		margin: auto auto auto 5%;
	}
	.main-intro_item02{
		width:80%;
		margin: 2em auto 0;
	}
	.main-intro_text01{
		margin-top:1.5em;
		font-size:8vw;
	}
	.main-intro_text02{
		margin-top:2em;
	}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
7.アイテム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



.main-item_contents{
	margin-left:auto;
	margin-right:auto;
	width:565px;
}
/*SP*/
@media screen and (max-width: 768px){
	.main-item_contents{
		width:93%;
	}
}


.item_contents_wrapper{
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.5487%;/*横565px 高さ355px*/
	
	text-align: left;
}


.main-item_img{
	position: absolute;
	height: auto;
	
	width:90%;
	height:0;
	padding-top:56.5487%;
	height:auto;
	background-color: #f5f5f5;
	border-radius: 10px;
	
	top:0;
	background-size: cover;
}
.main-item_text{
	position: absolute;
	width:100%;
	height: auto;
	
	bottom:5%;
}
/*左右入れ替え:テキストが左*/
.text-left .main-item_img{
	right:0;
}
.text-left .main-item_text{
	left:0;
}
/*左右入れ替え:テキストが右*/
.text-right .main-item_img{
	right:auto;
	left:0;
}
.text-right .main-item_text{
	left:auto;
	right:0;
	text-align: right;
}


.main-item_img_inner{
	postion: relative;

}
.main-item_img_inner.off:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: radial-gradient(black 20%, transparent 20%),
	radial-gradient(black 20%, transparent 20%);
	background-size: 3px 3px;
	background-position: 0 0, 3px 3px;
	border-radius: 10px;
}
.main-item_img_inner.on:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	/*background-image: radial-gradient(black 20%, transparent 20%),
	radial-gradient(black 20%, transparent 20%);
	background-size: 3px 3px;
	background-position: 0 0, 3px 3px;*/
	border-radius: 10px;
}


.main-item_text01{
	font-size: 89px;
	line-height: 1;
}

.main-item_text02{
	display: inline-block;
	background-color: #fff;
	font-size: 20px;
	padding: 0 10px;
	font-weight:600;
}
.main-item_text03{
	display: inline-block;
	background-color: #000;
	color:#fff;
	padding: 0 10px;
	line-height: 1.2;
	margin-top:0.5em;
	font-size:12px;
}


/*SP*/
@media screen and (max-width: 768px){
	.item_contents_wrapper{
		padding-top: 90%;/*正方形*/
	}
	.main-item_img{
		padding-top: 90%;/*正方形*/
	}
	.main-item_text{
		bottom:5%;
	}
	.main-item_text01{
		font-size:5em;
	}
	.main-item_text02{
		font-size:1.3em;
	}
	.main-item_text03{
		
	}
}








/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
8.フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-footer{
	
}


/*ロゴ：タイトル*/
.contents-footer_logo_title{
	margin: 0 auto 3em;
	width:250px;
	max-width: 60%;
}
.contents-footer_logo_title img{
	width:100%;
}


/*線*/
.contents-footer_line{
	margin: 0 auto 3em;
	width:1px;
	height:50px;
	background-color: #666;
}


/*ロゴ*/
.contents-footer_logo{
	margin: 0 auto 3em;
	width:100px;
	max-width: 30%;
}
.contents-footer_logo img{
	width:100%;
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.swiper
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*ベースノーマルver========================*/
.swiper_basenormal{
	text-align: justify;
	font-size:1em;
	letter-spacing: 0;
}
.swiper_basenormal img{
	width:100%;	
}
.swiper_basenormal .swiper-wrapper{
	height: auto;
}
.swiper_basenormal .swiper-slide{
	padding-bottom:30px;
	height: auto;
}
/* ページネーションの色変更 */
.swiper_basenormal .swiper-pagination-bullet-active {
	background-color: #6d6d6d;
}
/* ページネーションの位置調整 */
.swiper_basenormal .swiper-horizontal>.swiper-pagination-bullets,
.swiper_basenormal .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper_basenormal .swiper-pagination-custom,
.swiper_basenormal .swiper-pagination-fraction{
	bottom:0;
}
/* 矢印の位置変更 */
.swiper_basenormal [class^="swiper-button-"]{
	top: initial;
    bottom: 2%;
	z-index: 100;
}
/* 矢印のデザイン変更 */
/* 矢印画像の高さと幅 */
.swiper_basenormal .swiper-button-prev{
	height: 10px;
	width: 20px;
	left:35%;
}
.swiper_basenormal .swiper-button-next {
	height: 10px;
	width: 20px;
	right:35%;
}
/* 矢印を消して画像に変更する */
.swiper_basenormal .swiper-button-prev::after,
.swiper_basenormal .swiper-button-next::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}
/* 前に戻る矢印の画像パス */
.swiper_basenormal .swiper-button-prev::after {
	background-image: url(https://www.joint-space.co.jp/category_common/huit_bouquet/feature/hit_1stanv/img/icon_prev.svg);
	height: 10px;
	width: 20px;
}
/* 次に進む矢印の画像パス */
.swiper_basenormal .swiper-button-next::after {
	background-image: url(https://www.joint-space.co.jp/category_common/huit_bouquet/feature/hit_1stanv/img/icon_next.svg);
	height: 10px;
	width: 20px;
}

.swiper a:hover, a:hover img{
	opacity: 1;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.アコーディオン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.details {
	background-color: white;
}
.summary {
	cursor: pointer;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border: solid 1px #b6b6b6;
}
.answer {
	overflow: hidden;
	
}
.answerInner {
	padding: 0 20px 20px;
	border: solid 1px #b6b6b6;
	border-top-color: transparent;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.初回スクロール禁止
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* ==== アニメーション｜スクロール封じ ==== */
/*@keyframes scrollseal {
from { overflow: hidden }
to { overflow: visible }
}
*/
/* ==== 指定の秒間スクロール禁止 ==== */
/*body {
animation: scrollseal 0s 2.5s both;
}*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.フェードインエフェクト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fadein-top1 {
    animation: fadeIn1 2s ease 0s 1 normal;
    -webkit-animation: fadeIn1 2s ease 0s 1 normal;
}
@keyframes fadeIn1 {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn1 {
    0% {opacity: 0}
    100% {opacity: 1}
}

.fadein-top2 {
    animation: fadeIn2 2s ease 0.5s 1 both;
    -webkit-animation: fadeIn2 2s ease 0.5s 1 both;
}
@keyframes fadeIn2 {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn2 {
    0% {opacity: 0}
    100% {opacity: 1}
}

.fadein-top3 {
    animation: fadeIn3 2s ease 1s 1 both;
    -webkit-animation: fadeIn3 2s ease 1s 1 both;
}
@keyframes fadeIn3 {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn3 {
    0% {opacity: 0}
    100% {opacity: 1}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.delighters：スクロールアニメーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*animation-ふわっと出現*/
/* 基本のスタイル */
.animation.delighter {
  transition: all 1s ease-out;
  transform: translateY(50%);
  opacity: 0;
}
/* スタート時のスタイル */
.animation.delighter.started {
  transform:none;
  opacity:1;
}
/* エンド時のスタイル */
.animation.delighter.started.ended {

}


/*animation_blur-じわっと出現*/
/* 基本のスタイル */
.animation_blur.delighter {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* スタート時のスタイル */
.animation_blur.delighter.started {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}
/* エンド時のスタイル */
.animation_blur.delighter.started.ended {

}
/* アニメーション設定 */
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}



/*animation-メニュー用時差*/
/*01*/
.animation_menu01.delighter {
  transition: all .5s 0s ease-out;
  transform: translateY(30%);
  opacity: 0;
}
/* スタート時のスタイル */
.animation_menu01.delighter.started {
  transform:none;
  opacity:1;
}
/* エンド時のスタイル */
.animation_menu01.delighter.started.ended {

}
/*02*/
.animation_menu02.delighter {
  transition: all .5s .25s ease-out;
  transform: translateY(30%);
  opacity: 0;
}
/* スタート時のスタイル */
.animation_menu02.delighter.started {
  transform:none;
  opacity:1;
}
/* エンド時のスタイル */
.animation_menu02.delighter.started.ended {

}
/*03*/
.animation_menu03.delighter {
  transition: all .5s .5s ease-out;
  transform: translateY(30%);
  opacity: 0;
}
/* スタート時のスタイル */
.animation_menu03.delighter.started {
  transform:none;
  opacity:1;
}
/* エンド時のスタイル */
.animation_menu03.delighter.started.ended {

}
/*04*/
.animation_menu04.delighter {
  transition: all .5s .75s ease-out;
  transform: translateY(30%);
  opacity: 0;
}
/* スタート時のスタイル */
.animation_menu04.delighter.started {
  transform:none;
  opacity:1;
}
/* エンド時のスタイル */
.animation_menu04.delighter.started.ended {

}

