@charset "UTF-8";
@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);
  }
}
.noCaudex {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.sp {
    display: inline;
  }
}

body {
  background-color: transparent;
  min-width: 1200px;
}
@media screen and (max-width: 640px) {
  body {
    min-width: initial;
    min-width: auto;
  }
}

@media screen and (max-width: 960px) {
  article.contents {
    width: 1200px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper > .contents {
    width: 100%;
  }
}
.wrapper > .contents > h2 {
  font-family: "Caudex", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  text-align: center;
  line-height: 1;
  color: #707070;
}
.wrapper > .contents > h2 > .eng {
  display: block;
  margin-top: 16px;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents > h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
.wrapper > .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) {
  .wrapper > .contents .linkBtn {
    width: 80%;
    max-width: 280px;
    height: 44px;
    line-height: 44px;
  }
}
.wrapper > .contents .linkBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  z-index: -1;
}
.wrapper > .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%;
}
.wrapper > .contents .linkBtn:hover {
  opacity: .95;
}
.wrapper > .contents .linkBtn:hover::before {
  animation: btnBg 1s ease 0s infinite;
}
.wrapper > .contents .linkBtn:hover::after {
  animation: btnArw 1s linear 0s infinite;
}
.wrapper > .contents.topMain {
  height: 640px;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wrapper > .contents.topMain.type01 {
  background-image: url(../images/bg_01.jpg);
}
.wrapper > .contents.topMain.type01 > .topInner > h1 {
  width: 431px;
  top: 190px;
  left: auto;
  right: 5px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain.type01 > .topInner > h1 {
    top: 0;
    left: 50%;
    right: auto;
    width: 70%;
  }
}
.wrapper > .contents.topMain.type01 > .topInner > .mainImg {
  width: 700px;
  top: 64px;
  right: auto;
  left: 5px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain.type01 > .topInner > .mainImg {
    margin-top: 0;
  }
}
.wrapper > .contents.topMain.type01 > .topInner > .logoList {
  top: 410px;
  left: 764px;
}
.wrapper > .contents.topMain.type01 {
  background-image: url(../images/bg_01.jpg);
}
.wrapper > .contents.topMain.type01 > .topInner > h1 {
  width: 431px;
  top: 190px;
  left: auto;
  right: 5px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain.type01 > .topInner > h1 {
    top: 0;
    left: 50%;
    right: auto;
    width: 70%;
  }
}
.wrapper > .contents.topMain.type01 > .topInner > .mainImg {
  width: 700px;
  top: 64px;
  right: auto;
  left: 5px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain.type01 > .topInner > .mainImg {
    margin-top: 0;
  }
}
.wrapper > .contents.topMain.type01 > .topInner > .logoList {
  top: 400px;
  left: 764px;
}
.wrapper > .contents.topMain.type02 {
  background-image: url(../images/bg_02.jpg);
}
.wrapper > .contents.topMain.type02 > .topInner > h1 {
  width: 521px;
  top: 175px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain.type02 > .topInner > h1 {
    top: 0;
    width: 70%;
  }
}
.wrapper > .contents.topMain.type02 > .topInner > .mainImg {
  width: 600px;
  top: 100px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain.type02 > .topInner > .mainImg {
    margin-top: 0;
  }
}
.wrapper > .contents.topMain.type02 > .topInner > .logoList {
  top: 430px;
}
.wrapper > .contents.topMain.type02 > .topInner > .topNotice {
  color: #000;
}
.wrapper > .contents.topMain.type03 {
  background-image: url(../images/bg_03.jpg);
}
.wrapper > .contents.topMain.type03 > .topInner > h1 {
  width: 436px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain.type03 > .topInner > h1 {
    width: 70%;
  }
}
.wrapper > .contents.topMain.type03 > .topInner > .mainImg {
  width: 640px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain.type03 > .topInner > .mainImg {
    margin-top: 0;
  }
}
.wrapper > .contents.topMain.type03 > .topInner > .logoList {
  top: 400px;
}
.wrapper > .contents.topMain.type03 > .topInner > .topNotice {
  color: #000;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain {
    height: auto;
  }
}
.wrapper > .contents.topMain > .topInner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain > .topInner {
    width: 100%;
    padding: 40px 0 10px 0;
  }
}
.wrapper > .contents.topMain > .topInner > h1 {
  position: absolute;
  width: 575px;
  line-height: 0;
  top: 180px;
  left: 15px;
  transition: opacity .6s linear 0s, transform .6s ease 0s;
  opacity: 1;
  transform: translate3D(0, 0, 0);
}
.wrapper > .contents.topMain > .topInner > h1 > img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain > .topInner > h1 {
    position: relative;
    width: 85%;
    max-width: 360px;
    top: 0;
    left: 50%;
    transform: translate3D(-50%, 0, 0);
  }
}
.wrapper > .contents.topMain > .topInner > .mainImg {
  position: absolute;
  top: 90px;
  right: 5px;
  line-height: 0;
  width: 560px;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.wrapper > .contents.topMain > .topInner > .mainImg > img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain > .topInner > .mainImg {
    position: static;
    width: 90% !important;
    max-width: 360px;
    margin: 30px auto 20px auto;
  }
}
.wrapper > .contents.topMain > .topInner > .logoList {
  position: absolute;
  list-style-type: none;
  top: 340px;
  left: 15px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain > .topInner > .logoList {
    box-sizing: border-box;
    max-width: 480px;
    padding: 0 10px;
    position: static;
    text-align: left;
    margin: 0 auto;
  }
}
.wrapper > .contents.topMain > .topInner > .logoList > .logoItem {
  display: inline-block;
  margin-right: 5px;
  line-height: 0;
  vertical-align: middle;
}
.wrapper > .contents.topMain > .topInner > .logoList > .logoItem > img {
  max-width: 100%;
  height: auto;
}
.wrapper > .contents.topMain > .topInner > .logoList > .logoItem.google {
  width: 149px;
}
.wrapper > .contents.topMain > .topInner > .logoList > .logoItem.alexa {
  width: 111px;
}
.wrapper > .contents.topMain > .topInner > .logoList > .logoItem.clova {
  width: 113px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain > .topInner > .logoList > .logoItem.google {
    width: 119.2px;
  }
  .wrapper > .contents.topMain > .topInner > .logoList > .logoItem.alexa {
    width: 88.8px;
  }
  .wrapper > .contents.topMain > .topInner > .logoList > .logoItem.clova {
    width: 91.2px;
  }
}
.wrapper > .contents.topMain > .topInner > .topNotice {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: white;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain > .topInner > .topNotice {
    position: static;
    margin: 30px 10px 0 10px;
    font-size: 10px;
    text-align: left;
  }
}
.wrapper > .contents.topMain > .topInner.animeElm > h1 {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.topMain > .topInner.animeElm > h1 {
    transform: translate3d(-50%, 10px, 0);
  }
}
.wrapper > .contents.topMain > .topInner.animeElm > .mainImg {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.wrapper > .contents.scene {
  padding-top: 150px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene {
    padding-top: 60px;
  }
}
.wrapper > .contents.scene > .sceneHeader {
  margin-bottom: 80px;
  text-align: center;
  font-size: 32px;
  line-height: 1;
  color: #a28e5c;
  /* font-family: 'Orbitron', sans-serif; */
  font-family: "Caudex", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.wrapper > .contents.scene > .sceneHeader.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene > .sceneHeader {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene > .sceneHeader > span {
    display: block;
  }
}
.wrapper > .contents.scene > .sceneHeader > span + span {
  margin-left: .5em;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene > .sceneHeader > span + span {
    margin-top: .3em;
  }
}
.wrapper > .contents.scene > .sceneLead {
  font-size: 15px;
  line-height: 3.6;
  text-align: center;
  color: #8f9194;
  font-family: "Caudex", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.wrapper > .contents.scene > .sceneLead.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene > .sceneLead {
    margin: 0 10px;
    text-align: left;
    line-height: 2.4;
  }
  .wrapper > .contents.scene > .sceneLead > br {
    display: none;
  }
}
.wrapper > .contents.scene > .sceneImageList {
  position: relative;
  margin-top: 170px;
  height: 410px;
}
.wrapper > .contents.scene > .sceneImageList::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ex_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 1s;
  transition-delay: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.wrapper > .contents.scene > .sceneImageList.animeElm::after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene > .sceneImageList {
    padding: 40px 0 16px 0;
    margin-top: 60px;
    height: auto;
  }
  .wrapper > .contents.scene > .sceneImageList::after {
    background-image: url(../images/ex_bg_sp.jpg);
  }
}
.wrapper > .contents.scene > .sceneImageList > .sceneImageInner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  transform: translateY(-86px);
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene > .sceneImageList > .sceneImageInner {
    transform: none;
    width: 100%;
    padding: 0 10px;
    flex-direction: column;
  }
}
.wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem {
  width: 380px;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0.8s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
@media screen and (min-width: 641px) {
  .wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem:nth-child(2) {
    transition-delay: 1.2s;
  }
  .wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem:nth-child(3) {
    transition-delay: 1.6s;
  }
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem + .sceneImageItem {
    margin-top: 30px;
  }
}
.wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem > .sceneImage {
  margin-bottom: 40px;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem > .sceneImage {
    margin-bottom: 16px;
  }
}
.wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem > .sceneImage > img {
  max-width: 100%;
  height: auto;
}
.wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem > .sceneTxt {
  font-size: 15px;
  color: white;
  line-height: 1.6;
}
.wrapper > .contents.scene > .sceneImageList > .sceneImageInner > .sceneImageItem > .sceneTxt > .notes {
  font-size: 14px;
  display: inline-block;
  font-size: 50%;
  vertical-align: top;
  margin-left: .2em;
}
.wrapper > .contents.scene > .sceneImageList > .sceneNotice {
  position: absolute;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  color: white;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.scene > .sceneImageList > .sceneNotice {
    position: static;
    width: auto;
    margin: 40px 10px 0 10px;
    transform: none;
    font-size: 10px;
  }
}
.wrapper > .contents.howto {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #fbfbfb;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto {
    padding: 60px 0;
  }
}
.wrapper > .contents.howto > h2 {
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.wrapper > .contents.howto > h2.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.wrapper > .contents.howto .howtoInner {
  width: 1200px;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner {
    width: auto;
    margin: 40px 10px 0 10px;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner > .howtoList {
    flex-direction: column;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem {
  						/*
              width: 460px;
  						*/
  width: 33.33%;
  text-align: left;
  color: #828286;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem + .howtoItem {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem {
    width: 100%;
  }
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem + .howtoItem {
    margin-top: 60px;
    margin-left: 0;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .logo {
  line-height: 0;
  margin: 0 auto;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .logo > img {
  max-width: 100%;
  height: auto;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .pic {
  position: relative;
  height: 200px;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .pic {
    height: auto;
    margin: 20px 0;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .pic > img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .pic > img {
    position: static;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .pic .note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .pic .note {
    position: static;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .operation {
  margin: 24px 0;
  padding: 16px 0;
  border-top: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .operation {
    margin: 18px 0;
    padding: 12px 0;
    font-size: 16px;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .opEx {
  line-height: 1.86;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .opEx {
    line-height: 1.7;
    text-align: left;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .opEx + .operation {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .opEx + .operation {
    margin-top: 24px;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .detailBtn {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem > .detailBtn {
    margin-top: 30px;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.google > .logo {
  width: 149px;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.google > .pic > img {
  width: 168px;
  height: 148px;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.google > .operation {
  color: #4285f4;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.google > .detailBtn {
  background-color: #4285f4;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.google > .detailBtn::before {
  background-color: #4285f4;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.alexa > .logo {
  width: 111px;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.alexa > .pic > img {
  width: 170px;
  height: 157px;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.alexa > .operation {
  color: #09a4d0;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.alexa > .detailBtn {
  background-color: #09a4d0;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.alexa > .detailBtn::before {
  background-color: #09a4d0;
}
@media screen and (min-width: 641px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.alexa {
    transition-delay: .2s;
  }
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.clova > .logo {
  width: 113px;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.clova > .pic > img {
  width: 300px;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.clova > .operation {
  color: #06d786;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.clova > .detailBtn {
  background-color: #06d786;
}
.wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.clova > .detailBtn::before {
  background-color: #06d786;
}
@media screen and (min-width: 641px) {
  .wrapper > .contents.howto .howtoInner > .howtoList > .howtoItem.clova {
    transition-delay: .2s;
  }
}
.wrapper > .contents.taiou.top {
  padding-top: 95px;
  padding-bottom: 120px;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.taiou.top {
    padding: 60px 0 40px 0;
  }
}
.wrapper > .contents.taiou.top::before, .wrapper > .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) {
  .wrapper > .contents.taiou.top::before, .wrapper > .contents.taiou.top::after {
    background-size: 100% 160px;
  }
}
.wrapper > .contents.taiou.top::before {
  background-image: linear-gradient(to bottom, #272f39 0%, #272f39 50%, transparent 50.1%, transparent 100%);
  z-index: 1;
}
.wrapper > .contents.taiou.top::after {
  background-image: linear-gradient(to top, #272f39 0%, #272f39 50%, transparent 50.1%, transparent 100%);
  z-index: 2;
  visibility: visible;
}
.wrapper > .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);
}
.wrapper > .contents.taiou.top.animeElm::before {
  transform: translate3D(-100%, 0, 0);
}
.wrapper > .contents.taiou.top.animeElm::after {
  transform: translate3D(100%, 0, 0);
}
.wrapper > .contents.taiou.top.animeElm > h2 {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.wrapper > .contents.taiou.top > .modelArea {
  position: relative;
  background-color: transparent;
  z-index: 3;
}
.wrapper > .contents.taiou.top > .modelArea .products {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.taiou.top > .modelArea .products {
    margin-top: 0;
  }
}
.wrapper > .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);
}
.wrapper > .contents.taiou.top > .modelArea .products > li.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
@media screen and (min-width: 641px) {
  .wrapper > .contents.taiou.top > .modelArea .products > li.r {
    transition-delay: .4s;
  }
}
.wrapper > .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);
}
.wrapper > .contents.taiou.top > .modelArea .text.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.taiou.top > .modelArea .text {
    padding-top: 50px;
    font-size: 14px;
  }
}
.wrapper > .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);
}
.wrapper > .contents.taiou.top > .modelArea .banner.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.wrapper > .contents.taiou.bottom p > span,
.wrapper > .contents.taiou.bottom ul {
  width: 100%;
  max-width: initial;
  max-width: auto;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.taiou.bottom p > span,
  .wrapper > .contents.taiou.bottom ul {
    width: auto;
    max-width: 100%;
    display: block;
  }
}
.wrapper > .contents.taiou.bottom > .noteArea {
  box-sizing: border-box;
  width: 1200px;
  padding: 90px 10px 60px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.taiou.bottom > .noteArea {
    padding: 40px 10px;
    width: auto;
  }
}
.wrapper > .contents.faq {
  padding: 100px 0;
  background-color: #fbfbfb;
}
@media screen and (max-width: 640px) {
  .wrapper > .contents.faq {
    padding: 60px 0;
  }
}
.wrapper > .contents.faq > .faqLead {
  color: #707070;
}
.wrapper > .contents.faq > .faqBtn {
  margin: 0 auto 0 auto;
  background-color: #a28e5c;
  transition-property: transform, opacity;
  transition-timing-function: ease, linear;
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.wrapper > .contents.faq > .faqBtn::before {
  background-color: #a28e5c;
}
.wrapper > .contents.faq > .faqBtn.animeElm {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.wrapper .footer .timeonLogo {
  line-height: 0;
  max-width: 330px;
  padding: 0 10px;
  margin: 0 auto;
}
.wrapper .footer .timeonLogo > img {
  max-width: 100%;
}
