@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyCircular';
  src: url("../../common/css/CircularPro-Bold.woff"); }

@font-face {
  font-family: "Hiragino500";
  src: local(HiraginoSans-W4);
  font-weight: 500; }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-track {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%; }

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0; }

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute; }

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.pswp__item {
  right: 0;
  bottom: 0; }

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

a.lpSgScene__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 395px;
  height: 73px;
  margin: 80px auto 0;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #000000;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  letter-spacing: .02em;
  color: #fff;
  z-index: 0; }
  a.lpSgScene__button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    background-color: #000000;
    z-index: -1;
    -webkit-transition: width .3s ease, opacity .3s ease;
    -o-transition: width .3s ease, opacity .3s ease;
    transition: width .3s ease, opacity .3s ease; }
  a.lpSgScene__button:hover {
    opacity: 1;
    color: #000000; }
  a.lpSgScene__button:hover::before {
    opacity: 0;
    width: 0; }

.lpSpScene__inview {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .lpSpScene__inview.is-hide {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }

/*=============================================

	大見出し

==============================================*/
/*
	中見出し
------------------------------------*/
/*  小見出し */
/*
	lpSgScene
------------------------------------*/
.lpSgScene {
  min-width: 1000px;
  padding-bottom: 120px; }

/*
	lpSgScene_index
------------------------------------*/
.lpSgScene_index {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .lpSgScene_index.is-active {
    opacity: 1;
    visibility: visible; }

.lpSgScene_indexNode {
  display: none;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em; }
  .lpSgScene_indexNode.is-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.lpSgScene_indexHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .lpSgScene_indexHead::after {
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    margin: 7px 0;
    background-color: #000000; }

.lpSgScene_indexName {
  color: #69A4C7; }
  .lpSgScene_indexName i {
    font-style: normal; }

/*
	lpSgScene__mainvisual
------------------------------------*/
.lpSgScene__mainvisual {
  position: relative; }
  .lpSgScene__mainvisual::before, .lpSgScene__mainvisual::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000; }
  .lpSgScene__mainvisual::before {
    top: 1px; }
  .lpSgScene__mainvisual::after {
    bottom: 0; }

.lpSgScene__mainvisualScene {
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .7s ease 1.1s;
  -o-transition: opacity .7s ease 1.1s;
  transition: opacity .7s ease 1.1s; }

.lpSgScene__mainvisualSceneNode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MyCircular", sans-serif;
  font-size: 12px;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .lpSgScene__mainvisualSceneNode::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    margin: 7px 0;
    background-color: #000000; }
  .lpSgScene__mainvisualSceneNode:last-child::after {
    content: none; }

.lpSgScene__mainvisualInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  padding: 38px 67px 38px 46px;
  margin: auto;
  z-index: 0; }

.lpSgScene__mainvisualRuby {
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 1.2%;
  margin-left: 6px;
  font-family: "MyCircular", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .02em;
  background-color: #000000;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .7s ease .8s;
  -o-transition: opacity .7s ease .8s;
  transition: opacity .7s ease .8s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lpSgScene__mainvisualTextArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 38px;
  left: 46px; }

.lpSgScene__mainvisualTitleCover {
  position: relative;
  overflow: hidden; }
  .lpSgScene__mainvisualTitleCover::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ffffff; }
  .lpSgScene__mainvisualTitle--first .lpSgScene__mainvisualTitleCover {
    width: 19.52%; }
    .lpSgScene__mainvisualTitle--first .lpSgScene__mainvisualTitleCover::after {
      left: 0;
      -webkit-transition: left .7s ease;
      -o-transition: left .7s ease;
      transition: left .7s ease; }
  .lpSgScene__mainvisualTitle--second .lpSgScene__mainvisualTitleCover {
    width: 33.9%; }
    .lpSgScene__mainvisualTitle--second .lpSgScene__mainvisualTitleCover::after {
      right: 0;
      -webkit-transition: right .7s ease .3s;
      -o-transition: right .7s ease .3s;
      transition: right .7s ease .3s; }

.lpSgScene__mainvisualTitle--first,
.lpSgScene__mainvisualTitle--second {
  width: 100%; }
  .lpSgScene__mainvisualTitle--first img,
  .lpSgScene__mainvisualTitle--second img {
    max-width: 100%;
    -webkit-backface-visibility: hidden; }

.lpSgScene__mainvisualTitle--second {
  margin-top: 1%; }

.lpSgScene__mainvisualText {
  max-width: 407px;
  width: 33.9%;
  padding-top: 1.3%;
  margin-top: 2%;
  font-family: "MyCircular", sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .02em;
  border-top: 1px dashed #000000;
  opacity: 0;
  -webkit-transition: opacity .7s ease .9s;
  -o-transition: opacity .7s ease .9s;
  transition: opacity .7s ease .9s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lpSgScene__mainvisualGlass {
  width: calc(100% - 64.95%);
  opacity: 0;
  -webkit-transition: opacity .7s ease 1s;
  -o-transition: opacity .7s ease 1s;
  transition: opacity .7s ease 1s; }
  .lpSgScene__mainvisualGlass img {
    max-width: 338px;
    width: 100%; }

.lpSgScene__mainvisualImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 706px;
  width: 64.95%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1; }

.lpSgScene__mainvisualImgNode {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  margin-left: 1.41%;
  margin-bottom: 1.41%; }
  .lpSgScene__mainvisualImgNode img {
    width: 100%; }
  .lpSgScene__mainvisualImgNode:nth-of-type(1), .lpSgScene__mainvisualImgNode:nth-of-type(4) {
    margin-left: 0; }

.lpSgScene__mainvisualImgNode--blank,
.lpSgScene__mainvisualImgNode--1,
.lpSgScene__mainvisualImgNode--3,
.lpSgScene__mainvisualImgNode--5 {
  width: 24.5%;
  max-width: 173px; }

.lpSgScene__mainvisualImgNode--2,
.lpSgScene__mainvisualImgNode--4 {
  width: 48.1%;
  max-width: 340px; }

.lpSgScene__mainvisualImgNode--1 {
  -webkit-transition: opacity .7s ease 1.4s;
  -o-transition: opacity .7s ease 1.4s;
  transition: opacity .7s ease 1.4s; }

.lpSgScene__mainvisualImgNode--2 {
  -webkit-transition: opacity .7s ease 1.8s;
  -o-transition: opacity .7s ease 1.8s;
  transition: opacity .7s ease 1.8s; }

.lpSgScene__mainvisualImgNode--3 {
  -webkit-transition: opacity .7s ease 2s;
  -o-transition: opacity .7s ease 2s;
  transition: opacity .7s ease 2s; }

.lpSgScene__mainvisualImgNode--4 {
  -webkit-transition: opacity .7s ease 1.6s;
  -o-transition: opacity .7s ease 1.6s;
  transition: opacity .7s ease 1.6s; }

.lpSgScene__mainvisualImgNode--5 {
  -webkit-transition: opacity .7s ease 2.3s;
  -o-transition: opacity .7s ease 2.3s;
  transition: opacity .7s ease 2.3s; }

/*  is-loaded */
.lpSgScene__mainvisual.is-loaded .lpSgScene__mainvisualTitle--first .lpSgScene__mainvisualTitleCover::after {
  left: 101%; }

.lpSgScene__mainvisual.is-loaded .lpSgScene__mainvisualTitle--second .lpSgScene__mainvisualTitleCover::after {
  right: 101%; }

.lpSgScene__mainvisual.is-loaded .lpSgScene__mainvisualRuby,
.lpSgScene__mainvisual.is-loaded .lpSgScene__mainvisualText,
.lpSgScene__mainvisual.is-loaded .lpSgScene__mainvisualGlass,
.lpSgScene__mainvisual.is-loaded .lpSgScene__mainvisualImgNode,
.lpSgScene__mainvisual.is-loaded .lpSgScene__mainvisualScene {
  opacity: 1; }

/*
	lpSgScene__lead
------------------------------------*/
.lpSgScene__lead {
  margin-top: 100px;
  text-align: center; }

.lpSgScene__leadContent {
  font-size: 16px;
  line-height: 1.8; }

.lpSgScene__leadNotice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #8B8B8B;
  line-height: 1.8;
  padding-top: 30px; }

a.lpSgScene__leadNotice--link {
  color: #000000;
  text-decoration: underline; }

/*
	lpSgScene__anchor
------------------------------------*/
.lpSgScene__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 913px;
  margin: 96px auto 0;
  font-family: "Barlow", sans-serif;
  font-weight: 600; }

.lpSgScene__anchorNode {
  width: 25%;
  padding: 8px;
  border-left: 1px solid #8B8B8B;
  text-align: center;
  cursor: pointer; }
  .lpSgScene__anchorNode:last-child {
    border-right: 1px solid #8B8B8B; }

.lpSgScene__anchorNum {
  padding-right: 6px;
  font-size: 16px;
  letter-spacing: .02em;
  color: #BCBCBC; }

.lpSgScene__anchorName {
  font-size: 18px;
  letter-spacing: .02em; }

.lpSgScene__anchorArrow {
  display: block;
  padding-top: 14px;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .lpSgScene__anchorArrow img {
    max-width: 100%; }
  .lpSgScene__anchorNode:hover .lpSgScene__anchorArrow {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

/*=============================================

	lpSgScene__section

==============================================*/
/*
	lpSgScene__section
------------------------------------*/
.lpSgScene__section {
  margin-top: 120px;
  z-index: 0;
  position: relative; }

/*
	lpSgScene__sectionTop
------------------------------------*/
.lpSgScene__sectionTop {
  position: relative; }
  .lpSgScene__sectionTop::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: calc(100%  - (100vw - 500px) / 2);
    background-color: #F7F8FA;
    z-index: -1; }
  .lpSgScene__section--sports .lpSgScene__sectionTop {
    margin-bottom: 10px; }
  .lpSgScene__section--outdoor .lpSgScene__sectionTop::before,
  .lpSgScene__section--sports .lpSgScene__sectionTop::before,
  .lpSgScene__section--drive .lpSgScene__sectionTop::before,
  .lpSgScene__section--fishing .lpSgScene__sectionTop::before {
    min-width: 800px; }
  .lpSgScene__section--outdoor .lpSgScene__sectionTop::before {
    left: 0;
    height: 396px; }
  .lpSgScene__section--sports .lpSgScene__sectionTop::before {
    left: 0;
    height: 364px; }
  .lpSgScene__section--drive .lpSgScene__sectionTop::before {
    left: 0;
    height: 314px; }
  .lpSgScene__section--fishing .lpSgScene__sectionTop::before {
    left: 0;
    height: 300px; }

.lpSgScene__sectionTopInner {
  position: relative;
  width: 1000px;
  margin: auto; }

.lpSgScene__sectionVisual {
  position: absolute; }
  .lpSgScene__sectionVisual img {
    width: 100%; }
  .lpSgScene__section--outdoor .lpSgScene__sectionVisual,
  .lpSgScene__section--sports .lpSgScene__sectionVisual,
  .lpSgScene__section--drive .lpSgScene__sectionVisual,
  .lpSgScene__section--fishing .lpSgScene__sectionVisual {
    width: 503px; }
  .lpSgScene__section--outdoor .lpSgScene__sectionVisual,
  .lpSgScene__section--sports .lpSgScene__sectionVisual,
  .lpSgScene__section--drive .lpSgScene__sectionVisual,
  .lpSgScene__section--fishing .lpSgScene__sectionVisual {
    top: 0;
    right: 0; }
  .lpSgScene__sectionVisual .slick-dots {
    margin-top: 15px; }
    .lpSgScene__sectionVisual .slick-dots li {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #BCBCBC; }
      .lpSgScene__sectionVisual .slick-dots li.slick-active {
        background: #000; }

.lpSgScene__sectionTopContent {
  position: relative;
  padding-top: 38px;
  width: 100%; }

.lpSgScene__sectionSubImg {
  position: absolute;
  bottom: 0; }
  .lpSgScene__sectionSubImg img {
    width: 100%; }

.lpSgScene__sectionCatch{
  padding: 0 590px 80px 60px; }

.lpSgScene__sectionRuby {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 28px;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  letter-spacing: .02em; }
  .lpSgScene__sectionRuby::before, .lpSgScene__sectionRuby::after {
    position: absolute;
    left: calc(50% - 32px);
    content: "";
    width: 64px;
    height: 1px;
    background-color: #000000; }
  .lpSgScene__sectionRuby::before {
    top: 0; }
  .lpSgScene__sectionRuby::after {
    bottom: 0; }

.lpSgScene__sectionRubyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: inherit;
  height: inherit; }
  .lpSgScene__sectionRubyInner::before, .lpSgScene__sectionRubyInner::after {
    position: absolute;
    top: calc(50% - 11px);
    content: "";
    width: 1px;
    height: 22px;
    background-color: #000000; }
  .lpSgScene__sectionRubyInner::before {
    left: 0; }
  .lpSgScene__sectionRubyInner::after {
    right: 0; }

.lpSgScene__sectionRubyNum {
  padding-left: 6px;
  font-weight: 600; }

.lpSgScene__sectionTitle {
  padding-top: 26px;
  font-family: "Barlow", sans-serif;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: .02em; }
  .lpSgScene__sectionTitle i {
    font-weight: 200;
    font-style: normal; }

.lpSgScene__sectionLead {
  padding-top: 42px;
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 2; }

.lpSgScene__sectionLead--notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #8B8B8B;
  line-height: 1.8;
  display: block;
  padding-top: 11px; }

/*
	lpSgScene__sectionContents
------------------------------------*/
.lpSgScene__sectionContents {
  margin: auto; }

.lpSgScene__sectionContentsTitle {
  width: 1000px;
  padding: 14px 0;
  margin: 70px auto 0;
  border-top: 1px solid #000000;
  border-bottom: 1px dashed #000000;
  text-align: center;
  font-family: "Hiragino500", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .04em; }

/*
	lpSgScene__creditList
------------------------------------*/
.lpSgScene__creditList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 0 0; }

.lpSgScene__creditNode {
  max-width: 258px;
  width: calc(33.3% - 60px);
  margin: 0 30px;
  font-family: "Barlow", sans-serif; }
  .lpSgScene__creditNode a {
    display: block; }

.lpSgScene__creditImg img {
  max-width: 100%; }

.lpSgScene__creditName {
  margin-top: 24px;
  display: block;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.8;
  text-align: center;
  color: #000; }

.lpSgScene__creditPrice {
  display: block;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.8;
  text-align: center;
  color: #000; }

/*
	lpSgScene__customize
------------------------------------*/
.lpSgScene__customize {
  width: 1000px;
  padding: 70px 0;
  margin: 100px auto 0;
  background-color: #F7F8FA; }

.lpSgScene__customizeTitle {
  font-family: "Barlow", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center; }

.lpSgScene__customizeLead {
  margin-top: 50px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center; }

.lpSgScene__customizeLead--line {
  position: relative;
  z-index: 0; }
  .lpSgScene__customizeLead--line::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #69A4C7;
    z-index: -1; }

@media all and (-ms-high-contrast: none) {
  .lpSgScene__customizeLead--line::before {
    bottom: 5px; } }

.lpSgScene__customizeContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lpSgScene__customizeImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lpSgScene__customizeImg--glass img {
  max-width: 238px; }

.lpSgScene__customizeImg--plus {
  padding: 0 16px; }
  .lpSgScene__customizeImg--plus img {
    max-width: 30px; }

.lpSgScene__customizeImg--obj {
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.5;
  text-align: center; }
  .lpSgScene__customizeImg--obj img {
    max-width: 70px; }
  .lpSgScene__customizeImg--obj i {
    display: block;
    padding-top: 6px;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .04em; }

.lpSgScene__customizeDesc {
  width: 360px;
  padding: 30px 0 24px;
  margin-left: 7.6%;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000; }

.lpSgScene__customizeDescTop {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.8; }

.lpSgScene__customizeDescTop--bold {
  font-weight: 600; }

.lpSgScene__customizeDescTop--tax {
  font-size: 12px; }

.lpSgScene__customizeDescNotice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #8B8B8B;
  line-height: 1.8;
  display: block; }

.lpSgScene__customizeDescMiddle {
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 2; }

.lpSgScene__customizeDescButton {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px dashed #000000;
  text-align: right; }

a.lpSgScene__customizeDescLink {
  position: relative;
  margin-right: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  z-index: 0; }
  a.lpSgScene__customizeDescLink::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 100%;
    opacity: 0;
    background-color: #69A4C7;
    z-index: -1;
    -webkit-transition: width .3s ease, opacity .3s ease;
    -o-transition: width .3s ease, opacity .3s ease;
    transition: width .3s ease, opacity .3s ease; }
  a.lpSgScene__customizeDescLink:hover {
    opacity: 1;
    color: #ffffff; }
  a.lpSgScene__customizeDescLink:hover::before {
    width: 100%;
    opacity: 1; }

.lpSgScene__customizeDescLink--arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg); }
  .lpSgScene__customizeDescLink--arrow img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .lpSgScene__customizeDescLink:hover .lpSgScene__customizeDescLink--arrow img {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

.lpSgScene__customizeNotice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #8B8B8B;
  line-height: 1.8;
  display: block;
  padding-top: 18px;
  text-align: center; }

/*
	lpSgScene__option
------------------------------------*/
.lpSgScene__option {
  width: 1000px;
  margin: 120px auto 0;
  padding: 60px 0 0;
  border-top: 1px solid #EAEAEA; }

.lpSgScene__optionText {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.8;
  text-align: center; }

.lpSgScene__option--notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #8B8B8B;
  line-height: 1.8;
  display: block;
  padding-top: 30px;
  text-align: center; }

.lpSgScene__optionBanner {
  margin-top: 36px; }
  .lpSgScene__optionBanner img {
    width: 100%; }

/*
	lpSgScene__banner
------------------------------------*/
.lpSgScene__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: 60px auto 0; }

.lpSgScene__bannerNode {
  width: calc(33.33% - 40px / 3); }

.lpSgScene__banner--long .lpSgScene__bannerNode {
  margin-top: 40px;
  width: 100%; }
  .lpSgScene__banner--long .lpSgScene__bannerNode:nth-child(1) {
    margin-top: 0; }
  
.lpSgScene__bannerLink img {
  width: 100%; }


/*
	lpSgScene__recommend
------------------------------------*/
.lpSgScene__recommend{
  width: 1000px;
  padding: 65px 0 70px 60px;
  margin: 100px auto 95px;
  box-sizing: border-box;
  background-color: #F7F8FA; }

.lpSgScene__recommendTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
  flex-direction: column;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center; 
  margin-right: 60px;
  margin-bottom: 55px;}
  .lpSgScene__recommendTitle--en {
    line-height: 1;
    margin-bottom: 18px; }
  .lpSgScene__recommendTitle--ja {
    line-height: 1;
    font-size: 20px; }
  
.lpSgScene__recommendItems{}
  
  .lpSgScene__recommendItem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .lpSgScene__section--sports .lpSgScene__recommendItem{
      padding-bottom: 110px;
      position: relative;
      flex-direction: column; }
    .lpSgScene__section--sports .lpSgScene__recommendItem:nth-child(1){
      width: 458px; }
      .lpSgScene__section--sports .lpSgScene__recommendItem:nth-child(1) .lpSgScene__recommendImgArea{
        margin-top: 45px; }
    .lpSgScene__section--sports .lpSgScene__recommendItem:nth-child(2){
      margin-left: 30px;
      width: 406px; }
    .lpSgScene__recommendItemFlex{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .lpSgScene__recommendItemFlex--middle{
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;}
    .lpSgScene__recommendTextArea{}
    .lpSgScene__recommendTextAreaTitle{
      font-size: 20px;
      font-weight: 700; 
      letter-spacing: .04em;
      margin-bottom: 10px; }
    .lpSgScene__recommendTextAreaText{
      letter-spacing: .04em;
      font-size: 14px; }
    .lpSgScene__recommendItem .lpSgScene__button{
      overflow: visible;
      margin-top: 30px;
      margin-left: 0; }
      .lpSgScene__recommendItem .lpSgScene__button::before {
        position: absolute;
        content: "";
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc( 100% + 2px );
        height: calc( 100% + 2px );
        z-index: -1;}
  

  .lpSgScene__recommendImgArea{
    margin-left: auto; }
    .lpSgScene__section--outdoor .lpSgScene__recommendImgArea{
      margin-right: 40px; }
    .lpSgScene__section--sports .lpSgScene__recommendImgArea{
      margin-right: 40px; }
    .lpSgScene__section--drive .lpSgScene__recommendImgArea{
      margin-right: 60px; }
    .lpSgScene__section--fishing .lpSgScene__recommendImgArea{
      margin-right: 60px; }
    .lpSgScene__recommendImgAreaImg{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;}
    .lpSgScene__recommendImgAreaImg img{}
    .lpSgScene__recommendImgAreaImg small{
      font-size: 10px;
      color: #8b8b8b;
      text-align: right;
      margin-top: 9px;}

  .lpSgScene__recommendItems.lpSgScene__recommendItems--col2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 895px; }
    .lpSgScene__recommendItems.lpSgScene__recommendItems--col2 .lpSgScene__recommendTextAreaText{
      width: 250px; }
    .lpSgScene__recommendItems.lpSgScene__recommendItems--col2 .lpSgScene__button{
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 300px; 
      height:75px; }
    .lpSgScene__recommendItems.lpSgScene__recommendItems--col2 .lpSgScene__recommendImgArea{
      margin-right: 0;
      margin-left: 26px; }


.lpSgScene__sectionBanner{
  width: 1000px;
  margin: 0 auto;
}
  .lpSgScene__sectionBannerNode{}