@charset "utf-8";

/* Common Style */
#shufoo {
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
}
#shufoo h2, #shufoo h3 {
  text-align: center;
}
#shufoo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#shufoo .container {
  width: 94%;
  max-width: 980px;
  margin: auto;
}
#shufoo .bg-lblue {
  background: #AADCF7 url(../images/shufoo/bg_lblue_dot.png) repeat center top;
}
#shufoo .box {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background: #fff;
  position: relative;
}
#shufoo .box h2, #shufoo .box h3 {
  color: #fff;
  line-height: 1;
}
#shufoo .box-pink {
  border-color: #FF3C66;
}
#shufoo .box-pink h2, #shufoo .box-pink h3 {
  background: #FF3C66 url(../images/shufoo/bg_pink.png) repeat center top;
}
#shufoo .box-lblue {
  border-color: #00A7EB;
}
#shufoo .box-lblue h2, #shufoo .box-lblue h3 {
  background: #00A7EB url(../images/shufoo/bg_lblue.png) repeat center top;
}
#shufoo .box-blue {
  border-color: #0059B2;
}
#shufoo .box-blue h2, #shufoo .box-blue h3 {
  background: #0059B2 url(../images/shufoo/bg_blue.png) repeat center top;
}
#shufoo .box-blue2 {
  border-color: #16B1DE;
}
#shufoo .box-blue2 h2, #shufoo .box-blue2 h3 {
  background: #16B1DE url(../images/shufoo/bg_blue2.png) repeat center top;
}
#shufoo #usage .box .l_col {
  position: relative;
}
#shufoo .small {
  font-size: 12px;
  line-height: 1.4;
}
#shufoo .middle {
  font-size: 16px;
  line-height: 1.6;
}
#shufoo .em {
  font-weight: bold;
}
#shufoo .red {
  color: #f00;
}
#shufoo .txt_center {
  text-align: center;
}
#shufoo .mt05 {
  margin-top: 5px;
}
#shufoo .mt15 {
  margin-top: 15px;
}
#shufoo .list li {
  padding-left: 1.3em;
  position: relative;
}
#shufoo .list li::before, #shufoo p.list::before {
  position: absolute;
  top: 0;
  left: 0;
}
#shufoo .list.smldot li::before {
  content: '・';
}
#shufoo .num-list {
  padding-left: 20px;
  position: relative;
}
#shufoo .num-list > .num {
  position: absolute;
  top: 1px;
  left: 0;
}
#shufoo .num-list > .num {
  display: inline-block;
  background: #f00;
  border-radius: 50%;
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

/* .header */
#shufoo .header {
  background: url(../images/shufoo/bg.png) no-repeat center top;
}
#shufoo .header h1 {
  text-align: center;
  margin-bottom: 0;
}

/* Event */
#shufoo #event {
  position: relative;
  background: #FFFFE3;
}
#shufoo #event2 {
	background: #FFECF0;
}
#shufoo #event2 .renew_nyukai {
  margin-top: 1.5em;
  padding-bottom: .5em;
  text-align: center;
  border-top: 2px solid #00A7EB;
  border-bottom: 2px solid #00A7EB;
}
#shufoo #event2 .renew_nyukai > p.stit {
  color: #00A7EB;
  font-weight: bold;
  line-height: 1.4;
}
#shufoo #event2 .renew_nyukai > p.stit > span {
  display: inline-block;
}
#shufoo #event2 .renew_nyukai .bb_nyukai {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#shufoo #event2 .renew_nyukai .bb_nyukai .circle {
  position: absolute;
  top: -25px;
  width: 25%;
  max-width: 95px;
  height: auto;
}
#shufoo #event2 .renew_about > div {
  display: none;
  padding-top: .5em;
}
#shufoo #event2 .renew_about > div.active {
  display: block;
}
#shufoo #event2 .renew_about {
	background: #fff;
	border: 1px solid #FF3C66;
	border-radius: 6px;
	margin-top: 15px;
}
#shufoo #event2 .renew_about h4 {
	color: #FF3C66;
	font-weight: bold;
  cursor: pointer;
  text-align: center;
}
#shufoo #event2 .renew_about h4::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: -.25em;
  margin-left: .5em;
  background-color: #FF3C66;
  background-image: url("../images/shufoo/i_plus.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
#shufoo #event2 .renew_about h4.active::after {
  background-image: url("../images/shufoo/i_minus.png");
}
#shufoo #event2 .renew_about .list.circle {
	font-weight: bold;
	margin-top: .5em;
  margin-bottom: .5em;
}
#shufoo #event2 .renew_about .list.circle .list.smldot {
	font-weight: normal;
}
#shufoo #event2 .renew_about .red2 {
	background: rgba(255,255,0,.5);
	font-weight: normal;
}

/* Usage */
#shufoo #usage .box-blue2 .l_col .txt {
  line-height: 1.4;
}
#shufoo #usage .chance {
  background: #EEECE1;
  border-radius: 6px;
  text-align: center;
}
#shufoo #usage #usage05 > div {
  font-size: 13px;
  line-height: 1.4;
}
#shufoo #usage #usage05 + .attention {
  color: #f00;
  font-size: 13px;
  line-height: 1.4;
  background: #FFE7E7;
  border-radius: 5px;
}

/* Campaign */
#shufoo #campaign {
  background: #E72428 url(../images/shufoo/bg_cam.png) repeat 0 0;
}
#shufoo #campaign h3 {
  margin: 0;
  padding: 0 0 10px;
  color: #E52B28;
  font-weight: bold;
  line-height: 1.4;
}
#shufoo #campaign h3 > span {
  background: #E52B28;
  color: #fff;
  border-radius: 5px;
}
#shufoo #campaign dt {
  color: #E72428;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
#shufoo #campaign dt::before {
  content: '◎';
  position: absolute;
  top: 0;
  left: 0;
}
#shufoo #campaign dd {
  padding-left: 20px;
}

/*-----------------------------------------------
スマホ向けスタイル（～768px）
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  /* Common Style */
  #shufoo .pc {display:none;}
  #shufoo img {
    display: block;
    margin: auto;
  }
  #shufoo {
    margin-top: -13px;
  }
  #shufoo .bg-lblue {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  #shufoo .img-max {
    width: auto !important;
    max-width: 100% !important;
    height: auto;
  }
  #shufoo .img-space {
    max-width: 80%;
  }
  #shufoo h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #shufoo h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  #shufoo h2 img {
    height: 23px;
  }
  #shufoo h2 img + img {
    margin-top: 3px;
  }
  #shufoo h3 img {
    height: 20px;
  }
	#shufoo #event2 h3 img {
		height: 24px;
	}
  #shufoo #event2 .renew_nyukai > p.stit {
    font-size: 110%;
    padding: .5em 3% 0;
  }
  #shufoo #event2 .renew_nyukai .bb_nyukai {
    margin-top: 10px;
  }
  #shufoo #event2 .renew_nyukai .bb_nyukai .circle {
    right: -2%;
  }
	#shufoo #event2 .renew_about {
		padding: 10px 3%;
	}
  #shufoo #event2 .renew_about h4 {
    font-size: 110%;
  }
  #shufoo #event2 .renew_about h4::after {
    width: 16px;
    height: 16px;
  }
  #shufoo section {
    padding: 20px 0 0;
    width: 100%;
    overflow: hidden;
  }
  #shufoo .box {
    padding: 15px 10px;
  }
  #shufoo .box.mt {
    margin-top: 15px;
  }
  #shufoo .box h2, #shufoo .box h3 {
    margin: -15px -10px 12px;
    padding: 5px 0 7px;
  }
  #shufoo .l_row .l_col + .l_col {
    padding-top: 15px;
  }
  
  /* .header */
  #shufoo .header {
    background-size: cover;
  }
  
  /* Event */
  #shufoo #event {
    margin-top: 10px;
  }
  #shufoo #event p#eve-copy {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #454664;
  }
  #shufoo #event p#eve-copy u {
    color: #FF3C66;
    text-decoration: none;
  }
  #shufoo #event p#eve-copy u strong {
    font-size: 18px;
  }
  #shufoo #event p.eve-copy {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #454664;
  }
  #shufoo #event p.eve-copy u {
    color: #FF3C66;
    text-decoration: none;
  }
  #shufoo #event p.eve-copy u strong {
    font-size: 18px;
  }
  #shufoo #event p#eve-image {
    width: 180px;
    margin: 0 auto 10px;
  }
    
  /* Nyukai */
  #shufoo #nyukai .l_col .circle {
    position: absolute;
    top: -5px;
    left: -10px;
    width: 80px;
  }
  #shufoo #nyukai .btn-movie {
    padding-top: 10px;
    padding-bottom: 0;
  }
  /* Dl */
  #shufoo .download .l_col:first-child {
    text-align: center;
    padding-top: 5px;
  }
  #shufoo .download .l_col:first-child img {
    width: 85px;
    display: inline-block;
    margin: 0 5px;
  }
  #shufoo .download .l_col h4 {
    padding-top: 5px;
  }
  #shufoo .download .l_col h4 + a {
    display: block;
    max-width: 80%;
    margin: 10px auto;
  }
  
  /* Usage */
  #shufoo #usage.container {
    width: 100%;
  }
  #shufoo #usage h2.heading {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
  }
  #shufoo #usage h2.heading img {
    width: 100%;
    height: auto;
  }
  #shufoo #usage .box + .box {
    margin-top: 15px;
  }
  #shufoo #usage .box-blue2 .l_col.capture img {
    width: 180px;
  }
  #shufoo #usage .box-blue2 .l_col .txt {
    padding: 0 15px 10px;
  }
  #shufoo #usage .box-blue2 .l_col.arrow > img {
    transform: rotate(90deg);
  }
  #shufoo #usage .box-blue2 #illust01,
  #shufoo #usage .box-blue2 #illust02,
  #shufoo #usage .box-blue2 #illust03 {
    position: relative;
    z-index: 10;
  }
  #shufoo #usage .box-blue2 #illust01 {
    width: 150px;
    margin: -15px 0 -15px auto;
  }
  #shufoo #usage .box-blue2 #illust02 {
    width: 166px;
    margin: -15px auto;
  }
  #shufoo #usage .box-blue2 #illust02 + .list {
    margin-top: 25px;
  }
  #shufoo #usage .box-blue2 #illust03 {
    width: 154px;
    margin: -15px 0 -15px auto;
  }
  #shufoo #usage .row-usage > .l_row > .l_col {
    margin-top: 20px;
  }
  #shufoo #usage .chance {
    padding: 10px 15px;
  }
  #shufoo #usage #usage05 > div {
    padding-bottom: 15px;
  }
  #shufoo #usage #usage05 > div > img {
    margin: 15px 0;
  }
  #shufoo #usage #usage05 + .attention {
    padding: 10px;
    margin-bottom: 10px;
  }
  #shufoo #usage #gz01 {
    width: 100px;
    margin-top: -210px;
    padding-bottom: 90px;
    padding-right: 180px;
    box-sizing: content-box;
  }
  #shufoo #usage #ar02 {
    padding: 0 0 0 105px;
    margin-bottom: -15px;
  }
  #shufoo #usage #ar02 img {
    transform: rotate(0);
  }
  
  /* Campaign */
  #shufoo #campaign {
    padding: 15px 0 25px;
    margin: 20px 0 0;
  }
  #shufoo #campaign h2 {
    border-bottom: none;
    margin-bottom: 0;
  }
  #shufoo #campaign .box {
    padding: 10px;
  }
  #shufoo #campaign h3 {
    font-size: 18px;
  }
  #shufoo #campaign h3 > span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 3px 0;
  }
  
  #shufoo #usage #usage05 div > img.capture-wide {
    width: 100%;
    max-width: 360px;
    margin: 15px auto;
  }
  #shufoo .sp_usage05 img.arrow {
    transform: rotate(90deg);
    margin-bottom: 10px;
  }
  #shufoo .sp_usage05 img.capture {
    width: 180px;
    margin-top: 10px;
  }
  
}
/*-----------------------------------------------
PC・タブレット向けスタイル（769px～）
-----------------------------------------------*/
@media only screen and (min-width: 769px), print {
  /* Common Style */
  #shufoo .sp {display:none;}
  #shufoo a img {
    transition: .5s;
  }
  #shufoo a:hover img {
    opacity: .6;
  }
  #shufoo .pc_inline > * {
    display: inline-block;
  }
  #shufoo .bg-lblue {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  #shufoo h2 {
    font-size: 24px;
    padding-bottom: 25px;
    border-bottom: none;
    margin-bottom: 0;
  }
  #shufoo h2 img {
    height: 70px;
  }
  #shufoo h3 img {
    height: 22px;
    width: auto;
  }
  #shufoo #event2 h3 img {
    height: 28px;
  }
  #shufoo #event2 .renew_nyukai > p.stit {
    font-size: 140%;
    padding: 10px 0 0;
  }
  #shufoo #event2 .renew_nyukai .bb_nyukai {
    margin-top: 30px;
  }
  #shufoo #event2 .renew_nyukai .bb_nyukai .circle {
    right: -10%;
  }
  #shufoo #event2 .renew_about {
		padding: 10px 20px;
		margin-bottom: 10px;
  }
  #shufoo #event2 .renew_about h4 {
    font-size: 140%;
    transition: .5s;
  }
  #shufoo #event2 .renew_about h4:hover {
    opacity: .7;
  }
  #shufoo #event2 .renew_about h4::after {
    width: 22px;
    height: 22px;
  }
  #shufoo section {
    padding: 20px 0 0;
    margin-bottom: 30px;
  }
  #shufoo .box {
    padding: 10px 15px;
  }
  #shufoo .box.mt {
    margin-top: 25px;
  }
  #shufoo .box h2, #shufoo .box h3 {
    margin: -10px -15px 15px;
    padding: 3px 0 6px;
  }
  #shufoo .l_row {
    display: table;
    width: 100%;
  }
  #shufoo .l_row .l_col {
    display: table-cell;
    vertical-align: top;
  }
  
  /* .header */
  #shufoo .header {
    background-size: auto 500px;
  }
  
  /* Event */
  #shufoo #event {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #shufoo #event p#eve-image {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
    width: 200px;
  }
  #shufoo #event p#eve-copy {
    position: absolute;
    left: 15px;
    top: 40px;
    z-index: 10;
    max-width: 600px;
  }
  #shufoo #event p.eve-copy {
    text-align: center;
  }
  #shufoo #event ul.list {
    /*padding: 60px 200px 0 0;*/
    padding: 20px 200px 0 0;
  }
  
  /* Nyukai */
  #shufoo #nyukai .l_row {
    table-layout: fixed;
    text-align: center;
  }
  #shufoo #nyukai .l_col .circle {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 75px;
  }
  #shufoo #nyukai .l_col:first-child {
    padding-right: 10px;
  }
  #shufoo #nyukai .btn-movie {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  
  /* Dl */
  #shufoo .download .l_row {
    padding-bottom: 10px;
  }
  #shufoo .download .l_col:first-child {
    text-align: center;
    padding-top: 10px;
  }
  #shufoo .download .l_col:first-child img.img_icon {
    width: 100%;
    max-width: 69px;
  }
  #shufoo .download .l_col:first-child .circle {
    position: absolute;
    top: 0;
    left: -20px;
    width: 70px;
  }
  #shufoo .download .l_col + .l_col {
    padding-left: 15px;
  }
  #shufoo .download .l_col > div {
    background: #DCF1FC;
    border-radius: 6px;
    padding: 5px 15px;
    width: 290px;
    height: 100px;
    position: relative;
  }
  #shufoo .download .l_col > div > h4 {
    padding: 3px 0 10px;
  }
  #shufoo .download .l_col > div > h4 img {
    height: 14px;
    width: auto;
  }
  #shufoo .download .l_col > div > a img {
    height: 45px;
    width: auto;
  }
  #shufoo .download .l_col > div > img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
  }
  
  /* Usage */
  #shufoo #usage h2 {
    padding-bottom: 15px;
  }
  #shufoo #usage .l_row {
    table-layout: fixed;
  }
  #shufoo #usage .box h3 {
    margin: -10px -20px 15px;
  }
  #shufoo #usage .box {
    padding: 10px 20px 20px;
  }
  #shufoo #usage .box + .box {
    margin-top: 15px;
  }
  #shufoo #usage .box-blue2 .l_col.capture {
    width: 150px;
  }
  #shufoo #usage .box-blue2 .l_col .txt {
    font-size: 13px;
  }
  #shufoo #usage .gyo3 .txt {
    height: 5em;
  }
  #shufoo #usage .gyo4 .txt {
    height: 6em;
  }
  #shufoo #usage .gyo5 .txt {
    height: 7.5em;
  }
  #shufoo #usage .chance {
    width: 225px;
    height: 270px;
    padding: 10px;
  }
  #shufoo #usage .chance img {
    width: auto;
    height: 100%;
  }
  #shufoo #usage .box-blue2 .l_col.arrow {
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
  }
  #shufoo #usage .box-blue2 .l_col.arrow > img {
    width: 26px;
  }
  #shufoo #usage #usage01 {
    padding-right: 100px;
  }
  #shufoo #usage #usage02 {
    padding: 0 120px;
  }
  #shufoo #usage #usage03 {
    padding: 0 120px;
  }
  #shufoo #usage #usage05 > div {
    padding: 0 12.5%;
    position: relative;
  }
  #shufoo #usage #usage05 p + p {
    margin-top: 0;
  }
  #shufoo #usage #usage05 #txt01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
  }
  #shufoo #usage #usage05 #txt02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
  }
  #shufoo #usage #usage05 #txt03 {
    position: absolute;
		bottom: 50%;
    left: 0;
    width: 36%;
  }
  #shufoo #usage #usage05 #txt04 {
    margin-top: 15px;
    margin-left: 6%;
    width: 75%;
  }
  #shufoo #usage #usage05 + .attention {
    padding: 12px 32px 12px 12px;
    margin: 15px 130px 0 0;
  }
  #shufoo #usage .box-blue2 #illust01,
  #shufoo #usage .box-blue2 #illust02,
  #shufoo #usage .box-blue2 #illust03 {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  #shufoo #usage .box-blue2 #illust01 {
    width: 150px;
  }
  #shufoo #usage .box-blue2 #illust02 {
    width: 170px;
  }
  #shufoo #usage .box-blue2 #illust02 + .list {
    padding-right: 170px;
    margin-top: 10px;
  }
  #shufoo #usage .box-blue2 #illust03 {
    width: 160px;
  }
  #shufoo #usage #com01 {
    position: absolute;
    bottom: 0;
    right: -10px;
    background: #fff;
    color: #f00;
    width: 170px;
    padding: 5px 8px;
    border: 3px double #f00;
    border-radius: 6px;
  }
  #shufoo #usage #ar01 {
    width: 150px;
  }
  #shufoo #usage #ar01 img {
    position: absolute;
    top: 140px;
    left: -8px;
    width: 250px;
    height: 13px;
  }
  #shufoo #usage #ar02, #shufoo #usage #ar03 {
    width: 53px;
  }
  #shufoo #usage #ar02 img {
    position: absolute;
    top: 110px;
    left: -2px;
    width: 55px;
    height: 228px;
  }
  #shufoo #usage #ar03 img {
    position: absolute;
    top: 113px;
    left: -2px;
    width: 55px;
    height: 105px;
  }
  #shufoo #usage #com02 {
    position: absolute;
    top: 20px;
    left: 160px;
    width: 130px;
  }
  #shufoo #usage #com03 {
    position: absolute;
    top: 200px;
    left: -140px;
    width: 130px;
  }
  #shufoo #usage #gz01 {
    position: absolute;
    top: 175px;
    left: -122px;
    width: 130px;
  }
  
  /* Campaign */
  #shufoo #campaign {
    padding: 15px 0 25px;
    margin: 20px 0 0;
  } 
  #shufoo #campaign h2 {
    padding-bottom: 15px;
  }
  #shufoo #campaign h2 img {
    height: 28px;
  }
  #shufoo #campaign .box.mt {
    margin-top: 15px;
  }
  #shufoo #campaign h3 {
    font-size: 21px;
  }
  #shufoo #campaign h3 > span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    padding: 5px 10px;
    vertical-align: middle;
  }

}


