.fadeInUp {
  opacity: 0 !important;
  -webkit-transform: translateY(40px) !important;
  -ms-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
  transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  -webkit-transition-duration: 0.8s !important;
  transition-duration: 0.8s !important
}

.fadeInDown {
  opacity: 0 !important;
  -webkit-transform: translateY(-40px) !important;
  -ms-transform: translateY(-40px) !important;
  transform: translateY(-40px) !important;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
  transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  -webkit-transition-duration: 0.8s !important;
  transition-duration: 0.8s !important
}

.fadeInRight {
  opacity: 0 !important;
  -webkit-transform: translateX(-40px) !important;
  -ms-transform: translateX(-40px) !important;
  transform: translateX(-40px) !important;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
  transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  -webkit-transition-duration: 0.8s !important;
  transition-duration: 0.8s !important
}

.fadeInLeft {
  opacity: 0 !important;
  -webkit-transform: translateX(40px) !important;
  -ms-transform: translateX(40px) !important;
  transform: translateX(40px) !important;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
  transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  -webkit-transition-duration: 1s !important;
  transition-duration: 1s !important
}

.fadeInZoom {
  opacity: 0 !important;
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1) !important;
  transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1) !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  -webkit-transition-duration: 1.2s !important;
  transition-duration: 1.2s !important;
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.dl01 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.dl02 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.dl30 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s
}

.fadeInUp.is-show, .fadeInDown.is-show, .fadeInRight.is-show, .fadeInLeft.is-show {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important
}

.fadeInZoom.is-show {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
}

@-webkit-keyframes fuwafuwa-reverse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
}

@keyframes fuwafuwa-reverse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, cite, code, del, dfn, em, img, ins, kbd, q, samp, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal
}

body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

ul, li {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

input, button, textarea, select {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select::-ms-expand {
  display: none
}

img {
  vertical-align: middle
}

button {
  cursor: pointer
}

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?sn88zz");
  src: url("../fonts/icomoon.eot?sn88zz#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?sn88zz") format("woff2"), url("../fonts/icomoon.ttf?sn88zz") format("truetype"), url("../fonts/icomoon.woff?sn88zz") format("woff"), url("../fonts/icomoon.svg?sn88zz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html {
  font-size: 62.5%
}

body {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  min-width: 1030px
}

*, *:before, *:after {
  box-sizing: border-box
}

a, a:visited {
  color: #000
}

p, h1, h2, h3, h4, h5 {
  line-height: 1.75
}

img {
  max-width: 100%
}

.l-main {
  display: block;
  overflow: hidden
}

input[type=radio], input[type=checkbox] {
  display: none
}

.c-input, .c-textarea {
  border: 1px solid #d5d5d5;
  -webkit-transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  padding: .5em .8em
}

.c-input:focus, .c-textarea:focus {
  border-color: #898989
}

.c-input.-size_full, .-size_full.c-textarea {
  width: 100%;
  height: 100%
}

.c-input.-size_large, .-size_large.c-textarea {
  height: 60px;
  width: 100%
}

.c-input.-size_medium, .-size_medium.c-textarea {
  height: 40px;
  width: 100%
}

.c-input.-size_small, .-size_small.c-textarea {
  height: 36px;
  width: 100%
}

.c-textarea {
  resize: vertical;
  width: 100%;
  min-height: 10em
}

.c-select-wrap {
  position: relative;
  display: block;
  min-height: 32px
}

.c-select-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 5px 5px 0 5px;
  border-top-color: #f9576a;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  pointer-events: none
}

.c-select {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #d5d5d5;
  padding: .29em .8em;
  -webkit-transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  cursor: pointer;
  background: #fff
}

.c-select:focus {
  border-color: #898989
}

.c-select::-ms-expand {
  display: none
}

.c-radio {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 20px;
  vertical-align: middle;
  cursor: pointer
}

.c-radio:before, .c-radio:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff
}

.c-radio:after {
  width: 8px;
  height: 8px;
  left: 4px;
  margin-top: -6px;
  border: none;
  -webkit-transition: background 0.1s cubic-bezier(0.24, 1, 0.32, 1);
  transition: background 0.1s cubic-bezier(0.24, 1, 0.32, 1)
}

input[type=radio]:checked+.c-radio:after {
  background: #f9576a
}

.c-radioList {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.c-radioList_item {
  margin-right: 25px;
  line-height: 2.0
}

.c-radioList_item:last-child {
  margin-right: 0
}

.c-checkbox {
  -webkit-transition: background-color 0.2s cubic-bezier(0.24, 1, 0.32, 1);
  transition: background-color 0.2s cubic-bezier(0.24, 1, 0.32, 1);
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 33px;
  vertical-align: middle;
  cursor: pointer
}

.c-checkbox:after {
  -webkit-transition: border-color 0.2s cubic-bezier(0.24, 1, 0.32, 1);
  transition: border-color 0.2s cubic-bezier(0.24, 1, 0.32, 1);
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  content: '';
  border-radius: 2px;
  background: #fff
}

input[type=checkbox]:checked+.c-checkbox:after {
  border-color: #000
}

.c-checkbox:before {
  -webkit-transition: opacity 0.2s cubic-bezier(0.24, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.24, 1, 0.32, 1);
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 9px;
  height: 14px;
  border-right: 3px solid #f9576a;
  border-bottom: 3px solid #f9576a;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1
}

input[type=checkbox]:checked+.c-checkbox:before {
  opacity: 1
}

.c-checkbox--itself {
  padding: 0;
  width: 20px
}

.c-checkList {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.c-checkList_item {
  margin-right: 25px;
  line-height: 2.0
}

.c-checkList_item:last-child {
  margin-right: 0;
  margin-bottom: 0
}

.c-file {
  position: relative
}

.c-file .c-file_label {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 40px
}

.c-file_data {
  display: none
}

.c-file_btn {
  margin-right: 15px;
  width: 120px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.c-file_btn>span {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.c-file_btn>span:before {
  display: none
}

.c-file_txt {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  pointer-events: none;
  height: 100%
}

.c-file_delete {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -5px;
  cursor: pointer;
  -webkit-transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  border: 1px solid transparent
}

.c-file_delete:before {
  content: '\e870';
  font-family: 'icomoon';
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: color 0.6s cubic-bezier(0.24, 1, 0.32, 1)
}

.hover .c-file_delete:hover {
  background: #000
}

.c-formBtnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-formBtnBox_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px
}

.c-formBtnBox_item:last-child {
  margin-right: 0
}

.c-formBtnBox_item--primary {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.c-formError {
  padding: 15px;
  border: 1px solid red;
  margin-bottom: 30px
}

.c-formError_item {
  color: red;
  position: relative;
  padding-left: 15px;
  line-height: 2.0
}

.c-formError_item:before {
  content: '';
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0
}

.c-list>li {
  line-height: 1.75;
  margin-bottom: .5em
}

.c-list>li:last-child {
  margin-bottom: 0
}

.c-list-decimal {
  padding-left: 2em
}

.c-list-decimal>li {
  list-style: decimal
}

.c-list-roman {
  padding-left: 1em
}

.c-list-roman>li {
  list-style: lower-roman
}

.c-list-notice {
  counter-reset: numbers
}

.c-list-notice>li:before {
  counter-increment: numbers;
  content: "※" counter(numbers);
  margin-right: 5px
}

.c-container {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  margin: 0 auto;
  position: relative
}

.c-container-small {
  max-width: 830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto
}

.c-grid_row:last-of-type .c-grid_item {
  margin-bottom: 0
}

.c-grid--between .c-grid_row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-grid--between .c-grid_row>* {
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important
}

.c-grid--col2 .c-grid_row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.c-grid--col2 .c-grid_item {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: calc( 50% - 15px);
  -ms-flex-preferred-size: calc( 50% - 15px);
  flex-basis: calc( 50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.c-grid--col2 .c-grid_item>* {
  width: 100%
}

.c-grid--col3 .c-grid_row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.c-grid--col3 .c-grid_item {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: calc( 33.33333% - 10px);
  -ms-flex-preferred-size: calc( 33.33333% - 10px);
  flex-basis: calc( 33.33333% - 10px);
  margin-right: 15px;
  margin-bottom: 15px
}

.c-blockquote {
  background: #f5f5f5;
  padding: 30px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  position: relative;
  z-index: 1
}

.c-blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #ddd;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: -1
}

.c-blockquote_ttl {
  margin-bottom: 15px
}

.c-blockquote_txt {
  line-height: 1.7
}

.c-copyright {
  font-size: 12px;
  font-size: 1.2rem
}

.c-modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1000px
}

.c-modal_inner {
  background: #fff;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-height: 90%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.c-modal_ttl {
  padding: 15px 60px;
  color: #fff;
  background: #f9576a;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center
}

.c-modal_body {
  overflow-y: auto;
  padding: 30px 30px 0
}

.c-modal_body--pt0 {
  padding-top: 0
}

.c-modal_lead {
  text-align: center;
  margin-bottom: 20px
}

.c-modal_btn {
  height: 40px;
  width: 270px;
  margin: 30px auto
}

.c-modal_close {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1)
}

.c-modal_btnList {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.c-modal_btnList>* {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.c-modal_btnList>*~* {
  margin-left: 30px
}

.c-modal {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  pointer-events: none
}

.c-modal.is-opened {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: inherit
}

.js-inView.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1)
}

.js-inView-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px)
}

.js-inView-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px)
}

.js-inView-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px)
}

.js-inView-popUp {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6)
}

.-dl_short {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-header>*~* {
  margin-left: 52px
}

.p-header *:first-child {
  margin-right: auto
}

.p-campaign {
  position: relative
}

.p-campaign_light {
  width: 776px;
  height: 488px;
  background: url(../image/campaign_light.png);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -388px;
  z-index: 1;
  opacity: 0
}

.p-campaign_top {
  background: url(../image/campaign_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 40px;
  height: 1060px;
  position: relative
}

.p-campaign_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/campaign_bg_plane.jpg) no-repeat center top;
  background-size: 100% 100%
}

.p-campaign_bottom {
  background: url(../image/campaign_bg_after.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 238px;
  text-align: center
}

.p-campaign_ribon {
  width: 774px;
  height: 163px;
  background: url(../image/campaign_ribon.png);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0
}

.p-campaign_ttl {
  margin-top: -72px;
  margin-bottom: 506px;
  position: relative;
  z-index: 1;
  opacity: 0
}

.p-campaign_txt01 {
  position: absolute;
  left: 10px;
  top: 228px;
  z-index: 1;
  opacity: 0
}

.p-campaign_txt02 {
  position: absolute;
  right: 53px;
  top: 250px;
  z-index: 1;
  opacity: 0
}

.p-campaign_txt03 {
  margin-bottom: 19px;
  position: relative;
  z-index: 1;
  opacity: 0
}

.p-campaign_txt04 {
  opacity: 0
}

.p-campaign_txt05 {
  color: #787675;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 25px;
  opacity: 0
}

.p-campaign_txt05 span {
  font-size: 14px;
  font-size: 1.4rem
}

.p-campaign_img01 {
  position: absolute;
  top: 250px;
  left: 47%;
  margin-left: -290px;
  z-index: 1;
  opacity: 0
}

.p-campaign_img02 {
  position: absolute;
  top: 250px;
  left: 33.4%;
  margin-left: 85px;
  z-index: 1;
  opacity: 0
}

.p-campaign_img03 {
  position: absolute;
  top: 250px;
  left: 25.5%;
  margin-left: 320px;
  z-index: 1;
  opacity: 0
}

.p-campaign_canvas {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 1060px
}

.p-campaign_btn {
  position: relative;
  z-index: 1
}

.p-campaignFubuki_item {
  position: absolute;
  background: url(../image/campaign_fubuki_sprite.png) no-repeat;
  opacity: 0
}

.p-campaignFubuki_item--01 {
  background-position: 0 0;
  width: 243px;
  height: 374px;
  top: 68px;
  left: -86px
}

.p-campaignFubuki_item--02 {
  background-position: 0 -374px;
  width: 212px;
  height: 545px;
  top: 59px;
  left: -113px
}

.p-campaignFubuki_item--03 {
  background-position: 0 -919px;
  width: 323px;
  height: 335px;
  top: 137px;
  left: -139px
}

.p-campaignFubuki_item--04 {
  background-position: 0 -1254px;
  width: 198px;
  height: 301px;
  top: 192px;
  left: -95px
}

.p-campaignFubuki_item--05 {
  background-position: 0 -1555px;
  width: 263px;
  height: 303px;
  top: 207px;
  left: -116px
}

.p-campaignFubuki_item--06 {
  background-position: 0 -1858px;
  width: 228px;
  height: 600px;
  top: -28px;
  right: -153px
}

.p-campaignFubuki_item--07 {
  background-position: 0 -2458px;
  width: 287px;
  height: 402px;
  top: 1px;
  right: -141px
}

.p-campaignFubuki_item--08 {
  background-position: 0 -2860px;
  width: 324px;
  height: 349px;
  top: 16px;
  right: -94px
}

.p-campaignFubuki_item--09 {
  background-position: 0 -3209px;
  width: 153px;
  height: 101px;
  top: 62px;
  right: -58px
}

.p-campaignFubuki_item--10 {
  background-position: 0 -3310px;
  width: 121px;
  height: 438px;
  top: 53px;
  right: -110px
}

.p-campaign_light {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0
}

.p-campaign_light.is-show {
  -webkit-animation: spotLight 2.5s ease-in-out infinite alternate;
  animation: spotLight 2.5s ease-in-out infinite alternate
}

@-webkit-keyframes spotLight {
  0% {
    -webkit-transform: scaleX(1) translateY(0);
    transform: scaleX(1) translateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: scaleX(1.03) translateY(-50px);
    transform: scaleX(1.03) translateY(-50px);
    opacity: .45
  }
}

@keyframes spotLight {
  0% {
    -webkit-transform: scaleX(1) translateY(0);
    transform: scaleX(1) translateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: scaleX(1.03) translateY(-50px);
    transform: scaleX(1.03) translateY(-50px);
    opacity: .45
  }
}

.p-mv {
  background: url(../image/mv_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 924px
}

.p-mv_logo {
  padding-top: 46px
}

.p-mv_txt01 {
  margin-top: -13px;
  margin-bottom: 44px
}

.p-mv_txt03 {
  position: absolute;
  right: -40px;
  top: 674px
}

.p-mv_txt04 {
  position: absolute;
  right: -19px;
  top: 177px
}

.p-mv_txt05 {
  color: #554e4d;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  right: -30px;
  bottom: 26px
}

.p-mv_img01 {
  position: absolute;
  top: 20px;
  left: 360px
}

.p-mv_img02 {
  position: absolute;
  top: 91px;
  left: 600px
}

.p-mv_img03 {
  position: absolute;
  top: -120px;
  left: 480px
}
.p-mv_clock {
  width: 760px;
  height: 984px;
  background: url(../image/mv_clock.png);
  position: absolute;
  top: -59px;
  right: -95px
}

.p-mv_number {
  position: absolute;
  background: url(../image/number_sprite.png) no-repeat
}

.p-mv_number--01 {
  width: 40px;
  height: 59px;
  background-position: 0 0;
  right: -135px;
  top: 426px;
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.p-mv_number--02 {
  width: 71px;
  height: 64px;
  background-position: 0 -59px;
  left: 243px;
  top: -69px;
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.p-mv_number--10 {
  width: 97px;
  height: 72px;
  background-position: 0 -123px;
  left: -197px;
  top: 114px;
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.p-mv_number--10-2 {
  left: auto;
  right: -225px;
  top: 4px;
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.p-mv_number--11 {
  width: 116px;
  height: 107px;
  background-position: 0 -195px;
  right: -94px;
  top: 733px;
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 6s;
  animation-delay: 6s
}

.p-mv_number--12 {
  width: 144px;
  height: 106px;
  background-position: 0 -302px;
  left: -92px;
  top: 649px;
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
  animation-delay: 7s
}

.p-mv_img01 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, transform, top;
  transition-property: opacity, transform, top, -webkit-transform;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  top: 50px
}

.p-mv_img01.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 20px
}

.p-mv_img02 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, transform, top;
  transition-property: opacity, transform, top, -webkit-transform;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  -webkit-animation: fuwafuwa-reverse 8s ease-in-out infinite alternate;
  animation: fuwafuwa-reverse 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  top: 41px
}

.p-mv_img02.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 91px
}

.p-mv_img03 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, transform, top;
  transition-property: opacity, transform, top, -webkit-transform;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  -webkit-animation: fuwafuwa-reverse 8s ease-in-out infinite alternate;
  animation: fuwafuwa-reverse 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  top: 50px
}

.p-mv_img03.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: -120px
}

.p-intro {
  background: url(../image/intro_bg.jpg);
  padding-top: 80px;
  height: 905px;
  overflow: hidden
}

.p-intro_ttl, .p-intro_txt {
  text-align: center
}

.p-intro_ttl {
  margin-bottom: 30px
}

.p-intro_txt {
  margin-bottom: 105px
}

.p-intro_img01 {
  position: absolute;
  top: 152px;
  left: 48px;
  z-index: 1
}

.p-intro_img02 {
  position: absolute;
  top: 254px;
  left: 172px;
  z-index: 1
}

.p-intro_img03 {
  position: absolute;
  top: 356px;
  left: 296px;
  z-index: 1
}

.p-intro_clock {
  width: 831px;
  height: 896px;
  background: url(../image/intro_clock.png);
  position: absolute;
  top: -9px;
  left: -285px
}

.p-intro_clockInner {
  width: 823px;
  height: 823px;
  position: absolute;
  top: -9px;
  left: -371px
}

.p-intro_clockInner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/intro_clock_inner.png);
  -webkit-animation: rotation 150s linear infinite;
  animation: rotation 150s linear infinite
}

.p-intro_clockInner:after {
  content: '';
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/bg_paper_pink.jpg)
}

.p-intro_number {
  position: absolute;
  background: url(../image/number_sprite.png) no-repeat
}

.p-intro_number--02 {
  width: 71px;
  height: 64px;
  background-position: 0 -59px;
  right: 41px;
  top: 198px;
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate
}

.p-intro_number--10 {
  width: 97px;
  height: 72px;
  background-position: 0 -123px;
  left: -62px;
  top: 8px;
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.p-intro_number--11 {
  width: 116px;
  height: 107px;
  background-position: 0 -195px;
  left: -136px;
  top: 455px;
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.p-introPoint {
  padding-left: 520px
}

.p-introPoint_item~.p-introPoint_item {
  margin-top: 80px
}

.p-introPoint_item:first-child {
  padding-left: 26px
}

.p-introPoint_item:nth-child(2) {
  padding-left: 46px
}

.p-introPoint_ttl {
  margin-bottom: 28px
}

.p-introPoint_underline span {
  position: relative;
  z-index: 1
}

.p-introPoint_underline span:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #fcc4cc;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0
}

.p-introPoint p {
  line-height: 1.8
}

.p-introPoint_organic {
  padding-top: 3px;
  overflow: hidden;
  width: 380px
}

.p-introPoint_organic li {
  color: #fff;
  background: #8d8a8b;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  position: relative;
  overflow: hidden
}

.p-introPoint_organic_notice {
  margin-top: 10px
}

@-webkit-keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.p-nayami {
  background: url(../image/nayami_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 80px 0 87px
}

.p-nayami_ttl, .p-nayami_lead {
  text-align: center
}

.p-nayami_ttl {
  margin-bottom: 30px
}

.p-nayami_foundation {
  width: 778px;
  height: 685px;
  background: url(../image/nayami_foundation.png) no-repeat;
  position: absolute;
  top: 501px;
  left: -283px
}

.p-nayamiPoint {
  padding-top: 87px;
  padding-left: 10px;
  position: relative
}

.p-nayamiPoint_item {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.p-nayamiPoint_icon {
  position: absolute
}

.p-nayamiPoint_img {
  margin-bottom: 60px
}

.p-nayamiPoint_img img {
  box-shadow: 7px 7px 0 #fc747e
}

.p-nayamiPoint_ttl {
  color: #f9576a;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 55px;
  position: relative
}

.p-nayamiPoint_ttl:after {
  content: '';
  width: 100%;
  height: 7px;
  background: url(../image/bg_wave.png) repeat-x left top;
  position: absolute;
  bottom: -29px;
  left: 0
}

.p-nayamiPoint_txt {
  letter-spacing: 1px;
  line-height: 1.9
}

.p-nayamiPoint_item--01 .p-nayamiPoint_icon {
  top: -69px;
  left: -52px
}

.p-nayamiPoint_item--01 .p-nayamiPoint_body {
  width: 470px
}

.p-nayamiPoint_item--02 {
  margin-top: 163px;
  margin-left: 49px
}

.p-nayamiPoint_item--02 .p-nayamiPoint_icon {
  top: -122px;
  right: -24px
}

.p-nayamiPoint_item--02 .p-nayamiPoint_body {
  width: 390px
}

.p-nayamiClean {
  text-align: center;
  padding-top: 130px;
  position: relative
}

.p-nayamiClean_ttl {
  color: #f9576a;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 67px
}

.p-nayamiClean_ttl:after {
  content: '';
  width: 100%;
  height: 7px;
  background: url(../image/bg_wave.png) repeat-x left top;
  position: absolute;
  bottom: -15px;
  left: 0
}

.p-nayamiClean_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-nayamiClean_item {
  width: 350px;
  margin-bottom: 68px;
  text-align: center
}

.p-nayamiClean_ttl02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 24px
}

.p-nayamiClean_imgBox>*:first-child img {
  box-shadow: 4px 4px 0 #fc747e
}

.p-nayamiClean_imgBox>*:last-child {
  margin-left: -22px
}

.p-nayamiClean_img {
  margin-bottom: 27px
}

.p-nayamiClean_lead02 {
  color: #f9576a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 5px
}

.p-nayamiClean_txt {
  padding-left: 6px;
  letter-spacing: .7px
}

.p-nayamiClean_lead {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 2.0;
  margin-bottom: 30px
}

.p-nayamiSolve {
  position: relative;
  padding-top: 173px;
  text-align: center
}

.p-nayamiSolve_ttl {
  color: #f9576a;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 50px
}

.p-nayamiSolve_img {
  margin-bottom: 192px
}

.p-nayamiSolve_txt {
  position: absolute
}

.p-nayamiSolve_txt--01 {
  top: 313px;
  left: -10px
}

.p-nayamiSolve_txt--02 {
  top: 429px;
  right: 178px
}

.p-nayamiSolve_txt--03 {
  top: 229px;
  right: 52px
}

.p-insta {
  background: url(../image/insta_bg.png);
  background-size: 100% 100%;
  text-align: center;
  height: 858px;
  padding-top: 80px
}

.p-insta_ttl {
  margin-bottom: 30px
}

.p-insta_btn {
  position: relative;
  z-index: 3
}

.p-insta_img {
  position: absolute
}

.p-insta_img--01 {
  top: 265px;
  left: 384px;
  z-index: 2
}

.p-insta_img--02 {
  top: 345px;
  left: 191px
}

.p-insta_img--03 {
  top: 360px;
  left: 608px;
  z-index: 1
}

.p-insta_img--04 {
  top: 436px;
  left: 40px;
  z-index: 3
}

.p-insta_img--05 {
  top: 339px;
  right: -46px
}

.p-insta_img--06 {
  top: 317px;
  left: -111px;
  z-index: 2
}

.p-insta_img--07 {
  top: 158px;
  right: -92px
}

.p-insta_img--08 {
  top: 214px;
  left: 18px;
  z-index: 1
}

.p-insta_img--09 {
  top: 82px;
  left: -123px
}

.p-feature {
  padding-top: 38px
}

.p-feature_ttl {
  text-align: center;
  margin-bottom: -34px
}

.p-feature_number {
  position: absolute;
  background: url(../image/number_sprite.png) no-repeat
}

.p-feature_number--01 {
  width: 40px;
  height: 59px;
  background-position: 0 0;
  right: -98px;
  top: 337px
}

.p-feature_number--02 {
  width: 71px;
  height: 64px;
  background-position: 0 -59px;
  left: -2px;
  top: 123px
}

.p-feature_number--10 {
  width: 97px;
  height: 72px;
  background-position: 0 -123px;
  right: -15px;
  top: 102px
}

.p-feature_number--11 {
  width: 116px;
  height: 107px;
  background-position: 0 -195px;
  left: -156px;
  top: 297px
}

.p-featureSection {
  padding: 70px 0
}

.p-featureSection_ttl, .p-featureSection_lead {
  text-align: center
}

.p-featureSection_ttl {
  margin-bottom: 40px
}

.p-featureSection_txt {
  text-align: center;
  margin: 25px 0 35px;
  letter-spacing: 1px
}

.p-featureSection_notice {
  text-align: center;
  margin-top: 30px
}

.p-featureSection--gray {
  background: #f9f9fa
}

.p-nano {
  margin: 40px 0 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 167px
}

.p-nano_body {
  width: 380px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 40px
}

.p-nano_ttl {
  color: #f9576a;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 49px
}

.p-nano_ttl:after {
  content: '';
  width: 100%;
  height: 7px;
  background: url(../image/bg_wave.png) repeat-x left top;
  position: absolute;
  bottom: -23px;
  left: 0
}

.p-nano_txt {
  line-height: 1.9
}

.p-nanoFlow {
  border: 1px solid #f9576a;
  padding: 35px 40px 33px
}

.p-nanoFlow_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-nanoFlow_item {
  position: relative;
  width: 148px;
  margin-right: 120px
}

.p-nanoFlow_item:after {
  content: '';
  width: 30px;
  height: 26px;
  background: url(../image/icon_arrow_right.png);
  display: block;
  position: absolute;
  top: 60px;
  right: -75px
}

.p-nanoFlow_item img {
  max-width: none
}

.p-nanoFlow_item:last-child {
  margin-right: 0
}

.p-nanoFlow_item:last-child:after {
  display: none
}

.p-nanoFlow_img {
  margin-bottom: 21px
}

.p-eyeliner {
  text-align: center;
  margin-top: 30px
}

.p-eyeliner_ttl {
  color: #f9576a;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  padding: 0 40px;
  margin-bottom: 52px
}

.p-eyeliner_ttl:after {
  content: '';
  width: 100%;
  height: 7px;
  background: url(../image/bg_wave.png) repeat-x left top;
  position: absolute;
  bottom: -23px;
  left: 0
}

.p-eyeliner_txt {
  letter-spacing: 1px;
  margin-bottom: 36px
}

.p-eyeliner_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.p-eyeliner_item {
  background: red;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 35px 35px 55px
}

.p-eyeliner_item~.p-eyeliner_item {
  margin-left: 41px
}

.p-eyeliner_item--binkan {
  background: #fdf1f1
}

.p-eyeliner_item--binkan .p-eyeliner_lead {
  color: #f9576a
}

.p-eyeliner_item--kouhoshitsu {
  background: #fefae5
}

.p-eyeliner_item--kouhoshitsu .p-eyeliner_lead {
  color: #ab8912
}

.p-eyeliner_lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px
}

.p-eyeliner_notice {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: -38px;
  right: 10px
}

.p-ingredient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -4px
}

.p-ingredient_item {
  width: 247px;
  height: 294px;
  background: #fff;
  margin-bottom: 4px;
  padding: 20px 0
}

.p-ingredient_ttl {
  text-align: center;
  padding: 0 30px;
  line-height: 1.4;
  font-weight: bold;
  min-height: 2.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-ingredient_img {
  margin-bottom: 32px
}

.p-ingredient_body {
  padding: 0 30px
}

.p-ingredient_txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  min-height: 4.2em
}

.p-ingredientType {
  overflow: hidden
}

.p-ingredientType_item {
  font-size: 12px;
  font-size: 1.2rem;
  width: 87px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  float: left;
  border-radius: 5px;
  background: red
}

.p-ingredientType_item~.p-ingredientType_item {
  margin-left: 5px
}

.p-ingredientType_item--binkan {
  color: #f9576a;
  background: #fdf1f1
}

.p-ingredientType_item--kouhoshitsu {
  color: #ab8912;
  background: #fefae5
}

.p-featureOrganic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -20px
}

.p-featureOrganic_item {
  margin-bottom: 20px
}

.p-featureOrganic_item~.p-featureOrganic_item {
  margin-left: 46px
}

.p-featureOrganic_item:nth-child(5) {
  margin-left: 0
}

.p-featureType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px
}

.p-featureType_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 320px;
  background: #fff;
  position: relative
}

.p-featureType_item~.p-featureType_item {
  margin-left: 20px
}

.p-featureType_item--pink .p-featureType_img {
  top: -53px;
  right: 122px
}

.p-featureType_item--pink .p-featureType_txt {
  top: 76px;
  left: 98px
}

.p-featureType_item--pink .p-featureType_bg:before {
  background: #fdf1f1;
  top: 191px;
  left: 130px
}

.p-featureType_item--yellow {
  margin-top: 67px
}

.p-featureType_item--yellow .p-featureType_img {
  top: -37px;
  left: 89px
}

.p-featureType_item--yellow .p-featureType_txt {
  top: 86px;
  left: 217px
}

.p-featureType_item--yellow .p-featureType_bg:before {
  background: #fefae5;
  top: -191px;
  left: -130px
}

.p-featureType-blue {
  width: 70%;
  margin: 0 auto;
}

.p-featureType_item--blue {
  margin-top: 67px
}

.p-featureType_item--blue .p-featureType_img {
  top: -37px;
  left: 89px
}

.p-featureType_item--blue .p-featureType_txt {
  top: 86px;
  left: 217px
}

.p-featureType_item--blue .p-featureType_blue_bg:before {
  background: #e4feff;
  top: 270px;
  left: -190px
}

.p-featureType_item--blue .p-order_buy {
    width: 216px;
    height: 63px;
    background: url(../image/btn_buy_blue.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 390px;
}

.p-featureType_img, .p-featureType_txt {
  position: absolute;
  z-index: 1
}

.p-featureType_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}

.p-featureType_bg:before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-33deg);
  -ms-transform: rotate(-33deg);
  transform: rotate(-33deg);
  position: absolute
}

.p-featureType_blue_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}

.p-featureType_blue_bg:before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
  position: absolute
}

.p-featureType_notice {
  position: absolute;
  bottom: -35px;
  right: 0;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem
}

.p-voice {
  background: url(../image/bg_paper_pink_light.jpg);
  padding: 80px 0
}

.p-voice_ttl, .p-voice_lead {
  text-align: center
}

.p-voice_ttl {
  margin-bottom: 30px
}

.p-voice_lead {
  margin-bottom: 128px
}

.p-voiceChart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 75px
}

.p-voiceChart_item {
  width: 240px
}

.p-voiceChart_item~.p-voiceChart_item {
  margin-left: 41px
}

.p-voiceChart_item:nth-child(2) {
  margin-top: -58px
}

.p-voiceChart_body {
  position: relative;
  margin-bottom: 15px
}

.p-voiceChart_number {
  position: absolute;
  bottom: 29px;
  left: 50%;
  -webkit-transform: translateX(-37%);
  -ms-transform: translateX(-37%);
  transform: translateX(-37%)
}

.p-voiceChart_ttl {
  text-align: center
}

.p-voiceChart_notice {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: -49px;
  right: 0
}

.p-voiceContent {
  background: #fff;
  padding: 60px
}

.p-voiceContent_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px dotted #c1c1c1;
  margin-bottom: 40px
}

.p-voiceContent_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.p-voiceContent_item:nth-child(even) .p-voiceContent_img {
  margin-right: 0;
  margin-left: auto
}

.p-voiceContent_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.p-voiceContent_img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 48px
}

.p-voiceContent_body {
  padding-top: 22px
}

.p-voiceContent_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .8px;
  margin-bottom: 20px
}

.p-voiceContent_ttl--pink {
  color: #f9576a
}

.p-voiceContent_ttl--yellow {
  color: #ab8912
}

.p-renewal {
  background: url(../image/bg_noise.jpg);
  text-align: center;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.p-renewal_ttl {
  margin-bottom: 33px
}

.p-renewal_lead {
  margin-bottom: 94px
}

.p-renewal_txt01 {
  margin-bottom: 30px
}

.p-renewal_notice {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: -60px
}

.p-renewal_water {
  background: url(../image/renewal_water_sprite.jpg) no-repeat;
  position: absolute;
  z-index: -1
}

.p-renewal_water--01 {
  width: 494px;
  height: 698px;
  background-position: 0 0;
  right: 0;
  top: 33px
}

.p-renewal_water--02 {
  width: 538px;
  height: 1004px;
  background-position: 0 -698px;
  top: 625px;
  left: 0
}

.p-renewalSection~.p-renewalSection {
  margin-top: 80px
}

.p-renewalSection_ttl {
  color: #f9576a;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 1px;
  position: relative;
  width: 520px;
  margin: 0 auto 51px
}

.p-renewalSection_ttl:after {
  content: '';
  width: 100%;
  height: 7px;
  background: url(../image/bg_wave.png) repeat-x left top;
  position: absolute;
  bottom: -23px;
  left: 0
}

.p-renewalSection_ttl sup {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  top: 2px
}

.p-renewalSection_txt {
  letter-spacing: .7px
}

.p-renewalSection_notice {
  margin-top: 1em
}

.p-renewalSection_notice span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem
}

.p-renewalHoshitsu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px
}

.p-renewalHoshitsu_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 26px
}

.p-renewalHoshitsu_item:last-child {
  padding-left: 87px
}

.p-renewalHoshitsu_header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-renewalHoshitsu_ttl {
  margin-bottom: 23px
}

.p-renewalHoshitsu_graph {
  text-align: left
}

.p-renewalToumei {
  margin-top: 40px
}

.p-renewalToumei_ttl {
  margin-bottom: 53px
}

.p-renewalToumei_graph {
  position: relative;
  left: -14px;
  margin-bottom: 55px
}

.p-renewalToumei_txt {
  letter-spacing: .8px
}

.p-renewalOrganic span {
  background: url(../image/renewal_cross_sprite.png) no-repeat;
  height: 20px;
  display: inline-block;
  line-height: 20px
}

.p-renewalOrganic span:nth-child(1) {
  background-position: 0 0
}

.p-renewalOrganic span:nth-child(2) {
  background-position: 0 -20px
}

.p-renewalOrganic span:nth-child(3) {
  background-position: 0 -40px
}

.p-renewalOrganic span:nth-child(4) {
  background-position: 0 -60px
}

.p-renewalOrganic span:nth-child(6) {
  background-position: 0 -80px
}

.p-renewalOrganic span:nth-child(7) {
  background-position: 0 -100px
}

.p-renewalOrganic span:nth-child(8) {
  background-position: 0 -120px
}

.p-faq {
  background: url(../image/bg_paper_pink_light.jpg);
  padding: 80px 0
}

.p-faq_ttl {
  text-align: center;
  margin-bottom: 80px
}

.p-faqContent_question {
  color: #f9576a;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 60px 0 110px;
  letter-spacing: 1px;
  border-bottom: 1px dotted #c0bdbe;
  background: #fff url(../image/icon_question.png) no-repeat 60px center;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1)
}

.hover .p-faqContent_question:hover {
  background-color: #fee8eb
}

.p-faqContent_question:before, .p-faqContent_question:after {
  content: '';
  width: 21px;
  height: 1px;
  background: #f9576a;
  position: absolute;
  top: 61px;
  -webkit-transition: all 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.24, 1, 0.32, 1)
}

.p-faqContent_question:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 54px
}

.p-faqContent_question:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 39px
}

.p-faqContent_question.is-active {
  background-color: #fee8eb
}

.p-faqContent_question.is-active:before, .p-faqContent_question.is-active:after {
  content: '';
  width: 45px;
  height: 1px;
  background: #f9576a;
  position: absolute;
  top: 58px
}

.p-faqContent_question.is-active:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 34px
}

.p-faqContent_question.is-active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 34px
}

.p-faqContent_answer {
  background: #fefae5;
  padding: 43px 60px 45px 140px;
  letter-spacing: .8px;
  text-align: justify;
  text-justify: inter-ideograph
}

.p-faqContent_inner {
  position: relative
}

.p-faqContent_inner:before {
  content: '';
  width: 34px;
  height: 27px;
  background: url(../image/icon_answer.png);
  position: absolute;
  left: -42px;
  top: -7px
}

.p-faqContent_inner>*~* {
  margin-top: 25px
}

.p-faqContent_notice {
  font-size: 12px;
  font-size: 1.2rem
}

.p-set {
  background: url(../image/set_bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 108px 0 0;
  height: 1142px
}

.p-set_ttl {
  margin-bottom: 30px
}

.p-set_lead {
  margin-bottom: 30px
}

.p-set_txt {
  color: #787675;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 25px
}

.p-set_txt span {
  font-size: 14px;
  font-size: 1.4rem
}

.p-set_price {
  margin-bottom: 48px
}

.p-set_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-set_img {
  margin-bottom: 40px
}

.p-set_btn {
  width: 400px;
  height: 90px;
  background: url(../image/btn_buy_secondary_small.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer
}

.p-footerTop {
  background: #f7f7f7;
  height: 158px
}

.p-footerTop_inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-footerBottom {
  text-align: center;
  padding: 22px 0 40px
}

.p-footerBottom_logo {
  width: 155px;
  margin: 0 auto 5px
}

.p-footerBottom_copyright {
  color: #8a8a8a;
  font-size: 11px;
  font-size: 1.1rem
}

.p-order {
  background: url(../image/bg_border.png) left top;
  text-align: center;
  height: 740px;
  padding: 43px 0;
  position: relative
}

.p-order .p-order_dscrpt {
  width: 80%;
  font-size: 0;
  margin: 0 auto;
}

.p-order .p-order_dscrpt li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.p-order_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../image/order_bg.png) no-repeat center top
}

.p-order_ttl {
    margin-top: -30px;
    margin-bottom: 10px;
}

.p-order_txt01 {
  color: #787675;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 20px
}

.p-order_txt02 {
  margin-bottom: 16px;
  position: absolute;
  top: -25px;
  left: 92px
}

.p-order_txt03 {
  color: #787675;
  font-size: 20px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-align: left;
  /*margin-left: 60px;*/
}

.p-order_txt03 span {
  font-size: 14px;
  font-size: 1.4rem
}

.p-order .p-order_items {
  width: 100%;
  font-size: 0;
  margin: 0 auto 10px;
}

.p-order .p-order_items li {
  width: 33%;
  display: inline-block;
}

.p-order .p-order_items img {
  /*height: 360px;*/
}

.p-order_price {
  /*margin-bottom: 30px;
  margin-left: 480px;
  margin-top: -100px;*/
  /*width: 80%;*/

}

.p-order_img {
  /*position: absolute*/
}

.p-order_img--pink {
  /*top: 157px;
  left: -25px*/
}

.p-order_img--yellow {
  /*top: 159px;
  right: 110px*/
}

.p-order_img--blue {
  /*top: 159px;
  right: 110px*/
  /*margin-right: 125px;*/
}

.p-order--large {
  height: 830px;
  /*padding-top: 60px*/
}

.p-order--large .p-order_inner {
  background-image: url(../image/order_bg-2.png)
}

.p-order--large .p-order_ttl {
  margin-top: -30px;
  margin-bottom: 40px;
}

.p-order--large .p-order_price {
  position: absolute;
  top: 110px;
  left: 70%;
  margin-left: -187px
}

.p-order--large .p-order_txt01 {
  line-height: 1.5;
  margin-bottom: -30px;
  text-align: left;
  font-size: 1.8rem!important;
  margin-left: 60px;
}

.p-order--large .p-order_txt01 span {
  font-size: 14px;
  font-size: 1.4rem
}

.p-order--large .p-order_txt02 {
  position: absolute;
  top: -36px;
  left: 124px
}

.p-order--large .p-order_img {
  position: static;
  margin-bottom: 40px
}

.p-order--large .p-order_img--pink {
  margin-left: -45px
}

.p-order--large .p-order_img--blue {
  margin-right: -45px
}

.p-order--large .p-order_body {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-order--large .p-order_buy_small {
  width: 300px;
  height: 68px;
  background: url(../image/btn_buy_secondary_smaller.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer
}

.u-right {
  text-align: right
}

.u-center {
  text-align: center
}

.u-vam {
  vertical-align: middle
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both
}

.u-fl {
  float: left
}

.u-fr {
  float: right
}

.u-bold, .u-strong {
  font-weight: bold
}

.u-nm {
  margin: 0 !important
}

.u-mt0 {
  margin-top: 0 !important
}

.u-mt10 {
  margin-top: 10px !important
}

.u-mt30 {
  margin-top: 30px !important
}

.u-mtb10 {
  margin: 10px 0 !important
}

.u-mtb20 {
  margin: 20px 0 !important
}

.u-mtb30 {
  margin: 30px 0 !important
}

.u-mb5 {
  margin-bottom: 5px !important
}

.u-mb15 {
  margin-bottom: 15px !important
}

.u-mt15 {
  margin-top: 15px !important
}

.u-mb20 {
  margin-bottom: 20px !important
}

.u-mb25 {
  margin-bottom: 25px !important
}

.u-mt25 {
  margin-top: 25px !important
}

.u-mb30 {
  margin-bottom: 30px !important
}

.u-mb35 {
  margin-bottom: 35px !important
}

.u-mb40 {
  margin-bottom: 40px !important
}

.u-mb50 {
  margin-bottom: 50px !important
}

.u-mb60 {
  margin-bottom: 60px !important
}

.u-ml15 {
  margin-left: 15px !important
}

.u-width5 {
  width: 5% !important
}

.u-width10 {
  width: 10% !important
}

.u-width15 {
  width: 15% !important
}

.u-width20 {
  width: 20% !important
}

.u-width25 {
  width: 25% !important
}

.u-width30 {
  width: 30% !important
}

.u-width35 {
  width: 35% !important
}

.u-width33 {
  width: 33% !important
}

.u-width40 {
  width: 40% !important
}

.u-width45 {
  width: 45% !important
}

.u-width50 {
  width: 50% !important
}

.u-width55 {
  width: 55% !important
}

.u-width60 {
  width: 60% !important
}

.u-width65 {
  width: 65% !important
}

.u-width70 {
  width: 70% !important
}

.u-width75 {
  width: 75% !important
}

.u-width80 {
  width: 80% !important
}

.u-width85 {
  width: 85% !important
}

.u-width90 {
  width: 90% !important
}

.u-width95 {
  width: 95% !important
}

.u-width100 {
  width: 100% !important
}

.hover .u-blink:hover {
  -webkit-animation: blink .3s linear;
  animation: blink .3s linear
}

.u-brSp {
  display: none
}

@media only screen and (max-width: 480px) {
  .c-input.-size_large, .-size_large.c-textarea {
    height: 36px
  }
  .c-radioList_item {
    margin-right: 12px
  }
  .c-checkList_item {
    margin-right: 12px
  }
  .c-formBtnBox_item {
    margin-right: 15px
  }
  .c-list-decimal {
    padding-left: 15px
  }
  .c-list-roman {
    padding-left: 15px
  }
  .c-grid_item~.c-grid_item {
    margin-top: 15px
  }
  .c-grid--col2 .c-grid_row {
    display: block
  }
  .c-grid--col2 .c-grid_item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px
  }
  .c-grid--col3 .c-grid_row {
    display: block
  }
  .c-grid--col3 .c-grid_item {
    margin: 10px 0 0
  }
  .c-blockquote {
    padding: 15px
  }
  .c-blockquote:before {
    left: 5px;
    top: 5px
  }
  .c-copyright {
    font-size: 12px;
    font-size: 1.2rem
  }
  .c-modal_ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
  .c-modal_body {
    padding: 15px 15px 0
  }
  .c-modal_btn {
    width: 100%;
    margin: 15px auto
  }
  .c-modal_close {
    top: 10px
  }
  .c-modal_btnList>*~* {
    margin-left: 15px
  }
  .u-mb15-sm {
    margin-bottom: 15px !important
  }
  .u-mb30-sm {
    margin-bottom: 30px !important
  }
  .u-hide-sm {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .c-container {
    width: 100%
  }
  .c-container-small {
    width: 100%
  }
  .c-modal {
    min-width: 0;
    padding: 15px
  }
  .u-brSp {
    display: block
  }
  .u-brPc {
    display: none
  }
  .u-hide-md {
    display: none
  }
}