@charset "UTF-8";
/* ===================================================================
  common.css
=================================================================== */
#__bs_notify__ {
  display: none !important;
}

.mihon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: other 1s infinite;
     -moz-animation: other 1s infinite;
          animation: other 1s infinite;
}

.mihon {
  padding-top: 0px;
  margin-top: 0px;
}

@-webkit-keyframes other {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
<div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
/*----------------------------------------------------
  共通
----------------------------------------------------*/
html, body {
  min-width: 1060px;
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #333;
  font-family: San Francisco, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

a {
  color: #333;
}

a[href],
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
}

a[href]:hover {
  color: #9cc813;
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*---------------------------------------------------------------------------*/
.type_sp {
  display: none;
}

/*
header
------------------------------------ */
@media screen and (min-width: 768px) {
  header {
    width: 1060px;
    margin: 0 auto;
    padding-top: 22px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow: hidden;
    /* nav */
  }
  header .wrap {
    position: relative;
  }
  header .toppage h1.logo,
  header div.logo {
    line-height: 1;
  }
  header .toppage h1.logo a,
  header div.logo a {
    background-image: url(/common/images/logo.png?rev=1488890104936);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 50px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none;
    display: block;
  }
  header p.tagline,
  header span.tagline {
	display: none;
    position: absolute;
    top: 20px;
    left: 252px;
    font-size: 1.2rem;
    color: #2b4e34;
    font-weight: 100;
  }
  header nav .g_nav {
    margin-top: 21px;
    width: 100%;
    background: url(../images/line.png) no-repeat 100% 0;
    padding-bottom: 15px;
  }
  header nav .g_nav li {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    float: left;
    font-size: 1.5rem;
    text-align: center;
  }
  header nav .g_nav li a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    display: block;
    position: relative;
    height: 38px;
    background: url(../images/line.png) no-repeat 0 0;
    padding-top: 7px;
  }
  header nav .g_nav li a::after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -30px;
    left: 0;
    background: #9cc813;
    z-index: 100;
    display: block;
  }
  header nav .g_nav li a:hover::after {
    content: "";
    bottom: -15px;
  }
  header nav .g_nav li a span {
    display: inline-block;
  }
  header nav .g_nav li a span::before {
    content: "";
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 8px;
  }
  header nav .g_nav li.nav1 {
    width: 220px;
  }
  header nav .g_nav li.nav1 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -215px -305px;
    width: 13px;
    height: 13px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.nav1:hover a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -182px -305px;
    width: 13px;
    height: 13px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.nav2 {
    width: 194px;
  }
  header nav .g_nav li.nav2 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -370px -169px;
    width: 20px;
    height: 15px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.nav2:hover a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -370px -134px;
    width: 20px;
    height: 15px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.nav3 {
    width: 196px;
  }
  header nav .g_nav li.nav3 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -370px -240px;
    width: 17px;
    height: 15px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.nav3:hover a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -370px -275px;
    width: 17px;
    height: 15px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.nav4 {
    width: 242px;
  }
  header nav .g_nav li.nav4 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -287px -244px;
    width: 12px;
    height: 17px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.nav4:hover a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: 0px -355px;
    width: 12px;
    height: 17px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.nav5 {
    width: 208px;
  }
  header nav .g_nav li.nav5 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -112px -305px;
    width: 15px;
    height: 14px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.nav5:hover a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -147px -305px;
    width: 15px;
    height: 14px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.on a {
    color: #9cc813;
  }
  header nav .g_nav li.on a::after {
    content: "";
    bottom: -15px;
  }
  header nav .g_nav li.on.nav1 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -182px -305px;
    width: 13px;
    height: 13px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.on.nav2 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -370px -134px;
    width: 20px;
    height: 15px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.on.nav3 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -370px -275px;
    width: 17px;
    height: 15px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.on.nav4 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: 0px -355px;
    width: 12px;
    height: 17px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_nav li.on.nav5 a span::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -147px -305px;
    width: 15px;
    height: 14px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  header nav .g_info {
    position: absolute;
    right: 0;
    top: 1px;
  }
  header nav .g_info li {
    float: left;
  }
  header nav .g_info li + li {
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .g_info li {
    font-size: 1.3rem !important;
    letter-spacing: 0;
    text-align: center;
  }
  .g_info li a {
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -moz-border-radius: 2px;
         border-radius: 2px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #666;
    width: 120px;
    height: 33px;
    line-height: 33px;
    display: block;
    border: 1px solid #cccccc;
    position: relative;
  }
  .g_info li.nav_sns a {
    width: auto;
  }
  .g_info li.nav_sns .icon_line {
    margin-bottom: 12px;
  }
  .g_info li.nav_sns .link_insta,
  .g_info li.nav_sns .link_fb {
    display: inline-block;
  }
  .g_info li.nav_sns .link_insta {
    margin-right: 20px;
  }
  .g_info li.nav_campaign_pc a,
  .g_info li.nav_sns a {
    border: none; 
    background: none;
    height: auto;
  }
  .g_info li.nav_campaign_pc a {
    display: block;
    width: 120px;
    height: 43px;
    padding: 0;
    border: 1px solid #cccccc;
    background-image: url(/images/bnr_camp_pc.png);
    text-indent: -999em;
  }
  .g_info li a:hover {
    color: #666;
    background-color: #dddddd;
    text-decoration: none;
  }
  .g_info li.nav_campaign_pc a:hover,
  .g_info li.nav_sns a:hover {
    color: inherit;
    background-color: inherit;
    opacity: 0.7;
  }
  .g_info li.nav6 {
    letter-spacing: 0.1em;
  }
  .g_info li.nav6 span {
    padding-left: 25px;
  }
  .g_info li.nav6 a {
    background-color: #9cc813;
    border: 1px solid #9cc813;
    color: #fff;
  }
  .g_info li.nav6 a::before {
    content: "";
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -64px -355px;
    width: 12px;
    height: 15px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .g_info li.nav6 a:hover {
    background-color: #bad859;
    border: 1px solid #bad859;
  }
  .g_info li.nav7 {
    letter-spacing: 0.02em;
  }
  .g_info li.nav7 span {
    padding-left: 20px;
  }
  .g_info li.nav7 a::before {
    content: "";
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -235px -212px;
    width: 16px;
    height: 12px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .g_info li.nav7 a:hover::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -199px -212px;
    width: 16px;
    height: 12px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
  .g_info li.nav8 {
    letter-spacing: 0.02em;
  }
  .g_info li.nav8 span {
    padding-left: 20px;
  }
  .g_info li.nav8 a::before {
    content: "";
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -201px -54px;
    width: 17px;
    height: 14px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .g_info li.nav8 a:hover::before {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1488890104936);
    background-position: -370px -310px;
    width: 17px;
    height: 14px;
    -moz-background-size: 399px 372px;
         background-size: 399px 372px;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  /*
  footer
  ------------------------------------ */
  footer {
    margin-top: 82px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
  }
  footer .footer_menu {
    color: #666;
  }
  footer .footer_menu a {
    color: #666;
  }
  footer .footer_menu .f_nav {
    background-color: #f6f6f6;
    padding: 55px 0 55px 0;
  }
  footer .footer_menu .pc-only-none {
    display:none;
  }
  footer .footer_menu .f_nav > ul {
    width: 1060px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_menu .f_nav > ul > li {
    font-size: 1.4rem;
    float: left;
    overflow: hidden;
  }
  .pc-only-none-top{
    display: none;
  }
  footer .footer_menu .f_nav > ul > li.nav1 {
    width: 205px;
  }
  footer .footer_menu .f_nav > ul > li.nav2 {
    width: 168px;
  }
  footer .footer_menu .f_nav > ul > li.nav3 {
    width: 168px;
  }
  footer .footer_menu .f_nav > ul > li.nav4 {
    width: 230px;
  }
  footer .footer_menu .f_nav > ul > li a:hover {
    text-decoration: underline;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap {
    padding: 0px;
    border-left: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap a:hover {
    text-decoration: none;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul {
    margin-top: 0px;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li {
    margin-bottom: 12px;
  }
  footer .footer_menu .f_nav > ul > li ul {
    margin-top: 25px;
  }
  footer .footer_menu .f_nav > ul > li ul li {
    font-size: 1.1rem;
    line-height: 22px;
  }
  footer .footer_menu .f_nav > ul > li ul.link_sozai li {
    font-size: 1.4rem;
  }
  footer .footer_menu .f_nav2 {
    text-align: center;
    font-size: 1.2rem;
    margin: 35px 0 30px;
  }
  footer .footer_menu .f_nav2 li {
    display: inline-block;
  }
  footer .footer_menu .f_nav2 li a {
    padding: 0 18px;
  }
  footer .footer_menu .f_nav2 li + li::before {
    content: "";
    border-left: 1px solid #cecece;
    height: 10px;
    width: 1px;
    display: inline-block;
  }
  footer .copy_area {
    width: 1060px;
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
  }
  footer .copy_area .f_logo {
    position: absolute;
    right: 0;
    top: -8px;
  }
  footer .copy_area .f_logo a {
    background-image: url(/common/images/footer-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
/*    background-position: -199px -177px;*/
    width: 141px;
    height: 28px;
/*    -moz-background-size: 399px 372px;
         background-size: 399px 372px;*/
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none;
  }
  footer .copy_area .copy {
    font-size: 1.1rem;
    line-height: 1;
    display: inline-block;
    color: #666;
  }
  /*
  kanren
  ------------------------------------*/
  .kanren {
    width: 960px;
    margin: 0 auto;
    margin-top: 60px;
    border: 1px solid #dddddd;
  }
  .kanren h2 {
    padding: 16px 40px 14px;
    padding-left: 78px;
    background: #f6f6f6 url(/about/images/spec/icon.png) 39px 50% no-repeat;
  }
  .kanren ul {
    padding: 10px 40px;
  }
  .kanren ul li {
    padding: 20px 20px;
    padding-left: 15px;
    background: url(/about/images/spec/arrow.png) 0px 46% no-repeat;
    line-height: 1;
  }
  .kanren ul li + li {
    border-top: 1px solid #e3e3e3;
  }
  /*
  pagetop
  ------------------------------------*/
  .pagetop {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    margin: 0 auto;
    text-align: center;
    width: 54px;
  }
  .pagetop.pagetop--fixed {
    position: absolute;
    top: -54px;
    right: 20px;
  }
  .pagetop a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
    display: block;
    text-decoration: none;
    width: 54px;
    height: 54px;
    background-color: #a3a3a3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 24px;
  }
  .pagetop a::after {
    content: "";
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    display: block;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .pagetop a:hover {
    color: #fff;
    opacity: 0.9;
  }
  .ctt_lead h2 a:hover,
  .ctt_gallery .ctt_list li .head h3 a:hover {
  text-decoration:none;
  }
}

/* ------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------
@media SP
------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  /*
  base
  ------------------------------------ */
  html, body {
    width: 100%;
    min-width: 0px;
    position: relative;
  }
  html img, body img {
    width: 100%;
    height: auto;
  }
  body,
  td,
  th,
  input,
  textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }
  a,
  a:link,
  a:visited,
  a:active,
  a:hover,
  a:hover img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .type_pc {
    display: none;
  }
  .type_sp {
    display: block;
  }
  em.type_sp {
    display: inline;
    font-style: normal;
  }
}

@media screen and (max-width: 767px) {
  body.fix {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body.fix main {
    pointer-events: none;
  }
  /*
  header
  ------------------------------------ */
  header {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 72px;
	border-bottom: 1px solid #e3e3e3;
    z-index: 10000;
    /* nav */
  }
  header .wrap {
    position: relative;
    padding: 0;
    margin: 0;
  }
  header .toppage h1.logo,
  header div.logo {
    background-image: url(/common/images/logo_sp.png?rev=1488890104936);
    background-position: 0px 0px;
    width: 200px;
    height: 38px;
    background-size:200px 38px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    margin-left: 3%;
    text-align: left;
  }
  header .toppage h1.logo a,
  header div.logo a {
    display: block;
    line-height: 20px;
    font-size: 1.0rem;
  }
  header .toppage h1.logo a span,
  header div.logo span {
    text-indent: -9999px;
    visibility: hidden;
  }
  header p.tagline,
  header span.tagline {
	display: none;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 1.1rem;
    color: #2b4e34;
    text-align: center;
    margin-top: 0;
    line-height: 20px;
    background-color: #fff;
    height: 22px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 100;
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    text-indent: 0;
  }
  header nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
  }
  header nav .g_nav,
  header nav .g_info {
    width: 100%;
  }
  header nav .g_nav li,
  header nav .g_info li {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 1.5rem;
    float: none;
    padding: 0px;
    overflow: hidden;
    height: auto;
    border-top: 1px dotted #e3e3e3;
  }
  header nav .g_nav li a,
  header nav .g_info li a {
    color: #fff !important;
    padding: 18px;
    display: block;
  }
  header nav .g_nav li span,
  header nav .g_info li span {
    display: inline-block;
    padding-left: 28px;
  }
  header nav .g_nav li span::before,
  header nav .g_info li span::before {
    content: "";
    vertical-align: middle;
    position: absolute;
    left: 16px;
  }
  header nav .g_nav li.nav1 a span::before,
  header nav .g_info li.nav1 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: 0px -132px;
    width: 16px;
    height: 16px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  header nav .g_nav li.nav1 span::before,
  header nav .g_info li.nav1 span::before {
    left: 20px;
    margin-top: 2px;
  }
  header nav .g_nav li.nav2 a span::before,
  header nav .g_info li.nav2 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -66px -78px;
    width: 23px;
    height: 17px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  header nav .g_nav li.nav2 span::before,
  header nav .g_info li.nav2 span::before {
    left: 16px;
  }
  header nav .g_nav li.nav3 a span::before,
  header nav .g_info li.nav3 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: 0px -105px;
    width: 18px;
    height: 17px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  header nav .g_nav li.nav3 span::before,
  header nav .g_info li.nav3 span::before {
    left: 18px;
    margin-top: 2px;
  }
  header nav .g_nav li.nav4 a span::before,
  header nav .g_info li.nav4 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -172px -28px;
    width: 13px;
    height: 19px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  header nav .g_nav li.nav4 span::before,
  header nav .g_info li.nav4 span::before {
    left: 21px;
  }
  header nav .g_nav li.nav5 a span::before,
  header nav .g_info li.nav5 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -99px -78px;
    width: 19px;
    height: 17px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  header nav .g_nav li.nav5 span::before,
  header nav .g_info li.nav5 span::before {
    left: 19px;
    margin-top: 1px;
  }
  header nav .g_nav li.nav6,
  header nav .g_info li.nav6 {
    border-right: 1px dotted #e3e3e3;
    border-bottom: 1px dotted #e3e3e3;
  }
  header nav .g_nav li.nav6 a span::before,
  header nav .g_info li.nav6 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: 0px -158px;
    width: 13px;
    height: 16px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  header nav .g_nav li.nav6 span::before,
  header nav .g_info li.nav6 span::before {
    left: 21px;
    margin-top: 3px;
  }
  header nav .g_nav li.nav7,
  header nav .g_info li.nav7 {
    border-bottom: 1px dotted #e3e3e3;
  }
  header nav .g_nav li.nav7 a span::before,
  header nav .g_info li.nav7 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -102px -53px;
    width: 19px;
    height: 14px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  header nav .g_nav li.nav7 span::before,
  header nav .g_info li.nav7 span::before {
    left: 19px;
    margin-top: 5px;
  }
  header nav .g_nav li.nav8,
  header nav .g_info li.nav8 {
    border-right: 1px dotted #e3e3e3;
    border-top: none;
  }
  header nav .g_nav li.nav8 a span::before,
  header nav .g_info li.nav8 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -144px 0px;
    width: 18px;
    height: 16px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  header nav .g_nav li.nav8 span::before,
  header nav .g_info li.nav8 span::before {
    left: 19px;
    margin-top: 2px;
  }
  header nav .g_info {
    border-bottom: 1px dotted #e3e3e3;
  }
  header nav .g_info li {
    margin-bottom: 0;
    float: left;
    font-size: 1.5rem;
    width: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
  }
  /*
  menu_box
  ------------------------------------ */
  .menu_box {
    display: block;
    position: absolute;
    top: 15px;
    right: 3%;
    width: 25px;
    height: 25px;
    z-index: 1010;
  }
  .menu_box .menu_btn {
    cursor: pointer;
    margin: 0 auto;
    margin: 10px auto 0;
    position: relative;
    width: 25px;
    height: 25px;
  }
  .menu_box .menu_btn.on span {
    background: #fff;
  }
  .menu_box .menu_btn span {
    background: #9cc813;
    -moz-border-radius: 5px;
         border-radius: 5px;
    display: block;
    font-size: 0;
    height: 3px;
    left: 0;
    line-height: 1;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0s ease 0s, all 0.35s ease 0s;
    -moz-transition: all 0s ease 0s, all 0.35s ease 0s;
    transition: all 0s ease 0s, all 0.35s ease 0s;
    width: 25px;
  }
  .menu_box .menu_btn span:nth-child(1) {
    top: 0px;
  }
  .menu_box .menu_btn span:nth-child(2) {
    top: 9px;
  }
  .menu_box .menu_btn span:nth-child(3) {
    top: 18px;
  }
  .menu_box .menu_btn.on span:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(9px) rotate(225deg);
       -moz-transform: translateY(9px) rotate(225deg);
        -ms-transform: translateY(9px) rotate(225deg);
            transform: translateY(9px) rotate(225deg);
  }
  .menu_box .menu_btn.on span:nth-child(2) {
    opacity: 0;
  }
  .menu_box .menu_btn.on span:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(-9px) rotate(-225deg);
       -moz-transform: translateY(-9px) rotate(-225deg);
        -ms-transform: translateY(-9px) rotate(-225deg);
            transform: translateY(-9px) rotate(-225deg);
  }
  /*
  menu_box
  ------------------------------------ */
  main {
    padding-top: 72px;
    position: relative;
    z-index: 10;
  }
  /*
  footer
  ------------------------------------ */
  footer {
    margin-top: 55px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    z-index: 1000;
  }
  footer .footer_menu .on a {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
  }
  footer .footer_menu .f_nav {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e3e3e3;
    padding: 0px;
  }
  footer .footer_menu .sp-only-none {
    display:none;
  }
  footer .footer_menu li.pc-only-none-top{
    width: 100% !important;
  }
  footer .footer_menu li.pc-only-none{
    margin-bottom: 0;
    float: left !important;
    font-size: 1.5rem;
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  footer .footer_menu .f_nav > ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 900;
  }
  footer .footer_menu .f_nav > ul > li {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 1.5rem;
    float: none;
    padding: 0px;
    overflow: hidden;
    height: auto;
    border-top: 1px solid #e3e3e3;
  }
  footer .footer_menu .f_nav > ul > li a {
    color: #333 !important;
    padding: 18px;
    display: block;
  }
  footer .footer_menu .f_nav > ul  li.nav_sns a {
    padding: 8px;
  }
  footer .footer_menu .f_nav > ul > li + li {
    padding-left: 0px;
    border-left: none;
  }
  footer .footer_menu .f_nav > ul > li span {
    display: inline-block;
    padding-left: 28px;
  }
  footer .footer_menu .f_nav ul.link_sozai {
    width: 100%;
    border-top: 1px solid #e3e3e3;
  }
  footer .footer_menu .f_nav ul.link_sozai > li span {
    padding-left: 0;
  }
  footer .footer_menu .f_nav > ul > li span::before {
    content: "";
    vertical-align: middle;
    position: absolute;
    left: 16px;
  }
  footer .footer_menu .f_nav > ul > li.nav1 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -144px -78px;
    width: 16px;
    height: 16px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  footer .footer_menu .f_nav > ul > li.nav1 span::before {
    left: 20px;
    margin-top: 2px;
  }
  footer .footer_menu .f_nav > ul > li.nav2 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: 0px -78px;
    width: 23px;
    height: 17px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  footer .footer_menu .f_nav > ul > li.nav2 ul.link_sozai a span::before {
    background-position: -53px -128px;
    height: 21px;
  }
  footer .footer_menu .f_nav > ul > li.nav2 span::before {
    left: 16px;
  }
  footer .footer_menu .f_nav > ul > li.nav3 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -28px -105px;
    width: 18px;
    height: 17px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  footer .footer_menu .f_nav > ul > li.nav3 span::before {
    left: 18px;
    margin-top: 2px;
  }
  footer .footer_menu .f_nav > ul > li.nav4 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -172px 0px;
    width: 13px;
    height: 19px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  footer .footer_menu .f_nav > ul > li.nav4 span::before {
    left: 21px;
  }
  footer .footer_menu .f_nav > ul  li.nav5 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -84px -105px;
    width: 19px;
    height: 17px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
    margin-top: 3px;
  }
  footer .footer_menu .f_nav > ul  li.nav5 span::before {
    left: 19px;
    margin-top: 1px;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap {
    padding: 0px;
    border-left: none;
    position: relative;
    right: auto;
    top: auto;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul {
    display: block;
    margin-top: 0px;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li {
    margin-bottom: 0;
    float: left;
    font-size: 1.5rem;
    width: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav5 {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav6,
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav7 {
    border-bottom: 1px solid #e3e3e3;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav6 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -172px -111px;
    width: 13px;
    height: 16px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav6 span::before {
    left: 21px;
    margin-top: 3px;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav_campaign {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav_campaign a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -113px -129px;
    width: 27px;
    height: 21px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav7 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -73px -53px;
    width: 19px;
    height: 14px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav7 span::before {
    left: 19px;
    margin-top: 5px;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav8 {
    border-right: 1px solid #e3e3e3;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav8 a span::before {
    background-image: url(/common/images/sprite/sprite_common-sp.png?rev=1488890104936);
    background-position: -144px -52px;
    width: 18px;
    height: 16px;
    -moz-background-size: 185.5px 174px;
         background-size: 185.5px 174px;
    display: inline-block;
  }
  footer .footer_menu .f_nav > ul > li.nav6_wrap ul li.nav8 span::before {
    left: 19px;
    margin-top: 2px;
  }
  footer .footer_menu .f_nav > ul > li ul {
    display: none;
  }
  footer .footer_menu .f_nav > ul > li ul.link_sozai {
    display: inline-block;
    padding-left: 28px;
  }
  footer .footer_menu .f_nav2 {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    line-height: 25px;
  }
  footer .footer_menu .f_nav2 a {
    color: #666666;
    text-decoration: none;
  }
  footer .copy_area {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  footer .copy_area .f_logo {
    margin-bottom: 10px;
  }
  footer .copy_area .f_logo a {
    background-image: url(/common/images/footer-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
/*    background-position: -199px -177px;*/
    width: 100px;
    height: 21px;
 /*   -moz-background-size: 399px 372px;
         background-size: 399px 372px;*/
    display: inline-block;
    margin: 0 auto;
    display: block;
  }
  footer .copy_area .f_logo a span {
    display: none;
  }
  footer .copy_area .copy {
    text-align: center;
    font-size: 1rem;
    line-height: 1;
  }
  footer .footer_menu .f_nav > ul  li.nav_sns a {
    display: inline-block;
  }
  footer .icon_line {
    width: 114px;
    height: 41px;
  }
  footer .link_insta,
  footer .link_fb {
    width: 41px;
    height: 41px;
  }
  /*
  kanren
  ------------------------------------*/
  .kanren {
    width: 94%;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #dddddd;
  }
  .kanren h2 {
    background-color: #f6f6f6;
    text-align: center;
    font-size: 1.4rem;
  }
  .kanren h2 span {
    line-height: 40px;
    padding-left: 25px;
    background: url(/about/images/spec/icon.png) 0px 45% no-repeat;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
    display: inline-block;
  }
  .kanren ul {
    padding: 0 3%;
  }
  .kanren ul li {
    font-size: 1.1rem;
    padding: 10px 0 10px 15px;
    background: url(/about/images/spec/arrow.png) 2px 50% no-repeat;
    -moz-background-size: 7px auto;
         background-size: 7px auto;
  }
  .kanren ul li + li {
    border-top: 1px solid #e3e3e3;
  }
  /*
  pagetop
  ------------------------------------*/
  .pagetop {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    left: auto;
    margin: 0 auto;
    text-align: center;
    width: 35px;
  }
  .pagetop.pagetop--fixed {
    position: absolute;
    bottom: auto;
    top: -35px;
    right: 0;
  }
  .pagetop a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
    display: block;
    text-decoration: none;
    width: 35px;
    height: 35px;
    background-color: #a3a3a3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 16px;
  }
  .pagetop a::after {
    content: "";
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    display: block;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 512px) {
  footer .nav_sns {
    padding: 6px 2px;
  }
  footer .icon_line {
    width: 77px;
    height: auto;
  }
  footer .link_insta,
  footer .link_fb {
    width: 25px;
    height: auto;
  }
}
@media screen and (max-width: 378px) {
  footer .nav_sns {
    padding: 6px;
  }
  footer .icon_line {
    width: 45px;
    height: auto;
  }
  footer .link_insta,
  footer .link_fb {
    width: 22px;
    height: auto;
  }
}
/* ------------------------------------------------------------------------
second
------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .scd main {
    border-top: 1px solid #e3e3e3;
  }
  .scd .main_ttl {
    padding-top: 60px;
    margin-bottom: 43px;
    text-align: center;
  }
  .scd .main_ttl h1 {
    color: #2b4e34;
    font-size: 3.6rem;
    margin-bottom: 28px;
    padding-left: 0px;
    line-height: 1;
  }
  .scd .main_ttl p {
    font-weight: bold;
    line-height: 26px;
  }
  .scd .breadcrumb {
    margin-top: 80px;
    border-top: 1px solid #e3e3e3;
    height: 53px;
  }
  .scd .breadcrumb ol {
    width: 1060px;
    margin: 0 auto;
    padding: 0;
    padding-top: 15px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .scd .breadcrumb ol li {
    list-style: none;
    float: left;
    font-size: 1.4rem;
    color: #666;
  }
  .scd .breadcrumb ol li a {
    color: #666;
  }
  .scd .breadcrumb ol li a:hover {
    color: #9cc813;
  }
  .scd .breadcrumb ol li + li {
    margin-left: 17px;
  }
  .scd .breadcrumb ol li + li::before {
    content: '＞';
    margin-right: 17px;
    font-size: 1.2rem;
  }
  .scd .breadcrumb ol li strong {
    font-weight: normal;
  }
  .scd footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .scd .main_ttl {
    width: 94%;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 19px;
    text-align: center;
  }
  .scd .main_ttl h1 {
    color: #2b4e34;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1;
  }
  .scd .main_ttl p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: bold;
  }
  .scd .main_ttl p br {
    display: none;
  }
  .scd .breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
	.footerNotice {
		width: 1060px;
	    margin: 0 auto;
	    padding-bottom: 25px;
	}
	.footerNotice p {
		font-size: 1.2rem;
    	color: #666;
	}
}
@media screen and (max-width: 767px) {
	.footerNotice {
		width: 100%;
	    margin: 0 auto;
	    padding: 10px;
    box-sizing: border-box;
	}
	.footerNotice p {
		font-size: .7rem;
    	color: #666;
	}
}
@media screen and (min-width: 768px) {
	.footerNotice {
		width: 1060px;
	    margin: 0 auto;
	    padding-bottom: 25px;
	}
	.footerNotice p {
		font-size: 1.2rem;
    	color: #666;
	}
}
@media screen and (max-width: 767px) {
	.footerNotice {
		width: 100%;
	    margin: 0 auto;
	    padding: 10px;
    box-sizing: border-box;
	}
	.footerNotice p {
		font-size: .7rem;
    	color: #666;
	}
}

/*
Utility
------------------*/
.ofi {
  /* for ofi.min.js */
  object-fit: contain;
	font-family: 'object-fit: contain;';
}

/*
etc
------------------*/
#_smartnews_ads_conversion_img_8m54e {
  width: 0;
  height: 0;
  position: absolute;
}
