@charset "Shift_JIS";
/* Common */
a{
    text-decoration: none;
}
.font_12{
    font-size: 1.2rem;
    line-height: 2.4rem;
}
.font_13{
    font-size: 1.3rem;
    line-height: 3rem;
}
.font_15{
    font-size: 1.5rem;
}
.font_18{
    font-size: 1.7rem;
}
.font_20{
    font-size: 2.0rem;
}
.font_30{
    font-size: 3.0rem;
}
.font_40{
    font-size: 4.0rem;
}
.left{
    text-align: left;
}
.f-min{
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    font-weight: 600;
    letter-spacing: 1px;
}
.f-gth{
  font-family: helvetica, arial, 'Noto Sans JP', sans-serif;
      font-weight: 700;
      letter-spacing: 2px;
}
.ma_5{
    margin: 5% 0 ;
}
.ma_t_5{
    margin: 5% 0 0 0;
}
.pa_r_5{
    padding: 0 5% 0 0;
}
.ma_b_2{
    margin: 0 0 2% 0;
}
.blc{
  display: block;
}
.bl{
  font-weight: 700;
}
.bg{
  background: #f1f1f1;
}
.w_900{
  width: 900px !important;
}
/* Unique */
#mainArea{
    margin: 0 auto;
    font-size: 100%;
}
.mainLead_{
  text-align: center;
  margin: 5% auto;
  line-height: 1.8;
  width: 1070px;
  text-align: left;
}
.mainLead_ .l-content_{
    width: 57.5%;
    display: inline-block;
    margin: 0 3% 0 0;
}
.mainLead_ .r-content_{
  width: 34.5%;
  display: inline-block;
  vertical-align: top;
}
.mainLead_ .subLead::before{
  width: 3%;
  border-bottom: 1px solid #000000;
  display: block;
  content: "";
  margin: 3% 0;
}
h3.leadTtl_ {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin:5% 0;
    line-height: 1.2;
}
.btnArea_c_ a{
   font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-size: 1.3rem;
   transform: rotate(.03deg);
}
.btnArea_c_ {
   font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-size: 1.3rem;
   transform: rotate(.03deg);
   font-weight: 700;
}
.btnArea_c_ a:hover {
    color: #ffffff;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    background: #000000;
}
.btnArea_ a {
  color: #eeeeee;
    text-align: center;
    padding: 2% 6%;
    font-size: 1.1rem;
    margin: 5% 0 0 0;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    background: #000000;
}
.btnArea_ a:hover {
    color: #ffffff !important;
    background-color: #999999;
}
/* ズーム　*/
#slide_wrapp {
    position: relative;
    overflow: hidden;
    z-index: -99999;
}
#slide_wrapp ul{
    background: #000000;
}
#slide_wrapp .slide_item {
    opacity: 0;
    transform: scale(1);
    transition: opacity 2s linear, transform 7.5s linear;
    position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}
#slide_wrapp .slide_item.show_ {
    opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
    transform: scale(1.1);
}
#slide_wrapp .slide_item img {
    display: block;
    width: 100vw;
    opacity: 0.8;
}
.inner-content {
  color: #ffffff;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 40%;
      left: 0;
}
.inner-content p {
  margin: 1.5% 0;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.map_{
    margin: -125px 0 0 0;
}

/* ループ */
.loop_ {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*width: 100vw;*/
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
    background: #000000;
}
.loop_ ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
}
.loop_ li {
  /*display: inline-block;
  width: calc(100vw / 1);
  margin: 0;
  list-style: none;
  text-align: center;*/
  display: inline-block;
    width: calc(100vw / 1);
    margin: 0;
    list-style: none;
    text-align: center;
}
.loop_ li a {
    display: block;
}
.loop_ li img {
    display: block;
    /*width: 100%;*/
    height: auto;
    max-width: none;
}
.loop_ li a:hover {
    opacity: .7;
}
.loop_ ul:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.loop_ ul + ul {
    -webkit-animation: loop2 50s  linear infinite;
    animation: loop2 50s linear infinite;
}

.loop_:hover ul {
    /*animation-play-state: paused;*/
}
img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
  @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

#conceptArea{
  background: #f1f1f1;
}
.itemTtl_{
  font-weight: 700;
      padding: 10% 0 5% 0;
      display: block;
      line-height: 1.8rem;
}
.list_{
    width: 47%;
    display: inline-block;
    text-align: center;
    margin: 0 0 5% 0;
    padding: 0 5%;
    vertical-align: top;
    border-right: 1px solid #ebebeb;
    line-height: 1.8;
}
.list_:last-child{
    margin: 0;
    border-right: none;
    vertical-align: top;
}
.linkArea_{
    margin: 5% 0;
}
.linkArea_ div.item_ {
      width: 68%;
      display: inline-block;
      text-align: left;
      font-size: 1.2rem;
      vertical-align: bottom;
      margin: 0 4% 0 0;
}
.linkArea_ .item_ .sub_{
    font-size: 10px;
    vertical-align: top;
    color: #666666;
}
.detailBtn_ {
    text-align: center;
    width: 27%;
    display: inline-block;
}
.detailBtn_ a{
  text-align: center;
    padding: 8% 0;
    margin: 0;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    color: #ffffff;
    background-color: #003559;
    border: 1px solid #003559;
    font-size: 1.1rem;
}
.detailBtn_ a:hover {
    border: 1px solid #003559;
    color: #003559 !important;
    background: #ffffff;
}
.visual-o{
  width:100%;
}
.inner_{
  width: 840px;
  margin: 0 auto;
  padding: 5% 0;
}
.inner_c_{
  width: 1000px;
      margin: 10% auto;
      padding: 3% 5%;
      border: 1px solid #ebebeb;
}
#limitedArea{
  border: 10px solid #003559;
      padding: 5% 0;
}
.limitedTtl_::after{
  width: 3%;
  border-bottom: 1px solid #000000;
  display: block;
  content: "";
  margin: 3% auto;
}
.container {
    display: grid;
    grid-template-rows: 520px;
    grid-template-columns: 520px 1fr;
    border-bottom: 1px solid #ebebeb;
    margin: 8% auto 0;
}
#campaignArea{
    padding-top: 100px;
    margin-top: -100px;
}
.l-logo{
    margin: 5% 0 3%;
}
.li-b{
    width: 38%;
    display: inline-block;
    margin: 5% 5% 0 0;
    vertical-align: middle;
}
.li-b:last-child{
    width: 56%;
    margin: 0;
}
.item-l{
  padding: 5% 5% 0 5%;
  border-right: 1px solid #ebebeb;
}
.item-r{
 padding: 10%;
}

.li-list-c_{
    border-bottom: 1px solid #ebebeb;
    padding: 5% 0 8%;
    text-align: center;
}
.li-list-c_:last-child{
    border-bottom: none;
    padding: 8% 0 5% 0;
}
h4{
  margin: 2% 0;
}
.li-c{
  width: 30%;
  display: inline-block;
  margin: 0 5% 0 0;
  vertical-align: middle;
}
.li-c:last-child{
  width: 50%;
  margin: 0;
}
