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

/*google fonts*/

/*Adobe fonts*/
@import url("https://use.typekit.net/iws0mat.css");
/*
PSFournier Std Petit Regular
font-family: "psfournier-std-petit", sans-serif;
font-weight: 400;
font-style: normal;

Kumlien Pro Medium
font-family: "kumlien-pro", serif;
font-weight: 500;
font-style: normal;
*/

/*カスタム変数*/
/*カラー用*/
:root {
	--color-pink:#f9eceb ;
	--color-pink2:#fcf5f5 ;
	--color-black:#1b1b1b ;
	--color-pink3:#a9a19e ;
	--color-pink4:#e69d8e ;
}

:root {
	--color-main:var(--color-pink) ; 
	--color-sub:var(--color-pink2) ; 
	--color-text:var(--color-black) ;
	--color-point01:var(--color-pink3) ;
	--color-point02:var(--color-pink4) ; 
}


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

■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;
}
@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;
}


/*フッターのトップへボタン非表示*/
.footer__pagetop{
	display: none!important;
}
/*フッターの色変更*/
#footer.second-page .footer-sp,
#footer.second-page .footer__follow{
	background-color: var(--color-point02) ; 
}
#footer.second-page .footer__info{
	background-color: var(--color-sub) ; 
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■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: var(--color-sub);*/
	/*background: url(https://www.joint-space.co.jp/category_common/shopinfo/2405_shop_js/img/back_tab01.jpg) no-repeat center / cover;*/
	position: relative;
}
body::before{
	 content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/*background: url("https://www.joint-space.co.jp/category_common/shopinfo/2405_shop_js/img/back_tab01.jpg") center/cover no-repeat;*/
	background-color: var(--color-sub) ; 
	z-index:-1;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: left;
	font-size:14px;
	line-height: 1.8;
	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:var(--color-text);
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:var(--color-text);
}
.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; /* 標準 */
}


/*画像サイズ制御 すべて横幅100%*/
.js-main img{
	width:100%;
	height: auto;
}

.main_wrapper{
	width:100%;
	max-width:500px;
	margin: 0 auto;
	background-color: var(--color-main);
	padding-bottom:50px;
}


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

/*ボタン*/
.button019 a {
    background: #fff;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color:var(--color-text);
    transition: 0.3s ease-in-out;
    /*font-weight: 500;*/
	border:solid 1px var(--color-text);
}
.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: var(--color-point02);
  color: #FFF;
  opacity: 1;
}
.button019 a:hover:after {
  right: 1.4rem;
}


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

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

/*見出しとコンテンツ*/
.main_title{
	margin-bottom:1em;
	font-family: "psfournier-std-petit", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
.main_title_t01{
	font-size:3em;
}
.main_title_t02{
	font-size:1.25em;
}
/*ノベルティ用*/
.main_novelty .main_title{
	
}
.main_novelty .main_title_t01{
	font-size:2em;
}
.main_novelty .main_title_t02{
	font-size:0.8em;
}


/*背景色*/
.bg_color01{
	background-color:var(--color-point);
}
.bg_color02{
	background-color:var(--color-main);
}

/*テキスト色*/
.font_color00{/*ホワイト*/
	color:#fff;
}
.font_color01{
	color:var(--color-point01);
}
.font_color02{
	color:var(--color-point02);
}



/*フォント*/
/*フォント指定*/
.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{ /*PSFournier Std Petit Regular*/
	font-family: "psfournier-std-petit", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-04{ /*Kumlien Pro Medium*/
	font-family: "kumlien-pro", serif;
	font-weight: 500;
	font-style: normal;
}


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


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.メインビジュアル - 最初に表示して消える
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4.ヘッダ、movie
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main_head{
	padding: 30px 0;
	margin:auto;
	width:20%;
}
.main_head img{
	width:100%;
}


.main_movie{
	width:85%;
	margin:auto;
}
.main_movie video{
	width:100%;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
5.メインコンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*メッセージ======================*/

.main_message{
	
}

.main_message_t{
	margin-left:5%;
}
.main_message_t img{
	width:100%;
}

.main_message_img{
	width:90%;
	margin:3em auto 0;
}
.main_message_img img{
	width:100%;
}

.main_message_text-head{
	font-weight: bold;
	margin-bottom:1em;
	font-size:1.25em;	
}



/*ヒストリー======================*/

.main_histry{
	
}

.main_histry_t{
	width:70%;
	margin:auto;
}
.main_histry_t img{
	width:100%;
}

.main_histry_text{
	margin: 2em auto;
	text-align: center;
}

.main_histry_contents{
	width:90%;
	margin:auto;
}
.main_histry_contents img{
	width:100%;
}

.main_histry_modalhead{
	margin-bottom:0.5em;
	color: var(--color-point02);
}



/*イメージ======================*/

.main_image{
	
}
@media screen and (min-width: 769px){
	.main_image{
		margin: 180px auto;
	}
}

/*ロゴスクロール*/
.jp_slide_img_wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url('https://www.joint-space.co.jp/category_common/vaniller/lvn_10th/img/logo.svg');
    background-repeat: repeat-x;
    background-size: 10%;
    background-position: center;
    animation-name: slide_img;
    animation-duration: 400s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@media screen and (max-width: 768px){
	.jp_slide_img_wrapper{
		height: 100vw;
	}
}
@keyframes slide_img {
    100% {
        background-position: -5000px 0;
        }
}
.main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.main_catch .logo {
	width:65%;
    /*max-width: 300px;*/
    margin: 0 auto 15px;
}
.main_catch .logo img {
    max-width: 100%;
    height: auto;
}



/*メインコンテンツ　メニュー======================*/

.main_contents_menu{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: center;
	align-items: flex-start;
	
	margin-bottom:3em;
}
.main_contents_menuitem{
	width:16.6666%;
	text-align: center;
	font-size: 6em;
}
.main_contents_menuitem a{
	color: var(--color-point01);
}

.menuitem_in01{
	
}
.menuitem_in02{
	width:70%;
	margin: -3.5em auto 0;
	padding-top:1.5em;
	border-top: solid 2px var(--color-point01);
	font-size:11px;
	line-height: 1.2;
	letter-spacing: 0;
}

.comingsoon a{
	opacity: 0.5;
}

.update a{
	color: var(--color-point02);
}
.update .menuitem_in02{
	border-top: solid 2px var(--color-point02);
}


/*メインコンテンツ　イントロテキスト======================*/

.main_contents_intro{
	text-align: center;
}


/*メインコンテンツ　ノベルティ======================*/

.main_novelty{
	margin: 4em auto;
	width:85%;
	padding:8% 5% 12%;
	text-align: center;
	background-color: #fff;
	border: solid 1px var(--color-point01);
	border-radius: 30px;
}

.main_novelty_inbox{
	margin-top:2em;
}

.main_novelty_img{

}
.main_novelty_img img{
	border: solid 2px var(--color-text);
}
.main_novelty_text{
	margin-top:1em;
	font-size:1.6em;
}
.main_novelty_text02{
	margin:1em 5% 0;
	text-align: justify;
	/*font-size:1.25em;*/
}
.main_novelty_btn{
	margin-top:2em;
}



/*メインコンテンツ　線======================*/

.line{
	height:100px;
	width:1px;
	background-color: var(--color-text);
}



/*メインコンテンツ　アイテム======================*/

.main_contets_item{
	
}

.main_contets_item_head{
	text-align: center;
	margin-bottom: 2em;
}
.main_contets_item_head01{
	width:30%;
	margin: auto;
}
.main_contets_item_head02{
	margin-top: 0.1em;
    font-size: 9em;
    line-height: 0.7;
}
.main_contets_item_head03{
	display: inline-block;
	background-color: var(--color-point01);
	color:#fff;
	font-size:0.8em;
	margin-top:-5em;
	padding : 0 1em;
}


.main_contets_item_t{
	text-align: center;
}
.main_contets_item_t01{
	
}
.main_contets_item_t02{
	margin:0.25em auto;
	font-size:39px;
	line-height: 1.3;
}
@media screen and (max-width: 768px){
	.main_contets_item_t02{
		font-size:8vw;
	}
}

.main_contets_item_box{
	width:100%;
	margin:1.2em auto 0;
}

.main_contets_item_img{
	margin:auto;
	width:85%;
	line-height: 0;
}
.imgline{
	border: solid 1px var(--color-text);
}

.main_contets_item_txt{
	margin:1em auto 1em;
	width:95%;
	text-align: center;
	font-size:1.8em;
}
.main_contets_item_txt02{
	margin:1em auto 0;
	width:95%;
	text-align: center;
	font-size:1em;
}
.main_contets_item_btn{
	margin-top:2em;
}

.maplink{
	display: inline-block;
	background-color: var(--color-text);
	color:#fff;
	line-height: 1.2;
	padding: 0 5px;
}
.maplink a{
	color:#fff;
}



.contets_sub_box{
	margin: 1em auto;
	padding: 30px;
	width: 90%;
	background-color: #fff;
	text-align: left;
	border-radius: 30px;
}
.contets_sub_box_head{
	margin-bottom:2em;
	text-align: center;
}
.contets_sub_box_head .head01{
	font-size:2em;
}

.contets_sub_box_head .head02 span{
	background-color: var(--color-point01) ;
	color: #fff;
	margin: 0 3px ;
	padding: 3px;
	font-size:0.9em;
}


.point_set{
	text-align: center;
}
.point_head{
	margin-bottom:0.7em;
	line-height:1.2;
	display: inline-block;
	color: var(--color-point02) ;
	border-bottom: 2px solid var(--color-point02);
}
.point_text{
	font-weight: bold;
	font-size:1.1em;
	line-height:1.5;
}


/*その他*/
.guidance{
	display: inline-block;
	background-color: var(--color-point01) ;
	color: #fff;
	margin: 0 auto 0.5em ;
	padding: 0 8px;
	font-size:0.9em;
}

.pointbox_wrapper{
	margin-top:1em;
}
.pointbox{
	background-color: #fff;
	display: inline-block;
	padding:20px;
	border-radius: 15px;
}
.pointbox_head{
	display: inline-block;
	font-weight:bold;
	margin-bottom:1em;
	padding: 0 3px;
	color: var(--color-point02);
	border-bottom: solid 2px var(--color-point02);
}
.pointbox_text01{
	
}
.pointbox_text02{
	
}
.pointbox_text02 .txt01{
	text-decoration: line-through;
	font-weight:bold;
}
.pointbox_text02 .txt02{
	color: var(--color-point02);
	font-size:1.2em;
	font-weight:bold;
}

	

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

.main-footer{
	background: url( "https://www.joint-space.co.jp/category_common/vaniller/lvn_10th/img/footer_back.jpg") no-repeat center / cover;
}

.main-footer_logo{
	width:35%;
	margin:auto;
}
.main-footer_text{
	margin:3em auto;
	font-size:0.8em;
	text-align: center;
}


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


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


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.初回イメージ表示
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	/*left: 50%;
	top: 50%;*/
	/*transform: translate(-50%, -50%);*/
	display: none;
	z-index: 9999;
	margin-top:0;
	height:100vh;
	width: 100vw;
	background: url("https://www.joint-space.co.jp/category_common/shopinfo/2405_shop_js/img/first_img_pc.jpg?timestamp=240409") #c0c0c0 no-repeat center / cover;
}
@media screen and (max-width: 768px){
	.start p {
		background: url("https://www.joint-space.co.jp/category_common/shopinfo/2405_shop_js/img/first_img_sp.jpg") #c0c0c0 no-repeat center / cover;
	}
}
/*.start p img{
	width:100%;
	line-height: 0;
}
*/


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

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



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

/*メッセージエリア========================*/

#main_message_swipe.swiper{
	margin-top:20px;
	width:90%;
}

#main_message_swipe .swiper-wrapper{
	height: auto;
}

#main_message_swipe .swiper-slide{
	/*background-color: var(--color-sub);*/
	height: auto;
	padding: 20px 20px 80px 20px;
}

/* プログレスバーの位置を下に移動 */
#main_message_swipe .swiper-horizontal > .swiper-pagination-progressbar,
#main_message_swipe .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
  height: 5px;
}
/* プログレスバーの背景色変更 */
#main_message_swipe .swiper-pagination-progressbar {
  background-color: #fff;
}
/* プログレスバーの色変更 */
#main_message_swipe .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-point02);
}

/* 矢印の位置変更 */
#main_message_swipe [class^="swiper-button-"]{
	top: initial;
    bottom: 10;
}
/* 矢印のデザイン変更 */
/* 矢印画像の高さと幅 */
#main_message_swipe .swiper-button-prev{
	height: 30px;
	width: 50px;
}
#main_message_swipe .swiper-button-next {
  height: 30px;
  width: 100px;
}
/* 矢印を消して画像に変更する */
#main_message_swipe .swiper-button-prev::after,
#main_message_swipe .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
/* 前に戻る矢印の画像パス */
#main_message_swipe .swiper-button-prev::after {
  background-image: url(https://www.joint-space.co.jp/category_common/vaniller/lvn_10th/img/prev_btn.svg);
  height: 30px;
  width: 50px;
}
/* 次に進む矢印の画像パス */
#main_message_swipe .swiper-button-next::after {
  background-image: url(https://www.joint-space.co.jp/category_common/vaniller/lvn_10th/img/next_btn.svg);
  height: 30px;
  width: 100px;
}



/*ヒストリー　モーダル内　エリア========================*/

.swiper_histry{
	text-align: justify;
	font-size:0.8em;
}
.swiper_histry .swiper-slide{
	padding-bottom:20px;
}
/* ページネーションの色変更 */
.swiper_histry .swiper-pagination-bullet-active {
  background-color: var(--color-point02);
}
/* ページネーションの位置調整 */
.swiper_histry .swiper-horizontal>.swiper-pagination-bullets,
.swiper_histry .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper_histry .swiper-pagination-custom,
.swiper_histry .swiper-pagination-fraction{
	bottom:0.2em;
}
/* 矢印の位置変更 */
.swiper_histry [class^="swiper-button-"]{
	top: initial;
    bottom: 0;
	z-index: 100;
}
/* 矢印のデザイン変更 */
/* 矢印画像の高さと幅 */
.swiper_histry .swiper-button-prev{
	height: 25px;
	width: 15px;
}
.swiper_histry .swiper-button-next {
  height: 25px;
  width: 15px;
}
/* 矢印を消して画像に変更する */
.swiper_histry .swiper-button-prev::after,
.swiper_histry .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
/* 前に戻る矢印の画像パス */
.swiper_histry .swiper-button-prev::after {
  background-image: url(https://www.joint-space.co.jp/category_common/vaniller/lvn_10th/img/icon_prev.svg);
  height: 25px;
  width: 15px;
}
/* 次に進む矢印の画像パス */
.swiper_histry .swiper-button-next::after {
  background-image: url(https://www.joint-space.co.jp/category_common/vaniller/lvn_10th/img/icon_next.svg);
  height: 25px;
  width: 15px;
}



/*イベントエリア========================*/

.swiper_event .swiper-wrapper{
	height: auto;
}
.swiper_event .swiper-slide{
	/*background-color: var(--color-sub);*/
	height: auto;
	padding: 0px 0px 30px 0px;
}
.swiper-slide-active{
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
}
.swiper_event .swiper-slide-next,
.swiper_event .swiper-slide-prev {
	transform: scale(0.85);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
}
/* ページネーションの色変更 */
.swiper-pagination-bullet{
	background-color: var(--color-point01);
}
.swiper_event .swiper-pagination-bullet-active {
  background-color: var(--color-point02);
}
/*スライダーアイテムのカスタム*/
.swiper_event .swiper-slide img{
	border:solid 1px var(--color-text);
	border-radius: 70px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.ヒストリーモーダル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	/*left:-1;*/
    width: 100%;
	max-width:500px;
	z-index: 10000;
}
.modal__bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
	max-width:90%;
}
.close{
	text-align: right;
}
.close img{
	width:20%;
}



