@charset "UTF-8";
* {
  text-decoration: none;
  color: #F2F2F2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 100;
}

.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.main {
  background-image: url(../img/bg@2x.jpg);
  background-size: cover;
}

.titlename {
  color: #7F8146;
  font-size: 2em;
  font-weight: 100;
  letter-spacing: 0.1em;
  padding: 50px 0;
}

.fv {
  position: relative;
}
.fv .main_imgBox {
  height: 680px;
  overflow: hidden;
  position: relative;
}
.fv .main_imgBox .main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 680px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}
.fv .main_imgBox .main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.fv .main_imgBox .main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.fv .main_imgBox .main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.fv .main_imgBox .main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.fv .main_imgBox .main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.fv:after {
  content: "";
  background-color: rgba(60, 60, 60, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fv .fv_inner .nav {
  position: absolute;
  top: 40px;
  z-index: 10;
}
.fv .fv_inner .nav .nav_left {
  width: 100%;
  max-width: 200px;
}
.fv .fv_inner .nav .nav_left .logo-top {
  width: 100%;
}
.fv .fv_inner .fv_msg {
  position: absolute;
  bottom: 5%;
  right: 10%;
  z-index: 11;
  font-size: 2em;
  letter-spacing: 0.1em;
}

/*ハンバーガーボタン*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 41;
  right: 8%;
  top: 8%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.hamburger:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #F2F2F2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 25%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease, visibility 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease;
  display: none;
}

nav.globalMenuSp.active {
  display: block;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  line-height: 50px;
  margin-top: 40%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #7F8146;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 1.4em;
  text-align: left;
  padding-left: 10%;
  letter-spacing: 0.1em;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}

.concept {
  position: relative;
}
.concept .title_concept {
  position: relative;
  display: inline-block;
  position: absolute;
  right: 200px;
}
.concept .title_concept:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #7F8146;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -200px;
  margin: auto;
}
.concept .concept_inner {
  padding-top: 100px;
}
.concept .concept_inner .concept1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 100px 0;
}
.concept .concept_inner .concept1 img {
  width: 40%;
}
.concept .concept_inner .concept1 p {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 2em;
  text-align: justify;
  font-size: 1.1em;
}
.concept .concept_inner .concept2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 100px 0;
}
.concept .concept_inner .concept2 img {
  width: 40%;
}
.concept .concept_inner .concept2 p {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 2em;
  text-align: justify;
  font-size: 1.1em;
}
.concept .concept_inner .concept2 p a {
  border-bottom: 1px solid #F2F2F2;
  padding: 15px 0 5px 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  font-size: 1.2em;
}
.concept .concept_inner .concept2 p a:hover {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  font-size: 1.3em;
}

.pickup {
  position: relative;
}
.pickup .title_pickup {
  position: relative;
  display: inline-block;
  position: absolute;
  left: 200px;
}
.pickup .title_pickup:before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #7F8146;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200px;
  margin: auto;
}
.pickup .pickup_inner {
  padding-top: 50px;
  text-align: center;
}
.pickup .pickup_inner .pickupbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.pickup .pickup_inner .pickupbox .pickupbox-item-image {
  width: 100%;
  max-width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup .pickup_inner .pickupbox .pickup_text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.pickup .pickup_inner .pickupbox .pickup_text img {
  width: 70%;
  margin-left: -1em;
}
.pickup .pickup_inner .pickupbox .pickup_text .pickupbox-item-name {
  font-size: 2.3em;
}
.pickup .pickup_inner .pickupbox .pickup_text .pickupbox-item-text {
  font-size: 1.5em;
  line-height: 1.6em;
}
.pickup .pickup_inner .pickup2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pickup .pickup_inner .btn_tolineup {
  margin: 140px 0;
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.pickup .pickup_inner .btn_tolineup:hover {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  font-size: 1.7em;
}
.pickup .pickup_inner .btn_tolineup:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #F2F2F2;
  width: 100%;
}
.pickup .pickup_inner .btn_tolineup:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #F2F2F2;
  width: 15px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.history .title_history {
  position: relative;
  display: inline-block;
  position: absolute;
  right: 200px;
}
.history .title_history:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #7F8146;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -200px;
  margin: auto;
}
.history .history_inner {
  padding-top: 200px;
  text-align: center;
}
.history .history_inner img {
  width: 60%;
}
.history .history_inner p {
  width: 700px;
  display: block;
  margin: 50px auto;
  line-height: 2em;
}

.access {
  position: relative;
}
.access .title_access {
  position: relative;
  display: inline-block;
  position: absolute;
  left: 200px;
}
.access .title_access:before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #7F8146;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200px;
  margin: auto;
}
.access .access_inner {
  padding-top: 150px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access .access_inner .icon {
  width: 100%;
  height: auto;
  max-width: 30px;
}
.access .access_inner .access_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}
.access .access_inner .access_left iframe {
  width: 60vmin;
  height: 50vmin;
  max-height: 310px;
  max-width: 400px;
}
.access .access_inner .access_left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access .access_inner .access_left .icon {
  margin-right: 16px;
}
.access .access_inner .access_right {
  width: 60%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.access .access_inner .access_right .logo {
  width: 100%;
  max-width: 200px;
}
.access .access_inner .access_right table {
  border-spacing: 0;
  width: 70%;
  margin-top: 30px;
}
.access .access_inner .access_right table th {
  border-bottom: solid 1px #F2F2F2;
  padding: 15px 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.access .access_inner .access_right table td {
  border-bottom: solid 1px #F2F2F2;
  text-align: left;
  padding: 15px 0;
  letter-spacing: 0.1em;
  padding-left: 30px;
}
.access .access_inner .access_right .sns_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.access .access_inner .access_right .sns_icons a {
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.access .access_inner .access_right .sns_icons a:hover {
  opacity: 0.4;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.access .access_inner .access_right .sns_icons :nth-child(2) {
  padding-left: 50px;
}
.access .access_inner .access_right .sns_icons :nth-child(3) {
  padding-left: 50px;
}

footer {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 0.1em;
}

.bread {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 20%;
  padding-left: 50px;
}
.bread .breadTop:after {
  content: "/";
  padding-left: 40px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 414px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    width: 100%;
    max-width: 414px;
  }
  .fv .main_imgBox {
    height: 480px;
  }
  .fv .main_imgBox .main_img {
    height: 480px;
  }
  .fv .fv_inner .nav {
    top: 14px;
  }
  .fv .fv_inner .nav .nav_left a img {
    max-width: 120px;
  }
  .fv .fv_inner .nav .nav_left a .logo-top {
    margin-left: 20px;
  }
  .fv .fv_inner .hamburger {
    top: 10px;
    right: 3%;
  }
  .fv .fv_inner .globalMenuSp {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.9);
  }
  .fv .fv_inner .globalMenuSp ul {
    line-height: 20px;
    padding: 60px 0;
    margin-top: 0;
  }
  .fv .fv_inner .globalMenuSp ul li a {
    font-size: 1em;
  }
  .fv .fv_inner .fv_msg {
    font-size: 0.8em;
    right: 5%;
  }
  .main {
    background-image: url(../img/bg-sp@2x.jpg);
    background-size: cover;
  }
  .main .concept .title_concept {
    position: unset;
    padding: 10px;
    font-size: 1em;
  }
  .main .concept ::after {
    display: none;
  }
  .main .concept .concept_inner {
    padding-top: 0px;
  }
  .main .concept .concept_inner .concept1, .main .concept .concept_inner .concept2 {
    margin: 0px;
    display: block;
    position: unset;
  }
  .main .concept .concept_inner .concept1 img, .main .concept .concept_inner .concept2 img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .main .concept .concept_inner .concept1 p, .main .concept .concept_inner .concept2 p {
    position: unset;
    width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-top: 10px;
  }
  .main .concept .concept_inner .concept2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
  }
  .main .concept .concept_inner .concept2 a {
    text-align: center;
    display: block;
  }
  .main .pickup {
    margin-top: 40px;
  }
  .main .pickup .title_pickup {
    position: unset;
    padding: 10px;
    font-size: 1em;
  }
  .main .pickup ::before {
    display: none;
  }
  .main .pickup .pickup_inner {
    padding-top: 10px;
  }
  .main .pickup .pickup_inner .pickupbox {
    margin-top: 10px;
    display: block;
  }
  .main .pickup .pickup_inner .pickupbox img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .main .pickup .pickup_inner .pickupbox .pickup_text {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-top: 1%;
  }
  .main .pickup .pickup_inner .pickupbox .pickup_text img {
    width: 60%;
    margin-left: 0;
  }
  .main .pickup .pickup_inner .pickupbox .pickup_text p {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main .pickup .pickup_inner .pickupbox .pickup_text p small {
    padding-top: 0;
  }
  .main .pickup .pickup_inner .pickup2, .main .pickup .pickup_inner .pickup3 {
    margin-top: 60px;
  }
  .main .pickup .pickup_inner .btn_tolineup {
    margin: 30px 0;
    font-size: 0.9em;
  }
  .main .pickup .pickup_inner ::before {
    right: 32%;
    width: 180px;
  }
  .main .pickup .pickup_inner ::after {
    right: 32%;
  }
  .main .history .title_history {
    position: unset;
    padding: 40px 10px 0;
    font-size: 1em;
  }
  .main .history ::after {
    display: none;
  }
  .main .history .history_inner {
    padding-top: 20px;
    text-align: left;
  }
  .main .history .history_inner img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .main .history .history_inner p {
    width: 80%;
    margin: 20px auto;
    font-size: 0.8em;
  }
  .main .access .title_access {
    position: unset;
    padding: 10px;
    font-size: 1em;
  }
  .main .access ::before {
    display: none;
  }
  .main .access .access_inner {
    padding-top: 30px;
    display: block;
    padding-bottom: 20px;
  }
  .main .access .access_inner .access_left {
    display: block;
    width: 100%;
  }
  .main .access .access_inner .access_left iframe {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .main .access .access_inner .access_left img {
    width: 50%;
    display: block;
    margin-left: 20px;
  }
  .main .access .access_inner .access_left a {
    text-align: center;
  }
  .main .access .access_inner .access_left a img {
    display: inline-block;
  }
  .main .access .access_inner .access_right {
    width: 86%;
    margin: 100px auto 0;
    display: block;
  }
  .main .access .access_inner .access_right img {
    position: unset;
    display: block;
    width: 40%;
  }
  .main .access .access_inner .access_right table {
    width: 100%;
    position: unset;
    margin-top: 20px;
    font-size: 1em;
  }
  .main .access .access_inner .access_right table td {
    padding-left: 0;
    padding-bottom: 15px;
    line-height: 1.5em;
  }
  .main .access .access_inner .access_right .sns_icons {
    position: unset;
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 90px;
  }
  .main .access .access_inner .access_right .sns_icons :nth-child(2) {
    padding-left: 10%;
  }
  .main .access .access_inner .access_right .sns_icons :nth-child(3) {
    padding-left: 10%;
  }
  .main .access .access_inner .access_right .sns_icons a img {
    width: 100%;
    max-width: 40px;
  }
  .main footer {
    padding: 20px;
  }
  .main footer p {
    font-size: 0.8em;
  }
}