@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');

/* BASE RESET*/

#container {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
/*  margin: 0 -500% 60px;
  padding: 0 500%;*/
}
.breadCrumb {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.column2R #main {
  float: none;
  width: auto;
}
.pagetop {
  width: 970px;
  margin: 0 auto;
}
/* BASE */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* parts */
.Grn {
  background: #00ba01;
  color: #fff;
}
.Wht {
  color: #333;
}
.Wht .areaTtl {
  color: #00ba01;
}
.Wht .areaSub {
  color: #00ba01;
}
.Gry {
  background: #efefef;
  color: #333;
}
.Gry .areaTtl {
  color: #00ba01;
}
.Aqu {
  background: #39c3cf;
  color: #fff;
}
.Cnt .areaTtl, .Cnt .areaSub {
  text-align: center;
}
.LineTxt {
  position: relative;
}
.LineTxt::before {
  content: "LINE";
  position: absolute;
  top: 0px;
  right: 30px;
  color: #00a900;
  font-size: 350px;
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -30px;
}
/* area */
.areaBox {
  padding: 60px 0;
}
.areaInner {
  width: 970px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.areaTtl {
  font-size: 55px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.areaTtl.small {
  font-size: 52px;
  font-weight: bold;
}
.areaSub {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 60px;
}
.areaTxt {
  font-size: 22px;
  margin-bottom: 60px;
  line-height: 1.5;
  font-weight: 300;
}
.areaNotes {
  font-size: 16px;
  color: #00ba01;
}
/* mainVisual */
.mainVisual {
  background: #00ba01 url(img/line_coupon/main_visual_bg.jpg?$staticlink$) no-repeat scroll center;
  height: 600px;
  border-top: 6px solid #00ba01;
  border-bottom: 6px solid #00ba01;
  margin-bottom: 90px;
}
.mainVisualTtl {
  font-size: 64px;
  text-align: center;
  color: #00ba01;
  line-height: 1.2;
  font-weight: 800;
  padding-top: 30px;
}
.mainVisualTtl span {
  display: block;
}
.iconList {
  display: flex;
  justify-content: space-between;
	list-style: none;
}
.bgFriends {
  background: url(img/line_coupon/bg_friends.jpg?$staticlink$) no-repeat scroll right 74%;
}
@media screen and (max-width: 1599px) {
  .bgFriends {
    background: url(img/line_coupon/bg_friends3.jpg?$staticlink$) no-repeat scroll right bottom;
  }
}
@media screen and (max-width: 1229px) {
  .bgFriends {
    background: url(img/line_coupon/bg_friends2.jpg?$staticlink$) no-repeat scroll right bottom;
  }
}

.addFriendsList {
  margin-top: 90px;
}
.addFriendsBox {
  background: #fff;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  padding: 100px 30px 30px;
  border-radius: 15px;
}
.addFriendsTtl {
  font-size: 40px;
  font-weight: 800;
  color: #0fbd0c;
  transform: rotate(-15deg);
  text-align: center;
  position: absolute;
  line-height: 1;
  top: 0;
  left: -75px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.addFriendsStep {
  font-size: 20px;
  font-weight: 300;
  margin-top: -40px;
  margin-left: 30px;
	list-style-type: none;
}
.addFriendsImg {
  width: 200px;
}
.addFriendsImg img {
  width: 100%;
}
.addFriendsStep li {
  counter-increment: number;
}
.addFriendsStep li::before {
  content: counter(number);
  font-family: 'Damion', cursive;
  font-size: 90px;
  color: #00ba01;
  letter-spacing: -5px;
  margin-right: 10px;
  line-height: 0.8;
  width: 50px;
  display: inline-block;
}
.addList {
  display: flex;
  margin-top: 60px;
	list-style-type: none;
}
.addList li {
  width: 50%;
  text-align: center;
}
.addList li span {
  display: block;
  font-size: 18px;
}
.otherList {
  display: flex;
  justify-content: space-between;
  width: 1000px;
	list-style: none;
}
.otherList a {
  text-decoration: none;
}
.otherList img {
  box-shadow: 6px 6px #1a585d;
}
.otherList img:hover {
  transform: scale(0.98);
  transition: 0.3s;
  box-shadow: 0 0;
}
.otherList span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  text-decoration: none !important;
  color: #fff;
}
@media screen and (max-width:479px){
  /* BASE */
  body #container {
    width: 98%;
    padding: 0;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
	.breadCrumb {
		width: 100%;
	}
  .mainVisual {
    background: none;
    height: auto;
    margin-bottom: 0;
    border-bottom: none;
  }
  .mainVisualTtl {
    font-size: 10vw;
		padding-top: 0px;
  }
  .mainVisual img {
    width: 100%;
  }
  .LineTxt::before {
    content: none;
  }
  .areaBox {
    padding: 30px 0;
  }
  .areaInner {
    width: auto;
    padding: 0 3vw;
  }
  .areaTtl {
    font-size: 8vw;
    margin-bottom: 15px;
  }
  .areaTtl.small {
    font-size: 8vw;
	  font-weight: bold;
  }
  .areaTxt {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
  .iconList li {
    text-align: center;
  }
  .iconList img {
    width: 90%;
  }
  .bgFriends {
    background: none;
  }
  .couponImg {
    width: 100%;
  }
  .areaNotes {
    font-size: 4vw;
  }
  .Cnt .areaTtl, .Cnt .areaSub {
    text-align: left;
  }
  .areaSub {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
  .areaSpBtn {
    text-align: center;
  }
  .addListSp {
    text-align: center;
	  list-style-type: none;
  }
  .addListSp img {
    width: 160px;
  }
  .otherList {
    display: block;
    width: auto;
  }
  .otherList li {
    text-align: center;
    margin-bottom: 30px;
  }
  .otherList a {
    width: 100%;
  }
  .otherList img {
    width: 65vw;
  }
  .otherList span {
    margin-top: 10px;
    font-size: 5vw;
  }

}


/* ----- 20200513追加 ----- */
.couponAnnounce {
    text-align: center;
    background-color: red;
    color: #fff;
    font-size: 170%;
    padding: 5px 0;
}
.couponAnnounce img {
    margin: 0px 10px 4px;
    max-width: 100%;
    width: 40px;
}
.mainVisual {
	margin-bottom: 0; /* couponAnnounce表示中のみ */
}
@media screen and (max-width:479px){
	.couponAnnounce {
		font-size: 120%;
		padding: 5px 0 1px;
	}
}
