* {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:focus {
  -moz-outline-style: none;
  outline: none;
}

a img {
  border: none;
}

ul, li {
  list-style-type: none;
}

input {
  border: none;
  outline: none;
}

figure {
  font-size: 0px;
}
figure img {
  width: 100%;
}

body {
  background-color: #e3dfdb;
}

h1 {
  display: none;
}

.line_black, .line_white {
  width: 10px;
  height: 90px;
}

.viewall p {
  display: inline-block;
  vertical-align: top;
  color: #000;
  margin-right: 50px;
}
.viewall p.white {
  color: #FFF;
}
.viewall .line_black, .viewall .line_white {
  display: inline-block;
  vertical-align: top;
  margin-top: -30px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.btn01 {
  width: 180px;
  font-size: 24px;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #beaa93;
  height: 60px;
  line-height: 60px;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 751px) {
  .btn01:hover {
    background-color: #908b82;
  }
}
@media only screen and (max-width: 1250px) {
  .btn01 {
    height: 45px;
    line-height: 45px;
  }
}

.btn02 {
  display: block;
  text-align: center;
  width: 210px;
  padding: 23px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #beaa93;
  position: relative;
  border-radius: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  .btn02 {
    max-width: 330px;
    width: 100%;
    padding: 14px 0;
    margin: 0 auto;
  }
}
.btn02 span {
  font-size: 18px;
  color: #beaa93;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn02 .arr {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/btn_ar_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  .btn02 .arr {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (min-width: 751px) {
  .btn02:hover {
    background-color: #beaa93;
  }
  .btn02:hover span {
    color: #FFF;
  }
  .btn02:hover .arr {
    background-image: url(../images/btn_ar_white.svg);
  }
}

.btn03 {
  display: block;
  text-align: center;
  width: 210px;
  padding: 23px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #FFF;
  position: relative;
  border-radius: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  .btn03 {
    max-width: 175px;
    width: 100%;
    padding: 11px 0 15px;
    margin: 0 auto;
  }
}
.btn03 span {
  font-size: 18px;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn03 .arr {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/btn_ar_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  .btn03 .arr {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (min-width: 751px) {
  .btn03:hover {
    background-color: #FFF;
  }
  .btn03:hover span {
    color: #beaa93;
  }
  .btn03:hover .arr {
    background-image: url(../images/btn_ar_brown.svg);
  }
}

.scroll_down {
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 5;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (min-height: 1250px) and (max-width: 1250px) {
  .scroll_down {
    top: 30%;
  }
}
@media only screen and (max-width: 950px) {
  .scroll_down {
    display: none;
  }
}
.scroll_down #sd {
  position: absolute;
  right: -60px;
  top: -30px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.cookies_box {
  text-align: center;
  background-color: #000;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: none;
}
@media only screen and (max-width: 950px) {
  .cookies_box {
    padding: 30px;
  }
}
.cookies_box p {
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
@media only screen and (max-width: 950px) {
  .cookies_box p {
    font-size: 18px;
    width: 320px;
    margin: 0 auto 30px;
  }
}
.cookies_box p a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 950px) {
  .cookies_box p a {
    font-size: 18px;
  }
}
.cookies_box .btn_yes, .cookies_box .btn_no {
  margin-right: 20px;
}
@media only screen and (max-width: 950px) {
  .cookies_box .btn_yes, .cookies_box .btn_no {
    font-size: 18px;
    width: 150px;
  }
}
.cookies_box .btn_no {
  margin-right: 0;
}

h3 {
  font-size: 45px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 950px) {
  h3 {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
h3:after {
  content: "";
  width: 85px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -42px;
}
@media only screen and (max-width: 950px) {
  h3:after {
    bottom: -20px;
    width: 55px;
    margin-left: -27px;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header.scroll {
  background-color: rgba(255, 255, 255, 0.95);
}
header.scroll .inner {
  padding: 15px 60px;
}
@media only screen and (max-width: 1250px) {
  header.scroll .inner {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 950px) {
  header.scroll .inner {
    padding: 0px;
  }
}
@media only screen and (max-width: 950px) {
  header.active {
    background-color: rgba(255, 255, 255, 0.95);
    height: 100vh;
  }
}
header .ham {
  width: 50px;
  height: 40px;
  background-image: url(../images/icon_ham.svg);
  background-size: 20px;
  background-color: #beaa93;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 30px;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  display: none;
  z-index: 11;
}
@media only screen and (max-width: 950px) {
  header .ham {
    display: block;
    top: 15px;
  }
}
header .ham.active {
  background-image: url(../images/icon_xx.svg);
}
header .inner {
  height: 100%;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 10;
}
@media only screen and (max-width: 1250px) {
  header .inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 950px) {
  header .inner {
    padding: 0px;
    height: 70px;
  }
}
header .inner::after {
  content: "";
  display: block;
  clear: both;
}
header .inner .logo {
  width: 180px;
  margin-top: 6px;
  float: left;
}
@media only screen and (max-width: 1250px) {
  header .inner .logo {
    width: 150px;
  }
}
@media only screen and (max-width: 950px) {
  header .inner .logo {
    height: 70px;
    padding-left: 30px;
    margin: 0;
    float: none;
    width: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .inner .logo figure {
  width: 100%;
}
header .inner nav {
  float: right;
  display: block;
}
@media only screen and (max-width: 950px) {
  header .inner nav {
    float: none;
    display: none;
    border-top: 1px solid #beaa93;
    margin-top: 0px;
  }
}
header .inner nav ul {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 950px) {
  header .inner nav ul {
    display: block;
  }
}
header .inner nav ul li {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  text-align: center;
  position: relative;
  margin-right: 10px;
}
header .inner nav ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1250px) {
  header .inner nav ul li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 950px) {
  header .inner nav ul li {
    display: block;
    width: 210px;
    text-align: left;
    margin: 30px auto 0;
  }
  header .inner nav ul li:last-child {
    margin-right: auto;
  }
}
header .inner nav ul li a {
  display: block;
}
@media only screen and (max-width: 1250px) {
  header .inner nav ul li a .en, header .inner nav ul li a .tw {
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  header .inner nav ul li a .en, header .inner nav ul li a .tw {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 950px) {
  header .inner nav ul li a .tw {
    margin-right: 10px;
  }
}
header .inner nav ul li a .en {
  color: #beaa93;
  display: none;
}
@media only screen and (max-width: 950px) {
  header .inner nav ul li a .en {
    display: inline-block;
  }
}
header .inner nav ul li::after {
  content: "";
  display: none;
  opacity: 0;
  position: absolute;
  bottom: -55px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 17px;
  background-image: url(../images/icon_menu.svg);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media only screen and (min-width: 951px) {
  header .inner nav ul li:hover a .tw {
    display: none;
  }
  header .inner nav ul li:hover a .en {
    display: block;
  }
  header .inner nav ul li:hover::after {
    display: block;
    opacity: 1;
  }
}
header .inner nav .contact_btn {
  width: 200px;
  margin-left: 100px;
}
@media only screen and (max-width: 1250px) {
  header .inner nav .contact_btn {
    width: 150px;
    margin-left: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  header .inner nav .contact_btn {
    width: 330px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 40px auto 0;
  }
}
header .inner nav .social_box {
  text-align: center;
  margin-top: 40px;
  display: none;
}
@media only screen and (max-width: 950px) {
  header .inner nav .social_box {
    display: block;
  }
}
header .inner nav .social_box a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header .inner nav .social_box a.fb {
  background-image: url(../images/social_fb.svg);
}
header .inner nav .social_box a.line {
  background-image: url(../images/social_line.svg);
}
header .inner nav .social_box a.ig {
  background-image: url(../images/social_ig.svg);
  margin-right: 0;
}
@media only screen and (min-width: 751px) {
  header .inner nav .social_box a:hover.fb {
    background-image: url(../images/social_fb_brown.svg);
  }
  header .inner nav .social_box a:hover.line {
    background-image: url(../images/social_line_brown.svg);
  }
  header .inner nav .social_box a:hover.ig {
    background-image: url(../images/social_ig_brown.svg);
  }
}

section.contact {
  width: 100%;
  padding: 100px 0 0;
  background-color: #908b82;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 950px) {
  section.contact {
    padding: 50px 0 0;
  }
}
section.contact .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1250px) {
  section.contact .inner {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 950px) {
  section.contact .inner {
    padding-bottom: 50px;
  }
}
section.contact .inner h3 {
  font-size: 80px;
  color: #FFF;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 80px;
}
section.contact .inner h3::after {
  display: none;
}
@media only screen and (max-width: 950px) {
  section.contact .inner h3 {
    font-size: 44px;
    margin-bottom: 50px;
    letter-spacing: 2px;
  }
}
section.contact .inner .main .item {
  display: inline-block;
  vertical-align: top;
  border-right: solid 2px #fff;
  padding: 20px 0;
  width: calc((100% - 460px)/2);
  text-align: center;
  margin-left: -4px;
  min-height: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1250px) {
  section.contact .inner .main .item {
    width: calc((100% - 400px)/2);
  }
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
    min-height: auto;
    padding: 0 0 50px;
    border-right: solid 0px #fff;
    border-bottom: solid 2px #fff;
  }
}
section.contact .inner .main .item figure {
  margin: 0 auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item figure {
    margin-bottom: 20px;
  }
}
section.contact .inner .main .item p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 15px;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item p {
    font-size: 16px;
  }
}
section.contact .inner .main .item a {
  display: block;
}
section.contact .inner .main .item.fb figure {
  width: 17px;
}
section.contact .inner .main .item.fb a {
  width: 220px;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 30px;
}
section.contact .inner .main .item.fb a .fb_icon, section.contact .inner .main .item.fb a span, section.contact .inner .main .item.fb a .arr {
  display: inline-block;
  vertical-align: middle;
}
section.contact .inner .main .item.fb a .fb_icon {
  background-image: url(../images/btn_fb.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 20px;
  margin-left: -15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.fb a .fb_icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: 7px;
  }
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.fb a span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 751px) {
  section.contact .inner .main .item.fb a:hover {
    background-color: #fff;
  }
  section.contact .inner .main .item.fb a:hover .fb_icon {
    background-color: #908b82;
    background-image: url(../images/icon_fb_white.svg);
  }
  section.contact .inner .main .item.fb a:hover span {
    color: #908b82;
  }
  section.contact .inner .main .item.fb a:hover .arr {
    background-image: url(../images/btn_ar_grey.svg);
  }
}
section.contact .inner .main .item.phone {
  width: 460px;
}
@media only screen and (max-width: 1250px) {
  section.contact .inner .main .item.phone {
    width: 400px;
  }
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.phone {
    width: 100%;
  }
}
section.contact .inner .main .item.phone figure {
  width: 37px;
}
section.contact .inner .main .item.phone .name {
  font-size: 28px;
  margin-bottom: 20px;
  color: #FFF;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.phone .name {
    font-size: 20px;
  }
}
section.contact .inner .main .item.phone a {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #FFF;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.phone a {
    font-size: 45px;
    line-height: 45px;
  }
}
section.contact .inner .main .item.phone p {
  margin-bottom: 0;
}
section.contact .inner .main .item.line {
  border-right: solid 0px #FFF;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.line {
    border-bottom: solid 0px #FFF;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
section.contact .inner .main .item.line figure {
  width: 39px;
}
section.contact .inner .main .item.line p {
  display: block;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.line p {
    display: none;
  }
}
section.contact .inner .main .item.line p.m {
  display: none;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.line p.m {
    display: block;
  }
}
section.contact .inner .main .item.line a {
  width: 90px;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 30px;
  border: none;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.line a {
    width: 220px;
    border: solid 2px #FFF;
  }
}
section.contact .inner .main .item.line a figure {
  width: 90px;
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.line a figure {
    display: none;
  }
}
section.contact .inner .main .item.line a .line_icon, section.contact .inner .main .item.line a span, section.contact .inner .main .item.line a .arr {
  display: none;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.line a .line_icon, section.contact .inner .main .item.line a span, section.contact .inner .main .item.line a .arr {
    display: inline-block;
    vertical-align: middle;
  }
}
section.contact .inner .main .item.line a .line_icon {
  background-image: url(../images/icon_line_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 5px;
  margin-left: -15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  section.contact .inner .main .item.line a span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 751px) {
  section.contact .inner .main .item.line a:hover {
    background-color: #908b82;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  section.contact .inner .main .item.line a:hover {
    background-color: #fff;
  }
}
@media only screen and (min-width: 751px) {
  section.contact .inner .main .item.line a:hover .line_icon {
    background-color: #FFF;
    background-image: url(../images/icon_line_grey.svg);
  }
}
@media only screen and (min-width: 751px) {
  section.contact .inner .main .item.line a:hover span {
    color: #908b82;
  }
}
@media only screen and (min-width: 751px) {
  section.contact .inner .main .item.line a:hover .arr {
    background-image: url(../images/btn_ar_grey.svg);
  }
}
section.contact .email_box {
  background-image: url(../images/footer_img01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 950px) {
  section.contact .email_box {
    padding: 60px 0;
  }
}
section.contact .email_box .gotop {
  position: absolute;
  top: 65%;
  right: -30px;
  z-index: 5;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 950px) {
  section.contact .email_box .gotop {
    display: none;
  }
}
section.contact .email_box .gotop p {
  color: #FFF;
}
section.contact .email_box .gotop #su {
  position: absolute;
  right: 180px;
  top: -30px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.contact .email_box .email_inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  section.contact .email_box .email_inner {
    width: calc(100% - 60px);
  }
}
section.contact .email_box .email_inner p {
  color: #FFF;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 4px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  section.contact .email_box .email_inner p {
    font-size: 20px;
    line-height: 34px;
  }
}
section.contact .email_box .email_inner a {
  width: 230px;
  margin: 0 auto;
}
section.contact .email_box .email_inner a .mail_icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px;
  width: 29px;
  height: 21px;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  section.contact .email_box .email_inner a .mail_icon {
    margin-right: 10px;
  }
}
section.contact .email_box .email_inner a span {
  font-size: 18px;
}
@media only screen and (max-width: 950px) {
  section.contact .email_box .email_inner a span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 751px) {
  section.contact .email_box .email_inner a:hover .mail_icon {
    background-image: url(../images/icon_mail_grey.svg);
  }
  section.contact .email_box .email_inner a:hover span {
    color: #908b82;
  }
  section.contact .email_box .email_inner a:hover .arr {
    background-image: url(../images/btn_ar_grey.svg);
  }
}

footer {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #e3dfdb;
}
footer .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (max-width: 1250px) {
  footer .inner {
    width: calc(100% - 60px);
  }
}
footer .inner::after {
  content: "";
  display: block;
  clear: both;
}
footer .inner a.logo {
  float: left;
  width: 126px;
}
@media only screen and (max-width: 950px) {
  footer .inner a.logo {
    float: none;
    display: block;
    width: 87px;
    margin: 0 auto 30px;
  }
}
footer .inner a.logo figure {
  width: 100%;
}
footer .inner .main {
  float: right;
}
@media only screen and (max-width: 950px) {
  footer .inner .main {
    float: none;
    text-align: center;
  }
}
footer .inner .main .follow_box {
  text-align: right;
  margin-bottom: 35px;
}
@media only screen and (max-width: 950px) {
  footer .inner .main .follow_box {
    float: none;
    text-align: center;
  }
}
footer .inner .main .follow_box label {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 950px) {
  footer .inner .main .follow_box label {
    display: block;
    margin-bottom: 15px;
  }
}
footer .inner .main .follow_box a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 25px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 950px) {
  footer .inner .main .follow_box a {
    margin: 0 15px;
  }
}
footer .inner .main .follow_box a.fb {
  background-image: url(../images/social_fb.svg);
}
footer .inner .main .follow_box a.ig {
  background-image: url(../images/social_ig.svg);
}
footer .inner .main .follow_box a.line {
  background-image: url(../images/social_line.svg);
}
@media only screen and (min-width: 751px) {
  footer .inner .main .follow_box a:hover.fb {
    background-image: url(../images/social_fb_brown.svg);
  }
  footer .inner .main .follow_box a:hover.ig {
    background-image: url(../images/social_ig_brown.svg);
  }
  footer .inner .main .follow_box a:hover.line {
    background-image: url(../images/social_line_brown.svg);
  }
}
footer .inner .main .ads {
  text-align: right;
  margin-bottom: 10px;
}
@media only screen and (max-width: 950px) {
  footer .inner .main .ads {
    text-align: center;
  }
}
footer .inner .main .ads p {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media only screen and (max-width: 950px) {
  footer .inner .main .ads p {
    display: block;
    margin-bottom: 5px;
  }
}
footer .inner .main .ads span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #000;
  padding: 0px 4px;
  margin-left: 10px;
  position: relative;
}
footer .inner .main .copyright {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}
@media only screen and (max-width: 950px) {
  footer .inner .main .copyright {
    text-align: center;
    width: 260px;
    display: block;
    margin: 0 auto;
  }
}
footer .inner .main .copyright a {
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (min-width: 751px) {
  footer .inner .main .copyright a:hover {
    text-decoration: underline;
  }
}

section.privacy .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 180px 0 100px;
}
@media only screen and (max-width: 1250px) {
  section.privacy .inner {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 950px) {
  section.privacy .inner {
    padding: 100px 0 50px;
  }
}
section.privacy .inner h4 {
  font-size: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 950px) {
  section.privacy .inner h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
section.privacy .inner p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 950px) {
  section.privacy .inner p {
    font-size: 16px;
  }
}
section.privacy .inner p span {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 950px) {
  section.privacy .inner p span {
    font-size: 16px;
  }
}
section.privacy .inner p span strong {
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 950px) {
  section.privacy .inner p span strong {
    font-size: 16px;
  }
}
section.privacy .inner h5 {
  font-size: 26px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 950px) {
  section.privacy .inner h5 {
    font-size: 22px;
  }
}