@charset "UTF-8";
@media all and (min-width: 641px) {
  .pcdn {
    display: none !important;
  }
}
@media all and (max-width: 640px) {
  .spdn {
    display: none !important;
  }
}
@keyframes btnBg {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1.07, 1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes btnArw {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
.orbitron {
  font-family: 'Orbitron', sans-serif;
}

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

.contents {
  color: #707070;
  background: #fff;
  font-size: 1.0rem;
  line-height: 1.4;
    /*.linkBtn {
        width: 320px;
        height: 60px;
        display: block;
        margin: auto;
        position: relative;
        color: #ffffff;
        line-height: 60px;
        text-align: center;
        text-decoration: none;
        padding-right: 20px;
        box-sizing: border-box;
        &:after {
            position: absolute;
            content: "";
            display: block;
            background: url("../images/btn_arrow.png") no-repeat;
            width: 10px;
            height: 22px;
            top: 0;
            bottom: 0;
            right: 20px;
            margin: auto;
        }
        @media all and (max-width: $bp) {
            width: 100%;

        }
        &:hover {
            opacity:0.7 !important;
        }
    }*/
}
.contents .wrap {
  width: 960px;
  max-width: 960px;
  margin: auto;
  text-align: left;
}
@media all and (max-width: 640px) {
  .contents .wrap {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
}
.contents .local_link {
  margin-top: 35px;
}
.contents .local_link a {
  text-decoration: none;
  color: #707070;
  font-size: 1.5rem;
}
@media all and (max-width: 640px) {
  .contents .local_link a {
    font-size: 1.5rem;
  }
}
.contents .local_link ul {
  text-align: center;
}
.contents .local_link ul li {
  padding: 5px 59px;
  display: inline-block;
}
.contents .local_link ul li:nth-of-type(1) {
  border-right: 1px solid #bebec0;
}
@media all and (max-width: 640px) {
  .contents .local_link ul li {
    padding: 0 20px;
  }
}
.contents sub {
  font-size: 0.7rem;
  vertical-align: top;
}
.contents .breadNav a {
  color: #333;
}
.contents .top_main {
  height: 405px;
  position: relative;
}
.contents .top_main .bg {
  color: #707070;
  background: url("../images/bg_main.png") no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center center;
}
.contents .top_main .bg .wrap {
  width: 960px;
  max-width: 960px;
  margin: auto;
  position: relative;
  height: 100%;
}
@media all and (max-width: 640px) {
  .contents .top_main .bg .wrap {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
}
.contents .top_main .bg .wrap h1 {
  text-align: left;
  padding-top: 120px;
}
@media all and (max-width: 640px) {
  .contents .top_main .bg .wrap h1 {
    width: 80%;
    padding-top: 30px;
    margin: auto;
  }
}
@media all and (max-width: 640px) {
  .contents .top_main .bg {
    height: auto;
    background: none;
  }
}
.contents .top_main .img .wrap {
  width: 960px;
  max-width: 960px;
  margin: auto;
  position: relative;
  height: 105px;
}
@media all and (max-width: 640px) {
  .contents .top_main .img .wrap {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
}
@media all and (max-width: 640px) {
  .contents .top_main .img .wrap {
    height: auto;
  }
}
.contents .top_main .img .wrap .img01 {
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: 71px;
}
@media all and (max-width: 640px) {
  .contents .top_main .img .wrap .img01 {
    position: static;
    margin: 20px auto;
  }
  .contents .top_main .img .wrap .img01 img {
    width: 100%;
  }
}
.contents .top_main .img .wrap .img02 {
  position: absolute;
  z-index: 1;
  left: 289px;
  bottom: 50px;
}
@media all and (max-width: 640px) {
  .contents .top_main .img .wrap .img02 {
    position: relative;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .contents .top_main .img .wrap .img02 img {
    position: absolute;
    right: 55%;
    top: 30px;
    max-width: 40%;
  }
}
.contents .top_main .img .wrap .img03 {
  position: absolute;
  z-index: 1;
  left: 440px;
  bottom: 0;
}
@media all and (max-width: 640px) {
  .contents .top_main .img .wrap .img03 {
    position: relative;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .contents .top_main .img .wrap .img03 img {
    position: relative;
    left: 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 640px) {
  .contents .top_main {
    background: url("../images/bg_main.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
  }
}
.contents.operation {
  padding-top: 90px;
}
@media all and (max-width: 640px) {
  .contents.operation {
    padding-top: 45px;
  }
}
.contents.operation .ttl {
  height: 320px;
  background: url("../images/bg_ttl_operation.png") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.contents.operation .ttl h2 {
  position: absolute;
  width: 152px;
  height: 45px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (max-width: 640px) {
  .contents.operation .ttl {
    height: 160px;
  }
}
.contents.operation .wrap .txt {
  margin-top: 60px;
  text-align: center;
}
.contents.operation .wrap .txt p {
  display: inline-block;
  text-align: left;
}
@media all and (max-width: 640px) {
  .contents.operation .wrap .txt {
    margin-top: 30px;
  }
}
.contents.operation .wrap .col {
  margin-top: 80px;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .contents.operation .wrap .col {
    margin-top: 0;
  }
}
.contents.operation .wrap .col .cell_left {
  width: 480px;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .contents.operation .wrap .col .cell_left {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 40px;
  }
}
.contents.operation .wrap .col .cell_right {
  width: 50%;
  float: right;
  padding-left: 30px;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .contents.operation .wrap .col .cell_right {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 90px;
  }
}
.contents.operation .wrap .col h3 {
  background: url("../images/bg_operation_h3.png") no-repeat;
  background-position: center center;
  text-align: center;
  font-size: 1.3rem;
  margin: auto;
}
.contents.operation .wrap .col .img {
  margin-top: 40px;
  text-align: center;
}
.contents.operation .wrap .single {
  margin-top: 115px;
}
@media all and (max-width: 640px) {
  .contents.operation .wrap .single {
    margin-top: 90px;
  }
}
.contents.operation .wrap .single h3 {
  padding: 55px 0;
  border-top: 1px solid #bebec0;
  text-align: center;
  font-size: 1.85rem;
}
@media all and (max-width: 640px) {
  .contents.operation .wrap .single h3 {
    font-size: 1.3rem;
  }
}
.contents.operation .wrap .cautionArea {
  text-align: left;
  margin-top: 80px;
}
@media all and (max-width: 640px) {
  .contents.operation .wrap .cautionArea {
    margin-top: 40px;
  }
}
.contents.operation .wrap .cautionArea .caution {
  margin: 0;
}
.contents.operation .wrap .cautionArea .caution li {
  font-size: 12px;
}
.contents.operation .wrap .noteArea {
  margin: 0;
  margin-top: 20px;
}
.contents.operation .wrap .noteArea .note-list {
  width: 100%;
  padding: 0;
}
.contents.operation .wrap .noteArea .note-list li {
  color: #707070;
}
.contents.operation .wrap .noteArea .note-list li:last-child {
  margin-bottom: 0;
}
.contents ul.talk_list {
  width: 960px;
  max-width: 960px;
  margin: auto;
  border-top: 1px solid #bebec0;
}
@media all and (max-width: 640px) {
  .contents ul.talk_list {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
}
@media all and (max-width: 640px) {
  .contents ul.talk_list {
    padding: 0;
  }
}
.contents ul.talk_list > li {
  border-bottom: 1px solid #bebec0;
}
.contents .acodion > dt {
  cursor: pointer;
}
.contents .talk_box > dt {
  min-height: 90px;
  vertical-align: middle;
  padding: 35px 40px;
  text-align: left;
  position: relative;
  font-size: 1.2rem;
}
@media all and (max-width: 640px) {
  .contents .talk_box > dt {
    padding: 20px 60px 20px 20px;
    min-height: initial;
    min-height: auto;
    font-size: 1.1rem;
  }
}
.contents .talk_box > dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 24px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/icon_plus.png") no-repeat;
  background-position: center center;
}
@media all and (max-width: 640px) {
  .contents .talk_box > dt:after {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
}
.contents .talk_box > dt.open:after {
  background: url("../images/icon_minus.png") no-repeat;
  background-position: center center;
}
@media all and (max-width: 640px) {
  .contents .talk_box > dt.open:after {
    background-size: contain;
  }
}
.contents .talk_box > dt > sub {
  font-size: 60%;
}
.contents .talk_box > dd {
  /*            background: #f0f0f0; */
  text-align: left;
  position: relative;
  display: none;
}
@media all and (max-width: 640px) {
  .contents .talk_box > dd {
    padding: 0;
  }
}
.contents .talk_box > dd .talk {
  display: table;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #bebec0;
}
@media all and (max-width: 640px) {
  .contents .talk_box > dd .talk {
    display: block;
    padding: 0 0 20px 0;
  }
}
.contents .talk_box > dd .talk > dt {
  display: table-cell;
  background: #f9f9f9;
  width: 290px;
  font-weight: bold;
  padding-left: 40px;
  padding-right: 30px;
  box-sizing: border-box;
  vertical-align: middle;
}
@media all and (max-width: 640px) {
  .contents .talk_box > dd .talk > dt {
    display: block;
    width: 100%;
    padding: 20px 10px 20px 20px;
  }
}
.contents .talk_box > dd .talk > dt > span {
  font-weight: normal;
  font-size: 0.8rem;
  display: block;
  text-align: left;
}
.contents .talk_box > dd .talk > dd {
  padding: 25px 0;
  display: table-cell;
}
@media all and (max-width: 640px) {
  .contents .talk_box > dd .talk > dd {
    padding: 0;
    display: block;
  }
}
.contents .talk_box > dd .talk > dd > ul > li {
  /*
                              padding: 15px 40px 15px 40px;
                              &:before {
                                  content: "";
                                  background: url("../images/ico_talk.png") no-repeat;
                                  width: 26px;
                                  height: 22px;
                                  top: 0;
                                  bottom: 0;
                                  left: 0;
                                  margin: auto;
                                  position: absolute;
                                  @media all and (max-width: $bp) {
                                      width: 18px;
                                      height: 16px;
                                      background-size:contain;
                                      margin-top: 0;
                                      top:2px;
  
                                  }
                              }
  */
}
.contents .talk_box > dd .talk > dd > ul > li > p {
  border-bottom: 0;
  font-size: 1.0rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 20px 60px;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  background: #e0e0e0;
  border-radius: 15px;
}
@media all and (max-width: 640px) {
  .contents .talk_box > dd .talk > dd > ul > li > p {
    margin: 20px 20px;
  }
}
@media all and (max-width: 640px) {
  .contents .talk_box > dd .talk > dd > ul > li {
    width: 100%;
    padding: 0 0 0 0px;
    min-height: initial;
    min-height: auto;
  }
  .contents .talk_box > dd .talk > dd > ul > li:last-child {
    margin-bottom: 0;
  }
}
.contents .talk_box > dd .talk:last-child {
  border-bottom: 0;
}
@media all and (max-width: 640px) {
  .contents .talk_box > dd .talk:last-child {
    /*padding-bottom: 20px */
  }
}
.contents.edit {
  padding-top: 115px;
  padding-bottom: 120px;
}
@media all and (max-width: 640px) {
  .contents.edit {
    padding-top: 45px;
  }
}
.contents.edit .ttl {
  height: 320px;
  background: url("../images/bg_ttl_edit.png") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.contents.edit .ttl h2 {
  position: absolute;
  width: 152px;
  height: 45px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (max-width: 640px) {
  .contents.edit .ttl {
    height: 160px;
  }
}
.contents.edit .wrap .txt {
  margin-top: 60px;
  text-align: center;
}
.contents.edit .wrap .txt p {
  display: inline-block;
  text-align: left;
}
.contents.edit .wrap .col {
  overflow: hidden;
  margin-top: -80px;
  position: relative;
}
@media all and (max-width: 640px) {
  .contents.edit .wrap .col {
    margin-top: 0;
  }
}
.contents.edit .wrap .col .cell_left {
  width: 480px;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .contents.edit .wrap .col .cell_left {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 40px;
  }
}
.contents.edit .wrap .col .cell_right {
  width: 50%;
  float: right;
  padding-left: 30px;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .contents.edit .wrap .col .cell_right {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 90px;
  }
}
.contents.edit .wrap .col .cell {
  text-align: center;
}
.contents.edit .wrap .col .cell .top {
  text-align: center;
  height: 150px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 640px) {
  .contents.edit .wrap .col .cell .top {
    height: auto;
    margin-bottom: 10px;
  }
}
.contents.edit .wrap .col h3 {
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  padding-bottom: 50px;
}
.contents.edit .wrap .col h3 em {
  font-size: 1.8rem;
  line-height: 1.1;
}
@media all and (max-width: 640px) {
  .contents.edit .wrap .col h3 {
    margin: auto 10px;
    padding-bottom: 30px;
  }
}
.contents.edit .wrap .col .img {
  margin-top: 40px;
  text-align: center;
}
.contents.edit .wrap .col ol {
  border-top: 1px solid #bebec0;
  padding-top: 25px;
  box-sizing: border-box;
}
.contents.edit .wrap .col ol li {
  text-align: left;
}
.contents.edit .wrap .col ol li:after {
  content: "";
  background: url("../images/arrow_edit.png") no-repeat;
  background-position: center;
  display: block;
  height: 21px;
  margin: 40px auto 20px;
}
.contents.edit .wrap .col ol li:last-child:after {
  display: none;
}
.contents.edit .wrap .col ol li em {
  font-size: 1.8rem;
  line-height: 1.1;
}
.contents.edit .wrap .col ol li.tac {
  text-align: center;
}
.contents.edit .wrap .col ol li.img {
  text-align: center;
  margin-top: 30px;
}
.contents.edit .wrap .col .caution {
  margin-top: 60px;
  margin-bottom: 0;
  text-align: left;
}
@media all and (max-width: 640px) {
  .contents.edit .wrap .col .caution {
    margin-top: 30px;
  }
}
.contents.edit .wrap .col .caution li {
  font-size: 12px;
  margin-bottom: 25px;
}
.contents.edit .wrap .btn_box {
  margin-top: 35px;
}
.contents.edit .wrap .btn_box a.linkBtn {
  margin-left: auto;
  margin-right: auto;
  background: #4285f4;
}
.contents.edit .wrap .btn_box a.linkBtn::before {
  background-color: #4285f4;
}
@media all and (max-width: 640px) {
  .contents.edit .wrap .btn_box {
    margin-top: 90px;
  }
}
.contents .linkBtn {
  display: block;
  position: relative;
  width: 280px;
  height: 60px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: white;
  line-height: 60px;
  z-index: 1;
  transition: opacity .2s linear 0s;
}
@media screen and (max-width: 640px) {
  .contents .linkBtn {
    width: 80%;
    max-width: 280px;
    height: 44px;
    line-height: 44px;
  }
}
.contents .linkBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  z-index: -1;
}
.contents .linkBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  background-image: url(../../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.contents .linkBtn:hover {
  opacity: .95;
}
.contents .linkBtn:hover::before {
  animation: btnBg 1s ease 0s infinite;
}
.contents .linkBtn:hover::after {
  animation: btnArw 1s linear 0s infinite;
}
.contents.taiou {
  padding: 95px 0 60px 0;
}
.contents.taiou.top {
  padding-top: 95px;
  padding-bottom: 120px;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
 /*           &.animeElm {
                &::before {
                    transform: translate3D(-100%, 0, 0);
                }
                &::after {
                    transform: translate3D(100%, 0, 0);
                }
                > h2 {
                    @include faseinStart();
                }
            }
*/
}
@media screen and (max-width: 640px) {
  .contents.taiou.top {
    padding: 60px 0 40px 0;
  }
}
.contents.taiou.top::before, .contents.taiou.top::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 240px;
  background-repeat: repeat-y;
  transition: transform 1s ease 0s;
  transform: translate3D(0, 0, 0);
}
@media screen and (max-width: 640px) {
  .contents.taiou.top::before, .contents.taiou.top::after {
    background-size: 100% 160px;
  }
}
.contents.taiou.top::before {
  background-image: linear-gradient(to bottom, #272f39 0%, #272f39 50%, transparent 50.1%, transparent 100%);
  z-index: 1;
}
.contents.taiou.top::after {
  background-image: linear-gradient(to top, #272f39 0%, #272f39 50%, transparent 50.1%, transparent 100%);
  z-index: 2;
  visibility: visible;
}
.contents.taiou.top > h2 {
  position: relative;
  background: none;
  z-index: 3;
  color: white;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 1s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  .contents.taiou.top > h2 {
    font-size: 26px;
    text-align: center;
  }
}
.contents.taiou.top > .modelArea {
  position: relative;
  background-color: transparent;
  z-index: 3;
}
.contents.taiou.top > .modelArea .products {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .contents.taiou.top > .modelArea .products {
    margin-top: 0;
  }
}
.contents.taiou.top > .modelArea .products > li {
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.contents.taiou.top > .modelArea .products > li.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
@media screen and (min-width: 641px) {
  .contents.taiou.top > .modelArea .products > li.r {
    transition-delay: .4s;
  }
}
.contents.taiou.top > .modelArea .text {
  color: white;
  line-height: 1.6;
  padding-top: 70px;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.contents.taiou.top > .modelArea .text.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
@media screen and (max-width: 640px) {
  .contents.taiou.top > .modelArea .text {
    padding-top: 50px;
    font-size: 14px;
  }
}
.contents.taiou.top > .modelArea .banner {
  margin-top: 0;
  padding-bottom: 0;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.contents.taiou.top > .modelArea .banner.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
@media all and (max-width: 640px) {
  .contents.taiou.bottom {
    padding-top: 20px;
  }
}
.contents.taiou.bottom .note-title {
  font-size: 12px;
  color: #333;
}
.contents.faq {
  background-color: #fbfbfb;
  padding: 80px 0;
}
.contents.faq .linkBtn {
  background-color: #a28e5c;
}
@media screen and (max-width: 640px) {
  .contents.faq {
    padding: 60px 0;
  }
}
.contents.faq .faqLead {
  color: #707070;
}
.contents.faq .faqBtn {
  margin: 0 auto 0 auto;
  background-color: #a28e5c;
  /*          @include fadeinBase(.6s,
            0s); */
}
.contents.faq .faqBtn::before {
  background-color: #a28e5c;
}
.contents.faq .faqBtn.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
