@charset "UTF-8";
/* 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);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
/* line 5, ../../../../../Users/fujita/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.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.7.0/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

/* line 26, ../../../../../Users/fujita/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.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.7.0/lib/ruby/gems/2.7.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.7.0/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Users/fujita/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.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.7.0/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Users/fujita/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.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 23, ../scss/_mix.scss */
* {
  box-sizing: border-box;
}

/* line 26, ../scss/_mix.scss */
a {
  color: #000;
  text-decoration: none;
}
/* line 29, ../scss/_mix.scss */
a:hover {
  opacity: .8;
}

/* line 33, ../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 36, ../scss/_mix.scss */
.hd {
  display: none;
}

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

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

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

/* line 56, ../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 72, ../scss/_mix.scss */
.icon-facebook:before {
  content: "\ea90";
}

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

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

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

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

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

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

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

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

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

/* line 118, ../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 136, ../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 221, ../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 194, ../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 224, ../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 194, ../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 227, ../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 194, ../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 230, ../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 194, ../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 233, ../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 194, ../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 236, ../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 194, ../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 239, ../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 194, ../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 242, ../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 194, ../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 245, ../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 194, ../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 13, ../scss/top.scss */
.main .sec {
  position: relative;
}
/* line 15, ../scss/top.scss */
.main .sec .sec_ttl {
  font-size: 3em;
  font-family: "Poppins", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 400;
  margin-bottom: 2em;
}
/* line 29, ../scss/top.scss */
.main .sec.sec1 {
  overflow: hidden;
}
/* line 30, ../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 44, ../scss/top.scss */
.main .sec.sec2, .main .sec.sec3 {
  padding: 5em 0 0;
  color: #fff;
}
/* line 48, ../scss/top.scss */
.main .sec.sec2 .box, .main .sec.sec3 .box {
  width: 47.5%;
  background: rgba(28, 28, 28, 0.8);
  animation-delay: .3s;
  min-width: 550px;
}
/* line 54, ../scss/top.scss */
.main .sec.sec2 .box .txt_box, .main .sec.sec3 .box .txt_box {
  padding: 8em 3em 4em;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
/* line 60, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .swiper-slide, .main .sec.sec3 .box .txt_box .swiper-slide {
  padding: 2em;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 65, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .swiper-slide .img_coil, .main .sec.sec3 .box .txt_box .swiper-slide .img_coil {
  position: absolute;
  top: 0;
  right: 5%;
  width: 17%;
  max-width: 100px;
  min-width: 56px;
}
/* line 75, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .swiper-pagination-fraction, .main .sec.sec2 .box .txt_box .swiper-pagination-custom, .main .sec.sec2 .box .txt_box .swiper-container-horizontal > .swiper-pagination-bullets, .main .sec.sec3 .box .txt_box .swiper-pagination-fraction, .main .sec.sec3 .box .txt_box .swiper-pagination-custom, .main .sec.sec3 .box .txt_box .swiper-container-horizontal > .swiper-pagination-bullets {
  position: static;
}
/* line 79, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .sec_ttl, .main .sec.sec3 .box .txt_box .sec_ttl {
  animation-delay: 1.0s;
  margin-bottom: 1.2em;
  font-size: 2.125em;
}
/* line 84, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .sec_ttl:after, .main .sec.sec3 .box .txt_box .sec_ttl:after {
  content: none;
}
/* line 88, ../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;
  display: inline-block;
  width: 100%;
  font-size: 1.6em;
}
/* line 94, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .txt, .main .sec.sec3 .box .txt_box .txt {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 1em;
  line-height: 1.7;
}
/* line 100, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .txt.bg, .main .sec.sec3 .box .txt_box .txt.bg {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 500;
}
/* line 107, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .btn_container, .main .sec.sec3 .box .txt_box .btn_container {
  text-align: center;
  padding: 2em 0 1em;
  margin-top: auto;
}
/* line 111, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .btn_container .btn_next, .main .sec.sec3 .box .txt_box .btn_container .btn_next {
  color: #fff;
  font-size: 1.375em;
  padding: .5em;
  cursor: pointer;
}
/* line 116, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .btn_container .btn_next span, .main .sec.sec3 .box .txt_box .btn_container .btn_next span {
  display: inline-block;
  vertical-align: middle;
}
/* line 120, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .btn_container .btn_next .bg, .main .sec.sec3 .box .txt_box .btn_container .btn_next .bg {
  font-size: 1.2em;
}
/* line 123, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .btn_container .btn_next .arr, .main .sec.sec3 .box .txt_box .btn_container .btn_next .arr {
  padding: 0 .3em;
}
/* line 132, ../scss/top.scss */
.main .sec.sec2 {
  background-image: url(../images/top/sec2/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
/* line 142, ../scss/top.scss */
.main .sec.sec2 .box {
  margin: 0 0 0 auto;
  border-top-left-radius: 2em;
}
/* line 153, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .txt .sec_img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
/* line 167, ../scss/top.scss */
.main .sec.sec3 {
  padding: 0 0 5em;
  background-image: url(../images/top/sec3/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
}
/* line 175, ../scss/top.scss */
.main .sec.sec3 .box {
  border-bottom-right-radius: 2em;
}
/* line 183, ../scss/top.scss */
.main .sec.sec3 .box_list_container {
  text-align: center;
}
/* line 185, ../scss/top.scss */
.main .sec.sec3 .box_list_container .box_list {
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1em;
}
/* line 190, ../scss/top.scss */
.main .sec.sec3 .box_list_container .box_list .box_item {
  width: calc(100% / 3);
  padding: 1em;
}
/* line 193, ../scss/top.scss */
.main .sec.sec3 .box_list_container .box_list .box_item img {
  vertical-align: top;
}
/* line 196, ../scss/top.scss */
.main .sec.sec3 .box_list_container .box_list .box_item .txt {
  background: #000;
  color: #000;
  line-height: 1;
  padding: .8em 1em;
  margin: 0;
  font-size: 1.5em;
}
/* line 208, ../scss/top.scss */
.main .sec.sec4 {
  background-image: url(../images/top/sec4/img_sec4_back.png);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 213, ../scss/top.scss */
.main .sec.sec4 .sec_ttl {
  animation-delay: .5s;
  color: #000;
  border-bottom: 1px solid #7a7a7b;
  margin-bottom: 0;
  padding: 0 0 .2em;
}
/* line 220, ../scss/top.scss */
.main .sec.sec4 .sec_ttl:after {
  border-top-color: #000;
}
/* line 224, ../scss/top.scss */
.main .sec.sec4 .inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
/* line 231, ../scss/top.scss */
.main .sec.sec4 .inner-box.left {
  width: 55%;
  text-align: left;
}
/* line 234, ../scss/top.scss */
.main .sec.sec4 .inner-box.left .inner-txt_container {
  padding: 6% 5% 5% 10%;
  line-height: 1.7;
}
/* line 240, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro {
  position: absolute;
  top: 8%;
  right: 0;
  width: 45%;
}
/* line 245, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-inner {
  padding: 5%;
}
/* line 248, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 3% 5% 0 2%;
}
/* line 253, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-imagesub {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 9% 0 0;
}
/* line 256, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-imagesub img {
  width: 100%;
}
/* line 261, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-cart .price {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}
/* line 268, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-cart .cartjs_box {
  padding-top: 0 !important;
}
/* line 273, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-cart .cartjs_product_table table {
  margin: 0 0 0 auto !important;
}
/* line 275, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-cart .cartjs_product_table table th {
  display: none;
}
/* line 278, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-cart .cartjs_product_table table td {
  text-align: right;
}
/* line 284, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-cart .cartjs_cart_in {
  text-align: right !important;
}
/* line 288, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-cart input[name=product_num] {
  border: none;
  padding: .5em;
  font-size: 1.8em;
  text-align: center;
  width: 4em;
}
/* line 295, ../scss/top.scss */
.main .sec.sec4 .inner-box .pro-cart input[type=submit] {
  background-color: #171a1c !important;
  width: auto !important;
  height: auto !important;
  padding: .5em 2em;
}
/* line 310, ../scss/top.scss */
.main .sec.sec4 .inner-block {
  font-size: 1.6em;
  padding: 1em 0;
  border-bottom: 1px solid #7a7a7b;
}
/* line 314, ../scss/top.scss */
.main .sec.sec4 .inner-block .btn_container {
  padding: 1.5em 0 .8em;
}
/* line 316, ../scss/top.scss */
.main .sec.sec4 .inner-block .btn_container .btn_pdf {
  background-color: #171a1c;
  color: #fff;
  font-size: 1.6rem;
  border-radius: .6rem;
  padding: .5em 2em;
  display: inline-block;
  line-height: 1.3;
}
/* line 326, ../scss/top.scss */
.main .sec.sec4 .inner-block .bx {
  display: -webkit-flex;
  display: flex;
}
/* line 330, ../scss/top.scss */
.main .sec.sec4 .inner-block .bx:not(:last-child) dt:after {
  content: ":";
  display: inline-block;
  padding: 0 .3em;
}
/* line 337, ../scss/top.scss */
.main .sec.sec4 .inner-block .bx:last-child {
  display: block;
}
/* line 339, ../scss/top.scss */
.main .sec.sec4 .inner-block .bx:last-child dt {
  display: block;
}
/* line 343, ../scss/top.scss */
.main .sec.sec4 .inner-block .bx .sub_list {
  margin-bottom: .5em;
}
/* line 345, ../scss/top.scss */
.main .sec.sec4 .inner-block .bx .sub_list li {
  position: relative;
  padding-left: 1.3em;
}
/* line 348, ../scss/top.scss */
.main .sec.sec4 .inner-block .bx .sub_list li:before {
  content: "・";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
/* line 361, ../scss/top.scss */
.main .sec.sec5 {
  background-image: url(../images/top/sec5/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7em;
}
/* line 366, ../scss/top.scss */
.main .sec.sec5 .box {
  background: rgba(255, 255, 255, 0.82);
  max-width: 970px;
  margin: 0 auto;
  padding: 6em 4em;
}
/* line 371, ../scss/top.scss */
.main .sec.sec5 .box .box_inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
/* line 377, ../scss/top.scss */
.main .sec.sec5 .sec_ttl {
  animation-delay: 1.0s;
}
/* line 379, ../scss/top.scss */
.main .sec.sec5 .sec_ttl:after {
  content: none;
}
/* line 383, ../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 391, ../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 396, ../scss/top.scss */
.main .sec.sec5 .sec_img_container div {
  width: 50%;
}
/* line 402, ../scss/top.scss */
.main .sec.sec5 .sec_img_container .sec_txt {
  margin-bottom: 0;
  padding: 1em;
}
/* line 408, ../scss/top.scss */
.main .sec.sec6 {
  padding: 7em;
}
/* line 410, ../scss/top.scss */
.main .sec.sec6 .txt_box {
  display: -webkit-flex;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
/* line 416, ../scss/top.scss */
.main .sec.sec6 .txt_box .box {
  width: 50%;
}
/* line 419, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec {
  margin-bottom: 6em;
}
/* line 422, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_ttl {
  font-size: 3em;
  margin-bottom: .7em;
  font-weight: 500;
}
/* line 427, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_txt {
  line-height: 1.7;
  font-size: 1.7em;
}
/* line 431, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_list {
  max-width: 350px;
}
/* line 433, ../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 443, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_image {
  padding: 2em 3em 2em;
  text-align: center;
}
/* line 446, ../scss/top.scss */
.main .sec.sec6 .txt_box .box_sec .box_sec_image img {
  max-width: 410px;
  width: 100%;
}
/* line 452, ../scss/top.scss */
.main .sec.sec6 .txt_box .box1 {
  padding: 0 2em;
}
/* line 454, ../scss/top.scss */
.main .sec.sec6 .txt_box .box1 .box_inner {
  max-width: 530px;
}
/* line 458, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 {
  padding: 0 2em;
}
/* line 460, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .box_inner {
  max-width: 420px;
}
/* line 463, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .box_image {
  display: -webkit-flex;
  display: flex;
  animation-delay: .5s;
  margin-right: 18%;
}
/* line 467, ../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 475, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .box_image .box_txt span {
  display: block;
  margin: 100% 0 0;
}
/* line 480, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .box_image .image {
  width: 58%;
  padding: 0 0 0 20%;
}
/* line 485, ../scss/top.scss */
.main .sec.sec6 .txt_box .box2 .btn_container {
  animation-delay: .7s;
  text-align: center;
}
/* line 488, ../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 506, ../scss/top.scss */
.main .container > div {
  display: -webkit-flex;
  display: flex;
}
/* line 510, ../scss/top.scss */
.main .container#section3 > div {
  position: absolute;
}

/* line 518, ../scss/top.scss */
.swiper-pagination-bullet {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 15px !important;
}

/* line 525, ../scss/top.scss */
.cartjs_block {
  padding: 0 !important;
  margin-bottom: 2rem;
}
/* line 528, ../scss/top.scss */
.cartjs_block .cartjs_dtl_tbl {
  margin-bottom: 19px !important;
}
/* line 530, ../scss/top.scss */
.cartjs_block .cartjs_dtl_tbl th {
  display: none;
}
/* line 533, ../scss/top.scss */
.cartjs_block .cartjs_dtl_tbl td {
  text-align: right;
  padding: 0 !important;
}
/* line 536, ../scss/top.scss */
.cartjs_block .cartjs_dtl_tbl td .cartjs_product_price {
  color: #000 !important;
}
/* line 539, ../scss/top.scss */
.cartjs_block .cartjs_dtl_tbl td input[name=product_num] {
  margin-right: 0 !important;
}
/* line 546, ../scss/top.scss */
.cartjs_block .cartjs_buy input[type=submit] {
  margin-left: auto;
  background: #171a1c !important;
  width: auto !important;
  height: auto !important;
  padding: .5em 2em !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: 0 0 transparent !important;
  font-weight: normal !important;
  margin-right: 0 !important;
  font-size: 14px !important;
}

@media screen and (max-width: 1440px) {
  /* line 593, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box, .main .sec.sec3 .box .txt_box {
    padding: 11.5% 4.5% 5%;
  }
  /* line 595, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .box_txt_container, .main .sec.sec3 .box .txt_box .box_txt_container {
    font-size: calc(2 * ((100vw - 768px) / 672) + 14px);
  }
  /* line 598, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .btn_container, .main .sec.sec3 .box .txt_box .btn_container {
    padding: 5.8% 0 3%;
  }
  /* line 601, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .swiper-slide, .main .sec.sec3 .box .txt_box .swiper-slide {
    padding: 5%;
  }
  /* line 637, ../scss/top.scss */
  .main .sec.sec4 .box_list .box_item {
    font-size: calc(3 * ((100vw - 768px) / 732) + 12px);
  }
  /* line 643, ../scss/top.scss */
  .main .sec.sec5 .sec_txt {
    font-size: calc(3 * ((100vw - 768px) / 732) + 14px);
  }
  /* line 650, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box_sec .box_sec_ttl {
    font-size: calc(12 * ((100vw - 768px) / 732) + 18px);
  }
  /* line 653, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box_sec .box_sec_txt {
    font-size: calc(3 * ((100vw - 768px) / 732) + 14px);
  }
  /* line 660, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image .box_txt {
    font-size: calc(3 * ((100vw - 768px) / 732) + 14px);
  }
  /* line 665, ../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: 1000px) {
  /* line 684, ../scss/top.scss */
  .main .sec.sec4 .inner-box .pro {
    top: 6.5%;
  }
  /* line 686, ../scss/top.scss */
  .main .sec.sec4 .inner-box .pro-bottom {
    display: block;
    padding-right: 3%;
  }
  /* line 690, ../scss/top.scss */
  .main .sec.sec4 .inner-box .pro-imagesub {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 724, ../scss/top.scss */
  .main .sec.sec2, .main .sec.sec3 {
    background-position: center;
    background-size: cover;
  }
  /* line 729, ../scss/top.scss */
  .main .sec.sec2 .box, .main .sec.sec3 .box {
    width: 85%;
    min-width: auto;
    max-width: 550px;
  }
  /* line 734, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .box_txt_container, .main .sec.sec3 .box .txt_box .box_txt_container {
    font-size: calc(4 * ((100vw - 400px) / 368) + 10px);
  }
  /* line 739, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .txt, .main .sec.sec3 .box .txt_box .txt {
    font-size: 1.1em;
    line-height: 1.8;
  }
  /* line 759, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .txt {
    font-size: 1.2em;
  }
  /* line 764, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .box_list_container .box_list {
    max-width: 450px;
  }
  /* line 766, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .box_list_container .box_list .box_item {
    width: 50%;
  }
  /* line 768, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .box_list_container .box_list .box_item .txt {
    font-size: 1.2rem;
  }
  /* line 782, ../scss/top.scss */
  .main .sec.sec4 .inner-box.left {
    width: 100%;
  }
  /* line 784, ../scss/top.scss */
  .main .sec.sec4 .inner-box.left .inner-txt_container {
    padding: 5% 2.5em;
  }
  /* line 788, ../scss/top.scss */
  .main .sec.sec4 .inner-box .pro {
    position: static;
    width: 100%;
  }
  /* line 792, ../scss/top.scss */
  .main .sec.sec4 .inner-box .pro-cart .cartjs_box {
    padding-right: 0 !important;
    border: none !important;
  }
  /* line 801, ../scss/top.scss */
  .main .sec.sec4 .inner .pro, .main .sec.sec4 .inner-block_container {
    max-width: 600px;
    margin: 0 auto;
  }
  /* line 806, ../scss/top.scss */
  .main .sec.sec4 .inner .pro {
    max-width: 500px;
    margin-bottom: 2em;
  }
  /* line 809, ../scss/top.scss */
  .main .sec.sec4 .inner .pro-bottom {
    display: block;
    padding-right: 3%;
  }
  /* line 813, ../scss/top.scss */
  .main .sec.sec4 .inner .pro-imagesub {
    padding: 0;
  }
  /* line 817, ../scss/top.scss */
  .main .sec.sec4 .inner-block {
    font-size: 1.4em;
  }
  /* line 819, ../scss/top.scss */
  .main .sec.sec4 .inner-block:first-child {
    border-top: 1px solid #7a7a7b;
  }
  /* line 822, ../scss/top.scss */
  .main .sec.sec4 .inner-block .bx {
    margin-bottom: .5em;
  }
  /* line 824, ../scss/top.scss */
  .main .sec.sec4 .inner-block .bx dt {
    white-space: nowrap;
  }
  /* line 830, ../scss/top.scss */
  .main .sec.sec4 .box {
    padding: 5em 2em;
  }
  /* line 833, ../scss/top.scss */
  .main .sec.sec4 .sec_ttl {
    margin-bottom: 1em;
  }
  /* line 838, ../scss/top.scss */
  .main .sec.sec4 .box_txt_container .box_txt {
    font-size: 1.4em;
  }
  /* line 887, ../scss/top.scss */
  .main .sec.sec5 .sec_txt {
    font-size: 1.4em;
  }
  /* line 890, ../scss/top.scss */
  .main .sec.sec5 .sec_img_container {
    display: block;
    max-width: 320px;
  }
  /* line 893, ../scss/top.scss */
  .main .sec.sec5 .sec_img_container div {
    width: auto;
  }
  /* line 899, ../scss/top.scss */
  .main .sec.sec6 .txt_box {
    display: block;
  }
  /* line 902, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box_sec .box_sec_ttl {
    font-size: 1.8em;
  }
  /* line 905, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box_sec .box_sec_txt {
    font-size: 1.4em;
  }
  /* line 909, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box {
    width: 100%;
  }
  /* line 911, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box .box_inner {
    margin: 0 auto;
  }
  /* line 915, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 {
    padding: 5% 2em 15%;
  }
  /* line 917, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image {
    max-width: 300px;
    margin: 0 auto;
    animation-delay: 0s;
  }
  /* line 921, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image .image {
    width: 50%;
  }
  /* line 924, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image .box_txt {
    font-size: 1.4em;
  }
  /* line 928, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .btn_container {
    animation-delay: 0s;
  }
  /* line 930, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .btn_container .btn {
    font-size: 1.6em;
  }
  /* line 940, ../scss/top.scss */
  .main .sec.sec_map .inner-txt_container .ttl {
    max-width: 600px;
    margin: 0 auto;
  }
  /* line 949, ../scss/top.scss */
  .main .container > div {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  /* line 957, ../scss/top.scss */
  .nw {
    white-space: normal;
  }

  /* line 963, ../scss/top.scss */
  .main .sec.sec1 .box {
    width: 80%;
    margin: 0 auto;
  }
  /* line 966, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner {
    padding-right: 2em;
  }
  /* line 968, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .img {
    padding-bottom: 2em;
  }
  /* line 972, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .txt_box .ttl {
    font-size: 1.4em;
  }
  /* line 976, ../scss/top.scss */
  .main .sec.sec1 .box .box_inner .txt_box .sec_txt {
    font-size: 1.4em;
  }
  /* line 981, ../scss/top.scss */
  .main .sec.sec1 .box .product_img {
    width: 22%;
  }
  /* line 1013, ../scss/top.scss */
  .main .sec.sec3 .box_list_container .box_list .box_item {
    padding: .5em;
    font-size: .9rem;
  }
  /* line 1024, ../scss/top.scss */
  .main .sec.sec4 .box {
    padding: 3em 1em;
  }
  /* line 1028, ../scss/top.scss */
  .main .sec.sec4 .box_txt_container .box_txt {
    font-size: 1.2em;
  }
  /* line 1038, ../scss/top.scss */
  .main .sec.sec5 {
    padding: 3em;
  }
  /* line 1040, ../scss/top.scss */
  .main .sec.sec5 .box {
    padding: 4em 2em;
  }
  /* line 1044, ../scss/top.scss */
  .main .sec.sec6 {
    padding: 3em;
  }
  /* line 1048, ../scss/top.scss */
  .main .sec.sec6 .txt_box .box2 .box_image {
    max-width: 270px;
  }
  /* line 1059, ../scss/top.scss */
  .main .sec.sec_map .box.txt_container .txt_box .dl_list {
    line-height: 2.5;
  }
}

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