@charset "UTF-8";

/* reset
==================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, address, img, strong,
del, ins, dfn, em, abbr, acronym, kbd, q, pre, cite, code, samp, sub, sup, var,
fieldset, form, label, legend,
table, caption, thead, tbody, tfoot, tr, th, td,
dl, dt, dd, ol, ul, li,header,footer,nav,section{
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html{ overflow-y: scroll;}
ul{ list-style: none;}
hr{ display: none;}
del, ins{ text-decoration: none;}
blockquote, q{ quotes: none;}
ol{ list-style: none;}
table{
	border-collapse: collapse;
	border-spacing: 0;
}


img {
		max-width: 100%;
		display: block;
}
body {
	font-family: "Work Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.content{
	overflow: hidden;
}
@media screen and (min-width: 788px){
.pc-only {display: block !important;}
.sp-only {display: none !important;}
}
@media screen and (max-width: 787px){
	.pc-only {display: none !important;}
	.sp-only {display: block !important;}
}
.container.content-asset-container{
	padding: 0;
}
.nav-border img{
	display: inline-block;
}
footer{margin-top: 0!important;}
/*----------------------------------------
	heading_area
-----------------------------------------*/
.heading_area{
	background: #000000;
}
.heading_inner{
	max-width: 1500px;
	margin: 0 auto;
	padding: 25px 80px 10px;
}
.heading_lead{
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 13px;
}
.heading_h1{
	color: #ffffff;
}
@media screen and (min-width: 788px){
	.heading_h1{
		font-size: calc(50 / 1770 * 100vw);
	}
}
@media screen and (max-width: 787px){
	.heading_inner{
		padding: 15px 13px 12px;
	}
	.heading_lead{
		margin-bottom: 5px;
		font-size: 10px;
	}
	.heading_h1{
		font-size: calc(32 / 430 * 100vw);
	}
}
/*----------------------------------------
	mv
-----------------------------------------*/
.content_mv{
	position: relative;
	max-width: 1770px;
	margin: 0 auto;
}
.content_mv h2 img{
	margin: 0 auto;
}
.content_mv .content_mv-txt{
	position: absolute;
}
.content_mv-txt p{
	text-align: center;
	color: #000;
}
.content_mv-txt p span{
	display: inline-block;
	font-weight: bold;
	line-height: 1.0;
}

.content_mv-txt .content_mv-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin: 0 auto;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

@media screen and (min-width: 788px){
	.content_mv{
		width: 100%;
		padding-top: 47.5%;
		background: url(../img/mv_pc.jpg) no-repeat top center;
		background-size: cover;
	}
	.content_mv .content_mv-txt{
		top: 50%;
		right: calc(120 / 1770 * 100%);
		transform: translateY(-60%);
		width: calc(420 / 1770 * 100%);
	}
	/*.content_mv-txt h2{
		font-size: calc(116 / 1770 * 100vw);
		line-height: 92px;
		text-align: center;
	}*/
	.content_mv-txt p{
		margin-top: 20px;
		font-size: calc(20 / 1770 * 100vw);
		line-height: 1.8;
	}
	.content_mv-txt .content_mv-btn{
		margin-top: calc(35 / 420 * 100%);
	}
	.content_mv-txt .content_mv-btn a{
		width: calc(200 / 420 * 100%);
		transition: all 0.3s;
	}
	.content_mv-txt .content_mv-btn a:hover{
		opacity: 0.7;
	}
}
@media screen and (min-width: 1788px){
	.content_mv-txt p{
		font-size:20px;
	}
}

@media screen and (max-width: 787px){
	.content_mv{
		width: 100%;
		padding-top: 150%;
		background: url(../img/mv_sp.jpg) no-repeat top center;
		background-size: cover;
	}
	.content_mv-txt h2{
		display: none;
	}
	.content_mv .content_mv-txt{
		left: 50%;
		bottom: 20px;
    transform: translateX(-50%);
		width: calc(350 / 430 * 100%);;
	}
	.content_mv-txt p{
		font-size: calc(16 / 430 * 100vw);
		line-height: 1.5;
	}
	.content_mv-txt .content_mv-btn{
		margin-top: calc(15 / 420 * 100%);
	}
	.content_mv-txt .content_mv-btn a{
		width: calc(200 / 430 * 100%);
	}
}

/*----------------------------------------
	section
-----------------------------------------*/

.content_sec{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.product_intro{
	display: flex;

}
.product_intro-img{
  flex: 0 0 40%;
}
.product_intro-list{
	display: flex;
	align-items: flex-start;
	width: 100%;
	background: #F2ECE6;
	box-sizing: border-box;
}
.product_intro-list .inner{
	width: 100%;
}
.product_intro-list-ttl{
	text-align: center;
}
.product_intro-list-detail{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product_intro-list-detail li{
	width: 48%;
	display: flex;
  justify-content: center;
}
.product_intro-list-detail-ttl{
	display: inline-block;
	background: #ffffff;
	color:#16B416;
	line-height: 1.0;
}
.product_intro-list-detail-name{
	color: #000000;
	line-height: 1.0;
}
.product_intro-list-detail-name span{
	display: block;
	line-height: 1.0;
}
@media screen and (min-width: 788px){
	section{
		margin-top: calc(88 / 1770 * 100vw);
	}
	.product_intro{
		flex-direction: row;
		padding-top: calc(0 / 1770 * 100vw);
		padding-right: calc(85 / 1770 * 100vw);
		padding-bottom: calc(0 / 1770 * 100vw);
		padding-left: calc(85 / 1770 * 100vw);
	}
	.section-01 .product_intro-list{
		padding-top: calc(40 / 1770 * 100vw);
		padding-right: calc(50 / 1770 * 100vw);
		padding-bottom: calc(40 / 1770 * 100vw);
		padding-left: calc(120 / 1770 * 100vw);
	}
	.section-02 .product_intro-list{
		padding-top: calc(40 / 1770 * 100vw);
		padding-right: calc(70 / 1770 * 100vw);
		padding-bottom: calc(40 / 1770 * 100vw);
		padding-left: calc(100 / 1770 * 100vw);
	}
	h2.product_intro-list-ttl{
		margin-bottom: calc(50 / 1770 * 100vw);
		font-size: 32px;
	}
	.product_intro-list-detail li:first-child{
		margin-bottom: calc(50 / 1770 * 100vw);
	}
	.product_intro-list-detail li a{
		transition: all 0.3s;
	}
	.product_intro-list-detail li a:hover{
		opacity: 0.7;
	}
	.product_intro-list-detail-ttl{
		margin-bottom: calc(30 / 1770 * 100vw);
		padding-top: calc(12 / 1770 * 100vw);
		padding-right: calc(7 / 1770 * 100vw);
		padding-bottom: calc(12 / 1770 * 100vw);
		padding-left: calc(7 / 1770 * 100vw);
		font-size: calc(18 / 1770 * 100vw);
	}
	.product_intro-list-detail-img{
		margin-bottom: calc(20 / 1770 * 100vw);
	}
	.product_intro-list-detail-img img{
		width: calc(280 / 1770 * 100vw);
	}
	.product_intro-list-detail-name{
		color: #000000;
		font-size: calc(18 / 1770 * 100vw);
	}
	.product_intro-list-detail-name span{
		display: block;
		margin-top: calc(10 / 1770 * 100vw);
	}
}
@media screen and (min-width: 1330px){
	.product_intro{
		padding: 0 85px;
	}
}
@media screen and (min-width: 1788px){
	section{
		margin-top: 88px;
	}

	h2.product_intro-list-ttl{
		margin-bottom: 50px;
		font-size: 32px;
	}
	.product_intro-list-detail li:first-child{
		margin-bottom: 30px;
	}
	.product_intro-list-detail-ttl{
		margin-bottom: 30px;
		padding: 12px 7px;
		font-size: 18px;
	}
	.product_intro-list-detail-img{
		margin-bottom: 20px;
	}
	.product_intro-list-detail-img img{
		width: 280px;
	}
	.product_intro-list-detail-name{
		font-size: 18px;
	}
	.product_intro-list-detail-name span{
		margin-top: 10px;
	}
	.section-01 .product_intro-list{
		padding:40px 50px 40px 120px;
	}
	.section-02 .product_intro-list{
		padding:40px 70px 40px 100px;
	}
}
@media screen and (max-width: 787px){
	section{
		margin-top: calc(44 / 770 * 100vw);
	}
	section.section-02{
		margin-top: calc(75 / 770 * 100vw);
	}
	.product_intro{
		flex-direction: column;
		align-items: center;
		padding: 0 28px;
	}
	.product_intro-img,.product_intro-img img{
		width: 100%;
	}
	.section-01 .product_intro-list,.section-02 .product_intro-list{
		padding-top: calc(50 / 770 * 100vw);
		padding-right: calc(20 / 770 * 100vw);
		padding-bottom: calc(50 / 770 * 100vw);
		padding-left: calc(20 / 770 * 100vw);
	}
	h2.product_intro-list-ttl{
		margin-bottom: calc(20 / 770 * 100vw);
		font-size: calc(32 / 770 * 100vw);
	}
	.product_intro-list-detail li:first-child{
		margin-bottom: calc(80 / 770 * 100vw);
	}
	.product_intro-list-detail-ttl{
		margin-bottom: calc(40 / 770 * 100vw);
		padding-top: calc(4 / 770 * 100vw);
		padding-right: calc(4 / 770 * 100vw);
		padding-bottom: calc(4 / 770 * 100vw);
		padding-left: calc(4 / 770 * 100vw);
		font-size: calc(12 / 770 * 100vw);
	}
	.product_intro-list-detail-img{
		margin-bottom: calc(50 / 770 * 100vw);
	}
	.product_intro-list-detail-img img{
		width: calc(240 / 770 * 100vw);
	}
	.product_intro-list-detail-name{
		color: #000000;
		font-size: calc(18 / 770 * 100vw);
	}
	.product_intro-list-detail-name span{
		display: block;
		margin-top: calc(10 / 770 * 100vw);
	}
}

/*----------------------------------------
	parallax
-----------------------------------------*/
.brand_detail-01{
	background: #F2ECE6;
}
.brand_detail-01 .brand_detail-txt{
	text-align: center;
}

.brand_detail-01 .brand_detail-txt h2{
	text-align: center;
}
.brand_detail-01 .brand_detail-txt h2 span{
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.0;
}
.brand_detail-txt .brand_detail-icon img{
	margin: 0 auto;
}
.brand_detail-01 .brand_detail-txt .brand_detail-icon figcaption{
	font-weight: bold;
	color: #000;
}
.brand_detail-01 .brand_detail-txt p{
	line-height: 1.8;
	color: #000;
}


.viewer {
    height: calc(439 / 1770 * 100vw);
    max-width: calc(608 / 1770 * 100vw);
		width: 100%;
		margin-left: auto;
    margin-right: auto;
    background-image: url(../img/img_para-01.png);
    background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: cover;
}
.txt2,.txt3,.txt4{
	display: none;
}
.brand_detail-txt.is-fadein .txt1{
	display: none;
}
.brand_detail-txt.is-fadein .txt2{
	display: block;
}
.brand_detail-txt.is-fadein2 .txt2{
	display: none;
}
.brand_detail-txt.is-fadein2 .txt3{
	display: block;
}
.brand_detail-txt.is-fadein3 .txt3{
	display: none;
}
.brand_detail-txt.is-fadein3 .txt4{
	display: block;
}
.fadeUp {
animation-name: fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.viewer.frame1{
	background-position-x: calc(-608 / 1770 * 100vw);
  background-position-y: 50%;
}
.viewer.frame2{
	background-position-x: calc(-1216 / 1770 * 100vw);
  background-position-y: 50%;
}
.viewer.frame3{
	background-position-x: calc(-1824 / 1770 * 100vw);
  background-position-y: 50%;
}
.viewer.frame4{
	background-position-x: calc(-2432 / 1770 * 100vw);
  background-position-y: 50%;
}
.viewer.frame5{
	background-position-x: calc(-3040 / 1770 * 100vw);
  background-position-y: 50%;
}
.viewer.frame6{
	background-position-x: calc(-3648 / 1770 * 100vw);
  background-position-y: 50%;
}
.viewer.frame7{
	background-position-x: calc(-4256 / 1770 * 100vw);
  background-position-y: 50%;
}
.viewer.frame8{
	background-position-x: calc(-4868 / 1770 * 100vw);
  background-position-y: 50%;
}
.viewer.frame9{
	background-position-x: calc(-5472 / 1770 * 100vw);
  background-position-y: 50%;
}
	.slider,.slider2,.slider3{
		opacity: 0;
		transition: opacity .3s linear;
	}
	.slider.slick-initialized,.slider2.slick-initialized,.slider3.slick-initialized{
		opacity: 1;
	}


@media screen and (min-width: 788px){
	.brand_detail-01{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: calc(50 / 1770 * 100vw);
		padding-right: calc(85 / 1770 * 100vw);
		padding-bottom: calc(20 / 1770 * 100vw);
		padding-left: calc(85 / 1770 * 100vw);
	}
	.brand_detail-01.pc-only{
		display: flex !important;
	}
	.brand_detail-01 .brand_detail-txt{
		flex: 0 0 40.22%;
		text-align: center;
		width: 40.22%;
	}
	.brand_detail-01 .brand_detail-txt h2{
		font-size: calc(36 / 1770 * 100vw);
		margin-bottom: calc(25 / 1770 * 100vw);
	}
	.brand_detail-01 .brand_detail-txt h2 span{
		margin-bottom: calc(20 / 1770 * 100vw);
		font-size: calc(18 / 1770 * 100vw);
	}
	.brand_detail-01 .brand_detail-txt .brand_detail-icon figcaption{
		margin-top: calc(10 / 1770 * 100vw);
		margin-right: calc(0 / 1770 * 100vw);
		margin-bottom: calc(20 / 1770 * 100vw);
		margin-left: calc(0 / 1770 * 100vw);
		font-size: calc(18 / 1770 * 100vw);
	}
	.brand_detail-01 .brand_detail-txt p{
		padding-top: calc(0 / 1770 * 100vw);
		padding-right: calc(53 / 1770 * 100vw);
		padding-bottom: calc(0 / 1770 * 100vw);
		padding-left: calc(53 / 1770 * 100vw);
		font-size: calc(18 / 1770 * 100vw);
	}
	.brand_detail-01 .brand_detail-img{
		flex: 0 0 100%;
	}
}
@media screen and (min-width: 1788px){
	.brand_detail-01{
		padding: 50px 85px 10px;
	}
	.brand_detail-01 .brand_detail-txt h2{
		font-size: 36px;
		margin-bottom: 25px;
	}
	.brand_detail-01 .brand_detail-txt h2 span{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.brand_detail-01 .brand_detail-txt .brand_detail-icon figcaption{
		margin: 10px 0 20px;
		font-size: 18px;
	}
	.brand_detail-01 .brand_detail-txt p{
		padding: 0 53px;
		font-size: 18px;
	}
}
@media screen and (max-width: 787px){
	.brand_detail-01 .brand_detail-item{
		padding-top: calc(40 / 770 * 100vw);
		padding-right: calc(30 / 770 * 100vw);
		padding-bottom: calc(40 / 770 * 100vw);
		padding-left: calc(30 / 770 * 100vw);
	}
	.brand_detail-01 h2{
		font-size: calc(28 / 770 * 100vw);
		margin-bottom: calc(40 / 770 * 100vw);
		text-align: center;
		font-weight: 600;
		color: #000;
	}
	.brand_detail-01 h2 span{
		display: block;
		margin-bottom: calc(20 / 770 * 100vw);
		font-size: calc(18 / 770 * 100vw);
		letter-spacing: 0.1em;
		font-weight: 600;
	}
	.brand_detail-01 .brand_detail-img img{
		margin: 0 auto;
	}
	.brand_detail-01 .brand_detail-txt .brand_detail-icon figcaption{
		margin-top: calc(15 / 770 * 100vw);
		margin-right: calc(0 / 770 * 100vw);
		margin-bottom: calc(15 / 770 * 100vw);
		margin-left: calc(0 / 770 * 100vw);
		font-size: calc(18 / 770 * 100vw);
	}
	.brand_detail-01 .brand_detail-txt p{
		padding-top: calc(0 / 770 * 100vw);
		padding-right: calc(35 / 770 * 100vw);
		padding-bottom: calc(0 / 770 * 100vw);
		padding-left: calc(35 / 770 * 100vw);
		font-size: calc(18 / 770 * 100vw);
		font-weight: 600;
	}

}


/*----------------------------------------
	brand_detail-02
-----------------------------------------*/
section.section-04{
	margin-top: 0;
}
.section-04{
	position: relative;
}
.brand_detail_box-01{
	display: flex;
	background: #ffffff;
}
.brand_detail_box-01 .brand_detail-txt{
	flex: 0 0 40%;
	text-align: center;
}
.brand_detail-02 .brand_detail-txt h2{
	text-align: center;
	line-height: 1.5;
}
.brand_detail-02 .brand_detail-txt p{
	line-height: 1.8;
	color: #000;
}
.brand_detail-02 .brand_detail_box-01 .brand_detail-img{
	z-index: 3;
	margin-right: auto;
	margin-left: auto;
}

.brand_detail_box-02{
	display: flex;
}
.brand_detail_box-02 .brand_detail-img{
	position: relative;
	flex: 0 0 40%;
}
.brand_detail_box-02 .brand_detail-img::after{
	content:"";
	background: url(../img/bg_box-02.png) repeat-x ;
	background-size: contain;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.brand_detail_box-02 .brand_detail-img img{
	position: relative;
	z-index: 99;
	margin-left: auto;
}
.brand_detail_box-02 .brand_detail-txt{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #F7DC52;
	z-index: 1;
}
.brand_detail_box-02 .brand_detail-txt p{
	text-align: center;
}

.brand_detail_box-03{
	display: flex;
	justify-content: space-between;
}
.brand_detail_box-03 .brand_detail-txt{
	position: relative;
	flex: 0 0 40%;
	margin-left: auto;
}
.brand_detail_box-03 .brand_detail-txt p{
	text-align: center;
}
.brand_detail_box-03 .brand_detail-img{
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 788px){
	.brand_detail_box-01{
		height: calc(550 / 1770 * 100vw);
		padding-top: calc(115 / 1770 * 100vw);
		padding-right: calc(0 / 1770 * 100vw);
		padding-bottom: calc(10 / 1770 * 100vw);
		padding-left: calc(85 / 1770 * 100vw);
	}
	.brand_detail-02 .brand_detail-txt h2{
		margin-bottom: calc(30 / 1770 * 100vw);
		font-size: calc(42 / 1770 * 100vw);
	}
	.brand_detail-02 .brand_detail_box-01 .brand_detail-txt p{
		font-size: calc(18 / 1770 * 100vw);
		padding-right: calc(100 / 1770 * 100vw);
		padding-left: calc(100 / 1770 * 100vw);
	}
	.brand_detail-01 .brand_detail-icon{
		margin-top: calc(50 / 1770 * 100vw);
	}
	.brand_detail-02 .brand_detail_box-01 .brand_detail-icon{
		margin-top: calc(40 / 1770 * 100vw);
	}
	.brand_detail-02 .brand_detail_box-01 .brand_detail-img{
		width: calc(665 / 1770 * 100vw);
		margin-top: calc(-85 / 1770 * 100vw);
	}
	.brand_detail_box-02{
		height: calc(550 / 1770 * 100vw);
	}
	.brand_detail_box-02 .brand_detail-img::after{
		height: calc(550 / 1770 * 100vw);
	}
	.brand_detail_box-02 .brand_detail-img img{
		height: calc(646 / 1770 * 100vw);
	}
	.brand_detail_box-02 .brand_detail-txt p{
		width: calc(600 / 1770 * 100vw);
		font-size: calc(24 / 1770 * 100vw);
		line-height: 1.5;
	}
	.brand_detail_box-03{
		padding-top: calc(160 / 1770 * 100vw);
		padding-right: calc(0 / 1770 * 100vw);
		padding-bottom: calc(0 / 1770 * 100vw);
		padding-left: calc(85 / 1770 * 100vw);
	}
	.brand_detail_box-03 .brand_detail-txt p{
		width: calc(570 / 1770 * 100vw);
		font-size: calc(24 / 1770 * 100vw);
		line-height: 1.5;
	}
	.brand_detail_box-03 .brand_detail-img{
		margin-top: calc(-330 / 1770 * 100vw);
		width: 100%;
	}
}
@media screen and (min-width: 1788px){
	.brand_detail_box-01{
		height: 550px;
		padding: 115px 85px 10px;
	}
	.brand_detail-02 .brand_detail-txt h2{
		font-size: 42px;
	}
	.brand_detail-02 .brand_detail_box-01 .brand_detail-txt p{
		font-size: 18px;
		padding-right: 80px;
    padding-left: 80px;
	}
	.brand_detail-01 .brand_detail-icon{
		margin-top: 50px;
	}
	.brand_detail-02 .brand_detail_box-01 .brand_detail-img{
		width: 665px;
		margin-top: -85px;
	}
	.brand_detail_box-02{
		height: 550px;
	}
	.brand_detail_box-02 .brand_detail-img::after{
		height: 550px;
	}
	.brand_detail_box-02 .brand_detail-img img{
		height: 646px;
	}
	.brand_detail_box-02 .brand_detail-txt p{
		width: 560px;
		font-size: 24px;
	}
	.brand_detail_box-03{
		/*height: 515px;*/
	}
	.brand_detail_box-03 .brand_detail-txt p{
		width: 570px;
		font-size: 24px;
	}
	.brand_detail_box-03 .brand_detail-img{
		margin-top: -319px;
	}



}
@media screen and (max-width: 787px){
	.brand_detail-02{
		background: #F7DC52;
	}
	.brand_detail-02 .brand_detail-item{
		padding-top: calc(40 / 770 * 100vw);
		padding-right: calc(30 / 770 * 100vw);
		padding-bottom: calc(40 / 770 * 100vw);
		padding-left: calc(30 / 770 * 100vw);
	}
	.brand_detail-02 .brand_detail-img img{
		margin: 0 auto;
	}
	.brand_detail-02 .brand_detail-txt h2{
		font-size: calc(28 / 770 * 100vw);
		font-weight: 600;
	}
	.brand_detail-02 .brand_detail-txt p{
		margin-top: calc(20 / 770 * 100vw);
		margin-bottom: calc(20 / 770 * 100vw);
		font-size: calc(18 / 770 * 100vw);
		font-weight: 600;
		text-align: center;
	}

	.brand_detail-02 .brand_detail-txt .brand_detail-icon{
		margin-top: calc(0 / 770 * 100vw);
		margin-bottom: calc(30 / 770 * 100vw);
	}

}


/*----------------------------------------
	banner
-----------------------------------------*/
section.section-05{
	/*margin-top: 0;*/
}

.banner_area{
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	z-index: 4;
}
.banner_inner{

}
.banner_txt{
	color: #ffffff;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.12em;
}
.banner_txt span{
	font-weight: bold;
	line-height: 1.0;
}

.banner_btn{

}
.banner_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background: #000000;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.3s;
}
@media screen and (min-width: 788px){
	.banner_area{
		height: 130px;
		background: url(../img/img_banner-pc.png) no-repeat bottom center;
		background-size: cover;
	}

	.banner_txt{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		font-size: calc(22 / 1770 * 100vw);
		margin: auto;
	}

	.banner_btn{
		position: absolute;
		top: 50%;
		right: calc(30 / 1770 * 100vw);
		transform: translateY(-50%);
	}
	.banner_btn a{
		width: 170px;
		height: 40px;
		background: #000000;
		color: #ffffff;
		font-size: 13px;
		text-decoration: none;
		transition: all 0.3s;
	}
	.banner_btn a:hover{
		opacity: 0.7;
	}
}
@media screen and (min-width: 1000px){
	.banner_btn{
		right: calc(90 / 1770 * 100vw);
	}
	.banner_btn a{
		width: 200px;
	}
}
@media screen and (min-width: 1788px){
	.banner_txt{
		font-size: 22px;
	}
	.banner_btn{
		right: 90px;
	}
}
@media screen and (max-width: 787px){
	.banner_area{
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 165px;
		background: url(../img/img_banner-sp.png) no-repeat bottom center;
		background-size: cover;
		padding-top: calc(30 / 770 * 100vw);
		padding-right: calc(30 / 770 * 100vw);
		padding-bottom: calc(30 / 770 * 100vw);
		padding-left: calc(30 / 770 * 100vw);
	}
	.banner_txt{
		font-size: calc(22 / 770 * 100vw);
		line-height: 1.5;
	}
	.banner_btn{
		margin-top: calc(20 / 770 * 100vw);
	}
	.banner_btn a{
		width: calc(360 / 770 * 100vw);
		margin: 0 auto;
	}
}
