* {
  margin: 0;
  font-family: Circular, -apple-system, system-ui, Roboto, "Helvetica Neue", sans-serif;
  font-style: normal;
}

.container {
  width: 98%;
  margin: 0 auto;
}

input[type="checkbox"] {
  display: none;
}

label {
  width: 100px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
  cursor: pointer;
  display: none;
}

label .arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 35px;
  left: 60px;
  -webkit-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 21;
}

.res-logo i {
  position: absolute;
  top: 25px;
  left: 30px;
  font-size: 31px;
  color: white;
  z-index: 21;
  display: none;
}

#res-link {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 19;
  background-color: white;
  padding-top: 100px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .5s;
  transition: .5s;
}

#res-link .bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 60px;
  z-index: 19;
}

#res-link .links {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin: 0 auto;
  padding-top: 100px;
}

#res-link .links a {
  text-decoration: none;
  font-size: 16px;
  color: #484848;
}

#res-link .links a .m {
  font-size: 14px;
}

#res-link .links a span {
  font-weight: 600;
}

#res-link .links a .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#res-link .links a .box .img i {
  font-size: 30px;
}

#res-link .links ul {
  padding: 0;
}

#res-link .links ul li {
  list-style: none;
  margin-bottom: 20px;
}

#res-link .links .res-container {
  margin: 0 auto;
  width: 95%;
}

#res-link .links .res-container .home {
  border-bottom: solid 1px rgba(72, 72, 72, 0.2);
}

#res-link .links .res-container .friends {
  padding-top: 30px;
  border-bottom: solid 1px rgba(72, 72, 72, 0.2);
}

#res-link .links .res-container .words {
  padding-top: 30px;
  border-bottom: solid 1px rgba(72, 72, 72, 0.2);
}

#res-link .links .res-container .host {
  padding-top: 30px;
  border-bottom: solid 1px rgba(72, 72, 72, 0.2);
}

#res-link .links .res-container .host ul li a .fs {
  font-size: 14px;
}

#res-link .links .res-container .footer {
  padding-top: 30px;
}

header {
  background: url("../images/download-7.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 860px;
  position: relative;
}

header .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 70px;
}

header .nav-bar .logo a {
  display: inline-block;
  padding: 10px 30px 0px 30px;
  position: absolute;
  top: 0;
  left: 0;
}

header .nav-bar .logo a i {
  font-size: 30px;
  color: white;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 21;
}

header .nav-bar .link {
  width: 550px;
}

header .nav-bar .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .nav-bar .link ul li {
  list-style: none;
}

header .nav-bar .link ul li a {
  color: white;
  text-decoration: none;
  font-family: Circular, -apple-system, system-ui, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  height: 70px;
  display: inline-block;
}

header .nav-bar .link ul li a span {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}

header .nav-bar .link ul li a span:hover {
  border-bottom: 2px solid white;
}

header .main {
  width: 550px;
  margin-top: 200px;
  margin-left: 150px;
}

header .main h1 {
  color: white;
  font-size: 46px;
  letter-spacing: 0.1rem;
}

header .main a {
  color: white;
  text-decoration: none;
}

header .main .movie {
  margin: 20px 0;
}

header .main .movie a {
  position: relative;
}

header .main .movie a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

header .main .movie a .line:hover {
  border-bottom: 1px solid white;
}

header .main .movie a .arrow {
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent white;
  margin-left: 10px;
  position: absolute;
  position: absolute;
  top: 3px;
  right: -25px;
}

header .main .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 30px 0px 0px 0px;
}

header .main .mail .soushin {
  position: relative;
  margin: 10px 0px 20px 0px;
  max-width: 460px;
  width: 100%;
}

header .main .mail .soushin input[type="email"] {
  max-width: 550px;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  font-size: 18px;
  color: #484848;
  padding-right: 200px;
  padding-left: 10px;
  border: none;
  outline-color: #1B8489;
  outline-width: 1px;
}

header .main .mail .soushin input[type=submit] {
  margin: 10px 0;
  position: absolute;
  content: '';
  top: 3px;
  right: 15px;
  background-color: #1B8489;
  color: white;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
}

header .main .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

header .main .more p {
  color: white;
}

header .main .more a {
  position: relative;
}

header .main .more a i {
  font-size: 20px;
}

header .main .more a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

header .main .more a .line:hover {
  border-bottom: 1px solid white;
}

header .main .more a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -15px;
}

header .main-740 {
  display: none;
  margin-top: 400px;
  margin-left: 30px;
  width: 85%;
}

header .main-740 h1 {
  color: white;
  font-size: 32px;
  letter-spacing: 0.1rem;
}

header .main-740 a {
  color: white;
  text-decoration: none;
}

header .main-740 .movie {
  margin: 20px 0;
  display: inline-block;
}

header .main-740 .movie a {
  position: relative;
}

header .main-740 .movie a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

header .main-740 .movie a .line:hover {
  border-bottom: 1px solid white;
}

header .main-740 .movie a .arrow {
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent white;
  margin-left: 10px;
  position: absolute;
  position: absolute;
  top: 3px;
  right: -25px;
}

.res-mail-more {
  display: none;
  width: 95%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #EBEBEB;
}

.res-mail-more .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 30px 0px 0px 0px;
  width: 95%;
  margin: 0 auto;
}

.res-mail-more .mail a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}

.res-mail-more .mail .soushin {
  position: relative;
  margin: 10px 0px 20px 0px;
  width: 460px;
}

.res-mail-more .mail .soushin input[type="email"] {
  width: 200px;
  height: 60px;
  border-radius: 7px;
  font-size: 18px;
  color: #484848;
  padding-right: 200px;
  padding-left: 10px;
  border: solid 1px #EBEBEB;
  outline-color: #1B8489;
  outline-width: 1px;
}

.res-mail-more .mail .soushin input[type=submit] {
  margin: 10px 0;
  position: absolute;
  content: '';
  top: 3px;
  right: 65px;
  background-color: #1B8489;
  color: white;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 3px;
  border: none;
}

.res-mail-more .more {
  display: flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.res-mail-more .more p {
  color: #484848;
}

.res-mail-more .more a {
  position: relative;
  color: #1B8489;
}

.res-mail-more .more a i {
  font-size: 20px;
}

.res-mail-more .more a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

.res-mail-more .more a .line:hover {
  border-bottom: 1px solid white;
}

.res-mail-more .more a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1B8489;
  border-right: 1px solid #1B8489;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -15px;
}

.content {
  text-align: center;
  margin-top: 100px;
}

.content .line {
  margin: 0 auto;
  display: none;
}

.content .sec1 {
  width: 78%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}

.content .sec1 h2 {
  color: #484848;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.content .sec1 .flex {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .sec1 .flex .box {
  width: 25vw;
}

.content .sec1 .flex .box img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.content .sec1 .flex .box p {
  margin: 0 auto;
  font-size: 18px;
  color: #484848;
  width: 70%;
}

.content .sec2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .sec2 .flex .left img {
  width: 40vw;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .sec2 .flex .right {
  background-color: #EBEBEB;
  width: 57vw;
  height: 500px;
  position: relative;
}

.content .sec2 .flex .right .txt {
  width: 59%;
  text-align: left;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.content .sec2 .flex .right .txt h2 {
  font-size: 32px;
}

.content .sec2 .flex .right .txt p {
  font-size: 18px;
  color: #484848;
  line-height: 28px;
}

.content .sec2 .flex .right .txt a {
  color: #1B8489;
  position: relative;
}

.content .sec2 .flex .right .txt a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

.content .sec2 .flex .right .txt a .line:hover {
  border-bottom: 1px solid #1B8489;
}

.content .sec2 .flex .right .txt a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1B8489;
  border-right: 1px solid #1B8489;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -15px;
}

.content .sec3 {
  margin-top: 15px;
}

.content .sec3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .sec3 .flex .left {
  background-color: #156C6F;
  width: 57vw;
  height: 500px;
  position: relative;
}

.content .sec3 .flex .left .txt {
  width: 59%;
  text-align: left;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.content .sec3 .flex .left .txt h2 {
  font-size: 32px;
  color: white;
}

.content .sec3 .flex .left .txt p {
  font-size: 18px;
  color: white;
  line-height: 28px;
}

.content .sec3 .flex .left .txt a {
  color: white;
  position: relative;
}

.content .sec3 .flex .left .txt a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

.content .sec3 .flex .left .txt a .line:hover {
  border-bottom: 1px solid white;
}

.content .sec3 .flex .left .txt a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -15px;
}

.content .sec3 .flex .right img {
  width: 40vw;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .sec4 {
  margin-top: 15px;
}

.content .sec4 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .sec4 .flex .left img {
  width: 40vw;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .sec4 .flex .right {
  background-color: #EBEBEB;
  width: 57vw;
  height: 500px;
  position: relative;
}

.content .sec4 .flex .right .txt {
  width: 59%;
  text-align: left;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.content .sec4 .flex .right .txt h2 {
  font-size: 32px;
}

.content .sec4 .flex .right .txt p {
  font-size: 18px;
  color: #484848;
  line-height: 28px;
}

.content .sec4 .flex .right .txt a {
  color: #1B8489;
  position: relative;
}

.content .sec4 .flex .right .txt a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

.content .sec4 .flex .right .txt a .line:hover {
  border-bottom: 1px solid #1B8489;
}

.content .sec4 .flex .right .txt a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1B8489;
  border-right: 1px solid #1B8489;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -15px;
}

.content .sec5 {
  background-color: #156C6F;
  margin-top: 100px;
  padding: 70px 0;
}

.content .sec5 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.content .sec5 .flex .under-line {
  width: 100%;
  height: 1px;
  background-color: white;
  display: none;
}

.content .sec5 .flex .txt {
  width: 400px;
  text-align: left;
  margin: auto;
  margin-top: 0;
}

.content .sec5 .flex .txt h2 {
  font-size: 32px;
  letter-spacing: .1em;
  color: white;
  line-height: 2.5rem;
}

.content .sec5 .flex .txt p {
  font-size: 18px;
  color: white;
  line-height: 28px;
  margin-bottom: 15px;
}

.content .sec5 .flex .txt a {
  color: white;
  position: relative;
}

.content .sec5 .flex .txt a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

.content .sec5 .flex .txt a .line:hover {
  border-bottom: 1px solid white;
}

.content .sec5 .flex .txt a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -15px;
}

.content .sec6 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.content .sec6 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  height: 500px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .sec6 .flex .left img {
  width: 40vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .sec6 .flex .right {
  width: 40vw;
  height: 100%;
  background-color: #EBEBEB;
  position: relative;
}

.content .sec6 .flex .right .txt {
  width: 64%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.content .sec6 .flex .right .txt .massege {
  font-size: 20px;
  color: #484848;
  letter-spacing: .05em;
  line-height: 2em;
  text-align: left;
}

.content .sec6 .flex .right .txt .name1 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 20px;
}

.content .sec6 .flex .right .txt .name2 {
  color: #484848;
  text-align: left;
}

footer .sec1 {
  background-color: #ebebeb;
  padding-top: 50px;
}

footer .sec1 .address {
  width: 520px;
  margin: 0 auto;
  text-align: center;
}

footer .sec1 .address h2 {
  font-size: 32px;
  color: #484848;
  font-weight: 400;
  margin-bottom: 20px;
}

footer .sec1 .address .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: left;
  width: 460px;
  margin: 0 auto;
  padding-bottom: 30px;
}

footer .sec1 .address .mail a {
  text-decoration: none;
  font-weight: 600;
  color: #484848;
}

footer .sec1 .address .mail .soushin {
  position: relative;
  margin: 10px 0px 20px 0px;
  width: 100%;
}

footer .sec1 .address .mail .soushin input[type="email"] {
  width: 250px;
  height: 60px;
  border-radius: 7px;
  font-size: 18px;
  color: #484848;
  padding-right: 200px;
  padding-left: 10px;
  border: none;
  outline-color: #1B8489;
  outline-width: 1px;
}

footer .sec1 .address .mail .soushin input[type=submit] {
  margin: 10px 0;
  position: absolute;
  content: '';
  top: 3px;
  right: 15px;
  background-color: #1B8489;
  color: white;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
}

footer .sec1 .address .footer-line {
  border-bottom: solid 1px rgba(72, 72, 72, 0.2);
  width: 460px;
  margin: 0 auto;
}

footer .sec1 .address .more {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .sec1 .address .more .l {
  font-weight: 600;
  color: #484848;
  margin-bottom: 10px;
}

footer .sec1 .address .more .m {
  color: #5A5A5A;
  margin-bottom: 10px;
}

footer .sec1 .address .more a {
  color: #008489;
  position: relative;
  font-size: 14px;
}

footer .sec1 .address .more a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

footer .sec1 .address .more a .line:hover {
  border-bottom: 1px solid #008489;
}

footer .sec1 .address .more a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1B8489;
  border-right: 1px solid #1B8489;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -15px;
}

footer .sec2 {
  padding-top: 50px;
  background-color: #F7F7F7;
}

footer .sec2 .footer-container {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(72, 72, 72, 0.2);
}

footer .sec2 .footer-container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .sec2 .footer-container .flex .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 20vw;
}

footer .sec2 .footer-container .flex .box h3 {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
}

footer .sec2 .footer-container .flex .box ul {
  padding: 0;
}

footer .sec2 .footer-container .flex .box ul li {
  list-style: none;
  margin-bottom: 20px;
}

footer .sec2 .footer-container .flex .box ul li a {
  text-decoration: none;
  color: #484848;
  font-size: 14px;
  margin-bottom: 20px;
}

footer .sec2 .footer-container .flex .box ul li a .line {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

footer .sec2 .footer-container .flex .box ul li a .line:hover {
  border-bottom: 1px solid #484848;
}

footer .sec2 .footer-container .flex .box ul li a:hover {
  color: #808080;
}

footer .sec3 {
  padding-bottom: 30px;
  background-color: #F7F7F7;
}

footer .sec3 .footer-container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .sec3 .footer-container .flex .left .a a {
  font-size: 14px;
  text-decoration: none;
  color: #484848;
}

footer .sec3 .footer-container .flex .left .a a:hover {
  color: #808080;
  border-bottom: 1px solid #484848;
}

footer .sec3 .footer-container .flex .left .c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .sec3 .footer-container .flex .left .c span {
  margin: 0 10px;
}

footer .sec3 .footer-container .flex .left .c P {
  font-size: 14px;
  font-weight: 400;
}

footer .sec3 .footer-container .flex .left .c .link a {
  font-size: 14px;
  text-decoration: none;
  color: #484848;
}

footer .sec3 .footer-container .flex .left .c .link a .line {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
  line-height: 1;
}

footer .sec3 .footer-container .flex .left .c .link a .line:hover {
  border-bottom: 1px solid #484848;
}

footer .sec3 .footer-container .flex .left .c .link a:hover {
  color: #808080;
}

footer .sec3 .footer-container .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .sec3 .footer-container .flex .right .yen a {
  margin: 0px 20px;
  color: #484848;
  font-size: 14px;
  font-weight: 600;
}

footer .sec3 .footer-container .flex .right .yen a:hover {
  color: #727272;
}

footer .sec3 .footer-container .flex .right .yen a i {
  margin-right: 5px;
  font-size: 12px;
}

footer .sec3 .footer-container .flex .right .sns a {
  margin-left: 20px;
}

footer .sec3 .footer-container .flex .right .sns a i {
  color: #484848;
  font-size: 20px;
}

footer .sec3 .footer-container .flex .right .sns a i:hover {
  color: #727272;
}
/*# sourceMappingURL=style.css.map */