@charset "UTF-8";
/*
// reset
//
// ---------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
/*  vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table, tr, td {
  font-size: 100%;
  font: inherit;
  /*border-collapse: collapse;
	border-spacing: 0;*/
}

/*
// global
//
// ---------------------------------------------
*/
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  margin: 0;
  padding: 0;
  color: #401903;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

.container_area {
  max-width: 1024px;
  padding: 32px;
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

/* main-areas */
.container_main {
  position: relative;
  overflow: hidden;
}

/* スマホでのみ改行するテキスト */
@media screen and (min-width: 768px) {
  br.br-sp {
    display: none;
  }
}

/* PCでのみ改行するテキスト */
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

/* スマホのみ表示 */
@media screen and (min-width: 768px) {
  .sp-visible {
    display: none;
  }
}

/* 配送 */
.shipping_container {
  width: 100%;
  padding: 40px 4.1vw 4.1vw;
  background-color: #efeff0;
  text-align: center;
  line-height: 2;
  color: #3e2723;
}

@media screen and (max-width: 767px) {
  .shipping_container {
    font-size: 14px;
  }
}

.shipping_container h2 {
  font-size: 24px;
  font-weight: bold;
  color: #008417;
  text-align: center;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 767px) {
  .shipping_container h2 {
    font-size: 20px;
  }
}

.shipping_container strong {
  color: #ec407a;
  font-weight: bold;
}

.shipping_container strong small {
  font-size: 0.875em;
}

@media screen and (max-width: 767px) {
  .shipping_container strong {
    font-size: 16px;
  }
}

.shipping_container_notice {
  max-width: 720px;
  font-size: 14px;
  padding: 1.5em 0 2em;
  border: solid 1px #cccccc;
  margin: 2.3em auto 0;
}

.shipping_container_notice h3 {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .shipping_container_notice {
    padding: 20px 4.1vw;
    margin-top: 20px;
  }
}

/*
// header ヘッダ
//
// ---------------------------------------------
*/
.headerTop_container {
  background-color: #37ac8b;
  display: flex;
  justify-content: center;
  width: 100%;
}

.headerTop_container .container_area {
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .headerTop_container .container_area {
    flex-direction: column;
    padding: 15px 2.4vw;
  }
}

.headerTop_text_main {
  max-width: 491px;
  width: 47.9%;
  margin-right: 3.7%;
}

@media screen and (max-width: 767px) {
  .headerTop_text_main {
    width: 100%;
    max-width: 550px;
    margin-bottom: 1.5vw;
    margin-right: 0;
  }
}

.headerTop_text_sub {
  width: 30.8%;
  max-width: 316px;
}

@media screen and (max-width: 767px) {
  .headerTop_text_sub {
    width: 65.1%;
    max-width: 352px;
  }
}

.header_container {
  width: 100%;
  background-image: url(../img/main_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 12px;
}

@media screen and (max-width: 680px) {
  .header_container {
    background-image: url(../img/main-bg-sp@3x.png);
    background-size: cover;
    height: 121.7vw;
    max-height: 1086px;
    background-position: top 60px left;
  }
}

.header_container .container_area {
  padding: 0;
  max-height: 584px;
  height: 57vw;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .header_container .container_area {
    padding: 15px 2.4vw;
    height: 121.7vw;
    max-height: 1086px;
  }
}

.header_container_catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 64.84%;
  max-width: 664px;
}

@media screen and (max-width: 680px) {
  .header_container_catch {
    width: 100%;
    top: 2.1vw;
    left: -1.2vw;
  }
}

.header_container_fiber {
  position: absolute;
  top: 32%;
  left: 32px;
  max-width: 176px;
  width: 17.18%;
  z-index: 10;
}

@media screen and (max-width: 680px) {
  .header_container_fiber {
    bottom: auto;
    top: 45vw;
    right: -2.5%;
    left: auto;
    width: 26%;
  }
}

@media screen and (max-width: 480px) {
  .header_container_fiber {
    top: 44.5vw;
  }
}

.header_container_package {
  position: absolute;
  bottom: 7.8%;
  left: 12.5%;
  max-width: 280px;
  width: 30.56%;
}

@media screen and (max-width: 680px) {
  .header_container_package {
    bottom: auto;
    top: 60vw;
    right: 10%;
    left: auto;
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
  .header_container_package {
    top: 54vw;
    right: 15%;
    width: 35%;
  }
}

.header_container_copy {
  position: absolute;
  bottom: 0px;
  left: 6.34%;
  max-width: 417px;
  width: 40.72%;
}

@media screen and (max-width: 680px) {
  .header_container_copy {
    top: 0;
    left: 9.66vw;
    width: 80.6vw;
    max-width: 450px;
  }
}

.button_startTypeCheck {
  position: fixed;
  bottom: 28px;
  right: 32px;
  max-width: 360px;
  width: 35.1%;
  transition-duration: 0.3s;
  z-index: 20;
  cursor: pointer;
}

.button_startTypeCheck:hover {
  bottom: 34px;
  transition-duration: 0.3s;
  opacity: 0.8;
}

@media screen and (max-width: 680px) {
  .button_startTypeCheck {
    bottom: 10px;
    position: absolute;
    width: 70%;
    left: 20%;
    max-width: 60%;
    text-align: center;
  }
  .button_startTypeCheck:hover {
    bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  .button_startTypeCheck {
    bottom: 5px;
    width: 90%;
    max-width: 90%;
    left: 5%;
  }
  .button_startTypeCheck:hover {
    bottom: 7px;
  }
}

/*
// purchase 購入エリア
//
// ---------------------------------------------
*/
.purchase_container {
  width: 100%;
  background-image: url(../img/pattern02@2x.png);
  background-size: 333px 333px;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .purchase_container {
    padding: 4.1vw;
  }
  .purchase_container.padding-plus {
    padding-bottom: 32px;
  }
}

.purchase_container .container_area {
  max-width: 960px;
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .purchase_container .container_area {
    padding: 4.1vw;
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }
}

.purchase_container .purchase_img_limit {
  position: absolute;
  top: -8px;
  right: -8px;
  max-width: 136px;
  width: 14%;
}

@media screen and (max-width: 767px) {
  .purchase_container .purchase_img_limit {
    top: -1.5vw;
    right: -15%;
    max-width: 110px;
    min-width: 96px;
    width: 18vw;
  }
}

.purchase_container_package {
  font-size: 14px;
  width: 35%;
  align-items: center;
  color: #3e2723;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.purchase_container_package img {
  max-width: 265px;
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .purchase_container_package {
    width: 60%;
    max-width: 265px;
    min-width: 180px;
    padding-top: 35px;
    position: relative;
    align-items: center;
  }
}

.purchase_container_button {
  display: flex;
  align-items: center;
}

.purchase_text_ingredient.sp_hidden {
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .purchase_text_ingredient.sp_hidden {
    display: none;
  }
}

.purchase_text_ingredient.sp_visible {
  text-align: center;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .purchase_text_ingredient.sp_visible {
    display: none;
  }
}

.purchase_container_main {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

.purchase_container_main .price {
  background-image: url(../img/price@2x.png);
  background-size: 99%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: calc(100vw * 0.165);
  max-height: 175px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .purchase_container_main .price {
    margin-top: 12px;
    height: calc(100vw * 0.26);
    max-height: 200px;
  }
}

.purchase_container_main a {
  text-indent: -5000px;
  font-size: 0;
  display: block;
}

.purchase_container_main a.full {
  width: 100%;
}

.purchase_container_main a.half {
  width: 50%;
}

.purchase_container_main a:hover {
  opacity: 0.8;
}

.purchase_container_main .label {
  width: 50%;
  padding-right: 1vh;
  padding-left: 3px;
}

@media screen and (max-width: 767px) {
  .purchase_container_main {
    width: 100%;
  }
}

span.button_purchase {
  display: block;
  width: 100%;
  height: calc(100vw * 0.088);
  max-height: 94px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  span.button_purchase {
    height: calc(100vw * 0.1436);
    max-height: 110px;
    margin-bottom: 0;
    margin-top: 8px;
  }
}

span.button_purchase.button1 {
  background-image: url(../img/button-buy-01@3x.png);
}

span.button_purchase.button2 {
  background-image: url(../img/button-buy-02@3x.png);
}

span.button_purchase.button3 {
  background-image: url(../img/button-buy-03@3x.png);
}

span.button_purchase.button4 {
  background-image: url(../img/button-buy-04@3x.png);
}

span.button_purchase.bulk {
  background-image: url(../img/button-buy-sub@3x.png);
  max-height: 70px;
  background-position: right;
  background-size: 98%;
  height: calc(100vw * 0.11);
}

@media screen and (max-width: 767px) {
  span.button_purchase.bulk {
    max-height: 78px;
    background-position: center right;
  }
}

/*
// 喜びのこえ　happyVoice
//
// ---------------------------------------------
*/
.happyVoice_container {
  background-image: url(../img/massage-bg@3x.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 88px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.happyVoice_container:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  width: 100%;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .happyVoice_container {
    padding: 120px 4.1vw 40px;
  }
}

.happyVoice_container .container_area {
  max-width: 640px;
  width: 80%;
  min-width: 500px;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  padding: 32px 40px;
}

@media screen and (max-width: 767px) {
  .happyVoice_container .container_area {
    width: 100%;
    min-width: 100%;
    padding: 4.1vw;
  }
}

.happyVoice_container h2 {
  text-indent: -5000px;
  max-width: 618px;
  width: 100%;
  height: 48px;
  margin: auto;
  background-image: url(../img/h2-letter@3x.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 2px;
  border-bottom: 4px solid #3e2723;
  padding: 0 4px;
}

@media screen and (max-width: 767px) {
  .happyVoice_container h2 {
    height: calc(100vw * 0.08);
  }
}

.happyVoice_container .text {
  border-top: 2px solid #3e2723;
  line-height: 2;
  font-size: 16px;
  padding: 14px 0;
}

@media screen and (max-width: 767px) {
  .happyVoice_container .text {
    font-size: 15px;
  }
}

/*
// usersVoice お客様の声
//
// ---------------------------------------------
*/
.usersVoice_container {
  width: 100%;
  background-color: #fff;
}

.usersVoice_container .container_area {
  position: relative;
  max-width: 960px;
  width: 100%;
  padding: 32px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .usersVoice_container .container_area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 4.1vw 4.1vw;
  }
}

.usersVoice_container h2 {
  text-indent: -5000px;
  position: absolute;
  top: -20px;
  left: calc(50% - 172px);
  width: 345px;
  height: 90px;
  margin: auto;
  background-image: url(../img/h2-user-voice@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .usersVoice_container h2 {
    width: 259px;
    left: calc(50% - 130px);
  }
}

.usersVoice_container_voice {
  background-image: url(../img/pattern_stripe.png);
  background-repeat: repeat;
  padding: 8px;
  width: calc(50% - 10px);
  max-width: 464px;
  position: relative;
}

.usersVoice_container_voice .inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .usersVoice_container_voice {
    max-width: 464px;
    width: 100%;
    margin-top: 18px;
    background-image: url(../img/pattern_stripe.png);
    background-repeat: repeat;
  }
  .usersVoice_container_voice .inner {
    padding: 24px 4.1vw;
  }
}

.usersVoice_container_voice .user {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 20px;
  color: #362e2b;
  font-weight: bold;
}

.usersVoice_container_voice .user small {
  font-size: 16px;
  font-weight: normal;
}

.usersVoice_container_voice .user img {
  max-width: 144px;
  width: 30%;
  margin-right: 2vw;
}

@media screen and (max-width: 767px) {
  .usersVoice_container_voice .user img {
    min-width: 112px;
    margin-right: 15px;
  }
}

.usersVoice_container_voice .comment {
  font-size: 1.7vw;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  margin-top: 2vw;
  color: #362e2b;
}

.usersVoice_container_voice .comment span {
  color: #10600f;
}

@media screen and (min-width: 1024px) {
  .usersVoice_container_voice .comment {
    font-size: 18px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .usersVoice_container_voice .comment {
    font-size: 16px;
    margin-top: 18px;
  }
}

/*
// difference モリデルはここが違う！
//
// ---------------------------------------------
*/
.difference_container {
  width: 100%;
  background-color: #fff;
}

.difference_container .container_area {
  position: relative;
  max-width: 960px;
  width: 100%;
  padding: 32px 8px;
}

@media screen and (max-width: 767px) {
  .difference_container .container_area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px 4.1vw 15px;
  }
}

.difference_container h2 {
  text-indent: -5000px;
  max-width: 618px;
  width: 60%;
  height: calc(60vw * 0.14);
  max-height: 74px;
  margin: auto;
  background-image: url(../img/h2-point@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .difference_container h2 {
    height: calc(90vw * 0.14);
    width: 90%;
    margin-bottom: 8px;
  }
}

.difference_container_points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.difference_container_points .img {
  width: 49%;
  height: auto;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .difference_container_points {
    justify-content: center;
  }
  .difference_container_points .img {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    max-width: 520px;
  }
}

.difference_container_points .user {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 20px;
  color: #362e2b;
  font-weight: bold;
}

.difference_container_points .user small {
  font-size: 16px;
  font-weight: normal;
}

.difference_container_points .user img {
  max-width: 144px;
  width: 30%;
  margin-right: 2vw;
}

.difference_container_points .comment {
  font-size: 1.7vw;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  margin-top: 2vw;
  color: #362e2b;
}

.difference_container_points .comment span {
  color: #10600f;
}

@media screen and (min-width: 1024px) {
  .difference_container_points .comment {
    font-size: 19px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .difference_container_points .comment {
    font-size: 2.6vw;
    margin-top: 18px;
  }
}

@media screen and (max-width: 524px) {
  .difference_container_points .comment {
    font-size: 18px;
    margin-top: 18px;
  }
}

/*
// point1
//
// ---------------------------------------------
*/
.point1_container {
  width: 100%;
  background-image: url(../img/bg@2x.jpg);
}

.point1_container .container_area {
  max-width: 600px;
  width: 100%;
  padding: 32px 8px;
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .point1_container .container_area {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.point1_container .container_bg {
  position: relative;
  width: 90%;
  z-index: 0;
  margin: auto;
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .point1_container .container_bg {
    overflow: hidden;
    width: 100%;
  }
}

.point1_container_point {
  max-width: 120px;
  width: 120px;
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  .point1_container_point {
    width: 90px;
    max-width: 90px;
    margin-top: 0;
  }
}

h2.point {
  text-indent: -5000px;
  max-width: 382px;
  width: 40vw;
  height: calc(40vw * 0.14);
  max-height: 74px;
  margin: auto;
  margin-bottom: 40px;
  background-image: url(../img/text-point-01@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  h2.point {
    height: calc(90vw * 0.14);
    max-width: 306px;
    width: 80%;
    margin-bottom: 8px;
  }
}

.point_text {
  font-size: 20px;
  color: #3e2723;
  line-height: 1.6;
  font-weight: bold;
  max-width: 600px;
  margin: auto;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .point_text {
    font-size: 16px;
  }
}

.point_text p {
  margin-bottom: 1em;
}

.point_text p.caption {
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
}

.point_text small {
  font-size: 0.8em;
}

.point_text span {
  color: #0e5d0d;
}

.point1_container_img1 {
  position: absolute;
  top: 0;
  right: -12%;
  width: 40%;
  max-width: 400px;
  height: 600px;
  z-index: -1;
  background-image: url(../img/soluble@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .point1_container_img1 {
    background-image: url(../img/soluble-sp@3x.png);
    width: 45%;
    min-width: 200px;
    height: 500px;
  }
}

.point1_container_img2 {
  position: absolute;
  bottom: 2%;
  left: -12%;
  width: 40%;
  max-width: 400px;
  height: 500px;
  z-index: -1;
  background-image: url(../img/insoluble@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .point1_container_img2 {
    background-image: url(../img/insoluble-sp@3x.png);
    width: 45%;
    min-width: 200px;
    bottom: auto;
    top: 2%;
  }
}

/*
// point2
//
// ---------------------------------------------
*/
.point2_container {
  width: 100%;
  background-color: #fcf6db;
}

.point2_container .container_area {
  flex-wrap: wrap;
  max-width: 1024px;
  width: 100%;
  padding: 32px 4.1vw;
  text-align: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .point2_container .container_area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}

.point2_container .container_point {
  width: 49%;
}

.point2_container .container_point .img_figure {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .point2_container .container_point .img_figure {
    max-width: 400px;
  }
}

.point2_container .container_point.figure {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .point2_container .container_point.figure {
    padding-top: 0;
  }
}

.point2_container .container_point.point2 {
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .point2_container .container_point.point2 {
    padding: 32px 4.1vw 16px;
  }
}

.point2_container .container_point.point2 h2.point {
  background-image: url(../img/text-point-02@3x.png);
}

@media screen and (max-width: 767px) {
  .point2_container .container_point.point2 h2.point {
    max-width: 346px;
    height: calc(60vw * 0.28);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .point2_container .container_point {
    width: 100%;
    padding: 32px 4.1vw;
  }
}

.point2_container h2.point {
  text-indent: -5000px;
  max-width: 382px;
  width: 40vw;
  height: calc(40vw * 0.2);
  max-height: 85px;
  margin: auto;
  margin-bottom: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .point2_container h2.point {
    height: calc(90vw * 0.14);
    width: 90%;
    margin-bottom: 8px;
  }
}

.point2_container .point_text {
  font-size: 20px;
  color: #3e2723;
  line-height: 1.6;
  font-weight: bold;
  max-width: 600px;
  margin: auto;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .point2_container .point_text {
    font-size: 16px;
  }
}

.point2_container .point_text p {
  margin-bottom: 1em;
}

.point2_container .point_text p.caption {
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .point2_container .point_text p.caption {
    text-align: center;
  }
}

.point2_container .point_text small {
  font-size: 0.8em;
}

.point2_container .point_text span {
  color: #0e5d0d;
}

.point3_container {
  background-color: #fff;
}

.point3_container .container_area {
  padding: 0;
  max-width: 100%;
  align-items: stretch;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .point3_container .container_area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}

.point3_container .container_point {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .point3_container .container_point {
    width: 100%;
  }
}

.point3_container .container_point.point3 {
  background-image: url(../img/point03_bg@3x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .point3_container .container_point.point3 {
    width: 100%;
    padding: 32px 4.1vw;
  }
}

.point3_container .inner.inner_point3 {
  max-width: 420px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .point3_container .inner.inner_point3 {
    margin: 0 auto;
  }
}

.point3_container .inner.inner_point4 {
  margin: 0 auto 0 0;
  max-width: 482px;
  background-image: url(../img/point04_bg@3x.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 32px;
  background-color: #fff;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .point3_container .inner.inner_point4 {
    background-size: 50%;
    padding: 32px 4.1vw;
    margin: 0 auto;
  }
}

.point3_container h2.header_point3 {
  background-image: url(../img/text-point-03@3x.png);
  background-size: 100%;
  height: calc(40vw * 0.3);
  max-height: 110px;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .point3_container h2.header_point3 {
    max-width: 350px;
    width: 90%;
    height: calc(100vw * 0.23);
    margin-bottom: 30px;
  }
}

.point3_container h2.point.point4 {
  background-image: url(../img/text-point-04@3x.png);
  height: calc(40vw * 0.3);
  max-height: 110px;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .point3_container h2.point.point4 {
    max-width: 380px;
    width: 90%;
    height: calc(100vw * 0.2);
    margin-bottom: 30px;
  }
}

/*
// typeCheck 不足度診断スタート
//
// ---------------------------------------------
*/
.typeCheck_container {
  width: 100%;
  background-color: #ee999c;
}

.typeCheck_container .container_area {
  max-width: 960px;
  width: 100%;
  padding: 40px 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .typeCheck_container .container_area {
    padding: 40px 15px;
  }
}

.typeCheck_container a {
  text-indent: -5000px;
  font-size: 0;
  display: block;
  margin: auto;
}

.typeCheck_container a:hover {
  opacity: 0.8;
}

.typeCheck_container span.typeCheck_button_startTypeCheck {
  display: block;
  width: 100%;
  max-width: 480px;
  height: calc(100vw * 0.3);
  max-height: 105px;
  background-image: url(../img/button-fibercheck@3x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .typeCheck_container span.typeCheck_button_startTypeCheck {
    height: calc(100vw * 0.2);
    margin-bottom: 0;
    max-height: 100px;
  }
}

.typeCheck_container h2 {
  text-indent: -5000px;
  width: 533px;
  height: 130px;
  margin: auto;
  background-image: url(../img/h2-fibercheck@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .typeCheck_container h2 {
    width: 100%;
    max-width: 400px;
    height: calc(100vw * 0.23);
    margin-bottom: 30px;
    max-height: 100px;
  }
}

.typeCheck_container_text {
  display: flex;
  max-width: 700px;
  margin: 10px auto;
  align-items: center;
}

.typeCheck_container_text .img {
  width: 20%;
  height: auto;
  margin-right: 3vw;
}

@media screen and (max-width: 767px) {
  .typeCheck_container_text .img {
    width: 112px;
    max-width: 112px;
    margin-bottom: 25px;
    margin-right: 0;
  }
}

.typeCheck_container_text .text {
  width: 80%;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .typeCheck_container_text .text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .typeCheck_container_text {
    flex-direction: column;
  }
}

/*
// モリデルだから続けられる！
//
// ---------------------------------------------
*/
.habit_container {
  width: 100%;
  background-image: url(../img/pattern01@2x.png);
  background-size: 900px 900px;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .habit_container {
    padding: 32px 4.1vw;
  }
}

.habit_container .container_area {
  max-width: 960px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.habit_container h2 {
  text-indent: -5000px;
  max-width: 618px;
  width: 80%;
  height: calc(60vw * 0.14);
  max-height: 74px;
  margin: auto;
  background-image: url(../img/h2-keep@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .habit_container h2 {
    background-image: url(../img/h2-keep-sp@3x.png);
    height: calc(100vw * 0.241);
    max-height: 113px;
    max-width: 400px;
    width: 100%;
  }
}

.habit_container .text {
  font-size: 24px;
  margin: 0 auto;
  line-height: 1.56;
  text-align: center;
  color: #3e2723;
}

@media screen and (max-width: 767px) {
  .habit_container .text {
    font-size: 18px;
  }
}

.habit_container .container_image {
  width: 700px;
  margin: 30px auto;
  display: flex;
  justify-content: space-around;
}

.habit_container .container_image .img {
  width: 30%;
  max-width: 212px;
}

@media screen and (max-width: 767px) {
  .habit_container .container_image {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
  }
}

/*
// About ウンログってどんな会社？
//
// ---------------------------------------------
*/
.about_container {
  width: 100%;
  background-color: #fcf6db;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .about_container {
    padding-bottom: 4.1vw;
  }
}

.about_container .container_area {
  max-width: 1024px;
  width: 100%;
  padding: 32px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .about_container .container_area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px 4.1vw 0;
  }
}

.about_container .about_img_appText {
  max-width: 660px;
  width: 80%;
  margin: 30px auto 20px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .about_container .about_img_appText {
    margin: 10px auto 0;
    width: 100%;
    max-width: 450px;
  }
}

.about_container .about_img_app {
  position: absolute;
  max-width: 218px;
  width: 20%;
  top: 28px;
  right: 32px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .about_container .about_img_app {
    position: static;
    min-width: 111px;
    width: 30%;
    z-index: 0;
    margin: 10px auto 0;
  }
}

.about_container .about_container_voice {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about_container .about_container_voice {
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.about_container .about_container_voice .inner {
  width: 49%;
  padding: 30px 32px;
  border: solid 8px #e6892d;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .about_container .about_container_voice .inner {
    width: 100%;
    border-width: 4px;
    padding: 30px 4.1vw;
  }
  .about_container .about_container_voice .inner:first-of-type {
    border-bottom: none;
  }
}

.about_container .about_container_voice .img {
  margin: 0px auto;
  width: 200px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color: #535353;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_container .about_container_voice .img {
    width: 189px;
  }
}

.about_container .about_container_voice .comment {
  font-size: 16px;
  line-height: 1.5;
  color: #401903;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .about_container .about_container_voice .comment {
    font-size: 14px;
    margin-top: 8px;
  }
}

.about_container .about_container_voice .comment p {
  color: #e53935;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about_container .about_container_voice .comment p {
    font-size: 16px;
  }
}

.about_container h2 {
  text-indent: -5000px;
  max-width: 418px;
  max-height: 74px;
  height: calc(90vw * 0.3);
  margin: auto;
  background-image: url(../img/h2-about@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .about_container h2 {
    max-width: 400px;
    width: 100%;
    height: calc(100vw * 0.18);
  }
}

.about_container h3 {
  text-indent: -5000px;
  position: absolute;
  top: -40px;
  left: calc(50% - 320px);
  width: 640px;
  height: 64px;
  margin: auto;
  background-image: url(../img/user-head@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .about_container h3 {
    width: 90%;
    left: 5%;
    top: -30px;
  }
}

.about_container .about_text_services {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #e6892d;
}

@media screen and (max-width: 767px) {
  .about_container .about_text_services {
    font-size: 20px;
    line-height: 1.5;
  }
}

.about_container .about_container_services {
  margin-top: 35px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .about_container .about_container_services {
    margin-bottom: 10px;
  }
}

.about_container .about_container_services .service {
  width: 33%;
}

.about_container .about_container_services .service img {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .about_container .about_container_services .service img {
    max-width: 70%;
    width: 200px;
  }
}

.about_container .about_container_services .service .text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #401903;
}

@media screen and (max-width: 767px) {
  .about_container .about_container_services .service .text {
    font-size: 15px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .about_container .about_container_services .service {
    width: 100%;
    margin-bottom: 20px;
  }
}

.about_container .about_container_recommend {
  background-image: url(../img/pattern_stripe.png);
  background-repeat: repeat;
  padding: 8px;
}

.about_container .about_container_recommend .inner {
  background-color: #fff;
  padding: 16px;
}

.about_container .about_container_recommend h2 {
  text-indent: -5000px;
  max-width: 816px;
  width: 90%;
  height: calc(90vw * 0.1);
  max-height: 67px;
  margin: auto;
  background-image: url(../img/h2-message@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .about_container .about_container_recommend h2 {
    background-image: url(../img/h2-message-sp@3x.png);
    height: calc(90vw * 0.2);
    max-height: 90px;
    max-width: 377px;
    width: 90%;
    margin-bottom: 20px;
  }
}

.about_container .about_container_recommend .text p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #401903;
  margin-bottom: 20px;
}

/*
// check 不足度診断本体
//
// ---------------------------------------------
*/
/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript #slick {
  visibility: hidden;
}

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load #slick {
  visibility: visible;
}

#check {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(239, 154, 154, 0.9);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  transition-delay: 0.3s;
  justify-content: center;
  align-items: center;
}

#check button.check_button_close {
  border: none;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 28px;
  right: 33px;
  background-color: transparent;
  cursor: pointer;
}

#check button.check_button_close span {
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 40px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #check button.check_button_close {
    top: 5px;
    right: 5px;
  }
}

#slick {
  visibility: hidden;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #slick {
    width: 90vw;
  }
}

#slick.slick-initialized {
  visibility: visible;
}

.slick-slider .slick-track {
  padding-bottom: 2em;
}

.check_container_main {
  width: 640px;
  min-height: 520px;
  overflow: hidden;
  padding-bottom: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10vh auto;
}

@media screen and (max-width: 767px) {
  .check_container_main {
    width: 90%;
    height: auto;
    min-height: 300px;
    padding: 0 4vw;
  }
}

.check_container_button {
  width: 100%;
  margin-bottom: 2em;
}

.check_container_result .check_container_text {
  margin-bottom: 1em;
}

.check_container_text {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #3e2723;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .check_container_text {
    font-size: 20px;
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 420px) {
  .check_container_text {
    font-size: 16px;
  }
}

.check_button_answer {
  width: 400px;
  height: 88px;
  border-radius: 10px;
  background-color: #aaaaaa;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3), inset 0px -4px 0 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 9px;
  border: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition-duration: 0.3s;
}

.check_button_answer:hover {
  background-color: rgba(240, 98, 146, 0.8);
  transition-duration: 0.3s;
}

.check_button_answer.on {
  background-color: #f06292;
}

@media screen and (max-width: 767px) {
  .check_button_answer {
    max-width: 350px;
    width: 90%;
    height: auto;
    font-size: 20px;
    padding: 0.8em 1em;
    border-radius: 8px;
    margin-bottom: 5px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3), inset 0px -2px 0 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 420px) {
  .check_button_answer {
    max-width: 400px;
    width: 90%;
    padding: 0.5em 1em;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3), inset 0px -2px 0 0 rgba(0, 0, 0, 0.2);
  }
}

.first .check_button_answer {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .first .check_button_answer {
    font-size: 24px;
  }
}

@media screen and (max-width: 420px) {
  .first .check_button_answer {
    font-size: 18px;
  }
}

#check_container_main {
  overflow: hidden;
}

#slick .check_container_qa.slick-slide,
#slick .check_container_result.slick-slide {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  min-height: 540px;
  height: auto;
  position: relative;
  z-index: 0;
  border: none;
  outline: none;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  #slick .check_container_qa.slick-slide,
  #slick .check_container_result.slick-slide {
    height: auto;
    min-height: 300px;
    padding: 20px;
    margin: 8px;
  }
}

@media screen and (max-width: 420px) {
  #slick .check_container_qa.slick-slide,
  #slick .check_container_result.slick-slide {
    padding: 14px;
  }
}

#slick .check_container_qa.slick-slide {
  justify-content: space-around;
}

.check_container_shortageIndex {
  width: 400px;
  max-height: 225px;
  height: calc(400px * 0.56);
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .check_container_shortageIndex {
    max-width: 70vw;
    max-height: 42.8vw;
  }
}

.check_container_resultTitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #3e2723;
}

.check_container_advise {
  font-size: 14px;
  line-height: 1.5;
  color: #3e2723;
  margin-bottom: 2em;
  width: 100%;
}

.check_container_advise h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}

.check_container_advise strong {
  color: #f06292;
  font-weight: bold;
}

.check_text_page {
  font-weight: bold;
  position: absolute;
  bottom: -1.5em;
  right: 1em;
  text-align: right;
  color: #fff;
}

.check_button_prev {
  display: none;
  position: absolute;
  bottom: -2em;
  left: 1em;
  text-align: left;
  color: #fff;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .check_button_prev {
    left: 0.5em;
  }
}

.check_button_prev:hover {
  text-decoration: underline;
}

.check_button_prev.prev {
  left: 0;
}

.check_button_prev.next {
  display: none;
}

.check_button_prev span {
  color: #fff;
  font-size: 24px;
  padding-right: 0.5em;
  font-weight: bold;
}

#check .slick-next {
  display: none;
}

.first .prev {
  display: none;
}

.check_button_finish {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.check_button_finish a {
  font-size: 14px;
  text-align: center;
  color: #f06292;
  text-decoration: underline;
}

#check_container_main .slick-prev.prev-arrow {
  display: none;
}

#check_container_main .slick-prev:before {
  display: none;
}

.check_button_getMoridell {
  border-radius: 10px;
  background-color: #e53935;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3), inset 0px -4px 0 0 rgba(0, 0, 0, 0.2);
  margin: 1em auto 0;
  color: #fff;
  font-size: 19px;
  width: 80%;
  max-width: 450px;
}
.check_button_getMoridell:last-child {
  margin: 0.5em auto 0;
}

@media screen and (max-width: 767px) {
  .check_button_getMoridell {
    width: 100%;
  }
}

.check_button_getMoridell a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.8em 2em;
}

@media screen and (max-width: 767px) {
  .check_button_getMoridell a {
    font-size: 18px;
    padding: 0.8em;
  }
}

@media screen and (max-width: 420px) {
  .check_button_getMoridell a {
    font-size: 16px;
    padding: 0.5em;
  }
}

.check_container_getMoridell {
  border: solid 2px #ef9a9a;
  width: 100%;
  padding: 16px;
  margin-bottom: 1em;
}

.check_container_getMoridell .text {
  text-align: left;
  margin-bottom: 1em;
  font-weight: bold;
}

.check_container_getMoridell small {
  font-size: 0.7em;
  padding-right: 0.2em;
  padding-left: 0.3em;
}

.check_container_getMoridell .check_container_foods {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .check_container_getMoridell .check_container_foods {
    width: 40%;
    margin: auto;
    min-width: 180px;
  }
}

@media screen and (max-width: 420px) {
  .check_container_getMoridell .check_container_foods {
    width: 60%;
    margin: auto;
  }
}

.check_container_getMoridell .check_container_foods .food {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .check_container_getMoridell .check_container_foods .food {
    width: 100%;
    margin-bottom: 4px;
  }
}

.check_container_getMoridell .check_container_foods img {
  width: 48px;
  height: 48px;
}

.check_container_getMoridell .check_container_foods span {
  padding-right: 1em;
}

.check_container_getMoridell .check_container_foods strong {
  font-weight: bold;
}

/*
// FAQ
//
// ---------------------------------------------
*/
.faq_container {
  width: 100%;
  background-color: #fff;
}

.faq_container .container_area {
  position: relative;
  max-width: 960px;
  width: 100%;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .faq_container .container_area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px 4.1vw;
  }
}

.faq_container h2 {
  text-indent: -5000px;
  max-width: 356px;
  width: 356px;
  height: 70px;
  max-height: 70px;
  margin: 0 auto 30px;
  background-image: url(../img/h2-qa@3x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .faq_container h2 {
    width: 80%;
    max-width: 400px;
    height: calc(100vw * 0.14);
    max-height: 80px;
    margin-bottom: 20px;
  }
}

.container_question {
  max-width: 960px;
  width: 100%;
  display: flex;
}

.container_question .img_question {
  width: 56px;
}

@media screen and (max-width: 767px) {
  .container_question .img_question {
    width: 42px;
  }
}

.container_question .question_container_text {
  width: calc(100% - 56px);
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .container_question .question_container_text {
    padding-left: 8px;
  }
}

.container_question .question {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #008417;
  border-bottom: dashed 1px #008417;
  padding: 13px 4px;
}

@media screen and (max-width: 767px) {
  .container_question .question {
    font-size: 16px;
    padding: 12px 4px 9px;
  }
}

.container_question .answer {
  padding: 16px 4px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #5d4b46;
}

@media screen and (max-width: 767px) {
  .container_question .answer {
    font-size: 14px;
    padding: 14px 4px;
  }
}

.question_container_question {
  color: #0e5d0d;
  font-size: 24px;
  text-align: left;
  font-family: YuGo;
  padding-top: 1em;
}

/*
// specifics
//
// ---------------------------------------------
*/
.specifics_container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .specifics_container {
    margin-bottom: 12px;
  }
}

.specifics_container table.label {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #5d4b46;
  width: 49%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .specifics_container table.label {
    width: 100%;
    font-size: 14px;
  }
}

.specifics_container table.label td, .specifics_container table.label th {
  padding: 0.4em 0.9em;
  border: 1px solid #ccc;
}

.specifics_container table.label th {
  font-weight: normal;
  width: 30%;
}

.specifics_container table.label td {
  width: 70%;
}

.specifics_container table.nutrients {
  margin-left: 8%;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #5d4b46;
  width: 40%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .specifics_container table.nutrients {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    font-size: 14px;
  }
}

.specifics_container table.nutrients caption {
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .specifics_container table.nutrients caption {
    padding-bottom: 0.5em;
  }
}

.specifics_container table.nutrients td, .specifics_container table.nutrients th {
  padding: 0.2em 0.3em;
  border: none;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .specifics_container table.nutrients td, .specifics_container table.nutrients th {
    font-size: 14px;
  }
}

.specifics_container table.nutrients th {
  font-weight: bold;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .specifics_container table.nutrients th {
    width: 40%;
    font-weight: normal;
  }
}

.specifics_container table.nutrients td {
  width: 60%;
}

.specifics_container table.nutrients tr.small th {
  font-weight: normal;
  font-size: 16px;
  padding-left: 1.5em;
  padding-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .specifics_container table.nutrients tr.small th {
    font-size: 14px;
    padding-top: 0.2em;
    padding-left: 1.3em;
  }
}

.specifics_container table.nutrients tr.small td {
  font-size: 16px;
  font-weight: normal;
  padding-left: 0.5em;
  padding-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .specifics_container table.nutrients tr.small td {
    font-size: 14px;
    padding-top: 0.2em;
    padding-left: 0.3em;
  }
}

/*
// footer
//
// ---------------------------------------------
*/
.footer_container {
  width: 100%;
  background-color: #138810;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .footer_container {
    padding: 20px 0;
  }
}

.footer_container_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer_container_nav {
    margin-bottom: 0px;
  }
}

.footer_container_nav a {
  color: #fff;
  font-size: 16px;
  margin-right: 1em;
  padding-left: 1em;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .footer_container_nav a {
    font-size: 14px;
    text-align: center;
    border: none;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .footer_container_nav a:first-child {
    width: 100%;
  }
}

.footer_container_nav a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer_container_nav a:last-child {
  border-right: 1px solid #fff;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .footer_container_nav a:last-child {
    border: none;
  }
}

.footer_text_copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .footer_text_copyright {
    font-size: 12px;
  }
}

/*
// animation アニメーション
//
// ---------------------------------------------
*/
/*　フェードイン　*/
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*　購入ボタン　*/
.animation-target.purchase1 {
  -webkit-animation: purchase1 1000ms linear both;
  animation: purchase1 1000ms linear both;
}

/*　まとめ買いボタン　*/
.animation-target.purchase2 {
  -webkit-animation: purchase1 1000ms linear both;
  animation: purchase1 1000ms linear both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* Generated with Bounce.js. Edit at https://goo.gl/Ignbk8 */
@-webkit-keyframes purchase1 {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.835, 0, 0, 0, 0, 0.835, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.835, 0, 0, 0, 0, 0.835, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes purchase1 {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.835, 0, 0, 0, 0, 0.835, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.835, 0, 0, 0, 0, 0.835, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/* Generated with Bounce.js. Edit at https://goo.gl/WpprBM */
@-webkit-keyframes purchase2 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  49.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.35% {
    -webkit-transform: matrix3d(0.835, 0, 0, 0, 0, 0.835, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.835, 0, 0, 0, 0, 0.835, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.7% {
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.06% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.36% {
    -webkit-transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.16% {
    -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.96% {
    -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  67.77% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.52% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.08% {
    -webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.63% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes purchase2 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  49.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.35% {
    -webkit-transform: matrix3d(0.835, 0, 0, 0, 0, 0.835, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.835, 0, 0, 0, 0, 0.835, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.7% {
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.06% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.36% {
    -webkit-transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.064, 0, 0, 0, 0, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.16% {
    -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.96% {
    -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  67.77% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.52% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.08% {
    -webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.63% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/*　ぼよよん　*/
.animation-target.bounce1 {
  -webkit-animation: bounce1 1500ms linear both;
  animation: bounce1 1500ms linear both;
}

/*　遅れてぼよよん　(固定の不足度チェックスタートボタン)　*/
.animation-target.bounce2 {
  -webkit-animation: bounce1 1500ms linear both;
  animation: bounce1 1500ms linear both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* Generated with Bounce.js. Edit at https://goo.gl/uP6BUa */
@-webkit-keyframes bounce1 {
  0% {
    -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes bounce1 {
  0% {
    -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/*　ふわっと上がってくる　*/
.animation-target.up1 {
  -webkit-animation: up1 2000ms linear both;
  animation: up1 2000ms linear both;
}

/* Generated with Bounce.js. Edit at https://goo.gl/RrF57x */
@-webkit-keyframes up1 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
  }
  3.6% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 336.048, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 336.048, 0, 1);
  }
  7.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 206.752, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 206.752, 0, 1);
  }
  10.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 113.278, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 113.278, 0, 1);
  }
  14.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 52.344, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 52.344, 0, 1);
  }
  21.42% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -6.681, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -6.681, 0, 1);
  }
  28.53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -18.423, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -18.423, 0, 1);
  }
  48.55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.201, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.201, 0, 1);
  }
  68.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.351, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.351, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes up1 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
  }
  3.6% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 336.048, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 336.048, 0, 1);
  }
  7.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 206.752, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 206.752, 0, 1);
  }
  10.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 113.278, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 113.278, 0, 1);
  }
  14.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 52.344, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 52.344, 0, 1);
  }
  21.42% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -6.681, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -6.681, 0, 1);
  }
  28.53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -18.423, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -18.423, 0, 1);
  }
  48.55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.201, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.201, 0, 1);
  }
  68.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.351, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.351, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/*　左からスライドしてくる　*/
.animation-target.run1 {
  -webkit-animation: run1 2000ms linear both;
  animation: run1 2000ms linear both;
}

/*　左から遅れてスライドしてくる　*/
.animation-target.run2 {
  -webkit-animation: run2 2000ms ease-out both;
  animation: run2 2000ms ease-out both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/* Generated with Bounce.js. Edit at https://goo.gl/cf5qth */
@-webkit-keyframes run1 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  2.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -344.37, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -344.37, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  4.27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -230.383, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -230.383, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  8.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -94.694, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -94.694, 0, 0, 1);
  }
  9.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  12.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -32.936, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -32.936, 0, 0, 1);
  }
  12.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  16.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -7.335, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -7.335, 0, 0, 1);
  }
  19.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  20.95% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.108, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.108, 0, 0, 1);
  }
  25.63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  37.64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.882, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.882, 0, 0, 1);
  }
  54.32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.023, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.023, 0, 0, 1);
  }
  65.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes run1 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  2.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -344.37, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -344.37, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.78, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  4.27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -230.383, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -230.383, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  8.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -94.694, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -94.694, 0, 0, 1);
  }
  9.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.367, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  12.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -32.936, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -32.936, 0, 0, 1);
  }
  12.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  16.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -7.335, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, -7.335, 0, 0, 1);
  }
  19.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.029, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  20.95% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.108, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.108, 0, 0, 1);
  }
  25.63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.019, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  37.64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.882, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.882, 0, 0, 1);
  }
  54.32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.023, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.023, 0, 0, 1);
  }
  65.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/* Generated with Bounce.js. Edit at https://goo.gl/44WYZV */
@-webkit-keyframes run2 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -565.455, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -565.455, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -298.617, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -298.617, 0, 0, 1);
  }
  9.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -144.967, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -144.967, 0, 0, 1);
  }
  12.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -62.157, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -62.157, 0, 0, 1);
  }
  19.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.427, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.427, 0, 0, 1);
  }
  25.63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.772, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.772, 0, 0, 1);
  }
  65.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes run2 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -565.455, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -565.455, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -298.617, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -298.617, 0, 0, 1);
  }
  9.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -144.967, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -144.967, 0, 0, 1);
  }
  12.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -62.157, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -62.157, 0, 0, 1);
  }
  19.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.427, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.427, 0, 0, 1);
  }
  25.63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.772, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.772, 0, 0, 1);
  }
  65.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
