@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

header,
footer,
main,
aside,
nav,
section,
article,
figure {
  display: block;
  margin: 0;
  padding: 0;
}

address,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
i,
small,
strong {
  font-style: normal;
  line-height: inherit;
  margin: 0;
  padding: 0;
  cursor: default;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol,
li {
  list-style: none;
}

button,
input[type="button"] {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="num"],
input[type="url"],
input[type="tel"],
input[type="email"],
select,
textarea {
  -webkit-appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-family: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

/*======= title / text =======*/
.title__style--main {
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: normal;
}

/* 文字　小さく */
.small {
  font-size: .8em;
}

/* 文字　さらに小さく */
.smaller {
  font-size: .65em;
}

/* 文字　強調 */
.strong {
  font-size: 1.25em;
}

/* 文字　さらに強調 */
.stronger {
  font-size: 1.333em;
}

/* テキスト位置 */
.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

/* 文字色 */
/*======= block =======*/
.inner {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.js-fade-point {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
}

.js-fade-left {
  position: relative;
  overflow: hidden;
}

.js-fade-left:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  z-index: 1;
}

.js-fade-left * {
  opacity: 0;
}

.js-fade-bottom {
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.35, 0.54, 0.89);
          transition-timing-function: cubic-bezier(0.34, 0.35, 0.54, 0.89);
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
}

.js-fade-textleft {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  opacity: 0;
}

.js-fade-textright {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  opacity: 0;
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
}

@-webkit-keyframes fade-left-img {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  46% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-left-img {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  46% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.js-fade-on .js-fade-left:before {
  width: 100%;
  -webkit-animation-name: fade-left;
          animation-name: fade-left;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-fade-on .js-fade-left * {
  -webkit-animation-name: fade-left-img;
          animation-name: fade-left-img;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-fade-on .js-fade-bottom, .js-fade-on .js-fade-textleft, .js-fade-on .js-fade-textright {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

.js-fade-on.js-fade-bottom, .js-fade-on.js-fade-textleft, .js-fade-on.js-fade-textright {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

body {
  position: relative;
  width: 100%;
  font-family: "UniSansRegular", "Source Sans", "Helvetica Neue", Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  overflow-x: hidden;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

.header {
  position: relative;
  height: 90px;
  margin-bottom: 20px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.header__logo {
  width: 90px;
  height: 90px;
}

.header__logo a {
  display: block;
  width: 100%;
  line-height: 0;
}

.header__menubtn {
  display: block;
  width: 60px;
  height: 60px;
  padding: 12px 14px 10px;
  background: #616161;
  line-height: 0;
}

.header__menubtn span {
  position: relative;
  display: block;
  width: 100%;
}

.header__menubtn span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #616161 url("/dry/img/menu_on.png") no-repeat center/cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .25s;
  transition: .25s;
}

.header.open .header__menubtn span:before {
  opacity: 1;
}

.header.open .headernav {
  opacity: 1;
  visibility: visible;
}

.footer {
  padding: 50px 10px 30px;
  background: #fff;
}

.footer__logo {
  margin-bottom: 16px;
  text-align: center;
}

.footer__logo a {
  display: inline-block;
  line-height: 0;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__nav__list li {
  margin: 0 10px 10px;
}

.footer__nav__list li:first-child {
  margin-left: 0;
}

.footer__nav__list li:last-child {
  margin-right: 0;
}

.footer__nav__list span {
  display: inline-block;
}

.footer__nav__list a {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer__nav__list img {
  width: auto;
  max-width: none;
  height: 25px;
}

.footer__copyright {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 1px;
}

/* scrollbtn */
.scrolltop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 48px;
  height: 48px;
  z-index: 1;
}

/*::::::::::::::: firstview css :::::::::::::::*/
.firstview {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px - 20px);
  overflow: hidden;
}

.firstview .js-fade-point {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.firstview__block--image {
  width: 100%;
  height: 100%;
  background: url("/dry/img/bg-mv.png") no-repeat top right/cover;
}

.firstview__block--text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 40%;
  height: 100%;
  padding: 10% 10px 5%;
  background: #ff0718;
}

.firstview__block--text__item {
  width: 100%;
  max-width: 100%;
}

.firstview__scroll {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0;
  text-align: center;
}

.firstview__scrollwrap {
  position: absolute;
  bottom: 2%;
  right: 10px;
}

.firstview__scroll i {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .25s;
  transition: .25s;
}

.firstview__scroll img {
  cursor: pointer;
}

.firstview__title, .firstview__text {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}

.firstview__title:before, .firstview__text:before {
  background-color: #fff;
}

.firstview__title {
  width: 100%;
}

.firstview__title img {
  width: 100%;
}

.firstview__text {
  width: 90%;
}

.firstview__text img {
  width: 100%;
}

@-webkit-keyframes scrollbtn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scrollbtn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.js-fade-on .firstview__scroll {
  -webkit-animation: scrollbtn 2s 3.5s;
          animation: scrollbtn 2s 3.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.js-fade-on .firstview__text {
  width: 90%;
}

.js-fade-on .firstview__text:before {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.js-fade-on .firstview__text img {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

/*::::::::::::::: problem css :::::::::::::::*/
.problem {
  overflow: hidden;
}

.problem__head {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 10% 10px;
  background: url("/dry/img/bg-sec1-mv.jpg") no-repeat bottom left/cover;
  overflow: hidden;
}

.problem__head .js-fade-point {
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.problem__head__title {
  color: #231815;
  font-size: 67px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}

.problem__body {
  background: url("/dry/img/bg-gray1--pc.jpg") repeat-x top center/auto;
}

.problem__body__item {
  padding: 80px 10px 0;
  margin-bottom: 120px;
}

.problem__body__item:last-child {
  margin-bottom: 0;
}

.problem__body__item .title__style--main {
  margin-bottom: 40px;
}

.problem .problembox {
  position: relative;
  padding-top: 40px;
  padding-right: 50px;
  margin-bottom: 80px;
}

.problem .problembox:last-child {
  margin-bottom: 0;
}

.problem .problembox .js-fade-point {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.problem .problembox__image {
  position: absolute;
  top: 0;
  width: 55%;
  padding-top: 46.2%;
}

.problem .problembox__image:before {
  background: #231815;
}

.problem .problembox__image img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100%;
  height: auto;
}

.problem .problembox__title {
  width: 50%;
  padding: 20px 40px;
  margin: 0 0 40px auto;
  color: #fff;
  font-size: 32px;
  letter-spacing: 1px;
  background-color: transparent;
  line-height: 1.5;
}

.problem .problembox__title:before {
  background: #e20421;
}

.problem .problembox__title span {
  display: inline-block;
  line-height: 1;
  border-bottom: 2px solid #fff;
}

.problem .problembox__text {
  width: calc(45% - 30px * 2);
  margin: 0 0 0 auto;
  font-size: 16px;
}

.problem .problembox__text p {
  text-shadow: 0 0 10px #eaeaea, 0 0 10px #eaeaea;
}

.problem .problembox__text:before {
  background: #231815;
}

.problem .problembox.is--reverse {
  padding-right: 0;
  padding-left: 50px;
}

.problem .problembox.is--reverse .problembox__image {
  right: 0;
  left: auto;
}

.problem .problembox.is--reverse .problembox__title {
  margin: 0 auto 40px 0;
  text-align: right;
}

.problem .problembox.is--reverse .problembox__text {
  margin: 0 auto 0 0;
}

.problem .threepoint {
  padding: 0;
}

.problem .threepoint .title__style--main {
  margin-bottom: 0;
}

.problem .threepoint__block {
  position: relative;
  background: url("/dry/img/bg-rain.jpg") repeat-x bottom 10px center/auto 100%;
}

.problem .threepoint__block .js-fade-point {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.problem .threepoint__block__item {
  position: relative;
}

.problem .threepoint__block__item [class^="is--point"] {
  position: absolute;
  width: 90px;
  opacity: 0;
  -webkit-transform: scale(0.3) rotate(1deg);
          transform: scale(0.3) rotate(1deg);
}

.problem .threepoint__block__item [class^="is--point"]:before {
  background: #231815;
}

.problem .threepoint__block__item .is--point1 {
  top: 4%;
  left: 40%;
}

.problem .threepoint__block__item .is--point2 {
  top: 14%;
  left: 8%;
}

.problem .threepoint__block__item .is--point3 {
  top: 19%;
  right: 5%;
}

.problem .threepoint__block__item [class^="is--image"] {
  opacity: 0;
}

.problem .threepoint__block__item .is--floatimage {
  position: absolute;
  top: 0;
  left: 0;
}

.js-fade-on .problembox__title {
  -webkit-transition: background-color .2s linear 1.3s;
  transition: background-color .2s linear 1.3s;
  background-color: #e20421;
}

.js-fade-on .problembox__title:before {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

.js-fade-on .problembox__title span {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

.js-fade-on .problembox__text:before {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.js-fade-on .problembox__text p {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.js-fade-on .threepoint__block__item {
  position: relative;
}

.js-fade-on .threepoint__block__item [class^="is--point"] {
  opacity: 1;
  -webkit-transform: scale(1) rotate(1deg);
          transform: scale(1) rotate(1deg);
  -webkit-transition: 1.75s;
  transition: 1.75s;
}

.js-fade-on .threepoint__block__item .is--point2 {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.js-fade-on .threepoint__block__item .is--point3 {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

.js-fade-on .threepoint__block__item [class^="is--image"] {
  opacity: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.js-fade-on .threepoint__block__item .is--image1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-fade-on .threepoint__block__item .is--image2 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/*::::::::::::::: solution css :::::::::::::::*/
.solution {
  position: relative;
  z-index: 1;
  margin-top: -300px;
}

.solution__head {
  position: relative;
  padding: 160px 10px 200px;
  background: url("/dry/img/bg-gray2.png") repeat-x bottom center/auto 100%;
  overflow: hidden;
}

.solution__head .js-fade-point {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.solution__head__title {
  display: inline-block;
  line-height: 1.3em;
  font-weight: bold;
}

.solution__head__title > span {
  display: inline-block;
}

.solution__head__title > span:before {
  background: #231815;
}

.solution__body {
  position: relative;
  margin-top: -180px;
  z-index: 2;
}

.solution__body .js-fade-point {
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.solution__body__title {
  padding-left: 50.15%;
}

.solution__body__title .title__style--main {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  line-height: 1.5em;
  text-shadow: 0 0 13px rgba(255, 255, 255, 0.5), 0 0 13px rgba(255, 255, 255, 0.5), 0 0 13px rgba(255, 255, 255, 0.5), 0 0 13px rgba(255, 255, 255, 0.5), 0 0 13px rgba(255, 255, 255, 0.5), 0 0 13px rgba(255, 255, 255, 0.5);
}

.solution__body__title .title__style--main:before {
  background-color: #e20421;
}

.solution__body__title .title__style--main .strong {
  color: #e20421;
}

.solution__body__item {
  position: relative;
  margin-top: -160px;
}

.solutionbox {
  overflow: hidden;
}

.solutionbox__image {
  position: relative;
  width: 100%;
  max-width: 860px;
  padding-top: 105%;
  margin: 0 auto;
}

.solutionbox__image [class^="is--layer"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.solutionbox__image [class^="is--layer"] img {
  width: 100%;
  max-width: none;
  height: auto;
}

.solutionbox__image .is--layer4 {
  z-index: 4;
}

.solutionbox__image .is--layer3 {
  z-index: 3;
}

.solutionbox__image .is--layer2 {
  z-index: 2;
}

.solutionbox__list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  z-index: 10;
}

.solutionbox__list li {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.solutionbox__list li img {
  width: 100%;
  height: auto;
}

.js-fade-on .solution__head__title > span:before {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

.js-fade-on .solution__head__title > span * {
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
}

.js-fade-on .solution__head__title > span:nth-child(3):before {
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
}

.js-fade-on .solution__head__title > span:nth-child(3) * {
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
}

.js-fade-on .solution__head__title > span:nth-child(5):before {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.js-fade-on .solution__head__title > span:nth-child(5) * {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.js-fade-on .solutionbox__image [class^="is--layer"] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

.js-fade-on .solutionbox__image .is--layer4 {
  -webkit-transform: translateX(7%);
          transform: translateX(7%);
  opacity: 0;
}

.js-fade-on .solutionbox__image .is--layer3 {
  -webkit-transform: translateX(7%);
          transform: translateX(7%);
  opacity: 0;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.js-fade-on .solutionbox__image .is--layer2 {
  -webkit-transform: translateX(7%);
          transform: translateX(7%);
  opacity: 0;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.js-fade-on .solutionbox__list li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

.js-fade-on .solutionbox__list li.is--layer4 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.js-fade-on .solutionbox__list li.is--layer3 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.js-fade-on .solutionbox__list li.is--layer2 {
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}

.js-fade-on .solutionbox__list li.is--layer1 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

/*::::::::::::::: solution css :::::::::::::::*/
.product {
  position: relative;
  margin-top: -160px;
  z-index: 2;
}

.product__head {
  position: relative;
  padding: 120px 10px 20px;
  background: url("/dry/img/pc_bg-product.png") repeat-x top center/auto 100%;
  overflow: hidden;
}

.product__head .js-fade-point {
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product__head__title {
  margin-bottom: 30px;
}

.product__head__text:before {
  background: #231815;
}

.product__head__text p {
  line-height: 1.8;
}

.product__body {
  padding: 80px 10px;
  background: #f1f0f0;
}

.product__body__item {
  margin-top: 30px;
}

.product__body__item:first-child {
  margin-top: 0;
}

.productbox__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 80px;
  padding: 10px 100px 10px 80px;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(60%, #fff), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to left, #fff 0%, #fff 60%, rgba(255, 255, 255, 0.5) 100%);
}

.productbox__title i, .productbox__title .is--image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 100%;
}

.productbox__title i img, .productbox__title .is--image img {
  width: auto;
  max-width: none;
  height: 100%;
}

.productbox__title i {
  padding: 10px 0;
  left: 10px;
}

.productbox__title .is--image {
  right: 10px;
  line-height: 0;
}

.productbox__title .is--text_main {
  display: block;
  font-size: 28px;
  margin-bottom: 7px;
  line-height: 1;
}

.productbox__title .is--text_sub {
  display: block;
  font-size: 15px;
  line-height: 1;
}

.productbox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.productbox__list__item {
  width: 33.3%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.productitem {
  display: block;
  width: 100%;
  cursor: pointer;
}

.productitem__image {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
}

.productitem__image .button {
  position: absolute;
  bottom: 5%;
  right: calc(50% - 50px);
  -webkit-transform: trasnalteX(50%);
          transform: trasnalteX(50%);
  display: block;
  width: 3.5em;
  padding: 2px 0;
  background: #231815;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-indent: 2px;
  overflow: hidden;
  -webkit-transition: .25s;
  transition: .25s;
  z-index: 1;
}

.productitem__image .button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: .25s;
  transition: .25s;
}

.productitem__label {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.js-fade-on .product__head__text:before {
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
}

.js-fade-on .product__head__text * {
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
}

@media screen and (min-width: 361px) and (max-width: 460px) {
  .problem__head__title {
    font-size: 34px;
  }
  .solution__head__title.title__style--main {
    font-size: 24px;
  }
}

@media screen and (min-width: 361px) and (max-width: 480px) {
  .title__style--main {
    font-size: 32px;
  }
  .firstview__title {
    max-width: 280px;
    margin-bottom: 10px;
  }
  .firstview__text {
    max-width: 220px;
  }
  .solution__body__title .title__style--main {
    font-size: 20px;
  }
}

@media screen and (min-width: 361px) and (max-width: 768px) {
  .firstview__scrollwrap {
    bottom: 20px;
    right: 0;
  }
  .firstview__scroll {
    width: 50px;
  }
}

@media screen and (min-width: 461px) and (max-width: 768px) {
  .problem__head__title {
    font-size: 46px;
  }
}

@media screen and (min-width: 461px) and (max-width: 680px) {
  .solution__head__title.title__style--main {
    font-size: 30px;
  }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .product {
    margin-top: -90px;
  }
  .product__head__title.title__style--main {
    font-size: 34px;
  }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
  .solution__body__title .title__style--main {
    font-size: 24px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .firstview__title {
    max-width: 320px;
    margin-bottom: 16px;
  }
  .firstview__text {
    max-width: 260px;
  }
  .problem .problembox__title {
    width: 70%;
    margin: -8% 0 20px auto;
    font-size: 26px;
    padding: 16px 26px;
  }
  .solution__body__item {
    margin-top: -120px;
  }
}

@media screen and (min-width: 541px) and (max-width: 768px) {
  .solution {
    margin-top: -220px;
  }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
  .solution__body__title .title__style--main {
    font-size: 28px;
  }
}

@media screen and (min-width: 641px) {
  .solutionbox__image {
    padding-top: 86.73%;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .solution__body__title .title__style--main {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .problem__head {
    padding: 20% 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 860px) {
  .problem__head__title {
    font-size: 52px;
  }
  .problem .problembox__title {
    padding: 20px;
  }
}

@media screen and (min-width: 769px) {
  .is--sp {
    display: none !important;
  }
  .headernav {
    width: 100%;
    height: 100%;
  }
  .headernav__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-left: 20px;
  }
  .headernav__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    padding: 0 20px;
    font-size: 15px;
  }
  .headernav__list__item > a, .headernav__list__item > span {
    font-weight: bold;
    -webkit-transition: .5s;
    transition: .5s;
    white-space: nowrap;
  }
  .headernav__list__item a, .headernav__list__item span {
    cursor: pointer;
  }
  .headernav__list__item a:hover, .headernav__list__item span:hover {
    color: #ff0718;
  }
  .headernav__list__item:hover .headernav__drop {
    opacity: 1;
    visibility: visible;
  }
  .headernav__drop {
    position: absolute;
    top: 75%;
    width: 30%;
    padding: 1.5%;
    background: #f1f0f0;
    line-height: 2.8;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
  }
  .headernav__drop.is--large {
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headernav__drop.is--large .headernav__drop__item {
    width: 16%;
    margin: 2%;
  }
  .headernav__drop.is--large .headernav__drop__item a {
    display: block;
    width: 100%;
  }
  .headernav__drop.is--large .headernav__drop__item a:hover {
    opacity: .7;
  }
  .headernav__drop.is--large .headernav__drop__item img {
    width: 100%;
    height: auto;
  }
  .footer__logo a:hover {
    opacity: 0.5;
  }
  .footer__nav__list a:hover {
    opacity: 0.5;
  }
  .firstview__block--text__item {
    /*width: 382.22222px;*/
	padding:30px;
  }
  .firstview__scroll {
    width: 62px;
  }
  .firstview__title {
    max-width: 360px;
    margin-bottom: 10px;
  }
  .firstview__text {
    max-width: 300px;
  }
  .productitem:hover .button {
    color: #231815;
    font-weight: bold;
  }
  .productitem:hover .button:before {
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .scrolltop {
    right: calc(50% - 850px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (max-width: 640px) {
  .solution__head {
    padding: 130px 10px 170px;
  }
  .solution__body {
    margin-top: -150px;
  }
  .solution__body__title {
    padding-left: 41.15%;
  }
  .solutionbox__image [class^="is--layer"] {
    right: -10px;
    width: calc(120% + 10px);
  }
  .solutionbox__list {
    right: -10px;
    width: calc(120% + 10px);
  }
  .product__head {
    background-image: url("/dry/img/sp_bg-product.png");
    padding: 120px 10px 0;
  }
  .product__head__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .solution {
    margin-top: -160px;
  }
}

@media screen and (max-width: 960px) {
  .headernav__list__item {
    font-size: 14px;
  }
  .headernav__drop {
    padding: 10px;
  }
}

@media screen and (max-width: 360px) {
  .title__style--main {
    font-size: 28px;
  }
  .firstview__scrollwrap {
    bottom: 10px;
    right: 0;
  }
  .firstview__scroll {
    width: 40px;
  }
  .firstview__title {
    max-width: 220px;
    margin-bottom: 7px;
  }
  .firstview__text {
    max-width: 180px;
  }
  .problem__head__title {
    font-size: 30px;
  }
  .solution__head__title.title__style--main {
    font-size: 22px;
  }
  .solution__body__title .title__style--main {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0;
    font-size: 14px;
  }
  .is--pc {
    display: none !important;
  }
  .header {
    height: 60px;
    margin-bottom: 0px;
  }
  .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .header__logo {
    width: 60px;
    height: 60px;
  }
  .headernav {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: calc(100vh - 60px);
    border-top: 1px solid #ababab;
    padding-bottom: 20px;
    background: #fff;
    overflow: auto;
    z-index: 999;
    -webkit-box-shadow: 0 3px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 1px 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    transition: .35s;
  }
  .headernav__list__item {
    position: relative;
    border-bottom: 1px solid #ababab;
    cursor: pointer;
  }
  .headernav__list__item:last-child {
    border-bottom: none;
  }
  .headernav__list__item:after {
    position: absolute;
    top: 1.28em;
    right: 2.5%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .headernav__list__item > a, .headernav__list__item > span {
    display: block;
    width: 100%;
    padding: 1em 5% 1em;
  }
  .headernav__list__item.js-morebtn:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .headernav__list__item.js-morebtn > a {
    width: 190px;
  }
  .headernav__list__item.is-current:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .headernav__drop {
    display: none;
    padding: 0 5%;
  }
  .headernav__drop__item {
    padding: 1em 1em 0;
  }
  .headernav__drop__item:first-child {
    padding-top: 0;
  }
  .headernav__drop__item:last-child {
    padding-bottom: 1em;
  }
  .footer__nav__list li {
    margin: 0 7px 10px;
  }
  .footer__nav__list img {
    height: 20px;
  }
  .scrolltop {
    right: 10px;
    width: 42px;
    height: 42px;
  }
  .firstview {
    height: calc(100vh - 60px - 0px);
  }
  .firstview__block--image {
    height: 60%;
  }
  .firstview__block--text {
    position: static;
    width: 100%;
    height: 40%;
    padding: 30px 10px 20px;
  }
  .firstview__title, .firstview__text {
    display: block;
  }
  .problem__head {
    height: 480px;
    padding: 20% 10px;
  }
  .problem__body {
    background: url("/dry/img/bg-gray1--sp.jpg") repeat-x top center/auto;
  }
  .problem__body__item {
    padding: 60px 10px 0;
  }
  .problem__body__item .title__style--main {
    text-align: center;
  }
  .problem .problembox {
    max-width: 640px;
    margin: 0 auto 60px;
    padding: 0;
  }
  .problem .problembox__image {
    position: relative;
    width: 80%;
    padding-top: 56.8%;
  }
  .problem .problembox__image img {
    width: 100%;
    height: auto;
  }
  .problem .problembox__text {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .problem .problembox.is--reverse {
    padding-left: 10px;
  }
  .problem .problembox.is--reverse .problembox__image {
    margin: 0 0 0 auto;
  }
  .problem .problembox.is--reverse .problembox__title {
    text-align: left;
    margin: -8% auto 20px 0;
  }
  .problem .problembox.is--reverse .problembox__text {
    padding: 0 10px 0 0;
  }
  .problem .threepoint__block__item [class^="is--point"] {
    width: 10%;
  }
  .productbox__title {
    height: 60px;
    padding: 10px 80px 10px 50px;
  }
  .productbox__title .is--text_main {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .productbox__title .is--text_sub {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .firstview__block--text {
    padding: 20px 10px;
  }
  .problem__head {
    height: 360px;
    padding: 60px 10px 20px;
  }
  .problem .problembox__title {
    width: 80%;
    padding: 10px 16px;
    margin: -8% 0 20px auto;
    font-size: 20px;
  }
  .solution__body__item {
    margin-top: -25%;
  }
  .product {
    margin-top: -70px;
  }
  .product__head__title.title__style--main {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .productbox__title .is--text_sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 460px) {
  .productbox__list__item {
    width: 50%;
  }
}
/*# sourceMappingURL=../maps/common.css.map */
.catlink{ display:block; width:100%; cursor: pointer!important; cursor: hand; }
