@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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

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

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

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

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #222222;
  background: #fff;
  position: relative;
  width: 100%;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.df {
  display: flex;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}

#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#pageTop a:hover {
  text-decoration: none;
}

.imgFull img {
  width: 100%;
}

a.over:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.bgBeige {
  background: #e2e9e9;
  position: relative;
}

.bgBeige:before {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  left: -8%;
}

.bgBeige:after {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  right: -8%;
}

@media screen and (min-width: 901px) {
  .tab {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .tab {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.5rem;
  }
  .spbr {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a.underbar_animate {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  a.underbar_animate--wh::after {
    background: #fff !important;
  }
  a.underbar_animate::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #111;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  a.underbar_animate:hover::after {
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  .pcbr {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

/*----------------------------------------
HEADER
-----------------------------------------*/
/*----------------------------------------
HEADER
-----------------------------------------*/
@media screen and (min-width: 769px) {
  /*----navi-------*/
  #navToggle {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 500;
    padding: 20px;
  }
  #navToggle div {
    position: relative;
    height: 20px;
  }
  #navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    border-bottom: solid 2px #009eb9;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 500;
  }
  #navToggle span:nth-child(1) {
    top: 2px;
  }
  #navToggle span:nth-child(2) {
    top: 10px;
  }
  #navToggle span:nth-child(3) {
    top: 18px;
  }
  .openNav .nav_area__ttl {
    color: #fff;
    position: relative;
    z-index: 500;
  }
  .openNav #navToggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #222;
  }
  .openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #222;
  }
  nav {
    position: fixed;
    /*bodyに対しての絶対位置*/
    left: 0;
    top: 0;
    /*background:red;*/
    width: 30%;
    height: 100vh;
    background: #fff;
    padding: 70px 3% 70px 5%;
    text-align: left;
    display: none;
    z-index: 200;
    min-width: 370px;
  }
  nav h2 {
    width: 200px !important;
    margin-bottom: 40px;
  }
  nav ul li {
    margin-bottom: 30px;
    padding-left: 20px;
    color: #222;
    font-weight: bold;
    position: relative;
  }
  nav ul li.list_business, nav ul li.list_contact {
    margin-bottom: 15px;
  }
  nav ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 1px;
    background: #222;
  }
  nav ul li a {
    color: #222;
    font-size: 1.6rem;
    font-weight: bold;
  }
  nav ul li.links_contact::before, nav ul li.links_business::before {
    content: none;
  }
  nav ul li.links_contact a, nav ul li.links_business a {
    font-size: 1.4rem;
    font-weight: normal;
  }
  nav ul li.links_contact a:first-of-type, nav ul li.links_business a:first-of-type {
    margin-right: 25%;
  }
  .links_other {
    margin-top: 40px;
  }
  .links_other a {
    color: #fff;
    font-size: 1rem;
  }
  .links_other a:first-of-type {
    margin-right: 11%;
  }
  header.openNav nav {
    z-index: 400;
    overflow: scroll;
  }
}

@media screen and (max-width: 768px) {
  /*----navi-------*/
  #navToggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    position: fixed;
    top: 3%;
    left: 5%;
    z-index: 200;
    padding: 10px;
    z-index: 300;
  }
  #navToggle div {
    position: relative;
    height: 20px;
  }
  #navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    border-bottom: solid 2px #009eb9;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 300;
  }
  #navToggle span:nth-child(1) {
    top: 2px;
  }
  #navToggle span:nth-child(2) {
    top: 10px;
  }
  #navToggle span:nth-child(3) {
    top: 18px;
  }
  .openNav .nav_area__ttl {
    color: #fff;
    position: relative;
    z-index: 300;
  }
  .openNav #navToggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #222;
  }
  .openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #222;
  }
  nav {
    position: fixed;
    /*bodyに対しての絶対位置*/
    left: 0;
    top: 0;
    /*background:red;*/
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 70px 5%;
    text-align: left;
    display: none;
    z-index: 100;
  }
  nav h2 {
    width: 200px !important;
    margin-bottom: 40px;
  }
  nav ul li {
    margin-bottom: 30px;
    padding-left: 20px;
    color: #222;
    font-weight: bold;
    position: relative;
  }
  nav ul li.list_business, nav ul li.list_contact {
    margin-bottom: 15px;
  }
  nav ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 1px;
    background: #222;
  }
  nav ul li a {
    color: #222;
    font-size: 1.6rem;
    font-weight: bold;
  }
  nav ul li.links_contact::before, nav ul li.links_business::before {
    content: none;
  }
  nav ul li.links_contact a, nav ul li.links_business a {
    font-size: 1.4rem;
    font-weight: normal;
  }
  nav ul li.links_contact a:first-of-type, nav ul li.links_business a:first-of-type {
    margin-right: 25%;
  }
  .links_other {
    margin-top: 40px;
  }
  .links_other a {
    color: #fff;
    font-size: 1rem;
  }
  .links_other a:first-of-type {
    margin-right: 11%;
  }
  header.openNav nav {
    z-index: 100;
    overflow: scroll;
  }
}

/*----------------------------------------
FOOTER
-----------------------------------------*/
@media screen and (min-width: 769px) {
  footer {
    background: #333333;
    padding: 60px 0 40px;
    color: #fff;
  }
  footer .footer_inner {
    width: 800px;
    margin: 0 auto;
  }
  footer .footer_inner__top {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #fff;
  }
  footer .footer_inner__top h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }
  footer .footer_inner__top ul {
    display: flex;
    justify-content: space-between;
  }
  footer .footer_inner__top ul li {
    width: 47%;
  }
  footer .footer_inner__top ul li img {
    width: 50px;
    height: auto;
  }
  footer .footer_inner__top ul li:last-of-type a {
    padding: 25px 0;
  }
  footer .footer_inner__top ul a {
    display: block;
    color: #262626;
    background: #fff;
    padding: 10px;
    border-radius: 40px;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
  }
  footer .footer_inner__top ul a span {
    font-size: 3rem;
    display: block;
    line-height: 1;
  }
  footer .footer_inner__mdl {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_inner__mdl div {
    width: 45%;
  }
  footer .footer_inner__mdl ul li:first-of-type img {
    width: auto;
    height: 40px;
  }
  footer .footer_inner__mdl ul li:last-of-type {
    margin-top: 20px;
  }
  footer .footer_inner__mdl ul li h3 {
    font-size: 2rem;
    font-weight: bold;
  }
  footer .footer_inner__btm {
    margin-top: 60px;
    text-align: center;
    font-size: 1.2rem;
  }
  footer .footer_inner__btm .madein {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1px 8px;
    display: inline-block;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    background: #333333;
    padding: 50px 0 100px;
    color: #fff;
  }
  footer .footer_inner {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_inner__top {
    padding-bottom: 50px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
  }
  footer .footer_inner__top h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .footer_inner__top ul li {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_inner__top ul li img {
    width: 40px;
    height: auto;
  }
  footer .footer_inner__top ul li:last-of-type a {
    padding: 23px 0;
    margin-top: 25px;
  }
  footer .footer_inner__top ul a {
    display: block;
    color: #262626;
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  footer .footer_inner__top ul a span {
    font-size: 2.5rem;
    display: block;
    line-height: 1;
  }
  footer .footer_inner__mdl div {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_inner__mdl--left {
    margin: 0 auto 30px !important;
  }
  footer .footer_inner__mdl ul li:first-of-type img {
    width: auto;
  }
  footer .footer_inner__mdl ul li:last-of-type {
    margin-top: 10px;
  }
  footer .footer_inner__mdl ul li h3 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  footer .footer_inner__btm {
    margin-top: 50px;
    text-align: center;
    font-size: 1.2rem;
  }
  footer .footer_inner__btm .madein {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1px 8px;
    display: inline-block;
    margin-bottom: 10px;
  }
  footer .footer_inner__btm .copyrgt {
    font-size: 1rem;
  }
}

/*----------------------------------------
MAIN
-----------------------------------------*/
.rev {
  display: revert;
}

/** ボヨンアニメーション */
.bound-img-wrap img {
  -webkit-animation: bound 1s ease-in;
  -moz-animation: bound 1s ease-in;
  animation: bound 1s ease-in;
  animation-iteration-count: infinite;
}

/** アニメーションの定義 */
@keyframes bound {
  /** 開始時は１倍の大きさ */
  from {
    transform: scale(1);
  }
  /** 0%～25%にかけて1.15倍する */
  25% {
    transform: scale(1.05);
  }
  /** 25%～50%にかけて0.95倍する */
  50% {
    transform: scale(0.95);
  }
  /** 50%～75%にかけて1.05倍する */
  75% {
    transform: scale(1.03);
  }
  /** 終了時は元の大きさに戻す */
  to {
    transform: scale(1);
  }
}

@media screen and (min-width: 769px) {
  img:hover {
    outline: none !important;
  }
  .is-fixed {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
  }
  main {
    overflow: hidden;
    background: #a3d4f1;
    /*保険用*/
    background: -moz-linear-gradient(top, #3387aa 0%, #a3d4f1 100%);
    /*古いFireFox向け*/
    background: -webkit-linear-gradient(top, #3387aa 0%, #a3d4f1 100%);
    /*古いSafariなど向け*/
    background: linear-gradient(to bottom, #3387aa 0%, #a3d4f1 100%);
    /*正規の指定*/
    background-attachment: fixed;
  }
  main section.sec08 {
    background: url(../img/sec08_bg.png) no-repeat;
    background-size: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  main section.sec08 {
    background-position: center bottom;
  }
}

@media screen and (min-width: 769px) {
  main .randomAnime00, main .randomAnime, main .randomAnime01, main .randomAnime03, main .randomAnime04 {
    visibility: hidden;
  }
  main .loop_wrap {
    display: flex;
    width: 100vw;
    overflow: hidden;
  }
  main .loop_wrap img {
    padding: 0 50px;
  }
  main .loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
  }
  main .loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
  }
  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  main .bio_blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -40px;
  }
  main .bio_blk--lft {
    width: 40%;
  }
  main .bio_blk--lft img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  main .bio_blk--rgt {
    width: 60%;
    padding-right: 5%;
    color: #fff;
  }
  main .bio_blk--rgt .box {
    background: #fff;
    padding: 3px 10px;
    color: #009eb9;
    font-size: 1.9rem;
    font-weight: bold;
    display: inline-block;
  }
  main .bio_blk--rgt h2 {
    font-size: 6.6rem;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.2;
  }
  main .bio_blk--rgt .sml {
    font-size: 2rem;
  }
  main .bio_blk--rgt .price {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  main .bio_blk--rgt .price span {
    border: 1px solid #fff;
    font-size: 2rem;
    padding: 5px;
    margin-right: 10px;
    font-weight: normal;
  }
  main .bio_blk--rgt .price small {
    font-size: 2rem;
    font-weight: normal;
  }
  main .bio_blk--rgt .txt {
    line-height: 2;
    text-align: justify;
  }
  main .bio_blk--rgt .btn_area {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  main .bio_blk--rgt .btn_area a {
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    width: 150px;
    text-align: center;
    padding: 10px;
    margin-right: 20px;
    border-radius: 30px;
  }
  main .bio_blk--rgt .btn_area a.buy {
    background: #ff6404;
  }
  main .bio_blk--rgt .btn_area a.yahoo {
    background: #222;
  }
  main .bio_blk--rgt .btn_area a.amazon {
    background: #222;
  }
  main .bio_blk--rgt .btn_area a.rakuten {
    background: #222;
    margin-top: 10px;
  }
  main .top {
    padding-top: 5vh;
    position: relative;
  }
  main .top h1 {
    text-align: center;
    position: relative;
  }
  main .top h1 img {
    width: 100%;
    height: auto;
  }
  main .top h1 picture {
    display: inline-block;
    position: relative;
    width: auto;
  }
  main .top h1 strong {
    width: 100%;
    position: absolute;
    font-size: 8.6rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    z-index: 200;
  }
  main .top h1 strong.randomAnime00 {
    bottom: -240px;
    left: 50%;
    transform: translate(-50%, 0);
    letter-spacing: 0.1em;
  }
  main .top h1 strong.randomAnime {
    bottom: -240px;
    left: 33%;
    transform: translate(-50%, 0);
    letter-spacing: 0.3em;
  }
  main .top h1 strong.randomAnime01 {
    bottom: -240px;
    left: 64%;
    transform: translate(-50%, 0);
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
  main .top h1 strong {
    font-size: 6.5vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1550px) {
  main .top h1 strong.randomAnime {
    left: 27%;
  }
  main .top h1 strong.randomAnime01 {
    left: 67%;
  }
}

@media screen and (min-width: 769px) {
  main .top .deco_ami_grn {
    position: absolute;
    top: 5vh;
    left: -10%;
    width: 300px;
    z-index: 0;
  }
  main .top .deco_ami_grn01 {
    position: absolute;
    bottom: -22%;
    right: 0;
    width: 250px;
    z-index: 0;
  }
  main .sec01 {
    padding-top: 530px;
    position: relative;
  }
  main .sec01 .deco_1_wh_top {
    position: absolute;
    top: 200px;
    right: 0;
  }
  main .sec01 .deco_1_wh_top01 {
    position: absolute;
    top: 600px;
    left: 0%;
    width: 7%;
  }
  main .sec01 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  main .sec01__lft {
    width: 35%;
    padding-bottom: 200px;
  }
  main .sec01__lft h3 {
    margin-bottom: 250px;
  }
  main .sec01__lft h2 {
    margin-bottom: 50px;
  }
  main .sec01__lft p {
    color: #fff;
    font-size: 2rem;
    text-align: justify;
    line-height: 2;
  }
  main .sec01__rgt {
    width: 50%;
    margin-right: -10%;
  }
  main .sec01__rgt__img {
    position: relative;
    margin-top: 230px;
  }
  main .sec01__rgt__img .deco_1 {
    position: absolute;
    top: -350px;
    left: 30%;
    width: 100px;
    z-index: 2;
  }
  main .sec01__rgt__img .deco_ami_grn {
    position: absolute;
    top: -65px;
    left: -10%;
    width: 200px;
    z-index: 0;
    transform: rotate(60deg);
  }
  main .sec01__rgt__img picture {
    width: 40vw;
    margin-left: -5%;
    display: block;
    position: relative;
    z-index: 1;
  }
  main .sec01__rgt__img picture img {
    margin-left: aut30px;
  }
  main .sec01__rgt__img picture::before {
    content: url(../img/jokin.png);
    position: absolute;
    top: -80px;
    right: 30px;
  }
  main .sec02 {
    padding-top: 250px;
  }
  main .sec02 ul {
    display: flex;
    justify-content: space-between;
  }
  main .sec02__lft {
    width: 35%;
    padding-top: 140px;
  }
  main .sec02__lft__blk {
    padding: 20px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  main .sec02__lft__blk .siaa {
    position: absolute;
    top: -180px;
    left: -50%;
    width: 200%;
    max-width: none;
  }
  main .sec02__lft__blk .deco_1_wh {
    position: absolute;
    bottom: -20px;
    left: -17%;
    width: 15%;
  }
  main .sec02__lft__blk .deco_1_wh01 {
    position: absolute;
    top: -65vh;
    left: -60%;
    width: 40%;
  }
  main .sec02__lft__blk h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  main .sec02__lft__blk .bar {
    width: 50%;
    height: 1px;
    background: #fff;
    margin: 0 auto 20px;
  }
  main .sec02__lft__blk p {
    color: #fff;
    text-align: center;
  }
  main .sec02__lft__blk p.indent {
    font-size: 1rem;
  }
  main .sec02__rgt {
    width: 34%;
    position: relative;
  }
  main .sec02__rgt .deco_ami_wh {
    position: absolute;
    top: -370px;
    right: -48%;
    z-index: 2;
  }
  main .sec02__rgt__txt p {
    color: #fff;
    text-align: justify;
  }
  main .sec02__rgt__txt p.logo {
    margin-bottom: 20px;
  }
  main .sec03 {
    padding-top: 180px;
  }
  main .sec03__inner {
    position: relative;
  }
  main .sec03 .deco_3_1 {
    position: absolute;
    top: -680px;
    left: -12%;
    z-index: 2;
    width: 25%;
  }
  main .sec03 .deco_3_2 {
    position: absolute;
    bottom: 645px;
    right: -23%;
    transform: rotate(58deg);
    z-index: 1;
  }
  main .sec03 .deco_ami_wh {
    position: absolute;
    top: -455px;
    left: -30%;
    transform: rotate(5deg);
    z-index: 0;
  }
  main .sec03 .deco_ami_grn {
    position: absolute;
    top: -130px;
    right: -13%;
    transform: rotate(65deg);
    z-index: 0;
    width: 30%;
  }
  main .sec03 picture img {
    position: relative;
    z-index: 1;
    z-index: -5%;
  }
  main .sec04 h2 {
    margin-bottom: 90px;
  }
  main .sec04 .circle_blk {
    width: 205px;
  }
  main .sec04 .circle_blk p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  main .sec04 .circle_blk p.ttl {
    font-size: 1.9rem;
    text-align: center;
    margin: 10px 0;
    letter-spacing: -1px;
  }
  main .sec04 .circle_blk p.ttl--long {
    letter-spacing: -2px;
  }
  main .sec04__top {
    display: flex;
    justify-content: space-between;
  }
  main .sec04__top ul {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1093px) {
  main .sec04__top ul {
    justify-content: center;
  }
  main .sec04__top ul li:first-of-type, main .sec04__top ul li:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  main .sec04__mdl {
    position: relative;
    margin-top: 70px;
  }
  main .sec04__mdl .bottle {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    height: 80vh;
  }
  main .sec04__mdl .deco_ami_wh {
    position: absolute;
    bottom: 600px;
    right: -40%;
  }
  main .sec04__mdl ul {
    display: flex;
    justify-content: space-around;
  }
  main .sec04__btm {
    margin-top: 70px;
  }
  main .sec04__btm ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .sec04__graph {
    padding-top: 140px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  main .sec04__graph {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  main .sec04__graph .deco_5 {
    position: absolute;
    top: -690px;
    left: -20%;
    z-index: 0;
  }
  main .sec04__graph .deco_ami_wh01 {
    position: absolute;
    top: -425px;
    left: -48%;
    z-index: 0;
  }
  main .sec04__graph .deco_ami_wh02 {
    position: absolute;
    top: -520px;
    right: -38%;
    z-index: 0;
  }
  main .sec04__graph__addtxt {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  main .sec04__graph table {
    width: 100%;
    position: relative;
    z-index: 1;
    display: inline-table;
    padding: 0;
  }
  main .sec04__graph table, main .sec04__graph th, main .sec04__graph td {
    border-collapse: collapse;
    border: 1px solid #009eb9;
    padding: 15px;
    font-weight: bold;
  }
  main .sec04__graph .head_one th {
    background: #009eb9;
    color: #fff;
  }
  main .sec04__graph .head_two th {
    background: #d5ecf5;
  }
  main .sec04__graph .body {
    background: #fff;
  }
  main .sec04__graph .body td {
    padding: 30px;
  }
  main .sec04__graph .body td h3 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  main .sec04__graph .body td h3.h3--last {
    margin-top: 20px;
  }
  main .sec04__graph .body td .box {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    padding: 20px;
    background: #ffead0;
    color: #ff6404;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
    line-height: 1.6;
  }
  main .sec04__graph .body td .box--last {
    margin-top: 105px;
  }
  main .sec05 {
    padding-top: 150px;
  }
  main .sec05 .bio_blk {
    position: relative;
  }
  main .sec05 .bio_blk .deco_ami_wh {
    position: absolute;
    bottom: 450px;
    left: -15%;
    z-index: 0;
  }
  main .sec06 {
    padding-top: 200px;
    padding-bottom: 150px;
  }
  main .sec06 .inrWidth {
    position: relative;
  }
  main .sec06 .inrWidth .deco_1_wh {
    position: absolute;
    top: -1200px;
    left: -15%;
    width: 120px;
  }
  main .sec06 .inrWidth .deco_3 {
    position: absolute;
    top: -1360px;
    right: -23%;
  }
  main .sec06 .inrWidth .deco_ami_wh {
    position: absolute;
    position: absolute;
    top: 20%;
    left: -45%;
    transform: rotate(118deg);
  }
  main .sec06 .h2 {
    text-align: right;
  }
  main .sec06 .h2 p {
    color: #fff;
  }
  main .sec06 h2 {
    font-size: 4.6rem;
    font-weight: bold;
  }
  main .sec06 h2.h2--1st {
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
  }
  main .sec06 h2.h2--1st::after {
    content: "";
    width: 1000vw;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  main .sec06 h2.h2--last {
    color: #fff;
    line-height: 1;
    padding-right: 5%;
    position: relative;
    z-index: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  main .sec06 table {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
  main .sec06 table, main .sec06 th, main .sec06 td {
    border-collapse: collapse;
    border: 1px solid #009eb9;
    padding: 15px;
  }
  main .sec06 th, main .sec06 td {
    width: 19%;
  }
  main .sec06 th:first-of-type, main .sec06 td:first-of-type {
    width: 24%;
  }
  main .sec06 th {
    background: #009eb9;
    color: #fff;
  }
  main .sec06 th:first-of-type {
    border-right: 1px solid #fff;
  }
  main .sec06 th:nth-of-type(2), main .sec06 th:nth-of-type(3), main .sec06 th:nth-of-type(4) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  main .sec06 td {
    background: #fff;
  }
  main .sec06 td:not(:first-of-type) {
    text-align: center;
  }
  main .sec06 td.td_2nd {
    background: #d5ecf5;
  }
  main .sec06 .pickup td {
    background: #ff8001;
    color: #fff;
    position: relative;
  }
  main .sec06 .pickup td .pickup__img {
    position: absolute;
    top: -32%;
    right: -10%;
    transform: translate(0, -50%);
    z-index: 1;
    width: 60%;
  }
  main .sec06__box2 {
    margin: 40px 0 100px;
    display: flex;
    justify-content: space-between;
  }
  main .sec06__box2 li {
    width: 48%;
  }
  main .sec06 .outerWidth {
    display: flex;
    margin-top: -50px;
  }
  main .sec06__voice {
    border: 1px solid #fff;
    padding: 100px 5% 3%;
    margin-right: 8%;
    display: flex;
    justify-content: space-between;
  }
  main .sec06__voice li {
    width: 30%;
  }
  main .sec06__voice li .img {
    text-align: center;
  }
  main .sec06__voice li .name {
    margin: 20px 0 10px;
  }
  main .sec06__voice li .txt {
    text-align: justify;
    letter-spacing: 0;
  }
  main .sec07 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  main .sec07 .inrWidth {
    position: relative;
  }
  main .sec07 .inrWidth .deco_ami_wh01 {
    position: absolute;
    top: -300px;
    right: -35%;
    transform: rotate(130deg);
  }
  main .sec07 .inrWidth .deco_ami_wh02 {
    position: absolute;
    top: -700px;
    left: -38%;
  }
  main .sec07 .inrWidth .deco_ami_wh03 {
    position: absolute;
    top: 28%;
    right: -44%;
    transform: rotate(68deg);
  }
  main .sec07 .inrWidth .deco_ami_wh04 {
    position: absolute;
    top: 36%;
    left: -21%;
  }
  main .sec07 .inrWidth .deco_ami_wh05 {
    position: absolute;
    bottom: 1500px;
    right: -28%;
    z-index: 0;
  }
  main .sec07 .inrWidth .deco_ami_wh06 {
    position: absolute;
    bottom: 1200px;
    left: -37%;
  }
  main .sec07 .inrWidth .deco_1_wh {
    position: absolute;
    top: -1400px;
    right: -33%;
  }
  main .sec07 .inrWidth .deco_3 {
    position: absolute;
    top: -836px;
    left: -31%;
  }
  main .sec07 .h2 {
    margin-bottom: 60px;
  }
  main .sec07 .h2 h2 {
    font-size: 4.6rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  main .sec07 .h2 h2::after {
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -20px;
    background: #fff;
  }
  main .sec07__txtarea, main .sec07__result {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 60px;
  }
  main .sec07__txtarea--lft, main .sec07__result--lft {
    width: 66%;
  }
  main .sec07__txtarea--lft h3, main .sec07__result--lft h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main .sec07__txtarea--rgt, main .sec07__result--rgt {
    width: 30%;
  }
  main .sec07__txtarea--lft {
    width: 100%;
  }
  main .sec07__txtarea--lft h3:last-of-type {
    margin-top: 40px;
  }
  main .sec07__txtarea--lft p:last-of-type {
    margin-top: 30px;
  }
  main .sec07__result {
    margin-top: 70px;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  main .sec07__result--lft {
    width: 100%;
  }
  main .sec07__result p {
    line-height: 1.6;
    letter-spacing: 0;
  }
  main .sec07__result p span {
    color: #ff6404;
    text-decoration: underline;
  }
  main .sec07__result .indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  main .sec07 table {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  main .sec07 table, main .sec07 th, main .sec07 td {
    border-collapse: collapse;
    border: 1px solid #009eb9;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  main .sec07 th {
    background: #009eb9;
    color: #fff;
  }
  main .sec07 td {
    background: #fff;
  }
  main .sec07 .tr_head td {
    background: #d5ecf5;
  }
  main .sec07__table02 td {
    display: flex;
    justify-content: space-between;
    padding: 3%;
  }
  main .sec07__table02 td p {
    width: 31.5%;
  }
  main .sec07__table03 td {
    padding: 3%;
  }
  main .sec07__table04 .tr_head td {
    padding: 15px 30px;
  }
  main .sec07__table04 .tr_head div {
    display: flex;
    justify-content: space-between;
  }
  main .sec07__table04 .last_tr_td {
    padding: 3%;
  }
  main .sec07__table04 .last_tr_td img {
    margin-top: 20px;
  }
  main .sec07__person {
    border: 2px solid #fff;
    padding: 5% 5% 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 100px;
  }
  main .sec07__person--lft {
    width: 24%;
  }
  main .sec07__person--rgt {
    width: 68%;
  }
  main .sec07__person--rgt h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 10px 0 30px;
  }
  main .sec07__wimg p {
    margin-left: -10%;
    position: relative;
  }
  main .sec07__wimg p picture img {
    position: relative;
    z-index: 1;
  }
  main .sec07__wimg .deco_ami_wh07 {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 0;
  }
  main .sec07__wimg .deco_3_2 {
    position: absolute;
    top: -2355px;
    right: -5%;
    z-index: 2;
  }
  main .sec08 {
    padding-bottom: 90px;
  }
  main .sec08 .h2 {
    text-align: right;
    margin-top: -120px;
  }
  main .sec08 .h2 h2 {
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 4.6rem;
    font-weight: bold;
  }
  main .sec08 .h2 h2::after {
    content: "";
    width: 1000vw;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  main .sec08 .bio_blk {
    margin-top: 0;
  }
  main .sec08 .bio_blk .box, main .sec08 .bio_blk h2, main .sec08 .bio_blk .sml, main .sec08 .bio_blk .price, main .sec08 .bio_blk .txt {
    color: #222;
  }
  main .sec08 .bio_blk .box, main .sec08 .bio_blk .price span {
    border: 1px solid #222;
  }
}

@media screen and (max-width: 768px) {
  .is-fixed {
    position: absolute !important;
    bottom: 120px !important;
    top: unset !important;
    transform: translate(-50%, 0) !important;
  }
  main {
    overflow: hidden;
    background: #a3d4f1;
    /*保険用*/
    background: -moz-linear-gradient(top, #3387aa 0%, #a4d5f1 100%);
    /*古いFireFox向け*/
    background: -webkit-linear-gradient(top, #3387aa 0%, #a4d5f1 100%);
    /*古いSafariなど向け*/
    background: linear-gradient(to bottom, #3387aa 0%, #a4d5f1 100%);
    /*正規の指定*/
    background-attachment: fixed;
  }
  main section.sec08 {
    background: url(../img/sec08_bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
  main .randomAnime, main .randomAnime01, main .randomAnime03, main .randomAnime04 {
    visibility: hidden;
  }
  main .loop_wrap {
    display: flex;
    width: 100vw;
    overflow: hidden;
  }
  main .loop_wrap img {
    padding: 0 50px;
  }
  main .loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
  }
  main .loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
  }
  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  main .bio_blk {
    margin-top: -40px;
  }
  main .bio_blk--lft {
    width: 40%;
    margin: 0 auto 30px;
  }
  main .bio_blk--lft img {
    margin-left: -20px;
  }
  main .bio_blk--rgt {
    color: #fff;
    text-align: center;
  }
  main .bio_blk--rgt .box {
    border: 1px solid #fff;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
  }
  main .bio_blk--rgt h2 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.2;
  }
  main .bio_blk--rgt .sml {
    font-size: 1.5rem;
  }
  main .bio_blk--rgt .price {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .bio_blk--rgt .price span {
    border: 1px solid #fff;
    font-size: 1.5rem;
    padding: 0 5px;
    margin-right: 10px;
    font-weight: normal;
  }
  main .bio_blk--rgt .price small {
    font-size: 1.5rem;
    font-weight: normal;
  }
  main .bio_blk--rgt .txt {
    line-height: 2;
    text-align: justify;
  }
  main .bio_blk--rgt .btn_area {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  main .bio_blk--rgt .btn_area a {
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    width: 230px;
    text-align: center;
    padding: 10px 0;
    margin: 0 20px 20px;
    border-radius: 30px;
  }
  main .bio_blk--rgt .btn_area a.buy {
    background: #ff6404;
  }
  main .bio_blk--rgt .btn_area a.yahoo {
    background: #222;
  }
  main .bio_blk--rgt .btn_area a.amazon {
    background: #222;
  }
  main .bio_blk--rgt .btn_area a.rakuten {
    background: #222;
    margin-top: 10px;
  }
  main .table_contents {
    overflow-x: auto;
    white-space: nowrap;
  }
  main .btn_area {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  main .btn_area a {
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    width: 230px;
    text-align: center;
    padding: 10px 0;
    margin: 0 20px 20px;
    border-radius: 30px;
    display: inline-block;
  }
  main .btn_area a.buy {
    background: #ff6404;
  }
  main .btn_area a.yahoo {
    background: #222;
  }
  main .btn_area a.amazon {
    background: #222;
  }
  main .btn_area a.rakuten {
    background: #222;
    margin-top: 10px;
  }
  main .top {
    height: 92vh;
    padding-top: 8vh;
    position: relative;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  main .top {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  main .top h1 {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  main .top h1 img {
    width: 100%;
    height: auto;
  }
  main .top h1 picture {
    display: inline-block;
    position: relative;
    height: 90vh;
    width: auto;
  }
  main .top .deco_ami_grn {
    position: absolute;
    top: -10vh;
    right: -10%;
    width: 201px;
    z-index: 0;
  }
  main .top h2 {
    width: 100%;
    position: absolute;
    font-size: 4.3rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    z-index: 20;
    text-align: center;
  }
  main .top h2.randomAnime03 {
    bottom: 8%;
  }
  main .top h2.randomAnime04 {
    bottom: 0;
  }
  main .sec01 {
    padding-top: 100px;
  }
  main .sec01 .inrWidth {
    position: relative;
  }
  main .sec01 .deco_ami_txt {
    position: absolute;
    top: 600px;
    right: -33%;
    width: 100%;
  }
  main .sec01 .deco_ami_wh_top {
    position: absolute;
    top: -20px;
    right: -58%;
  }
  main .sec01 .deco_ami_wh_top01 {
    position: absolute;
    top: 280px;
    left: -61%;
  }
  main .sec01 .deco_1_wh_top {
    position: absolute;
    top: 650px;
    left: 2%;
    width: 20%;
  }
  main .sec01__lft h3 {
    padding-bottom: 800px;
    position: relative;
  }
  main .sec01__lft h3 .img_ttl {
    width: 230px;
    height: auto;
  }
  main .sec01__lft h3 .bottle {
    position: fixed;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 170px;
    visibility: initial;
  }
  main .sec01__lft h2 {
    margin-bottom: 40px;
    width: 160px;
  }
  main .sec01__lft p {
    color: #fff;
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2;
  }
  main .sec01__spimg {
    margin-top: 190px;
    margin-left: -6%;
    padding-right: 10%;
    position: relative;
  }
  main .sec01__spimg .img01_blk {
    position: relative;
    z-index: 1;
  }
  main .sec01__spimg .img01_blk::before {
    content: "";
    background: url(../img/jokin.png) no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 130px;
    height: 30px;
    position: absolute;
    top: -60px;
    left: 5%;
  }
  main .sec01__spimg .deco_1_wh {
    position: absolute;
    top: -55px;
    right: 0;
    width: 55px;
    height: auto;
  }
  main .sec01__spimg .deco_ami_wh {
    position: absolute;
    top: -140px;
    right: 0;
    width: 200px;
    height: auto;
    z-index: 2;
  }
  main .sec01__spimg .deco_ami_wh01 {
    position: absolute;
    bottom: -63px;
    left: -13%;
    width: 200px;
    height: auto;
    z-index: 0;
  }
  main .sec02 {
    padding-top: 190px;
  }
  main .sec02 p {
    color: #fff;
  }
  main .sec02 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  main .sec02__lft {
    width: 49%;
  }
  main .sec02__lft__blk {
    padding: 20px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
  }
  main .sec02__lft__blk .siaa {
    position: absolute;
    top: -83px;
    left: -5%;
    width: 210%;
    max-width: none;
  }
  main .sec02__lft__blk .deco_1_wh {
    position: absolute;
    bottom: -20px;
    left: -17%;
    width: 15%;
  }
  main .sec02__lft__blk h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
  }
  main .sec02__lft__blk .bar {
    width: 104px;
    height: 1px;
    background: #fff;
    margin: 0 0 10px 8px;
  }
  main .sec02__lft__blk p {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: -1px;
  }
  main .sec02__lft__blk p.indent {
    font-size: 1rem;
  }
  main .sec02__rgt {
    width: 50%;
    position: relative;
  }
  main .sec02__rgt .deco_ami_wh {
    position: absolute;
    top: -100px;
    right: -20%;
    z-index: 2;
  }
  main .sec02__rgt__txt p {
    color: #fff;
    text-align: justify;
    font-size: 1.3rem;
  }
  main .sec03 {
    padding-top: 140px;
  }
  main .sec03__inner {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  main .sec03 .deco_3_1 {
    position: absolute;
    top: -70px;
    right: -7%;
    z-index: 2;
    width: 40%;
  }
  main .sec03 .deco_ami_wh {
    position: absolute;
    top: -105px;
    left: -13%;
    transform: rotate(5deg);
    z-index: 0;
    width: 80%;
  }
  main .sec03 .deco_ami_wh01 {
    position: absolute;
    bottom: -153px;
    right: -35%;
    transform: rotate(5deg);
    z-index: 0;
    width: 70%;
  }
  main .sec03 .deco_1_grn {
    position: absolute;
    bottom: -75px;
    left: -10%;
    z-index: 2;
    width: 45%;
  }
  main .sec03 picture img {
    position: relative;
    z-index: 1;
  }
  main .sec04 {
    margin-top: 120px;
  }
  main .sec04 h2 {
    margin-bottom: 50px;
    width: 60%;
  }
  main .sec04 .outerWidth {
    position: relative;
  }
  main .sec04 .circle_blk {
    width: 40%;
    margin-bottom: 40px;
  }
  main .sec04 .circle_blk p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: justify;
  }
  main .sec04 .circle_blk p img {
    display: block;
    margin: 0 auto;
  }
  main .sec04 .circle_blk p.ttl {
    font-size: 1.4rem;
    text-align: center;
    margin: 15px 0;
    letter-spacing: -1px;
  }
  main .sec04__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .sec04__top ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
  }
  main .sec04__mdl .deco_ami_wh {
    position: absolute;
    top: -250px;
    right: -145%;
    width: 100%;
    transform: rotate(120deg);
  }
  main .sec04__mdl .deco_3 {
    position: absolute;
    top: 10px;
    right: -85%;
    width: 50%;
    transform: rotate(120deg);
  }
  main .sec04__mdl ul {
    display: flex;
    justify-content: space-around;
  }
  main .sec04__btm ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  main .sec04__graph {
    padding-top: 70px;
    margin: 0 auto;
    position: relative;
  }
  main .sec04__graph__addtxt {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  main .sec04__graph table {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    display: inline-table;
  }
  main .sec04__graph table, main .sec04__graph th, main .sec04__graph td {
    border-collapse: collapse;
    border: 1px solid #009eb9;
    padding: 15px;
    font-weight: bold;
  }
  main .sec04__graph .head_one th {
    background: #009eb9;
    color: #fff;
  }
  main .sec04__graph .head_two th {
    background: #d5ecf5;
  }
  main .sec04__graph .body {
    background: #fff;
  }
  main .sec04__graph .body td {
    padding: 30px;
  }
  main .sec04__graph .body td h3 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  main .sec04__graph .body td h3.h3--last {
    margin-top: 20px;
  }
  main .sec04__graph .body td .box {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    padding: 20px;
    background: #ffead0;
    color: #ff6404;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
    line-height: 1.6;
  }
  main .sec05 {
    padding-top: 150px;
  }
  main .sec05 .bio_blk {
    position: relative;
  }
  main .sec06 {
    padding-top: 100px;
  }
  main .sec06 .inrWidth {
    position: relative;
  }
  main .sec06 .h2 {
    text-align: right;
  }
  main .sec06 .h2 p {
    color: #fff;
  }
  main .sec06 h2 {
    font-size: 3.4rem;
    font-weight: bold;
  }
  main .sec06 h2.h2--1st {
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
  }
  main .sec06 h2.h2--1st::after {
    content: "";
    width: 1000vw;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  main .sec06 h2.h2--last {
    color: #fff;
    line-height: 1;
    padding-right: 5%;
    position: relative;
    z-index: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  main .sec06 #js-hand_table {
    position: relative;
  }
  main .sec06 #js-hand_table #hand {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 2;
  }
  main .sec06 #js-hand_table #hand img {
    width: 230px;
  }
  main .sec06 table {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
  main .sec06 table, main .sec06 th, main .sec06 td {
    border-collapse: collapse;
    border: 1px solid #009eb9;
    padding: 10px 5px;
  }
  main .sec06 th, main .sec06 td {
    width: 19%;
    font-size: 1rem;
    letter-spacing: 0;
    padding: 10px 5px;
    vertical-align: middle;
  }
  main .sec06 th:first-of-type, main .sec06 td:first-of-type {
    width: 24%;
  }
  main .sec06 th {
    background: #009eb9;
    color: #fff;
  }
  main .sec06 th:first-of-type {
    border-right: 1px solid #fff;
  }
  main .sec06 th:nth-of-type(2), main .sec06 th:nth-of-type(3), main .sec06 th:nth-of-type(4) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  main .sec06 td {
    background: #fff;
  }
  main .sec06 td:not(:first-of-type) {
    text-align: center;
  }
  main .sec06 td.td_2nd {
    background: #d5ecf5;
  }
  main .sec06 .pickup td {
    background: #ff8001;
    color: #fff;
    position: relative;
  }
  main .sec06 .pickup td .pickup__img {
    position: absolute;
    transform: translate(0, -50%);
    z-index: 1;
    width: 60%;
    top: -7%;
    right: -32%;
  }
  main .sec06__box2 {
    margin: 70px 0 100px;
  }
  main .sec06__box2 li:last-of-type {
    margin-top: 25px;
  }
  main .sec06__box2 li img {
    display: block;
    margin: 0 auto;
  }
  main .sec06 .outerWidth {
    margin-top: -50px;
  }
  main .sec06__voice {
    border: 1px solid #fff;
    padding: 100px 5% 3%;
  }
  main .sec06__voice li p {
    padding: 0 5%;
    font-size: 1.5rem;
  }
  main .sec06__voice li .img img {
    margin: 0 auto;
  }
  main .sec06__voice li .name {
    margin: 20px 0 10px;
  }
  main .sec06__voice li .txt {
    text-align: justify;
    letter-spacing: 0;
  }
  main .sec07 {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  main .sec07 .inrWidth {
    position: relative;
  }
  main .sec07 .h2 {
    margin-bottom: 60px;
  }
  main .sec07 .h2 h2 {
    font-size: 3.4rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 2;
  }
  main .sec07 .h2 h2::after {
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 65px;
    background: #fff;
  }
  main .sec07__txtarea, main .sec07__result {
    color: #fff;
    margin-bottom: 70px;
  }
  main .sec07__txtarea--lft h3, main .sec07__result--lft h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main .sec07__txtarea--rgt, main .sec07__result--rgt {
    margin-top: 35px;
  }
  main .sec07__txtarea--rgt img, main .sec07__result--rgt img {
    width: 100%;
    height: auto;
  }
  main .sec07__txtarea--lft h3:last-of-type {
    margin-top: 40px;
  }
  main .sec07__txtarea--lft p {
    font-weight: bold;
  }
  main .sec07__txtarea--lft p:last-of-type {
    margin-top: 30px;
  }
  main .sec07__result {
    margin-top: 70px;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  main .sec07__result p {
    line-height: 1.6;
    letter-spacing: 0;
  }
  main .sec07__result p span {
    color: #ff6404;
    text-decoration: underline;
  }
  main .sec07__result .indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  main .sec07 table {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
  }
  main .sec07 table .sp {
    display: revert;
  }
  main .sec07 table, main .sec07 th, main .sec07 td {
    border-collapse: collapse;
    border: 1px solid #009eb9;
    padding: 10px 5px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    letter-spacing: 0;
  }
  main .sec07 th {
    background: #009eb9;
    color: #fff;
  }
  main .sec07 td {
    background: #fff;
  }
  main .sec07 .tr_head td {
    background: #d5ecf5;
  }
  main .sec07__table02 td {
    display: flex;
    justify-content: space-between;
    padding: 3%;
  }
  main .sec07__table02 td p {
    width: 31.5%;
  }
  main .sec07__table03 td {
    padding: 8% 5%;
  }
  main .sec07__table04 {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  main .sec07__table04 tbody {
    display: block;
  }
  main .sec07__table04 .tr_head td {
    padding: 15px 30px;
  }
  main .sec07__table04 .tr_head div {
    display: flex;
    justify-content: space-between;
  }
  main .sec07__table04 .tr_th {
    background: #d5ecf5;
  }
  main .sec07__table04 .tr_th--2nd {
    border-bottom: 1px solid #d5ecf5;
  }
  main .sec07__table04 .tr_th--long {
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 15%;
    min-height: 100px;
  }
  main .sec07__table04 .tr_th--long span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    min-height: 100px;
  }
  main .sec07__table04 .tr_th--long::before {
    content: 'きれい';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  main .sec07__table04 .tr_th--long::after {
    content: '汚い';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  main .sec07__table04 .last_tr_td {
    padding: 8% 5%;
  }
  main .sec07__table04 .last_tr_td img {
    margin-top: 20px;
  }
  main .sec07__person {
    border: 2px solid #fff;
    padding: 40px 7% 30px;
    color: #fff;
    margin-bottom: 100px;
  }
  main .sec07__person--lft {
    width: 160px;
    margin: 0 auto 30px;
  }
  main .sec07__person--rgt h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 5px 0 15px;
  }
  main .sec07__person--rgt p {
    font-size: 1.5rem;
  }
  main .sec07__wimg p {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  main .sec07__wimg p picture img {
    position: relative;
    z-index: 1;
  }
  main .sec07__wimg .deco_ami_wh07 {
    position: absolute;
    top: -71px;
    left: 27%;
    z-index: 0;
    width: 170px;
  }
  main .sec07__wimg .deco_ami_grn {
    position: absolute;
    bottom: -117px;
    left: -2%;
    z-index: 0;
    width: 170px;
    transform: rotate(124deg);
  }
  main .sec07__wimg .deco_3_2 {
    position: absolute;
    top: -43px;
    right: 2%;
    z-index: 0;
    width: 100px;
  }
  main .sec08 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  main .sec08 .h2 {
    text-align: right;
    margin-top: -120px;
  }
  main .sec08 .h2 h2 {
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 3.4rem;
    font-weight: bold;
  }
  main .sec08 .h2 h2::after {
    content: "";
    width: 1000vw;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  main .sec08 .bio_blk {
    margin-top: 30px;
  }
  main .sec08 .bio_blk .product_img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  main .sec08 .bio_blk picture img {
    margin-top: -40px;
    margin-bottom: 20px;
  }
  main .sec08 .bio_blk .box, main .sec08 .bio_blk h2, main .sec08 .bio_blk .sml, main .sec08 .bio_blk .price, main .sec08 .bio_blk .txt {
    color: #222;
  }
  main .sec08 .bio_blk .box, main .sec08 .bio_blk .price span {
    border: 1px solid #222;
  }
}
