@media (min-width:768px) {
  .sp {
    display: none;
  }
}
@media (max-width:767.98px) {
  .pc {
    display: none;
  }
}
.c1 {
  color: #31C6E2;
}

.c2 {
  color: #E7F0FB;
}

.c3 {
  color: #B81C22;
}

.c4 {
  color: #000;
}

.c5 {
  color: #000;
}

.c6 {
  color: #000;
}

.bs1 {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
}

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width:768px) {
  #base {
    min-width: 1200px;
    overflow: hidden;
  }
}

.container {
  position: relative;
  text-align: left;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:767.98px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

.row {
  position: relative;
  text-align: left;
}
@media (min-width:768px) {
  .row.row-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.row-40 > div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.row-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.row-50 > div[class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.row-60 > div[class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.row-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.row-70 > div[class*=col] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.row-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.row-80 > div[class*=col] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.row-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.row-90 > div[class*=col] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.row-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.row-100 > div[class*=col] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.layout--head {
  position: relative;
  z-index: 100;
  height: 123px;
}
.layout--site_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 35px;
  top: 35px;
  z-index: 120;
}
.layout--site_logo a {
  display: block;
  width: 197px;
  height: 23px;
  background: url(../image/layout/site_logo.png) no-repeat left top;
  background-size: contain;
  text-indent: -9999px;
}
body#top .layout--site_logo a {
  background-image: url(../image/layout/site_logo.png);
}
@media (max-width:767.98px) {
  .layout--site_logo {
    top: 12px;
    left: 15px;
  }
}
@media (max-width:767.98px) {
  .layout-- {
    position: relative;
    z-index: 100;
    height: 50px;
    background: #FFF;
  }
  .layout--head_menu-sp {
    position: absolute;
    right: 0;
    top: 0;
  }
  .layout--head_menu-sp a {
    display: block;
    width: 45px;
    height: 50px;
    background: url(../image/head/head_menu-sp.png) no-repeat left top;
    background-size: 45px auto;
  }
  body:not(#top):not(#story) .layout--head_menu-sp a {
    background-color: #282828;
  }
  #base.open .layout--head_menu-sp a {
    background: url(../image/head/head_menu-sp.png) no-repeat left bottom;
    background-size: 45px auto;
  }
  body:not(#top):not(#story) #base.open .layout--head_menu-sp a {
    background-color: #282828;
  }
  #base.open .layout--menu_back-sp {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width:768px) {
  .layout--main_navi {
    position: relative;
    z-index: 100;
    display: block !important;
  }
  .layout--main_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 120px;
    padding-right: 1em;
    font-size: 1.6rem;
  }
  .layout--main_navi ul li {
    margin-right: 2em;
  }
  .layout--main_navi ul li dt {
    font-weight: normal;
  }
  .layout--main_navi ul li a,
.layout--main_navi ul li dl dt a {
    position: relative;
    display: block;
    line-height: 48px;
    color: #232323;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 500;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    color: #FFF;
  }
  .layout--main_navi ul li a:after,
.layout--main_navi ul li dl dt a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #FFF;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .layout--main_navi ul li a:hover:after,
.layout--main_navi ul li dl dt a:hover:after {
    width: 100%;
  }
  .layout--main_navi ul li dl dd {
    display: none;
  }
  .layout--main_navi ul li ul {
    display: none;
  }
}
@media (max-width:767.98px) {
  .layout--main_navi {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #282828;
  }
  .layout--main_navi > ul {
    width: 100%;
  }
  .layout--main_navi > ul > li {
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .layout--main_navi > ul > li dl dt {
    font-weight: normal;
  }
  .layout--main_navi > ul > li dl dt a, .layout--main_navi > ul > li > a {
    display: block;
    padding: 12px 15px;
    color: #FFF;
  }
  .layout--main_navi > ul > li dl dd a {
    color: #999999;
  }
  .layout--main_navi > ul > li dl dd ul li {
    margin: 0 0 15px 28px;
  }
  .layout--main_navi > ul > li.navi_entry {
    background: #31C6E2;
  }
  .layout--main_navi > ul > li.navi_contact, .layout--main_navi > ul > li.navi_tel {
    border-bottom: none;
  }
  .layout--main_navi > ul > li.navi_contact a, .layout--main_navi > ul > li.navi_tel a {
    padding: 0;
  }
  .layout--main_navi a {
    text-decoration: none;
  }
  .layout--main_navi .toggle_icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url(../image/head/head_toggle-sp.png) no-repeat center top;
    background-size: 22px;
  }
  .layout--main_navi .toggle_icon.-active {
    background: url(../image/head/head_toggle-sp.png) no-repeat center bottom;
    background-size: 22px;
  }
}
.layout--foot {
  padding: 20px 20px;
  background: #FFF;
  font-size: 1.4rem;
}
.layout--foot a {
  color: #FFF;
  text-decoration: none;
}
.layout--foot a:hover {
  text-decoration: underline;
}
@media (min-width:768px) {
  .layout--foot aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width:767.98px) {
  .layout--foot .copyright {
    font-size: 1.2rem;
  }
}
@media (min-width:768px) {
  .layout--foot .copyright {
    padding-right: 70px;
  }
}
@media (max-width:767.98px) {
  .layout--foot_logo {
    text-align: center;
  }
}
.layout--foot_logo a {
  vertical-align: middle;
  text-decoration: none;
}
.layout--foot_logo a.ov50 {
  display: inline-block;
  width: 202px;
  height: 33px;
  background: url(../image/layout/foot_logo.png) no-repeat left top;
  background-size: contain;
  text-indent: -9999px;
}
@media (max-width:767.98px) {
  .layout--foot_logo a.ov50 {
    width: 202px;
    height: 33px;
  }
}
@media (min-width:768px) {
  .layout--foot_logo a.ov50 {
    margin-right: 20px;
  }
}
@media (max-width:767.98px) {
  .layout--foot_logo a.ov50 {
    margin: 0 20px;
  }
}
.layout--foot_logo a.homepage {
  display: inline-block;
  background: #B81C22;
  margin: 15px 0;
  padding: 7px 20px 7px 15px;
  border-radius: 100px;
}
.layout--foot_logo a.homepage i {
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative;
  left: 0;
}
.layout--foot_logo a.homepage:hover {
  text-decoration: none;
}
@media (min-width:768px) {
  .layout--foot_logo a.homepage:hover i {
    position: relative;
    left: -5px;
  }
}
.layout--foot_pagetop {
  position: relative;
  z-index: 1000;
}
.layout--foot_pagetop a {
  display: block;
  position: fixed;
  right: 13px;
  bottom: 13px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  background: #B81C22 url(../image/layout/pagetop.png) no-repeat center center;
  background-size: contain;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575.98px) {
  .layout--foot_pagetop a {
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 0;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}