@charset "UTF-8";

.soon{
  text-align:center;
  font-size: 200%; line-height: 1em; 
}

.img-campaign {
	margin-bottom: 6rem;
	text-align: center;
}

.img-campaign img {
	width: 850px;
}

#wrapper .btn-box a.bosyu {
  text-shadow: none;
}

.campaign_text01 {
	text-align: center;
    font-size: 3.3rem;
    font-weight: bold;
    margin-bottom: 3rem;
    color: #fff714;
    line-height: 1.4;
}

.campaign_text02 {
	margin-bottom: 3rem;
}

.campaign_text03 {
	font-weight: bold;
	font-size: 18px;
}

.campaign_text04 {
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff04a;;
}

.api-bnr-b .api-bnr {
  padding-top: 35px;
}

.api-bnr-b a {
  margin-bottom: 25px;
}

.api-bnr-b {
	padding: 40px 0 25px;
}

.img_area_01, .img_area_02, .img_area_03 {
  text-align: center;
  margin-bottom: 7rem;
}

.img_area_01 a.img-link, .img_area_02 a.img-link, .img_area_03 a.img-link {
  display: inline-block;
}

body.top #wrapper #this-week .inner {
  margin-bottom: 4rem;
}

body.top #wrapper #this-week {
  margin-bottom: 0;
}

.parts-top-this-week p.link-text {
  text-align: center;
  margin-bottom: 4rem;
}

.parts-top-this-week p.link-text a {
  color: #fff;
}

.campaign-box img {
  margin-bottom: 10px;
}

body.top #wrapper #this-week .inner .capacity.upper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #d1d1d1;
  padding: 12px 0 6px;
  text-align: center;
  width: 430px;
  margin: 1rem auto;
}

body.top #wrapper #this-week .inner .capacity.upper p.main {
  color: #fff714;
  font-size: 1.8rem;
  font-weight: bold;
}

body.top #wrapper #this-week .inner .capacity.upper p.main span {
  font-size: 4rem;
  color: #65c078;
  margin: 0 1rem;
}

body.top #wrapper #this-week .inner .capacity.upper p.sub {
  font-size: 1.3rem;
  color: #fff;
}

#wrapper .btn-box-under-nav {
  margin-bottom: 3rem;
}

.device-type-desktop a.external-link-slider {
  position: relative;
}

.device-type-desktop a.external-link-slider:hover:before {
  content: "";
  width: 80px;
  height: 32px;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 1000;
}

body.top #wrapper section#today-event {
  margin-bottom: 7rem;
}

body.top #wrapper section#today-event .campaign-box h3,
body.top #wrapper section#week-event .campaign-box h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#03b8be), to(#dc5ac7));
  background: -webkit-linear-gradient(left, #03b8be 0%, #dc5ac7 100%);
  background: linear-gradient(to right, #03b8be 0%, #dc5ac7 100%);
  padding: 15px;
}

body.top #wrapper section#today-event .campaign-box h3 span.tag,
body.top #wrapper section#week-event .campaign-box h3 span.tag {
  background: #e52d8a;
  color: #fff;
  text-align: center;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 6px;
  font-size: 1.7rem;
  display: inline-block;
  margin-right: 1.5rem;
}

body.top #wrapper section#today-event .campaign-box .inner,
body.top #wrapper section#week-event .campaign-box .inner {
  background: #fff;
  padding: 40px;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: column;
}

body.top #wrapper section#today-event .campaign-box .inner .img,
body.top #wrapper section#week-event .campaign-box .inner .img {
  text-align: center;
  margin-right: 4rem;
}

body.top #wrapper section#today-event .campaign-box .inner .text-box,
body.top #wrapper section#week-event .campaign-box .inner .text-box {
  width: 840px;
}

body.top #wrapper section#today-event .campaign-box .inner .text-box p.sub-ttl,
body.top #wrapper section#week-event .campaign-box .inner .text-box p.sub-ttl {
  font-weight: bold;
  color: #00bbbe;
  margin-bottom: 2rem;
  font-size: 3rem;
}

body.top #wrapper section#today-event .campaign-box .inner .text-box p,
body.top #wrapper section#week-event .campaign-box .inner .text-box p {
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.parts-btn-bussan .btn-bussan {
	margin: 3rem 0;
	text-align: center;
	text-decoration: none;
}

.parts-btn-bussan .btn-bussan a {
	position: relative;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	padding: 20px 50px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0px 0px 15px #fff;
	font-size: 2.2rem;
	background: #fd5867;
	background: -webkit-linear-gradient(left, #fd5867 0%, #d45ac7 25%, #15bdce 50%, #72c06e 75%, #dfc526 100%);
	background: -webkit-gradient(linear, left top, right top, from(#fd5867), color-stop(25%, #d45ac7), color-stop(50%, #15bdce), color-stop(75%, #72c06e), to(#dfc526));
	background: linear-gradient(to right, #fd5867 0%, #d45ac7 25%, #15bdce 50%, #72c06e 75%, #dfc526 100%);
	color: #ffffff;
	text-decoration: none;
	border-radius: 100px;
	margin: 0 auto;
	min-width: 600px;
	display: inline-block;
}

.parts-btn-bussan .btn-bussan :after {
  content: "";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
}

.bussan-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bussan-box .bussan-list {
	width: 470px;
	padding: 2rem 2rem 3rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2.5rem;
	border: solid 2px #00bbbe;
}

.bussan-box .bussan-list .bussan-ttl {
	font-weight: bold;
	font-size: 4.5rem;
	background: #00bbbe;
	color: #fff;
	text-align: center;
	padding: 2.0rem 1.5rem;
	background: -webkit-linear-gradient(45deg, #00bbbe 0%, #00bbbe 100%), -webkit-linear-gradient(315deg, transparent 13px, #00bbbe 13px), -webkit-linear-gradient(225deg, transparent 13px, #00bbbe 13px), -webkit-linear-gradient(135deg, #00bbbe 0%, #00bbbe 100%);
	background: linear-gradient(45deg, #00bbbe 0%, #00bbbe 100%), linear-gradient(135deg, transparent 13px, #00bbbe 13px), linear-gradient(225deg, transparent 13px, #00bbbe 13px), linear-gradient(315deg, #00bbbe 0%, #00bbbe 100%);
	background-position: bottom left, top left, top right, bottom right;
	background-repeat: no-repeat;
}

.bussan-box .bussan-list .img-box {
	margin: 20px 0px;
}

.font-red {
	color: #FF0004;
	font-weight: bold;
}

.campaign_text05 {
	font-weight: bold;
	font-size: 2.5rem;
}

.img-bussan {
	margin-bottom: 6rem;
    text-align: center;
}

.img-bussan img {
	width: 60%;
}

.bussan-list .text-box {
	font-size: 2.9rem;
	line-height: 40px;
}

.font-ylw {
	color: #E8F920
}

.img-campaign_02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.img-campaign_02 .img-campaign_02-list {
	width: 320px;
	padding: 2rem 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2.5rem 0;
}

.img-bussan .img-bussan-inner {
	width: 80%;
}

#wrapper .btn-bussan a.special {
  position: relative;
  font-weight: bold;
  line-height: 4.8rem;
  text-align: center;
  padding: 30px 50px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0px 0px 10px #27135e;
  font-size: 3.4rem;
  background: #ff4e5e;
  background: -webkit-linear-gradient(left, #ff4e5e 0%, #e15cd3 25%, #17cbdd 50%, #7bda76 75%, #ffdd14 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4e5e), color-stop(25%, #e15cd3), color-stop(50%, #17cbdd), color-stop(75%, #7bda76), to(#ffdd14));
  background: linear-gradient(to right, #ff4e5e 0%, #e15cd3 25%, #17cbdd 50%, #7bda76 75%, #ffdd14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff4e5e", endColorstr="#ffdd14",GradientType=1 );
  color: #ffffff;
  text-decoration: none;
  border-radius: 200px;
  margin: 0 auto;
  min-width: 760px;
  display: inline-block;
  margin-bottom: 3rem;
  border: 6px #ffffff outset;
  -webkit-box-shadow: inset 3px 3px 15px #25018a94, 0px 0px 40px #60fbfd;
  box-shadow: inset 3px 3px 15px #25018a94, 0px 0px 40px #60fbfd;
}
#wrapper .btn-bussan a.special:after {
  content: "";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 4.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  color: #ffffff;
}

.social-button-x {
    background-color: #000000;
}
  
.social-button-facebook {
    background-color: #1877F2 !important;
}
  
.social-button-facebook > svg {
    width: 5rem;
    height: 5rem;
}

#wrapper footer .fixed-sns-list-box li.list-icon-twitter a {
  background: url(../common-img/icon-x.png) no-repeat center top;
  background-size: contain;
}