@charset "UTF-8";
.w1020 {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}

/* Initialize
----------------------------------------*/
body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .03em;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

img {
  vertical-align: top;
  border: 0\9;
}

ul, ol {
  list-style: none;
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}

/* Common
----------------------------------------*/
#wrap {
  min-width: 1080px;
}

.l-article {
  padding: 50px 0 70px;
}

.bg-leaf {
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: url(../img/common/bg/bg03.png) repeat 0px 0px #f9f9f9\9;
  background: url(../img/common/bg/bg01.png) repeat 0px 0px, url(../img/common/bg/bg02.png) repeat 0px 0px, url(../img/common/bg/bg03.png) repeat 0px 0px #f9f9f9;
}

.page-title {
  font-size: 30px;
  line-height: 1;
  color: #38b25d;
  font-weight: 300;
  width: 1020px;
  margin: 0 auto 80px;
}
.page-title .jpn-headline {
  font-size: 13px;
  line-height: 30px;
}

.mincho {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.hover-underline {
  position: relative;
}
.hover-underline:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  content: '';
  width: 0;
  border-top: solid 1px #38b25d;
  transition: .3s;
}
.hover-underline:hover:after {
  width: 100%;
}
.l-footer .hover-underline:after, .l-kv .hover-underline:after {
  border-top-color: #fff;
}

.btn-buy {
  background-color: #38b25d;
  color: #FFF !important;
  border-radius: 3px;
  font-size: 18px;
  padding: 8px 80px;
  width: 320px;
  text-align: center;
  text-decoration: none !important;
  margin: 0px auto;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.btn-buy:hover {
  opacity: 0.7;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeInUp {
  animation-name: fadeInUp;
}

/* Header
----------------------------------------*/
.l-header {
  position: relative;
  height: 90px;
  background-color: #fff;
}
.l-header img {
  height: 90px;
  width: auto;
}
.l-header .logo {
  position: absolute;
  transition: opacity 0.3s ease;
}
.l-header .logo:hover {
  opacity: 0.7;
}

.gnav {
  padding-top: 26px;
  padding-right: 30px;
  line-height: 1;
}
.gnav__list {
  font-size: 15px;
  text-align: right;
  /* letter-spacing: -.4em; */
}
.gnav__list--secondary {
  font-size: 12px;
  margin-bottom: 12px;
}
.gnav__list--secondary .gnav__item {
  letter-spacing: .08em;
}
.gnav__item {
  display: inline-block;
  /* letter-spacing: -.08em; */
  margin-left: 16px;
}
.gnav__item a {
  color: #000;
}

/* Footer
----------------------------------------*/
.l-footer {
  background-color: #90c320;
  color: #fff;
  padding: 50px 32px 40px;
  position: relative;
}
.l-footer a {
  color: #fff;
}

.footer-col--right {
  position: absolute;
  top: 50px;
  right: 32px;
  width: 550px;
  text-align: right;
}

.footer__nav {
  font-size: 13px;
}
.footer__nav .nav-col {
  float: left;
  width: 150px;
}
.footer__nav .nav-col + .nav-col {
  margin-right: 28px;
}
.footer__nav .nav-item {
  line-height: 1;
}
.footer__nav .nav-item + .nav-item {
  margin-top: 12px;
}
.footer__nav .nav-item a {
  display: inline-block;
}
.footer__attention {
  margin-top: 44px;
  font-size: 10px;
  line-height: 1.5;
}
.footer__copyright {
  margin-top: 12px;
}
.footer__copyright small {
  font-size: 10px;
}
.footer__logo {
  transition: opacity 0.3s ease;
}
.footer__logo:hover {
  opacity: 0.7;
}
.footer__links {
  font-size: 11px;
}
.footer__links .link-items {
  letter-spacing: -.4em;
  margin-top: 10px;
  line-height: 1;
}
.footer__links .link-item {
  display: inline-block;
  letter-spacing: normal;
}
.footer__links .link-item + .link-item:before {
  content: '|';
  margin: 0 6px;
}

.share-on {
  margin-top: 90px;
  height: 40px;
}

.share-item {
  display: inline-block;
}
.share-item + .share-item {
  margin-left: 20px;
}
.share-item--twitter .share-btn {
  width: 24px;
  background: url(../img/common/footer/share_twitter.png);
}
.share-item--facebook .share-btn {
  width: 20px;
  background: url(../img/common/footer/share_facebook.png);
}
.share-item--hatebu .share-btn {
  width: 24px;
  background: url(../img/common/footer/share_hatena.png);
}
.share-item--google_plus .share-btn {
  width: 20px;
  background: url(../img/common/footer/share_gplus.png);
}

.share-btn {
  display: block;
  height: 20px;
  font-size: 0;
  transition: opacity 0.3s ease;
}
.share-btn:hover {
  opacity: 0.7;
}

.btn-pagetop {
  width: 130px;
  height: 138px;
  background: url(../img/common/footer/pagetop.png) no-repeat left top;
  cursor: pointer;
  position: absolute;
  top: -107px;
  right: 32px;
  animation: fuwafuwa 3s infinite;
}
.btn-pagetop:hover {
  background-position: left bottom;
}

/* Animate
----------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: #fff;
  opacity: 0.7;
}

#colorbox {
  outline: 0;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  font-size: 18px;
}

#cboxLoadingOverlay {
  background-color: #000;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxClose {
  position: absolute;
  height: 60px;
  font-size: 0;
  right: 0;
  top: -80px;
  width: 60px;
  background: url(../img/common/float/close.png) no-repeat left top;
  transition: opacity 0.3s ease;
}
#cboxClose:hover {
  opacity: 0.7;
}

/* Delete white space generated by remarketing code */
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}

/* GDN */
iframe[name="google_conversion_frame"] {
	position: absolute;
	height: 0;
}