/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html {
	scroll-behavior: smooth;
}

img {
	max-width:100%;
}
a { 
	outline: none; 
}
a:hover { 
	opacity: .7;
	text-decoration: none;
}
button{
	cursor: pointer;
}

.bx-clone {
	display: none;
}

.modaal-container {
	width: auto!important;
	background: none!important;
}
.modaal-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.modaal-content-container {
	padding: 0!important;
	height: 750px;
}

.modaal-close:focus, .modaal-close:hover {
	background: none!important;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
	background: #fff!important;
}

@media only screen and (max-width:640px){
	.modaal-content-container {
		padding: 0!important;
		height: 90%;
	}
}

/* .lb-outerContainer {
  background: transparent!important;
} */

/* head */
#utility{
	padding-top:10px;
	padding-bottom:10px;
}
#utility h1{
	float:left;
}
#utility ul{
	float:right;
}
#utility ul li{
	padding-left:10px;
	float:left;
}
#utility ul li.sns_fb{
	width:100px;
	overflow:hidden;
}

/* cont -------------------*/
#contents {
	width:100%;
	background:#fff;
	padding:20px 0 0;
	position:relative;
	z-index:2;
}
.wrap {
	min-width:974px;
  width: 100%;
	margin:0 auto;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
/* パンくず -------------------*/
#breadcrumb {
	font-size:14px;
}
#breadcrumb a {
	color:#000;
}

/* MV -------------------*/
#main-visual {
  width:100%;
  height: 400px;
	z-index:1;
	text-align: center;
  background: #521b78;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}
#main-visual img{
  width: 384px;
  height: 209px;
}

/* リード文 -------------------*/

.lead-pic {
  width: 742px;
  height: 1113px;
  margin: 0 auto 95px;
}

.lead-pic img{
  width: 100%;
  height: 100%;
}

.lead-txt{
  text-align: center;
  color: #231815;
  line-height: 1.8;
  font-size: 22px;
  margin-bottom: 30px;
}

.lead-note {
  text-align: center;
  margin: 0 auto;
  width: 730px;
  padding: 25px 0;
  background: #f5f0f6;
  font-size: 16px;
  line-height: 2;
}
.lead-note a{
  text-decoration: underline;
  color: #521b78;
}

/* セクション -------------------*/
.lb-details,.lb-nav,.lb-nav a.lb-prev{
  display: none!important;
}

.sec-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  width: 11px;
  height: 11px;
  margin: 0 7px;
}

.sec-left .sec-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-center .sec-wrap,
.sec-center-wide .sec-wrap{  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sec-fig,
.sec-left,
.sec-right,
.sec-center-wide,
.sec-center{
  position: relative;
  margin-top: 190px;
}

section.mt150{
  margin-top: 150px!important;
}
.sec-left::after,
.sec-right::after{
  top: 78px;
}
.sec-center::after,
.sec-center-wide::after{
  bottom: 0;
}
.sec-left::after,
.sec-right::after,
.sec-center::after,
.sec-center-wide::after{
  content: "";
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  z-index: -1;
  background: #f5f0f6;
}

.sec-wrap img{
  width: 100%;
  object-fit: contain;
}
.sec-left .sec-wrap .bx-wrapper,
.sec-right .sec-wrap .bx-wrapper,
.sec-center .sec-wrap .bx-wrapper {
  width: 500px;
}
.sec-left .sec-wrap .pic,
.sec-right .sec-wrap .pic,
.sec-center .sec-wrap .pic{
  width: 500px!important;
  height: 750px;
}

.sec-center-wide .sec-wrap .bx-wrapper {
  width: 750px;
}
.sec-fig .sec-wrap .pic,
.sec-center-wide .sec-wrap .pic{
  width: 750px!important;
  height: 500px;
}
.sec-fig .sec-wrap .pic{
  margin: 0 auto;
}
.sec-left .sec-wrap .txt-area,
.sec-right .sec-wrap .txt-area{  
  width: calc(100% - 500px);
}

.sec-center .sec-wrap .txt-area,
.sec-center-wide .sec-wrap .txt-area{
  margin-top: 140px;
  padding-bottom: 90px;
}
.sec-left .sec-wrap .txt-area{
  text-align: right;
}

.sec-right .sec-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.sec-wrap {
  width: 974px;
  margin: 0 auto;
}

.code-ttl {
  margin-bottom: 60px;
  color: #3d1053;
  font-size: 30px;
  letter-spacing: .05em;
}

.code-txt {
  color: #231815;
  font-size: 22px;
}
.code-txt + .code-txt{
  margin-top: 15px;
}

/* ボタン -------------------*/

.btn-area {
  margin: 150px 0;
}
.btn-area a{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 600px;
  font-size: 22px;
  color: #3d1053;
  border: 1px solid #3d1053;
  transition: .2s;
}
.btn-area a::before{
  content: "";
  vertical-align: middle;
  margin-right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #3d1053;
}

.btn-area a:hover {
  color: #ffffff;
  background: #3d1053;
  opacity: 1;
}

.btn-area a:hover::before{
  opacity: 1;
  border-color: transparent transparent transparent #ffffff;
}

/* brand-info -------------------*/
#brand-info {
	background:#eee;
	padding:25px 0;
}
#brand-info .inner-wrap {
	display:table;
	background:#fff;
	width:760px;
}
#brand-info .logo {
	display:table-cell;
	vertical-align:middle;
	width:280px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#brand-info .logo em {
	display:block;
	text-align:center;
	margin-bottom:35px;
}
#brand-info a.brandBtn {
	display:block;
	width:233px;
	margin-left:auto;
	margin-right:auto;
	line-height:40px;
	text-align:center;
	background-color:#6b6b6b;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#brand-info a.brandBtn:hover {
	background-color:#000000;
}
#brand-info .brand_right {
	display:table-cell;
	width:480px;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
}
#brand-info .brand_right p.title_txt {
	display: block;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#brand-info .brand_right h4.title {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 20px;
}
#brand-info .brand_right p{
	line-height:2;
	font-size: 12px;
}

/* ページトップ -------------------*/
#pagetop {
	text-align: right;
	padding-right:90px;
	margin-bottom:10px;
	margin-top: 100px;
}
#pagetop a {
	display:inline-block;
	text-align:center;
	color:#939393;
	text-decoration:none;
	padding-top:55px;
	background:url(/img/usr/freepage/common/logo/pagetop.png) no-repeat center top;
}
#pagetop a span {
	font-size:10px;
}
#pagetop a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


@media only screen and (max-width:640px){
	.pc {
		display:none !important;
	}
	.sp {
		display:block;
	}
	img.sp {
		display:inline;
	}
	a:hover { 
		opacity: 1;
	}
	.wrap {
		width:auto;
    min-width: auto;
	}
	/* cont -------------------*/
	#contents {
		padding: 0 5%;
    overflow: hidden;
	}

	/* パンくず -------------------*/
	#breadcrumb {
		font-size:10px;
		margin-bottom:10px;
		padding:0 20px;
	}
	
	/* MV -------------------*/
	#main-visual {
		height:265px;
		position: relative;
		top: auto;
    margin-bottom: 20px;
  }
  #main-visual img{
    width: 65%;
    height: auto;
  }

  /* リード文 -------------------*/

.lead-pic {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

.lead-txt{
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
}

.lead-note {
  text-align: left;
  width: 100%;
  padding: 10px 15px 10px 20px;
  font-size: 12px;
  line-height: 1.8;
}
.lead-note a{
  text-decoration: underline;
  color: #521b78;
}

/* セクション -------------------*/
.sec-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}

.sec-wrap .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -20px;
}

.sec-left .sec-wrap,
.sec-right .sec-wrap,
.sec-center .sec-wrap,
.sec-center-wide .sec-wrap{  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sec-fig,
.sec-left,
.sec-right,
.sec-center-wide,
.sec-center{
  position: relative;
  margin-top: 75px;
}

section.mt150{
  margin-top: 75px!important;
}
.sec-center::after,
.sec-center-wide::after,
.sec-left::after,
.sec-right::after{
  top: 64px;
}
/* .sec-center-wide::after{
  bottom: auto;
  top: 22px;
} */
.sec-left::after,
.sec-right::after,
.sec-center-wide::after,
.sec-center::after{
  width: 112%;
  left: -6%;
  height: 250px;
}

/* .sec-center-wide::after{
  width: 112%;
  left: -6%;
  height: 124px;
} */

.sec-left .sec-wrap .bx-wrapper,
.sec-right .sec-wrap .bx-wrapper,
.sec-center .sec-wrap .bx-wrapper,
.sec-center-wide .sec-wrap .bx-wrapper {
  width: 255px;
}
.sec-left .sec-wrap .pic,
.sec-right .sec-wrap .pic,
.sec-center .sec-wrap .pic,
.sec-center-wide .sec-wrap .pic{
  width: 255px!important;
  height: auto;
}

.sec-fig .sec-wrap .pic{
  width: 112%!important;
  height: auto;
  margin: 0 -6%;
}

.sec-left .sec-wrap .txt-area,
.sec-right .sec-wrap .txt-area,
.sec-center .sec-wrap .txt-area,
.sec-center-wide .sec-wrap .txt-area{
  margin-top: 44px;
  padding-bottom: 0;
  width: auto;
}
.sec-left .sec-wrap .txt-area{
  text-align: left;
}

.sec-wrap {
  width: 100%;
}

.code-ttl {
  margin-bottom: 8px;
  font-size: 15px;
}

.code-txt {
  font-size: 12px;
}
.code-txt + .code-txt{
  margin-top: 8px;
}

/* ボタン -------------------*/

.btn-area {
  margin: 75px 0;
}
.btn-area a{
  height: 60px;
  width: 100%;
  font-size: 16px;
}
.btn-area a::before{
  margin-right: 20px;
  border-width: 6px 0 6px 9px;
}

.btn-area a:hover {
  background: #ffffff;
  color: #3d1053;
}

.btn-area a:hover::before{
  border-color: transparent transparent transparent #3d1053;
  border-color: transparent transparent transparent #ffffff;
}


/* brand-info -------------------*/
	#brand-info {
		padding: 10px 0;
	}
	#brand-info .inner-wrap {
		display:block;
		padding:20px 20px;
	}
	#brand-info .logo {
		display:block;
		width:auto;
		text-align:center;
		margin-bottom:0;
	}
	#brand-info .logo em {
		display:block;
		width:auto;
		margin-bottom:0;
	}
	#brand-info .logo em img{
		width:40%;
	}
	#brand-info .brand_right {
		display:block;
		width:auto;
		font-size:100%;
	}
	#brand-info .brand_right p.title_txt,#brand-info .brand_right h4.title {
		text-align:center;
	}
	#brand-info .brand_right p {
		line-height:1.8;
		width:auto;
	}
	#brand-info p br {
		display:none;
	}

/* ページトップ -------------------*/
	#pagetop {
		display: none;
	}
}

@media only screen and (max-width:860px){
	/* -------------------------------------------------------
	
	フォーマット02
	
	---------------------------------------------------------*/
	.format02 #breadcrumb {
		font-size: 10px;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.format02 #special-cont{
		width: 100%;
		padding-bottom: 30px;
	}
	.format02 .wrap{
		width: 100%;
	}
	
	.format02 #main-visual img{
		width: 100%;
	}
	.format02 .mainTtl{
		margin: 38px 3% 21px;
		padding: 0;
		font-size: 21px;
		font-weight: bold;
		line-height: 1;
	}
	.format02 .subTtl{
		font-size: 13px;
		line-height: 1.6;
		font-weight: bold;
		margin-left: 3%;
		margin-right: 3%;
	}
	.format02 .lead-bloc{
		margin-bottom: 20px;
	}
	.format02 .lead-bloc p{
		font-size: 12px;
		font-weight: 100;
		margin-top: 10px;
	}
	/* --------
	テーブルブロック
	-------- */
	.format02 .table-bloc table {
		width: 92%;
		margin: -15px 4% 40px 4%;
		border-top: none;
	  }
	  .format02 .table-bloc table th {
		width: 25%;
		padding: 15px 5px 15px 0;
		text-align: left;
		font-size: 12px;
	  }
	  .format02 .table-bloc table td {
		width: calc(75% - 5px);
		padding: 15px 0;
		text-align: left;
		font-size: 12px;
	  }
	/* --------
	関連ボタン
	-------- */
	.format02 .btn-bloc{
		width: auto;
	}
	.format02 .btn-bloc__wrap{
		width: auto;
		margin: 0 15px;
		padding: 0 0 40px;
	}
	.format02 .btn-bloc + .btn-bloc{
		margin-top: 40px;
	}
	.format02 .btn-bloc--flex{
		display: block;
	}
	.format02 .btn-bloc--flex .btn--base a{
		width: 100%;
	}
	.format02 .btn-bloc--flex *{
		margin-left: 0;
		margin-right: 0;
	}
	.format02 .btn-bloc--flex .btn--base a{
		width: 100%;
		margin: 5px auto;
	}
	/* --------
	関連コンテンツ
	-------- */
	.format02 #special-contents{
		width: auto;
		margin: 0 15px;
	}
	.format02 #special-contents .contents_box {
		padding-bottom: 40px;
		display: block;
	  }
	  .format02 #special-contents .contents_box img {
		width: 100%;
	  }
	  .format02 #special-contents .box_left,
	  .format02 #special-contents .box_right {
		width: 100%;
	  }
	  .format02 #special-contents .box_left{
		margin-left: 0;
	  }
	  .format02 #special-contents .box_right img:first-of-type {
		margin-bottom: 5px;
	  }
	  .format02 #special-contents .contents_box .txt {
		margin: 10px auto 30px;
	  }
	  .format02 #special-contents .btn{
		padding: 0;
		width: 100%;
	  }
	  .format02 #special-contents .btn a{
		width: 100%;
	  }
	}
	@media only screen and (min-width:641px){
		.sp {
			display:none !important;
		}
		.pc {
			display:block;
		}
		img.pc {
			display:inline;
		}
	
	}


