@charset "UTF-8";

html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック,
    "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
.flexed {
  display: flex;
}
.for-sp {
  display: none;
}
.text-right {
  text-align: right;
}
h1 {
  font-size: 0;
}
h3 {
  font-size: 2.8rem;
}
h2.section-title {
  font-size: 5.4rem;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
h2.section-title::after {
  content: "";
  height: 6px;
  width: 50px;
  bottom: -15px;
  left: 50%;
  background: #000;
  transform: translate(-50%, 0);
  position: absolute;
}
h2 + p.intro {
  font-size: 2.5rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
h2 + p.intro span {
  border: 1px solid #000;
  padding: 5px 8px;
}
.taxin {
  font-size: 0.85em;
  font-feature-settings: "palt";
}
.taxin span {
  font-size: 0.6em;
  vertical-align: text-bottom;
}
.banner {
  width: 90%;
  max-width: 1100px;
  margin: 180px auto 0;
}
header {
  width: 100%;
  background: #000;
  text-align: center;
}
header img {
  width: 20%;
  max-width: 250px;
  padding: 20px 0;
}
footer {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  background: #000;
  color: #fff;
}
footer a {
  color: #fff;
  margin: 0 0 0 15px;
}
/* ==================================
== #kv
================================== */
#kv h1 {
  width: 100%;
  position: relative;
}
#kv h1 span a {
  right: 10.2vw;
  bottom: 11.2vw;
  width: 42.1vw;
  height: 5vw;
  position: absolute;
  transition: all 0.5s;
  display:none;
}
#kv h1 span a:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* ==================================
== #sectoion01
================================== */
#sectoion01 {
  background: url("../images/section01-bg.jpg?20210916001") no-repeat bottom
    right/cover;
  background-color: #f4f5f5;
  padding: 60px 0 80px;
}
#sectoion01 h2 {
  color: #2f1307;
  text-align: center;
  margin-bottom: 60px;
  font-size: 4.6rem;
  font-style: italic;
}
#sectoion01 h2 span {
  font-size: 7.4rem;
}
#sectoion01 .bar {
  width: 83%;
  margin-left: -6%;
}
#sectoion01 .bar div {
  margin-bottom: 50px;
}
#sectoion01 .bar01 {
  width: 100%;
}
#sectoion01 .bar02 {
  width: 96.5%;
}
#sectoion01 .bar03 {
  width: 93%;
}
/* ==================================
== #sectoion02
================================== */
#sectoion02 {
  padding: 180px 0;
  position: relative;
}
#sectoion02 article {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  border: 1px solid #000;
}
#sectoion02 article:first-of-type {
  margin-bottom: 80px;
}
#sectoion02 article .box {
  width: 100%;
  padding: 60px 100px;
  justify-content: space-between;
}
#sectoion02 article .box .item {
  width: 31%;
}
#sectoion02 article .box .item p {
  margin-bottom: 15px;
  cursor: pointer;
}
/* モーダルウィンドウ全体のレイアウト（画面いっぱいに表示） */
.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
}
.c-modal_content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  text-align: center;
}
.c-modal_content._sm {
  width: 30%;
}
.c-modal_content._md {
  width: 50%;
}

.c-modal_content._lg {
  width: 70%;
}
.c-modal_content_inner {
  position: relative;
  display: inline-block;
}
.c-modal_content_inner img.for-pc {
  height: 70vh;
  width: auto;
  display: block;
  margin: auto;
}
.c-modal_close {
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 4rem;
}
.c-modal_close span {
  line-height: 1;
}
/* ==================================
== #sectoion03
================================== */
#sectoion03 .inner {
  background: #2f1307;
  padding: 180px 0;
}
#sectoion03 .inner section:not(:last-child) {
  margin-bottom: 200px;
}
#sectoion03 .inner h2 {
  font-size: 0;
  text-align: center;
  margin-bottom: 100px;
}
#sectoion03 .inner h2 img {
  width: 750px;
}
#sectoion03 .inner h3 {
  font-size: 0;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 50px;
  display: block;
  position: relative;
}
#sectoion03 .inner h3::before {
  content: "";
  height: 2px;
  width: 100vw;
  background: #fff;
  position: absolute;
}
#sectoion03 .inner #minutes h3::before,
#sectoion03 .inner #days h3::before,
#sectoion03 .inner #pattern h3::before,
#sectoion03 .inner #free_repair h3::before,
#sectoion03 .inner #cost_performance h3::before,
#sectoion03 .inner #shops h3::before {
  top: 68%;
  right: 0;
}
#sectoion03 .inner #fablics h3::before {
  top: 48%;
  left: 0;
}
#sectoion03 .inner #pattern h3::before,
#sectoion03 .inner #toku_reserve h3::before,
#sectoion03 .inner #set_discount h3::before,
#sectoion03 .inner #satou_kashiwa h3::before {
  top: 68%;
  left: 0;
}
#sectoion03 .inner .box {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 100px;
  background: #fff;
}
#sectoion03 .inner .box .shop_photo {
  max-width: 700px;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#sectoion03 .inner .box .photo {
  max-width: 300px;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#sectoion03 .inner .box .icon {
  max-width: 550px;
  display: block;
  margin: auto;
}
#sectoion03 .inner .box .gif-movie {
  max-width: 630px;
  display: block;
  margin: auto;
}
#sectoion03 .inner #days .box .gif-movie {
  border: 1px solid #d8d8d8;
}
#sectoion03 .inner .box p.txt {
  font-size: 2.5rem;
  line-height: 1.8;
  margin-top: 20px;
}
#sectoion03 .inner .option {
  margin-top: 50px;
}
#sectoion03 .inner .option h4 {
  font-size: 3.9rem;
  color: #2f1307;
  padding: 10px 0;
  margin-bottom: 35px;
  border-top: 2px solid #2f1307;
  border-bottom: 2px solid #2f1307;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 400;
}
#sectoion03 .inner .option .flexed {
  justify-content: space-between;
  flex-wrap: wrap;
}
#sectoion03 .inner .option .flexed .item {
  /* width: 23.5%; */
  width: 15.5%;
  background: #2f1307;
}
@media screen and (min-width: 769px) and (max-width: 1185px) {
  #sectoion03 .inner .option .flexed .item {
    width: calc((100% - 80px) / 3);
  }
  #sectoion03 .inner .option .flexed .item:nth-child(1),
  #sectoion03 .inner .option .flexed .item:nth-child(2),
  #sectoion03 .inner .option .flexed .item:nth-child(3) {
    margin-bottom: 40px;
  }
}
#sectoion03 .inner .option .flexed .item p {
  text-align: center;
  padding: 4px;
  /* font-size: 2.2rem; */
  font-size: 1.8rem;
  color: #fff;
}
#sectoion03 .inner .option table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
}
#sectoion03 .inner .option table th,
#sectoion03 .inner .option table td {
  border: 1px solid #2f1307;
  width: 50%;
  padding: 5px 0;
  text-align: center;
}
#sectoion03 .inner .option table th {
  color: #fff;
}
#sectoion03 .inner .option table td {
  color: #2f1307;
}
#sectoion03 .inner .option table thead {
  background: #2f1307;
}
#sectoion03 .inner .option table thead th:first-child {
  border-right: 1px solid #fff;
}

/* ==================================
== #ca_sectoion04
================================== */
#ca_sectoion04 {
  padding: 180px 0;
}
#ca_sectoion04 .fablics-area {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#ca_sectoion04 .fablics-area .box {
  margin-bottom: 50px;
}

/* ==================================
== #sectoion05
================================== */
#sectoion05 {
  background: #f4f5f5;
  padding: 180px 0;
}
#sectoion05 .section05-carousel {
  background: url("../images/sectoion05-bg.jpg?20210916001") no-repeat center
    center/cover;
  width: 90%;
  max-width: 1100px;
  height: 710px;
  margin: 0 auto 180px;
  position: relative;
}
#sectoion05 .section05-carousel .slick-arrow {
  font-size: 3.4rem;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 9;
}

#sectoion05 .section05-carousel .prev-arrow {
  left: 15px;
}
#sectoion05 .section05-carousel .next-arrow {
  right: 15px;
}
#sectoion05 .section05-carousel .box {
  height: 710px;
  display: flex;
  align-items: center;
}
#sectoion05 .section05-carousel .box .inner {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  margin: auto;
  padding: 60px;
  border: 1px solid #000;
  position: relative;
}
#sectoion05 .section05-carousel .box .inner h3 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 30px;
}
#sectoion05 .section05-carousel .box .inner p {
  font-size: 2.8rem;
  line-height: 1.8;
  font-feature-settings: "palt";
}
#sectoion05 .section05-carousel .box .inner p.name {
  bottom: 40px;
  right: 60px;
  position: absolute;
}
@media screen and (max-width: 1220px) {
  #sectoion05 .section05-carousel .box .inner h3 {
    font-size: 2.8vw;
  }
  #sectoion05 .section05-carousel .box .inner p {
    font-size: 2.3vw;
  }
}
#sectoion05 .section05-video {
  width: 85%;
  max-width: 820px;
  margin: auto;
}
#sectoion05 .section05-video h3 {
  margin-bottom: 30px;
}
#sectoion05 .section05-video #video {
  width: 70%;
  margin: auto;
  display: block;
}
#sectoion05 .section05-video #video img {
  cursor: pointer;
}
#sectoion05 .section05-video p {
  margin-top: 20px;
  font-size: 2.4rem;
  text-align: center;
}

/* ==================================
== #sectoion06
================================== */
#sectoion06 {
  padding: 180px 0;
}
#sectoion06 article {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 30px;
  border: 1px solid #000;
  padding: 17px 30px 17px 80px;
  position: relative;
}
#sectoion06 article span.btn {
  top: 0;
  left: 0;
  width: 71px;
  height: 71px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
}
#sectoion06 article span.btn::before {
  content: "＞";
  font-size: 2.6rem;
  color: #fff;
  transition: all 0.3s;
}
#sectoion06 article.active span.btn::before {
  transform: rotate(90deg);
}
#sectoion06 article h3 {
  font-size: 2.6rem;
  cursor: pointer;
}
#sectoion06 article span.btn:hover,
#sectoion06 article h3:hover {
  opacity: 0.6;
}
#sectoion06 article p {
  font-size: 2.6rem;
  line-height: 1.8;
  margin-top: 17px;
  padding-top: 10px;
  border-top: 1px solid #000;
  display: none;
  font-feature-settings: "palt";
}
#sectoion06 article.active p {
  display: block;
}
#sectoion06 .letter {
  background: url("../images/section02-bg.jpg?20210916001") no-repeat top
    center/cover;
  background-color: #fff4ff;
  width: 90%;
  max-width: 1360px;
  margin: 180px auto;
  padding: 150px 7%;
  text-align: center;
  border: 1px solid #d8d8d8;
  font-style: italic;
}
#sectoion06 .letter h2 {
  font-size: 5rem;
  margin-bottom: 38px;
}
#sectoion06 .letter p {
  padding: 14px 0;
  font-size: 2.6rem;
  border-bottom: 2px dashed #d8d8d8;
  font-weight: bold;
}
@media screen and (max-width: 1460px) {
  #sectoion06 .letter h2 {
    font-size: 3.4vw;
  }
  #sectoion06 .letter p {
    font-size: 1.7vw;
  }
}

/* #sectoion06 .letter{
  background: url('../images/section06-bg.jpg') no-repeat top center/cover;
  background-color:#fff4ff;
  width: 90%;
  max-width: 1360px;
  margin: 180px auto;
  padding: 50px 12%;
  text-align: center;
  border: 1px solid #d8d8d8;
  font-style: italic;
}

#sectoion06 .letter p{
  padding: 14px 0;
  font-size: 2.8rem;
  border-bottom: 2px dashed #d8d8d8;
  font-weight: bold;
}
@media screen and (max-width:1460px) {
  #sectoion06 .letter p{
    font-size: 2.2vw;
  }
} */


.follow-btn {
  width: 500px;
  bottom: 20px;
  right: 20px;
  position: fixed;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translate(100vw, 0);
  transition: opacity 0.5s;
  z-index: 999;
}
.follow-btn.show {
  opacity: 1;
  transform: translate(0, 0);
}
.follow-btn .line,
.follow-btn .tel {
  bottom: 27px;
  width: 99px;
  height: 23px;
  position: absolute;
  transition: all 0.5s;
  border-radius: 5px;
}
.follow-btn .line:hover,
.follow-btn .tel:hover {
  background: rgba(255, 255, 255, 0.5);
}
.follow-btn .line {
  right: 148px;
}
.follow-btn .tel {
  right: 26px;
}

#point{
	background:url(../images/bg_point.png) 0 0 no-repeat;
	background-size:cover;
	padding-top:95px;
	padding-bottom:35px;
}
#point h2{
	border-top:4px solid #000000;
	border-bottom:4px solid #000000;
	text-align:center;
	padding:15px 0;
	margin-bottom:95px;
}
#point h2 img{
	width:644px;
}
#point .inner{
	width:90%;
	margin:0 auto;
	max-width:1780px;
}
#point ol{
	display:flex;
	flex-wrap:wrap;
	margin-left:-65px;
	list-style:none;
	padding:0 30px;
}
#point ol li{
	width:calc(20% - 65px);
	margin-left:65px;
	margin-bottom:90px;
}



@media screen and (max-width: 1680px) {
	#point ol li{
		width:calc(25% - 65px);
	}

}


@media screen and (max-width: 1300px) {
	#point ol li{
		width:calc(33.3333% - 65px);
	}

}

@media screen and (max-width: 990px) {
	#point ol li{
		width:calc(50% - 65px);
	}

}
#point ol li a{
	display:block;
	position:relative;
	border:4px solid #000;
	height:215px;
	background:url(../images/point_arrow.svg) right 8px bottom 8px no-repeat #fff;
	background-size:30px auto;
}
#point ol li img{
	width:140px;
	position:absolute;
	top:-40px;
	left:-34px;
}
#point ol li h3{
	padding-top:15px;
	padding-left:115px;
	padding-bottom:30px;
	font-size:4.0rem;
	font-weight:bold;
	line-height:1;
	letter-spacing:-0.1em;
}
#point ol li h3.small{
	font-size:3.3rem;
	padding-left:105px;
}
#point ol li p{
	font-size:1.8rem;
	line-height:1.4;
	letter-spacing:-0.1em;
	padding:15px 20px;
}

#point ol li.small p {
	font-size: 1.6rem;
	padding: 15px 10px 15px 20px;
}


#flow{
	background-color:#efefef;
	padding-top:95px;
	padding-bottom:95px;
}
#flow h2{
	border-top:4px solid #000000;
	border-bottom:4px solid #000000;
	text-align:center;
	padding:15px 0;
	margin-bottom:110px;
	font-size:5.8rem;
	line-height:1;
	font-style: italic;
}

#flow .inner{
	width:90%;
	margin:0 auto;
	max-width:1780px;
}

#flow ol{
	display:flex;
	flex-wrap:wrap;
	margin-left:-80px;
	list-style:none;
	padding:0 30px;
}
#flow ol li{
	width:calc(16.666% - 80px);
	margin-left:80px;
	text-align:center;
	position:relative;
}



#flow ol li:before{
	content:"";
	background:url(../images/arrow.svg) 0 0 no-repeat;
	background-size:100% auto;
	width:24px;
	height:35px;
	position:absolute;
	left:-50px;
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	
}

#flow ol li:first-child:before{
	display:none;
}

#flow ol li .step{
	display:block;
	font-size:4.2rem;
	font-family:Arial;
	font-weight:bold;
	line-height:1;
	padding-bottom:15px;
}

#flow ol li p{
	display:block;
	font-size:4.2rem;
	font-weight:bold;
	line-height:1;
	padding-top:20px;
}

@media screen and (max-width: 1680px) {
	#flow ol{
		margin-left:calc(-80 / 1680 * 100vw);
		padding:0 calc(30 / 1680 * 100vw);
	}
	#flow ol li{
		width:calc(16.666% - calc(80 / 1680 * 100vw));
		margin-left:calc(80 / 1680 * 100vw);
	}



	#flow ol li:before{
		width:calc(24 / 1680 * 100vw);
		height:calc(35 / 1680 * 100vw);
		left:calc(-50 / 1680 * 100vw);
	}

	#flow ol li .step{
		font-size:calc(42 / 1680 * 100vw);
		padding-bottom:calc(15 / 1680 * 100vw);
	}

	#flow ol li p{
		font-size:calc(42 / 1680 * 100vw);
		padding-top:calc(20 / 1680 * 100vw);
	}


}

#sectoion03 .inner #pattern .box{
	padding-left:50px;
	padding-right:50px;

}
.pattern_block{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:50px;
}

.pattern_block h4{
	width:100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	font-size:5.8rem;
	line-height:1;
	font-style: italic;
	padding:20px 0;
	margin-bottom:30px;
	font-weight:normal;
}
.pattern_block h4 span{
	color:#ff0033;
}
.pattern_block .photo{
	width:39%;
	text-align:center;
	margin-bottom:0;
	max-width:390px;
}
.pattern_block .photo img{
	
}
.pattern_block .txt{
	width:61%;
}
.pattern_block .txt ul li{
	text-indent:-1em;
	padding-left:1em;
	font-size:2.2rem;
	line-height:1.7;
	letter-spacing:0;
}
.pattern_block .txt ul li:before{
	content:"";
	display:inline-block;
	width:1.6rem;
	height:1.6rem;
	background-color:#000;
	margin-right:0.4rem;
}
.pattern_block .txt p{
	font-size:2.2rem;
	padding-top:40px;
}
.shop_btn{
	padding-bottom:200px;
}
.shop_btn a{
	display:block;
	font-size:2.2rem;
	color:#fff;
	background-color:#000;
	line-height:1;
	padding:1.5em 0;
	max-width:800px;
	width:90%;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 54.6875%;
  }
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }
  .banner {
    margin: 13vw auto 5vw;
  }
  .text-right {
    text-align: left;
    font-size: 2.38vw;
    font-feature-settings: "palt";
  }
  h2.section-title {
    font-size: 5vw;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 6vw;
    position: relative;
  }
  h2.section-title::after {
    content: "";
    height: 1.5px;
    width: 3.6vw;
    bottom: -1px;
  }
  h2 + p.intro {
    font-size: 3.3vw;
    margin-bottom: 8vw;
  }
  header {
    padding: 0;
  }
  header img {
    padding: 10px 0;
  }

  /* kv */
  #kv h1 span a {
    right: 11.5vw;
    bottom: 13.2vw;
    width: 78vw;
    height: 13.4vw;
  }

  /* #sectoion01 */
  #sectoion01 {
    padding: 8vw 0 5vw;
  }
  #sectoion01 h2 {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
  #sectoion01 h2 span {
    font-size: 6.5vw;
  }
  #sectoion01 .bar {
    width: 70%;
    margin-left: 0;
  }
  #sectoion01 .bar div {
    margin-bottom: 3vw;
  }
  #sectoion01 .bar01 {
    width: 100%;
  }
  #sectoion01 .bar02 {
    width: 91%;
  }
  #sectoion01 .bar03 {
    width: 80%;
  }

  /* #sectoion02 */
  #sectoion02 {
    padding: 8vw 0;
  }

  #sectoion02 article {
    width: 100%;
    border: 0;
    margin-bottom: 40px;
    position: relative;
  }
  #sectoion02 article .box {
    position: relative;
  }
  #sectoion02 article .box::before,
  #sectoion02 article .box::after {
    content: "";
    height: 100%;
    width: 20%;
    top: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 99;
  }
  #sectoion02 article .box::before {
    left: 0;
  }
  #sectoion02 article .box::after {
    right: 0;
  }
  #sectoion02 article .slick-arrow {
    top: 30%;
    font-size: 7vw;
    position: absolute;
    z-index: 999;
    color: #2f1307;
  }
  #sectoion02 article .slick-arrow.prev-arrow {
    left: 16%;
  }
  #sectoion02 article .slick-arrow.next-arrow {
    right: 16%;
  }
  #sectoion02 article .box {
    padding: 30px 0 0;
  }
  #sectoion02 article .box .item {
    margin: 0 20px;
  }
  .c-modal_content._lg {
    width: 90%;
  }
  .c-modal_content_inner img {
    width: 100%;
    height: auto;
  }

  /* #sectoion03 */
  #sectoion03 .inner {
    padding: 8vw 0;
  }
  #sectoion03 .inner section:not(:last-child) {
    margin-bottom: 12vw;
  }
  #sectoion03 .inner h2 {
    margin-bottom: 8vw;
  }
  #sectoion03 .inner h2 img {
    width: 85%;
  }
  #sectoion03 .inner h3 {
    font-size: 0;
    margin: 0 auto 8vw;
    text-align: center;
  }
  #sectoion03 .inner h3::before {
    content: "";
    height: 1px;
    width: 100vw;
    background: #fff;
    position: absolute;
  }
  #sectoion03 .inner #minutes h3::before,
  #sectoion03 .inner #days h3::before {
    top: 68%;
    right: 6vw;
  }
  #sectoion03 .inner #fablics h3::before {
    top: 48%;
    left: 6vw;
  }
  #sectoion03 .inner h3 img {
    width: 90%;
  }
  #sectoion03 .inner .box {
    padding: 6vw;
  }
  #sectoion03 .inner .box p.txt {
    font-size: 3vw;
    line-height: 1.6;
    margin-top: 2.5vw;
  }
  #sectoion03 .inner .option {
    margin-top: 10vw;
  }
  #sectoion03 .inner .option h4 {
    font-size: 4.5vw;
    padding: 1vw 0;
    margin-bottom: 3vw;
    border-width: 1px 0;
    font-weight: bold;
  }
  #sectoion03 .inner .option .flexed .item {
    width: 48%;
  }
  #sectoion03 .inner .option .flexed .item:first-child,
  #sectoion03 .inner .option .flexed .item:nth-child(2),
  #sectoion03 .inner .option .flexed .item:nth-child(3),
  #sectoion03 .inner .option .flexed .item:nth-child(4) {
    margin-bottom: 4%;
  }
  #sectoion03 .inner .option .flexed .item p {
    padding: 1vw;
    font-size: 2.5vw;
  }
  #sectoion03 .inner .option table {
    font-size: 2.4vw;
    margin-top: 4vw;
  }
  #sectoion03 .inner .option table tr td:first-child {
    font-feature-settings: "palt";
  }

  /* #ca_sectoion04 */
  #ca_sectoion04 {
    padding: 8vw 0;
  }
  #ca_sectoion04 .box {
    margin: 0 auto 4vw;
  }

  /* #sectoion05 */
  #sectoion05 {
    padding: 8vw 0;
  }
  #sectoion05 .section05-carousel {
    width: 85%;
    height: 96.6175vw;
    background: url("../images/sectoion05-bg-sp.jpg?20210916001") no-repeat
      center center/cover;
    margin: 0 auto 8vw;
  }
  #sectoion05 .section05-carousel .slick-arrow {
    font-size: 16px;
    color: #ababab;
    z-index: 9;
  }
  #sectoion05 .section05-carousel .prev-arrow {
    left: -20px;
  }
  #sectoion05 .section05-carousel .next-arrow {
    right: -20px;
  }
  #sectoion05 .section05-carousel .box {
    height: 96.6175vw;
  }
  #sectoion05 .section05-carousel .box .inner {
    width: calc(100% - 11vw);
    height: calc(100% - 11vw);
    padding: 5.5vw;
  }
  #sectoion05 .section05-carousel .box .inner h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  #sectoion05 .section05-carousel .box .inner p {
    font-size: 3.1vw;
  }
  #sectoion05 .section05-carousel .box .inner p.name {
    bottom: 4vw;
    right: 5.5vw;
  }
  #sectoion05 .section05-video h3 {
    margin-bottom: 3vw;
    text-align: center;
  }
  #sectoion05 .section05-video h3 img {
    width: 90%;
  }
  #sectoion05 .section05-video p {
    margin-top: 3vw;
    font-size: 2.7vw;
  }
  #sectoion05 .video-wrap {
    width: 75%;
  }

  /* #sectoion06 */
  #sectoion06 {
    padding: 8vw 0;
  }
  #sectoion06 article {
    margin: 0 auto 4vw;
    padding: 2vw 2vw 2vw 15vw;
  }
  #sectoion06 article span.btn {
    width: 13.3vw;
    height: 13.3vw;
  }
  #sectoion06 article span.btn::before {
    content: "＞";
    font-size: 4vw;
  }
  #sectoion06 article span.btn:hover,
  #sectoion06 article h3:hover {
    opacity: 1;
  }
  #sectoion06 article h3 {
    font-size: 3.3vw;
    height: 9vw;
    display: flex;
    align-items: center;
  }
  #sectoion06 article p {
    font-size: 2.8vw;
    margin-top: 2vw;
    padding-top: 2vw;
    width: calc(11vw + 100%);
    margin-left: -11vw;
  }
  #sectoion06 .letter {
    margin: 8vw auto;
    padding: 6vw 5vw;
    background: url(../images/section06-bg.jpg?20210916001) no-repeat top
      center/contain;
    background-color: #fff4ff;
  }
  #sectoion06 .letter p {
    padding: 1vw 0;
    font-size: 3.1vw;
    border-bottom: 1px dashed #d8d8d8;
  }
  footer a {
    display: block;
    color: #fff;
    margin: 0;
  }
  .follow-btn {
    width: 90%;
    right: 5%;
  }
  .follow-btn .line,
  .follow-btn .tel {
    bottom: 2vw;
    width: 21vw;
    height: 16.5vw;
    border-radius: 0;
  }
  .follow-btn .line:hover,
  .follow-btn .tel:hover {
    background: inherit;
  }
  .follow-btn .line {
    right: 26vw;
  }
  .follow-btn .tel {
    right: 2vw;
  }  

	#point{
		padding-top:8vw;
		padding-bottom:2vw;
	}
	#point h2{
		border-top:2px solid #000000;
		border-bottom:2px solid #000000;
		padding:3vw 0;
		margin-bottom:8vw;
	}
	#point h2 img{
		width:85%;
	}
	#point ol{
		margin-left:0;
		padding:0;
		padding-left:5vw;
		padding-right:2vw;
	}
	#point ol li{
		width:100%;
		margin-left:0;
		margin-bottom:8vw;
	}
	

	#point ol li a{
		border:2px solid #000;
		height:auto;
		background:url(../images/point_arrow.svg) right 1vw center no-repeat #fff;
		background-size:2vw auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap:wrap;
		-webkit-align-items: center;
		align-items: center;
		padding:1.8vw 0;
		padding-right:2.2vw;
	}
	#point ol li img{
		width:16vw;
		position:absolute;
		top:-5.0vw;
		left:-3.8vw;
	}
	#point ol li h3{
		padding-top:0;
		padding-left:14vw;
		padding-bottom:0;
		font-size:4.5vw;
		width:29vw;
	}
	#point ol li h3.small{
		font-size:4.0vw;
		padding-left:14vw;
	}
	#point ol li p{
		font-size:3vw;
		padding:0;
		width:calc(100% - 29vw);
	}		
	#point ol li.small p {
		font-size:3vw;
		padding: 0;
	}
	
	
	#point ol li:nth-child(n + 5) {
	    width: calc(100% / 2);
		margin-left:0;
		margin-bottom:8vw;
	}
	
	#point ol li:nth-child(n + 5) h3 {
    	width: 100vw;
	}
	
	#point ol li:nth-child(n + 5) p {
	    width: 100%;
	    padding: 5vw 1vw 1vw 1vw;
	    font-size: 2vw;
	}
	
	#point ol li:nth-child(n + 5) a {
		margin-right: 2vw;
	}
	
	#point ol li:nth-child(n + 5):nth-child(even) a{
		margin-left: 2vw;
	}
	
	#flow{
		padding-top:8vw;
		padding-bottom:8vw;
	}
	#flow h2{
		border-top:2px solid #000000;
		border-bottom:2px solid #000000;
		padding:3vw 0;
		margin-bottom:9vw;
		font-size:5.5vw;
	}

	#flow ol{
		margin-left:-6vw;
		padding:0 2vw;
	}
	#flow ol li{
		width:calc(33.333% - 6vw);
		margin-left:6vw;
		margin-bottom:8vw;
	}

	#flow ol li:before{
		width:calc(18 / 768 * 100vw);
		height:calc(26 / 768 * 100vw);
		left:-4vw;
	}
	#flow ol li .step{
		font-size:5vw;
		padding-bottom:1.5vw;
	}

	#flow ol li p{
		font-size:5vw;
		padding-top:2vw;
	}

	#sectoion03 .inner #pattern .box{
		padding-left:6vw;
		padding-right:6vw;

	}
	.pattern_block{
		padding-bottom:8vw;
	}

	.pattern_block h4{
		font-size:5vw;
		padding:2vw 0;
		margin-bottom:3vw;
	}
	.pattern_block .photo{
		width:100%;
	}
	.pattern_block .txt{
		width:100%;
	}
	.pattern_block .txt ul li{
		font-size:3vw;
	}
	.pattern_block .txt ul li:before{
		width:2.5vw;
		height:2.5vw;
	}
	.pattern_block .txt p{
		font-size:3vw;
		padding-top:4vw;
	}
	.shop_btn{
		padding-bottom:18vw;
	}
	.shop_btn a{
		font-size:5vw;
		padding:4vw 0;
	}  
}

/* 追加 */
#intro{
	background-color:#e8e8e8;
	padding:60px 0;
}

#intro h2{
	font-size:5.2rem;
	text-align:center;
	line-height:1.48;
	font-weight:500;
	
}

#intime{
	background-color:#f2e0f2;
	padding:55px 0;
}

#intime .bg-black {
	/*
	background: #000;
	padding: 0 20px;
	*/
}

#intime h2{
	font-size:7.2rem;
	line-height:1;
	text-align:center;
	color: #000;
}

#order{
	background-color:#bec6c6;
	padding-top:60px;
}

#order h2{
	margin:0 auto 60px;
	width:87.5%;
}

#order .order_inner{
	width:94.7%;
	margin:0 auto 60px;
	background-color:#fff;
}

.order_block{
	display:flex;
	flex-wrap:wrap;
}

.order_block .photo{
	width:41%;
}

.order_block .txt{
	width:59%;
	padding-top:110px
}

.order_block:nth-of-type(2n) .photo{
	order:2;
}

.order_block:nth-of-type(2n) .txt{
	order:1;
}

.order_block .txt h3{
	margin:0 auto;

}
.order_block .txt .order01_ttl{
	width:85.8%;
}
.order_block .txt .order02_ttl{
	width:83.9%;
}
.order_block .txt .order03_ttl{
	width:74.2%;
}

.order_block .txt p{
	padding-top:1em;
	font-size:5.4rem;
	font-weight:400;
	line-height:1.27;
	letter-spacing:-0.02em;
	text-align:center;
}
#order .end_photo{
	padding-top:60px;
	background-color:#e8e8e8;
}

#choice{
	padding-top:60px;
	background-color:#e8e8e8;
}
#choice h2{
	font-size:5.6rem;
	line-height:1.375;
	color:#fff;
	background-color:#000;
	margin:0 auto 60px;
	width:87.5%;
	text-align:center;
	padding:45px 0;
}
.choice_inner{
	width:94%;
	margin:0 auto;
}
.choice_inner div{
	padding-bottom:60px;
}
#choice .end_photo p{
	text-align:center;
	font-size:6.8rem;
	line-height:1.2;
	letter-spacing:0.14em;
	font-weight:700;
	padding-top:10px;
	padding-bottom:45px;
}

#choice .end_photo img{
	width:93.75%;
	margin:0 auto;
	display:block;
}
#style{
	background-color:#e8e8e8;
	padding-top:100px;
}
#style h2{
	font-size:8.8rem;
	line-height:1;
	color:#fff;
	background-color:#000;
	margin:0 auto 145px;
	width:87.5%;
	text-align:center;
	padding:45px 0;
}

#style h3{
	color:#fff;
	background-color:#000;
	font-size:4.5rem;
	font-weight:500;
	padding:35px 0;
	text-align:center;
	margin-bottom:30px;
}

.style_inner{
	width:83%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
}

.style_inner >div{
	width:calc(50% - 35px);
}
.style_inner .style_right{
	margin-top:285px;
}
.style_block{
	margin-bottom:140px;
	
}

#friends{
	background-color:#e8e8e8;
	padding-top:60px;
	padding-bottom:380px;

}
#friends h2{
	font-size:13.0rem;
	line-height:1;
	color:#fff;
	background-color:#000;
	margin:0 auto 60px;
	width:87.5%;
	text-align:center;
	padding:50px 0;
}
.friends_inner{
	width:93.75%;
	margin:0 auto;
}

#friends h2 span{
	display:block;
	font-size:7.0rem;
	padding-bottom:10px;
}

#friends h3{
	padding-top:100px;
	padding-bottom:70px;
	width:80%;
	margin:0 auto;
}

#friends p{
	text-align:center;
	font-size:7.8rem;
	font-weight:700;
	line-height:1.3;
	letter-spacing:0.04em;
}

#ca_sectoion04 h2.ttl{
	font-size:7.8rem;
	line-height:1;
	color:#fff;
	background-color:#000;
	margin:0 auto 80px;
	width:88%;
	text-align:center;
	padding:45px 0;
}

#ca_sectoion04 h3{
	font-size:6rem;
	line-height:1.33;
	margin:0 auto 50px;
	width:88%;
	text-align:center;
	padding:25px 0;
	border-top:5px solid #000;
	border-bottom:5px solid #000;
}
#ca_sectoion04 .fablics-area.pdn{
	padding-bottom:80px;
}

.pc{
	display:block;
}
.sp{
	display:none;
}

@media screen and (max-width: 1920px) {
	#intro{
		padding:calc(60 / 1920 * 100vw) 0;
	}

	#intro h2{
		font-size:calc(52 / 1920 * 100vw)
	}

	#intime{
		padding:calc(55 / 1920 * 100vw) 0;
	}


	#intime h2{
		font-size:calc(72 / 1920 * 100vw);
	}
	
	#intime h2 .caution-small {
		font-size:calc(16 / 1920 * 100vw);		
		display: block;
		font-weight: normal;
		margin-top: 20px;
		line-height: 1.6;
		color: #000;
	}

	#order{
		padding-top:calc(60 / 1920 * 100vw);
	}

	#order h2{
		margin:0 auto calc(60 / 1920 * 100vw);
	}

	#order .order_inner{
		margin:0 auto calc(60 / 1920 * 100vw);
	}

	.order_block .txt{
		padding-top:calc(80 / 1920 * 100vw);
	}
	.order_block .txt p{
		font-size:calc(40 / 1920 * 100vw)
	}
	#order .end_photo{
		padding-top:calc(60 / 1920 * 100vw);
	}

	#choice{
		padding-top:calc(60 / 1920 * 100vw);
	}
	#choice h2{
		font-size:calc(50 / 1920 * 100vw);
		margin:0 auto calc(60 / 1920 * 100vw);
		padding:calc(45 / 1920 * 100vw) 0;
	}
	.choice_inner div{
		padding-bottom:calc(60 / 1920 * 100vw);
	}
	#choice .end_photo p{
		font-size:calc(56 / 1920 * 100vw);
		padding-top:calc(10 / 1920 * 100vw);
		padding-bottom:calc(45 / 1920 * 100vw);
	}

	#style{
		padding-top:calc(100 / 1920 * 100vw);
	}
	#style h2{
		font-size:calc(70 / 1920 * 100vw);
		margin:0 auto calc(145 / 1920 * 100vw);
		padding:calc(45 / 1920 * 100vw) 0;
	}

	#style h3{
		font-size:calc(45 / 1920 * 100vw);
		padding:calc(35 / 1920 * 100vw) 0;
		margin-bottom:calc(15 / 1920 * 100vw);
	}

	.style_inner >div{
		width:calc(50% - calc(35 / 1920 * 100vw));
	}
	.style_inner .style_right{
		margin-top:calc(285 / 1920 * 100vw);
	}
	.style_block{
		margin-bottom:calc(140 / 1920 * 100vw);
	}

	#friends{
		padding-top:calc(60 / 1920 * 100vw);
		padding-bottom:calc(200 / 1920 * 100vw);

	}
	#friends h2{
		font-size:calc(120 / 1920 * 100vw);
		margin:0 auto calc(60 / 1920 * 100vw);
		padding:calc(50 / 1920 * 100vw) 0;
	}
	#friends h2 span{
		font-size:calc(60 / 1920 * 100vw);
		padding-bottom:calc(10 / 1920 * 100vw);
	}

	#friends h3{
		padding-top:calc(100 / 1920 * 100vw);
		padding-bottom:calc(70 / 1920 * 100vw);
	}

	#friends p{
		font-size:calc(68 / 1920 * 100vw);
	}

	#ca_sectoion04 h2.ttl{
		font-size:calc(70 / 1920 * 100vw);
		margin:0 auto calc(80 / 1920 * 100vw);
		padding:calc(45 / 1920 * 100vw) 0;
	}

	#ca_sectoion04 h3{
		font-size:calc(50 / 1920 * 100vw);
		margin:0 auto calc(50 / 1920 * 100vw);
		padding:calc(25 / 1920 * 100vw) 0;
		border-top:calc(5 / 1920 * 100vw) solid #000;
		border-bottom:calc(5 / 1920 * 100vw) solid #000;
	}
	#ca_sectoion04 .fablics-area.pdn{
		padding-bottom:calc(80 / 1920 * 100vw);
	}

}


@media screen and (max-width: 1500px) {
	#intro{
		padding:calc(60 / 1500 * 100vw) 0;
	}

	#intro h2{
		font-size:calc(52 / 1500 * 100vw);
	}

	#intime{
		padding:calc(55 / 1500 * 100vw) 0;
	}


	#intime h2{
		font-size:calc(72 / 1500 * 100vw);
	}
	
	#intime h2 .caution-small {
		font-size:calc(16 / 1500 * 100vw);		
	}

	#order{
		padding-top:calc(60 / 1500 * 100vw);
	}

	#order h2{
		margin:0 auto calc(60 / 1500 * 100vw);
	}

	#order .order_inner{
		margin:0 auto calc(60 / 1500 * 100vw);
	}

	.order_block .txt{
		padding-top:calc(80 / 1500 * 100vw);
	}
	.order_block .txt p{
		font-size:calc(40 / 1500 * 100vw);
	}
	#order .end_photo{
		padding-top:calc(60 / 1500 * 100vw);
	}

	#choice{
		padding-top:calc(60 / 1500 * 100vw);
	}
	#choice h2{
		font-size:calc(50 / 1500 * 100vw);
		margin:0 auto calc(60 / 1500 * 100vw);
		padding:calc(45 / 1500 * 100vw) 0;
	}
	.choice_inner div{
		padding-bottom:calc(60 / 1500 * 100vw);
	}
	#choice .end_photo p{
		font-size:calc(56 / 1500 * 100vw);
		padding-top:calc(10 / 1500 * 100vw);
		padding-bottom:calc(45 / 1500 * 100vw);
	}

	#style{
		padding-top:calc(100 / 1500 * 100vw);
	}
	#style h2{
		font-size:calc(70 / 1500 * 100vw);
		margin:0 auto calc(145 / 1500 * 100vw);
		padding:calc(45 / 1500 * 100vw) 0;
	}

	#style h3{
		font-size:calc(45 / 1500 * 100vw);
		padding:calc(35 / 1500 * 100vw) 0;
		margin-bottom:calc(15 / 1500 * 100vw);
	}

	.style_inner >div{
		width:calc(50% - calc(35 / 1500 * 100vw));
	}
	.style_inner .style_right{
		margin-top:calc(285 / 1500 * 100vw);
	}
	.style_block{
		margin-bottom:calc(140 / 1500 * 100vw);
	}

	#friends{
		padding-top:calc(60 / 1500 * 100vw);
		padding-bottom:calc(200 / 1500 * 100vw);

	}
	#friends h2{
		font-size:calc(120 / 1500 * 100vw);
		margin:0 auto calc(60 / 1500 * 100vw);
		padding:calc(50 / 1500 * 100vw) 0;
	}
	#friends h2 span{
		font-size:calc(60 / 1500 * 100vw);
		padding-bottom:calc(10 / 1500 * 100vw);
	}

	#friends h3{
		padding-top:calc(100 / 1500 * 100vw);
		padding-bottom:calc(70 / 1500 * 100vw);
	}

	#friends p{
		font-size:calc(68 / 1500 * 100vw);
	}

	#ca_sectoion04 h2.ttl{
		font-size:calc(70 / 1500 * 100vw);
		margin:0 auto calc(80 / 1500 * 100vw);
		padding:calc(45 / 1500 * 100vw) 0;
	}

	#ca_sectoion04 h3{
		font-size:calc(50 / 1500 * 100vw);
		margin:0 auto calc(50 / 1500 * 100vw);
		padding:calc(25 / 1500 * 100vw) 0;
		border-top:calc(5 / 1500 * 100vw) solid #000;
		border-bottom:calc(5 / 1500 * 100vw) solid #000;
	}
	#ca_sectoion04 .fablics-area.pdn{
		padding-bottom:calc(80 / 1500 * 100vw);
	}

}
@media screen and (max-width: 768px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	#intro{
		padding:8vw 2vw;
	}

	#intro h2{
		font-size:5vw;
		
	}
	

	#intime{
		padding:8vw 0;
	}


	#intime h2{
		font-size:6.5vw
	}
	
	
	#intime h2 .caution-small {
		font-size:3vw;
		line-height: 1.5;
		padding: 0 5vw;
	}

	#order{
		padding-top:5vw;
	}

	#order h2{
		margin:0 auto 5vw;
		width:87.5%;
	}

	#order .order_inner{
		width:94.7%;
		margin:0 auto 5vw;
	}


	.order_block .photo{
		width:100%;
	}

	.order_block .txt{
		width:100%;
		padding-top:5vw;
		padding-bottom:8vw;
	}

	.order_block:nth-of-type(2n) .photo{
		order:1;
	}

	.order_block:nth-of-type(2n) .txt{
		order:2;
	}

	.order_block .txt .order01_ttl{
		width:85.8%;
	}
	.order_block .txt .order02_ttl{
		width:83.9%;
	}
	.order_block .txt .order03_ttl{
		width:74.2%;
	}

	.order_block .txt p{
		font-size:4vw;
	}
	#order .end_photo{
		padding-top:5vw;
	}

	#choice{
		padding-top:5vw;
	}
	#choice h2{
		font-size:4vw;
		margin:0 auto 5vw;
		width:87.5%;
		padding:3vw 1.5vw;
	}
	.choice_inner{
		width:94%;
	}
	.choice_inner div{
		padding-bottom:5vw;
	}
	#choice .end_photo p{
		font-size:4.2vw;
		padding-top:2vw;
		padding-bottom:6vw;
	}
	#style{
		padding-top:15vw;
	}
	#style h2{
		font-size:5vw;
		margin:0 auto 8vw;
		width:87.5%;
		padding:6vw 0;
	}

	#style h3{
		font-size:4vw;
		padding:4vw 0;
		margin-bottom:1.5vw;
	}
	.style_inner >div{
		width:100%;
	}
	.style_inner .style_right{
		margin-top:0;
	}
	.style_block{
		margin-bottom:10vw;
		
	}

	#friends{
		padding-top:5vw;
		padding-bottom:15vw;

	}
	#friends h2{
		font-size:7vw;
		margin:0 auto 5vw;
		padding:5vw 0;
	}

	#friends h2 span{
		font-size:4vw;
		padding-bottom:1rem;
	}

	#friends h3{
		padding-top:10vw;
		padding-bottom:7vw;
		width:80%;
	}

	#friends p{
		font-size:4.5vw;
	}

	#ca_sectoion04 h2{
		font-size:5vw;
		margin:0 auto 8vw;
		width:88%;
		padding:4vw 0;
		line-height:1.4;
	}

	#ca_sectoion04 h3{
		font-size:4vw;
		margin:0 auto 5vw;
		padding:2.5vw 0;
		border-top:3px solid #000;
		border-bottom:3px solid #000;
	}
	#ca_sectoion04 .fablics-area.pdn{
		padding-bottom:6vw;
	}

}



/*LP*/

/*タブ実装*/
.tab_box .btn_area {
	margin:100px 10px 0;
	display: -webkit-box;
	display: flex;
}

.tab_box .tab_btn {
	width: 50%;
	padding: 20px 0;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	font-size: 2rem;
	position: relative;
	border-radius: 6px 0 0 0;
}


.tab_box .tab_btn:before{
	width: 20px;
	height: 20px;
	background: url("../images/img-kado.png") no-repeat bottom;
	display: block;
	position: absolute;
    top: -1px;
    right: -1px;
	content: "";
}

.tab_box .tab_btn + .tab_btn {
	margin-left: 8px;
}

.tab_box .tab_btn:hover {
	background-color: #ccc;
}

.tab_box .tab_btn.active {
    background:#000;
    color:#fff;
}

.tab_box .panel_area {
    padding: 0;
}

.tab_box .tab_panel {
    display:none;
}

.tab_box .tab_panel.active {
    display:block;
}

@media screen and (max-width: 768px) {
	
	.tab_box .btn_area {
		margin:30px 10px 0;
	}
	.tab_box .tab_btn {
		padding: 10px 0;
		font-size: 1.5rem;
	}	
}


.red {
	color: #ff0000;
}


/* ==================================
== #sectoion04
================================== */
#sectoion04 {
  padding: 180px 0;
}
#sectoion04 .fablics-area {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#sectoion04 .fablics-area .box {
  margin-bottom: 50px;
}

/* ==================================
== #sectoion05
================================== */
#sectoion05 {
  background: #f4f5f5;
  padding: 180px 0;
}
#sectoion05 .section05-carousel {
  background: url("../images/sectoion05-bg.jpg?20210916001") no-repeat center
    center/cover;
  width: 90%;
  max-width: 1100px;
  height: 710px;
  margin: 0 auto 180px;
  position: relative;
}
#sectoion05 .section05-carousel .slick-arrow {
  font-size: 3.4rem;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 9;
}

#sectoion05 .section05-carousel .prev-arrow {
  left: 15px;
}
#sectoion05 .section05-carousel .next-arrow {
  right: 15px;
}
#sectoion05 .section05-carousel .box {
  height: 710px;
  display: flex;
  align-items: center;
}
#sectoion05 .section05-carousel .box .inner {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  margin: auto;
  padding: 60px;
  border: 1px solid #000;
  position: relative;
}
#sectoion05 .section05-carousel .box .inner h3 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 30px;
}
#sectoion05 .section05-carousel .box .inner p {
  font-size: 2.8rem;
  line-height: 1.8;
  font-feature-settings: "palt";
}
#sectoion05 .section05-carousel .box .inner p.name {
  bottom: 40px;
  right: 60px;
  position: absolute;
}
@media screen and (max-width: 1220px) {
  #sectoion05 .section05-carousel .box .inner h3 {
    font-size: 2.8vw;
  }
  #sectoion05 .section05-carousel .box .inner p {
    font-size: 2.3vw;
  }
}
#sectoion05 .section05-video {
  width: 85%;
  max-width: 820px;
  margin: auto;
}
#sectoion05 .section05-video h3 {
  margin-bottom: 30px;
}
#sectoion05 .section05-video #video {
  width: 70%;
  margin: auto;
  display: block;
}
#sectoion05 .section05-video #video img {
  cursor: pointer;
}
#sectoion05 .section05-video p {
  margin-top: 20px;
  font-size: 2.4rem;
  text-align: center;
}

/* ==================================
== #sectoion06
================================== */
#sectoion06 {
  padding: 180px 0;
}
#sectoion06 article {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 30px;
  border: 1px solid #000;
  padding: 17px 30px 17px 80px;
  position: relative;
}
#sectoion06 article span.btn {
  top: 0;
  left: 0;
  width: 71px;
  height: 71px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
}
#sectoion06 article span.btn::before {
  content: "＞";
  font-size: 2.6rem;
  color: #fff;
  transition: all 0.3s;
}
#sectoion06 article.active span.btn::before {
  transform: rotate(90deg);
}
#sectoion06 article h3 {
  font-size: 2.6rem;
  cursor: pointer;
}
#sectoion06 article span.btn:hover,
#sectoion06 article h3:hover {
  opacity: 0.6;
}
#sectoion06 article p {
  font-size: 2.6rem;
  line-height: 1.8;
  margin-top: 17px;
  padding-top: 10px;
  border-top: 1px solid #000;
  display: none;
  font-feature-settings: "palt";
}
#sectoion06 article.active p {
  display: block;
}
#sectoion06 .letter {
  background: url("../images/section02-bg.jpg?20210916001") no-repeat top
    center/cover;
  background-color: #fff4ff;
  width: 90%;
  max-width: 1360px;
  margin: 180px auto;
  padding: 150px 7%;
  text-align: center;
  border: 1px solid #d8d8d8;
  font-style: italic;
}
#sectoion06 .letter h2 {
  font-size: 5rem;
  margin-bottom: 38px;
}
#sectoion06 .letter p {
  padding: 14px 0;
  font-size: 2.6rem;
  border-bottom: 2px dashed #d8d8d8;
  font-weight: bold;
}
@media screen and (max-width: 1460px) {
  #sectoion06 .letter h2 {
    font-size: 3.4vw;
  }
  #sectoion06 .letter p {
    font-size: 1.7vw;
  }
}

/* #sectoion06 .letter{
  background: url('../images/section06-bg.jpg') no-repeat top center/cover;
  background-color:#fff4ff;
  width: 90%;
  max-width: 1360px;
  margin: 180px auto;
  padding: 50px 12%;
  text-align: center;
  border: 1px solid #d8d8d8;
  font-style: italic;
}

#sectoion06 .letter p{
  padding: 14px 0;
  font-size: 2.8rem;
  border-bottom: 2px dashed #d8d8d8;
  font-weight: bold;
}
@media screen and (max-width:1460px) {
  #sectoion06 .letter p{
    font-size: 2.2vw;
  }
} */


.follow-btn {
  width: 500px;
  bottom: 20px;
  right: 20px;
  position: fixed;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translate(100vw, 0);
  transition: opacity 0.5s;
  z-index: 999;
}
.follow-btn.show {
  opacity: 1;
  transform: translate(0, 0);
}
.follow-btn .line,
.follow-btn .tel {
  bottom: 27px;
  width: 99px;
  height: 23px;
  position: absolute;
  transition: all 0.5s;
  border-radius: 5px;
}
.follow-btn .line:hover,
.follow-btn .tel:hover {
  background: rgba(255, 255, 255, 0.5);
}
.follow-btn .line {
  right: 148px;
}
.follow-btn .tel {
  right: 26px;
}

#point{
	background:url(../images/bg_point.png) 0 0 no-repeat;
	background-size:cover;
	padding-top:95px;
	padding-bottom:35px;
}
#point h2{
	border-top:4px solid #000000;
	border-bottom:4px solid #000000;
	text-align:center;
	padding:15px 0;
	margin-bottom:95px;
}
#point h2 img{
	width:644px;
}
#point .inner{
	width:90%;
	margin:0 auto;
	max-width:1780px;
}
#point ol{
	display:flex;
	flex-wrap:wrap;
	margin-left:-65px;
	list-style:none;
	padding:0 30px;
}
#point ol li{
	width:calc(20% - 65px);
	margin-left:65px;
	margin-bottom:90px;
}



@media screen and (max-width: 1680px) {
	#point ol li{
		width:calc(25% - 65px);
	}

}


@media screen and (max-width: 1300px) {
	#point ol li{
		width:calc(33.3333% - 65px);
	}

}

@media screen and (max-width: 990px) {
	#point ol li{
		width:calc(50% - 65px);
	}

}
#point ol li a{
	display:block;
	position:relative;
	border:4px solid #000;
	height:215px;
	background:url(../images/point_arrow.svg) right 8px bottom 8px no-repeat #fff;
	background-size:30px auto;
}
#point ol li img{
	width:140px;
	position:absolute;
	top:-40px;
	left:-34px;
}
#point ol li h3{
	padding-top:15px;
	padding-left:115px;
	padding-bottom:30px;
	font-size:4.0rem;
	font-weight:bold;
	line-height:1;
	letter-spacing:-0.1em;
}
#point ol li h3.small{
	font-size:3.3rem;
	padding-left:105px;
}
#point ol li p{
	font-size:1.8rem;
	line-height:1.4;
	letter-spacing:-0.1em;
	padding:15px 20px;
}

#point ol li.small p {
	font-size: 1.6rem;
	padding: 15px 10px 15px 20px;
}

#flow{
	background-color:#efefef;
	padding-top:95px;
	padding-bottom:95px;
}
#flow h2{
	border-top:4px solid #000000;
	border-bottom:4px solid #000000;
	text-align:center;
	padding:15px 0;
	margin-bottom:110px;
	font-size:5.8rem;
	line-height:1;
	font-style: italic;
}

#flow .inner{
	width:90%;
	margin:0 auto;
	max-width:1780px;
}

#flow ol{
	display:flex;
	flex-wrap:wrap;
	margin-left:-80px;
	list-style:none;
	padding:0 30px;
}
#flow ol li{
	width:calc(16.666% - 80px);
	margin-left:80px;
	text-align:center;
	position:relative;
}



#flow ol li:before{
	content:"";
	background:url(../images/arrow.svg) 0 0 no-repeat;
	background-size:100% auto;
	width:24px;
	height:35px;
	position:absolute;
	left:-50px;
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	
}

#flow ol li:first-child:before{
	display:none;
}

#flow ol li .step{
	display:block;
	font-size:4.2rem;
	font-family:Arial;
	font-weight:bold;
	line-height:1;
	padding-bottom:15px;
}

#flow ol li p{
	display:block;
	font-size:4.2rem;
	font-weight:bold;
	line-height:1;
	padding-top:20px;
}

@media screen and (max-width: 1680px) {
	#flow ol{
		margin-left:calc(-80 / 1680 * 100vw);
		padding:0 calc(30 / 1680 * 100vw);
	}
	#flow ol li{
		width:calc(16.666% - calc(80 / 1680 * 100vw));
		margin-left:calc(80 / 1680 * 100vw);
	}



	#flow ol li:before{
		width:calc(24 / 1680 * 100vw);
		height:calc(35 / 1680 * 100vw);
		left:calc(-50 / 1680 * 100vw);
	}

	#flow ol li .step{
		font-size:calc(42 / 1680 * 100vw);
		padding-bottom:calc(15 / 1680 * 100vw);
	}

	#flow ol li p{
		font-size:calc(42 / 1680 * 100vw);
		padding-top:calc(20 / 1680 * 100vw);
	}


}

.pattern_block{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:50px;
}

.pattern_block h4{
	width:100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	font-size:5.8rem;
	line-height:1;
	font-style: italic;
	padding:20px 0;
	margin-bottom:30px;
	font-weight:normal;
}
.pattern_block h4 span{
	color:#ff0033;
}
.pattern_block .photo{
	width:39%;
	text-align:center;
	margin-bottom:0;
	max-width:390px;
}
.pattern_block .photo img{
	
}
.pattern_block .txt{
	width:61%;
}
.pattern_block .txt ul li{
	text-indent:-1em;
	padding-left:1em;
	font-size:2.2rem;
	line-height:1.7;
	letter-spacing:0;
}
.pattern_block .txt ul li:before{
	content:"";
	display:inline-block;
	width:1.6rem;
	height:1.6rem;
	background-color:#000;
	margin-right:0.4rem;
}
.pattern_block .txt p{
	font-size:2.2rem;
	padding-top:40px;
}
.shop_btn{
	padding-bottom:200px;
}
.shop_btn a{
	display:block;
	font-size:2.2rem;
	color:#fff;
	background-color:#000;
	line-height:1;
	padding:1.5em 0;
	max-width:800px;
	width:90%;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
  /* #sectoion04 */
  #sectoion04 {
    padding: 8vw 0;
  }
  #sectoion04 .box {
    margin: 0 auto 4vw;
  }

  /* #sectoion05 */
  #sectoion05 {
    padding: 8vw 0;
  }
  #sectoion05 .section05-carousel {
    width: 85%;
    height: 96.6175vw;
    background: url("../images/sectoion05-bg-sp.jpg?20210916001") no-repeat
      center center/cover;
    margin: 0 auto 8vw;
  }
  #sectoion05 .section05-carousel .slick-arrow {
    font-size: 16px;
    color: #ababab;
    z-index: 9;
  }
  #sectoion05 .section05-carousel .prev-arrow {
    left: -20px;
  }
  #sectoion05 .section05-carousel .next-arrow {
    right: -20px;
  }
  #sectoion05 .section05-carousel .box {
    height: 96.6175vw;
  }
  #sectoion05 .section05-carousel .box .inner {
    width: calc(100% - 11vw);
    height: calc(100% - 11vw);
    padding: 5.5vw;
  }
  #sectoion05 .section05-carousel .box .inner h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  #sectoion05 .section05-carousel .box .inner p {
    font-size: 3.1vw;
  }
  #sectoion05 .section05-carousel .box .inner p.name {
    bottom: 4vw;
    right: 5.5vw;
  }
  #sectoion05 .section05-video h3 {
    margin-bottom: 3vw;
    text-align: center;
  }
  #sectoion05 .section05-video h3 img {
    width: 90%;
  }
  #sectoion05 .section05-video p {
    margin-top: 3vw;
    font-size: 2.7vw;
  }
  #sectoion05 .video-wrap {
    width: 75%;
  }

  /* #sectoion06 */
  #sectoion06 {
    padding: 8vw 0;
  }
  #sectoion06 article {
    margin: 0 auto 4vw;
    padding: 2vw 2vw 2vw 15vw;
  }
  #sectoion06 article span.btn {
    width: 13.3vw;
    height: 13.3vw;
  }
  #sectoion06 article span.btn::before {
    content: "＞";
    font-size: 4vw;
  }
  #sectoion06 article span.btn:hover,
  #sectoion06 article h3:hover {
    opacity: 1;
  }
  #sectoion06 article h3 {
    font-size: 3.3vw;
    height: 9vw;
    display: flex;
    align-items: center;
  }
  #sectoion06 article p {
    font-size: 2.8vw;
    margin-top: 2vw;
    padding-top: 2vw;
    width: calc(11vw + 100%);
    margin-left: -11vw;
  }
  #sectoion06 .letter {
    margin: 8vw auto;
    padding: 6vw 5vw;
    background: url(../images/section06-bg.jpg?20210916001) no-repeat top
      center/contain;
    background-color: #fff4ff;
  }
  #sectoion06 .letter p {
    padding: 1vw 0;
    font-size: 3.1vw;
    border-bottom: 1px dashed #d8d8d8;
  }
  footer a {
    display: block;
    color: #fff;
    margin: 0;
  }
  .follow-btn {
    width: 90%;
    right: 5%;
  }
  .follow-btn .line,
  .follow-btn .tel {
    bottom: 2vw;
    width: 21vw;
    height: 16.5vw;
    border-radius: 0;
  }
  .follow-btn .line:hover,
  .follow-btn .tel:hover {
    background: inherit;
  }
  .follow-btn .line {
    right: 26vw;
  }
  .follow-btn .tel {
    right: 2vw;
  }  

	#point{
		padding-top:8vw;
		padding-bottom:2vw;
	}
	#point h2{
		border-top:2px solid #000000;
		border-bottom:2px solid #000000;
		padding:3vw 0;
		margin-bottom:8vw;
	}
	#point h2 img{
		width:85%;
	}
	#point ol{
		margin-left:0;
		padding:0;
		padding-left:5vw;
		padding-right:2vw;
	}
	#point ol li{
		width:100%;
		margin-left:0;
		margin-bottom:8vw;
	}
	

	#point ol li a{
		border:2px solid #000;
		height:auto;
		background:url(../images/point_arrow.svg) right 1vw center no-repeat #fff;
		background-size:2vw auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap:wrap;
		-webkit-align-items: center;
		align-items: center;
		padding:1.8vw 0;
		padding-right:2.2vw;
	}
	#point ol li img{
		width:16vw;
		position:absolute;
		top:-5.0vw;
		left:-3.8vw;
	}
	#point ol li h3{
		padding-top:0;
		padding-left:14vw;
		padding-bottom:0;
		font-size:4.5vw;
		width:29vw;
	}
	#point ol li h3.small{
		font-size:4.0vw;
		padding-left:14vw;
	}
	#point ol li p{
		font-size:3vw;
		padding:0;
		width:calc(100% - 29vw);
	}		
	#point ol li.small p {
		font-size:3vw;
		padding: 0;
	}
	
	
	#point ol li:nth-child(n + 5) {
	    width: calc(100% / 2);
		margin-left:0;
		margin-bottom:8vw;
	}
	
	#point ol li:nth-child(n + 5) h3 {
    	width: 100vw;
	}
	
	#point ol li:nth-child(n + 5) p {
	    width: 100%;
	    padding: 5vw 1vw 1vw 1vw;
	    font-size: 2vw;
	}
	
	#point ol li:nth-child(n + 5) a {
		margin-right: 2vw;
	}
	
	#point ol li:nth-child(n + 5):nth-child(even) a{
		margin-left: 2vw;
	}
	
	
	#flow{
		padding-top:8vw;
		padding-bottom:8vw;
	}
	#flow h2{
		border-top:2px solid #000000;
		border-bottom:2px solid #000000;
		padding:3vw 0;
		margin-bottom:9vw;
		font-size:5.5vw;
	}

	#flow ol{
		margin-left:-6vw;
		padding:0 2vw;
	}
	#flow ol li{
		width:calc(33.333% - 6vw);
		margin-left:6vw;
		margin-bottom:8vw;
	}

	#flow ol li:before{
		width:calc(18 / 768 * 100vw);
		height:calc(26 / 768 * 100vw);
		left:-4vw;
	}
	#flow ol li .step{
		font-size:5vw;
		padding-bottom:1.5vw;
	}

	#flow ol li p{
		font-size:5vw;
		padding-top:2vw;
	}

	#sectoion03 .inner #pattern .box{
		padding-left:6vw;
		padding-right:6vw;

	}
	.pattern_block{
		padding-bottom:8vw;
	}

	.pattern_block h4{
		font-size:5vw;
		padding:2vw 0;
		margin-bottom:3vw;
	}
	.pattern_block .photo{
		width:100%;
	}
	.pattern_block .txt{
		width:100%;
	}
	.pattern_block .txt ul li{
		font-size:3vw;
	}
	.pattern_block .txt ul li:before{
		width:2.5vw;
		height:2.5vw;
	}
	.pattern_block .txt p{
		font-size:3vw;
		padding-top:4vw;
	}
	.shop_btn{
		padding-bottom:18vw;
	}
	.shop_btn a{
		font-size:5vw;
		padding:4vw 0;
	}  
}



#sectoion04 h2.ttl{
	font-size:7.8rem;
	line-height:1;
	color:#fff;
	background-color:#000;
	margin:0 auto 80px;
	width:88%;
	text-align:center;
	padding:45px 0;
}

#sectoion04 h3{
	font-size:6rem;
	line-height:1.33;
	margin:0 auto 50px;
	width:88%;
	text-align:center;
	padding:25px 0;
	border-top:5px solid #000;
	border-bottom:5px solid #000;
}
#sectoion04 .fablics-area.pdn{
	padding-bottom:80px;
}

@media screen and (max-width: 1920px) {

	#sectoion04 h2.ttl{
		font-size:calc(70 / 1920 * 100vw);
		margin:0 auto calc(80 / 1920 * 100vw);
		padding:calc(45 / 1920 * 100vw) 0;
	}

	#sectoion04 h3{
		font-size:calc(50 / 1920 * 100vw);
		margin:0 auto calc(50 / 1920 * 100vw);
		padding:calc(25 / 1920 * 100vw) 0;
		border-top:calc(5 / 1920 * 100vw) solid #000;
		border-bottom:calc(5 / 1920 * 100vw) solid #000;
	}
	#sectoion04 .fablics-area.pdn{
		padding-bottom:calc(80 / 1920 * 100vw);
	}

}


@media screen and (max-width: 1500px) {
	#sectoion04 h2.ttl{
		font-size:calc(70 / 1500 * 100vw);
		margin:0 auto calc(80 / 1500 * 100vw);
		padding:calc(45 / 1500 * 100vw) 0;
	}

	#sectoion04 h3{
		font-size:calc(50 / 1500 * 100vw);
		margin:0 auto calc(50 / 1500 * 100vw);
		padding:calc(25 / 1500 * 100vw) 0;
		border-top:calc(5 / 1500 * 100vw) solid #000;
		border-bottom:calc(5 / 1500 * 100vw) solid #000;
	}
	#sectoion04 .fablics-area.pdn{
		padding-bottom:calc(80 / 1500 * 100vw);
	}

}
@media screen and (max-width: 768px) {

	#sectoion04 h2{
		font-size:5vw;
		margin:0 auto 8vw;
		width:88%;
		padding:4vw 0;
		line-height:1.4;
	}

	#sectoion04 h3{
		font-size:4vw;
		margin:0 auto 5vw;
		padding:2.5vw 0;
		border-top:3px solid #000;
		border-bottom:3px solid #000;
	}
	#sectoion04 .fablics-area.pdn{
		padding-bottom:6vw;
	}

}


.caution-text {
	width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.caution-text p {
	width: 360px;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	
	.caution-text {
	    margin: 0 auto;
	}
	
	.caution-text p {
		width: 100%;
		margin-left: 0;
		font-size: 10px;
	}
}


.shop-banner {
  width: 90%;
  max-width: 1100px;
  margin: 180px auto 0;
}

@media screen and (max-width: 768px) {
  .shop-banner {
    margin: 13vw auto 5vw;
  }
}






.follow-btn .follow-btn-left,
.follow-btn .follow-btn-right {
  bottom: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
  border-radius: 5px;
}
.follow-btn .follow-btn-left:hover,
.follow-btn .follow-btn-right:hover {
  background: rgba(255, 255, 255, 0.5);
}
.follow-btn .follow-btn-left {
  left: 0;
}
.follow-btn .follow-btn-right {
  right: 0;
}

/*241106*/
#ca_sectoion04 .list {
  display: -ms-grid;
  display: grid;
  list-style: none;
  row-gap: 4rem;
}
#ca_sectoion04 .list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ca_sectoion04 .list .img {
  position: relative;
  width: 26%;
}
#ca_sectoion04 .list .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 2.3rem;
  line-height: 1.5217391304;
  text-align: center;
  letter-spacing: 0.12em;
}
#ca_sectoion04 .list .box {
  width: 68%;
  margin:0;
}
#ca_sectoion04 .list .box .txt {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4166666667;
}
#ca_sectoion04 .list .box .dl_ttl {
  font-weight: bold;
  line-height: 1;
  font-size: 2.5rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#ca_sectoion04 .list .box dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #aa151a;
  font-weight: bold;
  line-height: 1;
}
#ca_sectoion04 .list .box dt {
  margin-right: 0.5em;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
#ca_sectoion04 .list .box dd {
  font-size: 2.8rem;
}
#ca_sectoion04 .list .remarks {
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  #ca_sectoion04 .list {
    row-gap: 3rem;
  }
  #ca_sectoion04 .list .inner {
    padding-inline: 0;
  }
  #ca_sectoion04 .list .img {
    width: 28%;
  }
  #ca_sectoion04 .list .img img{
  	height:auto;
  }
  #ca_sectoion04 .list .ttl {
    font-size: 0.8rem;
    line-height: 1;
  }
  #ca_sectoion04 .list .box .txt {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    line-height: 1.375;
  }
  #ca_sectoion04 .list .box .dl_ttl {
    font-size: 0.9rem;
  }
  #ca_sectoion04 .list .box dt {
    font-size: 0.85rem;
  }
  #ca_sectoion04 .list .box dd {
    font-size: 1rem;
  }
  #ca_sectoion04 .list .remarks {
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    margin-top: 0.5rem;
  }
}