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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form, input, button, textarea, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  min-width: 1024px;
  font-family: "UD新ゴ R","ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo ,"Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  position: relative;
  background: #fff;
  line-height: 1.65;
  color: #333;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #fff;
  color: #111;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
  outline: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

i, em {
  font-style: normal;
}

input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  outline: 0;
}

/* ====================================================

    style

==================================================== */
html.js-fixed {
  position: fixed;
}

a {
  transition: all 300ms 0s ease;
}

header {
  position: relative;
  min-width: 1000px;
}

@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
    z-index: 1;
  }
}

header #logo a {
  display: inline-block;
  background: #38322e;
  padding: 30px 60px;
}

header #logo a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 1300px) {
  header #logo a {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  header #logo a {
    padding: 15px 20px;
  }
  header #logo a img {
    width: 150px;
  }
}

@media screen and (min-width: 769px) {
  header .gnav {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  header .gnav ul {
    padding-right: 15px;
  }
  header .gnav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  header .gnav ul li {
    padding: 0 15px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  header .gnav ul li.home {
    float: left;
    padding: 5px 25px;
  }
  header .gnav ul li.home a {
    display: inline-block;
    content: '';
    background: url(../img/icon_home.png) left top no-repeat;
    width: 28px;
    height: 24px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  header .gnav ul li.home a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  header .gnav ul li:not(.home) {
    float: left;
  }
  header .gnav ul li:not(.home) a {
    position: relative;
    display: inline-block;
    padding: 5px;
  }
  header .gnav ul li:not(.home) a:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    transform: scaleX(0);
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
    background: #c6af92;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  header .gnav ul li:not(.home) a:hover {
    color: #c6af92;
  }
  header .gnav ul li:not(.home) a:hover:after {
    transform: scaleX(1);
  }
  header .gnav ul li:not(.home) a.active:after {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 768px) {
  header .gnav {
    display: none;
    z-index: 99;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 188, 7, 0.95);
  }
  header .gnav .inner_menu ul {
    padding-top: 80px;
  }
  header .gnav .inner_menu ul li {
    text-align: center;
    margin-bottom: 10px;
  }
  header .gnav .inner_menu ul li a {
    display: block;
    padding: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

header .gnav li {
  font-size: 18px;
  font-size: 1.125rem;
}

header .btn_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  header .btn_menu {
    z-index: 999;
    position: absolute;
    right: 10px;
    top: 12px;
    display: inline-block;
    width: 36px;
    height: 30px;
  }
  header .btn_menu div {
    position: relative;
  }
  header .btn_menu span {
    display: block;
    height: 3px;
    background: #ffbc08;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  header .btn_menu span:nth-child(1) {
    top: 0px;
  }
  header .btn_menu span:nth-child(2) {
    top: 12px;
  }
  header .btn_menu span:nth-child(3) {
    top: 24px;
  }
}

header.open .btn_menu span {
  background: #fff;
}

header.open .btn_menu span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

header.open .btn_menu span:nth-child(2) {
  width: 0;
  left: 50%;
}

header.open .btn_menu span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mv {
  position: relative;
  min-width: 1000px;
}

@media screen and (max-width: 768px) {
  .mv {
    min-width: 100%;
  }
}

.mv .inner {
  background: url(../img/index/img_main01.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  height: 650px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mv .inner {
    width: 100%;
    height: 300px;
  }
}

.mv p {
  color: #fff;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-size: 2rem;
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .mv p {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.mv p:after {
  position: absolute;
  content: '';
  display: block;
  width: 78px;
  height: 78px;
  background: url(../img/icon_peanuts.svg) left top no-repeat;
  background-size: 78px 78px;
  top: -39px;
  left: 50%;
  margin-left: -39px;
}

@media screen and (max-width: 768px) {
  .mv p:after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin-left: -20px;
    top: -20px;
  }
}

.mv p .inner-base {
  position: relative;
  display: inline-block;
  padding: 60px 0;
  border-bottom: 6px solid #fff;
}

@media screen and (max-width: 768px) {
  .mv p .inner-base {
    border-bottom: 4px solid #fff;
    padding: 30px 0;
  }
}

.mv p .inner-base:before, .mv p .inner-base:after {
  width: 40%;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .mv p .inner-base:before, .mv p .inner-base:after {
    height: 4px;
    width: 35%;
  }
}

.mv p .inner-base:before {
  left: 0;
}

.mv p .inner-base:after {
  right: 0;
}

.mv p .inner-base .accent {
  color: #ffbc08;
  text-shadow: 0 0 8px #000;
}

main {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  display: block;
}

main.top h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main.top h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

main.top h2:before {
  content: attr(title);
  text-transform: uppercase;
  padding-left: 0.1em;
  width: 100%;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: HelveticaNeueLTPro-ThCn;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  main.top h2:before {
    line-height: 1;
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: bold;
  }
}

main.top h2:after {
  content: '';
  display: block;
  background: #c6af92;
  width: 100px;
  height: 2px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  main.top h2:after {
    width: 80px;
    margin: 20px auto 0;
  }
}

main.top .news {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  main.top .news {
    padding: 50px 10px;
  }
}

main.top .news .inner {
  width: 1000px;
  margin: 0 auto;
}

main.top .news .inner:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  main.top .news .inner {
    width: 100%;
  }
}

main.top .news .ttl_item {
  float: left;
  position: relative;
  margin: 0 50px 0 0;
}

@media screen and (max-width: 768px) {
  main.top .news .ttl_item {
    float: none;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  main.top .news .ttl_item p {
    position: absolute;
    right: 0;
    top: 0;
  }
}

main.top .news h2 {
  line-height: 1.3;
  padding: 0;
  margin-bottom: 0;
  font-family: HelveticaNeueLTPro-ThCn;
  font-weight: lighter;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  main.top .news h2 {
    float: none;
    text-align: left;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

main.top .news h2:before {
  display: none;
}

main.top .news h2:after {
  display: none !important;
}

@media screen and (max-width: 768px) {
  main.top .news h2:after {
    display: none !important;
  }
}

main.top .news ul {
  overflow: hidden;
  zoom: 1;
  border-left: 2px solid #c6af92;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  main.top .news ul {
    padding-left: 0;
    border-left: none;
    padding-left: 0;
  }
}

main.top .news ul li {
  margin-bottom: 45px;
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  main.top .news ul li {
    margin-bottom: 15px;
  }
}

main.top .news ul li dl dt {
  float: left;
  padding-right: 160px;
  position: relative;
}

@media screen and (max-width: 768px) {
  main.top .news ul li dl dt {
    float: none;
    padding-right: 0;
  }
}

main.top .news ul li dl dt .label {
  background: #c6af92;
  color: #fff;
  width: 100px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 30px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  main.top .news ul li dl dt .label {
    padding: 2px 0;
    font-size: 10px;
    font-size: 0.625rem;
    position: inherit;
    right: auto;
    margin: 0 10px;
    vertical-align: top;
    width: 80px;
  }
}

main.top .news ul li dl dd {
  overflow: hidden;
  zoom: 1;
}

main.top .news ul li a {
  color: #72685f;
  text-decoration: underline;
}

main.top .news ul li a:hover {
  text-decoration: none;
}

main.top .news ul li:last-child {
  margin-bottom: 0;
}

main.top .about {
  min-width: 1000px;
}

main.top .about:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  main.top .about {
    min-width: 100%;
  }
}

main.top .about .inner {
  float: right;
  width: 50%;
  background: #f6e8d5;
  padding: 50px 5vw;
}

@media screen and (max-width: 768px) {
  main.top .about .inner {
    padding: 50px 10px;
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  main.top .about h2:after {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  main.top .about h2 {
    text-align: center;
  }
}

main.top .about figure {
  overflow: hidden;
  zoom: 1;
  width: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  main.top .about figure {
    width: 100%;
    height: 50vw;
  }
}

main.top .about figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

main.top .about .btn01 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  main.top .about .btn01 {
    text-align: center;
  }
}

main.top .product .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  main.top .product .inner {
    width: 100%;
    padding: 50px 0;
  }
}

main.top .product h2 {
  text-align: center;
}

main.top .product h2:after {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  main.top .product h2:after {
    margin: 20px auto 0;
  }
}

main.top .product p {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main.top .product p {
    margin-bottom: 20px;
  }
}

main.top .product ul:after {
  content: "";
  display: block;
  clear: both;
}

main.top .product ul li {
  width: 33.33%;
  float: left;
}

@media screen and (max-width: 768px) {
  main.top .product ul li {
    width: 50%;
  }
}

main.top .product ul li figure {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  background: #9b9794;
}

@media screen and (max-width: 768px) {
  main.top .product ul li figure {
    height: 160px;
  }
}

main.top .product ul li figure img {
  transition: all 800ms 0s;
  width: 102%;
  height: auto;
}

@media screen and (max-width: 768px) {
  main.top .product ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}

main.top .product ul li figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  margin: auto;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  main.top .product ul li figure figcaption {
    font-size: 16px;
    font-size: 1rem;
    bottom: 60px;
  }
}

main.top .product ul li figure figcaption span {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
  transition: all 800ms 0s;
}

main.top .product ul li a {
  display: block;
}

main.top .product ul li a:hover img {
  -moz-transition: -moz-transform 1.2s linear;
  -webkit-transition: -webkit-transform 1.2s linear;
  -o-transition: -o-transform 1.2s linear;
  -ms-transition: -ms-transform 1.2s linear;
  transition: transform 1.2s linear;
  transform: scale(1.2);
}

main .contact {
  min-width: 1000px;
}

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

@media screen and (max-width: 768px) {
  main .contact {
    min-width: 100%;
  }
}

main .contact > * {
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  main .contact > * {
    float: none;
    width: 100%;
  }
}

main .contact .info {
  background: #ffbc08;
  padding: 50px 5vw 60px;
}

@media screen and (max-width: 768px) {
  main .contact .info {
    padding: 50px 10px;
  }
}

main .contact .info h2 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main .contact .info h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

main .contact .info h2:before {
  content: attr(title);
  text-transform: uppercase;
  padding-left: 0.1em;
  width: 100%;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: HelveticaNeueLTPro-ThCn;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  main .contact .info h2:before {
    line-height: 1;
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: bold;
  }
}

main .contact .info h2:after {
  display: none;
}

main .contact .info ul li {
  border: 4px solid #fff;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  main .contact .info ul li {
    margin-bottom: 20px;
  }
}

main .contact .info ul li:last-child {
  margin-bottom: 0;
}

main .contact .info ul li dl {
  display: table;
}

main .contact .info ul li dl dt {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
  padding: 30px 0;
  width: 30%;
}

@media screen and (max-width: 768px) {
  main .contact .info ul li dl dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

main .contact .info ul li dl dd {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px;
  display: table-cell;
  border-left: 4px solid #fff;
}

@media screen and (max-width: 768px) {
  main .contact .info ul li dl dd {
    padding: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

main .contact .info ul li dl dd .tel {
  margin-right: 1em;
}

main .contact .info ul li dl dd .tel a {
  text-decoration: none;
  color: #111;
}

@media screen and (min-width: 769px) {
  main .contact .info ul li dl dd .tel a {
    text-decoration: none;
    cursor: text;
  }
}

main .contact .info ul li dl dd .num {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  main .contact .nav ul {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  main .contact .nav ul li {
    flex: 1;
  }
}

main .contact .nav ul li a {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  main .contact .nav ul li a {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  main .contact .nav ul li a {
    padding: 40px 10px 50px;
  }
}

main .contact .nav ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  transition: all 300ms 0s ease;
  z-index: 1;
}

main .contact .nav ul li a:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  bottom: 50%;
  right: 5vw;
  margin: auto;
  position: absolute;
  transition: all .3s;
  background: url(../img/icon_arrow01.svg) left top no-repeat;
}

@media screen and (max-width: 768px) {
  main .contact .nav ul li a:after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}

main .contact .nav ul li a:hover:before {
  width: 100%;
}

main .contact .nav ul li a span {
  line-height: 1;
  height: 1em;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  left: 5vw;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
}

@media screen and (max-width: 768px) {
  main .contact .nav ul li a span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

main .contact .nav ul li.company {
  background: url(../img/img_contact01.jpg) center center no-repeat;
  background-size: cover;
}

main .contact .nav ul li.histry {
  background: url(../img/img_contact02.jpg) center center no-repeat;
  background-size: cover;
}

main .contact .nav ul li.access {
  background: url(../img/img_contact03.jpg) center center no-repeat;
  background-size: cover;
}

main:not(.top) a {
  text-decoration: underline;
}

main:not(.top) a:hover {
  text-decoration: none;
}

main:not(.top) .ttl {
  background: url(../img/bg_main.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  padding: 100px 30px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  main:not(.top) .ttl {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 60px 20px;
  }
}

main:not(.top) .ttl div {
  display: inline-block;
  padding: 20px 2em;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
}

@media screen and (max-width: 768px) {
  main:not(.top) .ttl div {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}

#product main:not(.top) .ttl {
  background: url(../img/product/bg_main.jpg) center center no-repeat;
  background-size: cover;
}

#product.daizu main:not(.top) .ttl {
  background: url(../img/product/bg_main_A.jpg) center center no-repeat;
  background-size: cover;
}

#product.nuts main:not(.top) .ttl {
  background: url(../img/product/bg_main_B.jpg) center center no-repeat;
  background-size: cover;
}

#product.ingredients main:not(.top) .ttl {
  background: url(../img/product/bg_main_C.jpg) center center no-repeat;
  background-size: cover;
}

#product.shiryou main:not(.top) .ttl {
  background: url(../img/product/bg_main_D.jpg) center right no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #product.shiryou main:not(.top) .ttl {
    background-position: 88% center;
  }
}

#product.zatsutou main:not(.top) .ttl {
  background: url(../img/product/bg_main_F.jpg) center center no-repeat;
  background-size: cover;
}

#product.sushi main:not(.top) .ttl {
  background: url(../img/product/bg_main_E.jpg) center center no-repeat;
  background-size: cover;
}

main:not(.top) > .inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
  text-align: left;
}

main:not(.top) > .inner section > *:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner {
    width: 100%;
    padding: 50px 10px;
  }
}

main:not(.top) > .inner h2 a {
  text-decoration: none;
  position: relative;
  padding-right: 60px;
}

main:not(.top) > .inner h2 a:hover {
  color: #c6af92;
}

main:not(.top) > .inner h2 a:after {
  background: url(../img/icon_arrow02.svg) left top no-repeat;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  bottom: 50%;
  right: 10px;
  margin: auto;
  position: absolute;
  transition: all .3s;
}

main:not(.top) > .inner h2.lead {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner h2.lead {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

main:not(.top) > .inner h2.lead:after {
  content: '';
  display: block;
  background: #c6af92;
  width: 60px;
  height: 2px;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner h2.lead:after {
    width: 50px;
    margin: 20px 0;
  }
}

main:not(.top) > .inner h2:not(.lead) {
  margin: 60px 0 40px;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
  font-size: 22px;
  font-size: 1.375rem;
  background: url(../img/bg_dotted01.gif) left top repeat;
  padding-right: 30%;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner h2:not(.lead) {
    margin: 50px 0 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

main:not(.top) > .inner h2:not(.lead) span {
  display: inline-block;
  padding: 15px 30px;
  background: #38322e;
  color: #fff;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner h2:not(.lead) span {
    padding: 10px 20px;
  }
}

main:not(.top) > .inner h3.category {
  margin: 60px 0 30px;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
  font-size: 22px;
  font-size: 1.375rem;
  background: url(../img/bg_dotted01.gif) left top repeat;
  padding-right: 30%;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner h3.category {
    margin: 50px 0 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

main:not(.top) > .inner h3.category span {
  display: inline-block;
  padding: 15px 30px;
  background: #38322e;
  color: #fff;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner h3.category span {
    padding: 10px 20px;
  }
}

main:not(.top) > .inner h3:not(.category) {
  margin: 40px 0 1em;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5;
}

main:not(.top) > .inner h3:not(.category):before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border: 0.2em solid #ffbc08;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 3px;
}

main:not(.top) > .inner p {
  margin-bottom: 1.5em;
}

main:not(.top) > .inner p.lead {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner p.lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

main:not(.top) > .inner p.note {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-bottom: 5px;
}

main:not(.top) > .inner figure {
  margin: 30px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner figure {
    margin: 0 auto;
  }
}

main:not(.top) > .inner figure figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

main:not(.top) > .inner table {
  width: 100%;
  margin: 20px 0;
  table-layout: fixed;
}

main:not(.top) > .inner table th, main:not(.top) > .inner table td {
  padding: 20px;
  border: 1px solid #c6af92;
  text-align: left;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner table th, main:not(.top) > .inner table td {
    padding: 10px;
    line-height: 1.5;
  }
}

main:not(.top) > .inner table thead th, main:not(.top) > .inner table thead td {
  background: #8a7a67;
  color: #fff;
}

main:not(.top) > .inner table tbody th {
  vertical-align: middle;
  width: 20%;
  text-align: center;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
  background: #f6e8d5;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner table tbody th {
    width: 43%;
    vertical-align: top;
  }
}

main:not(.top) > .inner > ul, main:not(.top) > .inner .list {
  margin: 1em 0;
}

main:not(.top) > .inner > ul li, main:not(.top) > .inner .list li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}

main:not(.top) > .inner > ul li:last-child, main:not(.top) > .inner .list li:last-child {
  margin-bottom: 0;
}

main:not(.top) > .inner > ul li:before, main:not(.top) > .inner .list li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0.3em;
  top: 0.9em;
  background: #000;
  border-radius: 100px;
}

main:not(.top) > .inner .product_list {
  margin-right: -40px;
  padding: 0 50px;
}

main:not(.top) > .inner .product_list:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .product_list {
    padding: 0;
    margin-right: -20px;
  }
}

main:not(.top) > .inner .product_list > li {
  float: left;
  width: 273px;
  margin: 0 40px 40px 0;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .product_list > li {
    width: 33.3%;
    padding: 0 20px 20px 0;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  main:not(.top) > .inner .product_list > li {
    width: 50%;
  }
}

main:not(.top) > .inner .product_list > li figure {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .product_list > li figure {
    margin: 0 0 10px;
  }
}

main:not(.top) > .inner .product_list h3 {
  padding-left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .product_list h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

main:not(.top) > .inner .product_list h3:before {
  display: none;
}

main:not(.top) > .inner .product_list .detail:after {
  content: "";
  display: block;
  clear: both;
}

main:not(.top) > .inner .product_list .detail figure {
  float: right;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .product_list .detail figure img {
    width: 50px;
  }
}

main:not(.top) > .inner .product_list .detail p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .product_list .detail p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 769px) {
  main:not(.top) > .inner .c-column02 .product_list {
    margin-right: 0;
  }
  main:not(.top) > .inner .c-column02 .product_list li {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

main:not(.top) > .inner .note {
  margin: 60px 0;
}

main:not(.top) > .inner .note:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .note {
    margin: 30px 0;
  }
}

main:not(.top) > .inner .note dt {
  float: left;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .note dt {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .note dt img {
    width: 80px;
  }
}

main:not(.top) > .inner .note dd {
  overflow: hidden;
  zoom: 1;
  background: url(../img/bg_dotted02.gif) left top repeat;
  padding: 35px 30px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .note dd {
    padding: 20px;
  }
}

main:not(.top) > .inner .box {
  margin: 30px 0;
  border: 4px solid #f6e8d5;
  padding: 30px 40px;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .box {
    padding: 15px;
  }
}

main:not(.top) > .inner .box > *:first-child {
  margin-top: 0;
}

main:not(.top) > .inner .box > *:last-child {
  margin-bottom: 0;
}

main:not(.top) > .inner .map {
  margin: 30px 0;
}

main:not(.top) > .inner .map iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .map iframe {
    height: 400px;
  }
}

@media screen and (max-width: 430px) {
  main:not(.top) > .inner .map iframe {
    height: 280px;
  }
}

main:not(.top) > .inner .info_product {
  border: 4px solid #ffbc08;
  /* padding: 30px 30px 0; */
  padding: 30px 30px 60px;
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .info_product {
    padding: 20px 20px 40px;
  }
}

main:not(.top) > .inner .info_product h2 {
  background: none;
  text-align: center;
  padding: 0;
}

main:not(.top) > .inner .info_product h2 span {
  display: inline-block;
  padding: 0 1em 0.5em;
  background: none;
  border-bottom: 4px solid #ffbc08;
  color: #111;
}

main:not(.top) > .inner .info_product ul {
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .info_product ul {
    margin: 20px 0;
  }
}

main:not(.top) > .inner .info_product ul li {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
  margin: 0 25px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .info_product ul li {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 15px 20px;
  }
  main:not(.top) > .inner .info_product ul li:last-child {
    margin-bottom: 0;
  }
}

main:not(.top) > .inner .info_product ul li dl {
  line-height: 1;
}

main:not(.top) > .inner .info_product ul li dl:after {
  content: "";
  display: block;
  clear: both;
}

main:not(.top) > .inner .info_product ul li dl dt, main:not(.top) > .inner .info_product ul li dl dd {
  vertical-align: bottom;
}

main:not(.top) > .inner .info_product ul li dl dt {
  float: left;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .info_product ul li dl dt {
    padding-right: 0.5em;
  }
}

main:not(.top) > .inner .info_product ul li dl dd {
  text-align: left;
  overflow: hidden;
  zoom: 1;
  padding-left: 1em;
  border-left: 2px solid #111;
}

main:not(.top) > .inner .info_product ul li dl dd a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .info_product ul li dl dd {
    padding-left: 0.5em;
  }
}

main:not(.top) > .inner .info_product p {
  text-align: center;
}

main:not(.top) > .inner .info_product .info_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 740px;
}
main:not(.top) > .inner .info_product .info_list dl{
  width: calc(50% - 10px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: dotted 2px #c6af92;
  padding: 4px 10px;
}
main:not(.top) > .inner .info_product .info_list dl:nth-child(even){
  margin-left: 20px;
}
main:not(.top) > .inner .info_product .info_list dl:nth-child(n+3){
  margin-top: 40px;
}
main:not(.top) > .inner .info_product .info_list dl dt{
  min-width: 180px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .info_product .info_list dl{
    width: 100%;
    display: block;
  }
  main:not(.top) > .inner .info_product .info_list dl:nth-child(even){
    margin: 0;
  }
  main:not(.top) > .inner .info_product .info_list dl:nth-child(n+3){
    margin: 0;
  }
  main:not(.top) > .inner .info_product .info_list dl dt{
    margin: 0;
    min-width: unset;
  }
  main:not(.top) > .inner .info_product .info_list dl:nth-child(n+2){
    margin-top: 20px;
  }
}

main:not(.top) > .inner .figR:after, main:not(.top) > .inner .figL:after {
  content: "";
  display: block;
  clear: both;
}

main:not(.top) > .inner .figR .detail, main:not(.top) > .inner .figL .detail {
  overflow: hidden;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .figR .detail, main:not(.top) > .inner .figL .detail {
    margin-bottom: 30px;
  }
}

main:not(.top) > .inner .figR .detail > *:last-child, main:not(.top) > .inner .figL .detail > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .figR figure, main:not(.top) > .inner .figL figure {
    width: 80%;
  }
}

main:not(.top) > .inner .ttl_item {
  position: relative;
}

main:not(.top) > .inner .ttl_item p {
  position: absolute;
  right: 0;
  top: 5px;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .ttl_item p {
    position: inherit;
  }
}

main:not(.top) > .inner .figR figure {
  float: right;
  margin: 0 0 60px 60px;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .figR figure {
    float: none;
    margin: 0 auto 20px;
  }
}

main:not(.top) > .inner .figL figure {
  float: left;
  margin: 0 60px 60px 0;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .figL figure {
    float: none;
    margin: 0 auto 20px;
  }
}

main:not(.top) > .inner .floatL:after {
  content: "";
  display: block;
  clear: both;
}

main:not(.top) > .inner .floatL > * {
  float: left;
  margin: 0 1em 0.5em 0;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .floatL > * {
    float: none;
    margin: 0 0 0.5em;
  }
}

main:not(.top) > .inner .floatL li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .floatL li {
    width: 100%;
  }
}

main:not(.top) > .inner .floatR:after {
  content: "";
  display: block;
  clear: both;
}

main:not(.top) > .inner .floatR > * {
  float: right;
  margin: 0 0 0.5em 1em;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .floatR > * {
    float: none;
    margin: 0 0 0.5em;
  }
}

main:not(.top) > .inner .txtBig {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  main:not(.top) > .inner .txtBig {
    font-size: 16px;
    font-size: 1rem;
  }
}

main:not(.top) > .inner .txtBig.tel a {
  text-decoration: none;
  cursor: text;
}

main:not(.top) > .inner .txtR {
  text-align: right;
}

main:not(.top) > .inner .txtL {
  text-align: left;
}

main:not(.top) > .inner .txtC {
  text-align: center;
}

main:not(.top) > .inner .yellow {
  color: #ffbc08;
}

main:not(.top) > .inner .noLink a {
  text-decoration: none;
  cursor: text;
}

main .sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  main .sp_only {
    display: block;
  }
}

main .pc_only {
  display: block;
}

@media screen and (max-width: 768px) {
  main .pc_only {
    display: none;
  }
}

main .txt_link {
  font-weight: bold;
  font-family: "UD Shin Go Medium";
}

main .txt_link a {
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}

main .txt_link a:after {
  background: url(../img/icon_arrow02.svg) left top no-repeat;
  content: '';
  display: block;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  bottom: 50%;
  margin: auto;
  position: absolute;
  transition: all .3s;
}

main .txt_link a:hover {
  color: #c6af92;
}

main .btn_return {
  margin-top: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .btn_return {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}

main .btn_return a, main .btn_return button {
  text-decoration: none;
  text-align: right;
  display: inline-block;
  padding: 15px 20px;
  min-width: 220px;
  position: relative;
  z-index: 0;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
  background: #f8f8f8;
}

@media screen and (max-width: 768px) {
  main .btn_return a, main .btn_return button {
    text-align: center;
    padding: 10px 40px;
    min-width: 280px;
  }
}

main .btn_return a:before, main .btn_return button:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  transition: all 300ms 0s ease;
  z-index: -1;
}

main .btn_return a:after, main .btn_return button:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  bottom: 50%;
  left: 20px;
  margin: auto;
  position: absolute;
  transition: all .3s;
  background: url(../img/icon_arrow03.svg) left top no-repeat;
}

@media screen and (max-width: 768px) {
  main .btn_return a:after, main .btn_return button:after {
    width: 18px;
    height: 18px;
    left: 15px;
    background-size: 18px 18px;
  }
}

main .btn_return a:hover:before, main .btn_return button:hover:before {
  width: 100%;
}

main .btn01, main .btn02 {
  margin-top: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .btn01, main .btn02 {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}

main .btn01 a, main .btn01 button, main .btn02 a, main .btn02 button {
  text-decoration: none;
  text-align: left;
  display: inline-block;
  padding: 15px 20px;
  min-width: 220px;
  position: relative;
  z-index: 0;
  font-weight: bold;
  font-family: "UD Shin Go Medium";
}

@media screen and (max-width: 768px) {
  main .btn01 a, main .btn01 button, main .btn02 a, main .btn02 button {
    text-align: center;
    padding: 10px 40px;
    min-width: 280px;
  }
}

main .btn01 a:before, main .btn01 button:before, main .btn02 a:before, main .btn02 button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  transition: all 300ms 0s ease;
  z-index: -1;
}

main .btn01 a:after, main .btn01 button:after, main .btn02 a:after, main .btn02 button:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  bottom: 50%;
  right: 20px;
  margin: auto;
  position: absolute;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  main .btn01 a:after, main .btn01 button:after, main .btn02 a:after, main .btn02 button:after {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}

main .btn01 a:hover:before, main .btn01 button:hover:before, main .btn02 a:hover:before, main .btn02 button:hover:before {
  width: 100%;
}

main .btn01 button, main .btn02 button {
  min-width: 220px;
}

main .btn01 a, main .btn01 button {
  background: #c6af92;
  color: #fff;
}

main .btn01 a:after, main .btn01 button:after {
  background: url(../img/icon_arrow01.svg) left top no-repeat;
}

@media screen and (max-width: 768px) {
  main .btn01 a:after, main .btn01 button:after {
    background-size: 18px 18px;
  }
}

main .btn02 {
  font-weight: bold;
  font-family: "UD Shin Go Medium";
}

main .btn02 a, main .btn02 button {
  background: #fff;
  color: #333;
}

main .btn02 a:after, main .btn02 button:after {
  background: url(../img/icon_arrow02.svg) left top no-repeat;
}

@media screen and (max-width: 768px) {
  main .btn02 a:after, main .btn02 button:after {
    background-size: 18px 18px;
  }
}

#product .inner section .figL {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  #product .inner section .figL {
    margin-bottom: 30px;
  }
}

#product .inner section .figL figure {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #product .inner section .figL figure {
    margin-bottom: 30px;
  }
}

#product .inner section .txtBig {
  margin-bottom: 3em;
}

@media screen and (min-width: 769px) {
  #product .inner section .figR figure {
    margin-bottom: 0;
  }
}

#product .inner section figure {
  overflow: hidden;
}

#product .inner section figure a {
  transition: all 800ms 0s;
}

#product .inner section figure a img {
  transition: all 800ms 0s;
}

#product .inner section figure a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#product .inner section figure a:hover img {
  -moz-transition: -moz-transform 1.1s linear;
  -webkit-transition: -webkit-transform 1.1s linear;
  -o-transition: -o-transform 1.1s linear;
  -ms-transition: -ms-transform 1.1s linear;
  transition: transform 1.1s linear;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #product .inner section .c-column04 {
    float: left;
    width: 48% !important;
    margin-top: 0;
  }
  #product .inner section .c-column04:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  #product .inner section .c-column04:nth-child(n+3) {
    margin-top: 20px;
  }
  #product .inner section .c-column03 {
    float: left;
    width: 48% !important;
    margin-top: 0;
  }
  #product .inner section .c-column03:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  #product .inner section .c-column03:nth-child(n+3) {
    margin-top: 20px;
  }
}

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

.detail_txt ul, .detail_txt .list {
  margin: 1em 0;
}

.detail_txt ul li, .detail_txt .list li {
  line-height: 2em;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}

.detail_txt ul li:last-child, .detail_txt .list li:last-child {
  margin-bottom: 0;
}

.detail_txt ul li:before, .detail_txt .list li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0.3em;
  top: 0.9em;
  background: #000;
  border-radius: 100px;
}

.detail_txt ol, .detail_txt ol.num {
  margin: 1em 0;
  counter-reset: item;
  list-style-type: none;
}

.detail_txt ol li, .detail_txt ol.num li {
  line-height: 2em;
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 0.5em;
}

.detail_txt ol li:last-child, .detail_txt ol.num li:last-child {
  margin-bottom: 0;
}

.detail_txt ol li:before, .detail_txt ol.num li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: item;
  content: counter(item) ".";
  color: #ffbc08;
}

.detail_txt blockquote {
  margin: 1em 0 !important;
  position: relative;
  background: #f5f5f5;
  padding: 20px 40px;
}

.detail_txt blockquote > *:last-child {
  margin-bottom: 0 !important;
}

.detail_txt blockquote:before {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  content: '"';
  font-family: sans-serif;
  font-size: 3em;
  opacity: .1;
  text-align: center;
}

.detail_txt blockquote:after {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  content: '"';
  font-family: sans-serif;
  font-size: 3em;
  opacity: .1;
  text-align: center;
}

.detail_txt strong {
  font-weight: bold;
  font-family: "UD Shin Go Medium";
}

.detail_txt em {
  font-style: italic;
}

.p-form--layout {
  margin-bottom: 0;
}

.p-form--layout > dl {
  display: table;
  width: 100%;
  border-top: 1px solid #c6af92;
  border-right: 1px solid #c6af92;
  border-left: 1px solid #c6af92;
}

.p-form--layout > dl:last-of-type {
  border-bottom: 1px solid #c6af92;
}

.p-form--layout > dl:first-child {
  padding-top: 0;
}

.p-form--layout > dl > * {
  display: table-cell;
}

.p-form--layout > dl > dt {
  width: 35%;
  padding: 25px 40px 25px 25px;
  font-weight: normal;
  vertical-align: top;
  border-right: 1px solid #c6af92;
  font-size: 16px;
  font-size: 1rem;
  background: #f6e8d5;
  position: relative;
}

.p-form--layout > dl > dt.required:after {
  content: "��";
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  background: #ffbc08;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-form--layout > dl > dt.required .is-red {
  color: #333;
}

.p-form--layout > dl > dd {
  width: 65%;
  padding: 25px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .p-form--layout > dl {
    display: block;
    width: 100%;
  }
  .p-form--layout > dl > * {
    display: block;
  }
  .p-form--layout > dl > dt {
    width: 100%;
    font-weight: bold;
    border-right: none;
    padding: 12px 15px;
  }
  .p-form--layout > dl > dt.required:after {
    margin-left: 15px;
    padding: 3px 12px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-form--layout > dl > dd {
    width: 100%;
    padding: 15px;
  }
}

.p-form--layout .zip1 {
  width: 5em;
}

.p-form--layout .zip2 {
  width: 6em;
  margin-right: 1em;
}

.p-form--layout .address1 {
  width: 10.5em;
}

.p-form--layout .tiny {
  width: 30%;
}

.p-form--layout .small {
  width: 40%;
}

.p-form--layout .half {
  width: 50%;
}

.p-form--layout .middle {
  width: 60%;
}

.p-form--layout .large {
  width: 70%;
}

.p-form--layout .huge {
  width: 80%;
}

.p-form--layout .message {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-form--layout .message.error {
  color: #ffbc08;
}

.p-form--layout span.error {
  display: block;
  color: #ff2222;
  font-size: 13px;
  font-size: 0.8125rem;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f5f5f5;
  border-top: 1px solid #d9d9d9;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    padding: 7px 12px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.select-wapprer {
  display: inline-block;
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #d9d9d9;
}

.select-wapprer:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: #111;
  position: absolute;
  right: 0;
  top: 0;
}

.select-wapprer:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border: 7px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  right: 14px;
  top: 7px;
  bottom: 0;
  z-index: 1;
}

.select-wapprer + .select-wapprer {
  margin-left: 4%;
}

.select-wapprer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0;
  padding: 11px 50px 11px 15px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .select-wapprer {
    padding: 9px 0 9px 12px;
  }
  .select-wapprer:before {
    width: 30px;
  }
  .select-wapprer:after {
    border: 4px solid transparent;
    border-top: 5px solid #fff;
    right: 11px;
    top: 5px;
  }
  .select-wapprer + .select-wapprer {
    margin-left: 3%;
  }
  .select-wapprer select {
    padding: 0 40px 0 0;
  }
}

input[type=radio], input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}

input[type=radio] + label,
input[type=radio] + label, input[type=checkbox] + label,
input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  padding: 0 0 0 36px;
  cursor: pointer;
}

input[type=radio] + label:before,
input[type=radio] + label:before, input[type=checkbox] + label:before,
input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #a5a5a0;
  position: absolute;
  left: 0;
  top: 4px;
  background: #FFF;
}

input[type=radio] + label:before {
  border-radius: 50%;
}

input[type=radio]:checked + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ffbc08;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 11px;
}

@media screen and (max-width: 768px) {
  input[type=radio] + label,
  input[type=radio] + label, input[type=checkbox] + label,
  input[type=checkbox] + label {
    margin-right: 20px;
    padding: 0 0 0 30px;
  }
  input[type=radio] + label:before,
  input[type=radio] + label:before, input[type=checkbox] + label:before,
  input[type=checkbox] + label:before {
    width: 20px;
    height: 20px;
    border: 2px solid #a5a5a0;
    top: 2px;
  }
  input[type=radio]:checked + label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #ffbc08;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 8px;
  }
}

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

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

.c-column02 {
  width: 48%;
}

.c-column02:not(:nth-child(2n)) {
  margin-right: 4%;
}

.c-column02:nth-child(n+3) {
  margin-top: 20px;
}

.c-column02.is-long {
  width: 49%;
}

.c-column02.is-long:not(:nth-child(2n)) {
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .c-column02:not(:nth-child(2n)), .c-column02.is-long:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.c-column03 {
  width: 31%;
}

.c-column03:not(:nth-child(3n)) {
  margin-right: 3.5%;
}

.c-column03:nth-child(n+4) {
  margin-top: 20px;
}

.c-column03.is-long {
  width: 32%;
}

.c-column03.is-long:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .c-column03:not(:nth-child(3n)), .c-column03.is-long:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.c-column04 {
  width: 22%;
}

.c-column04:not(:nth-child(4n)) {
  margin-right: 4%;
}

.c-column04:nth-child(n+5) {
  margin-top: 20px;
}

.c-column04.is-long {
  width: 23%;
}

.c-column04.is-long:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .c-column04:not(:nth-child(4n)), .c-column04.is-long:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

.c-column02,
.c-column03,
.c-column04 {
  float: left;
}

@media screen and (max-width: 768px) {
  .c-column02,
  .c-column03,
  .c-column04 {
    float: none;
    width: 100% !important;
  }
  .c-column02:nth-child(n+2),
  .c-column03:nth-child(n+2),
  .c-column04:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c_column02--sm,
  .c_column03--sm,
  .c_column04--sm {
    float: left;
  }
  .c_column02--sm:nth-child(n+2),
  .c_column03--sm:nth-child(n+2),
  .c_column04--sm:nth-child(n+2) {
    margin-top: auto;
  }
  .c_column01--sm {
    float: none;
    width: auto !important;
  }
  .c_column01--sm:nth-child(n+2) {
    margin-top: auto;
  }
  .c_column02--sm {
    width: 49% !important;
  }
  .c_column02--sm:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .c_column02--sm:nth-child(n+3) {
    margin-top: 20px;
  }
  .c_column03--sm {
    width: 32% !important;
  }
  .c_column03--sm:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .c_column03--sm:nth-child(n+4) {
    margin-top: 20px;
  }
  .c_column04--sm {
    width: 23% !important;
  }
  .c_column04--sm:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .c_column04--sm:nth-child(n+5) {
    margin-top: 20px;
  }
}

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

@media screen and (max-width: 768px) {
  .u-row--mt .btn01 > *, .u-row--mt .btn_return > * {
    width: 100%;
  }
}

.u-row--mt .btn01 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .u-row--mt .btn01 {
    text-align: center;
  }
}

.u-row--mt .btn_return {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .u-row--mt .btn_return {
    text-align: center;
  }
}

.news_list {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 30px;
}

.news_list li {
  margin-bottom: 45px;
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  .news_list li {
    margin-bottom: 15px;
  }
}

.news_list li dl dt {
  float: left;
  padding-right: 160px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news_list li dl dt {
    float: none;
    padding-right: 0;
  }
}

.news_list li dl dt .label {
  background: #c6af92;
  color: #fff;
  width: 100px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 30px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .news_list li dl dt .label {
    padding: 2px 0;
    font-size: 10px;
    font-size: 0.625rem;
    position: inherit;
    right: auto;
    margin: 0 10px;
    vertical-align: top;
    width: 80px;
  }
}

.news_list li dl dd {
  overflow: hidden;
  zoom: 1;
}

.news_list li a {
  color: #72685f;
  text-decoration: underline;
}

.news_list li a:hover {
  text-decoration: none;
}

.news_list li:last-child {
  margin-bottom: 0;
}

#pageTop {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 30px;
  transition: all 300ms 0s ease;
  height: 0;
}

#pageTop p {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: right;
  box-sizing: border-box;
  padding-right: 20px;
  height: 0;
}

@media screen and (max-width: 1050px) {
  #pageTop p {
    padding-right: 10px;
  }
}

#pageTop p a {
  z-index: 9999;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  background: #ffbc08;
  border-radius: 100px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #pageTop p a {
    width: 45px;
    height: 45px;
  }
}

#pageTop p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#pageTop p a:after {
  box-sizing: border-box;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
}

.font-en {
  font-family: arial !important;
}

footer {
  background: #38322e;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  font-family: HelveticaNeueLTPro-ThCn;
  font-weight: lighter;
  min-width: 1000px;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  footer {
    min-width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 50px 5vw;
  }
}

@media screen and (max-width: 768px) {
  .p-scroll-table {
    margin-bottom: 20px;
    overflow: scroll;
    position: relative;
  }
  .p-scroll-table:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    background: rgba(0, 0, 0, 0.5) url("/img/icon_swipe.svg") no-repeat center center/45px 46px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s, visibility 0.1s 0.5s;
  }
  .p-scroll-table.js-remove:before {
    visibility: hidden;
    opacity: 0;
  }
  .p-scroll-table table {
    width: 640px !important;
    margin-bottom: 0;
  }
}

/* ----------------

����������

---------------- */
.wid1 {
  width: 1% !important;
}

.wid2 {
  width: 2% !important;
}

.wid3 {
  width: 3% !important;
}

.wid4 {
  width: 4% !important;
}

.wid5 {
  width: 5% !important;
}

.wid6 {
  width: 6% !important;
}

.wid7 {
  width: 7% !important;
}

.wid8 {
  width: 8% !important;
}

.wid9 {
  width: 9% !important;
}

.wid10 {
  width: 10% !important;
}

.wid11 {
  width: 11% !important;
}

.wid12 {
  width: 12% !important;
}

.wid13 {
  width: 13% !important;
}

.wid14 {
  width: 14% !important;
}

.wid15 {
  width: 15% !important;
}

.wid16 {
  width: 16% !important;
}

.wid17 {
  width: 17% !important;
}

.wid18 {
  width: 18% !important;
}

.wid19 {
  width: 19% !important;
}

.wid20 {
  width: 20% !important;
}

.wid21 {
  width: 21% !important;
}

.wid22 {
  width: 22% !important;
}

.wid23 {
  width: 23% !important;
}

.wid24 {
  width: 24% !important;
}

.wid25 {
  width: 25% !important;
}

.wid26 {
  width: 26% !important;
}

.wid27 {
  width: 27% !important;
}

.wid28 {
  width: 28% !important;
}

.wid29 {
  width: 29% !important;
}

.wid30 {
  width: 30% !important;
}

.wid31 {
  width: 31% !important;
}

.wid32 {
  width: 32% !important;
}

.wid33 {
  width: 33% !important;
}

.wid34 {
  width: 34% !important;
}

.wid35 {
  width: 35% !important;
}

.wid36 {
  width: 36% !important;
}

.wid37 {
  width: 37% !important;
}

.wid38 {
  width: 38% !important;
}

.wid39 {
  width: 39% !important;
}

.wid40 {
  width: 40% !important;
}

.wid41 {
  width: 41% !important;
}

.wid42 {
  width: 42% !important;
}

.wid43 {
  width: 43% !important;
}

.wid44 {
  width: 44% !important;
}

.wid45 {
  width: 45% !important;
}

.wid46 {
  width: 46% !important;
}

.wid47 {
  width: 47% !important;
}

.wid48 {
  width: 48% !important;
}

.wid49 {
  width: 49% !important;
}

.wid50 {
  width: 50% !important;
}

.wid51 {
  width: 51% !important;
}

.wid52 {
  width: 52% !important;
}

.wid53 {
  width: 53% !important;
}

.wid54 {
  width: 54% !important;
}

.wid55 {
  width: 55% !important;
}

.wid56 {
  width: 56% !important;
}

.wid57 {
  width: 57% !important;
}

.wid58 {
  width: 58% !important;
}

.wid59 {
  width: 59% !important;
}

.wid60 {
  width: 60% !important;
}

.wid61 {
  width: 61% !important;
}

.wid62 {
  width: 62% !important;
}

.wid63 {
  width: 63% !important;
}

.wid64 {
  width: 64% !important;
}

.wid65 {
  width: 65% !important;
}

.wid66 {
  width: 66% !important;
}

.wid67 {
  width: 67% !important;
}

.wid68 {
  width: 68% !important;
}

.wid69 {
  width: 69% !important;
}

.wid70 {
  width: 70% !important;
}

.wid71 {
  width: 71% !important;
}

.wid72 {
  width: 72% !important;
}

.wid73 {
  width: 73% !important;
}

.wid74 {
  width: 74% !important;
}

.wid75 {
  width: 75% !important;
}

.wid76 {
  width: 76% !important;
}

.wid77 {
  width: 77% !important;
}

.wid78 {
  width: 78% !important;
}

.wid79 {
  width: 79% !important;
}

.wid80 {
  width: 80% !important;
}

.wid81 {
  width: 81% !important;
}

.wid82 {
  width: 82% !important;
}

.wid83 {
  width: 83% !important;
}

.wid84 {
  width: 84% !important;
}

.wid85 {
  width: 85% !important;
}

.wid86 {
  width: 86% !important;
}

.wid87 {
  width: 87% !important;
}

.wid88 {
  width: 88% !important;
}

.wid89 {
  width: 89% !important;
}

.wid90 {
  width: 90% !important;
}

.wid91 {
  width: 91% !important;
}

.wid92 {
  width: 92% !important;
}

.wid93 {
  width: 93% !important;
}

.wid94 {
  width: 94% !important;
}

.wid95 {
  width: 95% !important;
}

.wid96 {
  width: 96% !important;
}

.wid97 {
  width: 97% !important;
}

.wid98 {
  width: 98% !important;
}

.wid99 {
  width: 99% !important;
}

.wid100 {
  width: 100% !important;
}

.em1 {
  width: 1em !important;
}

.em2 {
  width: 2em !important;
}

.em3 {
  width: 3em !important;
}

.em4 {
  width: 4em !important;
}

.em5 {
  width: 5em !important;
}

.em6 {
  width: 6em !important;
}

.em7 {
  width: 7em !important;
}

.em8 {
  width: 8em !important;
}

.em9 {
  width: 9em !important;
}

.em10 {
  width: 10em !important;
}

@media screen and (max-width: 768px) {
  .sp_wid1 {
    width: 1% !important;
  }
  .sp_wid2 {
    width: 2% !important;
  }
  .sp_wid3 {
    width: 3% !important;
  }
  .sp_wid4 {
    width: 4% !important;
  }
  .sp_wid5 {
    width: 5% !important;
  }
  .sp_wid6 {
    width: 6% !important;
  }
  .sp_wid7 {
    width: 7% !important;
  }
  .sp_wid8 {
    width: 8% !important;
  }
  .sp_wid9 {
    width: 9% !important;
  }
  .sp_wid10 {
    width: 10% !important;
  }
  .sp_wid11 {
    width: 11% !important;
  }
  .sp_wid12 {
    width: 12% !important;
  }
  .sp_wid13 {
    width: 13% !important;
  }
  .sp_wid14 {
    width: 14% !important;
  }
  .sp_wid15 {
    width: 15% !important;
  }
  .sp_wid16 {
    width: 16% !important;
  }
  .sp_wid17 {
    width: 17% !important;
  }
  .sp_wid18 {
    width: 18% !important;
  }
  .sp_wid19 {
    width: 19% !important;
  }
  .sp_wid20 {
    width: 20% !important;
  }
  .sp_wid21 {
    width: 21% !important;
  }
  .sp_wid22 {
    width: 22% !important;
  }
  .sp_wid23 {
    width: 23% !important;
  }
  .sp_wid24 {
    width: 24% !important;
  }
  .sp_wid25 {
    width: 25% !important;
  }
  .sp_wid26 {
    width: 26% !important;
  }
  .sp_wid27 {
    width: 27% !important;
  }
  .sp_wid28 {
    width: 28% !important;
  }
  .sp_wid29 {
    width: 29% !important;
  }
  .sp_wid30 {
    width: 30% !important;
  }
  .sp_wid31 {
    width: 31% !important;
  }
  .sp_wid32 {
    width: 32% !important;
  }
  .sp_wid33 {
    width: 33% !important;
  }
  .sp_wid34 {
    width: 34% !important;
  }
  .sp_wid35 {
    width: 35% !important;
  }
  .sp_wid36 {
    width: 36% !important;
  }
  .sp_wid37 {
    width: 37% !important;
  }
  .sp_wid38 {
    width: 38% !important;
  }
  .sp_wid39 {
    width: 39% !important;
  }
  .sp_wid40 {
    width: 40% !important;
  }
  .sp_wid41 {
    width: 41% !important;
  }
  .sp_wid42 {
    width: 42% !important;
  }
  .sp_wid43 {
    width: 43% !important;
  }
  .sp_wid44 {
    width: 44% !important;
  }
  .sp_wid45 {
    width: 45% !important;
  }
  .sp_wid46 {
    width: 46% !important;
  }
  .sp_wid47 {
    width: 47% !important;
  }
  .sp_wid48 {
    width: 48% !important;
  }
  .sp_wid49 {
    width: 49% !important;
  }
  .sp_wid50 {
    width: 50% !important;
  }
  .sp_wid51 {
    width: 51% !important;
  }
  .sp_wid52 {
    width: 52% !important;
  }
  .sp_wid53 {
    width: 53% !important;
  }
  .sp_wid54 {
    width: 54% !important;
  }
  .sp_wid55 {
    width: 55% !important;
  }
  .sp_wid56 {
    width: 56% !important;
  }
  .sp_wid57 {
    width: 57% !important;
  }
  .sp_wid58 {
    width: 58% !important;
  }
  .sp_wid59 {
    width: 59% !important;
  }
  .sp_wid60 {
    width: 60% !important;
  }
  .sp_wid61 {
    width: 61% !important;
  }
  .sp_wid62 {
    width: 62% !important;
  }
  .sp_wid63 {
    width: 63% !important;
  }
  .sp_wid64 {
    width: 64% !important;
  }
  .sp_wid65 {
    width: 65% !important;
  }
  .sp_wid66 {
    width: 66% !important;
  }
  .sp_wid67 {
    width: 67% !important;
  }
  .sp_wid68 {
    width: 68% !important;
  }
  .sp_wid69 {
    width: 69% !important;
  }
  .sp_wid70 {
    width: 70% !important;
  }
  .sp_wid71 {
    width: 71% !important;
  }
  .sp_wid72 {
    width: 72% !important;
  }
  .sp_wid73 {
    width: 73% !important;
  }
  .sp_wid74 {
    width: 74% !important;
  }
  .sp_wid75 {
    width: 75% !important;
  }
  .sp_wid76 {
    width: 76% !important;
  }
  .sp_wid77 {
    width: 77% !important;
  }
  .sp_wid78 {
    width: 78% !important;
  }
  .sp_wid79 {
    width: 79% !important;
  }
  .sp_wid80 {
    width: 80% !important;
  }
  .sp_wid81 {
    width: 81% !important;
  }
  .sp_wid82 {
    width: 82% !important;
  }
  .sp_wid83 {
    width: 83% !important;
  }
  .sp_wid84 {
    width: 84% !important;
  }
  .sp_wid85 {
    width: 85% !important;
  }
  .sp_wid86 {
    width: 86% !important;
  }
  .sp_wid87 {
    width: 87% !important;
  }
  .sp_wid88 {
    width: 88% !important;
  }
  .sp_wid89 {
    width: 89% !important;
  }
  .sp_wid90 {
    width: 90% !important;
  }
  .sp_wid91 {
    width: 91% !important;
  }
  .sp_wid92 {
    width: 92% !important;
  }
  .sp_wid93 {
    width: 93% !important;
  }
  .sp_wid94 {
    width: 94% !important;
  }
  .sp_wid95 {
    width: 95% !important;
  }
  .sp_wid96 {
    width: 96% !important;
  }
  .sp_wid97 {
    width: 97% !important;
  }
  .sp_wid98 {
    width: 98% !important;
  }
  .sp_wid99 {
    width: 99% !important;
  }
  .sp_wid100 {
    width: 100% !important;
  }
  .sp_em1 {
    width: 1em !important;
  }
  .sp_em2 {
    width: 2em !important;
  }
  .sp_em3 {
    width: 3em !important;
  }
  .sp_em4 {
    width: 4em !important;
  }
  .sp_em5 {
    width: 5em !important;
  }
  .sp_em6 {
    width: 6em !important;
  }
  .sp_em7 {
    width: 7em !important;
  }
  .sp_em8 {
    width: 8em !important;
  }
  .sp_em9 {
    width: 9em !important;
  }
  .sp_em10 {
    width: 10em !important;
  }
}

/* ====================================================

    AOS set

==================================================== */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -50px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -ms-transform: translateZ(0);
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

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

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes position {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100wv);
  }
}

@keyframes position {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100wv);
  }
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translate(0, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
  }
}

@keyframes slide-down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 10px);
  }
}

@-webkit-keyframes water {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -100%);
  }
  48% {
    -webkit-transform: translate(0, 0%);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes water {
  0% {
    opacity: 1;
    transform: translate(0, -100%);
  }
  48% {
    transform: translate(0, 0%);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =======================================

    animation

======================================= */
@-webkit-keyframes menu-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes menu-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes trigger-close01 {
  0% {
    -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 11px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes trigger-close01 {
  0% {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(0, 11px, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

@-webkit-keyframes trigger-close02 {
  0% {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(1);
  }
}

@keyframes trigger-close02 {
  0% {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(1);
  }
}

@-webkit-keyframes trigger-close03 {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 20px, 0) rotate(0);
  }
}

@keyframes trigger-close03 {
  0% {
    transform: translate3d(0, 9px, 0) rotate(-45deg);
  }
  50% {
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 20px, 0) rotate(0);
  }
}

@-webkit-keyframes trigger-open01 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    -webkit-transform: translate3d(0, 11px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
  }
}

@keyframes trigger-open01 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, 11px, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
}

@-webkit-keyframes trigger-open02 {
  0% {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(1);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(1);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(0);
  }
}

@keyframes trigger-open02 {
  0% {
    transform: translate3d(0, 10px, 0) scaleX(1);
  }
  50% {
    transform: translate3d(0, 10px, 0) scaleX(1);
  }
  100% {
    transform: translate3d(0, 10px, 0) scaleX(0);
  }
}

@-webkit-keyframes trigger-open03 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0) rotate(0);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
  }
}

@keyframes trigger-open03 {
  0% {
    transform: translate3d(0, 20px, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 9px, 0) rotate(-45deg);
  }
}

.u-notlink{
  pointer-events: none;
}

main:not(.top) > .inner .u-notlink h2 a:after{
  content: none;
}