@charset "UTF-8";
img {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, li, ul {
  margin: 0;
  padding: 0;
}

a {
  color: #274156;
}

body {
  color: #333333;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-family: MyYuGothicM, "游ゴシック体", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, "Hiragino Sans", Arial, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
}

.bgw {
  overflow: hidden;
}

p {
  line-height: 1.75;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  line-height: 1.2;
  padding-top: 5px;
  margin-bottom: 7px;
  word-break: break-all;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
}

h2 {
  text-align: left;
  font-size: 24px;
  line-height: 1;
  padding-left: 10px;
  margin-bottom: 15px;
  word-break: break-all;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
}

.container {
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
  background-repeat: repeat-y;
}

.head {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #96aeb9;
  color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: color;
  background-position: center center;
  /*opacity: 0.91;
  background-image: linear-gradient(165deg, #7ec1ff 7%, #00c9d1 90%);*/
}

.head2 {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 210px;
  height: 210px;
  z-index: 100;
  border: solid 0px #0097e2;
}
.head2 h1 {
  padding-top: 75px;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
}
.head2 a {
  text-decoration: none;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}
.head2 a:hover {
  transition: all 0.5s ease 0s;
  opacity: 0.5;
}
.head2 ul {
  display: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 0px #0097e2;
  text-align: center;
  list-style-type: none;
  padding-top: 5px;
}
.head2 li {
  padding: 0;
  height: 18px;
}

/*ONPAmall*/
.onpamall {
  background-color: #ffffff;
  padding-top: 75px;
}
.onpamall .mainimg {
  width: 100%;
  max-width: 980px;
  height: 529px;
  /*background: url(../images/onpa/img-mallpc.png) no-repeat 0 0;*/
  background-repeat: no-repeat;
  background-size: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  margin-top: -569px;
}
.onpamall img.mallpc {
  display: block;
  width: 100%;
  max-width: 980px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  z-index: 1;
}
.onpamall img.mallpc:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.onpamall .mainimg h2 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 24px;
  line-height: 1;
  padding-left: 0px;
  margin-bottom: 0px;
  word-break: break-all;
  font-weight: normal;
  z-index: 5;
}
.onpamall .mainimg p {
  position: relative;
  width: 35%;
  padding-left: 5px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
  z-index: 5;
}
.onpamall .mainimg a {
  color: #001847;
  text-decoration: none;
}
.onpamall .mainimg a:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.onpamall .contents {
  background-color: #f0f0f0;
  background-color: #dbe4e9;
}
.onpamall .contents ul {
  position: relative;
  text-align: left;
  width: 100%;
  height: 280px;
  background-repeat: repeat-y;
  background-position: 0px 10px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.onpamall .contents ul li {
  overflow: hidden;
  list-style: none;
  vertical-align: top;
  width: 16.6666666667%;
  display: inline-block;
  padding: 1%;
  padding-bottom: 40px;
  text-align: left;
}
.onpamall .contents ul li img {
  padding-top: 30px;
  width: 100%;
}
.onpamall .contents ul li img:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.onpamall .contents ul li img.mallsp {
  position: absolute;
  top: -26%;
  left: -15px;
  width: 18.6%;
  background-color: none;
}
.onpamall .contents ul li p {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding-top: 5px;
}

.onpaapplink {
  position: relative;
  z-index: 5;
}

/*ONPAstream*/
.onpastream {
  background-color: #ffffff;
  padding-top: 60px;
}
.onpastream .mainimg {
  width: 100%;
  max-width: 1024px;
  background-repeat: no-repeat;
  background-size: 70%;
  margin-left: auto;
  margin-right: auto;
  min-height: 450px;
}
.onpastream .stream {
  float: left;
  width: 70%;
  max-width: 1024px;
  height: auto;
  background-repeat: no-repeat;
  background-size: 70%;
  margin-left: auto;
  margin-right: auto;
}
.onpastream .stream:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.onpastream .mainimg h2 {
  padding-top: 90px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 24px;
  line-height: 1;
  padding-left: 70%;
  margin-bottom: 0px;
  word-break: break-all;
  font-weight: normal;
}
.onpastream .mainimg p {
  width: 30%;
  padding-left: 70%;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}
.onpastream .contents {
  background-color: #f0f0f0;
}
.onpastream .contents ul {
  position: relative;
  text-align: left;
  width: 100%;
  height: 260px;
  background-repeat: repeat-y;
  background-position: 0px 10px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.onpastream .contents ul li {
  text-align: left;
  overflow: hidden;
  list-style: none;
  vertical-align: top;
  width: 17%;
  display: inline-block;
  padding: 1%;
  padding-bottom: 40px;
  text-align: left;
}
.onpastream .contents ul li a:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.onpastream .contents ul li img {
  padding-top: 30px;
  width: 100%;
}
.onpastream .contents ul li img.mallsp {
  position: absolute;
  top: -35%;
  left: -10px;
  width: 20%;
  background-color: none;
}
.onpastream .contents ul li p {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding-top: 5px;
}

/*ONPAマーケ*/
.onpamarke {
  background-color: #ffffff;
  padding-top: 20px;
  background-color: #bdcfd8;
  padding-bottom: 40px;
}
.onpamarke h2 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 600;
}
.onpamarke a {
  color: #001847;
  text-decoration: none;
}
.onpamarke a:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.onpamarke .main {
  width: 100%;
  max-width: 1024px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.onpamarke .main img:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.onpamarke .main p {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}
.onpamarke .rightcontents {
  padding-left: 5%;
  width: 45%;
  float: left;
}
.onpamarke .rightcontents .bottom {
  float: left;
  padding-top: 40px;
  width: 100%;
}
.onpamarke .rightcontents .bottom img {
  float: left;
}
.onpamarke .rightcontents .bottom .bottomright {
  float: left;
  padding-left: 8%;
  width: 40%;
}
.onpamarke .rightcontents .bottom .bottomright p {
  padding-bottom: 10px;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
}
.onpamarke .rightcontents .bottom a {
  display: block;
  width: 100%;
}

img.marke1 {
  width: 50%;
  float: left;
}
img.marke2 {
  width: 50%;
  float: left;
}
img.markebnr1 {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}
img.markebnr2 {
  width: 100%;
  float: left;
}

/*webアプリ以下*/
.menubox {
  text-align: left;
  width: 100%;
  background-repeat: repeat-y;
  padding-bottom: 40px;
  padding-top: 80px;
  background-position: 0px 10px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.menubox h2 {
  text-align: center;
  padding-bottom: 30px;
  font-weight: 600;
}

.menubox2 {
  text-align: center;
  width: 100%;
  background-repeat: repeat-y;
  padding-bottom: 40px;
  padding-top: 40px;
  background-position: 0px 10px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

ul.menulist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.menulist li {
  overflow: hidden;
  list-style: none;
  vertical-align: top;
  width: 20%;
  display: inline-block;
  padding: 1.5%;
  padding-bottom: 40px;
  text-align: left;
}
ul.menulist li a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  transition: 0.3s;
  margin-bottom: 7px;
  outline: none;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
ul.menulist li p.pagelink a {
  height: auto;
  box-shadow: none;
  transition: none;
}
ul.menulist li img {
  width: 100%;
  border: none;
  background-color: #ffffff;
  padding: 0%;
}
ul.menulist li img:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
ul.menulist h3 {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding-top: 5px;
}
ul.menulist p {
  padding-top: 3px;
  font-size: 10px;
  line-height: 10px;
  margin: 0px;
}
ul.menulist p span {
  color: #333333;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 3px 5px 0 0;
  display: inline-block;
}

ul.menulist2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.menulist2 li {
  overflow: hidden;
  list-style: none;
  vertical-align: top;
  width: 16.6666666667%;
  display: inline-block;
  padding: 10px;
  padding-bottom: 20px;
}
ul.menulist2 a {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  margin-bottom: 10px;
  outline: none;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
ul.menulist2 img {
  width: 100%;
}
ul.menulist2 img:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
ul.menulist2 h3 {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  padding-top: 5px;
  padding-top: 5px;
}
ul.menulist2 p {
  padding-top: 3px;
  font-size: 10px;
  line-height: 10px;
  margin: 0px;
}
ul.menulist2 p span {
  color: #53556f;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 3px;
  display: inline-block;
}

.job_d {
  background-color: #dbebf4;
}

.job_k {
  background-color: #dbebf4;
}

.job_c {
  background-color: #dbebf4;
}

.job_s {
  background-color: #dbebf4;
}

.job_i {
  background-color: #dbebf4;
}

.job_g {
  background-color: #dbebf4;
}

.job_p {
  background-color: #dbebf4;
}

.job_w {
  background-color: #dbebf4;
}

.menu {
  width: 185px;
  height: 270px;
  float: left;
  padding-right: 15px;
}
.menu img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #aaaaaa;
  border-right-color: #aaaaaa;
  border-bottom-color: #aaaaaa;
  border-left-color: #aaaaaa;
  background-color: #ffffff;
  padding: 3px;
}
.menu h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding-top: 5px;
  margin: 0px;
}
.menu p {
  padding-top: 3px;
  font-size: 12px;
  margin: 0px;
}

.pagelink {
  padding-left: 13px;
  font-size: 11px;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 1px 2px;
}

/*プロフィール*/
.profile_txt {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  border: none;
}
.profile_txt th {
  width: 100px;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.profile_txt td {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.profile_txt h4 {
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}
.profile_txt h5 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}
.profile_txt p {
  margin: 0px;
}

.under {
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  background-color: rgb(18, 20, 34);
  background-blend-mode: color;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

.foot {
  width: 100%;
  background-color: #bdcfd8;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: color;
}
.foot p, .foot h4, .foot h5 {
  color: #333333;
}

/*ページトップリンク*/
#btn_top {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/btn-top.svg) no-repeat 0 0;
  background-size: 100%;
  display: block;
  z-index: 90;
  cursor: pointer;
  position: absolute;
  position: fixed;
  bottom: 30px;
  right: 30px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.3;
  opacity: 0.8;
}
#btn_top:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=20);
  -moz-opacity: 1;
  opacity: 0.6;
}

/*下層ページ*/
.main {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.main .left {
  width: 580px;
  float: left;
  text-align: center;
  margin-right: 50px;
}
.main .left img {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: top;
  outline: none;
  text-align: center;
}
.main .left video {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: top;
  outline: none;
  text-align: center;
}
.main .left .leftbox img {
  margin-left: 30px;
}
.main .right {
  width: 350px;
  float: left;
}
.main .right h3 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
  padding-left: 0;
  margin-left: 0;
}
.main .right p {
  font-weight: normal;
  font-size: 14px;
  padding-left: 0;
  line-height: 1.7;
}
.main .right ul li {
  font-size: 14px;
  margin-left: 1.2em;
}
.main .right h4 {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: normal;
}
.main .right a:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.fl {
  float: left;
}

.leftbox {
  padding-left: 40px;
}

p.sholder {
  font-size: 15px;
  color: #aaaaaa;
  margin-bottom: 20px;
}

.kasou h1 {
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.kasou h1:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.kasou a {
  font-size: 14px;
  text-decoration: none;
}
.kasou ul {
  text-align: center;
  width: 100%;
}
.kasou ul li {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}
.kasou ul li:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.kasou ul li a {
  color: #274156;
}

.main_link ul.menulist li {
  overflow: hidden;
  list-style: none;
  vertical-align: top;
  width: 12.5%;
  display: inline-block;
  padding: 15px;
  padding-bottom: 20px;
}
.main_link ul.menulist2 li {
  overflow: hidden;
  list-style: none;
  vertical-align: top;
  width: 12.5%;
  display: inline-block;
  padding: 15px;
  padding-bottom: 20px;
}
.main_link a {
  text-decoration: none;
}
.main_link h2 {
  font-size: 1.5em;
}
.main_link h2:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 1.5em;
}
.main_link .menubox {
  border-top: solid 0px #ddd;
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 50px;
  background-color: #ddd;
}
.main_link .menubox h2 {
  font-size: 18px;
  padding-bottom: 0px;
}
.main_link .menubox ul.menulist2 {
  padding-top: 0px;
  overflow: hidden;
  padding-bottom: 30px;
}
.main_link ul.menulist li p {
  display: none;
}

.next {
  width: 100%;
  text-align: center;
  float: none;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.next a:hover {
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.footlink {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
  margin-top: -2em;
}

.spfuyo {
  display: none;
}

@media (max-width: 768px) {
  body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media (max-width: 768px) {
  p {
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .container {
    background-color: #ffffff;
    margin: 0 0;
    width: 100%;
    background-repeat: repeat-y;
  }
}

@media (max-width: 768px) {
  h1 {
    text-align: center;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1;
    padding-top: 10px;
    margin-bottom: 7px;
    word-break: break-all;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
}

@media (max-width: 768px) {
  h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 1.5em;
    word-break: break-all;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-text-size-adjust: 100%;
  }
}

@media (max-width: 768px) {
  ul.menulist {
    padding-left: 3%;
    padding-right: 3%;
  }
  ul.menulist li {
    overflow: hidden;
    list-style: none;
    vertical-align: top;
    width: 42%;
    display: inline-block;
    padding: 1%;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  ul.menulist li a {
    display: block;
    /*max-height:150px;*/
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  ul.menulist h3 {
    padding-top: 0px;
    margin: 0px;
  }
}

@media (max-width: 768px) {
  ul.menulist2 {
    padding-left: 3%;
    padding-right: 3%;
  }
  ul.menulist2 li {
    overflow: hidden;
    list-style: none;
    vertical-align: top;
    width: 45%;
    display: inline-block;
    padding: 0;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .head {
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #96aeb9;
    color: #ffffff;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: color;
    background-position: center center;
  }
  .head ul li a {
    font-size: 12px;
  }
}

/*フッター*/
@media (max-width: 768px) {
  .profile_txt {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 12px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
  }
  .profile_txt th {
    width: 20%;
    padding: 5px;
    text-align: left;
    vertical-align: top;
  }
  .profile_txt td {
    width: 75%;
    padding: 5px;
    text-align: left;
    vertical-align: top;
  }
  .profile_txt h4 {
    text-align: left;
    font-weight: normal;
    margin-bottom: 1em;
  }
  .profile_txt h5 {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
  }
  .profile_txt p {
    margin: 0px;
  }
}

@media (max-width: 768px) {
  .under {
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    background-color: #274156;
    background-color: rgb(18, 20, 34);
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .foot {
    width: 100%;
    background-color: #bdcfd8;
    overflow: hidden;
  }
}

/*ページトップリンク*/
@media (max-width: 768px) {
  #btn_top {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/btn-top.svg) no-repeat 0 0;
    background-size: 100%;
    display: block;
    z-index: 90;
    cursor: pointer;
    position: absolute;
    position: fixed;
    bottom: 30px;
    right: 30px;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.8;
    border-radius: 100%;
  }
  #btn_top:hover {
    transition: all 0.5s ease 0s;
    filter: alpha(opacity=20);
    -moz-opacity: 1;
    opacity: 0.6;
  }
}

/*下層ページ*/
@media (max-width: 768px) {
  .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .main .left {
    width: 98%;
    float: left;
    padding-left: 1%;
    text-align: center;
    margin-right: 50px;
    overflow: hidden;
  }
  .main .left img {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
    outline: none;
    text-align: center;
    width: 93%;
  }
  .main .left video {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
    outline: none;
    text-align: center;
    width: 93%;
  }
  .main .right {
    width: 90%;
    margin-left: 5%;
  }
  .main .right h3 {
    margin-top: 1em;
    font-weight: normal;
    padding-left: 0;
    margin-left: 0px;
  }
  .main .right ul li {
    font-size: 14px;
  }
  .main .right h4 {
    margin-top: 0.5em;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .main .right a:hover {
    transition: all 0.5s ease 0s;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .main .right .main .right ul li {
    margin-left: 1.2em;
  }
}

@media (max-width: 768px) {
  .fl {
    float: none;
  }
}

@media (max-width: 768px) {
  .leftbox {
    padding-left: 0px;
  }
  .leftbox img {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  p.sholder {
    font-size: 15px;
    color: #aaaaaa;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 768px) {
  .kasou h1 {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .kasou h1:hover {
    transition: all 0.5s ease 0s;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .kasou a {
    text-decoration: none;
  }
  .kasou ul {
    text-align: center;
    width: 100%;
  }
  .kasou ul li {
    margin-left: 0;
    margin-right: 0;
    padding-right: 1em;
    padding-left: 1em;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    border-right: solid 1px #CCC;
  }
  .kasou ul li:last-child {
    border-right: solid 0px #CCC;
  }
  .kasou ul li a {
    color: #274156;
    font-size: 12px;
  }
  .kasou ul li:hover {
    transition: all 0.5s ease 0s;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .main_link ul.menulist li {
    overflow: hidden;
    list-style: none;
    vertical-align: top;
    width: 25%;
    display: inline-block;
    padding: 0em;
    padding-bottom: 20px;
  }
  .main_link ul.menulist2 li {
    overflow: hidden;
    list-style: none;
    vertical-align: top;
    width: 25%;
    display: inline-block;
    padding: 0em;
    padding-bottom: 20px;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .main_link ul.menulist2 li p {
    display: none;
  }
  .main_link a {
    text-decoration: none;
  }
  .main_link h2 {
    font-size: 1em;
  }
  .main_link h2:hover {
    transition: all 0.5s ease 0s;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .next {
    width: 100%;
    text-align: center;
    float: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
  }
  .next a:hover {
    transition: all 0.5s ease 0s;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .head2 {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 50vw;
    height: 50vw;
    border: solid 0px #0097e2;
    display: table;
  }
  .head2 h1 {
    font-size: 4vw;
    line-height: 1.5;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
  }
  .head2 a {
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
  }
  .head2 a:hover {
    transition: all 0.5s ease 0s;
    opacity: 0.5;
  }
  .head2 ul {
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 0px #0097e2;
    text-align: center;
    list-style-type: none;
    padding-top: 5px;
  }
  .head2 li {
    padding: 0;
    height: 18px;
  }
}

/*ONPAmall*/
@media (max-width: 768px) {
  .onpamall {
    background-color: #ffffff;
    padding-top: 100px;
    overflow: hidden;
  }
  .onpamall .mainimg {
    width: 100%;
    max-width: 980px;
    /*background: url(../images/onpa/img-mallpc.png) no-repeat 0 0;*/
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    margin-top: 0px;
  }
  .onpamall .mainimg h2 {
    padding-top: 0vw;
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    padding-left: 0px;
    margin-bottom: 0px;
    word-break: break-all;
    font-weight: normal;
    padding-right: 40px;
  }
  .onpamall .mainimg h2 img {
    width: 200px;
  }
  .onpamall .mainimg p {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.75;
    padding-right: 40px;
  }
  .onpamall .mainimg a {
    color: #001847;
    text-decoration: none;
  }
  .onpamall img.mallpc {
    position: relative;
    top: 0px;
    left: 0px;
    width: 105%;
    max-width: 980px;
    height: auto;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .onpamall .contents {
    background-color: #f0f0f0;
    background-color: #dbe4e9;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
  }
  .onpamall .contents ul {
    position: relative;
    text-align: left;
    width: auto;
    height: auto;
    background-repeat: repeat-y;
    background-position: 0px 10px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 30px;
  }
  .onpamall .contents ul li {
    overflow: hidden;
    list-style: none;
    vertical-align: top;
    width: 45%;
    display: inline-block;
    padding: 0;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 20px;
  }
  .onpamall .contents ul li.spelase {
    display: none;
  }
  .onpamall .contents ul li img {
    padding-top: 0px;
    width: 100%;
  }
  .onpamall .contents ul li img.mallsp {
    position: absolute;
    top: -26%;
    left: -15px;
    width: 18.6%;
    background-color: none;
  }
  .onpamall .contents ul li p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
  }
}

@media (max-width: 768px) {
  .onpaapplink {
    text-align: center;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .right .onpaapplink {
    padding-right: 0px;
  }
}

/*ONPAstream*/
@media (max-width: 768px) {
  .onpastream {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 5vw;
  }
  .onpastream .mainimg {
    width: 90%;
    max-width: 1024px;
    /*background: url(../images/onpa/img-stream-main.png) no-repeat 0 0;*/
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 3vw 0vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .onpastream .mainimg h2 {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding-left: 0px;
    margin-bottom: 0px;
    word-break: break-all;
    font-weight: normal;
  }
  .onpastream .mainimg h2 img {
    width: 200px;
  }
  .onpastream .mainimg p {
    width: auto;
    padding-left: 0px;
    padding-bottom: 50px;
    font-size: 15px;
    line-height: 1.75;
  }
  .onpastream .contents {
    background-color: #f0f0f0;
    padding-left: 3%;
    padding-right: 3%;
  }
  .onpastream .contents ul {
    position: relative;
    text-align: left;
    width: 100%;
    height: auto;
    background-repeat: repeat-y;
    background-position: 0px 10px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .onpastream .contents ul li {
    overflow: hidden;
    list-style: none;
    vertical-align: top;
    width: 28%;
    display: inline-block;
    padding: 0;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 20px;
  }
  .onpastream .contents ul li img {
    padding-top: 30px;
    width: 100%;
  }
  .onpastream .contents ul li img.mallsp {
    position: absolute;
    top: -35%;
    left: -10px;
    width: 20%;
    background-color: none;
  }
  .onpastream .contents ul li p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
  }
  .onpastream .stream {
    float: none;
    width: 100%;
    max-width: 1024px;
    height: auto;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .spfuyo {
    display: block;
  }
}

/*ONPAマーケ*/
@media (max-width: 768px) {
  .onpamarke {
    background-color: #ffffff;
    padding-top: 20px;
    background-color: #bdcfd8;
    padding-bottom: 0px;
  }
  .onpamarke h2 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 0px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
  }
  .onpamarke a {
    color: #001847;
    text-decoration: none;
  }
  .onpamarke .main {
    width: 100%;
    max-width: 1024px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
  }
  .onpamarke .main p {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.75;
  }
  .onpamarke .rightcontents {
    padding-left: 5%;
    padding-top: 5%;
    width: 90%;
    float: left;
  }
  .onpamarke .rightcontents .bottom {
    display: flex;
    padding-top: 40px;
    width: 100%;
  }
  .onpamarke .rightcontents .bottom .bottomright {
    padding-left: 8%;
    width: 40%;
  }
  .onpamarke .rightcontents .bottom .bottomright a {
    width: 100%;
  }
  .onpamarke .rightcontents .bottom .bottomright p {
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.3;
    font-size: 14px;
  }
  .onpamarke .rightcontents .bottom a {
    display: block;
    width: 50%;
  }
}

@media (max-width: 768px) {
  img.marke1 {
    display: block;
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  img.marke2 {
    width: 100%;
    float: left;
  }
  img.markebnr1 {
    width: 100%;
    float: left;
    padding-bottom: 15px;
  }
  img.markebnr2 {
    width: 100%;
    float: left;
  }
}

@media (max-width: 768px) {
  .menubox {
    text-align: left;
    width: 100%;
    background-repeat: repeat-y;
    padding-bottom: 40px;
    padding-top: 50px;
    background-position: 0px 10px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .menubox h2 {
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .menubox2 {
    text-align: center;
    width: 100%;
    background-repeat: repeat-y;
    padding-bottom: 40px;
    padding-top: 40px;
    background-position: 0px 10px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .main .left video.marupenanime {
    width: 60%;
  }
  .main .left video.openingmovie {
    width: 60%;
  }
}/*# sourceMappingURL=profile.css.map */