@charset "utf-8";

/* reset
------------------------------------------*/
/*!
 * ress.css ? v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}address{font-style:normal}
 h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: inherit; margin: 0; padding:0;}
 ul,li,ol,li { list-style: none;}
 a,form,iframe {outline: 0; border: 0;}
 img {
	 max-width: 100%;
	 height:auto;
	 line-height:0;
	 vertical-align:top;
 }
 
 a:link,
 a:hover,
 a:visited {
	 text-decoration: none;
	 color: inherit;
 }
 
 /* テキストリンク */
 a.txtlink {
	 color: green;
	 text-decoration: underline;
 }
 a.txtlink:hover {
	 text-decoration: none;
 }
 
 /* 電話リンク */
 .sp-tel { display: inline-block;}
 @media (min-width: 768px){
	 a[href^="tel:"], a.sp-tel[href^="tel:"] {
		 pointer-events: none;
	 }
 }
 .no-tel, .no-tel * {
	 pointer-events: none !important;
	 text-decoration: none !important;
 }
 
 /* font style 親要素引継ぎ */
 span {
	 font-size: inherit;
	   font-weight: inherit;
 }
 
 /* Primary Styles
 ------------------------------------------*/
 html {
	 overflow-y: scroll;
	 box-sizing: border-box;
	 font-size: 62.5%;
 }
 
 body {
	 position: relative;
	 background:#fff;
	 text-size-adjust:100%;
	 color:#000;
	 font-size: 1.6rem;
	 font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
	 font-weight:400;
	 font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	 letter-spacing: 0.08em;
	 line-height: 1.7;
 }
 
 body.fixed {
	 position: fixed;
	 width: 100%;
 }
 
 main {
	 font-size: 1.6rem;
	 line-height: 1.75;
	 display:  block;
 }
 
 
 /* Common style
 ---------------------------------*/
 .txt-center,
 .stxt-center {
	 text-align: center;
 }
 @media (max-width: 767px){
	 .stxt-center {
		 text-align: left;
	 }
 }
 
 .block { display: block;}
 .iblock { display: inline-block;}
 
 /*PC SP only*/
 @media (min-width: 1281px){.sp-only-xl {display: none;}}
 @media (max-width: 1280px){.pc-only-xl {display: none;}}
 @media (min-width: 1025px){.sp-only-ll {display: none;}}
 @media (max-width: 1024px){.pc-only-ll {display: none;}}
 @media (min-width: 992px){.sp-only-l {display: none;}}
 @media (max-width: 991px){.pc-only-l {display: none;}}
 @media (min-width: 768px){.sp-only {display: none;}}
 @media (max-width: 767px){.pc-only {display: none;}}
 @media (min-width: 641px){.sp-only-m {display: none;}}
 @media (max-width: 640px){.pc-only-m {display: none;}}
 @media (min-width: 481px){.sp-only-s {display: none;}}
 @media (max-width: 480px){.pc-only-s {display: none;}}
 
 /* flex ---------------- */
 .flex {
	 display: flex;
	 flex-wrap: wrap;
 }
 .flex.column {
	 flex-direction: column;
 }
 .flex.between {
	 -webkit-box-pack: justify;
	 justify-content: space-between;
 }
 /* 上下左右中央 */
 .flex.vc {
	 flex-direction: column; 
	 justify-content: center; 
	 align-items: center;  
 }
 /* 上下中央横並び */
 .flex.vm {
	 flex-direction: row; 
	 align-items: center;
	 flex-wrap: wrap;
 }
 
 /* layout --------------------- */
 .wrap, .wrap-l, .wrap-m, .wrap-s, .wrap-ss {
	 box-sizing: border-box;
	 width: 90%;
	 margin: 0 auto;
 }
 .wrap-l {max-width: 1300px;}
 .wrap-m {max-width: 1200px;}
 .wrap-s {max-width: 1090px;}
 .wrap-ss {max-width: 900px;}
 
 /* object fit --------------------- */
 .of-wrap {
	 width: 100%;
	 display: block;
 }
 .of-wrap img {
	 width: 100%;
	 height: 100%;
 }
 .of-wrap.of-1x1 {aspect-ratio: 1/1;}
 .of-wrap.of-2x1 {aspect-ratio: 2/1;}
 .of-wrap.of-3x2 {aspect-ratio: 3/2;}
 .of-wrap.of-4x3 {aspect-ratio: 4/3;}
 .of-wrap.of-16x9 {aspect-ratio: 16/9;}
 
 .of-wrap.of-cover img {object-fit: cover}
 .of-wrap.of-contain img {object-fit: contain}
 
 
 /* font STYLE ------------------- */
 .f-en { font-family: Arial, Helvetica, "sans-serif";}
 .f-yug { font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
 .f-hrg { font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
 
 /* font weight --------------------------------------*/
 .f-bold { font-weight: bold;}
 .f-normal { font-weight: normal;}
 .f-w100 { font-weight: 100;}
 .f-w200 { font-weight: 200;}
 .f-w300 { font-weight: 300;}
 .f-w400 { font-weight: 400;}
 .f-w500 { font-weight: 500;}
 .f-w600 { font-weight: 600;}
 .f-w700 { font-weight: 700;}
 .f-w900 { font-weight: 900;}
 
 /* font color --------------------------------------*/
 .f-red { color: #FF0000;}
 .f-wht { color: #fff;}
 .f-blk { color: #000;}

 /* font size --------------------------------------*/
 .f-sz12 { font-size: 1.2rem;}
 .f-sz18 { font-size: 1.8rem; font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);}
 .f-sz20 { font-size: 2.0rem; font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);}
 .f-sz24 { font-size: 2.4rem; font-size: clamp(2rem, 1.7328rem + 0.56vw, 2.4rem);}
 .f-sz26 { font-size: 2.6rem; font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);}
 .f-sz34 { font-size: 3.4rem; font-size: clamp(2.5rem, 1.9008rem + 1.25vw, 3.4rem);}

/* padding */
.pt200 { padding-top:14rem; padding-top: clamp(14rem, 10rem + 8.33vw, 20rem);}
.pt190 { padding-top:13.3rem; padding-top: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);}
.pt180 { padding-top:12.6rem; padding-top: clamp(12.6rem, 9rem + 7.50vw, 18rem);}
.pt170 { padding-top:12.1rem; padding-top: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);}
.pt160 { padding-top:11.2rem; padding-top: clamp(11.2rem, 8rem + 6.67vw, 16rem);}
.pt150 { padding-top:10.5rem; padding-top: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);}
.pt140 { padding-top:9.8rem; padding-top: clamp(9.8rem, 7rem + 5.83vw, 14rem);}
.pt130 { padding-top:9.1rem; padding-top: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);}
.pt120 { padding-top:8.55rem; padding-top: clamp(8.55rem, 6.2496rem + 4.79vw, 12rem);}
.pt110 { padding-top:8rem; padding-top: clamp(8rem, 6rem + 4.17vw, 11rem);}
.pt100 { padding-top:7.5rem; padding-top: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);}
.pt90 { padding-top:6.75rem; padding-top: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);}
.pt80 { padding-top:6rem; padding-top: clamp(6rem, 4.6672rem + 2.78vw, 8rem);}
.pt70 { padding-top:5.25rem; padding-top: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);}
.pt60 { padding-top:4.5rem; padding-top: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);}
.pt50 { padding-top:3.75rem; padding-top: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);}
.pt40 { padding-top:3rem; padding-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);}
.pt30 { padding-top:2.25rem; padding-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);}
.pt20 { padding-top:1.5rem; padding-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);}
.pt15 {	padding-top: 15px;}
.pt10 {	padding-top: 10px;}
.pt5 { padding-top: 5px;}

.pb200 { padding-bottom:14rem; padding-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);}
.pb190 { padding-bottom:13.3rem; padding-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);}
.pb180 { padding-bottom:12.6rem; padding-bottom: clamp(12.6rem, 9rem + 7.50vw, 18rem);}
.pb170 { padding-bottom:12.1rem; padding-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);}
.pb160 { padding-bottom:11.2rem; padding-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);}
.pb150 { padding-bottom:10.5rem; padding-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);}
.pb140 { padding-bottom:9.8rem; padding-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);}
.pb130 { padding-bottom:9.1rem; padding-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);}
.pb120 { padding-bottom:8.4rem; padding-bottom: clamp(8.4rem, 6.2496rem + 5.00vw, 12rem);}
.pb110 { padding-bottom:8rem; padding-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);}
.pb100 { padding-bottom:7.5rem; padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);}
.pb90 { padding-bottom:6.75rem; padding-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);}
.pb80 { padding-bottom:6rem; padding-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);}
.pb70 { padding-bottom:5.25rem; padding-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);}
.pb60 { padding-bottom:4.5rem; padding-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);}
.pb50 { padding-bottom:3.75rem; padding-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);}
.pb40 { padding-bottom:3rem; padding-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);}
.pb30 { padding-bottom:2.25rem; padding-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);}
.pb20 { padding-bottom:1.5rem; padding-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);}
.pb15 {	padding-bottom: 15px;}
.pb10 {	padding-bottom: 10px;}
.pb5 { padding-bottom: 5px;}

.mb200 { margin-bottom:14rem; margin-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);}
.mb190 { margin-bottom:13.3rem; margin-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);}
.mb180 { margin-bottom:12.6rem; margin-bottom: clamp(12.6rem, 9rem + 7.50vw, 18rem);}
.mb170 { margin-bottom:12.1rem; margin-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);}
.mb160 { margin-bottom:11.2rem; margin-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);}
.mb150 { margin-bottom:10.5rem; margin-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);}
.mb140 { margin-bottom:9.8rem; margin-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);}
.mb130 { margin-bottom:9.1rem; margin-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);}
.mb120 { margin-bottom:8.4rem; margin-bottom: clamp(8.4rem, 6.2496rem + 5.00vw, 12rem);}
.mb110 { margin-bottom:8rem; margin-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);}
.mb100 { margin-bottom:7.5rem; margin-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);}
.mb90 { margin-bottom:6.75rem; margin-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);}
.mb80 { margin-bottom:6rem; margin-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);}
.mb70 { margin-bottom:5.25rem; margin-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);}
.mb60 { margin-bottom:4.5rem; margin-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);}
.mb50 { margin-bottom:3.75rem; margin-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);}
.mb40 { margin-bottom:3rem; margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);}
.mb30 { margin-bottom:2.25rem; margin-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);}
.mb20 { margin-bottom:1.5rem; margin-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);}
.mb15 { margin-bottom: 15px;}
.mb10 { margin-bottom: 10px;}
.mb5 { margin-bottom: 5px;}

.mt40 { margin-top:3rem; margin-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);}
.mt30 { margin-top:2.25rem; margin-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);}
.mt20 { margin-top:1.5rem; margin-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);}
.mt15 { margin-top: 15px;}
.mt10 { margin-top: 10px;}
.mt5 { margin-top: 5px;}

/* mv --------------------------------------*/
.mv {
	width: 100%;
}

/* mv --------------------------------------*/
.brand-list {
	display: flex;
	list-style: none;
	padding: 0;
	gap: 15px;
}
.brand-list > div{
	min-width: 110px;
}

.scroll--wrap {
	display: flex;
	overflow: hidden;
	margin: 14px 0;
  }

.list--left {
	animation: list-left 80s infinite linear 0.5s both;
}

.list--right {
	animation: list-right 80s infinite linear 0.5s both;
}

@keyframes list-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
}
@keyframes list-right {
	from {
	  transform: translateX(-100%);
	}
	  to {
	  transform: translateX(0%);
	}
}

@media (max-width: 480px){
	.scroll--wrap {
		margin: 10px 0;
	}
	.brand-list {
		gap: 10px;
	}
	.brand-list > div{
		min-width: 60px;
	}
	
}

 /* sec-member --------------------------------------*/
.l-target {
	width: 100%;
	margin: 0 auto;
 }
.sttl-target {
	max-width: 690px;
	margin: 0 auto;
}
.txt-target {
	max-width: 1145px;
	margin: 0 auto;
}
.photo-box {
	overflow: hidden;
	position: relative;
}
.target-box {
	display: flex;
	gap: 5px;
	position: absolute;
	top: 0;
	left: 0;
	animation: list-photo-left 35s infinite linear;
}
.photo-box,
.target-box li, 
.target-box li img {
	height: 450px;
}
.target-box li img {
	width: auto;
	max-width: none;
}
.left-target {
	width: 396px;
}
.right-target {
	flex: 1;
	max-width: 570px;
	min-width: 500px;
}
.box-target {
	justify-content: space-between;
	gap: 5%;
}

@keyframes list-photo-left {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-50%);
	}
}

@media (max-width: 1240px) {
	.sec-member .box-target {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.sec-member .target-top .wrap-l {
		width: 100%;
	}
	.sec-member .sttl-target {
		min-width: 250px;
	}
	.right-target{
		min-width: 180px;
	}
	.sec-member .list-txt {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media (max-width: 480px){
	.sec-member .mttl-target{
		padding-bottom: 20px;
	}
	.photo-box, .target-box li, .target-box li img {
		height: 150px;
	}
	.box-target{
		padding-top: 30px;
	}
	.left-target{
		max-width: 250px;
	}
}



/* sec-target --------------------------------------*/
.sec-target .mttl-target {
	max-width: 420px;
	margin: 0 auto;
}
 .campaign{
	background-image: url(img/campaign.png);
	background-size: contain;
	text-align: center;
	background-position: center;
 }
 .campaign img {
	max-height: 196px;
	width: auto;
	max-width: 95%;
 }
 @media (max-width: 480px){
	.sec-target .mttl-target {
		padding-top: 30px;
		max-width: 250px;
	}
}
@media (max-width: 767px){
	.sec-target .sttl-target{
		max-width: 280px;
	}
}
@media (max-width: 480px){
	.sec-target .sttl-target{
		max-width: 220px;
	}
}
@media (max-width: 767px){
	.sec-target .list-txt{
		max-width: 430px;
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	.sec-target .list-txt {
		max-width: 360px;
		padding-top: 9%;
	}
}

/* sec-point --------------------------------------*/
.box-point {
	justify-content: space-between;
	gap: 10%;
}
.left-point {
	width: 396px;
}
.right-point {
	flex: 1;
	max-width: 730px;
	min-width: 580px;
}
.right-point .sttl-point {
	display: flex;
	gap: 60px;
	row-gap: 20px;
}
@media screen and (max-width:1310px) {
	.box-point {
		gap: 50px;
		justify-content: center;
	}
}
@media screen and (max-width:640px) {
	.right-point .sttl-icon {
		max-width: 25%;
	}
}
@media screen and (max-width:600px) {
	.right-point {
		min-width: 250px;
		max-width: 85%;
	}
	.right-point .sttl-point {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 480px) {
	.left-point {
		max-width: 250px;
	}
	.sec-point .txt {
		text-align: center;
	}
	.sec-point .txt img {
		max-width: 85%;
	}
	.right-point {
		max-width: 100%;
		padding-top: 10px;
	}
	.right-point .sttl-point {
		padding-bottom: 30px;
	} 
	.box-point {
		gap: 20px;
	}
}



/* sec-flow --------------------------------------*/
.flow-box {
	display: flex;
	gap: 6%;
	flex-wrap: wrap;
}
.bg-box {
	background-color: #f9f900;
	position: relative;
}
.step {
	max-width: 220px;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.step-img {
	width: 100%;
}
.s-box {
	max-width: 300px;
}
@media screen and (max-width:1150px) {
	.step-img {
		min-width: 200px;
	}
	.flow-box {
		gap: 50px;
		justify-content: center;
	}
}
@media screen and (max-width:767px){
	.s-box {
		max-width: 80%;
	}
	.sbox .btnW-s {
		max-width: 100%;
	}
}
@media screen and (max-width:480px){
	.sec-flow {
		padding-top: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
	}
	.flow-box {
		padding-top: 20px;
	}
	.step {
		max-width: 150px;
		top: -20px;
	}
	.s-box {
		max-width: 95%;
	}
}


 /* sec-attention --------------------------------------*/
 .line-box {
	width: 300px;
	max-width: 65%;
	height: 1px;
	border-top: 1px solid #000;
	position: relative;
	margin: 0 auto;
 }
 .line-box::before,
 .line-box::after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: -3.7px;
 }
 .line-box::before {
	left: -1px;
 }
 .line-box::after {
	right: -1px;
 }

 /* btn共通
 --------------------------------------------------------- */
 .btnarea {
	 display: flex;
	 gap: 20px;
	 justify-content: center;
   
	 &.btn-center {
	   justify-content: center;
	 }
   
	 &.btn-right {
	   justify-content: flex-end;
	 }
   }
.btn-fixed {
	position: fixed;
	width: 100%;
	bottom: -10px;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all ease 0.38s;
}
.is-loaded .btn-fixed {
	bottom: 10px;
	opacity: 1;
}


 /* btn ----------------- */
 .btn {
	 display: inline-block;
	 vertical-align: middle;
	 width: 100%;
	 cursor: pointer;
	 overflow: hidden;
	 position: relative;
	 transition: all ease 0.28s;
 }
 /* ボタン内容 */
.btn-cont {
	 display: flex;
	 align-items: center;
	 width: 100%;
	 padding: 10px 30px;
	 line-height: 1.4;
	 height: 100%;
 }
.btn-cont .center {
	justify-content: center;
}
.btn-cont .right {
	justify-content: flex-end;
}
@media screen and (min-width:767px){
	.btn-fixed .btn-cont {
		padding: 10px 56px;
	}
}
 /* ---------------------------------------------------------
  option
 --------------------------------------------------------- */
 /* ボタンの幅：デザイン案に合わせて編集 */
 .btnW-s {max-width: 320px;}
 .btnW-m {max-width: 420px;	}
 .btnW-l {max-width: 640px;}
 @media (max-width: 767px) {
	.btnW-l {
		max-width: none;
		width: calc(100% - 20px);
	}
 }
 @media (max-width: 480px) {
	 .btnW-s,.btnW-m {
		 max-width: none;
	 }
	 
 }
 
 /* ボタンの高さ：デザイン案に合わせて編集 */
 .btnH-s {min-height: 60px;}
 .btnH-m {min-height: 70px;}
 .btnH-l {min-height: 100px;}
 @media (max-width: 480px){
	.btnH-l{
		min-height: 70px;
	}
 }
 /* ---------------------------------------------------------
 btn-style
 --------------------------------------------------------- */
 /* btn-style01（背景） */
 .btn.btn-style01 {
	 border: 1px solid transparent;	/* 枠線の設定 */
	 background-color: #000; 		/* 背景色 */
	 color: #fff;					/* 文字色 */
 }
 @media (min-width: 768px) {
	 .btn.btn-style01:hover {
		border: 1px solid transparent;	/* 枠線の設定 */
		background-color: #333; 		/* 背景色 */
		color: #fff;					/* 文字色 */
	 }
 }
 .btn-arrow01 .btn-cont {
	padding-right: 50px;
  }
.arrow01 {
	background-image: url(img/arrow.svg);
	width: 30px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: right ease 0.28s;
}
@media (min-width: 768px) {
	.btn:hover .arrow01 {
	  right: 20px;
	}
  }		
@media (max-width: 480px) {
	.btn-fixed .arrow01 {
		right: 15px;
	}
	.btn-arrow01.btnW-s .arrow01 {
		right: 15px;
	}
}
 /* footer --------------------------------------*/
 .site-footer {
	background: url(img/bg-footer.png) no-repeat center bottom;
	width: 100%;
	padding-bottom: calc(100%* 500 / 3000);
	background-size: 100% auto;
	position: relative;
	transition: all ease 0.28s;
 }

 .site-footer .wrap-s{
	position: relative;
 }
 .site-footer .bg_photo{
	margin: 0 auto;
	max-width: 530px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all ease 0.28s;
 }
 .is-loaded .site-footer .bg_photo {
	bottom: 100px;
 }
 @media (max-width: 767px) {
	.site-footer {
		background-size: 1150px auto;
	}
	.is-loaded .site-footer {
		margin-bottom: 90px;
	}
	.is-loaded .site-footer .bg_photo{
		bottom: 10px;
	}
 }

 @media (max-width: 480px) {
	.site-footer {
		background-size: 700px auto;
		margin-bottom: 70px;
	}
	.is-loaded .site-footer {
		margin-bottom: 70px;
	}
	.site-footer .wrap-s {
		padding-bottom: 50px;
	}
	.site-footer .bg_photo {
		width: 60%;
	}
 }

