html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #733943;
}

.content-load{
display: none;
position: relative;
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background-attachment: scroll, fixed;
  background-image: url(../img/loop_bg.png), url(../img/bg.jpg);
  background-size: 15px 15px, cover;
  background-position: 50% 50%, center top;
  background-repeat: repeat, no-repeat;
}

.wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.hide {
  transform: translateY(-100%);
}


#keyvisual {
  position: relative;
  width: 100%;
  height: 1330px;
  overflow: hidden;
}


#keyvisual .inner {
  position: absolute;
  width: 727px;
  left: 50%;
  top: 770px;
  margin-left: -363px;
  z-index: 1;
}


#keyvisual .inner h1 {
  display: block;
  position: relative;
  width: 727px;
  height: 258px;
  margin: 0 auto;
  background-image: url(../img/sts-cp_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#keyvisual .inner .date {
  display: block;
  position: relative;
  width: 508px;
  height: 51px;
  margin: 0 auto 0;
  background-image: url(../img/date.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 2
}

#keyvisual .chr {
  position: absolute;
  width: 926px;
  height: 1190px;
  left: 50%;
  top: 0;
  margin-left: -463px;
  background-image: url(../img/sts-cp_mv.png);
  background-size: 926px 1190px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#keyvisual .package {
  position: absolute;
  width: 1166px;
  height: 314px;
  left: 50%;
  bottom: 0;
  margin-left: -583px;
  background-image: url(../img/package.png);
  background-size: 1166px 314px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 5;
}


#compbox {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-bottom: 50px;
}

#compbox .inner {
  width: 1200px;
  min-height: 500px;
  margin: 60px auto 0
}

#compbox .inner .apply_item {
  width: 1140px;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #59283d;
  margin: 0 auto 50px;
  padding: 25px 0 50px;
}

#compbox .inner .apply_item .about {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 175%;
}

#compbox .inner .apply_item .about span {
  font-size: 20px;
  color: #ff80bf;  
}

#compbox .inner .apply_item .about h3 {
  font-size: 26px;
  line-height: 200%;
  color: #ff80bf;  
}

#compbox .inner .apply_item .box {
  width: 980px;
  margin: 0 auto 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

#compbox .inner .apply_item .box .image {
  width: 354px;
  text-align: center;
  margin-left: 30px;
}

#compbox .inner .apply_item .box .text {
  width: 550px;
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
}

#compbox .inner .apply_item .box .text h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

#compbox .inner .apply_item .box .text .attn {
  font-size: 14px;
  color: #f285aa;
}

#compbox .inner .apply_item .contents {
  width: 100%;
  height: 760px;
  background-image: url(../img/contents_image.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


#compbox .inner .banner_box {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 50
}

#compbox .inner .banner_box ul {
  display: flex;
  margin: 0 auto;
  max-width: 960px;
  max-height: 150px;
  margin: 0 auto 30px;
  text-align: center;
}

#compbox .inner .banner_box ul li {
  display: inline;
  max-width: 450px;
  max-height: 150px;
  box-shadow: 0 2px 2px #dadae6;
  border-radius: 10px;
  margin: 0 15px;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow
}

#compbox .inner .banner_box ul li a {
  display: block;
  text-indent: -10000px;
  overflow: hidden;
  height: auto;
}

#compbox .inner .banner_box ul li:hover {
  opacity: .6
}

#compbox .inner .banner_box ul li img {
  display: block;
  width: 100%;
  max-width: 450px;
  max-height: 150px;
  border-radius: 10px;
}


#product {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding-bottom: 100px;
}


#product .inner {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}


#product .inner .product {
  width: 960px;
}

#product .inner .spec {
  width: 960px;
  padding-top: 40px;
}

#product .inner .product_group dl {
  margin-top: 10px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

#product .inner .product_group dt {
  width: 120px;
  height: 28px;
  border-radius: 20px;
  background-color: #ff80bf;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}

#product .inner .product_group dl dd {
  color: #733943;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1px;
  margin-left: 15px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px #fffde6,-1px 1px 3px #fffde6,1px -1px 3px #fffde6,-1px -1px 3px #fffde6;
}

#product .inner .product_group dl dd span {
  color: #f285aa;
  font-weight: normal;
}

#product .inner .product dd {
  width: 808px;
}

#product .inner .spec dd {
  width: 808px;
}

#product .inner a {
  display: inline-flex;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#product .inner a:hover {
  opacity: .5;
}


#wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 200px;
  box-sizing: border-box;
}


/*フッター*/
footer{
  position: relative;
  width: 100%;
  height: 90px;
  padding-top: 10px;
  background-color: #83a0fd;
  /*box-shadow: inset 0px 2px 5px rgba(164,23,89,0.5) ;
  border-top: 1px solid black;
  border-bottom: 1px solid black;*/
}
footer > a.logo{
  background-image: url("../img/footer-sts-cp-logo_btn.png");
  width: 218px;
  height: 64px;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 0;
}
footer > a.marmalade{
  background-image: url("../img/footer-mml-logo_btn.png");
  width: 117px;
  height: 47px;
  display: block;
  position: absolute;
  right: 10px;
  top:20px;
  font-size: 0;
}
footer > a:hover{
  opacity: 0.5;
}
footer > p{
  color: white;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 13px;
}
