@charset "UTF-8";

main { clear: both; }
main img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
a img:hover { opacity: 0.8; }

/* Logo */
@media screen and (min-width:1000px) {
  .offer_fv .logo {
    position: absolute;
    top: 15px;
    left: 30px;
    text-align: left;
  }
  .offer_fv .logo img {
    max-width: 700px;
    width: 70%;
  }
  .content .logo {
    position: absolute;
    top: 15px;
    left: 30px;
    text-align: left;
  }
  .content .logo img {
    max-width: 700px;
    width: 70%;
  }
}
@media screen and (max-width:999px) {
  .offer_fv .logo {
    position: absolute;
    top: 10px;
    left: 30px;
    text-align: left;
  }
  .offer_fv .logo img {
    max-width: 1000px;
    width: 50%;
  }
  .content .logo {
    position: absolute;
    top: 10px;
    left: 30px;
    text-align: left;
  }
  .content .logo img {
    max-width: 1000px;
    width: 50%;
  }
}

/* conetnt */
@media screen and (min-width:1000px) {
  header {
    width: calc(100% - 80px);
    padding: 20px 40px;
    background-color: rgba(249,2,91,0.5);
  }
  header h1 img {
    max-width: 700px;
    width: 30%;
  }
  main .content {
    max-width: 768px;
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
    text-align: left;
  }
}
@media screen and (max-width:999px) {
  header {
    width: calc(100% - 40px);
    padding: 20px;
    background-color: rgba(249,2,91,0.5);
  }
  header h1 img {
    width: 220px;
  }
  main .content {
    max-width: 768px;
    margin: 0 auto;
    padding: 50px 20px;
    overflow: hidden;
    text-align: left;
  }
}
main .content h2 {
  font-size: 1.2rem;
  margin-bottom: 40px;
  border-left: 5px solid #f9025b;
  padding-left: 10px;
}
main .content p {
  margin-bottom: 1em;
}
main .content dl dt {
  font-weight: bold;
  font-size: 1.1rem;
}
main .content dl dd {
  padding-left: 1em;
  margin-bottom: 2em;
}

/* CTA部分 */
.offer_fv, .offer_main, .offer_second { position: relative; }
.offer_main {
	margin: 0 auto;
	text-align: center;
}
.offer_main img.content {
	max-width: 1000px;
	padding-right: 95px;
}
.campaign_btn {
	position: absolute;
	bottom: 7%;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1000px;
	width: 85%;
}
.campaign_btn_fix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.campaign_btn_fix.fixed {
  opacity: 1;
  z-index: 9;
}
.campaign_btn_fix p a img {
  max-width: 500px;
	width: 85%;
  transition-duration: .5s;
}
.campaign_btn_fix p a:hover img {
  transform: scale(1.05);
 }
.none { display: none; }

main {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

/* アニメーション */
.biyon-tate{
  -webkit-animation-name:biyon-tate;
  -webkit-animation-property:-webkit-transform;
  -webkit-animation-duration:1000ms;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-transform-origin:center bottom;
  animation-name:biyon-tate;
  animation-duration:1000ms;
  animation-timing-function:ease-out;
  animation-iteration-count:infinite;
}
@-webkit-keyframes biyon-tate{
  0%{
  }
  25%{
    -webkit-transform:scale(0.9,1.1);
  }
  100%{
    -webkit-transform:scaleX(1.1,0.8);
  }
}
@keyframes biyon-tate{
  0%{
  }
  25%{
	transform:scale(0.9,1.1);
	
  }
  100%{
	transform:scaleX(1.1,0.8);
  }
}

/* footer */
@media screen and (min-width:1000px) {
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    font-weight: bold;
    background-color: #f9025b;
  }
  footer ul li a,
  footer p {
    font-size: 1.3rem; 
  }
  footer ul li {
    display: inline-block;
    margin: 0 40px 40px 0;
  }
  footer ul li:last-child { margin: 0 0 40px 0; }
  footer ul.sns li {
    display: inline-block;
    margin: 0 40px 40px 0;
  }
  footer ul.sns li:last-child {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width:999px) {
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    font-weight: bold;
    background-color: #f9025b;
  }
  footer ul li a,
  footer p {
    font-size: 0.8rem; 
  }
  footer ul li {	display: inline-block; margin: 0 20px 20px 0; }
  footer ul li:last-child { margin: 0 0 20px 20px; }
  footer ul.sns li {
    display: inline-block;
    margin: 0 20px 20px 0;
  }
  footer ul.sns li:last-child {
    margin: 0 0 20px 0;
  }
}
footer ul {
    display: table;
    margin: 20px auto;
}
footer ul li a { color: #fff; border-bottom: 2px solid #fff; padding-bottom: 2px; }
footer ul li a:hover { color: #eee; border-bottom: none; }
footer p { color: #fff; }
footer ul.sns li a { border-bottom: 0; padding: 0; }
footer ul.sns li a img { height: 30px; width: auto; }

/* 固定バナー */
#fixedBnr {
	position:fixed;
	bottom: 70px;
	left : 10px;
}
#fixedBnr img {
	max-width: 230px;
	height: auto;
}
