@charset "UTF-8";
/*----------------------------------------------------
  sass変数
----------------------------------------------------*/ /* -----------------------------------------------------------
  basic
----------------------------------------------------------- */
label {
  margin-bottom: 1rem;
}

/* -----------------------------------------------------------
  sec-opn
----------------------------------------------------------- */
.sec-opn .sec-opn_bg {
  padding: 0;
}
.sec-opn .sec-opn_bg .contents__left {
  height: auto;
  padding: 30px;
  background: #a49072;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-opn .sec-opn_bg .contents__left--ttl {
  display: inline-block;
  color: #FFF;
}
.sec-opn .sec-opn_bg .contents__left--ttl p {
  display: inline-block;
  font-family: "Lora", serif;
  font-size: 1.4rem;
  border-bottom: 1px solid #FFF;
}
.sec-opn .sec-opn_bg .contents__left--ttl h2 {
  font-family: "Lora", serif;
  font-size: 3.5rem;
  letter-spacing: 0.5rem;
  margin-bottom: 0.5rem;
}
.sec-opn .sec-opn_bg .contents__left--ttl span {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.sec-opn .sec-opn_bg .contents__right {
  padding: 0;
}
.sec-opn .sec-opn_bg .contents__right--img {
  width: 100%;
  height: auto;
  position: relative;
}
.sec-opn .sec-opn_bg .contents__right--img img {
  width: 100%;
}

.kvAnime::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media only screen and (max-width: 1100px) {
  .sec-opn {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-opn {
    margin-top: 0;
  }
  .sec-opn .sec-opn_bg {
    padding: 0;
  }
  .sec-opn .sec-opn_bg .contents {
    position: relative;
  }
  .sec-opn .sec-opn_bg .contents__left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    padding: 0;
    display: block;
    background: none;
    z-index: 1;
  }
  .sec-opn .sec-opn_bg .contents__left--ttl {
    padding: 20px 30px;
    display: inline-block;
    color: #FFF;
    background: #a49072;
  }
  .sec-opn .sec-opn_bg .contents__left--ttl p {
    display: none;
  }
  .sec-opn .sec-opn_bg .contents__left--ttl h2 {
    font-size: 2.5rem;
  }
  .sec-opn .sec-opn_bg .contents__left--ttl span {
    font-size: 1.3rem;
  }
  .sec-opn .sec-opn_bg .contents__right {
    padding: 0;
  }
  .sec-opn .sec-opn_bg .contents__right--img {
    width: auto;
    height: 45vh;
  }
  .sec-opn .sec-opn_bg .contents__right--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 22%;
       object-position: 22%;
  }
}
/* -----------------------------------------------------------
  sec01
----------------------------------------------------------- */
.sec01_bg {
  padding: 120px 6.777vw;
  width: 100%;
  background: url(../img/concept/wall_bg.jpg) no-repeat bottom center;
  background-size: cover;
}
.sec01_bg .contents__heading {
  padding: 0;
  margin-bottom: 5rem;
}
.sec01_bg .contents__left {
  padding: 0 30px 0 0;
}
.sec01_bg .contents__left--catch {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 2.3;
}
.sec01_bg .contents__right {
  padding: 0 0 0 30px;
}
.sec01_bg .contents__right p {
  line-height: 2.3;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .sec01_bg {
    padding: 120px 20px 60px;
  }
  .sec01_bg .contents__heading {
    padding: 0;
    margin-bottom: 4rem;
  }
  .sec01_bg .contents__left {
    padding: 0;
    margin-bottom: 3rem;
  }
  .sec01_bg .contents__right {
    padding: 0;
  }
}
/* -----------------------------------------------------------
  sec02
----------------------------------------------------------- */
.sec02_bg {
  padding: 60px 6.777vw 120px;
}
.sec02_bg .contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec02_bg .contents__left {
  padding: 0;
}
.sec02_bg .contents__left--img {
  width: 100%;
  height: auto;
}
.sec02_bg .contents__left--img img {
  width: 100%;
}
.sec02_bg .contents__right {
  padding: 4vw;
  background: #f6f4f1;
  z-index: -2;
}
.sec02_bg .contents__right--heading {
  position: relative;
  margin-bottom: 5rem;
}
.sec02_bg .contents__right--heading--catch {
  font-family: "Lora", serif;
  font-size: 4.5rem;
  font-size: 4vw;
  letter-spacing: 0.5rem;
  color: #a49072;
}
.sec02_bg .contents__right--heading--ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.sec02_bg .contents__right--heading::before {
  content: "01";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Lora", serif;
  font-size: 12rem;
  font-size: 10vw;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #FFF;
  opacity: 0.5;
  z-index: -1;
}
.sec02_bg .contents__right--outline p {
  line-height: 2.1;
  text-align: justify;
}
.sec02_bg .contents__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  height: 100%;
  background: #f6f4f1;
  z-index: -1;
}
.sec02_bg .contents__right::after {
  content: "";
  position: absolute;
  top: -8%;
  right: -8%;
  width: calc(100% + 80px);
  height: 100%;
  border: 1px solid #f6f4f1;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .sec02_bg {
    padding: 60px 0 0;
  }
  .sec02_bg .contents {
    -webkit-box-align: none;
    -webkit-align-items: none;
        -ms-flex-align: none;
            align-items: none;
  }
  .sec02_bg .contents__left {
    padding: 0 20px;
  }
  .sec02_bg .contents__right {
    padding: 30px 20px 60px;
  }
  .sec02_bg .contents__right--heading {
    margin-bottom: 4rem;
  }
  .sec02_bg .contents__right--heading--catch {
    font-family: "Lora", serif;
    font-size: 2.3rem;
    font-size: 9vw;
  }
  .sec02_bg .contents__right--heading--ttl {
    font-size: 1.4rem;
  }
  .sec02_bg .contents__right--heading::before {
    font-size: 7rem;
    font-size: 20vw;
    opacity: 0.5;
  }
  .sec02_bg .contents__right::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
  }
  .sec02_bg .contents__right::after {
    content: none;
  }
}
/* -----------------------------------------------------------
  sec03
----------------------------------------------------------- */
.sec03_bg {
  padding: 60px 6.777vw 120px;
}
.sec03_bg .contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec03_bg .contents__left {
  padding: 4vw;
  background: #f6f4f1;
  z-index: -2;
}
.sec03_bg .contents__left--heading {
  position: relative;
  margin-bottom: 5rem;
}
.sec03_bg .contents__left--heading--catch {
  font-family: "Lora", serif;
  font-size: 4.5rem;
  font-size: 4vw;
  letter-spacing: 0.5rem;
  color: #a49072;
}
.sec03_bg .contents__left--heading--ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.sec03_bg .contents__left--heading::before {
  content: "02";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Lora", serif;
  font-size: 12rem;
  font-size: 10vw;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #FFF;
  opacity: 0.5;
  z-index: -1;
}
.sec03_bg .contents__left--outline p {
  line-height: 2.1;
  text-align: justify;
}
.sec03_bg .contents__left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  width: 80px;
  height: 100%;
  background: #f6f4f1;
  z-index: -1;
}
.sec03_bg .contents__left::after {
  content: "";
  position: absolute;
  top: -8%;
  left: -8%;
  width: calc(100% + 80px);
  height: 100%;
  border: 1px solid #f6f4f1;
  z-index: -1;
}
.sec03_bg .contents__right {
  padding: 0;
}
.sec03_bg .contents__right--img {
  width: 100%;
  height: auto;
}
.sec03_bg .contents__right--img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sec03_bg {
    padding: 60px 0 0;
  }
  .sec03_bg .contents {
    -webkit-box-align: none;
    -webkit-align-items: none;
        -ms-flex-align: none;
            align-items: none;
  }
  .sec03_bg .contents__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    -ms-flex-order: 2;
    padding: 30px 20px 60px;
  }
  .sec03_bg .contents__left--heading {
    margin-bottom: 4rem;
  }
  .sec03_bg .contents__left--heading--catch {
    font-family: "Lora", serif;
    font-size: 2.3rem;
    font-size: 9vw;
  }
  .sec03_bg .contents__left--heading--ttl {
    font-size: 1.4rem;
  }
  .sec03_bg .contents__left--heading::before {
    font-size: 7rem;
    font-size: 20vw;
    opacity: 0.5;
  }
  .sec03_bg .contents__left::before {
    content: "";
    position: absolute;
    top: -80px;
    right: 0;
    width: 100%;
    height: 80px;
  }
  .sec03_bg .contents__left::after {
    content: none;
  }
  .sec03_bg .contents__right {
    padding: 0 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    -ms-flex-order: 1;
  }
}
/* -----------------------------------------------------------
  sec04
----------------------------------------------------------- */
.sec04_bg {
  padding: 60px 6.777vw 120px;
}
.sec04_bg .contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec04_bg .contents__left {
  padding: 0;
}
.sec04_bg .contents__left--img {
  width: 100%;
  height: auto;
}
.sec04_bg .contents__left--img img {
  width: 100%;
}
.sec04_bg .contents__right {
  padding: 4vw;
  background: #f6f4f1;
  z-index: -2;
}
.sec04_bg .contents__right--heading {
  position: relative;
  margin-bottom: 5rem;
}
.sec04_bg .contents__right--heading--catch {
  font-family: "Lora", serif;
  font-size: 4.5rem;
  font-size: 4vw;
  letter-spacing: 0.5rem;
  color: #a49072;
}
.sec04_bg .contents__right--heading--ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.sec04_bg .contents__right--heading::before {
  content: "03";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Lora", serif;
  font-size: 12rem;
  font-size: 10vw;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #FFF;
  opacity: 0.5;
  z-index: -1;
}
.sec04_bg .contents__right--outline p {
  line-height: 2.1;
  text-align: justify;
}
.sec04_bg .contents__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  height: 100%;
  background: #f6f4f1;
  z-index: -1;
}
.sec04_bg .contents__right::after {
  content: "";
  position: absolute;
  top: -8%;
  right: -8%;
  width: calc(100% + 80px);
  height: 100%;
  border: 1px solid #f6f4f1;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .sec04_bg {
    padding: 60px 0 0;
  }
  .sec04_bg .contents {
    -webkit-box-align: none;
    -webkit-align-items: none;
        -ms-flex-align: none;
            align-items: none;
  }
  .sec04_bg .contents__left {
    padding: 0 20px;
  }
  .sec04_bg .contents__right {
    padding: 30px 20px 60px;
  }
  .sec04_bg .contents__right--heading {
    margin-bottom: 4rem;
  }
  .sec04_bg .contents__right--heading--catch {
    font-family: "Lora", serif;
    font-size: 2.3rem;
    font-size: 9vw;
  }
  .sec04_bg .contents__right--heading--ttl {
    font-size: 1.4rem;
  }
  .sec04_bg .contents__right--heading::before {
    font-size: 7rem;
    font-size: 20vw;
    opacity: 0.5;
  }
  .sec04_bg .contents__right::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
  }
  .sec04_bg .contents__right::after {
    content: none;
  }
}
/* -----------------------------------------------------------
  sec05
----------------------------------------------------------- */
.sec05_bg {
  padding: 60px 6.777vw 120px;
}
.sec05_bg .contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec05_bg .contents__left {
  padding: 4vw;
  background: #f6f4f1;
  z-index: -2;
}
.sec05_bg .contents__left--heading {
  position: relative;
  margin-bottom: 5rem;
}
.sec05_bg .contents__left--heading--catch {
  font-family: "Lora", serif;
  font-size: 4.5rem;
  font-size: 4vw;
  letter-spacing: 0.5rem;
  color: #a49072;
}
.sec05_bg .contents__left--heading--ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.sec05_bg .contents__left--heading::before {
  content: "04";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Lora", serif;
  font-size: 12rem;
  font-size: 10vw;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #FFF;
  opacity: 0.5;
  z-index: -1;
}
.sec05_bg .contents__left--outline p {
  line-height: 2.1;
  text-align: justify;
}
.sec05_bg .contents__left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  width: 80px;
  height: 100%;
  background: #f6f4f1;
  z-index: -1;
}
.sec05_bg .contents__left::after {
  content: "";
  position: absolute;
  top: -8%;
  left: -8%;
  width: calc(100% + 80px);
  height: 100%;
  border: 1px solid #f6f4f1;
  z-index: -1;
}
.sec05_bg .contents__right {
  padding: 0;
}
.sec05_bg .contents__right--img {
  width: 100%;
  height: auto;
}
.sec05_bg .contents__right--img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sec05_bg {
    padding: 60px 0 0;
  }
  .sec05_bg .contents {
    -webkit-box-align: none;
    -webkit-align-items: none;
        -ms-flex-align: none;
            align-items: none;
  }
  .sec05_bg .contents__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    -ms-flex-order: 2;
    padding: 30px 20px 60px;
  }
  .sec05_bg .contents__left--heading {
    margin-bottom: 4rem;
  }
  .sec05_bg .contents__left--heading--catch {
    font-family: "Lora", serif;
    font-size: 2.3rem;
    font-size: 9vw;
  }
  .sec05_bg .contents__left--heading--ttl {
    font-size: 1.4rem;
  }
  .sec05_bg .contents__left--heading::before {
    font-size: 7rem;
    font-size: 20vw;
    opacity: 0.5;
  }
  .sec05_bg .contents__left::before {
    content: "";
    position: absolute;
    top: -80px;
    right: 0;
    width: 100%;
    height: 80px;
  }
  .sec05_bg .contents__left::after {
    content: none;
  }
  .sec05_bg .contents__right {
    padding: 0 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    -ms-flex-order: 1;
  }
}
/* -----------------------------------------------------------
  sec06
----------------------------------------------------------- */
.sec06_bg {
  padding: 60px 6.777vw 120px;
}
.sec06_bg .contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec06_bg .contents__left {
  padding: 0;
}
.sec06_bg .contents__left--img {
  width: 100%;
  height: auto;
}
.sec06_bg .contents__left--img img {
  width: 100%;
}
.sec06_bg .contents__right {
  padding: 4vw;
  background: #f6f4f1;
  z-index: -2;
}
.sec06_bg .contents__right--heading {
  position: relative;
  margin-bottom: 5rem;
}
.sec06_bg .contents__right--heading--catch {
  font-family: "Lora", serif;
  font-size: 4.5rem;
  font-size: 4vw;
  letter-spacing: 0.5rem;
  color: #a49072;
}
.sec06_bg .contents__right--heading--ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.sec06_bg .contents__right--heading::before {
  content: "05";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Lora", serif;
  font-size: 12rem;
  font-size: 10vw;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #FFF;
  opacity: 0.5;
  z-index: -1;
}
.sec06_bg .contents__right--outline p {
  line-height: 2.1;
  text-align: justify;
}
.sec06_bg .contents__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  height: 100%;
  background: #f6f4f1;
  z-index: -1;
}
.sec06_bg .contents__right::after {
  content: "";
  position: absolute;
  top: -8%;
  right: -8%;
  width: calc(100% + 80px);
  height: 100%;
  border: 1px solid #f6f4f1;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .sec06_bg {
    padding: 60px 0 0;
  }
  .sec06_bg .contents {
    -webkit-box-align: none;
    -webkit-align-items: none;
        -ms-flex-align: none;
            align-items: none;
  }
  .sec06_bg .contents__left {
    padding: 0 20px;
  }
  .sec06_bg .contents__right {
    padding: 30px 20px 60px;
  }
  .sec06_bg .contents__right--heading {
    margin-bottom: 4rem;
  }
  .sec06_bg .contents__right--heading--catch {
    font-family: "Lora", serif;
    font-size: 2.3rem;
    font-size: 9vw;
  }
  .sec06_bg .contents__right--heading--ttl {
    font-size: 1.4rem;
  }
  .sec06_bg .contents__right--heading::before {
    font-size: 7rem;
    font-size: 20vw;
    opacity: 0.5;
  }
  .sec06_bg .contents__right::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
  }
  .sec06_bg .contents__right::after {
    content: none;
  }
}
/* -----------------------------------------------------------
  sec07
----------------------------------------------------------- */
.sec07_bg {
  padding: 120px 0 0 4.5vw;
  background: #a49072;
}
.sec07_bg .contents {
  position: relative;
  padding: 140px 6.777vw 120px;
  background: #f6f4f1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec07_bg .contents__left {
  position: relative;
  padding: 0;
}
.sec07_bg .contents__left--img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.sec07_bg .contents__left--img img {
  width: 100%;
}
.sec07_bg .contents__left--txtbg {
  position: absolute;
  top: -16%;
  left: -8%;
  font-family: "Lora", serif;
  font-size: 6rem;
  font-size: 9vw;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #FFF;
}
.sec07_bg .contents__left--name {
  position: absolute;
  bottom: 3%;
  left: -5%;
  padding: 20px 30px 30px;
  background: #000000;
  z-index: 1;
}
.sec07_bg .contents__left--name div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FFF;
}
.sec07_bg .contents__left--name div p:nth-child(1) {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.sec07_bg .contents__left--name div p:nth-child(2) {
  font-family: "Lora", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  padding-left: 20px;
}
.sec07_bg .contents__left--name div::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: calc(100% + 70px);
  height: 1px;
  background: #FFF;
}
.sec07_bg .contents__right {
  padding: 0 0 0 6.777vw;
}
.sec07_bg .contents__right--ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2.1;
  margin-bottom: 3rem;
}
.sec07_bg .contents__right--cap {
  line-height: 2.1;
  text-align: justify;
}
.sec07_bg .contents .logo-spin {
  position: absolute;
  top: -7%;
  right: 10%;
  width: 130px;
  height: auto;
  animation: logo-spin infinite linear 30s;
  -webkit-animation: logo-spin infinite linear 30s;
}
.sec07_bg .contents .logo-spin img {
  width: 100%;
}
@-webkit-keyframes logo-spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes logo-spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media only screen and (max-width: 768px) {
  .sec07_bg {
    padding: 60px 0 0 20px;
  }
  .sec07_bg .contents {
    padding: 100px 20px 60px;
  }
  .sec07_bg .contents__left {
    margin-bottom: 4rem;
  }
  .sec07_bg .contents__left--txtbg {
    top: -14%;
    left: 0%;
    font-size: 6rem;
    font-size: 17vw;
  }
  .sec07_bg .contents__left--name {
    bottom: 0%;
    left: 0%;
    padding: 10px 20px 20px;
  }
  .sec07_bg .contents__left--name div p:nth-child(1) {
    font-size: 1.8rem;
  }
  .sec07_bg .contents__left--name div p:nth-child(2) {
    font-size: 1.3rem;
  }
  .sec07_bg .contents__left--name div::before {
    width: calc(100% + 30px);
  }
  .sec07_bg .contents__right {
    padding: 0;
  }
  .sec07_bg .contents__right--ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .sec07_bg .contents .logo-spin {
    position: absolute;
    top: -4%;
    right: 5%;
    width: 80px;
    height: auto;
    animation: logo-spin infinite linear 30s;
    -webkit-animation: logo-spin infinite linear 30s;
  }
  .sec07_bg .contents .logo-spin img {
    width: 100%;
  }
  @-webkit-keyframes logo-spin {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes logo-spin {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
}/*# sourceMappingURL=concept.css.map */