@charset "UTF-8";

@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

@keyframes bounce {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

@keyframes loadrotate {
	0% {
  	opacity: 0;
		transform: scale(2.5) rotate(10deg);
	}
	100% {
  	opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

@keyframes spin {
  0% { transform:rotate(0deg) }
  100% { transform:rotate(359deg) }
}



/*=================[すべてに適用]=================*/
@media all {

html {
  font-size: 62.5%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  background:#eeeeee;
  color: #000;
}


body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  background:#fff url(/special/campaign/2020-0203/img/common_bg.png) center top;
  background-size: 40px;
  font-size: 1.4rem;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
  list-style-type: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  font-size: 0px;
  vertical-align: bottom;
}

.pc {
  display: none!important;
}

.sp {
  display: inline-block!important;
}

* {
  box-sizing: border-box;
}



/*a*/
a, a img {
  color: #e30e0e;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:visited {
  color: #be1111;
}

a:hover {
  color: #e27314;
  text-decoration: none;
}

a:active {
  color: #e27314;
}

a:hover img {
  opacity: 0.8;
}


/*========= common (SP) =========*/
.contents {
  padding: 0 4%;
}

.box {
  margin: 0 auto;
  background: #fff;
  border-radius: 2px;
  position: relative;
}

.t {
  margin: 0 auto;
  padding: 4%;
}


.box-inner {
  padding: 4%;
}

.box-present {
  padding: 4%;
  border-radius: 2px;
  margin-bottom: 6%;
}

.box-flow {
  margin-bottom: 6%;
}

.box-flow p {
  margin: 1em auto;
}

.flow-entry {
  width: 50%;
  margin: 1em auto!important;
}

.box-shohin {
  padding: 4%;
  border-radius: 5px;
  margin-bottom: 6%;
  line-height: 1.4;
}

.box-shohin p {
  font-weight: bold!important;
}

.box-notice {
  margin-bottom: 6%;
}

.box-fig {
  margin-bottom: 6%;
}

.box-btnmore {
  margin-top: 4%;
  text-align: center;
}

.present-img {
  margin-bottom: 4%;
}

.notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: .25em 0!important;
}

.closed {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  border-radius: 2px;
  color: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
}

.closed p {
  color: #fff;
  font-weight: bold;
  font-size: 3.1rem;
  text-align: center;
  line-height: 1.4;
}

.closed img {
	width: 85%;
}

/*========= kv (SP) =========*/
.kv {
	padding: 4%;
}

.kv-img {
  position: relative;
}

.kv-badge-txt,
.kv-badge-bg {
  position: absolute;
  right:3.5%;
  bottom:15%;
  width: 20%;
  height: auto;
  opacity: 0;
}

.kv-badge-txt {
  z-index: 5;
}

.kv-badge-txt.loadrotate {
  animation: loadrotate .5s ease-in forwards;
  transform-origin: 50% 50%;
}

.kv-badge-bg.loadrotate {
  animation: loadrotate .5s ease-in forwards;
  transform-origin: 50% 50%;
}

.kv-badge-bg img.spin {
  animation: spin 7s .5s linear infinite;
}

/*.kv-t-txt {
	padding: 10% 10%;
	background: #002063;
	text-align: center;
}*/


/*========= nav (SP) =========*/
.nav {
  padding:3% 4%;
  background: #002063;
  margin-bottom: 10%;
 }

.nav ul {
  display: flex;
  justify-content : space-between;
}

.nav ul li {
  width: 48%;
}

.nav ul li:last-child {
  margin-right: 0;
}

.nav ul li a {
  position: relative;
  display: block;
}

.nav .closed {
  border-radius: 2px;
}

.nav .closed p {
  font-size: 1rem;
}


/*========= new (SP) =========*/
.new {
  border-radius: 2px;
  border:3px solid #cca00e;
  margin-bottom: 10%;
}

.new .box-present,
.new .box-shohin {
  background: #faf4e1;
}

.new a,
.new .box-shohin strong {
  color: #cca00e;
}


/*========= debut (SP) =========*/
.debut {
  border-radius: 2px;
  border:3px solid #e73885;
  margin-bottom: 10%;
}

.debut a {
  color: #e73885;
}

.debut .box-present,
.debut .box-shohin {
  background: #fff1f7;
}

.debut .box-shohin {
  text-align: left;
}

.debut a {
  color: #e73885;
}

.debut .box-shohin strong {
  color: #e73885;
}


/*========= more (SP) =========*/
.more {
  margin-bottom: 10%;
  animation: bounce 3.6s ease infinite;
  transform-origin: 50% 50%;
}

/*========= info (SP) =========*/
.info {
  border-radius: 2px;
  border:3px solid #002063;
  margin-bottom: 10%;
}


/*========= outline (SP) =========*/
.outline {
  font-size: 1.3rem;
  border-radius: 2px;
  border:3px solid #002063;
  margin-bottom: 10%;
}

.outline-box {
  margin-bottom: 30px;
}

.outline h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002063;
  margin-bottom: .5em;
}

.outline h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline ul {
  margin-bottom: 1em;
}

.outline ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: .5em;
}

.outline p {
  margin-bottom: 1em;
}

.outline p.notice {
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.box-outline {
  border: 1px solid #ddd;
  padding: 4%;
  overflow-y: scroll;
  height: 300px;
  margin-bottom: 6%;
}

.box-btn p:first-child {
  margin-bottom: 3%;
}

.outline-fig {
  margin-top: 30px;
}



/*========= footer (SP) =========*/
.footer {
  padding: 15px;
  background: #eee;
  color: #666;
  text-align: center;
  width: 100%;
  /*position: absolute;
  bottom: 0;*/
}

.footer-logo img {
  width: 60%;
}

.footer small {
  font-size: 0.8rem;
}


/*========= common (SP) =========*/
/*clearfix*/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}

/*pagetop*/
#pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  text-align: center;
  line-height: 0;
  font-size: 1.6rem;
  z-index: 99999;
}

#pagetop a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #002063;
  background: #eaf0fb;
  border-radius: 2000px;
  padding: 15px;
}

#pagetop a:hover {
  background: #002063;
  color: #fff;
  text-decoration: none;
}


}

/*@media  only screen and (orientation:landscape) {
  article {
    padding-bottom: 120px;
  }
}
*/

/*=================[PC向け適用]=================*/
@media all and (min-width: 769px) {
  
body {
  font-size: 1.5rem;
  background-size: 75px;
}

.pc {
  display: inline-block!important;
}

.sp {
  display: none!important;
}


/*========= common (PC) =========*/
.box {
}

.closed img {
	width: 70%;
}

.box-inner {
  padding: 30px;
}

.contents {
  padding: 0;
  width: 900px;
  margin: 0px auto;
}

.box-inner {
  padding: 30px;
}

.box-present {
  padding: 15px;
  margin-bottom: 30px;
}

.box-flow {
  margin-bottom: 30px;
}

.box-shohin {
  padding: 15px;
  margin-bottom: 20px;
}

.box-notice {
  margin-bottom: 30px;
}

.box-btnmore {
  margin-top: 15px;
}

.present-img {
  margin-bottom: 20px;
}

.notice {
  font-size: 1.4rem;
}

.flow-entry {
  width: 33%;
}

#pagetop a {
  padding: 20px;
}


/*========= nav (PC) =========*/
.nav {
  padding:25px 0;
  margin-bottom: 50px;
}

.nav ul {
  width: 900px;
  margin: 0 auto;
}

.nav a {
  top: 0;
}

.nav a:hover {
  top: 3px;
}

.nav a:hover img {
  opacity: 1;
}

.nav .closed {
  border-radius: 5px;
}

.nav .closed p {
  font-size: 2rem;
}

/*========= kv (PC) =========*/
.kv {
	padding: 50px 0;
	width: 900px;
	margin: 0 auto;
}
.kv-badge-txt,
.kv-badge-bg {
  right:28px;
  bottom:28px;
  width: 134px;
  height: 134px;
}

.kv-badge-txt.loadrotate {
  animation: loadrotate .5s ease-in forwards;
  transform-origin: 50% 50%;
}

.kv-badge-bg.loadrotate {
  animation: loadrotate .5s ease-in forwards;
  transform-origin: 50% 50%;
}

.kv-badge-bg img.spin {
  animation: spin 7s .5s linear infinite;
}

/*.kv-t-txt {
	padding: 80px 0;
	margin: 0 auto;
}

.kv-t-txt img {
	width: 750px;
}*/



/*========= new (PC) =========*/
.new {
  margin-bottom: 50px;
  border:6px solid #cca00e;
}



/*========= debut (PC) =========*/
.debut {
  margin-bottom: 50px;
  border:6px solid #e73885;
}

.debut .box-shohin {
  text-align: left;
}


/*========= more (PC) =========*/
.more {
  margin-bottom: 50px;
}


/*========= outline (PC) =========*/
.outline {
  border:6px solid #002063;
  margin-bottom: 50px;
}

.box-outline {
  padding: 20px;
  height: 300px;
  margin-bottom: 30px;
}

.box-btn p:first-child {
  margin-bottom: 15px;
}

/*========= info (SP) =========*/
.info {
  border:6px solid #002063;
  margin-bottom: 50px;
}


/*========= footer (PC) =========*/
.footer {
  padding: 25px;
  text-align: right;
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
}

.footer-logo img {
  width: 260px;
}

.footer-logo {
  float: left;
}

.footer small {
  font-size: 1.2rem;
  display: inline-block;
  padding: 30px 0 0 0;
}



}	
