@media screen and (min-width: 769px) {
  #content {
    width: 100% !important;
  }
  .content-wrap {
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .crumb {
    margin-bottom: 10px;
  }
}

.clnmn {
  position: fixed;
  display: none;
  top: 0;
  z-index: 20;
  width: 100%;
}

.clnmn.scll {
  display: block;
}

.clnmn .menuArea {
  position: static !important;
}

nav.localMenu {
  background: #009a36;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

nav.localMenu ul {
  display: table;
  margin: 0 auto;
}

nav.localMenu li {
  text-align: center;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

nav.localMenu li:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

nav.localMenu li:last-child:after {
  display: none;
}

nav.localMenu li a {
  display: block;
  padding: 14px 10px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  nav.localMenu li a {
    display: block;
    padding: 20px 40px;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: opacity 0.6s ease-out;
            transition: opacity 0.6s ease-out;
  }
  nav.localMenu li a:hover {
    -webkit-transition: opacity 0.1s ease-out;
            transition: opacity 0.1s ease-out;
    opacity: 0.8;
  }
}

nav.localMenu.top {
  position: static;
}

@media screen and (min-width: 769px) {
  .main-visual {
    background-image: url(../image/tx_main.png);
    background-position: 50% 0;
  }
}

.main-visual-img {
  background-image: url(../image/main.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  padding-top: 160%;
}
@media screen and (min-width: 769px) {
  .main-visual-img {
    background-image: none;
    background-image: url(../image/main_pc.png);
    background-size: auto;
    max-width: 1098px;
    height: 838px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

.content-1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .content-1 {
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(../image/tx_dot.png);
  }
}
.content-1-img {
  background-image: url(../image/content_1.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  padding-top: 460.1%;
}
@media screen and (min-width: 769px) {
  .content-1-img {
    background-image: none;
    background-image: url(../image/content_1_pc.png);
    background-size: auto;
    max-width: 961px;
    height: 1592px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.content-2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .content-2 img {
    position: relative;
    top: 32px;
  }
}

.btn {
  cursor: pointer;
}
.btn-2 {
  display: block;
  position: absolute;
  bottom: 28.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
}
.btn-2 .ov {
  display: none;
}
@media screen and (min-width: 769px) {
  .btn-2 {
    width: auto;
    bottom: 209px;
  }
  .btn-2:hover picture {
    display: none;
  }
  .btn-2:hover .ov {
    display: inline;
  }
}

.bg-stripe {
  padding-bottom: 10px;
  border-top: 1px solid #f7e58f;
}
@media screen and (min-width: 769px) {
  .bg-stripe {
    background-image: url(../image/tx_stripe.png);
    border-top: none;
    box-shadow: 0 0 2px 1px #f0ebb8 inset;
    padding-top: 37px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.bg-white {
  padding-bottom: 10px;
  min-height: 20px;
  box-shadow: 0 -1px 1px 0 #f1e7de inset;
}
@media screen and (min-width: 769px) {
  .bg-white {
    min-height: 120px;
  }
}

.banners {
  padding: 3.5% 10%;
}
@media screen and (min-width: 769px) {
  .banners {
    padding: 0;
    font-size: 0;
  }
}
.banners a {
  display: block;
  text-align: center;
  margin: 3% 0;
}
@media screen and (min-width: 769px) {
  .banners a {
    display: inline-block;
    margin: 55px 22px;
  }
}
