@charset "UTF-8";

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ==========================================================
 reseting
========================================================== */
body {
  position: relative;
  line-height: 1.55;
  color: #333;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 720px) {
body {
  font-size: 12px;
}
}
body, input, textarea, select, button {
  /* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
  /* 明朝フォント */
  font-family : YuGothic, 'Yu Gothic', sans-serif;
}
.font-yumin { font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; }
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box; -webkit-box-sizing: border-box;}
/* ==========================================================
 base Link
========================================================== */
a {
  color: #333;
  text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus { text-decoration: none;}
/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after
{
  content: "";
  display: table;
}
.clearfix:after,
.contents:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents
{
  *zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll;}
body {
  min-width: 1000px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  body {
    min-width: 2px;
  }
}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  overflow: hidden;
}
/* ==========================================================
 header
========================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
  .header-in {
    width: 960px;
    margin: 0 auto;
    text-align: left;
  }
  .header-logo {
  }
  .header-utility {
  }
    .header-search {
    }
    .header-links {
    }
      .header-links li {
      }
/* ==========================================================
 nav-global
========================================================== */
.nav-global {
}
  .nav-global li {
  }
    .nav-global li a {
    }
    .nav-global li a:hover {
    }
/* ==========================================================
 nav-local
========================================================== */
.nav-local {
}
  .nav-local li {
  }
    .nav-local li a {
    }
    .nav-local li a:hover {
    }
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
  .nav-breadcrumb li {
    float: left;
    white-space: nowrap;
  }
  .nav-breadcrumb li.home {
  }
    .nav-breadcrumb li a {
    }
/* ==========================================================
 contents
========================================================== */
.contents {
}
.contents-main {
}
/* ==========================================================
 footer
========================================================== */
footer {
  padding-top: 5px;
  background: #eee;
}
#popup footer{
  width: 480px;
  margin: 0 auto;
  background: none;
}
footer a { color: #004fa2; }
footer a:hover {
  color: #007cff;
  text-decoration: underline;
}
@media screen and (max-width: 720px) {
footer { padding-top: 0; }
}
/* nav-site
----------------------------------------------------------- */
footer #nav-site {
  position: relative;
  margin: 0 auto;
  padding: 20px 34px 10px;
  width :1000px;
}
  footer #nav-site .column {
    margin-right:20px;
    width: 170px;
    float: left;
  }
  footer #nav-site .column-r {
    width: 172px;
    float: left;
  }
    footer #nav-site .column p,
    footer #nav-site .column-r p {
      margin-bottom: 10px;
      padding-left: 20px;
      background: url("/campaign/neorest2018/common/img/icn_arrow_03.gif") no-repeat 0 0;
      font-weight: bold;
      font-size: 14px;
    }
    footer #nav-site .column ul,
    footer #nav-site .column-r ul {
      padding-bottom: 25px;
      font-size: 12px;
    }
      footer #nav-site .column ul li,
      footer #nav-site .column-r ul li {
        margin-bottom: 10px;
        padding-left: 14px;
        background: url("/campaign/neorest2018/common/img/icn_arrow_01.gif") no-repeat 5px 0.3em;
      }
        footer #nav-site .column ul li a,
        footer #nav-site .column-r ul li a { padding-bottom:1px; }
/* list-social
----------------------------------------------------------- */
#nav-site .list-social {
  position: absolute;
  bottom: 20px;
  right: 34px;
}
  #nav-site .list-social li {
    margin-right: 10px;
    float: left;
  }
  #nav-site .list-social li:last-child { margin-right: 0; }

/* tool-important
----------------------------------------------------------- */
footer #tool-important { background-color: #fff; }
  footer #tool-important .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 34px;
  }
  footer #tool-important .nav-utility {
    font-size: 12px;
    font-weight: bold;
  }
    footer #tool-important .nav-utility li {
      margin-left: 8px;
      padding-left: 8px;
      border-left: #666 1px solid;
      float: left;
    }
    footer #tool-important .nav-utility li.first-child {
      margin-left: 0;
      padding-left: 0;
      border-left: 0 none;
    }
  footer #tool-important #copyright {
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    color: #666;
  }
  #popup footer #copyright {
    color: #666;
    border-top: 2px solid #e4e4e4;
    padding: 10px 0;
  }
/* Clearfix footer
----------------------------------------------------------- */
footer #nav-site:after,
footer #tool-important .nav-utility:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 721px) {
  footer {
    min-width: 1000px;
    overflow: hidden;
  }
}
@media screen and (max-width: 720px) {
footer #nav-site,
footer #tool-important .nav-utility { display: none; }
footer #tool-important .inner {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
  footer #tool-important #copyright {
    text-align: center;
    font-size: 10px;
    line-height: 1;
    color: #333;
  }
}
/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {
}
  .grid-cmn > .col {
  }
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {
}
/* ==========================================================
 container
========================================================== */
.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
.container {
  width: 100%;
  padding: 0 20px;
}
}
/* ==========================================================
 hero
========================================================== */
/* hero-toto
---------------------------------------------------------- */
.hero-toto .video-wrap {
  position: relative;
  overflow: hidden;
  background: #bcc9d4 url(/campaign/neorest2018/img/bg_hero_toto.jpg) 0 0 repeat-x;
  background-size: auto 100%;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .hero-toto .video-wrap {
    height: 868px;
  }
  .youtube_box {
    position: relative;
  }
}
.hero-toto .logo {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
}
  .hero-toto .logo a {
    display: block;
    width: 90px;
    height: 20px;
  }
  .hero-toto .logo img { width: 100%; }
  .hero-toto .video-wrap iframe,
  .hero-toto .video-wrap video,
  .hero-toto .video-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-toto .video-wrap img {
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
.hero-toto .btn-mute {
  position: absolute;
  top: 28px;
  right: 35px;
  z-index: 1;
  width: 25px;
  height: 22px;
  overflow: hidden;
  background-image: url(/campaign/neorest2018/img/ico_mute.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
}
  .hero-toto .btn-mute.is-active { background-image: url(/campaign/neorest2018/img/ico_mute_active.png); }
.hero-toto .box-links {
  padding: 56px 0 56px;
  background-color: #fff;
}
  .hero-toto .box-links .title {
    margin-bottom: 90px;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 34px;
    text-align: center;
  }
  .hero-toto .box-links .row {
    display: -webkit-flex;
    display: flex;
  }
  .hero-toto .box-links .col {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .hero-toto .box-links .col:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 133px;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.hero-toto .link-card { display: inline-block; }
  .hero-toto .link-card .figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .hero-toto .link-card .text {
    display: block;
    position: relative;
    margin-top: -65px;
    padding-left: 20px;
    font-size: 20px;
  }
  .hero-toto .link-card .text:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #000;
  }
.hero-bottom .inner {
  position: relative;
  width: 1000px;
  padding: 44px 0 44px;
  margin: 0 auto;
  text-align: center;
}
.hero-bottom img { width: 100%; }
.hero-bottom .figure {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 20px;
  width: 253px;
}
.hero-bottom .title {
  width: 365px;
  margin: 0 auto;
}
.hero-bottom .btn-anchor {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 258px;
}
@media screen and (min-width: 721px) {
.hero-toto .link-card:hover { opacity: 0.7; }
}
@media screen and (max-width: 720px) {
.hero-toto .video-wrap img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hero-toto .logo {
  position: absolute;
  top: 15px;
  left: 15px;
}
  .hero-toto .logo a {
    display: block;
    width: 45px;
    height: auto;
  }
.hero-toto .btn-mute { display: none; }
  .hero-toto .box-presenter .figure {
      -webkit-flex: 0 0 160px;
      flex: 0 0 160px;
      margin-left: -40px;
  }
  .hero-toto .box-links { padding: 22px 0; }
    .hero-toto .box-links .title {
      margin-bottom: 40px;
      font-size: 23px;
      font-weight: bold;
    }
    .hero-toto .box-links .col {
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      padding: 5px 15px;
    }
    .hero-toto .box-links .row { padding: 0; }
    .hero-toto .box-links .col:first-child:before {
      top: 0;
      width: 1px;
      height: 100%;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    .hero-toto .link-card .text {
      margin-top: -35px;
      padding-left: 10px;
      font-size: 12px;
    }
      .hero-toto .link-card .text:before {
        top: 5px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 6px solid #000;
      }
.hero-bottom .inner {
  width: 100%;
  padding: 3% 0 3%;
}
.hero-bottom .figure {
  left: 15px;
  width: 23%;
}
.hero-bottom .title { width: 38%; }
.hero-bottom .btn-anchor {
  right: 10px;
  width: 25%;
}
}

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  position: relative;
  padding: 300px 0 80px;
}
  .ttl-cmn-01 .number {
    display: block;
    font-family: "Times New Roman", serif;
    color: #fff;
    font-size: 406px;
    font-style: italic;
    line-height: 1;
    text-align: center;
    opacity: 0.8;
  }
  .ttl-cmn-01 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .ttl-cmn-01 .txt-main {
    display: block;
    font-size: 84px;
    font-weight: bold;
    line-height: 1;
    color: #042f9f;
    letter-spacing: 0.1em;
  }
  .ttl-cmn-01 .txt-sub {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
@media screen and (max-width: 720px) {
.ttl-cmn-01 {
  padding: 200px 0 80px;
  margin-bottom: 10px;
}
  .ttl-cmn-01 .number { font-size: 203px; }
  .ttl-cmn-01 .txt-main { font-size: 42px; }
  .ttl-cmn-01 .txt-sub {
    margin-top: 12px;
    font-size: 13px;
  }
}
/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
}
/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
}
/* ==========================================================
 text
========================================================== */
/* txt-cmn
---------------------------------------------------------- */
.txt-cmn {
}

/* customer
---------------------------------------------------------- */
.customer-area{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.customer-area .comment{
    position: relative;
    top: -120px;
    margin-right: 80px;
}

.researcher-area{
    width: 100%;
    padding: 100px 0 0;
    margin-bottom: 160px;
    background:-webkit-linear-gradient(top, #02073a, #151979);
    background:-moz-linear-gradient(top, #02073a, #151979);
    background:-o-linear-gradient(top, #02073a, #151979);
    background:linear-gradient(to bottom, #02073a, #151979);
    text-align: center;
}
.researcher-area .researcher-ttl{
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    color: #fff;
    font-size: 36px;
}
.researcher-area .researcher-ttl span{
    font-size: 48px;
    font-weight: bold;
}
.researcher-img{
    margin-top: 20px;
    position: relative;
}
.researcher-img-list{
    display: flex;
    justify-content: center;
}
.researcher-img-item{
    margin-left: 160px;
    position: relative;
}
.researcher-img-item:first-child{
    margin-left: 0;
}
.researcher-img-item-circle,
.researcher-img-item-circle.-right{
    position: absolute;
    bottom: 80px;
    right: -40px;
}
.researcher-img-item-circle.-left{
    position: absolute;
    bottom: 80px;
    right: 350px;
}
.researcher-img-item-ttl{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.researcher-img-item-ttl.-before{
    background-color: #97a6ae;
}
.researcher-img-item-ttl.-after{
    background-color: #265d9d;
}
.researcher-lead{
    color: #fff;
    font-size: 24px;
    margin-top: 80px;
}
.researcher-img .white-arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.researcher-comment-area{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.researcher-comment-area .researcher{
    margin-right: 80px;
}
.researcher-comment-area .comment{
    position: relative;
    top: -120px;
}

.trouble-area{
    padding: 80px;
    background-color: #fff;
    text-align: center;
}
.trouble-area h4{
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    color: #333;
    font-size: 36px;
    margin-bottom: 50px;
}
.trouble-list{
    display: flex;
    justify-content: space-around;
}
.trouble-item a{
    transition: .3s;
}
.trouble-item a:hover{
    opacity: 0.8;
}
.trouble-list img{
    width: 100%;
}
.showroom-area{
    padding: 80px;
    background-color: #e4ecf5;
    text-align: center;
}
.showroom-area h4{
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    color: #042f9f;
    font-size: 36px;
    margin-bottom: 50px;
}
.showroom-area a{
    display: block;
    width: 60%;
    transition: .3s;
    margin: 0 auto;
}
.showroom-area a:hover{
    opacity: 0.8;
}
.showroom-area img{
    width: 100%;
}

.catalog-area{
    padding: 80px;
    background-color: #fff;
    text-align: center;
}
.catalog-area h4{
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    color: #042f9f;
    font-size: 30px;
    margin-bottom: 50px;
}
.link-catalog dl{
    transition: .3s;
}
.link-catalog dl:hover{
    opacity: 0.8;
}
.link-catalog dl{
    width: 300px;
    text-align: center;
    margin: 0 auto;
}
.link-catalog .link-catalog-img{
    padding: 40px;
    border: 1px solid #e4e4e4;
}
.link-catalog .link-catalog-img img{
    width: 40%;
}
.link-catalog-txt{
    color: #fff;
    background-color: #151878;
    font-size: 14px;
    padding: 15px;

}
.link-catalog-txt:before{
    width: 9px;
    height: 10px;
    content: "";
    background: url(/campaign/neorest2018/img/white_arrow_sml.png) no-repeat;
    background-size: 9px 10px;
    background-position: 2px 2px;
    padding-left: 20px;
}

@media screen and (max-width: 720px) {
    .customer-area{
        display: block;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }
    .customer-area .comment{
        width: 70%;
        position: relative;
        top: 0;
        margin: 0 auto 50px;
    }
    .customer-area img{
        width: 100%;
    }
    .customer-area .customer{
        width: 60%;
        margin: 0 auto;
    }

    .researcher-lead{
        font-size: 18px;
        margin-top: 50px;
    }
    .researcher-area{
        margin-bottom: 50px;
    }
    .researcher-area .researcher-ttl{
        font-size: 24px;
    }
    .researcher-area .researcher-ttl span{
        font-size: 36px;
        font-weight: bold;
    }
    .researcher-img-list{
        display: block;
        justify-content: space-around;
    }
    .researcher-img-item{
        width: 80%;
        margin: 100px auto 0;
    }
    .researcher-img-item:first-child{
        margin: 0 auto;
    }
    .researcher-img-item img{
        width: 100%;
    }
    .researcher-img-item-circle{
        width: 50%;
        right: -60px;
    }
    .researcher-img-item-circle.-left,
    .researcher-img-item-circle.-right{
        width: 40%;
    }
    .researcher-img-item-circle.-left{
        position: absolute;
        left: -40px;
    }
    .researcher-img-item-circle img{
        width: 100%;
    }
    .researcher-img .white-arrow{
        position: absolute;
        top: 43.5%;
        left: 46%;
        -webkit-transform: translate(-46%, -43.5%);
        transform: translate(-46%, -43.5%);
        transform: rotate(90deg);
    }
    .researcher-img .white-arrow img{
        width: 100%;
    }
    .researcher-comment-area{
        flex-wrap: wrap-reverse;
        margin-top: 50px;
    }
    .researcher-comment-area .researcher{
        margin: 80px 0 0 0;
    }
    .researcher-comment-area .comment{
        position: relative;
        top: 0;
    }
    .researcher-comment-area img{
        width: 100%;
    }

    .trouble-area{
        padding: 80px 20px;
    }
    .trouble-area h4{
        font-size: 24px;
    }

    .trouble-list{
        display: block;
    }
    .trouble-item{
        margin-top: 50px;
    }

    .showroom-area{
        padding: 80px 20px;
    }
    .showroom-area a{
        width: 100%;
    }

    .showroom-area h4{
        font-size: 24px;
    }

    .link-catalog dl{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .catalog-area h4{
        font-size: 18px;
    }
}

/* ==========================================================
 list
========================================================== */
/* list-cmn
---------------------------------------------------------- */
.list-cmn {
}
  .list-cmn li {
  }
/* list-information
---------------------------------------------------------- */

.list-information .title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 34px;
  font-weight: bold;
  color: #042f9f;
  line-height: 1.3;
}
  .list-information a.box .title:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 10px solid #042f9f;
  }
  .list-information a.box .title { padding-left: 20px; }
.list-information .ttl-sub {
  margin-bottom: 10px;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
  .list-information .ttl-sub small { font-size: 14px; }
.list-information .figure {
  position: relative;
  display: block;
}
  .list-information .figure img {
    position: relative;
    z-index: 2;
    width: 100%;
  }
@media screen and (min-width: 721px) {
    .list-information {
        padding: 0 20px;
    }
  .list-information .box {
    display: -webkit-flex;
    display: flex;
  }
  .list-information a.box:hover {opacity: 0.7;}
  .list-information .item:not(:last-child) { margin-bottom: 50px; }
  .list-information .item:nth-child(even) .box-text {
    -webkit-order: 1;
    order: 1;
  }
  .list-information .item:nth-child(even) .figure {
    -webkit-order: 0;
    order: 0;
  }
    .list-information .item:nth-child(odd) .box-text { padding-right: 30px; }
    .list-information .item:nth-child(even) .box-text { padding-left: 30px; }
  .list-information .box-text {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-top: 20px;
  }
  .list-information .figure {
    -webkit-flex: 0 0 375px;
    flex: 0 0 375px;
  }
}
@media screen and (max-width: 720px) {
.list-information .item:not(:last-child) { margin-bottom: 35px; }
.list-information .box-text { margin-bottom: 15px; }
.list-information .title {
  margin-bottom: 12px;
  font-size: 23px;
}
  .list-information a.box .title { padding-left: 15px; }
  .list-information a.box .title:before {
    top: 10px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 6px solid #042f9f;
  }
.list-information .ttl-sub {
  margin-bottom: 7px;
  font-size: 13px;
}
  .list-information .ttl-sub small { font-size: 10px; }
.list-information .figure {
}
}
/* ==========================================================
 table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.table-cmn {
}
  .table-cmn th,
  .table-cmn td {
  }
  .table-cmn th {
  }
  .table-cmn td {
  }
/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn {
}
/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  text-align: right;
}
/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {
}
/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {
}
/* ==========================================================
 figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
.fig-cmn img { width: 100%; }
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust {
}
/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] {
}
/* type="checkbox" */
input[type="checkbox"] {
}
/* type="radio" */
input[type="radio"] {
}
/* select */
select {
}
/* textarea */
textarea {
}
/* button */
button {
}
/* class Form
---------------------------------------------------------- */
/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input {
}
/* form-cmn-check
---------------------------------------------------------- */
.form-cmn-check {
}
/* form-cmn-radio
---------------------------------------------------------- */
.form-cmn-radio {
}
/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select {
}
/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea {
}
/* form-cmn-button
---------------------------------------------------------- */
.form-cmn-button {
}

/* ==========================================================
 section
========================================================== */
/* sec-intro
---------------------------------------------------------- */
.sec-intro {
  position: relative;
  padding-top: 50%;
  background: #d4dfe5 url(/campaign/neorest2018/img/bg_intro.jpg) center top no-repeat;
  /* background-size: cover; */
}
  .sec-intro .title-01 {
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    text-align: center;
  }
    .sec-intro .title-01 img {
      width: 589px;
      max-width: 100%;
    }
  .sec-intro .txt-new {
    position: absolute;
    top: 31%;
    left: 50%;
    width: 12%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
    .sec-intro .txt-new img {
      width: 100%;
      margin-left: 20px;
    }
  .sec-intro .title-02 {
    /* padding-bottom: 30px; */
    text-align: center;
    width: 100%;
    position: absolute;
    top: 57%;
  }
    .sec-intro .title-02 img { width: 869px; }
  .sec-intro .figure{
    text-align: center;
    padding-bottom: 60px;
  }
    .sec-intro a:hover .figure{opacity: .7;}
@media screen and (max-width: 1300px) {
.sec-intro{
	padding-top: 60%;
	background-size: 1700px auto;
}
.sec-intro .txt-new {/* top: 40%; */}
}


@media screen and (max-width: 720px) {
.sec-intro {
  padding-top: 50%;
  background-size: 800px auto;
}
  .sec-intro .title-01 { top: 45px; }
    .sec-intro .title-01 img {
      width: 268px;
      max-width: 100%;
    }
  .sec-intro .txt-new {
    top: 20.5%;
    width: 14%;
  }
    .sec-intro .txt-new img {
      width: 100%;
      margin-left: 11%;
    }
  .sec-intro .title-02 {
    padding: 0 20px 9%;
    background-size: auto 156px;
    top: 34%;
  }
    .sec-intro .title-02 img {
      position: relative;
      top: 20px;
      width: 336px;
      max-width: 100%;
    }
  .sec-intro a:hover .figure{
    opacity: inherit;
  }
  .sec-intro .figure{
    /* padding: 0 20px 20px; */
    position: relative;
    margin: 20px 20px 0;
    padding-bottom: 0;
    z-index: 10;
  }
  .sec-intro .figure img{
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .sec-intro .box-video-wrap{
    z-index: auto;
  }
}
@media screen and (max-width: 550px) {
.sec-intro{padding-top: 70%;padding-bottom: 20px;background-size: 800px auto;}
.sec-intro .title-02 {background-size: auto 100px;top: 41%;}
.sec-intro .txt-new {top: 26%;}
}
@media screen and (max-width: 400px) {
.sec-intro{padding-top: 80%;background-size: 700px auto;}
.sec-intro .txt-new {top: 24%;width: 20%;}
.sec-intro .title-02{
	/* top: 40%; */
}
}
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
  background-color: #e8edf3;
  background-position: center 0;
  background-size: cover;
}

.sec-cmn-01 .txt-end {
  padding: 90px 0;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.sec-01 { background-image: url(/campaign/neorest2018/img/bg_sec_02.jpg); }
.sec-02 { background-image: url(/campaign/neorest2018/img/bg_sec_01.jpg); }
.sec-03 { background-image: url(/campaign/neorest2018/img/bg_sec_03.jpg); }
.sec-cmn-01.sec-03 {
  background-size: 100%;
}
@media screen and (max-width: 720px) {
    .sec-cmn-01 {
      background-size: 300%;
      background-repeat: no-repeat;
    }
    .sec-cmn-01.sec-03 {
      background-size: 300%;
    }
.sec-cmn-01 .txt-end {
  padding: 55px 0;
  font-size: 19px;
  letter-spacing: -0.08em;
}
}

/* sec-cmn-02
---------------------------------------------------------- */
.sec-cmn-02 { padding: 80px 0 0; }
  .sec-cmn-02 .ttl-sec {
    margin-bottom: 100px;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    font-size: 54px;
    color: #042f9f;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 1.32;
  }
    .sec-cmn-02 .ttl-sec .toto {
      font-family : YuGothic, 'Yu Gothic', sans-serif;
    }
.sec-cmn-02 .box-links {
  padding: 56px 0 56px;
  background-color: #fff;
  margin-top: 130px;
}
  .sec-cmn-02 .box-links .title {
    margin-bottom: 90px;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 34px;
    text-align: center;
  }
  .sec-cmn-02 .box-links .row {
    display: -webkit-flex;
    display: flex;
  }
  .sec-cmn-02 .box-links .col {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .sec-cmn-02 .box-links .col:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 133px;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
@media screen and (max-width: 720px) {
.sec-cmn-02 { padding: 40px 0 0; }
  .sec-cmn-02 .ttl-sec {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
  .sec-cmn-02 .box-links {
    padding: 22px 0;
    margin-top: 30px;
  }
    .mod-another-links .box-links .title {
      margin-bottom: 40px;
      font-size: 23px;
      font-weight: bold;
    }
    .sec-cmn-02 .box-links .col {
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      padding: 5px 15px;
    }
    .sec-cmn-02 .box-links .row { padding: 0; }
    .sec-cmn-02 .box-links .col:first-child:before {
      top: 0;
      width: 1px;
      height: 100%;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
      .sec-cmn-02 .link-card .text {
        margin-top: -35px;
        padding-left: 10px;
        font-size: 12px;
      }
      .sec-cmn-02 .link-card .text:before {
        top: 5px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 6px solid #000;
      }
}

/* sec-video
---------------------------------------------------------- */
.sec-video {
  padding: 70px 0 100px;
  background-color: #646262;
}
  .sec-video .title {
    margin-bottom: 60px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
    .sec-video .list-video .item:not(:last-child) { margin-bottom: 20px; }
    .sec-video .list-video .box {
      display: -webkit-flex;
      display: flex;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 10px;
    }
    .sec-video .list-video .box-text {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      padding-left: 70px;
      width: 585px;
      color: #fff;
      font-size: 26px;
      letter-spacing: 0.05em;
    }
    .sec-video .list-video .figure {
      position: relative;
      width: 375px;
    }
      .sec-video .list-video .figure img {
        position: relative;
        z-index: 2;
        width: 100%;
      }
@media screen and (max-width: 720px) {
.sec-video { padding: 40px 0 50px; }
  .sec-video .title {
    margin-bottom: 45px;
    font-size: 25px;
    letter-spacing: -0.03em;
  }
    .sec-video .list-video .item:not(:last-child) {
      margin-bottom: 15px;
    }
    .sec-video .list-video .box {
      padding: 8px 15px;
      border-radius: 5px;
    }
    .sec-video .list-video .box-text {
      padding-right: 8px;
      padding-left: 0;
      width: 52%;
      font-size: 17px;
    }
    .sec-video .list-video .figure { width: 48%; }
}
/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================
 module
========================================================== */
/* nav-anchor
---------------------------------------------------------- */
.nav-anchor .list-nav {
  display: -webkit-flex;
  display: flex;
}
  .nav-anchor .list-nav .item { width: 33.33%;}
  .nav-anchor .list-nav a {
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-size: cover;
  }
  .nav-anchor .list-nav a:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 12px;
    background: url(/campaign/neorest2018/img/ico_arrow_down.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-anchor .list-nav .item:nth-child(1) a { background-image: url(/campaign/neorest2018/img/bg_nav_02.jpg); }
  .nav-anchor .list-nav .item:nth-child(2) a { background-image: url(/campaign/neorest2018/img/bg_nav_01.jpg); }
  .nav-anchor .list-nav .item:nth-child(3) a { background-image: url(/campaign/neorest2018/img/bg_nav_03.jpg); }
.nav-anchor .ttl-cmn-01 { padding: 30px 0 40px; }
.nav-anchor .number { font-size: 210px; text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
.nav-anchor .txt-main { font-size: 40px; letter-spacing: 0.1em; }
.nav-anchor .txt-sub { font-size: 20px; }
@media screen and (min-width: 721px) {
.nav-anchor .list-nav a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
.nav-anchor .list-nav a:hover:before { opacity: 1; }
}
@media screen and (max-width: 720px) {
.nav-anchor .list-nav a { max-height: 150px; }
.nav-anchor .list-nav a:after {
  bottom: 5px;
  width: 10px;
  height: 6px;
}
.nav-anchor .ttl-cmn-01 { padding: 0; }
.nav-anchor .number { font-size: 77px; }
.nav-anchor .txt-main { font-size: 15px; letter-spacing: 0.2em; }
.nav-anchor .txt-sub { display: none; }
}
/* mod-another-links
---------------------------------------------------------- */
.mod-another-links .box-top {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin: 0 auto;
}
.mod-another-links .box-presenter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
  .mod-another-links .box-presenter .figure {
    position: relative;
    z-index: 1;
    -webkit-flex: 0 0 378px;
    flex: 0 0 378px;
  }
    .mod-another-links .box-presenter .figure img { width: 100%; }
  .mod-another-links .box-presenter .label-link {
    position: relative;
    margin: 0 0 85px -35px;
    padding: 7px 7px 7px 110px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
  }
    .mod-another-links .box-presenter .label-link .text {
      display: inline-block;
      padding-left: 30px;
      background-image: url(/campaign/neorest2018/img/ico_link.png);
      background-position: 0 13px;
      background-repeat: no-repeat;
      font-size: 30px;
      font-weight: bold;
      color: #042f9f;
    }
.mod-another-links .box-links {
  padding: 56px 0 56px;
  background-color: #fff;
}
  .mod-another-links .box-links .title {
    margin-bottom: 90px;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 34px;
    text-align: center;
  }
  .mod-another-links .box-links .row {
    display: -webkit-flex;
    display: flex;
  }
  .mod-another-links .box-links .col {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .mod-another-links .box-links .col:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 133px;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.mod-another-links .link-card { display: inline-block; }
  .mod-another-links .link-card .figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .mod-another-links .link-card .text {
    display: block;
    position: relative;
    margin-top: -65px;
    padding-left: 20px;
    font-size: 20px;
  }
  .mod-another-links .link-card .text:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #000;
  }
@media screen and (min-width: 721px) {
.mod-another-links .box-presenter .label-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 10px 10px 0;
  opacity: 0;
}
.mod-another-links .box-presenter:hover .label-link:after { opacity: 1; }
.mod-another-links .link-card:hover { opacity: 0.7; }
.mod-another-links .box-presenter .label-link { min-width: 655px; }
}
@media screen and (max-width: 720px) {
.mod-another-links .box-top {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mod-another-links { margin-top: -117px; }
    .mod-another-links .box-presenter .figure {
      -webkit-flex: 0 0 160px;
      flex: 0 0 160px;
      margin-left: -40px;
    }
    .mod-another-links .box-presenter .label-link {
      flex-shrink: 1;
      flex-grow: 1;
      position: relative;
      margin: 0 0 30px 10px;
      padding: 6px 6px 6px 0;
      background-color: #fff;
      border-radius: 0 5px 5px 0;
    }
    .mod-another-links .box-presenter .label-link:before {
      content: "";
      position: absolute;
      top: 0;
      left: -25px;
      width: 25px;
      height: 100%;
      background: url(/campaign/neorest2018/img/bg_white_gradient_02.png) 0 0 repeat-y;
      background-size: 100% auto;
    }
      .mod-another-links .box-presenter .label-link .text {
        padding-left: 22px;
        background-size: 15px 15px;
        background-position: 0 5px;
        font-size: 20px;
        line-height: 1.3;
      }
  .mod-another-links .box-links { padding: 22px 0; }
    .mod-another-links .box-links .title {
      margin-bottom: 40px;
      font-size: 23px;
      font-weight: bold;
    }
    .mod-another-links .box-links .col {
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      padding: 5px 15px;
    }
    .mod-another-links .box-links .row { padding: 0; }
    .mod-another-links .box-links .col:first-child:before {
      top: 0;
      width: 1px;
      height: 100%;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
      .mod-another-links .link-card .text {
        margin-top: -35px;
        padding-left: 10px;
        font-size: 12px;
      }
      .mod-another-links .link-card .text:before {
        top: 5px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 6px solid #000;
      }
}
/* mod modal video
---------------------------------------------------------- */
.mod-modal-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
  .mod-modal-video .btn-close {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 1;
    width: 52px;
    height: 52px;
    overflow: hidden;
    background: url(/campaign/neorest2018/img/img_btn_close.png) 0 0 no-repeat;
    text-indent: -9999px;
    cursor: pointer;
  }
  .mod-modal-video .box-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 960px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
    .mod-modal-video .box-video .video-wrap {
      position: relative;
      padding-top: 56.25%;
      height: 0;
    }
    .mod-modal-video .box-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

/* box-video-wrap
---------------------------------------------------------- */
@media screen and (max-width: 720px) {
.box-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
  .box-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10!important;
  }
}

/* box-txt-note
---------------------------------------------------------- */
.box-txt-note {
  margin-bottom: 80px;
  font-size: 12px;
  text-align: left;
}
.box-txt-note .list-note {
  margin-right: 40px;
  padding: 27px 20px;
  border: 1px #ccc solid;
}
  .box-txt-note .list-note li {
    position: relative;
    padding-left: 25px;
  }
  .box-txt-note .list-note .number {
    position: absolute;
    top: 0;
    left: 0;
  }
.box-txt-note .box-links {
  padding: 56px 0 56px;
  background-color: #fff;
}
  .box-txt-note .box-links .title {
    margin-bottom: 90px;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 34px;
    text-align: center;
  }
  .box-txt-note .box-links .row {
    display: -webkit-flex;
    display: flex;
  }
  .box-txt-note .box-links .col {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .box-txt-note .box-links .col:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 133px;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.box-txt-note .link-card { display: inline-block; }
  .box-txt-note .link-card .figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .box-txt-note .link-card .text {
    display: block;
    position: relative;
    margin-top: -65px;
    padding-left: 20px;
    font-size: 20px;
  }
  .box-txt-note .link-card .text:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #000;
  }
@media screen and (min-width: 721px) {
.box-txt-note .link-card:hover { opacity: 0.7; }
}
@media screen and (max-width: 720px) {
.box-txt-note {
  padding: 0;
  margin-bottom: 50px;
  font-size: 10px;
}
.box-txt-note .list-note {
  margin-right: 0;
  padding: 16px 7px;
}
  .box-txt-note .box-presenter .figure {
      -webkit-flex: 0 0 160px;
      flex: 0 0 160px;
      margin-left: -40px;
    }

  .box-txt-note .box-links { padding: 22px 0; }
    .box-txt-note .box-links .title {
      margin-bottom: 40px;
      font-size: 23px;
      font-weight: bold;
    }
    .box-txt-note .box-links .col {
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      padding: 5px 15px;
    }
    .box-txt-note .box-links .row { padding: 0; }
    .box-txt-note .box-links .col:first-child:before {
      top: 0;
      width: 1px;
      height: 100%;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
      .box-txt-note .link-card .text {
        margin-top: -35px;
        padding-left: 10px;
        font-size: 12px;
      }
      .box-txt-note .link-card .text:before {
        top: 5px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 6px solid #000;
      }
}

/* sec-experience
---------------------------------------------------------- */
.sec-experience {
  background: #d2e0eb url(/campaign/neorest2018/img/bg_experience.png) center 0 repeat-x;
  background-size: cover;
}
  .sec-experience .sr {
    color: #000;
  }
.list-experience .card {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.list-experience .box-image {
  position: relative;
  padding-bottom: 110px;
}
  .list-experience .box-image .txt-duestion {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  .list-experience .box-image .img-bg img { width: 100%; }
  .list-experience .box-image .img-chart {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
.list-experience .box-detail { padding: 18px 20px 25px 25px; }
  .list-experience .box-detail .txt-intro {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.4;
    color: #042f9f;
    letter-spacing: -0.1em;
  }
  .list-experience .box-detail .ttl-detail {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.77;
    font-weight: bold;
  }
  .list-detail li {
      position: relative;
      padding-left: 18px;
      font-size: 16px;
      line-height: 1.5;
    letter-spacing: -0.05em;
  }
  .list-detail li:before {
    content: "・";
    position: absolute;
    top: 3px;
    left: 0;
  }
.sec-experience .note {
  font-size: 12px;
  line-height: 1.66;
}
.sec-experience .box-links {
  padding: 56px 0 56px;
  background-color: #fff;
}
  .sec-experience .box-links .title {
    margin-bottom: 90px;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 34px;
    text-align: center;
  }
  .sec-experience .box-links .row {
    display: -webkit-flex;
    display: flex;
  }
  .sec-experience .box-links .col {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .sec-experience .box-links .col:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 133px;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.sec-experience .link-card { display: inline-block; }
  .sec-experience .link-card .figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sec-experience .link-card .text {
    display: block;
    position: relative;
    margin-top: -65px;
    padding-left: 20px;
    font-size: 20px;
  }
  .sec-experience .link-card .text:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #000;
  }
@media screen and (min-width: 721px) {
.list-experience {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px 10px;
}
  .list-experience .item {
    width: 50%;
    padding: 15px;
  }
.sec-experience .link-card:hover { opacity: 0.7; }
}
@media screen and (max-width: 720px) {
.sr_bottom { padding-bottom: 11%; }
.list-experience { margin-bottom: 15px; }
.list-experience .item:not(:last-child) { margin-bottom: 20px; }
.list-experience .card { border-radius: 5px; }
.list-experience .box-image { padding-bottom: 19%; }
  .list-experience .box-image .txt-duestion {
    top: 18%;
    font-size: 15px;
    line-height: 1.33;
  }
    .list-experience .box-image .img-bg img { width: 100%; }
  .list-experience .box-image .img-chart { width: 43.5%; }
    .list-experience .box-image .img-chart img { width: 100%; }
.list-experience .box-detail { padding: 20px 20px 15px; }
  .list-experience .box-detail .txt-intro {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2;
  }
  .list-experience .box-detail .ttl-detail {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.7;
  }
  .list-detail li {
    padding-left: 13px;
    font-size: 12px;
  }
  .list-detail li:before { top: 1px; }
.sec-experience .note {
  font-size: 10px;
  line-height: 1.6;
}
  .sec-experience .box-presenter .figure {
      -webkit-flex: 0 0 160px;
      flex: 0 0 160px;
      margin-left: -40px;
    }

  .sec-experience .box-links { padding: 22px 0; }
    .sec-experience .box-links .title {
      margin-bottom: 40px;
      font-size: 23px;
      font-weight: bold;
    }
    .sec-experience .box-links .col {
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      padding: 5px 15px;
    }
    .sec-experience .box-links .row { padding: 0; }
    .sec-experience .box-links .col:first-child:before {
      top: 0;
      width: 1px;
      height: 100%;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
      .sec-experience .link-card .text {
        margin-top: -35px;
        padding-left: 10px;
        font-size: 12px;
      }
      .sec-experience .link-card .text:before {
        top: 5px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 6px solid #000;
      }
}

/* sec-renovate
---------------------------------------------------------- */
.sec-renovate {
  background: #d2e0eb url(/campaign/neorest2018/img/bg_experience.png) center 0 repeat-x;
  background-size: cover;
}
.sec-renovate .sr {
  color: #000;
}
.sr_bottom {
  padding-bottom: 90px;
}
.box-renovate-image {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 18px;
}
  .box-renovate-image .box {
    position: relative;
    width: 50%;
  }
  .box-renovate-image .box.before { padding-right: 25px; }
  .box-renovate-image .box.after { padding-left: 25px; }
  .box-renovate-image .label {
    margin-bottom: 15px;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .box-renovate-image .box.after .label { color: #123aa4; }
  .box-renovate-image .box.after .figure { position: relative; }
  .box-renovate-image .box.after .figure:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -42px;
    width: 34px;
    height: 36px;
    background-image: url(/campaign/neorest2018/img/ico_arrow_blue_pc.png);
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box-renovate-image .figure img { width: 100%; }
  .sec-renovate-top .box-renovate-detail {
    width: 1000px;
    background-color: #fff;
    padding: 35px 0 25px 40px;
    border-radius: 10px;
  }
.box-renovate-detail:not(:last-child) { margin-bottom: 70px; }
  .sr_bottom .box-renovate-detail .title {
    font-size: 14px;
    font-weight: bold;
  }
  .sec-renovate-top .box-renovate-detail .title {
    color: #082c9b;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .box-renovate-detail .sub__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.0;
    font-weight: bold;
  }
  .sr_bottom .box-renovate-detail .text {
      font-size: 14px;
      letter-spacing: -0.01em;
  }
  .sr_bottom .box-renovate-detail .text:not(:last-child) { margin-bottom: 10px; }
  .sec-renovate-top .box-renovate-detail .text { font-size: 16px; letter-spacing: -0.01em; line-height: 1.0; }
  .sec-renovate-top .box-renovate-detail .text:not(:last-child) { margin-bottom: 5px; }
  .box-renovate-detail ul {
    list-style: disc;
    margin-left: 23px;
  }
.sec-renovate .box-links {
  padding: 56px 0 56px;
  background-color: #fff;
}
  .sec-renovate .box-links .title {
    margin-bottom: 90px;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 34px;
    text-align: center;
  }
  .sec-renovate .box-links .row {
    display: -webkit-flex;
    display: flex;
  }
  .sec-renovate .box-links .col {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .sec-renovate .box-links .col:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 133px;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.sec-renovate .link-card { display: inline-block; }
  .sec-renovate .link-card .figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sec-renovate .link-card .text {
    display: block;
    position: relative;
    margin-top: -65px;
    padding-left: 20px;
    font-size: 20px;
  }
  .sec-renovate .link-card .text:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #000;
  }
@media screen and (min-width: 721px) {
.sec-renovate .link-card:hover { opacity: 0.7; }
}
@media screen and (max-width: 720px) {
.sr_bottom {
  padding-bottom: 11%;
}
.sr_bottom .box-renovate-image { margin-bottom: 9px; }
.sec-renovate-top .box-renovate-image .box.after .label {
  background-color: #bfe4ff;
  border-radius: 0px;
}
.sec-renovate-top .box-renovate-image {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  background-color: #fff;
}
  .sr_bottom .box-renovate-image .label {
    margin-bottom: 9px;
    font-size: 17px;
  }
  .sec-renovate-top .box-renovate-image .label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0px;
    font-size: 17px;
    width: 100%;
    height: 40px;
    background-color: #e1e1e1;
    border-radius: 5px 5px 0 0;
  }
  .box-renovate-image .box {
    width: 100%;
  }
  .sr_bottom .box-renovate-image .box.before { padding-right: 9px; }
  .sr_bottom .box-renovate-image .box.after { padding-left: 9px; }
  .sec-renovate-top .box-renovate-image .box.before { padding-right: 0; margin-bottom: 40px;}
  .sec-renovate-top .box-renovate-image .box.after { padding-left: 0; }
  .sr_bottom .box-renovate-image .box.after .figure:before {
    left: -15px;
    width: 12px;
    height: 12px;
    background-image: url(/campaign/neorest2018/img/ico_arrow_blue_sp.png);
  }
  .sec-renovate-top .box-renovate-image .box.after .figure:before {
    top: -70px;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -14px;
    transform: rotate(90deg);
    background-image: url(/campaign/neorest2018/img/ico_arrow_blue_sp.png);
  }

   .sec-renovate-top .box-renovate-image .box.after .figure img {
    display: none;
   }
  .sec-renovate-top .box-renovate-image .box.after .figure {
    height: 0;
    padding-top: 90.909%;
    background: url(../../img/img_after_01_sp.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .sec-renovate-top .box-renovate-detail {
    width: 100%;
    padding: 20px 15px;
    border-radius: 0 0 5px 5px;
  }
.box-renovate-detail:not(:last-child) { margin-bottom: 35px; }
  .sr_bottom .box-renovate-detail .title,
  .sr_bottom .box-renovate-detail .text { font-size: 12px; }
  .sec-renovate-top .box-renovate-detail .title { font-size: 16px; margin-bottom: 12px; }
  .sec-renovate-top .box-renovate-detail .sub__title { font-size: 14px; }
  .sec-renovate-top .box-renovate-detail .text { font-size: 12px; line-height: 1.2; }
  .box-renovate-detail .text:not(:last-child) { margin-bottom: 3px; }
  .box-renovate-detail ul {
    margin-left: 20px;
  }
    .sec-renovate .box-presenter .figure {
      -webkit-flex: 0 0 160px;
      flex: 0 0 160px;
      margin-left: -40px;
    }

  .sec-renovate .box-links { padding: 22px 0; }
    .sec-renovate .box-links .title {
      margin-bottom: 40px;
      font-size: 23px;
      font-weight: bold;
    }
    .sec-renovate .box-links .col {
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      padding: 5px 15px;
    }
    .sec-renovate .box-links .row { padding: 0; }
    .sec-renovate .box-links .col:first-child:before {
      top: 0;
      width: 1px;
      height: 100%;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
      .sec-renovate .link-card .text {
        margin-top: -35px;
        padding-left: 10px;
        font-size: 12px;
      }
      .sec-renovate .link-card .text:before {
        top: 5px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 6px solid #000;
      }
}
/* sec-quote
---------------------------------------------------------- */
.sec-quote {
  width: 1000px;
  background: #fff;
  border-radius: 10px;
  padding-top: 5px;
  margin-top:95px;
  padding-bottom: 5px;
}
.sec-quote-ttl {
  position: relative;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 35px;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 36px;
  color: #042f9f;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.sec-quote .line {
  width: 840px;
  border-bottom: solid 3px #d7e1ea;
  margin: 0 auto;
  margin-bottom: 40px;
}
.sec-quote-ttl span {
  font-size: 30px;
  font-weight: normal;
}
.sec-quote-wrap {
  width: 840px;
  margin: 0 auto 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-quote-txt-area {
  width: 840px;
  margin-top: -18px;
  padding-left: 30px;
}
.sec-quote-txt {
  font-size: 25px;
  line-height: 1.8;
}
.sec-quote strong {
  font-weight: bold;
  color: #042f9f;
}
@media screen and (max-width: 720px) {
  .sec-quote {
    width: 100%;
    border-radius: 10px;
    padding-top: 5px;
    margin-top:25px;
    padding-bottom: 5px;
  }
  .sec-quote .line {
    width: 85%;
    border-bottom: solid 3px #d7e1ea;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .sec-quote-ttl {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 22px;
    letter-spacing: -0.05em;
    line-height: 1.1;
  }
  .sec-quote-ttl span {
    font-size: 18px;
    font-weight: normal;
  }
  .sec-quote-wrap {
    width: 85%;
    margin: 0 auto 50px;
  }
  .sec-quote-txt-area {
    width: 100%;
    margin-top: -18px;
    padding-left: 30px;
  }
  .sec-quote-txt {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.8em;
  }
}
/* sec-lineup
---------------------------------------------------------- */
.sec-lineup .ttl_bottom { margin-bottom: 50px; }
.box-lineup {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
  .box-lineup .box {width: 35%; }
  .box-lineup .box.before { padding-right: 10px; }
  .box-lineup .box.after {
    padding-left: 10px;
    border-left: solid 1px #ebebeb;
  }
  .box-lineup .label {
    margin-top: 20px;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #486eb4;
  }
.box-lineup .figure {text-align: center;}
.box-lineup .text {
    font-size: 16px;
    letter-spacing: -0.01em;
    font-weight: bold;
    text-align: center;
    padding: 10px 25px;
  }
  .box-lineup .text:not(:last-child) { margin-bottom: 5px; }
.box-lineup .btn {
  width: 230px;
  background-color: #535353;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 auto;
}

@media all and (-ms-high-contrast:none){
  .box-lineup .btn { padding-top: 16px; }
}
  .box-lineup .btn a:link {color: #fff; }
  .box-lineup .btn a:visited {color: #fff; }
  .box-lineup .btn a:hover {color: #fff; }
  .box-lineup .btn a:active {color: #fff; }
  .box-lineup .btn .btn_text {padding-left: 20px;}
  .box-lineup .btn .btn_img { padding-left: 45px; }
  .box-lineup .btn .btn_img img {vertical-align: middle;}
.bottom_line {
  height: 15px;
  background: linear-gradient(#d9d9d9, #FFF);
  background-size: cover;
  margin-top: 150px;
}
@media screen and (max-width: 720px) {
.box-lineup {
  margin-bottom: 9px;
  display: block;
  }
  .box-lineup .box {
    width: 100%;
  }
  .box-lineup .label {
    margin-top: 9px;
    font-size: 20px;
  }
  .box-lineup .figure img { width: 80%; }
  .box-lineup .box.before { padding-right: 9px; }
  .box-lineup .box.after {
    padding-top: 8%;
    border-left: none;
    border-top: solid 1px #ebebeb;
   }
.box-lineup-detail:not(:last-child) { margin-bottom: 35px; }
  .box-lineup .title,
  .box-lineup .text {
    font-size: 12px;
    padding: 10px 10px;
  }
  .box-lineup .sp-br {display: none;}
  .box-lineup .text:not(:last-child) { margin-bottom: 3px; }
  .box-lineup .btn {
    width: 80%;
    padding: 10px 10px;
    font-size: 12px;
    margin-bottom: 50px;
  }
    .box-lineup .btn .btn_text {padding-left: 15%;}
    .box-lineup .btn .btn_img { padding-left: 55%; }
  .bottom_line { margin-top: 80px; }
}
@media screen and (max-width: 519px) {
    .box-lineup .btn .btn_img { padding-left: 33%; }
}

/* sec-coupon-anchor
---------------------------------------------------------- */
.sec-coupon-anchor a {
  position: relative;
  display: block;
  background-image: url(/campaign/neorest2018/img/bg_toto_showroom.jpg);
  background-position: center bottom;
  background-size: cover;
}
.sec-coupon-anchor a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.sec-coupon-anchor a:hover:after { background-color: rgba(0, 0, 0, 0.15); }
.sec-coupon-anchor .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.sec-coupon-anchor .figure-01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  z-index: 1;
}
.sec-coupon-anchor .figure-02 {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 217px;
  z-index: 1;
}
  .sec-coupon-anchor .figure-01 img,
  .sec-coupon-anchor .figure-02 img { width: 100%; }
.sec-coupon-anchor .text {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.38;
  color: #fff;
  text-align: center;
}
.sec-coupon-anchor .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 12px;
  background-image: url(/campaign/neorest2018/img/ixo_arrowdown_red.png);
  background-position: 0 0;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 720px) {
.sec-coupon-anchor .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
}
.sec-coupon-anchor .figure-01 {
  left: -26px;
  width: 100px;
}
.sec-coupon-anchor .figure-02 {
  bottom: -6%;
  right: -50px;
  width: 110px;
}
.sec-coupon-anchor .text {
  padding-bottom: 10px;
  font-size: 13px;
  letter-spacing: -0.05em;
}
.sec-coupon-anchor .text:after {
  width: 10px;
  height: 6px;
}
}

/* sec-coupon-01
---------------------------------------------------------- */
.sec-coupon-01 {
  padding-bottom: 90px;
  background: #d2e0eb url(/campaign/neorest2018/img/bg_experience.png) 0 -350px no-repeat;
  background-size: 100% auto;
}
.mod-coupon-link {
  position: relative;
  margin-bottom: 25px;
  padding: 35px 0 20px;
  background-color: #fff;
  border-radius: 10px;
}
  .mod-coupon-link .text {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #f95b4a;
    text-align: center;
  }
  .mod-coupon-link .btn-link {
    position: relative;
    z-index: 1;
    display: block;
    width: 780px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 45px;
    background-color: rgba(249, 91, 74, 0.9);
    text-align: center;
    color: #fff;
  }
  .mod-coupon-link .btn-link:hover { background-color: rgba(249, 91, 74, 1); }
    .mod-coupon-link .btn-link span {
      display: inline-block;
      position: relative;
      padding-right: 35px;
      font-size: 40px;
      line-height: 1.2;
      text-align: center;
    }
    .mod-coupon-link .btn-link span:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 22px;
      height: 22px;
      background-image: url(/campaign/neorest2018/img/ico_new_window.png);
      background-position: 0 0;
      background-size: 100%;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .mod-coupon-link .figure-01 img,
    .mod-coupon-link .figure-02 img { width: 100%; }
  .mod-coupon-link .note {
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
.list-note li {
  position: relative;
  padding-left: 15px;
}
.list-note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 721px) {
.sec-coupon-01 .ttl-sec {
  margin-bottom: 95px;
  font-size: 50px;
}
.mod-coupon-link .figure-01 {
  position: absolute;
  bottom: -4px;
  left: -154px;
  width: 260px;
}
.mod-coupon-link .figure-02 {
  position: absolute;
  right: -224px;
  bottom: -53px;
  width: 343px;
}
.mod-coupon-detail {
  display: -webkit-flex;
  display: flex;
}
  .mod-coupon-detail p,
  .mod-coupon-detail li {
    font-size: 12px;
    line-height: 1.66;
  }
  .mod-coupon-detail { padding-left: 110px; }
/*  .mod-coupon-detail .col { width: 50%; }
  .mod-coupon-detail .col:first-child { padding-right: 15px; }
  .mod-coupon-detail .col:last-child { padding-left: 35px; }*/
}
@media screen and (max-width: 720px) {
.sec-coupon-01 {
  padding-bottom: 45px;
  background: #d2e0eb url(/campaign/neorest2018/img/bg_coupon_sp.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}
.mod-coupon-link {
  margin-bottom: 20px;
  padding: 20px 15px;
  border-radius: 5px;
}
  .mod-coupon-link .text {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .mod-coupon-link .btn-link {
    width: 100%;
    padding: 14px 0;
    margin-bottom: 12px;
    border-radius: 45px;
  }
    .mod-coupon-link .btn-link span {
      padding-right: 20px;
      font-size: 18px;
    }
    .mod-coupon-link .btn-link span:before {
      width: 12px;
      height: 12px;
    }
  .mod-coupon-link .box-image {
    display: -webkit-flex;
    display: flex;
  }
  .mod-coupon-link .figure-01,
  .mod-coupon-link .figure-02 {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    width: 50%;
  }
  .mod-coupon-link .figure-01 { justify-content: flex-end; }
    .mod-coupon-link .figure-01 img { width: 82%; margin-right: 15px; }
  .mod-coupon-link .figure-02 {
    position: relative;
    bottom: -10px;
  }
    .mod-coupon-link .figure-02 img { width: 96%; }
  .mod-coupon-link .note {
    margin-top: 20px;
    font-size: 15px;
  }
.mod-coupon-detail { padding-left: 0; }
  .mod-coupon-detail p,
  .mod-coupon-detail li {
    font-size: 10px;
    line-height: 1.3;
  }
  .mod-coupon-detail .col:first-child { margin-bottom: 15px; }
.list-note li {
  position: relative;
  padding-left: 12px;
}
.list-note li:before {
  font-size: 10px;
  line-height: 1.3;
}
}
@media screen and (max-width: 375px) {
.mod-coupon-link .figure-02 { width: 57%; }
}

/* coupon-page
---------------------------------------------------------- */
.coupon-page {
  padding-top: 65px;
  background-image: url(/campaign/neorest2018/img/bg_coupon_page.jpg);
  background-color: #bdcad5;
  background-position: 0 0;
  background-repeat: repeat-x;
}
  .coupon-page .ttl-coupon {
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 1.45;
    text-align: center;
    letter-spacing: -0.04em;
  }
  .coupon-page .box-coupon {
    margin-bottom: 45px;
    padding: 25px 15px 12px;
    background-color: #fff;
    border-radius: 10px;
  }
    .coupon-page .box-coupon .title {
      margin-bottom: 25px;
      font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.3;
      color: #f95b4a;
      text-align: center;
    }
    .coupon-page .box-coupon .box-image {
      display: -webkit-flex;
      display: flex;
      margin-bottom: 35px;
    }
      .coupon-page .box-coupon .box-image figure {
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
        width: 50%;
      }
      .coupon-page .box-coupon .box-image .figure-01 { justify-content: flex-end; }
        .coupon-page .box-coupon .box-image .figure-01 img { margin-right: 15px; }
    .coupon-page .box-coupon .text {
      font-size: 14px;
      line-height: 1.7;
      text-align: center;
    }
.coupon-page .box-link .title {
  margin-bottom: 12px;
  text-align: center;
}
.coupon-page .box-link .title span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-size: 20px;
  font-weight: bold;
  color: #003399;
  line-height: 1.7;
}
.coupon-page .box-link .title span:before,
.coupon-page .box-link .title span:after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 17px;
  height: 26px;
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.coupon-page .box-link .title span:before {
  left: 0;
  background-image: url(/campaign/neorest2018/img/ico_slash_left.png);
}
.coupon-page .box-link .title span:after {
  right: 0;
  background-image: url(/campaign/neorest2018/img/ico_slash_right.png);
}
.coupon-page .box-link .btn-link {
  width: 452px;
  margin: 0 auto;
}
  .coupon-page .box-link .btn-link a {
    display: block;
    padding: 9px;
    background-color: #fff;
    border-radius: 45px;
    color: #003399;
    text-align: center;
  }
  .coupon-page .box-link .btn-link a:hover { opacity: 0.7; }
    .coupon-page .box-link .btn-link a span {
      position: relative;
      display: inline-block;
      padding-left: 35px;
      font-size: 30px;
      font-weight: bold;
      line-height: 1.2;
      letter-spacing: -0.01em;
    }
    .coupon-page .box-link .btn-link a span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(/campaign/neorest2018/img/ico_link.png);
      background-position: 0 0;
      background-size: 100%;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
@media screen and (min-width: 721px) {
.coupon-page .box-coupon {
  width: 780px;
  margin: 0 auto 50px;
}
}
@media screen and (max-width: 720px) {
.coupon-page { padding-top: 75px; }
  .coupon-page .ttl-coupon {
    margin-bottom: 30px;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
  .coupon-page .box-coupon {
     margin-bottom: 30px;
    padding: 20px 20px 15px;
    border-radius: 5px;
  }
    .coupon-page .box-coupon .title { font-size: 24px; }
    .coupon-page .box-coupon .box-image { margin-bottom: 30px; }
      .coupon-page .box-coupon .box-image .figure-01 img { width: 76%; }
      .coupon-page .box-coupon .box-image .figure-02 img { width: 96%; }
    .coupon-page .box-coupon .text { font-size: 10px; }
.coupon-page .box-link { margin-bottom: 30px; }
  .coupon-page .box-link .title span {
    padding: 0 25px;
    font-size: 16px;
  }
  .coupon-page .box-link .title span:before,
  .coupon-page .box-link .title span:after {
    bottom: 2px;
    width: 13px;
    height: 20px;
  }
    .coupon-page .box-link .btn-link { width: 100%; }
      .coupon-page .box-link .btn-link a { padding: 5px; }
        .coupon-page .box-link .btn-link a span {
          padding-left: 15px;
          font-size: 18px;
          letter-spacing: -0.1em;
        }
        .coupon-page .box-link .btn-link a span:before {
          width: 10px;
          height: 10px;
        }
}



/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity
{
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}
.is-opacity:hover
{
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha( opacity=70);
  opacity: 0.7;
}
/* css animation
---------------------------------------------------------- */
.is-animate
{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* ==========================================================
 style
========================================================== */
.s-fw-n     { font-weight: normal;}
.s-fw-b     { font-weight: bold;}
.s-ta-l     { text-align: left !important;}
.s-ta-c     { text-align: center !important;}
.s-ta-r     { text-align: right !important;}
.s-va-t     { vertical-align: top !important;}
.s-va-m     { vertical-align: middle !important;}
.s-va-b     { vertical-align: bottom !important;}
.s-ov-h     { overflow: hidden;}
.s-clear    { clear: both;}
.s-hide     { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n     { background: none !important;}
.s-mt-00    { margin-top: 0 !important;}
.s-mb-00    { margin-bottom: 0 !important;}
.s-ml-00    { margin-left: 0 !important;}
.s-mr-00    { margin-right: 0 !important;}
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc {}
.only-sp,
.no-pc { display: none !important;}
.no-sp {}
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 720px) {
.only-pc,
.no-sp  { display: none !important;}
.only-sp,
.no-pc     { display: block !important;}
img.only-sp,
img.no-pc  { display: inline-block !important;}
}
/* ==========================================================
 tool
========================================================== */

/* ==========================================================
 20171025 btn追記
========================================================== */
/* pc
---------------------------------------------------------- */
.cv_button_Area{
  position: relative;
  display: block;
  background-image: url(/campaign/neorest2018/img/bg_toto_showroom02.jpg);
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 45px;
}

.cv_button_Area02{
  position: relative;
  display: block;
  background-image: url(/campaign/neorest2018/img/bg_toto_showroom03.jpg);
  background-position: center bottom;
  background-size: cover;
  padding: 125px 0 120px;
}

.cv_buttonInBox{
	background: rgba(255, 255, 255, .9);
	border-radius: 10px;
	width: 1000px;
	padding: 70px 0;
	text-align: center;
}

.cv_button,.cv_button02 {
width : 778px;
text-align: center;
padding: 72px 0 10px;
margin: 0 auto;
}

.cv_button a,.cv_button02 a{
    text-decoration : none;
    display : block;
    color : #fff;
    border-radius: 42.5px;
    box-shadow: 0px 6px 0 rgba(50, 121, 163, .9);
    padding : 27px 0 27px;
    transition: 0.2s all ease 0s;
	background: #70b7e1 url(/campaign/neorest2018/img/img_btnArrow.png) 98% center no-repeat;
}

.cv_button a:hover,.cv_button02 a:hover{
    box-shadow: none;
    transform: translate3d(0, 6px, 0);
	background: #259ee5 url(/campaign/neorest2018/img/img_btnArrow.png) 98% center no-repeat;
}

.cv_buttonTxt,.cv_buttonTxt02{
	color:#fff;
	text-align: center;
}

.cv_buttonTxt02{
	color:#000;
	font-weight: bold;
	padding-top: 10px;
}

  .cv_button_Area02 h2.ttl-sec {
    margin-bottom: /*34px*/-45px;
	padding-bottom: 0;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    font-size: 50px;
    color: #000;
    text-align: center;
    letter-spacing: -0.07em;
    line-height: 1.32;
  }
    .cv_button_Area02 h2.ttl-sec .toto {
      font-family : YuGothic, 'Yu Gothic', sans-serif;
    }

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 720px) {

.cv_button_Area{
	width: 100%;
  position: relative;
  display: block;
  background-image: url(/campaign/neorest2018/img/bg_toto_showroom02.jpg);
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 45px;
}

.cv_button_Area02{
width: 100%;
  position: relative;
  display: block;
  background-image: url(/campaign/neorest2018/img/bg_toto_showroom03.jpg);
  background-position: center bottom;
  background-size: cover;
  padding: 50px 0 50px;
}

.cv_buttonInBox{
	background: rgba(255, 255, 255, .9);
	border-radius: 10px;
	width: 98%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

.cv_button,.cv_button02 {
width : 98%;
text-align: center;
padding: 72px 0 10px;
margin: 0 auto;
}

.cv_button02 {
width : 95%;
text-align: center;
padding: 72px 0 10px;
margin: 0 auto;
}

.cv_button img,.cv_button02 img{ width: 90%; height: auto;}

.cv_button a,.cv_button02 a{
	background-image: none;
}

.cv_button a:hover,.cv_button02 a:hover{
	background-image: none;
}

.cv_buttonTxt,.cv_buttonTxt02{
	color:#fff;
	text-align: center;
	font-weight: bold;
}

.cv_buttonTxt02{
	color:#000;
	font-weight: bold;
	padding-top: 10px;
}

  .cv_button_Area02 h2.ttl-sec {
    margin-bottom: -45px;
	padding-bottom: 0;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-align: center;
    letter-spacing: -0.07em;
    line-height: 1.32;
  }
    .cv_button_Area02 h2.ttl-sec .toto {
      font-family : YuGothic, 'Yu Gothic', sans-serif;
    }

}

/* ==========================================================
 20171108 coupon追記
========================================================== */
/* pc
---------------------------------------------------------- */

.box-coupon02{
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.box-coupon02 h3{
	width: 900px;
	height: auto;
	margin: 0 auto 20px;
	padding: 20px;
	background: #ffffff;
	text-align: center;
	border-radius: 5px;
}

.box-coupon02 h3 span{
	color: #F24447;
	font-weight: bold;
	background: #FFECEC;
}

.box-coupon02 h4{
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 0;
	text-align: center;
	color: #073499;
	font-size: 18px;
}

.img_coupon01,.img_coupon02{
	width: 470px;
	height: auto;
	margin: 0 auto 50px;
	padding: 0;
}
/*.img_coupon01{ float: left;}
.img_coupon02{ float: right;}*/

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 720px) {
.box-coupon02{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.box-coupon02 h3{
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
	padding: 20px;
	background: #ffffff;
	text-align: center;
	border-radius: 5px;
}

.box-coupon02 h3 span{
	color: #F24447;
	font-weight: bold;
	background: #FFECEC;
}

.box-coupon02 h4{
	font-size: 16px;
}

.img_coupon01,.img_coupon02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.img_coupon01,.img_coupon02{ float: none;}
.img_coupon02{ margin: 0 0 50px;}

.img_coupon01 img,.img_coupon02 img{ width: 100%;}
}
