/*------------------------------------------------------------------------
    Base SET
------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  margin: 0;
}

ul, ol, p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #312629;
  background: url("../img/bg/bg_main01.gif") repeat;
}

@media (max-width: 768px) {
  /* sp */
  body {
    background-size: 90px 92px;
  }
}
/*  img-responsive */
.img-responsive--center {
  margin: 0 auto;
}

/*------------------------------------------------------------------------
    Frame
------------------------------------------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* pc */
  .wrapper {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
/* news */
@media (min-width: 768px) {
  /* pc */
  .news--sp {
    display: none;
  }

  .news {
    background: #ff86a2;
    padding: 10px 0;
    color: #fff;
    text-align: center;
  }
  .news .newsdetail {
    display: inline-block;
    margin: 0;
  }
  .news .newsdetail__title {
    display: inline-block;
  }
  .news .newsdetail__detail {
    display: inline-block;
  }
  .news .newsdetail__detail a {
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  /* SP */
  .news--pc {
    display: none;
  }

  .news {
    background: #ff86a2;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
  }
  .news .newsdetail {
    display: inline-block;
    margin: 0 10px;
  }
  .news .newsdetail__title {
    text-align: left;
  }
  .news .newsdetail__detail {
    text-align: left;
  }
  .news .newsdetail__detail a {
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  /* SP */
  .linestamp--pc {
    display: none;
  }

  .linestamp--sp {
    text-align: center;
  }
  .linestamp--sp img {
    width: 250px;
  }
}
@media (min-width: 768px) {
  /* pc */
  .linestamp {
    position: absolute;
    top: 20px;
    left: 10px;
  }

  .linestamp--sp {
    display: none;
  }
}
/* topMain */
.topMain {
  width: 100%;
  background: url("../img/bg/bg_keypic02.png") no-repeat;
  background-position: top center;
  height: auto;
  z-index: 0;
}
.topMain img {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 1240px;
  height: auto;
}

@media (max-width: 1200px) {
  /* tablet */
  .topMain img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* sp */
  .topMain {
    background: url("../img/bg/bg_keypic01.png") no-repeat;
    background-size: cover;
  }
  .topMain img {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
  }
}
/*  gNav */
.gNav__item {
  text-align: center;
}
.gNav__item a {
  display: inline-block;
}

@media (max-width: 768px) {
  /* sp */
  .navbar {
    padding: 0 5px;
  }

  .navbar .row {
    margin: 0;
  }

  .gNav {
    display: flex;
    flex-flow: wrap;
  }
  .gNav__item {
    margin-top: 10px;
    line-height: 0;
    padding: 0 5px;
    flex: 1 1 0;
  }
}
@media (min-width: 768px) {
  /* pc */
  .navbar {
    margin-top: 80px;
    padding: 0 20px;
  }
}
/* footer */
.footer {
  margin-top: 80px;
  color: #999;
}

@media (max-width: 768px) {
  /* sp */
  .footerText {
    padding: 20px 0;
  }
}
/*------------------------------------------------------------------------
    contents Block
------------------------------------------------------------------------*/
/* BoxBlock */
.BoxBlock {
  margin-top: 40px;
}

/* sectionContents */
.sectionContents {
  padding: 0 10px;
}

/* newsArea */
.newsArea {
	width:80%;
	margin:10px auto 0;
  padding: 10px 10px;
	border: solid 3px #6be155;
  border-radius: 4px;
	background-color:rgba(107,225,85,0.1);
}

.newsArea h3{
	color:#5cce47;
	font-weight:bold;
	margin-bottom:10px;
	text-shadow: -2px 2px 0 rgba(255,255,255,0.3);
}
.newsArea p img{
	display:block;
	max-width:500px;
	margin: -0 auto;
}

.newsArea p iframe{
	display:block;
	max-width:640px;
	margin: -0 auto;
}

/*  contentsBlock */
@media (max-width: 768px) {
  /* sp */
  .contentsBlock {
    margin-top: 60px;
    padding: 0 10px;
  }
	.newsArea{
		width:100%;

	}
	.newsArea p img{
	width:100%;
	}
	.newsArea p iframe{
	width:100%;
	}


}
@media (min-width: 768px) {
  /* pc */
  .contentsBlock {
    margin-top: 80px;
  }
}
/*  characterBlock */
@media (min-width: 768px) {
  /* pc */
  .characterBlock {
    max-width: 1240px;
    margin: 20px auto 0;
  }
  .characterBlock__item {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  /* sp */
  .col-sm-5 + .col-sm-5 {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------------------
    title Style
------------------------------------------------------------------------*/
/*  heading01 */
.heading01 {
  width: 100%;
  text-align: center;
}
.heading01 img {
  display: inline-block;
}

@media (max-width: 768px) {
  /* sp */
  .heading01 {
    display: none;
  }
}
@media (min-width: 768px) {
  /* pc */
  .heading01 {
    display: block;
  }
}
/*  spTitle */
@media (max-width: 768px) {
  /* sp */
  .spTitle {
    display: block;
  }
}
@media (min-width: 768px) {
  /* pc */
  .spTitle {
    display: none;
  }
}
.heading02 {
  margin-top: 20px;
}

/*  description */
.description {
  /*padding: 0 35px;*/
}

@media (max-width: 768px) {
  /* sp */
  .description {
  }
}
@media (min-width: 768px) {
  /* pc */
  .description {
    padding: 0 130px;
  }
}


/*------------------------------------------------------------------------
    List Style
------------------------------------------------------------------------*/
/*  detailList */
.detailList {
  margin-top: 10px;
  margin-bottom: 0;
}
.detailList:before, .detailList:after {
  content: " ";
  display: table;
}
.detailList:after {
  clear: both;
}
.detailList__title {
  float: left;
}

/*  titleName */
.titleName {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
}

/*  coraboList */
.coraboList {
  max-width: 1240px;
  margin: 20px auto 0;
}

@media (max-width: 768px) {
  /* sp */
  .coraboList {
    display: flex;
  }
}
/*  stepList */
@media (max-width: 768px) {
  /* sp */
  .stepList {
    margin-top: 20px;
  }

  .stepList {
    display: flex;
    padding: 0 10px;
  }
  .stepList__item {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  /* pc */
  .sns {
    position: absolute;
    top: 60px;
    right: 20px;
  }

  .sns_footer {
    display: none;
  }
}
@media (max-width: 768px) {
  /* sp */
  .sns {
    display: none;
  }

  .sns_footer {
    margin-top: 10px;
    text-align: center;
  }
  .sns_footer .snsList {
    display: inline-block;
  }
}
.snsList:before, .snsList:after {
  content: " ";
  display: table;
}
.snsList:after {
  clear: both;
}
.snsList .snsList__item {
  float: left;
  padding-left: 10px;
}
.snsList .snsList__item:nth-child(1) {
  padding-left: 0;
}

/*------------------------------------------------------------------------
    movie Style
------------------------------------------------------------------------*/
@media (max-width: 890px) {
  .newsArea .movie{
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
  }
  .newsArea .movie iframe{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}