@charset "UTF-8";

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

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


body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 1.4rem;
  min-width: initial;
}

body::after {
  content:"";
  background: #d51515 url(/special/campaign/2022-1122-scratch-present/img/bg_sp.png) top center repeat-y;
  background-size: contain;
  position: fixed;
  z-index:-1;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
}

* {
  box-sizing: border-box;
}


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;
}

._mb0 {
  margin-bottom: 0!important;
}

._notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: .25em 0!important;
}

._notice__marker {
  background:linear-gradient(transparent 30%, #ffff00 30%);
}

._notice--more {
  color: #e30e0e;
}

._notice__child {
  padding: .5em 0;
  text-indent: 0;
}

._notice__child__tit {
  text-decoration: underline;
}

._notice__child:last-child {
  padding: 0 0 .5em;
}

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;
}

.kv {
  margin-bottom: 5%;
  background: #d51515;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.2);
}

.contents {
  padding: 0 4% 8%;
}

.contents__main {
  margin-bottom: 8%;
}

.contents__box{
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  position: relative;
  /* box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.08); */
}

.contents__box__inner {
  padding: 4%;
}

.contents__box__present {
  padding: 5%;
  margin-bottom: 6%;
  background: #fcf3de;
  border-radius: 3px;
}

.contents__box__present__box {
  margin-bottom: 4%;
}

.contents__box__present__box02 {
  margin-top: 4%;
}

.contents__box__flow {
  margin-bottom: 6%;
}

.contents__box__flow__box {
  margin: 1em auto;
}

.contents__box__flow__btn {
  margin-bottom: 4%;
}

.contents__box__btn__txt {
  margin-bottom: 2%;
}

.contents__box__btn__link {
  margin-bottom: 2%;
  display: block;
}

.contents__box__btn__link:last-child {
  margin-bottom: 0;
}

.contents__box__btnmore {
  margin-top: 4%;
  text-align: center;
}

.contents__outline {
  font-size: 1.3rem;
  margin-bottom: 4%;
}

.outline__contents {
  border: 1px solid #ddd;
  padding: 4%;
  overflow-y: scroll;
  height: 300px;
  margin-bottom: 6%;
}

.outline__box {
  margin-bottom: 30px;
}

.outline__box:last-child {
  margin-bottom: 0;
}

.outline__box p {
  margin-bottom: 1em;
}

.outline__box__tit-l {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e70017;
  margin-bottom: .6em;
  padding-bottom: .4em;
  border-bottom: 2px solid #e70017;
}

.outline__box__tit-m {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline__box__tit-s {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline__box__list {
  margin-bottom: 1em;
}
.outline__box__list__item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
  list-style-type:none;
}

._notice--outline {
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.back-cpidx {
  text-align: center;
}

.back-cpidx__link,
.back-cpidx__link:visited {
  color: #000;
  display: inline-block;
  background:#fff;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 100px;
}

.back-cpidx__link i, .back-cpidx__link a:visited i {
  color: #ff0000;
}

.back-cpidx__link:hover {
  color: #fff;
  background:#ff0000;
}

.back-cpidx__link:hover  i {
  color: #fff;
}


/*========= footer (SP) =========*/
.footer {
  padding: 15px;
  background: #eee;
  color: #666;
  text-align: center;
  width: 100%;
}

.footer__logo__img {
  width: 60%;
}

.footer__copyright {
  font-size: 0.8rem;
}

/*clearfix*/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}

/*pagetop*/
#pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  z-index: 99999;
}

#pagetop a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #e30e0e;
  background: #fff;
  border-radius: 1000px;
  padding: 15px;
}

#pagetop a:hover {
  background: #e30e0e;
  color: #fff;
  text-decoration: none;
}


}

/*=================[PC向け適用]=================*/
@media all and (min-width: 769px) {
html {
  background: none;
}

body {
  font-size: 1.5rem;
  min-width:1000px;
}

body::after {
  content:"";
  background: #d51515 url(/special/campaign/2022-1122-scratch-present/img/bg_pc.png)  center center repeat-y;
  background-size: 1100px;
  z-index:-1;
}

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

._sp {
  display: none!important;
}

._notice {
  font-size: 1.4rem;
}

.kv {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
  background: #d51515 url(/special/campaign/2022-1122-scratch-present/img/kv_bg_pc.jpg) no-repeat top center;
  background-size: cover;
}

.kv__img {
	width:900px;
	margin: 0 auto;
  position: relative;
  padding: 30px 0 20px;
}


.contents {
  padding: 0 0 50px;
  width: 900px;
  margin: 0 auto 0;
}

.contents__main {
  margin-bottom: 70px;
}

.contents__box__inner {
  padding: 30px;
}

.contents__box__present {
  padding: 25px 25px 20px;
  margin-bottom: 30px;
}

.contents__box__present__box02 {
  display: none;
}

.contents__box__present__box{
  margin-bottom: 20px;
}

.contents__box__flow {
  margin-bottom: 30px;
}

.contents__box__btn__txt {
  width: 90%;
  margin: 0 auto 2%;
}

.contents__box__btnmore {
  margin-top: 15px;
}

.contents__outline {
  font-size: 1.4rem;
  margin-bottom: 4%;
}

.outline__contents {
  padding: 20px;
  margin-bottom: 30px;
}

.footer {
  padding: 25px;
  text-align: right;
}

.footer__inner {
  width: 900px;
  margin: 0 auto;
}

.footer__logo {
  float: left;
}

.footer__logo__img {
  width: 260px;
}

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

#pagetop a {
  padding: 20px;
}

}