@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);
/* 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: #009BE2;
  text-decoration: none;
}

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

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

/* line 33, ../scss/_mix.scss */
body {
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.5;
  color: #009be2;
}

/* line 40, ../scss/_mix.scss */
img {
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

/* line 108, ../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 126, ../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 15, ../scss/ingredient.scss */
.ingredient .main .sec .txt_list_container {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 19, ../scss/ingredient.scss */
.ingredient .main .sec .txt_list_container .txt_box {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 7% 7% 0;
}
/* line 27, ../scss/ingredient.scss */
.ingredient .main .sec .txt_list_container .txt_box .flex {
  display: flex;
}
/* line 33, ../scss/ingredient.scss */
.ingredient .main .sec .txt_list_container .txt_box .flex .flex_img:first-child {
  margin-right: 10%;
}
/* line 42, ../scss/ingredient.scss */
.ingredient .main .sec.sec1 {
  background-image: url(../images/ingredient/img_back_material.jpg);
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 48, ../scss/ingredient.scss */
.ingredient .main .sec.sec1 .box {
  width: 80%;
}
/* line 53, ../scss/ingredient.scss */
.ingredient .main .sec.sec1 .box .img[data-scroll] {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 1.2s 1s;
  -o-transition: all 1.2s 1s;
  -webkit-transition: all 1.2s;
  -webkit-transition-delay: 1s;
  transition: all 1.2s 1s;
}
/* line 183, ../scss/_mix.scss */
.ingredient .main .sec.sec1 .box .img[data-scroll].anmIn {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* line 58, ../scss/ingredient.scss */
.ingredient .main .sec.sec1 .box .txt_box[data-scroll] {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 0.7s 1.2s;
  -o-transition: all 0.7s 1.2s;
  -webkit-transition: all 0.7s;
  -webkit-transition-delay: 1.2s;
  transition: all 0.7s 1.2s;
}
/* line 183, ../scss/_mix.scss */
.ingredient .main .sec.sec1 .box .txt_box[data-scroll].anmIn {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* line 61, ../scss/ingredient.scss */
.ingredient .main .sec.sec1 .box .txt_box .ttl_sub {
  font-size: 1.5em;
  font-weight: bold;
  padding: 1em 0;
}
/* line 65, ../scss/ingredient.scss */
.ingredient .main .sec.sec1 .box .txt_box .ttl_sub:after {
  width: 60px;
  border-top: 1px solid #009be2;
  display: block;
  content: '';
  margin: .5em auto;
}
/* line 73, ../scss/ingredient.scss */
.ingredient .main .sec.sec1 .box .txt_box .ttl {
  line-height: 1.2;
  font-weight: normal;
  font-size: 6em;
}
/* line 83, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .flex_img {
  width: 45%;
  position: relative;
}
/* line 86, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .flex_img .image {
  top: 0;
  width: 100%;
}
/* line 89, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .flex_img .image.on {
  position: fixed;
  width: 418px;
}
/* line 93, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .flex_img .image.bt {
  position: absolute;
  top: auto;
  bottom: 0;
}
/* line 100, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .flex_txt {
  width: 55%;
  padding-bottom: 10%;
}
/* line 103, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .flex_txt .section {
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 5em;
  line-height: 1.7;
}
/* line 109, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .flex_txt .section .ttl {
  font-size: 1.1428em;
  margin: 0 0 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 114, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .flex_txt .section .ttl:before {
  content: "";
  width: .9em;
  height: .9em;
  display: block;
  background: url(../images/ingredient/img_check.png) no-repeat center;
  background-size: contain;
}
/* line 122, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .flex_txt .section .ttl span {
  padding-left: .5em;
}
/* line 136, ../scss/ingredient.scss */
.ingredient .main .sec.sec2 .btn_container .btn {
  background: #009be2;
  color: #fff;
  font-size: 2.2em;
  border-radius: 5px;
  padding: .7em 1em;
  width: 70%;
  max-width: 250px;
  display: inline-block;
  text-decoration: underline;
}
/* line 150, ../scss/ingredient.scss */
.ingredient .main .sec.sec_map {
  position: relative;
}
/* line 152, ../scss/ingredient.scss */
.ingredient .main .sec.sec_map .sec_inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 156, ../scss/ingredient.scss */
.ingredient .main .sec.sec_map .box.txt_container {
  padding: 10em 0 24em;
  position: relative;
}
/* line 159, ../scss/ingredient.scss */
.ingredient .main .sec.sec_map .box.txt_container .txt_box {
  position: static;
}
/* line 161, ../scss/ingredient.scss */
.ingredient .main .sec.sec_map .box.txt_container .txt_box small {
  left: 2em;
}

/* line 174, ../scss/ingredient.scss */
[data-scroll="fadeup50"] {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -moz-transition: all 0.8s 0s;
  -o-transition: all 0.8s 0s;
  -webkit-transition: all 0.8s;
  -webkit-transition-delay: 0s;
  transition: all 0.8s 0s;
}
/* line 183, ../scss/_mix.scss */
[data-scroll="fadeup50"].anmIn {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* line 177, ../scss/ingredient.scss */
[data-scroll="fadeup30"] {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 0.7s 0s;
  -o-transition: all 0.7s 0s;
  -webkit-transition: all 0.7s;
  -webkit-transition-delay: 0s;
  transition: all 0.7s 0s;
}
/* line 183, ../scss/_mix.scss */
[data-scroll="fadeup30"].anmIn {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* line 180, ../scss/ingredient.scss */
[data-scroll="fadeup20"] {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.7s 0s;
  -o-transition: all 0.7s 0s;
  -webkit-transition: all 0.7s;
  -webkit-transition-delay: 0s;
  transition: all 0.7s 0s;
}
/* line 183, ../scss/_mix.scss */
[data-scroll="fadeup20"].anmIn {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  /* line 219, ../scss/ingredient.scss */
  .ingredient .main .sec.sec2 .flex_img .image.on {
    width: 34.83%;
  }
}
@media screen and (max-width: 768px) {
  /* line 267, ../scss/ingredient.scss */
  .ingredient .main .sec.sec1 .box .txt_box .ttl {
    font-size: calc(25 * ((100vw - 320px) / 448) + 35px);
  }
  /* line 270, ../scss/ingredient.scss */
  .ingredient .main .sec.sec1 .box .txt_box .ttl_sub {
    font-size: calc(3 * ((100vw - 320px) / 448) + 12px);
  }
  /* line 278, ../scss/ingredient.scss */
  .ingredient .main .sec.sec2 .txt_box .flex {
    display: block;
  }
  /* line 280, ../scss/ingredient.scss */
  .ingredient .main .sec.sec2 .txt_box .flex .flex_img,
  .ingredient .main .sec.sec2 .txt_box .flex .flex_txt {
    width: 90%;
    max-width: 450px;
    margin: 0 auto !important;
  }
  /* line 286, ../scss/ingredient.scss */
  .ingredient .main .sec.sec2 .txt_box .flex .flex_img {
    padding: 0 0 2em;
  }
  /* line 292, ../scss/ingredient.scss */
  .ingredient .main .sec.sec_map {
    height: 100vh;
  }
  /* line 294, ../scss/ingredient.scss */
  .ingredient .main .sec.sec_map .sec_inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 297, ../scss/ingredient.scss */
  .ingredient .main .sec.sec_map .sec_inner .box.txt_container {
    padding: 2em 0;
  }
  /* line 300, ../scss/ingredient.scss */
  .ingredient .main .sec.sec_map .sec_inner .box.txt_container .txt_box small {
    left: 0;
    bottom: 1em;
  }
}
@media screen and (max-width: 640px) {
  /* line 324, ../scss/ingredient.scss */
  .ingredient .main .sec .txt_list_container .sec_header .txt {
    font-size: 1.5em;
  }
  /* line 328, ../scss/ingredient.scss */
  .ingredient .main .sec .txt_list_container .txt_box {
    border-width: 1em;
  }
  /* line 336, ../scss/ingredient.scss */
  .ingredient .main .sec.sec1 .box .txt_box .txt {
    line-height: 2;
  }
  /* line 339, ../scss/ingredient.scss */
  .ingredient .main .sec.sec1 .box .txt_box .txt2 {
    line-height: 1.7;
  }
  /* line 348, ../scss/ingredient.scss */
  .ingredient .main .sec.sec2 .txt_list_container .txt_box .flex {
    font-size: .9em;
  }
  /* line 350, ../scss/ingredient.scss */
  .ingredient .main .sec.sec2 .txt_list_container .txt_box .flex .flex_img {
    padding: 4em 0;
  }
}

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