@charset "UTF-8";
@font-face {
	font-family: "F37 Ginger";
	src: url("/font/F37 Ginger Regular.otf") format("opentype"),
	url("/font/F37 Ginger Regular.otf") format("opentype");
  }
	html{
		font-size: 62.5%;
	}

	.mainWrapper{
		font-feature-settings: "palt";
		font-family: var(--font-jp);
		overflow: hidden;
	}

	.mainWrapper a{
		display: inline;
	}

  /* ======================= パンくずCSSここから ===========================*/

  .history_img_2021 img{
    width: auto;
  }

  li{
    list-style: none;
  }

  .crumbsList .row{
    max-width: 1100px;
    padding: 0;
  }

  .row{
    width: 100%;
    margin: 0 auto;
  }

  .row::before, .row::after {
    content: " ";
    display: table;
  }

  .crumbsList {
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .column, .columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .mb0{
	margin-bottom: 0!important;
  }

  @media only screen and (min-width: 64.063em){
  .column, .columns {
      position: relative;
      float: left;
  }
  }

  .crumbsList li {
    display: inline-block;
    padding-right: 25px;
    margin-right: 20px;
    background: url(../../../../../Contents/ImagesPkg/Barbour/bre_arrow.png) no-repeat right center;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .crumbsList li.last {
    background: none;
    padding: 0;
  }

  .clearfix::after, .wrapper::after, #ContentsWrapper::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1px;
    height: 0.1em;
    line-height: 0;
    visibility: hidden;
  }

    /* ======================= パンくずCSSここまで ===========================*/



	.top-column {
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 5rem;
		text-align: center;
	}
	.top-column._02{
		margin-bottom: 15px;
	}
	.top-column h1 {
		margin-bottom: 1.6rem;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	.top-column .column_ttl{
		margin-bottom: 1.2rem;
	}

	.top-column p {
		font-size: 1.3rem;
		line-height: 1.76923;
		letter-spacing: 0.1em;
		font-weight: 400;
		font-feature-settings: "palt";
	}
	.maintenance-wrap {
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;
	}

	.topContents._01 #mainImg{
		max-width: 133.5rem;
		margin-bottom: 9.4rem;
	}

	.topContents._01 h1{
		margin-bottom: 1.6rem;
		font-family: "F37 Ginger" ,sans-serif;
		font-size: 2.4rem;
		line-height: 1.4166666;
		letter-spacing: 0.03em;
	}

	.maintenance-column {
		text-align: center;
		margin-top: 4.6rem;
		margin-bottom: 3.4rem;
	}
	.maintenance-wrap .maintenance-column h2 {
		font-size : 2.4rem;
		letter-spacing: 0.05em;
	}
	.maintenance-column h2 {
		font-weight: bold;
		margin-bottom: 1.4rem;
	}
	.maintenance-column p {
		font-size: 1.3rem;
		line-height: 1.76923;
		letter-spacing: 0.075em;
	}
	.maintenance-column a {
		font-size: 1.3rem;
		text-decoration: underline;
	}
	.rewax-wrap .maintenance-column p{
		margin-bottom: 1.3rem;
		text-align: center;
	}
	.how-to-rewax {
		width: 50%;
	}
	.rewax-area {
		display: flex;
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 13.4rem;
	}

	@media only screen and (min-width: 769px){
		.mainWrapper{
			width: 80%;
			margin-inline: auto;
		}

		.sp-only {
			display: none;
		}
	}
	@media only screen and (max-width: 750px){
		.top-column p {
			font-size: 17px;
		}
		.maintenance-column h2 {
			font-size : calc(30* (100vw / 750));
			letter-spacing: 0.05em;
		}
		.maintenance-column p {
			text-align: left;
		}
		.rewax-area {
			flex-direction: column;
		}
		.how-to-rewax {
			width: 100%;
		}

		.main_img_list{
			width: 87%;
			display: flex;
			margin: 0 auto;
		}

	}

  /* ====== TABLET ===== */
  @media screen and (max-width: 1280px) and (min-width:769px){
    html{
      font-size: calc(10*(100vw/1280));
    }

  }

#mainImg {
    margin: 0 auto;
    width: 90%;
}
.subImg {
    max-width: 110rem;
    margin: 0 auto 5rem auto;
    width: 90%;
}

.maintenance-wrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.maintenance-column h2 {
    font-weight: bold;
}
.rewax-guide {
    width: 55%;
    background-color: #d2d2d2;
}
.guide-area {
    display: flex;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.rewax-column._02 {
    padding: 22px 20px 18px 30px;
}
.rewax-column p {
    margin-bottom: 1.8rem;
    font-size: 1.3rem;
    line-height: 1.76923;
	letter-spacing: 0.1em;
	text-align: justify;
}
.rewax-column .title {
    text-align : left;
    font-weight : 700;
}
.rewax-img img {
    min-height: auto;
}
.guide-area a {
    text-decoration: underline;
}
.top-column video{
	margin-top: 9.2rem;
	margin-bottom: 4.6rem;
}
@media only screen and (max-width: 750px){
    .top-column h1 {
        font-size: 22px;
    }
    .guide-area {
        flex-direction: column;
    }
    .rewax-guide {
        width: 100%;
    }
    .rewax-img img {
        min-height: initial;
    }
}
.maintenance-wrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.rewax-guide {
    width: 55%;
    text-align: center;
    background-color: #d2d2d2;
}
.guide-area {
    display: flex;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
	margin-bottom: 16.8rem;
}
.rewax-column {
	padding: 3rem 3rem 2rem;
}
.rewax-img img {
    min-height: auto;
}
.top-column a {
	display: inline-block;
    text-decoration: underline;
}
.rewax-column a {
    text-decoration: underline;
}
@media only screen and (max-width: 750px){
    .top-column h1 {
        font-size: 22px;
    }
    .top-column p {
        text-align: left;
    }
    .guide-area {
        flex-direction: column;
    }
    .rewax-column {
        padding-top: 40px;
    }
    .rewax-guide {
        width: 100%;
    }
    .rewax-img img {
        min-height: initial;
    }
}

@media only screen and (min-width: 768px){
.mainWrapper h2 {
    font-size: 2.4rem;
	letter-spacing: 0.05em;
}
.mainWrapper h1,
.mainWrapper h2,
.mainWrapper h3,
.mainWrapper h4,
.mainWrapper h5,
.mainWrapper h6 {
    line-height: 1.4;
}
}

/*-- //swiper styles for desktop --*/

/*================================
	3. products
=================================*/
.mainWrapper .home-products {
	position: relative;
	margin: 0 auto;
  }
  .mainWrapper .home-products .home-productsBlock {
	position: relative;
	margin: auto;
  }
  .mainWrapper .home-productsCard__image a,
  .mainWrapper .home-productsCard__image img{
	height: 100%;
  }
  .mainWrapper .home-productsInfo__description {
	font-family: var(--font-jp);
	letter-spacing: 0.05em;
	text-align: center;
  }
  .mainWrapper .home-productsDescription__price-sale {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .mainWrapper .home-products__home-button{
	color: #000;
	border: none;
	width: auto;
	height: auto;
	position: absolute;
  }
  .mainWrapper .home-products__home-button__element{
	width: 100%;
	height: 100%;
  }
  /*-- //products --*/

  /*--------------------------------
	  products for mobile
  --------------------------------*/
  @media screen and (max-width: 767px) {
	.mainWrapper .home-products__inner{
	  padding: 0 0 0 calc(26* (100vw / 750));
	}
	.mainWrapper .home-heading--primary{
	  margin-bottom: calc(48* (100vw / 750));
	}
	.mainWrapper .home-productsCard__image{
	  /* width: calc(315* (100vw / 750));
	  height: calc(380* (100vw / 750)); */
	  margin-bottom: calc(18* (100vw / 750));
	}
	.mainWrapper .home-productsInfo__description {
	  font-size: calc(22* (100vw / 750));
	  line-height: 1.5454545455;
	}
	.mainWrapper .home-products__home-button{
	  font-size: calc(23* (100vw / 750));
	  letter-spacing: 0.05em;
	  top: calc(13* (100vw / 750));
	  right: calc(29* (100vw / 750));
	  width: calc(172* (100vw / 750));
	}
  }
  /*-- //products for mobile --*/

  /*--------------------------------
	  products for desktop
  --------------------------------*/
  @media screen and (min-width: 750px) {
	.mainWrapper .home-products {
	  max-width: 110rem;
	  margin-bottom: 6.6rem;
	}
	.mainWrapper .home-heading--primary{
	  margin-bottom: 5rem;
	}
	.mainWrapper .home-products__inner{
	  padding: 0 3rem;
	  margin: 0 auto;
	  position: relative;
	}
	.mainWrapper .home-productsCard__image{
	  /* width: 31.5rem;
	  height: 38rem; */
	  margin-bottom: 1.6rem;
	}
	.mainWrapper .home-productsInfo__description {
	  font-size: 1.2rem;
	  line-height: 1.6666666667;
	}
	.mainWrapper .home-products__home-button{
	  font-size: 1.4rem;
	  letter-spacing: 0.08em;
	  top: 0.8rem;
	  right: 3rem;
	  width: 11.4rem;
	}
  }
  /*-- //products for desktop --*/

  .mainImg_02 {
	max-width: 110rem;
	margin-bottom: 8rem;
}

.original_content {
    margin-bottom: 12.6rem;
}

  .original_content h1{
	margin-top: 9.6rem;
    margin-bottom: 1.7rem;
    font-size: 2.4rem;
    line-height: 1.416666;
    letter-spacing: 0.03em;
    font-family: "F37 Ginger" ,sans-serif;
    text-align: center;
  }

  .original_content .mainTxt{
	margin-bottom: 4.4rem;
	font-size: 1.3rem;
	line-height: 1.7692;
	letter-spacing: 0.1em;
	text-align: center;
	font-feature-settings: "palt";
  	}

	.original_content .rewax-column{
		padding: 4rem 7.5rem 2rem;
	}

	.original_content .rewax-column._02{
		padding: 7.2rem 7.5rem 2rem;
	}

	.original_content .rewax-column._03{
		padding: 4.8rem 7.5rem 2rem;
	}

	.original_content .guide-area{
		margin-bottom: 10rem;
	}

  .original_content .title{
	margin-bottom: 1.8rem;
	font-family: "F37 Ginger" ,sans-serif;
	font-size: 2.4rem;
	line-height: 1.1;
	letter-spacing: 0.03em;
	text-align: center;
	font-weight: 400;
  }

  .original_content .content_txt{
	font-size: 13px;
	text-align: center;
  }

  .original_content .product_txt{
	margin-bottom: 3.8rem;
	font-size: 1.3rem;
	line-height: 1.84615;
	letter-spacing: 0.025em;
  }

  .original_content .product_txt._02{
	margin-bottom: 4.4rem;
	line-height: 1.692307;
  }

  .original_content .product_txt._03{
    margin-bottom: 3.4rem;
    line-height: 1.76923;
    letter-spacing: 0.08em;
  }

  .original_content .item_btn._02 {
    width: 12rem;
	height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #204128;
    margin: 0 auto;
}

.original_content .item_btn._02 p {
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
    margin: 0;
}

.all_item_btn p{
	font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #FFF;
  }

  .original_content .sub_ttl{
    font-family: var(--font-jp);
    font-size: 1.3rem;
    line-height: 1.6923;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-style: normal;
  }

  .all_item_btn{
	width: 21rem;
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #204128;
	margin: 0 auto;
	margin-bottom: 10rem;
  }

  .original_content .item_btn{
	width: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #204128;
	margin: 0 auto;
  }

  .original_content .item_btn p{
	font-size: 1.5rem;
	line-height: 2.5;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FFF;
	margin: 0;
  }

  .wax_ttl{
    width: 110rem;
    margin: 0 auto;
	margin-bottom: 4rem;
    font-size: 2.4rem;
    letter-spacing: 0.07em;
    text-align: left;
  }

  .mainImg_03 {
	max-width: 133.5rem;
	margin-bottom: 9.6rem!important;
}

.top-column._02 p{
	margin-top: 1.4rem;
    margin-bottom: 4.6rem;
}

.mainImg_04 {
	max-width: 133.5rem;
	margin-bottom: 9.6rem!important;
}

.rewax-img._01{
	width: 50.3rem;
}

.img_guide{
	width: 50.3rem;
}

.rewax-column._02 .title{
	margin-bottom: 0.4rem;
	font-size: 1.5rem;
	line-height: 1.466666;
	letter-spacing: 0.05em;
	text-align: center;
}

.rewax-column._02 p{
	margin-bottom: 2.2rem;
	font-size: 1.3rem;
	line-height: 1.76923;
	letter-spacing: 0.05em;
}

.rewax-column._03 .mainTxt{
	margin-bottom: 1.4rem;
	text-align: justify;
}

.top-column._03{
	margin-bottom: 8.4rem;
}

.rewax-column._04 .title{
	margin-bottom: 0.4rem;
	font-size: 1.5rem;
	line-height: 1.46666;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.rewax-column._04 p{
	margin-bottom: 2.8rem;
	font-size: 1.3rem;
	line-height: 1.7692;
	letter-spacing: 0.025em;
}

.rewax-column._04 {
    padding: 3rem 2rem 2rem 3rem;
}

.original_content .title._02{
    margin-bottom: 3rem;
    font-family: "F37 Ginger" ,sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    font-weight: 400;
  }








  @media only screen and (max-width: 750px){
	.top-column {
		max-width: 1100px;
		width: 94%;
		margin: 0 auto;
		margin-bottom: calc(140* (100vw / 750));
		text-align: center;
	}
	.top-column._02{
		margin-bottom: 15px;
	}
	.top-column h1 {
		margin-bottom: calc(20* (100vw / 750));
		font-size: calc(30* (100vw / 750));
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	.top-column .column_ttl{
		margin-bottom: 1.2rem;
	}

	.top-column p {
		font-size: calc(23* (100vw / 750));
		line-height: 1.86956;
		letter-spacing: 0.05em;
		text-align: center;
		font-feature-settings: "palt";
	}
	.maintenance-wrap {
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;
	}

	.topContents._01 #mainImg{
		max-width: 100%;
		margin-bottom: calc(80* (100vw / 750));
	}

	.topContents._01 h1{
		margin-bottom: calc(22* (100vw / 750));
		font-family: "F37 Ginger" ,sans-serif;
		font-size: calc(30* (100vw / 750));
		line-height: 1.5;
		letter-spacing: 0.01em;
		word-break: break-all;
	}

	.maintenance-column {
		text-align: center;
		margin-top: calc(86* (100vw / 750));
		margin-bottom: calc(68* (100vw / 750));
	}
	.maintenance-column._02{
		margin-top: calc(86* (100vw / 750));
		margin-bottom: calc(90* (100vw / 750));
	}
	.maintenance-wrap .maintenance-column h2 {
		font-size : calc(30* (100vw / 750));
	}
	.maintenance-column h2 {
		margin-bottom: calc(28* (100vw / 750));
	}
	.maintenance-column p {
		font-size: calc(23* (100vw / 750));
		line-height: 1.869;
		text-align: center;
	}
	.maintenance-column a {
		font-size: calc(23* (100vw / 750));
		text-decoration: underline;
	}
	.rewax-wrap .maintenance-column p{
		margin-bottom: calc(30* (100vw / 750));
		text-align: center;
		letter-spacing: 0.05em;
	}
	.how-to-rewax {
		width: 96%;
		margin: 0 auto!important;
	}
	.rewax-area {
		display: flex;
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;
		margin-bottom: calc(88* (100vw / 750));
	}

#mainImg {
    margin: 0 auto;
    width: 87%;
}
.subImg {
    max-width: 110rem;
    margin: 0 auto calc(54* (100vw / 750)) auto;
    width: 93%;
}

.maintenance-wrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.rewax-guide {
    width: 96%;
    background-color: #d2d2d2;
}
.guide-area {
    display: flex;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.rewax-column._02 {
    padding: calc(48* (100vw / 750)) calc(28* (100vw / 750)) calc(54* (100vw / 750)) calc(40* (100vw / 750));
}

.rewax-column._03 .mainTxt{
	margin-bottom: calc(36* (100vw / 750));
	text-align: justify;
	letter-spacing: 0.05em;
}

.original_content .product_txt._03 {
    margin-bottom: calc(52* (100vw / 750));
    line-height: 1.95;
    letter-spacing: 0.08em;
}

.rewax-column p {
    margin-bottom: calc(38* (100vw / 750));
    font-size: calc(22* (100vw / 750));
    line-height: 1.909090;
}
.rewax-column .title {
    text-align : left;
    font-weight : 700;
}
.rewax-img img {
    min-height: auto;
}
.guide-area a {
    text-decoration: underline;
}
.top-column video{
	margin-top: calc(132* (100vw / 750));
	margin-bottom: calc(94* (100vw / 750));
}
.maintenance-wrap {
    max-width: 1100px;
    width: calc(700* (100vw / 750));
    margin: 0 auto;
}
.rewax-guide {
    width: 92%;
    margin: 0 auto;
    text-align: center;
    background-color: #d2d2d2;
}
.guide-area {
    display: flex;
    max-width: 1100px;
    width: 94%;
    margin: 0 auto;
	margin-bottom: calc(154* (100vw / 750));
}
.rewax-column {
	padding: 3rem 3rem 2rem;
}
.rewax-img img {
    min-height: auto;
}
.top-column a {
	display: inline-block;
    text-decoration: underline;
}
.rewax-column a {
    text-decoration: underline;
}

/*-- //swiper styles for desktop --*/

/*================================
	3. products
=================================*/
.mainWrapper .home-products {
	position: relative;
	margin: 0 auto;
  }
  .mainWrapper .home-products .home-productsBlock {
	position: relative;
	margin: auto;
  }
  .mainWrapper .home-productsCard__image a,
  .mainWrapper .home-productsCard__image img{
	height: 100%;
  }
  .mainWrapper .home-productsInfo__description {
	font-family: var(--font-jp);
	letter-spacing: 0.05em;
	text-align: center;
  }
  .mainWrapper .home-productsDescription__price-sale {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .mainWrapper .home-products__home-button{
	color: #000;
	border: none;
	width: auto;
	height: auto;
	position: absolute;
  }
  .mainWrapper .home-products__home-button__element{
	width: 100%;
	height: 100%;
	font-size: calc(23* (100vw / 750));
  }

  .mainImg_02 {
	max-width: 110rem;
	margin-bottom: 8rem;
}

.original_content {
    margin-bottom: calc(129* (100vw / 750));
}

  .original_content h1{
    margin-top: calc(78* (100vw / 750));
    margin-bottom: calc(25* (100vw / 750));
    font-size: calc(29* (100vw / 750));
    line-height: 1.416666;
    letter-spacing: 0.03em;
    font-family: "F37 Ginger" ,sans-serif;
    text-align: center;
  }

  .original_content .mainTxt{
    margin-bottom: calc(48* (100vw / 750));
    font-size: calc(22* (100vw / 750));
    line-height: 1.931818;
    letter-spacing: 0.1em;
    text-align: center;
    font-feature-settings: "palt";
  	}

	.original_content .rewax-column{
		padding: calc(60* (100vw / 750)) calc(36* (100vw / 750)) calc(54* (100vw / 750));
	}

	.original_content .rewax-column._02{
		padding: calc(60* (100vw / 750)) calc(33* (100vw / 750)) calc(54* (100vw / 750));
	}

	.original_content .rewax-column._03{
		padding: calc(58* (100vw / 750)) calc(34* (100vw / 750)) calc(54* (100vw / 750));
	}

	.original_content .guide-area{
		margin-bottom: calc(146* (100vw / 750));
	}

  .original_content .title{
    margin-bottom: calc(22* (100vw / 750));
    font-family: "F37 Ginger" ,sans-serif;
    font-size: calc(29* (100vw / 750));
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    font-weight: 400;
  }

  .original_content .content_txt{
	font-size: 13px;
	text-align: center;
  }

  .original_content .product_txt{
    margin-bottom: calc(56* (100vw / 750));
    font-size: calc(22* (100vw / 750));
    line-height: 1.909090;
    letter-spacing: 0.05em;
  }

  .original_content .product_txt._02{
	margin-bottom: calc(56* (100vw / 750));
	line-height: 1.8478;
  }

  .original_content .item_btn._02 {
    width: calc(156* (100vw / 750));
	height: calc(44* (100vw / 750));
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #204128;
    margin: 0 auto;
}

.original_content .item_btn._02 p {
    font-size: calc(22* (100vw / 750));
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
    margin: 0;
}

.all_item_btn p{
    font-size: calc(22* (100vw / 750));
    letter-spacing: 0.1em;
    color: #FFF;
  }

  .original_content .sub_ttl{
	font-size: calc(22* (100vw / 750));
	line-height: 1.6923;
	letter-spacing: 0.1em;
  }

  .all_item_btn{
	width: calc(286* (100vw / 750));
	height: calc(44* (100vw / 750));
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #204128;
	margin: 0 auto;
	margin-bottom: calc(140* (100vw / 750));
  }

  .original_content .item_btn{
    width: calc(156* (100vw / 750));
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #204128;
    margin: 0 auto;
  }

  .original_content .item_btn p{
    font-size: calc(22* (100vw / 750));
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
    margin: 0;
  }

  .original_content .rewax-guide._02{
	order: 2;
  }

  .wax_ttl{
    width: 100%;
    margin: 0 auto;
    margin-left: calc(28* (100vw / 750));
    margin-bottom: calc(29* (100vw / 750));
    font-size: calc(30* (100vw / 750));
    letter-spacing: 0.07em;
    text-align: left;
  }

  .mainImg_03 {
	width: 100%!important;
	max-width: 100%;
    margin-bottom: calc(88* (100vw / 750))!important;

}

.top-column._02 p{
	margin-top: 1.4rem;
    margin-bottom: calc(74* (100vw / 750));
}

.mainImg_04 {
    max-width: 100%;
    width: 100%!important;
    margin-bottom: calc(90* (100vw / 750))!important;
}

.rewax-img._01{
	max-width: 98%;
    width: calc(700* (100vw / 750));
    margin: 0 auto;
}

.img_guide{
    width: calc(700* (100vw / 750));
    order: 1;
}

.rewax-column._02 .title{
	margin-bottom: calc(14* (100vw / 750));
    font-size: calc(30* (100vw / 750));
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}

.rewax-column._02 p{
    margin-bottom: calc(38* (100vw / 750));
    font-size: calc(23* (100vw / 750));
    line-height: 1.826;
    letter-spacing: 0.05em;
}

.top-column._03{
	margin-bottom: calc(70* (100vw / 750));
}

.rewax-column._04 .title{
    margin-bottom: calc(20* (100vw / 750));
    font-size: calc(30* (100vw / 750));
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
}

.rewax-column._04 p{
    margin-bottom: calc(35* (100vw / 750));
    font-size: calc(23* (100vw / 750));
    line-height: 1.8695;
    letter-spacing: 0.05em;
}

.rewax-column._04 {
    padding: calc(52* (100vw / 750)) calc(38* (100vw / 750)) calc(44* (100vw / 750)) calc(45* (100vw / 750));
}

.original_content .title._02{
    margin-bottom: calc(26* (100vw / 750));
    font-family: "F37 Ginger" ,sans-serif;
    font-size: calc(29* (100vw / 750));
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    font-weight: 400;
  }

  .top-column._02 h2 {
    font-size: calc(30* (100vw / 750));
}

.rewax-guide._02{
	order: 2;
}

.mainWrapper .home-products {
	margin-bottom: calc(50* (100vw / 750));
  }

  }


/*--------------------------------
	common for desktop
--------------------------------*/
@media screen and (min-width: 768px) {
	/*===================== page */

	/*===================== font */
	.home-products .home-txt-main{
	  font-size: 2.4rem;
	}
	.home-products .ttl{
	  text-align: center;
	  font-size: 1.4rem;
	  line-height: 2.1;
	}
.home-productsList__card{
		margin-right:1.5rem;
	}

	.home-products .img{
		margin-bottom: 1.6rem;
	}

	.home-products .price{
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}

	/*===================== button */
	.home-products .home-button {
	  font-size: 1.4rem;
	}
	.home-products .home-button__element {
	  border: 0.107rem solid #fff;
	  width: 21rem;
	  height: 3.3rem;
	}
	.home-products .home-button__space{
	  width: 1rem;
	}
	.home-products .home-button__small{
	  font-size: 0.1rem;
	  margin-right: 0.5rem;
	}
  }
  /*-- //common for desktop --*/

  /*================================
	  2. swiper styles
  =================================*/
  .home-products .swiper__arrow {
	position: absolute;
	background-image: url(/Contents/ImagesPkg/Barbour/common/swiper_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: var(--zindex-front);
  }
  .home-products .swiper__arrow-prev,
  .home-products .swiper__arrow-next {
	-webkit-transition: var(--transition-default);
	transition: var(--transition-default);
  }
  .home-products .swiper__arrow-prev {
	-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
  }
  .home-products .swiper-pagination--home {
	text-align: center;
	position: absolute;
  }
  .home-products .swiper-pagination-bullet{
	border-radius: 100%;
	z-index: var(--zindex-front);
	position: relative;
  }
  .home-products .swiper-pagination-bullet {
	background: #fff;
  }
  .home-products .swiper-pagination-bullet-active {
	background: #000;
  }
  /*-- //swiper styles --*/

  /*--------------------------------
	  swiper styles for mobile
  --------------------------------*/
@media screen and (max-width: 767px) {
	.home-products .ttl{
		text-align: center;
		font-size: calc(22* (100vw / 750));
		line-height: 2.1;
	  }
.home-productsList__card{
			margin-right: calc(28* (100vw / 750 ));
		}

	  .home-products .img{
		  margin-bottom: calc(18* (100vw / 750));
	  }

	  .home-products .price{
		  text-align: center;
		  font-size: calc(22* (100vw / 750));
		  letter-spacing: 0.05em;
	  }

	.home-products .swiper-pagination--home {
	  bottom: calc(58* (100vw / 750));
	}
	.home-products .swiper-pagination-bullet {
	  width: calc(15* (100vw / 750));
	  height: calc(15* (100vw / 750));
	  margin: 0 calc(10* (100vw / 750))!important;
	}
	.home-products .swiper__arrow {
	  width: calc(77* (100vw / 750));
	  height: calc(77* (100vw / 750));
	  margin: auto;
	  top: calc(150* (100vw / 750));
	}
	.home-products .swiper__arrow-prev {
	  left: calc(40* (100vw / 750));
	}
	.home-products .swiper__arrow-next {
	  right: calc(30* (100vw / 750));
	}
	.home-products .home-productsBlock {
    padding: 0 0 0 calc(26* (100vw / 750));
  }
}
  /*-- //swiper styles for mobile --*/

  /*--------------------------------
	  swiper styles for desktop
  --------------------------------*/
  @media screen and (min-width: 768px) {
	.home-products .swiper-pagination--home {
	  bottom: 2.5rem;
	}
	.home-products .swiper-pagination--home.__home-features{
	  display: none;
	}
	.home-products .swiper-pagination-bullet {
	  width: 0.9rem;
	  height: 0.9rem;
	  margin: 0 0.5rem;
	}
	.home-products .swiper__arrow {
	  width: 5.5rem;
	  height: 5.5rem;
	  margin: auto;
	  top: 12.2rem;
	}
	.home-products .swiper__arrow-prev {
	  left: 1.4rem;
	}
	.home-products .swiper__arrow-next {
	  right: 1.4rem;
	}
  }
  /*-- //swiper styles for desktop --*/


	
.home-newin__swiper-container .slick-arrow::before{
  display: none;
	content:"";
}


.home-newin__swiper-container .slick-next{
  position: absolute;
  background: url(../../../Contents/ImagesPkg/Barbour/common/swiper_arrow.svg);
  background-size: contain;
  width: 5.5rem;
  height: 5.5rem;
  top: 16.2rem;
  right: 2.4rem;
  z-index: 10;
}

.home-newin__swiper-container .slick-prev{
  position: absolute;
  background: url(../../../Contents/ImagesPkg/Barbour/common/swiper_arrow.svg);
  background-size: contain;
  width: 5.5rem;
  height: 5.5rem;
  top: 16.2rem;
  left: 2.4rem;
  transform: rotate(-180deg);
  z-index: 10;
}
@media screen and (max-width: 767px) {

.home-newin__swiper-container .slick-next{
  width: calc(77* (100vw / 750));
  height: calc(77* (100vw / 750));
  margin: auto;
  top: calc(150* (100vw / 750));
  right: calc(30* (100vw / 750));
}

.home-newin__swiper-container .slick-prev{
  width: calc(77* (100vw / 750));
  height: calc(77* (100vw / 750));
  margin: auto;
  top: calc(150* (100vw / 750));
  left:  calc(30* (100vw / 750));
}
}