@charset "UTF-8";

.static-1353050 {
 /* Slider */ /****************/ /*ティザー*/ /****************/ /****************/ /*ティザーここまで*/ /****************/ /*ティーキャラメル完売の際は以下を削除*/ /**/ /*フレンチチェリー完売の際は以下を削除*/ /**/ /*ダスティフィグ完売の際は以下を削除*/ /**/ /** checkArea１**/ /** checkArea１**/ /** bnrArea **/ /** bnrArea **/ /** setBox **/ /** setBox **/;
}

.static-1353050 .nondecoration{
	text-decoration: none;
	height: 100%;
  display: block;
}

.static-1353050 p, .static-1353050 ul{
    margin: 0;
}

.static-1353050 .text--note{
	font-size: 10px;
}



.static-1353050 .underline_marker{
  border-bottom: none;
  line-height: 1.5em;
  background: -moz-linear-gradient(transparent 70%, #f5d7d5 0%);
  background: -webkit-linear-gradient(transparent 70%, #f5d7d5 0%);
  background: -ms-linear-gradient(transparent 70%, #f5d7d5 0%);
  background: linear-gradient(transparent 70%, #f5d7d5 0%);
}

.static-1353050 .underline_marker.khaki{
  border-bottom: none;
  line-height: 1.5em;
  background: -moz-linear-gradient(transparent 70%, #ece8e3 0%);
  background: -webkit-linear-gradient(transparent 70%, #ece8e3 0%);
  background: -ms-linear-gradient(transparent 70%, #ece8e3 0%);
  background: linear-gradient(transparent 70%, #ece8e3 0%);
}

.static-1353050 .underline_marker.Blinking_Signal{
  border-bottom: none;
  line-height: 1.5em;
  background: -moz-linear-gradient(transparent 70%, #efdbc1 0%);
  background: -webkit-linear-gradient(transparent 70%, #efdbc1 0%);
  background: -ms-linear-gradient(transparent 70%, #efdbc1 0%);
  background: linear-gradient(transparent 70%, #efdbc1 0%);
}

.static-1353050 .underline_marker.Dreaming_Night{
  border-bottom: none;
  line-height: 1.5em;
  background: -moz-linear-gradient(transparent 70%, #e2d3d6 0%);
  background: -webkit-linear-gradient(transparent 70%, #e2d3d6 0%);
  background: -ms-linear-gradient(transparent 70%, #e2d3d6 0%);
  background: linear-gradient(transparent 70%, #e2d3d6 0%);
}

.static-1353050 p,.static-1353050 ul {
  margin: 0;
}

.static-1353050 .fadeIn {
  -webkit-animation: fade 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.static-1353050 span.textLinebreak {
  display: inline-block;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.static-1353050 .circleContainer {
  display: inline-block;
  border: 1px solid #231815;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.static-1353050 .circleContainer .circleContainer__textContainer {
  color: #231815;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 33%;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.0rem;
  line-height: 1.5rem;
}

.static-1353050 .kvSection .bgWrapper {
  background: url(/contents/small/1353050/images/bg-kv.jpg) no-repeat center right;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1120px;
  height: 467px;
  margin: 0 auto;
  padding: 120px 0 0 90px;
}

.static-1353050 .kvSection .kvTitle {
  font-size: 1.375rem;
}

.static-1353050 .kvSection .kvTitle--strong {
  font-weight: bold;
  font-size: 2.5rem;
}

.static-1353050 .kvSection .kvLead {
  text-align: center;
  margin-top: 23px;
  font-size: 0.875rem;
}

.static-1353050 .kvSection .iconwrap{
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}

.static-1353050 .kvSection .iconwrap .color{
	font-size: 20px;
	color: #eb6e63;
	line-height: 1.5;
}

.static-1353050 .kvSection .iconwrap .no--color{
	font-size: 16px;
}

.static-1353050 .kvSection {
  position: relative;
}

.static-1353050 .kvSection__icon {
  width: 77px;
  height: 77px;
  margin: 0 20px 0 0;
  background-color: #231815;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.static-1353050 .icon--quantity {
  width: 74px;
  height: 74px;
  border: 0;
  background: #231815;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
	display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}


.static-1353050 .icon--quantity--pink {
  width: 74px;
  height: 74px;
  border: 1px solid #EF857D;
	/* border-color: #EF857D; */
  background: #fff;
  color: #EF857D;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
	display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	.static-1353050 .icon--quantity--pink {
	  width: 54px;
	  height: 54px;
		font-size: 14px;
		margin-right: 10px;
	}
}

.static-1353050 .kvSection .read{
	font-size: 14px;
	text-align: center;
	margin-top: 80px;
	letter-spacing: 0.06em;
}

.static-1353050 .kvSection__icon p{
  font-size: 18px;
	letter-spacing: 1.5px;
}

.static-1353050 .kvSection__icon span{
  font-size: 16px;
}

.static-1353050 .section-limitedcolor{
  margin: 90px auto 0;
  max-width: 1020px;
}

.static-1353050 .section-limitedcolor .titletop{
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;

}

.static-1353050 .section-limitedcolor h3{
	font-size: 32px;
	text-align: center;
	margin: 0 0 25px 0;
}

.static-1353050 .section-limitedcolor .lead{
	font-size: 14px;
	text-align: center;

}

.static-1353050 .section-limitedcolor .artistwrap{
	font-size: 14px;
	position: relative;
	max-width: 546px;
	margin: 50px auto 130px;

}

.static-1353050 .section-limitedcolor .artistwrap .fontLarge{
	font-size: 20px;
}

.static-1353050 .section-limitedcolor .artistwrap .slash{
  font-size: 28px;
  font-weight: 100;
  padding: 0 10px;
}

.static-1353050 .section-limitedcolor .artistwrap .artistImg{
	position: absolute;
}

.static-1353050 .section-limitedcolor .artistwrap .artistTitle{
  border-bottom: 1px solid #5c5a5a;
  padding: 10px 0 0 135px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.static-1353050 .section-limitedcolor .artistwrap .artisttInfo{
  padding: 5px 0 0 135px;
  letter-spacing: 0.06em;
}

.static-1353050 .section-limitedcolor .colorinfoerap.first{
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 60px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01{
	display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 130px auto 70px;
  max-width: 868px;
  height: 230px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap{
  height: auto;
  padding: 20px 0px 20px 80px;
  margin: 0 0 0 285px;
  width: 440px;
  max-height: 120px;
}

.static-1353050 .txtwrap__end {
	position: absolute;
	/* top: 90px;
	right: 80px;
	bottom: 50px;
	left: 350px; */
	top: -10px;
	right: 40px;
	bottom: -10px;
	left: 100px;
	z-index: 10;
	background: rgba(0,0,0,.5);
}

.static-1353050 .txtwrap__endTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	transform: translate(-50%,-50%);
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .imgwrap{
  position: absolute;
  left: 120px;
  top: 0px;
  display: flex;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap h4{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap .read{
  font-size: 20px;
  line-height: 1.3;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap .info{
	margin: 5px 0 0 0;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap.pink{
	background-color: #fdebe9;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap.khaki{
	background-color: #e7e3db;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap.Blinking_Signal{
	background-color: #ffead7;
	max-height: 135px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap.Dreaming_Night{
	background-color: #e5c4cd;
}


.static-1353050 .section-limitedcolor .colorinfoerap .block01 .kvSection__icon{
  position: absolute;
	top: -30px;
  left: -40px;
  width: 79px;
  height: 79px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block01 .img{
	max-width: 231px;
	max-height: 238px;
}

.ie .static-1353050 .section-limitedcolor .kvSection__icon p{
	padding: 10px 0 0 0;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 {
	display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px 0;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colleft{
	width: 200px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .allow{
  width: 0;
  height: 0;
  margin: 0px 40px 0;
  border-style: solid;
  border-width: 23px 0 23px 20px;
  border-color: transparent transparent transparent #e0e0e0;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colleft p{
	margin: 0 0 15px 0;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright h4{
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .point{
  font-size: 16px;
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .point p{
	display: flex;
  align-items: center;
  margin: 0px 15px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .point span{
	font-size: 20px;
	color: #f3796f;
	margin: 0 5px 0 0;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .point span.khaki{
    color: #a09174;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .point span.Blinking_Signal{
    color: #e5bc94;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .point span.Dreaming_Night{
    color: #a47b85;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block03 h3{
	font-size: 20px;
	text-align: center;
  align-items: flex-start;
	letter-spacing: 0.02em;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block03 h4{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0.02em;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block03 .imgwrap{
  display: flex;
  justify-content: center;
  padding: 0 0 0 50px;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block03 .colleft,
.static-1353050 .section-limitedcolor .colorinfoerap .block03 .colright{
  margin: 0 0;

}

.static-1353050 .section-limitedcolor .colorinfoerap .block03 .colright{
  max-width: 385px;
	margin-top: 5px;
  padding: 0 0 0 20px;
  letter-spacing: 0.02em;
}

.static-1353050 .section-limitedcolor .colorinfoerap .block03 .colright h4{
  font-size: 20px;
  margin: 0 0 15px;
  display: inline-block;
  letter-spacing: 0.02em;
}
.static-1353050 .section-limitedcolor .colorinfoerap .block03 .colleft .img{
	max-width: 198px;
}

.static-1353050 .itemIntroSection {
  margin: 0 20px 0;
  margin-top: 60px;
  text-align: center;
}

.static-1353050 .itemIntroSection__limited {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 40px;
}


.static-1353050 .itemIntroSection .itemTitle {
  font-size: 2rem;
}

.static-1353050 .itemIntroSection .itemSlider {
  margin-top: 48px;
}

.static-1353050 .itemIntroSection .itemSlider .itemSliderList {
  width: 700px;
  margin: 0 auto;
}

.static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow,.static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow {
  z-index: 1000;
  width: 32px;
  height: 32px;
  border-top: 1px solid #5c5a5a;
  border-right: 1px solid #5c5a5a;
  top: -17%;
  bottom: 0;
  margin: auto;
  z-index: 1000;
}

.static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow:before,.static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow:before {
  display: none;
}

.static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow {
  left: 70px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow {
  right: 70px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}





.static-1353050 .partSection {
  margin: 86px auto 0;
  width: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.static-1353050 .partSection .partContainer .partTitle {
  height: 71px;
  position: relative;
  display: inline-block;
  padding-left: 89px;
}

.static-1353050 .partSection .partContainer .partTitle .circleContainer {
  width: 71px;
  height: 71px;
}

.static-1353050 .partSection .partContainer .partTitle .circleContainer .circleContainer__textContainer {
  top: 13%;
}

.static-1353050 .partSection .partContainer .partTitle .partTitle__text--number {
  font-weight: lighter;
  font-size: 2.125rem;
}

.static-1353050 .partSection .partContainer .partTitle .partTitle__text {
  font-size: 1rem;
}

.static-1353050 .partSection .partContainer .partTitle .partTitle__text--strong {
  font-weight: bold;
  font-size: 1.25rem;
}

.static-1353050 .partSection .partContainer .partCaption {
  margin-top: 20px;
}

.static-1353050 .partSection .partContainer .partImgContainer {
  margin-top: 47px;
  text-align: center;
}

.static-1353050 .partSection .partContainer .partBoxText {
  text-align: center;
}

.static-1353050 .partSection .partContainer .partBoxText p {
  border: 1px solid #e0e0e0;
  padding: 5px 20px;
  font-size: 1.25rem;
  margin-top: 41px;
  display: inline-block;
}

.static-1353050 .partSection .partContainer:nth-child(2) {
  margin-left: 70px;
}

.static-1353050 .partSection .partContainer:nth-child(2) .partTitle {
  padding-left: 0;
}

.static-1353050 .partSection .partContainer:nth-child(2) .partTitle .partTitle__text {
  margin-top: 26px;
}

.static-1353050 .partSection .partContainer:nth-child(2) .partImgContainer {
  margin: 28px auto 0;
  width: 273px;
  text-align: center;
}

.static-1353050 .partSection .partContainer:nth-child(2) .partNoteText {
  margin-top: 5px;
  text-align: right;
  font-size: 0.625rem;
}

.static-1353050 .partSection .partContainer:nth-child(2) .partImgCaption {
  margin-top: 10px;
  font-size: 1.25rem;
  text-align: center;
}

.static-1353050 .partSection.partSection--02 {
  margin-top: 81px;
}

.static-1353050 .fourFeaturesSection {
  margin-top: 90px;
}

.static-1353050 .fourFeaturesSection .featuresTitle {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  font-size: 1.5rem;
}

.static-1353050 .fourFeaturesSection ul.featuresList {
  margin-top: 20px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.static-1353050 .fourFeaturesSection ul.featuresList li {
  margin-top: 10px;
  width: 48%;
  position: relative;
  font-size: 1.25rem;
}

.static-1353050 .fourFeaturesSection ul.featuresList li .featuresList__strongtext {
  font-weight: bold;
  padding-left: 0.5em;
  font-size: 1.5rem;
}

.static-1353050 .fourFeaturesSection .featuresNote {
  margin-top: 15px;
  padding-left: 50px;
  text-align: left;
  font-size: 0.625rem;
}

.static-1353050 .colorChartSection {
  margin: 100px auto 0;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 50px 50px;
  width: 1000px;
}

.static-1353050 .colorChartSection .colorChartTitle {
  margin-top: 45px;
  text-align: center;
}

.static-1353050 .colorChartSection .colorChartTitle p {
  border-bottom: 1px solid #231815;
  padding: 0 2px 5px;
  display: inline-block;
  font-size: 1.25rem;
}

.static-1353050 .colorChartSection .colorChartWrapper {
  margin-top: 52px;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartImgContainer {
  vertical-align: top;
  display: inline-block;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer {
  vertical-align: top;
  display: inline-block;
  margin-left: 50px;
  width: 56%;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 52px;
  height: 37px;
  position: relative;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li .circleContainer {
  width: 36px;
  height: 36px;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li .circleContainer .circleContainer__textContainer {
  top: 15%;
  font-size: 0.9375rem;
  color: #fff;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li .colorChartList__text {
  width: 30%;
  letter-spacing: -0.05em;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li .colorChartList__text--copy {
  width: 70%;
  margin-left: 10px;
  letter-spacing: -0.05em;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li:not(:first-child) {
  margin-top: 15px;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li.rouge01 .circleContainer {
  background-color: #f0574f;
  border-color: #f0574f;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li.rouge02 .circleContainer {
  background-color: #e72e3a;
  border-color: #e72e3a;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li.rouge03 .circleContainer {
  background-color: #f36c6d;
  border-color: #f36c6d;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li.rouge04 .circleContainer {
  background-color: #c86555;
  border-color: #c86555;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li.rouge05 .circleContainer {
  background-color: #bf4140;
  border-color: #bf4140;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li.rouge06 .circleContainer {
  background-color: #e15d63;
  border-color: #e15d63;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li.rouge07 .circleContainer {
  background-color: #d03e52;
  border-color: #d03e52;
}

.static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li.rouge08 .circleContainer {
  background-color: #8b2d40;
  border-color: #8b2d40;
}

.static-1353050 .teaserSection {
  margin-top: 100px;
}

.static-1353050 .teaserSection .teaserContainer {
  margin: 0 auto 0;
  width: 780px;
}

.static-1353050 .teaserSection .teaserContainer .teaserContainer__textContainer {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  text-align: left;
  width: 380px;
}

.static-1353050 .teaserSection .teaserContainer .teaserContainer__textContainer .textContainer__text--box {
  display: inline-block;
  border: 1px solid #5c5a5a;
  padding: 20px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #5c5a5a;
  line-height: 0;
}

.static-1353050 .teaserSection .teaserContainer .teaserContainer__textContainer .textContainer__text--circle {
 /*タイトル内 サークル部分*/
  display: inline-block;
  border: 2px solid #e95383;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 94px;
  width: 94px;
  height: 94px;
  color: #e95383;
  font-size: 24px;
  margin: 0 20px 14Px 0;
  font-weight: bold;
}

.static-1353050 .teaserSection .teaserContainer .teaserContainer__imgContainer {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
}

.static-1353050 .teaserSection .teaserContainer .teaserContainer__textContainer .teaserContainer__titleContainer__text p {
 /*タイトル*/
  color: #e95383;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
}

.static-1353050 .teaserSection .teaserContainer .teaserContainer__textContainer p.teaserContainer__textContainer__itemName {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}

.static-1353050 .teaserSection .teaserContainer .teaserContainer__textContainer p.teaserContainer__textContainer__itemCaption {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.static-1353050 .arrangeSection {
  margin-top: 100px;
}

.static-1353050 .arrangeSection .arrangeTitle {
  text-align: center;
}

.static-1353050 .arrangeSection .arrangeTitle .arrangeTitle__text {
  margin-top: 15px;
  font-size: 2rem;
}

.static-1353050 .arrangeSection .arrangeTitle .arrangeTitle__text--box {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  font-size: 1.25rem;
  color: #999999;
}

.static-1353050 .arrangeSection .arrangeItemMain {
  margin: 50px auto 0;
  width: 410px;
}

.static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__imgContainer {
  display: inline-block;
  vertical-align: top;
}

.static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__textContainer {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  text-align: left;
}

.static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__textContainer .arrangeItemMain__textContainer__itemName {
  margin-top: 5px;
  font-size: 1.25rem;
}

.static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__textContainer .arrangeItemMain__textContainer__itemCaption {
  margin-top: 12px;
}

.static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__textContainer .arrangeItemMain__textContainer__dropsImgContainer {
  margin-top: 12px;
}

.static-1353050 .arrangeSection .arrangeEg {
  width: 970px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card:nth-child(2),.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card:nth-child(4) {
  margin-left: 81px;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card:nth-child(3),.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card:nth-child(4) {
  margin-top: 55px;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__title {
  font-size: 1.25rem;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__title--sub {
  font-size: 0.875rem;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__modelImgContainer {
  display: inline-block;
  vertical-align: bottom;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 30px;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items .arrangeEg__card__items__imgContainer {
  display: inline-block;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items .arrangeEg__card__items__imgContainer p {
  text-align: center;
  font-size: 1rem;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items .arrangeEg__card__items__imgContainer:nth-child(2) {
  position: relative;
  margin-left: 59px;
}

.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items .arrangeEg__card__items__imgContainer:nth-child(2)::before {
  position: absolute;
  content: '';
  background: url(/contents/small/1353050/images/img-icon-multiple.png) no-repeat;
  width: 25px;
  height: 25px;
  top: 0;
  right: 150%;
  bottom: 0;
  margin: auto;
}

.static-1353050 .arrangeSection .arrangeCv {
  margin-top: 60px;
}

.static-1353050 .lp-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  border-collapse: separate;
  border: 1px solid #5c5a5a;
  background: #fff;
  width: 100%;
  max-width: 320px;
  min-height: 64px;
  color: #231815;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
}

.static-1353050 .lp-btn .lp-btn__text {
  display: table-cell;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1.366;
  padding: 0 10px;
  position: relative;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.static-1353050 .lp-btn .lp-btn__text:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.static-1353050 .lp-btn:hover {
  border-color: #999;
  text-decoration: none;
}

.static-1353050 .lp-btn:hover .lp-btn__text {
  opacity: .6;
}

.static-1353050 .lp-btn--strong {
  background: #5c5a5a;
  border: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.static-1353050 .lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}

.static-1353050 .android .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}

.static-1353050 .lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}

.static-1353050 .lp-btn--strong:hover {
  background-color: #999;
}

.static-1353050 .lp-btn--strong:hover .lp-btn__text {
  opacity: 1;
}

.static-1353050 .lp-btnWrap--center .lp-btn {
  margin-right: auto;
  margin-left: auto;
}

.static-1353050 .lp-btnWrap--right .lp-btn {
  margin: 0 0 0 auto;
}

.static-1353050 .colorsArea {
  margin-top: 100px;
}

.static-1353050 .colorsArea__ttlBox {
  margin-top: 80px;
  text-align: center;
  font-size: 32px;
  line-height: 1;
}

.static-1353050 .colorsArea__limited__3colorimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.static-1353050 .colorsArea__leadBox {
  text-align: center;
  margin: 40px 0 50px;
  padding: 0 30px;
}

.static-1353050 .colorsArea__limited--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 970px;
  margin: 60px auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.static-1353050 .colorsArea__limited--col1 {
  margin: 0 auto;
  width: 402px;
  height: auto;
  position: relative;
  margin-bottom: 95px;
}

.static-1353050 .colorsArea__limited__card {
  width: 402px;
}

.static-1353050 .colorsArea__limited__card:nth-child(2) {
  margin-left: 77px;
}

.static-1353050 .colorsArea__limited__card__image {
  position: relative;
}

.static-1353050 .colorsArea__limited__card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -20px;
}

.static-1353050 .colorsArea__limited__card__subimage__imgContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.static-1353050 .colorsArea__limited__card__subimage__imgContainer p {
  text-align: center;
  font-size: 17px;
}

.static-1353050 .colorsArea__limited__card__subimage__imgContainer:nth-child(2) {
  margin-left: 40px;
}

.static-1353050 .colorsArea__limited__card__subimage__imgContainer:nth-child(2) img {
  width: 34px;
}

.static-1353050 .colorsArea__limited__card__subimage__imgContainer:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(/contents/small/1351080/images/img-icon-multiple.png) no-repeat;
  width: 25px;
  height: 25px;
  top: 0;
  right: 118%;
  bottom: 0;
  margin: auto;
}

.static-1353050 .colorsArea__limited__card__subimage.classy {
  right: 45px;
}

.static-1353050 .colorsArea__limited__card__ttlbox__ttl {
  margin: 15px 0 0;
  font-size: 20px;
}

.static-1353050 .colorsArea__limited__card__ttlbox {
  margin-top: 27px;
  margin-right: 77px;
}

.static-1353050 .colorsArea__limited__card__ttlbox__txt {
  line-height: 1.8;
  font-size: 16px;
  margin-top: 10px;
}

.static-1353050 .colorsArea__limited__card__ttlbox__txt li span.underline {
  border-bottom: solid 1px #000;
}

.static-1353050 .colorsArea__limited__card__ttlbox__txt li span.misterious-color {
  color: #5d1b34;
}

.static-1353050 .colorsArea__limited__card__ttlbox__txt a.misterious-color {
  color: #5d1b34;
  text-decoration: underline;
}

.static-1353050 .colorsArea__limited__card__ttlbox__txt li span.rapsom-color {
  color: #d1799e;
}

.static-1353050 .colorsArea__limited__card__ttlbox__txt a.rapsom-color {
  color: #d1799e;
  text-decoration: underline;
}

.static-1353050 .colorsArea__limited__card__ttlbox__txt li span.classy-color {
  color: #922243;
}

.static-1353050 .colorsArea__limited__card__ttlbox__txt li.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.static-1353050 .colorsArea__limited__card__subimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.static-1353050 .mvArea__ttl__circleContainer {
  display: inline-block;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  margin-bottom: 20px;
  position: relative;
  background-color: #231815;
 /* //__textContainer */;
}

.static-1353050 .colorsArea__limited__card__subimage__imgContainer__circleContainer {
  margin: auto 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  bottom: 142px;
  left: -66px;
  width: 55px;
  height: 55px;
  border: 1px solid #5c5a5a;
 /* //__textContainer */;
}

.static-1353050 .colorsArea__limited__card__subimage__imgContainer__circleContainer.classy {
  bottom: 0px;
}

.static-1353050 .colorsArea__limited__card__subimage__imgContainer__circleContainer__textContainer {
  color: #5c5a5a;
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 13px;
  line-height: 2.0rem;
  font-weight: normal;
 /* //__text */;
}

.static-1353050 .colorsArea__limited__card__subimage__imgContainer__circleContainer__textContainer__text {
  font-size: 12px;
}

.static-1353050 .colorsArea__ttlBox .arrangeTitle__text--box {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 0 30px;
  font-size: 1.25rem;
  color: #999999;
  line-height: 1.8;
  margin-bottom: 30px;
}

.static-1353050 .colorsArea .arrangeItemMain {
  margin: 50px auto 0;
  text-align: center;
}

.static-1353050 .colorsArea .arrangeItemMain__imgContainer {
  display: inline-block;
  vertical-align: top;
}

.static-1353050 .colorsArea .arrangeItemMain__textContainer {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  text-align: left;
}

.static-1353050 .colorsArea .arrangeItemMain__textContainer__itemName {
  margin-top: 5px;
  font-size: 1.25rem;
}

.static-1353050 .colorsArea .arrangeItemMain__textContainer__itemCaption {
  margin-top: 12px;
}

.static-1353050 .colorsArea .arrangeItemMain__textContainer__dropsImgContainer {
  margin-top: 12px;
}

.static-1353050 .colorsArea .arrangeItemMain__textContainer__dropsImgContainer img {
  width: auto;
}

.static-1353050 .colorsArea .arrangeItemMain__imgContainer {
  display: inline-block;
  vertical-align: top;
}

.static-1353050 .colorsArea .icon-2019AW {
  margin-left: 10px;
}

.static-1353050 .colorsArea .icon-2019AW img {
  width: 47px;
  height: auto;
}

.static-1353050 .setBox img {
  max-width: 100%;
}

.static-1353050 .notes {
  font-size: 10px;
  color: #5c5a5a;
  margin-top: 40px;
  /* margin-left: 40px; */
}

.static-1353050 .border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(73%, transparent), color-stop(0%, rgba(244, 160, 160, 0.3)));
  background: -webkit-linear-gradient(transparent 73%, rgba(244, 160, 160, 0.3) 0%);
  background: linear-gradient(transparent 73%, rgba(244, 160, 160, 0.3) 0%);
  padding-bottom: 3px;
  line-height: 1;
  display: inline-block;
}

.static-1353050 sup {
  font-size: 70%;
}



.static-1353050 .bgWrapper__ttlBlock{
	padding: 0 0 0 0;
}

.static-1353050 .bgWrapper__ttlBlock .kvttlBorder{
	max-width: 292px;
	font-size: 20px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #231815;
	letter-spacing: 1.5px;
}

.static-1353050 .bgWrapper__ttlBlock .kvttlMain{
	margin: 0 0 0 0;
}

.static-1353050 .bgWrapper__ttlBlock .kvttlMain p{
	font-size: 24px;
}

.static-1353050 .bgWrapper__ttlBlock .kvttlMain span{
	font-size: 20px;
}

.static-1353050 .bgWrapper__ttlBlock .kvttlMain h2{
  font-size: 34px;
  margin: 15px 0 0 0;
  line-height: 1.2;
  letter-spacing: 2.5px;
}
.static-1353050 .bgWrapper__ttlBlock .kvttlMain h2 span{
	font-size: 40px;
  letter-spacing: -0.5px;
}

.static-1353050 .section-set{
	max-width: 800px;
	border: 1px solid #231815;
	margin: 100px auto 0;
	padding: 40px 50px;
}

.static-1353050 .section-set .section-set--ttlwrap{
	display: flex;
  width: 820px;
}

.static-1353050 .section-set .section-set--ttlwrap h3{
	font-size: 28px;
	line-height: 1.5;
}

.static-1353050 .section-set .section-set--ttlwrap p{
	font-size: 22px;
}

.static-1353050 .section-set .section-set--ttlwrap .section-set--icon{
	width: 90px;
	height: 90px;
	background-color: #231815;
	border-radius: 50%;

	color: #fff;
	text-align: center;
	line-height: 1.2;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.static-1353050 .section-set .section-set--ttlwrap .section-set--ttl{
	margin: 0 0 0 15px;
}

.static-1353050 .section-set .textwrap{
	letter-spacing: 1.0px;
}

.static-1353050 .section-set .text--note {
  letter-spacing: 0.5px;
}

.static-1353050 .section-set .section-set--ttlwrap .section-set--icon p{
	font-size: 30px;
}

.static-1353050 .section-set .section-set--ttlwrap .notice-box{
	max-width: 446px;
	font-size: 18px;
	border: 1px solid #231815;
	margin: 10px 0 20px 4px;
	padding: 0 10px;
}

.static-1353050 .section-set .section-set--ttlwrap .notice-box span{
	vertical-align: middle;
}

.static-1353050 .section-set .section-set--ttlwrap .notice-box .ruledLine {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #231815;
}

.static-1353050 .section-set .combiwrap{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

.static-1353050 .section-set .productwrap{
	display: flex;
  align-items: flex-end;
}

.static-1353050 .section-set .infowrap{
	max-width: 365px;
	margin: 5px 0 0 0;
}

.static-1353050 .section-set .infowrap h4{
	font-size: 20px;
	margin: 0 0 5px 0;
}

.static-1353050 .section-set .productwrap .product01{
	width: 145px;
	text-align: center;
	margin: 0 25px 0 0;
}

.static-1353050 .section-set .productwrap .closs{
  margin: 0 0 90px 0;
}

.static-1353050 .section-set .productwrap .product02{
	width: 210px;
	text-align: center;
}

.static-1353050 .section-set .productwrap .product01 p,
.static-1353050 .section-set .productwrap .product02 p{
	margin: 15px 0 0 0;
  white-space: nowrap;
}

	.static-1353050 .section-set .productwrap .product01 p:nth-last-child(1),
	.static-1353050 .section-set .productwrap .product02 p:nth-last-child(1){
		margin: 0 0px 0px 0px;
	}



.static-1353050 .section-nostalgicfuture{
  max-width: 896px;
  height: 275px;
  border: 1px solid #e0e0e0;
  margin: 60px auto 0;
  background: url(/contents/small/1353050/images/img-awmake-bnr.png) no-repeat center right;
  position: relative;
}

.static-1353050 .section-set .productwrap .closs{
  margin: 0 0 90px 0;
}

.static-1353050 .section-nostalgicfuture.cheek{
  max-width: 790px;
  border: none;
  height: 300px;
  margin: 90px auto 0;
  background: url(/contents/small/1353050/images/bg-nostalgicfuture-cheek.png) no-repeat center right;
  position: relative;
  display: flex;
  align-items: center;
}

.static-1353050 .section-nostalgicfuture.cheek .kvSection__icon{
  position: absolute;
  left: 415px;
  top: 20px;
}

.static-1353050 .section-nostalgicfuture.cheek .kvttlMain p{
	font-size: 24px;
	margin: 60px 0 0 20px;
}

.static-1353050 .section-nostalgicfuture .bgWrapper__ttlBlock{
  margin: 50px 0 0 0;
	position: relative;
}
.static-1353050 .section-nostalgicfuture .kvttlBorder,
.static-1353050 .section-nostalgicfuture .kvttlBorder span {
	font-size: 20px;
	letter-spacing: -1.5px;
  /* font-style: italic; */
}

.static-1353050 .section-nostalgicfuture .kvttlBorder{
  max-width: 260px;
}

.static-1353050 .section-nostalgicfuture .bgWrapper__ttlBlock .kvttlBorder{
  padding: 0 0 0 40px;
}

.static-1353050 .section-nostalgicfuture  .bgWrapper__ttlBlock .kvttlMain{
  margin: 15px 0 0 40px;
}

.static-1353050 .section-nostalgicfuture .text-link{
  position: absolute;
	bottom: 23px;
  /* right: 15px; */
  left: 40px;
}

.static-1353050 .section-nostalgicfuture .kvSection__icon{
	width: 75px;
  height: 75px;
  position: absolute;
  left: 330px;
  top: -30px;
}

.static-1353050 .section-nostalgicfuture .kvSection__icon p{
  font-size: 20px;
}
.static-1353050 .section-nostalgicfuture .kvSection__icon span{
  font-size: 14px;
}

.static-1353050 .section-nostalgicfuture .kvttlBorder span{
  font-size: 32px;
  font-weight: 100;
}

.static-1353050 .section-nostalgicfuture .kvttlMain h4 {
  font-size: 38px;
	line-height: 1.2;
	letter-spacing: 1.2px;
}

.static-1353050 .section-nostalgicfuture .kvttlMain .text-link{
	margin-top: 16px;
}

.static-1353050 .section-nostalgicfuture .kvttlMain p{
  font-size: 22px;
}

.static-1353050 .section-howto{
  margin-top: 80px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.06em;
}

.static-1353050 .section-howto .head{
   line-height: 1.6;
}

.static-1353050 .section-howto .head h3{
  text-align: center;
  font-size: 32px;
  margin: 0 0 30px 0;
  letter-spacing: 0.02em;
}

.static-1353050 .section-howto .head h4{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}


.static-1353050 .section-howto .head .read{
  text-align: center;
  font-size: 14px;
}

.static-1353050 .section-howto .head .imgwrap{
  margin: 50px auto 75px;
  max-width: 296px;
}

.static-1353050 .section-howto .col2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.static-1353050 .section-howto .col2 .colleft ,
.static-1353050 .section-howto .col2 .colright {
    max-width: 455px;
    width: calc(100% / 2 - 60px);
    margin: 0 auto;
}

	.static-1353050 .section-howto .col2 .red {
	font-size: 16px;
	color: #cc352b;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.static-1353050 .section-howto .col2 h4 {
    margin: 0 0 14px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    color: #231815;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.static-1353050 .section-howto .col2 .imgwrap{
    margin: 26px 0 20px;
}

.static-1353050 .section-howto .col2 .imgwrap img{
	width: 100%;
}

.static-1353050 .section-lineup{
  margin-top: 70px;
}

.static-1353050 .section-lineup h3{
	font-size: 32px;
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.5;
}

.static-1353050 .section-lineup .lineupblock{
  max-width: 930px;
	margin: 0 auto;
  padding: 60px 10px 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.static-1353050 .section-lineup .imgwrap{
	position: relative;
	margin:0 50px 25px 0;
}

.static-1353050 .section-lineup .kvSection__icon{
	position: absolute;
	/* top: 15px;
	left: -32px; */
  bottom: -25px;
  right: -75px;
}

.static-1353050 .section-lineup .itemcol .testArea{
  max-width: 160px;
  height: auto;
}

.static-1353050 .section-lineup .itemcol .testArea_eye{
	position: absolute;
	max-width: 94px;
	min-width: 94px;
	height: 94px;
	bottom: -13%;
	right: -34%;
}

.static-1353050 .section-lineup .colwrap{
  margin: 55px 0 0 0;
  display: flex;
  justify-content: center;
	align-items: baseline;
}

.static-1353050 .section-lineup .lineupblock .itemcol{
  width: 355px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 35px;
	position: relative;
}

.static-1353050 .section-lineup .lineupblock .itemcol__end {
	position: absolute;
	top: -35px;
	right: -15px;
	bottom: -10px;
	left: -20px;
	z-index: 10;
	background: rgba(0,0,0,.5);
}

.static-1353050 .section-lineup .lineupblock .itemcol__endTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	transform: translate(-50%,-50%);
}

.static-1353050 .section-lineup .lineupblock .itemcol .txtwrap h5{
	font-size: 20px;
	font-weight: bold;
  letter-spacing: -1px;
}
.static-1353050 .section-lineup .lineupblock .itemcol .txtwrap p{
  letter-spacing: -1px;
  max-width: 355px;
}

.static-1353050 .section-lineup .lineupblock.yellow{
	border: 1px solid #fde2bb;
	}

.static-1353050 .section-lineup .lineupblock.yellow h4{
	font-size: 20px;
	background-color: #fde2bb;
	width: 420px;
	text-align: center;
	padding: 16px 0;
	margin: 0 auto;
}

.ie .static-1353050 .section-lineup .lineupblock.yellow h4,
.ie .static-1353050 .section-lineup .lineupblock.blue h4{
	padding: 30px 0 20px;
}

.static-1353050 .section-lineup .blue{
	margin-top: 80px;
	border: 1px solid #dbe1f1;
}

.static-1353050 .section-lineup .lineupblock.blue h4{
	font-size: 20px;
	background-color: #dbe1f1;
	width: 420px;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
}

.static-1353050 .section-multiple h3{
  margin-bottom: 75px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 8px 0 7px;
}

.ie .static-1353050 .section-multiple h3{
  padding: 10px 0 0;
}

.static-1353050 .section-multiple .multiple--notes {
    margin: 0 auto;
    max-width: 360px;
    padding: 0 20px;
}
.static-1353050 .section-multiple .multiple--notes li {
    padding-left: 27px;
    position: relative;
    margin-bottom: 8px;
}
.static-1353050 .section-multiple .multiple--notes li span {
    display: block;
    position: absolute;
    top: -5px;
    left:0;
    color: #f3796f;
    font-size: 20px;
}

.static-1353050 .section-multiple p{
  margin-bottom: -5px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.static-1353050 .section-multiple h4{
    margin: 0 0 57px;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
}

.static-1353050 .section-multiple h5{
  margin: 37px 0 28px;
  text-align: center;
  font-size: 24px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.static-1353050 .section-multiple .imgwrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
}

.static-1353050 .section-multiple .imgwrap .img{
	max-width: 210px;
}

.static-1353050 .section-multiple .imgwrap p{
  margin: 0 36px 0 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.static-1353050 .section-multiple{
	margin: 100px 0 0 0;
}

.static-1353050 .bgWrapper__ttlBlock__lead {
  font-size: 20px;
}

.static-1353050 .bgWrapper__ttlBlock__ttl {
  font-size: 32px;
  margin-bottom: 30px;
}

.static-1353050 .bgWrapper__ttlBlock__txt {
  margin-bottom: 20px;
}

.static-1353050 .btn_static {
    font-size: 16px;
    line-height: 1.366;
    width: 320px;
    margin: 57px auto 100px;
}

.static-1353050 .btn_static a.btn--info {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #ffffff;
	background-color: #5c5a5a;
  width: 100%;
  height: 64px;
  text-decoration: none;
}

.static-1353050 .btn_static a.btn--info span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.static-1353050 .btn_static a.btn--info::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 50px;
  background: url(/contents/small/1353050/images/sp/bg-btnicon-white.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: 12px;
  height: 10px;
}

.static-1353050 .btn_static.icon_upward a.btn--info::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  top: 40%;
  right: 16px;
}

.static-1353050 .reasonSection {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 100px;
  margin-top: 80px;
}

.static-1353050 .reasonSection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 830px;
  margin: 0 auto;
}

.static-1353050 .reasonSection__imgBlock {
  /*margin-right: 35px;
  margin-top: 5px;*/
  margin-right: 60px;
  margin-top: 30px;
  margin-left: 40px;
}

.static-1353050 .reasonSection__txtBlock__ttl {
  font-size: 24px;
  margin-bottom: 10px;
}

.static-1353050 .reasonSection__txtBlock__othersBox {
  margin-top: 25px;
  border: 1px solid #e0e0e0;
  padding: 13px 0;
}

.static-1353050 .reasonSection__txtBlock__othersBox__ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.static-1353050 .reasonSection__txtBlock__othersBox__list__item {
  font-size: 16px;
  margin-left: 105px;
  position: relative;
}

.static-1353050 .reasonSection__txtBlock__othersBox__list__item:before {
  content: url("/contents/small/1353050/images/img-reason-02.png");
  position: absolute;
  top: 3px;
  left: -27px;
}

.static-1353050 .answerSection {
  padding-top: 100px;
  border-bottom: 1px solid #e0e0e0;
}

.static-1353050 .answerSection__inner {
  max-width: 830px;
  margin: 0 auto;
  padding-bottom: 110px;
}

.static-1353050 .answerSection__ttlBlock {
  text-align: center;
}

.static-1353050 .answerSection__ttlBlock__lead {
  font-size: 20px;
}

.static-1353050 .answerSection__ttlBlock__ttl {
  font-size: 32px;
}

.static-1353050 .answerSection__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

.static-1353050 .answerSection__contents__item {
  width: 360px;
  margin-top: 50px;
}

.static-1353050 .answerSection__contents__item__q {
  font-size: 16px;
  position: relative;
  margin-bottom: 28px;
  margin-left: 40px;
}

.static-1353050 .answerSection__contents__item__q:before {
  content: url("/contents/small/1353050/images/img-answer-01.png");
  position: absolute;
  top: -3px;
  left: -47px;
}

.static-1353050 .answerSection__contents__item__a {
  font-size: 20px;
  position: relative;
  margin-left: 40px;
}

.static-1353050 .answerSection__contents__item__a:before {
  content: url("/contents/small/1353050/images/img-answer-02.png");
  position: absolute;
  top: 0;
  left: -47px;
}

.static-1353050 .answerSection__contents__item__imgBox {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;*/
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 20px;
  height: 155px;
  margin-left: 2vw;
}

.static-1353050 .answerSection__contents__item__imgBox--goast {
  text-align: center;
  margin-top: 30px;
  height: 155px;
  margin-bottom: 20px;
}

.static-1353050 .answerSection__contents__item__imgBox__img:nth-child(2) {
  position: relative;
  margin-left: 40px;
}

.static-1353050 .answerSection__contents__item__imgBox__img:nth-child(2):before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40px;
  left: -25px;
  border-left: 13px solid #e0e0e0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.static-1353050 .answerSection__contents__item__imgBox__txt {
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 10px;
}

.static-1353050 .answerSection__contents__item:first-child {
  margin-right: 80px;
}

.static-1353050 .itemIntroSection__lead {
  font-size: 20px;
}

.static-1353050 .itemIntroSection__subTtl {
  font-size: 24px;
  color: #5c5a5a;
  border: 1px solid #e0e0e0;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 60px;
}

.static-1353050 .itemIntroSection__subTtl--goast {
  margin-top: 0;
}

.static-1353050 .partSection-ttl {
  font-size: 28px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  text-align: center;
  padding: 10px 0;
  margin-top: 100px;
}

.static-1353050 .slideIcon_wrap{
  display: flex;
  max-width: 485px;
  justify-content: flex-start;
	margin: 20px 125px 0;
}

.static-1353050 .slideIcon {
  font-size: 14px;
  text-align: right;
}

.static-1353050 .slideIcon:first-child{
  margin: 0 15px 0 0;
}

.static-1353050 .slideIcon__y {
  width: 16px;
  height: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background-color: #fefbcb;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.static-1353050 .slideIcon__b {
  width: 16px;
  height: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background-color: #dbf0f9;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin-right: 3px;
}

.static-1353050 .itemSliderThumbnail__icon {
  width: 28px;
  height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -30px;
  left: 0;
}

.static-1353050 .itemSliderThumbnail__icon--y {
  background-color: #fefbcb;
}

.static-1353050 .itemSliderThumbnail__icon--b {
  background-color: #dbf0f9;
}

.static-1353050 .itemSliderThumbnail__icon--goast {
  width: 28px;
  height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -30px;
  left: 30px;
}

.static-1353050 .rouge001,.static-1353050 .rouge002,.static-1353050 .rouge003,.static-1353050 .rouge004 {
  position: relative;
}

.static-1353050 .soldout {
  background-color: rgba(35, 24, 21, 0.85);
  width: 600px;
  height: 470px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-top: 165px;
 /*ハニーキャロット完売の際は以下を削除*/
  display: none;
 /**/;
}

.static-1353050 .soldout02 {
  display: none;
}

.static-1353050 .soldout03 {
  display: none;
}

.static-1353050 .soldout04 {
  display: none;
}

.static-1353050 .checkArea {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.static-1353050 .checkArea .checkArea_ttl_01 {
  margin: 90px auto 30px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.06em;
}

.static-1353050 .checkArea .checkArea_ttl_01 span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.static-1353050 .checkArea .checkArea_row {
  max-width: 628px;
  margin: 0 auto;
  display: block;
  letter-spacing: 0.06em;
}

.static-1353050 .checkArea .checkArea_ttl_02 {
  display: none;
  text-align: center;
}

.static-1353050 .checkArea .checkArea_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.static-1353050 .checkArea_list_read .under_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #dbf0f9));
  background: -webkit-linear-gradient(transparent 70%, #dbf0f9 0%);
  background: linear-gradient(transparent 70%, #dbf0f9 0%);
  line-height: 1.5em;
}

.static-1353050 .checkArea_list_read .under_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fefbcb));
  background: -webkit-linear-gradient(transparent 70%, #fefbcb 0%);
  background: linear-gradient(transparent 70%, #fefbcb 0%);
  line-height: 1.5em;
}

.static-1353050 .checkArea .checkArea_list_txt {
  max-width: 380px;
  min-width: 380px;
  position: relative;
  padding-left: 20px;
}

.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_01,.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_02,.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_03,.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_04,.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_05 {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 16px;
}

.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_01::before {
  content: "1.";
  color: #231815;
  margin-right: 5px;
}

.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_02::before {
  content: "2.";
  color: #231815;
  margin-right: 5px;
}

.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_03::before {
  content: "3.";
  color: #231815;
  margin-right: 5px;
}

.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_04::before {
  content: "4.";
  color: #231815;
  margin-right: 5px;
}

.static-1353050 .checkArea .checkArea_list_txt .checkArea_list_txt_number_05::before {
  content: "5.";
  color: #231815;
  margin-right: 5px;
}

.static-1353050 .checkArea .checkArea_list_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  max-width: 226px;
  text-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 0.07em;
}

.static-1353050 .checkArea .checkArea_list_tag p:first-child {
  margin-right: 10px;
}

.static-1353050 .checkArea .checkArea_list_tag .blueTag {
  width: 108px;
  height: 28px;
  background: #dbf0f9;
}

.static-1353050 .checkArea .checkArea_list_tag .yellowTag {
  width: 108px;
  height: 28px;
  background: #fefbcb;
}

.static-1353050 .checkArea .checkArea_list_read {
  font-size: 18px;
  letter-spacing: 0.06em;
  margin: 34px auto 0;
  text-align: center;
}

.static-1353050 .checkArea .checkArea_link {
  max-width: 648px;
  height: 198px;
  width: 100%;
  text-align: center;
  border: 1px solid #e0e0e0;
  margin: 60px auto 0;
}

.static-1353050 .checkArea .checkArea_link_txt {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 47px;
}

.static-1353050 .checkArea .checkArea_link_btn {
  text-align: center !important;
  margin-top: 30px;
}

.static-1353050 .checkArea .checkArea_link_btn a {
  margin: 0 auto;
  padding: 0 17px;
}

.static-1353050 .checkArea .checkArea_link_btn .btn--small .link--next{
	background: none;
  position: relative;
}

.static-1353050 .checkArea .checkArea_link_btn .btn--small .link--next::after {
    content: "";
    display: inline-block;
    background: right bottom url(/contents/common/images/bg-link-arrow-next.png) no-repeat;
    background-size: 5px 9px;
    transform: rotate(90deg);
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0px;
}

.static-1353050 .link--nextWhite {
  position: relative;
  padding: 0 1em;
  background: url(/contents/common/images/bg-link-arrow-next.png) right center no-repeat;
  background-size: 5px 9px;
  position: relative;
}

.static-1353050 .bnrArea {
  max-width: 648px;
  max-height: 198px;
  width: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  margin: 108px auto 0;
}

.static-1353050 .bnrArea .bnr_container_inner {
  border: 1px solid #e0e0e0;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.static-1353050 .bnrArea .bnr_container_inner::before {
  position: absolute;
  content: "";
  bottom: -16%;
  left: 0%;
  width: 101px;
  height: 107px;
  margin-top: -5px;
  background: url(/contents/small/1353050/images/img-bnr-03.png) top left no-repeat;
  background-size: 101px 107px;
}

.static-1353050 .bnrArea .bnr_container_inner::after {
  position: absolute;
  content: "";
  bottom: -15%;
  right: 0%;
  width: 78px;
  height: 100px;
  margin-top: -5px;
  background: url(/contents/small/1353050/images/img-bnr-04.png) top left no-repeat;
  background-size: 78px 100px;
}

.static-1353050 .bnrArea .bnrArea_imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 648px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.static-1353050 .bnrArea .bnrArea_img {
  max-width: 198px;
}

.static-1353050 .bnrArea .bnrArea_img:first-child {
  padding-right: 252px;
}

.static-1353050 .bnrArea .bnrArea_txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  line-height: normal;
}

.static-1353050 .bnrArea .bnrArea_txtBox_innerBox .bnrArea_check_tag {
  display: inline-table;
  background-color: #ef857d;
  color: #fff;
  text-align: center;
  padding: 0 6px 2px;
  letter-spacing: 0.08em;
  line-height: normal;
}

.static-1353050 .bnrArea .bnrArea_txtBox_innerBox .bnrArea_lead {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-top: 11px;
}

.static-1353050 .bnrArea .bnrArea_ttl {
  font-size: 20px;
  letter-spacing: 0.04em;
}

.static-1353050 .setBox {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  border: 1px solid #231815;
  width: 859px;
  margin: 130px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8em;
}

.static-1353050 .setBox__inner {
  width: 770px;
  margin: 0 auto;
  padding: 34px 0 36px;
}

.static-1353050 .setBox__ttlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 14px;
}

.static-1353050 .setBox__ttlBlock__icon {
  font-size: 30px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  margin-right: 15px;
}

.static-1353050 .setBox__ttlBlock__ttl__lead {
  font-size: 18px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0 10px;
  letter-spacing: 0.1em;
  margin-top: 9px;
}

.static-1353050 .setBox__ttlBlock__ttl h3 {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}

.static-1353050 .setBox__txtBlock {
  margin-left: 13px;
}

.static-1353050 .setBox__txtBlock p:first-child {
  letter-spacing: 0.09em;
  margin-top: 21px;
}

.static-1353050 .setBox .partition {
  border-right: 1px solid #000;
  padding-right: 5px;
  margin-right: 5px;
}

.static-1353050 .setBox .partition--goast {
  border-right: 1px solid #000;
  padding-right: 8px;
  margin-right: 6px;
  height: 15px;
  display: inline-block;
}

.static-1353050 .setBox .notes {
  font-size: 10px;
  color: #5c5a5a;
  margin-top: 5px;
  margin-left: 0;
}

.static-1353050 .setBox .setBox__Block__item__contents {
  text-align: center;
  margin: 27px auto 0;
}

.static-1353050 .setBox .setBox__Block__item__contents__ttl {
  font-size: 20px;
  letter-spacing: 0.07em;
}

.static-1353050 .setBox .setBox__Block__item__contents__txt {
  letter-spacing: 0.06em;
  margin-top: 15px;
}

.static-1353050 .setBox .setBox__Block__item__contents__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 740px;
  margin: 23px auto 0;
}

.static-1353050 .setBox .setBox__Block__item__contents__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
}

.static-1353050 .setBox .setBox__Block__item__contents__line {
  border-left: 1px solid #e0e0e0;
  margin: 77px 0 2px;
}

.static-1353050 .setBox .setBox__Block__item__contents__box__innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.static-1353050 .setBox .setBox__Block__item__contents__box {
  max-width: 348px;
  min-width: 348px;
}

.static-1353050 .setBox .setBox__Block__item__contents__box__innerBox::before {
  position: absolute;
  content: "";
  top: 43%;
  left: 47%;
  width: 21px;
  height: 21px;
  margin-top: -5px;
  background: url(/contents/small/1353050/images/img-setBox-icon-01.png) top left no-repeat;
  background-size: 21px 21px;
}

.static-1353050 .setBox .setBox__Block__item__contents__box__innerBox p {
  width: 152px;
  letter-spacing: 0.07em;
  border: 1px solid #e0e0e0;
  line-height: normal;
  padding: 6px 0;
  display: inline-block;
}

.static-1353050 .setBox .setBox__Block__item__contents__box__innerBox p:first-child {
  margin-right: 40px;
}

.static-1353050 .setBox .setBox__Block__item__contents_ttl_yellow {
  text-align: center;
  font-size: 20px;
  border-bottom: 8px solid #fefbcb;
  line-height: 0.5;
  display: inline-block;
  margin: 45px auto 40px;
  letter-spacing: 0.07em;
}

.static-1353050 .setBox .setBox__Block__item__contents_ttl_blue {
  text-align: center;
  font-size: 20px;
  border-bottom: 8px solid #dbf0f9;
  line-height: 0.5;
  display: inline-block;
  margin: 45px auto 40px;
  letter-spacing: 0.07em;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 327px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 .setBox__Block__item__contents_itemBox_img {
  max-width: 89px;
  min-width: 89px;
  -ms-flex-preferred-size: 89px;
  flex-basis: 89px;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 .rec_icon {
  position: relative;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 .rec_icon::before {
  position: absolute;
  content: "";
  top: -21%;
  right: -26%;
  width: 47px;
  height: 47px;
  margin-top: -5px;
  background: url(/contents/small/1353050/images/img-setBox-icon-02.png) top left no-repeat;
  background-size: 47px 47px;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_02 .rec_icon {
  position: relative;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_02 .rec_icon::before {
  position: absolute;
  content: "";
  top: -24%;
  right: -13%;
  width: 47px;
  height: 47px;
  margin-top: -5px;
  background: url(/contents/small/1353050/images/img-setBox-icon-02.png) top left no-repeat;
  background-size: 47px 47px;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 .setBox__Block__item__contents_itemBox_txt {
  letter-spacing: 0.07em;
  margin-top: 7px;
  line-height: normal;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 271px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
  padding-right: 15px;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_02 .setBox__Block__item__contents_itemBox_img {
  max-width: 124px;
  min-width: 124px;
  -ms-flex-preferred-size: 124px;
  flex-basis: 124px;
}

.static-1353050 .setBox .setBox__Block__item__contents_itemBox_02 .setBox__Block__item__contents_itemBox_txt {
  letter-spacing: 0.07em;
  margin-top: 5px;
  line-height: normal;
}

.static-1353050 .appSection {
  text-align: center;
  width: 707px;
  margin: 93px auto 0;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.static-1353050 .appSection .appCaption {
  line-height: 1.8;
  font-size: 20px;
  letter-spacing: 0.06em;
}

.static-1353050 .appSection .appCaption--small {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-top: 3px;
}

.static-1353050 .appSection .appLinks {
  background-color: #eff6f2;
  margin-top: 35px;
  height: 199px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.static-1353050 .appSection .appLinksContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.static-1353050 .appSection .appLinksTextContainer {
  text-align: left;
}

.static-1353050 .appSection .appLinksText {
  font-size: 16px;
  margin-bottom: 3px;
}

.static-1353050 .appSection .appLinksQRContainer {
  margin-left: 19px;
}

.static-1353050 .appSection .appLinksContainer:nth-child(2) {
  margin-left: 62px;
}

@media (min-width: 769px) {
  .static-1353050 .checkArea .checkArea_slide {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  .static-1353050 .itemIntroSection__limited {
    max-width: 100%;
  }

  .static-1353050 .itemIntroSection{
    border-bottom: 1px solid #dbe1f1;
		padding: 0 0 44px 0px;
  }

  .static-1353050 .itemIntroSection.itemIntroSection__limited{
    border-bottom: 1px solid #fde2bb;
    padding: 0 0 44px 0px;
    margin: 40px 0 60px;
  }


  .static-1353050 .itemIntroSection.itemIntroSection__limited h4{
		font-size: 16px;
    letter-spacing: 0.0px;
    text-align: center;
    padding: 11px 0;
    background-color: #fde2bb;
    display: block;
    margin: 0 auto;
  }

  .static-1353050 .itemIntroSection h3{
	  font-size: 20px;
    margin-bottom: 35px;
  }

  .static-1353050 .itemIntroSection h4{
		font-size: 16px;
    letter-spacing: 0.0px;
    text-align: center;
    padding: 11px 0;
    background-color: #dbe1f1;
    display: block;
    margin: 0 auto;

  }

  .static-1353050 .kvSection {
    text-align: center;
  }

  .static-1353050 .kvSection .bgWrapper {
		background: url(/contents/small/1353050/images/sp/bg-kv.jpg) no-repeat top;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15vw 0 0 8vw;
    height: 115vw;
  }

	.static-1353050 .kvSection .read{
    font-size: 14px;
    text-align: left;
    margin: 50px auto 0;
    padding: 0 20px;
    max-width: 375px;
	}

	.static-1353050 .section-limitedcolor{
    margin: 60px 0 0 0;
	}

	.static-1353050 .section-limitedcolor .titletop{
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
	}

	.static-1353050 .section-limitedcolor h3{
		font-size: 20px;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.5;
	}

	.static-1353050 .section-limitedcolor .lead{
    font-size: 14px;
    text-align: left;
    margin: 50px auto 50px ;
    padding: 0 20px;
    max-width: 375px;
	}

	.static-1353050 .section-limitedcolor .artistwrap .artistImg{
		max-width: 80px;
    top: 24px;
    left: 0px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colleft{
    display: flex;
    width: auto;
    flex-direction: row-reverse;
    align-items: center;
		margin: 0 0 10px 0;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright h4{

	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colleft .img{
    max-width: 200px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colleft p{
    font-size: 14px;
    margin: 0 0 0 20px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block02 .allow{
    width: 0;
    height: 0;
    margin: 0 0 0 0;
    transform: rotate(90deg);
    border-width: 32px 0 32px 30px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .point{
    font-size: 20px;
    margin: 15px 0 0 0;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .point span{
    font-size: 30px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block03{
    display: flex;
    flex-direction: column;
    align-items: center;
	}

	.static-1353050 .section-howto{
    margin-top: 30px;
    padding: 0 20px 40px;
    border-bottom: 1px solid #e0e0e0;
 	}

 	.static-1353050 .section-howto .head {
    line-height: 1.55;
	}

	.static-1353050 .section-howto .head h3{
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 45px 0;
	}

	.static-1353050 .section-howto .head h4{
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 2px;
    letter-spacing: 0.08em;
	}
	.static-1353050 .section-howto .head .imgwrap{
    max-width: 163px;
    min-width: 163px;
    width: 100%;
    margin: 20px auto 40px;
	}

	.static-1353050 .section-howto .col2{
    display: block;
	}

	.static-1353050 .section-howto .col2 h4 {
	    margin: 0 0 10px 0;
	    font-size: 16px;
	    line-height: 1.55;
	    letter-spacing: 0.06em;
	}

	.static-1353050 .section-howto .col2 .imgwrap {
	    margin: 22px 0 18px;
	}

	.static-1353050 .section-howto .col2 .red {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 2.15;
	}

	.static-1353050 .section-howto .col2 .colleft ,
	.static-1353050 .section-howto .col2 .colright {
	    width: auto;
	}

	.static-1353050 .section-howto .col2 .colleft {
    margin: 0 auto 40px;
}

	.static-1353050 .section-multiple {
    margin: 90px 0 0;
    padding: 0 20px;
	}

	.static-1353050 .section-multiple p{
    margin-bottom: 2px;
    font-size: 14px;
	}

	.static-1353050 .section-multiple h3{
    font-size: 16px;
	}

	.static-1353050 .section-multiple h4{
    margin: 0 0 25px;
    font-size: 18px;
	}

	.static-1353050 .section-multiple h5{
    max-width: 335px;
    margin: 35px auto 13px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.02em;
	}

	.static-1353050 .section-multiple .imgwrap{
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 290px;
    margin: 0 auto;
	}

	.static-1353050 .section-multiple .imgwrap .img{
		max-width: 120px;
	}

	.static-1353050 .section-multiple .imgwrap p{
    margin: 0 0 0 30px;
    font-size: 14px;
	}

	.static-1353050 .section-multiple .multiple--notes li{
    font-size: 14px;
	}

	.static-1353050 .section-multiple .multiple--notes li span{
    margin: 0 8px 0 0;
    font-size: 16px;
    vertical-align: top;
    top: 0px;
    left: 0px;
	}

	.static-1353050 .section-limitedcolor .artistwrap .artistTitle{
    font-size: 12px;
    padding: 0 0 10px 90px;
	}
	.static-1353050 .section-limitedcolor .artistwrap .fontLarge{
		font-size: 16px;
	}
	.static-1353050 .section-limitedcolor .artistwrap .artisttInfo{
		padding: 5px 0 0 90px;
    letter-spacing: 0.0px;
	}
	.static-1353050 .section-limitedcolor .artistwrap .slash{
		font-size: 20px;
	}
	.static-1353050 .section-limitedcolor .artistwrap{
    max-width: 345px;
    margin: 50px auto 50px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap{

	}
	.static-1353050 .section-limitedcolor .colorinfoerap.first{
    margin-bottom: 55px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block01{

    max-width: 375px;
    align-items: center;
    margin: 0px auto 60px;
    height: auto;
    display: block;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block01 .kvSection__icon{
    width: 55px;
    height: 55px;
    left: 77px;
    top: -19px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap{
		max-width: 375px;
    width: initial;
    text-align: center;
    margin: 0 0 0 0;
    padding: 85px 20px 40px;
	}

	.static-1353050 .txtwrap__end {
		/* top: 220px; */
		top: -25px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		z-index: 10;
		position: absolute;
		background: rgba(0,0,0,.5);
  }

  .static-1353050 .txtwrap__endTxt {
		position: absolute;
		top: 50%;
		left: 50%;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		transform: translate(-50%,-50%);
  }

	.static-1353050 .section-limitedcolor .colorinfoerap .block01 .imgwrap{
    position: static;
    max-width: 175px;
    margin: 0 auto -70px;
    z-index: 2;
	}
	.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap h4{
    font-size: 14px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
	}
	.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap .read{
    font-size: 16px;
    margin: 10px 0 20px 0;
    white-space: nowrap;
	}
	.static-1353050 .section-limitedcolor .colorinfoerap .block01 .txtwrap .info{
    font-size: 12px;
    text-align: center;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block02{
	  flex-direction: column;
    margin: 0 0 10px 0;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .imgwrap{
		max-width: 375px;
    margin: 0 20px 0;
	}
	.static-1353050 .section-limitedcolor .colorinfoerap .block03{
		padding: 0 20px;
	}
	.static-1353050 .section-limitedcolor .colorinfoerap .block03 h3{
		margin: 0 0 25px 0;
	}
	.static-1353050 .section-limitedcolor .colorinfoerap .block02 .colright .point p{
    display: flex;
    align-items: center;
    margin: 0px 15px;
    font-size: 20px;
	}
	.static-1353050 .section-limitedcolor .colorinfoerap .block03 h4{
    font-size: 14px;
		margin-bottom: 30px;
		text-align: left;
		max-width: 375px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block03 .imgwrap{
    padding: 0 0 0 0;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block03 .colright{
    max-width: 170px;
    padding: 0 0 0 10px;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block03 .colright h4{
		font-size: 16px;
		margin: 0 0 5px;
    padding: 0 0;
	}

	.static-1353050 .section-limitedcolor .colorinfoerap .block03 .colright p{
    line-height: 1.6;
    font-size: 12px;
    max-width: 150px;
	}

	.static-1353050 .section-multiple .multiple--notes{
		max-width: 330px;
    padding: 0 0 0 0;
	}

	.static-1353050 .section-multiple .multiple--notes li{
    max-width: 310px;
    text-indent: 0px;
    margin-left: 0px;
	  line-height: 1.5;
	  font-size: 14px;
	  margin-bottom: 5px;
		letter-spacing: -1.0px;
    padding-left: 20px;
	}



	.static-1353050 .bgWrapper__ttlBlock{
    background-color: rgba(255,255,255,0.0);
	}

	.static-1353050 .section-nostalgicfuture .bgWrapper__ttlBlock{
    margin: 20px 0 0 0;
	}

	.static-1353050 .bgWrapper__ttlBlock {
	    padding: 20px 0 0 0;
	}

	.static-1353050 .bgWrapper__ttlBlock .kvttlMain{
		position: relative;
		text-align: left;
	}

	.static-1353050 .bgWrapper__ttlBlock .kvttlMain

	.static-1353050 .bgWrapper__ttlBlock .kvttlBorder{
		max-width: 180px;
		font-size: 14px;
		text-align: left;
	}
	.static-1353050 .bgWrapper__ttlBlock .kvttlMain p{
		font-size: 16px;
	}
	.static-1353050 .bgWrapper__ttlBlock .kvttlMain span{
		font-size: 14px;
	}

  .static-1353050 .bgWrapper__ttlBlock .kvttlMain span.kvttlMain_productname{
    font-size: 18px;
  }

	.static-1353050 .bgWrapper__ttlBlock .kvttlMain h2{
    font-size: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 3px;
		line-height: 1.4;
	}

	.static-1353050 .bgWrapper__ttlBlock .kvttlMain h2 span{
		font-size: 25px;
	}

  .static-1353050 .kvSection .kvTitle {
    font-size: 0.875rem;
  }

  .static-1353050 .kvSection .kvTitle--strong {
    font-size: 1.375rem;
  }

  .static-1353050 .kvSection .kvLead {
    margin: 20px 20px 0;
    text-align: left;
    font-size: 0.875rem;
  }

	.static-1353050 .section_baloon .impression__voice{
    margin: 0 20px;
	}

	.static-1353050 .section_baloon .impression__voice_word.balloon-right,
	.static-1353050 .section_baloon .impression__voice_word.balloon-left{
    max-height: initial;
    padding: 15px;
	}

	.static-1353050 .section_baloon .impression__voice_word.balloon-right{
    margin: 0 0 25px 0;
	}
	.static-1353050 .section_baloon .impression__voice_word.balloon-left{
    margin: 0 0 15px 0;
	}

	.static-1353050 .section_baloon:after{
    border-width: 15px 16px 0 16px;
	}

	.static-1353050 .section_baloon .impression__voice__image p{
	    font-size: 22px;
	}

  .static-1353050 .itemIntroSection {
    margin: 40px 0 0;
    text-align: center;
  }

  .static-1353050 .itemIntroSection .itemTitle {
    font-size: 1.25rem;
  }

  .static-1353050 .itemIntroSection .itemSlider {
		max-width: 375px;
		margin: 35px auto 0;
  }

  .static-1353050 .itemIntroSection .itemSlider .itemSliderList {
    margin: 0;
    width: 100%;
  }

  .static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow,.static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow {
		width: 21px;
    height: 21px;
    top: 0%;
	}

  .static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-prev.slick-arrow {
    left: 25px;
    top: -140px;
  }

  .static-1353050 .itemIntroSection .itemSlider .itemSliderList .slick-next.slick-arrow {
    right: 25px;
    top: -140px;
  }

  .static-1353050 .itemIntroSection .itemSlider .imgwrap{
    max-width: 245px;
    max-height: 160px;
    margin: 12px auto 43px;
    position: relative;
    display: flex;
  }
	.static-1353050 .contentwrap__end {
		position: absolute;
		/* top: 0px;
		right: 12px;
		bottom: -10px;
		left: 1140px; */
		top: -15px;
    right: 5px;
    bottom: -25px;
    left: 0px;
		z-index: 10;
		background: rgba(0,0,0,.5);
	}

	.static-1353050 .contentwrap__endTxt{
		position: absolute;
		top: 50%;
		left: 50%;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		transform: translate(-50%,-50%);
	}

  .static-1353050 .itemIntroSection .itemSlider .contentwrap{
	  margin: 0 20px;
  }



  .static-1353050 .itemIntroSection .itemSlider .imgwrap .kvSection__icon{
    position: absolute;
    top: -5px;
    left: -15px;
  }

  .static-1353050 .itemIntroSection .itemSlider .testArea{
		max-width: 160px;
    max-height: 160px;
  }

  .static-1353050 .itemIntroSection .itemSlider .testArea_eye{
	  position: absolute;
		max-width: 117px;
    min-width: 117px;
    height: 117px;
    bottom: -22%;
		right: -1%;
  }

  .static-1353050 .itemIntroSection .itemSlider h4{
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    background-color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.83;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }
  .static-1353050 .itemIntroSection .itemSlider .txt{
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 0.04em;
    line-height: 1.83;
    -webkit-font-feature-settings: 'palt';
  }

  .static-1353050 .itemIntroSection .itemSlider ul.itemSliderThumbnail li:not(:first-child) {
    margin-left: 7px;
  }

  .static-1353050 .itemIntroSection .itemSlider ul.itemSliderThumbnail li:nth-child(5) {
    margin-left: 0;
  }

  .static-1353050 .itemIntroSection .itemSlider ul.itemSliderThumbnail li.thumbnail-current {
    background-color: #fdebec;
    border-radius: 7px;
  }

	.static-1353050 .slideIcon_wrap{
		margin: 30px auto 0;
	}

  .static-1353050 .partSection {
    margin: 54px auto 0;
    padding: 0 20px;
    width: auto;
    display: block;
  }

  .static-1353050 .partSection .partContainer .partTitle {
    height: 50px;
    position: relative;
    display: inline-block;
    padding-left: 60px;
  }

  .static-1353050 .partSection .partContainer .partTitle .circleContainer {
    width: 50px;
    height: 50px;
  }

  .static-1353050 .partSection .partContainer .partTitle .circleContainer .circleContainer__textContainer {
    top: 20%;
    font-size: 0.625rem;
    line-height: 1;
  }

  .static-1353050 .partSection .partContainer .partTitle .partTitle__text--number {
    font-size: 1.5rem;
  }

  .static-1353050 .partSection .partContainer .partTitle .partTitle__text {
    font-size: 0.875rem;
  }

  .static-1353050 .partSection .partContainer .partTitle .partTitle__text--strong {
    font-size: 1rem;
  }

  .static-1353050 .partSection .partContainer .partCaption {
    margin-top: 30px;
  }

  .static-1353050 .partSection .partContainer .partImgContainer {
    margin: 28px auto 0;
    text-align: center;
    width: 45%;
  }

  .static-1353050 .partSection .partContainer .partBoxText {
    text-align: center;
  }

  .static-1353050 .partSection .partContainer .partBoxText p {
    font-size: 0.875rem;
    margin-top: 30px;
  }

  .static-1353050 .partSection .partContainer:nth-child(2) {
    margin-top: 50px;
    margin-left: 0;
  }

  .static-1353050 .partSection .partContainer:nth-child(2) .partTitle .partTitle__text {
    margin-top: 0;
    letter-spacing: -0.08em;
  }

  .static-1353050 .partSection .partContainer:nth-child(2) .partCaption {
    margin-top: 0;
  }

  .static-1353050 .partSection .partContainer:nth-child(2) .partImgContainer {
    margin: 36px auto 0;
    width: 77%;
  }

  .static-1353050 .partSection .partContainer:nth-child(2) .partNoteText {
    margin-top: 5px;
    text-align: right;
    font-size: 0.625rem;
  }

  .static-1353050 .partSection .partContainer:nth-child(2) .partImgCaption {
    margin-top: 10px;
    font-size: 0.875rem;
    text-align: center;
  }

  .static-1353050 .partSection.partSection--02 {
    margin-top: 81px;
  }

  .static-1353050 .partSection.partSection--02 .partContainer .partImgContainer {
    width: 100%;
  }

  .static-1353050 .partSection.partSection--02 .partContainer:nth-child(2) .partImgContainer {
    margin: 30px auto 0;
    width: 67%;
  }

  .static-1353050 .fourFeaturesSection {
    padding: 0 20px;
    margin-top: 47px;
  }

  .static-1353050 .fourFeaturesSection .featuresTitle {
    padding: 5px 0;
    font-size: 1rem;
  }

  .static-1353050 .fourFeaturesSection ul.featuresList {
    margin-top: 17px;
    padding: 0 0 0 14px;
    min-width: auto;
    display: block;
  }

  .static-1353050 .fourFeaturesSection ul.featuresList li {
    margin-top: 8px;
    width: auto;
    font-size: 0.875rem;
  }

  .static-1353050 .fourFeaturesSection ul.featuresList li .featuresList__strongtext {
    font-size: 1rem;
  }

  .static-1353050 .fourFeaturesSection .featuresNote {
    margin-top: 15px;
    padding-left: 0;
    text-align: left;
    font-size: 0.625rem;
  }

  .static-1353050 .colorChartSection {
    margin: 60px 20px 0;
    padding: 0 20px 30px;
    width: auto;
    text-align: center;
  }

  .static-1353050 .colorChartSection .colorChartTitle {
    margin-top: 30px;
    text-align: center;
  }

  .static-1353050 .colorChartSection .colorChartTitle p {
    padding: 0 2px 5px;
    display: inline-block;
    font-size: 1rem;
  }

  .static-1353050 .colorChartSection .colorChartWrapper {
    margin-top: 36px;
  }

  .static-1353050 .colorChartSection .colorChartWrapper .colorChartImgContainer {
    display: block;
  }

  .static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer {
    display: block;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  .static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    height: 25px;
    position: relative;
  }

  .static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li .circleContainer {
    width: 25px;
    height: 25px;
  }

  .static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li .circleContainer .circleContainer__textContainer {
    top: -3%;
    font-size: 0.5625rem;
    color: #fff;
  }

  .static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li .colorChartList__text {
    width: 40%;
    letter-spacing: -0.1em;
    font-size: 0.75rem;
  }

  .static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li .colorChartList__text--copy {
    width: 60%;
    margin-left: 10px;
    letter-spacing: -0.08em;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .static-1353050 .colorChartSection .colorChartWrapper .colorChartListContainer ul.colorChartList li:not(:first-child) {
    margin-top: 25px;
  }

  .static-1353050 .arrangeSection {
    margin-top: 60px;
    padding: 0 20px;
  }

  .static-1353050 .arrangeSection .arrangeTitle {
    text-align: center;
  }

  .static-1353050 .arrangeSection .arrangeTitle .arrangeTitle__text {
    font-size: 1.25rem;
  }

  .static-1353050 .arrangeSection .arrangeTitle .arrangeTitle__text--box {
    display: inline-block;
    padding: 0 10px;
    font-size: 0.875rem;
  }

  .static-1353050 .arrangeSection .arrangeItemMain {
    margin: 40px auto 0;
    width: 90%;
  }

  .static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__imgContainer {
    width: 9%;
  }

  .static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__textContainer {
    margin-left: 30px;
    width: 79%;
  }

  .static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__textContainer .arrangeItemMain__textContainer__itemName {
    margin-top: 5px;
    font-size: 1rem;
  }

  .static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__textContainer .arrangeItemMain__textContainer__itemCaption {
    margin-top: 5px;
  }

  .static-1353050 .arrangeSection .arrangeItemMain .arrangeItemMain__textContainer .arrangeItemMain__textContainer__dropsImgContainer {
    margin-top: 5px;
    width: 87%;
  }

  .static-1353050 .arrangeSection .arrangeEg {
    width: auto;
    margin: 40px auto 0;
    display: block;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card:nth-child(2),.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card:nth-child(4) {
    margin-left: 0;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card:nth-child(3),.static-1353050 .arrangeSection .arrangeEg .arrangeEg__card:nth-child(4) {
    margin-top: 0;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card:not(:first-child) {
    margin-top: 48px;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__title {
    font-size: 0.875rem;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__title--sub {
    font-size: 0.75rem;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__modelImgContainer {
    width: 80%;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items {
    margin-left: 27px;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items .arrangeEg__card__items__imgContainer {
    display: inline-block;
    width: 27%;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items .arrangeEg__card__items__imgContainer p {
    font-size: 0.875rem;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items .arrangeEg__card__items__imgContainer:nth-child(2) {
    margin-left: 45px;
    width: 23%;
  }

  .static-1353050 .arrangeSection .arrangeEg .arrangeEg__card .arrangeEg__card__items .arrangeEg__card__items__imgContainer:nth-child(2)::before {
    content: '';
    background: url(/contents/small/1353050/images/sp/img-icon-multiple.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
  }

  .static-1353050 .arrangeSection .arrangeCv {
    margin-top: 40px;
  }

  .static-1353050 .lp-btn {
    text-decoration: none;
    padding: 12px;
  }

  .static-1353050 .lp-btn:hover {
    border-color: #5c5a5a;
  }

  .static-1353050 .lp-btn:hover .lp-btn__text {
    opacity: 1;
  }

  .static-1353050 .lp-btn--strong:hover {
    background-color: #5c5a5a;
  }

  .static-1353050 .colorsArea__limited__3colorimg {
    margin: 45px auto 0;
    width: 60%;
  }

  .static-1353050 .colorsArea__limited__title {
    font-size: 17px;
    padding: 0;
    margin: 0 20px;
  }

  .static-1353050 .colorsArea__limited--col2 {
    display: block;
    margin: 0 20px;
    width: auto;
  }

  .static-1353050 .colorsArea__limited--col1 {
    margin: 0 20px;
    width: auto;
  }

  .static-1353050 .colorsArea__limited__card:nth-child(2) {
    margin-left: auto;
  }

  .static-1353050 .colorsArea__limited__card {
    width: auto;
  }

  .static-1353050 .colorsArea__limited__card__subimage__imgContainer:nth-child(2) {
    max-width: 22px;
  }

  .static-1353050 .colorsArea__limited__card__subimage__imgContainer:nth-child(2)::before {
    right: 120%;
  }

  .static-1353050 .colorsArea__limited__card__subimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .static-1353050 .colorsArea__limited__card__subimage__imgContainer:nth-child(1) {
    max-width: 29px;
  }

  .static-1353050 .colorsArea__limited__card__subimage.classy {
    bottom: -142px;
    right: 45px;
  }

  .static-1353050 .colorsArea__limited__card__ttlbox {
    margin-top: 20px;
    margin-right: 40px;
  }

  .static-1353050 .colorsArea__limited__card__ttlbox__ttl {
    font-size: 16px;
  }

  .static-1353050 .small-1351080 .colorsArea__limited__card__ttlbox__txt {
    width: 42%;
  }

  .static-1353050 .colorsArea__limited__card__txtbox {
    margin: 15px 0 40px;
  }

  .static-1353050 .colorsArea__limited__card__subimage__imgContainer__circleContainer {
    bottom: 100px;
  }

  .static-1353050 .colorsArea__limited__card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -20px;
  }

  .static-1353050 .colorsArea__ttlBox .arrangeTitle__text--box {
    display: inline-block;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    font-size: 0.875rem;
    color: #999999;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .static-1353050 .colorsArea .arrangeItemMain {
    margin: 40px auto 50px;
    width: 90%;
  }

  .static-1353050 .colorsArea .arrangeItemMain__imgContainer {
    width: 10%;
  }

  .static-1353050 .colorsArea .arrangeItemMain__textContainer {
    margin-left: 10%;
    width: 70%;
  }

  .static-1353050 .colorsArea .arrangeItemMain__textContainer__itemName {
    margin-top: 5px;
    font-size: 1rem;
  }

  .static-1353050 .colorsArea .arrangeItemMain__textContainer__itemCaption {
    margin-top: 5px;
  }

  .static-1353050 .colorsArea .arrangeItemMain__textContainer__dropsImgContainer {
    margin-top: 5px;
    width: 70%;
  }

  .static-1353050 .colorsArea .arrangeItemMain__imgContainer {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }

  .static-1353050 .colorsArea .icon-2019AW {
    margin-left: 10px;
  }

  .static-1353050 .colorsArea .icon-2019AW img {
    width: 47px;
    height: auto;
  }

  .static-1353050 .colorsArea .colorsArea__titleBox {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .static-1353050 .colorsArea__limited__card__subimage__imgContainer:nth-child(2) img {
    width: 24px;
  }

  .static-1353050 .colorsArea__limited__card__subimage__imgContainer__circleContainer {
    width: 40px;
    height: 40px;
    left: -50px;
  }

  .static-1353050 .colorsArea__limited__card__subimage__imgContainer__circleContainer__textContainer {
    top: 6%;
  }

  .static-1353050 .colorsArea__limited__card__subimage__imgContainer__circleContainer__textContainer__text {
    font-size: 10px;
  }

  .static-1353050 .teaserSection .teaserContainer {
    width: auto;
    margin: 40px auto 0;
    display: block;
  }

  .static-1353050 .teaserSection .teaserContainer .teaserContainer__textContainer {
    width: auto;
    margin: 0 20px;
    display: block;
  }

  .static-1353050 .teaserSection .teaserContainer .teaserContainer__textContainer .textContainer__text--circle {
    width: 65px;
    height: 65px;
    font-size: 17px;
    margin: 30px 20px 15px 0;
    line-height: 65px;
  }

  .static-1353050 .teaserSection .teaserContainer .teaserContainer__textContainer .textContainer__text--box {
    padding: 17px 10px;
    font-size: 17px;
  }

  .static-1353050 .teaserSection .teaserContainer .teaserContainer__imgContainer {
    width: 100%;
  }

  .static-1353050 .notes {
    margin: 40px 0 0;
  }

  .static-1353050 .sp-img003 {
    width: 47px;
  }

  .static-1353050 .kvSection__icon {
    width: 55px;
    height: 55px;
    margin: 0 10px 0 0;
  }

  .static-1353050 .kvSection__icon p {
    font-size: 12px;
    letter-spacing: 0.5px;
	}

	.static-1353050 .kvSection .iconwrap .color{
		font-size: 16px;
	}

	.static-1353050 .kvSection .iconwrap .no--color{
		font-size: 14px;
	}

	.static-1353050 .section-nostalgicfuture .kvSection__icon p{
		font-size: 14px;
	}
	.static-1353050 .section-nostalgicfuture .kvSection__icon span {
    font-size: 12px;
	}

  .static-1353050 .bgWrapper {
    text-align: left;
    padding: 290px 20px 0;
  }

  .static-1353050 .bgWrapper__ttlBlock__lead {
    font-size: 12px;
  }

  .static-1353050 .bgWrapper__ttlBlock__ttl {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
  }

  .static-1353050 .bgWrapper__ttlBlock__txt {
    margin-bottom: 10px;
  }

	.static-1353050 .section_baloon{
		margin-top: 0;
	}

	.static-1353050 .section_baloon__tltle__wrap{
		background: url(/contents/small/1353050/images/sp/img_bg_section_baloon_tltle.png) no-repeat top center;
    background-size: contain;
    margin: 30px auto 30px;
	}

	.static-1353050 .section_baloon__tltle__wrap h3{
		font-size: 16px;
	}

	.static-1353050 .section_baloon__tltle__wrap .section_baloon__title_sub{
		font-size: 14px;
		padding-top: 30px;
	}


  .static-1353050 .reasonSection {
    margin-top: 45px;
    padding: 0 20px 50px;
  }

  .static-1353050 .reasonSection__inner {
    display: block;
  }

  .static-1353050 .reasonSection__imgBlock {
    margin-right: 0;
    width: 120px;
    margin: 0 auto;
  }

  .static-1353050 .reasonSection__txtBlock__ttl {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
  }

  .static-1353050 .reasonSection__txtBlock__othersBox {
    padding: 25px 0;
  }

  .static-1353050 .reasonSection__txtBlock__othersBox__ttl {
    font-size: 16px;
  }

  .static-1353050 .reasonSection__txtBlock__othersBox__list__item {
    font-size: 14px;
    margin-left: 18vw;
  }

  .static-1353050 .answerSection {
    padding: 50px 20px 0;
    border-bottom: none;
  }

  .static-1353050 .answerSection__inner {
    padding-bottom: 0;
  }

  .static-1353050 .answerSection__ttlBlock__lead {
    font-size: 14px;
  }

  .static-1353050 .answerSection__ttlBlock__ttl {
    font-size: 18px;
  }

  .static-1353050 .answerSection__contents {
    display: block;
    margin-left: 0;
    margin: 0 -20px;
  }

  .static-1353050 .answerSection__contents__item {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin: 50px auto 0;
    padding-bottom: 50px;
    width: auto;
    padding: 0 20px 50px;
  }

  .static-1353050 .answerSection__contents__item__goast02 {
    margin: 50px 20px 0 !important;
    padding: 0 0 50px !important;
  }

  .static-1353050 .answerSection__contents__item__q {
    font-size: 14px;
    margin-left: 50px;
  }

  .static-1353050 .answerSection__contents__item__a {
    margin-left: 50px;
    font-size: 16px;
  }

  .static-1353050 .answerSection__contents__item__imgBox {
    margin: 20px auto 0px;
    width: 217px;
  }
  .static-1353050 .answerSection__contents__item__imgBox--goast {
    width: 250px;
    margin: 30px auto 0;
  }

  .static-1353050 .answerSection__contents__item__imgBox__img:nth-child(2):before {
    top: 50px;
  }

  .static-1353050 .answerSection__contents__item:first-child {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    margin: 50px 20px 0;
  }

  .static-1353050 .itemIntroSection__lead {
    font-size: 12px;
  }

  .static-1353050 .itemIntroSection__subTtl {
    font-size: 14px;
    margin-top: 25px;
  }

  .static-1353050 .slideIcon {
    text-align: left;
  }

  .static-1353050 .slideIcon:first-child{
    margin: 0 15px 0 0;
  }

  .static-1353050 .itemSliderThumbnail__icon {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .static-1353050 .itemSliderThumbnail__icon--goast {
    position: absolute;
    top: -30px;
    left: 20px;
  }

  .static-1353050 .soldout {
    width: 100%;
    padding-top: 25vw;
    font-size: 14px;
  }

  .static-1353050 .link--nextWhite:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .static-1353050 .appSection .btn--strong {
    background: #000000;
    height: 51px;
    border-radius: 5px;
  }

  .static-1353050 .appSection .appLinksImgContainer:nth-child(2) {
    margin-left: 20px;
  }

  .static-1353050 {
 /** checkArea１**/ /** checkArea１**/ /** bnrArea **/ /** bnrArea **/;
  }

  .static-1353050 .checkArea {
    padding: 0 20px;
  }

  .static-1353050 .checkArea_row {
    position: relative;
  }

  .static-1353050 .checkArea_slide {
    height: 0;
    overflow: hidden;
  }

  .static-1353050 .checkArea_container_ttl_02 {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 15px;
  }

  .static-1353050 .checkArea .checkArea_ttl_01 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 50px;
  }

  .static-1353050 .checkArea .checkArea_ttl_02 {
    display: block;
    margin-top: 10px;
  }

  .static-1353050 .checkArea .checkArea_ttl_01 span {
    font-size: 14px;
  }

  .static-1353050 .checkArea .checkArea_list {
    display: block;
    margin-bottom: 31px;
  }

  .static-1353050 .checkArea .checkArea_list_txt {
    min-width: unset;
    letter-spacing: 0.06em;
    padding-left: 18px;
    margin: 0 auto;
  }

  .static-1353050 .checkArea .checkArea_list .irregular {
    letter-spacing: 0.02em;
  }

  .static-1353050 .checkArea .checkArea_list_tag {
    margin: 10px auto 0;
    max-width: 258px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .static-1353050 .checkArea .checkArea_list_tag .blueTag {
    width: 119px;
    height: 27px;
    background: #dbf0f9;
  }

  .static-1353050 .checkArea .checkArea_list_tag .yellowTag {
    width: 119px;
    height: 27px;
    background: #fefbcb;
  }

  .static-1353050 .checkArea .checkArea_list_read {
    font-size: 16px;
    margin: 0 auto;
  }

  .static-1353050 .checkArea .checkArea_link_btn {
    max-width: 249px;
    margin: 12px auto 30px;
  }

  .static-1353050 .checkArea .checkArea_link {
    width: auto;
    height: auto;
    margin-top: 45px;
  }

  .static-1353050 .checkArea .checkArea_link_txt {
    font-size: 14px;
    margin-top: 24px;
  }


	.static-1353050 .section-set{
    margin: 40px 20px 0;
    padding: 40px 0;
		border: none;
		border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
	}

	.static-1353050 .section-set .section-set--ttlwrap{
    margin: 0 auto;
    width: 332px;
	}

	.static-1353050 .section-set .section-set--ttlwrap .section-set--icon p{
		font-size: 20px;
    line-height: 1.5;
	}

	.static-1353050 .section-set .section-set--ttlwrap h3{
		font-size: 16px;
	}

	.static-1353050 .section-set .section-set--ttlwrap p{
		font-size: 16px;
	}

	.static-1353050 .section-set .section-set--ttlwrap .section-set--icon{
    width: 69px;
    height: 69px;
	}

	.static-1353050 .section-set .section-set--ttlwrap .section-set--ttl{
    margin: 0 0 0 15px;
    max-width: 240px;
	}

	.static-1353050 .section-set .notice-box{
		max-width: 340px;
		font-size: 14px;
		border: 1px solid #231815;
		margin: 10px auto 0;
		padding: 0 0;
    text-align: center;
    letter-spacing: -0.3px;
    white-space: nowrap;
	}

	.static-1353050 .section-set .notice-box span{
		vertical-align: middle;
   letter-spacing: -0.9px;
	}

	.static-1353050 .section-set .notice-box .ruledLine {
    margin-right: 5px;
    padding-right: 5px;
	  border-right: 1px solid #231815;
	}

	.static-1353050 .section-set .textwrap{
		margin: 20px auto;
    max-width: 340px;
    letter-spacing: 0.2px;
	}

	.static-1353050 .section-set .combiwrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 30px 0 0;
	}

	.static-1353050 .section-set .infowrap{
		margin: 20px auto;
    max-width: 340px;
	}

	.static-1353050 .section-set .infowrap h4{
		text-align: center;
		font-size: 16px;
	}

	.static-1353050 .section-set .productwrap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
		margin: 25px -20px 0;
	}

	.static-1353050 .section-set .productwrap .product01{
		width: auto;
		max-width: 160px;
		margin: 0 0 0 0;
	}

	.static-1353050 .section-set .productwrap .product01 p:nth-last-child(1){
		margin: 24px 0px 0px 0px;
	}

	.static-1353050 .section-set .productwrap .product02 p:nth-last-child(1){
		margin: 10px 0 0 0;
	}

	.static-1353050 .section-set .productwrap .product01 img{
		max-width: 100px;
	}

	.static-1353050 .section-set .productwrap .product02{
		width: auto;
		max-width: 160px;
	}

	.static-1353050 .section-set .productwrap .product02 p{
    white-space: nowrap;
    line-height: 1.4;
    margin: 20px 0 0 0;
	}

	.static-1353050 .section-set .productwrap .product02 img{
		max-width: 83px;
	}

	.static-1353050 .section-set .productwrap .closs {
    max-width: 20px;
    margin: 30px 4% 0;
	}

	.static-1353050 .section-nostalgicfuture{
    margin: 30px auto 0;
    background: url(/contents/small/1353050/images/sp/img-awmake-bnr.png) no-repeat bottom left;
    max-width: 335px;
    height: 353px;
    background-size: contain;
    position: relative;
	}

	.static-1353050 .section-nostalgicfuture .kvttlBorder,
	.static-1353050 .section-nostalgicfuture .kvttlBorder span {
		font-size: 16px;
	}

	.static-1353050 .section-nostalgicfuture .kvttlBorder {
    max-width: 210px;
	}

	.static-1353050 .section-nostalgicfuture .bgWrapper__ttlBlock .kvttlBorder{
		padding: 0 0 5px 27px;
    line-height: 1.5;
		letter-spacing: -0.095em;
	}

	.static-1353050 .section-nostalgicfuture .bgWrapper__ttlBlock .kvttlMain{
		margin: 18px 0 0 27px;
	}

	.static-1353050 .section-nostalgicfuture .kvSection__icon{
    width: 55px;
    height: 55px;
    position: absolute;
    left: 256px;
    top: 0px;
	}

	.static-1353050 .section-nostalgicfuture .kvttlBorder span {
	    font-size: 25px;
	    font-weight: 100;
	}

	.static-1353050 .section-nostalgicfuture.cheek .kvSection__icon {
    position: relative;
    left: 25px;
    top: 50px;
	}

	.static-1353050 .section-nostalgicfuture .kvttlMain h4{
		font-size: 24px;
		letter-spacing: 0em;
	}

	.static-1353050 .bgWrapper__ttlBlock .kvttlMain p{
    font-size: 14px;
    margin: 5px 0 0 0;
	}

	.static-1353050 .section-nostalgicfuture  .bgWrapper__ttlBlock .kvttlMain p{
		font-size: 14px;
		margin: -12px 0 0 0;
	}

	.static-1353050 .section-nostalgicfuture .text-link{
		position: absolute;
		bottom: 15px;
    /* right: 14px; */
    left: 230px;
    font-size: 12px;
	}

	.static-1353050 .section-nostalgicfuture.cheek{
		background: url(/contents/small/1353050/images/sp/bg-nostalgicfuture-cheek.png) no-repeat center bottom;
    background-size: contain;
    display: block;
    max-width: 375px;
    height: 390px;
    margin: 60px auto 0;
    padding: 0 0 0 0;
	}

	.static-1353050 .section-nostalgicfuture.cheek .kvttlMain{
    position: relative;
		max-width: 240px;
    margin: 0 auto;
	}


	.static-1353050 .section-nostalgicfuture.cheek .kvttlMain p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 0;
	}

	.static-1353050 .bgWrapper__ttlBlock .kvSection__icon p{
	  font-size: 16px;
	}
	.static-1353050 .bgWrapper__ttlBlock .kvSection__icon span{
	  font-size: 13px;
	}

	.static-1353050 .section-nostalgicfuture .bgWrapper__ttlBlock .kvSection__icon p{
	  font-size: 14px;
	}
	.static-1353050 .section-nostalgicfuture .bgWrapper__ttlBlock .kvSection__icon span{
	  font-size: 12px;
	}


	.static-1353050 .btn_static {
	    font-size: 16px;
	    line-height: 1.366;
			width: auto;
	    margin: 40px 20px 60px;
	}

  .static-1353050 .bnrArea {
    margin: 60px auto 0;
    padding: 0 20px;
    width: auto;
    display: table;
  }

  .static-1353050 .bnrArea .bnr_container_inner::before {
    bottom: 34%;
    width: 64px;
    height: 72px;
    background-size: 64px 72px;
  }

  .static-1353050 .bnrArea .bnr_container_inner::after {
    bottom: 34%;
    width: 66px;
    height: 83px;
    background-size: 66px 83px;
  }

  .static-1353050 .bnrArea .bnrArea_imgBox {
    display: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .static-1353050 .bnrArea .bnrArea_img {
    max-width: 166px;
    width: 50%;
    float: left;
  }

  .static-1353050 .bnrArea .bnrArea_img:first-child {
    padding-right: 0;
  }

  .static-1353050 .bnrArea .bnrArea_txtBox {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    transform: unset;
    line-height: normal;
    margin: 20px 18px 13px 20px;
  }

  .static-1353050 .bnrArea .bnrArea_txtBox_innerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .static-1353050 .bnrArea .bnrArea_imgBox:after {
    content: "";
    clear: both;
    display: table;
  }

  .static-1353050 .bnrArea .bnrArea_txtBox_innerBox .bnrArea_lead {
    margin-top: 0;
    margin-left: 10px;
    font-size: 12px;
  }

  .static-1353050 .bnrArea .bnrArea_ttl {
    font-size: 16px;
    line-height: 1.5em;
  }

  .static-1353050 .bnrArea .bnrArea_txtBox_innerBox .bnrArea_check_tag {
    padding: 0px 4px 2px;
  }

  .static-1353050 .appSection {
    width: auto;
    margin: 50px auto 0;
  }

  .static-1353050 .appSection .appCaption {
    font-size: 16px;
    letter-spacing: 0.06em;
    padding: 0 20px;
  }

  .static-1353050 .appSection .appCaption--small {
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 0 20px;
    margin-top: 8px;
  }

  .static-1353050 .appSection .appLinks {
    height: auto;
    display: block;
    padding: 39px 20px;
    margin-top: 30px;
  }

  .static-1353050 .appSection .appLinksTitle {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .static-1353050 .appSection .appLinksBtn {
    margin-top: 23px;
  }

  .static-1353050 .appSection .appLinksTitle {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .static-1353050 .appSection .here {
    margin-top: 28px;
  }

  .static-1353050 .appSection .appLinksContainer {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 335px;
  }

  .static-1353050 .appSection .appLinksContainer:nth-child(2) {
    margin-left: 20px;
  }

  .static-1353050 {
 /** setBox **/ /** setBox **/;
  }

  .static-1353050 .setBox {
    width: auto;
    padding: 0;
    border-right: none;
    border-left: none;
    margin: 50px 20px 0;
  }

  .static-1353050 .setBox__inner {
    width: 100%;
    padding: 19px 0 42px;
  }

  .static-1353050 .setBox__ttlBlock {
    position: relative;
    margin-left: 0;
  }

  .static-1353050 .setBox__ttlBlock__ttl__lead {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 0 7px;
  }

  .static-1353050 .setBox__txtBlock {
    margin-top: 63px;
    margin-left: 0;
  }

  .static-1353050 .setBox__ttlBlock__icon {
    max-width: 75px;
    max-height: 75px;
    min-width: 75px;
    -ms-flex-preferred-size: 75px;
    flex-basis: 75px;
    font-size: 24px;
    margin-right: 10px;
  }

  .static-1353050 .setBox__ttlBlock__icon p {
    font-size: 24px;
    line-height: 75px;
  }

  .static-1353050 .setBox__ttlBlock__ttl h3 {
    font-size: 16px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__ttl {
    font-size: 16px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__txt {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: left;
    margin-top: 5px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__tag {
    display: block;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__box__innerBox {
    font-size: 12px;
    max-width: 293px;
    margin: 0 auto;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 {
    max-width: 285px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_02 {
    max-width: 235px;
    margin: 25px auto 0;
    padding-right: 5px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 .setBox__Block__item__contents_itemBox_img {
    max-width: 75px;
    min-width: 75px;
    -ms-flex-preferred-size: 75px;
    flex-basis: 75px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_02 .setBox__Block__item__contents_itemBox_img {
    max-width: 104px;
    min-width: 104px;
    -ms-flex-preferred-size: 104px;
    flex-basis: 104px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__box__innerBox p {
    width: 128px;
    font-size: 12px;
    padding: 4px 0;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__box__innerBox::before {
    top: 43%;
    left: 47.4%;
    width: 16px;
    height: 16px;
    margin-top: -5px;
    background: url(/contents/small/1353050/images/img-setBox-icon-01.png) top left no-repeat;
    background-size: 16px 16px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__box__innerBox:first-child {
    margin-bottom: 20px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__box__innerBox p:first-child {
    margin-right: 35px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__row {
    display: block;
    padding-left: 0;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__line {
    border-bottom: 1px solid #e0e0e0;
    margin: 37px 0 0;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 .rec_icon::before {
    top: -16%;
    right: -26%;
    width: 37px;
    height: 37px;
    background-size: 37px 37px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_02 .rec_icon::before {
    top: -21%;
    right: -17%;
    width: 37px;
    height: 37px;
    background-size: 37px 37px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 .setBox__Block__item__contents_itemBox_txt {
    font-size: 12px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_02 .setBox__Block__item__contents_itemBox_txt {
    font-size: 12px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents__box {
    max-width: 335px;
    min-width: unset;
    margin: 0 auto;
  }

  .static-1353050 .setBox__txtBlock p:first-child {
    margin-top: 12px;
  }

  .static-1353050 .setBox .notes {
    margin-top: 10px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_ttl_yellow {
    font-size: 16px;
    margin: 33px auto 29px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_ttl_blue {
    font-size: 16px;
    margin: 42px auto 29px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .static-1353050 .itemIntroSection {
    padding-top: 0;
  }

  .static-1353050 .itemIntroSection .itemSlider .itemSliderList .itemSliderList__imgContainer--limited {
    width: 32vw;
    margin-right: 30px;
    margin-top: 5px;
  }

  .static-1353050 .itemIntroSection .itemSlider .itemSliderList .itemSliderList__imgContainer--limited--goast {
    width: 35vw;
    margin-right: 25px;
    margin-top: 10px;
  }

  .static-1353050 .itemIntroSection .itemSlider .itemSliderList .itemSliderList__imgContainer--limited--goast02 {
    width: 33vw;
    margin-right: 35px;
    margin-top: 10px;
  }

  .static-1353050 .itemIntroSection .itemSlider .itemSliderList .itemSliderList__imgContainer--limited--goast03 {
    width: 25vw;
    margin-right: 40px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 374px) {
  .static-1353050 .setBox__ttlBlock__ttl__lead {
    letter-spacing: 0.02em;
    padding: 0 5px;
  }

  .static-1353050 .setBox .partition {
    padding-right: 3px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 367px) {
  .static-1353050 .bnrArea .bnr_container_inner::before {
    bottom: 36%;
    width: 59px;
    height: 67px;
    background-size: 59px 67px;
  }

  .static-1353050 .bnrArea .bnr_container_inner::after {
    bottom: 36%;
    width: 61px;
    height: 78px;
    background-size: 61px 78px;
  }

  .static-1353050 .bnrArea .bnr_container_inner::before {
    bottom: 36%;
    width: 59px;
    height: 67px;
    background-size: 59px 67px;
  }

  .static-1353050 .bnrArea .bnr_container_inner::after {
    bottom: 36%;
    width: 61px;
    height: 78px;
    background-size: 61px 78px;
  }
}

@media screen and (max-width: 365px) {
  .static-1353050 .bnrArea .bnrArea_ttl {
    letter-spacing: -0.02em;
  }

  .static-1353050 .bnrArea .bnrArea_txtBox {
    margin: 20px 10px 13px 15px;
  }

  .static-1353050 .bnrArea .bnrArea_ttl {
    letter-spacing: -0.02em;
  }

  .static-1353050 .bnrArea .bnrArea_txtBox {
    margin: 20px 10px 13px 15px;
  }
}

@media screen and (max-width: 363px) {
  .static-1353050 .setBox__ttlBlock__ttl h3 {
    letter-spacing: -0.04em;
  }

  .static-1353050 .setBox__ttlBlock__ttl__lead {
    letter-spacing: -0.08em;
    padding: 0 2px;
  }

  .static-1353050 .setBox__ttlBlock__icon {
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    font-size: 24px;
    margin-right: 10px;
  }

  .static-1353050 .setBox__ttlBlock__icon p {
    line-height: 70px;
  }

  .static-1353050 .setBox__ttlBlock__ttl h3 {
    letter-spacing: -0.04em;
  }

  .static-1353050 .setBox__ttlBlock__ttl__lead {
    letter-spacing: -0.08em;
    padding: 0 2px;
  }

  .static-1353050 .setBox__ttlBlock__icon {
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    font-size: 24px;
    margin-right: 10px;
  }

  .static-1353050 .setBox__ttlBlock__icon p {
    line-height: 70px;
  }
}

@media screen and (max-width: 335px){
	.static-1353050 .section-nostalgicfuture .kvSection__icon{
	  left: 238px;
	}
}

@media screen and (max-width: 367px) {
	.static-1353050 .section-set .notice-box{
		max-width: 360px;
    margin: 10px -20px 0px -20px;
    letter-spacing: -0.5px;
	}
	.static-1353050 .section-set .section-set--ttlwrap{
		margin: 0 -20px;
	}
}

@media screen and (max-width: 338px) {
  .static-1353050 .bnrArea .bnr_container_inner::before {
    bottom: 37%;
    width: 56px;
    height: 64px;
    background-size: 56px 64px;
  }

  .static-1353050 .bnrArea .bnr_container_inner::after {
    bottom: 37%;
    width: 58px;
    height: 75px;
    background-size: 58px 75px;
  }

  .static-1353050 .bnrArea .bnrArea_ttl {
    letter-spacing: -0.08em;
  }

  .static-1353050 .bnrArea .bnr_container_inner::before {
    bottom: 37%;
    width: 56px;
    height: 64px;
    background-size: 56px 64px;
  }

  .static-1353050 .bnrArea .bnr_container_inner::after {
    bottom: 37%;
    width: 58px;
    height: 75px;
    background-size: 58px 75px;
  }

  .static-1353050 .bnrArea .bnrArea_ttl {
    letter-spacing: -0.08em;
  }
}

@media screen and (max-width: 663px) {
  .static-1353050 .kvSection .bgWrapper {
		background: url(/contents/small/1353050/images/sp/bg-kv.jpg) no-repeat top;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 63vw 0 0 29px; */
    padding: 0 0 0 29px;
    height: 115vw;
  }
}

@media screen and (max-width: 333px) {
  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 {
    padding-right: 10px;
  }

  .static-1353050 .setBox .setBox__Block__item__contents_itemBox_01 {
    padding-right: 10px;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/** testArea **/
.static-1353050 .testArea{
  max-width: 930px;
  width: 100%;
  margin: 53px auto 0;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.static-1353050 .testArea_yellow{
  margin-bottom: 80px;
  border: 1px solid #fde2bb;
  padding: 60px 47px 59px;
}

.static-1353050 .testArea_blue{
  border: 1px solid #dbe1f1;
  padding: 60px 47px 59px;
}

.static-1353050 .testArea_yellow .testArea_ttl{
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 15px 37px;
  background-color: #fde2bb;
  display: table;
  margin: 0 auto;
}

.static-1353050 .testArea_blue .testArea_ttl{
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 15px 37px;
  background-color: #dbe1f1;
  display: table;
  margin: 0 auto;
}

.static-1353050 .testArea_contents_itemBox{
  display: flex;
  justify-content: space-between;
}

.static-1353050 .testArea_contents_itemBox_innerBox{
  max-width: 268px;
  margin-top: 58px;
}

.static-1353050 .testArea_contents_itemBox_img{
  max-width: 160px;
  min-width: 160px;
  margin: 0 auto;
  position: relative;
  padding-right: 26px;
}

.static-1353050 .testArea_contents_itemBox_img .testArea_eye{
  position: absolute;
  max-width: 94px;
  min-width: 94px;
  height: 94px;
  width: 100%;
  bottom: -11%;
  right: -12%;
}

.static-1353050 .testArea .new{
  position: relative;
}

.static-1353050 .testArea .new::before{
  position: absolute;
  content: "";
  top: -17%;
  left: -16%;
  width: 74px;
  height: 74px;
  background-size: 74px 74px;
}

.static-1353050 .testArea_contents_itemBox_ttl{
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 33px;
}

.static-1353050 .testArea_contents_itemBox_txt{
  font-size: 14px;
  letter-spacing: 0.06em;
}

.static-1353050 .testArea .letter-spacing{
 letter-spacing: 0.04em
}

.static-1353050 .testArea_contents_itemBox_innerBox .right{
  margin-right: 26px;
}
/** introArea **/
.static-1353050 .introArea{
  margin: 73px auto 0;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
}

.static-1353050 .introArea .introArea_read{
  font-size: 14px;
  letter-spacing: 0.06em;
}

.static-1353050 .introArea h3{
  margin-top: 100px;
  font-size: 32px;
  letter-spacing: 0.02em;
}

.static-1353050 .introArea h3 span{
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.static-1353050 .introArea .introArea_row{
  display: flex;
  max-width: 740px;
  margin: 115px auto 0;
}

.static-1353050 .introArea .introArea_row .introArea_imgBox{
  max-width: 330px;
  min-width: 330px;
  height: 270px;
  width: 100%;
  position: relative;
}

.static-1353050 .introArea .introArea_row .introArea_imgBox .introArea_imgBox_img-01{
  position: absolute;
  bottom: -5%;
  left: -1%;
  width: 309px;
  height: 271px;
}

.static-1353050 .introArea .introArea_row .introArea_imgBox .introArea_imgBox_img-02{
  position: absolute;
  top: 0%;
  right: 0%;
  width: 184px;
  height: 184px;
}

.static-1353050 .introArea .introArea_row .introArea_txt{
  text-align: left;
  margin-left: 65px;
  margin-top: 6.5%;
}

/** introArea **/
/** introArea **/

@media screen and (max-width: 1044px) {
  .static-1353050 .testArea_contents_itemBox_innerBox {
    max-width: 263px;
  }

  .static-1353050 .testArea_contents_itemBox_txt{
    letter-spacing: 0.04em;
  }

  .static-1353050 .testArea .letter-spacing{
	letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 768px) {
	/** section-arrange スリック **/
  .static-1353050 .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .static-1353050 .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }

  .static-1353050 .slick-list:focus {
    outline: none;
  }

  .static-1353050 .slick-list.dragging {
    cursor: pointer;
  }

  .static-1353050 .slick-slider .slick-track,
	.static-1353050 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .static-1353050 .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .static-1353050 .slick-track:before,
	.static-1353050 .slick-track:after {
    content: "";
    display: table;
  }

  .static-1353050 .slick-track:after {
    clear: both;
  }

  .static-1353050 .slick-loading .slick-track {
    visibility: hidden;
  }

  .static-1353050 .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }

  [dir="rtl"] .static-1353050 .slick-slide {
    float: right;
  }

  .static-1353050 .slick-slide img {
    display: block;
  }

  .static-1353050 .slick-slide.slick-loading img {
    display: none;
  }

  .static-1353050 .slick-slide.dragging img {
    pointer-events: none;
  }

  .static-1353050 .slick-initialized .slick-slide {
    display: block;
  }

  .static-1353050 .slick-loading .slick-slide {
    visibility: hidden;
  }

  .static-1353050 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .static-1353050 .slick-arrow.slick-hidden {
    display: none;
  }

  .static-1353050 .testArea .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .static-1353050 .testArea .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }

  .static-1353050 .testArea_yellow .slick-dots li button::before {
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: url(/contents/small/1353050/images/sp/img-slick-dots_yellow.png);
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
  }

  .static-1353050 .testArea_yellow .slick-dots li.slick-active button::before {
    content: url(/contents/small/1353050/images/sp/img-slick-dots_yellowActive.png);
  }

  .static-1353050 .testArea_blue .slick-dots li button::before {
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: url(/contents/small/1353050/images/sp/img-slick-dots_blue.png);
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
  }

  .static-1353050 .testArea_blue .slick-dots li.slick-active button::before {
    content: url(/contents/small/1353050/images/sp/img-slick-dots_blueActive.png);
  }
  /** スリック **/

  /** testArea **/
  .static-1353050 .testArea_yellow{
	border-left: unset;
	border-right: unset;
	padding: 0;
	margin-bottom: 70px;
  }

  .static-1353050 .testArea_blue{
	border-left: unset;
	border-right: unset;
	padding: 0;
	margin-bottom: 90px;
  }

  .static-1353050 .testArea ul{
	  margin: 0;
  }

  .static-1353050 .testArea .slick-dots{
	bottom: -82px;
  }

  .static-1353050 .testArea_yellow .testArea_ttl{
	display: block;
	font-size: 16px;
	padding: 11px 0;
  }

  .static-1353050 .testArea_blue .testArea_ttl{
	display: block;
	font-size: 16px;
	padding: 11px 0;
  }

  .static-1353050 .testArea_Box{
	padding: 0 20px 44px;
  }

  .static-1353050 .testArea_contents_itemBox_innerBox{
	max-width: 335px;
	margin: 47px auto 0;
	position: relative;
  }

  .static-1353050 .testArea_contents_itemBox_img{
	padding-right: 85px;
  }

  .static-1353050 .testArea_contents_itemBox_img .testArea_eye{
	max-width: 117px;
    min-width: 117px;
    height: 117px;
    bottom: -22%;
    right: -1%;
  }

  .static-1353050 .testArea .new::before{
	top: -3%;
    left: -7%;
    width: 56px;
    height: 56px;
    background-size: 56px 56px;
  }

  .static-1353050 .testArea_contents_itemBox_ttl{
	font-size: 16px;
	margin-top: 43px;
  }

  .static-1353050 .testArea .testArea_contents_itemBox_innerBox .testArea__nextNo {
    position: absolute;
    top: 16px;
    right: 16px;
    line-height: 1;
    font-size: 12px;
    color: #5c5a5a;
    padding-right: 10px;
  }

  .static-1353050 .testArea .testArea_contents_itemBox_innerBox .testArea__nextNo::after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #5c5a5a;
    border-bottom: none;
    border-left: none;
    margin: auto;
    position: absolute;
    top: 136px;
    right: -10px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .static-1353050 .testArea .testArea_contents_itemBox_innerBox .testArea__prevNo {
    position: absolute;
    top: 16px;
    left: 16px;
    line-height: 1;
    font-size: 12px;
    color: #5c5a5a;
    padding-left: 10px;
  }

  .static-1353050 .testArea .testArea_contents_itemBox_innerBox .testArea__prevNo::before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #5c5a5a;
    border-bottom: none;
    border-left: none;
    margin: auto;
    position: absolute;
    top: 136px;
    left: -10px;
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
	/** testArea **/

	/** introArea **/
	.static-1353050 .introArea{
		padding: 0 20px;
		margin: 44px auto 50px;
	}

	.static-1353050 .introArea .introArea_read{
	text-align: left;
	}

	.static-1353050 .introArea h3{
	margin-top: 55px;
		font-size: 18px;
		letter-spacing: 0.08em;
	}

	.static-1353050 .introArea h3 span{
	margin-bottom: 0px;
	}

	.static-1353050 .introArea .introArea_row{
	display: block;
	margin: 43px auto 0;
	}

	.static-1353050 .introArea .introArea_row .introArea_imgBox{
	max-width: 335px;
		min-width: 335px;
		height: 276px;
		margin: 0 auto;
	}

	.static-1353050 .introArea .introArea_row .introArea_imgBox .introArea_imgBox_img-01{
	left: -6%;
		width: 238px;
		height: 210px;
	}

	.static-1353050 .introArea .introArea_row .introArea_imgBox .introArea_imgBox_img-02{
	right: 22%;
	}

	.static-1353050 .introArea .introArea_row .introArea_txt{
	margin-left: 0px;
		margin-top: 55px;
	}
	/** introArea **/
}


/*set　add　210726*/
.static-1353050 .setBlock {
  max-width: 888px;
  margin: 0 auto;
 /**SET-02**/;
}
.static-1353050 .setBlock {
  border: 1px solid #231815;
  padding: 35px;
  margin-top: 100px;
}

.static-1353050 .setBlock__titles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
}

.static-1353050 .setBlock .icon--set {
  border: 0;
  background: #231815;
  border-radius: 51%;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 90px;
  font-size: 30px;
  letter-spacing: 0.02em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.static-1353050 .setBlock__titleText {
  font-size: 20px;
}

.static-1353050 .setBlock__boxText {
  border: 1px solid #231815;
  padding: 4px 10px;
  font-size: 18px;
  display: inline-block;
  line-height: 1.2;
  margin-top: 10px;
}

.static-1353050 .setBlock__col2of1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.static-1353050 .setBlock__col2of1__item {
  width: 50%;
}

.static-1353050 .setBlock__col2of1__item:first-child {
  padding-top: 40px;
}

.static-1353050 .setBlock__col2of1__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 30px;
}

.static-1353050 .setBlock__col2of1__item__txt {
  font-size: 18px;
}

.static-1353050 .setBlock__col2of1__item__imgBox {
  text-align: center;
  margin: 0 5px;
}

.static-1353050 .setBlock__col2of1__item__imgBox:first-child {
  /* margin-right: 25px; */
}

.static-1353050 .setBlock__col2of1__item__imgBox a {
  text-decoration: underline;
  margin-top: 15px;
  font-size: 18px;
}

.static-1353050 .setBlock__col2of1__item__img {
  width: 160px;
  height: 170px;
  position: relative;
  margin: 0 auto;
}

.static-1353050 .setBlock__col2of1__item__img--02 {
  /* width: 90px; */
}

.static-1353050 .setBlock__col2of1__item__img--02 img {
  /* padding-top: 40px; */
}

.static-1353050 .setBlock__col2of1__item__img--02:before,
.static-1353050 .setBlock__col2of1__item__img--02:after {
  /* position: absolute;
  top: 95px;
  left: -76px;
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  border-top: 1px solid #231815;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
}

.static-1353050 .setBlock__col2of1__item__img--02::after {
  top: 75px;
  left: -116px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.static-1353050 .setBlock .notes {
  font-size: 12px;
  margin-top: 5px;
}

.static-1353050 .setBlock__textColumn {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}

.static-1353050 .setBlock__textColumn:nth-child(1) {
  padding-left: 0;
  border-right: 1px solid #231815;
}

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

  .static-1353050 .setBlock {
    margin-top: 50px;
    border-right: none;
    border-left: none;
    padding: 25px 0px;
  }

  .static-1353050 .setBlock__titles {
    display: block;
  }

  .static-1353050 .setBlock .icon--set {
    width: 75px;
    height: 75px;
    font-size: 24px;
    letter-spacing: 0.02em;
    position: absolute;
    top: 5px;
  }

  .static-1353050 .setBlock__titleText {
    font-size: 16px;
  }

  .static-1353050 .setBlock__boxText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -0.08px;
    margin-top: 25px;
    font-size: 14px;
    text-align: center;
  }

  .static-1353050 .setBlock__col2of1 {
    display: block;
    margin-top: 20px;
  }

  .static-1353050 .setBlock__col2of1__item {
    width: 100%;
  }

  .static-1353050 .setBlock__col2of1__item:first-child {
    padding-top: 0;
  }

  .static-1353050 .setBlock__col2of1__item:last-child {
    padding-left: 0;
    margin-top: 20px;
  }

  .static-1353050 .setBlock__col2of1__item__txt {
    font-size: 14px;
  }

  .static-1353050 .setBlock__col2of1__item__imgBox a {
    font-size: 12px;
  }

  .static-1353050 .setBlock__col2of1__item__img {
    width: 100px;
  }

  .static-1353050 .setBlock__col2of1__item__img--02 {
    width: 160px;
  }

  .static-1353050 .setBlock__col2of1__item__img--02 img {
    padding-top: 0;
  }

  .static-1353050 .setBlock__col2of1__item__img--02:before,.static-1353050 .setBlock__col2of1__item__img--02:after {
    width: 24px;
    height: 24px;
    top: 94px;
    left: -20px;
  }

  .static-1353050 .setBlock__col2of1__item__img--02::after {
    top: 82px;
    left: -44px;
  }

  .static-1353050 .setBlock__textColumn {
    font-size: 12px;
  }

  .static-1353050 .setBlock__titleText {
    margin-left: 88px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  	.static-1353050 .kvSection__icon {
    width: 55px;
    height: 55px;
    margin: 0 10px 0 0;
    position: absolute;
    /* top: -5px;
    left: 28px; */
    top: 120px;
    right: 55px;
  }

  	.static-1353050 .kvSection__icon p {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}


/*BAアレンジ　2021/08/04　ADD*/
.static-1353050 .ba_arrange {
  background-color: #fbf1e0;
  padding: 1px 0;
  margin-top: 40px;
}

.static-1353050 .h04--ba_arrange {
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.static-1353050 .h04--ba_arrange .shoulder {
  font-size: 20px;
}

.static-1353050 .section__ba_arrange img {
  width: 100%;
  height: auto;
}

.static-1353050 .section--3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-height: 100%;
  margin-top: 30px;
}

.static-1353050 .section--3col>div {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 1%;
}

.ie .static-1353050 .section--3col>div>div  {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 1%;
}

.static-1353050 .section--3col>div:nth-child(-n+2) {
  margin-right: 3%;
}

.static-1353050 .section--3col.no-margin>div:nth-child(-n+2) {
  margin-right: 2.5%;
}

.static-1353050 .section__ba_arrange {
  height: 830px;
  margin: 0 0 40px;
}

.static-1353050 .section__ba_arrange.noborder {
  height: auto;
}

.ie .static-1353050 .section__ba_arrange figure {
  width: 100%;
  height: 100%;
}

.static-1353050 .section__ba_arrange.noborder figure {
  text-align: center;
  border: none;
  width: 100%;
  max-height: 285px;
}

.static-1353050 .section__ba_arrange .name img {
	height: 48px;
  width: 48px;
  border-radius: 90px;
}

.static-1353050 .section__ba_arrange .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 65px;
  margin: 5px 0 10px;
  font-size: 14px;
}

.static-1353050 .section__ba_arrange .name p {
  margin-left: 10px;
  line-height: 1.2em;
}

.static-1353050 .section__ba_arrange .name span {
  font-size: 10px;
}

.static-1353050 .section__ba_arrange .title.h56 {
	min-height: 56px;
  height: auto;
}

.static-1353050 .section__ba_arrange .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
	height: 100px;
  margin: 0 0 10px;
  font-size: 18px;
}

.static-1353050 .section__ba_arrange .title span {
  font-weight: bold;
  font-size: 16px;
}

.static-1353050 .section__ba_arrange .section--3col>div {
  max-width: 250px;
  height: auto;
}

.static-1353050 .section__ba_arrange .info_wrap {
  max-width: 100%
}

.static-1353050 .section__ba_arrange .info_wrap a {
  text-decoration: underline;
}

.static-1353050 .section__ba_arrange .info {
  font-size: 14px;
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 100px;
}

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

  .static-1353050 .section__ba_arrange .info {
    min-height: auto;
  }

  .static-1353050 .section__ba_arrange img {
    margin-right: 5px;
  }

  .static-1353050 .sp--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .static-1353050 .section__ba_arrange .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 50%;
    height: auto;
    margin: 5px 0 0;
    padding-left: 5px;
    font-size: 14px;
    align-items: flex-end;
  }

  .static-1353050 .section__ba_arrange .name p {
    margin-left: 5px;
    line-height: 1em;
  }

  .static-1353050 .section__ba_arrange .name span {
    font-size: 10px;
  }

  .static-1353050 .section--3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .static-1353050 .section--3col>div {
    width: 100%;
  }

  .static-1353050 .section__ba_arrange {
    height: auto;
    padding: 0 20px;
  }

  .static-1353050 .section__ba_arrange.noborder {
    height: auto;
  }

  .static-1353050 .section--3col.no-margin>div:nth-child(-n+2) {
    margin-right: 0%;
  }

  .static-1353050 .section__ba_arrange .title {
    height: auto;
	}

  .static-1353050 .section__ba_arrange .title.h56 {
	  height: auto;
    min-height: 0;
	}

  .static-1353050 .section__ba_arrange .section--3col {
    margin: 0 -10px;
    padding: 0 10px;
  }

  .static-1353050 .section__ba_arrange div.section--3col>div {
    max-width: none;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .static-1353050 .section__ba_arrange .section--3col div:nth-child(1)  {
    padding-bottom: 5%;
  }

  .static-1353050 .section__ba_arrange.noborder figure {
    max-height: none;
    width: 50%;
  }
}
/*BAアレンジ END*/

/*テンプレート　add 20230821*/
.smallSection {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
 /** ユーティリティ */ /**セクション**/ /**見出し**/ /**マーカーライン**/ /**リード文**/ /**テキストボックス**/ /**注釈テキスト**/ /**リスト**/ /**ボタン**/ /**画像**/ /**商品の特長カラム**/ /* アイコン */ /**MV-01 ~ MV-04**/ /** MV-05(23.02~) **/ /**ED-01**/ /**ED-02**/ /**ED-03**/ /**BC-01**/ /**BC-02**/ /**SET-01**/ /**RV-01**/ /**RV-02**/ /**BN-01**/ /**AW-01**/ /**APP-01**/ /**CRS-01**/ /**CRS-02**/ /**STEP-01**/ /**STEP-02**/ /**STEP-03**/ /* 202101追加 */ /* コンポーネントを複数くくるためのdiv(主に注釈を設定するため) */;
}

.smallSection *,.smallSection *::before,.smallSection *::after {
  /* -webkit-box-sizing: border-box;
  box-sizing: border-box; */
}
.smallSection .achievement__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.smallSection ol,.smallSection ul,.smallSection p {
  margin-top: 0;
  margin-bottom: 0;
}

.smallSection sup {
  font-size: 0.7142em;
}

.smallSection .u-mt-none {
  margin-top: 0 !important;
}

.smallSection .u-mr-none {
  margin-right: 0 !important;
}

.smallSection .u-mb-none {
  margin-bottom: 0 !important;
}

.smallSection .u-ml-none {
  margin-left: 0 !important;
}

.smallSection .u-mt-s {
  margin-top: 20px !important;
}

.smallSection .u-mr-s {
  margin-right: 20px !important;
}

.smallSection .u-mb-s {
  margin-bottom: 20px !important;
}

.smallSection .u-ml-s {
  margin-left: 20px !important;
}

.smallSection .u-mt-m {
  margin-top: 40px !important;
}

.smallSection .u-mr-m {
  margin-right: 40px !important;
}

.smallSection .u-mb-m {
  margin-bottom: 40px !important;
}

.smallSection .u-ml-m {
  margin-left: 40px !important;
}

.smallSection .u-mt-l {
  margin-top: 80px !important;
}

.smallSection .u-mr-l {
  margin-right: 80px !important;
}

.smallSection .u-mb-l {
  margin-bottom: 80px !important;
}

.smallSection .u-ml-l {
  margin-left: 80px !important;
}

.smallSection__bigMv {
  margin: 0 -6.25vw 50px;
}

.smallSection__bg {
  margin: 0 -6.25vw 50px;
  padding: 80px 6.25vw;
  background-color: #FAFAFA;
}

.smallSection__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.smallSection .section {
  margin-bottom: 80px;
}

.smallSection .h03 {
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.04em;
}

.smallSection .h03__shoulder {
  display: inline-block;
  font-size: 20px;
  text-align: center;
}

.smallSection .h03__sub {
  display: inline-block;
  font-size: 20px;
  text-align: center;
}

.smallSection .h03__u {
  border-bottom: solid 1px #231815;
}

.smallSection .h03 strong {
  color: #EF857D;
  font-weight: normal;
}

.smallSection .h03 strong .h03__u {
  display: inline;
  border-bottom: solid 1px #EF857D;
}

.smallSection .h04,.smallSection .h04--line {
  margin: 30px 0;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.04em;
}

.smallSection .h04--line {
  padding: 12px 0;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
}

.smallSection .h04__shoulder,.smallSection .h04__shoulder--box {
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.smallSection .h04__shoulder--box {
  padding: 5px 7px;
  border: solid 1px #c1330d;
  line-height: 1.2;
  color: #c1330d;
}

.ie .smallSection .h04__shoulder--box {
  line-height: 1;
  padding-top: 2px;
}

.smallSection .h04__u {
  border-bottom: solid 1px #231815;
}

.smallSection .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #F5D7D5));
  background: -webkit-linear-gradient(transparent 65%, #F5D7D5 0);
  background: linear-gradient(transparent 65%, #F5D7D5 0);
}

.smallSection .tLead,.smallSection .tLead--left {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.04em;
}

.smallSection .tLead--left {
  text-align: left;
}

.smallSection .tLead strong,.smallSection .tLead--left strong {
  color: #EF857D;
  font-weight: normal;
}

.smallSection .txtBox {
  margin: 0 auto 40px;
}

.smallSection .txtBox.txtBox--center {
  text-align: center;
}

.smallSection .tNotes,.smallSection .tNotes--list,.smallSection .tNotes--order {
  color: #5C5A5A;
  font-size: 10px;
}

.smallSection .tNotes--center {
  display: inline-block;
  text-align: left;
}

.smallSection .tNotes--list > li,.smallSection .tNotes--order > li {
  position: relative;
  padding-left: 0.75em;
}

.smallSection .tNotes--list > li::before,.smallSection .tNotes--order > li::before {
  content: "*";
  position: absolute;
  left: 0;
}

.smallSection .tNotes--order {
  counter-reset: tNotes;
}

.smallSection .tNotes--order > li {
  padding-left: 1.5em;
}

.smallSection .tNotes--order > li:nth-child(n+10) {
  padding-left: 2em;
}

.smallSection .tNotes--order > li::before {
  content: "*" counter(tNotes);
  counter-increment: tNotes;
}

.smallSection .list--circle > li {
  position: relative;
  padding-left: 1.28em;
}

.smallSection .list--circle > li::before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 1em;
  height: 1em;
  border: solid 1px #5C5A5A;
  border-radius: 51%;
}

.smallSection .btn,.smallSection .btn--strong,.smallSection .btn--small {
  letter-spacing: 0.04em;
}

.smallSection .menuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.smallSection .menuLink__btn {
  margin-left: 10px;
  margin-right: 10px;
}

.smallSection .menuLink__btn .btn--small {
  height: 100%;
  max-width: 260px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.smallSection .menuLink__btn .link--bottom {
  background-image: none;
  padding-left: 18px;
}

.smallSection .menuLink__btn .link--bottom:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.smallSection .menuLink__btn .link--top {
  position: relative;
  padding-right: 18px;
  background-image: none;
  padding-left: 18px;
}

.smallSection .menuLink__btn .link--top:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.smallSection .menuLink__link {
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 0.04em;
}

.smallSection .menuLink__link a span {
  text-decoration: underline;
}

.smallSection .fig,.smallSection .fig--center {
  margin-bottom: 40px;
}

.smallSection .fig__img {
  max-width: 100%;
}

.smallSection .fig figcaption,.smallSection .fig--center figcaption {
  margin: 15px auto 0;
}

.smallSection .fig--center {
  text-align: center;
}

.smallSection .fig--center figcaption {
  text-align: left;
}

.smallSection .feature__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto 80px;
}

.smallSection .feature__row--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.smallSection .feature__row--center .fig,.smallSection .feature__row--center .fig--center,.smallSection .feature__row--center .fig--center {
  margin-bottom: 0;
}

.smallSection .feature__col {
  -ms-flex-preferred-size: 495px;
  flex-basis: 495px;
  max-width: 495px;
}

.smallSection .feature__col--ph {
  -ms-flex-preferred-size: 346px;
  flex-basis: 346px;
  max-width: 346px;
  margin-right: 60px;
}

.smallSection .feature__heading {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.smallSection .feature__lead {
  margin-bottom: 15px;
}

.smallSection .feature__fig,.smallSection .feature__fig--btm {
  margin-bottom: 15px;
}

.smallSection .feature__fig figcaption,.smallSection .feature__fig--btm figcaption {
  margin-top: 10px;
}

.smallSection .feature__fig--btm {
  margin-top: 10px;
}

.smallSection .icon,.smallSection .icon--square,.smallSection .icon--circle,.smallSection .icon--date,.smallSection .icon--quantity,.smallSection .icon--new,.smallSection .icon--set {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 98px;
  height: 98px;
  border: 1px solid #5C5A5A;
}

.smallSection .icon .num,.smallSection .icon--square .num,.smallSection .icon--circle .num,.smallSection .icon--date .num,.smallSection .icon--quantity .num,.smallSection .icon--new .num,.smallSection .icon--set .num {
  margin-bottom: 0;
}

.smallSection .icon .num__shoulder,.smallSection .icon--square .num__shoulder,.smallSection .icon--circle .num__shoulder,.smallSection .icon--date .num__shoulder,.smallSection .icon--quantity .num__shoulder,.smallSection .icon--new .num__shoulder,.smallSection .icon--set .num__shoulder {
  font-size: 16px;
}

.smallSection .icon .num__num,.smallSection .icon--square .num__num,.smallSection .icon--circle .num__num,.smallSection .icon--date .num__num,.smallSection .icon--quantity .num__num,.smallSection .icon--new .num__num,.smallSection .icon--set .num__num {
  width: auto;
  font-size: 52px;
  padding: 2px 0 0;
  border-bottom: 0;
}

.smallSection .icon--circle {
  border-radius: 51%;
}

.smallSection .icon--spf {
  display: inline-block;
  width: 100px;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
}

.smallSection .icon--spf .spfTxt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  background: #666;
  border: 1px solid #666;
  color: #fff;
}

.smallSection .icon--spf .spfTxt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  border: 1px solid #666;
  color: #666;
}

.smallSection .icon--date {
  width: 74px;
  height: 74px;
  border-color: #EF857D;
  background: #FFF;
  color: #EF857D;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.smallSection .icon--quantity {
  width: 74px;
  height: 74px;
  border: 0;
  background: #231815;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.smallSection .icon--new,.smallSection .icon--set {
  width: 76px;
  height: 76px;
  border: 0;
  background: #231815;
  border-radius: 51%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
}

.smallSection .icon--set {
  width: 90px;
  height: 90px;
  font-size: 30px;
  letter-spacing: 0.02em;
}

.smallSection .icon--quasi-drugs {
  display: inline-block;
  line-height: 1;
  min-height: 20px;
  padding: 4px 5px 2px;
  background: #fff;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
  color: #231815;
}

.ie .smallSection .icon--quasi-drugs {
  line-height: 10px;
  padding-top: 5px;
}

.smallSection .icon--bArrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #efefef transparent transparent transparent;
  display: inline-block;
}

.smallSection .icon--rArrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 15px;
  border-color: transparent transparent transparent #efefef;
  display: inline-block;
}

.smallSection .num {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}

.smallSection .num__shoulder {
  font-size: 13px;
  letter-spacing: 0.04em;
}

.smallSection .num__num {
  display: inline-block;
  width: 23px;
  padding: 2px 0;
  border-bottom: solid 1px #231815;
  font-size: 36px;
  font-weight: 300;
}

.smallSection .achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto 60px;
}

.smallSection .achievement__item {
  text-align: center;
}

.smallSection .achievement__num {
  display: inline-block;
  font-weight: 300;
}

.smallSection .achievement__unit {
  display: inline-block;
}

.smallSection .sectionKv,.smallSection .sectionKv--spMvTop,.smallSection .sectionKv--02 {
  margin-bottom: 80px;
}

.smallSection .sectionKv .tNotes,.smallSection .sectionKv--spMvTop .tNotes,.smallSection .sectionKv--02 .tNotes,.smallSection .sectionKv .tNotes--list,.smallSection .sectionKv--spMvTop .tNotes--list,.smallSection .sectionKv--02 .tNotes--list,.smallSection .sectionKv .tNotes--order,.smallSection .sectionKv--spMvTop .tNotes--order,.smallSection .sectionKv--02 .tNotes--order {
  margin-top: 15px;
}

.smallSection .sectionKv__content,.smallSection .sectionKv__content--centerSP {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.smallSection .sectionKv__txt {
  font-size: 20px;
}

.smallSection .sectionKv__txt--border {
  display: inline-block;
  border: 1px solid #5C5A5A;
  margin-bottom: 35px;
  padding: 4px 10px;
}

.smallSection .sectionKv__txt--border--pink {
  border-color: #EF857D;
  color: #EF857D;
}

.smallSection .sectionKv__shoulder {
  font-size: 20px;
  margin-bottom: 5px;
}

.smallSection .sectionKv__title {
  line-height: 1.2;
  margin-top: 1%;
  font-size: 50px;
}

.smallSection .sectionKv__title small {
  font-size: 0.64em;
}

.smallSection .sectionKv--02 .sectionKv__shoulder {
  font-size: 20px;
  line-height: 1.5;
}

.smallSection .sectionKv--02 .sectionKv__title {
  font-size: 34px;
  line-height: 1.5;
}

.smallSection .sectionKv--02 .sectionKv__name {
  font-size: 20px;
}

.smallSection .sectionKv--02 .sectionKv__title sup {
  font-size: 0.5em;
}

.smallSection .sectionEd,.smallSection .sectionEd--rev,.smallSection .sectionEd--txt {
  margin: 80px auto;
}

.smallSection .sectionEd.sectionEd--sMarginT,.smallSection .sectionEd--sMarginT.sectionEd--rev,.smallSection .sectionEd--sMarginT.sectionEd--txt {
  margin-top: 40px;
}

.smallSection .sectionEd__content {
  max-width: 1000px;
  height: 380px;
  margin: 0 auto;
  padding: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/contents/small/dummy/images/img-main-Ed01.jpg") no-repeat top right;
  background-size: cover;
}

.smallSection .sectionEd__heading {
  font-size: 24px;
  text-align: left;
}

.smallSection .sectionEd__heading span {
  display: inline-block;
}

.smallSection .sectionEd--rev .sectionEd__content {
  background: url("/contents/small/dummy/images/img-main-Ed02.jpg") no-repeat top right;
  background-size: cover;
  padding: 0 100px 0 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.smallSection .sectionEd--rev .sectionEd__heading {
  text-align: left;
}

.smallSection .sectionEd--txt .sectionEd__content {
  max-width: none;
  height: auto;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
}

.smallSection .sectionEd--txt .sectionEd__heading {
  text-align: center;
}

.smallSection .beautyColumn,.smallSection .beautyColumn--largePC {
  max-width: 960px;
  margin: 105px auto 0;
  position: relative;
  padding: 40px;
  border: 1px solid #84706b;
}

.smallSection .beautyColumn__shoulder,.smallSection .beautyColumn__shoulder--leftPC {
  position: absolute;
  top: -30px;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  width: 175px;
  height: 30px;
  padding-left: .3em;
  color: #FFF;
  background-color: #84706b;
  left: 50%;
  transform: translateX(-50%);
}

.smallSection .beautyColumn__heading {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

.smallSection .beautyColumn .fig--center,.smallSection .beautyColumn--largePC .fig--center {
  margin-bottom: 0;
}

.smallSection .beautyColumn .fig--center .txtBox,.smallSection .beautyColumn--largePC .fig--center .txtBox {
  margin-bottom: 0;
}

.smallSection .setBlock {
  max-width: 960px;
  margin: 0 auto;
 /**SET-02**/ /**SET-03**/;
}

.smallSection .setBlock__inner {
  width: inherit;
  height: inherit;
  padding: 79px;
}

.smallSection .setBlock__titles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
}

.smallSection .setBlock .icon--set {
  position: absolute;
  top: 0;
}

.smallSection .setBlock__textContainer {
  min-height: 90px;
  margin-left: 104px;
}

.smallSection .setBlock__titleText {
  font-size: 28px;
  letter-spacing: 0.08em;
}

.smallSection .setBlock__boxText {
  border: 1px solid #231815;
  padding: 4px 10px;
  font-size: 18px;
  display: inline-block;
  line-height: 1.2;
}

.smallSection .setBlock__textColumn {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
}

.smallSection .setBlock__textColumn:nth-child(1) {
  padding-left: 0;
  border-right: 1px solid #231815;
}

.smallSection .setBlock__textColumn:nth-child(2) {
  padding-right: 0;
}

.smallSection .setBlock__contents {
  margin-top: 35px;
}

.smallSection .setBlock__caption {
  font-size: 14px;
}

.smallSection .setBlock .tNotes--list,.smallSection .setBlock .tNotes--order {
  margin-top: 10px;
}

.smallSection .setBlock__detailWrapper {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smallSection .setBlock__copyText--underlined {
  font-size: 16px;
}

.smallSection .setBlock__copyText--underlined span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #231815;
}

.smallSection .setBlock__copyText--large {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 24px;
}

.smallSection .setBlock__imgsBlock {
  margin-left: 55px;
}

.smallSection .setBlock__imgsBlockInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.smallSection .setBlock__linkBlock a {
  display: block;
  text-decoration: underline;
}

.smallSection .setBlock__linkBlock a:not(:first-child) {
  margin-top: 8px;
}

.smallSection .setBlock__linkBox {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  height: 64px;
  border: 1px solid #e0e0e0;
}

.smallSection .setBlock__itemsBlock {
  margin-left: 25px;
}

.smallSection .setBlock__stepCol {
  position: relative;
}

.smallSection .setBlock__stepCol .fig--center {
  margin-top: 25px;
}

.smallSection .setBlock__stepPlus {
  position: absolute;
  top: 50%;
  left: 0;
  width: 37px;
  height: 37px;
  background-color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smallSection .setBlock__stepPlus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 21px;
  border-left: solid 1px #E0E0E0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smallSection .setBlock__stepPlus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 1px;
  border-top: solid 1px #E0E0E0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smallSection .setBlock__stepItem,.smallSection .setBlock__stepItem--L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
}

.smallSection .setBlock__stepHeading {
  margin: 0 -20px;
  font-size: 20px;
  text-align: center;
}

.smallSection .setBlock__stepHeading span {
  display: inline-block;
}

.smallSection .setBlock__stepLead {
  font-size: 14px;
  text-align: center;
  margin-bottom: 35px;
}

.smallSection .setBlock__stepItemImg {
  -ms-flex-preferred-size: 68px;
  flex-basis: 68px;
  max-width: 68px;
  margin-right: 18px;
}

.smallSection .setBlock__stepItemImg img {
  max-width: 100%;
}

.smallSection .setBlock__stepItemTxt {
  letter-spacing: -0.04em;
  line-height: 1.6;
}

.smallSection .setBlock__stepItemName {
  display: inline-block;
  font-size: 16px;
}

.smallSection .setBlock__or {
  margin-top: 15px;
  text-align: center;
}

.smallSection .setBlock.setBlock--wide {
  max-width: 980px;
}

.smallSection .setBlock.setBlock--wide .setBlock__inner {
  padding: 35px;
}

.smallSection .setBlock .setBlock__titleText--small {
  font-size: 20px;
}

.smallSection .setBlock .setBlock__col2of1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.smallSection .setBlock .setBlock__col2of1__item {
  width: 50%;
}

.smallSection .setBlock .setBlock__col2of1__item:first-child {
  padding-top: 40px;
}

.smallSection .setBlock .setBlock__col2of1__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 30px;
}

.smallSection .setBlock .setBlock__col2of1__item__img {
  margin: 0 auto;
}

.smallSection .setBlock .setBlock__col2of1__item__img img {
  width: 100%;
}

.smallSection .setBlock .setBlock__col2of1__item__txt {
  font-size: 18px;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox:first-child {
  margin-right: 25px;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox {
  text-align: center;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(1) {
  height: 60%;
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(2) {
  height: 30%;
}

.smallSection .setBlock .setBlock__col2of1__item--images {
  position: relative;
}

.smallSection .setBlock .setBlock__col2of1__item--images::before,.smallSection .setBlock .setBlock__col2of1__item--images::after {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  border-top: 1px solid #231815;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.smallSection .setBlock .setBlock__col2of1__item--images::before {
  left: 80px;
}

.smallSection .setBlock .setBlock__col2of1__item--images::after {
  top: 75px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.smallSection .setBlock .setBlock__col2of1__item__imgBox a {
  text-decoration: underline;
  margin-top: 15px;
  font-size: 18px;
}

.smallSection .setBlock .notes {
  font-size: 12px;
  margin-top: 5px;
}

.smallSection .review01 {
  margin: 100px 0 0;
}

.smallSection .review01__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 940px;
  height: 150px;
  margin: -20px auto 0;
}

.smallSection .review01__comment:nth-child(odd) .review01__balloon {
  margin-left: 14px;
}

.smallSection .review01__comment:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.smallSection .review01__comment:nth-child(even) .review01__balloon {
  margin-right: 14px;
}

.smallSection .review01__comment:nth-child(even) .review01__balloon::before,.smallSection .review01__comment:nth-child(even) .review01__balloon::after {
  right: auto;
  left: 100%;
}

.smallSection .review01__comment:nth-child(even) .review01__balloon::before {
  margin-top: 4px;
  margin-left: 1px;
  border-right-color: transparent;
  border-left-color: #E0E0E0;
}

.smallSection .review01__comment:nth-child(even) .review01__balloon::after {
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: 5px;
  border-right-color: transparent;
  border-left-color: #FFF;
}

.smallSection .review01__img {
  position: relative;
  -ms-flex-preferred-size: 114px;
  flex-basis: 114px;
  min-width: 114px;
  max-width: 114px;
}

.smallSection .review01__img img {
  width: 100%;
}

.smallSection .review01__balloon {
  line-height: 1.5;
  position: relative;
  border: 1px solid #E0E0E0;
  padding: 16px 20px 12px;
  text-align: left;
  letter-spacing: 0.04em;
  font-size: 20px;
}

.smallSection .review01__balloon::before,.smallSection .review01__balloon::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 25%;
}

.smallSection .review01__balloon::before {
  border-color: transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-top: -4px;
  margin-right: 1px;
  border-right-color: #E0E0E0;
}

.smallSection .review01__balloon::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -3px;
  border-right-color: #FFF;
}

.smallSection .reviewBlock {
  display: block;
  margin-bottom: 60px;
}

.smallSection .review02,.smallSection .review02--figRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.smallSection .review02__img {
  -ms-flex-preferred-size: 84px;
  flex-basis: 84px;
  min-width: 84px;
  max-width: 84px;
}

.smallSection .review02__img img {
  width: 100%;
}

.smallSection .review02__balloon {
  position: relative;
  -ms-flex-preferred-size: 440px;
  flex-basis: 440px;
  min-width: 75px;
  margin: 0 0 0 27px;
  padding: 18px 20px;
  background: #FFF;
  font-size: 14px;
  border: solid 2px #E0E0E0;
  border-radius: 5px;
  letter-spacing: 0.02em;
}

.smallSection .review02__balloon::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -20px;
  margin-right: 2px;
  border-right-color: #E0E0E0;
  right: 100%;
  top: 56%;
}

.smallSection .review02__balloon::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -20px;
  margin-right: -2px;
  border-right-color: #FFF;
  right: 100%;
  top: 56%;
}

.smallSection .review02--figRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.smallSection .review02--figRight .review02__balloon {
  margin: 0 27px 0 0;
}

.smallSection .review02--figRight .review02__balloon::before {
  border-right-color: transparent;
  border-left-color: #E0E0E0;
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 2px;
}

.smallSection .review02--figRight .review02__balloon::after {
  margin-right: 0;
  margin-left: -2px;
  border-right-color: transparent;
  border-left-color: #FFF;
  right: auto;
  left: 100%;
}

.smallSection .banner {
  margin-bottom: 80px;
}

.smallSection .banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 640px;
  height: 200px;
  text-decoration: none;
  margin: 0 auto;
  border: solid 1px #E0E0E0;
  background: url("/contents/small/dummy/images/bg-banner-archives.png") no-repeat left center;
}

.smallSection .banner__txt {
  padding-right: 20px;
  padding-left: 227px;
}

.smallSection .banner__shoulder {
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.smallSection .banner__heading {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.smallSection .award {
  position: relative;
  max-width: 760px;
  margin: 0 auto 60px;
  border: solid 1px #BA9F22;
  padding: 40px 40px 50px;
}

.smallSection .award::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: solid 1px #DCCF90;
}

.smallSection .award__inner {
  position: relative;
}

.smallSection .award__ttl {
  background: url(/contents/small/dummy/images/img-award.png) no-repeat center top;
  border-bottom: 1px solid #BA9F22;
  color: #ba9f22;
  display: table;
  margin: 0 auto 30px;
  padding: 30px 4px 0;
  line-height: 1.5;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.smallSection .award__ttl span {
  font-weight: bold;
  font-size: 1.5em;
}

.smallSection .appLinks {
  margin-top: 80px;
  text-align: center;
}

.smallSection .appLinks__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.smallSection .appLinks__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.smallSection .appLinks__container:nth-child(2) {
  margin-left: 62px;
}

.smallSection .appLinks__textContainer {
  text-align: left;
}

.smallSection .appLinks__text {
  font-size: 16px;
  margin-bottom: 3px;
  letter-spacing: 0.02em;
}

.smallSection .appLinks__qrContainer {
  margin-left: 19px;
}

.smallSection .appLinks .btn--strong {
  background: #000000;
  height: 51px;
  border-radius: 5px;
}

.smallSection .appLinks--bgGreen {
  background-color: #eff6f2;
  padding: 50px 0;
}

.smallSection .itemSliderRich {
  max-width: 730px;
  margin: 0 auto 80px;
  overflow: hidden;
}

.smallSection .itemSliderRich__list {
  overflow: hidden;
  width: 700px;
  height: 530px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.smallSection .itemSliderRich__list::after {
  content: "";
  display: table;
  clear: both;
}

.smallSection .itemSliderRich__list.slick-initialized {
  height: auto;
  overflow: visible;
}

.smallSection .itemSliderRich__list.slick-loading .slick-track {
  visibility: hidden;
}

.smallSection .itemSliderRich__list .slick-arrow {
  z-index: 1000;
  width: 32px;
  height: 32px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: -17%;
  bottom: 0;
  margin: auto;
  z-index: 1000;
}

.smallSection .itemSliderRich__list .slick-arrow::before {
  content: none;
}

.smallSection .itemSliderRich__list .slick-prev.slick-arrow {
  left: 70px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.smallSection .itemSliderRich__list .slick-next.slick-arrow {
  right: 70px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smallSection .itemSliderRich__itemCard {
  float: left;
  text-align: center;
  width: 700px;
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: top;
}

.smallSection .itemSliderRich__itemCard.color001 {
  color: #cf5142;
  background-image: url(/contents/small/1353011/images/bg-rouge-color-001.png);
}

.smallSection .itemSliderRich__itemCard.color001 .itemSliderRich__imgContainer {
  bottom: -10px;
  right: 0;
}

.smallSection .itemSliderRich__itemCard.color002 {
  color: #e17656;
  background-image: url(/contents/small/1353011/images/bg-rouge-color-002.png);
}

.smallSection .itemSliderRich__itemCard.color002 .itemSliderRich__imgContainer {
  bottom: -10px;
  right: 0px;
}

.smallSection .itemSliderRich__itemCard.color003 {
  color: #a53743;
  background-image: url(/contents/small/1353011/images/bg-rouge-color-004.png);
}

.smallSection .itemSliderRich__itemCard.color003 .itemSliderRich__imgContainer {
  bottom: -25px;
  right: -20px;
}

.smallSection .itemSliderRich__itemCard.color004 {
  color: #e96573;
  background-image: url(/contents/small/1353011/images/bg-rouge-color-003.png);
}

.smallSection .itemSliderRich__itemCard.color004 .itemSliderRich__imgContainer {
  bottom: -5px;
  right: 0;
}

.smallSection .itemSliderRich__itemCard.slick-slider {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.smallSection .itemSliderRich__textContainer {
  text-align: left;
  margin: 0 0 10px 70px;
  height: 90px;
}

.smallSection .itemSliderRich__textContainer__itemName {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.smallSection .itemSliderRich__textContainer__itemCaption {
  line-height: 1.78;
}

.smallSection .itemSliderRich__img {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.smallSection .itemSliderRich__captions {
  margin-top: 20px;
  min-height: 50px;
  font-size: 14px;
  text-align: center;
}

.smallSection .itemSliderRich__captions li {
  display: none;
}

.smallSection .itemSliderRich__captions li.is-current {
  display: block;
  -webkit-animation: tpr_fade 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: tpr_fade 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.smallSection .itemSliderRich__thumb {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.smallSection .itemSliderRich__thumb__item:not(:first-child) {
  margin-left: 19px;
}

.smallSection .itemSliderRich__thumb__item.is-current {
  background-color: #fdebec;
  border-radius: 7px;
}

.smallSection .itemSliderRich__thumb__imgContainer {
  height: 64px;
}

.smallSection .itemSliderRich__thumb__btn {
  display: block;
  position: relative;
  padding: 38px 10px 10px;
  height: 158px;
  width: 105px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.smallSection .itemSliderRich__thumb__icon,.smallSection .itemSliderRich__thumb__icon--y,.smallSection .itemSliderRich__thumb__icon--b {
  width: 28px;
  height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.smallSection .itemSliderRich__thumb__icon--y {
  background-color: #fefbcb;
}

.smallSection .itemSliderRich__thumb__icon--b {
  background-color: #dbf0f9;
}

.smallSection .itemSliderRich__thumb__title {
  display: inline-block;
  vertical-align: middle;
  line-height: 5;
}

.smallSection .itemSliderRich__iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 485px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px auto 0;
}

.smallSection .itemSliderRich__iconItem {
  margin-left: 15px;
}

.smallSection .itemSliderRich__iconItem:first-child {
  margin-left: 0;
}

.smallSection .itemSliderRich__icon,.smallSection .itemSliderRich__icon--y,.smallSection .itemSliderRich__icon--b {
  width: 16px;
  height: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.smallSection .itemSliderRich__icon--y {
  background-color: #fefbcb;
}

.smallSection .itemSliderRich__icon--b {
  background-color: #dbf0f9;
}

.smallSection .itemSlider {
  max-width: 920px;
  margin: 0 auto 80px;
  padding: 49px 29px;
  border: solid 1px #E0E0E0;
}

.smallSection .itemSlider__ttl {
  display: table;
  margin: 0 auto 40px;
  padding: 10px 30px;
  background-color: #E0E0E0;
  font-size: 20px;
  text-align: center;
}

.smallSection .itemSlider__imgWrap {
  position: relative;
  width: 194px;
  height: 194px;
  margin: 0 auto 15px;
  text-align: center;
}

.smallSection .itemSlider__img {
  width: 100%;
}

.smallSection .itemSlider__img--sub {
  position: absolute;
  width: 94px;
  right: -50px;
  bottom: -25px;
}

.smallSection .itemSlider__heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.smallSection .itemSlider__txt {
  font-size: 14px;
  letter-spacing: 0.06em;
}

.smallSection .section-steps {
  margin-bottom: 60px;
}

.smallSection .section-steps__title {
  text-align: center;
}

.smallSection .section-steps__title__text {
  display: inline-block;
  font-size: 24px;
  color: #102c83;
}

.smallSection .section-steps__title__large {
  display: inline-block;
  font-size: 36px;
  color: #102c83;
  margin-left: 15px;
}

.smallSection .section-steps__title__num {
  margin: 0 5px;
}

.smallSection .section-steps__table {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__content {
  padding: 20px 5% 0;
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--left,.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--right {
  width: calc(100% / 4);
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3 {
  width: calc(100% / 2);
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3__inner .section-steps__table__content {
  padding: 20px 3% 0;
  width: 50%;
}

.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__word__title {
  font-size: 20px;
}

.smallSection .section-steps__table__wrap--left {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.smallSection .section-steps__table__wrap--right {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.smallSection .section-steps__table__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8% 5% 0;
}

.smallSection .section-steps__table__image {
  text-align: center;
}

.smallSection .section-steps__table__image img {
  max-height: 175px;
  margin-bottom: 15px;
}

.smallSection .section-steps__table__stagenum {
  background-color: #102c83;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.smallSection .section-steps__table__stagenum span {
  font-size: 22px;
  font-weight: bold;
}

.smallSection .section-steps__table__word__title {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #102c83;
  margin-bottom: 4%;
}

.smallSection .section-steps__table__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #231815;
}

.smallSection .section-steps__table__txt--strong {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2%;
  letter-spacing: -2px;
}

.smallSection .section-steps__table__label {
  margin: 20px 0;
}

.smallSection .section-steps__table__label li {
  margin-top: 7px;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  border: 1px solid #102c83;
  color: #102c83;
  padding: 4px 10px;
}

.smallSection .section-steps__table .tNotes--order {
  margin-top: 5px;
}

.smallSection .stepType__col--table {
  position: relative;
}

.smallSection .stepType__table {
  position: relative;
  z-index: 1;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: solid 1px #999;
}

.smallSection .stepType__table th {
  height: 56px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #999;
  background-color: #102C83;
}

.smallSection .stepType__table td {
  height: 204px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #999;
  background-color: #FFF;
}

.smallSection .stepType__l,.smallSection .stepType__m {
  position: absolute;
  top: 78px;
  z-index: 2;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.smallSection .stepType__l {
  left: 10px;
  width: calc(50% - 15px);
  color: #102C83;
  border: solid 1px #102C83;
  background-color: #FFF;
}

.smallSection .stepType__m {
  left: calc(50% + 5px);
  width: calc(30% - 18px);
  color: #FFF;
  background-color: #102C83;
}

.smallSection .stepType__type {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 40px;
}

.smallSection .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 80px;
}

.smallSection .steps__item,.smallSection .steps__item--main {
  font-size: 24px;
  line-height: 1.16;
  text-align: center;
}

.smallSection .steps__item + li,.smallSection .steps__item--main + li {
  margin-left: 55px;
  position: relative;
}

.smallSection .steps__item + li::before,.smallSection .steps__item--main + li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: -36px;
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent transparent #E0E0E0;
}

.smallSection .steps__item--main {
  min-width: 335px;
  -ms-flex-preferred-size: 335px;
  flex-basis: 335px;
}

.smallSection .steps__item--main .steps__enclose {
  padding: 8px 20px;
  color: #102C83;
  font-weight: bold;
  border-color: #102C83;
}

.smallSection .steps__enclose {
  display: block;
  margin-top: 10px;
  padding: 24px 0 20px;
  position: relative;
  border: 1px solid #E0E0E0;
}

.smallSection .steps__enclose span {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.smallSection .step-box {
  max-width: 464px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin: 80px auto 0;
}

.smallSection .step-box__inner,.smallSection .step-box__inner--main {
  position: relative;
  -ms-flex-preferred-size: 138px;
  flex-basis: 138px;
}

.smallSection .step-box__inner:nth-child(1)::before,.smallSection .step-box__inner--main:nth-child(1)::before {
  content: none;
}

.smallSection .step-box__inner::before,.smallSection .step-box__inner--main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  width: 0;
  height: 0;
  margin-top: -12px;
  border-style: solid;
  border-width: 12px 0 12px 11px;
  border-color: transparent transparent transparent #E0E0E0;
  display: inline-block;
}

.smallSection .step-box__inner--main .step-box__num {
  background-color: #102C83;
}

.smallSection .step-box__inner--main .step-box__item {
  border-color: #102C83;
  color: #231815;
}

.smallSection .step-box__num {
  padding: 4px 0 5px;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.02em;
  background-color: #c2c2c2;
}

.smallSection .step-box__item {
  border: 1px solid #c2c2c2;
  color: #999;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.smallSection .steps--pink .steps__item--main .steps__enclose {
  color: #EF857D;
  font-weight: bold;
  border-color: #EF857D;
}

.smallSection .step-box--pink .step-box__inner--main .step-box__num {
  background-color: #EF857D;
}

.smallSection .step-box--pink .step-box__inner--main .step-box__item {
  border-color: #EF857D;
}

.smallSection .lp-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  border-collapse: separate;
  border: 1px solid #5c5a5a;
  background: #fff;
  width: 100%;
  max-width: 320px;
  min-height: 64px;
  color: #231815;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
}

.smallSection .lp-btn .lp-btn__text {
  display: table-cell;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1.366;
  padding: 0 10px;
  position: relative;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.smallSection .lp-btn .lp-btn__text:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smallSection .lp-btn.lp-btn--down .lp-btn__text:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.smallSection .lp-btn:hover {
  border-color: #999;
  text-decoration: none;
}

.smallSection .lp-btn:hover .lp-btn__text {
  opacity: .6;
}

.smallSection .lp-btn--strong {
  background: #5c5a5a;
  border: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.smallSection .lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}

.android .smallSection .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}

.smallSection .lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}

.smallSection .lp-btn--strong:hover {
  background-color: #999;
}

.smallSection .lp-btn--strong:hover .lp-btn__text {
  opacity: 1;
}

.smallSection .lp-btn--small {
  min-height: auto;
}

.smallSection .lp-btn--small .lp-btn__text {
  font-size: 0.875rem;
}

.smallSection .lp-btnWrap--center .lp-btn {
  margin-right: auto;
  margin-left: auto;
}

.smallSection .lp-btnWrap--right .lp-btn {
  margin: 0 0 0 auto;
}

.smallSection .componentContainer {
  margin-bottom: 40px;
}

.smallSection .componentContainer .steps,.smallSection .componentContainer .achievement {
  margin: 0 auto;
}

.smallSection .componentContainer .steps + .txtBox,.smallSection .componentContainer .achievement + .txtBox {
  margin-top: 20px;
}

.smallSection .boxText {
  margin: 40px auto 0;
  text-align: center;
}

.smallSection .boxText .boxText__inner {
  display: inline-block;
}

.smallSection .boxText .boxText__inner .boxText__inner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.smallSection .boxText .boxText__inner .boxText__inner__item {
  /* border: 1px solid #97aaba; */
  line-height: 1.2;
  min-width: 250px;
  width: 31%;
  text-align: center;
  font-size: 18px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.smallSection .boxText .boxText__inner .boxText__inner__item:not(:first-child) {
  margin-left: 20px;
}

.smallSection .boxText .boxText__inner .boxText__inner__item:nth-child(n+4) {
  margin-top: 20px;
}

.smallSection .boxText .boxText__inner .boxText__inner__item:nth-child(3n+1) {
  margin-left: 0;
}

.smallSection .boxText .boxText__inner .boxText__inner__item p {
  margin: 15px 10px;
}

.smallSection .boxText .boxText__notes {
  color: #5C5A5A;
  margin-top: 10px;
  text-align: left;
  font-size: 10px;
}

.smallSection .link--img {
  display: inline-block;
}

.smallSection .link--img figure {
  margin-bottom: 0;
}

body.ie .boxText__inner .boxText__inner__wrap {
  max-width: 1120px;
}

@media screen and (min-width: 769px) {
  .smallSection .icon--circle .num__shoulder {
    padding-top: 2px;
  }

  .smallSection .icon--circle .num__num {
    padding-top: 0;
  }

  .smallSection .achievement__item {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 5px;
    padding: 30px 20px 0;
    border-radius: 51%;
    border: 1px solid #5C5A5A;
  }

  .smallSection .achievement__heading {
    display: block;
    width: 120px;
    margin: 0 auto 5px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding-bottom: 10px;
    border-bottom: solid 1px #5C5A5A;
  }

  .smallSection .achievement__num {
    font-size: 72px;
    letter-spacing: -0.02em;
    line-height: 1.1;
  }

  .smallSection .achievement__unit {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  .smallSection .achievement__unit sup {
    font-size: 20px;
  }

  .smallSection .achievement__percent {
    font-size: 40px;
  }

  .smallSection .achievement__percent sup {
    font-size: 20px;
  }

  .smallSection .sectionKv__content,.smallSection .sectionKv__content--centerSP {
    height: 480px;
    padding-left: 9%;
    position: relative;
    background: url("/contents/small/dummy/images/img-main-kv.jpg") no-repeat center center;
    background-size: cover;
  }

  .smallSection .sectionKv__iconWrap,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .smallSection .sectionKv__iconWrap > p:not(:first-child),.smallSection .sectionKv--02 .sectionKv__iconWrap--02 > p:not(:first-child) {
    margin-left: 12px;
  }

  .smallSection .beautyColumn--largePC {
    padding: 70px 80px 80px;
  }

  .smallSection .beautyColumn__shoulder--leftPC {
    right: auto;
    left: -1px;
  }

  .smallSection .beautyColumn__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .smallSection .beautyColumn__col--txt {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    max-width: 420px;
    margin-right: 40px;
  }

  .smallSection .beautyColumn__col--fig {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    max-width: 420px;
  }

  .smallSection .beautyColumn .fig--center figcaption,.smallSection .beautyColumn--largePC .fig--center figcaption {
    text-align: center;
  }

  .smallSection .setBlock {
    border: 1px solid #231815;
  }

  .smallSection .setBlock__stepRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .smallSection .setBlock__stepCol:nth-child(1) {
    -ms-flex-preferred-size: 263px;
    flex-basis: 263px;
    padding-right: 20px;
  }

  .smallSection .setBlock__stepCol:nth-child(2) {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding: 0 40px;
    border-left: solid 1px #E0E0E0;
  }

  .smallSection .setBlock__stepCol:nth-child(2) .setBlock__stepItem,.smallSection .setBlock__stepCol:nth-child(2) .setBlock__stepItem--L {
    margin-right: -20px;
  }

  .smallSection .setBlock__stepCol:nth-child(2) .setBlock__stepItemImg {
    max-width: 45px;
    margin-right: 15px;
  }

  .smallSection .setBlock__stepCol:nth-child(3) {
    -ms-flex-preferred-size: 239px;
    flex-basis: 239px;
    padding-left: 30px;
    border-left: solid 1px #E0E0E0;
  }

  .smallSection .setBlock__stepItem--L {
    display: block;
    text-align: center;
  }

  .smallSection .setBlock__stepItem--L .setBlock__stepItemImg {
    max-width: none;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .smallSection .itemSlider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .smallSection .itemSlider__wrap {
    width: calc(100% / 3);
    padding: 0 10px;
  }

  .smallSection .section-steps__table {
    width: 100%;
    max-width: 920px;
    margin: 23px auto 0;
  }

  .smallSection .section-steps__table__wrap--left {
    width: calc(100% / 3);
  }

  .smallSection .section-steps__table__wrap--right {
    width: calc(100% / 3);
  }

  .smallSection .section-steps__table__stringwrap {
    min-height: 200px;
  }

  .smallSection .section-steps__table .tNotes--order li {
    display: inline-block;
  }

  .smallSection .section-steps__table .tNotes--order li + li {
    margin-left: 0.5em;
  }

  .smallSection .stepType {
    max-width: 920px;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .smallSection .stepType__col--txt {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    padding-right: 20px;
  }

  .smallSection .stepType__col--txt .tLead--left {
    letter-spacing: 0;
  }

  .smallSection .stepType__col--txt .tLead--left:only-child {
    margin-bottom: 0;
  }

  .smallSection .stepType__col--table {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%;
  }

  .smallSection .stepType__col--table:only-child {
    margin: 0 auto;
  }

  .smallSection .steps__item,.smallSection .steps__item--main {
    -ms-flex-preferred-size: 175px;
    flex-basis: 175px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .smallSection .stepType__col--txt .tLead--left:only-child {
    display: table;
    margin: 0 auto 10px;
  }
}

@media (max-width: 1023px) {
  .smallSection__bigMv {
    margin: 0 -64px;
  }

  .smallSection__bg {
    margin: 0 -64px;
    padding: 80px 64px;
  }
}

@media screen and (max-width: 768px) {
  .smallSection {
    padding: 0 20px;
  }

  .smallSection__bigMv {
    margin: 0 -20px 50px;
  }

  .smallSection__bg {
    margin: 0 -20px 50px;
    padding: 40px 20px;
  }

  .smallSection .h03 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .smallSection .h03__shoulder {
    font-size: 14px;
    letter-spacing: 0;
  }

  .smallSection .h03__sub {
    font-size: 14px;
    letter-spacing: 0;
  }

  .smallSection .h04,.smallSection .h04--line {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .smallSection .h04--line {
    padding: 8px 0;
    font-size: 16px;
    letter-spacing: 0;
  }

  .smallSection .h04__shoulder,.smallSection .h04__shoulder--box {
    font-size: 14px;
  }

  .smallSection .tLead,.smallSection .tLead--left {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .smallSection .txtBox.txtBox--center {
    text-align: left;
  }

  .smallSection .list--circle > li {
    padding-left: 1em;
  }

  .smallSection .menuLink {
    display: block;
  }

  .smallSection .menuLink__btn {
    margin: 0 0 20px;
  }

  .smallSection .menuLink__btn .btn--small {
    min-height: 56px;
  }

  .smallSection .menuLink__btn + .smallSection .menuLink__btn {
    margin-top: 10px;
  }

  .smallSection .menuLink__link {
    max-width: 50%;
  }

  .smallSection .feature__row {
    display: block;
  }

  .smallSection .feature__col {
    max-width: none;
  }

  .smallSection .feature__col--ph {
    max-width: none;
    margin: 0 0 20px;
  }

  .smallSection .feature__heading {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .smallSection .icon .num__shoulder,.smallSection .icon--square .num__shoulder,.smallSection .icon--circle .num__shoulder,.smallSection .icon--date .num__shoulder,.smallSection .icon--quantity .num__shoulder,.smallSection .icon--new .num__shoulder,.smallSection .icon--set .num__shoulder {
    font-size: 11px;
  }

  .smallSection .icon .num__num,.smallSection .icon--square .num__num,.smallSection .icon--circle .num__num,.smallSection .icon--date .num__num,.smallSection .icon--quantity .num__num,.smallSection .icon--new .num__num,.smallSection .icon--set .num__num {
    font-size: 31px;
  }

  .smallSection .icon--square {
    width: 68px;
    height: 68px;
  }

  .smallSection .icon--circle {
    width: 76px;
    height: 76px;
  }

  .smallSection .icon--spf {
    width: 50px;
    line-height: 1;
    font-size: 10px;
  }

  .smallSection .icon--spf .spfTxt1 {
    height: 16px;
  }

  .smallSection .icon--spf .spfTxt2 {
    height: 16px;
  }

  .smallSection .icon--date {
    width: 64px;
    height: 64px;
    font-size: 11px;
  }

  .smallSection .icon--quantity {
    width: 65px;
    height: 65px;
  }

  .smallSection .icon--new,.smallSection .icon--set {
    width: 64px;
    height: 64px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .smallSection .icon--set {
    width: 75px;
    height: 75px;
    font-size: 24px;
    letter-spacing: 0.02em;
  }

  .smallSection .num {
    margin-bottom: 10px;
  }

  .smallSection .num__shoulder {
    font-size: 11px;
  }

  .smallSection .num__num {
    width: 21px;
    font-size: 30px;
  }

  .smallSection .achievement {
    display: block;
  }

  .smallSection .achievement__item {
    min-height: 36px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #231815;
  }

  .smallSection .achievement__heading {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .smallSection .achievement__num {
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .smallSection .achievement__unit {
    font-size: 14px;
  }

  .smallSection .achievement__percent {
    font-size: 14px;
  }

  .smallSection .sectionKv,.smallSection .sectionKv--spMvTop,.smallSection .sectionKv--02 {
    margin-bottom: 50px;
  }

  .smallSection .sectionKv--spMvTop .sectionKv__content,.smallSection .sectionKv--spMvTop .sectionKv__content--centerSP,.smallSection .sectionKv--spMvTop .sectionKv__content--centerSP {
    padding-top: 78vw;
    padding-bottom: 0;
  }

  .smallSection .sectionKv .tNotes,.smallSection .sectionKv--spMvTop .tNotes,.smallSection .sectionKv--02 .tNotes,.smallSection .sectionKv .tNotes--list,.smallSection .sectionKv--spMvTop .tNotes--list,.smallSection .sectionKv--02 .tNotes--list,.smallSection .sectionKv .tNotes--order,.smallSection .sectionKv--spMvTop .tNotes--order,.smallSection .sectionKv--02 .tNotes--order {
    margin-top: 5px;
  }

  .smallSection .sectionKv__content,.smallSection .sectionKv__content--centerSP {
    background: url("/contents/small/dummy/images/sp/img-main-kv-sp.jpg") no-repeat center bottom;
    max-width: none;
    height: 114.6vw;
    margin: 0 -20px;
    padding-right: 20px;
    padding-top: 8vw;
    padding-left: 20px;
    background-size: cover;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .smallSection .sectionKv__content--centerSP {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .smallSection .sectionKv__txt {
    font-size: 14px;
  }

  .smallSection .sectionKv__txt--border {
    margin-bottom: 20px;
    padding: 4px 10px;
  }

  .smallSection .sectionKv__shoulder {
    font-size: 14px;
    line-height: 1.5;
  }

  .smallSection .sectionKv__title {
    line-height: 1.2;
    margin-top: 1%;
    font-size: 26px;
    letter-spacing: 0.04em;
  }

  .smallSection .sectionKv__iconWrap,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 {
    position: absolute;
    width: 54px;
    height: 116px;
    top: 18.3vw;
 /* top = height - paddingBottom */
    right: 20px;
    margin-top: -58px;
  }

  .smallSection .sectionKv__iconWrap > p:not(:first-child),.smallSection .sectionKv--02 .sectionKv__iconWrap--02 > p:not(:first-child) {
    margin-left: 0;
    margin-top: 12px;
  }

  .smallSection .sectionKv__iconWrap .icon--date,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 .icon--date {
    width: 54px;
    height: 54px;
    font-size: 11px;
    letter-spacing: -0.02em;
  }

  .smallSection .sectionKv__iconWrap .icon--new,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 .icon--new,.smallSection .sectionKv__iconWrap .icon--set,.smallSection .sectionKv--02 .sectionKv__iconWrap--02 .icon--set {
    width: 54px;
    height: 54px;
  }

  .smallSection .sectionKv--02 .sectionKv__shoulder {
    font-size: 14px;
    line-height: 1.5;
  }

  .smallSection .sectionKv--02 .sectionKv__title {
    font-size: 22px;
    line-height: 1.5;
  }

  .smallSection .sectionKv--02 .sectionKv__name {
    font-size: 18px;
  }

  .smallSection .sectionKv--02 .sectionKv__iconWrap--02 {
    position: static;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .smallSection .sectionKv--02 .sectionKv__iconWrap--02 > p:not(:first-child) {
    margin-top: 0;
    margin-left: 10px;
  }

  .smallSection .sectionKv--02 .sectionKv__iconWrap--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .smallSection .sectionEd,.smallSection .sectionEd--rev,.smallSection .sectionEd--txt {
    margin: 40px -20px;
  }

  .smallSection .sectionEd__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("/contents/small/dummy/images/sp/img-main-Ed01-sp.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    max-width: 375px;
    height: 400px;
    padding: 0 0 240px 0;
  }

  .smallSection .sectionEd__heading {
    font-size: 20px;
    text-align: center;
    padding: 0 20px;
  }

  .smallSection .sectionEd--rev .sectionEd__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: url("/contents/small/dummy/images/sp/img-main-Ed02-sp.jpg") no-repeat top center;
    background-size: cover;
    padding: 0 0 270px 0;
  }

  .smallSection .beautyColumn .h03,.smallSection .beautyColumn--largePC .h03 {
    margin-bottom: 10px;
  }

  .smallSection .beautyColumn,.smallSection .beautyColumn--largePC {
    margin: 60px -20px 0;
    padding: 30px 20px 43px;
    border-right: 0;
    border-left: 0;
  }

  .smallSection .beautyColumn__shoulder,.smallSection .beautyColumn__shoulder--leftPC {
    top: -24px;
    right: auto;
    /* left: 20px; */
    width: 175px;
    height: 24px;
    padding-left: .26em;
    letter-spacing: 0.1em;
    left: 50%;
    transform: translateX(-50%);
  }

  .smallSection .beautyColumn__col--txt {
    margin-bottom: 20px;
  }

  .smallSection .beautyColumn__heading {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .smallSection .setBlock {
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }

  .smallSection .setBlock__inner {
    padding: 19px 0;
  }

  .smallSection .setBlock__titles {
    display: block;
  }

  .smallSection .setBlock__textContainer {
    margin-left: 0;
  }

  .smallSection .setBlock__titleText {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
    margin-left: 90px;
  }

  .smallSection .setBlock__boxText {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }

  .smallSection .setBlock__textColumn {
    padding: 0 5px;
    font-size: 14px;
  }

  .smallSection .setBlock__contents {
    margin-top: 15px;
  }

  .smallSection .setBlock__detailWrapper {
    display: block;
    margin-top: 31px;
  }

  .smallSection .setBlock__copyBlock {
    text-align: center;
  }

  .smallSection .setBlock__copyText--underlined {
    font-size: 14px;
  }

  .smallSection .setBlock__copyText--large {
    font-size: 16px;
  }

  .smallSection .setBlock__imgsBlock {
    margin-left: 10px;
    margin-top: 20px;
  }

  .smallSection .setBlock__linkBlock {
    width: 105px;
    min-width: 105px;
  }

  .smallSection .setBlock__linkBlock a:not(:first-child) {
    margin-top: 5px;
  }

  .smallSection .setBlock__linkBox {
    width: 105px;
    height: 50px;
    line-height: 1.5;
  }

  .smallSection .setBlock__linkBox span {
    font-size: 12px;
  }

  .smallSection .setBlock__itemsBlock {
    max-width: 62%;
    margin-left: 13px;
  }

  .smallSection .setBlock__stepCol {
    padding: 0 30px 30px;
  }

  .smallSection .setBlock__stepCol:nth-child(2) {
    border-top: solid 1px #E0E0E0;
    padding: 30px;
  }

  .smallSection .setBlock__stepCol:nth-child(3) {
    padding: 30px 30px 0;
    border-top: solid 1px #E0E0E0;
  }

  .smallSection .setBlock__stepPlus {
    top: 0;
    left: 50%;
  }

  .smallSection .setBlock__stepItem,.smallSection .setBlock__stepItem--L {
    max-width: 275px;
    margin: 15px auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .smallSection .setBlock__stepItem--L .setBlock__stepItemImg {
    -ms-flex-preferred-size: 94px;
    flex-basis: 94px;
    max-width: 94px;
  }

  .smallSection .setBlock__stepHeading {
    margin: 0;
    font-size: 16px;
  }

  .smallSection .setBlock__stepItemTxt {
    font-size: 12px;
  }

  .smallSection .setBlock__stepItemName {
    font-size: 14px;
  }

  .smallSection .setBlock.setBlock--wide .setBlock__inner {
    padding: 25px 0;
  }

  .smallSection .setBlock .setBlock__titleText--small {
    margin-left: 88px;
    font-size: 16px;
  }

  .smallSection .setBlock .setBlock__col2of1 {
    display: block;
    margin-top: 20px;
  }

  .smallSection .setBlock .setBlock__col2of1__item {
    width: 100%;
  }

  .smallSection .setBlock .setBlock__col2of1__item:first-child {
    padding-top: 0;
  }

  .smallSection .setBlock .setBlock__col2of1__item:last-child {
    padding-left: 0;
    max-width: 365px;
    margin: 20px auto 0;
  }

  .smallSection .setBlock .setBlock__col2of1__item__img {
    margin: 0 auto;
    width: 90%;
  }

  .smallSection .setBlock .setBlock__col2of1__item__img img {
    width: 100%;
  }

  .smallSection .setBlock .setBlock__col2of1__item__txt {
    font-size: 14px;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox:first-child {
    margin-right: 0;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox {
    text-align: center;
    width: 50%;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(1) {
    height: 65%;
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox > *:nth-child(2) {
    height: 25%;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images {
    position: relative;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images::before,.smallSection .setBlock .setBlock__col2of1__item--images::after {
    position: absolute;
    top: 95px;
    left: -23px;
    right: 0;
    margin: auto;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border-top: 1px solid #231815;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images::before {
    left: 25px;
  }

  .smallSection .setBlock .setBlock__col2of1__item--images::after {
    top: 83px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .smallSection .setBlock .setBlock__col2of1__item__imgBox a {
    font-size: 12px;
  }

  .smallSection .setBlock .notes {
    font-size: 12px;
    margin-top: 5px;
  }

  .smallSection .review01 .h03 {
    margin-bottom: 20px;
  }

  .smallSection .review01__comment {
    height: auto;
    min-height: 130px;
    max-width: 335px;
  }

  .smallSection .review01__comment:nth-child(odd) .review01__balloon {
    margin-left: 10px;
  }

  .smallSection .review01__comment:nth-child(even) .review01__balloon {
    margin-right: 10px;
  }

  .smallSection .review01__img {
    -ms-flex-preferred-size: 96px;
    flex-basis: 96px;
    min-width: 96px;
    max-width: 96px;
  }

  .smallSection .review01__balloon {
    padding: 13px 14px 10px;
    font-size: 14px;
  }

  .smallSection .review02__img {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    min-width: 70px;
    max-width: 70px;
  }

  .smallSection .review02__balloon {
    margin: 0 0 0 23px;
    padding: 13px 14px;
    letter-spacing: 0.01em;
    border-radius: 3px;
    border: solid 1px #E0E0E0;
  }

  .smallSection .review02__balloon::before {
    top: 50%;
    margin-right: 1px;
  }

  .smallSection .review02__balloon::after {
    top: 50%;
    margin-right: -1px;
  }

  .smallSection .review02--figRight .review02__balloon {
    margin: 0 23px 0 0;
  }

  .smallSection .review02--figRight .review02__balloon::before {
    margin-left: 1px;
  }

  .smallSection .review02--figRight .review02__balloon::after {
    margin-left: -1px;
  }

  .smallSection .banner__link {
    width: auto;
    max-width: 335px;
    height: 150px;
    line-height: 1.2;
    background: url("/contents/small/dummy/images/sp/bg-banner-archives.png") no-repeat left center;
    background-size: auto 100%;
  }

  .smallSection .banner__txt {
    padding-right: 10px;
    padding-left: 169px;
  }

  .smallSection .banner__shoulder {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .smallSection .banner__heading {
    font-size: 16px;
  }

  .smallSection .award {
    padding: 32px 30px;
  }

  .smallSection .award__ttl {
    padding-top: 20px;
    font-size: 20px;
    background-size: 25px 19px;
  }

  .smallSection .appLinks {
    margin-top: 40px;
  }

  .smallSection .appLinks__links {
    height: auto;
    display: block;
    max-width: 335px;
    margin: 30px auto 0;
  }

  .smallSection .appLinks__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 335px;
    margin: 15px auto 0;
  }

  .smallSection .appLinks__title,.smallSection .appLinks__title--here {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .smallSection .appLinks__title--here {
    margin-top: 28px;
  }

  .smallSection .appLinks__btn {
    margin-top: 15px;
  }

  .smallSection .appLinks__imgContainer:nth-child(2) {
    margin-left: 20px;
  }

  .smallSection .appLinks__qrContainer {
    margin-left: 20px;
  }

  .smallSection .appLinks--bgGreen {
    margin-right: -20px;
    margin-left: -20px;
    padding: 30px 0;
  }

  .smallSection .appLinks--bgGreen .appLinks__links {
    margin-top: 0;
  }

  .smallSection .itemSliderRich {
    max-width: none;
    width: calc(100% + 40px);
    margin: 0 -20px 40px;
  }

  .smallSection .itemSliderRich__list {
    width: auto;
    height: 96.3vw;
  }

  .smallSection .itemSliderRich__list .slick-arrow {
    width: 18px;
    height: 18px;
    top: -20%;
  }

  .smallSection .itemSliderRich__list .slick-prev.slick-arrow {
    left: 10px;
  }

  .smallSection .itemSliderRich__list .slick-next.slick-arrow {
    right: 10px;
  }

  .smallSection .itemSliderRich__itemCard {
    width: auto;
    height: auto;
    padding-top: 75.6vw;
    background-size: contain;
  }

  .smallSection .itemSliderRich__itemCard.color001 {
    background-image: url(/contents/small/1353011/images/sp/bg-rouge-color-001.png);
  }

  .smallSection .itemSliderRich__itemCard.color001 .itemSliderRich__imgContainer {
    bottom: 5px;
    right: 0;
    width: 45%;
  }

  .smallSection .itemSliderRich__itemCard.color002 {
    background-image: url(/contents/small/1353011/images/sp/bg-rouge-color-002.png);
  }

  .smallSection .itemSliderRich__itemCard.color002 .itemSliderRich__imgContainer {
    bottom: 20px;
    right: 0;
    width: 48%;
  }

  .smallSection .itemSliderRich__itemCard.color003 {
    background-image: url(/contents/small/1353011/images/sp/bg-rouge-color-004.png);
  }

  .smallSection .itemSliderRich__itemCard.color003 .itemSliderRich__imgContainer {
    bottom: 15px;
    right: 0;
    width: 47%;
  }

  .smallSection .itemSliderRich__itemCard.color004 {
    background-image: url(/contents/small/1353011/images/sp/bg-rouge-color-003.png);
  }

  .smallSection .itemSliderRich__itemCard.color004 .itemSliderRich__imgContainer {
    bottom: 25px;
    right: 0;
    width: 47%;
  }

  .smallSection .itemSliderRich__textContainer {
    margin: 15px 0 0 20px;
    height: 63px;
  }

  .smallSection .itemSliderRich__textContainer__itemName {
    font-size: 14px;
  }

  .smallSection .itemSliderRich__textContainer__itemCaption {
    font-size: 12px;
    line-height: 1.5;
  }

  .smallSection .itemSliderRich__captions {
    min-height: 63px;
    margin: 10px 20px 0;
    font-size: 12px;
    text-align: left;
  }

  .smallSection .itemSliderRich__thumb {
    max-width: 600px;
    margin: 0px auto 0;
  }

  .smallSection .itemSliderRich__thumb__item {
    -ms-flex-preferred-size: calc(25% - 14px);
    flex-basis: calc(25% - 14px);
  }

  .smallSection .itemSliderRich__thumb__item:not(:first-child) {
    margin-left: 7px;
  }

  .smallSection .itemSliderRich__thumb__imgContainer {
    width: 55px;
    height: 55px;
    margin: auto;
    line-height: 55px;
  }

  .smallSection .itemSliderRich__thumb__btn {
    width: auto;
    padding: 35px 10px 10px;
    height: auto;
  }

  .smallSection .itemSliderRich__thumb__icon,.smallSection .itemSliderRich__thumb__icon--y,.smallSection .itemSliderRich__thumb__icon--b {
    top: 6px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .smallSection .itemSliderRich__thumb__title {
    margin-top: 5px;
    line-height: 1.28;
    font-size: 12px;
  }

  .smallSection .itemSliderRich__iconList {
    max-width: 590px;
    margin: 30px auto 0;
    padding: 0 20px;
  }

  .smallSection .itemSlider {
    border: 0;
    margin: 0 -20px 60px;
    padding: 0;
    border-right: 0;
    border-left: 0;
  }

  .smallSection .itemSlider__ttl {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
  }

  .smallSection .itemSlider__list {
    position: relative;
    border-bottom: solid 1px #E0E0E0;
    padding-bottom: 25px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .smallSection .itemSlider__list::after {
    content: "";
    clear: both;
    display: table;
  }

  .smallSection .itemSlider__list .slick-slider {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .smallSection .itemSlider__list .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 90px;
    z-index: 1000;
  }

  .smallSection .itemSlider__list .slick-arrow::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
  }

  .smallSection .itemSlider__list .slick-prev {
    left: 20px;
  }

  .smallSection .itemSlider__list .slick-prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }

  .smallSection .itemSlider__list .slick-next {
    right: 20px;
  }

  .smallSection .itemSlider__list .slick-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .smallSection .itemSlider__list .slick-dots {
    bottom: -30px;
  }

  .smallSection .itemSlider__list .slick-dots li {
    margin: 0 1px;
  }

  .smallSection .itemSlider__list .slick-dots li button::before {
    content: "";
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border: solid 1px #E0E0E0;
    border-radius: 51%;
    opacity: 1;
  }

  .smallSection .itemSlider__list .slick-dots li.slick-active button::before {
    border: 0;
    background-color: #E0E0E0;
  }

  .smallSection .itemSlider__wrap {
    float: left;
    padding: 0 20px;
  }

  .smallSection .itemSlider__wrap a {
    display: block;
  }

  .smallSection .itemSlider__heading {
    font-size: 16px;
  }

  .smallSection .section-steps {
    margin-bottom: 40px;
  }

  .smallSection .section-steps__title {
    line-height: 1.5;
  }

  .smallSection .section-steps__title__text {
    display: block;
    font-size: 16px;
  }

  .smallSection .section-steps__title__large {
    display: block;
    font-size: 22px;
    margin-left: 0;
    margin-bottom: 7px;
  }

  .smallSection .section-steps__title__num {
    font-size: 30px;
  }

  .smallSection .section-steps__table {
    margin-top: 12px;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__content {
    padding: 1%;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--left,.smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--right {
    width: 100%;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3 {
    width: 100%;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3__inner {
    display: block;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__wrap--col3__inner .section-steps__table__content {
    padding: 1%;
    width: 100%;
  }

  .smallSection .section-steps__table.section-steps__table--col3wide .section-steps__table__word__title {
    font-size: 18px;
  }

  .smallSection .section-steps__table__wrap--left {
    border-top: 1px solid #999999;
  }

  .smallSection .section-steps__table__wrap--right {
    border-left: 1px solid #999999;
  }

  .smallSection .section-steps__table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .smallSection .section-steps__table__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1%;
  }

  .smallSection .section-steps__table__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.3rem;
  }

  .smallSection .section-steps__table__image img {
    max-width: 64px;
    height: auto;
    margin: 20px 0 20px 5px;
  }

  .smallSection .section-steps__table__stagenum {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
  }

  .smallSection .section-steps__table__stagenum span {
    font-size: 20px;
  }

  .smallSection .section-steps__table__word {
    max-width: 195px;
    margin: 12px 0px 12px 8px;
  }

  .smallSection .section-steps__table__word__title {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    color: #102c83;
    margin-bottom: 10px;
  }

  .smallSection .section-steps__table__txt {
    font-size: 12px;
  }

  .smallSection .section-steps__table__txt--strong {
    font-size: 12px;
    letter-spacing: 0;
  }

  .smallSection .section-steps__table__label {
    margin: 10px 0 0;
  }

  .smallSection .section-steps__table__label li {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 1px 4px;
    letter-spacing: 0;
  }

  .smallSection .stepType__col--txt .tLead--left:only-child {
    display: table;
    margin: 0 auto 10px;
  }

  .smallSection .stepType__table th {
    height: 37px;
    font-size: 12px;
  }

  .smallSection .stepType__table td {
    height: 132px;
  }

  .smallSection .stepType__l,.smallSection .stepType__m {
    top: 58px;
    height: 90px;
    font-size: 14px;
    line-height: 1.3;
  }

  .smallSection .stepType__type {
    font-size: 30px;
  }

  .smallSection .steps {
    display: block;
  }

  .smallSection .steps__item,.smallSection .steps__item--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }

  .smallSection .steps__item + li,.smallSection .steps__item--main + li {
    margin: 35px 0 0;
  }

  .smallSection .steps__item + li::before,.smallSection .steps__item--main + li::before {
    top: -23px;
    right: calc(calc(100% - 70px - 34px) / 2);
    bottom: auto;
    left: auto;
    border-width: 10px 15px;
    border-color: #e0e0e0 transparent transparent;
  }

  .smallSection .steps__item--main {
    min-width: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .smallSection .steps__item--main .steps__enclose {
    padding: 7px 0;
  }

  .smallSection .steps__enclose {
    width: calc(100% - 70px);
    margin-top: 0;
    padding: 6px 0;
  }

  .smallSection .steps__enclose span {
    font-size: 14px;
  }

  .smallSection .step-box {
    max-width: 335px;
    margin: 50px auto 0;
  }

  .smallSection .step-box__inner,.smallSection .step-box__inner--main {
    margin-left: 26px;
  }

  .smallSection .step-box__inner:nth-child(1),.smallSection .step-box__inner--main:nth-child(1) {
    -ms-flex-preferred-size: 84px;
    flex-basis: 84px;
    margin-left: 0;
  }

  .smallSection .step-box__inner:nth-child(2),.smallSection .step-box__inner--main:nth-child(2) {
    -ms-flex-preferred-size: 108px;
    flex-basis: 108px;
  }

  .smallSection .step-box__inner:nth-child(3),.smallSection .step-box__inner--main:nth-child(3) {
    -ms-flex-preferred-size: 91px;
    flex-basis: 91px;
  }

  .smallSection .step-box__inner::before,.smallSection .step-box__inner--main::before {
    left: -18px;
    margin-top: -9px;
    border-width: 9px 0 9px 10px;
  }

  .smallSection .step-box__inner--main {
    font-size: 14px;
  }

  .smallSection .step-box__item {
    font-size: 13px;
  }

  .smallSection .lp-btn {
    text-decoration: none;
    padding: 12px;
  }

  .smallSection .lp-btn:hover {
    border-color: #5c5a5a;
  }

  .smallSection .lp-btn:hover .lp-btn__text {
    opacity: 1;
  }

  .smallSection .lp-btn--strong:hover {
    background-color: #5c5a5a;
  }

  .smallSection .boxText .boxText__inner {
    display: block;
  }

  .smallSection .boxText .boxText__inner .boxText__inner__item {
    width: 48%;
    font-size: 14px;
    min-width: auto;
  }

  .smallSection .boxText .boxText__inner .boxText__inner__item:not(:first-child) {
    margin-left: 10px;
  }

  .smallSection .boxText .boxText__inner .boxText__inner__item:nth-child(n+3) {
    margin-top: 10px;
  }

  .smallSection .boxText .boxText__inner .boxText__inner__item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 374px) {
  .smallSection .sectionEd__content {
    height: 106.66vw;
    padding: 0 0 64vw 0;
  }

  .smallSection .sectionEd--rev .sectionEd__content {
    padding: 0 0 72vw 0;
  }

  .smallSection .setBlock__textColumn {
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 374px) {
  .smallSection .review01__balloon {
    font-size: 12px;
  }

  .smallSection .banner__link {
    height: 40vw;
  }

  .smallSection .banner__txt {
    padding-left: calc(50vw - 20px);
  }

  .smallSection .banner__shoulder {
    font-size: 3.2vw;
  }

  .smallSection .banner__heading {
    font-size: 4.266vw;
  }
}

@media screen and (max-width: 359px) {
  .smallSection .review01__comment {
    margin-top: -10px;
  }
}

@media (max-width: 359px) {
  .smallSection .step-box__inner,.smallSection .step-box__inner--main {
    margin-left: 12px;
  }

  .smallSection .step-box__inner::before,.smallSection .step-box__inner--main::before {
    left: -10px;
  }

  .smallSection .step-box__num {
    font-size: 12px;
  }
}

@-webkit-keyframes tpr_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tpr_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/*2023AWメイク流用　add20230821*/
.smallSection .section__lineup {
  background-color: #fff;
}
.smallSection .section__lineup__inner {
  z-index: 2;
  position: relative;
  padding: 55px 20px 0px;
  background-color: #ffffff;
}
.smallSection .section__lineup__inner:last-child {
  padding-top: 40px;
  background-color: #f9f7f6;
}
.smallSection .section__lineup__spacer {
  margin-top: 100px;
}
.smallSection .section__lineup__headinner {
  width: 440px;
  height: 340px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0px auto -350px;
  padding: 40px 0 45px;
  position: relative;
  top: -62px;
  z-index: 1;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
.smallSection .section__lineup__headinner.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.smallSection .section__lineup__read {
  font-size: 14px;
  color: #8b5749;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1.4;
}
.smallSection .section__lineup__read::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #8b5749;
  position: absolute;
  bottom: -25%;
  left: 48%;
}
.smallSection .section__lineup__heading {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
  font-size: 48px;
  color: #8b5749;
  line-height: 0.833;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 100;
  width: 270px;
}
.smallSection .section__lineup__subheading {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 0.833;
  text-align: center;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.smallSection .section__lineup__subheading.is-show {
  opacity: 1;
}
.smallSection .section__lineup__subread {
  font-size: 16px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.smallSection .section__lineup__subread.is-show {
  opacity: 1;
}
.smallSection .section__lineup__tag {
  font-size: 12px;
  font-weight: bold;
  color: #8b5749;
  border: 1px solid #8b5749;
  border-radius: 50px;
  padding: 3px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.smallSection .section__lineup__tag.is-show {
  opacity: 1;
}
.smallSection .section__lineup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 68px auto 60px;
}
.smallSection .section__lineup__col {
  width: calc(50% - 100px);
  padding: 0 50px;
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.smallSection .section__lineup__col.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.smallSection .section__lineup__col:last-child {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.smallSection .section__lineup__col__inner {
  position: relative;
  margin-bottom: 20px;
}
.smallSection .section__lineup__limited {
  background-color: #c96f58;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  width: 94px;
  height: 94px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  top: -24px;
  left: -20px;
}
.smallSection .section__lineup__main {
  margin-bottom: 50px;
}
.smallSection .section__lineup__title {
  position: absolute;
  width: 50%;
  bottom: -14px;
  left: -13px;
}
.smallSection .section__lineup__title.title01 {
  width: 60%;
}
.smallSection .section__lineup__title.title02 {
  width: 70%;
}
.smallSection .section__lineup__title.title03 {
  width: 65%;
}
.smallSection .section__lineup__title.title04 {
  width: 65%;
}
.smallSection .section__lineup__product {
  width: 42%;
  position: absolute;
  bottom: -64px;
  right: -34px;
}
.smallSection .section__lineup__product.product01 {
  width: 44%;
}
.smallSection .section__lineup__product.product02 {
  width: 40%;
}
.smallSection .section__lineup__product.product03 {
  width: 60%;
  bottom: -90px;
  right: -86px;
}
.smallSection .section__lineup__product.product04 {
  width: 50%;
  bottom: -90px;
  right: -56px;
}
.smallSection .section__lineup__product__jpn {
  font-size: 16px;
  font-weight: bold;
}
.smallSection .section__lineup__product__jpn.color01 {
  color: #c96f58;
}
.smallSection .section__lineup__product__jpn.color02 {
  color: #61814a;
}
.smallSection .section__lineup__product__jpn.color03 {
  color: #a85d49;
}
.smallSection .section__lineup__product__jpn.color04 {
  color: #808d71;
}
.smallSection img {
  width: 100%;
  height: auto;
}

.smallSection .fig-large {
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .smallSection .section__lineup__inner:last-child {
    padding-top: 10px;
  }
  .smallSection .section__lineup__inner {
    padding: 55px 20px 0;
  }
  .smallSection .section__lineup__spacer {
    margin-top: 50px;
  }
  .smallSection .section__lineup__headinner {
    width: 108%;
    margin: 0px -4% -350px -4%;
    padding: 40px 0 40px;
  }
  .smallSection .section__lineup__read {
    letter-spacing: 1.2px;
  }
  .smallSection .section__lineup__heading {
    font-size: 36px;
    width: 195px;
    margin: 0 auto 0;
  }
  .smallSection .section__lineup__subheading {
    font-size: 24px;
    line-height: 1.2;
  }
  .smallSection .section__lineup__subread {
    font-size: 14px;
  }
  .smallSection .section__lineup__row {
    display: block;
    margin: 34px auto 60px;
  }
  .smallSection .section__lineup__col:last-child {
    -webkit-transition-delay: initial;
            transition-delay: initial;
    margin-top: 60px;
  }
  .smallSection .section__lineup__col {
    width: 90%;
    max-width: 500px;
    padding: 0 5%;
    margin: 0 auto;
  }
  .smallSection .section__lineup__limited {
    width: 74px;
    height: 74px;
  }
  .smallSection .section__lineup__main {
    margin-bottom: 30px;
  }
  .smallSection .section__lineup__product.product01 {
    bottom: -21%;
    right: -12%;
  }
  .smallSection .section__lineup__product.product02 {
    bottom: -21%;
    right: -10%;
  }
  .smallSection .section__lineup__product.product03 {
    bottom: -21%;
    right: -23%;
    width: 60%;
  }
  .smallSection .section__lineup__product.product04 {
    bottom: -21%;
    right: -15%;
    width: 50%;
  }
  .smallSection .fig-large {
    width: 100%;
    height: auto;
  }
}
.smallSection .underline_title{
  border-bottom: solid 1px #231815;
}

@media screen and (min-width: 769px) {
  /*PCのみ*/
  .smallSection .row{
    /* display: */
    margin: 0 60px;
  }

  .smallSection .col--1of2{
    padding: 0 40px;
  }
}

.smallSection .row_head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  font-size: 14px;
  align-items: center;
  padding-top: 12px;
}

.smallSection .h03__color{
  color: #8b5749;
}
.smallSection .bgblock{
  margin: -125px -120px 0;
  padding-top: 2px;
  background-color: #f9f7f6;
  position: relative;
  padding-bottom: 30px;
  background-size: cover;
}
.smallSection .bg_block{
  margin: -100px -120px 0;
}

.smallSection .bnr__title .tLead{
  font-size: 20px;
}

.smallSection .fig--bnr {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .smallSection .bgblock{
    margin: -15px -20px 0;
    padding: 0 20px 20px;
  }
  .smallSection .bg_block{
    margin: 0px -20px 0;
  }
  .smallSection .bnr__title .tLead{
    font-size: 16px;
  }
  .smallSection .fig--bnr {
    margin-bottom: 40px;
  }
}

.dummy-aqua .sectionKv__content {
  height: 126.6vw;
  padding-bottom: 90vw;
  background: url(/contents/small/dummy/images/sp/img-main-kv4-sp.jpg) no-repeat center top !important;
  background-size: cover !important;
}

@media screen and (max-width: 768px) {
  .smallSection .sectionKv, .smallSection .sectionKv--spMvTop, .smallSection .sectionKv--02 {
    margin-bottom: 50px;
  }

  .smallSection .sectionKv__content, .smallSection .sectionKv__content--centerSP {
    background: url(/contents/small/dummy/images/sp/img-main-kv-sp.jpg) no-repeat center bottom;
    max-width: none;
    height: 114.6vw;
    margin: 0 -20px;
    padding-right: 20px;
    padding-top: 8vw;
    padding-left: 20px;
    background-size: cover;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .static-1353050 .testArea_contents_itemBox_img.limited {
    padding-right: 20px;
  }
}
