/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
/* line 5, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?g3nysq");
  src: url("fonts/icomoon.eot?g3nysq#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?g3nysq") format("truetype"), url("fonts/icomoon.woff?g3nysq") format("woff"), url("fonts/icomoon.svg?g3nysq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, ../scss/_mix.scss */
* {
  box-sizing: border-box;
}

/* line 22, ../scss/_mix.scss */
a {
  color: #636569;
  text-decoration: none;
}

/* line 26, ../scss/_mix.scss */
.ds {
  -moz-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.17);
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.17);
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.17);
}

/* line 29, ../scss/_mix.scss */
.hd {
  display: none;
}

/* line 32, ../scss/_mix.scss */
html {
  font-size: 62.5%;
}

/* line 35, ../scss/_mix.scss */
body {
  background: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.5;
  color: #636569;
}

/* line 42, ../scss/_mix.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* line 49, ../scss/_mix.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 65, ../scss/_mix.scss */
.icon-facebook:before {
  content: "\ea90";
}

/* line 68, ../scss/_mix.scss */
.icon-twitter:before {
  content: "\ea96";
}

/* line 71, ../scss/_mix.scss */
.icon-insta:before {
  content: "\e903";
}

/* line 75, ../scss/_mix.scss */
.no_wrap {
  white-space: nowrap;
  display: inline-block;
}

/* line 80, ../scss/_mix.scss */
.mx1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 85, ../scss/_mix.scss */
.mx1400 {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 90, ../scss/_mix.scss */
.mx1500 {
  max-width: 1500px;
  margin: 0 auto;
}

/* line 95, ../scss/_mix.scss */
.left {
  float: left;
}

/* line 98, ../scss/_mix.scss */
.right {
  float: right;
}

/* line 102, ../scss/_mix.scss */
.clear:after {
  content: "";
  clear: both;
  display: block;
}

/* line 111, ../scss/_mix.scss */
.spinner {
  margin: -3em 0 0 -3em;
  font-size: 10px;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(60, 60, 60, 0.4);
  border-right: 0.6em solid rgba(60, 60, 60, 0.4);
  border-bottom: 0.6em solid rgba(60, 60, 60, 0.4);
  border-left: 0.6em solid #3c3c3c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

/* line 129, ../scss/_mix.scss */
.spinner,
.spinner:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 214, ../scss/_mix.scss */
[data-scroll="fadeup50"] {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -moz-transition: -moz-transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s, opacity 1s ease 0s;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
/* line 187, ../scss/_mix.scss */
[data-scroll="fadeup50"].animIn {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 217, ../scss/_mix.scss */
[data-scroll="fadeup30"] {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: -moz-transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s, opacity 1s ease 0s;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
/* line 187, ../scss/_mix.scss */
[data-scroll="fadeup30"].animIn {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 220, ../scss/_mix.scss */
[data-scroll="fadeup20"] {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: -moz-transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s, opacity 1s ease 0s;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
/* line 187, ../scss/_mix.scss */
[data-scroll="fadeup20"].animIn {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 223, ../scss/_mix.scss */
[data-scroll="fadeup30_t7_d3"] {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: -moz-transform 1s ease 0.3s, opacity 1s ease 0.3s;
  -o-transition: -o-transform 1s ease 0.3s, opacity 1s ease 0.3s;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0.3s, 0.3s;
  transition: transform 1s ease 0.3s, opacity 1s ease 0.3s;
}
/* line 187, ../scss/_mix.scss */
[data-scroll="fadeup30_t7_d3"].animIn {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 226, ../scss/_mix.scss */
[data-scroll="fadeup30_t7_d5"] {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: -moz-transform 1s ease 0.5s, opacity 1s ease 0.5s;
  -o-transition: -o-transform 1s ease 0.5s, opacity 1s ease 0.5s;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0.5s, 0.5s;
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}
/* line 187, ../scss/_mix.scss */
[data-scroll="fadeup30_t7_d5"].animIn {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 229, ../scss/_mix.scss */
[data-scroll="fadeup30_t7_d7"] {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: -moz-transform 1s ease 0.7s, opacity 1s ease 0.7s;
  -o-transition: -o-transform 1s ease 0.7s, opacity 1s ease 0.7s;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0.7s, 0.7s;
  transition: transform 1s ease 0.7s, opacity 1s ease 0.7s;
}
/* line 187, ../scss/_mix.scss */
[data-scroll="fadeup30_t7_d7"].animIn {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 232, ../scss/_mix.scss */
[data-scroll="fadeup50_t7_d3"] {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -moz-transition: -moz-transform 1s ease 0.3s, opacity 1s ease 0.3s;
  -o-transition: -o-transform 1s ease 0.3s, opacity 1s ease 0.3s;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0.3s, 0.3s;
  transition: transform 1s ease 0.3s, opacity 1s ease 0.3s;
}
/* line 187, ../scss/_mix.scss */
[data-scroll="fadeup50_t7_d3"].animIn {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 235, ../scss/_mix.scss */
[data-scroll="fadeup50_t7_d5"] {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -moz-transition: -moz-transform 1s ease 0.5s, opacity 1s ease 0.5s;
  -o-transition: -o-transform 1s ease 0.5s, opacity 1s ease 0.5s;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0.5s, 0.5s;
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}
/* line 187, ../scss/_mix.scss */
[data-scroll="fadeup50_t7_d5"].animIn {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 238, ../scss/_mix.scss */
[data-scroll="fadeup50_t7_d7"] {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -moz-transition: -moz-transform 1s ease 0.7s, opacity 1s ease 0.7s;
  -o-transition: -o-transform 1s ease 0.7s, opacity 1s ease 0.7s;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0.7s, 0.7s;
  transition: transform 1s ease 0.7s, opacity 1s ease 0.7s;
}
/* line 187, ../scss/_mix.scss */
[data-scroll="fadeup50_t7_d7"].animIn {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 11, ../scss/top.scss */
.anmIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 17, ../scss/top.scss */
[data-scroll] {
  opacity: 0;
}

/* line 21, ../scss/top.scss */
[data-scroll="fadeinup"].anmIn {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/* line 27, ../scss/top.scss */
[data-scroll="fadeinup4"].anmIn {
  -webkit-animation-name: fadeInUp4;
  animation-name: fadeInUp4;
}

/* line 33, ../scss/top.scss */
[data-scroll="fadeinright"].anmIn {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}

/* line 39, ../scss/top.scss */
[data-scroll="fadeinleft"].anmIn {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}

/* line 45, ../scss/top.scss */
.main .sec {
  position: relative;
}
/* line 47, ../scss/top.scss */
.main .sec .sec_ttl {
  font-size: 3em;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
}
/* line 52, ../scss/top.scss */
.main .sec .sec_ttl:after {
  width: 90px;
  border-top: 1px solid #636569;
  display: block;
  content: '';
  margin: .3em auto;
}
/* line 61, ../scss/top.scss */
.main .sec.sec1 {
  overflow: hidden;
}
/* line 62, ../scss/top.scss */
.main .sec.sec1 .back {
  background-image: url(../images/top/sec1/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
}
/* line 73, ../scss/top.scss */
.main .sec.sec1 .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 70%;
  max-width: 880px;
}
/* line 79, ../scss/top.scss */
.main .sec.sec1 .box .box_inner,
.main .sec.sec1 .box .product_img {
  display: table-cell;
  vertical-align: middle;
  animation-delay: 1.2s;
}
/* line 89, ../scss/top.scss */
.main .sec.sec1 .box .box_inner {
  text-align: left;
  padding: 16% 2.5em 0 0;
  width: 77%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  animation-delay: .7s;
}
/* line 103, ../scss/top.scss */
.main .sec.sec1 .box .box_inner .img {
  max-width: 420px;
  width: 90%;
  padding: 0 0 3.4em;
  margin: 0 auto 0 0;
}
/* line 108, ../scss/top.scss */
.main .sec.sec1 .box .box_inner .img img {
  width: 100%;
}
/* line 113, ../scss/top.scss */
.main .sec.sec1 .box .box_inner .txt_box .ttl {
  font-size: 2em;
  line-height: 1.4;
  padding: 0 0 1.4em;
}
/* line 119, ../scss/top.scss */
.main .sec.sec1 .box .box_inner .txt_box .sec_txt {
  font-size: 1.8em;
}
/* line 129, ../scss/top.scss */
.main .sec.sec1 .box .product_img {
  width: 20%;
  max-width: 150px;
}
/* line 133, ../scss/top.scss */
.main .sec.sec1 .box .product_img img {
  -moz-transform: translateY(7%);
  -ms-transform: translateY(7%);
  -webkit-transform: translateY(7%);
  transform: translateY(7%);
}
/* line 146, ../scss/top.scss */
.main .sec.sec2, .main .sec.sec3 {
  padding: 5em 0;
}
/* line 149, ../scss/top.scss */
.main .sec.sec2 .box, .main .sec.sec3 .box {
  width: 57%;
  background: rgba(255, 255, 255, 0.82);
  animation-delay: .3s;
}
/* line 153, ../scss/top.scss */
.main .sec.sec2 .box .txt_box, .main .sec.sec3 .box .txt_box {
  padding: 5% 6%;
  max-width: 800px;
  margin: 0 auto;
}
/* line 158, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .sec_ttl, .main .sec.sec3 .box .txt_box .sec_ttl {
  animation-delay: 1.0s;
}
/* line 161, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .box_txt_container, .main .sec.sec3 .box .txt_box .box_txt_container {
  animation-delay: 1.1s;
}
/* line 164, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .txt, .main .sec.sec3 .box .txt_box .txt {
  text-align: left;
  font-size: 1.7em;
  max-width: 900px;
  margin: 0 auto 2em;
  line-height: 1.7;
}
/* line 178, ../scss/top.scss */
.main .sec.sec2 {
  background-image: url(../images/top/sec2/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 43vw center;
}
/* line 187, ../scss/top.scss */
.main .sec.sec2 .box .txt_box {
  padding: 5em;
}
/* line 193, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .txt {
  margin-bottom: 2.5em;
}
/* line 195, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .txt .sec_img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
/* line 209, ../scss/top.scss */
.main .sec.sec3 {
  background-image: url(../images/top/sec3/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 43vw center;
}
/* line 215, ../scss/top.scss */
.main .sec.sec3 .box {
  margin: 0 0 0 auto;
}
/* line 218, ../scss/top.scss */
.main .sec.sec3 .box_list_container {
  text-align: center;
}
/* line 220, ../scss/top.scss */
.main .sec.sec3 .box_list_container .box_list {
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4em -1em 0;
}
/* line 225, ../scss/top.scss */
.main .sec.sec3 .box_list_container .box_list .box_item {
  width: calc(100% / 3);
  padding: 1em;
}
/* line 228, ../scss/top.scss */
.main .sec.sec3 .box_list_container .box_list .box_item img {
  vertical-align: top;
}
/* line 231, ../scss/top.scss */
.main .sec.sec3 .box_list_container .box_list .box_item .txt {
  background: #63656a;
  color: #fff;
  line-height: 1;
  padding: .7em 1em;
  margin: 0;
  font-size: 1.5em;
}
/* line 243, ../scss/top.scss */
.main .sec.sec4 {
  background-image: url(../images/top/sec4/img_sec4_back20.png);
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 247, ../scss/top.scss */
.main .sec.sec4 .sec_ttl {
  margin-bottom: 2em;
  animation-delay: .5s;
}
/* line 251, ../scss/top.scss */
.main .sec.sec4 .box {
  padding: 15em 4em;
}
/* line 257, ../scss/top.scss */
.main .sec.sec4 .box_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
/* line 262, ../scss/top.scss */
.main .sec.sec4 .box_list .box_item {
  padding: 1em;
  width: 25%;
  max-width: 300px;
  font-size: 1.7em;
  text-align: left;
}
/* line 268, ../scss/top.scss */
.main .sec.sec4 .box_list .box_item .txt_container {
  line-height: 1.7;
}
/* line 270, ../scss/top.scss */
.main .sec.sec4 .box_list .box_item .txt_container .list_ttl {
  font-weight: 700;
}
/* line 274, ../scss/top.scss */
.main .sec.sec4 .box_list .box_item .img_container {
  overflow: hidden;
  border-radius: 50%;
  width: 65%;
  margin: 0 auto 15%;
}
/* line 280, ../scss/top.scss */
.main .sec.sec4 .box_list .box_item:nth-child(1) {
  animation-delay: .6s;
}
/* line 283, ../scss/top.scss */
.main .sec.sec4 .box_list .box_item:nth-child(2) {
  animation-delay: .8s;
}
/* line 286, ../scss/top.scss */
.main .sec.sec4 .box_list .box_item:nth-child(3) {
  animation-delay: 1.0s;
}
/* line 289, ../scss/top.scss */
.main .sec.sec4 .box_list .box_item:nth-child(4) {
  animation-delay: 1.2s;
}
/* line 295, ../scss/top.scss */
.main .sec.sec5 {
  background-image: url(../images/top/sec5/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7em;
}
/* line 300, ../scss/top.scss */
.main .sec.sec5 .box {
  background: rgba(255, 255, 255, 0.82);
  max-width: 970px;
  margin: 0 auto;
  padding: 6em 4em;
}
/* line 305, ../scss/top.scss */
.main .sec.sec5 .box .box_inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
/* line 311, ../scss/top.scss */
.main .sec.sec5 .sec_ttl {
  animation-delay: 1.0s;
}
/* line 313, ../scss/top.scss */
.main .sec.sec5 .sec_ttl:after {
  content: none;
}
/* line 317, ../scss/top.scss */
.main .sec.sec5 .sec_txt {
  animation-delay: 1.1s;
  font-size: 1.7em;
  line-height: 2.2;
  margin-bottom: 2em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* line 325, ../scss/top.scss */
.main .sec.sec5 .sec_img_container {
  animation-delay: 1.2s;
  display: -webkit-flex;
  display: flex;
  max-width: 650px;
  margin: 0 auto;
}
/* line 330, ../scss/top.scss */
.main .sec.sec5 .sec_img_container div {
  width: 50%;
}
/* line 336, ../scss/top.scss */
.main .sec.sec5 .sec_img_container .sec_txt {
  margin-bottom: 0;
  padding: 1em;
}
/* line 342, ../scss/top.scss */
.main .sec.sec6 {
  padding: 7em;
}
/* line 344, ../scss/top.scss */
.main .sec.sec6 .txt_box {
  display: -webkit-flex;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
/* line 350, ../scss/top.scss */
.main .sec.sec6 .txt_box .box {
  width: 50%;
}
/* line 353, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec {
  margin-bottom: 6em;
}
/* line 356, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_ttl {
  font-size: 3em;
  margin-bottom: .7em;
  font-weight: 500;
}
/* line 361, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_txt {
  line-height: 1.7;
  font-size: 1.7em;
}
/* line 365, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_list {
  max-width: 350px;
}
/* line 367, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_list li {
  font-size: 1.7em;
  background: #636569;
  color: #fff;
  padding: 0.3em 0.8em;
  font-weight: 200;
  margin-bottom: 1.3em;
}
/* line 377, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_image {
  padding: 2em 3em 2em;
  text-align: center;
}
/* line 380, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_image img {
  max-width: 410px;
  width: 100%;
}
/* line 386, ../scss/top.scss */
.main .sec.sec6 .txt_box .box1 {
  padding: 0 2em;
}
/* line 388, ../scss/top.scss */
.main .sec.sec6 .txt_box .box1 .box_inner {
  max-width: 530px;
}
/* line 392, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 {
  padding: 0 2em;
}
/* line 394, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .box_inner {
  max-width: 420px;
}
/* line 397, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .box_image {
  display: -webkit-flex;
  display: flex;
  animation-delay: .5s;
  margin-right: 18%;
}
/* line 401, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .box_image .box_txt {
  width: 40%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: right;
  font-size: 1.7em;
  line-height: 1.7;
}
/* line 409, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .box_image .box_txt span {
  display: block;
  margin: 100% 0 0;
}
/* line 414, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .box_image .image {
  width: 58%;
  padding: 0 0 0 20%;
}
/* line 419, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .btn_container {
  animation-delay: .7s;
  text-align: center;
}
/* line 422, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .btn_container .btn {
  background: #636569;
  color: #fff;
  font-size: 2em;
  border-radius: 5px;
  padding: .8em 1em;
  width: 260px;
  display: inline-block;
  text-decoration: underline;
  text-align: center;
}
/* line 440, ../scss/top.scss */
.main .container > div {
  display: -webkit-flex;
  display: flex;
}
/* line 444, ../scss/top.scss */
.main .container#section3 > div {
  position: absolute;
}

@media screen and (max-width: 1700px) {
  /* line 461, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .txt_box .ttl {
    font-size: calc(5 * ((100vw - 780px) / 920) + 15px);
  }
  /* line 464, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .txt_box .sec_txt {
    font-size: calc(4 * ((100vw - 780px) / 920) + 14px);
  }
}
@media screen and (max-width: 1500px) {
  /* line 494, ../scss/top.scss */
  .main .sec .sec_ttl {
    font-size: calc(12 * ((100vw - 768px) / 732) + 18px);
  }
  /* line 501, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .txt, .main .sec.sec3 .box .txt_box .txt {
    font-size: calc(3 * ((100vw - 768px) / 732) + 14px);
  }
  /* line 512, ../scss/top.scss */
  .main .sec.sec3 .box_list_container .box_list .box_item .txt {
    font-size: calc(5 * ((100vw - 768px) / 732) + 10px);
  }
  /* line 521, ../scss/top.scss */
  .main .sec.sec4 .box_list .box_item {
    font-size: calc(3 * ((100vw - 768px) / 732) + 14px);
  }
  /* line 527, ../scss/top.scss */
  .main .sec.sec5 .sec_txt {
    font-size: calc(3 * ((100vw - 768px) / 732) + 14px);
  }
  /* line 534, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box_sec .box_sec_ttl {
    font-size: calc(12 * ((100vw - 768px) / 732) + 18px);
  }
  /* line 537, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box_sec .box_sec_txt {
    font-size: calc(3 * ((100vw - 768px) / 732) + 14px);
  }
  /* line 544, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image .box_txt {
    font-size: calc(3 * ((100vw - 768px) / 732) + 14px);
  }
  /* line 549, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .btn_container .btn {
    font-size: calc(4 * ((100vw - 768px) / 732) + 16px);
  }
}
@media screen and (max-width: 768px) {
  /* line 606, ../scss/top.scss */
  .main .sec .sec_ttl {
    font-size: 1.8em;
  }
  /* line 611, ../scss/top.scss */
  .main .sec.sec1 .box {
    width: 70%;
  }
  /* line 615, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .txt_box .ttl {
    font-size: 1.5em;
  }
  /* line 618, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .txt_box .sec_txt {
    font-size: 1.4em;
  }
  /* line 625, ../scss/top.scss */
  .main .sec.sec2, .main .sec.sec3 {
    background-position: center;
  }
  /* line 628, ../scss/top.scss */
  .main .sec.sec2 .box, .main .sec.sec3 .box {
    width: 90%;
  }
  /* line 637, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .txt, .main .sec.sec3 .box .txt_box .txt {
    font-size: 1.4em;
  }
  /* line 646, ../scss/top.scss */
  .main .sec.sec3 .box_list_container .box_list {
    max-width: 400px;
  }
  /* line 648, ../scss/top.scss */
  .main .sec.sec3 .box_list_container .box_list .box_item {
    width: 50%;
  }
  /* line 650, ../scss/top.scss */
  .main .sec.sec3 .box_list_container .box_list .box_item .txt {
    font-size: calc(2 * ((100vw - 480px) / 288) + 12px);
  }
  /* line 658, ../scss/top.scss */
  .main .sec.sec4 .box {
    padding: 5em 4em;
  }
  /* line 661, ../scss/top.scss */
  .main .sec.sec4 .sec_ttl {
    margin-bottom: 1em;
  }
  /* line 666, ../scss/top.scss */
  .main .sec.sec4 .box_list {
    display: block;
  }
  /* line 668, ../scss/top.scss */
  .main .sec.sec4 .box_list .box_item {
    animation-delay: .5s !important;
    width: 100%;
    max-width: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.4em;
  }
  /* line 675, ../scss/top.scss */
  .main .sec.sec4 .box_list .box_item .img_container {
    width: 20%;
    margin: 0;
  }
  /* line 679, ../scss/top.scss */
  .main .sec.sec4 .box_list .box_item .txt_container {
    flex: 1;
    padding: .5em 1em;
  }
  /* line 687, ../scss/top.scss */
  .main .sec.sec5 .sec_txt {
    font-size: 1.4em;
  }
  /* line 690, ../scss/top.scss */
  .main .sec.sec5 .sec_img_container {
    display: block;
    max-width: 320px;
  }
  /* line 693, ../scss/top.scss */
  .main .sec.sec5 .sec_img_container div {
    width: auto;
  }
  /* line 699, ../scss/top.scss */
  .main .sec.sec6 .txt_box {
    display: block;
  }
  /* line 702, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box_sec .box_sec_ttl {
    font-size: 1.8em;
  }
  /* line 705, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box_sec .box_sec_txt {
    font-size: 1.4em;
  }
  /* line 709, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box {
    width: 100%;
  }
  /* line 711, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box .box_inner {
    margin: 0 auto;
  }
  /* line 715, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 {
    padding: 5% 2em 15%;
  }
  /* line 717, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image {
    max-width: 300px;
    margin: 0 auto;
    animation-delay: 0s;
  }
  /* line 721, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image .image {
    width: 50%;
  }
  /* line 724, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image .box_txt {
    font-size: 1.4em;
  }
  /* line 728, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .btn_container {
    animation-delay: 0s;
  }
  /* line 730, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .btn_container .btn {
    font-size: 1.6em;
  }
  /* line 739, ../scss/top.scss */
  .main .container > div {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  /* line 747, ../scss/top.scss */
  .nw {
    white-space: normal;
  }

  /* line 753, ../scss/top.scss */
  .main .sec.sec1 .box {
    width: 80%;
    margin: 0 auto;
  }
  /* line 756, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner {
    padding-right: 2em;
  }
  /* line 758, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .img {
    padding-bottom: 2em;
  }
  /* line 762, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .txt_box .ttl {
    font-size: 1.4em;
  }
  /* line 766, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .txt_box .sec_txt {
    font-size: 1.4em;
  }
  /* line 771, ../scss/top.scss */
  .main .sec.sec1 .box .product_img {
    width: 22%;
  }
  /* line 779, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box, .main .sec.sec3 .box .txt_box {
    padding: 3em;
  }
  /* line 786, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .txt, .main .sec.sec3 .box .txt_box .txt {
    font-size: 1.4em;
  }
  /* line 795, ../scss/top.scss */
  .main .sec.sec3 .box_list_container .box_list .box_item {
    padding: .5em;
    font-size: .9rem;
  }
  /* line 798, ../scss/top.scss */
  .main .sec.sec3 .box_list_container .box_list .box_item .txt {
    padding: .5em;
  }
  /* line 806, ../scss/top.scss */
  .main .sec.sec4 .box {
    padding: 3em 1em;
  }
  /* line 810, ../scss/top.scss */
  .main .sec.sec4 .box_list .box_item {
    padding: .5em;
    margin: 0 0 1em;
  }
  /* line 816, ../scss/top.scss */
  .main .sec.sec5 {
    padding: 3em;
  }
  /* line 818, ../scss/top.scss */
  .main .sec.sec5 .box {
    padding: 4em 2em;
  }
  /* line 822, ../scss/top.scss */
  .main .sec.sec6 {
    padding: 3em;
  }
  /* line 826, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image {
    max-width: 270px;
  }
  /* line 859, ../scss/top.scss */
  .main .sec.sec_map .box.txt_container .txt_box .dl_list {
    line-height: 2.5;
  }
}

/*# sourceMappingURL=top.css.map */
