@charset "utf-8";
.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  top: -10rem;
}

@media screen and (max-width:767px) {
	.scroll {
		top: 4rem;
	}
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #000;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(200px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-200px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-200px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(200px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}



#pickupArea{
	margin-bottom: 0;
}

#firstEyelash {
  color: #2b2b2b;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  background: #f7f6f6;
  padding-bottom: 4rem;
}


#firstEyelash * {
  margin: 0;
  padding: 0
}
#firstEyelash *, #firstEyelash :after, #firstEyelash :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#firstEyelash button {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#firstEyelash a {
	color: #333;
/*  color: #d22a30;*/
  text-decoration: none;
}

#firstEyelash a:hover{
	opacity: 0.8;
}

#firstEyelash .btnArea a::after,
#firstEyelash .btnArea a::after {
	content: '';
    display: inline-block;
    width: 0.6em;
    height: 0.6em!important;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.3em;
}

@media screen and (max-width:767px) {
  #firstEyelash {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
  }
}
#firstEyelash .pc {
  display: block !important
}
@media only screen and (max-width:767px) {
  #firstEyelash .pc {
    display: none !important
  }
}
#firstEyelash .sp {
  display: none !important
}
@media only screen and (max-width:767px) {
  #firstEyelash .sp {
    display: block !important
  }
}


#firstEyelash .eyelash__ttl1 {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  color: #2b2b2b
}
@media only screen and (max-width:1023px) {
  #firstEyelash .eyelash__ttl1 {
    font-size: 2.5vw
  }
}
@media only screen and (max-width:767px) {
  #firstEyelash .eyelash__ttl1 {
    font-size: 3.8vw
  }
}

/*kvスライダー*/
#firstEyelash .kv {
/*  padding-bottom: 53px;*/
  position: relative;
  width: 100%; 
  text-align: center;
}

/*
@media only screen and (max-width:767px) {
  #firstEyelash .kv {
    padding-bottom: 24vw
  }
}
*/

#firstEyelash .kv .kv__img img{
	width: 100%;
}

/*スライダーのドット*/
#firstEyelash ul.slick-dots li button:before {
    opacity: .7;
    color: #a8a8a8;
}
#firstEyelash ul.slick-dots li.slick-active button:before {
	opacity: .7;
    color: black;
}

#firstEyelash .point {
  padding: 0;
  overflow: hidden
}

#firstEyelash .point__ttl1 {
  text-align: center;
  font-size: 50px;
  margin: 0 auto;
}

@media only screen and (max-width:767px) {
  #firstEyelash .point__ttl1 {
	font-size: 6.2vw;
  }
}
#firstEyelash .point__ttl2 {
  font-weight: 700;
  display: inline-block;
  font-size: 44px;
/*  font-size: 50px;*/
  color: #2b2b2b;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding-top: 30px;
  margin: auto;
}
@media only screen and (max-width:1023px) {
  #firstEyelash .point__ttl2 {
    max-width: 91.667vw;
    padding-top: 3vw;
    font-size: 4.167vw;
  }
}
@media only screen and (max-width:767px) {
  #firstEyelash .point__ttl2 {
    max-width: 100%;
    padding-top: 2.2vw !important;
    line-height: 1.44;
    font-size: 6vw;
	padding-bottom:1.2vw;
  }
}
#firstEyelash .point__ttl2 .line {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#firstEyelash .point__ttl2 .line:after {
  content: "";
  height: 11px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8px;
  background-color: #f8ed02;
  z-index: -1;
}
@media only screen and (max-width:1023px) {
  #firstEyelash .point__ttl2 .line:after {
    bottom: 0.667vw;
    height: 0.917vw;
  }
}
@media only screen and (max-width:767px) {
  #firstEyelash .point__ttl2 .line:after {
    bottom: 1vw;
    height: 1vw
  }
}
#firstEyelash .point__ttl2 .tax {
  font-size: 0.6em;
  display: inline-block;
  margin: 0 -0.4em
}
#firstEyelash .point__ttl2 .ls {
  letter-spacing: 0
}
#firstEyelash .point__container {
  max-width: 1140px;
  margin: 100px auto 60px;
  padding: 0 20px
}

@media only screen and (max-width:767px) {
  #firstEyelash .point__container {
    max-width: 100%;
    margin: 8vw auto 0;
    padding: 0 6.5vw
  }
}
#firstEyelash .point__point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
/*  margin-bottom: 20rem;*/
	gap: 2rem;	
}

@media only screen and (max-width:767px) {
#firstEyelash .point__point {
	margin-bottom: 42px;
	}
}

@media only screen and (max-width:767px) {
	#firstEyelash .point1,
	#firstEyelash .point2,
	#firstEyelash .point3,
	#firstEyelash .point4,
	#firstEyelash .point5 {
		flex-direction: column-reverse;		
	}
	
	#firstEyelash .point1,
	#firstEyelash .point3,
	#firstEyelash .point5 {
		flex-direction: column;
	}
}

#firstEyelash .point__point:last-child{
	margin-bottom: 0;
}

#firstEyelash .point__text{
	flex-basis: 55%;
}

#firstEyelash .point__image{
	flex-basis: 45%;
}

#firstEyelash .point__image img{
	width: 100%;
	border-radius: 28px;
}


@media only screen and (max-width:767px) {
	#firstEyelash .point__image{
		padding-top: 2rem;
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	#firstEyelash .point__nbr img{
		width:20%;		
	}	
}


#firstEyelash .point__nbr.pt2 {
  left: 35%;
  top: 406px
}
@media only screen and (max-width:1023px) {
  #firstEyelash .point__nbr.pt2 {
    top: 33.833vw
  }
}
#firstEyelash .point__nbr.pt3 {
  left: -7%;
  top: 27px
}
@media only screen and (max-width:1023px) {
  #firstEyelash .point__nbr.pt3 {
    top: 2.25vw
  }
}
#firstEyelash .point__small {
  font-size: 16px;
  position: absolute;
  left: 56%;
  bottom: 40px;
  letter-spacing: 0.05em
}
@media only screen and (max-width:1023px) {
  #firstEyelash .point__small {
    font-size: 1.333vw;
    bottom: 3.333vw
  }
}
@media only screen and (max-width:767px) {
  #firstEyelash .point__small {
    font-size: 2.3vw;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    bottom: 7vw
  }
}
#firstEyelash .point__p {
  line-height: 1.7;
  margin-top: 1.2rem;
}

#firstEyelash .brandList .brandlist__img{
	max-width: 1070px;
	width: 100%;
	margin: 20px auto 0;
}

#firstEyelash .brandList .brandlist__img img{
	width: 100%;
}

#firstEyelash .more{
	text-align: left;
	line-height: 1.7;
	padding-top: 1rem;
}

#firstEyelash .more a{
	color: #333;
	text-decoration: none;
}


#firstEyelash .guide-floating-area {
	position: relative;
	text-align: center;
	padding: 40px 0 0;
}

#firstEyelash .guide-floating-area .eyelashBrand_btnArea a.button {
	position: fixed;
    right: 0;
	bottom: 12px;
    display: inline-block;
    color: #fff;
    writing-mode: vertical-rl !important;
    font-weight: 700;
    letter-spacing: 0.2em;
    background: #e82c80;
    z-index: 99;
	border-radius: 10px 0 0 10px;
    padding: 2rem;
    font-size: 16px;
    text-align: center;
    min-height: 210px;
	box-shadow: 3px 3px 10px 3px rgba(255, 255, 255, 0.5);
	/*
	text-align: center;
	margin: 12rem auto 0;
	position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
	*/
}

@media only screen and (max-width:767px) {
	#firstEyelash .guide-floating-area .eyelashBrand_btnArea a.button {
		bottom: 0;
		padding: 1.5rem;
		min-height: 180px;
	}
}
#firstEyelash .guide-floating-area .eyelashBrand_btnArea.stop a.button {
	writing-mode: initial!important;
    position: relative;
    font-size: 2.4rem;
    border-radius: 40px;
    min-height: auto;
    padding: 2rem 10rem;
}

#firstEyelash .guide-floating-area .eyelashBrand_btnArea.stop {
	position: relative;
}

#firstEyelash .guide-floating-area .eyelashBrand_btnArea .stop-show { 
	display: none;
}
#firstEyelash .guide-floating-area .eyelashBrand_btnArea.stop .stop-show { 
	display: block;
}

#firstEyelash .guide-floating-area .eyelashBrand_btnArea.stop .stop-show a.text-link { 
	color: #d22a30;
}


@media only screen and (max-width:767px) {
	#firstEyelash .eyelashBrand_btnArea{
		margin: 0;
	/*	margin: 8vw auto 0;*/
	}
}

#firstEyelash .eyelashBrand_btnArea h3{
	color: #e82c80;
	padding-bottom: 2rem;
}

@media only screen and (max-width:767px) {
	#firstEyelash .eyelashBrand_btnArea h3{
		font-size: 3.8vw;
	}
}

#firstEyelash .eyelashBrand__btn{
	display: inline-block;
	padding-bottom: 2rem;
}

#firstEyelash .eyelashBrand__btn a{
	display: inline-block;
	background: #e82c80;
	color: #fff;
/*	padding: 1em 3.5em;*/
	border-radius: 10rem;
	font-size: 2.3rem;
	text-decoration: none;
	
}

/*
@media only screen and (max-width:767px) {
	#firstEyelash .eyelashBrand__btn a{
		padding:3.4vw 12vw;
		font-size: 4vw;
	}
}
*/



#pickupArea.pickupLayout .guide-reason-app {
	display: flex;
	padding-top: 2vh;
}

#pickupArea.pickupLayout .guide-reason-app li {
    margin-right: 10px;
}
#pickupArea.pickupLayout .guide-reason-app li img {
    height: 45px;
}


#pickupArea.pickupLayout h4.point__ttl3 {
	font-size: 3rem;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	#pickupArea.pickupLayout h4.point__ttl3 {
		font-size: 4vw;
		letter-spacing: normal;
		line-height: 1.8;
		margin-bottom: 10px;
	}
}

/*お得な特典・キャンペーン*/
 #pickupArea.pickupLayout .guide-contens-body {
    display: flex;
    margin: 40px;
    justify-content: center;
  }
  #pickupArea.pickupLayout .guide-contens-item a {
	  color: #d22a30;
	}
  #pickupArea.pickupLayout .guide-contens-body .guide-contens-item {
    width: 100%;
    margin-bottom: 40px;
  }
  #pickupArea.pickupLayout .guide-contens-body .guide-contens-item:last-child {
    margin-bottom: 0;
  }
  #pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-innner {
    padding-left: 0;
  }
  #pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-innner.guide-campaign01 h4 {
    background: url("../img/icon-campaign01.png") no-repeat left top/50px;
  }
  #pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-innner.guide-campaign02 h4 {
    background: url("../img/icon-campaign02.png") no-repeat left top/50px;
  }


/*購入可能商品について*/
#pickupArea.pickupLayout .pc-only {
	display: block;
}
#pickupArea.pickupLayout .sp-only {
	display: none;
}
#pickupArea.pickupLayout .guide-contents:first-child {
	margin-top: 120px;
  margin-bottom: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #B2B2B2;
}
#pickupArea.pickupLayout .guide-contents {
  margin-bottom: 60px;
  padding-bottom: 120px;
  border-bottom: 1px solid #B2B2B2;
}
#pickupArea.pickupLayout .guide-contents:last-child {
	margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#pickupArea.pickupLayout .guide-contents-title {
  width: 100%;
  margin-bottom: 80px;
}
#pickupArea.pickupLayout .guide-contents-title h2 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 4.6rem;
  text-align: center;
}
#pickupArea.pickupLayout .guide-contents-title h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #c7a957;
  margin: 10px auto 20px;
}
#pickupArea.pickupLayout .guide-contents-title .guide-contents-subtitle {
  height: 18px;
  display: block;
  margin: auto;
}
#pickupArea.pickupLayout .guide-contents-title p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

#pickupArea.pickupLayout .guide-grade-item {
  padding-bottom: 60px;
  margin-bottom: 20px;
  background: url("../img/arrow-grade.png") no-repeat center bottom/100px;
}
#pickupArea.pickupLayout .guide-grade-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
#pickupArea.pickupLayout .guide-grade-item .guide-grade-item-title {
  height: 110px;
  background-color: #f6f3eb;
	color: #333;
/*  color: #c7a957;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
	font-size: 40px;
}

/*#pickupArea.pickupLayout .guide-grade-item .guide-grade-badge{
	padding-bottom: 1rem;
}
*/
#pickupArea.pickupLayout .guide-grade-item .guide-grade-badge img {
  width: auto;
  height: 26px;
}

#pickupArea.pickupLayout .guide-grade-item .guide-grade-item-body {
  background-color: #F0F0F0;
  padding: 40px;
	letter-spacing: 0.1rem;
}

#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card {
  width: 390px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card h4 {
  font-size: 1.6rem;
  padding-left: 30px;
  padding-bottom: 18px;
	margin-top: 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #CCCCCC;
line-height: 1.6;
letter-spacing: 0.03rem;
}
#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card p {
  font-size: 1.4rem;
  font-weight: normal;
letter-spacing: 0.1rem;
}
#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card p.guide-note {
  font-size: 1.2rem;
  font-weight: normal;
  color: #666666;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card:nth-of-type(1) {
  margin: 0 20px 0 0;
}
#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card h4 {
  background: url("../img/iconS-grade01.png") no-repeat left 2px/20px;
}
/*#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card:nth-of-type(2) h4 {
  background: url("../img/iconS-grade02.png") no-repeat left 2px/20px;
}*/


#pickupArea.pickupLayout .guide-grade-item .guide-grade-card p {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
#pickupArea.pickupLayout .guide-grade-item .guide-grade-card p.guide-note {
  font-size: 1.4rem;
  font-weight: normal;
  color: #D22730;
  text-indent: -1em;
  padding-left: 1em;
}
#pickupArea.pickupLayout .guide-grade-item .guide-grade-card {
  width: 780px;
  /*margin: 0 auto 40px;*/
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
#pickupArea.pickupLayout .guide-action-btn a {
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  height: 80px;
  margin: auto;
  color: #fff;
  text-decoration: none;
  background-color: #e82c80;
  border-radius: 40px;
  text-align: center;
}

#pickupArea.pickupLayout .guide-action-btn a.half {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin: 20px auto 0;
  color: #fff;
  text-decoration: none;
  background-color: #e82c80;
  /*background-color: #e079a6;*/
  border-radius: 40px;
  text-align:center;
  line-height: 1.3;    
}

#pickupArea.pickupLayout .guide-action-btn a .sub {
  font-size: 1.4rem;
  color: #fff;
}
#pickupArea.pickupLayout .guide-action-btn a:hover {
  opacity: 0.6;
}

#pickupArea.pickupLayout .guide-contens-title {
  font-size: 40px;
  background-color: #F0F0F0;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
/*
#pickupArea.pickupLayout .guide-contens-title-2 {
  font-size: 2.8rem;
  background-color: #f6f3eb;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
*/
#pickupArea.pickupLayout .guide-contens-body:nth-of-type(1) {
  margin-bottom: 40px;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item {
	width: 50%;
	max-width: 390px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item:nth-of-type(1) {
	margin: 0 20px 0 0;
}

#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-innner h4 {
	display: flex;
	align-items: center;
	height: 50px;
	font-size: 1.6rem;
	letter-spacing: 0.03rem;
	margin-bottom: 20px;
	padding-left: 65px;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-innner p {
  font-size: 1.4rem;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-innner p.guide-note {
  font-size: 1.2rem;
  color: #666666;
  margin: 14px 0;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-support {
  margin-top: 30px;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-support p {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-support ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-support li {
  width: 49%;
  margin-bottom: 20px;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-support li a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  width: 100%;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #707070;
  height: 40px;
  background: url("../img/arrow-support.png") no-repeat right 10px center/4px;
  padding: 0 10px;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-support li a:hover {
  opacity: 0.6;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-support li i > img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-support li:last-child, #pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-support li:nth-last-child(2):nth-child(odd) {
  /*margin-bottom: 0;*/
}


/*初めての方への挨拶箇所*/
#pickupArea.pickupLayout .guide-beginner-area {
  width: 100%;
  height: 580px;
  position: relative;
  /*z-index: -1;*/
  background: url("../img/bg.png") center center/cover;
  padding: 70px 0 60px;
  font-weight: bold;
  text-align: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	#pickupArea.pickupLayout .guide-beginner-area {
		margin-bottom: 60px;
	}
}

#pickupArea.pickupLayout .guide-beginner-area .title {
	display: block;
	width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#pickupArea.pickupLayout .guide-beginner-area .guide-beginner-title {
		width: 80%;
	}
	#pickupArea.pickupLayout .guide-beginner-area h2 {
		width: 100%;
	}
}


#pickupArea.pickupLayout .guide-beginner-area .guide-beginner-title {
  font-size: 1.6rem;
  color: #fff;
  max-width: 450px;
  padding: 12px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
#pickupArea.pickupLayout .guide-beginner-area .guide-beginner-title::before {
  transform: skewX(-24deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #C7A957;
}
#pickupArea.pickupLayout .guide-beginner-area h2 {
  max-width: 590px;
  margin: 0 auto 38px;
}
#pickupArea.pickupLayout .guide-beginner-area h2 img {
  width: 100%;
}
#pickupArea.pickupLayout .guide-beginner-area .guide-beginner-body {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
#pickupArea.pickupLayout .guide-beginner-area .guide-note {
  font-size: 1.4rem;
  color: #D22730;
	margin-top: 10px;
}

@media screen and  (max-width: 1023px) {
  #pickupArea.pickupLayout .guide-beginner-area {
    width: 100%;
    height: 560px;
    background: url("../img/bg-sp.png") center center/cover;
    padding: 40px 20px 0;
	margin-bottom: 40px;
  }
  #pickupArea.pickupLayout .guide-beginner-area .guide-beginner-title {
    width: 100%;
    padding: 12px 0;
    margin: 0 auto 30px;
  }
  #pickupArea.pickupLayout .guide-beginner-area h2 {
    width: 100%;
    margin: 0 auto 30px;
  }
  #pickupArea.pickupLayout .guide-beginner-area .guide-beginner-body {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  #pickupArea.pickupLayout .guide-beginner-area .guide-note {
    font-size: 1.8rem;
  }
}



@media screen and  (max-width: 1023px) {
	#pickupArea.pickupLayout .pc-only {
		display: none;
	}
		#pickupArea.pickupLayout .sp-only {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	#pickupArea.pickupLayout .guide-contens-title {
		height: auto;
        font-size: 6.2vw;
        padding: 20px 0;
		margin: 0;
	}
	#pickupArea.pickupLayout .guide-contens-body {
		flex-direction: column;
		margin: 6.5vw;
	}
	#pickupArea.pickupLayout .guide-contens-body .guide-contens-item {
		width: 100%;
		max-width: 767px;
		padding: 20px;
	}
	#pickupArea.pickupLayout .guide-contens-body .guide-contens-item:nth-of-type(1) {
 	   margin: 0 0 10px;
	}
	#pickupArea.pickupLayout .guide-contens-body .guide-contens-item .guide-contens-item-innner h4 {
		font-size: 3.6vw;
		align-items: center;
	}
	
	#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards {
		flex-direction: column;
	}
	#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card {
		width: 100%;
		padding: 20px;
	}
	#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card:nth-of-type(1) {
		margin: 0 0 10px;
	}
	#pickupArea.pickupLayout .guide-grade-item .guide-grade-cards .guide-grade-card h4 {
		font-size: 3.6vw;
	}
	#pickupArea.pickupLayout .guide-grade-item .guide-grade-card p {
		font-size: 16px;
	}
	#pickupArea.pickupLayout .guide-contents:first-child {
		margin-top: 6rem;
	}
	#pickupArea.pickupLayout .guide-grade-item .guide-grade-item-title {
		height: auto;
		font-size: 6.2vw;
		padding: 20px 0;
		margin: 0;
	}
	#pickupArea.pickupLayout .guide-grade-item .guide-grade-item-body {
		padding: 6.5vw;
	}
	#pickupArea.pickupLayout .guide-action-btn a.half {
		font-size: 2.4rem;
		margin: 20px auto 0;
	}
	#pickupArea.pickupLayout .guide-contens-body:nth-of-type(1) {
	  margin-bottom: 0;
	}
}