@media screen and (max-width: 750px){
/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
	width: 100%;
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pc-only {
	display: none !important;
}
.sp-only {
	display: block !important;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
	width: 100%;
	min-width: 100%;
  color: #271500;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; 
	margin: auto;
}
a {
  text-decoration: none;
	display: block;
}
a:hover {
  opacity: 0.8;
}
body .inner {
	width: 100%;
	margin: auto;
}
.c-01 {
	color: #f977a2;
}
.f-bold {
	font-weight: bold;
}
.f-f01 {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*--------------------------------------------------
  ttl-box
--------------------------------------------------*/
.ttl-box {
	text-align: center;
	margin: auto;
}
.ttl-box h2 {
	font-size: 7vw;
	text-align: center;
	line-height: 1.3em;
}
.ttl-box .span01 {
	font-size: 5.5vw;
}
.ttl-box .span02 {
	font-size: 6.5vw;
}
.sec04 .ttl-box {
	margin: 0 0 15px 0;
	padding: 0 15px 0;
	box-sizing: border-box;
}
.sec04 .ttl-box h2 {
	margin: 0 0 0 0;
}
.sec04 .ttl-box img {
	width: 100%;
	height: auto;
}
.sec06 .ttl-box h2 {
	line-height: 1.2em;
	margin: 0 0 20px;
}

/*--------------------------------------------------
  header
--------------------------------------------------*/	
header {
  width: 100%;
  height: auto;
	text-align: center;
  padding: 15px 0 13px;
  box-sizing: border-box;
}	
header img {
  width: 38%;
  height: auto;
}	
	
/*--------------------------------------------------
  mv
--------------------------------------------------*/
.mv {
	width: 100%;
	height: 0;
	background: url("../images/sp-mv.jpg") center center no-repeat;
	background-size: 100% auto;
	position: relative;
	padding-top: 100%
}
.mv h1 {
	width: 266px;
	height: 57px;
	padding: 28px 0 0 120px;
	box-sizing: border-box;
}
.mv h1 img {
	width: 266px;
	height: 57px;
}
.mv .mv-txt {
	display: none;
	width: 850px;
	height: 331px;
	background: url("../images/mv-txt011.png") no-repeat;
	background-size: 100% auto;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	margin: auto;
	position: absolute;
	top: 11%;
	right: 30px;
}
.mv .btn-area {
	position: absolute;
	top: 68%;
	right: 0;
	left: 0;
	margin: auto;
}
.mv .txt {
	color: #c82f62;
	font-size: 4.3vw;
	text-align: center;
	margin: 0 auto 10px;
	position: relative;
}
.mv .btn {
	width: 85%;
	height: auto;
	margin: auto;
}
.mv .btn a {
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
	background: #fb5f93;
	border-bottom: 5px solid #d93a6f;
	border-radius: 100px;
	text-align: center;
	line-height: 1;
	padding: 6% 0;
	box-sizing: border-box;
	position: relative;
}
.mv .btn a::before {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -4px;
}

/*------------------------------------------------------------
 main-txt
------------------------------------------------------------*/
.main-txt {
	width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
	padding: 40px 15px 40px;
	box-sizing: border-box;
}
.main-txt h4 {
	font-size: 5vw;
	line-height: 1.8em;
	margin: 0 0 5px 0;
}
.main-txt h4 span {
	background: linear-gradient(transparent 70%, #fcf0f0 70%);
}
.main-txt p {
	font-size: 13px;
	line-height: 1.5em;
	margin: 20px 0 0;
}

/*------------------------------------------------------------
 seccase
------------------------------------------------------------*/


	.seccase{
		padding: 8.5% 0 12%;
	}
	.seccase .ttl-box .span01{
	    display: block;
	}
	.case_photos {
	    width: 95%;
	    padding: 0 35px;
	}
    .tbl_case,
    .tbl_case > *,
    .tbl_case tr,
    .tbl_case th,
    .tbl_case td{
        display: block;
        width: 100%;
        font-size: 1.4rem;
    }
    .tbl_case{
    	width: 90%;
    	margin: 15vw auto 5vw;
      border:none;
    }
    .tbl_case th{
      border-bottom:none;
    }
    .tbl_case td{
      border-top:none;
      margin-bottom: 5%;
    }
    .tbl_case th, .tbl_case td {
        padding: 1em 1.2em;
        box-sizing: border-box;
	    font-size: 4vw;
    }
    .article_cases .about{
        margin: 0 auto 15%;
    }
    .article_cases .policy__text {
        font-size: 1.4rem;
    } 
    .ba_photo-box figure figcaption{
    	font-size: 6.5vw;
    }
	.ba_photo-box .before,
	.ba_photo-box .after {
      width: 100%;
    font-size: 6.5vw;
  	}
	.ba_photo-box{
	   display: block;
	}
	.ba_photo-box figure{
	  aspect-ratio: 4/3;
	}
	.ba_photo-box figure img {
	    object-position: bottom;
	}
	.ba_photo-box .before{
	  margin: 0 auto 5vw;
	}
	.case_photos .slick-dots{
	  -webkit-transform: unset;
	  transform: unset;
	}
	.case_photos .slick-prev, .case_photos .slick-next{
		width: 32px;
		height: 32px;
	}
	.case_photos .slick-prev:before, .case_photos .slick-next:before {
	    width: 11px;
	    height: 11px;
	}
	.case_photos .slick-next:before {
    	margin: -6px 0 0 -9px;
	}
	.case_photos .slick-prev:before {
    	margin: -6px 0 0 -3px;
	}
	  .att_txt_case {
	    font-size: 3.5vw;
	    width: 90%;
	    line-height: 1.3;
	  }
	  .case_photos .slick-dots li button{
	    width: 7px;
	    height: 7px;
	    padding: 3.5px;
	  }
	  .case_photos .slick-dots li {
	    width: 7px;
	    height: 7px;
	    margin: 0 5px;
	  }
.seccase .btn01 {
	width: 90%;
	height: auto;
	margin: 2em auto 0;
}
.seccase .btn01 a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #fb5f93;
	border-bottom: 6px solid #d93a6f;
	border-radius: 4px;
	line-height: 1;
	padding: 18px 0;
	box-sizing: border-box;
	position: relative;
}
.seccase .btn01 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -4px;
}


/*------------------------------------------------------------
 sec01
------------------------------------------------------------*/
.sec01 {
	width: 100%;
	height: auto;
	background: url("../images/sec01-bg.jpg") top center no-repeat;
	background-size: cover;
	text-align: center;
	margin: auto;
	padding: 45px 10px 0;
	box-sizing: border-box;
}
.sec01 img {
	width: 100%;
	height: auto;
	margin: auto;
}

/*------------------------------------------------------------
 sec02
------------------------------------------------------------*/
.sec02 {
	width: 100%;
	height: auto;
	background: url("../images/sec02-bg.jpg") top center no-repeat;
	background-size: cover;
	text-align: center;
	margin: -7.3% auto 0;
	padding: 50px 15px 35px;
	box-sizing: border-box;
}
.sec02 img {
	width: 100%;
	height: auto;
	margin: auto;
}

/*------------------------------------------------------------
 sec03
------------------------------------------------------------*/
.sec03 {
	padding: 50px 15px 60px;
	box-sizing: border-box;
}
.sec03 .ttl-box h2 {
	margin: 0 0 30px;
}
.sec03 .block {
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 0 13px #eee;
	margin: 0 0 35px 0;
	padding: 20px 0 35px;
	box-sizing: border-box;
}
.sec03 .block:last-child {
	margin: 0 0 0 0;
}
.sec03 .ttl {
	display: flex;
	align-items: flex-end;
	border-bottom: 2px solid #c82f62;
	padding: 0 0 23px 15px;
	box-sizing: border-box;
}
.sec03 .ttl img {
	width: 7%;
	height: auto;
	margin: 0 8px 0 0;
}
.sec03 .ttl h3 {
	color: #c82f62;
	font-size: 5vw;
}
.sec03 .ttl h3 span {
	font-size: 12px;
}
.sec03 .block02 .ttl {
  display: flex;
	align-items: flex-start;
}	
.sec03 .block02 .ttl h3 {
  line-height: 1.1em;
	padding: 4.5% 0 0;
	box-sizing: border-box;
}		

/*---------- txt-box ----------*/
.sec03 .txt-box {
	padding: 25px 15px 0;
	box-sizing: border-box;
	display: inherit;
	justify-content: inherit;
}
.sec03 .txt-box p {
	width: 100%;
	font-size: 13px;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 25px;
}
.sec03 .box02 p {
	margin: 0 0 25px;
}
.sec03 .box03 p {
	margin: 0 0 15px;
}
.sec03 .txt-box p.note {
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	margin: 10px 0 30px;
	text-indent: -1.2em;
  padding-left: 1.2em;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}
.sec03 .box01 .left img,
.sec03 .box02 .left img {
	width: 100%;
	height: auto;
}
.sec03 .box03 .left img {
	width: 100%;
	height: auto;
}
.sec03 .right img {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
}
.sec03 .box03 .right img {
	margin: 0 0 15px
}	
	
/*------------------------------------------------------------
 sec04
------------------------------------------------------------*/
.sec04 {
	text-align: center;
	padding: 60px 0 0;
	box-sizing: border-box;
}
.sec04 .txt-box01,
.sec04 .txt-box02 {
  padding: 0 15px 0;
  box-sizing: border-box;
}	
.sec04 .txt-box01 p {
	font-size: 13px;
	text-align: justify;
	line-height: 1.6em;
	margin: 0 0 30px;
}
.sec04 .txt-box01 img {
	width: 100%;
	height: auto;
}
.sec04 .txt-box02 {
	width: 100%;
	height: auto;
	background: url("../images/sec04-bg.jpg") top center no-repeat;
	background-size: cover;
	margin: -4.5% auto 0;
	padding: 40px 15px 30px;
	box-sizing: border-box;
} 
.sec04 .txt-box02 img {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
 sec05
------------------------------------------------------------*/
.sec05 {
	width: 100%;
	height: auto;
	background: url("../images/sec05-bg.png") center repeat;
	background-size: 17px 17px;
	padding: 60px 15px 60px;
	box-sizing: border-box;
}
.sec05 .txt-box01 {
	width: 100%;
	height: auto;
	background: #fff;
	border: 2px solid #e8e8e8;
	margin: 17px auto 17px;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}
.sec05 .txt-box01 h4 {
	width: 180px;
	height: 28px;
	color: #fff;
	font-size: 15px;
	background: #f977a2;
	text-align: center;
	line-height: 28px;
	margin: 0 0 20px;
}
.sec05 .txt-box01 .name {
	display: flex;
	align-items: flex-end;
	margin: 0 0 20px;
}
.sec05 .txt-box01 .name .jpn {
	font-size: 5.5vw;
	margin: 0 10px 0 0;
}
.sec05 .txt-box01 .name .eng {
	font-size: 3vw;
}
.sec05 .txt-box01 .txt-wrap {
	font-size: 13px;
}
.sec05 .txt-box01 .txt-wrap .txt01 {
	line-height: 1;
	margin: 0 0 5px;
}
.sec05 .txt-box01 .txt-wrap .txt02 {
	line-height: 1.8em;
}
.sec05 .txt-box02 {
	width: 100%;
	margin: auto;
}
.sec05 .txt-box02 .ttl-box {
	width: 100%;
	height: 38px;
	color: #fff;
	background: #f977a2;
	font-size: 16px;
	line-height: 38px;
	margin: 0 0 20px;
	float: none;
	position: relative;
}
.sec05 .txt-box02 .ttl-box:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #f977a2;
	top: 38px;
	right: 47%;
}
.sec05 .txt-box02 p {
	width: 100%;
	font-size: 14px;
	text-align:  justify;
	line-height: 1.5em;
	padding: 0 0 0;
	box-sizing: border-box;
	float: none;
}

/*------------------------------------------------------------
 sec06
------------------------------------------------------------*/
.sec06 {
	width: 100%;
	height: auto;
	background: #faf5f5;
	padding: 60px 15px;
	box-sizing: border-box;
}
.sec06 .txt-box01 {
	font-size: 13px;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
}
.sec06 .txt-box02 {
	width: 100%;
	height: auto;
	background: #fff;
	background-size: 100% auto;
	margin: 0 auto 20px;
	padding: 20px 25px 30px;
	box-sizing: border-box;
	position: inherit;
}
.sec06 .txt-box02 img {
  width: 100%;
  height: auto;
	margin: 0 0 25px 0;
}	
.sec06 .txt-box02 .txt03 img {
    margin: 0 0 5px 0;
}
.sec06 .txt {
  margin: 0 0 20px;
}	
.sec06 .txt-box02 .txt01 {
	position: inherit;
	top: 395px;
	left: 40px;
}
.sec06 .txt-box02 .txt02 {
	position: inherit;
	top: 395px;
	left: 380px;
}
.sec06 .txt-box02 .txt03 {
	position: inherit;
	top: 395px;
	left: 710px;
}
.sec06 .txt-box02 .txt {
	width: 100%;
}
.sec06 .txt-box02 .txt h4 {
	color: #cb3d6d;
	font-size: 5vw;
	text-align: center;
	letter-spacing: -0.05em;
	margin: 0 0 15px;
}
.sec06 .txt-box02 .txt p {
	font-size: 13px;
	text-align: justify;
	line-height: 1.5em;
}
.sec06 .img-box {
	text-align: center;
	margin: auto;
}
.sec06 .img-box img {
	width: 100%;
	height: auto;
}
.sec06 .img-box img{
	width: 100%;
	height: auto;
}
.sec06 .arrow img{
	width: 100%;
	height: auto;
	margin: -11% 0 10px;
}

/*------------------------------------------------------------
 sec07
------------------------------------------------------------*/
.sec07 {
	padding: 60px 15px 30px;
	box-sizing: border-box;
}
.sec07 .txt-box01 {
	width: 100%;
	height: auto;
	background: inherit;
	background-size: 100% auto;
	margin: 30px auto 0;
	position: inherit;
}
/*---------- block ----------*/	
.sec07 .block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}	
.sec07 .block .sub-ttl01, 
.sec07 .block .sub-ttl02,
.sec07 .block .sub-ttl03 {
  width: 20%;
}	
.sec07 .block .sub-ttl01, 
.sec07 .block .sub-ttl02	{
	position: relative;
}	
.sec07 .block .sub-ttl01:before,
.sec07 .block .sub-ttl02:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 100%;
	background: #fde1e7;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}	
.sec07 .block .sub-ttl img {
  width: 100%;
  height: auto;
}	
.sec07 .txt-box01 .txt {
	width: 77%;
	text-align: justify;
	margin: 0 0 0 3%;
}	
.sec07 .txt-box01 .txt img {
	width: 100%;
	margin: 0 0 20px;
}	
.sec07 .txt-box01 .txt .txt-inner01 {
	border-bottom: 1px solid #e7e8ea;
	margin: 0 0 25px;
	padding: 0 0 15px;
	box-sizing: border-box;
}
.sec07 .txt-box01 .txt p {
	font-size: 13px;
	line-height: 1.5em; 
	margin: 0 0 5px;
	text-indent: -1em;
  padding-left: 1em;
}
.sec07 .txt-box01 .txt01 {
	position: inherit;
	top: 0;
	left: 0;
}
.sec07 .txt-box01 .txt02 {
	position: inherit;
	top: inherit;
	left: inherit;
}
.sec07 .txt-box01 .txt03 {
	position: inherit;
	top: inherit;
	left: inherit;
}
.sec07 .txt-box01 .txt03 p {
	line-height: 1.3em;
	margin: 0 0 10px;
	text-indent: -1em;
  padding-left: 1em;
}

/*------------------------------------------------------------
 Q&A
------------------------------------------------------------*/
.qa {
	width: 100%;
	height: auto;
	background: #f9f9f9;
	padding: 60px 15px 60px;
	box-sizing: border-box;
}

/*---------- acc_area ----------*/
.qa .acc_area {
  width: 100%;
	height: auto;
	padding: 30px 0 0;
	box-sizing: border-box;
}
.qa .acc_area dl {
	margin-bottom: 5px;
}
.qa .acc_area .dt_q {
	background: #faf0f3;
  padding: 15px 15px;
	box-sizing: border-box;
  cursor: pointer;
	position: relative;
}
.qa .acc_area .dt_q:before,
.qa .acc_area .dt_q:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 17px;
	height: 2px;
	margin-top: 0;
	background: #f97793;
	transition: all 0.4s;
}
.qa .acc_area .dt_q:after {
	transform: rotate(90deg);
}
.qa .acc_area .dt_q.open:before {
  display: none;
}
.qa .acc_area .dt_q.open::after {
  transform: rotate(180deg);
}
.qa .acc_area .dd_a {
  display: none;
	background: #fff;
	margin: 0 0 0 0;
  padding: 15px 15px 15px 30px;
	box-sizing: border-box;
}
.qa .acc_area .dt_inner {
	display: flex;
	align-items: center;
}
.qa .acc_area .dd_inner {
	display: flex;
	align-items: center;
}
.qa .acc_area .dd_a.show {
	display: block;
}

/*----- icon -----*/
.qa .acc_area .icon_q img {
	width: 60%;
	height: auto;
	margin: 0 1% 0 0;
}
.qa .acc_area .icon_a img {
	width: 60%;
	height: auto;
	margin: 0 1% 0 0;
}

/*----- txt -----*/
.qa .acc_area .txt_q {
	width: 80%;
  font-size: 15px;
	line-height: 1.3em;;
}
.qa .acc_area .txt_a {
	width: 100%;
	line-height: 1.5em;
  font-size: 13px;
	text-align: justify;
}
.qa .acc_area .txt_a a {
	display: inline-block;
	color: #f97793;
	text-decoration: underline;
}

/*------------------------------------------------------------
 access
------------------------------------------------------------*/
.access {
	padding: 60px 0;
	box-sizing: border-box;
}
.access .map-area {
	margin: 30px auto 0;
	display: inherit;
	justify-content: inherit;
}
.access .map {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.access .map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
	top: 0;
  left: 0;
}	
.access .map-area .txt-box {
	width: 100%;
	height: auto;
	padding: 30px 15px 0;
	box-sizing: border-box;
}
.access .map-area .txt-box h1 img {
	width: 45%;
	height: auto;
	margin: auto;
	display: block;
}
.access .map-area .txt-box .txt01 {
	width: 100%;
	font-size: 13px;
	line-height: 1.5em;
	border-top: 1px solid #dcd9d6;
	border-bottom: 1px solid #dcd9d6;
	margin: 25px 0 15px;
	padding: 15px 0;
	box-sizing: border-box;
}
.access .map-area .txt-box .txt02 {
	font-size: 13px;
	line-height: inherit;
	text-align: justify;
	letter-spacing: 0;
	margin: 0 0 15px;
}
.access .map-area .txt-box .txt02 p {
	line-height: 1.3em;
	margin: 0 0 8px;
}	
.access .map-area .txt-box .txt03 {
	font-size: 13px;
	line-height: 1.5em;
}
.access .map-area .txt-box .txt03 a {
	display: inline-block;
	color: #f97793;
	text-decoration: underline;
}	
	
/*------------------------------------------------------------
 offer01
------------------------------------------------------------*/
.offer01 {
	width: 100%;
	height: auto;
	background: url("../images/offer01-bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 30px 20px 30px;
	box-sizing: border-box;
}
.offer01 p {
	color: #fff;
	font-size: 4vw;
	margin: 0 0 8px;
}
.offer01 .btn01 {
	width: 100%;
	height: auto;
	margin: auto;
}
.offer01 .btn01 a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #fb5f93;
	border-bottom: 6px solid #d93a6f;
	border-radius: 4px;
	line-height: 1;
	padding: 18px 0;
	box-sizing: border-box;
	position: relative;
}
.offer01 .btn01 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -4px;
}

/*------------------------------------------------------------
 offer02
------------------------------------------------------------*/
.offer02 {
	width: 100%;
	height: auto;
	background: url("../images/offer02-bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 30px 15px 30px;
	box-sizing: border-box;
}
.offer02 .f-ttl h2 {
	color: #fff;
	font-size: 6vw;
}
.offer02 .f-ttl h2 span {
	font-size: 6vw;
}
.offer02 .btn-area {
	margin: 25px auto 0;
	display: inherit;
	justify-content: inherit;
}
.offer02 .btn-area .left {
  margin: 0 0 15px;
}
.offer02 .txt {
	color: #fff;
	font-size: 15px;
	margin: 0 0 8px;
	position: relative;
}
.offer02 .txt:before,
.offer02 .txt:after {
  content: '';
	display: inline-block;
  position: absolute;
  top: 50%;
  width: 18px;
	border: 1px solid #fff;
}
.offer02 .txt:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 19%;
}
.offer02 .txt:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 19%;
}
.offer02 .btn {
	width: 90%;
	height: auto;
	margin: auto;
}
.offer02 .btn01 a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background: #fb5f93;
	border-bottom: 6px solid #d93a6f;
	border-radius: 4px;
	line-height: 1;
	padding: 18px 0;
	box-sizing: border-box;
	position: relative;
}
.offer02 .btn01 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -4px;
}
.offer02 .btn02 a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #5facfb;
	border-bottom: 6px solid #368ce5;
	border-radius: 4px;
	line-height: 1;
	padding: 18px 0;
	box-sizing: border-box;
	position: relative;
}
.offer02 .btn02 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -4px;
}

/*------------------------------------------------------------
 copy
------------------------------------------------------------*/
.copy {
	width: 100%;
	height: 40px;
	font-size: 2.5vw;
	background: #faf0f3;
	text-align: center;
	line-height: 40px;
	padding: 0 15px 0;
	box-sizing: border-box;
}
	
/*--------------------------------------------------
	 floating
--------------------------------------------------*/
.floating {
	width: 100%;
	height: auto;
	background: #faf0f3;;
	position: fixed;
	right: inherit;
	bottom: 0;
	z-index: 9999;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
;}
.floating img {
	width: 90%;
	height: auto;
	margin: auto;
}	
}

@media screen and (max-width: 768px){
.sideNavi__menu__trigger:after, .sideNavi__menu__trigger[data-active="true"]:after{
	display: none;
}
}