@charset "UTF-8";
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
html,body {
  font-family:"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,Meiryo,sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 0 auto;

  background: #000;
}
a,a:visited {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
  color:#fff;
}
ul {
  list-style: none;
  margin:0;
  padding:0;}
h1,h2,h3,h4,h5 {
  margin:0;
  font-weight: bold;
  line-height: unset;}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;}
figure {margin-bottom: 0}
p,.txt {text-align:justify;word-break:break-all;}
img {max-width:100%;height:auto;}
@media (min-width: 1200px){
  .container {width: 1024px;}
}
.btn {border-radius: 0;}
.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

#gotop-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited {
  display: flex;
  width: 64px;
  height: 64px;
  background: #C29525;
  color:#fff;
  border:1px solid #C29525;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
#gotop-btn a svg {
  width: 20px;
  height: auto;
}
#gotop-btn a:hover {
  color:#fff;
  background: #282828;
}
header,footer,main {
  overflow: hidden;
}

header {
  position: absolute;
  top:0;
  left: 0;
}
header .navbar {
  position: relative;
  z-index: 999;
  padding:20px 18px;
  background:transparent;
}

main {
}
h3.t {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 18px;
}
.ptop {
  position: relative;
  z-index: 12;
  height:100vh;
/*  height: 680px;*/
}
.ptop video {
  position: absolute;
  z-index: 13;
  top: 50%;
  left: 50%;
  /* コンテナを埋めるために最小サイズを指定 */
  /*min-width: 100%;*/
/*  min-height: 100vh;*/
  /* 中心を基準に配置 */
  transform: translate(-50%, -50%);

  min-width:100%;
  min-height:100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ptop .arr-scroll {
  position: absolute;
  z-index: 14;
  left: 40px;
  bottom: 34px;
}

.sec-intro {
  position: relative;
  z-index: 10;
  padding:90px 0 80px;
  overflow: hidden;
}
.sec-intro:before,
.sec-intro:after {
  position: absolute;
  z-index: 1;
  content:"";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/index/bg.svg);
  width: 668px;
  height: 596px;
}
.sec-intro:before {
  right: calc(100vw - 39%);
  top: -240px;
}
.sec-intro:after {
  left: calc(100vw - 43%);
  bottom: 20px;
}

.intro-cont {
  margin-top: 55px;
}
.intro-cont .t {
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 25px;
}
.intro-cont figure {
  margin-top: 40px;
  text-align: center;
}
.kk-ginger {
  margin-left: 60px;
}
.kk-ginger .word {
  font-size: 102px;
  line-height: 110px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.kk-ginger .word .x {
  font-weight: 200;
  font-size: 76px;
}
.kk-ginger figure {
  margin-left: 20px;
}
.kk-ginger figure img {
  max-width: unset;
}
.ginger-video {
  position: relative;
  z-index: 10;
  margin-top: 60px;
}
.ginger-video video {
  width: 100%;
}
.ginger-video .inn-v {
  position: relative;
  z-index: 11;
  max-width: 830px;
  margin:auto;
}
.ginger-video video {
  max-width: 100%;
}
.inn-v .play-ov {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.sec-grow {
  position: relative;
  z-index: 10;
  padding:70px 0 100px;
}
.sec-grow:before,
.sec-grow:after,
.sec-diff:before,
.sec-diff:after {
  position: absolute;
  z-index: 1;
  content:"";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/index/bg.svg);

  width: 668px;
  height: 596px;
}
.sec-grow:before {
  right: calc(100vw - 28%);
  bottom: 23%;
}
.sec-grow:after {
  left: calc(100vw - 49%);
  bottom: -230px;
}
.row-grow {
  position: relative;
  z-index: 10;
  margin-bottom:100px;
}
.row-grow .col-photo img {
  max-width: unset;
}
.row-grow .col-photo.p-l img {
  float: right;
}
.row-grow .col-photo.p-l figure {
  margin-right: 46px;
}
.row-grow .col-photo.p-r figure {
  position: relative;
  margin-left: 46px;
}
.grow2-img .keisho,
.col-photo .keisho {
  position: absolute;
  font-size: 100px;
  line-height: 110px;
  left:40px;
  top:40px;
}
.gr-cont .t {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 25px;
}
.row-grow .jp-map {
  position: relative;
  margin-top:-270px;
  margin-left: 195px;
}
.row-grow .jp-map img {
  max-width: unset;
}
.row-grow .col-btm-pt {
  position: relative;
}
.col-btm-pt .row-btm-photos {
  position: absolute;
  bottom: 0;
}
.col-btm-pt .row-btm-photos figure:first-child {
  margin-right: 24px;
}
.gg-prod {
  position: relative;
  z-index: 10;
  border:1px solid #fff;
  padding:30px 50px 50px;
}
.gg-prod .row-prod {
  margin:0 -23px -40px;
}
.gg-prod .row-prod>div {
  padding:0 23px;
  margin-bottom: 40px;
}
.gg-prod figure {
  text-align: center;
}
.gg-prod figure figcaption {
  font-size: 18px;
  margin-top: 16px;
}

.sec-diff {
  position: relative;
  z-index: 10;
  background: #fff;
  color:#000;
  padding:80px 0;
}
.sec-diff:before {
  right: calc(100vw - 27%);
  top: 22%;
}
.sec-diff:after {
  left: calc(100vw - 27%);
  bottom: 10%;
}
.sec-diff h3.t {
  margin-bottom:50px;
}
.sec-diff .tb-gg-diff {
  margin-bottom: 50px;
}
.tb-gg-diff table {
  border-color:#707070;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}
.tb-gg-diff table thead th {
  font-weight: normal;
}
.tb-gg-diff .table>:not(caption)>*>* {
  padding:5px 6px;
}
.tb-gg-diff .table thead th:first-child {
  width: 20%;
}
.tb-gg-diff .table thead th:nth-child(2),
.tb-gg-diff .table tbody td:nth-child(2) {
  font-weight: 600;
}
.tb-gg-diff .table thead th:nth-child(2) {
  background: rgba(194, 149, 37, 0.5);
}
.tb-gg-diff .table tbody td:nth-child(2) {
  background: rgba(194, 149, 37, 0.1);
}
.tb-gg-diff .table thead th:nth-child(3) {
  background: rgba(186, 177, 155, 0.5)
}
.tb-gg-diff .table tbody td:nth-child(3) {
  background: rgba(186, 177, 155, 0.1)
}
.tb-note {
  text-align: right;
  font-size: 15px;
  line-height: 18px;
  margin-top: -4px;
}
.row-graph {
  margin-top: -30px;
}
.row-graph .graph {
  text-align: right;
}
.row-graph .g-compare {
  margin-top:90px;
}
.row-graph .g-compare .t {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.g-compare .g-comp {
  position: relative;
  font-size: 15px;
  padding-left: 64px;
}
.g-compare .g-comp:before {
  position: absolute;
  content:"";
  height: 22px;
  width: 44px;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.g-compare .g-comp.c1:before {
  background: #EFAC5F;
}
.g-compare .g-comp.c2:before {
  background: #6AC96A;
}

.dist-map {
  margin-top: 20px;
}
.dist-map .t,
.frag-comp .t {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.dist-map .dist-map-img {
  text-align: center;
}
.frag-comp {
  margin-top: 70px;
}
.frag-comp .t {
  margin-bottom: 18px;
}
.frag-comp .fc-box {
  border:2px solid #C29525;
  background: #fff;
  border-radius: 15px;
  padding:20px 35px;
  margin-bottom: 40px;
}
.frag-comp .btm-txt {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.sec-diff>.container,
.sec-btm>.container {
  position: relative;
  z-index: 10;
}
.sec-btm {
  position: relative;
  z-index: 10;
  padding:110px 0;
  text-align: center;
  overflow: hidden;
}
.sec-btm:before {
  position: absolute;
  z-index: 1;
  content:"";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/index/bg.svg);

  width: 668px;
  height: 596px;
  right: calc(100vw - 22%);
  top: -64px;
}

/* footer  */
footer {
  background: #fff;
  color:#000;
}
.f-inner {
  padding:20px 0;
}
.f-inner .site-info {
  margin-top: 15px;
  margin-left: 20px;
}
.site-info .comp {
  margin-bottom: 10px;
}
.site-info .addr {
  font-size: 13px;
  line-height: 22px;
  margin-top: 8px;
  margin-left: 20px;
}
.f-inner .l-copy {
  font-size: 13px;
  line-height: 22px;
}


@media (max-width:1199px) {
  /*.ptop {
    height: 580px;
  }*/
  .row-grow .col-photo.p-l figure {
    margin-right: 0;
  }
  .row-grow .col-photo.p-r figure {
    margin-left: 0;
  }
  .row-grow .col-photo.p-r figure img {
    max-width: 720px;
  }
  .row-grow .jp-map {
    margin-top: 0px;
    margin-left: 0;
  }
  .row-grow .jp-map img {
    max-width: 500px;
  }
  .kk-ginger {
    margin-left: 10px;
  }
  .kk-ginger figure {
    margin-left: 0;
  }
}
@media (max-width:992px) {

  .sec-intro:before, .sec-intro:after,
  .sec-grow:before, .sec-grow:after,
  .sec-btm:before {
    width: 450px;
    height: 404px;
  }
  .sec-intro:before {
    right: calc(100vw - 45%);
    top: -150px;
  }
  .sec-grow:before {
    bottom:21%;
  }
  .sec-grow:after {
    bottom: -120px;
  }
  .sec-btm:before {
    right: calc(100vw - 24%);
    top: -20px;
  }
  
  .row-grow .jp-map {
    left:-70px;
  }
  .col-photo .keisho {
    font-size: 80px;
    line-height: 90px;
  }
  .tb-gg-diff table {
    font-size: 16px;
  }
  .row-graph {
    margin-top:30px;
  }
  .row-graph .g-compare {
    margin-top: 30px;
  }
  .g-compare .g-comp {
    padding-left: 50px;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .g-compare .g-comp:before {
    width: 36px;
    height: 20px;
  }
}
@media (max-width:767px) {
  header .navbar {
    padding:8px 0 4px;
  }
  .navbar-brand {
    padding:0;
  }
  .navbar-brand img {
    width: 120px;
  }
  .ptop {
    height: 270px;
  }
  .ptop .arr-scroll {
    left: 20px;
    bottom: 20px;

    display: none;
  }

  .sec-intro:before, .sec-intro:after,
  .sec-grow:before, .sec-grow:after,
  .sec-btm:before,
  .sec-diff:before,.sec-diff:after {
    width: 320px;
    height: 286px;
  }
  .sec-intro:before {
    right: calc(100vw - 68%);
    top: 20px;
  }
  .sec-intro:after {
    left: calc(100vw - 72%);
    bottom: 30px;
  }
  .sec-grow:before {
    bottom: 43%;
    left: 0;
  }
  .sec-grow:after {
    bottom: -66px;
    left: 28%;
  }
  .sec-diff:before,
  .sec-diff:after {
    position: absolute;
    z-index: 1;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/index/bg.svg);
  }
  .sec-diff:before {
    left: -40px;
    top: 20.5%;
  }
  .sec-diff:after {
    left:auto;
    right: -24%;
    bottom: 15%;
  }
  .sec-btm:before {
    right: calc(100vw - 66%);
    top: auto;
    bottom: -90px;
  }

  #gotop-btn {
    right: 15px;
    bottom: 15px;
  }
  #gotop-btn a, #gotop-btn a:visited {
    width: 54px;
    height: 54px;
  }
  html,body {
    font-size: 15px;
    line-height: 26px;
  }

  h3.t {
    font-size: 22px;
    line-height: 34px;
  }
  .intro-gg .kk-ginger .word {
    font-size: 85px;
    text-align: center;
    letter-spacing: 10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  .kk-ginger .word .x {
    font-size: 62px;
  }
  .kk-ginger figure img {
    max-width: 520px;
  }

  .intro-cont .t {
    font-size: 1.3rem;
    line-height: 2.3rem;
    /*font-size: 22px;
    line-height: 34px;*/

    margin-bottom: 18px;
  }
  .inn-v .play-ov {
    display:none
    /*width: 90px;
    margin-top: -20px;*/
  }

  .sec-grow {
    padding-top: 10px;
  }
  .row-grow .col-photo img,
  .row-grow .col-photo.p-l img {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .row-grow .col-photo figure,
  .row-grow .col-photo.p-l figure {
    margin-bottom: 40px;
  }
  .gr-cont .t {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 18px;
  }
  .row-grow .jp-map {
    left: auto;
    right: auto;
    margin:10px auto;
  }
  .row-grow .jp-map img {
    width: 100%;
    max-width: 100%;
  }
  .grow2-img figure {
    position: relative;
    margin-bottom: 40px;
  }
  .grow2-img .keisho{
    position: absolute;
    font-size: 85px;
    line-height: 95px;
    left:12px;
    top:0px;
  }
  .col-btm-pt .row-btm-photos {
    position: relative;
    bottom: unset;
    margin-top: 40px;
  }
  .col-btm-pt .row-btm-photos figure:first-child {
    margin-right: 18px;
  }
  .gg-prod {
    padding:20px 30px;
  }
  .gg-prod .row-prod {
    margin-bottom: -20px;
  }
  .gg-prod .row-prod>div {
    margin-bottom: 25px;
  }
  .gg-prod figure figcaption {
    font-size: 16px;
    line-height: 22px;
    margin-top: 14px;
  }
  .gg-prod figure img {
    width: 100%;
  }
  .sec-diff {
    padding:50px 0;
  }
  .sec-diff h3.t {
    margin-bottom: 30px;
  }
  .scroll-hint-icon {
    margin-top: -40px;
  }
  .tb-gg-diff table {
    width: 620px;
    font-size: 14px;
    line-height: 18px;
  }
  .tb-note {
    font-size: 14px;
    text-align: left;
  }
  .row-kk-gg figure {
    margin-bottom: 32px;
  }
  .row-kk-gg figure img {
    width: 100%;
  }
  .row-graph .g-compare .t,
  .dist-map .t, .frag-comp .t {
    font-size: 18px;
    line-height: 28px;
  }
  .g-compare .g-comp:before {
    top:0;
    transform: unset;
  }
  .g-compare .g-comp {
    line-height: 20px;
  }
  .row-graph .graph {
    margin-top: 50px;
    text-align: center;
  }
  .row-graph .graph img {
    width: 100%;
  }
  .dist-map {
    margin-top: 50px;
  }
  .dist-map .dm-txt {
    font-size: 12px;
    line-height: 20px;
  }
  .frag-comp {
    margin-top: 50px;
  }
  .frag-comp .fc-box {
    padding:20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .frag-comp .btm-txt {
    text-align: left;
    font-size: 22px;
    line-height: 38px;
  }
  .sec-btm {
    padding:40px 0 120px;
  }

  .f-inner {
    padding:30px 0;
  }
  .row-ft .col-f-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .site-info .comp .d-flex {
    display: block!important;
  }
  .f-inner .site-info {
    max-width: 320px;
    margin:0 auto;
  }
  .site-info .addr {
    margin-left: 0;
    margin-top: 12px;
  }

}